aws-partitions 1.587.0 → 1.588.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 +24 -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: 3fc2cfb5012bc6d19251f240f911f7f5323275bc18a9e36b722d5e3b925912eb
|
|
4
|
+
data.tar.gz: ab5ce1fd1abce58b91ed567109a117e74c0cfd8e3ea1c93746854974d9dee480
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b5f81004fc67d342b08555b4b9f0698c97e31e203a4857dc71cc12becebb770d5d6a555805415de86a16cb3339bcb31b21559b8443f7a3f8c1f7516a24e3fbf
|
|
7
|
+
data.tar.gz: 7f3f288bf5b2adbb01ce06a4c65abdfb81c5595336d54f3e8c02508e041c67f0272baa7ed77b66aa79a9a1de335b653dbe46947983830eb9c0a61b2ad456fa13
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.588.0
|
data/partitions.json
CHANGED
|
@@ -9756,6 +9756,30 @@
|
|
|
9756
9756
|
}
|
|
9757
9757
|
}
|
|
9758
9758
|
},
|
|
9759
|
+
"resiliencehub" : {
|
|
9760
|
+
"endpoints" : {
|
|
9761
|
+
"af-south-1" : { },
|
|
9762
|
+
"ap-east-1" : { },
|
|
9763
|
+
"ap-northeast-1" : { },
|
|
9764
|
+
"ap-northeast-2" : { },
|
|
9765
|
+
"ap-south-1" : { },
|
|
9766
|
+
"ap-southeast-1" : { },
|
|
9767
|
+
"ap-southeast-2" : { },
|
|
9768
|
+
"ca-central-1" : { },
|
|
9769
|
+
"eu-central-1" : { },
|
|
9770
|
+
"eu-north-1" : { },
|
|
9771
|
+
"eu-south-1" : { },
|
|
9772
|
+
"eu-west-1" : { },
|
|
9773
|
+
"eu-west-2" : { },
|
|
9774
|
+
"eu-west-3" : { },
|
|
9775
|
+
"me-south-1" : { },
|
|
9776
|
+
"sa-east-1" : { },
|
|
9777
|
+
"us-east-1" : { },
|
|
9778
|
+
"us-east-2" : { },
|
|
9779
|
+
"us-west-1" : { },
|
|
9780
|
+
"us-west-2" : { }
|
|
9781
|
+
}
|
|
9782
|
+
},
|
|
9759
9783
|
"resource-groups" : {
|
|
9760
9784
|
"endpoints" : {
|
|
9761
9785
|
"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.588.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-05-
|
|
11
|
+
date: 2022-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|