aws-partitions 1.1175.0 → 1.1177.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 051741554452d9fc758873918549132ae0609c2af9c1eea5848c8d78ab0923cf
4
- data.tar.gz: 5ee1337ee5cebd0fbb8404db659b5b0fb963041b588a410a76630f6bd2f18bc5
3
+ metadata.gz: c9a28c774d200f1127be3572d27ccc0f6d68266f95707bd614fa39b25b84e706
4
+ data.tar.gz: db66bcb9c895a0c0a35b507638ea91384e446aaaaaa113c0e67b2b06fe49e94c
5
5
  SHA512:
6
- metadata.gz: 7785ce94b4c6b9273d9d5c33d4b91a6bd85bbc058802902e2929786e23b9ab0319e18658758818c1995305e89df2212581c2f8fb1ccf28ed99d06f55a1b1ee28
7
- data.tar.gz: b9c82116290c3d296ede7780eb2cd2da905052c3acee5916e88506637bf34b1b9cddc5c083479c15a85e520ca5dd36361647c21fb0ad10b0e4695216563b0c1f
6
+ metadata.gz: 15213bb4293840f3be0f376f0e00de904f4275cb6eea462e24982585267c388deac9b9fc46f5e950876d0da3fe84e81ff6816dc0e10da3d4199fb0cd6776870d
7
+ data.tar.gz: fed3b2372a47399823be0e11f9084173d1a36442bc3d70d38bb7da71b9b362ddddf6ac43fa202e25c11242430d05cc57932f3cf78fa466c9328eac52c50a0a0c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1177.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1176.0 (2025-10-23)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1175.0 (2025-10-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1175.0
1
+ 1.1177.0
@@ -194,6 +194,9 @@
194
194
  },
195
195
  "us-isob-east-1" : {
196
196
  "description" : "US ISOB East (Ohio)"
197
+ },
198
+ "us-isob-west-1" : {
199
+ "description" : "US ISOB West"
197
200
  }
198
201
  }
199
202
  }, {
data/partitions.json CHANGED
@@ -17366,6 +17366,7 @@
17366
17366
  "ap-southeast-3" : { },
17367
17367
  "ap-southeast-4" : { },
17368
17368
  "ap-southeast-5" : { },
17369
+ "ap-southeast-6" : { },
17369
17370
  "ap-southeast-7" : { },
17370
17371
  "ca-central-1" : { },
17371
17372
  "ca-west-1" : { },
@@ -39031,6 +39032,11 @@
39031
39032
  "eu-isoe-west-1" : { }
39032
39033
  }
39033
39034
  },
39035
+ "apigateway" : {
39036
+ "endpoints" : {
39037
+ "eu-isoe-west-1" : { }
39038
+ }
39039
+ },
39034
39040
  "appconfig" : {
39035
39041
  "endpoints" : {
39036
39042
  "eu-isoe-west-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.1175.0
4
+ version: 1.1177.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services