aws-partitions 1.1113.0 → 1.1114.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: 6f12afb52e0b407770c24ed7ae3b170abd49f53df566bf91dd48cc264f17d44e
4
- data.tar.gz: 0c2b8fdf77e14c31fa6fa37b1dc6b57a46665ad5c54bc77940423a1d89141e12
3
+ metadata.gz: b80c9a6025a77ea6e85769435f2214759b9b874f452a4aeaadeceb0fca0bbce5
4
+ data.tar.gz: 59d25dc3ff1ff5cf4e15444a512765796fa2d013bb14013e3881b6dbcfd1f23a
5
5
  SHA512:
6
- metadata.gz: e6269b1b845060c5e4c8df78f89ee87ca2dd75fde061d7866dc6951394ff9605e93e271777a27be11bd851d412816a180e3aab401ad85dc38bfaf65e08ac92e4
7
- data.tar.gz: bf30a8fbfa6c220da37f4f3e7cc8b6f8656edd764a6447236f4805119c8776125f1f341db83f1deeb7907c7ca7a5d81257f5db6518e10afeaf5f70ef9799edb2
6
+ metadata.gz: 6dea893f84a7e263690d7c79f21c6008863eafe83a2f133174815afd4b483cdc82308f28fc9b35a3ad3d83a20db00b35154090d524eef21ed3c9bc4272bf25c3
7
+ data.tar.gz: fcd1e0c8bf4788a3933fcd1c16c37fe38c392ad9da29ed0dbf2e5ab1c62db8550aa17a5f40153b4fd9b03250936b12c0c1ab7704d5acac5ecdc27e46157d7b2f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1114.0 (2025-06-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1113.0 (2025-06-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1113.0
1
+ 1.1114.0
data/partitions.json CHANGED
@@ -16816,6 +16816,7 @@
16816
16816
  "endpoints" : {
16817
16817
  "af-south-1" : { },
16818
16818
  "ap-east-1" : { },
16819
+ "ap-east-2" : { },
16819
16820
  "ap-northeast-1" : { },
16820
16821
  "ap-northeast-2" : { },
16821
16822
  "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.1113.0
4
+ version: 1.1114.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services