aws-sdk-core 2.1.31 → 2.1.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ef47ff238a5188d387a6365c5116429cef767e4
4
- data.tar.gz: c252c77777dd2ca628d74eda4e959535724885f0
3
+ metadata.gz: 12bf893b8e6465748f51aeae43b877dfff36dd0d
4
+ data.tar.gz: 83ba2b83f0649e59c1d8573cb72f49fe29ef4503
5
5
  SHA512:
6
- metadata.gz: cc84bc97edae72edc900511b0f1d89908760e6c892f2085cd49fcef27b1b5bc7d0c2d8c4683e5bbae475b2a0e378591a96d9a587124b9e691626d1e44e7f8ac8
7
- data.tar.gz: 712486e2dd3a271b869664b0f5a39dfde7963050c5666b2d6fe945771324b60fa13e0371d27a0985c81321292fd4d52c887ed557764cb9b1d22bd1eef5c611fb
6
+ metadata.gz: 26949f8f543a72ea7c60b78a8fd99f2847fd463493bedea13964e5d5ffeb7f0dfe570168d77b7467482d4edeb4d708283678e1169fa42bbe8306441658a77c2c
7
+ data.tar.gz: d9cc59667af1e6c3623bd1564aa8749868688245e5a1ad26a4f123dfb100ea3783fd1ce9ddb2027ad8a90f6df5cafd6fba08ed3cf3f02c4f43a1842a07cfcb96
@@ -0,0 +1,3876 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-07-09",
5
+ "endpointPrefix":"apigateway",
6
+ "serviceFullName":"Amazon API Gateway",
7
+ "signatureVersion":"v4",
8
+ "protocol":"rest-json"
9
+ },
10
+ "operations":{
11
+ "CreateApiKey":{
12
+ "name":"CreateApiKey",
13
+ "http":{
14
+ "method":"POST",
15
+ "requestUri":"/apikeys",
16
+ "responseCode":201
17
+ },
18
+ "input":{"shape":"CreateApiKeyRequest"},
19
+ "output":{"shape":"ApiKey"},
20
+ "errors":[
21
+ {
22
+ "shape":"UnauthorizedException",
23
+ "error":{"httpStatusCode":401},
24
+ "exception":true
25
+ },
26
+ {
27
+ "shape":"NotFoundException",
28
+ "error":{"httpStatusCode":404},
29
+ "exception":true
30
+ },
31
+ {
32
+ "shape":"TooManyRequestsException",
33
+ "error":{"httpStatusCode":429},
34
+ "exception":true
35
+ },
36
+ {
37
+ "shape":"LimitExceededException",
38
+ "error":{"httpStatusCode":429},
39
+ "exception":true
40
+ },
41
+ {
42
+ "shape":"BadRequestException",
43
+ "error":{"httpStatusCode":400},
44
+ "exception":true
45
+ }
46
+ ]
47
+ },
48
+ "CreateBasePathMapping":{
49
+ "name":"CreateBasePathMapping",
50
+ "http":{
51
+ "method":"POST",
52
+ "requestUri":"/domainnames/{domain_name}/basepathmappings",
53
+ "responseCode":201
54
+ },
55
+ "input":{"shape":"CreateBasePathMappingRequest"},
56
+ "output":{"shape":"BasePathMapping"},
57
+ "errors":[
58
+ {
59
+ "shape":"UnauthorizedException",
60
+ "error":{"httpStatusCode":401},
61
+ "exception":true
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
+ }
83
+ ]
84
+ },
85
+ "CreateDeployment":{
86
+ "name":"CreateDeployment",
87
+ "http":{
88
+ "method":"POST",
89
+ "requestUri":"/restapis/{restapi_id}/deployments",
90
+ "responseCode":201
91
+ },
92
+ "input":{"shape":"CreateDeploymentRequest"},
93
+ "output":{"shape":"Deployment"},
94
+ "errors":[
95
+ {
96
+ "shape":"UnauthorizedException",
97
+ "error":{"httpStatusCode":401},
98
+ "exception":true
99
+ },
100
+ {
101
+ "shape":"BadRequestException",
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
+ }
131
+ ]
132
+ },
133
+ "CreateDomainName":{
134
+ "name":"CreateDomainName",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/domainnames",
138
+ "responseCode":201
139
+ },
140
+ "input":{"shape":"CreateDomainNameRequest"},
141
+ "output":{"shape":"DomainName"},
142
+ "errors":[
143
+ {
144
+ "shape":"UnauthorizedException",
145
+ "error":{"httpStatusCode":401},
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
+ }
158
+ ]
159
+ },
160
+ "CreateModel":{
161
+ "name":"CreateModel",
162
+ "http":{
163
+ "method":"POST",
164
+ "requestUri":"/restapis/{restapi_id}/models",
165
+ "responseCode":201
166
+ },
167
+ "input":{"shape":"CreateModelRequest"},
168
+ "output":{"shape":"Model"},
169
+ "errors":[
170
+ {
171
+ "shape":"BadRequestException",
172
+ "error":{"httpStatusCode":400},
173
+ "exception":true
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
+ }
200
+ ]
201
+ },
202
+ "CreateResource":{
203
+ "name":"CreateResource",
204
+ "http":{
205
+ "method":"POST",
206
+ "requestUri":"/restapis/{restapi_id}/resources/{parent_id}",
207
+ "responseCode":201
208
+ },
209
+ "input":{"shape":"CreateResourceRequest"},
210
+ "output":{"shape":"Resource"},
211
+ "errors":[
212
+ {
213
+ "shape":"UnauthorizedException",
214
+ "error":{"httpStatusCode":401},
215
+ "exception":true
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
+ }
242
+ ]
243
+ },
244
+ "CreateRestApi":{
245
+ "name":"CreateRestApi",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/restapis",
249
+ "responseCode":201
250
+ },
251
+ "input":{"shape":"CreateRestApiRequest"},
252
+ "output":{"shape":"RestApi"},
253
+ "errors":[
254
+ {
255
+ "shape":"UnauthorizedException",
256
+ "error":{"httpStatusCode":401},
257
+ "exception":true
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
+ }
274
+ ]
275
+ },
276
+ "CreateStage":{
277
+ "name":"CreateStage",
278
+ "http":{
279
+ "method":"POST",
280
+ "requestUri":"/restapis/{restapi_id}/stages",
281
+ "responseCode":201
282
+ },
283
+ "input":{"shape":"CreateStageRequest"},
284
+ "output":{"shape":"Stage"},
285
+ "errors":[
286
+ {
287
+ "shape":"UnauthorizedException",
288
+ "error":{"httpStatusCode":401},
289
+ "exception":true
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
+ }
316
+ ]
317
+ },
318
+ "DeleteApiKey":{
319
+ "name":"DeleteApiKey",
320
+ "http":{
321
+ "method":"DELETE",
322
+ "requestUri":"/apikeys/{api_Key}",
323
+ "responseCode":202
324
+ },
325
+ "input":{"shape":"DeleteApiKeyRequest"},
326
+ "errors":[
327
+ {
328
+ "shape":"UnauthorizedException",
329
+ "error":{"httpStatusCode":401},
330
+ "exception":true
331
+ },
332
+ {
333
+ "shape":"NotFoundException",
334
+ "error":{"httpStatusCode":404},
335
+ "exception":true
336
+ },
337
+ {
338
+ "shape":"TooManyRequestsException",
339
+ "error":{"httpStatusCode":429},
340
+ "exception":true
341
+ }
342
+ ]
343
+ },
344
+ "DeleteBasePathMapping":{
345
+ "name":"DeleteBasePathMapping",
346
+ "http":{
347
+ "method":"DELETE",
348
+ "requestUri":"/domainnames/{domain_name}/basepathmappings/{base_path}",
349
+ "responseCode":202
350
+ },
351
+ "input":{"shape":"DeleteBasePathMappingRequest"},
352
+ "errors":[
353
+ {
354
+ "shape":"UnauthorizedException",
355
+ "error":{"httpStatusCode":401},
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
+ }
368
+ ]
369
+ },
370
+ "DeleteClientCertificate":{
371
+ "name":"DeleteClientCertificate",
372
+ "http":{
373
+ "method":"DELETE",
374
+ "requestUri":"/clientcertificates/{clientcertificate_id}",
375
+ "responseCode":202
376
+ },
377
+ "input":{"shape":"DeleteClientCertificateRequest"},
378
+ "errors":[
379
+ {
380
+ "shape":"UnauthorizedException",
381
+ "error":{"httpStatusCode":401},
382
+ "exception":true
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
+ }
399
+ ]
400
+ },
401
+ "DeleteDeployment":{
402
+ "name":"DeleteDeployment",
403
+ "http":{
404
+ "method":"DELETE",
405
+ "requestUri":"/restapis/{restapi_id}/deployments/{deployment_id}",
406
+ "responseCode":202
407
+ },
408
+ "input":{"shape":"DeleteDeploymentRequest"},
409
+ "errors":[
410
+ {
411
+ "shape":"UnauthorizedException",
412
+ "error":{"httpStatusCode":401},
413
+ "exception":true
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
+ }
430
+ ]
431
+ },
432
+ "DeleteDomainName":{
433
+ "name":"DeleteDomainName",
434
+ "http":{
435
+ "method":"DELETE",
436
+ "requestUri":"/domainnames/{domain_name}",
437
+ "responseCode":202
438
+ },
439
+ "input":{"shape":"DeleteDomainNameRequest"},
440
+ "errors":[
441
+ {
442
+ "shape":"UnauthorizedException",
443
+ "error":{"httpStatusCode":401},
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
+ }
456
+ ]
457
+ },
458
+ "DeleteIntegration":{
459
+ "name":"DeleteIntegration",
460
+ "http":{
461
+ "method":"DELETE",
462
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration",
463
+ "responseCode":204
464
+ },
465
+ "input":{"shape":"DeleteIntegrationRequest"},
466
+ "errors":[
467
+ {
468
+ "shape":"UnauthorizedException",
469
+ "error":{"httpStatusCode":401},
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
+ }
482
+ ]
483
+ },
484
+ "DeleteIntegrationResponse":{
485
+ "name":"DeleteIntegrationResponse",
486
+ "http":{
487
+ "method":"DELETE",
488
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}",
489
+ "responseCode":204
490
+ },
491
+ "input":{"shape":"DeleteIntegrationResponseRequest"},
492
+ "errors":[
493
+ {
494
+ "shape":"UnauthorizedException",
495
+ "error":{"httpStatusCode":401},
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
+ }
508
+ ]
509
+ },
510
+ "DeleteMethod":{
511
+ "name":"DeleteMethod",
512
+ "http":{
513
+ "method":"DELETE",
514
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}",
515
+ "responseCode":204
516
+ },
517
+ "input":{"shape":"DeleteMethodRequest"},
518
+ "errors":[
519
+ {
520
+ "shape":"UnauthorizedException",
521
+ "error":{"httpStatusCode":401},
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
+ }
534
+ ]
535
+ },
536
+ "DeleteMethodResponse":{
537
+ "name":"DeleteMethodResponse",
538
+ "http":{
539
+ "method":"DELETE",
540
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}",
541
+ "responseCode":204
542
+ },
543
+ "input":{"shape":"DeleteMethodResponseRequest"},
544
+ "errors":[
545
+ {
546
+ "shape":"UnauthorizedException",
547
+ "error":{"httpStatusCode":401},
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
+ }
560
+ ]
561
+ },
562
+ "DeleteModel":{
563
+ "name":"DeleteModel",
564
+ "http":{
565
+ "method":"DELETE",
566
+ "requestUri":"/restapis/{restapi_id}/models/{model_name}",
567
+ "responseCode":202
568
+ },
569
+ "input":{"shape":"DeleteModelRequest"},
570
+ "errors":[
571
+ {
572
+ "shape":"UnauthorizedException",
573
+ "error":{"httpStatusCode":401},
574
+ "exception":true
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
+ }
596
+ ]
597
+ },
598
+ "DeleteResource":{
599
+ "name":"DeleteResource",
600
+ "http":{
601
+ "method":"DELETE",
602
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}",
603
+ "responseCode":202
604
+ },
605
+ "input":{"shape":"DeleteResourceRequest"},
606
+ "errors":[
607
+ {
608
+ "shape":"UnauthorizedException",
609
+ "error":{"httpStatusCode":401},
610
+ "exception":true
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
+ }
627
+ ]
628
+ },
629
+ "DeleteRestApi":{
630
+ "name":"DeleteRestApi",
631
+ "http":{
632
+ "method":"DELETE",
633
+ "requestUri":"/restapis/{restapi_id}",
634
+ "responseCode":202
635
+ },
636
+ "input":{"shape":"DeleteRestApiRequest"},
637
+ "errors":[
638
+ {
639
+ "shape":"UnauthorizedException",
640
+ "error":{"httpStatusCode":401},
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
+ }
653
+ ]
654
+ },
655
+ "DeleteStage":{
656
+ "name":"DeleteStage",
657
+ "http":{
658
+ "method":"DELETE",
659
+ "requestUri":"/restapis/{restapi_id}/stages/{stage_name}",
660
+ "responseCode":202
661
+ },
662
+ "input":{"shape":"DeleteStageRequest"},
663
+ "errors":[
664
+ {
665
+ "shape":"UnauthorizedException",
666
+ "error":{"httpStatusCode":401},
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
+ }
679
+ ]
680
+ },
681
+ "FlushStageCache":{
682
+ "name":"FlushStageCache",
683
+ "http":{
684
+ "method":"DELETE",
685
+ "requestUri":"/restapis/{restapi_id}/stages/{stage_name}/cache/data",
686
+ "responseCode":202
687
+ },
688
+ "input":{"shape":"FlushStageCacheRequest"},
689
+ "errors":[
690
+ {
691
+ "shape":"UnauthorizedException",
692
+ "error":{"httpStatusCode":401},
693
+ "exception":true
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
+ }
710
+ ]
711
+ },
712
+ "GenerateClientCertificate":{
713
+ "name":"GenerateClientCertificate",
714
+ "http":{
715
+ "method":"POST",
716
+ "requestUri":"/clientcertificates",
717
+ "responseCode":201
718
+ },
719
+ "input":{"shape":"GenerateClientCertificateRequest"},
720
+ "output":{"shape":"ClientCertificate"},
721
+ "errors":[
722
+ {
723
+ "shape":"UnauthorizedException",
724
+ "error":{"httpStatusCode":401},
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
+ }
737
+ ]
738
+ },
739
+ "GetAccount":{
740
+ "name":"GetAccount",
741
+ "http":{
742
+ "method":"GET",
743
+ "requestUri":"/account"
744
+ },
745
+ "input":{"shape":"GetAccountRequest"},
746
+ "output":{"shape":"Account"},
747
+ "errors":[
748
+ {
749
+ "shape":"UnauthorizedException",
750
+ "error":{"httpStatusCode":401},
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
+ }
763
+ ]
764
+ },
765
+ "GetApiKey":{
766
+ "name":"GetApiKey",
767
+ "http":{
768
+ "method":"GET",
769
+ "requestUri":"/apikeys/{api_Key}"
770
+ },
771
+ "input":{"shape":"GetApiKeyRequest"},
772
+ "output":{"shape":"ApiKey"},
773
+ "errors":[
774
+ {
775
+ "shape":"UnauthorizedException",
776
+ "error":{"httpStatusCode":401},
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
+ }
789
+ ]
790
+ },
791
+ "GetApiKeys":{
792
+ "name":"GetApiKeys",
793
+ "http":{
794
+ "method":"GET",
795
+ "requestUri":"/apikeys"
796
+ },
797
+ "input":{"shape":"GetApiKeysRequest"},
798
+ "output":{"shape":"ApiKeys"},
799
+ "errors":[
800
+ {
801
+ "shape":"UnauthorizedException",
802
+ "error":{"httpStatusCode":401},
803
+ "exception":true
804
+ },
805
+ {
806
+ "shape":"TooManyRequestsException",
807
+ "error":{"httpStatusCode":429},
808
+ "exception":true
809
+ }
810
+ ]
811
+ },
812
+ "GetBasePathMapping":{
813
+ "name":"GetBasePathMapping",
814
+ "http":{
815
+ "method":"GET",
816
+ "requestUri":"/domainnames/{domain_name}/basepathmappings/{base_path}"
817
+ },
818
+ "input":{"shape":"GetBasePathMappingRequest"},
819
+ "output":{"shape":"BasePathMapping"},
820
+ "errors":[
821
+ {
822
+ "shape":"UnauthorizedException",
823
+ "error":{"httpStatusCode":401},
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
+ }
836
+ ]
837
+ },
838
+ "GetBasePathMappings":{
839
+ "name":"GetBasePathMappings",
840
+ "http":{
841
+ "method":"GET",
842
+ "requestUri":"/domainnames/{domain_name}/basepathmappings"
843
+ },
844
+ "input":{"shape":"GetBasePathMappingsRequest"},
845
+ "output":{"shape":"BasePathMappings"},
846
+ "errors":[
847
+ {
848
+ "shape":"UnauthorizedException",
849
+ "error":{"httpStatusCode":401},
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
+ }
862
+ ]
863
+ },
864
+ "GetClientCertificate":{
865
+ "name":"GetClientCertificate",
866
+ "http":{
867
+ "method":"GET",
868
+ "requestUri":"/clientcertificates/{clientcertificate_id}"
869
+ },
870
+ "input":{"shape":"GetClientCertificateRequest"},
871
+ "output":{"shape":"ClientCertificate"},
872
+ "errors":[
873
+ {
874
+ "shape":"UnauthorizedException",
875
+ "error":{"httpStatusCode":401},
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
+ }
888
+ ]
889
+ },
890
+ "GetClientCertificates":{
891
+ "name":"GetClientCertificates",
892
+ "http":{
893
+ "method":"GET",
894
+ "requestUri":"/clientcertificates"
895
+ },
896
+ "input":{"shape":"GetClientCertificatesRequest"},
897
+ "output":{"shape":"ClientCertificates"},
898
+ "errors":[
899
+ {
900
+ "shape":"UnauthorizedException",
901
+ "error":{"httpStatusCode":401},
902
+ "exception":true
903
+ },
904
+ {
905
+ "shape":"TooManyRequestsException",
906
+ "error":{"httpStatusCode":429},
907
+ "exception":true
908
+ }
909
+ ]
910
+ },
911
+ "GetDeployment":{
912
+ "name":"GetDeployment",
913
+ "http":{
914
+ "method":"GET",
915
+ "requestUri":"/restapis/{restapi_id}/deployments/{deployment_id}"
916
+ },
917
+ "input":{"shape":"GetDeploymentRequest"},
918
+ "output":{"shape":"Deployment"},
919
+ "errors":[
920
+ {
921
+ "shape":"UnauthorizedException",
922
+ "error":{"httpStatusCode":401},
923
+ "exception":true
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
+ }
941
+ ]
942
+ },
943
+ "GetDeployments":{
944
+ "name":"GetDeployments",
945
+ "http":{
946
+ "method":"GET",
947
+ "requestUri":"/restapis/{restapi_id}/deployments"
948
+ },
949
+ "input":{"shape":"GetDeploymentsRequest"},
950
+ "output":{"shape":"Deployments"},
951
+ "errors":[
952
+ {
953
+ "shape":"UnauthorizedException",
954
+ "error":{"httpStatusCode":401},
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
+ }
968
+ ]
969
+ },
970
+ "GetDomainName":{
971
+ "name":"GetDomainName",
972
+ "http":{
973
+ "method":"GET",
974
+ "requestUri":"/domainnames/{domain_name}"
975
+ },
976
+ "input":{"shape":"GetDomainNameRequest"},
977
+ "output":{"shape":"DomainName"},
978
+ "errors":[
979
+ {
980
+ "shape":"UnauthorizedException",
981
+ "error":{"httpStatusCode":401},
982
+ "exception":true
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
+ }
1000
+ ]
1001
+ },
1002
+ "GetDomainNames":{
1003
+ "name":"GetDomainNames",
1004
+ "http":{
1005
+ "method":"GET",
1006
+ "requestUri":"/domainnames"
1007
+ },
1008
+ "input":{"shape":"GetDomainNamesRequest"},
1009
+ "output":{"shape":"DomainNames"},
1010
+ "errors":[
1011
+ {
1012
+ "shape":"UnauthorizedException",
1013
+ "error":{"httpStatusCode":401},
1014
+ "exception":true
1015
+ },
1016
+ {
1017
+ "shape":"TooManyRequestsException",
1018
+ "error":{"httpStatusCode":429},
1019
+ "exception":true
1020
+ }
1021
+ ]
1022
+ },
1023
+ "GetIntegration":{
1024
+ "name":"GetIntegration",
1025
+ "http":{
1026
+ "method":"GET",
1027
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration"
1028
+ },
1029
+ "input":{"shape":"GetIntegrationRequest"},
1030
+ "output":{"shape":"Integration"},
1031
+ "errors":[
1032
+ {
1033
+ "shape":"UnauthorizedException",
1034
+ "error":{"httpStatusCode":401},
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
+ }
1047
+ ]
1048
+ },
1049
+ "GetIntegrationResponse":{
1050
+ "name":"GetIntegrationResponse",
1051
+ "http":{
1052
+ "method":"GET",
1053
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}"
1054
+ },
1055
+ "input":{"shape":"GetIntegrationResponseRequest"},
1056
+ "output":{"shape":"IntegrationResponse"},
1057
+ "errors":[
1058
+ {
1059
+ "shape":"UnauthorizedException",
1060
+ "error":{"httpStatusCode":401},
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
+ }
1073
+ ]
1074
+ },
1075
+ "GetMethod":{
1076
+ "name":"GetMethod",
1077
+ "http":{
1078
+ "method":"GET",
1079
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}"
1080
+ },
1081
+ "input":{"shape":"GetMethodRequest"},
1082
+ "output":{"shape":"Method"},
1083
+ "errors":[
1084
+ {
1085
+ "shape":"UnauthorizedException",
1086
+ "error":{"httpStatusCode":401},
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
+ }
1099
+ ]
1100
+ },
1101
+ "GetMethodResponse":{
1102
+ "name":"GetMethodResponse",
1103
+ "http":{
1104
+ "method":"GET",
1105
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}"
1106
+ },
1107
+ "input":{"shape":"GetMethodResponseRequest"},
1108
+ "output":{"shape":"MethodResponse"},
1109
+ "errors":[
1110
+ {
1111
+ "shape":"UnauthorizedException",
1112
+ "error":{"httpStatusCode":401},
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
+ }
1125
+ ]
1126
+ },
1127
+ "GetModel":{
1128
+ "name":"GetModel",
1129
+ "http":{
1130
+ "method":"GET",
1131
+ "requestUri":"/restapis/{restapi_id}/models/{model_name}"
1132
+ },
1133
+ "input":{"shape":"GetModelRequest"},
1134
+ "output":{"shape":"Model"},
1135
+ "errors":[
1136
+ {
1137
+ "shape":"UnauthorizedException",
1138
+ "error":{"httpStatusCode":401},
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
+ }
1151
+ ]
1152
+ },
1153
+ "GetModelTemplate":{
1154
+ "name":"GetModelTemplate",
1155
+ "http":{
1156
+ "method":"GET",
1157
+ "requestUri":"/restapis/{restapi_id}/models/{model_name}/default_template"
1158
+ },
1159
+ "input":{"shape":"GetModelTemplateRequest"},
1160
+ "output":{"shape":"Template"},
1161
+ "errors":[
1162
+ {
1163
+ "shape":"UnauthorizedException",
1164
+ "error":{"httpStatusCode":401},
1165
+ "exception":true
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
+ }
1182
+ ]
1183
+ },
1184
+ "GetModels":{
1185
+ "name":"GetModels",
1186
+ "http":{
1187
+ "method":"GET",
1188
+ "requestUri":"/restapis/{restapi_id}/models"
1189
+ },
1190
+ "input":{"shape":"GetModelsRequest"},
1191
+ "output":{"shape":"Models"},
1192
+ "errors":[
1193
+ {
1194
+ "shape":"UnauthorizedException",
1195
+ "error":{"httpStatusCode":401},
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
+ }
1208
+ ]
1209
+ },
1210
+ "GetResource":{
1211
+ "name":"GetResource",
1212
+ "http":{
1213
+ "method":"GET",
1214
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}"
1215
+ },
1216
+ "input":{"shape":"GetResourceRequest"},
1217
+ "output":{"shape":"Resource"},
1218
+ "errors":[
1219
+ {
1220
+ "shape":"UnauthorizedException",
1221
+ "error":{"httpStatusCode":401},
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
+ }
1234
+ ]
1235
+ },
1236
+ "GetResources":{
1237
+ "name":"GetResources",
1238
+ "http":{
1239
+ "method":"GET",
1240
+ "requestUri":"/restapis/{restapi_id}/resources"
1241
+ },
1242
+ "input":{"shape":"GetResourcesRequest"},
1243
+ "output":{"shape":"Resources"},
1244
+ "errors":[
1245
+ {
1246
+ "shape":"UnauthorizedException",
1247
+ "error":{"httpStatusCode":401},
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
+ }
1260
+ ]
1261
+ },
1262
+ "GetRestApi":{
1263
+ "name":"GetRestApi",
1264
+ "http":{
1265
+ "method":"GET",
1266
+ "requestUri":"/restapis/{restapi_id}"
1267
+ },
1268
+ "input":{"shape":"GetRestApiRequest"},
1269
+ "output":{"shape":"RestApi"},
1270
+ "errors":[
1271
+ {
1272
+ "shape":"UnauthorizedException",
1273
+ "error":{"httpStatusCode":401},
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
+ }
1286
+ ]
1287
+ },
1288
+ "GetRestApis":{
1289
+ "name":"GetRestApis",
1290
+ "http":{
1291
+ "method":"GET",
1292
+ "requestUri":"/restapis"
1293
+ },
1294
+ "input":{"shape":"GetRestApisRequest"},
1295
+ "output":{"shape":"RestApis"},
1296
+ "errors":[
1297
+ {
1298
+ "shape":"UnauthorizedException",
1299
+ "error":{"httpStatusCode":401},
1300
+ "exception":true
1301
+ },
1302
+ {
1303
+ "shape":"TooManyRequestsException",
1304
+ "error":{"httpStatusCode":429},
1305
+ "exception":true
1306
+ }
1307
+ ]
1308
+ },
1309
+ "GetSdk":{
1310
+ "name":"GetSdk",
1311
+ "http":{
1312
+ "method":"GET",
1313
+ "requestUri":"/restapis/{restapi_id}/stages/{stage_name}/sdks/{sdk_type}",
1314
+ "responseCode":200
1315
+ },
1316
+ "input":{"shape":"GetSdkRequest"},
1317
+ "output":{"shape":"SdkResponse"},
1318
+ "errors":[
1319
+ {
1320
+ "shape":"UnauthorizedException",
1321
+ "error":{"httpStatusCode":401},
1322
+ "exception":true
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
+ }
1339
+ ]
1340
+ },
1341
+ "GetStage":{
1342
+ "name":"GetStage",
1343
+ "http":{
1344
+ "method":"GET",
1345
+ "requestUri":"/restapis/{restapi_id}/stages/{stage_name}"
1346
+ },
1347
+ "input":{"shape":"GetStageRequest"},
1348
+ "output":{"shape":"Stage"},
1349
+ "errors":[
1350
+ {
1351
+ "shape":"UnauthorizedException",
1352
+ "error":{"httpStatusCode":401},
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
+ }
1365
+ ]
1366
+ },
1367
+ "GetStages":{
1368
+ "name":"GetStages",
1369
+ "http":{
1370
+ "method":"GET",
1371
+ "requestUri":"/restapis/{restapi_id}/stages"
1372
+ },
1373
+ "input":{"shape":"GetStagesRequest"},
1374
+ "output":{"shape":"Stages"},
1375
+ "errors":[
1376
+ {
1377
+ "shape":"UnauthorizedException",
1378
+ "error":{"httpStatusCode":401},
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
+ }
1391
+ ]
1392
+ },
1393
+ "PutIntegration":{
1394
+ "name":"PutIntegration",
1395
+ "http":{
1396
+ "method":"PUT",
1397
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration",
1398
+ "responseCode":201
1399
+ },
1400
+ "input":{"shape":"PutIntegrationRequest"},
1401
+ "output":{"shape":"Integration"},
1402
+ "errors":[
1403
+ {
1404
+ "shape":"UnauthorizedException",
1405
+ "error":{"httpStatusCode":401},
1406
+ "exception":true
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
+ }
1423
+ ]
1424
+ },
1425
+ "PutIntegrationResponse":{
1426
+ "name":"PutIntegrationResponse",
1427
+ "http":{
1428
+ "method":"PUT",
1429
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}",
1430
+ "responseCode":201
1431
+ },
1432
+ "input":{"shape":"PutIntegrationResponseRequest"},
1433
+ "output":{"shape":"IntegrationResponse"},
1434
+ "errors":[
1435
+ {
1436
+ "shape":"UnauthorizedException",
1437
+ "error":{"httpStatusCode":401},
1438
+ "exception":true
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
+ }
1460
+ ]
1461
+ },
1462
+ "PutMethod":{
1463
+ "name":"PutMethod",
1464
+ "http":{
1465
+ "method":"PUT",
1466
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}",
1467
+ "responseCode":201
1468
+ },
1469
+ "input":{"shape":"PutMethodRequest"},
1470
+ "output":{"shape":"Method"},
1471
+ "errors":[
1472
+ {
1473
+ "shape":"BadRequestException",
1474
+ "error":{"httpStatusCode":400},
1475
+ "exception":true
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
+ }
1502
+ ]
1503
+ },
1504
+ "PutMethodResponse":{
1505
+ "name":"PutMethodResponse",
1506
+ "http":{
1507
+ "method":"PUT",
1508
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}",
1509
+ "responseCode":201
1510
+ },
1511
+ "input":{"shape":"PutMethodResponseRequest"},
1512
+ "output":{"shape":"MethodResponse"},
1513
+ "errors":[
1514
+ {
1515
+ "shape":"UnauthorizedException",
1516
+ "error":{"httpStatusCode":401},
1517
+ "exception":true
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
+ }
1544
+ ]
1545
+ },
1546
+ "TestInvokeMethod":{
1547
+ "name":"TestInvokeMethod",
1548
+ "http":{
1549
+ "method":"POST",
1550
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}"
1551
+ },
1552
+ "input":{"shape":"TestInvokeMethodRequest"},
1553
+ "output":{"shape":"TestInvokeMethodResponse"},
1554
+ "errors":[
1555
+ {
1556
+ "shape":"BadRequestException",
1557
+ "error":{"httpStatusCode":400},
1558
+ "exception":true
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
+ }
1575
+ ]
1576
+ },
1577
+ "UpdateAccount":{
1578
+ "name":"UpdateAccount",
1579
+ "http":{
1580
+ "method":"PATCH",
1581
+ "requestUri":"/account"
1582
+ },
1583
+ "input":{"shape":"UpdateAccountRequest"},
1584
+ "output":{"shape":"Account"},
1585
+ "errors":[
1586
+ {
1587
+ "shape":"UnauthorizedException",
1588
+ "error":{"httpStatusCode":401},
1589
+ "exception":true
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
+ }
1606
+ ]
1607
+ },
1608
+ "UpdateApiKey":{
1609
+ "name":"UpdateApiKey",
1610
+ "http":{
1611
+ "method":"PATCH",
1612
+ "requestUri":"/apikeys/{api_Key}"
1613
+ },
1614
+ "input":{"shape":"UpdateApiKeyRequest"},
1615
+ "output":{"shape":"ApiKey"},
1616
+ "errors":[
1617
+ {
1618
+ "shape":"UnauthorizedException",
1619
+ "error":{"httpStatusCode":401},
1620
+ "exception":true
1621
+ },
1622
+ {
1623
+ "shape":"NotFoundException",
1624
+ "error":{"httpStatusCode":404},
1625
+ "exception":true
1626
+ },
1627
+ {
1628
+ "shape":"BadRequestException",
1629
+ "error":{"httpStatusCode":400},
1630
+ "exception":true
1631
+ },
1632
+ {
1633
+ "shape":"TooManyRequestsException",
1634
+ "error":{"httpStatusCode":429},
1635
+ "exception":true
1636
+ }
1637
+ ]
1638
+ },
1639
+ "UpdateBasePathMapping":{
1640
+ "name":"UpdateBasePathMapping",
1641
+ "http":{
1642
+ "method":"PATCH",
1643
+ "requestUri":"/domainnames/{domain_name}/basepathmappings/{base_path}"
1644
+ },
1645
+ "input":{"shape":"UpdateBasePathMappingRequest"},
1646
+ "output":{"shape":"BasePathMapping"},
1647
+ "errors":[
1648
+ {
1649
+ "shape":"UnauthorizedException",
1650
+ "error":{"httpStatusCode":401},
1651
+ "exception":true
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
+ }
1673
+ ]
1674
+ },
1675
+ "UpdateClientCertificate":{
1676
+ "name":"UpdateClientCertificate",
1677
+ "http":{
1678
+ "method":"PATCH",
1679
+ "requestUri":"/clientcertificates/{clientcertificate_id}"
1680
+ },
1681
+ "input":{"shape":"UpdateClientCertificateRequest"},
1682
+ "output":{"shape":"ClientCertificate"},
1683
+ "errors":[
1684
+ {
1685
+ "shape":"UnauthorizedException",
1686
+ "error":{"httpStatusCode":401},
1687
+ "exception":true
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
+ }
1704
+ ]
1705
+ },
1706
+ "UpdateDeployment":{
1707
+ "name":"UpdateDeployment",
1708
+ "http":{
1709
+ "method":"PATCH",
1710
+ "requestUri":"/restapis/{restapi_id}/deployments/{deployment_id}"
1711
+ },
1712
+ "input":{"shape":"UpdateDeploymentRequest"},
1713
+ "output":{"shape":"Deployment"},
1714
+ "errors":[
1715
+ {
1716
+ "shape":"UnauthorizedException",
1717
+ "error":{"httpStatusCode":401},
1718
+ "exception":true
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
+ }
1741
+ ]
1742
+ },
1743
+ "UpdateDomainName":{
1744
+ "name":"UpdateDomainName",
1745
+ "http":{
1746
+ "method":"PATCH",
1747
+ "requestUri":"/domainnames/{domain_name}"
1748
+ },
1749
+ "input":{"shape":"UpdateDomainNameRequest"},
1750
+ "output":{"shape":"DomainName"},
1751
+ "errors":[
1752
+ {
1753
+ "shape":"UnauthorizedException",
1754
+ "error":{"httpStatusCode":401},
1755
+ "exception":true
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
+ }
1772
+ ]
1773
+ },
1774
+ "UpdateIntegration":{
1775
+ "name":"UpdateIntegration",
1776
+ "http":{
1777
+ "method":"PATCH",
1778
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration"
1779
+ },
1780
+ "input":{"shape":"UpdateIntegrationRequest"},
1781
+ "output":{"shape":"Integration"},
1782
+ "errors":[
1783
+ {
1784
+ "shape":"UnauthorizedException",
1785
+ "error":{"httpStatusCode":401},
1786
+ "exception":true
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
+ }
1803
+ ]
1804
+ },
1805
+ "UpdateIntegrationResponse":{
1806
+ "name":"UpdateIntegrationResponse",
1807
+ "http":{
1808
+ "method":"PATCH",
1809
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}"
1810
+ },
1811
+ "input":{"shape":"UpdateIntegrationResponseRequest"},
1812
+ "output":{"shape":"IntegrationResponse"},
1813
+ "errors":[
1814
+ {
1815
+ "shape":"UnauthorizedException",
1816
+ "error":{"httpStatusCode":401},
1817
+ "exception":true
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
+ }
1834
+ ]
1835
+ },
1836
+ "UpdateMethod":{
1837
+ "name":"UpdateMethod",
1838
+ "http":{
1839
+ "method":"PATCH",
1840
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}"
1841
+ },
1842
+ "input":{"shape":"UpdateMethodRequest"},
1843
+ "output":{"shape":"Method"},
1844
+ "errors":[
1845
+ {
1846
+ "shape":"UnauthorizedException",
1847
+ "error":{"httpStatusCode":401},
1848
+ "exception":true
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
+ }
1865
+ ]
1866
+ },
1867
+ "UpdateMethodResponse":{
1868
+ "name":"UpdateMethodResponse",
1869
+ "http":{
1870
+ "method":"PATCH",
1871
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}",
1872
+ "responseCode":201
1873
+ },
1874
+ "input":{"shape":"UpdateMethodResponseRequest"},
1875
+ "output":{"shape":"MethodResponse"},
1876
+ "errors":[
1877
+ {
1878
+ "shape":"UnauthorizedException",
1879
+ "error":{"httpStatusCode":401},
1880
+ "exception":true
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
+ }
1907
+ ]
1908
+ },
1909
+ "UpdateModel":{
1910
+ "name":"UpdateModel",
1911
+ "http":{
1912
+ "method":"PATCH",
1913
+ "requestUri":"/restapis/{restapi_id}/models/{model_name}"
1914
+ },
1915
+ "input":{"shape":"UpdateModelRequest"},
1916
+ "output":{"shape":"Model"},
1917
+ "errors":[
1918
+ {
1919
+ "shape":"UnauthorizedException",
1920
+ "error":{"httpStatusCode":401},
1921
+ "exception":true
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
+ }
1938
+ ]
1939
+ },
1940
+ "UpdateResource":{
1941
+ "name":"UpdateResource",
1942
+ "http":{
1943
+ "method":"PATCH",
1944
+ "requestUri":"/restapis/{restapi_id}/resources/{resource_id}"
1945
+ },
1946
+ "input":{"shape":"UpdateResourceRequest"},
1947
+ "output":{"shape":"Resource"},
1948
+ "errors":[
1949
+ {
1950
+ "shape":"UnauthorizedException",
1951
+ "error":{"httpStatusCode":401},
1952
+ "exception":true
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
+ }
1974
+ ]
1975
+ },
1976
+ "UpdateRestApi":{
1977
+ "name":"UpdateRestApi",
1978
+ "http":{
1979
+ "method":"PATCH",
1980
+ "requestUri":"/restapis/{restapi_id}"
1981
+ },
1982
+ "input":{"shape":"UpdateRestApiRequest"},
1983
+ "output":{"shape":"RestApi"},
1984
+ "errors":[
1985
+ {
1986
+ "shape":"UnauthorizedException",
1987
+ "error":{"httpStatusCode":401},
1988
+ "exception":true
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
+ }
2010
+ ]
2011
+ },
2012
+ "UpdateStage":{
2013
+ "name":"UpdateStage",
2014
+ "http":{
2015
+ "method":"PATCH",
2016
+ "requestUri":"/restapis/{restapi_id}/stages/{stage_name}"
2017
+ },
2018
+ "input":{"shape":"UpdateStageRequest"},
2019
+ "output":{"shape":"Stage"},
2020
+ "errors":[
2021
+ {
2022
+ "shape":"UnauthorizedException",
2023
+ "error":{"httpStatusCode":401},
2024
+ "exception":true
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
+ }
2046
+ ]
2047
+ }
2048
+ },
2049
+ "shapes":{
2050
+ "Account":{
2051
+ "type":"structure",
2052
+ "members":{
2053
+ "cloudwatchRoleArn":{"shape":"String"},
2054
+ "throttleSettings":{"shape":"ThrottleSettings"}
2055
+ }
2056
+ },
2057
+ "ApiKey":{
2058
+ "type":"structure",
2059
+ "members":{
2060
+ "id":{"shape":"String"},
2061
+ "name":{"shape":"String"},
2062
+ "description":{"shape":"String"},
2063
+ "enabled":{"shape":"Boolean"},
2064
+ "stageKeys":{"shape":"ListOfString"},
2065
+ "createdDate":{"shape":"Timestamp"},
2066
+ "lastUpdatedDate":{"shape":"Timestamp"}
2067
+ }
2068
+ },
2069
+ "ApiKeys":{
2070
+ "type":"structure",
2071
+ "members":{
2072
+ "position":{"shape":"String"},
2073
+ "items":{
2074
+ "shape":"ListOfApiKey",
2075
+ "locationName":"item"
2076
+ }
2077
+ }
2078
+ },
2079
+ "BadRequestException":{
2080
+ "type":"structure",
2081
+ "members":{
2082
+ "message":{"shape":"String"}
2083
+ },
2084
+ "error":{"httpStatusCode":400},
2085
+ "exception":true
2086
+ },
2087
+ "BasePathMapping":{
2088
+ "type":"structure",
2089
+ "members":{
2090
+ "basePath":{"shape":"String"},
2091
+ "restApiId":{"shape":"String"},
2092
+ "stage":{"shape":"String"}
2093
+ }
2094
+ },
2095
+ "BasePathMappings":{
2096
+ "type":"structure",
2097
+ "members":{
2098
+ "position":{"shape":"String"},
2099
+ "items":{
2100
+ "shape":"ListOfBasePathMapping",
2101
+ "locationName":"item"
2102
+ }
2103
+ }
2104
+ },
2105
+ "Blob":{"type":"blob"},
2106
+ "Boolean":{"type":"boolean"},
2107
+ "CacheClusterSize":{
2108
+ "type":"string",
2109
+ "enum":[
2110
+ "0.5",
2111
+ "1.6",
2112
+ "6.1",
2113
+ "13.5",
2114
+ "28.4",
2115
+ "58.2",
2116
+ "118",
2117
+ "237"
2118
+ ]
2119
+ },
2120
+ "CacheClusterStatus":{
2121
+ "type":"string",
2122
+ "enum":[
2123
+ "CREATE_IN_PROGRESS",
2124
+ "AVAILABLE",
2125
+ "DELETE_IN_PROGRESS",
2126
+ "NOT_AVAILABLE",
2127
+ "FLUSH_IN_PROGRESS"
2128
+ ]
2129
+ },
2130
+ "ClientCertificate":{
2131
+ "type":"structure",
2132
+ "members":{
2133
+ "clientCertificateId":{"shape":"String"},
2134
+ "description":{"shape":"String"},
2135
+ "pemEncodedCertificate":{"shape":"String"},
2136
+ "createdDate":{"shape":"Timestamp"},
2137
+ "expirationDate":{"shape":"Timestamp"}
2138
+ }
2139
+ },
2140
+ "ClientCertificates":{
2141
+ "type":"structure",
2142
+ "members":{
2143
+ "position":{"shape":"String"},
2144
+ "items":{
2145
+ "shape":"ListOfClientCertificate",
2146
+ "locationName":"item"
2147
+ }
2148
+ }
2149
+ },
2150
+ "ConflictException":{
2151
+ "type":"structure",
2152
+ "members":{
2153
+ "message":{"shape":"String"}
2154
+ },
2155
+ "error":{"httpStatusCode":409},
2156
+ "exception":true
2157
+ },
2158
+ "CreateApiKeyRequest":{
2159
+ "type":"structure",
2160
+ "members":{
2161
+ "name":{"shape":"String"},
2162
+ "description":{"shape":"String"},
2163
+ "enabled":{"shape":"Boolean"},
2164
+ "stageKeys":{"shape":"ListOfStageKeys"}
2165
+ }
2166
+ },
2167
+ "CreateBasePathMappingRequest":{
2168
+ "type":"structure",
2169
+ "required":[
2170
+ "domainName",
2171
+ "restApiId"
2172
+ ],
2173
+ "members":{
2174
+ "domainName":{
2175
+ "shape":"String",
2176
+ "location":"uri",
2177
+ "locationName":"domain_name"
2178
+ },
2179
+ "basePath":{"shape":"String"},
2180
+ "restApiId":{"shape":"String"},
2181
+ "stage":{"shape":"String"}
2182
+ }
2183
+ },
2184
+ "CreateDeploymentRequest":{
2185
+ "type":"structure",
2186
+ "required":[
2187
+ "restApiId",
2188
+ "stageName"
2189
+ ],
2190
+ "members":{
2191
+ "restApiId":{
2192
+ "shape":"String",
2193
+ "location":"uri",
2194
+ "locationName":"restapi_id"
2195
+ },
2196
+ "stageName":{"shape":"String"},
2197
+ "stageDescription":{"shape":"String"},
2198
+ "description":{"shape":"String"},
2199
+ "cacheClusterEnabled":{"shape":"NullableBoolean"},
2200
+ "cacheClusterSize":{"shape":"CacheClusterSize"}
2201
+ }
2202
+ },
2203
+ "CreateDomainNameRequest":{
2204
+ "type":"structure",
2205
+ "members":{
2206
+ "domainName":{"shape":"String"},
2207
+ "certificateName":{"shape":"String"},
2208
+ "certificateBody":{"shape":"String"},
2209
+ "certificatePrivateKey":{"shape":"String"},
2210
+ "certificateChain":{"shape":"String"}
2211
+ },
2212
+ "required":[
2213
+ "domainName",
2214
+ "certificateName",
2215
+ "certificateBody",
2216
+ "certificatePrivateKey",
2217
+ "certificateChain"
2218
+ ]
2219
+ },
2220
+ "CreateModelRequest":{
2221
+ "type":"structure",
2222
+ "required":[
2223
+ "restApiId",
2224
+ "name",
2225
+ "contentType"
2226
+ ],
2227
+ "members":{
2228
+ "restApiId":{
2229
+ "shape":"String",
2230
+ "location":"uri",
2231
+ "locationName":"restapi_id"
2232
+ },
2233
+ "name":{"shape":"String"},
2234
+ "description":{"shape":"String"},
2235
+ "schema":{"shape":"String"},
2236
+ "contentType":{"shape":"String"}
2237
+ }
2238
+ },
2239
+ "CreateResourceRequest":{
2240
+ "type":"structure",
2241
+ "required":[
2242
+ "restApiId",
2243
+ "parentId",
2244
+ "pathPart"
2245
+ ],
2246
+ "members":{
2247
+ "restApiId":{
2248
+ "shape":"String",
2249
+ "location":"uri",
2250
+ "locationName":"restapi_id"
2251
+ },
2252
+ "parentId":{
2253
+ "shape":"String",
2254
+ "location":"uri",
2255
+ "locationName":"parent_id"
2256
+ },
2257
+ "pathPart":{"shape":"String"}
2258
+ }
2259
+ },
2260
+ "CreateRestApiRequest":{
2261
+ "type":"structure",
2262
+ "required":["name"],
2263
+ "members":{
2264
+ "name":{"shape":"String"},
2265
+ "description":{"shape":"String"},
2266
+ "cloneFrom":{"shape":"String"}
2267
+ }
2268
+ },
2269
+ "CreateStageRequest":{
2270
+ "type":"structure",
2271
+ "required":[
2272
+ "restApiId",
2273
+ "stageName",
2274
+ "deploymentId"
2275
+ ],
2276
+ "members":{
2277
+ "restApiId":{
2278
+ "shape":"String",
2279
+ "location":"uri",
2280
+ "locationName":"restapi_id"
2281
+ },
2282
+ "stageName":{"shape":"String"},
2283
+ "deploymentId":{"shape":"String"},
2284
+ "description":{"shape":"String"},
2285
+ "cacheClusterEnabled":{"shape":"Boolean"},
2286
+ "cacheClusterSize":{"shape":"CacheClusterSize"}
2287
+ }
2288
+ },
2289
+ "DeleteApiKeyRequest":{
2290
+ "type":"structure",
2291
+ "required":["apiKey"],
2292
+ "members":{
2293
+ "apiKey":{
2294
+ "shape":"String",
2295
+ "location":"uri",
2296
+ "locationName":"api_Key"
2297
+ }
2298
+ }
2299
+ },
2300
+ "DeleteBasePathMappingRequest":{
2301
+ "type":"structure",
2302
+ "required":[
2303
+ "domainName",
2304
+ "basePath"
2305
+ ],
2306
+ "members":{
2307
+ "domainName":{
2308
+ "shape":"String",
2309
+ "location":"uri",
2310
+ "locationName":"domain_name"
2311
+ },
2312
+ "basePath":{
2313
+ "shape":"String",
2314
+ "location":"uri",
2315
+ "locationName":"base_path"
2316
+ }
2317
+ }
2318
+ },
2319
+ "DeleteClientCertificateRequest":{
2320
+ "type":"structure",
2321
+ "required":["clientCertificateId"],
2322
+ "members":{
2323
+ "clientCertificateId":{
2324
+ "shape":"String",
2325
+ "location":"uri",
2326
+ "locationName":"clientcertificate_id"
2327
+ }
2328
+ }
2329
+ },
2330
+ "DeleteDeploymentRequest":{
2331
+ "type":"structure",
2332
+ "required":[
2333
+ "restApiId",
2334
+ "deploymentId"
2335
+ ],
2336
+ "members":{
2337
+ "restApiId":{
2338
+ "shape":"String",
2339
+ "location":"uri",
2340
+ "locationName":"restapi_id"
2341
+ },
2342
+ "deploymentId":{
2343
+ "shape":"String",
2344
+ "location":"uri",
2345
+ "locationName":"deployment_id"
2346
+ }
2347
+ }
2348
+ },
2349
+ "DeleteDomainNameRequest":{
2350
+ "type":"structure",
2351
+ "required":["domainName"],
2352
+ "members":{
2353
+ "domainName":{
2354
+ "shape":"String",
2355
+ "location":"uri",
2356
+ "locationName":"domain_name"
2357
+ }
2358
+ }
2359
+ },
2360
+ "DeleteIntegrationRequest":{
2361
+ "type":"structure",
2362
+ "required":[
2363
+ "restApiId",
2364
+ "resourceId",
2365
+ "httpMethod"
2366
+ ],
2367
+ "members":{
2368
+ "restApiId":{
2369
+ "shape":"String",
2370
+ "location":"uri",
2371
+ "locationName":"restapi_id"
2372
+ },
2373
+ "resourceId":{
2374
+ "shape":"String",
2375
+ "location":"uri",
2376
+ "locationName":"resource_id"
2377
+ },
2378
+ "httpMethod":{
2379
+ "shape":"String",
2380
+ "location":"uri",
2381
+ "locationName":"http_method"
2382
+ }
2383
+ }
2384
+ },
2385
+ "DeleteIntegrationResponseRequest":{
2386
+ "type":"structure",
2387
+ "required":[
2388
+ "restApiId",
2389
+ "resourceId",
2390
+ "httpMethod",
2391
+ "statusCode"
2392
+ ],
2393
+ "members":{
2394
+ "restApiId":{
2395
+ "shape":"String",
2396
+ "location":"uri",
2397
+ "locationName":"restapi_id"
2398
+ },
2399
+ "resourceId":{
2400
+ "shape":"String",
2401
+ "location":"uri",
2402
+ "locationName":"resource_id"
2403
+ },
2404
+ "httpMethod":{
2405
+ "shape":"String",
2406
+ "location":"uri",
2407
+ "locationName":"http_method"
2408
+ },
2409
+ "statusCode":{
2410
+ "shape":"StatusCode",
2411
+ "location":"uri",
2412
+ "locationName":"status_code"
2413
+ }
2414
+ }
2415
+ },
2416
+ "DeleteMethodRequest":{
2417
+ "type":"structure",
2418
+ "required":[
2419
+ "restApiId",
2420
+ "resourceId",
2421
+ "httpMethod"
2422
+ ],
2423
+ "members":{
2424
+ "restApiId":{
2425
+ "shape":"String",
2426
+ "location":"uri",
2427
+ "locationName":"restapi_id"
2428
+ },
2429
+ "resourceId":{
2430
+ "shape":"String",
2431
+ "location":"uri",
2432
+ "locationName":"resource_id"
2433
+ },
2434
+ "httpMethod":{
2435
+ "shape":"String",
2436
+ "location":"uri",
2437
+ "locationName":"http_method"
2438
+ }
2439
+ }
2440
+ },
2441
+ "DeleteMethodResponseRequest":{
2442
+ "type":"structure",
2443
+ "required":[
2444
+ "restApiId",
2445
+ "resourceId",
2446
+ "httpMethod",
2447
+ "statusCode"
2448
+ ],
2449
+ "members":{
2450
+ "restApiId":{
2451
+ "shape":"String",
2452
+ "location":"uri",
2453
+ "locationName":"restapi_id"
2454
+ },
2455
+ "resourceId":{
2456
+ "shape":"String",
2457
+ "location":"uri",
2458
+ "locationName":"resource_id"
2459
+ },
2460
+ "httpMethod":{
2461
+ "shape":"String",
2462
+ "location":"uri",
2463
+ "locationName":"http_method"
2464
+ },
2465
+ "statusCode":{
2466
+ "shape":"StatusCode",
2467
+ "location":"uri",
2468
+ "locationName":"status_code"
2469
+ }
2470
+ }
2471
+ },
2472
+ "DeleteModelRequest":{
2473
+ "type":"structure",
2474
+ "required":[
2475
+ "restApiId",
2476
+ "modelName"
2477
+ ],
2478
+ "members":{
2479
+ "restApiId":{
2480
+ "shape":"String",
2481
+ "location":"uri",
2482
+ "locationName":"restapi_id"
2483
+ },
2484
+ "modelName":{
2485
+ "shape":"String",
2486
+ "location":"uri",
2487
+ "locationName":"model_name"
2488
+ }
2489
+ }
2490
+ },
2491
+ "DeleteResourceRequest":{
2492
+ "type":"structure",
2493
+ "required":[
2494
+ "restApiId",
2495
+ "resourceId"
2496
+ ],
2497
+ "members":{
2498
+ "restApiId":{
2499
+ "shape":"String",
2500
+ "location":"uri",
2501
+ "locationName":"restapi_id"
2502
+ },
2503
+ "resourceId":{
2504
+ "shape":"String",
2505
+ "location":"uri",
2506
+ "locationName":"resource_id"
2507
+ }
2508
+ }
2509
+ },
2510
+ "DeleteRestApiRequest":{
2511
+ "type":"structure",
2512
+ "required":["restApiId"],
2513
+ "members":{
2514
+ "restApiId":{
2515
+ "shape":"String",
2516
+ "location":"uri",
2517
+ "locationName":"restapi_id"
2518
+ }
2519
+ }
2520
+ },
2521
+ "DeleteStageRequest":{
2522
+ "type":"structure",
2523
+ "required":[
2524
+ "restApiId",
2525
+ "stageName"
2526
+ ],
2527
+ "members":{
2528
+ "restApiId":{
2529
+ "shape":"String",
2530
+ "location":"uri",
2531
+ "locationName":"restapi_id"
2532
+ },
2533
+ "stageName":{
2534
+ "shape":"String",
2535
+ "location":"uri",
2536
+ "locationName":"stage_name"
2537
+ }
2538
+ }
2539
+ },
2540
+ "Deployment":{
2541
+ "type":"structure",
2542
+ "members":{
2543
+ "id":{"shape":"String"},
2544
+ "description":{"shape":"String"},
2545
+ "createdDate":{"shape":"Timestamp"},
2546
+ "apiSummary":{"shape":"PathToMapOfMethodSnapshot"}
2547
+ }
2548
+ },
2549
+ "Deployments":{
2550
+ "type":"structure",
2551
+ "members":{
2552
+ "position":{"shape":"String"},
2553
+ "items":{
2554
+ "shape":"ListOfDeployment",
2555
+ "locationName":"item"
2556
+ }
2557
+ }
2558
+ },
2559
+ "DomainName":{
2560
+ "type":"structure",
2561
+ "members":{
2562
+ "domainName":{"shape":"String"},
2563
+ "certificateName":{"shape":"String"},
2564
+ "certificateUploadDate":{"shape":"Timestamp"},
2565
+ "distributionDomainName":{"shape":"String"}
2566
+ }
2567
+ },
2568
+ "DomainNames":{
2569
+ "type":"structure",
2570
+ "members":{
2571
+ "position":{"shape":"String"},
2572
+ "items":{
2573
+ "shape":"ListOfDomainName",
2574
+ "locationName":"item"
2575
+ }
2576
+ }
2577
+ },
2578
+ "Double":{"type":"double"},
2579
+ "FlushStageCacheRequest":{
2580
+ "type":"structure",
2581
+ "members":{
2582
+ "restApiId":{
2583
+ "shape":"String",
2584
+ "location":"uri",
2585
+ "locationName":"restapi_id"
2586
+ },
2587
+ "stageName":{
2588
+ "shape":"String",
2589
+ "location":"uri",
2590
+ "locationName":"stage_name"
2591
+ }
2592
+ },
2593
+ "required":[
2594
+ "restApiId",
2595
+ "stageName"
2596
+ ]
2597
+ },
2598
+ "GenerateClientCertificateRequest":{
2599
+ "type":"structure",
2600
+ "members":{
2601
+ "description":{"shape":"String"}
2602
+ }
2603
+ },
2604
+ "GetAccountRequest":{
2605
+ "type":"structure",
2606
+ "members":{
2607
+ }
2608
+ },
2609
+ "GetApiKeyRequest":{
2610
+ "type":"structure",
2611
+ "required":["apiKey"],
2612
+ "members":{
2613
+ "apiKey":{
2614
+ "shape":"String",
2615
+ "location":"uri",
2616
+ "locationName":"api_Key"
2617
+ }
2618
+ }
2619
+ },
2620
+ "GetApiKeysRequest":{
2621
+ "type":"structure",
2622
+ "members":{
2623
+ "position":{
2624
+ "shape":"String",
2625
+ "location":"querystring",
2626
+ "locationName":"position"
2627
+ },
2628
+ "limit":{
2629
+ "shape":"NullableInteger",
2630
+ "location":"querystring",
2631
+ "locationName":"limit"
2632
+ }
2633
+ }
2634
+ },
2635
+ "GetBasePathMappingRequest":{
2636
+ "type":"structure",
2637
+ "required":[
2638
+ "domainName",
2639
+ "basePath"
2640
+ ],
2641
+ "members":{
2642
+ "domainName":{
2643
+ "shape":"String",
2644
+ "location":"uri",
2645
+ "locationName":"domain_name"
2646
+ },
2647
+ "basePath":{
2648
+ "shape":"String",
2649
+ "location":"uri",
2650
+ "locationName":"base_path"
2651
+ }
2652
+ }
2653
+ },
2654
+ "GetBasePathMappingsRequest":{
2655
+ "type":"structure",
2656
+ "required":["domainName"],
2657
+ "members":{
2658
+ "domainName":{
2659
+ "shape":"String",
2660
+ "location":"uri",
2661
+ "locationName":"domain_name"
2662
+ },
2663
+ "position":{
2664
+ "shape":"String",
2665
+ "location":"querystring",
2666
+ "locationName":"position"
2667
+ },
2668
+ "limit":{
2669
+ "shape":"NullableInteger",
2670
+ "location":"querystring",
2671
+ "locationName":"limit"
2672
+ }
2673
+ }
2674
+ },
2675
+ "GetClientCertificateRequest":{
2676
+ "type":"structure",
2677
+ "required":["clientCertificateId"],
2678
+ "members":{
2679
+ "clientCertificateId":{
2680
+ "shape":"String",
2681
+ "location":"uri",
2682
+ "locationName":"clientcertificate_id"
2683
+ }
2684
+ }
2685
+ },
2686
+ "GetClientCertificatesRequest":{
2687
+ "type":"structure",
2688
+ "members":{
2689
+ "position":{
2690
+ "shape":"String",
2691
+ "location":"querystring",
2692
+ "locationName":"position"
2693
+ },
2694
+ "limit":{
2695
+ "shape":"NullableInteger",
2696
+ "location":"querystring",
2697
+ "locationName":"limit"
2698
+ }
2699
+ }
2700
+ },
2701
+ "GetDeploymentRequest":{
2702
+ "type":"structure",
2703
+ "required":[
2704
+ "restApiId",
2705
+ "deploymentId"
2706
+ ],
2707
+ "members":{
2708
+ "restApiId":{
2709
+ "shape":"String",
2710
+ "location":"uri",
2711
+ "locationName":"restapi_id"
2712
+ },
2713
+ "deploymentId":{
2714
+ "shape":"String",
2715
+ "location":"uri",
2716
+ "locationName":"deployment_id"
2717
+ }
2718
+ }
2719
+ },
2720
+ "GetDeploymentsRequest":{
2721
+ "type":"structure",
2722
+ "required":["restApiId"],
2723
+ "members":{
2724
+ "restApiId":{
2725
+ "shape":"String",
2726
+ "location":"uri",
2727
+ "locationName":"restapi_id"
2728
+ },
2729
+ "position":{
2730
+ "shape":"String",
2731
+ "location":"querystring",
2732
+ "locationName":"position"
2733
+ },
2734
+ "limit":{
2735
+ "shape":"NullableInteger",
2736
+ "location":"querystring",
2737
+ "locationName":"limit"
2738
+ }
2739
+ }
2740
+ },
2741
+ "GetDomainNameRequest":{
2742
+ "type":"structure",
2743
+ "required":["domainName"],
2744
+ "members":{
2745
+ "domainName":{
2746
+ "shape":"String",
2747
+ "location":"uri",
2748
+ "locationName":"domain_name"
2749
+ }
2750
+ }
2751
+ },
2752
+ "GetDomainNamesRequest":{
2753
+ "type":"structure",
2754
+ "members":{
2755
+ "position":{
2756
+ "shape":"String",
2757
+ "location":"querystring",
2758
+ "locationName":"position"
2759
+ },
2760
+ "limit":{
2761
+ "shape":"NullableInteger",
2762
+ "location":"querystring",
2763
+ "locationName":"limit"
2764
+ }
2765
+ }
2766
+ },
2767
+ "GetIntegrationRequest":{
2768
+ "type":"structure",
2769
+ "required":[
2770
+ "restApiId",
2771
+ "resourceId",
2772
+ "httpMethod"
2773
+ ],
2774
+ "members":{
2775
+ "restApiId":{
2776
+ "shape":"String",
2777
+ "location":"uri",
2778
+ "locationName":"restapi_id"
2779
+ },
2780
+ "resourceId":{
2781
+ "shape":"String",
2782
+ "location":"uri",
2783
+ "locationName":"resource_id"
2784
+ },
2785
+ "httpMethod":{
2786
+ "shape":"String",
2787
+ "location":"uri",
2788
+ "locationName":"http_method"
2789
+ }
2790
+ }
2791
+ },
2792
+ "GetIntegrationResponseRequest":{
2793
+ "type":"structure",
2794
+ "required":[
2795
+ "restApiId",
2796
+ "resourceId",
2797
+ "httpMethod",
2798
+ "statusCode"
2799
+ ],
2800
+ "members":{
2801
+ "restApiId":{
2802
+ "shape":"String",
2803
+ "location":"uri",
2804
+ "locationName":"restapi_id"
2805
+ },
2806
+ "resourceId":{
2807
+ "shape":"String",
2808
+ "location":"uri",
2809
+ "locationName":"resource_id"
2810
+ },
2811
+ "httpMethod":{
2812
+ "shape":"String",
2813
+ "location":"uri",
2814
+ "locationName":"http_method"
2815
+ },
2816
+ "statusCode":{
2817
+ "shape":"StatusCode",
2818
+ "location":"uri",
2819
+ "locationName":"status_code"
2820
+ }
2821
+ }
2822
+ },
2823
+ "GetMethodRequest":{
2824
+ "type":"structure",
2825
+ "required":[
2826
+ "restApiId",
2827
+ "resourceId",
2828
+ "httpMethod"
2829
+ ],
2830
+ "members":{
2831
+ "restApiId":{
2832
+ "shape":"String",
2833
+ "location":"uri",
2834
+ "locationName":"restapi_id"
2835
+ },
2836
+ "resourceId":{
2837
+ "shape":"String",
2838
+ "location":"uri",
2839
+ "locationName":"resource_id"
2840
+ },
2841
+ "httpMethod":{
2842
+ "shape":"String",
2843
+ "location":"uri",
2844
+ "locationName":"http_method"
2845
+ }
2846
+ }
2847
+ },
2848
+ "GetMethodResponseRequest":{
2849
+ "type":"structure",
2850
+ "required":[
2851
+ "restApiId",
2852
+ "resourceId",
2853
+ "httpMethod",
2854
+ "statusCode"
2855
+ ],
2856
+ "members":{
2857
+ "restApiId":{
2858
+ "shape":"String",
2859
+ "location":"uri",
2860
+ "locationName":"restapi_id"
2861
+ },
2862
+ "resourceId":{
2863
+ "shape":"String",
2864
+ "location":"uri",
2865
+ "locationName":"resource_id"
2866
+ },
2867
+ "httpMethod":{
2868
+ "shape":"String",
2869
+ "location":"uri",
2870
+ "locationName":"http_method"
2871
+ },
2872
+ "statusCode":{
2873
+ "shape":"StatusCode",
2874
+ "location":"uri",
2875
+ "locationName":"status_code"
2876
+ }
2877
+ }
2878
+ },
2879
+ "GetModelRequest":{
2880
+ "type":"structure",
2881
+ "required":[
2882
+ "restApiId",
2883
+ "modelName"
2884
+ ],
2885
+ "members":{
2886
+ "restApiId":{
2887
+ "shape":"String",
2888
+ "location":"uri",
2889
+ "locationName":"restapi_id"
2890
+ },
2891
+ "modelName":{
2892
+ "shape":"String",
2893
+ "location":"uri",
2894
+ "locationName":"model_name"
2895
+ },
2896
+ "flatten":{
2897
+ "shape":"Boolean",
2898
+ "location":"querystring",
2899
+ "locationName":"flatten"
2900
+ }
2901
+ }
2902
+ },
2903
+ "GetModelTemplateRequest":{
2904
+ "type":"structure",
2905
+ "required":[
2906
+ "restApiId",
2907
+ "modelName"
2908
+ ],
2909
+ "members":{
2910
+ "restApiId":{
2911
+ "shape":"String",
2912
+ "location":"uri",
2913
+ "locationName":"restapi_id"
2914
+ },
2915
+ "modelName":{
2916
+ "shape":"String",
2917
+ "location":"uri",
2918
+ "locationName":"model_name"
2919
+ }
2920
+ }
2921
+ },
2922
+ "GetModelsRequest":{
2923
+ "type":"structure",
2924
+ "required":["restApiId"],
2925
+ "members":{
2926
+ "restApiId":{
2927
+ "shape":"String",
2928
+ "location":"uri",
2929
+ "locationName":"restapi_id"
2930
+ },
2931
+ "position":{
2932
+ "shape":"String",
2933
+ "location":"querystring",
2934
+ "locationName":"position"
2935
+ },
2936
+ "limit":{
2937
+ "shape":"NullableInteger",
2938
+ "location":"querystring",
2939
+ "locationName":"limit"
2940
+ }
2941
+ }
2942
+ },
2943
+ "GetResourceRequest":{
2944
+ "type":"structure",
2945
+ "required":[
2946
+ "restApiId",
2947
+ "resourceId"
2948
+ ],
2949
+ "members":{
2950
+ "restApiId":{
2951
+ "shape":"String",
2952
+ "location":"uri",
2953
+ "locationName":"restapi_id"
2954
+ },
2955
+ "resourceId":{
2956
+ "shape":"String",
2957
+ "location":"uri",
2958
+ "locationName":"resource_id"
2959
+ }
2960
+ }
2961
+ },
2962
+ "GetResourcesRequest":{
2963
+ "type":"structure",
2964
+ "required":["restApiId"],
2965
+ "members":{
2966
+ "restApiId":{
2967
+ "shape":"String",
2968
+ "location":"uri",
2969
+ "locationName":"restapi_id"
2970
+ },
2971
+ "position":{
2972
+ "shape":"String",
2973
+ "location":"querystring",
2974
+ "locationName":"position"
2975
+ },
2976
+ "limit":{
2977
+ "shape":"NullableInteger",
2978
+ "location":"querystring",
2979
+ "locationName":"limit"
2980
+ }
2981
+ }
2982
+ },
2983
+ "GetRestApiRequest":{
2984
+ "type":"structure",
2985
+ "required":["restApiId"],
2986
+ "members":{
2987
+ "restApiId":{
2988
+ "shape":"String",
2989
+ "location":"uri",
2990
+ "locationName":"restapi_id"
2991
+ }
2992
+ }
2993
+ },
2994
+ "GetRestApisRequest":{
2995
+ "type":"structure",
2996
+ "members":{
2997
+ "position":{
2998
+ "shape":"String",
2999
+ "location":"querystring",
3000
+ "locationName":"position"
3001
+ },
3002
+ "limit":{
3003
+ "shape":"NullableInteger",
3004
+ "location":"querystring",
3005
+ "locationName":"limit"
3006
+ }
3007
+ }
3008
+ },
3009
+ "GetSdkRequest":{
3010
+ "type":"structure",
3011
+ "required":[
3012
+ "restApiId",
3013
+ "stageName",
3014
+ "sdkType"
3015
+ ],
3016
+ "members":{
3017
+ "restApiId":{
3018
+ "shape":"String",
3019
+ "location":"uri",
3020
+ "locationName":"restapi_id"
3021
+ },
3022
+ "stageName":{
3023
+ "shape":"String",
3024
+ "location":"uri",
3025
+ "locationName":"stage_name"
3026
+ },
3027
+ "sdkType":{
3028
+ "shape":"String",
3029
+ "location":"uri",
3030
+ "locationName":"sdk_type"
3031
+ },
3032
+ "parameters":{
3033
+ "shape":"MapOfStringToString",
3034
+ "location":"querystring"
3035
+ }
3036
+ }
3037
+ },
3038
+ "GetStageRequest":{
3039
+ "type":"structure",
3040
+ "required":[
3041
+ "restApiId",
3042
+ "stageName"
3043
+ ],
3044
+ "members":{
3045
+ "restApiId":{
3046
+ "shape":"String",
3047
+ "location":"uri",
3048
+ "locationName":"restapi_id"
3049
+ },
3050
+ "stageName":{
3051
+ "shape":"String",
3052
+ "location":"uri",
3053
+ "locationName":"stage_name"
3054
+ }
3055
+ }
3056
+ },
3057
+ "GetStagesRequest":{
3058
+ "type":"structure",
3059
+ "required":["restApiId"],
3060
+ "members":{
3061
+ "restApiId":{
3062
+ "shape":"String",
3063
+ "location":"uri",
3064
+ "locationName":"restapi_id"
3065
+ },
3066
+ "deploymentId":{
3067
+ "shape":"String",
3068
+ "location":"querystring",
3069
+ "locationName":"deploymentId"
3070
+ }
3071
+ }
3072
+ },
3073
+ "Integer":{"type":"integer"},
3074
+ "Integration":{
3075
+ "type":"structure",
3076
+ "members":{
3077
+ "type":{"shape":"IntegrationType"},
3078
+ "httpMethod":{"shape":"String"},
3079
+ "uri":{"shape":"String"},
3080
+ "credentials":{"shape":"String"},
3081
+ "requestParameters":{"shape":"MapOfStringToString"},
3082
+ "requestTemplates":{"shape":"MapOfStringToString"},
3083
+ "cacheNamespace":{"shape":"String"},
3084
+ "cacheKeyParameters":{"shape":"ListOfString"},
3085
+ "integrationResponses":{"shape":"MapOfIntegrationResponse"}
3086
+ }
3087
+ },
3088
+ "IntegrationResponse":{
3089
+ "type":"structure",
3090
+ "members":{
3091
+ "statusCode":{"shape":"StatusCode"},
3092
+ "selectionPattern":{"shape":"String"},
3093
+ "responseParameters":{"shape":"MapOfStringToString"},
3094
+ "responseTemplates":{"shape":"MapOfStringToString"}
3095
+ }
3096
+ },
3097
+ "IntegrationType":{
3098
+ "type":"string",
3099
+ "enum":[
3100
+ "HTTP",
3101
+ "AWS",
3102
+ "MOCK"
3103
+ ]
3104
+ },
3105
+ "LimitExceededException":{
3106
+ "type":"structure",
3107
+ "members":{
3108
+ "retryAfterSeconds":{
3109
+ "shape":"String",
3110
+ "location":"header",
3111
+ "locationName":"Retry-After"
3112
+ },
3113
+ "message":{"shape":"String"}
3114
+ },
3115
+ "error":{"httpStatusCode":429},
3116
+ "exception":true
3117
+ },
3118
+ "ListOfApiKey":{
3119
+ "type":"list",
3120
+ "member":{"shape":"ApiKey"}
3121
+ },
3122
+ "ListOfBasePathMapping":{
3123
+ "type":"list",
3124
+ "member":{"shape":"BasePathMapping"}
3125
+ },
3126
+ "ListOfClientCertificate":{
3127
+ "type":"list",
3128
+ "member":{"shape":"ClientCertificate"}
3129
+ },
3130
+ "ListOfDeployment":{
3131
+ "type":"list",
3132
+ "member":{"shape":"Deployment"}
3133
+ },
3134
+ "ListOfDomainName":{
3135
+ "type":"list",
3136
+ "member":{"shape":"DomainName"}
3137
+ },
3138
+ "ListOfModel":{
3139
+ "type":"list",
3140
+ "member":{"shape":"Model"}
3141
+ },
3142
+ "ListOfPatchOperation":{
3143
+ "type":"list",
3144
+ "member":{"shape":"PatchOperation"}
3145
+ },
3146
+ "ListOfResource":{
3147
+ "type":"list",
3148
+ "member":{"shape":"Resource"}
3149
+ },
3150
+ "ListOfRestApi":{
3151
+ "type":"list",
3152
+ "member":{"shape":"RestApi"}
3153
+ },
3154
+ "ListOfStage":{
3155
+ "type":"list",
3156
+ "member":{"shape":"Stage"}
3157
+ },
3158
+ "ListOfStageKeys":{
3159
+ "type":"list",
3160
+ "member":{"shape":"StageKey"}
3161
+ },
3162
+ "ListOfString":{
3163
+ "type":"list",
3164
+ "member":{"shape":"String"}
3165
+ },
3166
+ "Long":{"type":"long"},
3167
+ "MapOfHeaderValues":{
3168
+ "type":"map",
3169
+ "key":{"shape":"String"},
3170
+ "value":{"shape":"String"}
3171
+ },
3172
+ "MapOfIntegrationResponse":{
3173
+ "type":"map",
3174
+ "key":{"shape":"String"},
3175
+ "value":{"shape":"IntegrationResponse"}
3176
+ },
3177
+ "MapOfMethod":{
3178
+ "type":"map",
3179
+ "key":{"shape":"String"},
3180
+ "value":{"shape":"Method"}
3181
+ },
3182
+ "MapOfMethodResponse":{
3183
+ "type":"map",
3184
+ "key":{"shape":"String"},
3185
+ "value":{"shape":"MethodResponse"}
3186
+ },
3187
+ "MapOfMethodSettings":{
3188
+ "type":"map",
3189
+ "key":{"shape":"String"},
3190
+ "value":{"shape":"MethodSetting"}
3191
+ },
3192
+ "MapOfMethodSnapshot":{
3193
+ "type":"map",
3194
+ "key":{"shape":"String"},
3195
+ "value":{"shape":"MethodSnapshot"}
3196
+ },
3197
+ "MapOfStringToBoolean":{
3198
+ "type":"map",
3199
+ "key":{"shape":"String"},
3200
+ "value":{"shape":"NullableBoolean"}
3201
+ },
3202
+ "MapOfStringToString":{
3203
+ "type":"map",
3204
+ "key":{"shape":"String"},
3205
+ "value":{"shape":"String"}
3206
+ },
3207
+ "Method":{
3208
+ "type":"structure",
3209
+ "members":{
3210
+ "httpMethod":{"shape":"String"},
3211
+ "authorizationType":{"shape":"String"},
3212
+ "apiKeyRequired":{"shape":"NullableBoolean"},
3213
+ "requestParameters":{"shape":"MapOfStringToBoolean"},
3214
+ "requestModels":{"shape":"MapOfStringToString"},
3215
+ "methodResponses":{"shape":"MapOfMethodResponse"},
3216
+ "methodIntegration":{"shape":"Integration"}
3217
+ }
3218
+ },
3219
+ "MethodResponse":{
3220
+ "type":"structure",
3221
+ "members":{
3222
+ "statusCode":{"shape":"StatusCode"},
3223
+ "responseParameters":{"shape":"MapOfStringToBoolean"},
3224
+ "responseModels":{"shape":"MapOfStringToString"}
3225
+ }
3226
+ },
3227
+ "MethodSetting":{
3228
+ "type":"structure",
3229
+ "members":{
3230
+ "metricsEnabled":{"shape":"Boolean"},
3231
+ "loggingLevel":{"shape":"String"},
3232
+ "dataTraceEnabled":{"shape":"Boolean"},
3233
+ "throttlingBurstLimit":{"shape":"Integer"},
3234
+ "throttlingRateLimit":{"shape":"Double"},
3235
+ "cachingEnabled":{"shape":"Boolean"},
3236
+ "cacheTtlInSeconds":{"shape":"Integer"},
3237
+ "cacheDataEncrypted":{"shape":"Boolean"}
3238
+ }
3239
+ },
3240
+ "MethodSnapshot":{
3241
+ "type":"structure",
3242
+ "members":{
3243
+ "authorizationType":{"shape":"String"},
3244
+ "apiKeyRequired":{"shape":"Boolean"}
3245
+ }
3246
+ },
3247
+ "Model":{
3248
+ "type":"structure",
3249
+ "members":{
3250
+ "id":{"shape":"String"},
3251
+ "name":{"shape":"String"},
3252
+ "description":{"shape":"String"},
3253
+ "schema":{"shape":"String"},
3254
+ "contentType":{"shape":"String"}
3255
+ }
3256
+ },
3257
+ "Models":{
3258
+ "type":"structure",
3259
+ "members":{
3260
+ "position":{"shape":"String"},
3261
+ "items":{
3262
+ "shape":"ListOfModel",
3263
+ "locationName":"item"
3264
+ }
3265
+ }
3266
+ },
3267
+ "NotFoundException":{
3268
+ "type":"structure",
3269
+ "members":{
3270
+ "message":{"shape":"String"}
3271
+ },
3272
+ "error":{"httpStatusCode":404},
3273
+ "exception":true
3274
+ },
3275
+ "NullableBoolean":{"type":"boolean"},
3276
+ "NullableInteger":{"type":"integer"},
3277
+ "PatchOperation":{
3278
+ "type":"structure",
3279
+ "members":{
3280
+ "op":{"shape":"op"},
3281
+ "path":{"shape":"String"},
3282
+ "value":{"shape":"String"},
3283
+ "from":{"shape":"String"}
3284
+ }
3285
+ },
3286
+ "PathToMapOfMethodSnapshot":{
3287
+ "type":"map",
3288
+ "key":{"shape":"String"},
3289
+ "value":{"shape":"MapOfMethodSnapshot"}
3290
+ },
3291
+ "PutIntegrationRequest":{
3292
+ "type":"structure",
3293
+ "required":[
3294
+ "restApiId",
3295
+ "resourceId",
3296
+ "httpMethod",
3297
+ "type"
3298
+ ],
3299
+ "members":{
3300
+ "restApiId":{
3301
+ "shape":"String",
3302
+ "location":"uri",
3303
+ "locationName":"restapi_id"
3304
+ },
3305
+ "resourceId":{
3306
+ "shape":"String",
3307
+ "location":"uri",
3308
+ "locationName":"resource_id"
3309
+ },
3310
+ "httpMethod":{"shape":"String"},
3311
+ "type":{"shape":"IntegrationType"},
3312
+ "uri":{"shape":"String"},
3313
+ "credentials":{"shape":"String"},
3314
+ "requestParameters":{"shape":"MapOfStringToString"},
3315
+ "requestTemplates":{"shape":"MapOfStringToString"},
3316
+ "cacheNamespace":{"shape":"String"},
3317
+ "cacheKeyParameters":{"shape":"ListOfString"}
3318
+ }
3319
+ },
3320
+ "PutIntegrationResponseRequest":{
3321
+ "type":"structure",
3322
+ "required":[
3323
+ "restApiId",
3324
+ "resourceId",
3325
+ "httpMethod",
3326
+ "statusCode"
3327
+ ],
3328
+ "members":{
3329
+ "restApiId":{
3330
+ "shape":"String",
3331
+ "location":"uri",
3332
+ "locationName":"restapi_id"
3333
+ },
3334
+ "resourceId":{
3335
+ "shape":"String",
3336
+ "location":"uri",
3337
+ "locationName":"resource_id"
3338
+ },
3339
+ "httpMethod":{
3340
+ "shape":"String",
3341
+ "location":"uri",
3342
+ "locationName":"http_method"
3343
+ },
3344
+ "statusCode":{
3345
+ "shape":"StatusCode",
3346
+ "location":"uri",
3347
+ "locationName":"status_code"
3348
+ },
3349
+ "selectionPattern":{"shape":"String"},
3350
+ "responseParameters":{"shape":"MapOfStringToString"},
3351
+ "responseTemplates":{"shape":"MapOfStringToString"}
3352
+ }
3353
+ },
3354
+ "PutMethodRequest":{
3355
+ "type":"structure",
3356
+ "required":[
3357
+ "restApiId",
3358
+ "resourceId",
3359
+ "httpMethod",
3360
+ "authorizationType"
3361
+ ],
3362
+ "members":{
3363
+ "restApiId":{
3364
+ "shape":"String",
3365
+ "location":"uri",
3366
+ "locationName":"restapi_id"
3367
+ },
3368
+ "resourceId":{
3369
+ "shape":"String",
3370
+ "location":"uri",
3371
+ "locationName":"resource_id"
3372
+ },
3373
+ "httpMethod":{
3374
+ "shape":"String",
3375
+ "location":"uri",
3376
+ "locationName":"http_method"
3377
+ },
3378
+ "authorizationType":{"shape":"String"},
3379
+ "apiKeyRequired":{"shape":"Boolean"},
3380
+ "requestParameters":{"shape":"MapOfStringToBoolean"},
3381
+ "requestModels":{"shape":"MapOfStringToString"}
3382
+ }
3383
+ },
3384
+ "PutMethodResponseRequest":{
3385
+ "type":"structure",
3386
+ "required":[
3387
+ "restApiId",
3388
+ "resourceId",
3389
+ "httpMethod",
3390
+ "statusCode"
3391
+ ],
3392
+ "members":{
3393
+ "restApiId":{
3394
+ "shape":"String",
3395
+ "location":"uri",
3396
+ "locationName":"restapi_id"
3397
+ },
3398
+ "resourceId":{
3399
+ "shape":"String",
3400
+ "location":"uri",
3401
+ "locationName":"resource_id"
3402
+ },
3403
+ "httpMethod":{
3404
+ "shape":"String",
3405
+ "location":"uri",
3406
+ "locationName":"http_method"
3407
+ },
3408
+ "statusCode":{
3409
+ "shape":"StatusCode",
3410
+ "location":"uri",
3411
+ "locationName":"status_code"
3412
+ },
3413
+ "responseParameters":{"shape":"MapOfStringToBoolean"},
3414
+ "responseModels":{"shape":"MapOfStringToString"}
3415
+ }
3416
+ },
3417
+ "Resource":{
3418
+ "type":"structure",
3419
+ "members":{
3420
+ "id":{"shape":"String"},
3421
+ "parentId":{"shape":"String"},
3422
+ "pathPart":{"shape":"String"},
3423
+ "path":{"shape":"String"},
3424
+ "resourceMethods":{"shape":"MapOfMethod"}
3425
+ }
3426
+ },
3427
+ "Resources":{
3428
+ "type":"structure",
3429
+ "members":{
3430
+ "position":{"shape":"String"},
3431
+ "items":{
3432
+ "shape":"ListOfResource",
3433
+ "locationName":"item"
3434
+ }
3435
+ }
3436
+ },
3437
+ "RestApi":{
3438
+ "type":"structure",
3439
+ "members":{
3440
+ "id":{"shape":"String"},
3441
+ "name":{"shape":"String"},
3442
+ "description":{"shape":"String"},
3443
+ "createdDate":{"shape":"Timestamp"}
3444
+ }
3445
+ },
3446
+ "RestApis":{
3447
+ "type":"structure",
3448
+ "members":{
3449
+ "position":{"shape":"String"},
3450
+ "items":{
3451
+ "shape":"ListOfRestApi",
3452
+ "locationName":"item"
3453
+ }
3454
+ }
3455
+ },
3456
+ "SdkResponse":{
3457
+ "type":"structure",
3458
+ "members":{
3459
+ "contentType":{
3460
+ "shape":"String",
3461
+ "location":"header",
3462
+ "locationName":"Content-Type"
3463
+ },
3464
+ "contentDisposition":{
3465
+ "shape":"String",
3466
+ "location":"header",
3467
+ "locationName":"Content-Disposition"
3468
+ },
3469
+ "body":{"shape":"Blob"}
3470
+ },
3471
+ "payload":"body"
3472
+ },
3473
+ "ServiceUnavailableException":{
3474
+ "type":"structure",
3475
+ "members":{
3476
+ "retryAfterSeconds":{
3477
+ "shape":"String",
3478
+ "location":"header",
3479
+ "locationName":"Retry-After"
3480
+ },
3481
+ "message":{"shape":"String"}
3482
+ },
3483
+ "error":{"httpStatusCode":503},
3484
+ "exception":true,
3485
+ "fault":true
3486
+ },
3487
+ "Stage":{
3488
+ "type":"structure",
3489
+ "members":{
3490
+ "deploymentId":{"shape":"String"},
3491
+ "clientCertificateId":{"shape":"String"},
3492
+ "stageName":{"shape":"String"},
3493
+ "description":{"shape":"String"},
3494
+ "cacheClusterEnabled":{"shape":"Boolean"},
3495
+ "cacheClusterSize":{"shape":"CacheClusterSize"},
3496
+ "cacheClusterStatus":{"shape":"CacheClusterStatus"},
3497
+ "methodSettings":{"shape":"MapOfMethodSettings"},
3498
+ "createdDate":{"shape":"Timestamp"},
3499
+ "lastUpdatedDate":{"shape":"Timestamp"}
3500
+ }
3501
+ },
3502
+ "StageKey":{
3503
+ "type":"structure",
3504
+ "members":{
3505
+ "restApiId":{"shape":"String"},
3506
+ "stageName":{"shape":"String"}
3507
+ }
3508
+ },
3509
+ "Stages":{
3510
+ "type":"structure",
3511
+ "members":{
3512
+ "item":{"shape":"ListOfStage"}
3513
+ }
3514
+ },
3515
+ "StatusCode":{
3516
+ "type":"string",
3517
+ "pattern":"[1-5]\\d\\d"
3518
+ },
3519
+ "String":{"type":"string"},
3520
+ "Template":{
3521
+ "type":"structure",
3522
+ "members":{
3523
+ "value":{"shape":"String"}
3524
+ }
3525
+ },
3526
+ "TestInvokeMethodRequest":{
3527
+ "type":"structure",
3528
+ "required":[
3529
+ "restApiId",
3530
+ "resourceId",
3531
+ "httpMethod"
3532
+ ],
3533
+ "members":{
3534
+ "restApiId":{
3535
+ "shape":"String",
3536
+ "location":"uri",
3537
+ "locationName":"restapi_id"
3538
+ },
3539
+ "resourceId":{
3540
+ "shape":"String",
3541
+ "location":"uri",
3542
+ "locationName":"resource_id"
3543
+ },
3544
+ "httpMethod":{
3545
+ "shape":"String",
3546
+ "location":"uri",
3547
+ "locationName":"http_method"
3548
+ },
3549
+ "pathWithQueryString":{"shape":"String"},
3550
+ "body":{"shape":"String"},
3551
+ "headers":{"shape":"MapOfHeaderValues"},
3552
+ "clientCertificateId":{"shape":"String"}
3553
+ }
3554
+ },
3555
+ "TestInvokeMethodResponse":{
3556
+ "type":"structure",
3557
+ "members":{
3558
+ "status":{"shape":"Integer"},
3559
+ "body":{"shape":"String"},
3560
+ "headers":{"shape":"MapOfHeaderValues"},
3561
+ "log":{"shape":"String"},
3562
+ "latency":{"shape":"Long"}
3563
+ }
3564
+ },
3565
+ "ThrottleSettings":{
3566
+ "type":"structure",
3567
+ "members":{
3568
+ "burstLimit":{"shape":"Integer"},
3569
+ "rateLimit":{"shape":"Double"}
3570
+ }
3571
+ },
3572
+ "Timestamp":{"type":"timestamp"},
3573
+ "TooManyRequestsException":{
3574
+ "type":"structure",
3575
+ "members":{
3576
+ "retryAfterSeconds":{
3577
+ "shape":"String",
3578
+ "location":"header",
3579
+ "locationName":"Retry-After"
3580
+ },
3581
+ "message":{"shape":"String"}
3582
+ },
3583
+ "error":{"httpStatusCode":429},
3584
+ "exception":true
3585
+ },
3586
+ "UnauthorizedException":{
3587
+ "type":"structure",
3588
+ "members":{
3589
+ "message":{"shape":"String"}
3590
+ },
3591
+ "error":{"httpStatusCode":401},
3592
+ "exception":true
3593
+ },
3594
+ "UpdateAccountRequest":{
3595
+ "type":"structure",
3596
+ "members":{
3597
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3598
+ }
3599
+ },
3600
+ "UpdateApiKeyRequest":{
3601
+ "type":"structure",
3602
+ "required":["apiKey"],
3603
+ "members":{
3604
+ "apiKey":{
3605
+ "shape":"String",
3606
+ "location":"uri",
3607
+ "locationName":"api_Key"
3608
+ },
3609
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3610
+ }
3611
+ },
3612
+ "UpdateBasePathMappingRequest":{
3613
+ "type":"structure",
3614
+ "required":[
3615
+ "domainName",
3616
+ "basePath"
3617
+ ],
3618
+ "members":{
3619
+ "domainName":{
3620
+ "shape":"String",
3621
+ "location":"uri",
3622
+ "locationName":"domain_name"
3623
+ },
3624
+ "basePath":{
3625
+ "shape":"String",
3626
+ "location":"uri",
3627
+ "locationName":"base_path"
3628
+ },
3629
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3630
+ }
3631
+ },
3632
+ "UpdateClientCertificateRequest":{
3633
+ "type":"structure",
3634
+ "required":["clientCertificateId"],
3635
+ "members":{
3636
+ "clientCertificateId":{
3637
+ "shape":"String",
3638
+ "location":"uri",
3639
+ "locationName":"clientcertificate_id"
3640
+ },
3641
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3642
+ }
3643
+ },
3644
+ "UpdateDeploymentRequest":{
3645
+ "type":"structure",
3646
+ "required":[
3647
+ "restApiId",
3648
+ "deploymentId"
3649
+ ],
3650
+ "members":{
3651
+ "restApiId":{
3652
+ "shape":"String",
3653
+ "location":"uri",
3654
+ "locationName":"restapi_id"
3655
+ },
3656
+ "deploymentId":{
3657
+ "shape":"String",
3658
+ "location":"uri",
3659
+ "locationName":"deployment_id"
3660
+ },
3661
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3662
+ }
3663
+ },
3664
+ "UpdateDomainNameRequest":{
3665
+ "type":"structure",
3666
+ "required":["domainName"],
3667
+ "members":{
3668
+ "domainName":{
3669
+ "shape":"String",
3670
+ "location":"uri",
3671
+ "locationName":"domain_name"
3672
+ },
3673
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3674
+ }
3675
+ },
3676
+ "UpdateIntegrationRequest":{
3677
+ "type":"structure",
3678
+ "required":[
3679
+ "restApiId",
3680
+ "resourceId",
3681
+ "httpMethod"
3682
+ ],
3683
+ "members":{
3684
+ "restApiId":{
3685
+ "shape":"String",
3686
+ "location":"uri",
3687
+ "locationName":"restapi_id"
3688
+ },
3689
+ "resourceId":{
3690
+ "shape":"String",
3691
+ "location":"uri",
3692
+ "locationName":"resource_id"
3693
+ },
3694
+ "httpMethod":{
3695
+ "shape":"String",
3696
+ "location":"uri",
3697
+ "locationName":"http_method"
3698
+ },
3699
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3700
+ }
3701
+ },
3702
+ "UpdateIntegrationResponseRequest":{
3703
+ "type":"structure",
3704
+ "required":[
3705
+ "restApiId",
3706
+ "resourceId",
3707
+ "httpMethod",
3708
+ "statusCode"
3709
+ ],
3710
+ "members":{
3711
+ "restApiId":{
3712
+ "shape":"String",
3713
+ "location":"uri",
3714
+ "locationName":"restapi_id"
3715
+ },
3716
+ "resourceId":{
3717
+ "shape":"String",
3718
+ "location":"uri",
3719
+ "locationName":"resource_id"
3720
+ },
3721
+ "httpMethod":{
3722
+ "shape":"String",
3723
+ "location":"uri",
3724
+ "locationName":"http_method"
3725
+ },
3726
+ "statusCode":{
3727
+ "shape":"StatusCode",
3728
+ "location":"uri",
3729
+ "locationName":"status_code"
3730
+ },
3731
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3732
+ }
3733
+ },
3734
+ "UpdateMethodRequest":{
3735
+ "type":"structure",
3736
+ "required":[
3737
+ "restApiId",
3738
+ "resourceId",
3739
+ "httpMethod"
3740
+ ],
3741
+ "members":{
3742
+ "restApiId":{
3743
+ "shape":"String",
3744
+ "location":"uri",
3745
+ "locationName":"restapi_id"
3746
+ },
3747
+ "resourceId":{
3748
+ "shape":"String",
3749
+ "location":"uri",
3750
+ "locationName":"resource_id"
3751
+ },
3752
+ "httpMethod":{
3753
+ "shape":"String",
3754
+ "location":"uri",
3755
+ "locationName":"http_method"
3756
+ },
3757
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3758
+ }
3759
+ },
3760
+ "UpdateMethodResponseRequest":{
3761
+ "type":"structure",
3762
+ "required":[
3763
+ "restApiId",
3764
+ "resourceId",
3765
+ "httpMethod",
3766
+ "statusCode"
3767
+ ],
3768
+ "members":{
3769
+ "restApiId":{
3770
+ "shape":"String",
3771
+ "location":"uri",
3772
+ "locationName":"restapi_id"
3773
+ },
3774
+ "resourceId":{
3775
+ "shape":"String",
3776
+ "location":"uri",
3777
+ "locationName":"resource_id"
3778
+ },
3779
+ "httpMethod":{
3780
+ "shape":"String",
3781
+ "location":"uri",
3782
+ "locationName":"http_method"
3783
+ },
3784
+ "statusCode":{
3785
+ "shape":"StatusCode",
3786
+ "location":"uri",
3787
+ "locationName":"status_code"
3788
+ },
3789
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3790
+ }
3791
+ },
3792
+ "UpdateModelRequest":{
3793
+ "type":"structure",
3794
+ "required":[
3795
+ "restApiId",
3796
+ "modelName"
3797
+ ],
3798
+ "members":{
3799
+ "restApiId":{
3800
+ "shape":"String",
3801
+ "location":"uri",
3802
+ "locationName":"restapi_id"
3803
+ },
3804
+ "modelName":{
3805
+ "shape":"String",
3806
+ "location":"uri",
3807
+ "locationName":"model_name"
3808
+ },
3809
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3810
+ }
3811
+ },
3812
+ "UpdateResourceRequest":{
3813
+ "type":"structure",
3814
+ "required":[
3815
+ "restApiId",
3816
+ "resourceId"
3817
+ ],
3818
+ "members":{
3819
+ "restApiId":{
3820
+ "shape":"String",
3821
+ "location":"uri",
3822
+ "locationName":"restapi_id"
3823
+ },
3824
+ "resourceId":{
3825
+ "shape":"String",
3826
+ "location":"uri",
3827
+ "locationName":"resource_id"
3828
+ },
3829
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3830
+ }
3831
+ },
3832
+ "UpdateRestApiRequest":{
3833
+ "type":"structure",
3834
+ "required":["restApiId"],
3835
+ "members":{
3836
+ "restApiId":{
3837
+ "shape":"String",
3838
+ "location":"uri",
3839
+ "locationName":"restapi_id"
3840
+ },
3841
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3842
+ }
3843
+ },
3844
+ "UpdateStageRequest":{
3845
+ "type":"structure",
3846
+ "required":[
3847
+ "restApiId",
3848
+ "stageName"
3849
+ ],
3850
+ "members":{
3851
+ "restApiId":{
3852
+ "shape":"String",
3853
+ "location":"uri",
3854
+ "locationName":"restapi_id"
3855
+ },
3856
+ "stageName":{
3857
+ "shape":"String",
3858
+ "location":"uri",
3859
+ "locationName":"stage_name"
3860
+ },
3861
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3862
+ }
3863
+ },
3864
+ "op":{
3865
+ "type":"string",
3866
+ "enum":[
3867
+ "add",
3868
+ "remove",
3869
+ "replace",
3870
+ "move",
3871
+ "copy",
3872
+ "test"
3873
+ ]
3874
+ }
3875
+ }
3876
+ }