aws-partitions 1.819.0 → 1.820.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 -0
- 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: 3fe2cd143344fd17095cfb81e0a13f98648ea8e3538c628a4f944ca9fa0a5f40
|
|
4
|
+
data.tar.gz: 2f7a2639f8c577cf351cb6d7e3c03d9c488f4b1b5099c4774e09104b0eb45f78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eaecd7d8b87f10d33a75f1543cdee0caf4b47258c3496063320c2af4b89ef0f58ed5a2821a990918fca8512ea986d70c8aba6e8823fe656c2fb352df44f4c6b3
|
|
7
|
+
data.tar.gz: 891ba8f92462626cd321a481e1557e31ecbc9258feb737a1792038b1b8d19ba5d8b289d2fe6091398c70d58e6a1e9bd828c9c5bd890506193d3358bc0dcc7c9e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.820.0
|
data/partitions.json
CHANGED
|
@@ -19027,6 +19027,12 @@
|
|
|
19027
19027
|
"isRegionalized" : false,
|
|
19028
19028
|
"partitionEndpoint" : "aws-cn-global"
|
|
19029
19029
|
},
|
|
19030
|
+
"identitystore" : {
|
|
19031
|
+
"endpoints" : {
|
|
19032
|
+
"cn-north-1" : { },
|
|
19033
|
+
"cn-northwest-1" : { }
|
|
19034
|
+
}
|
|
19035
|
+
},
|
|
19030
19036
|
"internetmonitor" : {
|
|
19031
19037
|
"defaults" : {
|
|
19032
19038
|
"dnsSuffix" : "api.amazonwebservices.com.cn",
|
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.820.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: 2023-09-
|
|
11
|
+
date: 2023-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|