aws-partitions 1.1267.0 → 1.1269.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +2 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c3157653871b2934618f91a7ca903c3fe32b57e99f4437927386faa515e30aa
4
- data.tar.gz: b9c2e6d673833cb4864711dac1b6e158a98eff1a3494c762becc8e45e63206c8
3
+ metadata.gz: 17a9986ca2b0905ff5503579723a89764173fa77bd5a9e4953d7a3036bb3b60e
4
+ data.tar.gz: 12a10871d0ddf771e88483991bfc3ee74080d7fe5d8a52186c5f1d98dff2a1a8
5
5
  SHA512:
6
- metadata.gz: 33848b773f45109e48904cf65e58c867b82e911723117a18af90e133338aeced03b4e12d5768b32bd2d64161e8d624165b1ca7ea6b89f66b1b2067648fa4704e
7
- data.tar.gz: 81cc2efc4e5aba4c4bac6bcaf18448516877c53f33a4c52384e42f0e9fb485fc157783cbea4b2663012139a1e09ba7eb71a7a13132e05ea16ad347dd993ec95a
6
+ metadata.gz: cb28bcf430c1c8bfdad8de9c57bc32ebf40d52aaa81dcf523c2ba86ed422fd184cff32c43e80df3f2e3d96d047ccc8fda86f19b723b4eafa1819b4ada9c30db1
7
+ data.tar.gz: 9257a0b36baecd6e0a6ef7efcaef86354a81281787f0ae3bfa86421bae4990f9612605d04e54d4b7a4d3ab01bc8f674353212f86553f4864b8e28ed6af7f9f07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1269.0 (2026-07-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
9
+ 1.1268.0 (2026-07-10)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
13
+
4
14
  1.1267.0 (2026-07-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1267.0
1
+ 1.1269.0
data/partitions.json CHANGED
@@ -2985,6 +2985,7 @@
2985
2985
  "ap-southeast-3" : { },
2986
2986
  "ap-southeast-4" : { },
2987
2987
  "ap-southeast-5" : { },
2988
+ "ap-southeast-6" : { },
2988
2989
  "ap-southeast-7" : { },
2989
2990
  "ca-central-1" : { },
2990
2991
  "ca-west-1" : { },
@@ -28710,6 +28711,7 @@
28710
28711
  },
28711
28712
  "wisdom" : {
28712
28713
  "endpoints" : {
28714
+ "af-south-1" : { },
28713
28715
  "ap-northeast-1" : { },
28714
28716
  "ap-northeast-2" : { },
28715
28717
  "ap-southeast-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.1267.0
4
+ version: 1.1269.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services