aws-partitions 1.1037.0 → 1.1038.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 +4 -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: '09ac3a2d83a0e07e8fc319598cb1ad24ad0512f0da663bd474257b71780d4aeb'
|
4
|
+
data.tar.gz: 79674f303e6072acf969677db293af6be0e3c4e2ac344c2adb2f0875f9272b21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c956f156f151c7e047fff2c48f9c308ca5b9671b88c9ad54eee3d0033427827853716a48459b1f94276124f72817bcf0a9e991f9d73f94ed2000d38a358b59b
|
7
|
+
data.tar.gz: 46d705ce302e235bd4f42c41b332915b5decfb6d366a277a70bed68268a27514ec9bbdaa35f29b8458d01abd223699a4e30e17a2fa01775f5665c246a1f758c6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1038.0
|
data/partitions.json
CHANGED
@@ -2924,6 +2924,7 @@
|
|
2924
2924
|
"ap-southeast-3" : { },
|
2925
2925
|
"ap-southeast-4" : { },
|
2926
2926
|
"ap-southeast-5" : { },
|
2927
|
+
"ap-southeast-7" : { },
|
2927
2928
|
"ca-central-1" : { },
|
2928
2929
|
"ca-west-1" : { },
|
2929
2930
|
"eu-central-1" : { },
|
@@ -18850,6 +18851,8 @@
|
|
18850
18851
|
"ap-southeast-2" : { },
|
18851
18852
|
"ap-southeast-3" : { },
|
18852
18853
|
"ap-southeast-4" : { },
|
18854
|
+
"ap-southeast-5" : { },
|
18855
|
+
"ap-southeast-7" : { },
|
18853
18856
|
"ca-central-1" : { },
|
18854
18857
|
"ca-west-1" : { },
|
18855
18858
|
"eu-central-1" : { },
|
@@ -18891,6 +18894,7 @@
|
|
18891
18894
|
"il-central-1" : { },
|
18892
18895
|
"me-central-1" : { },
|
18893
18896
|
"me-south-1" : { },
|
18897
|
+
"mx-central-1" : { },
|
18894
18898
|
"sa-east-1" : { },
|
18895
18899
|
"us-east-1" : {
|
18896
18900
|
"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.1038.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-01-
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|