aws-partitions 1.675.0 → 1.676.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: dfb9ca60e555497048e7f78f966598523a77f813af071f2e577a48275fad3550
|
|
4
|
+
data.tar.gz: 3886cd31e9bac39035555f5aa892738ae1d05bfabd1eed186d6fefacdf0925d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0fa22e6e69be7f942bbb3c7421ba18bf10c180e2e5a99da4b436e5a4cdfb56c5993d96cc6c3f01aace701184788cbfcfc89ecdb9bd517d403de3aaeef4de7833
|
|
7
|
+
data.tar.gz: 7652367597a7f8f35c9d5afd0ae09dd503526bc8443a9c823e662f2dcf2d5e00c2000bb3d929d2329cac96331192e4b68f9dba011ed09ecfe1dd26eeb8d5f40d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.676.0
|
data/partitions.json
CHANGED
|
@@ -7137,6 +7137,7 @@
|
|
|
7137
7137
|
"ap-southeast-3" : { },
|
|
7138
7138
|
"ca-central-1" : { },
|
|
7139
7139
|
"eu-central-1" : { },
|
|
7140
|
+
"eu-central-2" : { },
|
|
7140
7141
|
"eu-north-1" : { },
|
|
7141
7142
|
"eu-south-1" : { },
|
|
7142
7143
|
"eu-west-1" : { },
|
|
@@ -11061,6 +11062,7 @@
|
|
|
11061
11062
|
"ap-northeast-2" : { },
|
|
11062
11063
|
"ap-northeast-3" : { },
|
|
11063
11064
|
"ap-south-1" : { },
|
|
11065
|
+
"ap-south-2" : { },
|
|
11064
11066
|
"ap-southeast-1" : { },
|
|
11065
11067
|
"ap-southeast-2" : { },
|
|
11066
11068
|
"ap-southeast-3" : { },
|
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.676.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-12-
|
|
11
|
+
date: 2022-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|