Skip to content

Commit

Permalink
4.1.671
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Oct 4, 2024
1 parent 1836cb2 commit 32e3d97
Show file tree
Hide file tree
Showing 24 changed files with 853 additions and 841 deletions.
1,560 changes: 780 additions & 780 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 4.1.670 (2024-10-03 21:11Z)
### 4.1.671 (2024-10-04 21:05Z)
* 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.

### 4.1.670 (2024-10-03 21:11Z)
* 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.
* Amazon Elastic Compute Cloud (EC2)
* Added cmdlet Edit-EC2InstanceCpuOption leveraging the ModifyInstanceCpuOptions service API.
Expand Down
5 changes: 4 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 4.1.670 (2024-10-03 21:11Z)
### 4.1.671 (2024-10-04 21:05Z)
* 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.

### 4.1.670 (2024-10-03 21:11Z)
* 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.
* Amazon Elastic Compute Cloud (EC2)
* Added cmdlet Edit-EC2InstanceCpuOption leveraging the ModifyInstanceCpuOptions service API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
namespace Amazon.PowerShell.Cmdlets.EC2
{
/// <summary>
/// Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway
/// to one VPC at a time.
/// Attaches an available virtual private gateway to a VPC. You can attach one virtual
/// private gateway to one VPC at a time.
///
///
/// <para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ public partial class EditEC2SubnetAttributeCmdlet : AmazonEC2ClientCmdlet, IExec
/// <summary>
/// <para>
/// <para>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
/// 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
/// 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
/// containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
/// should have a <c>0.0.0.0/0</c> route pointing to the internet gateway. For more information,
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure
/// DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</para></note>
/// DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,9 @@ public partial class EditEC2TransitGatewayCmdlet : AmazonEC2ClientCmdlet, IExecu
#region Parameter Options_SecurityGroupReferencingSupport
/// <summary>
/// <para>
/// <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.
/// Use this option to simplify security group management and control of instance-to-instance
/// traffic across VPCs that are connected by transit gateway. You can also use this option
/// to migrate from VPC peering (which was the only option that supported security group
/// referencing) to transit gateways (which now also support security group referencing).
/// This option is disabled by default and there are no additional costs to use this feature.</para>
/// <para>Enables you to reference a security group across VPCs attached to a transit gateway
/// 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
/// group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,9 @@ public partial class EditEC2TransitGatewayVpcAttachmentCmdlet : AmazonEC2ClientC
#region Parameter Options_SecurityGroupReferencingSupport
/// <summary>
/// <para>
/// <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.
/// Use this option to simplify security group management and control of instance-to-instance
/// traffic across VPCs that are connected by transit gateway. You can also use this option
/// to migrate from VPC peering (which was the only option that supported security group
/// referencing) to transit gateways (which now also support security group referencing).
/// This option is disabled by default and there are no additional costs to use this feature.</para>
/// <para>Enables you to reference a security group across VPCs attached to a transit gateway
/// 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
/// group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ namespace Amazon.PowerShell.Cmdlets.EC2
/// Supported instance types
/// </para><ul><li><para><c>hpc6a.48xlarge</c> | <c>hpc6id.32xlarge</c> | <c>hpc7a.12xlarge</c> | <c>hpc7a.24xlarge</c>
/// | <c>hpc7a.48xlarge</c> | <c>hpc7a.96xlarge</c> | <c>hpc7g.4xlarge</c> | <c>hpc7g.8xlarge</c>
/// | <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>
/// | <c>hpc7g.16xlarge</c></para></li><li><para><c>p3dn.24xlarge</c> | <c>p4d.24xlarge</c> | <c>p4de.24xlarge</c> | <c>p5.48xlarge</c>
/// | <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>
/// For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-topology.html">Amazon
/// EC2 instance topology</a> in the <i>Amazon EC2 User Guide</i>.
/// </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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ public partial class NewEC2AddressCmdlet : AmazonEC2ClientCmdlet, IExecutor
#region Parameter IpamPoolId
/// <summary>
/// <para>
/// <para>The ID of an IPAM pool.</para>
/// <para>The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned
/// to it. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-eip-pool.html">Allocate
/// sequential Elastic IP addresses from an IPAM pool</a> in the <i>Amazon VPC IPAM User
/// Guide</i>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
/// <summary>
/// Creates a default subnet with a size <c>/20</c> IPv4 CIDR block in the specified Availability
/// Zone in your default VPC. You can have only one default subnet per Availability Zone.
/// For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet">Create
/// For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/work-with-default-vpc.html#create-default-subnet">Create
/// a default subnet</a> in the <i>Amazon VPC User Guide</i>.
/// </summary>
[Cmdlet("New", "EC2DefaultSubnet", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
/// <para>
/// Flow log data for a monitored network interface is recorded as flow log records, which
/// are log events consisting of fields that describe the traffic flow. For more information,
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-log-records.html">Flow
/// log records</a> in the <i>Amazon VPC User Guide</i>.
/// </para><para>
/// When publishing to CloudWatch Logs, flow log records are published to a log group,
Expand Down Expand Up @@ -133,7 +133,7 @@ public partial class NewEC2FlowLogCmdlet : AmazonEC2ClientCmdlet, IExecutor
/// <para>The fields to include in the flow log record. List the fields in the order in which
/// they should appear. If you omit this parameter, the flow log is created using the
/// default format. If you specify this parameter, you must include at least one field.
/// For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow
/// For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-log-records.html">Flow
/// log records</a> in the <i>Amazon VPC User Guide</i> or <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records">Transit
/// Gateway Flow Log records</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</para><para>Specify the fields using the <c>${field-id}</c> format, separated by spaces.</para>
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public partial class NewEC2IpamPoolCmdlet : AmazonEC2ClientCmdlet, IExecutor
/// Local Zones</a>). This option is only available for IPAM IPv4 pools in the public
/// scope.</para></li></ul><para>If you do not choose a locale, resources in Regions others than the IPAM's home region
/// cannot use CIDRs from this pool.</para><para>Possible values: Any Amazon Web Services Region or supported Amazon Web Services Local
/// Zone.</para>
/// Zone. Default is <c>none</c> and means any locale.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
/// fail to launch. You can see the network border group for the subnet's AZ by viewing
/// the details of the subnet. Similarly, you can view the network border group of an
/// EIP by viewing the details of the EIP address. For more information about network
/// border groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip">Allocate
/// border groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/WorkWithEIPs.html">Allocate
/// an Elastic IP address</a> in the <i>Amazon VPC User Guide</i>.
/// </para></important>
/// </summary>
Expand Down Expand Up @@ -105,7 +105,7 @@ public partial class NewEC2NatGatewayCmdlet : AmazonEC2ClientCmdlet, IExecutor
#region Parameter SecondaryAllocationId
/// <summary>
/// <para>
/// <para>Secondary EIP allocation IDs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create
/// <para>Secondary EIP allocation IDs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create
/// a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</para>
/// </para>
/// </summary>
Expand All @@ -119,7 +119,7 @@ public partial class NewEC2NatGatewayCmdlet : AmazonEC2ClientCmdlet, IExecutor
/// <para>
/// <para>[Private NAT gateway only] The number of secondary private IPv4 addresses you want
/// to assign to the NAT gateway. For more information about secondary addresses, see
/// <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create
/// <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create
/// a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</para>
/// </para>
/// </summary>
Expand All @@ -131,7 +131,7 @@ public partial class NewEC2NatGatewayCmdlet : AmazonEC2ClientCmdlet, IExecutor
/// <summary>
/// <para>
/// <para>Secondary private IPv4 addresses. For more information about secondary addresses,
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create
/// see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Create
/// a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</para>
/// </para>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ namespace Amazon.PowerShell.Cmdlets.EC2
{
/// <summary>
/// Creates a subnet CIDR reservation. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html">Subnet
/// CIDR reservations</a> in the <i>Amazon VPC User Guide</i> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">Assign
/// prefixes to network interfaces</a> in the <i>Amazon EC2 User Guide</i>.
/// CIDR reservations</a> in the <i>Amazon VPC User Guide</i> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-prefixes.html">Manage
/// prefixes for your network interfaces</a> in the <i>Amazon EC2 User Guide</i>.
/// </summary>
[Cmdlet("New", "EC2SubnetCidrReservation", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
[OutputType("Amazon.EC2.Model.SubnetCidrReservation")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,9 @@ public partial class NewEC2TransitGatewayCmdlet : AmazonEC2ClientCmdlet, IExecut
#region Parameter Options_SecurityGroupReferencingSupport
/// <summary>
/// <para>
/// <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.
/// Use this option to simplify security group management and control of instance-to-instance
/// traffic across VPCs that are connected by transit gateway. You can also use this option
/// to migrate from VPC peering (which was the only option that supported security group
/// referencing) to transit gateways (which now also support security group referencing).
/// This option is disabled by default and there are no additional costs to use this feature.</para>
/// <para>Enables you to reference a security group across VPCs attached to a transit gateway
/// 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
/// group referencing</a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,10 @@ public partial class NewEC2TransitGatewayVpcAttachmentCmdlet : AmazonEC2ClientCm
#region Parameter Options_SecurityGroupReferencingSupport
/// <summary>
/// <para>
/// <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.
/// Use this option to simplify security group management and control of instance-to-instance
/// traffic across VPCs that are connected by transit gateway. You can also use this option
/// to migrate from VPC peering (which was the only option that supported security group
/// referencing) to transit gateways (which now also support security group referencing).
/// This option is disabled by default and there are no additional costs to use this feature.</para><para>If you don't enable or disable SecurityGroupReferencingSupport in the request, the
/// attachment will inherit the security group referencing support setting on the transit
/// gateway.</para>
/// <para>Enables you to reference a security group across VPCs attached to a transit gateway
/// to simplify security group management.</para><para>This option is enabled by default. However, security group referencing is disabled
/// by default at the transit gateway level.</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
/// group referencing </a> in the <i>Amazon Web Services Transit Gateways Guide</i>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
{
/// <summary>
/// Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT
/// gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work
/// gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Work
/// with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.
///
///
Expand All @@ -45,7 +45,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
/// associate. You can see the network border group for the subnet's AZ by viewing the
/// details of the subnet. Similarly, you can view the network border group of an EIP
/// by viewing the details of the EIP address. For more information about network border
/// groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip">Allocate
/// groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/WorkWithEIPs.html">Allocate
/// an Elastic IP address</a> in the <i>Amazon VPC User Guide</i>.
/// </para></important>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
{
/// <summary>
/// Assigns private IPv4 addresses to a private NAT gateway. For more information, see
/// <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work
/// <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-working-with.html">Work
/// with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.
/// </summary>
[Cmdlet("Register", "EC2PrivateNatGatewayAddress", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
Expand Down
Loading

0 comments on commit 32e3d97

Please sign in to comment.