Skip to content

Commit 8fa946c

Browse files
author
awstools
committed
feat(client-ec2): Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
1 parent 67c0a58 commit 8fa946c

36 files changed

+136
-74
lines changed

clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ export interface AssignIpv6AddressesCommandInput extends AssignIpv6AddressesRequ
2828
export interface AssignIpv6AddressesCommandOutput extends AssignIpv6AddressesResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Assigns one or more IPv6 addresses to the specified network interface. You can
32-
* specify one or more specific IPv6 addresses, or you can specify the number of IPv6
33-
* addresses to be automatically assigned from within the subnet's IPv6 CIDR block range.
31+
* <p>Assigns the specified IPv6 addresses to the specified network interface. You can
32+
* specify specific IPv6 addresses, or you can specify the number of IPv6
33+
* addresses to be automatically assigned from the subnet's IPv6 CIDR block range.
3434
* You can assign as many IPv6 addresses to a network interface as you can assign private
35-
* IPv4 addresses, and the limit varies per instance type.</p>
35+
* IPv4 addresses, and the limit varies by instance type.</p>
3636
* <p>You must specify either the IPv6 addresses or the IPv6 address count in the request. </p>
3737
* <p>You can optionally use Prefix Delegation on the network interface. You must specify
3838
* either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For

clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export interface AssignPrivateIpAddressesCommandInput extends AssignPrivateIpAdd
2828
export interface AssignPrivateIpAddressesCommandOutput extends AssignPrivateIpAddressesResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Assigns one or more secondary private IP addresses to the specified network interface.</p>
32-
* <p>You can specify one or more specific secondary IP addresses, or you can specify the number
33-
* of secondary IP addresses to be automatically assigned within the subnet's CIDR block range.
31+
* <p>Assigns the specified secondary private IP addresses to the specified network interface.</p>
32+
* <p>You can specify specific secondary IP addresses, or you can specify the number
33+
* of secondary IP addresses to be automatically assigned from the subnet's CIDR block range.
3434
* The number of secondary IP addresses that you can assign to an instance varies by instance type.
3535
* For more information about Elastic IP addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon EC2 User Guide</i>.</p>
3636
* <p>When you move a secondary private IP address to another network interface, any Elastic IP address

clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts

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

clients/client-ec2/src/commands/CreateFleetCommand.ts

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

clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts

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

clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface CreateManagedPrefixListCommandInput extends CreateManagedPrefix
2828
export interface CreateManagedPrefixListCommandOutput extends CreateManagedPrefixListResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates a managed prefix list. You can specify one or more entries for the prefix list.
31+
* <p>Creates a managed prefix list. You can specify entries for the prefix list.
3232
* Each entry consists of a CIDR block and an optional description.</p>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.

clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeFleetsCommand.ts

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

clients/client-ec2/src/commands/DescribeInstanceImageMetadataCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)