Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update AWS models to latest #5008

Merged
merged 17 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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