aws-sdk-core 2.6.30 → 2.6.31
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +503 -4
- data/apis/appstream/2016-12-01/api-2.json +820 -0
- data/apis/appstream/2016-12-01/examples-1.json +5 -0
- data/apis/appstream/2016-12-01/waiters-2.json +55 -0
- data/apis/codebuild/2016-10-06/api-2.json +702 -0
- data/apis/codebuild/2016-10-06/examples-1.json +5 -0
- data/apis/directconnect/2012-10-25/api-2.json +112 -9
- data/apis/ec2/2016-11-15/api-2.json +15025 -0
- data/apis/ec2/2016-11-15/examples-1.json +3740 -0
- data/apis/ec2/2016-11-15/paginators-1.json +138 -0
- data/apis/ec2/2016-11-15/resources-1.json +2582 -0
- data/apis/ec2/2016-11-15/waiters-2.json +593 -0
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +53 -4
- data/apis/health/2016-08-04/api-2.json +547 -0
- data/apis/health/2016-08-04/examples-1.json +5 -0
- data/apis/health/2016-08-04/paginators-1.json +31 -0
- data/apis/lambda/2015-03-31/api-2.json +81 -11
- data/apis/opsworkscm/2016-11-01/api-2.json +712 -0
- data/apis/opsworkscm/2016-11-01/examples-1.json +5 -0
- data/apis/pinpoint/2016-12-01/api-2.json +2793 -0
- data/apis/pinpoint/2016-12-01/examples-1.json +5 -0
- data/apis/shield/2016-06-02/api-2.json +494 -0
- data/apis/shield/2016-06-02/examples-1.json +5 -0
- data/apis/ssm/2014-11-06/api-2.json +2671 -117
- data/apis/states/2016-11-23/api-2.json +1021 -0
- data/apis/states/2016-11-23/examples-1.json +5 -0
- data/apis/states/2016-11-23/paginators-1.json +28 -0
- data/apis/xray/2016-04-12/api-2.json +491 -0
- data/apis/xray/2016-04-12/examples-1.json +5 -0
- data/endpoints.json +82 -0
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/appstream.rb +6 -0
- data/lib/aws-sdk-core/codebuild.rb +5 -0
- data/lib/aws-sdk-core/ec2.rb +6 -6
- data/lib/aws-sdk-core/health.rb +6 -0
- data/lib/aws-sdk-core/opsworkscm.rb +5 -0
- data/lib/aws-sdk-core/pinpoint.rb +5 -0
- data/lib/aws-sdk-core/shield.rb +5 -0
- data/lib/aws-sdk-core/states.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xray.rb +5 -0
- data/service-models.json +33 -1
- metadata +34 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a423170fa51550cd8fe4338d9ce363747bdda846
|
4
|
+
data.tar.gz: 0af60d11695a9b2e894d93806436a8b72ec5a336
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eefb7fa25c90fa336f5fcdb65df13ea084877acb34c3352ad852755b819861ab6e526e7a3cbcd7163b8e07a9df19cabc8838e811592bde421bb38e28cbccd065
|
7
|
+
data.tar.gz: 0c55c8d50a2607b34e4d0315f8647977c99335a601d5eb87c64515da548eebe16a98a9062721b3a3822be450835da22b7ae1bd2d50b2864f2c6c7de9fd52642c
|
@@ -5,7 +5,8 @@
|
|
5
5
|
"endpointPrefix":"apigateway",
|
6
6
|
"protocol":"rest-json",
|
7
7
|
"serviceFullName":"Amazon API Gateway",
|
8
|
-
"signatureVersion":"v4"
|
8
|
+
"signatureVersion":"v4",
|
9
|
+
"uid":"apigateway-2015-07-09"
|
9
10
|
},
|
10
11
|
"operations":{
|
11
12
|
"CreateApiKey":{
|
@@ -79,6 +80,42 @@
|
|
79
80
|
{"shape":"ServiceUnavailableException"}
|
80
81
|
]
|
81
82
|
},
|
83
|
+
"CreateDocumentationPart":{
|
84
|
+
"name":"CreateDocumentationPart",
|
85
|
+
"http":{
|
86
|
+
"method":"POST",
|
87
|
+
"requestUri":"/restapis/{restapi_id}/documentation/parts",
|
88
|
+
"responseCode":201
|
89
|
+
},
|
90
|
+
"input":{"shape":"CreateDocumentationPartRequest"},
|
91
|
+
"output":{"shape":"DocumentationPart"},
|
92
|
+
"errors":[
|
93
|
+
{"shape":"BadRequestException"},
|
94
|
+
{"shape":"ConflictException"},
|
95
|
+
{"shape":"UnauthorizedException"},
|
96
|
+
{"shape":"NotFoundException"},
|
97
|
+
{"shape":"LimitExceededException"},
|
98
|
+
{"shape":"TooManyRequestsException"}
|
99
|
+
]
|
100
|
+
},
|
101
|
+
"CreateDocumentationVersion":{
|
102
|
+
"name":"CreateDocumentationVersion",
|
103
|
+
"http":{
|
104
|
+
"method":"POST",
|
105
|
+
"requestUri":"/restapis/{restapi_id}/documentation/versions",
|
106
|
+
"responseCode":201
|
107
|
+
},
|
108
|
+
"input":{"shape":"CreateDocumentationVersionRequest"},
|
109
|
+
"output":{"shape":"DocumentationVersion"},
|
110
|
+
"errors":[
|
111
|
+
{"shape":"BadRequestException"},
|
112
|
+
{"shape":"ConflictException"},
|
113
|
+
{"shape":"UnauthorizedException"},
|
114
|
+
{"shape":"NotFoundException"},
|
115
|
+
{"shape":"LimitExceededException"},
|
116
|
+
{"shape":"TooManyRequestsException"}
|
117
|
+
]
|
118
|
+
},
|
82
119
|
"CreateDomainName":{
|
83
120
|
"name":"CreateDomainName",
|
84
121
|
"http":{
|
@@ -274,6 +311,38 @@
|
|
274
311
|
{"shape":"TooManyRequestsException"}
|
275
312
|
]
|
276
313
|
},
|
314
|
+
"DeleteDocumentationPart":{
|
315
|
+
"name":"DeleteDocumentationPart",
|
316
|
+
"http":{
|
317
|
+
"method":"DELETE",
|
318
|
+
"requestUri":"/restapis/{restapi_id}/documentation/parts/{part_id}",
|
319
|
+
"responseCode":202
|
320
|
+
},
|
321
|
+
"input":{"shape":"DeleteDocumentationPartRequest"},
|
322
|
+
"errors":[
|
323
|
+
{"shape":"UnauthorizedException"},
|
324
|
+
{"shape":"NotFoundException"},
|
325
|
+
{"shape":"TooManyRequestsException"},
|
326
|
+
{"shape":"ConflictException"},
|
327
|
+
{"shape":"BadRequestException"}
|
328
|
+
]
|
329
|
+
},
|
330
|
+
"DeleteDocumentationVersion":{
|
331
|
+
"name":"DeleteDocumentationVersion",
|
332
|
+
"http":{
|
333
|
+
"method":"DELETE",
|
334
|
+
"requestUri":"/restapis/{restapi_id}/documentation/versions/{doc_version}",
|
335
|
+
"responseCode":202
|
336
|
+
},
|
337
|
+
"input":{"shape":"DeleteDocumentationVersionRequest"},
|
338
|
+
"errors":[
|
339
|
+
{"shape":"UnauthorizedException"},
|
340
|
+
{"shape":"NotFoundException"},
|
341
|
+
{"shape":"BadRequestException"},
|
342
|
+
{"shape":"ConflictException"},
|
343
|
+
{"shape":"TooManyRequestsException"}
|
344
|
+
]
|
345
|
+
},
|
277
346
|
"DeleteDomainName":{
|
278
347
|
"name":"DeleteDomainName",
|
279
348
|
"http":{
|
@@ -645,6 +714,64 @@
|
|
645
714
|
{"shape":"ServiceUnavailableException"}
|
646
715
|
]
|
647
716
|
},
|
717
|
+
"GetDocumentationPart":{
|
718
|
+
"name":"GetDocumentationPart",
|
719
|
+
"http":{
|
720
|
+
"method":"GET",
|
721
|
+
"requestUri":"/restapis/{restapi_id}/documentation/parts/{part_id}"
|
722
|
+
},
|
723
|
+
"input":{"shape":"GetDocumentationPartRequest"},
|
724
|
+
"output":{"shape":"DocumentationPart"},
|
725
|
+
"errors":[
|
726
|
+
{"shape":"UnauthorizedException"},
|
727
|
+
{"shape":"NotFoundException"},
|
728
|
+
{"shape":"TooManyRequestsException"}
|
729
|
+
]
|
730
|
+
},
|
731
|
+
"GetDocumentationParts":{
|
732
|
+
"name":"GetDocumentationParts",
|
733
|
+
"http":{
|
734
|
+
"method":"GET",
|
735
|
+
"requestUri":"/restapis/{restapi_id}/documentation/parts"
|
736
|
+
},
|
737
|
+
"input":{"shape":"GetDocumentationPartsRequest"},
|
738
|
+
"output":{"shape":"DocumentationParts"},
|
739
|
+
"errors":[
|
740
|
+
{"shape":"BadRequestException"},
|
741
|
+
{"shape":"UnauthorizedException"},
|
742
|
+
{"shape":"NotFoundException"},
|
743
|
+
{"shape":"TooManyRequestsException"}
|
744
|
+
]
|
745
|
+
},
|
746
|
+
"GetDocumentationVersion":{
|
747
|
+
"name":"GetDocumentationVersion",
|
748
|
+
"http":{
|
749
|
+
"method":"GET",
|
750
|
+
"requestUri":"/restapis/{restapi_id}/documentation/versions/{doc_version}"
|
751
|
+
},
|
752
|
+
"input":{"shape":"GetDocumentationVersionRequest"},
|
753
|
+
"output":{"shape":"DocumentationVersion"},
|
754
|
+
"errors":[
|
755
|
+
{"shape":"UnauthorizedException"},
|
756
|
+
{"shape":"NotFoundException"},
|
757
|
+
{"shape":"TooManyRequestsException"}
|
758
|
+
]
|
759
|
+
},
|
760
|
+
"GetDocumentationVersions":{
|
761
|
+
"name":"GetDocumentationVersions",
|
762
|
+
"http":{
|
763
|
+
"method":"GET",
|
764
|
+
"requestUri":"/restapis/{restapi_id}/documentation/versions"
|
765
|
+
},
|
766
|
+
"input":{"shape":"GetDocumentationVersionsRequest"},
|
767
|
+
"output":{"shape":"DocumentationVersions"},
|
768
|
+
"errors":[
|
769
|
+
{"shape":"BadRequestException"},
|
770
|
+
{"shape":"UnauthorizedException"},
|
771
|
+
{"shape":"NotFoundException"},
|
772
|
+
{"shape":"TooManyRequestsException"}
|
773
|
+
]
|
774
|
+
},
|
648
775
|
"GetDomainName":{
|
649
776
|
"name":"GetDomainName",
|
650
777
|
"http":{
|
@@ -986,6 +1113,22 @@
|
|
986
1113
|
{"shape":"ConflictException"}
|
987
1114
|
]
|
988
1115
|
},
|
1116
|
+
"ImportDocumentationParts":{
|
1117
|
+
"name":"ImportDocumentationParts",
|
1118
|
+
"http":{
|
1119
|
+
"method":"PUT",
|
1120
|
+
"requestUri":"/restapis/{restapi_id}/documentation/parts"
|
1121
|
+
},
|
1122
|
+
"input":{"shape":"ImportDocumentationPartsRequest"},
|
1123
|
+
"output":{"shape":"DocumentationPartIds"},
|
1124
|
+
"errors":[
|
1125
|
+
{"shape":"UnauthorizedException"},
|
1126
|
+
{"shape":"NotFoundException"},
|
1127
|
+
{"shape":"BadRequestException"},
|
1128
|
+
{"shape":"LimitExceededException"},
|
1129
|
+
{"shape":"TooManyRequestsException"}
|
1130
|
+
]
|
1131
|
+
},
|
989
1132
|
"ImportRestApi":{
|
990
1133
|
"name":"ImportRestApi",
|
991
1134
|
"http":{
|
@@ -1214,6 +1357,39 @@
|
|
1214
1357
|
{"shape":"ServiceUnavailableException"}
|
1215
1358
|
]
|
1216
1359
|
},
|
1360
|
+
"UpdateDocumentationPart":{
|
1361
|
+
"name":"UpdateDocumentationPart",
|
1362
|
+
"http":{
|
1363
|
+
"method":"PATCH",
|
1364
|
+
"requestUri":"/restapis/{restapi_id}/documentation/parts/{part_id}"
|
1365
|
+
},
|
1366
|
+
"input":{"shape":"UpdateDocumentationPartRequest"},
|
1367
|
+
"output":{"shape":"DocumentationPart"},
|
1368
|
+
"errors":[
|
1369
|
+
{"shape":"BadRequestException"},
|
1370
|
+
{"shape":"UnauthorizedException"},
|
1371
|
+
{"shape":"NotFoundException"},
|
1372
|
+
{"shape":"ConflictException"},
|
1373
|
+
{"shape":"LimitExceededException"},
|
1374
|
+
{"shape":"TooManyRequestsException"}
|
1375
|
+
]
|
1376
|
+
},
|
1377
|
+
"UpdateDocumentationVersion":{
|
1378
|
+
"name":"UpdateDocumentationVersion",
|
1379
|
+
"http":{
|
1380
|
+
"method":"PATCH",
|
1381
|
+
"requestUri":"/restapis/{restapi_id}/documentation/versions/{doc_version}"
|
1382
|
+
},
|
1383
|
+
"input":{"shape":"UpdateDocumentationVersionRequest"},
|
1384
|
+
"output":{"shape":"DocumentationVersion"},
|
1385
|
+
"errors":[
|
1386
|
+
{"shape":"UnauthorizedException"},
|
1387
|
+
{"shape":"NotFoundException"},
|
1388
|
+
{"shape":"ConflictException"},
|
1389
|
+
{"shape":"BadRequestException"},
|
1390
|
+
{"shape":"TooManyRequestsException"}
|
1391
|
+
]
|
1392
|
+
},
|
1217
1393
|
"UpdateDomainName":{
|
1218
1394
|
"name":"UpdateDomainName",
|
1219
1395
|
"http":{
|
@@ -1408,6 +1584,7 @@
|
|
1408
1584
|
"id":{"shape":"String"},
|
1409
1585
|
"value":{"shape":"String"},
|
1410
1586
|
"name":{"shape":"String"},
|
1587
|
+
"customerId":{"shape":"String"},
|
1411
1588
|
"description":{"shape":"String"},
|
1412
1589
|
"enabled":{"shape":"Boolean"},
|
1413
1590
|
"createdDate":{"shape":"Timestamp"},
|
@@ -1570,7 +1747,8 @@
|
|
1570
1747
|
"enabled":{"shape":"Boolean"},
|
1571
1748
|
"generateDistinctId":{"shape":"Boolean"},
|
1572
1749
|
"value":{"shape":"String"},
|
1573
|
-
"stageKeys":{"shape":"ListOfStageKeys"}
|
1750
|
+
"stageKeys":{"shape":"ListOfStageKeys"},
|
1751
|
+
"customerId":{"shape":"String"}
|
1574
1752
|
}
|
1575
1753
|
},
|
1576
1754
|
"CreateAuthorizerRequest":{
|
@@ -1632,6 +1810,40 @@
|
|
1632
1810
|
"variables":{"shape":"MapOfStringToString"}
|
1633
1811
|
}
|
1634
1812
|
},
|
1813
|
+
"CreateDocumentationPartRequest":{
|
1814
|
+
"type":"structure",
|
1815
|
+
"required":[
|
1816
|
+
"restApiId",
|
1817
|
+
"location",
|
1818
|
+
"properties"
|
1819
|
+
],
|
1820
|
+
"members":{
|
1821
|
+
"restApiId":{
|
1822
|
+
"shape":"String",
|
1823
|
+
"location":"uri",
|
1824
|
+
"locationName":"restapi_id"
|
1825
|
+
},
|
1826
|
+
"location":{"shape":"DocumentationPartLocation"},
|
1827
|
+
"properties":{"shape":"String"}
|
1828
|
+
}
|
1829
|
+
},
|
1830
|
+
"CreateDocumentationVersionRequest":{
|
1831
|
+
"type":"structure",
|
1832
|
+
"required":[
|
1833
|
+
"restApiId",
|
1834
|
+
"documentationVersion"
|
1835
|
+
],
|
1836
|
+
"members":{
|
1837
|
+
"restApiId":{
|
1838
|
+
"shape":"String",
|
1839
|
+
"location":"uri",
|
1840
|
+
"locationName":"restapi_id"
|
1841
|
+
},
|
1842
|
+
"documentationVersion":{"shape":"String"},
|
1843
|
+
"stageName":{"shape":"String"},
|
1844
|
+
"description":{"shape":"String"}
|
1845
|
+
}
|
1846
|
+
},
|
1635
1847
|
"CreateDomainNameRequest":{
|
1636
1848
|
"type":"structure",
|
1637
1849
|
"required":[
|
@@ -1695,6 +1907,7 @@
|
|
1695
1907
|
"members":{
|
1696
1908
|
"name":{"shape":"String"},
|
1697
1909
|
"description":{"shape":"String"},
|
1910
|
+
"version":{"shape":"String"},
|
1698
1911
|
"cloneFrom":{"shape":"String"},
|
1699
1912
|
"binaryMediaTypes":{"shape":"ListOfString"}
|
1700
1913
|
}
|
@@ -1717,7 +1930,8 @@
|
|
1717
1930
|
"description":{"shape":"String"},
|
1718
1931
|
"cacheClusterEnabled":{"shape":"Boolean"},
|
1719
1932
|
"cacheClusterSize":{"shape":"CacheClusterSize"},
|
1720
|
-
"variables":{"shape":"MapOfStringToString"}
|
1933
|
+
"variables":{"shape":"MapOfStringToString"},
|
1934
|
+
"documentationVersion":{"shape":"String"}
|
1721
1935
|
}
|
1722
1936
|
},
|
1723
1937
|
"CreateUsagePlanKeyRequest":{
|
@@ -1827,6 +2041,44 @@
|
|
1827
2041
|
}
|
1828
2042
|
}
|
1829
2043
|
},
|
2044
|
+
"DeleteDocumentationPartRequest":{
|
2045
|
+
"type":"structure",
|
2046
|
+
"required":[
|
2047
|
+
"restApiId",
|
2048
|
+
"documentationPartId"
|
2049
|
+
],
|
2050
|
+
"members":{
|
2051
|
+
"restApiId":{
|
2052
|
+
"shape":"String",
|
2053
|
+
"location":"uri",
|
2054
|
+
"locationName":"restapi_id"
|
2055
|
+
},
|
2056
|
+
"documentationPartId":{
|
2057
|
+
"shape":"String",
|
2058
|
+
"location":"uri",
|
2059
|
+
"locationName":"part_id"
|
2060
|
+
}
|
2061
|
+
}
|
2062
|
+
},
|
2063
|
+
"DeleteDocumentationVersionRequest":{
|
2064
|
+
"type":"structure",
|
2065
|
+
"required":[
|
2066
|
+
"restApiId",
|
2067
|
+
"documentationVersion"
|
2068
|
+
],
|
2069
|
+
"members":{
|
2070
|
+
"restApiId":{
|
2071
|
+
"shape":"String",
|
2072
|
+
"location":"uri",
|
2073
|
+
"locationName":"restapi_id"
|
2074
|
+
},
|
2075
|
+
"documentationVersion":{
|
2076
|
+
"shape":"String",
|
2077
|
+
"location":"uri",
|
2078
|
+
"locationName":"doc_version"
|
2079
|
+
}
|
2080
|
+
}
|
2081
|
+
},
|
1830
2082
|
"DeleteDomainNameRequest":{
|
1831
2083
|
"type":"structure",
|
1832
2084
|
"required":["domainName"],
|
@@ -2067,6 +2319,81 @@
|
|
2067
2319
|
}
|
2068
2320
|
}
|
2069
2321
|
},
|
2322
|
+
"DocumentationPart":{
|
2323
|
+
"type":"structure",
|
2324
|
+
"members":{
|
2325
|
+
"id":{"shape":"String"},
|
2326
|
+
"location":{"shape":"DocumentationPartLocation"},
|
2327
|
+
"properties":{"shape":"String"}
|
2328
|
+
}
|
2329
|
+
},
|
2330
|
+
"DocumentationPartIds":{
|
2331
|
+
"type":"structure",
|
2332
|
+
"members":{
|
2333
|
+
"ids":{"shape":"ListOfString"},
|
2334
|
+
"warnings":{"shape":"ListOfString"}
|
2335
|
+
}
|
2336
|
+
},
|
2337
|
+
"DocumentationPartLocation":{
|
2338
|
+
"type":"structure",
|
2339
|
+
"required":["type"],
|
2340
|
+
"members":{
|
2341
|
+
"type":{"shape":"DocumentationPartType"},
|
2342
|
+
"path":{"shape":"String"},
|
2343
|
+
"method":{"shape":"String"},
|
2344
|
+
"statusCode":{"shape":"DocumentationPartLocationStatusCode"},
|
2345
|
+
"name":{"shape":"String"}
|
2346
|
+
}
|
2347
|
+
},
|
2348
|
+
"DocumentationPartLocationStatusCode":{
|
2349
|
+
"type":"string",
|
2350
|
+
"pattern":"^([1-5]\\d\\d|\\*|\\s*)$"
|
2351
|
+
},
|
2352
|
+
"DocumentationPartType":{
|
2353
|
+
"type":"string",
|
2354
|
+
"enum":[
|
2355
|
+
"API",
|
2356
|
+
"AUTHORIZER",
|
2357
|
+
"MODEL",
|
2358
|
+
"RESOURCE",
|
2359
|
+
"METHOD",
|
2360
|
+
"PATH_PARAMETER",
|
2361
|
+
"QUERY_PARAMETER",
|
2362
|
+
"REQUEST_HEADER",
|
2363
|
+
"REQUEST_BODY",
|
2364
|
+
"RESPONSE",
|
2365
|
+
"RESPONSE_HEADER",
|
2366
|
+
"RESPONSE_BODY"
|
2367
|
+
]
|
2368
|
+
},
|
2369
|
+
"DocumentationParts":{
|
2370
|
+
"type":"structure",
|
2371
|
+
"members":{
|
2372
|
+
"position":{"shape":"String"},
|
2373
|
+
"items":{
|
2374
|
+
"shape":"ListOfDocumentationPart",
|
2375
|
+
"locationName":"item"
|
2376
|
+
}
|
2377
|
+
}
|
2378
|
+
},
|
2379
|
+
"DocumentationVersion":{
|
2380
|
+
"type":"structure",
|
2381
|
+
"members":{
|
2382
|
+
"version":{"shape":"String"},
|
2383
|
+
"createdDate":{"shape":"Timestamp"},
|
2384
|
+
"description":{"shape":"String"}
|
2385
|
+
}
|
2386
|
+
},
|
2387
|
+
"DocumentationVersions":{
|
2388
|
+
"type":"structure",
|
2389
|
+
"members":{
|
2390
|
+
"position":{"shape":"String"},
|
2391
|
+
"items":{
|
2392
|
+
"shape":"ListOfDocumentationVersion",
|
2393
|
+
"locationName":"item"
|
2394
|
+
}
|
2395
|
+
}
|
2396
|
+
},
|
2070
2397
|
"DomainName":{
|
2071
2398
|
"type":"structure",
|
2072
2399
|
"members":{
|
@@ -2345,6 +2672,101 @@
|
|
2345
2672
|
}
|
2346
2673
|
}
|
2347
2674
|
},
|
2675
|
+
"GetDocumentationPartRequest":{
|
2676
|
+
"type":"structure",
|
2677
|
+
"required":[
|
2678
|
+
"restApiId",
|
2679
|
+
"documentationPartId"
|
2680
|
+
],
|
2681
|
+
"members":{
|
2682
|
+
"restApiId":{
|
2683
|
+
"shape":"String",
|
2684
|
+
"location":"uri",
|
2685
|
+
"locationName":"restapi_id"
|
2686
|
+
},
|
2687
|
+
"documentationPartId":{
|
2688
|
+
"shape":"String",
|
2689
|
+
"location":"uri",
|
2690
|
+
"locationName":"part_id"
|
2691
|
+
}
|
2692
|
+
}
|
2693
|
+
},
|
2694
|
+
"GetDocumentationPartsRequest":{
|
2695
|
+
"type":"structure",
|
2696
|
+
"required":["restApiId"],
|
2697
|
+
"members":{
|
2698
|
+
"restApiId":{
|
2699
|
+
"shape":"String",
|
2700
|
+
"location":"uri",
|
2701
|
+
"locationName":"restapi_id"
|
2702
|
+
},
|
2703
|
+
"type":{
|
2704
|
+
"shape":"DocumentationPartType",
|
2705
|
+
"location":"querystring",
|
2706
|
+
"locationName":"type"
|
2707
|
+
},
|
2708
|
+
"nameQuery":{
|
2709
|
+
"shape":"String",
|
2710
|
+
"location":"querystring",
|
2711
|
+
"locationName":"name"
|
2712
|
+
},
|
2713
|
+
"path":{
|
2714
|
+
"shape":"String",
|
2715
|
+
"location":"querystring",
|
2716
|
+
"locationName":"path"
|
2717
|
+
},
|
2718
|
+
"position":{
|
2719
|
+
"shape":"String",
|
2720
|
+
"location":"querystring",
|
2721
|
+
"locationName":"position"
|
2722
|
+
},
|
2723
|
+
"limit":{
|
2724
|
+
"shape":"NullableInteger",
|
2725
|
+
"location":"querystring",
|
2726
|
+
"locationName":"limit"
|
2727
|
+
}
|
2728
|
+
}
|
2729
|
+
},
|
2730
|
+
"GetDocumentationVersionRequest":{
|
2731
|
+
"type":"structure",
|
2732
|
+
"required":[
|
2733
|
+
"restApiId",
|
2734
|
+
"documentationVersion"
|
2735
|
+
],
|
2736
|
+
"members":{
|
2737
|
+
"restApiId":{
|
2738
|
+
"shape":"String",
|
2739
|
+
"location":"uri",
|
2740
|
+
"locationName":"restapi_id"
|
2741
|
+
},
|
2742
|
+
"documentationVersion":{
|
2743
|
+
"shape":"String",
|
2744
|
+
"location":"uri",
|
2745
|
+
"locationName":"doc_version"
|
2746
|
+
}
|
2747
|
+
}
|
2748
|
+
},
|
2749
|
+
"GetDocumentationVersionsRequest":{
|
2750
|
+
"type":"structure",
|
2751
|
+
"required":["restApiId"],
|
2752
|
+
"members":{
|
2753
|
+
"restApiId":{
|
2754
|
+
"shape":"String",
|
2755
|
+
"location":"uri",
|
2756
|
+
"locationName":"restapi_id"
|
2757
|
+
},
|
2758
|
+
"position":{
|
2759
|
+
"shape":"String",
|
2760
|
+
"location":"querystring",
|
2761
|
+
"locationName":"position"
|
2762
|
+
},
|
2763
|
+
"limit":{
|
2764
|
+
"shape":"NullableInteger",
|
2765
|
+
"location":"querystring",
|
2766
|
+
"locationName":"limit"
|
2767
|
+
}
|
2768
|
+
}
|
2769
|
+
},
|
2348
2770
|
"GetDomainNameRequest":{
|
2349
2771
|
"type":"structure",
|
2350
2772
|
"required":["domainName"],
|
@@ -2848,6 +3270,32 @@
|
|
2848
3270
|
},
|
2849
3271
|
"payload":"body"
|
2850
3272
|
},
|
3273
|
+
"ImportDocumentationPartsRequest":{
|
3274
|
+
"type":"structure",
|
3275
|
+
"required":[
|
3276
|
+
"restApiId",
|
3277
|
+
"body"
|
3278
|
+
],
|
3279
|
+
"members":{
|
3280
|
+
"restApiId":{
|
3281
|
+
"shape":"String",
|
3282
|
+
"location":"uri",
|
3283
|
+
"locationName":"restapi_id"
|
3284
|
+
},
|
3285
|
+
"mode":{
|
3286
|
+
"shape":"PutMode",
|
3287
|
+
"location":"querystring",
|
3288
|
+
"locationName":"mode"
|
3289
|
+
},
|
3290
|
+
"failOnWarnings":{
|
3291
|
+
"shape":"Boolean",
|
3292
|
+
"location":"querystring",
|
3293
|
+
"locationName":"failonwarnings"
|
3294
|
+
},
|
3295
|
+
"body":{"shape":"Blob"}
|
3296
|
+
},
|
3297
|
+
"payload":"body"
|
3298
|
+
},
|
2851
3299
|
"ImportRestApiRequest":{
|
2852
3300
|
"type":"structure",
|
2853
3301
|
"required":["body"],
|
@@ -2943,6 +3391,14 @@
|
|
2943
3391
|
"type":"list",
|
2944
3392
|
"member":{"shape":"Deployment"}
|
2945
3393
|
},
|
3394
|
+
"ListOfDocumentationPart":{
|
3395
|
+
"type":"list",
|
3396
|
+
"member":{"shape":"DocumentationPart"}
|
3397
|
+
},
|
3398
|
+
"ListOfDocumentationVersion":{
|
3399
|
+
"type":"list",
|
3400
|
+
"member":{"shape":"DocumentationVersion"}
|
3401
|
+
},
|
2946
3402
|
"ListOfDomainName":{
|
2947
3403
|
"type":"list",
|
2948
3404
|
"member":{"shape":"DomainName"}
|
@@ -3359,6 +3815,7 @@
|
|
3359
3815
|
"name":{"shape":"String"},
|
3360
3816
|
"description":{"shape":"String"},
|
3361
3817
|
"createdDate":{"shape":"Timestamp"},
|
3818
|
+
"version":{"shape":"String"},
|
3362
3819
|
"warnings":{"shape":"ListOfString"},
|
3363
3820
|
"binaryMediaTypes":{"shape":"ListOfString"}
|
3364
3821
|
}
|
@@ -3416,6 +3873,7 @@
|
|
3416
3873
|
"cacheClusterStatus":{"shape":"CacheClusterStatus"},
|
3417
3874
|
"methodSettings":{"shape":"MapOfMethodSettings"},
|
3418
3875
|
"variables":{"shape":"MapOfStringToString"},
|
3876
|
+
"documentationVersion":{"shape":"String"},
|
3419
3877
|
"createdDate":{"shape":"Timestamp"},
|
3420
3878
|
"lastUpdatedDate":{"shape":"Timestamp"}
|
3421
3879
|
}
|
@@ -3647,6 +4105,46 @@
|
|
3647
4105
|
"patchOperations":{"shape":"ListOfPatchOperation"}
|
3648
4106
|
}
|
3649
4107
|
},
|
4108
|
+
"UpdateDocumentationPartRequest":{
|
4109
|
+
"type":"structure",
|
4110
|
+
"required":[
|
4111
|
+
"restApiId",
|
4112
|
+
"documentationPartId"
|
4113
|
+
],
|
4114
|
+
"members":{
|
4115
|
+
"restApiId":{
|
4116
|
+
"shape":"String",
|
4117
|
+
"location":"uri",
|
4118
|
+
"locationName":"restapi_id"
|
4119
|
+
},
|
4120
|
+
"documentationPartId":{
|
4121
|
+
"shape":"String",
|
4122
|
+
"location":"uri",
|
4123
|
+
"locationName":"part_id"
|
4124
|
+
},
|
4125
|
+
"patchOperations":{"shape":"ListOfPatchOperation"}
|
4126
|
+
}
|
4127
|
+
},
|
4128
|
+
"UpdateDocumentationVersionRequest":{
|
4129
|
+
"type":"structure",
|
4130
|
+
"required":[
|
4131
|
+
"restApiId",
|
4132
|
+
"documentationVersion"
|
4133
|
+
],
|
4134
|
+
"members":{
|
4135
|
+
"restApiId":{
|
4136
|
+
"shape":"String",
|
4137
|
+
"location":"uri",
|
4138
|
+
"locationName":"restapi_id"
|
4139
|
+
},
|
4140
|
+
"documentationVersion":{
|
4141
|
+
"shape":"String",
|
4142
|
+
"location":"uri",
|
4143
|
+
"locationName":"doc_version"
|
4144
|
+
},
|
4145
|
+
"patchOperations":{"shape":"ListOfPatchOperation"}
|
4146
|
+
}
|
4147
|
+
},
|
3650
4148
|
"UpdateDomainNameRequest":{
|
3651
4149
|
"type":"structure",
|
3652
4150
|
"required":["domainName"],
|
@@ -3900,7 +4398,8 @@
|
|
3900
4398
|
"description":{"shape":"String"},
|
3901
4399
|
"apiStages":{"shape":"ListOfApiStage"},
|
3902
4400
|
"throttle":{"shape":"ThrottleSettings"},
|
3903
|
-
"quota":{"shape":"QuotaSettings"}
|
4401
|
+
"quota":{"shape":"QuotaSettings"},
|
4402
|
+
"productCode":{"shape":"String"}
|
3904
4403
|
}
|
3905
4404
|
},
|
3906
4405
|
"UsagePlanKey":{
|