aws-partitions 1.471.0 → 1.472.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: b80c22b49f97f8f88a7d887203ea4b0b52551e8103e64ff861eae98f43d2fe07
|
|
4
|
+
data.tar.gz: 0d8dce767713e70452f6ddeb439098c4e3fd3ffbb2fb8bc08f93b3a814f7e619
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60de12b50080b3e03820359cfc2f4d415a1f37d1e0587338ac3d1ca5e7b28988b22497783fd08025bad4bff1c324632dd3252b5c102f69eceaeef3decb065eb0
|
|
7
|
+
data.tar.gz: 6b62bed524e198d812ca06367a444f188de1e2e4ac638a3d3ef33b874bdb9129b40f63b383e7102a3f8c043f9f26c77b733fcb60e71e5423be16d02b4ef93083
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.472.0
|
data/partitions.json
CHANGED
|
@@ -4932,6 +4932,7 @@
|
|
|
4932
4932
|
"ap-southeast-2" : { },
|
|
4933
4933
|
"eu-central-1" : { },
|
|
4934
4934
|
"eu-west-1" : { },
|
|
4935
|
+
"eu-west-2" : { },
|
|
4935
4936
|
"fips-us-east-1" : {
|
|
4936
4937
|
"credentialScope" : {
|
|
4937
4938
|
"region" : "us-east-1"
|
|
@@ -6071,6 +6072,7 @@
|
|
|
6071
6072
|
"ap-southeast-2" : { },
|
|
6072
6073
|
"eu-central-1" : { },
|
|
6073
6074
|
"eu-west-1" : { },
|
|
6075
|
+
"eu-west-2" : { },
|
|
6074
6076
|
"fips-us-east-1" : {
|
|
6075
6077
|
"credentialScope" : {
|
|
6076
6078
|
"region" : "us-east-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.472.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: 2021-06-
|
|
11
|
+
date: 2021-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|