aws-partitions 1.582.0 → 1.583.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: 839b3a33e97c4a818634a817dabf5666a3adba603b2ff31edac691badf44ff26
|
|
4
|
+
data.tar.gz: 99c57d0c082e9daf480242a49bb1462bf64ae3ea8cc529e503a8b336afe2151e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1e39aa3e9d9988e81f778854333bc11fa71a2cb3f19f3944c559fad36486c29b31be2c2f5fe22856970b5a6815ffa594d60ce6602b7b95e4d8377d182148a31
|
|
7
|
+
data.tar.gz: faa45e25802b113ab049202d45f73096aa603ed3d5aa63e8690dcdf8a25a4b702dde6b6e984864eeeabcb53749152bd88378b5e9e218d21b97d542c2bff85014
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.583.0
|
data/partitions.json
CHANGED
|
@@ -4041,6 +4041,7 @@
|
|
|
4041
4041
|
"ap-south-1" : { },
|
|
4042
4042
|
"ap-southeast-1" : { },
|
|
4043
4043
|
"ap-southeast-2" : { },
|
|
4044
|
+
"ap-southeast-3" : { },
|
|
4044
4045
|
"ca-central-1" : { },
|
|
4045
4046
|
"eu-central-1" : { },
|
|
4046
4047
|
"eu-north-1" : { },
|
|
@@ -7404,6 +7405,7 @@
|
|
|
7404
7405
|
"ap-south-1" : { },
|
|
7405
7406
|
"ap-southeast-1" : { },
|
|
7406
7407
|
"ap-southeast-2" : { },
|
|
7408
|
+
"ap-southeast-3" : { },
|
|
7407
7409
|
"ca-central-1" : { },
|
|
7408
7410
|
"eu-central-1" : { },
|
|
7409
7411
|
"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.583.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-05-
|
|
11
|
+
date: 2022-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|