aws-partitions 1.882.0 → 1.883.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 +3 -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: 94f234bc1bac7e38f36c31462f93c79eb4264606855505a6368ecc649d484ea7
|
|
4
|
+
data.tar.gz: bd1988aa7f40196fb431a8505125c1af056ed0a3eb932d0c380241b40998fc87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c150e42be1fe5854e03c1418c0eda1dfb8803db8bed46ccacc3f67e441762951b10267273a1f9fe53e07bccac1c91e522c630faeb3ff409f02cc001ce300a9a9
|
|
7
|
+
data.tar.gz: f189314d19ca41c8b0323eff8e8b92ca458e7a9c6d421d8417d2300ec0a0118f235585787f0244a3bbf84777add3d09eb208f6e34f463163cc92c403f67525a1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.883.0
|
data/partitions.json
CHANGED
|
@@ -1938,6 +1938,7 @@
|
|
|
1938
1938
|
"ap-southeast-1" : { },
|
|
1939
1939
|
"ap-southeast-2" : { },
|
|
1940
1940
|
"ap-southeast-3" : { },
|
|
1941
|
+
"ap-southeast-4" : { },
|
|
1941
1942
|
"ca-central-1" : { },
|
|
1942
1943
|
"eu-central-1" : { },
|
|
1943
1944
|
"eu-central-2" : { },
|
|
@@ -1947,6 +1948,7 @@
|
|
|
1947
1948
|
"eu-west-1" : { },
|
|
1948
1949
|
"eu-west-2" : { },
|
|
1949
1950
|
"eu-west-3" : { },
|
|
1951
|
+
"il-central-1" : { },
|
|
1950
1952
|
"me-central-1" : { },
|
|
1951
1953
|
"me-south-1" : { },
|
|
1952
1954
|
"sa-east-1" : { },
|
|
@@ -17640,6 +17642,7 @@
|
|
|
17640
17642
|
"eu-west-2" : { },
|
|
17641
17643
|
"eu-west-3" : { },
|
|
17642
17644
|
"il-central-1" : { },
|
|
17645
|
+
"me-central-1" : { },
|
|
17643
17646
|
"me-south-1" : { },
|
|
17644
17647
|
"sa-east-1" : { },
|
|
17645
17648
|
"us-east-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.883.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: 2024-01-
|
|
11
|
+
date: 2024-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|