aws-partitions 1.871.0 → 1.872.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 +2 -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: 83caa036a2cb2d74b56e0ff03cb7fb75486075cc4957c712fc9e4a8643d2ef9a
|
|
4
|
+
data.tar.gz: 7b76f8e0eb873f1fa1e0415667f541236e5c277e165579b18e96d4df06c6af1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 287a18728e3c5ba14e6af2f50c06ba8727e60ada5d5d617b726ae89faf17e47c12e59e4406e8f54875e10eff3db364844b86c956bef7478038b761d3884aa5f8
|
|
7
|
+
data.tar.gz: ee5fb1c78b0ed3eba4da5eeb96aea588e4673760e7a40f14d796d2041a28fc5df32172f17fcf5ba0b3fbd565c81a10149a464269dde1c43d78ec406cbca19e9f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.872.0
|
data/partitions.json
CHANGED
|
@@ -11761,6 +11761,7 @@
|
|
|
11761
11761
|
"ap-southeast-3" : { },
|
|
11762
11762
|
"ap-southeast-4" : { },
|
|
11763
11763
|
"ca-central-1" : { },
|
|
11764
|
+
"ca-west-1" : { },
|
|
11764
11765
|
"eu-central-1" : { },
|
|
11765
11766
|
"eu-central-2" : { },
|
|
11766
11767
|
"eu-north-1" : { },
|
|
@@ -14651,6 +14652,7 @@
|
|
|
14651
14652
|
"ap-southeast-3" : { },
|
|
14652
14653
|
"ap-southeast-4" : { },
|
|
14653
14654
|
"ca-central-1" : { },
|
|
14655
|
+
"ca-west-1" : { },
|
|
14654
14656
|
"eu-central-1" : { },
|
|
14655
14657
|
"eu-central-2" : { },
|
|
14656
14658
|
"eu-north-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.872.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-12-
|
|
11
|
+
date: 2023-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|