aws-partitions 1.574.0 → 1.575.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: 3335c67f25eeefee4f5c756df95ebacfb98d400bcd460819d1e90e8f556c9c22
|
|
4
|
+
data.tar.gz: da29945345391ef1d3236f1b7b39f35c60e6f67c550b6fbc469d73326945fd34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84882ca18f35592c782d0852e9b77f5c38c9ce9bf2fad571b20a506f33d91cb7995f4490dfa3b89210e9e8d314b0acc9645a791a44ead35615113dc9e0f94432
|
|
7
|
+
data.tar.gz: 319f14e905542617778394f74a22276d975f32b8501b71f2c5c52fac692b5a328ec9249ab7588da8a8d3bd5e7f77018780907ab7d9503693e1ead84ff3ca335b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.575.0
|
data/partitions.json
CHANGED
|
@@ -10821,9 +10821,11 @@
|
|
|
10821
10821
|
"ap-east-1" : { },
|
|
10822
10822
|
"ap-northeast-1" : { },
|
|
10823
10823
|
"ap-northeast-2" : { },
|
|
10824
|
+
"ap-northeast-3" : { },
|
|
10824
10825
|
"ap-south-1" : { },
|
|
10825
10826
|
"ap-southeast-1" : { },
|
|
10826
10827
|
"ap-southeast-2" : { },
|
|
10828
|
+
"ap-southeast-3" : { },
|
|
10827
10829
|
"ca-central-1" : {
|
|
10828
10830
|
"variants" : [ {
|
|
10829
10831
|
"hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com",
|
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.575.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-04-
|
|
11
|
+
date: 2022-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|