aws-partitions 1.1155.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 +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: 7e068e32ae4d1ea130d3a15995991527a23a13e12eea4892b57084f33e09d828
4
- data.tar.gz: 6a9d8a7609b273f87449c952fa26844b8eb84f85083e12e00be91fde8d6a20fd
3
+ metadata.gz: 1fba1f322ed42c142643968bff0e33e6f12829174077f5f1ff6331bea3bc74c0
4
+ data.tar.gz: f41d7f0eb19bcdcd5743ad66e61c8ae1209da62f5de6e8d583d82a81a624f8ad
5
5
  SHA512:
6
- metadata.gz: 468e7fe06cf6715a1733c3c029e9d3ec12f22012033ad9763fc7878608ce007e29ee6ead7d3712ff8d352847701e6864062f344ed955bfe40155fbf596ee1e62
7
- data.tar.gz: 054b6a4fd8074b7bb76111b7a94a6a495c1a27435d26c0577c9aa4eeb1b4b2c854eddcbec8a6b7700db71a55916eeeed5366db924f636b16f814537965da5092
6
+ metadata.gz: a1c9c75934952c512a4b11c78c65f13ae6540933dbc77bd365b58773a368ae5064208f464764d261ea1cca7a607f1a4c6b0fe956636de2b1c422b60c8f8fc23e
7
+ data.tar.gz: 5e5da5b1a92e17b9d02ef89df62cb8fe0473ed8a5b5df3837dcfd4b192b6718b6d5815299a1252dc8721a4a7726a81471bce93c49b453b69379c90c042ca3807
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.1155.0 (2025-09-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1155.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" : { },
@@ -22620,6 +22621,7 @@
22620
22621
  "ap-southeast-3" : { },
22621
22622
  "ap-southeast-4" : { },
22622
22623
  "ap-southeast-5" : { },
22624
+ "ap-southeast-6" : { },
22623
22625
  "ap-southeast-7" : { },
22624
22626
  "ca-central-1" : { },
22625
22627
  "ca-west-1" : { },
@@ -39649,6 +39651,7 @@
39649
39651
  },
39650
39652
  "compute-optimizer" : {
39651
39653
  "endpoints" : {
39654
+ "us-isof-east-1" : { },
39652
39655
  "us-isof-south-1" : {
39653
39656
  "credentialScope" : {
39654
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.1155.0
4
+ version: 1.1156.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services