Skip to content

Commit d9d1662

Browse files
chore: Updates version to 0.55.0
1 parent d7f848f commit d9d1662

File tree

7 files changed

+178
-78
lines changed

7 files changed

+178
-78
lines changed

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.54.0
1+
0.55.0

Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/CognitoIdentityProviderClient.swift

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

Sources/Services/AWSCognitoIdentityProvider/Sources/AWSCognitoIdentityProvider/Models.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3459,7 +3459,7 @@ extension CognitoIdentityProviderClientTypes {
34593459
}
34603460

34613461
extension CognitoIdentityProviderClientTypes {
3462-
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication.
3462+
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication.
34633463
public struct AdvancedSecurityAdditionalFlowsType {
34643464
/// 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).
34653465
public var customAuthMode: CognitoIdentityProviderClientTypes.AdvancedSecurityEnabledModeType?
@@ -4952,7 +4952,7 @@ extension CognitoIdentityProviderClientTypes {
49524952
extension CognitoIdentityProviderClientTypes {
49534953
/// 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).
49544954
public struct UserPoolAddOnsType {
4955-
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication.
4955+
/// Advanced security configuration options for additional authentication types in your user pool, including custom authentication.
49564956
public var advancedSecurityAdditionalFlows: CognitoIdentityProviderClientTypes.AdvancedSecurityAdditionalFlowsType?
49574957
/// The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.
49584958
/// This member is required.

Sources/Services/AWSConnect/Sources/AWSConnect/ConnectClient.swift

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ extension ConnectClient {
21722172

21732173
/// Performs the `CreateInstance` operation on the `AmazonConnectService` service.
21742174
///
2175-
/// 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.
2175+
/// 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.
21762176
///
21772177
/// - Parameter CreateInstanceInput : [no documentation found]
21782178
///
@@ -2462,7 +2462,7 @@ extension ConnectClient {
24622462

24632463
/// Performs the `CreatePredefinedAttribute` operation on the `AmazonConnectService` service.
24642464
///
2465-
/// Creates a new predefined attribute for the specified Amazon Connect instance.
2465+
/// 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).
24662466
///
24672467
/// - Parameter CreatePredefinedAttributeInput : [no documentation found]
24682468
///
@@ -2912,7 +2912,7 @@ extension ConnectClient {
29122912

29132913
/// Performs the `CreateSecurityProfile` operation on the `AmazonConnectService` service.
29142914
///
2915-
/// Creates a security profile.
2915+
/// 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).
29162916
///
29172917
/// - Parameter CreateSecurityProfileInput : [no documentation found]
29182918
///
@@ -4076,7 +4076,7 @@ extension ConnectClient {
40764076

40774077
/// Performs the `DeleteInstance` operation on the `AmazonConnectService` service.
40784078
///
4079-
/// 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.
4079+
/// 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.
40804080
///
40814081
/// - Parameter DeleteInstanceInput : [no documentation found]
40824082
///
@@ -4350,7 +4350,7 @@ extension ConnectClient {
43504350

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

60976097
/// Performs the `DescribePredefinedAttribute` operation on the `AmazonConnectService` service.
60986098
///
6099-
/// Describes a predefined attribute for the specified Amazon Connect instance.
6099+
/// 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).
61006100
///
61016101
/// - Parameter DescribePredefinedAttributeInput : [no documentation found]
61026102
///
@@ -6510,7 +6510,7 @@ extension ConnectClient {
65106510

65116511
/// Performs the `DescribeSecurityProfile` operation on the `AmazonConnectService` service.
65126512
///
6513-
/// Gets basic information about the security profle.
6513+
/// 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).
65146514
///
65156515
/// - Parameter DescribeSecurityProfileInput : [no documentation found]
65166516
///
@@ -10378,7 +10378,7 @@ extension ConnectClient {
1037810378

1037910379
/// Performs the `ListPredefinedAttributes` operation on the `AmazonConnectService` service.
1038010380
///
10381-
/// Lists predefined attributes for the specified Amazon Connect instance.
10381+
/// 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).
1038210382
///
1038310383
/// - Parameter ListPredefinedAttributesInput : [no documentation found]
1038410384
///
@@ -11151,7 +11151,7 @@ extension ConnectClient {
1115111151

1115211152
/// Performs the `ListSecurityProfilePermissions` operation on the `AmazonConnectService` service.
1115311153
///
11154-
/// Lists the permissions granted to a security profile.
11154+
/// 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).
1115511155
///
1115611156
/// - Parameter ListSecurityProfilePermissionsInput : [no documentation found]
1115711157
///
@@ -11221,7 +11221,7 @@ extension ConnectClient {
1122111221

1122211222
/// Performs the `ListSecurityProfiles` operation on the `AmazonConnectService` service.
1122311223
///
11224-
/// 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.
11224+
/// 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).
1122511225
///
1122611226
/// - Parameter ListSecurityProfilesInput : [no documentation found]
1122711227
///
@@ -12937,7 +12937,7 @@ extension ConnectClient {
1293712937

1293812938
/// Performs the `SearchPredefinedAttributes` operation on the `AmazonConnectService` service.
1293912939
///
12940-
/// Predefined attributes that meet certain criteria.
12940+
/// 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).
1294112941
///
1294212942
/// - Parameter SearchPredefinedAttributesInput : [no documentation found]
1294312943
///
@@ -13370,7 +13370,7 @@ extension ConnectClient {
1337013370

1337113371
/// Performs the `SearchSecurityProfiles` operation on the `AmazonConnectService` service.
1337213372
///
13373-
/// Searches security profiles in an Amazon Connect instance, with optional filtering.
13373+
/// 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).
1337413374
///
1337513375
/// - Parameter SearchSecurityProfilesInput : [no documentation found]
1337613376
///
@@ -16506,7 +16506,7 @@ extension ConnectClient {
1650616506

1650716507
/// Performs the `UpdatePredefinedAttribute` operation on the `AmazonConnectService` service.
1650816508
///
16509-
/// Updates a predefined attribute for the specified Amazon Connect instance.
16509+
/// 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).
1651016510
///
1651116511
/// - Parameter UpdatePredefinedAttributeInput : [no documentation found]
1651216512
///
@@ -17595,7 +17595,7 @@ extension ConnectClient {
1759517595

1759617596
/// Performs the `UpdateSecurityProfile` operation on the `AmazonConnectService` service.
1759717597
///
17598-
/// Updates a security profile.
17598+
/// 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).
1759917599
///
1760017600
/// - Parameter UpdateSecurityProfileInput : [no documentation found]
1760117601
///

0 commit comments

Comments
 (0)