aws-sdk-core 2.9.0 → 2.9.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9eb60c3f12e54617786daa39c86cc4d7a95f373d
4
- data.tar.gz: 9a361d576ced5115441040a63b9e3b7d10454eae
3
+ metadata.gz: 4f43e59d14841b0fa8333e34b5a5e583b0bf1ab8
4
+ data.tar.gz: d90636ed39eba7db2978d8d0e61c85dd44c56700
5
5
  SHA512:
6
- metadata.gz: a7b50e8fe0a9ec03fa3533ccd2389749e86d74652699f632ac86b911a47c1db67934aea6a2798d9168538b3292be27f54554a450eb61ecd0aff13c10226de7b0
7
- data.tar.gz: 1d9081e36d755a77e11f0f77d4fd1efc83f05b53511571ec46059fa7b90204e023249da9a0b65bbae11c86ece05cb5a25923e49199b357c10435a5228b4ccbaf
6
+ metadata.gz: 42f096d40dfb0284481a29b1f1dc0cb1723f661d4e68ff9996709fd2c7d37e99a7a0c8ec2c25f0380fb6ea0c445186f431683a38448e84caea2f97fa9bc33ed3
7
+ data.tar.gz: 329feca0b51d3e7ed63af8f0059b144721b31461f1e00b23722fc431b6c11b5d7ef4f2c47df84ac356344f5b57079401cc927a03e9d035498ceb4774a89a3381
@@ -71,7 +71,8 @@
71
71
  {"shape":"ResourceNotFoundException"},
72
72
  {"shape":"LinkNameAlreadyInUseException"},
73
73
  {"shape":"InvalidAttachmentException"},
74
- {"shape":"ValidationException"}
74
+ {"shape":"ValidationException"},
75
+ {"shape":"FacetValidationException"}
75
76
  ]
76
77
  },
77
78
  "AttachPolicy":{
@@ -689,7 +690,8 @@
689
690
  {"shape":"DirectoryNotEnabledException"},
690
691
  {"shape":"InvalidArnException"},
691
692
  {"shape":"ResourceNotFoundException"},
692
- {"shape":"InvalidNextTokenException"}
693
+ {"shape":"InvalidNextTokenException"},
694
+ {"shape":"FacetValidationException"}
693
695
  ]
694
696
  },
695
697
  "ListObjectChildren":{
@@ -1292,7 +1294,8 @@
1292
1294
  "members":{
1293
1295
  "ObjectReference":{"shape":"ObjectReference"},
1294
1296
  "NextToken":{"shape":"NextToken"},
1295
- "MaxResults":{"shape":"NumberResults"}
1297
+ "MaxResults":{"shape":"NumberResults"},
1298
+ "FacetFilter":{"shape":"SchemaFacet"}
1296
1299
  }
1297
1300
  },
1298
1301
  "BatchListObjectAttributesResponse":{
@@ -2342,7 +2345,8 @@
2342
2345
  "shape":"ConsistencyLevel",
2343
2346
  "location":"header",
2344
2347
  "locationName":"x-amz-consistency-level"
2345
- }
2348
+ },
2349
+ "FacetFilter":{"shape":"SchemaFacet"}
2346
2350
  }
2347
2351
  },
2348
2352
  "ListObjectAttributesResponse":{
@@ -1432,6 +1432,24 @@
1432
1432
  "us-west-2": {}
1433
1433
  }
1434
1434
  },
1435
+ "tagging": {
1436
+ "endpoints": {
1437
+ "ap-northeast-1": {},
1438
+ "ap-northeast-2": {},
1439
+ "ap-south-1": {},
1440
+ "ap-southeast-1": {},
1441
+ "ap-southeast-2": {},
1442
+ "ca-central-1": {},
1443
+ "eu-central-1": {},
1444
+ "eu-west-1": {},
1445
+ "eu-west-2": {},
1446
+ "sa-east-1": {},
1447
+ "us-east-1": {},
1448
+ "us-east-2": {},
1449
+ "us-west-1": {},
1450
+ "us-west-2": {}
1451
+ }
1452
+ },
1435
1453
  "waf": {
1436
1454
  "endpoints": {
1437
1455
  "aws-global": {
@@ -1727,6 +1745,11 @@
1727
1745
  "endpoints": {
1728
1746
  "cn-north-1": {}
1729
1747
  }
1748
+ },
1749
+ "tagging": {
1750
+ "endpoints": {
1751
+ "cn-north-1": {}
1752
+ }
1730
1753
  }
1731
1754
  }
1732
1755
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.0'
2
+ VERSION = '2.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services