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 +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ac25a575511555f9b63c52655f9fb067d8abe64dd2535224bea6a4665ab8b85
|
|
4
|
+
data.tar.gz: 1ab7aaa32566cbbad7d3e5c05de6d56f0e59fafe2199ed822be10c42167a7b94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.1233.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -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',
|