aws-partitions 1.1081.0 → 1.1083.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +6 -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: eba4a2a02f3416e68a6d138d0437942dc04774df3f3f94f4d9dd3321e5b4afce
|
4
|
+
data.tar.gz: d46ccdf120419446444825fdbeb5c8d961eedfc9d1655f7df4f6b9d085e790f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 373ab1613f3aee3e4e88a875a71748a609f4f77558b49e2072d947e20d8146d75417157aa07b7134a47da3dd932be9689c2da7a227935420c0c1687b3754261e
|
7
|
+
data.tar.gz: 10ca784af7a80842aa78dd272e5fad20a0d0f576581e991fb7b3a05df9edcd69bce5b7fa3384538a86e983a3cece30d6f824a077953fa978d92b4969cbced041
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1083.0 (2025-04-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1082.0 (2025-04-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1081.0 (2025-04-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1083.0
|
data/partitions.json
CHANGED
@@ -15155,6 +15155,7 @@
|
|
15155
15155
|
"ap-southeast-3" : { },
|
15156
15156
|
"ap-southeast-4" : { },
|
15157
15157
|
"ap-southeast-5" : { },
|
15158
|
+
"ap-southeast-7" : { },
|
15158
15159
|
"ca-central-1" : { },
|
15159
15160
|
"ca-west-1" : { },
|
15160
15161
|
"eu-central-1" : { },
|
@@ -15196,6 +15197,7 @@
|
|
15196
15197
|
"il-central-1" : { },
|
15197
15198
|
"me-central-1" : { },
|
15198
15199
|
"me-south-1" : { },
|
15200
|
+
"mx-central-1" : { },
|
15199
15201
|
"sa-east-1" : { },
|
15200
15202
|
"us-east-1" : {
|
15201
15203
|
"variants" : [ {
|
@@ -15321,6 +15323,7 @@
|
|
15321
15323
|
"ap-southeast-3" : { },
|
15322
15324
|
"ap-southeast-4" : { },
|
15323
15325
|
"ap-southeast-5" : { },
|
15326
|
+
"ap-southeast-7" : { },
|
15324
15327
|
"ca-central-1" : { },
|
15325
15328
|
"ca-west-1" : { },
|
15326
15329
|
"eu-central-1" : { },
|
@@ -15362,6 +15365,7 @@
|
|
15362
15365
|
"il-central-1" : { },
|
15363
15366
|
"me-central-1" : { },
|
15364
15367
|
"me-south-1" : { },
|
15368
|
+
"mx-central-1" : { },
|
15365
15369
|
"sa-east-1" : { },
|
15366
15370
|
"us-east-1" : {
|
15367
15371
|
"variants" : [ {
|
@@ -17071,6 +17075,7 @@
|
|
17071
17075
|
"ap-southeast-3" : { },
|
17072
17076
|
"ap-southeast-4" : { },
|
17073
17077
|
"ap-southeast-5" : { },
|
17078
|
+
"ap-southeast-7" : { },
|
17074
17079
|
"ca-central-1" : { },
|
17075
17080
|
"ca-west-1" : { },
|
17076
17081
|
"eu-central-1" : { },
|
@@ -17112,6 +17117,7 @@
|
|
17112
17117
|
"il-central-1" : { },
|
17113
17118
|
"me-central-1" : { },
|
17114
17119
|
"me-south-1" : { },
|
17120
|
+
"mx-central-1" : { },
|
17115
17121
|
"sa-east-1" : { },
|
17116
17122
|
"us-east-1" : {
|
17117
17123
|
"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.1083.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-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|