aws-partitions 1.562.0 → 1.563.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 +45 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d21f31d1fe9e80aec802011ff3712919edc71ee6ec350a0f5e4ff3ebdc7a4c63
4
- data.tar.gz: d4b8767003501d3dc7ad66291a11bb6c52479764fac11e663533e9f427188fea
3
+ metadata.gz: 4e64d0cf29245b178756b6befda37314cc542e198c1528fcbe7ed10907dfc799
4
+ data.tar.gz: 2167a51689774f4bd91a1676d91b1a900496ad4268b424809a55d49fdef980c6
5
5
  SHA512:
6
- metadata.gz: 03ad2df3e60a519891ad368dd1fe6c85916756c19ea77a8a750d81f4770b8f1f9046da119ea28e80aa7d8d78bfbcfc0142be94928d9b734265a8a99ae7de734d
7
- data.tar.gz: ca884861137f521bb8091e81e5f1b5224196a714de9f671e26d4169074c00419cfb394f1d46227c1b68fe593fda046e72174a2c7cab9f40b3c2d523efde57845
6
+ metadata.gz: 5e3635156bff9bd06820b7d064779dcafe7479010371f57df94c0051ad278daa61c661e446beff6d04ef9ff6ff2caf50748feb1d4e257f3f509b02db5202381c
7
+ data.tar.gz: 4c3d70825ffb8c1b225522b30abb854ed046f04a818f63bda68b71e3f4c187329b8e5a30141a72a9fc1d929eb35bdfd7aacf7594aecb61c954a22b25da2b5bbc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.563.0 (2022-03-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.562.0 (2022-03-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.562.0
1
+ 1.563.0
data/partitions.json CHANGED
@@ -1250,9 +1250,45 @@
1250
1250
  "endpoints" : {
1251
1251
  "ap-northeast-1" : { },
1252
1252
  "eu-west-1" : { },
1253
- "us-east-1" : { },
1254
- "us-east-2" : { },
1255
- "us-west-2" : { }
1253
+ "fips-us-east-1" : {
1254
+ "credentialScope" : {
1255
+ "region" : "us-east-1"
1256
+ },
1257
+ "deprecated" : true,
1258
+ "hostname" : "apprunner-fips.us-east-1.amazonaws.com"
1259
+ },
1260
+ "fips-us-east-2" : {
1261
+ "credentialScope" : {
1262
+ "region" : "us-east-2"
1263
+ },
1264
+ "deprecated" : true,
1265
+ "hostname" : "apprunner-fips.us-east-2.amazonaws.com"
1266
+ },
1267
+ "fips-us-west-2" : {
1268
+ "credentialScope" : {
1269
+ "region" : "us-west-2"
1270
+ },
1271
+ "deprecated" : true,
1272
+ "hostname" : "apprunner-fips.us-west-2.amazonaws.com"
1273
+ },
1274
+ "us-east-1" : {
1275
+ "variants" : [ {
1276
+ "hostname" : "apprunner-fips.us-east-1.amazonaws.com",
1277
+ "tags" : [ "fips" ]
1278
+ } ]
1279
+ },
1280
+ "us-east-2" : {
1281
+ "variants" : [ {
1282
+ "hostname" : "apprunner-fips.us-east-2.amazonaws.com",
1283
+ "tags" : [ "fips" ]
1284
+ } ]
1285
+ },
1286
+ "us-west-2" : {
1287
+ "variants" : [ {
1288
+ "hostname" : "apprunner-fips.us-west-2.amazonaws.com",
1289
+ "tags" : [ "fips" ]
1290
+ } ]
1291
+ }
1256
1292
  }
1257
1293
  },
1258
1294
  "appstream2" : {
@@ -16868,6 +16904,12 @@
16868
16904
  }
16869
16905
  },
16870
16906
  "sqs" : {
16907
+ "defaults" : {
16908
+ "variants" : [ {
16909
+ "hostname" : "sqs.{region}.{dnsSuffix}",
16910
+ "tags" : [ "fips" ]
16911
+ } ]
16912
+ },
16871
16913
  "endpoints" : {
16872
16914
  "us-gov-east-1" : {
16873
16915
  "credentialScope" : {
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.562.0
4
+ version: 1.563.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-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: