Skip to content

Commit bf2428e

Browse files
authored
chore: update AWS models to latest versions (#559)
1 parent 2ccdf40 commit bf2428e

File tree

71 files changed

+18008
-3110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+18008
-3110
lines changed

codegen/sdk/aws-models/acmpca.2017-08-22.json

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

codegen/sdk/aws-models/amplify.2017-07-25.json

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

codegen/sdk/aws-models/amplifybackend.2020-08-11.json

Lines changed: 89 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -811,28 +811,28 @@
811811
"DeliveryMethod": {
812812
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
813813
"traits": {
814-
"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>",
814+
"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>",
815815
"smithy.api#jsonName": "deliveryMethod",
816816
"smithy.api#required": {}
817817
}
818818
},
819819
"EmailSettings": {
820820
"target": "com.amazonaws.amplifybackend#EmailSettings",
821821
"traits": {
822-
"smithy.api#documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>",
822+
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>",
823823
"smithy.api#jsonName": "emailSettings"
824824
}
825825
},
826826
"SmsSettings": {
827827
"target": "com.amazonaws.amplifybackend#SmsSettings",
828828
"traits": {
829-
"smithy.api#documentation": "<p>The configuration for the SMS message sent when an app user forgets their password.</p>",
829+
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an app user forgets their password.</p>",
830830
"smithy.api#jsonName": "smsSettings"
831831
}
832832
}
833833
},
834834
"traits": {
835-
"smithy.api#documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>"
835+
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>"
836836
}
837837
},
838838
"com.amazonaws.amplifybackend#CreateBackendAuthIdentityPoolConfig": {
@@ -1090,7 +1090,7 @@
10901090
"ForgotPassword": {
10911091
"target": "com.amazonaws.amplifybackend#CreateBackendAuthForgotPasswordConfig",
10921092
"traits": {
1093-
"smithy.api#documentation": "<p>Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
1093+
"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>",
10941094
"smithy.api#jsonName": "forgotPassword"
10951095
}
10961096
},
@@ -1138,12 +1138,49 @@
11381138
"smithy.api#jsonName": "userPoolName",
11391139
"smithy.api#required": {}
11401140
}
1141+
},
1142+
"VerificationMessage": {
1143+
"target": "com.amazonaws.amplifybackend#CreateBackendAuthVerificationMessageConfig",
1144+
"traits": {
1145+
"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>",
1146+
"smithy.api#jsonName": "verificationMessage"
1147+
}
11411148
}
11421149
},
11431150
"traits": {
11441151
"smithy.api#documentation": "<p>Describes the Amazon Cognito user pool configuration for the auth resource to be configured for your Amplify project.</p>"
11451152
}
11461153
},
1154+
"com.amazonaws.amplifybackend#CreateBackendAuthVerificationMessageConfig": {
1155+
"type": "structure",
1156+
"members": {
1157+
"DeliveryMethod": {
1158+
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
1159+
"traits": {
1160+
"smithy.api#documentation": "<p>The type of verification message to send.</p>",
1161+
"smithy.api#jsonName": "deliveryMethod",
1162+
"smithy.api#required": {}
1163+
}
1164+
},
1165+
"EmailSettings": {
1166+
"target": "com.amazonaws.amplifybackend#EmailSettings",
1167+
"traits": {
1168+
"smithy.api#documentation": "<p>The settings for the email message.</p>",
1169+
"smithy.api#jsonName": "emailSettings"
1170+
}
1171+
},
1172+
"SmsSettings": {
1173+
"target": "com.amazonaws.amplifybackend#SmsSettings",
1174+
"traits": {
1175+
"smithy.api#documentation": "<p>The settings for the SMS message.</p>",
1176+
"smithy.api#jsonName": "smsSettings"
1177+
}
1178+
}
1179+
},
1180+
"traits": {
1181+
"smithy.api#documentation": "<p>Creates an email or SMS verification message for the auth resource configured for your Amplify project.</p>"
1182+
}
1183+
},
11471184
"com.amazonaws.amplifybackend#CreateBackendConfig": {
11481185
"type": "operation",
11491186
"input": {
@@ -1261,7 +1298,7 @@
12611298
"ResourceConfig": {
12621299
"target": "com.amazonaws.amplifybackend#ResourceConfig",
12631300
"traits": {
1264-
"smithy.api#documentation": "<p>The resource configuration for creating backend storage.</p>",
1301+
"smithy.api#documentation": "<p>The resource configuration for creating a backend.</p>",
12651302
"smithy.api#jsonName": "resourceConfig"
12661303
}
12671304
},
@@ -2033,6 +2070,7 @@
20332070
"com.amazonaws.amplifybackend#DeliveryMethod": {
20342071
"type": "string",
20352072
"traits": {
2073+
"smithy.api#documentation": "<p>The type of verification message to send.</p>",
20362074
"smithy.api#enum": [
20372075
{
20382076
"value": "EMAIL",
@@ -2051,14 +2089,14 @@
20512089
"EmailMessage": {
20522090
"target": "com.amazonaws.amplifybackend#__string",
20532091
"traits": {
2054-
"smithy.api#documentation": "<p>The body of the email.</p>",
2092+
"smithy.api#documentation": "<p>The contents of the email message.</p>",
20552093
"smithy.api#jsonName": "emailMessage"
20562094
}
20572095
},
20582096
"EmailSubject": {
20592097
"target": "com.amazonaws.amplifybackend#__string",
20602098
"traits": {
2061-
"smithy.api#documentation": "<p>The subject of the email.</p>",
2099+
"smithy.api#documentation": "<p>The contents of the subject line of the email message.</p>",
20622100
"smithy.api#jsonName": "emailSubject"
20632101
}
20642102
}
@@ -3916,7 +3954,7 @@
39163954
"SmsMessage": {
39173955
"target": "com.amazonaws.amplifybackend#__string",
39183956
"traits": {
3919-
"smithy.api#documentation": "<p>The body of the SMS message.</p>",
3957+
"smithy.api#documentation": "<p>The contents of the SMS message.</p>",
39203958
"smithy.api#jsonName": "smsMessage"
39213959
}
39223960
}
@@ -4157,27 +4195,27 @@
41574195
"DeliveryMethod": {
41584196
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
41594197
"traits": {
4160-
"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>",
4198+
"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>",
41614199
"smithy.api#jsonName": "deliveryMethod"
41624200
}
41634201
},
41644202
"EmailSettings": {
41654203
"target": "com.amazonaws.amplifybackend#EmailSettings",
41664204
"traits": {
4167-
"smithy.api#documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>",
4205+
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>",
41684206
"smithy.api#jsonName": "emailSettings"
41694207
}
41704208
},
41714209
"SmsSettings": {
41724210
"target": "com.amazonaws.amplifybackend#SmsSettings",
41734211
"traits": {
4174-
"smithy.api#documentation": "<p>The configuration for the SMS message sent when an Amplify app user forgets their password.</p>",
4212+
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an Amplify app user forgets their password.</p>",
41754213
"smithy.api#jsonName": "smsSettings"
41764214
}
41774215
}
41784216
},
41794217
"traits": {
4180-
"smithy.api#documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>"
4218+
"smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>"
41814219
}
41824220
},
41834221
"com.amazonaws.amplifybackend#UpdateBackendAuthIdentityPoolConfig": {
@@ -4420,7 +4458,7 @@
44204458
"ForgotPassword": {
44214459
"target": "com.amazonaws.amplifybackend#UpdateBackendAuthForgotPasswordConfig",
44224460
"traits": {
4423-
"smithy.api#documentation": "<p>Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
4461+
"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>",
44244462
"smithy.api#jsonName": "forgotPassword"
44254463
}
44264464
},
@@ -4444,12 +4482,49 @@
44444482
"smithy.api#documentation": "<p>Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
44454483
"smithy.api#jsonName": "passwordPolicy"
44464484
}
4485+
},
4486+
"VerificationMessage": {
4487+
"target": "com.amazonaws.amplifybackend#UpdateBackendAuthVerificationMessageConfig",
4488+
"traits": {
4489+
"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>",
4490+
"smithy.api#jsonName": "verificationMessage"
4491+
}
44474492
}
44484493
},
44494494
"traits": {
44504495
"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>"
44514496
}
44524497
},
4498+
"com.amazonaws.amplifybackend#UpdateBackendAuthVerificationMessageConfig": {
4499+
"type": "structure",
4500+
"members": {
4501+
"DeliveryMethod": {
4502+
"target": "com.amazonaws.amplifybackend#DeliveryMethod",
4503+
"traits": {
4504+
"smithy.api#documentation": "<p>The type of verification message to send.</p>",
4505+
"smithy.api#jsonName": "deliveryMethod",
4506+
"smithy.api#required": {}
4507+
}
4508+
},
4509+
"EmailSettings": {
4510+
"target": "com.amazonaws.amplifybackend#EmailSettings",
4511+
"traits": {
4512+
"smithy.api#documentation": "<p>The settings for the email message.</p>",
4513+
"smithy.api#jsonName": "emailSettings"
4514+
}
4515+
},
4516+
"SmsSettings": {
4517+
"target": "com.amazonaws.amplifybackend#SmsSettings",
4518+
"traits": {
4519+
"smithy.api#documentation": "<p>The settings for the SMS message.</p>",
4520+
"smithy.api#jsonName": "smsSettings"
4521+
}
4522+
}
4523+
},
4524+
"traits": {
4525+
"smithy.api#documentation": "<p>Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.</p>"
4526+
}
4527+
},
44534528
"com.amazonaws.amplifybackend#UpdateBackendConfig": {
44544529
"type": "operation",
44554530
"input": {

0 commit comments

Comments
 (0)