aws-partitions 1.656.0 → 1.657.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 +5 -0
- data/VERSION +1 -1
- 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: acacfeb075cbd43d98af5abf5085ec96f5f44b1f0c61da50bfec558993bbfa20
|
|
4
|
+
data.tar.gz: 2bc33458b8120f90346f27c602b79a59db8464255eb32b3f3934570d48b59538
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08dbf72ec805d9bfd980bf224f6cb07fd7633df1810fa8af3fc70208d17ba42374437b2f116adfdb6d4c192aeaaa12e836bc98b2f41483f32c771a2541738c67'
|
|
7
|
+
data.tar.gz: 597e5c8719ea8ab18a71794a28ddc6a6f007c7bcad03dd6dbd3da5f34c1358e0b83db1e78c61529fa0ed29799b8a339b0c934098568d505768b659b378ae72eb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.657.0
|
data/partitions.json
CHANGED
|
@@ -4822,6 +4822,7 @@
|
|
|
4822
4822
|
"deprecated" : true,
|
|
4823
4823
|
"hostname" : "fips.eks.us-west-2.amazonaws.com"
|
|
4824
4824
|
},
|
|
4825
|
+
"me-central-1" : { },
|
|
4825
4826
|
"me-south-1" : { },
|
|
4826
4827
|
"sa-east-1" : { },
|
|
4827
4828
|
"us-east-1" : {
|
|
@@ -5963,6 +5964,7 @@
|
|
|
5963
5964
|
"deprecated" : true,
|
|
5964
5965
|
"hostname" : "firehose-fips.us-west-2.amazonaws.com"
|
|
5965
5966
|
},
|
|
5967
|
+
"me-central-1" : { },
|
|
5966
5968
|
"me-south-1" : { },
|
|
5967
5969
|
"sa-east-1" : { },
|
|
5968
5970
|
"us-east-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.657.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-11-
|
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|