aws-partitions 1.1230.0 → 1.1232.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: 60991f05eb322e89e79846db6786fbc0df132b382d8436c33d388e57d69ab01e
4
- data.tar.gz: 66371adea1e55089d448d1c60538aa0038c90bbc5964d7ee0fa0c8b2f59a1170
3
+ metadata.gz: 61c96f293334e45c376f86b8c89a4e84d200e256ab47b1867b0e401a51fcef0c
4
+ data.tar.gz: e1fb46dc7555eabb3cb5f377e84903a050b791804f87740ea7939a3e6fb8d8a0
5
5
  SHA512:
6
- metadata.gz: a872434c66771319347305fc8bd3e8a938bc64804af6736d2922edba72cde1f47c11f2ba55d88420eb507554c89841f7e78e5e31cc498d8c8102ad7290fd2f5d
7
- data.tar.gz: c2f2facd34c2bdb3915fff93b89bfd89161ccfa11f50045c9c65a2735ac04ad22885a1f6671c401d476ad2ba9a0116912198e4227312dba406455621620b073c
6
+ metadata.gz: 245aa83cab08877719f8d853d4035d601dbc2c14c95b90604afee8a7164e9750e0c7183be67a2c17ca037039865a9b2a14bc290627555a8b38c17541fd66d51c
7
+ data.tar.gz: 16d84ef95ca6822e48d65761cecffe73c53bcbe4e0ca58bf738cfdc9ba6d8e25560b0e95e3d63213a646369ed6c41ddad67ffe0ef4d368f15dc342eb4668f016
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1232.0 (2026-03-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::DevOpsAgent`.
8
+
9
+ 1.1231.0 (2026-03-26)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.1230.0 (2026-03-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1230.0
1
+ 1.1232.0
@@ -368,6 +368,7 @@ module Aws
368
368
  'DatabaseMigrationService' => 'dms',
369
369
  'Deadline' => 'deadline',
370
370
  'Detective' => 'api.detective',
371
+ 'DevOpsAgent' => 'aidevops',
371
372
  'DevOpsGuru' => 'devops-guru',
372
373
  'DeviceFarm' => 'devicefarm',
373
374
  'DirectConnect' => 'directconnect',
data/partitions.json CHANGED
@@ -1539,6 +1539,7 @@
1539
1539
  "eu-central-1" : { },
1540
1540
  "eu-north-1" : { },
1541
1541
  "eu-west-1" : { },
1542
+ "eu-west-2" : { },
1542
1543
  "eu-west-3" : { },
1543
1544
  "me-central-1" : { },
1544
1545
  "sa-east-1" : { },
@@ -38535,7 +38536,8 @@
38535
38536
  },
38536
38537
  "route53resolver" : {
38537
38538
  "endpoints" : {
38538
- "us-isob-east-1" : { }
38539
+ "us-isob-east-1" : { },
38540
+ "us-isob-west-1" : { }
38539
38541
  }
38540
38542
  },
38541
38543
  "runtime.sagemaker" : {
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.1230.0
4
+ version: 1.1232.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services