aws-partitions 1.651.0 → 1.652.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 +3 -1
- 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: 1cc02bb0a86234b31a12251bbe27f0e63397bd9180e76048fd1b4c2381600313
|
|
4
|
+
data.tar.gz: 338c887a4ce2a38173d318724082b711d2a52d937f0c9e85a4742a8bc9f9a105
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cca5d139688ec025e1dc59a1bbcb2e377e3ce3389e95779e3c5c5f78401b68542493c8413237c1140f0e8a05e927c87e82d8a3002728bfcc40ed06b335f0e6b1
|
|
7
|
+
data.tar.gz: 7d57625c5e46a7febf9e3777fa79e50a839955f7e6e572a3be7889a0a6258a1b61c27126deaa3a7cecfb21e8d401d09def1b97815e86127f48c791ebda905a2f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.652.0
|
data/partitions.json
CHANGED
|
@@ -2190,6 +2190,7 @@
|
|
|
2190
2190
|
"deprecated" : true,
|
|
2191
2191
|
"hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
|
|
2192
2192
|
},
|
|
2193
|
+
"me-central-1" : { },
|
|
2193
2194
|
"me-south-1" : { },
|
|
2194
2195
|
"sa-east-1" : { },
|
|
2195
2196
|
"us-east-1" : {
|
|
@@ -20372,7 +20373,8 @@
|
|
|
20372
20373
|
},
|
|
20373
20374
|
"ds" : {
|
|
20374
20375
|
"endpoints" : {
|
|
20375
|
-
"us-iso-east-1" : { }
|
|
20376
|
+
"us-iso-east-1" : { },
|
|
20377
|
+
"us-iso-west-1" : { }
|
|
20376
20378
|
}
|
|
20377
20379
|
},
|
|
20378
20380
|
"dynamodb" : {
|
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.652.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-10-
|
|
11
|
+
date: 2022-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|