aws-partitions 1.1158.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +8 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da7f830ef7f9318edd61e63e37d3a60e8b47e84327181196917543e0f69bfe85
4
- data.tar.gz: a470aeaf7942327bc20aa2e08a18a83ce1f868d6969db7a0fdf136728ec0c7f3
3
+ metadata.gz: c96ff9beac535368670d1a04806b88213c32c5536c7376ff09ebab7e1b8a4ee9
4
+ data.tar.gz: 671480f8b4bcb787a931ab502b0ce9e65f6adbadf046ae6220853bf6fa0de8b7
5
5
  SHA512:
6
- metadata.gz: d359f8e129e006963d8e13e36bab843784e1a6eb48448039d6b07843d2ddb03652bf5053eb4f684c0f58f31393a66b744b74169849df7e106e0406706e33dcba
7
- data.tar.gz: 21266025c01f8b521cb06e928303f4802065cc7f064dd292947f159e117b1655caf8d9cb2b8b82c0ee36e60e00e5b0303ee2774aafb719157b4f5f95bca64317
6
+ metadata.gz: 8c419a20bba3aaa08f7b71f872d402172365d7760729d0aee75f18ffe76f4b8cca5bf37d3f54b776e63772e301ff651759af022fb08dd6638f1709f5e5d39a43
7
+ data.tar.gz: a0f81b075153e67cc4db3c0076e7fd9a2a638978a79b2f67c5557ba79e84c47f87be8d0052455160b81724b16730d3797858dd929cb8f2de620e6001cbb812ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1158.0 (2025-09-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1158.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" : { },
@@ -31653,6 +31655,12 @@
31653
31655
  }
31654
31656
  }
31655
31657
  },
31658
+ "aps" : {
31659
+ "endpoints" : {
31660
+ "us-gov-east-1" : { },
31661
+ "us-gov-west-1" : { }
31662
+ }
31663
+ },
31656
31664
  "arc-zonal-shift" : {
31657
31665
  "endpoints" : {
31658
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.1158.0
4
+ version: 1.1159.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services