aws-partitions 1.1232.0 → 1.1233.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: 61c96f293334e45c376f86b8c89a4e84d200e256ab47b1867b0e401a51fcef0c
4
- data.tar.gz: e1fb46dc7555eabb3cb5f377e84903a050b791804f87740ea7939a3e6fb8d8a0
3
+ metadata.gz: 5ac25a575511555f9b63c52655f9fb067d8abe64dd2535224bea6a4665ab8b85
4
+ data.tar.gz: 1ab7aaa32566cbbad7d3e5c05de6d56f0e59fafe2199ed822be10c42167a7b94
5
5
  SHA512:
6
- metadata.gz: 245aa83cab08877719f8d853d4035d601dbc2c14c95b90604afee8a7164e9750e0c7183be67a2c17ca037039865a9b2a14bc290627555a8b38c17541fd66d51c
7
- data.tar.gz: 16d84ef95ca6822e48d65761cecffe73c53bcbe4e0ca58bf738cfdc9ba6d8e25560b0e95e3d63213a646369ed6c41ddad67ffe0ef4d368f15dc342eb4668f016
6
+ metadata.gz: ca5ed19c4a96f5d3e8e8e951ba92666368b8ac39983b9aa8d33629c8a79c568f801343242f19b7a1357800a6ee39b48ae27cafde2fe0a1e1fc547bbaa3574031
7
+ data.tar.gz: 67ff8905332f234c3125a4dd1ecf555ba1e3a0f9154f9205ba03fda19bc9e08d34e2b1199ba8a18ee01cd6bafd70bee4bfd500b25ff14275208c5c8db3030267
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1233.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::Sustainability`.
8
+
9
+ * Feature - Added support for enumerating regions for `Aws::SecurityAgent`.
10
+
4
11
  1.1232.0 (2026-03-30)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1232.0
1
+ 1.1233.0
@@ -612,6 +612,7 @@ module Aws
612
612
  'Scheduler' => 'scheduler',
613
613
  'Schemas' => 'schemas',
614
614
  'SecretsManager' => 'secretsmanager',
615
+ 'SecurityAgent' => 'securityagent',
615
616
  'SecurityHub' => 'securityhub',
616
617
  'SecurityIR' => 'security-ir',
617
618
  'SecurityLake' => 'securitylake',
@@ -635,6 +636,7 @@ module Aws
635
636
  'SupplyChain' => 'scn',
636
637
  'Support' => 'support',
637
638
  'SupportApp' => 'supportapp',
639
+ 'Sustainability' => 'sustainability',
638
640
  'Synthetics' => 'synthetics',
639
641
  'TaxSettings' => 'tax',
640
642
  'Textract' => 'textract',
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.1232.0
4
+ version: 1.1233.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services