aws-partitions 1.692.0 → 1.693.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 +1 -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: 63123df247e4e583860ec793240d959df7fb3e7288d24e3373a2725e1a9d0fd6
|
|
4
|
+
data.tar.gz: 41faada3734e74028b963cf6f922fded46feba95bda4690f31ed8b11ff109e12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c9f7bcc4b48f37486d95a7e5ddc59eb14b487ee9486cc97c16f117c5e0cb3f38166c654931d59a6cd62987a7339d2a1591e57ee81988b89adc9c774c9b0629f
|
|
7
|
+
data.tar.gz: dd828b64be4ba70bd394d2ab0c4577c94292b0bbf32d1990f4f082bf622a30a344d619e9941b8bb5c76d1032ae4d28cd784b0b0c03bd1bfcd57e0e82e552806c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.693.0
|
data/partitions.json
CHANGED
|
@@ -13190,6 +13190,7 @@
|
|
|
13190
13190
|
"deprecated" : true,
|
|
13191
13191
|
"hostname" : "securityhub-fips.us-west-2.amazonaws.com"
|
|
13192
13192
|
},
|
|
13193
|
+
"me-central-1" : { },
|
|
13193
13194
|
"me-south-1" : { },
|
|
13194
13195
|
"sa-east-1" : { },
|
|
13195
13196
|
"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.693.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: 2023-01-
|
|
11
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|