Skip to content

Commit c62fd16

Browse files
author
awstools
committed
feat(client-ec2): Release to allow route table association with a PublicIpv4Pool.
1 parent a4680a4 commit c62fd16

21 files changed

+72
-61
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResul
3838
* location and start advertising it through Amazon Web Services.</p>
3939
* <p>It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services
4040
* because of BGP propagation delays.</p>
41-
* <p>To stop advertising the BYOIP CIDR, use <a>WithdrawByoipCidr</a>.</p>
4241
* @example
4342
* Use a bare-bones client and the command you need to make an API call.
4443
* ```javascript

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface AssociateRouteTableCommandOutput extends AssociateRouteTableRes
4343
* const client = new EC2Client(config);
4444
* const input = { // AssociateRouteTableRequest
4545
* GatewayId: "STRING_VALUE",
46+
* PublicIpv4Pool: "STRING_VALUE",
4647
* DryRun: true || false,
4748
* SubnetId: "STRING_VALUE",
4849
* RouteTableId: "STRING_VALUE", // required

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export interface CreateRouteTableCommandOutput extends CreateRouteTableResult, _
6464
* // RouteTableId: "STRING_VALUE",
6565
* // SubnetId: "STRING_VALUE",
6666
* // GatewayId: "STRING_VALUE",
67+
* // PublicIpv4Pool: "STRING_VALUE",
6768
* // AssociationState: { // RouteTableAssociationState
6869
* // State: "associating" || "associated" || "disassociating" || "disassociated" || "failed",
6970
* // StatusMessage: "STRING_VALUE",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR
3030
/**
3131
* <p>Releases the specified address range that you provisioned for use with your Amazon Web Services resources
3232
* through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.</p>
33-
* <p>Before you can release an address range, you must stop advertising it using <a>WithdrawByoipCidr</a> and you must not have any IP addresses allocated from its
34-
* address range.</p>
33+
* <p>Before you can release an address range, you must stop advertising it and you must not
34+
* have any IP addresses allocated from its address range.</p>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.
3737
* ```javascript

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ export interface DescribeByoipCidrsCommandInput extends DescribeByoipCidrsReques
2828
export interface DescribeByoipCidrsCommandOutput extends DescribeByoipCidrsResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Describes the IP address ranges that were specified in calls to <a>ProvisionByoipCidr</a>.</p>
32-
* <p>To describe the address pools that were created when you provisioned the address
33-
* ranges, use <a>DescribePublicIpv4Pools</a> or <a>DescribeIpv6Pools</a>.</p>
31+
* <p>Describes the IP address ranges that were provisioned for use with Amazon Web Services resources
32+
* through through bring your own IP addresses (BYOIP).</p>
3433
* @example
3534
* Use a bare-bones client and the command you need to make an API call.
3635
* ```javascript

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface DescribeImagesCommandOutput extends DescribeImagesResult, __Met
4141
* results, with the <code>imageAllowed</code> field set to <code>true</code> for each image. In
4242
* <code>audit-mode</code>, the <code>imageAllowed</code> field is set to <code>true</code> for
4343
* images that meet the account's Allowed AMIs criteria, and <code>false</code> for images that
44-
* don't meet the criteria. For more information, see <a>EnableAllowedImagesSettings</a>.</p>
44+
* don't meet the criteria. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html">Allowed AMIs</a>.</p>
4545
* <p>The Amazon EC2 API follows an eventual consistency model. This means that the result of an API
4646
* command you run that creates or modifies resources might not be immediately available to all
4747
* subsequent commands you run. For guidance on how to manage eventual consistency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/eventual-consistency.html">Eventual

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export interface DescribeManagedPrefixListsCommandOutput extends DescribeManaged
2929

3030
/**
3131
* <p>Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.</p>
32-
* <p>To view the entries for your prefix list, use <a>GetManagedPrefixListEntries</a>.</p>
3332
* @example
3433
* Use a bare-bones client and the command you need to make an API call.
3534
* ```javascript

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export interface DescribePrefixListsCommandOutput extends DescribePrefixListsRes
3030
/**
3131
* <p>Describes available Amazon Web Services services in a prefix list format, which includes the prefix list
3232
* name and prefix list ID of the service and the IP address range for the service.</p>
33-
* <p>We recommend that you use <a>DescribeManagedPrefixLists</a> instead.</p>
3433
* @example
3534
* Use a bare-bones client and the command you need to make an API call.
3635
* ```javascript

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export interface DescribeRouteTablesCommandOutput extends DescribeRouteTablesRes
6868
* // RouteTableId: "STRING_VALUE",
6969
* // SubnetId: "STRING_VALUE",
7070
* // GatewayId: "STRING_VALUE",
71+
* // PublicIpv4Pool: "STRING_VALUE",
7172
* // AssociationState: { // RouteTableAssociationState
7273
* // State: "associating" || "associated" || "disassociating" || "disassociated" || "failed",
7374
* // StatusMessage: "STRING_VALUE",

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ export interface EnableImageDeregistrationProtectionCommandOutput
3838
/**
3939
* <p>Enables deregistration protection for an AMI. When deregistration protection is enabled,
4040
* the AMI can't be deregistered.</p>
41-
* <p>To allow the AMI to be deregistered, you must first disable deregistration protection
42-
* using <a>DisableImageDeregistrationProtection</a>.</p>
41+
* <p>To allow the AMI to be deregistered, you must first disable deregistration protection.</p>
4342
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deregistration-protection.html">Protect an
4443
* Amazon EC2 AMI from deregistration</a> in the <i>Amazon EC2 User Guide</i>.</p>
4544
* @example

0 commit comments

Comments
 (0)