aws-partitions 1.1081.0 → 1.1082.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: 40b5185c0f848c37b5e58efe647e9956d0aff9b28c4ad6ef4227ea4036ceb801
|
4
|
+
data.tar.gz: 6a52f0914b5807449bbc00e931ae635f03ee9fbc82ff42f9c6d6ea5264dac266
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c29cf17c4191db72fa0fa132d6c9e6e39f2fd6d098c958a531bb6d8c43026982d89ec866d20d4c9c1e9413bc8bead3370d0e4e7a995a1a76910e3c50cb430f8
|
7
|
+
data.tar.gz: 60f273d6f326180a89fb78b11e1d4d44c08974e3b57a0d4bbdcb43dce61609a0513373d67527fec76611c81a4c84d92536590348c7276b61cea21a8e80da5cb5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1082.0
|
data/partitions.json
CHANGED
@@ -15321,6 +15321,7 @@
|
|
15321
15321
|
"ap-southeast-3" : { },
|
15322
15322
|
"ap-southeast-4" : { },
|
15323
15323
|
"ap-southeast-5" : { },
|
15324
|
+
"ap-southeast-7" : { },
|
15324
15325
|
"ca-central-1" : { },
|
15325
15326
|
"ca-west-1" : { },
|
15326
15327
|
"eu-central-1" : { },
|
@@ -15362,6 +15363,7 @@
|
|
15362
15363
|
"il-central-1" : { },
|
15363
15364
|
"me-central-1" : { },
|
15364
15365
|
"me-south-1" : { },
|
15366
|
+
"mx-central-1" : { },
|
15365
15367
|
"sa-east-1" : { },
|
15366
15368
|
"us-east-1" : {
|
15367
15369
|
"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.1082.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-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|