aws-partitions 1.1185.0 → 1.1186.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 +6 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f5edfa1a80fa51734c8425f637134ba611dcc2699de0b8011a710d77cd22b65
4
- data.tar.gz: 5de8ab0be8f9e907139c136aeb379881b060d945b6093885300cc8733581bbbf
3
+ metadata.gz: 17b2d918c714d1d62ae7bc8810d37a3892784f6e586c49227da5457e2d314242
4
+ data.tar.gz: 5af3356daf94d3827fff6c7d9fefbc734213c12593e538c4617951fae1f8b59c
5
5
  SHA512:
6
- metadata.gz: a33338456d5786b166acbd7545203d7bf56456652fc2800f9818676e2f4db96c3f5e61094b68c3ece395ae456defe2428664a76f88d8554eecf273e82ce9ab58
7
- data.tar.gz: 57d5f6be22560d9b5981deafcbf020bdb1ca7aa14435dac168bd77b586faca5e4ef52022ccd932dce81f560fa15b051c01accb7826a7d758f70b97613bc6d78b
6
+ metadata.gz: c908daf80576ef4e2c03dff9f0d4e6989196476a8c74c7f40abf19ff474b1e7cf642f5103d0771c2dc179dfb228088f8b645f342b4aace153691d9b521633fd6
7
+ data.tar.gz: fb216aae9c3d423d2c365250e0fbfca73ce8d0541899ae1a3581126de4a80f53196ce58cff81b7606e287f2277f587424c5817f0bc82299c4bfed7418de8a3b8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1186.0 (2025-11-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1185.0 (2025-11-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1185.0
1
+ 1.1186.0
data/partitions.json CHANGED
@@ -12705,6 +12705,7 @@
12705
12705
  "ap-southeast-3" : { },
12706
12706
  "ap-southeast-4" : { },
12707
12707
  "ap-southeast-5" : { },
12708
+ "ap-southeast-6" : { },
12708
12709
  "ap-southeast-7" : { },
12709
12710
  "ca-central-1" : { },
12710
12711
  "ca-west-1" : { },
@@ -37933,6 +37934,11 @@
37933
37934
  "us-isob-west-1" : { }
37934
37935
  }
37935
37936
  },
37937
+ "bedrock" : {
37938
+ "endpoints" : {
37939
+ "us-isob-east-1" : { }
37940
+ }
37941
+ },
37936
37942
  "budgets" : {
37937
37943
  "endpoints" : {
37938
37944
  "aws-iso-b-global" : {
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.1185.0
4
+ version: 1.1186.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services