aws-partitions 1.1170.0 → 1.1171.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: e56c6a288d65cf838d904a3f5f7288bf9cef0fc360a9ca23f506ebdfcac35115
4
- data.tar.gz: 913c42511f4043c356c1a4d14df1b61ef3489e36166ee02273435427dbe0fb9d
3
+ metadata.gz: 73365b54c81157c908c30a581be1b39a9ffeff9119598ac41a0a100a4f5b60d9
4
+ data.tar.gz: ad93f0632389c05dc87e0c22d9d35140aa598864e6a37abc9ef27d474e66c324
5
5
  SHA512:
6
- metadata.gz: dc83d9294d86bff0fa6497f451329ca2e8df5c5abfb7368e9d4bf993e9bef89a669248c4546b2d3c50c8a0e3128a35c5e95982817b7a8fff8da64ce02e1f4ee1
7
- data.tar.gz: dfb6a71155a85c02ecaad0489274162b4fcac858012fc8420453de0d6b5f798b11a0551ea5bba7cfb35d3188951eebc0dcc76fe95aaa9a07988fa3c7c8a3da64
6
+ metadata.gz: c3274907d2c2d4b38c74e8f11ac38ff25d5104bea69b3cc685c01aab610851b8a1a24f9dbe18ee12b652c3fe31986d0c1b89ee7d2bed60ca998ebd1a64740463
7
+ data.tar.gz: c48117afb02a41878faef2671a1fb92f723b086ee79910bc7ccf751eee45bc7da0b374dd483c77f03909fc9a232601b9c3ad0d1d79d8e03617b6ee28a2dfe824
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1171.0 (2025-10-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1170.0 (2025-10-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1170.0
1
+ 1.1171.0
data/partitions.json CHANGED
@@ -12763,6 +12763,7 @@
12763
12763
  "endpoints" : {
12764
12764
  "af-south-1" : { },
12765
12765
  "ap-east-1" : { },
12766
+ "ap-east-2" : { },
12766
12767
  "ap-northeast-1" : { },
12767
12768
  "ap-northeast-2" : { },
12768
12769
  "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.1170.0
4
+ version: 1.1171.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services