aws-sdk-core 2.11.268 → 2.11.269

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77afde5356943bd3c2cc83841f4106b1901da635
4
- data.tar.gz: 1f8d447f21e1c6275abe37873020c97db0303f4d
3
+ metadata.gz: a9275492fc82751659b8a6f7c5819fa1d88dd30c
4
+ data.tar.gz: c83cf12f1ac877bbd88074e3a667a6a2f6f3ce34
5
5
  SHA512:
6
- metadata.gz: 4d893f83dc63df97ca2f25b179037d127c84db255c7bcf301f6b8376854e0581cd524e85425cace289b9d313ddfbb51bbf28b536cfe5b1b6ff7b0504c5fd90f7
7
- data.tar.gz: 52eb579de3cc2b4cd7e3a3df07c29d357e9ddf1fd234f269b2f30562d96be831c10039d889e7bfca41f989479d17643f18b661e15efd775d8a9d10ba5102d46d
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
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.268'
2
+ VERSION = '2.11.269'
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.268
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-03 00:00:00.000000000 Z
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