aws-partitions 1.547.0 → 1.548.0

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +14 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 627c80eaccaab979fbdc97c97a756197cef8a6298ae566ceb5813541c933031f
4
- data.tar.gz: 54a876addc930b7998698caee182a22d652f153282362af2ca902b938f7f787a
3
+ metadata.gz: ddb49342bc9412326723d9bb9f3d8111ae15095a53852c39bbab481300dd881b
4
+ data.tar.gz: 75066d63edae770d9ada02c935dde7d3eb9388995a6db6634e404793457b9a1d
5
5
  SHA512:
6
- metadata.gz: c79d53ce42bbc0d13f31504442d5b579a63c47bac16aec2c61ecec15cea70ab74164ee673b274960752077e770255537f466ce9f224e27784ece66a652bff347
7
- data.tar.gz: 0ad022040c34b7572b088dff61373f8848d7b6ddc0a5e68e2b9d5c1031b0da1e6c11d5404a1d2d3b8c3f9c3a8db5ff6fa7fda3eb20df105dabc0cb5c391ed270
6
+ metadata.gz: ce6a8ba3ef434edcfea74c89344dec7ed9983be847a39ecf206b8ef0079eb4e8f327bef4548fe730d78afe7e1d5c1c862bd4b594ab5ce18d25b01064ed1a70a4
7
+ data.tar.gz: ed8fffd1822f5e209f02df31460ef7027f19c77013a1410c2cef3fbcd200430392e4c771c910801d902d32b0ec946460713b38fe0527e78370b2ebf5c2d75e6f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.548.0 (2022-01-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.547.0 (2022-01-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.547.0
1
+ 1.548.0
data/partitions.json CHANGED
@@ -1368,6 +1368,7 @@
1368
1368
  "ap-south-1" : { },
1369
1369
  "ap-southeast-1" : { },
1370
1370
  "ap-southeast-2" : { },
1371
+ "ap-southeast-3" : { },
1371
1372
  "ca-central-1" : { },
1372
1373
  "eu-central-1" : { },
1373
1374
  "eu-north-1" : { },
@@ -17226,6 +17227,19 @@
17226
17227
  },
17227
17228
  "deprecated" : true,
17228
17229
  "hostname" : "dms.us-iso-east-1.c2s.ic.gov"
17230
+ },
17231
+ "us-iso-west-1" : {
17232
+ "variants" : [ {
17233
+ "hostname" : "dms.us-iso-west-1.c2s.ic.gov",
17234
+ "tags" : [ "fips" ]
17235
+ } ]
17236
+ },
17237
+ "us-iso-west-1-fips" : {
17238
+ "credentialScope" : {
17239
+ "region" : "us-iso-west-1"
17240
+ },
17241
+ "deprecated" : true,
17242
+ "hostname" : "dms.us-iso-west-1.c2s.ic.gov"
17229
17243
  }
17230
17244
  }
17231
17245
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.547.0
4
+ version: 1.548.0
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: 2022-01-07 00:00:00.000000000 Z
11
+ date: 2022-01-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: