aws-partitions 1.1145.0 → 1.1147.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8047c4f2a9c22c3e93ca89266b88c12f2e9d0e7066563e94b6c4d729cb3582f
|
4
|
+
data.tar.gz: 98255d2c5f5681d2f17e1351c7b70dd8b890b336769852cea29cda192885166a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3da91b095fda878897241550b1abe6437fe9d2a4f25935d0dd947ad06cf7536d3f9ca2087fbebc9c3b1f9832ed66a5a6858066cb3177175518516f27a92c77b
|
7
|
+
data.tar.gz: 27d1f6707f1229698de73549397663cda2d95419d3403f9c056f7d42f70a0f489c140221838c5d561af2fb73ca8d76ecc04713ae2a20b9dd7619f2e12d30641a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1147.0 (2025-08-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::BCMRecommendedActions`.
|
8
|
+
|
9
|
+
1.1146.0 (2025-08-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1145.0 (2025-08-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1147.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -283,6 +283,7 @@ module Aws
|
|
283
283
|
'B2bi' => 'b2bi',
|
284
284
|
'BCMDataExports' => 'bcm-data-exports',
|
285
285
|
'BCMPricingCalculator' => 'bcm-pricing-calculator',
|
286
|
+
'BCMRecommendedActions' => 'bcm-recommended-actions',
|
286
287
|
'Backup' => 'backup',
|
287
288
|
'BackupGateway' => 'backup-gateway',
|
288
289
|
'BackupSearch' => 'backup-search',
|
data/partitions.json
CHANGED
@@ -38936,6 +38936,11 @@
|
|
38936
38936
|
"eu-isoe-west-1" : { }
|
38937
38937
|
}
|
38938
38938
|
},
|
38939
|
+
"cloudtrail-data" : {
|
38940
|
+
"endpoints" : {
|
38941
|
+
"eu-isoe-west-1" : { }
|
38942
|
+
}
|
38943
|
+
},
|
38939
38944
|
"codedeploy" : {
|
38940
38945
|
"endpoints" : {
|
38941
38946
|
"eu-isoe-west-1" : { }
|