aws-partitions 1.1113.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 +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: 6f12afb52e0b407770c24ed7ae3b170abd49f53df566bf91dd48cc264f17d44e
4
- data.tar.gz: 0c2b8fdf77e14c31fa6fa37b1dc6b57a46665ad5c54bc77940423a1d89141e12
3
+ metadata.gz: 80740862c07265b62cc53ff097dededdb100bac47738ebacf5de706ad91df44f
4
+ data.tar.gz: dcd39ac848a52cf5a8a11fb2fdaa0db02d4eafb5004ef41f23458c19aa5467ef
5
5
  SHA512:
6
- metadata.gz: e6269b1b845060c5e4c8df78f89ee87ca2dd75fde061d7866dc6951394ff9605e93e271777a27be11bd851d412816a180e3aab401ad85dc38bfaf65e08ac92e4
7
- data.tar.gz: bf30a8fbfa6c220da37f4f3e7cc8b6f8656edd764a6447236f4805119c8776125f1f341db83f1deeb7907c7ca7a5d81257f5db6518e10afeaf5f70ef9799edb2
6
+ metadata.gz: d9401e51a14418d11c9f27c8eb39c44ce7a53d98d5d37b83634a7ce2b497721864455b28c6cf2d478aa250f3aa170ab95b861469762407318cf5b280a0b8d7c1
7
+ data.tar.gz: b88e37c6cd19736a838f7b65ef3b079b1f5c32a5f78306f88277265c60a7d463a75439b8fa3f4e6eab7ab8b00d5a476423045d15381aab31fa631b8f8357f3a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.1114.0 (2025-06-09)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1113.0 (2025-06-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1113.0
1
+ 1.1115.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" : { },
@@ -26015,6 +26016,7 @@
26015
26016
  "endpoints" : {
26016
26017
  "af-south-1" : { },
26017
26018
  "ap-east-1" : { },
26019
+ "ap-east-2" : { },
26018
26020
  "ap-northeast-1" : { },
26019
26021
  "ap-northeast-2" : { },
26020
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.1113.0
4
+ version: 1.1115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services