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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9383eb11059ffbca2a13b88581da5ac91bd2b5e43bc26d265d7954f4e8e0140
4
- data.tar.gz: 6727d22898113200dff97bead8fa67229a9e342a96f852a14fd8641c493e90df
3
+ metadata.gz: '09ac3a2d83a0e07e8fc319598cb1ad24ad0512f0da663bd474257b71780d4aeb'
4
+ data.tar.gz: 79674f303e6072acf969677db293af6be0e3c4e2ac344c2adb2f0875f9272b21
5
5
  SHA512:
6
- metadata.gz: 2ba5ac5e440890352efbbc0452f73d640c8cfc0a0928a1e0db264c95541a3f43e1e59392817ab1c75cf0b05262e7177f7e225ff06304c4d592d57cc1a7d8bc0b
7
- data.tar.gz: b809ac8c668e2fdc35334b1e414d14433e244041163eeb7d11092d6615229b064f5e4cf8678d3657c476622829e0d98ade3d88fe4d35653a229e13898b2a13fc
6
+ metadata.gz: 1c956f156f151c7e047fff2c48f9c308ca5b9671b88c9ad54eee3d0033427827853716a48459b1f94276124f72817bcf0a9e991f9d73f94ed2000d38a358b59b
7
+ data.tar.gz: 46d705ce302e235bd4f42c41b332915b5decfb6d366a277a70bed68268a27514ec9bbdaa35f29b8458d01abd223699a4e30e17a2fa01775f5665c246a1f758c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1038.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1037.0 (2025-01-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1037.0
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.1037.0
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-14 00:00:00.000000000 Z
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: