aws-partitions 1.570.0 → 1.571.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: e165fb67d16d030ba03c22f19c58d6d69c682038f3c82f9ee75b910dc89f0c09
|
|
4
|
+
data.tar.gz: 1afdf387d9d25c0e3d4c5671b60a42b836f8cbd31eb9ac76370dd7e9b5e0f619
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c59e3f482818f22c3bc129cf183fb341479205ca26c0dd1bf6e0b4aae80944d2c0fec41bc762f265f938735567fde131c11922eec675dd30f24ea18aa82e4dc
|
|
7
|
+
data.tar.gz: 9cac45251d3e63668cc7b8879937baefbf890bc785aacb8ac5db8aa436e5928ed445777204411a1e9782998d655426d6c4f0c14d7ae9bd4423fdd42022a03833
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.571.0
|
data/partitions.json
CHANGED
|
@@ -8851,7 +8851,9 @@
|
|
|
8851
8851
|
},
|
|
8852
8852
|
"profile" : {
|
|
8853
8853
|
"endpoints" : {
|
|
8854
|
+
"af-south-1" : { },
|
|
8854
8855
|
"ap-northeast-1" : { },
|
|
8856
|
+
"ap-northeast-2" : { },
|
|
8855
8857
|
"ap-southeast-1" : { },
|
|
8856
8858
|
"ap-southeast-2" : { },
|
|
8857
8859
|
"ca-central-1" : { },
|
|
@@ -17962,6 +17964,11 @@
|
|
|
17962
17964
|
"us-iso-east-1" : { }
|
|
17963
17965
|
}
|
|
17964
17966
|
},
|
|
17967
|
+
"tagging" : {
|
|
17968
|
+
"endpoints" : {
|
|
17969
|
+
"us-iso-east-1" : { }
|
|
17970
|
+
}
|
|
17971
|
+
},
|
|
17965
17972
|
"transcribe" : {
|
|
17966
17973
|
"defaults" : {
|
|
17967
17974
|
"protocols" : [ "https" ]
|
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.571.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-03-
|
|
11
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|