aws-partitions 1.470.0 → 1.471.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 +13 -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: 3e2369e8a56c1d593e1d9b6c810c84ce184b84a9a590e804908a1a37d4110de1
|
4
|
+
data.tar.gz: ce2d9d3482b6857b9eafaccf1bd38bef265e9631ccfa4b9b1fa24319c2486a6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e062444f970eb6ab43b245f5f292062f0ccc1e9ef1baea4097a4c6a2e5f6b61bacc3d9fbb4f08b51cb412158d2944689457407e0d0520cea6673334b8d6a109
|
7
|
+
data.tar.gz: 47c62c6190cf9ee3255203b5fa5c6182786a8df14d60deb0b7afb0c7039726bd15bd250a7db322134fd210f55ff5242d8c63fc93d5a41e47f44bf76b19d21888
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.471.0
|
data/partitions.json
CHANGED
@@ -4691,6 +4691,7 @@
|
|
4691
4691
|
"ap-east-1" : { },
|
4692
4692
|
"ap-northeast-1" : { },
|
4693
4693
|
"ap-northeast-2" : { },
|
4694
|
+
"ap-northeast-3" : { },
|
4694
4695
|
"ap-south-1" : { },
|
4695
4696
|
"ap-southeast-1" : { },
|
4696
4697
|
"ap-southeast-2" : { },
|
@@ -9212,6 +9213,18 @@
|
|
9212
9213
|
},
|
9213
9214
|
"mq" : {
|
9214
9215
|
"endpoints" : {
|
9216
|
+
"fips-us-gov-east-1" : {
|
9217
|
+
"credentialScope" : {
|
9218
|
+
"region" : "us-gov-east-1"
|
9219
|
+
},
|
9220
|
+
"hostname" : "mq-fips.us-gov-east-1.amazonaws.com"
|
9221
|
+
},
|
9222
|
+
"fips-us-gov-west-1" : {
|
9223
|
+
"credentialScope" : {
|
9224
|
+
"region" : "us-gov-west-1"
|
9225
|
+
},
|
9226
|
+
"hostname" : "mq-fips.us-gov-west-1.amazonaws.com"
|
9227
|
+
},
|
9215
9228
|
"us-gov-east-1" : { },
|
9216
9229
|
"us-gov-west-1" : { }
|
9217
9230
|
}
|
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.471.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-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|