aws-sdk-core 2.11.622 → 2.11.623

Sign up to get free protection for your applications and to get access to all the features.
@@ -2390,7 +2390,8 @@
2390
2390
  "StartTimeBefore",
2391
2391
  "StartTimeAfter",
2392
2392
  "AutomationType",
2393
- "TagKey"
2393
+ "TagKey",
2394
+ "TargetResourceGroup"
2394
2395
  ]
2395
2396
  },
2396
2397
  "AutomationExecutionFilterList":{
@@ -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",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.622'
2
+ VERSION = '2.11.623'
3
3
  end
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.622
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-06 00:00:00.000000000 Z
11
+ date: 2020-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath