aws-partitions 1.1134.0 → 1.1135.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 +1 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06bc7b0e5fe273222840f42a389b117b016d6e941b67b7fd90cce4a33c4899da
4
- data.tar.gz: 7daecdd1c47945224d42edc8336b299f37064cbf8429e3fe8aa5b581d25aeb79
3
+ metadata.gz: 7e7725180b91b26017d38f164d87c8cb524764927ac472ea569015015f859d1e
4
+ data.tar.gz: 2f4a2adde3111f4f4130325d973e14505fcd5fee2229d35cff6d6d2b7feab9e9
5
5
  SHA512:
6
- metadata.gz: 9195b32384d59214e4a182d3d0a62621231d8ea1f8b611620560a1a622060861b9ea6cc8bcc4fa51fa80e756214ea3137f77085389ac4ba0008c821c84b43d4c
7
- data.tar.gz: f292fe6024c010176461284c7190dfac0de76c59c6f84f371eed8c2e2533253e11b550d7e7ae50e09499020c2413ab6a383090609be304b6fad115c5bc42ba3b
6
+ metadata.gz: cdfeae7e94e8b22606dbfbed0789fd0238dc4729140af3ce07fac0607f38461bb808e42a29cfa17a4caf5bb816c258c6468a761d5e9bf723465df679528357c1
7
+ data.tar.gz: 857f1cfe62ac61b9cf57a0d5c817cc2e57ea4c233abcc78bd524a2f9377a9fc9d7a91fa9fb013ad1468d568006b996f75e10a8b9878501ac505f837a8c171da0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1135.0 (2025-07-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1134.0 (2025-07-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1134.0
1
+ 1.1135.0
data/partitions.json CHANGED
@@ -6699,6 +6699,7 @@
6699
6699
  "endpoints" : {
6700
6700
  "af-south-1" : { },
6701
6701
  "ap-east-1" : { },
6702
+ "ap-east-2" : { },
6702
6703
  "ap-northeast-1" : { },
6703
6704
  "ap-northeast-2" : { },
6704
6705
  "ap-northeast-3" : { },
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.1134.0
4
+ version: 1.1135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services