aws-partitions 1.1153.0 → 1.1156.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +7 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5310437da12c47f19129127b3e6500243261afd3dd1793d477c300700d782d78
4
- data.tar.gz: e4568f5741a9d81e73479017a3e22c066e799d3515f24d8dcb5b9187b2fa455c
3
+ metadata.gz: 1fba1f322ed42c142643968bff0e33e6f12829174077f5f1ff6331bea3bc74c0
4
+ data.tar.gz: f41d7f0eb19bcdcd5743ad66e61c8ae1209da62f5de6e8d583d82a81a624f8ad
5
5
  SHA512:
6
- metadata.gz: f96f64cadb47cc8db18737936daf94620ae70997cf649886758f2c8bab69e7bf22dab613396fbb0a77028f85fc78e5261803a7da881338a73c2adf2730ae003c
7
- data.tar.gz: 0d4caf6d7380af7d86e6a030277a9f2947e7881bc0d7ff5dc03cd5abdac8e7f5a3aae0fa70cb8c189ac4006c9f8bdd5d51086286cc4cdd9a727c507eed5beb0a
6
+ metadata.gz: a1c9c75934952c512a4b11c78c65f13ae6540933dbc77bd365b58773a368ae5064208f464764d261ea1cca7a607f1a4c6b0fe956636de2b1c422b60c8f8fc23e
7
+ data.tar.gz: 5e5da5b1a92e17b9d02ef89df62cb8fe0473ed8a5b5df3837dcfd4b192b6718b6d5815299a1252dc8721a4a7726a81471bce93c49b453b69379c90c042ca3807
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1156.0 (2025-09-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1155.0 (2025-09-04)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.1154.0 (2025-09-02)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.1153.0 (2025-08-29)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1153.0
1
+ 1.1156.0
data/partitions.json CHANGED
@@ -14050,6 +14050,7 @@
14050
14050
  "ap-south-2" : { },
14051
14051
  "ap-southeast-1" : { },
14052
14052
  "ap-southeast-2" : { },
14053
+ "ap-southeast-5" : { },
14053
14054
  "ca-central-1" : { },
14054
14055
  "eu-central-1" : { },
14055
14056
  "eu-north-1" : { },
@@ -17988,6 +17989,7 @@
17988
17989
  },
17989
17990
  "omics" : {
17990
17991
  "endpoints" : {
17992
+ "ap-northeast-2" : { },
17991
17993
  "ap-southeast-1" : {
17992
17994
  "credentialScope" : {
17993
17995
  "region" : "ap-southeast-1"
@@ -19315,6 +19317,8 @@
19315
19317
  "eu-west-1" : { },
19316
19318
  "eu-west-2" : { },
19317
19319
  "eu-west-3" : { },
19320
+ "il-central-1" : { },
19321
+ "me-central-1" : { },
19318
19322
  "sa-east-1" : { },
19319
19323
  "us-east-1" : { },
19320
19324
  "us-east-2" : { },
@@ -20819,6 +20823,7 @@
20819
20823
  "ap-southeast-3" : { },
20820
20824
  "ap-southeast-4" : { },
20821
20825
  "ap-southeast-5" : { },
20826
+ "ap-southeast-6" : { },
20822
20827
  "ap-southeast-7" : { },
20823
20828
  "ca-central-1" : { },
20824
20829
  "ca-west-1" : { },
@@ -22616,6 +22621,7 @@
22616
22621
  "ap-southeast-3" : { },
22617
22622
  "ap-southeast-4" : { },
22618
22623
  "ap-southeast-5" : { },
22624
+ "ap-southeast-6" : { },
22619
22625
  "ap-southeast-7" : { },
22620
22626
  "ca-central-1" : { },
22621
22627
  "ca-west-1" : { },
@@ -39645,6 +39651,7 @@
39645
39651
  },
39646
39652
  "compute-optimizer" : {
39647
39653
  "endpoints" : {
39654
+ "us-isof-east-1" : { },
39648
39655
  "us-isof-south-1" : {
39649
39656
  "credentialScope" : {
39650
39657
  "region" : "us-isof-south-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.1153.0
4
+ version: 1.1156.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services