aws-partitions 1.560.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be7692cd1787b9a516485c1e1babec0d43d3a5029fd5a58cc8ead9aa1bc699e5
4
- data.tar.gz: 679f27cec09132bfe271c60a537d67374c48f67a1947993cd302c5c95869e206
3
+ metadata.gz: 4e64d0cf29245b178756b6befda37314cc542e198c1528fcbe7ed10907dfc799
4
+ data.tar.gz: 2167a51689774f4bd91a1676d91b1a900496ad4268b424809a55d49fdef980c6
5
5
  SHA512:
6
- metadata.gz: 9edcb9b5536bc93d54fc35267c25ce391ad5f696a28cedd5539fda34b09063bc820c5e357ef0a56eefa71ad333a4b6ab79941c836958a80e0865dd607ce9a9b6
7
- data.tar.gz: 47920815c6d50e3b96c0afd3b9043371a90e76dc9a3f4257ec5e3aafb4c5b888dadf08e852634dc82518444bf8154ff78e3971ff226340c4ef59c0ce323402f5
6
+ metadata.gz: 5e3635156bff9bd06820b7d064779dcafe7479010371f57df94c0051ad278daa61c661e446beff6d04ef9ff6ff2caf50748feb1d4e257f3f509b02db5202381c
7
+ data.tar.gz: 4c3d70825ffb8c1b225522b30abb854ed046f04a818f63bda68b71e3f4c187329b8e5a30141a72a9fc1d929eb35bdfd7aacf7594aecb61c954a22b25da2b5bbc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.562.0 (2022-03-02)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::Keyspaces`.
13
+
14
+ 1.561.0 (2022-03-01)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.560.0 (2022-02-28)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.560.0
1
+ 1.563.0
@@ -379,6 +379,7 @@ module Aws
379
379
  'Kafka' => 'kafka',
380
380
  'KafkaConnect' => 'kafkaconnect',
381
381
  'Kendra' => 'kendra',
382
+ 'Keyspaces' => 'cassandra',
382
383
  'Kinesis' => 'kinesis',
383
384
  'KinesisAnalytics' => 'kinesisanalytics',
384
385
  'KinesisAnalyticsV2' => 'kinesisanalytics',
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" : {
@@ -8006,6 +8042,7 @@
8006
8042
  "ap-south-1" : { },
8007
8043
  "ap-southeast-1" : { },
8008
8044
  "ap-southeast-2" : { },
8045
+ "ap-southeast-3" : { },
8009
8046
  "ca-central-1" : { },
8010
8047
  "eu-central-1" : { },
8011
8048
  "eu-north-1" : { },
@@ -16867,6 +16904,12 @@
16867
16904
  }
16868
16905
  },
16869
16906
  "sqs" : {
16907
+ "defaults" : {
16908
+ "variants" : [ {
16909
+ "hostname" : "sqs.{region}.{dnsSuffix}",
16910
+ "tags" : [ "fips" ]
16911
+ } ]
16912
+ },
16870
16913
  "endpoints" : {
16871
16914
  "us-gov-east-1" : {
16872
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.560.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-02-28 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: