|
277 | 277 | "ApiName": { |
278 | 278 | "target": "com.amazonaws.amplifybackend#__string", |
279 | 279 | "traits": { |
280 | | - "smithy.api#documentation": "<p>The API name used to interact with the data model, configured as a part of the amplify project.</p>", |
| 280 | + "smithy.api#documentation": "<p>The API name used to interact with the data model, configured as a part of your Amplify project.</p>", |
281 | 281 | "smithy.api#jsonName": "apiName" |
282 | 282 | } |
283 | 283 | }, |
|
314 | 314 | "smithy.api#documentation": "<p>The resource config for the data model, configured as a part of the Amplify project.</p>" |
315 | 315 | } |
316 | 316 | }, |
| 317 | + "com.amazonaws.amplifybackend#BackendAuthAppleProviderConfig": { |
| 318 | + "type": "structure", |
| 319 | + "members": { |
| 320 | + "ClientId": { |
| 321 | + "target": "com.amazonaws.amplifybackend#__string", |
| 322 | + "traits": { |
| 323 | + "smithy.api#documentation": "<p>Describes the client_id (also called Services ID) that comes from Apple.</p>", |
| 324 | + "smithy.api#jsonName": "client_id" |
| 325 | + } |
| 326 | + }, |
| 327 | + "KeyId": { |
| 328 | + "target": "com.amazonaws.amplifybackend#__string", |
| 329 | + "traits": { |
| 330 | + "smithy.api#documentation": "<p>Describes the key_id that comes from Apple.</p>", |
| 331 | + "smithy.api#jsonName": "key_id" |
| 332 | + } |
| 333 | + }, |
| 334 | + "PrivateKey": { |
| 335 | + "target": "com.amazonaws.amplifybackend#__string", |
| 336 | + "traits": { |
| 337 | + "smithy.api#documentation": "<p>Describes the private_key that comes from Apple.</p>", |
| 338 | + "smithy.api#jsonName": "private_key" |
| 339 | + } |
| 340 | + }, |
| 341 | + "TeamId": { |
| 342 | + "target": "com.amazonaws.amplifybackend#__string", |
| 343 | + "traits": { |
| 344 | + "smithy.api#documentation": "<p>Describes the team_id that comes from Apple.</p>", |
| 345 | + "smithy.api#jsonName": "team_id" |
| 346 | + } |
| 347 | + } |
| 348 | + }, |
| 349 | + "traits": { |
| 350 | + "smithy.api#documentation": "<p>Describes Apple social federation configurations for allowing your app users to sign in using OAuth.</p>" |
| 351 | + } |
| 352 | + }, |
317 | 353 | "com.amazonaws.amplifybackend#BackendAuthSocialProviderConfig": { |
318 | 354 | "type": "structure", |
319 | 355 | "members": { |
320 | 356 | "ClientId": { |
321 | 357 | "target": "com.amazonaws.amplifybackend#__string", |
322 | 358 | "traits": { |
323 | | - "smithy.api#documentation": "<p>Describes the client_id which can be obtained from the third-party social federation provider.</p>", |
| 359 | + "smithy.api#documentation": "<p>Describes the client_id, which can be obtained from the third-party social federation provider.</p>", |
324 | 360 | "smithy.api#jsonName": "client_id" |
325 | 361 | } |
326 | 362 | }, |
327 | 363 | "ClientSecret": { |
328 | 364 | "target": "com.amazonaws.amplifybackend#__string", |
329 | 365 | "traits": { |
330 | | - "smithy.api#documentation": "<p>Describes the client_secret which can be obtained from third-party social federation providers.</p>", |
| 366 | + "smithy.api#documentation": "<p>Describes the client_secret, which can be obtained from third-party social federation providers.</p>", |
331 | 367 | "smithy.api#jsonName": "client_secret" |
332 | 368 | } |
333 | 369 | } |
|
715 | 751 | "DeliveryMethod": { |
716 | 752 | "target": "com.amazonaws.amplifybackend#DeliveryMethod", |
717 | 753 | "traits": { |
718 | | - "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>", |
| 754 | + "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>", |
719 | 755 | "smithy.api#jsonName": "deliveryMethod", |
720 | 756 | "smithy.api#required": {} |
721 | 757 | } |
|
769 | 805 | "MFAMode": { |
770 | 806 | "target": "com.amazonaws.amplifybackend#MFAMode", |
771 | 807 | "traits": { |
772 | | - "smithy.api#documentation": "<p>Describes whether MFA should be [ON, OFF, OPTIONAL] for authentication in your Amplify project.</p>", |
| 808 | + "smithy.api#documentation": "<p>Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.</p>", |
773 | 809 | "smithy.api#required": {} |
774 | 810 | } |
775 | 811 | }, |
|
782 | 818 | } |
783 | 819 | }, |
784 | 820 | "traits": { |
785 | | - "smithy.api#documentation": "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>" |
| 821 | + "smithy.api#documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>" |
786 | 822 | } |
787 | 823 | }, |
788 | 824 | "com.amazonaws.amplifybackend#CreateBackendAuthOAuthConfig": { |
|
822 | 858 | "RedirectSignOutURIs": { |
823 | 859 | "target": "com.amazonaws.amplifybackend#ListOf__string", |
824 | 860 | "traits": { |
825 | | - "smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>", |
| 861 | + "smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>", |
826 | 862 | "smithy.api#jsonName": "redirectSignOutURIs", |
827 | 863 | "smithy.api#required": {} |
828 | 864 | } |
|
1001 | 1037 | "Mfa": { |
1002 | 1038 | "target": "com.amazonaws.amplifybackend#CreateBackendAuthMFAConfig", |
1003 | 1039 | "traits": { |
1004 | | - "smithy.api#documentation": "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>", |
| 1040 | + "smithy.api#documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>", |
1005 | 1041 | "smithy.api#jsonName": "mfa" |
1006 | 1042 | } |
1007 | 1043 | }, |
|
3241 | 3277 | }, |
3242 | 3278 | "LoginWithAmazon": { |
3243 | 3279 | "target": "com.amazonaws.amplifybackend#BackendAuthSocialProviderConfig" |
| 3280 | + }, |
| 3281 | + "SignInWithApple": { |
| 3282 | + "target": "com.amazonaws.amplifybackend#BackendAuthAppleProviderConfig" |
3244 | 3283 | } |
3245 | 3284 | }, |
3246 | 3285 | "traits": { |
|
3469 | 3508 | "UnauthenticatedLogin": { |
3470 | 3509 | "target": "com.amazonaws.amplifybackend#__boolean", |
3471 | 3510 | "traits": { |
3472 | | - "smithy.api#documentation": "<p>A boolean value which can be set to allow or disallow guest-level authorization into your Amplify app.</p>", |
| 3511 | + "smithy.api#documentation": "<p>A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.</p>", |
3473 | 3512 | "smithy.api#jsonName": "unauthenticatedLogin" |
3474 | 3513 | } |
3475 | 3514 | } |
|
3526 | 3565 | "RedirectSignInURIs": { |
3527 | 3566 | "target": "com.amazonaws.amplifybackend#ListOf__string", |
3528 | 3567 | "traits": { |
3529 | | - "smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs in to an Amplify app.</p>", |
| 3568 | + "smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs in to an Amplify app.</p>", |
3530 | 3569 | "smithy.api#jsonName": "redirectSignInURIs" |
3531 | 3570 | } |
3532 | 3571 | }, |
3533 | 3572 | "RedirectSignOutURIs": { |
3534 | 3573 | "target": "com.amazonaws.amplifybackend#ListOf__string", |
3535 | 3574 | "traits": { |
3536 | | - "smithy.api#documentation": "<p>Redirect URLs used by OAuth when a user signs out of an Amplify app.</p>", |
| 3575 | + "smithy.api#documentation": "<p>Redirect URLs that OAuth uses when a user signs out of an Amplify app.</p>", |
3537 | 3576 | "smithy.api#jsonName": "redirectSignOutURIs" |
3538 | 3577 | } |
3539 | 3578 | }, |
|
3710 | 3749 | "Mfa": { |
3711 | 3750 | "target": "com.amazonaws.amplifybackend#UpdateBackendAuthMFAConfig", |
3712 | 3751 | "traits": { |
3713 | | - "smithy.api#documentation": "<p>Describes whether multi-factor authentication policies should be applied for your Amazon Cognito user pool configured as a part of your Amplify project.</p>", |
| 3752 | + "smithy.api#documentation": "<p>Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.</p>", |
3714 | 3753 | "smithy.api#jsonName": "mfa" |
3715 | 3754 | } |
3716 | 3755 | }, |
|
3881 | 3920 | "Operation": { |
3882 | 3921 | "target": "com.amazonaws.amplifybackend#__string", |
3883 | 3922 | "traits": { |
3884 | | - "smithy.api#documentation": "<p>Filters the list of response objects to only include those with the specified operation name.</p>", |
| 3923 | + "smithy.api#documentation": "<p>Filters the list of response objects to include only those with the specified operation name.</p>", |
3885 | 3924 | "smithy.api#jsonName": "operation" |
3886 | 3925 | } |
3887 | 3926 | }, |
|
0 commit comments