aws-partitions 1.800.0 → 1.801.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 +7 -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: ae228e3f56b9323d920c37414028e5a3f9da580652f8184cf3390afe8432bb22
|
|
4
|
+
data.tar.gz: 78843372ef3425807d4aff5ac850496ecfb55106faafcb1f48c819906e33b967
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 52a6f17f96960a46d842970d20309581effe172165d887e6d676a74067e6dedff2db5d9b76ab64557e0eadf039363835654ba0a102974a6cda4c2addec7c4d04
|
|
7
|
+
data.tar.gz: be84d3cf2a4e50a292d8310551208abcde73d1e9bfa52bd84b44b668682540e7ec544d1e8714d58bc3759fad98e729ee57c9a41084ebb2738a36804d13c104b2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.801.0
|
data/partitions.json
CHANGED
|
@@ -9148,6 +9148,7 @@
|
|
|
9148
9148
|
"eu-west-1" : { },
|
|
9149
9149
|
"eu-west-2" : { },
|
|
9150
9150
|
"eu-west-3" : { },
|
|
9151
|
+
"il-central-1" : { },
|
|
9151
9152
|
"me-central-1" : { },
|
|
9152
9153
|
"me-south-1" : { },
|
|
9153
9154
|
"sa-east-1" : { },
|
|
@@ -18267,6 +18268,12 @@
|
|
|
18267
18268
|
"cn-northwest-1" : { }
|
|
18268
18269
|
}
|
|
18269
18270
|
},
|
|
18271
|
+
"arc-zonal-shift" : {
|
|
18272
|
+
"endpoints" : {
|
|
18273
|
+
"cn-north-1" : { },
|
|
18274
|
+
"cn-northwest-1" : { }
|
|
18275
|
+
}
|
|
18276
|
+
},
|
|
18270
18277
|
"athena" : {
|
|
18271
18278
|
"endpoints" : {
|
|
18272
18279
|
"cn-north-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.801.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-08-
|
|
11
|
+
date: 2023-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|