aws-sdk-core 2.11.622 → 2.11.623
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.
- checksums.yaml +4 -4
- data/apis/datasync/2018-11-09/api-2.json +29 -0
- data/apis/dynamodb/2012-08-10/api-2.json +207 -0
- data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
- data/apis/ecs/2014-11-13/api-2.json +26 -1
- data/apis/es/2015-01-01/api-2.json +101 -0
- data/apis/es/2015-01-01/paginators-1.json +5 -0
- data/apis/fsx/2018-03-01/api-2.json +147 -5
- data/apis/fsx/2018-03-01/examples-1.json +21 -10
- data/apis/fsx/2018-03-01/paginators-1.json +5 -0
- data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/s3/2006-03-01/api-2.json +230 -5
- data/apis/s3/2006-03-01/examples-1.json +91 -91
- data/apis/ssm/2014-11-06/api-2.json +2 -1
- data/apis/storagegateway/2013-06-30/api-2.json +88 -0
- data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
|
@@ -404,6 +404,19 @@
|
|
|
404
404
|
{"shape":"InternalServerError"}
|
|
405
405
|
]
|
|
406
406
|
},
|
|
407
|
+
"DescribeBandwidthRateLimitSchedule":{
|
|
408
|
+
"name":"DescribeBandwidthRateLimitSchedule",
|
|
409
|
+
"http":{
|
|
410
|
+
"method":"POST",
|
|
411
|
+
"requestUri":"/"
|
|
412
|
+
},
|
|
413
|
+
"input":{"shape":"DescribeBandwidthRateLimitScheduleInput"},
|
|
414
|
+
"output":{"shape":"DescribeBandwidthRateLimitScheduleOutput"},
|
|
415
|
+
"errors":[
|
|
416
|
+
{"shape":"InvalidGatewayRequestException"},
|
|
417
|
+
{"shape":"InternalServerError"}
|
|
418
|
+
]
|
|
419
|
+
},
|
|
407
420
|
"DescribeCache":{
|
|
408
421
|
"name":"DescribeCache",
|
|
409
422
|
"http":{
|
|
@@ -950,6 +963,19 @@
|
|
|
950
963
|
{"shape":"InternalServerError"}
|
|
951
964
|
]
|
|
952
965
|
},
|
|
966
|
+
"UpdateBandwidthRateLimitSchedule":{
|
|
967
|
+
"name":"UpdateBandwidthRateLimitSchedule",
|
|
968
|
+
"http":{
|
|
969
|
+
"method":"POST",
|
|
970
|
+
"requestUri":"/"
|
|
971
|
+
},
|
|
972
|
+
"input":{"shape":"UpdateBandwidthRateLimitScheduleInput"},
|
|
973
|
+
"output":{"shape":"UpdateBandwidthRateLimitScheduleOutput"},
|
|
974
|
+
"errors":[
|
|
975
|
+
{"shape":"InvalidGatewayRequestException"},
|
|
976
|
+
{"shape":"InternalServerError"}
|
|
977
|
+
]
|
|
978
|
+
},
|
|
953
979
|
"UpdateChapCredentials":{
|
|
954
980
|
"name":"UpdateChapCredentials",
|
|
955
981
|
"http":{
|
|
@@ -1286,6 +1312,31 @@
|
|
|
1286
1312
|
"type":"long",
|
|
1287
1313
|
"min":102400
|
|
1288
1314
|
},
|
|
1315
|
+
"BandwidthRateLimitInterval":{
|
|
1316
|
+
"type":"structure",
|
|
1317
|
+
"required":[
|
|
1318
|
+
"StartHourOfDay",
|
|
1319
|
+
"StartMinuteOfHour",
|
|
1320
|
+
"EndHourOfDay",
|
|
1321
|
+
"EndMinuteOfHour",
|
|
1322
|
+
"DaysOfWeek"
|
|
1323
|
+
],
|
|
1324
|
+
"members":{
|
|
1325
|
+
"StartHourOfDay":{"shape":"HourOfDay"},
|
|
1326
|
+
"StartMinuteOfHour":{"shape":"MinuteOfHour"},
|
|
1327
|
+
"EndHourOfDay":{"shape":"HourOfDay"},
|
|
1328
|
+
"EndMinuteOfHour":{"shape":"MinuteOfHour"},
|
|
1329
|
+
"DaysOfWeek":{"shape":"DaysOfWeek"},
|
|
1330
|
+
"AverageUploadRateLimitInBitsPerSec":{"shape":"BandwidthUploadRateLimit"},
|
|
1331
|
+
"AverageDownloadRateLimitInBitsPerSec":{"shape":"BandwidthDownloadRateLimit"}
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"BandwidthRateLimitIntervals":{
|
|
1335
|
+
"type":"list",
|
|
1336
|
+
"member":{"shape":"BandwidthRateLimitInterval"},
|
|
1337
|
+
"max":20,
|
|
1338
|
+
"min":0
|
|
1339
|
+
},
|
|
1289
1340
|
"BandwidthType":{
|
|
1290
1341
|
"type":"string",
|
|
1291
1342
|
"max":25,
|
|
@@ -1649,6 +1700,12 @@
|
|
|
1649
1700
|
"max":6,
|
|
1650
1701
|
"min":0
|
|
1651
1702
|
},
|
|
1703
|
+
"DaysOfWeek":{
|
|
1704
|
+
"type":"list",
|
|
1705
|
+
"member":{"shape":"DayOfWeek"},
|
|
1706
|
+
"max":7,
|
|
1707
|
+
"min":1
|
|
1708
|
+
},
|
|
1652
1709
|
"DeleteAutomaticTapeCreationPolicyInput":{
|
|
1653
1710
|
"type":"structure",
|
|
1654
1711
|
"required":["GatewayARN"],
|
|
@@ -1830,6 +1887,20 @@
|
|
|
1830
1887
|
"AverageDownloadRateLimitInBitsPerSec":{"shape":"BandwidthDownloadRateLimit"}
|
|
1831
1888
|
}
|
|
1832
1889
|
},
|
|
1890
|
+
"DescribeBandwidthRateLimitScheduleInput":{
|
|
1891
|
+
"type":"structure",
|
|
1892
|
+
"required":["GatewayARN"],
|
|
1893
|
+
"members":{
|
|
1894
|
+
"GatewayARN":{"shape":"GatewayARN"}
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"DescribeBandwidthRateLimitScheduleOutput":{
|
|
1898
|
+
"type":"structure",
|
|
1899
|
+
"members":{
|
|
1900
|
+
"GatewayARN":{"shape":"GatewayARN"},
|
|
1901
|
+
"BandwidthRateLimitIntervals":{"shape":"BandwidthRateLimitIntervals"}
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1833
1904
|
"DescribeCacheInput":{
|
|
1834
1905
|
"type":"structure",
|
|
1835
1906
|
"required":["GatewayARN"],
|
|
@@ -3336,6 +3407,23 @@
|
|
|
3336
3407
|
"GatewayARN":{"shape":"GatewayARN"}
|
|
3337
3408
|
}
|
|
3338
3409
|
},
|
|
3410
|
+
"UpdateBandwidthRateLimitScheduleInput":{
|
|
3411
|
+
"type":"structure",
|
|
3412
|
+
"required":[
|
|
3413
|
+
"GatewayARN",
|
|
3414
|
+
"BandwidthRateLimitIntervals"
|
|
3415
|
+
],
|
|
3416
|
+
"members":{
|
|
3417
|
+
"GatewayARN":{"shape":"GatewayARN"},
|
|
3418
|
+
"BandwidthRateLimitIntervals":{"shape":"BandwidthRateLimitIntervals"}
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
"UpdateBandwidthRateLimitScheduleOutput":{
|
|
3422
|
+
"type":"structure",
|
|
3423
|
+
"members":{
|
|
3424
|
+
"GatewayARN":{"shape":"GatewayARN"}
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3339
3427
|
"UpdateChapCredentialsInput":{
|
|
3340
3428
|
"type":"structure",
|
|
3341
3429
|
"required":[
|
|
@@ -57,6 +57,12 @@
|
|
|
57
57
|
"output_token": "Marker",
|
|
58
58
|
"result_key": "Tags"
|
|
59
59
|
},
|
|
60
|
+
"ListTapePools": {
|
|
61
|
+
"input_token": "Marker",
|
|
62
|
+
"limit_key": "Limit",
|
|
63
|
+
"output_token": "Marker",
|
|
64
|
+
"result_key": "PoolInfos"
|
|
65
|
+
},
|
|
60
66
|
"ListTapes": {
|
|
61
67
|
"input_token": "Marker",
|
|
62
68
|
"limit_key": "Limit",
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.11.
|
|
4
|
+
version: 2.11.623
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-11-
|
|
11
|
+
date: 2020-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|