aws-partitions 1.462.0 → 1.463.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 +18 -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: a5fcd1ad27dbff188876cb8d9fe5a893b17b0caf1d0f6b9e3cf34747c0e2a76b
|
|
4
|
+
data.tar.gz: 915bdf3c69cd45e74d960eb2ab5d70b45489b30804b698e2fdd10cd01e25f18c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8fcb34e39baeeb1efe9bf41180d406271d55c38dc85441340b8f86cbf5bfc7a93ffcf8eebe2f5d69492e67b98f72038ae48de85bd1a85289451ec7911012ce8
|
|
7
|
+
data.tar.gz: 986958ce69dd71110f5e94429a92b094155d4b63a69069e7381002655262ddf84c5d2f617395ce08ac443e6717090b0b65ac28a7158211a0b370156d926a4254
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.463.0
|
data/partitions.json
CHANGED
|
@@ -5977,6 +5977,24 @@
|
|
|
5977
5977
|
"ap-southeast-2" : { },
|
|
5978
5978
|
"eu-central-1" : { },
|
|
5979
5979
|
"eu-west-1" : { },
|
|
5980
|
+
"fips-us-east-1" : {
|
|
5981
|
+
"credentialScope" : {
|
|
5982
|
+
"region" : "us-east-1"
|
|
5983
|
+
},
|
|
5984
|
+
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com"
|
|
5985
|
+
},
|
|
5986
|
+
"fips-us-east-2" : {
|
|
5987
|
+
"credentialScope" : {
|
|
5988
|
+
"region" : "us-east-2"
|
|
5989
|
+
},
|
|
5990
|
+
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com"
|
|
5991
|
+
},
|
|
5992
|
+
"fips-us-west-2" : {
|
|
5993
|
+
"credentialScope" : {
|
|
5994
|
+
"region" : "us-west-2"
|
|
5995
|
+
},
|
|
5996
|
+
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com"
|
|
5997
|
+
},
|
|
5980
5998
|
"us-east-1" : { },
|
|
5981
5999
|
"us-east-2" : { },
|
|
5982
6000
|
"us-west-2" : { }
|
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.463.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-05-
|
|
11
|
+
date: 2021-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|