aws-sdk-core 2.2.15 → 2.2.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +551 -1300
- data/apis/apigateway/2015-07-09/examples-1.json +5 -0
- data/apis/lambda/2015-03-31/api-2.json +238 -554
- data/apis/lambda/2015-03-31/examples-1.json +5 -0
- data/lib/aws-sdk-core/apigateway.rb +1 -0
- data/lib/aws-sdk-core/lambda.rb +1 -0
- data/lib/aws-sdk-core/plugins/glacier_checksums.rb +3 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2423e93a5eeb76b05d1f94e0df07565b1863475
|
4
|
+
data.tar.gz: 3272880ba910a692b1d624befde7b558f9b115f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b12c9530d85ddfc0196da6fc71e16482f1b6c08949fc27cfcfe032efcaa5c7e8643dfd9140cfd70cf7fbcf9a41c23e5f8c851263107eab51fb538bdc67196c0
|
7
|
+
data.tar.gz: e115b74adcfa2ed6b91d77f962ba573564fe0e3fe9267ab0f2094c21aeccc7abc7cd6b33e4791d7a189730867ac3b30738f0605ff7918ba85e91517ad20f9b3a
|
@@ -3,9 +3,9 @@
|
|
3
3
|
"metadata":{
|
4
4
|
"apiVersion":"2015-07-09",
|
5
5
|
"endpointPrefix":"apigateway",
|
6
|
+
"protocol":"rest-json",
|
6
7
|
"serviceFullName":"Amazon API Gateway",
|
7
|
-
"signatureVersion":"v4"
|
8
|
-
"protocol":"rest-json"
|
8
|
+
"signatureVersion":"v4"
|
9
9
|
},
|
10
10
|
"operations":{
|
11
11
|
"CreateApiKey":{
|
@@ -18,31 +18,28 @@
|
|
18
18
|
"input":{"shape":"CreateApiKeyRequest"},
|
19
19
|
"output":{"shape":"ApiKey"},
|
20
20
|
"errors":[
|
21
|
-
{
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
}
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
},
|
41
|
-
{
|
42
|
-
|
43
|
-
"error":{"httpStatusCode":400},
|
44
|
-
"exception":true
|
45
|
-
}
|
21
|
+
{"shape":"UnauthorizedException"},
|
22
|
+
{"shape":"NotFoundException"},
|
23
|
+
{"shape":"TooManyRequestsException"},
|
24
|
+
{"shape":"LimitExceededException"},
|
25
|
+
{"shape":"BadRequestException"}
|
26
|
+
]
|
27
|
+
},
|
28
|
+
"CreateAuthorizer":{
|
29
|
+
"name":"CreateAuthorizer",
|
30
|
+
"http":{
|
31
|
+
"method":"POST",
|
32
|
+
"requestUri":"/restapis/{restapi_id}/authorizers",
|
33
|
+
"responseCode":201
|
34
|
+
},
|
35
|
+
"input":{"shape":"CreateAuthorizerRequest"},
|
36
|
+
"output":{"shape":"Authorizer"},
|
37
|
+
"errors":[
|
38
|
+
{"shape":"BadRequestException"},
|
39
|
+
{"shape":"UnauthorizedException"},
|
40
|
+
{"shape":"NotFoundException"},
|
41
|
+
{"shape":"LimitExceededException"},
|
42
|
+
{"shape":"TooManyRequestsException"}
|
46
43
|
]
|
47
44
|
},
|
48
45
|
"CreateBasePathMapping":{
|
@@ -55,31 +52,11 @@
|
|
55
52
|
"input":{"shape":"CreateBasePathMappingRequest"},
|
56
53
|
"output":{"shape":"BasePathMapping"},
|
57
54
|
"errors":[
|
58
|
-
{
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
}
|
63
|
-
{
|
64
|
-
"shape":"ConflictException",
|
65
|
-
"error":{"httpStatusCode":409},
|
66
|
-
"exception":true
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"shape":"BadRequestException",
|
70
|
-
"error":{"httpStatusCode":400},
|
71
|
-
"exception":true
|
72
|
-
},
|
73
|
-
{
|
74
|
-
"shape":"NotFoundException",
|
75
|
-
"error":{"httpStatusCode":404},
|
76
|
-
"exception":true
|
77
|
-
},
|
78
|
-
{
|
79
|
-
"shape":"TooManyRequestsException",
|
80
|
-
"error":{"httpStatusCode":429},
|
81
|
-
"exception":true
|
82
|
-
}
|
55
|
+
{"shape":"UnauthorizedException"},
|
56
|
+
{"shape":"ConflictException"},
|
57
|
+
{"shape":"BadRequestException"},
|
58
|
+
{"shape":"NotFoundException"},
|
59
|
+
{"shape":"TooManyRequestsException"}
|
83
60
|
]
|
84
61
|
},
|
85
62
|
"CreateDeployment":{
|
@@ -92,42 +69,13 @@
|
|
92
69
|
"input":{"shape":"CreateDeploymentRequest"},
|
93
70
|
"output":{"shape":"Deployment"},
|
94
71
|
"errors":[
|
95
|
-
{
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
},
|
100
|
-
{
|
101
|
-
|
102
|
-
"error":{"httpStatusCode":400},
|
103
|
-
"exception":true
|
104
|
-
},
|
105
|
-
{
|
106
|
-
"shape":"NotFoundException",
|
107
|
-
"error":{"httpStatusCode":404},
|
108
|
-
"exception":true
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"shape":"ConflictException",
|
112
|
-
"error":{"httpStatusCode":409},
|
113
|
-
"exception":true
|
114
|
-
},
|
115
|
-
{
|
116
|
-
"shape":"LimitExceededException",
|
117
|
-
"error":{"httpStatusCode":429},
|
118
|
-
"exception":true
|
119
|
-
},
|
120
|
-
{
|
121
|
-
"shape":"TooManyRequestsException",
|
122
|
-
"error":{"httpStatusCode":429},
|
123
|
-
"exception":true
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"shape":"ServiceUnavailableException",
|
127
|
-
"error":{"httpStatusCode":503},
|
128
|
-
"exception":true,
|
129
|
-
"fault":true
|
130
|
-
}
|
72
|
+
{"shape":"UnauthorizedException"},
|
73
|
+
{"shape":"BadRequestException"},
|
74
|
+
{"shape":"NotFoundException"},
|
75
|
+
{"shape":"ConflictException"},
|
76
|
+
{"shape":"LimitExceededException"},
|
77
|
+
{"shape":"TooManyRequestsException"},
|
78
|
+
{"shape":"ServiceUnavailableException"}
|
131
79
|
]
|
132
80
|
},
|
133
81
|
"CreateDomainName":{
|
@@ -140,21 +88,9 @@
|
|
140
88
|
"input":{"shape":"CreateDomainNameRequest"},
|
141
89
|
"output":{"shape":"DomainName"},
|
142
90
|
"errors":[
|
143
|
-
{
|
144
|
-
|
145
|
-
|
146
|
-
"exception":true
|
147
|
-
},
|
148
|
-
{
|
149
|
-
"shape":"BadRequestException",
|
150
|
-
"error":{"httpStatusCode":400},
|
151
|
-
"exception":true
|
152
|
-
},
|
153
|
-
{
|
154
|
-
"shape":"TooManyRequestsException",
|
155
|
-
"error":{"httpStatusCode":429},
|
156
|
-
"exception":true
|
157
|
-
}
|
91
|
+
{"shape":"UnauthorizedException"},
|
92
|
+
{"shape":"BadRequestException"},
|
93
|
+
{"shape":"TooManyRequestsException"}
|
158
94
|
]
|
159
95
|
},
|
160
96
|
"CreateModel":{
|
@@ -167,36 +103,12 @@
|
|
167
103
|
"input":{"shape":"CreateModelRequest"},
|
168
104
|
"output":{"shape":"Model"},
|
169
105
|
"errors":[
|
170
|
-
{
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
},
|
175
|
-
{
|
176
|
-
"shape":"UnauthorizedException",
|
177
|
-
"error":{"httpStatusCode":401},
|
178
|
-
"exception":true
|
179
|
-
},
|
180
|
-
{
|
181
|
-
"shape":"NotFoundException",
|
182
|
-
"error":{"httpStatusCode":404},
|
183
|
-
"exception":true
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"shape":"ConflictException",
|
187
|
-
"error":{"httpStatusCode":409},
|
188
|
-
"exception":true
|
189
|
-
},
|
190
|
-
{
|
191
|
-
"shape":"LimitExceededException",
|
192
|
-
"error":{"httpStatusCode":429},
|
193
|
-
"exception":true
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"shape":"TooManyRequestsException",
|
197
|
-
"error":{"httpStatusCode":429},
|
198
|
-
"exception":true
|
199
|
-
}
|
106
|
+
{"shape":"BadRequestException"},
|
107
|
+
{"shape":"UnauthorizedException"},
|
108
|
+
{"shape":"NotFoundException"},
|
109
|
+
{"shape":"ConflictException"},
|
110
|
+
{"shape":"LimitExceededException"},
|
111
|
+
{"shape":"TooManyRequestsException"}
|
200
112
|
]
|
201
113
|
},
|
202
114
|
"CreateResource":{
|
@@ -209,36 +121,12 @@
|
|
209
121
|
"input":{"shape":"CreateResourceRequest"},
|
210
122
|
"output":{"shape":"Resource"},
|
211
123
|
"errors":[
|
212
|
-
{
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"shape":"NotFoundException",
|
219
|
-
"error":{"httpStatusCode":404},
|
220
|
-
"exception":true
|
221
|
-
},
|
222
|
-
{
|
223
|
-
"shape":"ConflictException",
|
224
|
-
"error":{"httpStatusCode":409},
|
225
|
-
"exception":true
|
226
|
-
},
|
227
|
-
{
|
228
|
-
"shape":"LimitExceededException",
|
229
|
-
"error":{"httpStatusCode":429},
|
230
|
-
"exception":true
|
231
|
-
},
|
232
|
-
{
|
233
|
-
"shape":"BadRequestException",
|
234
|
-
"error":{"httpStatusCode":400},
|
235
|
-
"exception":true
|
236
|
-
},
|
237
|
-
{
|
238
|
-
"shape":"TooManyRequestsException",
|
239
|
-
"error":{"httpStatusCode":429},
|
240
|
-
"exception":true
|
241
|
-
}
|
124
|
+
{"shape":"UnauthorizedException"},
|
125
|
+
{"shape":"NotFoundException"},
|
126
|
+
{"shape":"ConflictException"},
|
127
|
+
{"shape":"LimitExceededException"},
|
128
|
+
{"shape":"BadRequestException"},
|
129
|
+
{"shape":"TooManyRequestsException"}
|
242
130
|
]
|
243
131
|
},
|
244
132
|
"CreateRestApi":{
|
@@ -251,26 +139,10 @@
|
|
251
139
|
"input":{"shape":"CreateRestApiRequest"},
|
252
140
|
"output":{"shape":"RestApi"},
|
253
141
|
"errors":[
|
254
|
-
{
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
},
|
259
|
-
{
|
260
|
-
"shape":"LimitExceededException",
|
261
|
-
"error":{"httpStatusCode":429},
|
262
|
-
"exception":true
|
263
|
-
},
|
264
|
-
{
|
265
|
-
"shape":"BadRequestException",
|
266
|
-
"error":{"httpStatusCode":400},
|
267
|
-
"exception":true
|
268
|
-
},
|
269
|
-
{
|
270
|
-
"shape":"TooManyRequestsException",
|
271
|
-
"error":{"httpStatusCode":429},
|
272
|
-
"exception":true
|
273
|
-
}
|
142
|
+
{"shape":"UnauthorizedException"},
|
143
|
+
{"shape":"LimitExceededException"},
|
144
|
+
{"shape":"BadRequestException"},
|
145
|
+
{"shape":"TooManyRequestsException"}
|
274
146
|
]
|
275
147
|
},
|
276
148
|
"CreateStage":{
|
@@ -283,36 +155,12 @@
|
|
283
155
|
"input":{"shape":"CreateStageRequest"},
|
284
156
|
"output":{"shape":"Stage"},
|
285
157
|
"errors":[
|
286
|
-
{
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
},
|
291
|
-
{
|
292
|
-
"shape":"BadRequestException",
|
293
|
-
"error":{"httpStatusCode":400},
|
294
|
-
"exception":true
|
295
|
-
},
|
296
|
-
{
|
297
|
-
"shape":"NotFoundException",
|
298
|
-
"error":{"httpStatusCode":404},
|
299
|
-
"exception":true
|
300
|
-
},
|
301
|
-
{
|
302
|
-
"shape":"ConflictException",
|
303
|
-
"error":{"httpStatusCode":409},
|
304
|
-
"exception":true
|
305
|
-
},
|
306
|
-
{
|
307
|
-
"shape":"LimitExceededException",
|
308
|
-
"error":{"httpStatusCode":429},
|
309
|
-
"exception":true
|
310
|
-
},
|
311
|
-
{
|
312
|
-
"shape":"TooManyRequestsException",
|
313
|
-
"error":{"httpStatusCode":429},
|
314
|
-
"exception":true
|
315
|
-
}
|
158
|
+
{"shape":"UnauthorizedException"},
|
159
|
+
{"shape":"BadRequestException"},
|
160
|
+
{"shape":"NotFoundException"},
|
161
|
+
{"shape":"ConflictException"},
|
162
|
+
{"shape":"LimitExceededException"},
|
163
|
+
{"shape":"TooManyRequestsException"}
|
316
164
|
]
|
317
165
|
},
|
318
166
|
"DeleteApiKey":{
|
@@ -324,21 +172,25 @@
|
|
324
172
|
},
|
325
173
|
"input":{"shape":"DeleteApiKeyRequest"},
|
326
174
|
"errors":[
|
327
|
-
{
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
},
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
}
|
175
|
+
{"shape":"UnauthorizedException"},
|
176
|
+
{"shape":"NotFoundException"},
|
177
|
+
{"shape":"TooManyRequestsException"}
|
178
|
+
]
|
179
|
+
},
|
180
|
+
"DeleteAuthorizer":{
|
181
|
+
"name":"DeleteAuthorizer",
|
182
|
+
"http":{
|
183
|
+
"method":"DELETE",
|
184
|
+
"requestUri":"/restapis/{restapi_id}/authorizers/{authorizer_id}",
|
185
|
+
"responseCode":202
|
186
|
+
},
|
187
|
+
"input":{"shape":"DeleteAuthorizerRequest"},
|
188
|
+
"errors":[
|
189
|
+
{"shape":"UnauthorizedException"},
|
190
|
+
{"shape":"NotFoundException"},
|
191
|
+
{"shape":"TooManyRequestsException"},
|
192
|
+
{"shape":"BadRequestException"},
|
193
|
+
{"shape":"ConflictException"}
|
342
194
|
]
|
343
195
|
},
|
344
196
|
"DeleteBasePathMapping":{
|
@@ -350,21 +202,9 @@
|
|
350
202
|
},
|
351
203
|
"input":{"shape":"DeleteBasePathMappingRequest"},
|
352
204
|
"errors":[
|
353
|
-
{
|
354
|
-
|
355
|
-
|
356
|
-
"exception":true
|
357
|
-
},
|
358
|
-
{
|
359
|
-
"shape":"NotFoundException",
|
360
|
-
"error":{"httpStatusCode":404},
|
361
|
-
"exception":true
|
362
|
-
},
|
363
|
-
{
|
364
|
-
"shape":"TooManyRequestsException",
|
365
|
-
"error":{"httpStatusCode":429},
|
366
|
-
"exception":true
|
367
|
-
}
|
205
|
+
{"shape":"UnauthorizedException"},
|
206
|
+
{"shape":"NotFoundException"},
|
207
|
+
{"shape":"TooManyRequestsException"}
|
368
208
|
]
|
369
209
|
},
|
370
210
|
"DeleteClientCertificate":{
|
@@ -376,26 +216,10 @@
|
|
376
216
|
},
|
377
217
|
"input":{"shape":"DeleteClientCertificateRequest"},
|
378
218
|
"errors":[
|
379
|
-
{
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
},
|
384
|
-
{
|
385
|
-
"shape":"TooManyRequestsException",
|
386
|
-
"error":{"httpStatusCode":429},
|
387
|
-
"exception":true
|
388
|
-
},
|
389
|
-
{
|
390
|
-
"shape":"BadRequestException",
|
391
|
-
"error":{"httpStatusCode":400},
|
392
|
-
"exception":true
|
393
|
-
},
|
394
|
-
{
|
395
|
-
"shape":"NotFoundException",
|
396
|
-
"error":{"httpStatusCode":404},
|
397
|
-
"exception":true
|
398
|
-
}
|
219
|
+
{"shape":"UnauthorizedException"},
|
220
|
+
{"shape":"TooManyRequestsException"},
|
221
|
+
{"shape":"BadRequestException"},
|
222
|
+
{"shape":"NotFoundException"}
|
399
223
|
]
|
400
224
|
},
|
401
225
|
"DeleteDeployment":{
|
@@ -407,26 +231,10 @@
|
|
407
231
|
},
|
408
232
|
"input":{"shape":"DeleteDeploymentRequest"},
|
409
233
|
"errors":[
|
410
|
-
{
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
},
|
415
|
-
{
|
416
|
-
"shape":"NotFoundException",
|
417
|
-
"error":{"httpStatusCode":404},
|
418
|
-
"exception":true
|
419
|
-
},
|
420
|
-
{
|
421
|
-
"shape":"BadRequestException",
|
422
|
-
"error":{"httpStatusCode":400},
|
423
|
-
"exception":true
|
424
|
-
},
|
425
|
-
{
|
426
|
-
"shape":"TooManyRequestsException",
|
427
|
-
"error":{"httpStatusCode":429},
|
428
|
-
"exception":true
|
429
|
-
}
|
234
|
+
{"shape":"UnauthorizedException"},
|
235
|
+
{"shape":"NotFoundException"},
|
236
|
+
{"shape":"BadRequestException"},
|
237
|
+
{"shape":"TooManyRequestsException"}
|
430
238
|
]
|
431
239
|
},
|
432
240
|
"DeleteDomainName":{
|
@@ -438,21 +246,9 @@
|
|
438
246
|
},
|
439
247
|
"input":{"shape":"DeleteDomainNameRequest"},
|
440
248
|
"errors":[
|
441
|
-
{
|
442
|
-
|
443
|
-
|
444
|
-
"exception":true
|
445
|
-
},
|
446
|
-
{
|
447
|
-
"shape":"NotFoundException",
|
448
|
-
"error":{"httpStatusCode":404},
|
449
|
-
"exception":true
|
450
|
-
},
|
451
|
-
{
|
452
|
-
"shape":"TooManyRequestsException",
|
453
|
-
"error":{"httpStatusCode":429},
|
454
|
-
"exception":true
|
455
|
-
}
|
249
|
+
{"shape":"UnauthorizedException"},
|
250
|
+
{"shape":"NotFoundException"},
|
251
|
+
{"shape":"TooManyRequestsException"}
|
456
252
|
]
|
457
253
|
},
|
458
254
|
"DeleteIntegration":{
|
@@ -464,21 +260,9 @@
|
|
464
260
|
},
|
465
261
|
"input":{"shape":"DeleteIntegrationRequest"},
|
466
262
|
"errors":[
|
467
|
-
{
|
468
|
-
|
469
|
-
|
470
|
-
"exception":true
|
471
|
-
},
|
472
|
-
{
|
473
|
-
"shape":"NotFoundException",
|
474
|
-
"error":{"httpStatusCode":404},
|
475
|
-
"exception":true
|
476
|
-
},
|
477
|
-
{
|
478
|
-
"shape":"TooManyRequestsException",
|
479
|
-
"error":{"httpStatusCode":429},
|
480
|
-
"exception":true
|
481
|
-
}
|
263
|
+
{"shape":"UnauthorizedException"},
|
264
|
+
{"shape":"NotFoundException"},
|
265
|
+
{"shape":"TooManyRequestsException"}
|
482
266
|
]
|
483
267
|
},
|
484
268
|
"DeleteIntegrationResponse":{
|
@@ -490,21 +274,9 @@
|
|
490
274
|
},
|
491
275
|
"input":{"shape":"DeleteIntegrationResponseRequest"},
|
492
276
|
"errors":[
|
493
|
-
{
|
494
|
-
|
495
|
-
|
496
|
-
"exception":true
|
497
|
-
},
|
498
|
-
{
|
499
|
-
"shape":"NotFoundException",
|
500
|
-
"error":{"httpStatusCode":404},
|
501
|
-
"exception":true
|
502
|
-
},
|
503
|
-
{
|
504
|
-
"shape":"TooManyRequestsException",
|
505
|
-
"error":{"httpStatusCode":429},
|
506
|
-
"exception":true
|
507
|
-
}
|
277
|
+
{"shape":"UnauthorizedException"},
|
278
|
+
{"shape":"NotFoundException"},
|
279
|
+
{"shape":"TooManyRequestsException"}
|
508
280
|
]
|
509
281
|
},
|
510
282
|
"DeleteMethod":{
|
@@ -516,21 +288,9 @@
|
|
516
288
|
},
|
517
289
|
"input":{"shape":"DeleteMethodRequest"},
|
518
290
|
"errors":[
|
519
|
-
{
|
520
|
-
|
521
|
-
|
522
|
-
"exception":true
|
523
|
-
},
|
524
|
-
{
|
525
|
-
"shape":"NotFoundException",
|
526
|
-
"error":{"httpStatusCode":404},
|
527
|
-
"exception":true
|
528
|
-
},
|
529
|
-
{
|
530
|
-
"shape":"TooManyRequestsException",
|
531
|
-
"error":{"httpStatusCode":429},
|
532
|
-
"exception":true
|
533
|
-
}
|
291
|
+
{"shape":"UnauthorizedException"},
|
292
|
+
{"shape":"NotFoundException"},
|
293
|
+
{"shape":"TooManyRequestsException"}
|
534
294
|
]
|
535
295
|
},
|
536
296
|
"DeleteMethodResponse":{
|
@@ -542,21 +302,9 @@
|
|
542
302
|
},
|
543
303
|
"input":{"shape":"DeleteMethodResponseRequest"},
|
544
304
|
"errors":[
|
545
|
-
{
|
546
|
-
|
547
|
-
|
548
|
-
"exception":true
|
549
|
-
},
|
550
|
-
{
|
551
|
-
"shape":"NotFoundException",
|
552
|
-
"error":{"httpStatusCode":404},
|
553
|
-
"exception":true
|
554
|
-
},
|
555
|
-
{
|
556
|
-
"shape":"TooManyRequestsException",
|
557
|
-
"error":{"httpStatusCode":429},
|
558
|
-
"exception":true
|
559
|
-
}
|
305
|
+
{"shape":"UnauthorizedException"},
|
306
|
+
{"shape":"NotFoundException"},
|
307
|
+
{"shape":"TooManyRequestsException"}
|
560
308
|
]
|
561
309
|
},
|
562
310
|
"DeleteModel":{
|
@@ -568,31 +316,11 @@
|
|
568
316
|
},
|
569
317
|
"input":{"shape":"DeleteModelRequest"},
|
570
318
|
"errors":[
|
571
|
-
{
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
}
|
576
|
-
{
|
577
|
-
"shape":"NotFoundException",
|
578
|
-
"error":{"httpStatusCode":404},
|
579
|
-
"exception":true
|
580
|
-
},
|
581
|
-
{
|
582
|
-
"shape":"TooManyRequestsException",
|
583
|
-
"error":{"httpStatusCode":429},
|
584
|
-
"exception":true
|
585
|
-
},
|
586
|
-
{
|
587
|
-
"shape":"BadRequestException",
|
588
|
-
"error":{"httpStatusCode":400},
|
589
|
-
"exception":true
|
590
|
-
},
|
591
|
-
{
|
592
|
-
"shape":"ConflictException",
|
593
|
-
"error":{"httpStatusCode":409},
|
594
|
-
"exception":true
|
595
|
-
}
|
319
|
+
{"shape":"UnauthorizedException"},
|
320
|
+
{"shape":"NotFoundException"},
|
321
|
+
{"shape":"TooManyRequestsException"},
|
322
|
+
{"shape":"BadRequestException"},
|
323
|
+
{"shape":"ConflictException"}
|
596
324
|
]
|
597
325
|
},
|
598
326
|
"DeleteResource":{
|
@@ -604,26 +332,10 @@
|
|
604
332
|
},
|
605
333
|
"input":{"shape":"DeleteResourceRequest"},
|
606
334
|
"errors":[
|
607
|
-
{
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
},
|
612
|
-
{
|
613
|
-
"shape":"NotFoundException",
|
614
|
-
"error":{"httpStatusCode":404},
|
615
|
-
"exception":true
|
616
|
-
},
|
617
|
-
{
|
618
|
-
"shape":"BadRequestException",
|
619
|
-
"error":{"httpStatusCode":400},
|
620
|
-
"exception":true
|
621
|
-
},
|
622
|
-
{
|
623
|
-
"shape":"TooManyRequestsException",
|
624
|
-
"error":{"httpStatusCode":429},
|
625
|
-
"exception":true
|
626
|
-
}
|
335
|
+
{"shape":"UnauthorizedException"},
|
336
|
+
{"shape":"NotFoundException"},
|
337
|
+
{"shape":"BadRequestException"},
|
338
|
+
{"shape":"TooManyRequestsException"}
|
627
339
|
]
|
628
340
|
},
|
629
341
|
"DeleteRestApi":{
|
@@ -635,21 +347,9 @@
|
|
635
347
|
},
|
636
348
|
"input":{"shape":"DeleteRestApiRequest"},
|
637
349
|
"errors":[
|
638
|
-
{
|
639
|
-
|
640
|
-
|
641
|
-
"exception":true
|
642
|
-
},
|
643
|
-
{
|
644
|
-
"shape":"NotFoundException",
|
645
|
-
"error":{"httpStatusCode":404},
|
646
|
-
"exception":true
|
647
|
-
},
|
648
|
-
{
|
649
|
-
"shape":"TooManyRequestsException",
|
650
|
-
"error":{"httpStatusCode":429},
|
651
|
-
"exception":true
|
652
|
-
}
|
350
|
+
{"shape":"UnauthorizedException"},
|
351
|
+
{"shape":"NotFoundException"},
|
352
|
+
{"shape":"TooManyRequestsException"}
|
653
353
|
]
|
654
354
|
},
|
655
355
|
"DeleteStage":{
|
@@ -661,21 +361,9 @@
|
|
661
361
|
},
|
662
362
|
"input":{"shape":"DeleteStageRequest"},
|
663
363
|
"errors":[
|
664
|
-
{
|
665
|
-
|
666
|
-
|
667
|
-
"exception":true
|
668
|
-
},
|
669
|
-
{
|
670
|
-
"shape":"NotFoundException",
|
671
|
-
"error":{"httpStatusCode":404},
|
672
|
-
"exception":true
|
673
|
-
},
|
674
|
-
{
|
675
|
-
"shape":"TooManyRequestsException",
|
676
|
-
"error":{"httpStatusCode":429},
|
677
|
-
"exception":true
|
678
|
-
}
|
364
|
+
{"shape":"UnauthorizedException"},
|
365
|
+
{"shape":"NotFoundException"},
|
366
|
+
{"shape":"TooManyRequestsException"}
|
679
367
|
]
|
680
368
|
},
|
681
369
|
"FlushStageCache":{
|
@@ -687,26 +375,10 @@
|
|
687
375
|
},
|
688
376
|
"input":{"shape":"FlushStageCacheRequest"},
|
689
377
|
"errors":[
|
690
|
-
{
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
},
|
695
|
-
{
|
696
|
-
"shape":"NotFoundException",
|
697
|
-
"error":{"httpStatusCode":404},
|
698
|
-
"exception":true
|
699
|
-
},
|
700
|
-
{
|
701
|
-
"shape":"BadRequestException",
|
702
|
-
"error":{"httpStatusCode":400},
|
703
|
-
"exception":true
|
704
|
-
},
|
705
|
-
{
|
706
|
-
"shape":"TooManyRequestsException",
|
707
|
-
"error":{"httpStatusCode":429},
|
708
|
-
"exception":true
|
709
|
-
}
|
378
|
+
{"shape":"UnauthorizedException"},
|
379
|
+
{"shape":"NotFoundException"},
|
380
|
+
{"shape":"BadRequestException"},
|
381
|
+
{"shape":"TooManyRequestsException"}
|
710
382
|
]
|
711
383
|
},
|
712
384
|
"GenerateClientCertificate":{
|
@@ -719,21 +391,9 @@
|
|
719
391
|
"input":{"shape":"GenerateClientCertificateRequest"},
|
720
392
|
"output":{"shape":"ClientCertificate"},
|
721
393
|
"errors":[
|
722
|
-
{
|
723
|
-
|
724
|
-
|
725
|
-
"exception":true
|
726
|
-
},
|
727
|
-
{
|
728
|
-
"shape":"TooManyRequestsException",
|
729
|
-
"error":{"httpStatusCode":429},
|
730
|
-
"exception":true
|
731
|
-
},
|
732
|
-
{
|
733
|
-
"shape":"LimitExceededException",
|
734
|
-
"error":{"httpStatusCode":429},
|
735
|
-
"exception":true
|
736
|
-
}
|
394
|
+
{"shape":"UnauthorizedException"},
|
395
|
+
{"shape":"TooManyRequestsException"},
|
396
|
+
{"shape":"LimitExceededException"}
|
737
397
|
]
|
738
398
|
},
|
739
399
|
"GetAccount":{
|
@@ -745,21 +405,9 @@
|
|
745
405
|
"input":{"shape":"GetAccountRequest"},
|
746
406
|
"output":{"shape":"Account"},
|
747
407
|
"errors":[
|
748
|
-
{
|
749
|
-
|
750
|
-
|
751
|
-
"exception":true
|
752
|
-
},
|
753
|
-
{
|
754
|
-
"shape":"NotFoundException",
|
755
|
-
"error":{"httpStatusCode":404},
|
756
|
-
"exception":true
|
757
|
-
},
|
758
|
-
{
|
759
|
-
"shape":"TooManyRequestsException",
|
760
|
-
"error":{"httpStatusCode":429},
|
761
|
-
"exception":true
|
762
|
-
}
|
408
|
+
{"shape":"UnauthorizedException"},
|
409
|
+
{"shape":"NotFoundException"},
|
410
|
+
{"shape":"TooManyRequestsException"}
|
763
411
|
]
|
764
412
|
},
|
765
413
|
"GetApiKey":{
|
@@ -771,21 +419,9 @@
|
|
771
419
|
"input":{"shape":"GetApiKeyRequest"},
|
772
420
|
"output":{"shape":"ApiKey"},
|
773
421
|
"errors":[
|
774
|
-
{
|
775
|
-
|
776
|
-
|
777
|
-
"exception":true
|
778
|
-
},
|
779
|
-
{
|
780
|
-
"shape":"NotFoundException",
|
781
|
-
"error":{"httpStatusCode":404},
|
782
|
-
"exception":true
|
783
|
-
},
|
784
|
-
{
|
785
|
-
"shape":"TooManyRequestsException",
|
786
|
-
"error":{"httpStatusCode":429},
|
787
|
-
"exception":true
|
788
|
-
}
|
422
|
+
{"shape":"UnauthorizedException"},
|
423
|
+
{"shape":"NotFoundException"},
|
424
|
+
{"shape":"TooManyRequestsException"}
|
789
425
|
]
|
790
426
|
},
|
791
427
|
"GetApiKeys":{
|
@@ -797,16 +433,37 @@
|
|
797
433
|
"input":{"shape":"GetApiKeysRequest"},
|
798
434
|
"output":{"shape":"ApiKeys"},
|
799
435
|
"errors":[
|
800
|
-
{
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
436
|
+
{"shape":"UnauthorizedException"},
|
437
|
+
{"shape":"TooManyRequestsException"}
|
438
|
+
]
|
439
|
+
},
|
440
|
+
"GetAuthorizer":{
|
441
|
+
"name":"GetAuthorizer",
|
442
|
+
"http":{
|
443
|
+
"method":"GET",
|
444
|
+
"requestUri":"/restapis/{restapi_id}/authorizers/{authorizer_id}"
|
445
|
+
},
|
446
|
+
"input":{"shape":"GetAuthorizerRequest"},
|
447
|
+
"output":{"shape":"Authorizer"},
|
448
|
+
"errors":[
|
449
|
+
{"shape":"UnauthorizedException"},
|
450
|
+
{"shape":"NotFoundException"},
|
451
|
+
{"shape":"TooManyRequestsException"}
|
452
|
+
]
|
453
|
+
},
|
454
|
+
"GetAuthorizers":{
|
455
|
+
"name":"GetAuthorizers",
|
456
|
+
"http":{
|
457
|
+
"method":"GET",
|
458
|
+
"requestUri":"/restapis/{restapi_id}/authorizers"
|
459
|
+
},
|
460
|
+
"input":{"shape":"GetAuthorizersRequest"},
|
461
|
+
"output":{"shape":"Authorizers"},
|
462
|
+
"errors":[
|
463
|
+
{"shape":"BadRequestException"},
|
464
|
+
{"shape":"UnauthorizedException"},
|
465
|
+
{"shape":"NotFoundException"},
|
466
|
+
{"shape":"TooManyRequestsException"}
|
810
467
|
]
|
811
468
|
},
|
812
469
|
"GetBasePathMapping":{
|
@@ -818,21 +475,9 @@
|
|
818
475
|
"input":{"shape":"GetBasePathMappingRequest"},
|
819
476
|
"output":{"shape":"BasePathMapping"},
|
820
477
|
"errors":[
|
821
|
-
{
|
822
|
-
|
823
|
-
|
824
|
-
"exception":true
|
825
|
-
},
|
826
|
-
{
|
827
|
-
"shape":"NotFoundException",
|
828
|
-
"error":{"httpStatusCode":404},
|
829
|
-
"exception":true
|
830
|
-
},
|
831
|
-
{
|
832
|
-
"shape":"TooManyRequestsException",
|
833
|
-
"error":{"httpStatusCode":429},
|
834
|
-
"exception":true
|
835
|
-
}
|
478
|
+
{"shape":"UnauthorizedException"},
|
479
|
+
{"shape":"NotFoundException"},
|
480
|
+
{"shape":"TooManyRequestsException"}
|
836
481
|
]
|
837
482
|
},
|
838
483
|
"GetBasePathMappings":{
|
@@ -844,21 +489,9 @@
|
|
844
489
|
"input":{"shape":"GetBasePathMappingsRequest"},
|
845
490
|
"output":{"shape":"BasePathMappings"},
|
846
491
|
"errors":[
|
847
|
-
{
|
848
|
-
|
849
|
-
|
850
|
-
"exception":true
|
851
|
-
},
|
852
|
-
{
|
853
|
-
"shape":"NotFoundException",
|
854
|
-
"error":{"httpStatusCode":404},
|
855
|
-
"exception":true
|
856
|
-
},
|
857
|
-
{
|
858
|
-
"shape":"TooManyRequestsException",
|
859
|
-
"error":{"httpStatusCode":429},
|
860
|
-
"exception":true
|
861
|
-
}
|
492
|
+
{"shape":"UnauthorizedException"},
|
493
|
+
{"shape":"NotFoundException"},
|
494
|
+
{"shape":"TooManyRequestsException"}
|
862
495
|
]
|
863
496
|
},
|
864
497
|
"GetClientCertificate":{
|
@@ -870,21 +503,9 @@
|
|
870
503
|
"input":{"shape":"GetClientCertificateRequest"},
|
871
504
|
"output":{"shape":"ClientCertificate"},
|
872
505
|
"errors":[
|
873
|
-
{
|
874
|
-
|
875
|
-
|
876
|
-
"exception":true
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"shape":"NotFoundException",
|
880
|
-
"error":{"httpStatusCode":404},
|
881
|
-
"exception":true
|
882
|
-
},
|
883
|
-
{
|
884
|
-
"shape":"TooManyRequestsException",
|
885
|
-
"error":{"httpStatusCode":429},
|
886
|
-
"exception":true
|
887
|
-
}
|
506
|
+
{"shape":"UnauthorizedException"},
|
507
|
+
{"shape":"NotFoundException"},
|
508
|
+
{"shape":"TooManyRequestsException"}
|
888
509
|
]
|
889
510
|
},
|
890
511
|
"GetClientCertificates":{
|
@@ -896,16 +517,8 @@
|
|
896
517
|
"input":{"shape":"GetClientCertificatesRequest"},
|
897
518
|
"output":{"shape":"ClientCertificates"},
|
898
519
|
"errors":[
|
899
|
-
{
|
900
|
-
|
901
|
-
"error":{"httpStatusCode":401},
|
902
|
-
"exception":true
|
903
|
-
},
|
904
|
-
{
|
905
|
-
"shape":"TooManyRequestsException",
|
906
|
-
"error":{"httpStatusCode":429},
|
907
|
-
"exception":true
|
908
|
-
}
|
520
|
+
{"shape":"UnauthorizedException"},
|
521
|
+
{"shape":"TooManyRequestsException"}
|
909
522
|
]
|
910
523
|
},
|
911
524
|
"GetDeployment":{
|
@@ -917,27 +530,10 @@
|
|
917
530
|
"input":{"shape":"GetDeploymentRequest"},
|
918
531
|
"output":{"shape":"Deployment"},
|
919
532
|
"errors":[
|
920
|
-
{
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
},
|
925
|
-
{
|
926
|
-
"shape":"NotFoundException",
|
927
|
-
"error":{"httpStatusCode":404},
|
928
|
-
"exception":true
|
929
|
-
},
|
930
|
-
{
|
931
|
-
"shape":"TooManyRequestsException",
|
932
|
-
"error":{"httpStatusCode":429},
|
933
|
-
"exception":true
|
934
|
-
},
|
935
|
-
{
|
936
|
-
"shape":"ServiceUnavailableException",
|
937
|
-
"error":{"httpStatusCode":503},
|
938
|
-
"exception":true,
|
939
|
-
"fault":true
|
940
|
-
}
|
533
|
+
{"shape":"UnauthorizedException"},
|
534
|
+
{"shape":"NotFoundException"},
|
535
|
+
{"shape":"TooManyRequestsException"},
|
536
|
+
{"shape":"ServiceUnavailableException"}
|
941
537
|
]
|
942
538
|
},
|
943
539
|
"GetDeployments":{
|
@@ -949,22 +545,9 @@
|
|
949
545
|
"input":{"shape":"GetDeploymentsRequest"},
|
950
546
|
"output":{"shape":"Deployments"},
|
951
547
|
"errors":[
|
952
|
-
{
|
953
|
-
|
954
|
-
|
955
|
-
"exception":true
|
956
|
-
},
|
957
|
-
{
|
958
|
-
"shape":"TooManyRequestsException",
|
959
|
-
"error":{"httpStatusCode":429},
|
960
|
-
"exception":true
|
961
|
-
},
|
962
|
-
{
|
963
|
-
"shape":"ServiceUnavailableException",
|
964
|
-
"error":{"httpStatusCode":503},
|
965
|
-
"exception":true,
|
966
|
-
"fault":true
|
967
|
-
}
|
548
|
+
{"shape":"UnauthorizedException"},
|
549
|
+
{"shape":"TooManyRequestsException"},
|
550
|
+
{"shape":"ServiceUnavailableException"}
|
968
551
|
]
|
969
552
|
},
|
970
553
|
"GetDomainName":{
|
@@ -976,27 +559,10 @@
|
|
976
559
|
"input":{"shape":"GetDomainNameRequest"},
|
977
560
|
"output":{"shape":"DomainName"},
|
978
561
|
"errors":[
|
979
|
-
{
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
},
|
984
|
-
{
|
985
|
-
"shape":"NotFoundException",
|
986
|
-
"error":{"httpStatusCode":404},
|
987
|
-
"exception":true
|
988
|
-
},
|
989
|
-
{
|
990
|
-
"shape":"ServiceUnavailableException",
|
991
|
-
"error":{"httpStatusCode":503},
|
992
|
-
"exception":true,
|
993
|
-
"fault":true
|
994
|
-
},
|
995
|
-
{
|
996
|
-
"shape":"TooManyRequestsException",
|
997
|
-
"error":{"httpStatusCode":429},
|
998
|
-
"exception":true
|
999
|
-
}
|
562
|
+
{"shape":"UnauthorizedException"},
|
563
|
+
{"shape":"NotFoundException"},
|
564
|
+
{"shape":"ServiceUnavailableException"},
|
565
|
+
{"shape":"TooManyRequestsException"}
|
1000
566
|
]
|
1001
567
|
},
|
1002
568
|
"GetDomainNames":{
|
@@ -1008,16 +574,24 @@
|
|
1008
574
|
"input":{"shape":"GetDomainNamesRequest"},
|
1009
575
|
"output":{"shape":"DomainNames"},
|
1010
576
|
"errors":[
|
1011
|
-
{
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
577
|
+
{"shape":"UnauthorizedException"},
|
578
|
+
{"shape":"TooManyRequestsException"}
|
579
|
+
]
|
580
|
+
},
|
581
|
+
"GetExport":{
|
582
|
+
"name":"GetExport",
|
583
|
+
"http":{
|
584
|
+
"method":"GET",
|
585
|
+
"requestUri":"/restapis/{restapi_id}/stages/{stage_name}/exports/{export_type}",
|
586
|
+
"responseCode":200
|
587
|
+
},
|
588
|
+
"input":{"shape":"GetExportRequest"},
|
589
|
+
"output":{"shape":"ExportResponse"},
|
590
|
+
"errors":[
|
591
|
+
{"shape":"UnauthorizedException"},
|
592
|
+
{"shape":"NotFoundException"},
|
593
|
+
{"shape":"BadRequestException"},
|
594
|
+
{"shape":"TooManyRequestsException"}
|
1021
595
|
]
|
1022
596
|
},
|
1023
597
|
"GetIntegration":{
|
@@ -1029,21 +603,9 @@
|
|
1029
603
|
"input":{"shape":"GetIntegrationRequest"},
|
1030
604
|
"output":{"shape":"Integration"},
|
1031
605
|
"errors":[
|
1032
|
-
{
|
1033
|
-
|
1034
|
-
|
1035
|
-
"exception":true
|
1036
|
-
},
|
1037
|
-
{
|
1038
|
-
"shape":"NotFoundException",
|
1039
|
-
"error":{"httpStatusCode":404},
|
1040
|
-
"exception":true
|
1041
|
-
},
|
1042
|
-
{
|
1043
|
-
"shape":"TooManyRequestsException",
|
1044
|
-
"error":{"httpStatusCode":429},
|
1045
|
-
"exception":true
|
1046
|
-
}
|
606
|
+
{"shape":"UnauthorizedException"},
|
607
|
+
{"shape":"NotFoundException"},
|
608
|
+
{"shape":"TooManyRequestsException"}
|
1047
609
|
]
|
1048
610
|
},
|
1049
611
|
"GetIntegrationResponse":{
|
@@ -1055,21 +617,9 @@
|
|
1055
617
|
"input":{"shape":"GetIntegrationResponseRequest"},
|
1056
618
|
"output":{"shape":"IntegrationResponse"},
|
1057
619
|
"errors":[
|
1058
|
-
{
|
1059
|
-
|
1060
|
-
|
1061
|
-
"exception":true
|
1062
|
-
},
|
1063
|
-
{
|
1064
|
-
"shape":"NotFoundException",
|
1065
|
-
"error":{"httpStatusCode":404},
|
1066
|
-
"exception":true
|
1067
|
-
},
|
1068
|
-
{
|
1069
|
-
"shape":"TooManyRequestsException",
|
1070
|
-
"error":{"httpStatusCode":429},
|
1071
|
-
"exception":true
|
1072
|
-
}
|
620
|
+
{"shape":"UnauthorizedException"},
|
621
|
+
{"shape":"NotFoundException"},
|
622
|
+
{"shape":"TooManyRequestsException"}
|
1073
623
|
]
|
1074
624
|
},
|
1075
625
|
"GetMethod":{
|
@@ -1081,21 +631,9 @@
|
|
1081
631
|
"input":{"shape":"GetMethodRequest"},
|
1082
632
|
"output":{"shape":"Method"},
|
1083
633
|
"errors":[
|
1084
|
-
{
|
1085
|
-
|
1086
|
-
|
1087
|
-
"exception":true
|
1088
|
-
},
|
1089
|
-
{
|
1090
|
-
"shape":"NotFoundException",
|
1091
|
-
"error":{"httpStatusCode":404},
|
1092
|
-
"exception":true
|
1093
|
-
},
|
1094
|
-
{
|
1095
|
-
"shape":"TooManyRequestsException",
|
1096
|
-
"error":{"httpStatusCode":429},
|
1097
|
-
"exception":true
|
1098
|
-
}
|
634
|
+
{"shape":"UnauthorizedException"},
|
635
|
+
{"shape":"NotFoundException"},
|
636
|
+
{"shape":"TooManyRequestsException"}
|
1099
637
|
]
|
1100
638
|
},
|
1101
639
|
"GetMethodResponse":{
|
@@ -1107,21 +645,9 @@
|
|
1107
645
|
"input":{"shape":"GetMethodResponseRequest"},
|
1108
646
|
"output":{"shape":"MethodResponse"},
|
1109
647
|
"errors":[
|
1110
|
-
{
|
1111
|
-
|
1112
|
-
|
1113
|
-
"exception":true
|
1114
|
-
},
|
1115
|
-
{
|
1116
|
-
"shape":"NotFoundException",
|
1117
|
-
"error":{"httpStatusCode":404},
|
1118
|
-
"exception":true
|
1119
|
-
},
|
1120
|
-
{
|
1121
|
-
"shape":"TooManyRequestsException",
|
1122
|
-
"error":{"httpStatusCode":429},
|
1123
|
-
"exception":true
|
1124
|
-
}
|
648
|
+
{"shape":"UnauthorizedException"},
|
649
|
+
{"shape":"NotFoundException"},
|
650
|
+
{"shape":"TooManyRequestsException"}
|
1125
651
|
]
|
1126
652
|
},
|
1127
653
|
"GetModel":{
|
@@ -1133,21 +659,9 @@
|
|
1133
659
|
"input":{"shape":"GetModelRequest"},
|
1134
660
|
"output":{"shape":"Model"},
|
1135
661
|
"errors":[
|
1136
|
-
{
|
1137
|
-
|
1138
|
-
|
1139
|
-
"exception":true
|
1140
|
-
},
|
1141
|
-
{
|
1142
|
-
"shape":"NotFoundException",
|
1143
|
-
"error":{"httpStatusCode":404},
|
1144
|
-
"exception":true
|
1145
|
-
},
|
1146
|
-
{
|
1147
|
-
"shape":"TooManyRequestsException",
|
1148
|
-
"error":{"httpStatusCode":429},
|
1149
|
-
"exception":true
|
1150
|
-
}
|
662
|
+
{"shape":"UnauthorizedException"},
|
663
|
+
{"shape":"NotFoundException"},
|
664
|
+
{"shape":"TooManyRequestsException"}
|
1151
665
|
]
|
1152
666
|
},
|
1153
667
|
"GetModelTemplate":{
|
@@ -1159,26 +673,10 @@
|
|
1159
673
|
"input":{"shape":"GetModelTemplateRequest"},
|
1160
674
|
"output":{"shape":"Template"},
|
1161
675
|
"errors":[
|
1162
|
-
{
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
},
|
1167
|
-
{
|
1168
|
-
"shape":"NotFoundException",
|
1169
|
-
"error":{"httpStatusCode":404},
|
1170
|
-
"exception":true
|
1171
|
-
},
|
1172
|
-
{
|
1173
|
-
"shape":"BadRequestException",
|
1174
|
-
"error":{"httpStatusCode":400},
|
1175
|
-
"exception":true
|
1176
|
-
},
|
1177
|
-
{
|
1178
|
-
"shape":"TooManyRequestsException",
|
1179
|
-
"error":{"httpStatusCode":429},
|
1180
|
-
"exception":true
|
1181
|
-
}
|
676
|
+
{"shape":"UnauthorizedException"},
|
677
|
+
{"shape":"NotFoundException"},
|
678
|
+
{"shape":"BadRequestException"},
|
679
|
+
{"shape":"TooManyRequestsException"}
|
1182
680
|
]
|
1183
681
|
},
|
1184
682
|
"GetModels":{
|
@@ -1190,21 +688,9 @@
|
|
1190
688
|
"input":{"shape":"GetModelsRequest"},
|
1191
689
|
"output":{"shape":"Models"},
|
1192
690
|
"errors":[
|
1193
|
-
{
|
1194
|
-
|
1195
|
-
|
1196
|
-
"exception":true
|
1197
|
-
},
|
1198
|
-
{
|
1199
|
-
"shape":"NotFoundException",
|
1200
|
-
"error":{"httpStatusCode":404},
|
1201
|
-
"exception":true
|
1202
|
-
},
|
1203
|
-
{
|
1204
|
-
"shape":"TooManyRequestsException",
|
1205
|
-
"error":{"httpStatusCode":429},
|
1206
|
-
"exception":true
|
1207
|
-
}
|
691
|
+
{"shape":"UnauthorizedException"},
|
692
|
+
{"shape":"NotFoundException"},
|
693
|
+
{"shape":"TooManyRequestsException"}
|
1208
694
|
]
|
1209
695
|
},
|
1210
696
|
"GetResource":{
|
@@ -1216,21 +702,9 @@
|
|
1216
702
|
"input":{"shape":"GetResourceRequest"},
|
1217
703
|
"output":{"shape":"Resource"},
|
1218
704
|
"errors":[
|
1219
|
-
{
|
1220
|
-
|
1221
|
-
|
1222
|
-
"exception":true
|
1223
|
-
},
|
1224
|
-
{
|
1225
|
-
"shape":"NotFoundException",
|
1226
|
-
"error":{"httpStatusCode":404},
|
1227
|
-
"exception":true
|
1228
|
-
},
|
1229
|
-
{
|
1230
|
-
"shape":"TooManyRequestsException",
|
1231
|
-
"error":{"httpStatusCode":429},
|
1232
|
-
"exception":true
|
1233
|
-
}
|
705
|
+
{"shape":"UnauthorizedException"},
|
706
|
+
{"shape":"NotFoundException"},
|
707
|
+
{"shape":"TooManyRequestsException"}
|
1234
708
|
]
|
1235
709
|
},
|
1236
710
|
"GetResources":{
|
@@ -1242,21 +716,9 @@
|
|
1242
716
|
"input":{"shape":"GetResourcesRequest"},
|
1243
717
|
"output":{"shape":"Resources"},
|
1244
718
|
"errors":[
|
1245
|
-
{
|
1246
|
-
|
1247
|
-
|
1248
|
-
"exception":true
|
1249
|
-
},
|
1250
|
-
{
|
1251
|
-
"shape":"NotFoundException",
|
1252
|
-
"error":{"httpStatusCode":404},
|
1253
|
-
"exception":true
|
1254
|
-
},
|
1255
|
-
{
|
1256
|
-
"shape":"TooManyRequestsException",
|
1257
|
-
"error":{"httpStatusCode":429},
|
1258
|
-
"exception":true
|
1259
|
-
}
|
719
|
+
{"shape":"UnauthorizedException"},
|
720
|
+
{"shape":"NotFoundException"},
|
721
|
+
{"shape":"TooManyRequestsException"}
|
1260
722
|
]
|
1261
723
|
},
|
1262
724
|
"GetRestApi":{
|
@@ -1268,21 +730,9 @@
|
|
1268
730
|
"input":{"shape":"GetRestApiRequest"},
|
1269
731
|
"output":{"shape":"RestApi"},
|
1270
732
|
"errors":[
|
1271
|
-
{
|
1272
|
-
|
1273
|
-
|
1274
|
-
"exception":true
|
1275
|
-
},
|
1276
|
-
{
|
1277
|
-
"shape":"NotFoundException",
|
1278
|
-
"error":{"httpStatusCode":404},
|
1279
|
-
"exception":true
|
1280
|
-
},
|
1281
|
-
{
|
1282
|
-
"shape":"TooManyRequestsException",
|
1283
|
-
"error":{"httpStatusCode":429},
|
1284
|
-
"exception":true
|
1285
|
-
}
|
733
|
+
{"shape":"UnauthorizedException"},
|
734
|
+
{"shape":"NotFoundException"},
|
735
|
+
{"shape":"TooManyRequestsException"}
|
1286
736
|
]
|
1287
737
|
},
|
1288
738
|
"GetRestApis":{
|
@@ -1294,16 +744,8 @@
|
|
1294
744
|
"input":{"shape":"GetRestApisRequest"},
|
1295
745
|
"output":{"shape":"RestApis"},
|
1296
746
|
"errors":[
|
1297
|
-
{
|
1298
|
-
|
1299
|
-
"error":{"httpStatusCode":401},
|
1300
|
-
"exception":true
|
1301
|
-
},
|
1302
|
-
{
|
1303
|
-
"shape":"TooManyRequestsException",
|
1304
|
-
"error":{"httpStatusCode":429},
|
1305
|
-
"exception":true
|
1306
|
-
}
|
747
|
+
{"shape":"UnauthorizedException"},
|
748
|
+
{"shape":"TooManyRequestsException"}
|
1307
749
|
]
|
1308
750
|
},
|
1309
751
|
"GetSdk":{
|
@@ -1316,26 +758,10 @@
|
|
1316
758
|
"input":{"shape":"GetSdkRequest"},
|
1317
759
|
"output":{"shape":"SdkResponse"},
|
1318
760
|
"errors":[
|
1319
|
-
{
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
1323
|
-
},
|
1324
|
-
{
|
1325
|
-
"shape":"NotFoundException",
|
1326
|
-
"error":{"httpStatusCode":404},
|
1327
|
-
"exception":true
|
1328
|
-
},
|
1329
|
-
{
|
1330
|
-
"shape":"BadRequestException",
|
1331
|
-
"error":{"httpStatusCode":400},
|
1332
|
-
"exception":true
|
1333
|
-
},
|
1334
|
-
{
|
1335
|
-
"shape":"TooManyRequestsException",
|
1336
|
-
"error":{"httpStatusCode":429},
|
1337
|
-
"exception":true
|
1338
|
-
}
|
761
|
+
{"shape":"UnauthorizedException"},
|
762
|
+
{"shape":"NotFoundException"},
|
763
|
+
{"shape":"BadRequestException"},
|
764
|
+
{"shape":"TooManyRequestsException"}
|
1339
765
|
]
|
1340
766
|
},
|
1341
767
|
"GetStage":{
|
@@ -1347,21 +773,9 @@
|
|
1347
773
|
"input":{"shape":"GetStageRequest"},
|
1348
774
|
"output":{"shape":"Stage"},
|
1349
775
|
"errors":[
|
1350
|
-
{
|
1351
|
-
|
1352
|
-
|
1353
|
-
"exception":true
|
1354
|
-
},
|
1355
|
-
{
|
1356
|
-
"shape":"NotFoundException",
|
1357
|
-
"error":{"httpStatusCode":404},
|
1358
|
-
"exception":true
|
1359
|
-
},
|
1360
|
-
{
|
1361
|
-
"shape":"TooManyRequestsException",
|
1362
|
-
"error":{"httpStatusCode":429},
|
1363
|
-
"exception":true
|
1364
|
-
}
|
776
|
+
{"shape":"UnauthorizedException"},
|
777
|
+
{"shape":"NotFoundException"},
|
778
|
+
{"shape":"TooManyRequestsException"}
|
1365
779
|
]
|
1366
780
|
},
|
1367
781
|
"GetStages":{
|
@@ -1373,21 +787,9 @@
|
|
1373
787
|
"input":{"shape":"GetStagesRequest"},
|
1374
788
|
"output":{"shape":"Stages"},
|
1375
789
|
"errors":[
|
1376
|
-
{
|
1377
|
-
|
1378
|
-
|
1379
|
-
"exception":true
|
1380
|
-
},
|
1381
|
-
{
|
1382
|
-
"shape":"NotFoundException",
|
1383
|
-
"error":{"httpStatusCode":404},
|
1384
|
-
"exception":true
|
1385
|
-
},
|
1386
|
-
{
|
1387
|
-
"shape":"TooManyRequestsException",
|
1388
|
-
"error":{"httpStatusCode":429},
|
1389
|
-
"exception":true
|
1390
|
-
}
|
790
|
+
{"shape":"UnauthorizedException"},
|
791
|
+
{"shape":"NotFoundException"},
|
792
|
+
{"shape":"TooManyRequestsException"}
|
1391
793
|
]
|
1392
794
|
},
|
1393
795
|
"PutIntegration":{
|
@@ -1400,26 +802,10 @@
|
|
1400
802
|
"input":{"shape":"PutIntegrationRequest"},
|
1401
803
|
"output":{"shape":"Integration"},
|
1402
804
|
"errors":[
|
1403
|
-
{
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1407
|
-
},
|
1408
|
-
{
|
1409
|
-
"shape":"BadRequestException",
|
1410
|
-
"error":{"httpStatusCode":400},
|
1411
|
-
"exception":true
|
1412
|
-
},
|
1413
|
-
{
|
1414
|
-
"shape":"NotFoundException",
|
1415
|
-
"error":{"httpStatusCode":404},
|
1416
|
-
"exception":true
|
1417
|
-
},
|
1418
|
-
{
|
1419
|
-
"shape":"TooManyRequestsException",
|
1420
|
-
"error":{"httpStatusCode":429},
|
1421
|
-
"exception":true
|
1422
|
-
}
|
805
|
+
{"shape":"UnauthorizedException"},
|
806
|
+
{"shape":"BadRequestException"},
|
807
|
+
{"shape":"NotFoundException"},
|
808
|
+
{"shape":"TooManyRequestsException"}
|
1423
809
|
]
|
1424
810
|
},
|
1425
811
|
"PutIntegrationResponse":{
|
@@ -1432,31 +818,11 @@
|
|
1432
818
|
"input":{"shape":"PutIntegrationResponseRequest"},
|
1433
819
|
"output":{"shape":"IntegrationResponse"},
|
1434
820
|
"errors":[
|
1435
|
-
{
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
}
|
1440
|
-
{
|
1441
|
-
"shape":"NotFoundException",
|
1442
|
-
"error":{"httpStatusCode":404},
|
1443
|
-
"exception":true
|
1444
|
-
},
|
1445
|
-
{
|
1446
|
-
"shape":"LimitExceededException",
|
1447
|
-
"error":{"httpStatusCode":429},
|
1448
|
-
"exception":true
|
1449
|
-
},
|
1450
|
-
{
|
1451
|
-
"shape":"BadRequestException",
|
1452
|
-
"error":{"httpStatusCode":400},
|
1453
|
-
"exception":true
|
1454
|
-
},
|
1455
|
-
{
|
1456
|
-
"shape":"TooManyRequestsException",
|
1457
|
-
"error":{"httpStatusCode":429},
|
1458
|
-
"exception":true
|
1459
|
-
}
|
821
|
+
{"shape":"UnauthorizedException"},
|
822
|
+
{"shape":"NotFoundException"},
|
823
|
+
{"shape":"LimitExceededException"},
|
824
|
+
{"shape":"BadRequestException"},
|
825
|
+
{"shape":"TooManyRequestsException"}
|
1460
826
|
]
|
1461
827
|
},
|
1462
828
|
"PutMethod":{
|
@@ -1469,36 +835,12 @@
|
|
1469
835
|
"input":{"shape":"PutMethodRequest"},
|
1470
836
|
"output":{"shape":"Method"},
|
1471
837
|
"errors":[
|
1472
|
-
{
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
},
|
1477
|
-
{
|
1478
|
-
"shape":"UnauthorizedException",
|
1479
|
-
"error":{"httpStatusCode":401},
|
1480
|
-
"exception":true
|
1481
|
-
},
|
1482
|
-
{
|
1483
|
-
"shape":"NotFoundException",
|
1484
|
-
"error":{"httpStatusCode":404},
|
1485
|
-
"exception":true
|
1486
|
-
},
|
1487
|
-
{
|
1488
|
-
"shape":"ConflictException",
|
1489
|
-
"error":{"httpStatusCode":409},
|
1490
|
-
"exception":true
|
1491
|
-
},
|
1492
|
-
{
|
1493
|
-
"shape":"LimitExceededException",
|
1494
|
-
"error":{"httpStatusCode":429},
|
1495
|
-
"exception":true
|
1496
|
-
},
|
1497
|
-
{
|
1498
|
-
"shape":"TooManyRequestsException",
|
1499
|
-
"error":{"httpStatusCode":429},
|
1500
|
-
"exception":true
|
1501
|
-
}
|
838
|
+
{"shape":"BadRequestException"},
|
839
|
+
{"shape":"UnauthorizedException"},
|
840
|
+
{"shape":"NotFoundException"},
|
841
|
+
{"shape":"ConflictException"},
|
842
|
+
{"shape":"LimitExceededException"},
|
843
|
+
{"shape":"TooManyRequestsException"}
|
1502
844
|
]
|
1503
845
|
},
|
1504
846
|
"PutMethodResponse":{
|
@@ -1511,36 +853,12 @@
|
|
1511
853
|
"input":{"shape":"PutMethodResponseRequest"},
|
1512
854
|
"output":{"shape":"MethodResponse"},
|
1513
855
|
"errors":[
|
1514
|
-
{
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
},
|
1519
|
-
{
|
1520
|
-
"shape":"NotFoundException",
|
1521
|
-
"error":{"httpStatusCode":404},
|
1522
|
-
"exception":true
|
1523
|
-
},
|
1524
|
-
{
|
1525
|
-
"shape":"ConflictException",
|
1526
|
-
"error":{"httpStatusCode":409},
|
1527
|
-
"exception":true
|
1528
|
-
},
|
1529
|
-
{
|
1530
|
-
"shape":"LimitExceededException",
|
1531
|
-
"error":{"httpStatusCode":429},
|
1532
|
-
"exception":true
|
1533
|
-
},
|
1534
|
-
{
|
1535
|
-
"shape":"BadRequestException",
|
1536
|
-
"error":{"httpStatusCode":400},
|
1537
|
-
"exception":true
|
1538
|
-
},
|
1539
|
-
{
|
1540
|
-
"shape":"TooManyRequestsException",
|
1541
|
-
"error":{"httpStatusCode":429},
|
1542
|
-
"exception":true
|
1543
|
-
}
|
856
|
+
{"shape":"UnauthorizedException"},
|
857
|
+
{"shape":"NotFoundException"},
|
858
|
+
{"shape":"ConflictException"},
|
859
|
+
{"shape":"LimitExceededException"},
|
860
|
+
{"shape":"BadRequestException"},
|
861
|
+
{"shape":"TooManyRequestsException"}
|
1544
862
|
]
|
1545
863
|
},
|
1546
864
|
"TestInvokeMethod":{
|
@@ -1552,26 +870,10 @@
|
|
1552
870
|
"input":{"shape":"TestInvokeMethodRequest"},
|
1553
871
|
"output":{"shape":"TestInvokeMethodResponse"},
|
1554
872
|
"errors":[
|
1555
|
-
{
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
},
|
1560
|
-
{
|
1561
|
-
"shape":"UnauthorizedException",
|
1562
|
-
"error":{"httpStatusCode":401},
|
1563
|
-
"exception":true
|
1564
|
-
},
|
1565
|
-
{
|
1566
|
-
"shape":"NotFoundException",
|
1567
|
-
"error":{"httpStatusCode":404},
|
1568
|
-
"exception":true
|
1569
|
-
},
|
1570
|
-
{
|
1571
|
-
"shape":"TooManyRequestsException",
|
1572
|
-
"error":{"httpStatusCode":429},
|
1573
|
-
"exception":true
|
1574
|
-
}
|
873
|
+
{"shape":"BadRequestException"},
|
874
|
+
{"shape":"UnauthorizedException"},
|
875
|
+
{"shape":"NotFoundException"},
|
876
|
+
{"shape":"TooManyRequestsException"}
|
1575
877
|
]
|
1576
878
|
},
|
1577
879
|
"UpdateAccount":{
|
@@ -1583,26 +885,10 @@
|
|
1583
885
|
"input":{"shape":"UpdateAccountRequest"},
|
1584
886
|
"output":{"shape":"Account"},
|
1585
887
|
"errors":[
|
1586
|
-
{
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
},
|
1591
|
-
{
|
1592
|
-
"shape":"BadRequestException",
|
1593
|
-
"error":{"httpStatusCode":400},
|
1594
|
-
"exception":true
|
1595
|
-
},
|
1596
|
-
{
|
1597
|
-
"shape":"NotFoundException",
|
1598
|
-
"error":{"httpStatusCode":404},
|
1599
|
-
"exception":true
|
1600
|
-
},
|
1601
|
-
{
|
1602
|
-
"shape":"TooManyRequestsException",
|
1603
|
-
"error":{"httpStatusCode":429},
|
1604
|
-
"exception":true
|
1605
|
-
}
|
888
|
+
{"shape":"UnauthorizedException"},
|
889
|
+
{"shape":"BadRequestException"},
|
890
|
+
{"shape":"NotFoundException"},
|
891
|
+
{"shape":"TooManyRequestsException"}
|
1606
892
|
]
|
1607
893
|
},
|
1608
894
|
"UpdateApiKey":{
|
@@ -1614,26 +900,25 @@
|
|
1614
900
|
"input":{"shape":"UpdateApiKeyRequest"},
|
1615
901
|
"output":{"shape":"ApiKey"},
|
1616
902
|
"errors":[
|
1617
|
-
{
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
{
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
{
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
}
|
903
|
+
{"shape":"UnauthorizedException"},
|
904
|
+
{"shape":"NotFoundException"},
|
905
|
+
{"shape":"BadRequestException"},
|
906
|
+
{"shape":"TooManyRequestsException"}
|
907
|
+
]
|
908
|
+
},
|
909
|
+
"UpdateAuthorizer":{
|
910
|
+
"name":"UpdateAuthorizer",
|
911
|
+
"http":{
|
912
|
+
"method":"PATCH",
|
913
|
+
"requestUri":"/restapis/{restapi_id}/authorizers/{authorizer_id}"
|
914
|
+
},
|
915
|
+
"input":{"shape":"UpdateAuthorizerRequest"},
|
916
|
+
"output":{"shape":"Authorizer"},
|
917
|
+
"errors":[
|
918
|
+
{"shape":"UnauthorizedException"},
|
919
|
+
{"shape":"NotFoundException"},
|
920
|
+
{"shape":"BadRequestException"},
|
921
|
+
{"shape":"TooManyRequestsException"}
|
1637
922
|
]
|
1638
923
|
},
|
1639
924
|
"UpdateBasePathMapping":{
|
@@ -1645,31 +930,11 @@
|
|
1645
930
|
"input":{"shape":"UpdateBasePathMappingRequest"},
|
1646
931
|
"output":{"shape":"BasePathMapping"},
|
1647
932
|
"errors":[
|
1648
|
-
{
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
}
|
1653
|
-
{
|
1654
|
-
"shape":"NotFoundException",
|
1655
|
-
"error":{"httpStatusCode":404},
|
1656
|
-
"exception":true
|
1657
|
-
},
|
1658
|
-
{
|
1659
|
-
"shape":"ConflictException",
|
1660
|
-
"error":{"httpStatusCode":409},
|
1661
|
-
"exception":true
|
1662
|
-
},
|
1663
|
-
{
|
1664
|
-
"shape":"BadRequestException",
|
1665
|
-
"error":{"httpStatusCode":400},
|
1666
|
-
"exception":true
|
1667
|
-
},
|
1668
|
-
{
|
1669
|
-
"shape":"TooManyRequestsException",
|
1670
|
-
"error":{"httpStatusCode":429},
|
1671
|
-
"exception":true
|
1672
|
-
}
|
933
|
+
{"shape":"UnauthorizedException"},
|
934
|
+
{"shape":"NotFoundException"},
|
935
|
+
{"shape":"ConflictException"},
|
936
|
+
{"shape":"BadRequestException"},
|
937
|
+
{"shape":"TooManyRequestsException"}
|
1673
938
|
]
|
1674
939
|
},
|
1675
940
|
"UpdateClientCertificate":{
|
@@ -1681,26 +946,10 @@
|
|
1681
946
|
"input":{"shape":"UpdateClientCertificateRequest"},
|
1682
947
|
"output":{"shape":"ClientCertificate"},
|
1683
948
|
"errors":[
|
1684
|
-
{
|
1685
|
-
|
1686
|
-
|
1687
|
-
|
1688
|
-
},
|
1689
|
-
{
|
1690
|
-
"shape":"TooManyRequestsException",
|
1691
|
-
"error":{"httpStatusCode":429},
|
1692
|
-
"exception":true
|
1693
|
-
},
|
1694
|
-
{
|
1695
|
-
"shape":"BadRequestException",
|
1696
|
-
"error":{"httpStatusCode":400},
|
1697
|
-
"exception":true
|
1698
|
-
},
|
1699
|
-
{
|
1700
|
-
"shape":"NotFoundException",
|
1701
|
-
"error":{"httpStatusCode":404},
|
1702
|
-
"exception":true
|
1703
|
-
}
|
949
|
+
{"shape":"UnauthorizedException"},
|
950
|
+
{"shape":"TooManyRequestsException"},
|
951
|
+
{"shape":"BadRequestException"},
|
952
|
+
{"shape":"NotFoundException"}
|
1704
953
|
]
|
1705
954
|
},
|
1706
955
|
"UpdateDeployment":{
|
@@ -1712,32 +961,11 @@
|
|
1712
961
|
"input":{"shape":"UpdateDeploymentRequest"},
|
1713
962
|
"output":{"shape":"Deployment"},
|
1714
963
|
"errors":[
|
1715
|
-
{
|
1716
|
-
|
1717
|
-
|
1718
|
-
|
1719
|
-
}
|
1720
|
-
{
|
1721
|
-
"shape":"NotFoundException",
|
1722
|
-
"error":{"httpStatusCode":404},
|
1723
|
-
"exception":true
|
1724
|
-
},
|
1725
|
-
{
|
1726
|
-
"shape":"BadRequestException",
|
1727
|
-
"error":{"httpStatusCode":400},
|
1728
|
-
"exception":true
|
1729
|
-
},
|
1730
|
-
{
|
1731
|
-
"shape":"TooManyRequestsException",
|
1732
|
-
"error":{"httpStatusCode":429},
|
1733
|
-
"exception":true
|
1734
|
-
},
|
1735
|
-
{
|
1736
|
-
"shape":"ServiceUnavailableException",
|
1737
|
-
"error":{"httpStatusCode":503},
|
1738
|
-
"exception":true,
|
1739
|
-
"fault":true
|
1740
|
-
}
|
964
|
+
{"shape":"UnauthorizedException"},
|
965
|
+
{"shape":"NotFoundException"},
|
966
|
+
{"shape":"BadRequestException"},
|
967
|
+
{"shape":"TooManyRequestsException"},
|
968
|
+
{"shape":"ServiceUnavailableException"}
|
1741
969
|
]
|
1742
970
|
},
|
1743
971
|
"UpdateDomainName":{
|
@@ -1749,26 +977,10 @@
|
|
1749
977
|
"input":{"shape":"UpdateDomainNameRequest"},
|
1750
978
|
"output":{"shape":"DomainName"},
|
1751
979
|
"errors":[
|
1752
|
-
{
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
},
|
1757
|
-
{
|
1758
|
-
"shape":"NotFoundException",
|
1759
|
-
"error":{"httpStatusCode":404},
|
1760
|
-
"exception":true
|
1761
|
-
},
|
1762
|
-
{
|
1763
|
-
"shape":"BadRequestException",
|
1764
|
-
"error":{"httpStatusCode":400},
|
1765
|
-
"exception":true
|
1766
|
-
},
|
1767
|
-
{
|
1768
|
-
"shape":"TooManyRequestsException",
|
1769
|
-
"error":{"httpStatusCode":429},
|
1770
|
-
"exception":true
|
1771
|
-
}
|
980
|
+
{"shape":"UnauthorizedException"},
|
981
|
+
{"shape":"NotFoundException"},
|
982
|
+
{"shape":"BadRequestException"},
|
983
|
+
{"shape":"TooManyRequestsException"}
|
1772
984
|
]
|
1773
985
|
},
|
1774
986
|
"UpdateIntegration":{
|
@@ -1780,26 +992,10 @@
|
|
1780
992
|
"input":{"shape":"UpdateIntegrationRequest"},
|
1781
993
|
"output":{"shape":"Integration"},
|
1782
994
|
"errors":[
|
1783
|
-
{
|
1784
|
-
|
1785
|
-
|
1786
|
-
|
1787
|
-
},
|
1788
|
-
{
|
1789
|
-
"shape":"NotFoundException",
|
1790
|
-
"error":{"httpStatusCode":404},
|
1791
|
-
"exception":true
|
1792
|
-
},
|
1793
|
-
{
|
1794
|
-
"shape":"BadRequestException",
|
1795
|
-
"error":{"httpStatusCode":400},
|
1796
|
-
"exception":true
|
1797
|
-
},
|
1798
|
-
{
|
1799
|
-
"shape":"TooManyRequestsException",
|
1800
|
-
"error":{"httpStatusCode":429},
|
1801
|
-
"exception":true
|
1802
|
-
}
|
995
|
+
{"shape":"UnauthorizedException"},
|
996
|
+
{"shape":"NotFoundException"},
|
997
|
+
{"shape":"BadRequestException"},
|
998
|
+
{"shape":"TooManyRequestsException"}
|
1803
999
|
]
|
1804
1000
|
},
|
1805
1001
|
"UpdateIntegrationResponse":{
|
@@ -1811,26 +1007,10 @@
|
|
1811
1007
|
"input":{"shape":"UpdateIntegrationResponseRequest"},
|
1812
1008
|
"output":{"shape":"IntegrationResponse"},
|
1813
1009
|
"errors":[
|
1814
|
-
{
|
1815
|
-
|
1816
|
-
|
1817
|
-
|
1818
|
-
},
|
1819
|
-
{
|
1820
|
-
"shape":"NotFoundException",
|
1821
|
-
"error":{"httpStatusCode":404},
|
1822
|
-
"exception":true
|
1823
|
-
},
|
1824
|
-
{
|
1825
|
-
"shape":"BadRequestException",
|
1826
|
-
"error":{"httpStatusCode":400},
|
1827
|
-
"exception":true
|
1828
|
-
},
|
1829
|
-
{
|
1830
|
-
"shape":"TooManyRequestsException",
|
1831
|
-
"error":{"httpStatusCode":429},
|
1832
|
-
"exception":true
|
1833
|
-
}
|
1010
|
+
{"shape":"UnauthorizedException"},
|
1011
|
+
{"shape":"NotFoundException"},
|
1012
|
+
{"shape":"BadRequestException"},
|
1013
|
+
{"shape":"TooManyRequestsException"}
|
1834
1014
|
]
|
1835
1015
|
},
|
1836
1016
|
"UpdateMethod":{
|
@@ -1842,26 +1022,10 @@
|
|
1842
1022
|
"input":{"shape":"UpdateMethodRequest"},
|
1843
1023
|
"output":{"shape":"Method"},
|
1844
1024
|
"errors":[
|
1845
|
-
{
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
},
|
1850
|
-
{
|
1851
|
-
"shape":"NotFoundException",
|
1852
|
-
"error":{"httpStatusCode":404},
|
1853
|
-
"exception":true
|
1854
|
-
},
|
1855
|
-
{
|
1856
|
-
"shape":"BadRequestException",
|
1857
|
-
"error":{"httpStatusCode":400},
|
1858
|
-
"exception":true
|
1859
|
-
},
|
1860
|
-
{
|
1861
|
-
"shape":"TooManyRequestsException",
|
1862
|
-
"error":{"httpStatusCode":429},
|
1863
|
-
"exception":true
|
1864
|
-
}
|
1025
|
+
{"shape":"UnauthorizedException"},
|
1026
|
+
{"shape":"NotFoundException"},
|
1027
|
+
{"shape":"BadRequestException"},
|
1028
|
+
{"shape":"TooManyRequestsException"}
|
1865
1029
|
]
|
1866
1030
|
},
|
1867
1031
|
"UpdateMethodResponse":{
|
@@ -1874,36 +1038,12 @@
|
|
1874
1038
|
"input":{"shape":"UpdateMethodResponseRequest"},
|
1875
1039
|
"output":{"shape":"MethodResponse"},
|
1876
1040
|
"errors":[
|
1877
|
-
{
|
1878
|
-
|
1879
|
-
|
1880
|
-
|
1881
|
-
},
|
1882
|
-
{
|
1883
|
-
"shape":"NotFoundException",
|
1884
|
-
"error":{"httpStatusCode":404},
|
1885
|
-
"exception":true
|
1886
|
-
},
|
1887
|
-
{
|
1888
|
-
"shape":"ConflictException",
|
1889
|
-
"error":{"httpStatusCode":409},
|
1890
|
-
"exception":true
|
1891
|
-
},
|
1892
|
-
{
|
1893
|
-
"shape":"LimitExceededException",
|
1894
|
-
"error":{"httpStatusCode":429},
|
1895
|
-
"exception":true
|
1896
|
-
},
|
1897
|
-
{
|
1898
|
-
"shape":"BadRequestException",
|
1899
|
-
"error":{"httpStatusCode":400},
|
1900
|
-
"exception":true
|
1901
|
-
},
|
1902
|
-
{
|
1903
|
-
"shape":"TooManyRequestsException",
|
1904
|
-
"error":{"httpStatusCode":429},
|
1905
|
-
"exception":true
|
1906
|
-
}
|
1041
|
+
{"shape":"UnauthorizedException"},
|
1042
|
+
{"shape":"NotFoundException"},
|
1043
|
+
{"shape":"ConflictException"},
|
1044
|
+
{"shape":"LimitExceededException"},
|
1045
|
+
{"shape":"BadRequestException"},
|
1046
|
+
{"shape":"TooManyRequestsException"}
|
1907
1047
|
]
|
1908
1048
|
},
|
1909
1049
|
"UpdateModel":{
|
@@ -1915,26 +1055,10 @@
|
|
1915
1055
|
"input":{"shape":"UpdateModelRequest"},
|
1916
1056
|
"output":{"shape":"Model"},
|
1917
1057
|
"errors":[
|
1918
|
-
{
|
1919
|
-
|
1920
|
-
|
1921
|
-
|
1922
|
-
},
|
1923
|
-
{
|
1924
|
-
"shape":"NotFoundException",
|
1925
|
-
"error":{"httpStatusCode":404},
|
1926
|
-
"exception":true
|
1927
|
-
},
|
1928
|
-
{
|
1929
|
-
"shape":"BadRequestException",
|
1930
|
-
"error":{"httpStatusCode":400},
|
1931
|
-
"exception":true
|
1932
|
-
},
|
1933
|
-
{
|
1934
|
-
"shape":"TooManyRequestsException",
|
1935
|
-
"error":{"httpStatusCode":429},
|
1936
|
-
"exception":true
|
1937
|
-
}
|
1058
|
+
{"shape":"UnauthorizedException"},
|
1059
|
+
{"shape":"NotFoundException"},
|
1060
|
+
{"shape":"BadRequestException"},
|
1061
|
+
{"shape":"TooManyRequestsException"}
|
1938
1062
|
]
|
1939
1063
|
},
|
1940
1064
|
"UpdateResource":{
|
@@ -1946,31 +1070,11 @@
|
|
1946
1070
|
"input":{"shape":"UpdateResourceRequest"},
|
1947
1071
|
"output":{"shape":"Resource"},
|
1948
1072
|
"errors":[
|
1949
|
-
{
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1953
|
-
}
|
1954
|
-
{
|
1955
|
-
"shape":"NotFoundException",
|
1956
|
-
"error":{"httpStatusCode":404},
|
1957
|
-
"exception":true
|
1958
|
-
},
|
1959
|
-
{
|
1960
|
-
"shape":"ConflictException",
|
1961
|
-
"error":{"httpStatusCode":409},
|
1962
|
-
"exception":true
|
1963
|
-
},
|
1964
|
-
{
|
1965
|
-
"shape":"BadRequestException",
|
1966
|
-
"error":{"httpStatusCode":400},
|
1967
|
-
"exception":true
|
1968
|
-
},
|
1969
|
-
{
|
1970
|
-
"shape":"TooManyRequestsException",
|
1971
|
-
"error":{"httpStatusCode":429},
|
1972
|
-
"exception":true
|
1973
|
-
}
|
1073
|
+
{"shape":"UnauthorizedException"},
|
1074
|
+
{"shape":"NotFoundException"},
|
1075
|
+
{"shape":"ConflictException"},
|
1076
|
+
{"shape":"BadRequestException"},
|
1077
|
+
{"shape":"TooManyRequestsException"}
|
1974
1078
|
]
|
1975
1079
|
},
|
1976
1080
|
"UpdateRestApi":{
|
@@ -1982,31 +1086,11 @@
|
|
1982
1086
|
"input":{"shape":"UpdateRestApiRequest"},
|
1983
1087
|
"output":{"shape":"RestApi"},
|
1984
1088
|
"errors":[
|
1985
|
-
{
|
1986
|
-
|
1987
|
-
|
1988
|
-
|
1989
|
-
}
|
1990
|
-
{
|
1991
|
-
"shape":"NotFoundException",
|
1992
|
-
"error":{"httpStatusCode":404},
|
1993
|
-
"exception":true
|
1994
|
-
},
|
1995
|
-
{
|
1996
|
-
"shape":"ConflictException",
|
1997
|
-
"error":{"httpStatusCode":409},
|
1998
|
-
"exception":true
|
1999
|
-
},
|
2000
|
-
{
|
2001
|
-
"shape":"BadRequestException",
|
2002
|
-
"error":{"httpStatusCode":400},
|
2003
|
-
"exception":true
|
2004
|
-
},
|
2005
|
-
{
|
2006
|
-
"shape":"TooManyRequestsException",
|
2007
|
-
"error":{"httpStatusCode":429},
|
2008
|
-
"exception":true
|
2009
|
-
}
|
1089
|
+
{"shape":"UnauthorizedException"},
|
1090
|
+
{"shape":"NotFoundException"},
|
1091
|
+
{"shape":"ConflictException"},
|
1092
|
+
{"shape":"BadRequestException"},
|
1093
|
+
{"shape":"TooManyRequestsException"}
|
2010
1094
|
]
|
2011
1095
|
},
|
2012
1096
|
"UpdateStage":{
|
@@ -2018,31 +1102,11 @@
|
|
2018
1102
|
"input":{"shape":"UpdateStageRequest"},
|
2019
1103
|
"output":{"shape":"Stage"},
|
2020
1104
|
"errors":[
|
2021
|
-
{
|
2022
|
-
|
2023
|
-
|
2024
|
-
|
2025
|
-
}
|
2026
|
-
{
|
2027
|
-
"shape":"NotFoundException",
|
2028
|
-
"error":{"httpStatusCode":404},
|
2029
|
-
"exception":true
|
2030
|
-
},
|
2031
|
-
{
|
2032
|
-
"shape":"ConflictException",
|
2033
|
-
"error":{"httpStatusCode":409},
|
2034
|
-
"exception":true
|
2035
|
-
},
|
2036
|
-
{
|
2037
|
-
"shape":"BadRequestException",
|
2038
|
-
"error":{"httpStatusCode":400},
|
2039
|
-
"exception":true
|
2040
|
-
},
|
2041
|
-
{
|
2042
|
-
"shape":"TooManyRequestsException",
|
2043
|
-
"error":{"httpStatusCode":429},
|
2044
|
-
"exception":true
|
2045
|
-
}
|
1105
|
+
{"shape":"UnauthorizedException"},
|
1106
|
+
{"shape":"NotFoundException"},
|
1107
|
+
{"shape":"ConflictException"},
|
1108
|
+
{"shape":"BadRequestException"},
|
1109
|
+
{"shape":"TooManyRequestsException"}
|
2046
1110
|
]
|
2047
1111
|
}
|
2048
1112
|
},
|
@@ -2076,6 +1140,33 @@
|
|
2076
1140
|
}
|
2077
1141
|
}
|
2078
1142
|
},
|
1143
|
+
"Authorizer":{
|
1144
|
+
"type":"structure",
|
1145
|
+
"members":{
|
1146
|
+
"id":{"shape":"String"},
|
1147
|
+
"name":{"shape":"String"},
|
1148
|
+
"type":{"shape":"AuthorizerType"},
|
1149
|
+
"authorizerUri":{"shape":"String"},
|
1150
|
+
"authorizerCredentials":{"shape":"String"},
|
1151
|
+
"identitySource":{"shape":"String"},
|
1152
|
+
"identityValidationExpression":{"shape":"String"},
|
1153
|
+
"authorizerResultTtlInSeconds":{"shape":"NullableInteger"}
|
1154
|
+
}
|
1155
|
+
},
|
1156
|
+
"AuthorizerType":{
|
1157
|
+
"type":"string",
|
1158
|
+
"enum":["TOKEN"]
|
1159
|
+
},
|
1160
|
+
"Authorizers":{
|
1161
|
+
"type":"structure",
|
1162
|
+
"members":{
|
1163
|
+
"position":{"shape":"String"},
|
1164
|
+
"items":{
|
1165
|
+
"shape":"ListOfAuthorizer",
|
1166
|
+
"locationName":"item"
|
1167
|
+
}
|
1168
|
+
}
|
1169
|
+
},
|
2079
1170
|
"BadRequestException":{
|
2080
1171
|
"type":"structure",
|
2081
1172
|
"members":{
|
@@ -2164,6 +1255,30 @@
|
|
2164
1255
|
"stageKeys":{"shape":"ListOfStageKeys"}
|
2165
1256
|
}
|
2166
1257
|
},
|
1258
|
+
"CreateAuthorizerRequest":{
|
1259
|
+
"type":"structure",
|
1260
|
+
"required":[
|
1261
|
+
"restApiId",
|
1262
|
+
"name",
|
1263
|
+
"type",
|
1264
|
+
"authorizerUri",
|
1265
|
+
"identitySource"
|
1266
|
+
],
|
1267
|
+
"members":{
|
1268
|
+
"restApiId":{
|
1269
|
+
"shape":"String",
|
1270
|
+
"location":"uri",
|
1271
|
+
"locationName":"restapi_id"
|
1272
|
+
},
|
1273
|
+
"name":{"shape":"String"},
|
1274
|
+
"type":{"shape":"AuthorizerType"},
|
1275
|
+
"authorizerUri":{"shape":"String"},
|
1276
|
+
"authorizerCredentials":{"shape":"String"},
|
1277
|
+
"identitySource":{"shape":"String"},
|
1278
|
+
"identityValidationExpression":{"shape":"String"},
|
1279
|
+
"authorizerResultTtlInSeconds":{"shape":"NullableInteger"}
|
1280
|
+
}
|
1281
|
+
},
|
2167
1282
|
"CreateBasePathMappingRequest":{
|
2168
1283
|
"type":"structure",
|
2169
1284
|
"required":[
|
@@ -2203,20 +1318,20 @@
|
|
2203
1318
|
},
|
2204
1319
|
"CreateDomainNameRequest":{
|
2205
1320
|
"type":"structure",
|
2206
|
-
"members":{
|
2207
|
-
"domainName":{"shape":"String"},
|
2208
|
-
"certificateName":{"shape":"String"},
|
2209
|
-
"certificateBody":{"shape":"String"},
|
2210
|
-
"certificatePrivateKey":{"shape":"String"},
|
2211
|
-
"certificateChain":{"shape":"String"}
|
2212
|
-
},
|
2213
1321
|
"required":[
|
2214
1322
|
"domainName",
|
2215
1323
|
"certificateName",
|
2216
1324
|
"certificateBody",
|
2217
1325
|
"certificatePrivateKey",
|
2218
1326
|
"certificateChain"
|
2219
|
-
]
|
1327
|
+
],
|
1328
|
+
"members":{
|
1329
|
+
"domainName":{"shape":"String"},
|
1330
|
+
"certificateName":{"shape":"String"},
|
1331
|
+
"certificateBody":{"shape":"String"},
|
1332
|
+
"certificatePrivateKey":{"shape":"String"},
|
1333
|
+
"certificateChain":{"shape":"String"}
|
1334
|
+
}
|
2220
1335
|
},
|
2221
1336
|
"CreateModelRequest":{
|
2222
1337
|
"type":"structure",
|
@@ -2299,6 +1414,25 @@
|
|
2299
1414
|
}
|
2300
1415
|
}
|
2301
1416
|
},
|
1417
|
+
"DeleteAuthorizerRequest":{
|
1418
|
+
"type":"structure",
|
1419
|
+
"required":[
|
1420
|
+
"restApiId",
|
1421
|
+
"authorizerId"
|
1422
|
+
],
|
1423
|
+
"members":{
|
1424
|
+
"restApiId":{
|
1425
|
+
"shape":"String",
|
1426
|
+
"location":"uri",
|
1427
|
+
"locationName":"restapi_id"
|
1428
|
+
},
|
1429
|
+
"authorizerId":{
|
1430
|
+
"shape":"String",
|
1431
|
+
"location":"uri",
|
1432
|
+
"locationName":"authorizer_id"
|
1433
|
+
}
|
1434
|
+
}
|
1435
|
+
},
|
2302
1436
|
"DeleteBasePathMappingRequest":{
|
2303
1437
|
"type":"structure",
|
2304
1438
|
"required":[
|
@@ -2578,8 +1712,29 @@
|
|
2578
1712
|
}
|
2579
1713
|
},
|
2580
1714
|
"Double":{"type":"double"},
|
1715
|
+
"ExportResponse":{
|
1716
|
+
"type":"structure",
|
1717
|
+
"members":{
|
1718
|
+
"contentType":{
|
1719
|
+
"shape":"String",
|
1720
|
+
"location":"header",
|
1721
|
+
"locationName":"Content-Type"
|
1722
|
+
},
|
1723
|
+
"contentDisposition":{
|
1724
|
+
"shape":"String",
|
1725
|
+
"location":"header",
|
1726
|
+
"locationName":"Content-Disposition"
|
1727
|
+
},
|
1728
|
+
"body":{"shape":"Blob"}
|
1729
|
+
},
|
1730
|
+
"payload":"body"
|
1731
|
+
},
|
2581
1732
|
"FlushStageCacheRequest":{
|
2582
1733
|
"type":"structure",
|
1734
|
+
"required":[
|
1735
|
+
"restApiId",
|
1736
|
+
"stageName"
|
1737
|
+
],
|
2583
1738
|
"members":{
|
2584
1739
|
"restApiId":{
|
2585
1740
|
"shape":"String",
|
@@ -2591,11 +1746,7 @@
|
|
2591
1746
|
"location":"uri",
|
2592
1747
|
"locationName":"stage_name"
|
2593
1748
|
}
|
2594
|
-
}
|
2595
|
-
"required":[
|
2596
|
-
"restApiId",
|
2597
|
-
"stageName"
|
2598
|
-
]
|
1749
|
+
}
|
2599
1750
|
},
|
2600
1751
|
"GenerateClientCertificateRequest":{
|
2601
1752
|
"type":"structure",
|
@@ -2634,6 +1785,46 @@
|
|
2634
1785
|
}
|
2635
1786
|
}
|
2636
1787
|
},
|
1788
|
+
"GetAuthorizerRequest":{
|
1789
|
+
"type":"structure",
|
1790
|
+
"required":[
|
1791
|
+
"restApiId",
|
1792
|
+
"authorizerId"
|
1793
|
+
],
|
1794
|
+
"members":{
|
1795
|
+
"restApiId":{
|
1796
|
+
"shape":"String",
|
1797
|
+
"location":"uri",
|
1798
|
+
"locationName":"restapi_id"
|
1799
|
+
},
|
1800
|
+
"authorizerId":{
|
1801
|
+
"shape":"String",
|
1802
|
+
"location":"uri",
|
1803
|
+
"locationName":"authorizer_id"
|
1804
|
+
}
|
1805
|
+
}
|
1806
|
+
},
|
1807
|
+
"GetAuthorizersRequest":{
|
1808
|
+
"type":"structure",
|
1809
|
+
"required":["restApiId"],
|
1810
|
+
"members":{
|
1811
|
+
"restApiId":{
|
1812
|
+
"shape":"String",
|
1813
|
+
"location":"uri",
|
1814
|
+
"locationName":"restapi_id"
|
1815
|
+
},
|
1816
|
+
"position":{
|
1817
|
+
"shape":"String",
|
1818
|
+
"location":"querystring",
|
1819
|
+
"locationName":"position"
|
1820
|
+
},
|
1821
|
+
"limit":{
|
1822
|
+
"shape":"NullableInteger",
|
1823
|
+
"location":"querystring",
|
1824
|
+
"locationName":"limit"
|
1825
|
+
}
|
1826
|
+
}
|
1827
|
+
},
|
2637
1828
|
"GetBasePathMappingRequest":{
|
2638
1829
|
"type":"structure",
|
2639
1830
|
"required":[
|
@@ -2766,6 +1957,40 @@
|
|
2766
1957
|
}
|
2767
1958
|
}
|
2768
1959
|
},
|
1960
|
+
"GetExportRequest":{
|
1961
|
+
"type":"structure",
|
1962
|
+
"required":[
|
1963
|
+
"restApiId",
|
1964
|
+
"stageName",
|
1965
|
+
"exportType"
|
1966
|
+
],
|
1967
|
+
"members":{
|
1968
|
+
"restApiId":{
|
1969
|
+
"shape":"String",
|
1970
|
+
"location":"uri",
|
1971
|
+
"locationName":"restapi_id"
|
1972
|
+
},
|
1973
|
+
"stageName":{
|
1974
|
+
"shape":"String",
|
1975
|
+
"location":"uri",
|
1976
|
+
"locationName":"stage_name"
|
1977
|
+
},
|
1978
|
+
"exportType":{
|
1979
|
+
"shape":"String",
|
1980
|
+
"location":"uri",
|
1981
|
+
"locationName":"export_type"
|
1982
|
+
},
|
1983
|
+
"parameters":{
|
1984
|
+
"shape":"MapOfStringToString",
|
1985
|
+
"location":"querystring"
|
1986
|
+
},
|
1987
|
+
"accepts":{
|
1988
|
+
"shape":"String",
|
1989
|
+
"location":"header",
|
1990
|
+
"locationName":"Accept"
|
1991
|
+
}
|
1992
|
+
}
|
1993
|
+
},
|
2769
1994
|
"GetIntegrationRequest":{
|
2770
1995
|
"type":"structure",
|
2771
1996
|
"required":[
|
@@ -3121,6 +2346,10 @@
|
|
3121
2346
|
"type":"list",
|
3122
2347
|
"member":{"shape":"ApiKey"}
|
3123
2348
|
},
|
2349
|
+
"ListOfAuthorizer":{
|
2350
|
+
"type":"list",
|
2351
|
+
"member":{"shape":"Authorizer"}
|
2352
|
+
},
|
3124
2353
|
"ListOfBasePathMapping":{
|
3125
2354
|
"type":"list",
|
3126
2355
|
"member":{"shape":"BasePathMapping"}
|
@@ -3211,6 +2440,7 @@
|
|
3211
2440
|
"members":{
|
3212
2441
|
"httpMethod":{"shape":"String"},
|
3213
2442
|
"authorizationType":{"shape":"String"},
|
2443
|
+
"authorizerId":{"shape":"String"},
|
3214
2444
|
"apiKeyRequired":{"shape":"NullableBoolean"},
|
3215
2445
|
"requestParameters":{"shape":"MapOfStringToBoolean"},
|
3216
2446
|
"requestModels":{"shape":"MapOfStringToString"},
|
@@ -3386,6 +2616,7 @@
|
|
3386
2616
|
"locationName":"http_method"
|
3387
2617
|
},
|
3388
2618
|
"authorizationType":{"shape":"String"},
|
2619
|
+
"authorizerId":{"shape":"String"},
|
3389
2620
|
"apiKeyRequired":{"shape":"Boolean"},
|
3390
2621
|
"requestParameters":{"shape":"MapOfStringToBoolean"},
|
3391
2622
|
"requestModels":{"shape":"MapOfStringToString"}
|
@@ -3621,6 +2852,26 @@
|
|
3621
2852
|
"patchOperations":{"shape":"ListOfPatchOperation"}
|
3622
2853
|
}
|
3623
2854
|
},
|
2855
|
+
"UpdateAuthorizerRequest":{
|
2856
|
+
"type":"structure",
|
2857
|
+
"required":[
|
2858
|
+
"restApiId",
|
2859
|
+
"authorizerId"
|
2860
|
+
],
|
2861
|
+
"members":{
|
2862
|
+
"restApiId":{
|
2863
|
+
"shape":"String",
|
2864
|
+
"location":"uri",
|
2865
|
+
"locationName":"restapi_id"
|
2866
|
+
},
|
2867
|
+
"authorizerId":{
|
2868
|
+
"shape":"String",
|
2869
|
+
"location":"uri",
|
2870
|
+
"locationName":"authorizer_id"
|
2871
|
+
},
|
2872
|
+
"patchOperations":{"shape":"ListOfPatchOperation"}
|
2873
|
+
}
|
2874
|
+
},
|
3624
2875
|
"UpdateBasePathMappingRequest":{
|
3625
2876
|
"type":"structure",
|
3626
2877
|
"required":[
|