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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +2 -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: d21f31d1fe9e80aec802011ff3712919edc71ee6ec350a0f5e4ff3ebdc7a4c63
|
|
4
|
+
data.tar.gz: d4b8767003501d3dc7ad66291a11bb6c52479764fac11e663533e9f427188fea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.562.0
|
data/lib/aws-partitions.rb
CHANGED
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.
|
|
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
|
|
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:
|