Skip to content

Commit acbacd8

Browse files
author
awstools
committed
docs(client-ec2): Documentation updates for Amazon EC2.
1 parent 1af0368 commit acbacd8

34 files changed

+457
-295
lines changed

clients/client-ec2/src/EC2.ts

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface AllocateIpamPoolCidrCommandInput extends AllocateIpamPoolCidrRe
2323
export interface AllocateIpamPoolCidrCommandOutput extends AllocateIpamPoolCidrResult, __MetadataBearer {}
2424

2525
/**
26-
* <p>Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another resource or IPAM pool. For more information, see <a href="/vpc/latest/ipam/allocate-cidrs-ipam.html">Allocate CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.
26+
* <p>Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR assignment from an IPAM pool to another resource or IPAM pool. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/allocate-cidrs-ipam.html">Allocate CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.
2727
* </p>
2828
* @example
2929
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface CreateIpamCommandOutput extends CreateIpamResult, __MetadataBea
2424
* to automate your IP address management workflows including assigning, tracking,
2525
* troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts
2626
* throughout your Amazon Web Services Organization.</p>
27-
* <p>For more information, see <a href="/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
27+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
2828
* </p>
2929
* @example
3030
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface CreateIpamPoolCommandOutput extends CreateIpamPoolResult, __Met
2121

2222
/**
2323
* <p>Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.</p>
24-
* <p>For more information, see <a href="/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
24+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
2525
* </p>
2626
* @example
2727
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface CreateIpamScopeCommandOutput extends CreateIpamScopeResult, __M
2121

2222
/**
2323
* <p>Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.</p>
24-
* <p>For more information, see <a href="/vpc/latest/ipam/add-scope-ipam.html">Add a scope</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
24+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/add-scope-ipam.html">Add a scope</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
2525
* @example
2626
* Use a bare-bones client and the command you need to make an API call.
2727
* ```javascript

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ export interface CreateLaunchTemplateVersionCommandInput extends CreateLaunchTem
2323
export interface CreateLaunchTemplateVersionCommandOutput extends CreateLaunchTemplateVersionResult, __MetadataBearer {}
2424

2525
/**
26-
* <p>Creates a new version for a launch template. You can specify an existing version of
26+
* <p>Creates a new version of a launch template. You can specify an existing version of
2727
* launch template from which to base the new version.</p>
2828
* <p>Launch template versions are numbered in the order in which they are created. You
2929
* cannot specify, change, or replace the numbering of launch template versions.</p>
3030
* <p>Launch templates are immutable; after you create a launch template, you can't modify it.
3131
* Instead, you can create a new version of the launch template that includes any changes you require.</p>
32-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions">Modify a launch template (manage launch template versions)</a>in the
32+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions">Modify a launch template (manage launch template versions)</a> in the
3333
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3434
* @example
3535
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {}
2525
* the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and
2626
* optional value. Tag keys must be unique per resource.</p>
2727
*
28-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging Your Resources</a> in the
28+
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2 resources</a> in the
2929
* <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about
3030
* creating IAM policies that control users' access to resources based on tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-iam-actions-resources.html">Supported
31-
* Resource-Level Permissions for Amazon EC2 API Actions</a> in the <i>Amazon
31+
* resource-level permissions for Amazon EC2 API actions</a> in the <i>Amazon
3232
* Elastic Compute Cloud User Guide</i>.</p>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ export interface CreateTransitGatewayPeeringAttachmentCommandOutput
3030

3131
/**
3232
* <p>Requests a transit gateway peering attachment between the specified transit gateway
33-
* (requester) and a peer transit gateway (accepter). The transit gateways must be in
34-
* different Regions. The peer transit gateway can be in your account or a different
35-
* Amazon Web Services account.</p>
33+
* (requester) and a peer transit gateway (accepter). The peer transit gateway can be in
34+
* your account or a different Amazon Web Services account.</p>
3635
* <p>After you create the peering attachment, the owner of the accepter transit gateway
3736
* must accept the attachment request.</p>
3837
* @example

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface DeleteIpamCommandOutput extends DeleteIpamResult, __MetadataBea
2121

2222
/**
2323
* <p>Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.</p>
24-
* <p>For more information, see <a href="/vpc/latest/ipam/delete-ipam.html">Delete an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
24+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/delete-ipam.html">Delete an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
2525
* </p>
2626
* @example
2727
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface DeleteIpamPoolCommandOutput extends DeleteIpamPoolResult, __Met
2626
* allocations, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html">ReleaseIpamPoolAllocation</a>. To deprovision pool
2727
* CIDRs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html">DeprovisionIpamPoolCidr</a>.</p>
2828
* </note>
29-
* <p>For more information, see <a href="/vpc/latest/ipam/delete-pool-ipam.html">Delete a pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
29+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/delete-pool-ipam.html">Delete a pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
3030
* </p>
3131
* @example
3232
* Use a bare-bones client and the command you need to make an API call.

0 commit comments

Comments
 (0)