aws-partitions 1.1153.0 → 1.1154.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 +3 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5310437da12c47f19129127b3e6500243261afd3dd1793d477c300700d782d78
4
- data.tar.gz: e4568f5741a9d81e73479017a3e22c066e799d3515f24d8dcb5b9187b2fa455c
3
+ metadata.gz: b3ae853b9a2b6cb13f07aade6229b4c654df5178e3209c3f30c784b5712ec56a
4
+ data.tar.gz: b5efd7323a4a858c35091016961007a2e638f6d6aaf9e2f41b495bc8a74aa215
5
5
  SHA512:
6
- metadata.gz: f96f64cadb47cc8db18737936daf94620ae70997cf649886758f2c8bab69e7bf22dab613396fbb0a77028f85fc78e5261803a7da881338a73c2adf2730ae003c
7
- data.tar.gz: 0d4caf6d7380af7d86e6a030277a9f2947e7881bc0d7ff5dc03cd5abdac8e7f5a3aae0fa70cb8c189ac4006c9f8bdd5d51086286cc4cdd9a727c507eed5beb0a
6
+ metadata.gz: f2b0a2e4e21e6a8c71d4f13432a9cb3f0cdf6a458ff9abd1e2a237895a61b175916ee7c58845a7655924efbea5f6b12bd2ead582882f122353438f158c244e66
7
+ data.tar.gz: eeabcc367f5c3925d4850847dbe540893d6b0ae4725f90c30346e4f8e4729e55aabdb464a32ea86eeb47f2f7639f10c0bb93014d4940b3b9fbebc3b0297e764d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1154.0 (2025-09-02)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1153.0 (2025-08-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1153.0
1
+ 1.1154.0
data/partitions.json CHANGED
@@ -19315,6 +19315,8 @@
19315
19315
  "eu-west-1" : { },
19316
19316
  "eu-west-2" : { },
19317
19317
  "eu-west-3" : { },
19318
+ "il-central-1" : { },
19319
+ "me-central-1" : { },
19318
19320
  "sa-east-1" : { },
19319
19321
  "us-east-1" : { },
19320
19322
  "us-east-2" : { },
@@ -20819,6 +20821,7 @@
20819
20821
  "ap-southeast-3" : { },
20820
20822
  "ap-southeast-4" : { },
20821
20823
  "ap-southeast-5" : { },
20824
+ "ap-southeast-6" : { },
20822
20825
  "ap-southeast-7" : { },
20823
20826
  "ca-central-1" : { },
20824
20827
  "ca-west-1" : { },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1153.0
4
+ version: 1.1154.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services