aws-partitions 1.1144.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2eb1ad720af6dccee6e61b654a4c7d861aaada6650725b955698430556dbb6c
4
- data.tar.gz: b58238be5b3b3f57f0a5a634f7cb85aac8696f5d678d0e4f8e565486ce8fafbc
3
+ metadata.gz: f8047c4f2a9c22c3e93ca89266b88c12f2e9d0e7066563e94b6c4d729cb3582f
4
+ data.tar.gz: 98255d2c5f5681d2f17e1351c7b70dd8b890b336769852cea29cda192885166a
5
5
  SHA512:
6
- metadata.gz: ba21e37d98f8fc033924056e620bae865637f33997836b0ced730ee5982aa69887332244b3783b90f9fd0668654434d51ab81091b4967d7367506c5288300f10
7
- data.tar.gz: 1827707d25ceafc101bc39483d032280681041a38e35d3c5d45d298b45abbf789817685edd6c1066903156d31daa50c1a72b2069892619381ae7bf837583458c
6
+ metadata.gz: f3da91b095fda878897241550b1abe6437fe9d2a4f25935d0dd947ad06cf7536d3f9ca2087fbebc9c3b1f9832ed66a5a6858066cb3177175518516f27a92c77b
7
+ data.tar.gz: 27d1f6707f1229698de73549397663cda2d95419d3403f9c056f7d42f70a0f489c140221838c5d561af2fb73ca8d76ecc04713ae2a20b9dd7619f2e12d30641a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
14
+ 1.1145.0 (2025-08-11)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.1144.0 (2025-08-08)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1144.0
1
+ 1.1147.0
@@ -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
@@ -37360,6 +37360,11 @@
37360
37360
  "us-iso-west-1" : { }
37361
37361
  }
37362
37362
  },
37363
+ "network-firewall" : {
37364
+ "endpoints" : {
37365
+ "us-iso-east-1" : { }
37366
+ }
37367
+ },
37363
37368
  "oam" : {
37364
37369
  "endpoints" : {
37365
37370
  "us-iso-east-1" : { },
@@ -38415,6 +38420,11 @@
38415
38420
  "us-isob-east-1" : { }
38416
38421
  }
38417
38422
  },
38423
+ "network-firewall" : {
38424
+ "endpoints" : {
38425
+ "us-isob-east-1" : { }
38426
+ }
38427
+ },
38418
38428
  "oam" : {
38419
38429
  "endpoints" : {
38420
38430
  "us-isob-east-1" : { }
@@ -38926,6 +38936,11 @@
38926
38936
  "eu-isoe-west-1" : { }
38927
38937
  }
38928
38938
  },
38939
+ "cloudtrail-data" : {
38940
+ "endpoints" : {
38941
+ "eu-isoe-west-1" : { }
38942
+ }
38943
+ },
38929
38944
  "codedeploy" : {
38930
38945
  "endpoints" : {
38931
38946
  "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.1144.0
4
+ version: 1.1147.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services