Skip to content

Commit

Permalink
chore(models): update models as of 03/21/2022
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Mar 21, 2022
1 parent f90992a commit 86bc885
Show file tree
Hide file tree
Showing 29 changed files with 8,539 additions and 1,506 deletions.
258 changes: 182 additions & 76 deletions codegen/sdk-codegen/aws-models/acm-pca.json

Large diffs are not rendered by default.

103 changes: 89 additions & 14 deletions codegen/sdk-codegen/aws-models/amplifybackend.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,28 +811,28 @@
"DeliveryMethod": {
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
"traits": {
"smithy.api#documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>",
"smithy.api#jsonName": "deliveryMethod",
"smithy.api#required": {}
}
},
"EmailSettings": {
"target": "com.amazonaws.amplifybackend#EmailSettings",
"traits": {
"smithy.api#documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>",
"smithy.api#jsonName": "emailSettings"
}
},
"SmsSettings": {
"target": "com.amazonaws.amplifybackend#SmsSettings",
"traits": {
"smithy.api#documentation": "<p>The configuration for the SMS message sent when an app user forgets their password.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an app user forgets their password.</p>",
"smithy.api#jsonName": "smsSettings"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>"
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>"
}
},
"com.amazonaws.amplifybackend#CreateBackendAuthIdentityPoolConfig": {
Expand Down Expand Up @@ -1090,7 +1090,7 @@
"ForgotPassword": {
"target": "com.amazonaws.amplifybackend#CreateBackendAuthForgotPasswordConfig",
"traits": {
"smithy.api#documentation": "<p>Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
"smithy.api#jsonName": "forgotPassword"
}
},
Expand Down Expand Up @@ -1138,12 +1138,49 @@
"smithy.api#jsonName": "userPoolName",
"smithy.api#required": {}
}
},
"VerificationMessage": {
"target": "com.amazonaws.amplifybackend#CreateBackendAuthVerificationMessageConfig",
"traits": {
"smithy.api#documentation": "<p>Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
"smithy.api#jsonName": "verificationMessage"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes the Amazon Cognito user pool configuration for the auth resource to be configured for your Amplify project.</p>"
}
},
"com.amazonaws.amplifybackend#CreateBackendAuthVerificationMessageConfig": {
"type": "structure",
"members": {
"DeliveryMethod": {
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
"traits": {
"smithy.api#documentation": "<p>The type of verification message to send.</p>",
"smithy.api#jsonName": "deliveryMethod",
"smithy.api#required": {}
}
},
"EmailSettings": {
"target": "com.amazonaws.amplifybackend#EmailSettings",
"traits": {
"smithy.api#documentation": "<p>The settings for the email message.</p>",
"smithy.api#jsonName": "emailSettings"
}
},
"SmsSettings": {
"target": "com.amazonaws.amplifybackend#SmsSettings",
"traits": {
"smithy.api#documentation": "<p>The settings for the SMS message.</p>",
"smithy.api#jsonName": "smsSettings"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Creates an email or SMS verification message for the auth resource configured for your Amplify project.</p>"
}
},
"com.amazonaws.amplifybackend#CreateBackendConfig": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -1261,7 +1298,7 @@
"ResourceConfig": {
"target": "com.amazonaws.amplifybackend#ResourceConfig",
"traits": {
"smithy.api#documentation": "<p>The resource configuration for creating backend storage.</p>",
"smithy.api#documentation": "<p>The resource configuration for creating a backend.</p>",
"smithy.api#jsonName": "resourceConfig"
}
},
Expand Down Expand Up @@ -2033,6 +2070,7 @@
"com.amazonaws.amplifybackend#DeliveryMethod": {
"type": "string",
"traits": {
"smithy.api#documentation": "<p>The type of verification message to send.</p>",
"smithy.api#enum": [
{
"value": "EMAIL",
Expand All @@ -2051,14 +2089,14 @@
"EmailMessage": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>The body of the email.</p>",
"smithy.api#documentation": "<p>The contents of the email message.</p>",
"smithy.api#jsonName": "emailMessage"
}
},
"EmailSubject": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>The subject of the email.</p>",
"smithy.api#documentation": "<p>The contents of the subject line of the email message.</p>",
"smithy.api#jsonName": "emailSubject"
}
}
Expand Down Expand Up @@ -3916,7 +3954,7 @@
"SmsMessage": {
"target": "com.amazonaws.amplifybackend#__string",
"traits": {
"smithy.api#documentation": "<p>The body of the SMS message.</p>",
"smithy.api#documentation": "<p>The contents of the SMS message.</p>",
"smithy.api#jsonName": "smsMessage"
}
}
Expand Down Expand Up @@ -4157,27 +4195,27 @@
"DeliveryMethod": {
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
"traits": {
"smithy.api#documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>",
"smithy.api#jsonName": "deliveryMethod"
}
},
"EmailSettings": {
"target": "com.amazonaws.amplifybackend#EmailSettings",
"traits": {
"smithy.api#documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>",
"smithy.api#jsonName": "emailSettings"
}
},
"SmsSettings": {
"target": "com.amazonaws.amplifybackend#SmsSettings",
"traits": {
"smithy.api#documentation": "<p>The configuration for the SMS message sent when an Amplify app user forgets their password.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an Amplify app user forgets their password.</p>",
"smithy.api#jsonName": "smsSettings"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>"
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>"
}
},
"com.amazonaws.amplifybackend#UpdateBackendAuthIdentityPoolConfig": {
Expand Down Expand Up @@ -4420,7 +4458,7 @@
"ForgotPassword": {
"target": "com.amazonaws.amplifybackend#UpdateBackendAuthForgotPasswordConfig",
"traits": {
"smithy.api#documentation": "<p>Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
"smithy.api#jsonName": "forgotPassword"
}
},
Expand All @@ -4444,12 +4482,49 @@
"smithy.api#documentation": "<p>Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
"smithy.api#jsonName": "passwordPolicy"
}
},
"VerificationMessage": {
"target": "com.amazonaws.amplifybackend#UpdateBackendAuthVerificationMessageConfig",
"traits": {
"smithy.api#documentation": "<p>Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
"smithy.api#jsonName": "verificationMessage"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.</p>"
}
},
"com.amazonaws.amplifybackend#UpdateBackendAuthVerificationMessageConfig": {
"type": "structure",
"members": {
"DeliveryMethod": {
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
"traits": {
"smithy.api#documentation": "<p>The type of verification message to send.</p>",
"smithy.api#jsonName": "deliveryMethod",
"smithy.api#required": {}
}
},
"EmailSettings": {
"target": "com.amazonaws.amplifybackend#EmailSettings",
"traits": {
"smithy.api#documentation": "<p>The settings for the email message.</p>",
"smithy.api#jsonName": "emailSettings"
}
},
"SmsSettings": {
"target": "com.amazonaws.amplifybackend#SmsSettings",
"traits": {
"smithy.api#documentation": "<p>The settings for the SMS message.</p>",
"smithy.api#jsonName": "smsSettings"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.</p>"
}
},
"com.amazonaws.amplifybackend#UpdateBackendConfig": {
"type": "operation",
"input": {
Expand Down

0 comments on commit 86bc885

Please sign in to comment.