aws-partitions 1.1230.0 → 1.1231.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 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60991f05eb322e89e79846db6786fbc0df132b382d8436c33d388e57d69ab01e
4
- data.tar.gz: 66371adea1e55089d448d1c60538aa0038c90bbc5964d7ee0fa0c8b2f59a1170
3
+ metadata.gz: 3986b79d6ba845167459e8bff16870f11cd0cf3c842f84737bcfa98674eea176
4
+ data.tar.gz: c37de6bae8699b9d3e3e10ab62a3f379bb2b4564effc0401f8887f3aff611bc1
5
5
  SHA512:
6
- metadata.gz: a872434c66771319347305fc8bd3e8a938bc64804af6736d2922edba72cde1f47c11f2ba55d88420eb507554c89841f7e78e5e31cc498d8c8102ad7290fd2f5d
7
- data.tar.gz: c2f2facd34c2bdb3915fff93b89bfd89161ccfa11f50045c9c65a2735ac04ad22885a1f6671c401d476ad2ba9a0116912198e4227312dba406455621620b073c
6
+ metadata.gz: 363168f68dd0b338da46bdb1f033f57b26174e729a5990a6c90a0891690ae26ee8b2ba98de353e8559b00c349ceca9585e8e857452968ae61df83669a227291c
7
+ data.tar.gz: cbae8f1ffb16be437db0ce9c184a6d9b56c73696a9af1466963db68dce265611a50b24c466d699d014c9287c75b59faef816e8af888a9b2a96472700353146ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1231.0 (2026-03-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1230.0 (2026-03-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1230.0
1
+ 1.1231.0
data/partitions.json CHANGED
@@ -1539,6 +1539,7 @@
1539
1539
  "eu-central-1" : { },
1540
1540
  "eu-north-1" : { },
1541
1541
  "eu-west-1" : { },
1542
+ "eu-west-2" : { },
1542
1543
  "eu-west-3" : { },
1543
1544
  "me-central-1" : { },
1544
1545
  "sa-east-1" : { },
@@ -38535,7 +38536,8 @@
38535
38536
  },
38536
38537
  "route53resolver" : {
38537
38538
  "endpoints" : {
38538
- "us-isob-east-1" : { }
38539
+ "us-isob-east-1" : { },
38540
+ "us-isob-west-1" : { }
38539
38541
  }
38540
38542
  },
38541
38543
  "runtime.sagemaker" : {
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.1230.0
4
+ version: 1.1231.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services