You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2024.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
2
5
* 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.
3
6
* Amazon Elastic Container Service for Kubernetes
4
7
* Added cmdlet Get-EKSClusterVersion leveraging the DescribeClusterVersions service API.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
2
5
* 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.
3
6
* Amazon Elastic Container Service for Kubernetes
4
7
* Added cmdlet Get-EKSClusterVersion leveraging the DescribeClusterVersions service API.
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/SecurityHub/Basic/Get-SHUBFindingHistory-Cmdlet.cs
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,8 @@ public partial class GetSHUBFindingHistoryCmdlet : AmazonSecurityHubClientCmdlet
56
56
/// nor <c>EndTime</c>, Security Hub returns finding history from the CreatedAt timestamp
57
57
/// of the finding to the time at which the API is called. In all of these scenarios,
58
58
/// 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>
@@ -114,10 +112,8 @@ public partial class GetSHUBFindingHistoryCmdlet : AmazonSecurityHubClientCmdlet
114
112
/// nor <c>EndTime</c>, Security Hub returns finding history from the CreatedAt timestamp
115
113
/// of the finding to the time at which the API is called. In all of these scenarios,
116
114
/// 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>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/SecurityHub/Basic/New-SHUBAutomationRule-Cmdlet.cs
+11-21Lines changed: 11 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -146,10 +146,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
146
146
#region Parameter Criteria_CreatedAt
147
147
/// <summary>
148
148
/// <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>
@@ -202,10 +200,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
202
200
/// <summary>
203
201
/// <para>
204
202
/// <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>
@@ -249,11 +245,9 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
249
245
#region Parameter Criteria_LastObservedAt
250
246
/// <summary>
251
247
/// <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>
@@ -273,10 +267,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
273
267
#region Parameter Criteria_NoteUpdatedAt
274
268
/// <summary>
275
269
/// <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>
@@ -539,10 +531,8 @@ public partial class NewSHUBAutomationRuleCmdlet : AmazonSecurityHubClientCmdlet
539
531
#region Parameter Criteria_UpdatedAt
540
532
/// <summary>
541
533
/// <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>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/SecurityHub/Basic/Update-SHUBSecurityHubConfiguration-Cmdlet.cs
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,13 @@ public partial class UpdateSHUBSecurityHubConfigurationCmdlet : AmazonSecurityHu
47
47
/// <para>
48
48
/// <para>Whether to automatically enable new controls when they are added to standards that
49
49
/// 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>
0 commit comments