aws-partitions 1.1103.0 → 1.1105.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 +4 -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: 4270c4bbdb7852e3e057678afd6d5be9bcc5b53f5a32b5fac7caeed2f748c223
4
+ data.tar.gz: ce1cb1d6659089d7d94434dfb81f8d87ae97134fc930b708cbd21f35cd36c6c1
5
5
  SHA512:
6
- metadata.gz: 21bbebd11015e22b95daa4c592e0dcba9927d13f2c0947ef542d278d5cb5d6e2de587d10b02ec5c4ac0b8d9018eb04c031685aa36ef91318264109b9998250c8
7
- data.tar.gz: 78c729ec3d1a7a99fec6792e4bcba3e0a6c62140d152a4737a29f74d0b46d1a9f8eaccee126960f9944d697a7ab09e0e72400ae059e68e0568059399c28a772a
6
+ metadata.gz: eb16265b8e3f8471a4dcdc9586555e23697a10eaad1742317203b5f843a7e23b5a866de5a7a49e5a17e8dda85454dbed4af6ec4bd753a8dc06663e6c2179b413
7
+ data.tar.gz: 1d909dbd3f5e5e6c61cde7e3214b28ecca756d30332ff3d28a47d1304a9d293459f73d2d9e0bcd715660b2973eebfa016356b64aed2f61505dbb0373be4f675b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1105.0 (2025-05-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1104.0 (2025-05-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1103.0 (2025-05-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1103.0
1
+ 1.1105.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" : [ {
@@ -22429,6 +22432,7 @@
22429
22432
  "eu-west-1" : { },
22430
22433
  "eu-west-2" : { },
22431
22434
  "eu-west-3" : { },
22435
+ "il-central-1" : { },
22432
22436
  "me-central-1" : { },
22433
22437
  "me-south-1" : { },
22434
22438
  "sa-east-1" : { },
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.1105.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services