aws-sdk-core 2.11.621 → 2.11.626
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/amplify/2017-07-25/api-2.json +12 -3
- data/apis/databrew/2017-07-25/api-2.json +2127 -0
- data/apis/databrew/2017-07-25/examples-1.json +5 -0
- data/apis/databrew/2017-07-25/paginators-1.json +46 -0
- data/apis/datasync/2018-11-09/api-2.json +29 -0
- data/apis/dlm/2018-01-12/api-2.json +9 -3
- data/apis/dynamodb/2012-08-10/api-2.json +207 -0
- data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
- data/apis/ec2/2016-11-15/api-2.json +65 -3
- data/apis/ecs/2014-11-13/api-2.json +26 -1
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +4 -4
- data/apis/es/2015-01-01/api-2.json +101 -0
- data/apis/es/2015-01-01/paginators-1.json +5 -0
- data/apis/forecast/2018-06-26/api-2.json +21 -2
- 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/iot/2015-05-28/api-2.json +5 -1
- data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
- data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
- data/apis/lex-models/2017-04-19/api-2.json +5 -1
- data/apis/lightsail/2016-11-28/api-2.json +688 -1
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +41 -0
- data/apis/medialive/2017-10-14/api-2.json +16 -0
- data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
- data/apis/polly/2016-06-10/api-2.json +7 -4
- data/apis/quicksight/2018-04-01/api-2.json +45 -3
- data/apis/robomaker/2018-06-29/api-2.json +6 -3
- data/apis/s3/2006-03-01/api-2.json +230 -5
- data/apis/s3/2006-03-01/examples-1.json +91 -91
- data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
- data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
- data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
- data/apis/servicecatalog/2015-12-10/api-2.json +1 -1
- data/apis/ssm/2014-11-06/api-2.json +5 -3
- 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.rb +2 -0
- data/lib/aws-sdk-core/appregistry.rb +6 -0
- data/lib/aws-sdk-core/gluedatabrew.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListApplications": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults",
|
|
7
|
+
"result_key": "applications"
|
|
8
|
+
},
|
|
9
|
+
"ListAssociatedAttributeGroups": {
|
|
10
|
+
"input_token": "nextToken",
|
|
11
|
+
"output_token": "nextToken",
|
|
12
|
+
"limit_key": "maxResults",
|
|
13
|
+
"result_key": "attributeGroups"
|
|
14
|
+
},
|
|
15
|
+
"ListAssociatedResources": {
|
|
16
|
+
"input_token": "nextToken",
|
|
17
|
+
"output_token": "nextToken",
|
|
18
|
+
"limit_key": "maxResults",
|
|
19
|
+
"result_key": "resources"
|
|
20
|
+
},
|
|
21
|
+
"ListAttributeGroups": {
|
|
22
|
+
"input_token": "nextToken",
|
|
23
|
+
"output_token": "nextToken",
|
|
24
|
+
"limit_key": "maxResults",
|
|
25
|
+
"result_key": "attributeGroups"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -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":{
|
|
@@ -8421,13 +8422,14 @@
|
|
|
8421
8422
|
"InvokedBefore",
|
|
8422
8423
|
"Target",
|
|
8423
8424
|
"Owner",
|
|
8424
|
-
"Status"
|
|
8425
|
+
"Status",
|
|
8426
|
+
"SessionId"
|
|
8425
8427
|
]
|
|
8426
8428
|
},
|
|
8427
8429
|
"SessionFilterList":{
|
|
8428
8430
|
"type":"list",
|
|
8429
8431
|
"member":{"shape":"SessionFilter"},
|
|
8430
|
-
"max":
|
|
8432
|
+
"max":6,
|
|
8431
8433
|
"min":1
|
|
8432
8434
|
},
|
|
8433
8435
|
"SessionFilterValue":{
|
|
@@ -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.rb
CHANGED
|
@@ -33,6 +33,7 @@ module Aws
|
|
|
33
33
|
ApiGatewayV2
|
|
34
34
|
AppConfig
|
|
35
35
|
AppMesh
|
|
36
|
+
AppRegistry
|
|
36
37
|
AppStream
|
|
37
38
|
AppSync
|
|
38
39
|
Appflow
|
|
@@ -120,6 +121,7 @@ module Aws
|
|
|
120
121
|
Glacier
|
|
121
122
|
GlobalAccelerator
|
|
122
123
|
Glue
|
|
124
|
+
GlueDataBrew
|
|
123
125
|
Greengrass
|
|
124
126
|
GroundStation
|
|
125
127
|
GuardDuty
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Aws.add_service(:AppRegistry, {
|
|
2
|
+
api: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/api-2.json",
|
|
3
|
+
docs: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/docs-2.json",
|
|
4
|
+
examples: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/examples-1.json",
|
|
5
|
+
paginators: "#{Aws::API_DIR}/servicecatalog-appregistry/2020-06-24/paginators-1.json",
|
|
6
|
+
})
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Aws.add_service(:GlueDataBrew, {
|
|
2
|
+
api: "#{Aws::API_DIR}/databrew/2017-07-25/api-2.json",
|
|
3
|
+
docs: "#{Aws::API_DIR}/databrew/2017-07-25/docs-2.json",
|
|
4
|
+
examples: "#{Aws::API_DIR}/databrew/2017-07-25/examples-1.json",
|
|
5
|
+
paginators: "#{Aws::API_DIR}/databrew/2017-07-25/paginators-1.json",
|
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"models": "appmesh/2019-01-25",
|
|
40
40
|
"endpoint": "appmesh"
|
|
41
41
|
},
|
|
42
|
+
"AppRegistry": {
|
|
43
|
+
"models": "servicecatalog-appregistry/2020-06-24",
|
|
44
|
+
"endpoint": "servicecatalog-appregistry"
|
|
45
|
+
},
|
|
42
46
|
"AppStream": {
|
|
43
47
|
"models": "appstream/2016-12-01",
|
|
44
48
|
"endpoint": "appstream2"
|
|
@@ -386,6 +390,10 @@
|
|
|
386
390
|
"models": "glue/2017-03-31",
|
|
387
391
|
"endpoint": "glue"
|
|
388
392
|
},
|
|
393
|
+
"GlueDataBrew": {
|
|
394
|
+
"models": "databrew/2017-07-25",
|
|
395
|
+
"endpoint": "databrew"
|
|
396
|
+
},
|
|
389
397
|
"Greengrass": {
|
|
390
398
|
"models": "greengrass/2017-06-07",
|
|
391
399
|
"endpoint": "greengrass"
|
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.626
|
|
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-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -287,6 +287,9 @@ files:
|
|
|
287
287
|
- apis/cur/2017-01-06/examples-1.json
|
|
288
288
|
- apis/cur/2017-01-06/paginators-1.json
|
|
289
289
|
- apis/cur/2017-01-06/smoke.json
|
|
290
|
+
- apis/databrew/2017-07-25/api-2.json
|
|
291
|
+
- apis/databrew/2017-07-25/examples-1.json
|
|
292
|
+
- apis/databrew/2017-07-25/paginators-1.json
|
|
290
293
|
- apis/dataexchange/2017-07-25/api-2.json
|
|
291
294
|
- apis/dataexchange/2017-07-25/paginators-1.json
|
|
292
295
|
- apis/datapipeline/2012-10-29/api-2.json
|
|
@@ -823,6 +826,9 @@ files:
|
|
|
823
826
|
- apis/service-quotas/2019-06-24/api-2.json
|
|
824
827
|
- apis/service-quotas/2019-06-24/examples-1.json
|
|
825
828
|
- apis/service-quotas/2019-06-24/paginators-1.json
|
|
829
|
+
- apis/servicecatalog-appregistry/2020-06-24/api-2.json
|
|
830
|
+
- apis/servicecatalog-appregistry/2020-06-24/examples-1.json
|
|
831
|
+
- apis/servicecatalog-appregistry/2020-06-24/paginators-1.json
|
|
826
832
|
- apis/servicecatalog/2015-12-10/api-2.json
|
|
827
833
|
- apis/servicecatalog/2015-12-10/examples-1.json
|
|
828
834
|
- apis/servicecatalog/2015-12-10/paginators-1.json
|
|
@@ -981,6 +987,7 @@ files:
|
|
|
981
987
|
- lib/aws-sdk-core/applicationdiscoveryservice.rb
|
|
982
988
|
- lib/aws-sdk-core/applicationinsights.rb
|
|
983
989
|
- lib/aws-sdk-core/appmesh.rb
|
|
990
|
+
- lib/aws-sdk-core/appregistry.rb
|
|
984
991
|
- lib/aws-sdk-core/appstream.rb
|
|
985
992
|
- lib/aws-sdk-core/appsync.rb
|
|
986
993
|
- lib/aws-sdk-core/assume_role_credentials.rb
|
|
@@ -1083,6 +1090,7 @@ files:
|
|
|
1083
1090
|
- lib/aws-sdk-core/glacier.rb
|
|
1084
1091
|
- lib/aws-sdk-core/globalaccelerator.rb
|
|
1085
1092
|
- lib/aws-sdk-core/glue.rb
|
|
1093
|
+
- lib/aws-sdk-core/gluedatabrew.rb
|
|
1086
1094
|
- lib/aws-sdk-core/greengrass.rb
|
|
1087
1095
|
- lib/aws-sdk-core/groundstation.rb
|
|
1088
1096
|
- lib/aws-sdk-core/guardduty.rb
|