Skip to content

Commit db6fe7a

Browse files
4.1.729
1 parent 1440505 commit db6fe7a

23 files changed

+871
-865
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.728 (2025-01-02 21:35Z)
1+
### 4.1.729 (2025-01-03 21:36Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.956.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.728 (2025-01-02 21:35Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.955.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 Elemental MediaConnect
47
* Modified cmdlet New-EMCNFlow: added parameters SourceMonitoringConfig_AudioMonitoringSetting, SourceMonitoringConfig_ContentQualityAnalysisState and SourceMonitoringConfig_VideoMonitoringSetting.

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.728 (2025-01-02 21:35Z)
1+
### 4.1.729 (2025-01-03 21:36Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.956.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.728 (2025-01-02 21:35Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.955.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 Elemental MediaConnect
47
* Modified cmdlet New-EMCNFlow: added parameters SourceMonitoringConfig_AudioMonitoringSetting, SourceMonitoringConfig_ContentQualityAnalysisState and SourceMonitoringConfig_VideoMonitoringSetting.

modules/AWSPowerShell/Cmdlets/ECS/Basic/Get-ECSServiceDeploymentList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.PowerShell.Cmdlets.ECS
3232
///
3333
///
3434
/// <para>
35-
/// A service deployment happens when you release a softwre update for the service. You
35+
/// A service deployment happens when you release a software update for the service. You
3636
/// route traffic from the running service revisions to the new service revison and control
3737
/// the number of running tasks.
3838
/// </para><para>

modules/AWSPowerShell/Cmdlets/ECS/Basic/New-ECSService-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ public partial class NewECSServiceCmdlet : AmazonECSClientCmdlet, IExecutor
675675
/// <para>
676676
/// <para>The IDs of the security groups associated with the task or service. If you don't specify
677677
/// a security group, the default security group for the VPC is used. There's a limit
678-
/// of 5 security groups that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified security groups must be from the same VPC.</para></note>
678+
/// of 5 security groups that can be specified.</para><note><para>All specified security groups must be from the same VPC.</para></note>
679679
/// </para>
680680
/// </summary>
681681
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -739,7 +739,7 @@ public partial class NewECSServiceCmdlet : AmazonECSClientCmdlet, IExecutor
739739
/// <summary>
740740
/// <para>
741741
/// <para>The IDs of the subnets associated with the task or service. There's a limit of 16
742-
/// subnets that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified subnets must be from the same VPC.</para></note>
742+
/// subnets that can be specified.</para><note><para>All specified subnets must be from the same VPC.</para></note>
743743
/// </para>
744744
/// </summary>
745745
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/ECS/Basic/New-ECSTask-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public partial class NewECSTaskCmdlet : AmazonECSClientCmdlet, IExecutor
306306
/// <para>
307307
/// <para>The IDs of the security groups associated with the task or service. If you don't specify
308308
/// a security group, the default security group for the VPC is used. There's a limit
309-
/// of 5 security groups that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified security groups must be from the same VPC.</para></note>
309+
/// of 5 security groups that can be specified.</para><note><para>All specified security groups must be from the same VPC.</para></note>
310310
/// </para>
311311
/// </summary>
312312
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -346,7 +346,7 @@ public partial class NewECSTaskCmdlet : AmazonECSClientCmdlet, IExecutor
346346
/// <summary>
347347
/// <para>
348348
/// <para>The IDs of the subnets associated with the task or service. There's a limit of 16
349-
/// subnets that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified subnets must be from the same VPC.</para></note>
349+
/// subnets that can be specified.</para><note><para>All specified subnets must be from the same VPC.</para></note>
350350
/// </para>
351351
/// </summary>
352352
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/ECS/Basic/New-ECSTaskSet-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public partial class NewECSTaskSetCmdlet : AmazonECSClientCmdlet, IExecutor
162162
/// <para>
163163
/// <para>The IDs of the security groups associated with the task or service. If you don't specify
164164
/// a security group, the default security group for the VPC is used. There's a limit
165-
/// of 5 security groups that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified security groups must be from the same VPC.</para></note>
165+
/// of 5 security groups that can be specified.</para><note><para>All specified security groups must be from the same VPC.</para></note>
166166
/// </para>
167167
/// </summary>
168168
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -205,7 +205,7 @@ public partial class NewECSTaskSetCmdlet : AmazonECSClientCmdlet, IExecutor
205205
/// <summary>
206206
/// <para>
207207
/// <para>The IDs of the subnets associated with the task or service. There's a limit of 16
208-
/// subnets that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified subnets must be from the same VPC.</para></note>
208+
/// subnets that can be specified.</para><note><para>All specified subnets must be from the same VPC.</para></note>
209209
/// </para>
210210
/// </summary>
211211
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/ECS/Basic/Start-ECSTask-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public partial class StartECSTaskCmdlet : AmazonECSClientCmdlet, IExecutor
220220
/// <para>
221221
/// <para>The IDs of the security groups associated with the task or service. If you don't specify
222222
/// a security group, the default security group for the VPC is used. There's a limit
223-
/// of 5 security groups that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified security groups must be from the same VPC.</para></note>
223+
/// of 5 security groups that can be specified.</para><note><para>All specified security groups must be from the same VPC.</para></note>
224224
/// </para>
225225
/// </summary>
226226
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -260,7 +260,7 @@ public partial class StartECSTaskCmdlet : AmazonECSClientCmdlet, IExecutor
260260
/// <summary>
261261
/// <para>
262262
/// <para>The IDs of the subnets associated with the task or service. There's a limit of 16
263-
/// subnets that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified subnets must be from the same VPC.</para></note>
263+
/// subnets that can be specified.</para><note><para>All specified subnets must be from the same VPC.</para></note>
264264
/// </para>
265265
/// </summary>
266266
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/ECS/Basic/Update-ECSService-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ public partial class UpdateECSServiceCmdlet : AmazonECSClientCmdlet, IExecutor
651651
/// <para>
652652
/// <para>The IDs of the security groups associated with the task or service. If you don't specify
653653
/// a security group, the default security group for the VPC is used. There's a limit
654-
/// of 5 security groups that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified security groups must be from the same VPC.</para></note>
654+
/// of 5 security groups that can be specified.</para><note><para>All specified security groups must be from the same VPC.</para></note>
655655
/// </para>
656656
/// </summary>
657657
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -713,7 +713,7 @@ public partial class UpdateECSServiceCmdlet : AmazonECSClientCmdlet, IExecutor
713713
/// <summary>
714714
/// <para>
715715
/// <para>The IDs of the subnets associated with the task or service. There's a limit of 16
716-
/// subnets that can be specified per <c>awsvpcConfiguration</c>.</para><note><para>All specified subnets must be from the same VPC.</para></note>
716+
/// subnets that can be specified.</para><note><para>All specified subnets must be from the same VPC.</para></note>
717717
/// </para>
718718
/// </summary>
719719
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/S3/Basic/Get-S3BucketPolicy-Cmdlet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ namespace Amazon.PowerShell.Cmdlets.S3
3333
/// <note><para><b>Directory buckets </b> - For directory buckets, you must make requests for this
3434
/// API operation to the Regional endpoint. These endpoints support path-style requests
3535
/// in the format <c>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i></c>. Virtual-hosted-style requests aren't supported. For more information about endpoints
36-
/// in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional
36+
/// in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional
3737
/// and Zonal endpoints for directory buckets in Availability Zones</a> in the <i>Amazon
38-
/// S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available
39-
/// Local Zone for directory buckets</a> in the <i>Amazon S3 User Guide</i>.
38+
/// S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts
39+
/// for directory buckets in Local Zones</a> in the <i>Amazon S3 User Guide</i>.
4040
/// </para></note><dl><dt>Permissions</dt><dd><para>
4141
/// If you are using an identity other than the root user of the Amazon Web Services account
4242
/// that owns the bucket, the calling identity must both have the <c>GetBucketPolicy</c>

0 commit comments

Comments
 (0)