|
811 | 811 | "DeliveryMethod": { |
812 | 812 | "target": "com.amazonaws.amplifybackend#DeliveryMethod", |
813 | 813 | "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>", |
815 | 815 | "smithy.api#jsonName": "deliveryMethod", |
816 | 816 | "smithy.api#required": {} |
817 | 817 | } |
818 | 818 | }, |
819 | 819 | "EmailSettings": { |
820 | 820 | "target": "com.amazonaws.amplifybackend#EmailSettings", |
821 | 821 | "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>", |
823 | 823 | "smithy.api#jsonName": "emailSettings" |
824 | 824 | } |
825 | 825 | }, |
826 | 826 | "SmsSettings": { |
827 | 827 | "target": "com.amazonaws.amplifybackend#SmsSettings", |
828 | 828 | "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>", |
830 | 830 | "smithy.api#jsonName": "smsSettings" |
831 | 831 | } |
832 | 832 | } |
833 | 833 | }, |
834 | 834 | "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>" |
836 | 836 | } |
837 | 837 | }, |
838 | 838 | "com.amazonaws.amplifybackend#CreateBackendAuthIdentityPoolConfig": { |
|
1090 | 1090 | "ForgotPassword": { |
1091 | 1091 | "target": "com.amazonaws.amplifybackend#CreateBackendAuthForgotPasswordConfig", |
1092 | 1092 | "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>", |
1094 | 1094 | "smithy.api#jsonName": "forgotPassword" |
1095 | 1095 | } |
1096 | 1096 | }, |
|
1138 | 1138 | "smithy.api#jsonName": "userPoolName", |
1139 | 1139 | "smithy.api#required": {} |
1140 | 1140 | } |
| 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 | + } |
1141 | 1148 | } |
1142 | 1149 | }, |
1143 | 1150 | "traits": { |
1144 | 1151 | "smithy.api#documentation": "<p>Describes the Amazon Cognito user pool configuration for the auth resource to be configured for your Amplify project.</p>" |
1145 | 1152 | } |
1146 | 1153 | }, |
| 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 | + }, |
1147 | 1184 | "com.amazonaws.amplifybackend#CreateBackendConfig": { |
1148 | 1185 | "type": "operation", |
1149 | 1186 | "input": { |
|
1261 | 1298 | "ResourceConfig": { |
1262 | 1299 | "target": "com.amazonaws.amplifybackend#ResourceConfig", |
1263 | 1300 | "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>", |
1265 | 1302 | "smithy.api#jsonName": "resourceConfig" |
1266 | 1303 | } |
1267 | 1304 | }, |
|
2033 | 2070 | "com.amazonaws.amplifybackend#DeliveryMethod": { |
2034 | 2071 | "type": "string", |
2035 | 2072 | "traits": { |
| 2073 | + "smithy.api#documentation": "<p>The type of verification message to send.</p>", |
2036 | 2074 | "smithy.api#enum": [ |
2037 | 2075 | { |
2038 | 2076 | "value": "EMAIL", |
|
2051 | 2089 | "EmailMessage": { |
2052 | 2090 | "target": "com.amazonaws.amplifybackend#__string", |
2053 | 2091 | "traits": { |
2054 | | - "smithy.api#documentation": "<p>The body of the email.</p>", |
| 2092 | + "smithy.api#documentation": "<p>The contents of the email message.</p>", |
2055 | 2093 | "smithy.api#jsonName": "emailMessage" |
2056 | 2094 | } |
2057 | 2095 | }, |
2058 | 2096 | "EmailSubject": { |
2059 | 2097 | "target": "com.amazonaws.amplifybackend#__string", |
2060 | 2098 | "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>", |
2062 | 2100 | "smithy.api#jsonName": "emailSubject" |
2063 | 2101 | } |
2064 | 2102 | } |
|
3916 | 3954 | "SmsMessage": { |
3917 | 3955 | "target": "com.amazonaws.amplifybackend#__string", |
3918 | 3956 | "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>", |
3920 | 3958 | "smithy.api#jsonName": "smsMessage" |
3921 | 3959 | } |
3922 | 3960 | } |
|
4157 | 4195 | "DeliveryMethod": { |
4158 | 4196 | "target": "com.amazonaws.amplifybackend#DeliveryMethod", |
4159 | 4197 | "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>", |
4161 | 4199 | "smithy.api#jsonName": "deliveryMethod" |
4162 | 4200 | } |
4163 | 4201 | }, |
4164 | 4202 | "EmailSettings": { |
4165 | 4203 | "target": "com.amazonaws.amplifybackend#EmailSettings", |
4166 | 4204 | "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>", |
4168 | 4206 | "smithy.api#jsonName": "emailSettings" |
4169 | 4207 | } |
4170 | 4208 | }, |
4171 | 4209 | "SmsSettings": { |
4172 | 4210 | "target": "com.amazonaws.amplifybackend#SmsSettings", |
4173 | 4211 | "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>", |
4175 | 4213 | "smithy.api#jsonName": "smsSettings" |
4176 | 4214 | } |
4177 | 4215 | } |
4178 | 4216 | }, |
4179 | 4217 | "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>" |
4181 | 4219 | } |
4182 | 4220 | }, |
4183 | 4221 | "com.amazonaws.amplifybackend#UpdateBackendAuthIdentityPoolConfig": { |
|
4420 | 4458 | "ForgotPassword": { |
4421 | 4459 | "target": "com.amazonaws.amplifybackend#UpdateBackendAuthForgotPasswordConfig", |
4422 | 4460 | "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>", |
4424 | 4462 | "smithy.api#jsonName": "forgotPassword" |
4425 | 4463 | } |
4426 | 4464 | }, |
|
4444 | 4482 | "smithy.api#documentation": "<p>Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>", |
4445 | 4483 | "smithy.api#jsonName": "passwordPolicy" |
4446 | 4484 | } |
| 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 | + } |
4447 | 4492 | } |
4448 | 4493 | }, |
4449 | 4494 | "traits": { |
4450 | 4495 | "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>" |
4451 | 4496 | } |
4452 | 4497 | }, |
| 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 | + }, |
4453 | 4528 | "com.amazonaws.amplifybackend#UpdateBackendConfig": { |
4454 | 4529 | "type": "operation", |
4455 | 4530 | "input": { |
|
0 commit comments