|
1753 | 1753 | "DeliveryMethod": {
|
1754 | 1754 | "shape": "DeliveryMethod",
|
1755 | 1755 | "locationName": "deliveryMethod",
|
1756 |
| - "documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>" |
| 1756 | + "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>" |
1757 | 1757 | },
|
1758 | 1758 | "EmailSettings": {
|
1759 | 1759 | "shape": "EmailSettings",
|
1760 | 1760 | "locationName": "emailSettings",
|
1761 |
| - "documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>" |
| 1761 | + "documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>" |
1762 | 1762 | },
|
1763 | 1763 | "SmsSettings": {
|
1764 | 1764 | "shape": "SmsSettings",
|
1765 | 1765 | "locationName": "smsSettings",
|
1766 |
| - "documentation": "<p>The configuration for the SMS message sent when an app user forgets their password.</p>" |
| 1766 | + "documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an app user forgets their password.</p>" |
1767 | 1767 | }
|
1768 | 1768 | },
|
1769 |
| - "documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>", |
| 1769 | + "documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>", |
1770 | 1770 | "required": [
|
1771 | 1771 | "DeliveryMethod"
|
1772 | 1772 | ]
|
|
2001 | 2001 | "ForgotPassword": {
|
2002 | 2002 | "shape": "CreateBackendAuthForgotPasswordConfig",
|
2003 | 2003 | "locationName": "forgotPassword",
|
2004 |
| - "documentation": "<p>Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>" |
| 2004 | + "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>" |
2005 | 2005 | },
|
2006 | 2006 | "Mfa": {
|
2007 | 2007 | "shape": "CreateBackendAuthMFAConfig",
|
|
2032 | 2032 | "shape": "__string",
|
2033 | 2033 | "locationName": "userPoolName",
|
2034 | 2034 | "documentation": "<p>The Amazon Cognito user pool name.</p>"
|
| 2035 | + }, |
| 2036 | + "VerificationMessage": { |
| 2037 | + "shape": "CreateBackendAuthVerificationMessageConfig", |
| 2038 | + "locationName": "verificationMessage", |
| 2039 | + "documentation": "<p>Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>" |
2035 | 2040 | }
|
2036 | 2041 | },
|
2037 | 2042 | "documentation": "<p>Describes the Amazon Cognito user pool configuration for the auth resource to be configured for your Amplify project.</p>",
|
|
2041 | 2046 | "UserPoolName"
|
2042 | 2047 | ]
|
2043 | 2048 | },
|
| 2049 | + "CreateBackendAuthVerificationMessageConfig": { |
| 2050 | + "type": "structure", |
| 2051 | + "members": { |
| 2052 | + "DeliveryMethod": { |
| 2053 | + "shape": "DeliveryMethod", |
| 2054 | + "locationName": "deliveryMethod", |
| 2055 | + "documentation": "<p>The type of verification message to send.</p>" |
| 2056 | + }, |
| 2057 | + "EmailSettings": { |
| 2058 | + "shape": "EmailSettings", |
| 2059 | + "locationName": "emailSettings", |
| 2060 | + "documentation": "<p>The settings for the email message.</p>" |
| 2061 | + }, |
| 2062 | + "SmsSettings": { |
| 2063 | + "shape": "SmsSettings", |
| 2064 | + "locationName": "smsSettings", |
| 2065 | + "documentation": "<p>The settings for the SMS message.</p>" |
| 2066 | + } |
| 2067 | + }, |
| 2068 | + "documentation": "<p>Creates an email or SMS verification message for the auth resource configured for your Amplify project.</p>", |
| 2069 | + "required": [ |
| 2070 | + "DeliveryMethod" |
| 2071 | + ] |
| 2072 | + }, |
2044 | 2073 | "CreateBackendConfigReqObj": {
|
2045 | 2074 | "type": "structure",
|
2046 | 2075 | "members": {
|
|
2147 | 2176 | "ResourceConfig": {
|
2148 | 2177 | "shape": "ResourceConfig",
|
2149 | 2178 | "locationName": "resourceConfig",
|
2150 |
| - "documentation": "<p>The resource configuration for creating backend storage.</p>" |
| 2179 | + "documentation": "<p>The resource configuration for creating a backend.</p>" |
2151 | 2180 | },
|
2152 | 2181 | "ResourceName": {
|
2153 | 2182 | "shape": "__string",
|
|
2183 | 2212 | "ResourceConfig": {
|
2184 | 2213 | "shape": "ResourceConfig",
|
2185 | 2214 | "locationName": "resourceConfig",
|
2186 |
| - "documentation": "<p>The resource configuration for creating backend storage.</p>" |
| 2215 | + "documentation": "<p>The resource configuration for creating a backend.</p>" |
2187 | 2216 | },
|
2188 | 2217 | "ResourceName": {
|
2189 | 2218 | "shape": "__string",
|
|
2786 | 2815 | },
|
2787 | 2816 | "DeliveryMethod": {
|
2788 | 2817 | "type": "string",
|
| 2818 | + "documentation": "<p>The type of verification message to send.</p>", |
2789 | 2819 | "enum": [
|
2790 | 2820 | "EMAIL",
|
2791 | 2821 | "SMS"
|
|
2797 | 2827 | "EmailMessage": {
|
2798 | 2828 | "shape": "__string",
|
2799 | 2829 | "locationName": "emailMessage",
|
2800 |
| - "documentation": "<p>The body of the email.</p>" |
| 2830 | + "documentation": "<p>The contents of the email message.</p>" |
2801 | 2831 | },
|
2802 | 2832 | "EmailSubject": {
|
2803 | 2833 | "shape": "__string",
|
2804 | 2834 | "locationName": "emailSubject",
|
2805 |
| - "documentation": "<p>The subject of the email.</p>" |
| 2835 | + "documentation": "<p>The contents of the subject line of the email message.</p>" |
2806 | 2836 | }
|
2807 | 2837 | },
|
2808 | 2838 | "documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>"
|
|
4229 | 4259 | "SmsMessage": {
|
4230 | 4260 | "shape": "__string",
|
4231 | 4261 | "locationName": "smsMessage",
|
4232 |
| - "documentation": "<p>The body of the SMS message.</p>" |
| 4262 | + "documentation": "<p>The contents of the SMS message.</p>" |
4233 | 4263 | }
|
4234 | 4264 | },
|
4235 | 4265 | "documentation": "<p>SMS settings for authentication.</p>"
|
|
4353 | 4383 | "DeliveryMethod": {
|
4354 | 4384 | "shape": "DeliveryMethod",
|
4355 | 4385 | "locationName": "deliveryMethod",
|
4356 |
| - "documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>" |
| 4386 | + "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>" |
4357 | 4387 | },
|
4358 | 4388 | "EmailSettings": {
|
4359 | 4389 | "shape": "EmailSettings",
|
4360 | 4390 | "locationName": "emailSettings",
|
4361 |
| - "documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>" |
| 4391 | + "documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>" |
4362 | 4392 | },
|
4363 | 4393 | "SmsSettings": {
|
4364 | 4394 | "shape": "SmsSettings",
|
4365 | 4395 | "locationName": "smsSettings",
|
4366 |
| - "documentation": "<p>The configuration for the SMS message sent when an Amplify app user forgets their password.</p>" |
| 4396 | + "documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an Amplify app user forgets their password.</p>" |
4367 | 4397 | }
|
4368 | 4398 | },
|
4369 |
| - "documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>" |
| 4399 | + "documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>" |
4370 | 4400 | },
|
4371 | 4401 | "UpdateBackendAuthIdentityPoolConfig": {
|
4372 | 4402 | "type": "structure",
|
|
4572 | 4602 | "ForgotPassword": {
|
4573 | 4603 | "shape": "UpdateBackendAuthForgotPasswordConfig",
|
4574 | 4604 | "locationName": "forgotPassword",
|
4575 |
| - "documentation": "<p>Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>" |
| 4605 | + "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>" |
4576 | 4606 | },
|
4577 | 4607 | "Mfa": {
|
4578 | 4608 | "shape": "UpdateBackendAuthMFAConfig",
|
|
4588 | 4618 | "shape": "UpdateBackendAuthPasswordPolicyConfig",
|
4589 | 4619 | "locationName": "passwordPolicy",
|
4590 | 4620 | "documentation": "<p>Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>"
|
| 4621 | + }, |
| 4622 | + "VerificationMessage": { |
| 4623 | + "shape": "UpdateBackendAuthVerificationMessageConfig", |
| 4624 | + "locationName": "verificationMessage", |
| 4625 | + "documentation": "<p>Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>" |
4591 | 4626 | }
|
4592 | 4627 | },
|
4593 | 4628 | "documentation": "<p>Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.</p>"
|
4594 | 4629 | },
|
| 4630 | + "UpdateBackendAuthVerificationMessageConfig": { |
| 4631 | + "type": "structure", |
| 4632 | + "members": { |
| 4633 | + "DeliveryMethod": { |
| 4634 | + "shape": "DeliveryMethod", |
| 4635 | + "locationName": "deliveryMethod", |
| 4636 | + "documentation": "<p>The type of verification message to send.</p>" |
| 4637 | + }, |
| 4638 | + "EmailSettings": { |
| 4639 | + "shape": "EmailSettings", |
| 4640 | + "locationName": "emailSettings", |
| 4641 | + "documentation": "<p>The settings for the email message.</p>" |
| 4642 | + }, |
| 4643 | + "SmsSettings": { |
| 4644 | + "shape": "SmsSettings", |
| 4645 | + "locationName": "smsSettings", |
| 4646 | + "documentation": "<p>The settings for the SMS message.</p>" |
| 4647 | + } |
| 4648 | + }, |
| 4649 | + "documentation": "<p>Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.</p>", |
| 4650 | + "required": [ |
| 4651 | + "DeliveryMethod" |
| 4652 | + ] |
| 4653 | + }, |
4595 | 4654 | "UpdateBackendConfigReqObj": {
|
4596 | 4655 | "type": "structure",
|
4597 | 4656 | "members": {
|
|
0 commit comments