aws-partitions 1.1157.0 → 1.1159.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 +9 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff1adb49f07e051fe42e408bd3a640b746cd88d16ef5f23b75efb0efbf67d026
4
- data.tar.gz: cc044925a3784e8b55eaf289a1c8772fd0e6df764a5caf052450eb3844a6c15c
3
+ metadata.gz: c96ff9beac535368670d1a04806b88213c32c5536c7376ff09ebab7e1b8a4ee9
4
+ data.tar.gz: 671480f8b4bcb787a931ab502b0ce9e65f6adbadf046ae6220853bf6fa0de8b7
5
5
  SHA512:
6
- metadata.gz: 2fbb54735f24fb3956f5036d8e846e369cc377123204ad411c6775875493ee64dc89f1da52e1f1cfe89bb0c1e8c035230daedfc1b23eb12fdb4dcd5faefa1aec
7
- data.tar.gz: 1132293972059a62c67e0d04a9a4a5e71d97090746d0db19912de6f3340ee389bf3a74010a21ef6d3c2b0d72a02edcd71e54ef5f53e9b3789a84f03fcebddc2f
6
+ metadata.gz: 8c419a20bba3aaa08f7b71f872d402172365d7760729d0aee75f18ffe76f4b8cca5bf37d3f54b776e63772e301ff651759af022fb08dd6638f1709f5e5d39a43
7
+ data.tar.gz: a0f81b075153e67cc4db3c0076e7fd9a2a638978a79b2f67c5557ba79e84c47f87be8d0052455160b81724b16730d3797858dd929cb8f2de620e6001cbb812ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1159.0 (2025-09-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1158.0 (2025-09-10)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1157.0 (2025-09-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1157.0
1
+ 1.1159.0
data/partitions.json CHANGED
@@ -20226,6 +20226,7 @@
20226
20226
  },
20227
20227
  "redshift-serverless" : {
20228
20228
  "endpoints" : {
20229
+ "af-south-1" : { },
20229
20230
  "ap-east-1" : { },
20230
20231
  "ap-northeast-1" : { },
20231
20232
  "ap-northeast-2" : { },
@@ -20244,6 +20245,7 @@
20244
20245
  "eu-central-1" : { },
20245
20246
  "eu-central-2" : { },
20246
20247
  "eu-north-1" : { },
20248
+ "eu-south-1" : { },
20247
20249
  "eu-south-2" : { },
20248
20250
  "eu-west-1" : { },
20249
20251
  "eu-west-2" : { },
@@ -27677,6 +27679,7 @@
27677
27679
  "ap-southeast-3" : { },
27678
27680
  "ap-southeast-4" : { },
27679
27681
  "ap-southeast-5" : { },
27682
+ "ap-southeast-6" : { },
27680
27683
  "ap-southeast-7" : { },
27681
27684
  "ca-central-1" : {
27682
27685
  "variants" : [ {
@@ -31652,6 +31655,12 @@
31652
31655
  }
31653
31656
  }
31654
31657
  },
31658
+ "aps" : {
31659
+ "endpoints" : {
31660
+ "us-gov-east-1" : { },
31661
+ "us-gov-west-1" : { }
31662
+ }
31663
+ },
31655
31664
  "arc-zonal-shift" : {
31656
31665
  "endpoints" : {
31657
31666
  "us-gov-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.1157.0
4
+ version: 1.1159.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services