aws-partitions 1.1103.0 → 1.1104.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 +3 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9571509a1496d8a5dedc83294cbe1ff039a4995164a1c831e40dde035392b745
4
- data.tar.gz: 8684e2225e6528c73a2be425adf8427b0ce0a45fb140a70d80b82650fee43fe7
3
+ metadata.gz: 3f13187d62178e7aeade80c344845c79cdbf751f1f6760645acaa26d1e99e4d0
4
+ data.tar.gz: ed8670d16d2ecb3add3d21294a7856710c1b589e5724ca6107f3fef9471c4c5b
5
5
  SHA512:
6
- metadata.gz: 21bbebd11015e22b95daa4c592e0dcba9927d13f2c0947ef542d278d5cb5d6e2de587d10b02ec5c4ac0b8d9018eb04c031685aa36ef91318264109b9998250c8
7
- data.tar.gz: 78c729ec3d1a7a99fec6792e4bcba3e0a6c62140d152a4737a29f74d0b46d1a9f8eaccee126960f9944d697a7ab09e0e72400ae059e68e0568059399c28a772a
6
+ metadata.gz: dbe062fbec68ca9c7aec573c45dbbc2899d6c5fed6477486e2fb5d858b67479bd66fb4110b7802fcd05cee09bf8423d82e5f0796a1f8c08df218216b04be74f7
7
+ data.tar.gz: a61718cfb54f85989e658b1bf3655bbcec013d373ffae09febbd2d59bfd81a56f59da76aacc55477ab2f3c6e6abe60f856f996a67de327fb8c2675f7f1640340
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1104.0 (2025-05-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1103.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1103.0
1
+ 1.1104.0
data/partitions.json CHANGED
@@ -744,6 +744,7 @@
744
744
  "ap-east-1" : { },
745
745
  "ap-northeast-1" : { },
746
746
  "ap-northeast-2" : { },
747
+ "ap-northeast-3" : { },
747
748
  "ap-south-1" : { },
748
749
  "ap-southeast-1" : { },
749
750
  "ap-southeast-2" : { },
@@ -13792,6 +13793,7 @@
13792
13793
  "ap-southeast-3" : { },
13793
13794
  "ap-southeast-4" : { },
13794
13795
  "ap-southeast-5" : { },
13796
+ "ap-southeast-7" : { },
13795
13797
  "ca-central-1" : {
13796
13798
  "variants" : [ {
13797
13799
  "hostname" : "kafka-fips.ca-central-1.amazonaws.com",
@@ -13857,6 +13859,7 @@
13857
13859
  "il-central-1" : { },
13858
13860
  "me-central-1" : { },
13859
13861
  "me-south-1" : { },
13862
+ "mx-central-1" : { },
13860
13863
  "sa-east-1" : { },
13861
13864
  "us-east-1" : {
13862
13865
  "variants" : [ {
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.1103.0
4
+ version: 1.1104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services