aws-partitions 1.559.0 → 1.562.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: 0e4f2849e84e435bb9008c0fcd18f378bf7c61398a04bc1e89ecec24f4fab2c4
4
- data.tar.gz: f40cf94cac20c5a416220ba3efc9603d707d9487846568a997e1c77d9808ceb7
3
+ metadata.gz: d21f31d1fe9e80aec802011ff3712919edc71ee6ec350a0f5e4ff3ebdc7a4c63
4
+ data.tar.gz: d4b8767003501d3dc7ad66291a11bb6c52479764fac11e663533e9f427188fea
5
5
  SHA512:
6
- metadata.gz: d29364b65813c0b08c04154e73b8ff82819296a5cfea7ca0c3f91a012568c66ecdbcea661484f8bfca0459893ab76985f649df70528bad2f57888e1fe63f72c9
7
- data.tar.gz: 33e16c5dfdb94e044e8cee5392ea0a07b4bf7ba1e900c6ba3a7e6c87c2e110672e825f0f495c0479cb3249b06eb793de3b66a5e646eed8f67670bb1c26758227
6
+ metadata.gz: 03ad2df3e60a519891ad368dd1fe6c85916756c19ea77a8a750d81f4770b8f1f9046da119ea28e80aa7d8d78bfbcfc0142be94928d9b734265a8a99ae7de734d
7
+ data.tar.gz: ca884861137f521bb8091e81e5f1b5224196a714de9f671e26d4169074c00419cfb394f1d46227c1b68fe593fda046e72174a2c7cab9f40b3c2d523efde57845
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.562.0 (2022-03-02)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Keyspaces`.
8
+
9
+ 1.561.0 (2022-03-01)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.560.0 (2022-02-28)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.559.0 (2022-02-25)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.559.0
1
+ 1.562.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
@@ -1599,6 +1599,7 @@
1599
1599
  },
1600
1600
  "braket" : {
1601
1601
  "endpoints" : {
1602
+ "eu-west-2" : { },
1602
1603
  "us-east-1" : { },
1603
1604
  "us-west-1" : { },
1604
1605
  "us-west-2" : { }
@@ -8005,6 +8006,7 @@
8005
8006
  "ap-south-1" : { },
8006
8007
  "ap-southeast-1" : { },
8007
8008
  "ap-southeast-2" : { },
8009
+ "ap-southeast-3" : { },
8008
8010
  "ca-central-1" : { },
8009
8011
  "eu-central-1" : { },
8010
8012
  "eu-north-1" : { },
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.559.0
4
+ version: 1.562.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-25 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: