|
1104 | 1104 | "ExpirationTime": { |
1105 | 1105 | "target": "com.amazonaws.amplifybackend#__double", |
1106 | 1106 | "traits": { |
1107 | | - "smithy.api#default": 0, |
1108 | 1107 | "smithy.api#documentation": "<p>The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.</p>", |
1109 | 1108 | "smithy.api#jsonName": "expirationTime" |
1110 | 1109 | } |
|
1734 | 1733 | "UnauthenticatedLogin": { |
1735 | 1734 | "target": "com.amazonaws.amplifybackend#__boolean", |
1736 | 1735 | "traits": { |
1737 | | - "smithy.api#default": false, |
1738 | 1736 | "smithy.api#documentation": "<p>Set to true or false based on whether you want to enable guest authorization to your Amplify app.</p>", |
1739 | 1737 | "smithy.api#jsonName": "unauthenticatedLogin", |
1740 | 1738 | "smithy.api#required": {} |
|
1834 | 1832 | "MinimumLength": { |
1835 | 1833 | "target": "com.amazonaws.amplifybackend#__double", |
1836 | 1834 | "traits": { |
1837 | | - "smithy.api#default": 0, |
1838 | 1835 | "smithy.api#documentation": "<p>The minimum length of the password used to access the backend of your Amplify project.</p>", |
1839 | 1836 | "smithy.api#jsonName": "minimumLength", |
1840 | 1837 | "smithy.api#required": {} |
|
2948 | 2945 | "IsSuccess": { |
2949 | 2946 | "target": "com.amazonaws.amplifybackend#__boolean", |
2950 | 2947 | "traits": { |
2951 | | - "smithy.api#default": false, |
2952 | 2948 | "smithy.api#documentation": "<p>Indicates whether the request succeeded or failed.</p>", |
2953 | 2949 | "smithy.api#jsonName": "isSuccess" |
2954 | 2950 | } |
|
3731 | 3727 | "Imported": { |
3732 | 3728 | "target": "com.amazonaws.amplifybackend#__boolean", |
3733 | 3729 | "traits": { |
3734 | | - "smithy.api#default": false, |
3735 | 3730 | "smithy.api#documentation": "<p>Returns True if the storage resource has been imported.</p>", |
3736 | 3731 | "smithy.api#jsonName": "imported", |
3737 | 3732 | "smithy.api#required": {} |
|
4171 | 4166 | "MaxResults": { |
4172 | 4167 | "target": "com.amazonaws.amplifybackend#__integerMin1Max25", |
4173 | 4168 | "traits": { |
4174 | | - "smithy.api#default": 0, |
4175 | 4169 | "smithy.api#documentation": "<p>The maximum number of results that you want in the response.</p>", |
4176 | 4170 | "smithy.api#jsonName": "maxResults" |
4177 | 4171 | } |
|
4572 | 4566 | "CleanAmplifyApp": { |
4573 | 4567 | "target": "com.amazonaws.amplifybackend#__boolean", |
4574 | 4568 | "traits": { |
4575 | | - "smithy.api#default": false, |
4576 | 4569 | "smithy.api#documentation": "<p>Cleans up the Amplify Console app if this value is set to true.</p>", |
4577 | 4570 | "smithy.api#jsonName": "cleanAmplifyApp" |
4578 | 4571 | } |
|
5198 | 5191 | "UnauthenticatedLogin": { |
5199 | 5192 | "target": "com.amazonaws.amplifybackend#__boolean", |
5200 | 5193 | "traits": { |
5201 | | - "smithy.api#default": false, |
5202 | 5194 | "smithy.api#documentation": "<p>A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.</p>", |
5203 | 5195 | "smithy.api#jsonName": "unauthenticatedLogin" |
5204 | 5196 | } |
|
5292 | 5284 | "MinimumLength": { |
5293 | 5285 | "target": "com.amazonaws.amplifybackend#__double", |
5294 | 5286 | "traits": { |
5295 | | - "smithy.api#default": 0, |
5296 | 5287 | "smithy.api#documentation": "<p>Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.</p>", |
5297 | 5288 | "smithy.api#jsonName": "minimumLength" |
5298 | 5289 | } |
|
5855 | 5846 | } |
5856 | 5847 | }, |
5857 | 5848 | "com.amazonaws.amplifybackend#__boolean": { |
5858 | | - "type": "boolean", |
5859 | | - "traits": { |
5860 | | - "smithy.api#default": false |
5861 | | - } |
| 5849 | + "type": "boolean" |
5862 | 5850 | }, |
5863 | 5851 | "com.amazonaws.amplifybackend#__double": { |
5864 | | - "type": "double", |
5865 | | - "traits": { |
5866 | | - "smithy.api#default": 0 |
5867 | | - } |
| 5852 | + "type": "double" |
5868 | 5853 | }, |
5869 | 5854 | "com.amazonaws.amplifybackend#__integerMin1Max25": { |
5870 | 5855 | "type": "integer", |
5871 | 5856 | "traits": { |
5872 | | - "smithy.api#default": 0, |
5873 | 5857 | "smithy.api#range": { |
5874 | 5858 | "min": 1, |
5875 | 5859 | "max": 25 |
|
0 commit comments