aws-partitions 1.1114.0 → 1.1115.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: b80c9a6025a77ea6e85769435f2214759b9b874f452a4aeaadeceb0fca0bbce5
4
- data.tar.gz: 59d25dc3ff1ff5cf4e15444a512765796fa2d013bb14013e3881b6dbcfd1f23a
3
+ metadata.gz: 80740862c07265b62cc53ff097dededdb100bac47738ebacf5de706ad91df44f
4
+ data.tar.gz: dcd39ac848a52cf5a8a11fb2fdaa0db02d4eafb5004ef41f23458c19aa5467ef
5
5
  SHA512:
6
- metadata.gz: 6dea893f84a7e263690d7c79f21c6008863eafe83a2f133174815afd4b483cdc82308f28fc9b35a3ad3d83a20db00b35154090d524eef21ed3c9bc4272bf25c3
7
- data.tar.gz: fcd1e0c8bf4788a3933fcd1c16c37fe38c392ad9da29ed0dbf2e5ab1c62db8550aa17a5f40153b4fd9b03250936b12c0c1ab7704d5acac5ecdc27e46157d7b2f
6
+ metadata.gz: d9401e51a14418d11c9f27c8eb39c44ce7a53d98d5d37b83634a7ce2b497721864455b28c6cf2d478aa250f3aa170ab95b861469762407318cf5b280a0b8d7c1
7
+ data.tar.gz: b88e37c6cd19736a838f7b65ef3b079b1f5c32a5f78306f88277265c60a7d463a75439b8fa3f4e6eab7ab8b00d5a476423045d15381aab31fa631b8f8357f3a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1115.0 (2025-06-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1114.0 (2025-06-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1114.0
1
+ 1.1115.0
data/partitions.json CHANGED
@@ -26016,6 +26016,7 @@
26016
26016
  "endpoints" : {
26017
26017
  "af-south-1" : { },
26018
26018
  "ap-east-1" : { },
26019
+ "ap-east-2" : { },
26019
26020
  "ap-northeast-1" : { },
26020
26021
  "ap-northeast-2" : { },
26021
26022
  "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.1114.0
4
+ version: 1.1115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services