aws-partitions 1.736.0 → 1.737.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: b9716f4d6b0c70a89d06ee9954237dbedf1b5cdd74913b907d07c03bc62c9975
|
|
4
|
+
data.tar.gz: 4036ba8c5ce0ccbbba3a49067d92f1c55e329f458011cbe6bf2a8829f153c5cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfdcb3b0a6a50a4475ef2b6bf14dea848d3329acca132a06bc512d352cfb4da050c63ad91f7126eb6e84d39a8abed39dbe1cd41c292c1e8e23a7b020ce82b9b1
|
|
7
|
+
data.tar.gz: a5e3d585998aa92b98e5003e23e2b92cbda04c14bc95b60d85e6dc89ebdb04356db6b001b9b8b6503f498d355ef432b56cc8e465c155cbb44dfc425d5827b6e5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.737.0
|
data/partitions.json
CHANGED
|
@@ -1818,12 +1818,14 @@
|
|
|
1818
1818
|
"arc-zonal-shift" : {
|
|
1819
1819
|
"endpoints" : {
|
|
1820
1820
|
"ap-northeast-1" : { },
|
|
1821
|
+
"ap-south-1" : { },
|
|
1821
1822
|
"ap-southeast-1" : { },
|
|
1822
1823
|
"ap-southeast-2" : { },
|
|
1823
1824
|
"ap-southeast-3" : { },
|
|
1824
1825
|
"eu-central-1" : { },
|
|
1825
1826
|
"eu-north-1" : { },
|
|
1826
1827
|
"eu-west-1" : { },
|
|
1828
|
+
"eu-west-2" : { },
|
|
1827
1829
|
"us-east-1" : { },
|
|
1828
1830
|
"us-east-2" : { },
|
|
1829
1831
|
"us-west-2" : { }
|
|
@@ -12638,6 +12640,7 @@
|
|
|
12638
12640
|
"eu-central-2" : { },
|
|
12639
12641
|
"eu-north-1" : { },
|
|
12640
12642
|
"eu-south-1" : { },
|
|
12643
|
+
"eu-south-2" : { },
|
|
12641
12644
|
"eu-west-1" : { },
|
|
12642
12645
|
"eu-west-2" : { },
|
|
12643
12646
|
"eu-west-3" : { },
|
|
@@ -13630,13 +13633,16 @@
|
|
|
13630
13633
|
"ap-northeast-2" : { },
|
|
13631
13634
|
"ap-northeast-3" : { },
|
|
13632
13635
|
"ap-south-1" : { },
|
|
13636
|
+
"ap-south-2" : { },
|
|
13633
13637
|
"ap-southeast-1" : { },
|
|
13634
13638
|
"ap-southeast-2" : { },
|
|
13635
13639
|
"ap-southeast-3" : { },
|
|
13636
13640
|
"ca-central-1" : { },
|
|
13637
13641
|
"eu-central-1" : { },
|
|
13642
|
+
"eu-central-2" : { },
|
|
13638
13643
|
"eu-north-1" : { },
|
|
13639
13644
|
"eu-south-1" : { },
|
|
13645
|
+
"eu-south-2" : { },
|
|
13640
13646
|
"eu-west-1" : { },
|
|
13641
13647
|
"eu-west-2" : { },
|
|
13642
13648
|
"eu-west-3" : { },
|
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.737.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-03-
|
|
11
|
+
date: 2023-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|