aws-partitions 1.1140.0 → 1.1141.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: 8414595025a87abf48972561693fe5cb6af74af76d670735ccf99d461fc1e3e0
4
- data.tar.gz: 5377b9579c1844c9a6a9485fd92ebe89050cbf3a4cab59596db7ce61eee0f23a
3
+ metadata.gz: 7445e99120a4dd56894696017b091d6bed9c1f35694fede7f867e4acc757f5c0
4
+ data.tar.gz: e622e9513c71098d4807d099945c7c1c79281df35e43ff61c8ad0c4c61fd00be
5
5
  SHA512:
6
- metadata.gz: f61af691b579d389462a4a28357c8648319cf979d49b13fbdda21cd1afbb97bc59f615d2e27ef587329f0a9380d63534285b8591b8bb3060fd2418744fba1b1f
7
- data.tar.gz: bf7f8aff91fdb7fd2f229677eaf50d76d07f73a13d2fc95eb2ad5ee00350529b730763c933a10251ab612b1aca621fff351a28f6430714f8dabd470a50212ad9
6
+ metadata.gz: c1514a829bbc028a72b19f1a87ba56e50b96d1c376a25d01d3a91164c216759bb5333da2117641fa85e6dfc30a6cce584b9f8747123d19b42efe11f14f9382f3
7
+ data.tar.gz: 3f3a6e2b733de272f0e1d71a93a7927021c3d4859ea896584558ee070ebd33ba266c188e62a7074eabdeea9ce30eeef03db3d0cfa552b49455cecfc62fc490c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1141.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1140.0 (2025-08-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1140.0
1
+ 1.1141.0
data/partitions.json CHANGED
@@ -15588,6 +15588,7 @@
15588
15588
  "ap-south-1" : { },
15589
15589
  "ap-southeast-1" : { },
15590
15590
  "ap-southeast-2" : { },
15591
+ "ap-southeast-3" : { },
15591
15592
  "ca-central-1" : { },
15592
15593
  "eu-central-1" : { },
15593
15594
  "eu-north-1" : { },
@@ -21465,6 +21466,7 @@
21465
21466
  "ap-southeast-3" : { },
21466
21467
  "ap-southeast-4" : { },
21467
21468
  "ap-southeast-5" : { },
21469
+ "ap-southeast-7" : { },
21468
21470
  "ca-central-1" : { },
21469
21471
  "ca-west-1" : { },
21470
21472
  "eu-central-1" : { },
@@ -21478,6 +21480,7 @@
21478
21480
  "il-central-1" : { },
21479
21481
  "me-central-1" : { },
21480
21482
  "me-south-1" : { },
21483
+ "mx-central-1" : { },
21481
21484
  "sa-east-1" : { },
21482
21485
  "us-east-1" : { },
21483
21486
  "us-east-2" : { },
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.1140.0
4
+ version: 1.1141.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services