aws-sdk-core 2.11.107 → 2.11.108

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "pagination": {
3
+ "ListCloudFrontOriginAccessIdentities": {
4
+ "input_token": "Marker",
5
+ "limit_key": "MaxItems",
6
+ "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
7
+ "output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
8
+ "result_key": "CloudFrontOriginAccessIdentityList.Items"
9
+ },
10
+ "ListDistributions": {
11
+ "input_token": "Marker",
12
+ "limit_key": "MaxItems",
13
+ "more_results": "DistributionList.IsTruncated",
14
+ "output_token": "DistributionList.NextMarker",
15
+ "result_key": "DistributionList.Items"
16
+ },
17
+ "ListInvalidations": {
18
+ "input_token": "Marker",
19
+ "limit_key": "MaxItems",
20
+ "more_results": "InvalidationList.IsTruncated",
21
+ "output_token": "InvalidationList.NextMarker",
22
+ "result_key": "InvalidationList.Items"
23
+ },
24
+ "ListStreamingDistributions": {
25
+ "input_token": "Marker",
26
+ "limit_key": "MaxItems",
27
+ "more_results": "StreamingDistributionList.IsTruncated",
28
+ "output_token": "StreamingDistributionList.NextMarker",
29
+ "result_key": "StreamingDistributionList.Items"
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListCloudFrontOriginAccessIdentities",
7
+ "input": {
8
+ "MaxItems": "1"
9
+ },
10
+ "errorExpectedFromService": false
11
+ },
12
+ {
13
+ "operationName": "GetDistribution",
14
+ "input": {
15
+ "Id": "fake-id"
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DistributionDeployed": {
5
+ "delay": 60,
6
+ "operation": "GetDistribution",
7
+ "maxAttempts": 25,
8
+ "description": "Wait until a distribution is deployed.",
9
+ "acceptors": [
10
+ {
11
+ "expected": "Deployed",
12
+ "matcher": "path",
13
+ "state": "success",
14
+ "argument": "Distribution.Status"
15
+ }
16
+ ]
17
+ },
18
+ "InvalidationCompleted": {
19
+ "delay": 20,
20
+ "operation": "GetInvalidation",
21
+ "maxAttempts": 30,
22
+ "description": "Wait until an invalidation has completed.",
23
+ "acceptors": [
24
+ {
25
+ "expected": "Completed",
26
+ "matcher": "path",
27
+ "state": "success",
28
+ "argument": "Invalidation.Status"
29
+ }
30
+ ]
31
+ },
32
+ "StreamingDistributionDeployed": {
33
+ "delay": 60,
34
+ "operation": "GetStreamingDistribution",
35
+ "maxAttempts": 25,
36
+ "description": "Wait until a streaming distribution is deployed.",
37
+ "acceptors": [
38
+ {
39
+ "expected": "Deployed",
40
+ "matcher": "path",
41
+ "state": "success",
42
+ "argument": "StreamingDistribution.Status"
43
+ }
44
+ ]
45
+ }
46
+ }
47
+ }
@@ -160,6 +160,54 @@
160
160
  {"shape":"DisabledOperationException"}
161
161
  ]
162
162
  },
163
+ "GetCompatibleElasticsearchVersions":{
164
+ "name":"GetCompatibleElasticsearchVersions",
165
+ "http":{
166
+ "method":"GET",
167
+ "requestUri":"/2015-01-01/es/compatibleVersions"
168
+ },
169
+ "input":{"shape":"GetCompatibleElasticsearchVersionsRequest"},
170
+ "output":{"shape":"GetCompatibleElasticsearchVersionsResponse"},
171
+ "errors":[
172
+ {"shape":"BaseException"},
173
+ {"shape":"ResourceNotFoundException"},
174
+ {"shape":"DisabledOperationException"},
175
+ {"shape":"ValidationException"},
176
+ {"shape":"InternalException"}
177
+ ]
178
+ },
179
+ "GetUpgradeHistory":{
180
+ "name":"GetUpgradeHistory",
181
+ "http":{
182
+ "method":"GET",
183
+ "requestUri":"/2015-01-01/es/upgradeDomain/{DomainName}/history"
184
+ },
185
+ "input":{"shape":"GetUpgradeHistoryRequest"},
186
+ "output":{"shape":"GetUpgradeHistoryResponse"},
187
+ "errors":[
188
+ {"shape":"BaseException"},
189
+ {"shape":"ResourceNotFoundException"},
190
+ {"shape":"DisabledOperationException"},
191
+ {"shape":"ValidationException"},
192
+ {"shape":"InternalException"}
193
+ ]
194
+ },
195
+ "GetUpgradeStatus":{
196
+ "name":"GetUpgradeStatus",
197
+ "http":{
198
+ "method":"GET",
199
+ "requestUri":"/2015-01-01/es/upgradeDomain/{DomainName}/status"
200
+ },
201
+ "input":{"shape":"GetUpgradeStatusRequest"},
202
+ "output":{"shape":"GetUpgradeStatusResponse"},
203
+ "errors":[
204
+ {"shape":"BaseException"},
205
+ {"shape":"ResourceNotFoundException"},
206
+ {"shape":"DisabledOperationException"},
207
+ {"shape":"ValidationException"},
208
+ {"shape":"InternalException"}
209
+ ]
210
+ },
163
211
  "ListDomainNames":{
164
212
  "name":"ListDomainNames",
165
213
  "http":{
@@ -263,6 +311,23 @@
263
311
  {"shape":"ResourceNotFoundException"},
264
312
  {"shape":"ValidationException"}
265
313
  ]
314
+ },
315
+ "UpgradeElasticsearchDomain":{
316
+ "name":"UpgradeElasticsearchDomain",
317
+ "http":{
318
+ "method":"POST",
319
+ "requestUri":"/2015-01-01/es/upgradeDomain"
320
+ },
321
+ "input":{"shape":"UpgradeElasticsearchDomainRequest"},
322
+ "output":{"shape":"UpgradeElasticsearchDomainResponse"},
323
+ "errors":[
324
+ {"shape":"BaseException"},
325
+ {"shape":"ResourceNotFoundException"},
326
+ {"shape":"ResourceAlreadyExistsException"},
327
+ {"shape":"DisabledOperationException"},
328
+ {"shape":"ValidationException"},
329
+ {"shape":"InternalException"}
330
+ ]
266
331
  }
267
332
  },
268
333
  "shapes":{
@@ -345,6 +410,17 @@
345
410
  "Status":{"shape":"OptionStatus"}
346
411
  }
347
412
  },
413
+ "CompatibleElasticsearchVersionsList":{
414
+ "type":"list",
415
+ "member":{"shape":"CompatibleVersionsMap"}
416
+ },
417
+ "CompatibleVersionsMap":{
418
+ "type":"structure",
419
+ "members":{
420
+ "SourceVersion":{"shape":"ElasticsearchVersionString"},
421
+ "TargetVersions":{"shape":"ElasticsearchVersionList"}
422
+ }
423
+ },
348
424
  "CreateElasticsearchDomainRequest":{
349
425
  "type":"structure",
350
426
  "required":["DomainName"],
@@ -671,6 +747,7 @@
671
747
  "Endpoint":{"shape":"ServiceUrl"},
672
748
  "Endpoints":{"shape":"EndpointsMap"},
673
749
  "Processing":{"shape":"Boolean"},
750
+ "UpgradeProcessing":{"shape":"Boolean"},
674
751
  "ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
675
752
  "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
676
753
  "EBSOptions":{"shape":"EBSOptions"},
@@ -735,6 +812,69 @@
735
812
  "type":"string",
736
813
  "pattern":"\\p{XDigit}{8}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{4}-\\p{XDigit}{12}"
737
814
  },
815
+ "GetCompatibleElasticsearchVersionsRequest":{
816
+ "type":"structure",
817
+ "members":{
818
+ "DomainName":{
819
+ "shape":"DomainName",
820
+ "location":"querystring",
821
+ "locationName":"domainName"
822
+ }
823
+ }
824
+ },
825
+ "GetCompatibleElasticsearchVersionsResponse":{
826
+ "type":"structure",
827
+ "members":{
828
+ "CompatibleElasticsearchVersions":{"shape":"CompatibleElasticsearchVersionsList"}
829
+ }
830
+ },
831
+ "GetUpgradeHistoryRequest":{
832
+ "type":"structure",
833
+ "required":["DomainName"],
834
+ "members":{
835
+ "DomainName":{
836
+ "shape":"DomainName",
837
+ "location":"uri",
838
+ "locationName":"DomainName"
839
+ },
840
+ "MaxResults":{
841
+ "shape":"MaxResults",
842
+ "location":"querystring",
843
+ "locationName":"maxResults"
844
+ },
845
+ "NextToken":{
846
+ "shape":"NextToken",
847
+ "location":"querystring",
848
+ "locationName":"nextToken"
849
+ }
850
+ }
851
+ },
852
+ "GetUpgradeHistoryResponse":{
853
+ "type":"structure",
854
+ "members":{
855
+ "UpgradeHistories":{"shape":"UpgradeHistoryList"},
856
+ "NextToken":{"shape":"String"}
857
+ }
858
+ },
859
+ "GetUpgradeStatusRequest":{
860
+ "type":"structure",
861
+ "required":["DomainName"],
862
+ "members":{
863
+ "DomainName":{
864
+ "shape":"DomainName",
865
+ "location":"uri",
866
+ "locationName":"DomainName"
867
+ }
868
+ }
869
+ },
870
+ "GetUpgradeStatusResponse":{
871
+ "type":"structure",
872
+ "members":{
873
+ "UpgradeStep":{"shape":"UpgradeStep"},
874
+ "StepStatus":{"shape":"UpgradeStatus"},
875
+ "UpgradeName":{"shape":"UpgradeName"}
876
+ }
877
+ },
738
878
  "IdentityPoolId":{
739
879
  "type":"string",
740
880
  "max":55,
@@ -775,6 +915,11 @@
775
915
  "error":{"httpStatusCode":409},
776
916
  "exception":true
777
917
  },
918
+ "Issue":{"type":"string"},
919
+ "Issues":{
920
+ "type":"list",
921
+ "member":{"shape":"Issue"}
922
+ },
778
923
  "KmsKeyId":{
779
924
  "type":"string",
780
925
  "max":500,
@@ -1072,6 +1217,7 @@
1072
1217
  "Status":{"shape":"OptionStatus"}
1073
1218
  }
1074
1219
  },
1220
+ "StartTimestamp":{"type":"timestamp"},
1075
1221
  "StorageSubTypeName":{"type":"string"},
1076
1222
  "StorageType":{
1077
1223
  "type":"structure",
@@ -1158,6 +1304,70 @@
1158
1304
  }
1159
1305
  },
1160
1306
  "UpdateTimestamp":{"type":"timestamp"},
1307
+ "UpgradeElasticsearchDomainRequest":{
1308
+ "type":"structure",
1309
+ "required":[
1310
+ "DomainName",
1311
+ "TargetVersion"
1312
+ ],
1313
+ "members":{
1314
+ "DomainName":{"shape":"DomainName"},
1315
+ "TargetVersion":{"shape":"ElasticsearchVersionString"},
1316
+ "PerformCheckOnly":{"shape":"Boolean"}
1317
+ }
1318
+ },
1319
+ "UpgradeElasticsearchDomainResponse":{
1320
+ "type":"structure",
1321
+ "members":{
1322
+ "DomainName":{"shape":"DomainName"},
1323
+ "TargetVersion":{"shape":"ElasticsearchVersionString"},
1324
+ "PerformCheckOnly":{"shape":"Boolean"}
1325
+ }
1326
+ },
1327
+ "UpgradeHistory":{
1328
+ "type":"structure",
1329
+ "members":{
1330
+ "UpgradeName":{"shape":"UpgradeName"},
1331
+ "StartTimestamp":{"shape":"StartTimestamp"},
1332
+ "UpgradeStatus":{"shape":"UpgradeStatus"},
1333
+ "StepsList":{"shape":"UpgradeStepsList"}
1334
+ }
1335
+ },
1336
+ "UpgradeHistoryList":{
1337
+ "type":"list",
1338
+ "member":{"shape":"UpgradeHistory"}
1339
+ },
1340
+ "UpgradeName":{"type":"string"},
1341
+ "UpgradeStatus":{
1342
+ "type":"string",
1343
+ "enum":[
1344
+ "IN_PROGRESS",
1345
+ "SUCCEEDED",
1346
+ "SUCCEEDED_WITH_ISSUES",
1347
+ "FAILED"
1348
+ ]
1349
+ },
1350
+ "UpgradeStep":{
1351
+ "type":"string",
1352
+ "enum":[
1353
+ "PRE_UPGRADE_CHECK",
1354
+ "SNAPSHOT",
1355
+ "UPGRADE"
1356
+ ]
1357
+ },
1358
+ "UpgradeStepItem":{
1359
+ "type":"structure",
1360
+ "members":{
1361
+ "UpgradeStep":{"shape":"UpgradeStep"},
1362
+ "UpgradeStepStatus":{"shape":"UpgradeStatus"},
1363
+ "Issues":{"shape":"Issues"},
1364
+ "ProgressPercent":{"shape":"Double"}
1365
+ }
1366
+ },
1367
+ "UpgradeStepsList":{
1368
+ "type":"list",
1369
+ "member":{"shape":"UpgradeStepItem"}
1370
+ },
1161
1371
  "UserPoolId":{
1162
1372
  "type":"string",
1163
1373
  "max":55,
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "GetUpgradeHistory": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
13
18
  "ListElasticsearchInstanceTypes": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",
@@ -118,6 +118,18 @@
118
118
  "us-east-1" : { }
119
119
  }
120
120
  },
121
+ "api.sagemaker" : {
122
+ "endpoints" : {
123
+ "ap-northeast-1" : { },
124
+ "ap-northeast-2" : { },
125
+ "ap-southeast-2" : { },
126
+ "eu-central-1" : { },
127
+ "eu-west-1" : { },
128
+ "us-east-1" : { },
129
+ "us-east-2" : { },
130
+ "us-west-2" : { }
131
+ }
132
+ },
121
133
  "apigateway" : {
122
134
  "endpoints" : {
123
135
  "ap-northeast-1" : { },
@@ -559,6 +571,7 @@
559
571
  "protocols" : [ "https" ]
560
572
  },
561
573
  "endpoints" : {
574
+ "ap-southeast-2" : { },
562
575
  "eu-west-1" : { },
563
576
  "us-east-1" : { },
564
577
  "us-east-2" : { },
@@ -1036,6 +1049,7 @@
1036
1049
  "ap-south-1" : { },
1037
1050
  "ap-southeast-1" : { },
1038
1051
  "ap-southeast-2" : { },
1052
+ "ca-central-1" : { },
1039
1053
  "eu-central-1" : { },
1040
1054
  "eu-west-1" : { },
1041
1055
  "eu-west-2" : { },
@@ -1289,6 +1303,7 @@
1289
1303
  "endpoints" : {
1290
1304
  "ap-northeast-1" : { },
1291
1305
  "ap-northeast-2" : { },
1306
+ "ap-south-1" : { },
1292
1307
  "ap-southeast-1" : { },
1293
1308
  "ap-southeast-2" : { },
1294
1309
  "eu-central-1" : { },
@@ -1667,18 +1682,6 @@
1667
1682
  "isRegionalized" : true,
1668
1683
  "partitionEndpoint" : "us-east-1"
1669
1684
  },
1670
- "sagemaker" : {
1671
- "endpoints" : {
1672
- "ap-northeast-1" : { },
1673
- "ap-northeast-2" : { },
1674
- "ap-southeast-2" : { },
1675
- "eu-central-1" : { },
1676
- "eu-west-1" : { },
1677
- "us-east-1" : { },
1678
- "us-east-2" : { },
1679
- "us-west-2" : { }
1680
- }
1681
- },
1682
1685
  "sdb" : {
1683
1686
  "defaults" : {
1684
1687
  "protocols" : [ "http", "https" ],
@@ -1,9 +1,9 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2017-10-30/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2017-10-30/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2017-10-30/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2017-10-30/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2017-10-30/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2018-06-18/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2018-06-18/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2018-06-18/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2018-06-18/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2018-06-18/waiters-2.json",
7
7
  })
8
8
 
9
9
  module Aws