aws-partitions 1.725.0 → 1.726.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: b897f036d2217db20b301dd8058b1e88538cf9bb0998d9b87a9762e1a476d0b1
|
|
4
|
+
data.tar.gz: f1f0153d60b98c5540f40aa9576700c839616f487c32157e9236b21221aab3ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3cc5d96815402f5ed5822289e7c2cfd62bc7026696a726638e6febf2c312bd176006f40c8ddb1ed534decaad81c1b3d0e6878dd4d0f9cea3682105ee4e239c3
|
|
7
|
+
data.tar.gz: 746ef089e984da5e658ccc71d14574c36b641a147cfea4a56d0348267d38409e93369d84b548dcad0c57ad08b52e2744118ad0ee526d7f2039a8d8b6c6467088
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.726.0
|
data/partitions.json
CHANGED
|
@@ -12504,6 +12504,7 @@
|
|
|
12504
12504
|
"ap-southeast-3" : { },
|
|
12505
12505
|
"ca-central-1" : { },
|
|
12506
12506
|
"eu-central-1" : { },
|
|
12507
|
+
"eu-central-2" : { },
|
|
12507
12508
|
"eu-north-1" : { },
|
|
12508
12509
|
"eu-south-1" : { },
|
|
12509
12510
|
"eu-west-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.726.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-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|