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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +6 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 627c80eaccaab979fbdc97c97a756197cef8a6298ae566ceb5813541c933031f
|
|
4
|
+
data.tar.gz: 54a876addc930b7998698caee182a22d652f153282362af2ca902b938f7f787a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c79d53ce42bbc0d13f31504442d5b579a63c47bac16aec2c61ecec15cea70ab74164ee673b274960752077e770255537f466ce9f224e27784ece66a652bff347
|
|
7
|
+
data.tar.gz: 0ad022040c34b7572b088dff61373f8848d7b6ddc0a5e68e2b9d5c1031b0da1e6c11d5404a1d2d3b8c3f9c3a8db5ff6fa7fda3eb20df105dabc0cb5c391ed270
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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-
|
|
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:
|