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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +13 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ec2fc77151698e53695b7a6a0290a5c9ca941c7c87bffea38f4111a45c1571d
4
- data.tar.gz: a232ea1d1a5592054d5fbb021eb2b6ad37fd180c6862a2cc4ea88f70e16a61ad
3
+ metadata.gz: 3e2369e8a56c1d593e1d9b6c810c84ce184b84a9a590e804908a1a37d4110de1
4
+ data.tar.gz: ce2d9d3482b6857b9eafaccf1bd38bef265e9631ccfa4b9b1fa24319c2486a6b
5
5
  SHA512:
6
- metadata.gz: 77050d8e44f1dc76fa5039a2e453ff8eb3bee1aee324ad5ccd5657a8d6b2a47b8cfe01e6e6eca00cfe94515780e5c3610bd43a6ecb235e08200f71341fd53dbb
7
- data.tar.gz: 9da45d9893e25d1dd102ac4e0295a24ad51f7c3c2daf55a83df033fb25b243fda6eeb8baddd071545f1907923e772d3fff03f06550c8a5c362f23c70b29ab54a
6
+ metadata.gz: 0e062444f970eb6ab43b245f5f292062f0ccc1e9ef1baea4097a4c6a2e5f6b61bacc3d9fbb4f08b51cb412158d2944689457407e0d0520cea6673334b8d6a109
7
+ data.tar.gz: 47c62c6190cf9ee3255203b5fa5c6182786a8df14d60deb0b7afb0c7039726bd15bd250a7db322134fd210f55ff5242d8c63fc93d5a41e47f44bf76b19d21888
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.471.0 (2021-06-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.470.0 (2021-06-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.470.0
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.470.0
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-21 00:00:00.000000000 Z
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: