aws-sdk 2.583.0 → 2.587.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +632 -201
- package/apis/ebs-2019-11-02.examples.json +5 -0
- package/apis/ebs-2019-11-02.min.json +195 -0
- package/apis/ebs-2019-11-02.paginators.json +14 -0
- package/apis/kafka-2018-11-14.min.json +170 -34
- package/apis/kendra-2019-02-03.min.json +2 -1
- package/apis/kinesis-video-signaling-2019-12-04.examples.json +5 -0
- package/apis/kinesis-video-signaling-2019-12-04.min.json +79 -0
- package/apis/kinesis-video-signaling-2019-12-04.paginators.json +4 -0
- package/apis/kinesisvideo-2017-09-30.min.json +281 -8
- package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/apis/lambda-2015-03-31.min.json +217 -25
- package/apis/lambda-2015-03-31.paginators.json +6 -0
- package/apis/metadata.json +8 -0
- package/apis/rds-2014-10-31.min.json +495 -101
- package/apis/rds-2014-10-31.paginators.json +18 -0
- package/apis/rekognition-2016-06-27.min.json +409 -85
- package/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/apis/rekognition-2016-06-27.waiters2.json +45 -0
- package/apis/sagemaker-2017-07-24.min.json +3471 -472
- package/apis/sagemaker-2017-07-24.paginators.json +128 -16
- package/apis/sagemaker-2017-07-24.waiters2.json +30 -0
- package/apis/ssm-2014-11-06.min.json +94 -71
- package/apis/states-2016-11-23.min.json +92 -55
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/apigatewayv2.d.ts +856 -1161
- package/clients/applicationautoscaling.d.ts +32 -32
- package/clients/browser_default.d.ts +1 -0
- package/clients/browser_default.js +2 -1
- package/clients/ebs.d.ts +211 -0
- package/clients/ebs.js +18 -0
- package/clients/kafka.d.ts +152 -0
- package/clients/kendra.d.ts +7 -3
- package/clients/kinesisvideo.d.ts +312 -1
- package/clients/kinesisvideosignalingchannels.d.ts +121 -0
- package/clients/kinesisvideosignalingchannels.js +18 -0
- package/clients/kms.d.ts +6 -6
- package/clients/lambda.d.ts +199 -2
- package/clients/quicksight.d.ts +223 -223
- package/clients/rds.d.ts +549 -0
- package/clients/rekognition.d.ts +423 -8
- package/clients/rekognition.js +1 -0
- package/clients/sagemaker.d.ts +4588 -610
- package/clients/ssm.d.ts +42 -6
- package/clients/stepfunctions.d.ts +54 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1182 -1102
- package/dist/aws-sdk.js +2265 -859
- package/dist/aws-sdk.min.js +35 -35
- package/lib/config.d.ts +12 -0
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/services/s3.js +5 -4
- package/lib/services/sts.js +2 -4
- package/package.json +1 -1
- package/scripts/region-checker/whitelist.js +5 -5
|
@@ -22,6 +22,13 @@
|
|
|
22
22
|
"ApiKeySelectionExpression": {
|
|
23
23
|
"locationName": "apiKeySelectionExpression"
|
|
24
24
|
},
|
|
25
|
+
"CorsConfiguration": {
|
|
26
|
+
"shape": "S3",
|
|
27
|
+
"locationName": "corsConfiguration"
|
|
28
|
+
},
|
|
29
|
+
"CredentialsArn": {
|
|
30
|
+
"locationName": "credentialsArn"
|
|
31
|
+
},
|
|
25
32
|
"Description": {
|
|
26
33
|
"locationName": "description"
|
|
27
34
|
},
|
|
@@ -35,19 +42,24 @@
|
|
|
35
42
|
"ProtocolType": {
|
|
36
43
|
"locationName": "protocolType"
|
|
37
44
|
},
|
|
45
|
+
"RouteKey": {
|
|
46
|
+
"locationName": "routeKey"
|
|
47
|
+
},
|
|
38
48
|
"RouteSelectionExpression": {
|
|
39
49
|
"locationName": "routeSelectionExpression"
|
|
40
50
|
},
|
|
41
|
-
"Version": {
|
|
42
|
-
"locationName": "version"
|
|
43
|
-
},
|
|
44
51
|
"Tags": {
|
|
45
|
-
"shape": "
|
|
52
|
+
"shape": "Sg",
|
|
46
53
|
"locationName": "tags"
|
|
54
|
+
},
|
|
55
|
+
"Target": {
|
|
56
|
+
"locationName": "target"
|
|
57
|
+
},
|
|
58
|
+
"Version": {
|
|
59
|
+
"locationName": "version"
|
|
47
60
|
}
|
|
48
61
|
},
|
|
49
62
|
"required": [
|
|
50
|
-
"RouteSelectionExpression",
|
|
51
63
|
"ProtocolType",
|
|
52
64
|
"Name"
|
|
53
65
|
]
|
|
@@ -64,8 +76,12 @@
|
|
|
64
76
|
"ApiKeySelectionExpression": {
|
|
65
77
|
"locationName": "apiKeySelectionExpression"
|
|
66
78
|
},
|
|
79
|
+
"CorsConfiguration": {
|
|
80
|
+
"shape": "S3",
|
|
81
|
+
"locationName": "corsConfiguration"
|
|
82
|
+
},
|
|
67
83
|
"CreatedDate": {
|
|
68
|
-
"shape": "
|
|
84
|
+
"shape": "Sl",
|
|
69
85
|
"locationName": "createdDate"
|
|
70
86
|
},
|
|
71
87
|
"Description": {
|
|
@@ -75,6 +91,10 @@
|
|
|
75
91
|
"locationName": "disableSchemaValidation",
|
|
76
92
|
"type": "boolean"
|
|
77
93
|
},
|
|
94
|
+
"ImportInfo": {
|
|
95
|
+
"shape": "Sm",
|
|
96
|
+
"locationName": "importInfo"
|
|
97
|
+
},
|
|
78
98
|
"Name": {
|
|
79
99
|
"locationName": "name"
|
|
80
100
|
},
|
|
@@ -84,16 +104,16 @@
|
|
|
84
104
|
"RouteSelectionExpression": {
|
|
85
105
|
"locationName": "routeSelectionExpression"
|
|
86
106
|
},
|
|
107
|
+
"Tags": {
|
|
108
|
+
"shape": "Sg",
|
|
109
|
+
"locationName": "tags"
|
|
110
|
+
},
|
|
87
111
|
"Version": {
|
|
88
112
|
"locationName": "version"
|
|
89
113
|
},
|
|
90
114
|
"Warnings": {
|
|
91
|
-
"shape": "
|
|
115
|
+
"shape": "Sm",
|
|
92
116
|
"locationName": "warnings"
|
|
93
|
-
},
|
|
94
|
-
"Tags": {
|
|
95
|
-
"shape": "S8",
|
|
96
|
-
"locationName": "tags"
|
|
97
117
|
}
|
|
98
118
|
}
|
|
99
119
|
}
|
|
@@ -170,23 +190,22 @@
|
|
|
170
190
|
"locationName": "authorizerUri"
|
|
171
191
|
},
|
|
172
192
|
"IdentitySource": {
|
|
173
|
-
"shape": "
|
|
193
|
+
"shape": "Ss",
|
|
174
194
|
"locationName": "identitySource"
|
|
175
195
|
},
|
|
176
196
|
"IdentityValidationExpression": {
|
|
177
197
|
"locationName": "identityValidationExpression"
|
|
178
198
|
},
|
|
199
|
+
"JwtConfiguration": {
|
|
200
|
+
"shape": "St",
|
|
201
|
+
"locationName": "jwtConfiguration"
|
|
202
|
+
},
|
|
179
203
|
"Name": {
|
|
180
204
|
"locationName": "name"
|
|
181
|
-
},
|
|
182
|
-
"ProviderArns": {
|
|
183
|
-
"shape": "So",
|
|
184
|
-
"locationName": "providerArns"
|
|
185
205
|
}
|
|
186
206
|
},
|
|
187
207
|
"required": [
|
|
188
208
|
"ApiId",
|
|
189
|
-
"AuthorizerUri",
|
|
190
209
|
"AuthorizerType",
|
|
191
210
|
"IdentitySource",
|
|
192
211
|
"Name"
|
|
@@ -212,18 +231,18 @@
|
|
|
212
231
|
"locationName": "authorizerUri"
|
|
213
232
|
},
|
|
214
233
|
"IdentitySource": {
|
|
215
|
-
"shape": "
|
|
234
|
+
"shape": "Ss",
|
|
216
235
|
"locationName": "identitySource"
|
|
217
236
|
},
|
|
218
237
|
"IdentityValidationExpression": {
|
|
219
238
|
"locationName": "identityValidationExpression"
|
|
220
239
|
},
|
|
240
|
+
"JwtConfiguration": {
|
|
241
|
+
"shape": "St",
|
|
242
|
+
"locationName": "jwtConfiguration"
|
|
243
|
+
},
|
|
221
244
|
"Name": {
|
|
222
245
|
"locationName": "name"
|
|
223
|
-
},
|
|
224
|
-
"ProviderArns": {
|
|
225
|
-
"shape": "So",
|
|
226
|
-
"locationName": "providerArns"
|
|
227
246
|
}
|
|
228
247
|
}
|
|
229
248
|
}
|
|
@@ -254,8 +273,12 @@
|
|
|
254
273
|
"output": {
|
|
255
274
|
"type": "structure",
|
|
256
275
|
"members": {
|
|
276
|
+
"AutoDeployed": {
|
|
277
|
+
"locationName": "autoDeployed",
|
|
278
|
+
"type": "boolean"
|
|
279
|
+
},
|
|
257
280
|
"CreatedDate": {
|
|
258
|
-
"shape": "
|
|
281
|
+
"shape": "Sl",
|
|
259
282
|
"locationName": "createdDate"
|
|
260
283
|
},
|
|
261
284
|
"DeploymentId": {
|
|
@@ -285,11 +308,11 @@
|
|
|
285
308
|
"locationName": "domainName"
|
|
286
309
|
},
|
|
287
310
|
"DomainNameConfigurations": {
|
|
288
|
-
"shape": "
|
|
311
|
+
"shape": "S10",
|
|
289
312
|
"locationName": "domainNameConfigurations"
|
|
290
313
|
},
|
|
291
314
|
"Tags": {
|
|
292
|
-
"shape": "
|
|
315
|
+
"shape": "Sg",
|
|
293
316
|
"locationName": "tags"
|
|
294
317
|
}
|
|
295
318
|
},
|
|
@@ -307,11 +330,11 @@
|
|
|
307
330
|
"locationName": "domainName"
|
|
308
331
|
},
|
|
309
332
|
"DomainNameConfigurations": {
|
|
310
|
-
"shape": "
|
|
333
|
+
"shape": "S10",
|
|
311
334
|
"locationName": "domainNameConfigurations"
|
|
312
335
|
},
|
|
313
336
|
"Tags": {
|
|
314
|
-
"shape": "
|
|
337
|
+
"shape": "Sg",
|
|
315
338
|
"locationName": "tags"
|
|
316
339
|
}
|
|
317
340
|
}
|
|
@@ -356,12 +379,15 @@
|
|
|
356
379
|
"PassthroughBehavior": {
|
|
357
380
|
"locationName": "passthroughBehavior"
|
|
358
381
|
},
|
|
382
|
+
"PayloadFormatVersion": {
|
|
383
|
+
"locationName": "payloadFormatVersion"
|
|
384
|
+
},
|
|
359
385
|
"RequestParameters": {
|
|
360
|
-
"shape": "
|
|
386
|
+
"shape": "S1c",
|
|
361
387
|
"locationName": "requestParameters"
|
|
362
388
|
},
|
|
363
389
|
"RequestTemplates": {
|
|
364
|
-
"shape": "
|
|
390
|
+
"shape": "S1d",
|
|
365
391
|
"locationName": "requestTemplates"
|
|
366
392
|
},
|
|
367
393
|
"TemplateSelectionExpression": {
|
|
@@ -380,6 +406,10 @@
|
|
|
380
406
|
"output": {
|
|
381
407
|
"type": "structure",
|
|
382
408
|
"members": {
|
|
409
|
+
"ApiGatewayManaged": {
|
|
410
|
+
"locationName": "apiGatewayManaged",
|
|
411
|
+
"type": "boolean"
|
|
412
|
+
},
|
|
383
413
|
"ConnectionId": {
|
|
384
414
|
"locationName": "connectionId"
|
|
385
415
|
},
|
|
@@ -413,12 +443,15 @@
|
|
|
413
443
|
"PassthroughBehavior": {
|
|
414
444
|
"locationName": "passthroughBehavior"
|
|
415
445
|
},
|
|
446
|
+
"PayloadFormatVersion": {
|
|
447
|
+
"locationName": "payloadFormatVersion"
|
|
448
|
+
},
|
|
416
449
|
"RequestParameters": {
|
|
417
|
-
"shape": "
|
|
450
|
+
"shape": "S1c",
|
|
418
451
|
"locationName": "requestParameters"
|
|
419
452
|
},
|
|
420
453
|
"RequestTemplates": {
|
|
421
|
-
"shape": "
|
|
454
|
+
"shape": "S1d",
|
|
422
455
|
"locationName": "requestTemplates"
|
|
423
456
|
},
|
|
424
457
|
"TemplateSelectionExpression": {
|
|
@@ -454,11 +487,11 @@
|
|
|
454
487
|
"locationName": "integrationResponseKey"
|
|
455
488
|
},
|
|
456
489
|
"ResponseParameters": {
|
|
457
|
-
"shape": "
|
|
490
|
+
"shape": "S1c",
|
|
458
491
|
"locationName": "responseParameters"
|
|
459
492
|
},
|
|
460
493
|
"ResponseTemplates": {
|
|
461
|
-
"shape": "
|
|
494
|
+
"shape": "S1d",
|
|
462
495
|
"locationName": "responseTemplates"
|
|
463
496
|
},
|
|
464
497
|
"TemplateSelectionExpression": {
|
|
@@ -484,11 +517,11 @@
|
|
|
484
517
|
"locationName": "integrationResponseKey"
|
|
485
518
|
},
|
|
486
519
|
"ResponseParameters": {
|
|
487
|
-
"shape": "
|
|
520
|
+
"shape": "S1c",
|
|
488
521
|
"locationName": "responseParameters"
|
|
489
522
|
},
|
|
490
523
|
"ResponseTemplates": {
|
|
491
|
-
"shape": "
|
|
524
|
+
"shape": "S1d",
|
|
492
525
|
"locationName": "responseTemplates"
|
|
493
526
|
},
|
|
494
527
|
"TemplateSelectionExpression": {
|
|
@@ -566,7 +599,7 @@
|
|
|
566
599
|
"type": "boolean"
|
|
567
600
|
},
|
|
568
601
|
"AuthorizationScopes": {
|
|
569
|
-
"shape": "
|
|
602
|
+
"shape": "S1n",
|
|
570
603
|
"locationName": "authorizationScopes"
|
|
571
604
|
},
|
|
572
605
|
"AuthorizationType": {
|
|
@@ -582,11 +615,11 @@
|
|
|
582
615
|
"locationName": "operationName"
|
|
583
616
|
},
|
|
584
617
|
"RequestModels": {
|
|
585
|
-
"shape": "
|
|
618
|
+
"shape": "S1p",
|
|
586
619
|
"locationName": "requestModels"
|
|
587
620
|
},
|
|
588
621
|
"RequestParameters": {
|
|
589
|
-
"shape": "
|
|
622
|
+
"shape": "S1q",
|
|
590
623
|
"locationName": "requestParameters"
|
|
591
624
|
},
|
|
592
625
|
"RouteKey": {
|
|
@@ -607,12 +640,16 @@
|
|
|
607
640
|
"output": {
|
|
608
641
|
"type": "structure",
|
|
609
642
|
"members": {
|
|
643
|
+
"ApiGatewayManaged": {
|
|
644
|
+
"locationName": "apiGatewayManaged",
|
|
645
|
+
"type": "boolean"
|
|
646
|
+
},
|
|
610
647
|
"ApiKeyRequired": {
|
|
611
648
|
"locationName": "apiKeyRequired",
|
|
612
649
|
"type": "boolean"
|
|
613
650
|
},
|
|
614
651
|
"AuthorizationScopes": {
|
|
615
|
-
"shape": "
|
|
652
|
+
"shape": "S1n",
|
|
616
653
|
"locationName": "authorizationScopes"
|
|
617
654
|
},
|
|
618
655
|
"AuthorizationType": {
|
|
@@ -628,11 +665,11 @@
|
|
|
628
665
|
"locationName": "operationName"
|
|
629
666
|
},
|
|
630
667
|
"RequestModels": {
|
|
631
|
-
"shape": "
|
|
668
|
+
"shape": "S1p",
|
|
632
669
|
"locationName": "requestModels"
|
|
633
670
|
},
|
|
634
671
|
"RequestParameters": {
|
|
635
|
-
"shape": "
|
|
672
|
+
"shape": "S1q",
|
|
636
673
|
"locationName": "requestParameters"
|
|
637
674
|
},
|
|
638
675
|
"RouteId": {
|
|
@@ -666,11 +703,11 @@
|
|
|
666
703
|
"locationName": "modelSelectionExpression"
|
|
667
704
|
},
|
|
668
705
|
"ResponseModels": {
|
|
669
|
-
"shape": "
|
|
706
|
+
"shape": "S1p",
|
|
670
707
|
"locationName": "responseModels"
|
|
671
708
|
},
|
|
672
709
|
"ResponseParameters": {
|
|
673
|
-
"shape": "
|
|
710
|
+
"shape": "S1q",
|
|
674
711
|
"locationName": "responseParameters"
|
|
675
712
|
},
|
|
676
713
|
"RouteId": {
|
|
@@ -694,11 +731,11 @@
|
|
|
694
731
|
"locationName": "modelSelectionExpression"
|
|
695
732
|
},
|
|
696
733
|
"ResponseModels": {
|
|
697
|
-
"shape": "
|
|
734
|
+
"shape": "S1p",
|
|
698
735
|
"locationName": "responseModels"
|
|
699
736
|
},
|
|
700
737
|
"ResponseParameters": {
|
|
701
|
-
"shape": "
|
|
738
|
+
"shape": "S1q",
|
|
702
739
|
"locationName": "responseParameters"
|
|
703
740
|
},
|
|
704
741
|
"RouteResponseId": {
|
|
@@ -719,18 +756,22 @@
|
|
|
719
756
|
"type": "structure",
|
|
720
757
|
"members": {
|
|
721
758
|
"AccessLogSettings": {
|
|
722
|
-
"shape": "
|
|
759
|
+
"shape": "S1w",
|
|
723
760
|
"locationName": "accessLogSettings"
|
|
724
761
|
},
|
|
725
762
|
"ApiId": {
|
|
726
763
|
"location": "uri",
|
|
727
764
|
"locationName": "apiId"
|
|
728
765
|
},
|
|
766
|
+
"AutoDeploy": {
|
|
767
|
+
"locationName": "autoDeploy",
|
|
768
|
+
"type": "boolean"
|
|
769
|
+
},
|
|
729
770
|
"ClientCertificateId": {
|
|
730
771
|
"locationName": "clientCertificateId"
|
|
731
772
|
},
|
|
732
773
|
"DefaultRouteSettings": {
|
|
733
|
-
"shape": "
|
|
774
|
+
"shape": "S1x",
|
|
734
775
|
"locationName": "defaultRouteSettings"
|
|
735
776
|
},
|
|
736
777
|
"DeploymentId": {
|
|
@@ -740,18 +781,18 @@
|
|
|
740
781
|
"locationName": "description"
|
|
741
782
|
},
|
|
742
783
|
"RouteSettings": {
|
|
743
|
-
"shape": "
|
|
784
|
+
"shape": "S21",
|
|
744
785
|
"locationName": "routeSettings"
|
|
745
786
|
},
|
|
746
787
|
"StageName": {
|
|
747
788
|
"locationName": "stageName"
|
|
748
789
|
},
|
|
749
790
|
"StageVariables": {
|
|
750
|
-
"shape": "
|
|
791
|
+
"shape": "S22",
|
|
751
792
|
"locationName": "stageVariables"
|
|
752
793
|
},
|
|
753
794
|
"Tags": {
|
|
754
|
-
"shape": "
|
|
795
|
+
"shape": "Sg",
|
|
755
796
|
"locationName": "tags"
|
|
756
797
|
}
|
|
757
798
|
},
|
|
@@ -764,18 +805,26 @@
|
|
|
764
805
|
"type": "structure",
|
|
765
806
|
"members": {
|
|
766
807
|
"AccessLogSettings": {
|
|
767
|
-
"shape": "
|
|
808
|
+
"shape": "S1w",
|
|
768
809
|
"locationName": "accessLogSettings"
|
|
769
810
|
},
|
|
811
|
+
"ApiGatewayManaged": {
|
|
812
|
+
"locationName": "apiGatewayManaged",
|
|
813
|
+
"type": "boolean"
|
|
814
|
+
},
|
|
815
|
+
"AutoDeploy": {
|
|
816
|
+
"locationName": "autoDeploy",
|
|
817
|
+
"type": "boolean"
|
|
818
|
+
},
|
|
770
819
|
"ClientCertificateId": {
|
|
771
820
|
"locationName": "clientCertificateId"
|
|
772
821
|
},
|
|
773
822
|
"CreatedDate": {
|
|
774
|
-
"shape": "
|
|
823
|
+
"shape": "Sl",
|
|
775
824
|
"locationName": "createdDate"
|
|
776
825
|
},
|
|
777
826
|
"DefaultRouteSettings": {
|
|
778
|
-
"shape": "
|
|
827
|
+
"shape": "S1x",
|
|
779
828
|
"locationName": "defaultRouteSettings"
|
|
780
829
|
},
|
|
781
830
|
"DeploymentId": {
|
|
@@ -784,23 +833,26 @@
|
|
|
784
833
|
"Description": {
|
|
785
834
|
"locationName": "description"
|
|
786
835
|
},
|
|
836
|
+
"LastDeploymentStatusMessage": {
|
|
837
|
+
"locationName": "lastDeploymentStatusMessage"
|
|
838
|
+
},
|
|
787
839
|
"LastUpdatedDate": {
|
|
788
|
-
"shape": "
|
|
840
|
+
"shape": "Sl",
|
|
789
841
|
"locationName": "lastUpdatedDate"
|
|
790
842
|
},
|
|
791
843
|
"RouteSettings": {
|
|
792
|
-
"shape": "
|
|
844
|
+
"shape": "S21",
|
|
793
845
|
"locationName": "routeSettings"
|
|
794
846
|
},
|
|
795
847
|
"StageName": {
|
|
796
848
|
"locationName": "stageName"
|
|
797
849
|
},
|
|
798
850
|
"StageVariables": {
|
|
799
|
-
"shape": "
|
|
851
|
+
"shape": "S22",
|
|
800
852
|
"locationName": "stageVariables"
|
|
801
853
|
},
|
|
802
854
|
"Tags": {
|
|
803
|
-
"shape": "
|
|
855
|
+
"shape": "Sg",
|
|
804
856
|
"locationName": "tags"
|
|
805
857
|
}
|
|
806
858
|
}
|
|
@@ -873,6 +925,25 @@
|
|
|
873
925
|
]
|
|
874
926
|
}
|
|
875
927
|
},
|
|
928
|
+
"DeleteCorsConfiguration": {
|
|
929
|
+
"http": {
|
|
930
|
+
"method": "DELETE",
|
|
931
|
+
"requestUri": "/v2/apis/{apiId}/cors",
|
|
932
|
+
"responseCode": 204
|
|
933
|
+
},
|
|
934
|
+
"input": {
|
|
935
|
+
"type": "structure",
|
|
936
|
+
"members": {
|
|
937
|
+
"ApiId": {
|
|
938
|
+
"location": "uri",
|
|
939
|
+
"locationName": "apiId"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"required": [
|
|
943
|
+
"ApiId"
|
|
944
|
+
]
|
|
945
|
+
}
|
|
946
|
+
},
|
|
876
947
|
"DeleteDeployment": {
|
|
877
948
|
"http": {
|
|
878
949
|
"method": "DELETE",
|
|
@@ -1046,6 +1117,35 @@
|
|
|
1046
1117
|
]
|
|
1047
1118
|
}
|
|
1048
1119
|
},
|
|
1120
|
+
"DeleteRouteSettings": {
|
|
1121
|
+
"http": {
|
|
1122
|
+
"method": "DELETE",
|
|
1123
|
+
"requestUri": "/v2/apis/{apiId}/stages/{stageName}/routesettings/{routeKey}",
|
|
1124
|
+
"responseCode": 204
|
|
1125
|
+
},
|
|
1126
|
+
"input": {
|
|
1127
|
+
"type": "structure",
|
|
1128
|
+
"members": {
|
|
1129
|
+
"ApiId": {
|
|
1130
|
+
"location": "uri",
|
|
1131
|
+
"locationName": "apiId"
|
|
1132
|
+
},
|
|
1133
|
+
"RouteKey": {
|
|
1134
|
+
"location": "uri",
|
|
1135
|
+
"locationName": "routeKey"
|
|
1136
|
+
},
|
|
1137
|
+
"StageName": {
|
|
1138
|
+
"location": "uri",
|
|
1139
|
+
"locationName": "stageName"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"required": [
|
|
1143
|
+
"StageName",
|
|
1144
|
+
"RouteKey",
|
|
1145
|
+
"ApiId"
|
|
1146
|
+
]
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1049
1149
|
"DeleteStage": {
|
|
1050
1150
|
"http": {
|
|
1051
1151
|
"method": "DELETE",
|
|
@@ -1100,8 +1200,12 @@
|
|
|
1100
1200
|
"ApiKeySelectionExpression": {
|
|
1101
1201
|
"locationName": "apiKeySelectionExpression"
|
|
1102
1202
|
},
|
|
1203
|
+
"CorsConfiguration": {
|
|
1204
|
+
"shape": "S3",
|
|
1205
|
+
"locationName": "corsConfiguration"
|
|
1206
|
+
},
|
|
1103
1207
|
"CreatedDate": {
|
|
1104
|
-
"shape": "
|
|
1208
|
+
"shape": "Sl",
|
|
1105
1209
|
"locationName": "createdDate"
|
|
1106
1210
|
},
|
|
1107
1211
|
"Description": {
|
|
@@ -1111,6 +1215,10 @@
|
|
|
1111
1215
|
"locationName": "disableSchemaValidation",
|
|
1112
1216
|
"type": "boolean"
|
|
1113
1217
|
},
|
|
1218
|
+
"ImportInfo": {
|
|
1219
|
+
"shape": "Sm",
|
|
1220
|
+
"locationName": "importInfo"
|
|
1221
|
+
},
|
|
1114
1222
|
"Name": {
|
|
1115
1223
|
"locationName": "name"
|
|
1116
1224
|
},
|
|
@@ -1120,16 +1228,16 @@
|
|
|
1120
1228
|
"RouteSelectionExpression": {
|
|
1121
1229
|
"locationName": "routeSelectionExpression"
|
|
1122
1230
|
},
|
|
1231
|
+
"Tags": {
|
|
1232
|
+
"shape": "Sg",
|
|
1233
|
+
"locationName": "tags"
|
|
1234
|
+
},
|
|
1123
1235
|
"Version": {
|
|
1124
1236
|
"locationName": "version"
|
|
1125
1237
|
},
|
|
1126
1238
|
"Warnings": {
|
|
1127
|
-
"shape": "
|
|
1239
|
+
"shape": "Sm",
|
|
1128
1240
|
"locationName": "warnings"
|
|
1129
|
-
},
|
|
1130
|
-
"Tags": {
|
|
1131
|
-
"shape": "S8",
|
|
1132
|
-
"locationName": "tags"
|
|
1133
1241
|
}
|
|
1134
1242
|
}
|
|
1135
1243
|
}
|
|
@@ -1272,8 +1380,12 @@
|
|
|
1272
1380
|
"ApiKeySelectionExpression": {
|
|
1273
1381
|
"locationName": "apiKeySelectionExpression"
|
|
1274
1382
|
},
|
|
1383
|
+
"CorsConfiguration": {
|
|
1384
|
+
"shape": "S3",
|
|
1385
|
+
"locationName": "corsConfiguration"
|
|
1386
|
+
},
|
|
1275
1387
|
"CreatedDate": {
|
|
1276
|
-
"shape": "
|
|
1388
|
+
"shape": "Sl",
|
|
1277
1389
|
"locationName": "createdDate"
|
|
1278
1390
|
},
|
|
1279
1391
|
"Description": {
|
|
@@ -1283,6 +1395,10 @@
|
|
|
1283
1395
|
"locationName": "disableSchemaValidation",
|
|
1284
1396
|
"type": "boolean"
|
|
1285
1397
|
},
|
|
1398
|
+
"ImportInfo": {
|
|
1399
|
+
"shape": "Sm",
|
|
1400
|
+
"locationName": "importInfo"
|
|
1401
|
+
},
|
|
1286
1402
|
"Name": {
|
|
1287
1403
|
"locationName": "name"
|
|
1288
1404
|
},
|
|
@@ -1292,22 +1408,22 @@
|
|
|
1292
1408
|
"RouteSelectionExpression": {
|
|
1293
1409
|
"locationName": "routeSelectionExpression"
|
|
1294
1410
|
},
|
|
1411
|
+
"Tags": {
|
|
1412
|
+
"shape": "Sg",
|
|
1413
|
+
"locationName": "tags"
|
|
1414
|
+
},
|
|
1295
1415
|
"Version": {
|
|
1296
1416
|
"locationName": "version"
|
|
1297
1417
|
},
|
|
1298
1418
|
"Warnings": {
|
|
1299
|
-
"shape": "
|
|
1419
|
+
"shape": "Sm",
|
|
1300
1420
|
"locationName": "warnings"
|
|
1301
|
-
},
|
|
1302
|
-
"Tags": {
|
|
1303
|
-
"shape": "S8",
|
|
1304
|
-
"locationName": "tags"
|
|
1305
1421
|
}
|
|
1306
1422
|
},
|
|
1307
1423
|
"required": [
|
|
1308
1424
|
"RouteSelectionExpression",
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1425
|
+
"Name",
|
|
1426
|
+
"ProtocolType"
|
|
1311
1427
|
]
|
|
1312
1428
|
}
|
|
1313
1429
|
},
|
|
@@ -1360,18 +1476,18 @@
|
|
|
1360
1476
|
"locationName": "authorizerUri"
|
|
1361
1477
|
},
|
|
1362
1478
|
"IdentitySource": {
|
|
1363
|
-
"shape": "
|
|
1479
|
+
"shape": "Ss",
|
|
1364
1480
|
"locationName": "identitySource"
|
|
1365
1481
|
},
|
|
1366
1482
|
"IdentityValidationExpression": {
|
|
1367
1483
|
"locationName": "identityValidationExpression"
|
|
1368
1484
|
},
|
|
1485
|
+
"JwtConfiguration": {
|
|
1486
|
+
"shape": "St",
|
|
1487
|
+
"locationName": "jwtConfiguration"
|
|
1488
|
+
},
|
|
1369
1489
|
"Name": {
|
|
1370
1490
|
"locationName": "name"
|
|
1371
|
-
},
|
|
1372
|
-
"ProviderArns": {
|
|
1373
|
-
"shape": "So",
|
|
1374
|
-
"locationName": "providerArns"
|
|
1375
1491
|
}
|
|
1376
1492
|
}
|
|
1377
1493
|
}
|
|
@@ -1428,18 +1544,18 @@
|
|
|
1428
1544
|
"locationName": "authorizerUri"
|
|
1429
1545
|
},
|
|
1430
1546
|
"IdentitySource": {
|
|
1431
|
-
"shape": "
|
|
1547
|
+
"shape": "Ss",
|
|
1432
1548
|
"locationName": "identitySource"
|
|
1433
1549
|
},
|
|
1434
1550
|
"IdentityValidationExpression": {
|
|
1435
1551
|
"locationName": "identityValidationExpression"
|
|
1436
1552
|
},
|
|
1553
|
+
"JwtConfiguration": {
|
|
1554
|
+
"shape": "St",
|
|
1555
|
+
"locationName": "jwtConfiguration"
|
|
1556
|
+
},
|
|
1437
1557
|
"Name": {
|
|
1438
1558
|
"locationName": "name"
|
|
1439
|
-
},
|
|
1440
|
-
"ProviderArns": {
|
|
1441
|
-
"shape": "So",
|
|
1442
|
-
"locationName": "providerArns"
|
|
1443
1559
|
}
|
|
1444
1560
|
},
|
|
1445
1561
|
"required": [
|
|
@@ -1479,8 +1595,12 @@
|
|
|
1479
1595
|
"output": {
|
|
1480
1596
|
"type": "structure",
|
|
1481
1597
|
"members": {
|
|
1598
|
+
"AutoDeployed": {
|
|
1599
|
+
"locationName": "autoDeployed",
|
|
1600
|
+
"type": "boolean"
|
|
1601
|
+
},
|
|
1482
1602
|
"CreatedDate": {
|
|
1483
|
-
"shape": "
|
|
1603
|
+
"shape": "Sl",
|
|
1484
1604
|
"locationName": "createdDate"
|
|
1485
1605
|
},
|
|
1486
1606
|
"DeploymentId": {
|
|
@@ -1533,8 +1653,12 @@
|
|
|
1533
1653
|
"member": {
|
|
1534
1654
|
"type": "structure",
|
|
1535
1655
|
"members": {
|
|
1656
|
+
"AutoDeployed": {
|
|
1657
|
+
"locationName": "autoDeployed",
|
|
1658
|
+
"type": "boolean"
|
|
1659
|
+
},
|
|
1536
1660
|
"CreatedDate": {
|
|
1537
|
-
"shape": "
|
|
1661
|
+
"shape": "Sl",
|
|
1538
1662
|
"locationName": "createdDate"
|
|
1539
1663
|
},
|
|
1540
1664
|
"DeploymentId": {
|
|
@@ -1586,11 +1710,11 @@
|
|
|
1586
1710
|
"locationName": "domainName"
|
|
1587
1711
|
},
|
|
1588
1712
|
"DomainNameConfigurations": {
|
|
1589
|
-
"shape": "
|
|
1713
|
+
"shape": "S10",
|
|
1590
1714
|
"locationName": "domainNameConfigurations"
|
|
1591
1715
|
},
|
|
1592
1716
|
"Tags": {
|
|
1593
|
-
"shape": "
|
|
1717
|
+
"shape": "Sg",
|
|
1594
1718
|
"locationName": "tags"
|
|
1595
1719
|
}
|
|
1596
1720
|
}
|
|
@@ -1631,11 +1755,11 @@
|
|
|
1631
1755
|
"locationName": "domainName"
|
|
1632
1756
|
},
|
|
1633
1757
|
"DomainNameConfigurations": {
|
|
1634
|
-
"shape": "
|
|
1758
|
+
"shape": "S10",
|
|
1635
1759
|
"locationName": "domainNameConfigurations"
|
|
1636
1760
|
},
|
|
1637
1761
|
"Tags": {
|
|
1638
|
-
"shape": "
|
|
1762
|
+
"shape": "Sg",
|
|
1639
1763
|
"locationName": "tags"
|
|
1640
1764
|
}
|
|
1641
1765
|
},
|
|
@@ -1676,6 +1800,10 @@
|
|
|
1676
1800
|
"output": {
|
|
1677
1801
|
"type": "structure",
|
|
1678
1802
|
"members": {
|
|
1803
|
+
"ApiGatewayManaged": {
|
|
1804
|
+
"locationName": "apiGatewayManaged",
|
|
1805
|
+
"type": "boolean"
|
|
1806
|
+
},
|
|
1679
1807
|
"ConnectionId": {
|
|
1680
1808
|
"locationName": "connectionId"
|
|
1681
1809
|
},
|
|
@@ -1709,12 +1837,15 @@
|
|
|
1709
1837
|
"PassthroughBehavior": {
|
|
1710
1838
|
"locationName": "passthroughBehavior"
|
|
1711
1839
|
},
|
|
1840
|
+
"PayloadFormatVersion": {
|
|
1841
|
+
"locationName": "payloadFormatVersion"
|
|
1842
|
+
},
|
|
1712
1843
|
"RequestParameters": {
|
|
1713
|
-
"shape": "
|
|
1844
|
+
"shape": "S1c",
|
|
1714
1845
|
"locationName": "requestParameters"
|
|
1715
1846
|
},
|
|
1716
1847
|
"RequestTemplates": {
|
|
1717
|
-
"shape": "
|
|
1848
|
+
"shape": "S1d",
|
|
1718
1849
|
"locationName": "requestTemplates"
|
|
1719
1850
|
},
|
|
1720
1851
|
"TemplateSelectionExpression": {
|
|
@@ -1768,11 +1899,11 @@
|
|
|
1768
1899
|
"locationName": "integrationResponseKey"
|
|
1769
1900
|
},
|
|
1770
1901
|
"ResponseParameters": {
|
|
1771
|
-
"shape": "
|
|
1902
|
+
"shape": "S1c",
|
|
1772
1903
|
"locationName": "responseParameters"
|
|
1773
1904
|
},
|
|
1774
1905
|
"ResponseTemplates": {
|
|
1775
|
-
"shape": "
|
|
1906
|
+
"shape": "S1d",
|
|
1776
1907
|
"locationName": "responseTemplates"
|
|
1777
1908
|
},
|
|
1778
1909
|
"TemplateSelectionExpression": {
|
|
@@ -1831,11 +1962,11 @@
|
|
|
1831
1962
|
"locationName": "integrationResponseKey"
|
|
1832
1963
|
},
|
|
1833
1964
|
"ResponseParameters": {
|
|
1834
|
-
"shape": "
|
|
1965
|
+
"shape": "S1c",
|
|
1835
1966
|
"locationName": "responseParameters"
|
|
1836
1967
|
},
|
|
1837
1968
|
"ResponseTemplates": {
|
|
1838
|
-
"shape": "
|
|
1969
|
+
"shape": "S1d",
|
|
1839
1970
|
"locationName": "responseTemplates"
|
|
1840
1971
|
},
|
|
1841
1972
|
"TemplateSelectionExpression": {
|
|
@@ -1888,6 +2019,10 @@
|
|
|
1888
2019
|
"member": {
|
|
1889
2020
|
"type": "structure",
|
|
1890
2021
|
"members": {
|
|
2022
|
+
"ApiGatewayManaged": {
|
|
2023
|
+
"locationName": "apiGatewayManaged",
|
|
2024
|
+
"type": "boolean"
|
|
2025
|
+
},
|
|
1891
2026
|
"ConnectionId": {
|
|
1892
2027
|
"locationName": "connectionId"
|
|
1893
2028
|
},
|
|
@@ -1921,12 +2056,15 @@
|
|
|
1921
2056
|
"PassthroughBehavior": {
|
|
1922
2057
|
"locationName": "passthroughBehavior"
|
|
1923
2058
|
},
|
|
2059
|
+
"PayloadFormatVersion": {
|
|
2060
|
+
"locationName": "payloadFormatVersion"
|
|
2061
|
+
},
|
|
1924
2062
|
"RequestParameters": {
|
|
1925
|
-
"shape": "
|
|
2063
|
+
"shape": "S1c",
|
|
1926
2064
|
"locationName": "requestParameters"
|
|
1927
2065
|
},
|
|
1928
2066
|
"RequestTemplates": {
|
|
1929
|
-
"shape": "
|
|
2067
|
+
"shape": "S1d",
|
|
1930
2068
|
"locationName": "requestTemplates"
|
|
1931
2069
|
},
|
|
1932
2070
|
"TemplateSelectionExpression": {
|
|
@@ -2109,12 +2247,16 @@
|
|
|
2109
2247
|
"output": {
|
|
2110
2248
|
"type": "structure",
|
|
2111
2249
|
"members": {
|
|
2250
|
+
"ApiGatewayManaged": {
|
|
2251
|
+
"locationName": "apiGatewayManaged",
|
|
2252
|
+
"type": "boolean"
|
|
2253
|
+
},
|
|
2112
2254
|
"ApiKeyRequired": {
|
|
2113
2255
|
"locationName": "apiKeyRequired",
|
|
2114
2256
|
"type": "boolean"
|
|
2115
2257
|
},
|
|
2116
2258
|
"AuthorizationScopes": {
|
|
2117
|
-
"shape": "
|
|
2259
|
+
"shape": "S1n",
|
|
2118
2260
|
"locationName": "authorizationScopes"
|
|
2119
2261
|
},
|
|
2120
2262
|
"AuthorizationType": {
|
|
@@ -2130,11 +2272,11 @@
|
|
|
2130
2272
|
"locationName": "operationName"
|
|
2131
2273
|
},
|
|
2132
2274
|
"RequestModels": {
|
|
2133
|
-
"shape": "
|
|
2275
|
+
"shape": "S1p",
|
|
2134
2276
|
"locationName": "requestModels"
|
|
2135
2277
|
},
|
|
2136
2278
|
"RequestParameters": {
|
|
2137
|
-
"shape": "
|
|
2279
|
+
"shape": "S1q",
|
|
2138
2280
|
"locationName": "requestParameters"
|
|
2139
2281
|
},
|
|
2140
2282
|
"RouteId": {
|
|
@@ -2187,11 +2329,11 @@
|
|
|
2187
2329
|
"locationName": "modelSelectionExpression"
|
|
2188
2330
|
},
|
|
2189
2331
|
"ResponseModels": {
|
|
2190
|
-
"shape": "
|
|
2332
|
+
"shape": "S1p",
|
|
2191
2333
|
"locationName": "responseModels"
|
|
2192
2334
|
},
|
|
2193
2335
|
"ResponseParameters": {
|
|
2194
|
-
"shape": "
|
|
2336
|
+
"shape": "S1q",
|
|
2195
2337
|
"locationName": "responseParameters"
|
|
2196
2338
|
},
|
|
2197
2339
|
"RouteResponseId": {
|
|
@@ -2247,11 +2389,11 @@
|
|
|
2247
2389
|
"locationName": "modelSelectionExpression"
|
|
2248
2390
|
},
|
|
2249
2391
|
"ResponseModels": {
|
|
2250
|
-
"shape": "
|
|
2392
|
+
"shape": "S1p",
|
|
2251
2393
|
"locationName": "responseModels"
|
|
2252
2394
|
},
|
|
2253
2395
|
"ResponseParameters": {
|
|
2254
|
-
"shape": "
|
|
2396
|
+
"shape": "S1q",
|
|
2255
2397
|
"locationName": "responseParameters"
|
|
2256
2398
|
},
|
|
2257
2399
|
"RouteResponseId": {
|
|
@@ -2307,12 +2449,16 @@
|
|
|
2307
2449
|
"member": {
|
|
2308
2450
|
"type": "structure",
|
|
2309
2451
|
"members": {
|
|
2452
|
+
"ApiGatewayManaged": {
|
|
2453
|
+
"locationName": "apiGatewayManaged",
|
|
2454
|
+
"type": "boolean"
|
|
2455
|
+
},
|
|
2310
2456
|
"ApiKeyRequired": {
|
|
2311
2457
|
"locationName": "apiKeyRequired",
|
|
2312
2458
|
"type": "boolean"
|
|
2313
2459
|
},
|
|
2314
2460
|
"AuthorizationScopes": {
|
|
2315
|
-
"shape": "
|
|
2461
|
+
"shape": "S1n",
|
|
2316
2462
|
"locationName": "authorizationScopes"
|
|
2317
2463
|
},
|
|
2318
2464
|
"AuthorizationType": {
|
|
@@ -2328,11 +2474,11 @@
|
|
|
2328
2474
|
"locationName": "operationName"
|
|
2329
2475
|
},
|
|
2330
2476
|
"RequestModels": {
|
|
2331
|
-
"shape": "
|
|
2477
|
+
"shape": "S1p",
|
|
2332
2478
|
"locationName": "requestModels"
|
|
2333
2479
|
},
|
|
2334
2480
|
"RequestParameters": {
|
|
2335
|
-
"shape": "
|
|
2481
|
+
"shape": "S1q",
|
|
2336
2482
|
"locationName": "requestParameters"
|
|
2337
2483
|
},
|
|
2338
2484
|
"RouteId": {
|
|
@@ -2386,18 +2532,26 @@
|
|
|
2386
2532
|
"type": "structure",
|
|
2387
2533
|
"members": {
|
|
2388
2534
|
"AccessLogSettings": {
|
|
2389
|
-
"shape": "
|
|
2535
|
+
"shape": "S1w",
|
|
2390
2536
|
"locationName": "accessLogSettings"
|
|
2391
2537
|
},
|
|
2538
|
+
"ApiGatewayManaged": {
|
|
2539
|
+
"locationName": "apiGatewayManaged",
|
|
2540
|
+
"type": "boolean"
|
|
2541
|
+
},
|
|
2542
|
+
"AutoDeploy": {
|
|
2543
|
+
"locationName": "autoDeploy",
|
|
2544
|
+
"type": "boolean"
|
|
2545
|
+
},
|
|
2392
2546
|
"ClientCertificateId": {
|
|
2393
2547
|
"locationName": "clientCertificateId"
|
|
2394
2548
|
},
|
|
2395
2549
|
"CreatedDate": {
|
|
2396
|
-
"shape": "
|
|
2550
|
+
"shape": "Sl",
|
|
2397
2551
|
"locationName": "createdDate"
|
|
2398
2552
|
},
|
|
2399
2553
|
"DefaultRouteSettings": {
|
|
2400
|
-
"shape": "
|
|
2554
|
+
"shape": "S1x",
|
|
2401
2555
|
"locationName": "defaultRouteSettings"
|
|
2402
2556
|
},
|
|
2403
2557
|
"DeploymentId": {
|
|
@@ -2406,23 +2560,26 @@
|
|
|
2406
2560
|
"Description": {
|
|
2407
2561
|
"locationName": "description"
|
|
2408
2562
|
},
|
|
2563
|
+
"LastDeploymentStatusMessage": {
|
|
2564
|
+
"locationName": "lastDeploymentStatusMessage"
|
|
2565
|
+
},
|
|
2409
2566
|
"LastUpdatedDate": {
|
|
2410
|
-
"shape": "
|
|
2567
|
+
"shape": "Sl",
|
|
2411
2568
|
"locationName": "lastUpdatedDate"
|
|
2412
2569
|
},
|
|
2413
2570
|
"RouteSettings": {
|
|
2414
|
-
"shape": "
|
|
2571
|
+
"shape": "S21",
|
|
2415
2572
|
"locationName": "routeSettings"
|
|
2416
2573
|
},
|
|
2417
2574
|
"StageName": {
|
|
2418
2575
|
"locationName": "stageName"
|
|
2419
2576
|
},
|
|
2420
2577
|
"StageVariables": {
|
|
2421
|
-
"shape": "
|
|
2578
|
+
"shape": "S22",
|
|
2422
2579
|
"locationName": "stageVariables"
|
|
2423
2580
|
},
|
|
2424
2581
|
"Tags": {
|
|
2425
|
-
"shape": "
|
|
2582
|
+
"shape": "Sg",
|
|
2426
2583
|
"locationName": "tags"
|
|
2427
2584
|
}
|
|
2428
2585
|
}
|
|
@@ -2464,18 +2621,26 @@
|
|
|
2464
2621
|
"type": "structure",
|
|
2465
2622
|
"members": {
|
|
2466
2623
|
"AccessLogSettings": {
|
|
2467
|
-
"shape": "
|
|
2624
|
+
"shape": "S1w",
|
|
2468
2625
|
"locationName": "accessLogSettings"
|
|
2469
2626
|
},
|
|
2627
|
+
"ApiGatewayManaged": {
|
|
2628
|
+
"locationName": "apiGatewayManaged",
|
|
2629
|
+
"type": "boolean"
|
|
2630
|
+
},
|
|
2631
|
+
"AutoDeploy": {
|
|
2632
|
+
"locationName": "autoDeploy",
|
|
2633
|
+
"type": "boolean"
|
|
2634
|
+
},
|
|
2470
2635
|
"ClientCertificateId": {
|
|
2471
2636
|
"locationName": "clientCertificateId"
|
|
2472
2637
|
},
|
|
2473
2638
|
"CreatedDate": {
|
|
2474
|
-
"shape": "
|
|
2639
|
+
"shape": "Sl",
|
|
2475
2640
|
"locationName": "createdDate"
|
|
2476
2641
|
},
|
|
2477
2642
|
"DefaultRouteSettings": {
|
|
2478
|
-
"shape": "
|
|
2643
|
+
"shape": "S1x",
|
|
2479
2644
|
"locationName": "defaultRouteSettings"
|
|
2480
2645
|
},
|
|
2481
2646
|
"DeploymentId": {
|
|
@@ -2484,23 +2649,26 @@
|
|
|
2484
2649
|
"Description": {
|
|
2485
2650
|
"locationName": "description"
|
|
2486
2651
|
},
|
|
2652
|
+
"LastDeploymentStatusMessage": {
|
|
2653
|
+
"locationName": "lastDeploymentStatusMessage"
|
|
2654
|
+
},
|
|
2487
2655
|
"LastUpdatedDate": {
|
|
2488
|
-
"shape": "
|
|
2656
|
+
"shape": "Sl",
|
|
2489
2657
|
"locationName": "lastUpdatedDate"
|
|
2490
2658
|
},
|
|
2491
2659
|
"RouteSettings": {
|
|
2492
|
-
"shape": "
|
|
2660
|
+
"shape": "S21",
|
|
2493
2661
|
"locationName": "routeSettings"
|
|
2494
2662
|
},
|
|
2495
2663
|
"StageName": {
|
|
2496
2664
|
"locationName": "stageName"
|
|
2497
2665
|
},
|
|
2498
2666
|
"StageVariables": {
|
|
2499
|
-
"shape": "
|
|
2667
|
+
"shape": "S22",
|
|
2500
2668
|
"locationName": "stageVariables"
|
|
2501
2669
|
},
|
|
2502
2670
|
"Tags": {
|
|
2503
|
-
"shape": "
|
|
2671
|
+
"shape": "Sg",
|
|
2504
2672
|
"locationName": "tags"
|
|
2505
2673
|
}
|
|
2506
2674
|
},
|
|
@@ -2537,10 +2705,176 @@
|
|
|
2537
2705
|
"type": "structure",
|
|
2538
2706
|
"members": {
|
|
2539
2707
|
"Tags": {
|
|
2540
|
-
"
|
|
2541
|
-
"
|
|
2542
|
-
|
|
2543
|
-
|
|
2708
|
+
"shape": "Sg",
|
|
2709
|
+
"locationName": "tags"
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
"required": [
|
|
2713
|
+
"Tags"
|
|
2714
|
+
]
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"ImportApi": {
|
|
2718
|
+
"http": {
|
|
2719
|
+
"method": "PUT",
|
|
2720
|
+
"requestUri": "/v2/apis",
|
|
2721
|
+
"responseCode": 201
|
|
2722
|
+
},
|
|
2723
|
+
"input": {
|
|
2724
|
+
"type": "structure",
|
|
2725
|
+
"members": {
|
|
2726
|
+
"Basepath": {
|
|
2727
|
+
"location": "querystring",
|
|
2728
|
+
"locationName": "basepath"
|
|
2729
|
+
},
|
|
2730
|
+
"Body": {
|
|
2731
|
+
"locationName": "body"
|
|
2732
|
+
},
|
|
2733
|
+
"FailOnWarnings": {
|
|
2734
|
+
"location": "querystring",
|
|
2735
|
+
"locationName": "failOnWarnings",
|
|
2736
|
+
"type": "boolean"
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
"required": [
|
|
2740
|
+
"Body"
|
|
2741
|
+
]
|
|
2742
|
+
},
|
|
2743
|
+
"output": {
|
|
2744
|
+
"type": "structure",
|
|
2745
|
+
"members": {
|
|
2746
|
+
"ApiEndpoint": {
|
|
2747
|
+
"locationName": "apiEndpoint"
|
|
2748
|
+
},
|
|
2749
|
+
"ApiId": {
|
|
2750
|
+
"locationName": "apiId"
|
|
2751
|
+
},
|
|
2752
|
+
"ApiKeySelectionExpression": {
|
|
2753
|
+
"locationName": "apiKeySelectionExpression"
|
|
2754
|
+
},
|
|
2755
|
+
"CorsConfiguration": {
|
|
2756
|
+
"shape": "S3",
|
|
2757
|
+
"locationName": "corsConfiguration"
|
|
2758
|
+
},
|
|
2759
|
+
"CreatedDate": {
|
|
2760
|
+
"shape": "Sl",
|
|
2761
|
+
"locationName": "createdDate"
|
|
2762
|
+
},
|
|
2763
|
+
"Description": {
|
|
2764
|
+
"locationName": "description"
|
|
2765
|
+
},
|
|
2766
|
+
"DisableSchemaValidation": {
|
|
2767
|
+
"locationName": "disableSchemaValidation",
|
|
2768
|
+
"type": "boolean"
|
|
2769
|
+
},
|
|
2770
|
+
"ImportInfo": {
|
|
2771
|
+
"shape": "Sm",
|
|
2772
|
+
"locationName": "importInfo"
|
|
2773
|
+
},
|
|
2774
|
+
"Name": {
|
|
2775
|
+
"locationName": "name"
|
|
2776
|
+
},
|
|
2777
|
+
"ProtocolType": {
|
|
2778
|
+
"locationName": "protocolType"
|
|
2779
|
+
},
|
|
2780
|
+
"RouteSelectionExpression": {
|
|
2781
|
+
"locationName": "routeSelectionExpression"
|
|
2782
|
+
},
|
|
2783
|
+
"Tags": {
|
|
2784
|
+
"shape": "Sg",
|
|
2785
|
+
"locationName": "tags"
|
|
2786
|
+
},
|
|
2787
|
+
"Version": {
|
|
2788
|
+
"locationName": "version"
|
|
2789
|
+
},
|
|
2790
|
+
"Warnings": {
|
|
2791
|
+
"shape": "Sm",
|
|
2792
|
+
"locationName": "warnings"
|
|
2793
|
+
}
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
},
|
|
2797
|
+
"ReimportApi": {
|
|
2798
|
+
"http": {
|
|
2799
|
+
"method": "PUT",
|
|
2800
|
+
"requestUri": "/v2/apis/{apiId}",
|
|
2801
|
+
"responseCode": 201
|
|
2802
|
+
},
|
|
2803
|
+
"input": {
|
|
2804
|
+
"type": "structure",
|
|
2805
|
+
"members": {
|
|
2806
|
+
"ApiId": {
|
|
2807
|
+
"location": "uri",
|
|
2808
|
+
"locationName": "apiId"
|
|
2809
|
+
},
|
|
2810
|
+
"Basepath": {
|
|
2811
|
+
"location": "querystring",
|
|
2812
|
+
"locationName": "basepath"
|
|
2813
|
+
},
|
|
2814
|
+
"Body": {
|
|
2815
|
+
"locationName": "body"
|
|
2816
|
+
},
|
|
2817
|
+
"FailOnWarnings": {
|
|
2818
|
+
"location": "querystring",
|
|
2819
|
+
"locationName": "failOnWarnings",
|
|
2820
|
+
"type": "boolean"
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
"required": [
|
|
2824
|
+
"ApiId",
|
|
2825
|
+
"Body"
|
|
2826
|
+
]
|
|
2827
|
+
},
|
|
2828
|
+
"output": {
|
|
2829
|
+
"type": "structure",
|
|
2830
|
+
"members": {
|
|
2831
|
+
"ApiEndpoint": {
|
|
2832
|
+
"locationName": "apiEndpoint"
|
|
2833
|
+
},
|
|
2834
|
+
"ApiId": {
|
|
2835
|
+
"locationName": "apiId"
|
|
2836
|
+
},
|
|
2837
|
+
"ApiKeySelectionExpression": {
|
|
2838
|
+
"locationName": "apiKeySelectionExpression"
|
|
2839
|
+
},
|
|
2840
|
+
"CorsConfiguration": {
|
|
2841
|
+
"shape": "S3",
|
|
2842
|
+
"locationName": "corsConfiguration"
|
|
2843
|
+
},
|
|
2844
|
+
"CreatedDate": {
|
|
2845
|
+
"shape": "Sl",
|
|
2846
|
+
"locationName": "createdDate"
|
|
2847
|
+
},
|
|
2848
|
+
"Description": {
|
|
2849
|
+
"locationName": "description"
|
|
2850
|
+
},
|
|
2851
|
+
"DisableSchemaValidation": {
|
|
2852
|
+
"locationName": "disableSchemaValidation",
|
|
2853
|
+
"type": "boolean"
|
|
2854
|
+
},
|
|
2855
|
+
"ImportInfo": {
|
|
2856
|
+
"shape": "Sm",
|
|
2857
|
+
"locationName": "importInfo"
|
|
2858
|
+
},
|
|
2859
|
+
"Name": {
|
|
2860
|
+
"locationName": "name"
|
|
2861
|
+
},
|
|
2862
|
+
"ProtocolType": {
|
|
2863
|
+
"locationName": "protocolType"
|
|
2864
|
+
},
|
|
2865
|
+
"RouteSelectionExpression": {
|
|
2866
|
+
"locationName": "routeSelectionExpression"
|
|
2867
|
+
},
|
|
2868
|
+
"Tags": {
|
|
2869
|
+
"shape": "Sg",
|
|
2870
|
+
"locationName": "tags"
|
|
2871
|
+
},
|
|
2872
|
+
"Version": {
|
|
2873
|
+
"locationName": "version"
|
|
2874
|
+
},
|
|
2875
|
+
"Warnings": {
|
|
2876
|
+
"shape": "Sm",
|
|
2877
|
+
"locationName": "warnings"
|
|
2544
2878
|
}
|
|
2545
2879
|
}
|
|
2546
2880
|
}
|
|
@@ -2558,7 +2892,7 @@
|
|
|
2558
2892
|
"locationName": "resource-arn"
|
|
2559
2893
|
},
|
|
2560
2894
|
"Tags": {
|
|
2561
|
-
"shape": "
|
|
2895
|
+
"shape": "Sg",
|
|
2562
2896
|
"locationName": "tags"
|
|
2563
2897
|
}
|
|
2564
2898
|
},
|
|
@@ -2585,14 +2919,14 @@
|
|
|
2585
2919
|
"locationName": "resource-arn"
|
|
2586
2920
|
},
|
|
2587
2921
|
"TagKeys": {
|
|
2588
|
-
"shape": "
|
|
2922
|
+
"shape": "Sm",
|
|
2589
2923
|
"location": "querystring",
|
|
2590
2924
|
"locationName": "tagKeys"
|
|
2591
2925
|
}
|
|
2592
2926
|
},
|
|
2593
2927
|
"required": [
|
|
2594
|
-
"
|
|
2595
|
-
"
|
|
2928
|
+
"ResourceArn",
|
|
2929
|
+
"TagKeys"
|
|
2596
2930
|
]
|
|
2597
2931
|
}
|
|
2598
2932
|
},
|
|
@@ -2612,6 +2946,13 @@
|
|
|
2612
2946
|
"ApiKeySelectionExpression": {
|
|
2613
2947
|
"locationName": "apiKeySelectionExpression"
|
|
2614
2948
|
},
|
|
2949
|
+
"CorsConfiguration": {
|
|
2950
|
+
"shape": "S3",
|
|
2951
|
+
"locationName": "corsConfiguration"
|
|
2952
|
+
},
|
|
2953
|
+
"CredentialsArn": {
|
|
2954
|
+
"locationName": "credentialsArn"
|
|
2955
|
+
},
|
|
2615
2956
|
"Description": {
|
|
2616
2957
|
"locationName": "description"
|
|
2617
2958
|
},
|
|
@@ -2622,9 +2963,15 @@
|
|
|
2622
2963
|
"Name": {
|
|
2623
2964
|
"locationName": "name"
|
|
2624
2965
|
},
|
|
2966
|
+
"RouteKey": {
|
|
2967
|
+
"locationName": "routeKey"
|
|
2968
|
+
},
|
|
2625
2969
|
"RouteSelectionExpression": {
|
|
2626
2970
|
"locationName": "routeSelectionExpression"
|
|
2627
2971
|
},
|
|
2972
|
+
"Target": {
|
|
2973
|
+
"locationName": "target"
|
|
2974
|
+
},
|
|
2628
2975
|
"Version": {
|
|
2629
2976
|
"locationName": "version"
|
|
2630
2977
|
}
|
|
@@ -2645,8 +2992,12 @@
|
|
|
2645
2992
|
"ApiKeySelectionExpression": {
|
|
2646
2993
|
"locationName": "apiKeySelectionExpression"
|
|
2647
2994
|
},
|
|
2995
|
+
"CorsConfiguration": {
|
|
2996
|
+
"shape": "S3",
|
|
2997
|
+
"locationName": "corsConfiguration"
|
|
2998
|
+
},
|
|
2648
2999
|
"CreatedDate": {
|
|
2649
|
-
"shape": "
|
|
3000
|
+
"shape": "Sl",
|
|
2650
3001
|
"locationName": "createdDate"
|
|
2651
3002
|
},
|
|
2652
3003
|
"Description": {
|
|
@@ -2656,6 +3007,10 @@
|
|
|
2656
3007
|
"locationName": "disableSchemaValidation",
|
|
2657
3008
|
"type": "boolean"
|
|
2658
3009
|
},
|
|
3010
|
+
"ImportInfo": {
|
|
3011
|
+
"shape": "Sm",
|
|
3012
|
+
"locationName": "importInfo"
|
|
3013
|
+
},
|
|
2659
3014
|
"Name": {
|
|
2660
3015
|
"locationName": "name"
|
|
2661
3016
|
},
|
|
@@ -2665,16 +3020,16 @@
|
|
|
2665
3020
|
"RouteSelectionExpression": {
|
|
2666
3021
|
"locationName": "routeSelectionExpression"
|
|
2667
3022
|
},
|
|
3023
|
+
"Tags": {
|
|
3024
|
+
"shape": "Sg",
|
|
3025
|
+
"locationName": "tags"
|
|
3026
|
+
},
|
|
2668
3027
|
"Version": {
|
|
2669
3028
|
"locationName": "version"
|
|
2670
3029
|
},
|
|
2671
3030
|
"Warnings": {
|
|
2672
|
-
"shape": "
|
|
3031
|
+
"shape": "Sm",
|
|
2673
3032
|
"locationName": "warnings"
|
|
2674
|
-
},
|
|
2675
|
-
"Tags": {
|
|
2676
|
-
"shape": "S8",
|
|
2677
|
-
"locationName": "tags"
|
|
2678
3033
|
}
|
|
2679
3034
|
}
|
|
2680
3035
|
}
|
|
@@ -2761,18 +3116,18 @@
|
|
|
2761
3116
|
"locationName": "authorizerUri"
|
|
2762
3117
|
},
|
|
2763
3118
|
"IdentitySource": {
|
|
2764
|
-
"shape": "
|
|
3119
|
+
"shape": "Ss",
|
|
2765
3120
|
"locationName": "identitySource"
|
|
2766
3121
|
},
|
|
2767
3122
|
"IdentityValidationExpression": {
|
|
2768
3123
|
"locationName": "identityValidationExpression"
|
|
2769
3124
|
},
|
|
3125
|
+
"JwtConfiguration": {
|
|
3126
|
+
"shape": "St",
|
|
3127
|
+
"locationName": "jwtConfiguration"
|
|
3128
|
+
},
|
|
2770
3129
|
"Name": {
|
|
2771
3130
|
"locationName": "name"
|
|
2772
|
-
},
|
|
2773
|
-
"ProviderArns": {
|
|
2774
|
-
"shape": "So",
|
|
2775
|
-
"locationName": "providerArns"
|
|
2776
3131
|
}
|
|
2777
3132
|
},
|
|
2778
3133
|
"required": [
|
|
@@ -2800,18 +3155,18 @@
|
|
|
2800
3155
|
"locationName": "authorizerUri"
|
|
2801
3156
|
},
|
|
2802
3157
|
"IdentitySource": {
|
|
2803
|
-
"shape": "
|
|
3158
|
+
"shape": "Ss",
|
|
2804
3159
|
"locationName": "identitySource"
|
|
2805
3160
|
},
|
|
2806
3161
|
"IdentityValidationExpression": {
|
|
2807
3162
|
"locationName": "identityValidationExpression"
|
|
2808
3163
|
},
|
|
3164
|
+
"JwtConfiguration": {
|
|
3165
|
+
"shape": "St",
|
|
3166
|
+
"locationName": "jwtConfiguration"
|
|
3167
|
+
},
|
|
2809
3168
|
"Name": {
|
|
2810
3169
|
"locationName": "name"
|
|
2811
|
-
},
|
|
2812
|
-
"ProviderArns": {
|
|
2813
|
-
"shape": "So",
|
|
2814
|
-
"locationName": "providerArns"
|
|
2815
3170
|
}
|
|
2816
3171
|
}
|
|
2817
3172
|
}
|
|
@@ -2845,8 +3200,12 @@
|
|
|
2845
3200
|
"output": {
|
|
2846
3201
|
"type": "structure",
|
|
2847
3202
|
"members": {
|
|
3203
|
+
"AutoDeployed": {
|
|
3204
|
+
"locationName": "autoDeployed",
|
|
3205
|
+
"type": "boolean"
|
|
3206
|
+
},
|
|
2848
3207
|
"CreatedDate": {
|
|
2849
|
-
"shape": "
|
|
3208
|
+
"shape": "Sl",
|
|
2850
3209
|
"locationName": "createdDate"
|
|
2851
3210
|
},
|
|
2852
3211
|
"DeploymentId": {
|
|
@@ -2878,7 +3237,7 @@
|
|
|
2878
3237
|
"locationName": "domainName"
|
|
2879
3238
|
},
|
|
2880
3239
|
"DomainNameConfigurations": {
|
|
2881
|
-
"shape": "
|
|
3240
|
+
"shape": "S10",
|
|
2882
3241
|
"locationName": "domainNameConfigurations"
|
|
2883
3242
|
}
|
|
2884
3243
|
},
|
|
@@ -2896,11 +3255,11 @@
|
|
|
2896
3255
|
"locationName": "domainName"
|
|
2897
3256
|
},
|
|
2898
3257
|
"DomainNameConfigurations": {
|
|
2899
|
-
"shape": "
|
|
3258
|
+
"shape": "S10",
|
|
2900
3259
|
"locationName": "domainNameConfigurations"
|
|
2901
3260
|
},
|
|
2902
3261
|
"Tags": {
|
|
2903
|
-
"shape": "
|
|
3262
|
+
"shape": "Sg",
|
|
2904
3263
|
"locationName": "tags"
|
|
2905
3264
|
}
|
|
2906
3265
|
}
|
|
@@ -2950,12 +3309,15 @@
|
|
|
2950
3309
|
"PassthroughBehavior": {
|
|
2951
3310
|
"locationName": "passthroughBehavior"
|
|
2952
3311
|
},
|
|
3312
|
+
"PayloadFormatVersion": {
|
|
3313
|
+
"locationName": "payloadFormatVersion"
|
|
3314
|
+
},
|
|
2953
3315
|
"RequestParameters": {
|
|
2954
|
-
"shape": "
|
|
3316
|
+
"shape": "S1c",
|
|
2955
3317
|
"locationName": "requestParameters"
|
|
2956
3318
|
},
|
|
2957
3319
|
"RequestTemplates": {
|
|
2958
|
-
"shape": "
|
|
3320
|
+
"shape": "S1d",
|
|
2959
3321
|
"locationName": "requestTemplates"
|
|
2960
3322
|
},
|
|
2961
3323
|
"TemplateSelectionExpression": {
|
|
@@ -2974,6 +3336,10 @@
|
|
|
2974
3336
|
"output": {
|
|
2975
3337
|
"type": "structure",
|
|
2976
3338
|
"members": {
|
|
3339
|
+
"ApiGatewayManaged": {
|
|
3340
|
+
"locationName": "apiGatewayManaged",
|
|
3341
|
+
"type": "boolean"
|
|
3342
|
+
},
|
|
2977
3343
|
"ConnectionId": {
|
|
2978
3344
|
"locationName": "connectionId"
|
|
2979
3345
|
},
|
|
@@ -3007,12 +3373,15 @@
|
|
|
3007
3373
|
"PassthroughBehavior": {
|
|
3008
3374
|
"locationName": "passthroughBehavior"
|
|
3009
3375
|
},
|
|
3376
|
+
"PayloadFormatVersion": {
|
|
3377
|
+
"locationName": "payloadFormatVersion"
|
|
3378
|
+
},
|
|
3010
3379
|
"RequestParameters": {
|
|
3011
|
-
"shape": "
|
|
3380
|
+
"shape": "S1c",
|
|
3012
3381
|
"locationName": "requestParameters"
|
|
3013
3382
|
},
|
|
3014
3383
|
"RequestTemplates": {
|
|
3015
|
-
"shape": "
|
|
3384
|
+
"shape": "S1d",
|
|
3016
3385
|
"locationName": "requestTemplates"
|
|
3017
3386
|
},
|
|
3018
3387
|
"TemplateSelectionExpression": {
|
|
@@ -3053,11 +3422,11 @@
|
|
|
3053
3422
|
"locationName": "integrationResponseKey"
|
|
3054
3423
|
},
|
|
3055
3424
|
"ResponseParameters": {
|
|
3056
|
-
"shape": "
|
|
3425
|
+
"shape": "S1c",
|
|
3057
3426
|
"locationName": "responseParameters"
|
|
3058
3427
|
},
|
|
3059
3428
|
"ResponseTemplates": {
|
|
3060
|
-
"shape": "
|
|
3429
|
+
"shape": "S1d",
|
|
3061
3430
|
"locationName": "responseTemplates"
|
|
3062
3431
|
},
|
|
3063
3432
|
"TemplateSelectionExpression": {
|
|
@@ -3083,11 +3452,11 @@
|
|
|
3083
3452
|
"locationName": "integrationResponseKey"
|
|
3084
3453
|
},
|
|
3085
3454
|
"ResponseParameters": {
|
|
3086
|
-
"shape": "
|
|
3455
|
+
"shape": "S1c",
|
|
3087
3456
|
"locationName": "responseParameters"
|
|
3088
3457
|
},
|
|
3089
3458
|
"ResponseTemplates": {
|
|
3090
|
-
"shape": "
|
|
3459
|
+
"shape": "S1d",
|
|
3091
3460
|
"locationName": "responseTemplates"
|
|
3092
3461
|
},
|
|
3093
3462
|
"TemplateSelectionExpression": {
|
|
@@ -3170,7 +3539,7 @@
|
|
|
3170
3539
|
"type": "boolean"
|
|
3171
3540
|
},
|
|
3172
3541
|
"AuthorizationScopes": {
|
|
3173
|
-
"shape": "
|
|
3542
|
+
"shape": "S1n",
|
|
3174
3543
|
"locationName": "authorizationScopes"
|
|
3175
3544
|
},
|
|
3176
3545
|
"AuthorizationType": {
|
|
@@ -3186,11 +3555,11 @@
|
|
|
3186
3555
|
"locationName": "operationName"
|
|
3187
3556
|
},
|
|
3188
3557
|
"RequestModels": {
|
|
3189
|
-
"shape": "
|
|
3558
|
+
"shape": "S1p",
|
|
3190
3559
|
"locationName": "requestModels"
|
|
3191
3560
|
},
|
|
3192
3561
|
"RequestParameters": {
|
|
3193
|
-
"shape": "
|
|
3562
|
+
"shape": "S1q",
|
|
3194
3563
|
"locationName": "requestParameters"
|
|
3195
3564
|
},
|
|
3196
3565
|
"RouteId": {
|
|
@@ -3215,12 +3584,16 @@
|
|
|
3215
3584
|
"output": {
|
|
3216
3585
|
"type": "structure",
|
|
3217
3586
|
"members": {
|
|
3587
|
+
"ApiGatewayManaged": {
|
|
3588
|
+
"locationName": "apiGatewayManaged",
|
|
3589
|
+
"type": "boolean"
|
|
3590
|
+
},
|
|
3218
3591
|
"ApiKeyRequired": {
|
|
3219
3592
|
"locationName": "apiKeyRequired",
|
|
3220
3593
|
"type": "boolean"
|
|
3221
3594
|
},
|
|
3222
3595
|
"AuthorizationScopes": {
|
|
3223
|
-
"shape": "
|
|
3596
|
+
"shape": "S1n",
|
|
3224
3597
|
"locationName": "authorizationScopes"
|
|
3225
3598
|
},
|
|
3226
3599
|
"AuthorizationType": {
|
|
@@ -3236,11 +3609,11 @@
|
|
|
3236
3609
|
"locationName": "operationName"
|
|
3237
3610
|
},
|
|
3238
3611
|
"RequestModels": {
|
|
3239
|
-
"shape": "
|
|
3612
|
+
"shape": "S1p",
|
|
3240
3613
|
"locationName": "requestModels"
|
|
3241
3614
|
},
|
|
3242
3615
|
"RequestParameters": {
|
|
3243
|
-
"shape": "
|
|
3616
|
+
"shape": "S1q",
|
|
3244
3617
|
"locationName": "requestParameters"
|
|
3245
3618
|
},
|
|
3246
3619
|
"RouteId": {
|
|
@@ -3275,11 +3648,11 @@
|
|
|
3275
3648
|
"locationName": "modelSelectionExpression"
|
|
3276
3649
|
},
|
|
3277
3650
|
"ResponseModels": {
|
|
3278
|
-
"shape": "
|
|
3651
|
+
"shape": "S1p",
|
|
3279
3652
|
"locationName": "responseModels"
|
|
3280
3653
|
},
|
|
3281
3654
|
"ResponseParameters": {
|
|
3282
|
-
"shape": "
|
|
3655
|
+
"shape": "S1q",
|
|
3283
3656
|
"locationName": "responseParameters"
|
|
3284
3657
|
},
|
|
3285
3658
|
"RouteId": {
|
|
@@ -3307,11 +3680,11 @@
|
|
|
3307
3680
|
"locationName": "modelSelectionExpression"
|
|
3308
3681
|
},
|
|
3309
3682
|
"ResponseModels": {
|
|
3310
|
-
"shape": "
|
|
3683
|
+
"shape": "S1p",
|
|
3311
3684
|
"locationName": "responseModels"
|
|
3312
3685
|
},
|
|
3313
3686
|
"ResponseParameters": {
|
|
3314
|
-
"shape": "
|
|
3687
|
+
"shape": "S1q",
|
|
3315
3688
|
"locationName": "responseParameters"
|
|
3316
3689
|
},
|
|
3317
3690
|
"RouteResponseId": {
|
|
@@ -3333,18 +3706,22 @@
|
|
|
3333
3706
|
"type": "structure",
|
|
3334
3707
|
"members": {
|
|
3335
3708
|
"AccessLogSettings": {
|
|
3336
|
-
"shape": "
|
|
3709
|
+
"shape": "S1w",
|
|
3337
3710
|
"locationName": "accessLogSettings"
|
|
3338
3711
|
},
|
|
3339
3712
|
"ApiId": {
|
|
3340
3713
|
"location": "uri",
|
|
3341
3714
|
"locationName": "apiId"
|
|
3342
3715
|
},
|
|
3716
|
+
"AutoDeploy": {
|
|
3717
|
+
"locationName": "autoDeploy",
|
|
3718
|
+
"type": "boolean"
|
|
3719
|
+
},
|
|
3343
3720
|
"ClientCertificateId": {
|
|
3344
3721
|
"locationName": "clientCertificateId"
|
|
3345
3722
|
},
|
|
3346
3723
|
"DefaultRouteSettings": {
|
|
3347
|
-
"shape": "
|
|
3724
|
+
"shape": "S1x",
|
|
3348
3725
|
"locationName": "defaultRouteSettings"
|
|
3349
3726
|
},
|
|
3350
3727
|
"DeploymentId": {
|
|
@@ -3354,7 +3731,7 @@
|
|
|
3354
3731
|
"locationName": "description"
|
|
3355
3732
|
},
|
|
3356
3733
|
"RouteSettings": {
|
|
3357
|
-
"shape": "
|
|
3734
|
+
"shape": "S21",
|
|
3358
3735
|
"locationName": "routeSettings"
|
|
3359
3736
|
},
|
|
3360
3737
|
"StageName": {
|
|
@@ -3362,7 +3739,7 @@
|
|
|
3362
3739
|
"locationName": "stageName"
|
|
3363
3740
|
},
|
|
3364
3741
|
"StageVariables": {
|
|
3365
|
-
"shape": "
|
|
3742
|
+
"shape": "S22",
|
|
3366
3743
|
"locationName": "stageVariables"
|
|
3367
3744
|
}
|
|
3368
3745
|
},
|
|
@@ -3375,18 +3752,26 @@
|
|
|
3375
3752
|
"type": "structure",
|
|
3376
3753
|
"members": {
|
|
3377
3754
|
"AccessLogSettings": {
|
|
3378
|
-
"shape": "
|
|
3755
|
+
"shape": "S1w",
|
|
3379
3756
|
"locationName": "accessLogSettings"
|
|
3380
3757
|
},
|
|
3758
|
+
"ApiGatewayManaged": {
|
|
3759
|
+
"locationName": "apiGatewayManaged",
|
|
3760
|
+
"type": "boolean"
|
|
3761
|
+
},
|
|
3762
|
+
"AutoDeploy": {
|
|
3763
|
+
"locationName": "autoDeploy",
|
|
3764
|
+
"type": "boolean"
|
|
3765
|
+
},
|
|
3381
3766
|
"ClientCertificateId": {
|
|
3382
3767
|
"locationName": "clientCertificateId"
|
|
3383
3768
|
},
|
|
3384
3769
|
"CreatedDate": {
|
|
3385
|
-
"shape": "
|
|
3770
|
+
"shape": "Sl",
|
|
3386
3771
|
"locationName": "createdDate"
|
|
3387
3772
|
},
|
|
3388
3773
|
"DefaultRouteSettings": {
|
|
3389
|
-
"shape": "
|
|
3774
|
+
"shape": "S1x",
|
|
3390
3775
|
"locationName": "defaultRouteSettings"
|
|
3391
3776
|
},
|
|
3392
3777
|
"DeploymentId": {
|
|
@@ -3395,23 +3780,26 @@
|
|
|
3395
3780
|
"Description": {
|
|
3396
3781
|
"locationName": "description"
|
|
3397
3782
|
},
|
|
3783
|
+
"LastDeploymentStatusMessage": {
|
|
3784
|
+
"locationName": "lastDeploymentStatusMessage"
|
|
3785
|
+
},
|
|
3398
3786
|
"LastUpdatedDate": {
|
|
3399
|
-
"shape": "
|
|
3787
|
+
"shape": "Sl",
|
|
3400
3788
|
"locationName": "lastUpdatedDate"
|
|
3401
3789
|
},
|
|
3402
3790
|
"RouteSettings": {
|
|
3403
|
-
"shape": "
|
|
3791
|
+
"shape": "S21",
|
|
3404
3792
|
"locationName": "routeSettings"
|
|
3405
3793
|
},
|
|
3406
3794
|
"StageName": {
|
|
3407
3795
|
"locationName": "stageName"
|
|
3408
3796
|
},
|
|
3409
3797
|
"StageVariables": {
|
|
3410
|
-
"shape": "
|
|
3798
|
+
"shape": "S22",
|
|
3411
3799
|
"locationName": "stageVariables"
|
|
3412
3800
|
},
|
|
3413
3801
|
"Tags": {
|
|
3414
|
-
"shape": "
|
|
3802
|
+
"shape": "Sg",
|
|
3415
3803
|
"locationName": "tags"
|
|
3416
3804
|
}
|
|
3417
3805
|
}
|
|
@@ -3419,28 +3807,71 @@
|
|
|
3419
3807
|
}
|
|
3420
3808
|
},
|
|
3421
3809
|
"shapes": {
|
|
3422
|
-
"
|
|
3810
|
+
"S3": {
|
|
3811
|
+
"type": "structure",
|
|
3812
|
+
"members": {
|
|
3813
|
+
"AllowCredentials": {
|
|
3814
|
+
"locationName": "allowCredentials",
|
|
3815
|
+
"type": "boolean"
|
|
3816
|
+
},
|
|
3817
|
+
"AllowHeaders": {
|
|
3818
|
+
"shape": "S5",
|
|
3819
|
+
"locationName": "allowHeaders"
|
|
3820
|
+
},
|
|
3821
|
+
"AllowMethods": {
|
|
3822
|
+
"locationName": "allowMethods",
|
|
3823
|
+
"type": "list",
|
|
3824
|
+
"member": {}
|
|
3825
|
+
},
|
|
3826
|
+
"AllowOrigins": {
|
|
3827
|
+
"locationName": "allowOrigins",
|
|
3828
|
+
"type": "list",
|
|
3829
|
+
"member": {}
|
|
3830
|
+
},
|
|
3831
|
+
"ExposeHeaders": {
|
|
3832
|
+
"shape": "S5",
|
|
3833
|
+
"locationName": "exposeHeaders"
|
|
3834
|
+
},
|
|
3835
|
+
"MaxAge": {
|
|
3836
|
+
"locationName": "maxAge",
|
|
3837
|
+
"type": "integer"
|
|
3838
|
+
}
|
|
3839
|
+
}
|
|
3840
|
+
},
|
|
3841
|
+
"S5": {
|
|
3842
|
+
"type": "list",
|
|
3843
|
+
"member": {}
|
|
3844
|
+
},
|
|
3845
|
+
"Sg": {
|
|
3423
3846
|
"type": "map",
|
|
3424
3847
|
"key": {},
|
|
3425
3848
|
"value": {}
|
|
3426
3849
|
},
|
|
3427
|
-
"
|
|
3850
|
+
"Sl": {
|
|
3428
3851
|
"type": "timestamp",
|
|
3429
3852
|
"timestampFormat": "iso8601"
|
|
3430
3853
|
},
|
|
3431
|
-
"
|
|
3854
|
+
"Sm": {
|
|
3432
3855
|
"type": "list",
|
|
3433
3856
|
"member": {}
|
|
3434
3857
|
},
|
|
3435
|
-
"
|
|
3858
|
+
"Ss": {
|
|
3436
3859
|
"type": "list",
|
|
3437
3860
|
"member": {}
|
|
3438
3861
|
},
|
|
3439
|
-
"
|
|
3440
|
-
"type": "
|
|
3441
|
-
"
|
|
3862
|
+
"St": {
|
|
3863
|
+
"type": "structure",
|
|
3864
|
+
"members": {
|
|
3865
|
+
"Audience": {
|
|
3866
|
+
"shape": "Sm",
|
|
3867
|
+
"locationName": "audience"
|
|
3868
|
+
},
|
|
3869
|
+
"Issuer": {
|
|
3870
|
+
"locationName": "issuer"
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3442
3873
|
},
|
|
3443
|
-
"
|
|
3874
|
+
"S10": {
|
|
3444
3875
|
"type": "list",
|
|
3445
3876
|
"member": {
|
|
3446
3877
|
"type": "structure",
|
|
@@ -3455,9 +3886,15 @@
|
|
|
3455
3886
|
"locationName": "certificateName"
|
|
3456
3887
|
},
|
|
3457
3888
|
"CertificateUploadDate": {
|
|
3458
|
-
"shape": "
|
|
3889
|
+
"shape": "Sl",
|
|
3459
3890
|
"locationName": "certificateUploadDate"
|
|
3460
3891
|
},
|
|
3892
|
+
"DomainNameStatus": {
|
|
3893
|
+
"locationName": "domainNameStatus"
|
|
3894
|
+
},
|
|
3895
|
+
"DomainNameStatusMessage": {
|
|
3896
|
+
"locationName": "domainNameStatusMessage"
|
|
3897
|
+
},
|
|
3461
3898
|
"EndpointType": {
|
|
3462
3899
|
"locationName": "endpointType"
|
|
3463
3900
|
},
|
|
@@ -3466,36 +3903,30 @@
|
|
|
3466
3903
|
},
|
|
3467
3904
|
"SecurityPolicy": {
|
|
3468
3905
|
"locationName": "securityPolicy"
|
|
3469
|
-
},
|
|
3470
|
-
"DomainNameStatus": {
|
|
3471
|
-
"locationName": "domainNameStatus"
|
|
3472
|
-
},
|
|
3473
|
-
"DomainNameStatusMessage": {
|
|
3474
|
-
"locationName": "domainNameStatusMessage"
|
|
3475
3906
|
}
|
|
3476
3907
|
}
|
|
3477
3908
|
}
|
|
3478
3909
|
},
|
|
3479
|
-
"
|
|
3910
|
+
"S1c": {
|
|
3480
3911
|
"type": "map",
|
|
3481
3912
|
"key": {},
|
|
3482
3913
|
"value": {}
|
|
3483
3914
|
},
|
|
3484
|
-
"
|
|
3915
|
+
"S1d": {
|
|
3485
3916
|
"type": "map",
|
|
3486
3917
|
"key": {},
|
|
3487
3918
|
"value": {}
|
|
3488
3919
|
},
|
|
3489
|
-
"
|
|
3920
|
+
"S1n": {
|
|
3490
3921
|
"type": "list",
|
|
3491
3922
|
"member": {}
|
|
3492
3923
|
},
|
|
3493
|
-
"
|
|
3924
|
+
"S1p": {
|
|
3494
3925
|
"type": "map",
|
|
3495
3926
|
"key": {},
|
|
3496
3927
|
"value": {}
|
|
3497
3928
|
},
|
|
3498
|
-
"
|
|
3929
|
+
"S1q": {
|
|
3499
3930
|
"type": "map",
|
|
3500
3931
|
"key": {},
|
|
3501
3932
|
"value": {
|
|
@@ -3508,7 +3939,7 @@
|
|
|
3508
3939
|
}
|
|
3509
3940
|
}
|
|
3510
3941
|
},
|
|
3511
|
-
"
|
|
3942
|
+
"S1w": {
|
|
3512
3943
|
"type": "structure",
|
|
3513
3944
|
"members": {
|
|
3514
3945
|
"DestinationArn": {
|
|
@@ -3519,7 +3950,7 @@
|
|
|
3519
3950
|
}
|
|
3520
3951
|
}
|
|
3521
3952
|
},
|
|
3522
|
-
"
|
|
3953
|
+
"S1x": {
|
|
3523
3954
|
"type": "structure",
|
|
3524
3955
|
"members": {
|
|
3525
3956
|
"DataTraceEnabled": {
|
|
@@ -3543,14 +3974,14 @@
|
|
|
3543
3974
|
}
|
|
3544
3975
|
}
|
|
3545
3976
|
},
|
|
3546
|
-
"
|
|
3977
|
+
"S21": {
|
|
3547
3978
|
"type": "map",
|
|
3548
3979
|
"key": {},
|
|
3549
3980
|
"value": {
|
|
3550
|
-
"shape": "
|
|
3981
|
+
"shape": "S1x"
|
|
3551
3982
|
}
|
|
3552
3983
|
},
|
|
3553
|
-
"
|
|
3984
|
+
"S22": {
|
|
3554
3985
|
"type": "map",
|
|
3555
3986
|
"key": {},
|
|
3556
3987
|
"value": {}
|