aws-partitions 1.1092.0 → 1.1093.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: 54fb7e9f1d37b7b519bec7c0ae1ba8853092ab3796a145993f6eb34e3214ee5d
|
4
|
+
data.tar.gz: 748ea4d6d64fd7710042cd2739d76f9a970e6f1c01d8fd00f892b85e1325dec5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c51bf112e9ae5c47f5915b2b7f18de24c545438e795eb65e59e844750025a0c4e1eeedfc11ed2d651100eb230a842edfda9f5e4ca47a3b882a4b631141e3171
|
7
|
+
data.tar.gz: 626b9ef40642723244f759695c8246f02aee0eefa933e0d0949bcc70e782d004c3317d36f0a81555643f365e7ccafc2d842c3679af80e94b1fdb9ef97dbe9b5a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1093.0
|
data/partitions.json
CHANGED
@@ -21417,6 +21417,7 @@
|
|
21417
21417
|
"ap-southeast-2" : { },
|
21418
21418
|
"ap-southeast-3" : { },
|
21419
21419
|
"ap-southeast-4" : { },
|
21420
|
+
"ap-southeast-7" : { },
|
21420
21421
|
"ca-central-1" : { },
|
21421
21422
|
"ca-west-1" : { },
|
21422
21423
|
"eu-central-1" : { },
|
@@ -21430,6 +21431,7 @@
|
|
21430
21431
|
"il-central-1" : { },
|
21431
21432
|
"me-central-1" : { },
|
21432
21433
|
"me-south-1" : { },
|
21434
|
+
"mx-central-1" : { },
|
21433
21435
|
"sa-east-1" : { },
|
21434
21436
|
"us-east-1" : {
|
21435
21437
|
"variants" : [ {
|
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.1093.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: 2025-04-
|
11
|
+
date: 2025-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|