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.
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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2fd1b11ef5720e98ba1de589039b145ab63e92324b304bfd193daa9224808d3
4
- data.tar.gz: 117cb1c0f1f7ca0a8ff8626995dbafe710de24dff8c66204713cb3a3406c01e3
3
+ metadata.gz: 54fb7e9f1d37b7b519bec7c0ae1ba8853092ab3796a145993f6eb34e3214ee5d
4
+ data.tar.gz: 748ea4d6d64fd7710042cd2739d76f9a970e6f1c01d8fd00f892b85e1325dec5
5
5
  SHA512:
6
- metadata.gz: 3d1de6da65ee2106f6d632bbc53231e6e059e3acf430d7ff88031de5a14f9d7dba892d880917cbfc4b6ff8b84527e2b1f3264fa839ef95bea4b06f87233f4e00
7
- data.tar.gz: 6fb0a08eed301784e32c70fa8bd2b018711ebc598eea41d04afdb067a1690ebeb7c946a8915a7d8bb28a3df630e296d52871a31cc3b3d0565d5d03c5844ddcbe
6
+ metadata.gz: 7c51bf112e9ae5c47f5915b2b7f18de24c545438e795eb65e59e844750025a0c4e1eeedfc11ed2d651100eb230a842edfda9f5e4ca47a3b882a4b631141e3171
7
+ data.tar.gz: 626b9ef40642723244f759695c8246f02aee0eefa933e0d0949bcc70e782d004c3317d36f0a81555643f365e7ccafc2d842c3679af80e94b1fdb9ef97dbe9b5a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1093.0 (2025-04-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1092.0 (2025-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1092.0
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.1092.0
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-25 00:00:00.000000000 Z
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: