Skip to content

Commit 9cf7ffb

Browse files
Updated API models and rebuilt service gems.
1 parent 3169321 commit 9cf7ffb

Some content is hidden

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

45 files changed

+1212
-107
lines changed

apis/apigateway/2015-07-09/docs-2.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"UpdateIntegrationResponse": "<p>Represents an update integration response.</p>",
115115
"UpdateMethod": "<p>Updates an existing Method resource.</p>",
116116
"UpdateMethodResponse": "<p>Updates an existing MethodResponse resource.</p>",
117-
"UpdateModel": "<p>Changes information about a model.</p>",
117+
"UpdateModel": "<p>Changes information about a model. The maximum size of the model is 400 KB.</p>",
118118
"UpdateRequestValidator": "<p>Updates a RequestValidator of a given RestApi.</p>",
119119
"UpdateResource": "<p>Changes information about a Resource resource.</p>",
120120
"UpdateRestApi": "<p>Changes information about the specified API.</p>",
@@ -245,7 +245,7 @@
245245
"RequestValidator$validateRequestParameters": "<p>A Boolean flag to indicate whether to validate request parameters (<code>true</code>) or not (<code>false</code>).</p>",
246246
"RestApi$disableExecuteApiEndpoint": "<p>Specifies whether clients can invoke your API by using the default <code>execute-api</code> endpoint. By default, clients can invoke your API with the default <code>https://{api_id}.execute-api.{region}.amazonaws.com</code> endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.</p>",
247247
"SdkConfigurationProperty$required": "<p>A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (<code>true</code>) or not (<code>false</code>).</p>",
248-
"Stage$cacheClusterEnabled": "<p>Specifies whether a cache cluster is enabled for the stage.</p>",
248+
"Stage$cacheClusterEnabled": "<p>Specifies whether a cache cluster is enabled for the stage. To activate a method-level cache, set <code>CachingEnabled</code> to <code>true</code> for a method. </p>",
249249
"Stage$tracingEnabled": "<p>Specifies whether active tracing with X-ray is enabled for the Stage.</p>",
250250
"TlsConfig$insecureSkipVerification": "<p>Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority. This isn’t recommended, but it enables you to use certificates that are signed by private certificate authorities, or certificates that are self-signed. If enabled, API Gateway still performs basic certificate validation, which includes checking the certificate's expiration date, hostname, and presence of a root certificate authority. Supported only for <code>HTTP</code> and <code>HTTP_PROXY</code> integrations.</p> <important> <p>Enabling <code>insecureSkipVerification</code> isn't recommended, especially for integrations with public HTTPS endpoints. If you enable <code>insecureSkipVerification</code>, you increase the risk of man-in-the-middle attacks.</p> </important>"
251251
}
@@ -1583,7 +1583,7 @@
15831583
"CreateModelRequest$restApiId": "<p>The RestApi identifier under which the Model will be created.</p>",
15841584
"CreateModelRequest$name": "<p>The name of the model. Must be alphanumeric.</p>",
15851585
"CreateModelRequest$description": "<p>The description of the model.</p>",
1586-
"CreateModelRequest$schema": "<p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model.</p>",
1586+
"CreateModelRequest$schema": "<p>The schema for the model. For <code>application/json</code> models, this should be JSON schema draft 4 model. The maximum size of the model is 400 KB.</p>",
15871587
"CreateModelRequest$contentType": "<p>The content-type for the model.</p>",
15881588
"CreateRequestValidatorRequest$restApiId": "<p>The string identifier of the associated RestApi.</p>",
15891589
"CreateRequestValidatorRequest$name": "<p>The name of the to-be-created RequestValidator.</p>",

apis/apigateway/2015-07-09/endpoint-rule-set-1.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,11 +212,11 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [],
@@ -231,14 +227,16 @@
231227
},
232228
"type": "endpoint"
233229
}
234-
]
230+
],
231+
"type": "tree"
235232
},
236233
{
237234
"conditions": [],
238235
"error": "FIPS is enabled but this partition does not support FIPS",
239236
"type": "error"
240237
}
241-
]
238+
],
239+
"type": "tree"
242240
},
243241
{
244242
"conditions": [
@@ -252,7 +250,6 @@
252250
]
253251
}
254252
],
255-
"type": "tree",
256253
"rules": [
257254
{
258255
"conditions": [
@@ -272,7 +269,6 @@
272269
]
273270
}
274271
],
275-
"type": "tree",
276272
"rules": [
277273
{
278274
"conditions": [],
@@ -283,14 +279,16 @@
283279
},
284280
"type": "endpoint"
285281
}
286-
]
282+
],
283+
"type": "tree"
287284
},
288285
{
289286
"conditions": [],
290287
"error": "DualStack is enabled but this partition does not support DualStack",
291288
"type": "error"
292289
}
293-
]
290+
],
291+
"type": "tree"
294292
},
295293
{
296294
"conditions": [],
@@ -301,9 +299,11 @@
301299
},
302300
"type": "endpoint"
303301
}
304-
]
302+
],
303+
"type": "tree"
305304
}
306-
]
305+
],
306+
"type": "tree"
307307
},
308308
{
309309
"conditions": [],

apis/drs/2020-02-26/api-2.json

+41-1
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@
10061006
"forceUefi":{"shape":"Boolean"},
10071007
"rootVolumeName":{"shape":"LargeBoundedString"},
10081008
"volumeToConversionMap":{"shape":"VolumeToConversionMap"},
1009+
"volumeToProductCodes":{"shape":"VolumeToProductCodes"},
10091010
"volumeToVolumeSize":{"shape":"VolumeToSizeMap"}
10101011
}
10111012
},
@@ -1148,7 +1149,8 @@
11481149
"deviceName":{"shape":"BoundedString"},
11491150
"replicatedStorageBytes":{"shape":"PositiveInteger"},
11501151
"rescannedStorageBytes":{"shape":"PositiveInteger"},
1151-
"totalStorageBytes":{"shape":"PositiveInteger"}
1152+
"totalStorageBytes":{"shape":"PositiveInteger"},
1153+
"volumeStatus":{"shape":"VolumeStatus"}
11521154
}
11531155
},
11541156
"DataReplicationInfoReplicatedDisks":{
@@ -2280,6 +2282,30 @@
22802282
"type":"long",
22812283
"min":0
22822284
},
2285+
"ProductCode":{
2286+
"type":"structure",
2287+
"members":{
2288+
"productCodeId":{"shape":"ProductCodeId"},
2289+
"productCodeMode":{"shape":"ProductCodeMode"}
2290+
}
2291+
},
2292+
"ProductCodeId":{
2293+
"type":"string",
2294+
"max":25,
2295+
"min":25,
2296+
"pattern":"^([A-Za-z0-9])+$"
2297+
},
2298+
"ProductCodeMode":{
2299+
"type":"string",
2300+
"enum":[
2301+
"ENABLED",
2302+
"DISABLED"
2303+
]
2304+
},
2305+
"ProductCodes":{
2306+
"type":"list",
2307+
"member":{"shape":"ProductCode"}
2308+
},
22832309
"PutLaunchActionRequest":{
22842310
"type":"structure",
22852311
"required":[
@@ -3271,11 +3297,25 @@
32713297
"other"
32723298
]
32733299
},
3300+
"VolumeStatus":{
3301+
"type":"string",
3302+
"enum":[
3303+
"REGULAR",
3304+
"CONTAINS_MARKETPLACE_PRODUCT_CODES",
3305+
"MISSING_VOLUME_ATTRIBUTES",
3306+
"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"
3307+
]
3308+
},
32743309
"VolumeToConversionMap":{
32753310
"type":"map",
32763311
"key":{"shape":"LargeBoundedString"},
32773312
"value":{"shape":"ConversionMap"}
32783313
},
3314+
"VolumeToProductCodes":{
3315+
"type":"map",
3316+
"key":{"shape":"LargeBoundedString"},
3317+
"value":{"shape":"ProductCodes"}
3318+
},
32793319
"VolumeToSizeMap":{
32803320
"type":"map",
32813321
"key":{"shape":"LargeBoundedString"},

apis/drs/2020-02-26/docs-2.json

+37
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@
885885
"ValidationExceptionField$message": "<p>Validate exception field message.</p>",
886886
"ValidationExceptionField$name": "<p>Validate exception field name.</p>",
887887
"VolumeToConversionMap$key": null,
888+
"VolumeToProductCodes$key": null,
888889
"VolumeToSizeMap$key": null
889890
}
890891
},
@@ -1334,6 +1335,30 @@
13341335
"VolumeToSizeMap$value": null
13351336
}
13361337
},
1338+
"ProductCode": {
1339+
"base": "<p>Properties of a product code associated with a volume.</p>",
1340+
"refs": {
1341+
"ProductCodes$member": null
1342+
}
1343+
},
1344+
"ProductCodeId": {
1345+
"base": null,
1346+
"refs": {
1347+
"ProductCode$productCodeId": "<p>Id of a product code associated with a volume.</p>"
1348+
}
1349+
},
1350+
"ProductCodeMode": {
1351+
"base": null,
1352+
"refs": {
1353+
"ProductCode$productCodeMode": "<p>Mode of a product code associated with a volume.</p>"
1354+
}
1355+
},
1356+
"ProductCodes": {
1357+
"base": null,
1358+
"refs": {
1359+
"VolumeToProductCodes$value": null
1360+
}
1361+
},
13371362
"PutLaunchActionRequest": {
13381363
"base": null,
13391364
"refs": {
@@ -2054,12 +2079,24 @@
20542079
"ValidationException$reason": "<p>Validation exception reason.</p>"
20552080
}
20562081
},
2082+
"VolumeStatus": {
2083+
"base": null,
2084+
"refs": {
2085+
"DataReplicationInfoReplicatedDisk$volumeStatus": "<p>The status of the volume.</p>"
2086+
}
2087+
},
20572088
"VolumeToConversionMap": {
20582089
"base": null,
20592090
"refs": {
20602091
"ConversionProperties$volumeToConversionMap": "<p>A mapping between the volumes being converted and the converted snapshot ids</p>"
20612092
}
20622093
},
2094+
"VolumeToProductCodes": {
2095+
"base": null,
2096+
"refs": {
2097+
"ConversionProperties$volumeToProductCodes": "<p>A mapping between the volumes being converted and the product codes associated with them</p>"
2098+
}
2099+
},
20632100
"VolumeToSizeMap": {
20642101
"base": null,
20652102
"refs": {

0 commit comments

Comments
 (0)