aws-partitions 1.1248.0 → 1.1249.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: fddbd975423750d3880b238e9d1f8ad62c2d7781ddd6b374012e277d71b5f48e
4
- data.tar.gz: 202dabf05800326feaf99835995315560ba184e87b6e4ce9ecb8d52fbac0f146
3
+ metadata.gz: ba55851cdcb8583f922e92e3ebdf437bf47e38cf594659dfa4e0d3d1b38b141c
4
+ data.tar.gz: c2bb7d700498e1b63ec1a2ad989a48a61b7dbb1e0d07fb455ea488bba7361083
5
5
  SHA512:
6
- metadata.gz: cfe44c662f9cef4f5253fd6f3cf900150c5b95f98232fff21a003251a04527a21580ecad7a3f3131326b17b2261ee254b06fc40f2024625623f132fe0787b687
7
- data.tar.gz: 2d42ec33b8801161a119edd96e86f4986f8ad4e964ff524f202747af08a41cc6d7477e11c410b0caf580fa794b55c2ac5bc672c1fdb8236b936f49a1fcad21ef
6
+ metadata.gz: 11cc13a975cda2eb01f952781ac6b50f7e81de54f463833eef542c525caf2dd7c42db1cf952cc311fe54305a431144118769074f5e428eaaea773d5883547260
7
+ data.tar.gz: d699b62a899df26df4f535ef5d5c1a5fb5c8191c27affdb121b9b81316a1ca826427aa89e7c0df1136e5a0783b5e47c8d869fb24d18b14fe9d5973d27af0dc1f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1249.0 (2026-05-15)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data that determines the AWS service regions and endpoints.
8
+
4
9
  1.1248.0 (2026-05-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1248.0
1
+ 1.1249.0
data/partitions.json CHANGED
@@ -12903,6 +12903,7 @@
12903
12903
  "endpoints" : {
12904
12904
  "af-south-1" : { },
12905
12905
  "ap-east-1" : { },
12906
+ "ap-east-2" : { },
12906
12907
  "ap-northeast-1" : { },
12907
12908
  "ap-northeast-2" : { },
12908
12909
  "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.1248.0
4
+ version: 1.1249.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services