aws-partitions 1.997.0 → 1.998.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 +1 -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: 51d87a742ea2594688913364f645c26823ab378d29bb78cfec0c38e1b955e014
|
|
4
|
+
data.tar.gz: 07af99788d2eb11a48fb2f009db7e0ee9ad6d9617588f2e6de5190f76c916554
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab2de4b149f97e6dfc994aee7c4269a366ed53d40ced0f26633c00e0abeffbd8a0c5f020550b3a66bccc1e5f6c0322bbfb0b1bfefa62795dd0bb717f04d5b282
|
|
7
|
+
data.tar.gz: 4289e5901bd735848c9818dbf7db4912a1eddd06f0e56f6726e137d88264104b59fe8efb20f99aa0ad6769b35533d44978a3dc2f0d56c8565d0fb512556dfb90
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.998.0
|
data/partitions.json
CHANGED
|
@@ -20929,6 +20929,7 @@
|
|
|
20929
20929
|
"tags" : [ "dualstack" ]
|
|
20930
20930
|
} ]
|
|
20931
20931
|
},
|
|
20932
|
+
"eu-south-2" : { },
|
|
20932
20933
|
"eu-west-1" : {
|
|
20933
20934
|
"variants" : [ {
|
|
20934
20935
|
"hostname" : "textract.eu-west-1.api.aws",
|
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.998.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-10-
|
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|