Skip to content

Commit

Permalink
feat: update AWS models to latest (#5008)
Browse files Browse the repository at this point in the history
* feat(AWSConnect): update models to latest (#5005)

* feat(AWSEC2): update models to latest (#5002)

* feat(AWSDynamoDB): update models to latest (#5000)

* feat(AWSRekognition): update models to latest (#4998)

* feat(AWSTextract): update models to latest (#4997)

* feat(AWSLocation): update models to latest (#4996)

* feat(AWSElasticLoadBalancingv2): update models to latest (#4995)

* feat(AWSLambda): update models to latest (#4994)

* feat(AWSAutoScaling): update models to latest (#4993)

* feat(AWSTranscribe): update models to latest (#4992)

* feat(AWSSTS): update models to latest (#4979)

* feat(AWSIoT): update models to latest (#4973)

* feat(AWSFirehose): update models to latest (#4972)

* feat(AWSCognitoIdentityProvider): update models to latest (#4971)

* feat(AWSPinpoint): update models to latest (#4966)

* feat(AWSKinesisVideo): update models to latest (#4960)

* feat(AWSCloudWatchLogs): update models to latest (#4959)

---------

Co-authored-by: AWS Mobile SDK Bot <[email protected]>
  • Loading branch information
2 people authored and harsh62 committed Nov 16, 2023
1 parent 7360bfa commit 7625a97
Show file tree
Hide file tree
Showing 68 changed files with 12,925 additions and 503 deletions.
12 changes: 9 additions & 3 deletions AWSAutoScaling/AWSAutoScalingResources.m
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,12 @@ - (NSString *)definitionString {
},\
\"exception\":true\
},\
\"AnyPrintableAsciiStringMaxLen4000\":{\
\"type\":\"string\",\
\"max\":4000,\
\"min\":1,\
\"pattern\":\"[\\\\u0009\\\\u000A\\\\u000D\\\\u0020-\\\\u007e]+\"\
},\
\"AsciiStringMaxLen255\":{\
\"type\":\"string\",\
\"max\":255,\
Expand Down Expand Up @@ -3735,7 +3741,7 @@ - (NSString *)definitionString {
\"documentation\":\"<p>The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target (an Amazon SNS topic or an Amazon SQS queue).</p>\"\
},\
\"NotificationMetadata\":{\
\"shape\":\"XmlStringMaxLen1023\",\
\"shape\":\"AnyPrintableAsciiStringMaxLen4000\",\
\"documentation\":\"<p>Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>\"\
},\
\"HeartbeatTimeout\":{\
Expand Down Expand Up @@ -3774,7 +3780,7 @@ - (NSString *)definitionString {
\"documentation\":\"<p>The lifecycle transition. For Auto Scaling groups, there are two major lifecycle transitions.</p> <ul> <li> <p>To create a lifecycle hook for scale-out events, specify <code>autoscaling:EC2_INSTANCE_LAUNCHING</code>.</p> </li> <li> <p>To create a lifecycle hook for scale-in events, specify <code>autoscaling:EC2_INSTANCE_TERMINATING</code>.</p> </li> </ul>\"\
},\
\"NotificationMetadata\":{\
\"shape\":\"XmlStringMaxLen1023\",\
\"shape\":\"AnyPrintableAsciiStringMaxLen4000\",\
\"documentation\":\"<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>\"\
},\
\"HeartbeatTimeout\":{\
Expand Down Expand Up @@ -4547,7 +4553,7 @@ - (NSString *)definitionString {
\"documentation\":\"<p>The Amazon Resource Name (ARN) of the notification target that Amazon EC2 Auto Scaling uses to notify you when an instance is in a wait state for the lifecycle hook. You can specify either an Amazon SNS topic or an Amazon SQS queue.</p> <p>If you specify an empty string, this overrides the current ARN.</p> <p>This operation uses the JSON format when sending notifications to an Amazon SQS queue, and an email key-value pair format when sending notifications to an Amazon SNS topic.</p> <p>When you specify a notification target, Amazon EC2 Auto Scaling sends it a test message. Test messages contain the following additional key-value pair: <code>\\\"Event\\\": \\\"autoscaling:TEST_NOTIFICATION\\\"</code>.</p>\"\
},\
\"NotificationMetadata\":{\
\"shape\":\"XmlStringMaxLen1023\",\
\"shape\":\"AnyPrintableAsciiStringMaxLen4000\",\
\"documentation\":\"<p>Additional information that you want to include any time Amazon EC2 Auto Scaling sends a message to the notification target.</p>\"\
},\
\"HeartbeatTimeout\":{\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ typedef NS_ENUM(NSInteger, AWSCognitoIdentityProviderVerifySoftwareTokenResponse
@property (nonatomic, strong) NSString * _Nullable userPoolId;

/**
<p>The username for the user. Must be unique within the user pool. Must be a UTF-8 string between 1 and 128 characters. After the user is created, the username can't be changed.</p>
<p>The value that you want to set as the username sign-in attribute. The following conditions apply to the username parameter.</p><ul><li><p>The username can't be a duplicate of another username in the same user pool.</p></li><li><p>You can't change the value of a username after you create it.</p></li><li><p>You can only provide a value if usernames are a valid sign-in attribute for your user pool. If your user pool only supports phone numbers or email addresses as sign-in attributes, Amazon Cognito automatically generates a username value. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#user-pool-settings-aliases">Customizing sign-in attributes</a>.</p></li></ul>
*/
@property (nonatomic, strong) NSString * _Nullable username;

Expand Down
10 changes: 7 additions & 3 deletions AWSCognitoIdentityProvider/AWSCognitoIdentityProviderResources.m
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ - (NSString *)definitionString {
},\
\"Username\":{\
\"shape\":\"UsernameType\",\
\"documentation\":\"<p>The username for the user. Must be unique within the user pool. Must be a UTF-8 string between 1 and 128 characters. After the user is created, the username can't be changed.</p>\"\
\"documentation\":\"<p>The value that you want to set as the username sign-in attribute. The following conditions apply to the username parameter.</p> <ul> <li> <p>The username can't be a duplicate of another username in the same user pool.</p> </li> <li> <p>You can't change the value of a username after you create it.</p> </li> <li> <p>You can only provide a value if usernames are a valid sign-in attribute for your user pool. If your user pool only supports phone numbers or email addresses as sign-in attributes, Amazon Cognito automatically generates a username value. For more information, see <a href=\\\"https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html#user-pool-settings-aliases\\\">Customizing sign-in attributes</a>.</p> </li> </ul>\"\
},\
\"UserAttributes\":{\
\"shape\":\"AttributeListType\",\
Expand Down Expand Up @@ -8257,7 +8257,9 @@ - (NSString *)definitionString {
},\
\"Status\":{\
\"shape\":\"StatusType\",\
\"documentation\":\"<p>The user pool status in a user pool description.</p>\"\
\"documentation\":\"<p>The user pool status in a user pool description.</p>\",\
\"deprecated\":true,\
\"deprecatedMessage\":\"This property is no longer available.\"\
},\
\"LastModifiedDate\":{\
\"shape\":\"DateType\",\
Expand Down Expand Up @@ -8346,7 +8348,9 @@ - (NSString *)definitionString {
},\
\"Status\":{\
\"shape\":\"StatusType\",\
\"documentation\":\"<p>The status of a user pool.</p>\"\
\"documentation\":\"<p>The status of a user pool.</p>\",\
\"deprecated\":true,\
\"deprecatedMessage\":\"This property is no longer available.\"\
},\
\"LastModifiedDate\":{\
\"shape\":\"DateType\",\
Expand Down
226 changes: 198 additions & 28 deletions AWSConnect/AWSConnectModel.h

Large diffs are not rendered by default.

Loading

0 comments on commit 7625a97

Please sign in to comment.