Skip to content

Commit 82ebba9

Browse files
authored
Update AWS models (#808)
## Motivation and Context Update AWS models based on the latest ones on 5/18/2023. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Yuki Saito <awsaito@amazon.com>
1 parent cd5ef69 commit 82ebba9

Some content is hidden

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

79 files changed

+24032
-5481
lines changed

aws-models/amplifybackend.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@
11041104
"ExpirationTime": {
11051105
"target": "com.amazonaws.amplifybackend#__double",
11061106
"traits": {
1107-
"smithy.api#default": 0,
11081107
"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>",
11091108
"smithy.api#jsonName": "expirationTime"
11101109
}
@@ -1734,7 +1733,6 @@
17341733
"UnauthenticatedLogin": {
17351734
"target": "com.amazonaws.amplifybackend#__boolean",
17361735
"traits": {
1737-
"smithy.api#default": false,
17381736
"smithy.api#documentation": "<p>Set to true or false based on whether you want to enable guest authorization to your Amplify app.</p>",
17391737
"smithy.api#jsonName": "unauthenticatedLogin",
17401738
"smithy.api#required": {}
@@ -1834,7 +1832,6 @@
18341832
"MinimumLength": {
18351833
"target": "com.amazonaws.amplifybackend#__double",
18361834
"traits": {
1837-
"smithy.api#default": 0,
18381835
"smithy.api#documentation": "<p>The minimum length of the password used to access the backend of your Amplify project.</p>",
18391836
"smithy.api#jsonName": "minimumLength",
18401837
"smithy.api#required": {}
@@ -2948,7 +2945,6 @@
29482945
"IsSuccess": {
29492946
"target": "com.amazonaws.amplifybackend#__boolean",
29502947
"traits": {
2951-
"smithy.api#default": false,
29522948
"smithy.api#documentation": "<p>Indicates whether the request succeeded or failed.</p>",
29532949
"smithy.api#jsonName": "isSuccess"
29542950
}
@@ -3731,7 +3727,6 @@
37313727
"Imported": {
37323728
"target": "com.amazonaws.amplifybackend#__boolean",
37333729
"traits": {
3734-
"smithy.api#default": false,
37353730
"smithy.api#documentation": "<p>Returns True if the storage resource has been imported.</p>",
37363731
"smithy.api#jsonName": "imported",
37373732
"smithy.api#required": {}
@@ -4171,7 +4166,6 @@
41714166
"MaxResults": {
41724167
"target": "com.amazonaws.amplifybackend#__integerMin1Max25",
41734168
"traits": {
4174-
"smithy.api#default": 0,
41754169
"smithy.api#documentation": "<p>The maximum number of results that you want in the response.</p>",
41764170
"smithy.api#jsonName": "maxResults"
41774171
}
@@ -4572,7 +4566,6 @@
45724566
"CleanAmplifyApp": {
45734567
"target": "com.amazonaws.amplifybackend#__boolean",
45744568
"traits": {
4575-
"smithy.api#default": false,
45764569
"smithy.api#documentation": "<p>Cleans up the Amplify Console app if this value is set to true.</p>",
45774570
"smithy.api#jsonName": "cleanAmplifyApp"
45784571
}
@@ -5198,7 +5191,6 @@
51985191
"UnauthenticatedLogin": {
51995192
"target": "com.amazonaws.amplifybackend#__boolean",
52005193
"traits": {
5201-
"smithy.api#default": false,
52025194
"smithy.api#documentation": "<p>A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.</p>",
52035195
"smithy.api#jsonName": "unauthenticatedLogin"
52045196
}
@@ -5292,7 +5284,6 @@
52925284
"MinimumLength": {
52935285
"target": "com.amazonaws.amplifybackend#__double",
52945286
"traits": {
5295-
"smithy.api#default": 0,
52965287
"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>",
52975288
"smithy.api#jsonName": "minimumLength"
52985289
}
@@ -5855,21 +5846,14 @@
58555846
}
58565847
},
58575848
"com.amazonaws.amplifybackend#__boolean": {
5858-
"type": "boolean",
5859-
"traits": {
5860-
"smithy.api#default": false
5861-
}
5849+
"type": "boolean"
58625850
},
58635851
"com.amazonaws.amplifybackend#__double": {
5864-
"type": "double",
5865-
"traits": {
5866-
"smithy.api#default": 0
5867-
}
5852+
"type": "double"
58685853
},
58695854
"com.amazonaws.amplifybackend#__integerMin1Max25": {
58705855
"type": "integer",
58715856
"traits": {
5872-
"smithy.api#default": 0,
58735857
"smithy.api#range": {
58745858
"min": 1,
58755859
"max": 25

0 commit comments

Comments
 (0)