Skip to content

Commit

Permalink
chore: Updates version to 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Aug 9, 2024
1 parent d7f848f commit d9d1662
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.54.0
0.55.0

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3459,7 +3459,7 @@ extension CognitoIdentityProviderClientTypes {
}

extension CognitoIdentityProviderClientTypes {
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication.
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication.
public struct AdvancedSecurityAdditionalFlowsType {
/// The operating mode of advanced security features in custom authentication with [ Custom authentication challenge Lambda triggers](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html).
public var customAuthMode: CognitoIdentityProviderClientTypes.AdvancedSecurityEnabledModeType?
Expand Down Expand Up @@ -4952,7 +4952,7 @@ extension CognitoIdentityProviderClientTypes {
extension CognitoIdentityProviderClientTypes {
/// User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set to AUDIT. To configure automatic security responses to risky traffic to your user pool, set to ENFORCED. For more information, see [Adding advanced security to a user pool](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-advanced-security.html).
public struct UserPoolAddOnsType {
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication.
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication.
public var advancedSecurityAdditionalFlows: CognitoIdentityProviderClientTypes.AdvancedSecurityAdditionalFlowsType?
/// The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
/// This member is required.
Expand Down
28 changes: 14 additions & 14 deletions Sources/Services/AWSConnect/Sources/AWSConnect/ConnectClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2172,7 +2172,7 @@ extension ConnectClient {

/// Performs the `CreateInstance` operation on the `AmazonConnectService` service.
///
/// This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
/// This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. For more information, see [Create an Amazon Connect instance](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-instances.html) in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
///
/// - Parameter CreateInstanceInput : [no documentation found]
///
Expand Down Expand Up @@ -2462,7 +2462,7 @@ extension ConnectClient {

/// Performs the `CreatePredefinedAttribute` operation on the `AmazonConnectService` service.
///
/// Creates a new predefined attribute for the specified Amazon Connect instance.
/// Creates a new predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html).
///
/// - Parameter CreatePredefinedAttributeInput : [no documentation found]
///
Expand Down Expand Up @@ -2912,7 +2912,7 @@ extension ConnectClient {

/// Performs the `CreateSecurityProfile` operation on the `AmazonConnectService` service.
///
/// Creates a security profile.
/// Creates a security profile. For information about security profiles, see [Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see [List of security profile permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html).
///
/// - Parameter CreateSecurityProfileInput : [no documentation found]
///
Expand Down Expand Up @@ -4076,7 +4076,7 @@ extension ConnectClient {

/// Performs the `DeleteInstance` operation on the `AmazonConnectService` service.
///
/// This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
/// This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. For more information, see [Delete your Amazon Connect instance](https://docs.aws.amazon.com/connect/latest/adminguide/delete-connect-instance.html) in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.
///
/// - Parameter DeleteInstanceInput : [no documentation found]
///
Expand Down Expand Up @@ -4350,7 +4350,7 @@ extension ConnectClient {

/// Performs the `DeleteQueue` operation on the `AmazonConnectService` service.
///
/// Deletes a queue.
/// Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website.
///
/// - Parameter DeleteQueueInput : [no documentation found]
///
Expand Down Expand Up @@ -6096,7 +6096,7 @@ extension ConnectClient {

/// Performs the `DescribePredefinedAttribute` operation on the `AmazonConnectService` service.
///
/// Describes a predefined attribute for the specified Amazon Connect instance.
/// Describes a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html).
///
/// - Parameter DescribePredefinedAttributeInput : [no documentation found]
///
Expand Down Expand Up @@ -6510,7 +6510,7 @@ extension ConnectClient {

/// Performs the `DescribeSecurityProfile` operation on the `AmazonConnectService` service.
///
/// Gets basic information about the security profle.
/// Gets basic information about the security profile. For information about security profiles, see [Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see [List of security profile permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html).
///
/// - Parameter DescribeSecurityProfileInput : [no documentation found]
///
Expand Down Expand Up @@ -10378,7 +10378,7 @@ extension ConnectClient {

/// Performs the `ListPredefinedAttributes` operation on the `AmazonConnectService` service.
///
/// Lists predefined attributes for the specified Amazon Connect instance.
/// Lists predefined attributes for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html).
///
/// - Parameter ListPredefinedAttributesInput : [no documentation found]
///
Expand Down Expand Up @@ -11151,7 +11151,7 @@ extension ConnectClient {

/// Performs the `ListSecurityProfilePermissions` operation on the `AmazonConnectService` service.
///
/// Lists the permissions granted to a security profile.
/// Lists the permissions granted to a security profile. For information about security profiles, see [Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see [List of security profile permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html).
///
/// - Parameter ListSecurityProfilePermissionsInput : [no documentation found]
///
Expand Down Expand Up @@ -11221,7 +11221,7 @@ extension ConnectClient {

/// Performs the `ListSecurityProfiles` operation on the `AmazonConnectService` service.
///
/// Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see [Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide.
/// Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see [Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see [List of security profile permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html).
///
/// - Parameter ListSecurityProfilesInput : [no documentation found]
///
Expand Down Expand Up @@ -12937,7 +12937,7 @@ extension ConnectClient {

/// Performs the `SearchPredefinedAttributes` operation on the `AmazonConnectService` service.
///
/// Predefined attributes that meet certain criteria.
/// Searches predefined attributes that meet certain criteria. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html).
///
/// - Parameter SearchPredefinedAttributesInput : [no documentation found]
///
Expand Down Expand Up @@ -13370,7 +13370,7 @@ extension ConnectClient {

/// Performs the `SearchSecurityProfiles` operation on the `AmazonConnectService` service.
///
/// Searches security profiles in an Amazon Connect instance, with optional filtering.
/// Searches security profiles in an Amazon Connect instance, with optional filtering. For information about security profiles, see [Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see [List of security profile permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html).
///
/// - Parameter SearchSecurityProfilesInput : [no documentation found]
///
Expand Down Expand Up @@ -16506,7 +16506,7 @@ extension ConnectClient {

/// Performs the `UpdatePredefinedAttribute` operation on the `AmazonConnectService` service.
///
/// Updates a predefined attribute for the specified Amazon Connect instance.
/// Updates a predefined attribute for the specified Amazon Connect instance. Predefined attributes are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html).
///
/// - Parameter UpdatePredefinedAttributeInput : [no documentation found]
///
Expand Down Expand Up @@ -17595,7 +17595,7 @@ extension ConnectClient {

/// Performs the `UpdateSecurityProfile` operation on the `AmazonConnectService` service.
///
/// Updates a security profile.
/// Updates a security profile. For information about security profiles, see [Security Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see [List of security profile permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html).
///
/// - Parameter UpdateSecurityProfileInput : [no documentation found]
///
Expand Down
Loading

0 comments on commit d9d1662

Please sign in to comment.