aws-sdk-core 2.11.268 → 2.11.269
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/config/2014-11-12/api-2.json +12 -3
- data/apis/sts/2011-06-15/smoke.json +19 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9275492fc82751659b8a6f7c5819fa1d88dd30c
|
4
|
+
data.tar.gz: c83cf12f1ac877bbd88074e3a667a6a2f6f3ce34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88e388ece23c3e3e28d31ab3cc748724069da026b53b2e3cfc4c9620c947a8aa47140034e9a2b5a63d65d648a6fcee2a38c39f40ef5f5c51939f748d7effa135
|
7
|
+
data.tar.gz: df600d74645de88c617f3a2474252c6c88ea323ebb43411e340e08158b0a513229c93347b2e91f38da938fe6dadd543a78f35e5e6f9be4880be5f60a2dd50ae9
|
@@ -2253,7 +2253,8 @@
|
|
2253
2253
|
],
|
2254
2254
|
"members":{
|
2255
2255
|
"AuthorizedAccountId":{"shape":"AccountId"},
|
2256
|
-
"AuthorizedAwsRegion":{"shape":"AwsRegion"}
|
2256
|
+
"AuthorizedAwsRegion":{"shape":"AwsRegion"},
|
2257
|
+
"Tags":{"shape":"TagsList"}
|
2257
2258
|
}
|
2258
2259
|
},
|
2259
2260
|
"PutAggregationAuthorizationResponse":{
|
@@ -2266,7 +2267,8 @@
|
|
2266
2267
|
"type":"structure",
|
2267
2268
|
"required":["ConfigRule"],
|
2268
2269
|
"members":{
|
2269
|
-
"ConfigRule":{"shape":"ConfigRule"}
|
2270
|
+
"ConfigRule":{"shape":"ConfigRule"},
|
2271
|
+
"Tags":{"shape":"TagsList"}
|
2270
2272
|
}
|
2271
2273
|
},
|
2272
2274
|
"PutConfigurationAggregatorRequest":{
|
@@ -2275,7 +2277,8 @@
|
|
2275
2277
|
"members":{
|
2276
2278
|
"ConfigurationAggregatorName":{"shape":"ConfigurationAggregatorName"},
|
2277
2279
|
"AccountAggregationSources":{"shape":"AccountAggregationSourceList"},
|
2278
|
-
"OrganizationAggregationSource":{"shape":"OrganizationAggregationSource"}
|
2280
|
+
"OrganizationAggregationSource":{"shape":"OrganizationAggregationSource"},
|
2281
|
+
"Tags":{"shape":"TagsList"}
|
2279
2282
|
}
|
2280
2283
|
},
|
2281
2284
|
"PutConfigurationAggregatorResponse":{
|
@@ -2888,6 +2891,12 @@
|
|
2888
2891
|
"key":{"shape":"Name"},
|
2889
2892
|
"value":{"shape":"Value"}
|
2890
2893
|
},
|
2894
|
+
"TagsList":{
|
2895
|
+
"type":"list",
|
2896
|
+
"member":{"shape":"Tag"},
|
2897
|
+
"max":50,
|
2898
|
+
"min":0
|
2899
|
+
},
|
2891
2900
|
"TooManyTagsException":{
|
2892
2901
|
"type":"structure",
|
2893
2902
|
"members":{
|
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "GetSessionToken",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "GetFederationToken",
|
12
|
+
"input": {
|
13
|
+
"Name": "temp",
|
14
|
+
"Policy": "{\\\"temp\\\":true}"
|
15
|
+
},
|
16
|
+
"errorExpectedFromService": true
|
17
|
+
}
|
18
|
+
]
|
19
|
+
}
|
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.269
|
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: 2019-05-
|
11
|
+
date: 2019-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -702,6 +702,7 @@ files:
|
|
702
702
|
- apis/sts/2011-06-15/api-2.json
|
703
703
|
- apis/sts/2011-06-15/examples-1.json
|
704
704
|
- apis/sts/2011-06-15/paginators-1.json
|
705
|
+
- apis/sts/2011-06-15/smoke.json
|
705
706
|
- apis/support/2013-04-15/api-2.json
|
706
707
|
- apis/support/2013-04-15/examples-1.json
|
707
708
|
- apis/support/2013-04-15/paginators-1.json
|