Skip to content

Commit 94683aa

Browse files
4.1.725
1 parent 9cb44e4 commit 94683aa

File tree

8 files changed

+846
-848
lines changed

8 files changed

+846
-848
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 816 additions & 816 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG.2024.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.724 (2024-12-23 21:31Z)
1+
### 4.1.725 (2024-12-26 21:57Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.953.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
4+
### 4.1.724 (2024-12-23 21:31Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.952.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
36
* Amazon Elastic Container Service for Kubernetes
47
* Added cmdlet Get-EKSClusterVersion leveraging the DescribeClusterVersions service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.724 (2024-12-23 21:31Z)
1+
### 4.1.725 (2024-12-26 21:57Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.953.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
4+
### 4.1.724 (2024-12-23 21:31Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.952.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
36
* Amazon Elastic Container Service for Kubernetes
47
* Added cmdlet Get-EKSClusterVersion leveraging the DescribeClusterVersions service API.

modules/AWSPowerShell/Cmdlets/SecurityHub/Basic/Get-SHUBFindingHistory-Cmdlet.cs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ public partial class GetSHUBFindingHistoryCmdlet : AmazonSecurityHubClientCmdlet
5656
/// nor <c>EndTime</c>, Security Hub returns finding history from the CreatedAt timestamp
5757
/// of the finding to the time at which the API is called. In all of these scenarios,
5858
/// the response is limited to 100 results, and the maximum time period is limited to
59-
/// 90 days.</para><para>This field accepts only the specified formats. Timestamps can end with <c>Z</c> or
60-
/// <c>("+" / "-") time-hour [":" time-minute]</c>. The time-secfrac after seconds is
61-
/// limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid
62-
/// timestamp formats with examples:</para><ul><li><para><c>YYYY-MM-DDTHH:MM:SSZ</c> (for example, <c>2019-01-31T23:00:00Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</c> (for example, <c>2019-01-31T23:00:00.123456789Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS+HH:MM</c> (for example, <c>2024-01-04T15:25:10+17:59</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS-HHMM</c> (for example, <c>2024-01-04T15:25:10-1759</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</c> (for example, <c>2024-01-04T15:25:10.123456789+17:59</c>)</para></li></ul>
59+
/// 90 days.</para><para>For more information about the validation and formatting of timestamp fields in Security
60+
/// Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</para>
6361
/// </para>
6462
/// </summary>
6563
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -114,10 +112,8 @@ public partial class GetSHUBFindingHistoryCmdlet : AmazonSecurityHubClientCmdlet
114112
/// nor <c>EndTime</c>, Security Hub returns finding history from the CreatedAt timestamp
115113
/// of the finding to the time at which the API is called. In all of these scenarios,
116114
/// the response is limited to 100 results, and the maximum time period is limited to
117-
/// 90 days.</para><para>This field accepts only the specified formats. Timestamps can end with <c>Z</c> or
118-
/// <c>("+" / "-") time-hour [":" time-minute]</c>. The time-secfrac after seconds is
119-
/// limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid
120-
/// timestamp formats with examples:</para><ul><li><para><c>YYYY-MM-DDTHH:MM:SSZ</c> (for example, <c>2019-01-31T23:00:00Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</c> (for example, <c>2019-01-31T23:00:00.123456789Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS+HH:MM</c> (for example, <c>2024-01-04T15:25:10+17:59</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS-HHMM</c> (for example, <c>2024-01-04T15:25:10-1759</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</c> (for example, <c>2024-01-04T15:25:10.123456789+17:59</c>)</para></li></ul>
115+
/// 90 days.</para><para>For more information about the validation and formatting of timestamp fields in Security
116+
/// Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</para>
121117
/// </para>
122118
/// </summary>
123119
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/SecurityHub/Basic/New-SHUBAutomationRule-Cmdlet.cs

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
146146
#region Parameter Criteria_CreatedAt
147147
/// <summary>
148148
/// <para>
149-
/// <para> A timestamp that indicates when this finding record was created. </para><para>This field accepts only the specified formats. Timestamps can end with <c>Z</c> or
150-
/// <c>("+" / "-") time-hour [":" time-minute]</c>. The time-secfrac after seconds is
151-
/// limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid
152-
/// timestamp formats with examples:</para><ul><li><para><c>YYYY-MM-DDTHH:MM:SSZ</c> (for example, <c>2019-01-31T23:00:00Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</c> (for example, <c>2019-01-31T23:00:00.123456789Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS+HH:MM</c> (for example, <c>2024-01-04T15:25:10+17:59</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS-HHMM</c> (for example, <c>2024-01-04T15:25:10-1759</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</c> (for example, <c>2024-01-04T15:25:10.123456789+17:59</c>)</para></li></ul><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
149+
/// <para> A timestamp that indicates when this finding record was created. </para><para>For more information about the validation and formatting of timestamp fields in Security
150+
/// Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</para><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
153151
/// </para>
154152
/// </summary>
155153
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -202,10 +200,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
202200
/// <summary>
203201
/// <para>
204202
/// <para> A timestamp that indicates when the potential security issue captured by a finding
205-
/// was first observed by the security findings product. </para><para>This field accepts only the specified formats. Timestamps can end with <c>Z</c> or
206-
/// <c>("+" / "-") time-hour [":" time-minute]</c>. The time-secfrac after seconds is
207-
/// limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid
208-
/// timestamp formats with examples:</para><ul><li><para><c>YYYY-MM-DDTHH:MM:SSZ</c> (for example, <c>2019-01-31T23:00:00Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</c> (for example, <c>2019-01-31T23:00:00.123456789Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS+HH:MM</c> (for example, <c>2024-01-04T15:25:10+17:59</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS-HHMM</c> (for example, <c>2024-01-04T15:25:10-1759</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</c> (for example, <c>2024-01-04T15:25:10.123456789+17:59</c>)</para></li></ul><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
203+
/// was first observed by the security findings product. </para><para>For more information about the validation and formatting of timestamp fields in Security
204+
/// Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</para><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
209205
/// </para>
210206
/// </summary>
211207
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -249,11 +245,9 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
249245
#region Parameter Criteria_LastObservedAt
250246
/// <summary>
251247
/// <para>
252-
/// <para> A timestamp that indicates when the potential security issue captured by a finding
253-
/// was most recently observed by the security findings product. </para><para>This field accepts only the specified formats. Timestamps can end with <c>Z</c> or
254-
/// <c>("+" / "-") time-hour [":" time-minute]</c>. The time-secfrac after seconds is
255-
/// limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid
256-
/// timestamp formats with examples:</para><ul><li><para><c>YYYY-MM-DDTHH:MM:SSZ</c> (for example, <c>2019-01-31T23:00:00Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</c> (for example, <c>2019-01-31T23:00:00.123456789Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS+HH:MM</c> (for example, <c>2024-01-04T15:25:10+17:59</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS-HHMM</c> (for example, <c>2024-01-04T15:25:10-1759</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</c> (for example, <c>2024-01-04T15:25:10.123456789+17:59</c>)</para></li></ul><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
248+
/// <para> A timestamp that indicates when the security findings provider most recently observed
249+
/// a change in the resource that is involved in the finding. </para><para>For more information about the validation and formatting of timestamp fields in Security
250+
/// Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</para><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
257251
/// </para>
258252
/// </summary>
259253
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -273,10 +267,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
273267
#region Parameter Criteria_NoteUpdatedAt
274268
/// <summary>
275269
/// <para>
276-
/// <para> The timestamp of when the note was updated.</para><para>This field accepts only the specified formats. Timestamps can end with <c>Z</c> or
277-
/// <c>("+" / "-") time-hour [":" time-minute]</c>. The time-secfrac after seconds is
278-
/// limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid
279-
/// timestamp formats with examples:</para><ul><li><para><c>YYYY-MM-DDTHH:MM:SSZ</c> (for example, <c>2019-01-31T23:00:00Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</c> (for example, <c>2019-01-31T23:00:00.123456789Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS+HH:MM</c> (for example, <c>2024-01-04T15:25:10+17:59</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS-HHMM</c> (for example, <c>2024-01-04T15:25:10-1759</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</c> (for example, <c>2024-01-04T15:25:10.123456789+17:59</c>)</para></li></ul><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
270+
/// <para> The timestamp of when the note was updated.</para><para>For more information about the validation and formatting of timestamp fields in Security
271+
/// Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</para><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
280272
/// </para>
281273
/// </summary>
282274
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -539,10 +531,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
539531
#region Parameter Criteria_UpdatedAt
540532
/// <summary>
541533
/// <para>
542-
/// <para> A timestamp that indicates when the finding record was most recently updated. </para><para>This field accepts only the specified formats. Timestamps can end with <c>Z</c> or
543-
/// <c>("+" / "-") time-hour [":" time-minute]</c>. The time-secfrac after seconds is
544-
/// limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid
545-
/// timestamp formats with examples:</para><ul><li><para><c>YYYY-MM-DDTHH:MM:SSZ</c> (for example, <c>2019-01-31T23:00:00Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ</c> (for example, <c>2019-01-31T23:00:00.123456789Z</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS+HH:MM</c> (for example, <c>2024-01-04T15:25:10+17:59</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS-HHMM</c> (for example, <c>2024-01-04T15:25:10-1759</c>)</para></li><li><para><c>YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM</c> (for example, <c>2024-01-04T15:25:10.123456789+17:59</c>)</para></li></ul><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
534+
/// <para> A timestamp that indicates when the finding record was most recently updated. </para><para>For more information about the validation and formatting of timestamp fields in Security
535+
/// Hub, see <a href="https://docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps">Timestamps</a>.</para><para> Array Members: Minimum number of 1 item. Maximum number of 20 items. </para>
546536
/// </para>
547537
/// </summary>
548538
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/SecurityHub/Basic/Update-SHUBSecurityHubConfiguration-Cmdlet.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ public partial class UpdateSHUBSecurityHubConfigurationCmdlet : AmazonSecurityHu
4747
/// <para>
4848
/// <para>Whether to automatically enable new controls when they are added to standards that
4949
/// are enabled.</para><para>By default, this is set to <c>true</c>, and new controls are enabled automatically.
50-
/// To not automatically enable new controls, set this to <c>false</c>. </para>
50+
/// To not automatically enable new controls, set this to <c>false</c>. </para><para>When you automatically enable new controls, you can interact with the controls in
51+
/// the console and programmatically immediately after release. However, automatically
52+
/// enabled controls have a temporary default status of <c>DISABLED</c>. It can take up
53+
/// to several days for Security Hub to process the control release and designate the
54+
/// control as <c>ENABLED</c> in your account. During the processing period, you can manually
55+
/// enable or disable a control, and Security Hub will maintain that designation regardless
56+
/// of whether you have <c>AutoEnableControls</c> set to <c>true</c>.</para>
5157
/// </para>
5258
/// </summary>
5359
[System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true)]
2 Bytes
Binary file not shown.
-12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)