aws-partitions 1.546.0 → 1.547.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 +6 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 874c71b2ab4bb453cbd7d98202a15fe884d8c498a07491e14f9e1a93062de375
4
- data.tar.gz: '08093e11428a39d332139a4e6626d45eb8f10b279b50daf026b97275106918aa'
3
+ metadata.gz: 627c80eaccaab979fbdc97c97a756197cef8a6298ae566ceb5813541c933031f
4
+ data.tar.gz: 54a876addc930b7998698caee182a22d652f153282362af2ca902b938f7f787a
5
5
  SHA512:
6
- metadata.gz: bc29a3b49560b2c8101d7c8f0167116296e34cb2fc44a94e35be6bfc1f25183f4a4c7f326c6c4441d910a568bc02e2f0a8547d120627d42d66a78f288dcb438b
7
- data.tar.gz: 1ebf1d0b10bb7e57c0b3a805f8d8294889f8c12f9a00581a4890106780266517d293213d49656793e3cc59a2cb243cee5aee02172e1699a0359d2f103f7584c3
6
+ metadata.gz: c79d53ce42bbc0d13f31504442d5b579a63c47bac16aec2c61ecec15cea70ab74164ee673b274960752077e770255537f466ce9f224e27784ece66a652bff347
7
+ data.tar.gz: 0ad022040c34b7572b088dff61373f8848d7b6ddc0a5e68e2b9d5c1031b0da1e6c11d5404a1d2d3b8c3f9c3a8db5ff6fa7fda3eb20df105dabc0cb5c391ed270
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.547.0 (2022-01-07)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.546.0 (2022-01-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.546.0
1
+ 1.547.0
data/partitions.json CHANGED
@@ -15933,7 +15933,12 @@
15933
15933
  },
15934
15934
  "portal.sso" : {
15935
15935
  "endpoints" : {
15936
- "us-gov-east-1" : { },
15936
+ "us-gov-east-1" : {
15937
+ "credentialScope" : {
15938
+ "region" : "us-gov-east-1"
15939
+ },
15940
+ "hostname" : "portal.sso.us-gov-east-1.amazonaws.com"
15941
+ },
15937
15942
  "us-gov-west-1" : {
15938
15943
  "credentialScope" : {
15939
15944
  "region" : "us-gov-west-1"
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.546.0
4
+ version: 1.547.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-06 00:00:00.000000000 Z
11
+ date: 2022-01-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: