aws-partitions 1.1117.0 → 1.1118.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: 0a11da5666e93a4c215eb52ac8fa482a7d85d0f760da5c018114cbdba52dad85
4
- data.tar.gz: edd8b99aab65f67e88024b61db01ad7e90426341fca6646c2507a075bd925a1e
3
+ metadata.gz: ae7d9f14342cf84234b1c51bc29ab3901597bd0f6a46c6e75c6adc9af142533f
4
+ data.tar.gz: c4745a8e590cbf20117600fd47ef92a12b176c7db9dfad2dac7f42cb3656a6c1
5
5
  SHA512:
6
- metadata.gz: 667e73e540e35f2af66767181bb282304939b2a780f57f4dbfa28ce1d3e0a74c2b68b8df77f232493bc979eaddd5ad488f972a635b920007e9d86ca9a2b61e3c
7
- data.tar.gz: 0505e76dc2952735562442ae0d8e6fef7b30f7472f6b6c36cbf74d2ad2e2a54155eb539084c9115a3073eb4b652a40e1dfc9f76f287905ca4aed8de4928bbe19
6
+ metadata.gz: aa64e7131e08b614e95a046920e1e466b85f28608f201e83ba54a08f66025cb270c9c5bf300cb97eae6c51a818132e1b00f52feca2d25dcac51b131d193ccdf1
7
+ data.tar.gz: a6cc507273e9234ecbf71919d021ad52685a8d7f2d53bf6a1ea8eeaeb1c81a0c5958680c8158482917904db478b0b1b1433418f3842edca7cac10f7c6feaedd2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1118.0 (2025-06-18)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::AIOps`.
8
+
4
9
  1.1117.0 (2025-06-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1117.0
1
+ 1.1118.0
@@ -247,6 +247,7 @@ module Aws
247
247
  {
248
248
  'ACM' => 'acm',
249
249
  'ACMPCA' => 'acm-pca',
250
+ 'AIOps' => 'aiops',
250
251
  'APIGateway' => 'apigateway',
251
252
  'ARCZonalShift' => 'arc-zonal-shift',
252
253
  'AccessAnalyzer' => 'access-analyzer',
data/partitions.json CHANGED
@@ -39381,6 +39381,12 @@
39381
39381
  "us-isof-south-1" : { }
39382
39382
  }
39383
39383
  },
39384
+ "cloudtrail-data" : {
39385
+ "endpoints" : {
39386
+ "us-isof-east-1" : { },
39387
+ "us-isof-south-1" : { }
39388
+ }
39389
+ },
39384
39390
  "codebuild" : {
39385
39391
  "endpoints" : {
39386
39392
  "us-isof-east-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.1117.0
4
+ version: 1.1118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services