Skip to content

Commit 32e3d97

Browse files
4.1.671
1 parent 1836cb2 commit 32e3d97

24 files changed

+853
-841
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 780 additions & 780 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.670 (2024-10-03 21:11Z)
1+
### 4.1.671 (2024-10-04 21:05Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.899.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.670 (2024-10-03 21:11Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.898.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 Compute Cloud (EC2)
47
* Added cmdlet Edit-EC2InstanceCpuOption leveraging the ModifyInstanceCpuOptions 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.670 (2024-10-03 21:11Z)
1+
### 4.1.671 (2024-10-04 21:05Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.899.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.670 (2024-10-03 21:11Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.898.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 Compute Cloud (EC2)
47
* Added cmdlet Edit-EC2InstanceCpuOption leveraging the ModifyInstanceCpuOptions service API.

modules/AWSPowerShell/Cmdlets/EC2/Basic/Add-EC2VpnGateway-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
namespace Amazon.PowerShell.Cmdlets.EC2
2929
{
3030
/// <summary>
31-
/// Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway
32-
/// to one VPC at a time.
31+
/// Attaches an available virtual private gateway to a VPC. You can attach one virtual
32+
/// private gateway to one VPC at a time.
3333
///
3434
///
3535
/// <para>

modules/AWSPowerShell/Cmdlets/EC2/Basic/Edit-EC2SubnetAttribute-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ public partial class EditEC2SubnetAttributeCmdlet : AmazonEC2ClientCmdlet, IExec
9797
/// <summary>
9898
/// <para>
9999
/// <para>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
100-
/// should return synthetic IPv6 addresses for IPv4-only destinations.</para><note><para>You must first configure a NAT gateway in a public subnet (separate from the subnet
100+
/// should return synthetic IPv6 addresses for IPv4-only destinations.</para><para>You must first configure a NAT gateway in a public subnet (separate from the subnet
101101
/// containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
102102
/// should have a <c>0.0.0.0/0</c> route pointing to the internet gateway. For more information,
103103
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure
104-
/// DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</para></note>
104+
/// DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</para>
105105
/// </para>
106106
/// </summary>
107107
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/EC2/Basic/Edit-EC2TransitGateway-Cmdlet.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,9 @@ public partial class EditEC2TransitGatewayCmdlet : AmazonEC2ClientCmdlet, IExecu
159159
#region Parameter Options_SecurityGroupReferencingSupport
160160
/// <summary>
161161
/// <para>
162-
/// <note><para>This parameter is in preview and may not be available for your account.</para></note><para>Enables you to reference a security group across VPCs attached to a transit gateway.
163-
/// Use this option to simplify security group management and control of instance-to-instance
164-
/// traffic across VPCs that are connected by transit gateway. You can also use this option
165-
/// to migrate from VPC peering (which was the only option that supported security group
166-
/// referencing) to transit gateways (which now also support security group referencing).
167-
/// This option is disabled by default and there are no additional costs to use this feature.</para>
162+
/// <para>Enables you to reference a security group across VPCs attached to a transit gateway
163+
/// to simplify security group management. </para><para>This option is disabled by default.</para><para>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security
164+
/// group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</para>
168165
/// </para>
169166
/// </summary>
170167
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/EC2/Basic/Edit-EC2TransitGatewayVpcAttachment-Cmdlet.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,9 @@ public partial class EditEC2TransitGatewayVpcAttachmentCmdlet : AmazonEC2ClientC
103103
#region Parameter Options_SecurityGroupReferencingSupport
104104
/// <summary>
105105
/// <para>
106-
/// <note><para>This parameter is in preview and may not be available for your account.</para></note><para>Enables you to reference a security group across VPCs attached to a transit gateway.
107-
/// Use this option to simplify security group management and control of instance-to-instance
108-
/// traffic across VPCs that are connected by transit gateway. You can also use this option
109-
/// to migrate from VPC peering (which was the only option that supported security group
110-
/// referencing) to transit gateways (which now also support security group referencing).
111-
/// This option is disabled by default and there are no additional costs to use this feature.</para>
106+
/// <para>Enables you to reference a security group across VPCs attached to a transit gateway
107+
/// to simplify security group management. </para><para>This option is disabled by default.</para><para>For more information about security group referencing, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security">Security
108+
/// group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</para>
112109
/// </para>
113110
/// </summary>
114111
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/EC2/Basic/Get-EC2InstanceTopology-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ namespace Amazon.PowerShell.Cmdlets.EC2
4444
/// Supported instance types
4545
/// </para><ul><li><para><c>hpc6a.48xlarge</c> | <c>hpc6id.32xlarge</c> | <c>hpc7a.12xlarge</c> | <c>hpc7a.24xlarge</c>
4646
/// | <c>hpc7a.48xlarge</c> | <c>hpc7a.96xlarge</c> | <c>hpc7g.4xlarge</c> | <c>hpc7g.8xlarge</c>
47-
/// | <c>hpc7g.16xlarge</c></para></li><li><para><c>p3dn.24xlarge</c> | <c>p4d.24xlarge</c> | <c>p4de.24xlarge</c> | <c>p5.48xlarge</c></para></li><li><para><c>trn1.2xlarge</c> | <c>trn1.32xlarge</c> | <c>trn1n.32xlarge</c></para></li></ul></li></ul><para>
47+
/// | <c>hpc7g.16xlarge</c></para></li><li><para><c>p3dn.24xlarge</c> | <c>p4d.24xlarge</c> | <c>p4de.24xlarge</c> | <c>p5.48xlarge</c>
48+
/// | <c>p5e.48xlarge</c></para></li><li><para><c>trn1.2xlarge</c> | <c>trn1.32xlarge</c> | <c>trn1n.32xlarge</c></para></li></ul></li></ul><para>
4849
/// For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-topology.html">Amazon
4950
/// EC2 instance topology</a> in the <i>Amazon EC2 User Guide</i>.
5051
/// </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.

modules/AWSPowerShell/Cmdlets/EC2/Basic/New-EC2Address-Cmdlet.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ public partial class NewEC2AddressCmdlet : AmazonEC2ClientCmdlet, IExecutor
101101
#region Parameter IpamPoolId
102102
/// <summary>
103103
/// <para>
104-
/// <para>The ID of an IPAM pool.</para>
104+
/// <para>The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned
105+
/// to it. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-eip-pool.html">Allocate
106+
/// sequential Elastic IP addresses from an IPAM pool</a> in the <i>Amazon VPC IPAM User
107+
/// Guide</i>.</para>
105108
/// </para>
106109
/// </summary>
107110
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/EC2/Basic/New-EC2DefaultSubnet-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
3030
/// <summary>
3131
/// Creates a default subnet with a size <c>/20</c> IPv4 CIDR block in the specified Availability
3232
/// Zone in your default VPC. You can have only one default subnet per Availability Zone.
33-
/// For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet">Create
33+
/// For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/work-with-default-vpc.html#create-default-subnet">Create
3434
/// a default subnet</a> in the <i>Amazon VPC User Guide</i>.
3535
/// </summary>
3636
[Cmdlet("New", "EC2DefaultSubnet", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]

0 commit comments

Comments
 (0)