Skip to content

Commit e80e5fe

Browse files
4.1.734
1 parent bf89e01 commit e80e5fe

File tree

13 files changed

+844
-831
lines changed

13 files changed

+844
-831
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### 4.1.733 (2025-01-09 22:01Z)
1+
### 4.1.734 (2025-01-10 23:55Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.960.1 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+
* Update the AWS Tools for PowerShell to support EKS Pod Identity credentials
4+
5+
### 4.1.733 (2025-01-09 22:01Z)
26
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.960.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.
37
* Amazon CodeBuild
48
* Modified cmdlet New-CBProject: added parameter Restrictions_FleetsAllowed.

changelogs/CHANGELOG.ALL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### 4.1.733 (2025-01-09 22:01Z)
1+
### 4.1.734 (2025-01-10 23:55Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.960.1 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+
* Update the AWS Tools for PowerShell to support EKS Pod Identity credentials
4+
5+
### 4.1.733 (2025-01-09 22:01Z)
26
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.960.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.
37
* Amazon CodeBuild
48
* Modified cmdlet New-CBProject: added parameter Restrictions_FleetsAllowed.

generator/ReleaseNotesGenerator/.changelogs/Patch-c901eef8-a8b9-4849-b759-f6972cae1e9d.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

modules/AWSPowerShell/Cmdlets/Redshift/Basic/Edit-RSCluster-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public partial class EditRSClusterCmdlet : AmazonRedshiftClientCmdlet, IExecutor
420420
/// <summary>
421421
/// <para>
422422
/// <para>If <c>true</c>, the cluster can be accessed from a public network. Only clusters in
423-
/// VPCs can be set to be publicly available.</para>
423+
/// VPCs can be set to be publicly available.</para><para>Default: false</para>
424424
/// </para>
425425
/// </summary>
426426
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Redshift/Basic/New-RSCluster-Cmdlet.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ public partial class NewRSClusterCmdlet : AmazonRedshiftClientCmdlet, IExecutor
263263
#region Parameter Encrypted
264264
/// <summary>
265265
/// <para>
266-
/// <para>If <c>true</c>, the data in the cluster is encrypted at rest. </para><para>Default: false</para>
266+
/// <para>If <c>true</c>, the data in the cluster is encrypted at rest. If you set the value
267+
/// on this parameter to <c>false</c>, the request will fail.</para><para>Default: true</para>
267268
/// </para>
268269
/// </summary>
269270
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -508,7 +509,7 @@ public partial class NewRSClusterCmdlet : AmazonRedshiftClientCmdlet, IExecutor
508509
#region Parameter PubliclyAccessible
509510
/// <summary>
510511
/// <para>
511-
/// <para>If <c>true</c>, the cluster can be accessed from a public network. </para>
512+
/// <para>If <c>true</c>, the cluster can be accessed from a public network. </para><para>Default: false</para>
512513
/// </para>
513514
/// </summary>
514515
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Redshift/Basic/Restore-RSFromClusterSnapshot-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public partial class RestoreRSFromClusterSnapshotCmdlet : AmazonRedshiftClientCm
426426
#region Parameter PubliclyAccessible
427427
/// <summary>
428428
/// <para>
429-
/// <para>If <c>true</c>, the cluster can be accessed from a public network. </para>
429+
/// <para>If <c>true</c>, the cluster can be accessed from a public network. </para><para>Default: false</para>
430430
/// </para>
431431
/// </summary>
432432
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/SecurityLake/Basic/New-SLKCustomLogSource-Cmdlet.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ public partial class NewSLKCustomLogSourceCmdlet : AmazonSecurityLakeClientCmdle
5151
/// <summary>
5252
/// <para>
5353
/// <para>The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type
54-
/// of data that the custom source will send to Security Lake. The supported event classes
55-
/// are:</para><ul><li><para><c>ACCESS_ACTIVITY</c></para></li><li><para><c>FILE_ACTIVITY</c></para></li><li><para><c>KERNEL_ACTIVITY</c></para></li><li><para><c>KERNEL_EXTENSION</c></para></li><li><para><c>MEMORY_ACTIVITY</c></para></li><li><para><c>MODULE_ACTIVITY</c></para></li><li><para><c>PROCESS_ACTIVITY</c></para></li><li><para><c>REGISTRY_KEY_ACTIVITY</c></para></li><li><para><c>REGISTRY_VALUE_ACTIVITY</c></para></li><li><para><c>RESOURCE_ACTIVITY</c></para></li><li><para><c>SCHEDULED_JOB_ACTIVITY</c></para></li><li><para><c>SECURITY_FINDING</c></para></li><li><para><c>ACCOUNT_CHANGE</c></para></li><li><para><c>AUTHENTICATION</c></para></li><li><para><c>AUTHORIZATION</c></para></li><li><para><c>ENTITY_MANAGEMENT_AUDIT</c></para></li><li><para><c>DHCP_ACTIVITY</c></para></li><li><para><c>NETWORK_ACTIVITY</c></para></li><li><para><c>DNS_ACTIVITY</c></para></li><li><para><c>FTP_ACTIVITY</c></para></li><li><para><c>HTTP_ACTIVITY</c></para></li><li><para><c>RDP_ACTIVITY</c></para></li><li><para><c>SMB_ACTIVITY</c></para></li><li><para><c>SSH_ACTIVITY</c></para></li><li><para><c>CONFIG_STATE</c></para></li><li><para><c>INVENTORY_INFO</c></para></li><li><para><c>EMAIL_ACTIVITY</c></para></li><li><para><c>API_ACTIVITY</c></para></li><li><para><c>CLOUD_API</c></para></li></ul>
54+
/// of data that the custom source will send to Security Lake. For the list of supported
55+
/// event classes, see the <a href="https://docs.aws.amazon.com/security-lake/latest/userguide/adding-custom-sources.html#ocsf-eventclass">Amazon
56+
/// Security Lake User Guide</a>.</para>
5657
/// </para>
5758
/// </summary>
5859
[System.Management.Automation.Parameter(Position = 0, ValueFromPipelineByPropertyName = true, ValueFromPipeline = true)]

modules/AWSPowerShell/Cmdlets/SecurityLake/Basic/New-SLKDataLakeOrganizationConfiguration-Cmdlet.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ namespace Amazon.PowerShell.Cmdlets.SLK
3131
/// Automatically enables Amazon Security Lake for new member accounts in your organization.
3232
/// Security Lake is not automatically enabled for any existing member accounts in your
3333
/// organization.
34+
///
35+
///
36+
/// <para>
37+
/// This operation merges the new data lake organization configuration with the existing
38+
/// configuration for Security Lake in your organization. If you want to create a new
39+
/// data lake organization configuration, you must delete the existing one using <a href="https://docs.aws.amazon.com/security-lake/latest/APIReference/API_DeleteDataLakeOrganizationConfiguration.html">DeleteDataLakeOrganizationConfiguration</a>.
40+
/// </para>
3441
/// </summary>
3542
[Cmdlet("New", "SLKDataLakeOrganizationConfiguration", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
3643
[OutputType("None")]

modules/AWSPowerShell/Cmdlets/SecurityToken/Basic/Use-STSRole-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public partial class UseSTSRoleCmdlet : AmazonSecurityTokenServiceClientCmdlet,
316316
/// about using source identity, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">Monitor
317317
/// and control actions taken with assumed roles</a> in the <i>IAM User Guide</i>.</para><para>The regex used to validate this parameter is a string of characters consisting of
318318
/// upper- and lower-case alphanumeric characters with no spaces. You can also include
319-
/// underscores or any of the following characters: =,.@-. You cannot use a value that
319+
/// underscores or any of the following characters: +=,.@-. You cannot use a value that
320320
/// begins with the text <c>aws:</c>. This prefix is reserved for Amazon Web Services
321321
/// internal use.</para>
322322
/// </para>

0 commit comments

Comments
 (0)