aws-partitions 1.1143.0 → 1.1148.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: cfd088b2dfe8bda3a537c45fa40e6d4b2c076fe513c6bf553a6facbb5b965c3c
4
- data.tar.gz: 9e79858ca34ae78a1b9ac801e3967d6facc5f22122134098eb19b39c0d1350fe
3
+ metadata.gz: 24282cfef9a6afc00129d0252503e4b9c96df4e5e1784d38c30fc9edf06702d7
4
+ data.tar.gz: 4ac39d1bb3d734da298b5839923978becce4ae8273bed67a7bf9d57b296de026
5
5
  SHA512:
6
- metadata.gz: af45d2d556b770cd1992ed64d9326816f97fe85d6895f29d3637a7f73618f429c3dbcdfff06d471bc3fcc5d2ccdd216f698690156dc767fd356b2678113b088e
7
- data.tar.gz: d606ff7caf2e2679a8fefc2a6f55a2263196a7fb1e3ba7be3171cb4ff65820f05e6ca8207191ea95091e3549ccb9464ef987af3ee5b3e7a01003593db9028707
6
+ metadata.gz: '083f02138d6581cc676a717e5a631b9c2fe5b215b66097e855c779f2026b0bd2adcdb0592eadb45e69c8b647998d5bd31ff7fa47bfdec6c08112e71b0b4c0589'
7
+ data.tar.gz: c14969d49d84b374ca3b493c3f8b77e32ed141f8e8b688e3ebb2718e16f3970af3127229c913c824aed5ada0ee824d51966360ee171c5b424a43b0423a5e0250
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1148.0 (2025-08-18)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::BCMDashboards`.
8
+
9
+ 1.1147.0 (2025-08-14)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::BCMRecommendedActions`.
13
+
14
+ 1.1146.0 (2025-08-12)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.1145.0 (2025-08-11)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.1144.0 (2025-08-08)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
4
29
  1.1143.0 (2025-08-06)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1143.0
1
+ 1.1148.0
@@ -281,8 +281,10 @@ module Aws
281
281
  'AutoScaling' => 'autoscaling',
282
282
  'AutoScalingPlans' => 'autoscaling-plans',
283
283
  'B2bi' => 'b2bi',
284
+ 'BCMDashboards' => 'bcm-dashboards',
284
285
  'BCMDataExports' => 'bcm-data-exports',
285
286
  'BCMPricingCalculator' => 'bcm-pricing-calculator',
287
+ 'BCMRecommendedActions' => 'bcm-recommended-actions',
286
288
  'Backup' => 'backup',
287
289
  'BackupGateway' => 'backup-gateway',
288
290
  'BackupSearch' => 'backup-search',
data/partitions.json CHANGED
@@ -10261,6 +10261,7 @@
10261
10261
  "ap-southeast-1" : { },
10262
10262
  "ap-southeast-2" : { },
10263
10263
  "ap-southeast-3" : { },
10264
+ "ap-southeast-4" : { },
10264
10265
  "ca-central-1" : {
10265
10266
  "variants" : [ {
10266
10267
  "hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
@@ -10269,6 +10270,7 @@
10269
10270
  },
10270
10271
  "ca-west-1" : { },
10271
10272
  "eu-central-1" : { },
10273
+ "eu-central-2" : { },
10272
10274
  "eu-north-1" : { },
10273
10275
  "eu-south-1" : { },
10274
10276
  "eu-south-2" : { },
@@ -10310,6 +10312,7 @@
10310
10312
  "deprecated" : true,
10311
10313
  "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
10312
10314
  },
10315
+ "il-central-1" : { },
10313
10316
  "me-central-1" : { },
10314
10317
  "me-south-1" : { },
10315
10318
  "sa-east-1" : { },
@@ -37357,6 +37360,11 @@
37357
37360
  "us-iso-west-1" : { }
37358
37361
  }
37359
37362
  },
37363
+ "network-firewall" : {
37364
+ "endpoints" : {
37365
+ "us-iso-east-1" : { }
37366
+ }
37367
+ },
37360
37368
  "oam" : {
37361
37369
  "endpoints" : {
37362
37370
  "us-iso-east-1" : { },
@@ -38412,6 +38420,11 @@
38412
38420
  "us-isob-east-1" : { }
38413
38421
  }
38414
38422
  },
38423
+ "network-firewall" : {
38424
+ "endpoints" : {
38425
+ "us-isob-east-1" : { }
38426
+ }
38427
+ },
38415
38428
  "oam" : {
38416
38429
  "endpoints" : {
38417
38430
  "us-isob-east-1" : { }
@@ -38923,6 +38936,11 @@
38923
38936
  "eu-isoe-west-1" : { }
38924
38937
  }
38925
38938
  },
38939
+ "cloudtrail-data" : {
38940
+ "endpoints" : {
38941
+ "eu-isoe-west-1" : { }
38942
+ }
38943
+ },
38926
38944
  "codedeploy" : {
38927
38945
  "endpoints" : {
38928
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.1143.0
4
+ version: 1.1148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services