aws-partitions 1.666.0 → 1.667.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +13 -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: 68ccc72fd08c8a8e4988fa4cb19c74ddcfceab06524bf83a8f83b56a20cca0f6
|
4
|
+
data.tar.gz: 2d415c8f6c259ac58447a08dc41fa0fcf7f95da5ddd3d2c2fea0641870c73efc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07b7ca8449501185744e7b9b4c8d9c28f4ad691f8299b59a8c54f9973f84059716cdf1cd64492c7da5a64545fd86110e2f9b57c1a64a18d83fc084a5db30f6de
|
7
|
+
data.tar.gz: c26bf78fb480d7721c4ca554863093af8eb5094b5a443a424e7a2dad1746db2f676509e7e5a66423910b12e3740f0b587345e1f7dc0e873a53210d64a72f08f2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.667.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -1756,6 +1756,19 @@
|
|
1756
1756
|
"us-west-2" : { }
|
1757
1757
|
}
|
1758
1758
|
},
|
1759
|
+
"arc-zonal-shift" : {
|
1760
|
+
"endpoints" : {
|
1761
|
+
"ap-northeast-1" : { },
|
1762
|
+
"ap-southeast-2" : { },
|
1763
|
+
"ap-southeast-3" : { },
|
1764
|
+
"eu-central-1" : { },
|
1765
|
+
"eu-north-1" : { },
|
1766
|
+
"eu-west-1" : { },
|
1767
|
+
"us-east-1" : { },
|
1768
|
+
"us-east-2" : { },
|
1769
|
+
"us-west-2" : { }
|
1770
|
+
}
|
1771
|
+
},
|
1759
1772
|
"athena" : {
|
1760
1773
|
"endpoints" : {
|
1761
1774
|
"af-south-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.667.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-11-
|
11
|
+
date: 2022-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|