@aws-sdk/client-ec2 3.131.0 → 3.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/EC2.d.ts +36 -34
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -3
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -3
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +4 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +23 -5
- package/dist-types/models/models_1.d.ts +84 -47
- package/dist-types/models/models_2.d.ts +30 -12
- package/dist-types/models/models_3.d.ts +16 -9
- package/dist-types/models/models_4.d.ts +31 -13
- package/dist-types/models/models_5.d.ts +30 -18
- package/dist-types/models/models_6.d.ts +37 -13
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_2.d.ts +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.132.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.131.0...v3.132.0) (2022-07-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ec2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-ec2
|
package/dist-types/EC2.d.ts
CHANGED
|
@@ -650,7 +650,7 @@ export declare class EC2 extends EC2Client {
|
|
|
650
650
|
allocateHosts(args: AllocateHostsCommandInput, cb: (err: any, data?: AllocateHostsCommandOutput) => void): void;
|
|
651
651
|
allocateHosts(args: AllocateHostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateHostsCommandOutput) => void): void;
|
|
652
652
|
/**
|
|
653
|
-
* <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>.
|
|
653
|
+
* <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>.
|
|
654
654
|
* </p>
|
|
655
655
|
*/
|
|
656
656
|
allocateIpamPoolCidr(args: AllocateIpamPoolCidrCommandInput, options?: __HttpHandlerOptions): Promise<AllocateIpamPoolCidrCommandOutput>;
|
|
@@ -1401,7 +1401,7 @@ export declare class EC2 extends EC2Client {
|
|
|
1401
1401
|
* to automate your IP address management workflows including assigning, tracking,
|
|
1402
1402
|
* troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts
|
|
1403
1403
|
* throughout your Amazon Web Services Organization.</p>
|
|
1404
|
-
* <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>.
|
|
1404
|
+
* <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>.
|
|
1405
1405
|
* </p>
|
|
1406
1406
|
*/
|
|
1407
1407
|
createIpam(args: CreateIpamCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpamCommandOutput>;
|
|
@@ -1409,7 +1409,7 @@ export declare class EC2 extends EC2Client {
|
|
|
1409
1409
|
createIpam(args: CreateIpamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpamCommandOutput) => void): void;
|
|
1410
1410
|
/**
|
|
1411
1411
|
* <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>
|
|
1412
|
-
* <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>.
|
|
1412
|
+
* <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>.
|
|
1413
1413
|
* </p>
|
|
1414
1414
|
*/
|
|
1415
1415
|
createIpamPool(args: CreateIpamPoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpamPoolCommandOutput>;
|
|
@@ -1417,7 +1417,7 @@ export declare class EC2 extends EC2Client {
|
|
|
1417
1417
|
createIpamPool(args: CreateIpamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpamPoolCommandOutput) => void): void;
|
|
1418
1418
|
/**
|
|
1419
1419
|
* <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>
|
|
1420
|
-
* <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>
|
|
1420
|
+
* <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>
|
|
1421
1421
|
*/
|
|
1422
1422
|
createIpamScope(args: CreateIpamScopeCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpamScopeCommandOutput>;
|
|
1423
1423
|
createIpamScope(args: CreateIpamScopeCommandInput, cb: (err: any, data?: CreateIpamScopeCommandOutput) => void): void;
|
|
@@ -1454,13 +1454,13 @@ export declare class EC2 extends EC2Client {
|
|
|
1454
1454
|
createLaunchTemplate(args: CreateLaunchTemplateCommandInput, cb: (err: any, data?: CreateLaunchTemplateCommandOutput) => void): void;
|
|
1455
1455
|
createLaunchTemplate(args: CreateLaunchTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLaunchTemplateCommandOutput) => void): void;
|
|
1456
1456
|
/**
|
|
1457
|
-
* <p>Creates a new version
|
|
1457
|
+
* <p>Creates a new version of a launch template. You can specify an existing version of
|
|
1458
1458
|
* launch template from which to base the new version.</p>
|
|
1459
1459
|
* <p>Launch template versions are numbered in the order in which they are created. You
|
|
1460
1460
|
* cannot specify, change, or replace the numbering of launch template versions.</p>
|
|
1461
1461
|
* <p>Launch templates are immutable; after you create a launch template, you can't modify it.
|
|
1462
1462
|
* Instead, you can create a new version of the launch template that includes any changes you require.</p>
|
|
1463
|
-
* <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
|
|
1463
|
+
* <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
|
|
1464
1464
|
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
1465
1465
|
*/
|
|
1466
1466
|
createLaunchTemplateVersion(args: CreateLaunchTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateLaunchTemplateVersionCommandOutput>;
|
|
@@ -1774,10 +1774,10 @@ export declare class EC2 extends EC2Client {
|
|
|
1774
1774
|
* the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and
|
|
1775
1775
|
* optional value. Tag keys must be unique per resource.</p>
|
|
1776
1776
|
*
|
|
1777
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">
|
|
1777
|
+
* <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
|
|
1778
1778
|
* <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about
|
|
1779
1779
|
* 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
|
|
1780
|
-
*
|
|
1780
|
+
* resource-level permissions for Amazon EC2 API actions</a> in the <i>Amazon
|
|
1781
1781
|
* Elastic Compute Cloud User Guide</i>.</p>
|
|
1782
1782
|
*/
|
|
1783
1783
|
createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
|
|
@@ -1866,9 +1866,8 @@ export declare class EC2 extends EC2Client {
|
|
|
1866
1866
|
createTransitGatewayMulticastDomain(args: CreateTransitGatewayMulticastDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayMulticastDomainCommandOutput) => void): void;
|
|
1867
1867
|
/**
|
|
1868
1868
|
* <p>Requests a transit gateway peering attachment between the specified transit gateway
|
|
1869
|
-
* (requester) and a peer transit gateway (accepter). The transit
|
|
1870
|
-
*
|
|
1871
|
-
* Amazon Web Services account.</p>
|
|
1869
|
+
* (requester) and a peer transit gateway (accepter). The peer transit gateway can be in
|
|
1870
|
+
* your account or a different Amazon Web Services account.</p>
|
|
1872
1871
|
* <p>After you create the peering attachment, the owner of the accepter transit gateway
|
|
1873
1872
|
* must accept the attachment request.</p>
|
|
1874
1873
|
*/
|
|
@@ -2156,7 +2155,7 @@ export declare class EC2 extends EC2Client {
|
|
|
2156
2155
|
deleteInternetGateway(args: DeleteInternetGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInternetGatewayCommandOutput) => void): void;
|
|
2157
2156
|
/**
|
|
2158
2157
|
* <p>Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.</p>
|
|
2159
|
-
* <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>.
|
|
2158
|
+
* <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>.
|
|
2160
2159
|
* </p>
|
|
2161
2160
|
*/
|
|
2162
2161
|
deleteIpam(args: DeleteIpamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIpamCommandOutput>;
|
|
@@ -2169,7 +2168,7 @@ export declare class EC2 extends EC2Client {
|
|
|
2169
2168
|
* allocations, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html">ReleaseIpamPoolAllocation</a>. To deprovision pool
|
|
2170
2169
|
* CIDRs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html">DeprovisionIpamPoolCidr</a>.</p>
|
|
2171
2170
|
* </note>
|
|
2172
|
-
* <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>.
|
|
2171
|
+
* <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>.
|
|
2173
2172
|
* </p>
|
|
2174
2173
|
*/
|
|
2175
2174
|
deleteIpamPool(args: DeleteIpamPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIpamPoolCommandOutput>;
|
|
@@ -2177,7 +2176,7 @@ export declare class EC2 extends EC2Client {
|
|
|
2177
2176
|
deleteIpamPool(args: DeleteIpamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIpamPoolCommandOutput) => void): void;
|
|
2178
2177
|
/**
|
|
2179
2178
|
* <p>Delete the scope for an IPAM. You cannot delete the default scopes.</p>
|
|
2180
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/delete-scope-ipam.html">Delete a scope</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
2179
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/delete-scope-ipam.html">Delete a scope</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
2181
2180
|
* </p>
|
|
2182
2181
|
*/
|
|
2183
2182
|
deleteIpamScope(args: DeleteIpamScopeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIpamScopeCommandOutput>;
|
|
@@ -2359,9 +2358,10 @@ export declare class EC2 extends EC2Client {
|
|
|
2359
2358
|
deleteSubnetCidrReservation(args: DeleteSubnetCidrReservationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubnetCidrReservationCommandOutput) => void): void;
|
|
2360
2359
|
/**
|
|
2361
2360
|
* <p>Deletes the specified set of tags from the specified set of resources.</p>
|
|
2362
|
-
* <p>To list the current tags, use <a>DescribeTags</a>. For more information about
|
|
2363
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">
|
|
2364
|
-
*
|
|
2361
|
+
* <p>To list the current tags, use <a>DescribeTags</a>. For more information about
|
|
2362
|
+
* tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag
|
|
2363
|
+
* your Amazon EC2 resources</a> in the <i>Amazon Elastic Compute Cloud User
|
|
2364
|
+
* Guide</i>.</p>
|
|
2365
2365
|
*/
|
|
2366
2366
|
deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
|
|
2367
2367
|
deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
|
|
@@ -2575,7 +2575,7 @@ export declare class EC2 extends EC2Client {
|
|
|
2575
2575
|
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
|
|
2576
2576
|
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
|
|
2577
2577
|
/**
|
|
2578
|
-
* <p>Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see <a href="/vpc/latest/ipam/depro-pool-cidr-ipam.html">Deprovision pool CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
2578
|
+
* <p>Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/depro-pool-cidr-ipam.html">Deprovision pool CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
2579
2579
|
*/
|
|
2580
2580
|
deprovisionIpamPoolCidr(args: DeprovisionIpamPoolCidrCommandInput, options?: __HttpHandlerOptions): Promise<DeprovisionIpamPoolCidrCommandOutput>;
|
|
2581
2581
|
deprovisionIpamPoolCidr(args: DeprovisionIpamPoolCidrCommandInput, cb: (err: any, data?: DeprovisionIpamPoolCidrCommandOutput) => void): void;
|
|
@@ -3158,7 +3158,7 @@ export declare class EC2 extends EC2Client {
|
|
|
3158
3158
|
describeIpamPools(args: DescribeIpamPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamPoolsCommandOutput) => void): void;
|
|
3159
3159
|
/**
|
|
3160
3160
|
* <p>Get information about your IPAM pools.</p>
|
|
3161
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
3161
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
3162
3162
|
* </p>
|
|
3163
3163
|
*/
|
|
3164
3164
|
describeIpams(args: DescribeIpamsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamsCommandOutput>;
|
|
@@ -3616,8 +3616,8 @@ export declare class EC2 extends EC2Client {
|
|
|
3616
3616
|
describeSubnets(args: DescribeSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubnetsCommandOutput) => void): void;
|
|
3617
3617
|
/**
|
|
3618
3618
|
* <p>Describes the specified tags for your EC2 resources.</p>
|
|
3619
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">
|
|
3620
|
-
*
|
|
3619
|
+
* <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
|
|
3620
|
+
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
3621
3621
|
*/
|
|
3622
3622
|
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
3623
3623
|
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
@@ -3967,7 +3967,7 @@ export declare class EC2 extends EC2Client {
|
|
|
3967
3967
|
disableImageDeprecation(args: DisableImageDeprecationCommandInput, cb: (err: any, data?: DisableImageDeprecationCommandOutput) => void): void;
|
|
3968
3968
|
disableImageDeprecation(args: DisableImageDeprecationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableImageDeprecationCommandOutput) => void): void;
|
|
3969
3969
|
/**
|
|
3970
|
-
* <p>Disable the IPAM account. For more information, see <a href="/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
3970
|
+
* <p>Disable the IPAM account. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
3971
3971
|
* </p>
|
|
3972
3972
|
*/
|
|
3973
3973
|
disableIpamOrganizationAdminAccount(args: DisableIpamOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableIpamOrganizationAdminAccountCommandOutput>;
|
|
@@ -4175,7 +4175,7 @@ export declare class EC2 extends EC2Client {
|
|
|
4175
4175
|
enableImageDeprecation(args: EnableImageDeprecationCommandInput, cb: (err: any, data?: EnableImageDeprecationCommandOutput) => void): void;
|
|
4176
4176
|
enableImageDeprecation(args: EnableImageDeprecationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableImageDeprecationCommandOutput) => void): void;
|
|
4177
4177
|
/**
|
|
4178
|
-
* <p>Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see <a href="/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
4178
|
+
* <p>Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
4179
4179
|
* </p>
|
|
4180
4180
|
*/
|
|
4181
4181
|
enableIpamOrganizationAdminAccount(args: EnableIpamOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableIpamOrganizationAdminAccountCommandOutput>;
|
|
@@ -4419,7 +4419,7 @@ export declare class EC2 extends EC2Client {
|
|
|
4419
4419
|
getInstanceUefiData(args: GetInstanceUefiDataCommandInput, cb: (err: any, data?: GetInstanceUefiDataCommandOutput) => void): void;
|
|
4420
4420
|
getInstanceUefiData(args: GetInstanceUefiDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceUefiDataCommandOutput) => void): void;
|
|
4421
4421
|
/**
|
|
4422
|
-
* <p>Retrieve historical information about a CIDR within an IPAM scope. For more information, see <a href="/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
4422
|
+
* <p>Retrieve historical information about a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
4423
4423
|
*/
|
|
4424
4424
|
getIpamAddressHistory(args: GetIpamAddressHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetIpamAddressHistoryCommandOutput>;
|
|
4425
4425
|
getIpamAddressHistory(args: GetIpamAddressHistoryCommandInput, cb: (err: any, data?: GetIpamAddressHistoryCommandOutput) => void): void;
|
|
@@ -4447,8 +4447,8 @@ export declare class EC2 extends EC2Client {
|
|
|
4447
4447
|
* create a launch template. </p>
|
|
4448
4448
|
* <p>This action calls on other describe actions to get instance information. Depending on
|
|
4449
4449
|
* your instance configuration, you may need to allow the following actions in your IAM
|
|
4450
|
-
* policy: DescribeSpotInstanceRequests
|
|
4451
|
-
* DescribeVolumes
|
|
4450
|
+
* policy: <code>DescribeSpotInstanceRequests</code>, <code>DescribeInstanceCreditSpecifications</code>,
|
|
4451
|
+
* <code>DescribeVolumes</code>, <code>DescribeInstanceAttribute</code>, and <code>DescribeElasticGpus</code>. Or, you can allow
|
|
4452
4452
|
* <code>describe*</code> depending on your instance requirements.</p>
|
|
4453
4453
|
*/
|
|
4454
4454
|
getLaunchTemplateData(args: GetLaunchTemplateDataCommandInput, options?: __HttpHandlerOptions): Promise<GetLaunchTemplateDataCommandOutput>;
|
|
@@ -4962,7 +4962,7 @@ export declare class EC2 extends EC2Client {
|
|
|
4962
4962
|
modifyIpam(args: ModifyIpamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyIpamCommandOutput) => void): void;
|
|
4963
4963
|
/**
|
|
4964
4964
|
* <p>Modify the configurations of an IPAM pool.</p>
|
|
4965
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/mod-pool-ipam.html">Modify a pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
4965
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/mod-pool-ipam.html">Modify a pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
4966
4966
|
* </p>
|
|
4967
4967
|
*/
|
|
4968
4968
|
modifyIpamPool(args: ModifyIpamPoolCommandInput, options?: __HttpHandlerOptions): Promise<ModifyIpamPoolCommandOutput>;
|
|
@@ -4970,7 +4970,7 @@ export declare class EC2 extends EC2Client {
|
|
|
4970
4970
|
modifyIpamPool(args: ModifyIpamPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyIpamPoolCommandOutput) => void): void;
|
|
4971
4971
|
/**
|
|
4972
4972
|
* <p>Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.</p>
|
|
4973
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/move-resource-ipam.html">Move resource CIDRs between scopes</a> and <a href="/vpc/latest/ipam/change-monitoring-state-ipam.html">Change the monitoring state of resource CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
4973
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/move-resource-ipam.html">Move resource CIDRs between scopes</a> and <a href="https://docs.aws.amazon.com/vpc/latest/ipam/change-monitoring-state-ipam.html">Change the monitoring state of resource CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
4974
4974
|
*/
|
|
4975
4975
|
modifyIpamResourceCidr(args: ModifyIpamResourceCidrCommandInput, options?: __HttpHandlerOptions): Promise<ModifyIpamResourceCidrCommandOutput>;
|
|
4976
4976
|
modifyIpamResourceCidr(args: ModifyIpamResourceCidrCommandInput, cb: (err: any, data?: ModifyIpamResourceCidrCommandOutput) => void): void;
|
|
@@ -5374,7 +5374,7 @@ export declare class EC2 extends EC2Client {
|
|
|
5374
5374
|
moveAddressToVpc(args: MoveAddressToVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MoveAddressToVpcCommandOutput) => void): void;
|
|
5375
5375
|
/**
|
|
5376
5376
|
* <p>Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.</p>
|
|
5377
|
-
* <p>If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in <a href="/vpc/latest/ipam/tutorials-byoip-ipam.html">Tutorial: BYOIP address CIDRs to IPAM</a>.</p>
|
|
5377
|
+
* <p>If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoip-ipam.html">Tutorial: BYOIP address CIDRs to IPAM</a>.</p>
|
|
5378
5378
|
*/
|
|
5379
5379
|
moveByoipCidrToIpam(args: MoveByoipCidrToIpamCommandInput, options?: __HttpHandlerOptions): Promise<MoveByoipCidrToIpamCommandOutput>;
|
|
5380
5380
|
moveByoipCidrToIpam(args: MoveByoipCidrToIpamCommandInput, cb: (err: any, data?: MoveByoipCidrToIpamCommandOutput) => void): void;
|
|
@@ -5398,7 +5398,7 @@ export declare class EC2 extends EC2Client {
|
|
|
5398
5398
|
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
|
|
5399
5399
|
/**
|
|
5400
5400
|
* <p>Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it.</p>
|
|
5401
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/prov-cidr-ipam.html">Provision CIDRs to pools</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
5401
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/prov-cidr-ipam.html">Provision CIDRs to pools</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
5402
5402
|
* </p>
|
|
5403
5403
|
*/
|
|
5404
5404
|
provisionIpamPoolCidr(args: ProvisionIpamPoolCidrCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionIpamPoolCidrCommandOutput>;
|
|
@@ -5406,7 +5406,7 @@ export declare class EC2 extends EC2Client {
|
|
|
5406
5406
|
provisionIpamPoolCidr(args: ProvisionIpamPoolCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionIpamPoolCidrCommandOutput) => void): void;
|
|
5407
5407
|
/**
|
|
5408
5408
|
* <p>Provision a CIDR to a public IPv4 pool.</p>
|
|
5409
|
-
* <p>For more information about IPAM, see <a href="/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
5409
|
+
* <p>For more information about IPAM, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
5410
5410
|
*/
|
|
5411
5411
|
provisionPublicIpv4PoolCidr(args: ProvisionPublicIpv4PoolCidrCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionPublicIpv4PoolCidrCommandOutput>;
|
|
5412
5412
|
provisionPublicIpv4PoolCidr(args: ProvisionPublicIpv4PoolCidrCommandInput, cb: (err: any, data?: ProvisionPublicIpv4PoolCidrCommandOutput) => void): void;
|
|
@@ -5465,8 +5465,10 @@ export declare class EC2 extends EC2Client {
|
|
|
5465
5465
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html">Creating your
|
|
5466
5466
|
* own AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
5467
5467
|
* <note>
|
|
5468
|
-
* <p>For Amazon EBS-backed instances, <a>CreateImage</a> creates and registers
|
|
5469
|
-
*
|
|
5468
|
+
* <p>For Amazon EBS-backed instances, <a>CreateImage</a> creates and registers the AMI
|
|
5469
|
+
* in a single request, so you don't have to register the AMI yourself. We recommend that you
|
|
5470
|
+
* always use <a>CreateImage</a> unless you have a specific reason to use
|
|
5471
|
+
* RegisterImage.</p>
|
|
5470
5472
|
* </note>
|
|
5471
5473
|
*
|
|
5472
5474
|
* <p>If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration.
|
|
@@ -5616,7 +5618,7 @@ export declare class EC2 extends EC2Client {
|
|
|
5616
5618
|
releaseHosts(args: ReleaseHostsCommandInput, cb: (err: any, data?: ReleaseHostsCommandOutput) => void): void;
|
|
5617
5619
|
releaseHosts(args: ReleaseHostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReleaseHostsCommandOutput) => void): void;
|
|
5618
5620
|
/**
|
|
5619
|
-
* <p>Release an allocation within an IPAM pool. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html">ModifyIpamResourceCidr</a>. For more information, see <a href="/vpc/latest/ipam/release-pool-alloc-ipam.html">Release an allocation</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
5621
|
+
* <p>Release an allocation within an IPAM pool. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html">ModifyIpamResourceCidr</a>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/release-pool-alloc-ipam.html">Release an allocation</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
5620
5622
|
* </p>
|
|
5621
5623
|
*/
|
|
5622
5624
|
releaseIpamPoolAllocation(args: ReleaseIpamPoolAllocationCommandInput, options?: __HttpHandlerOptions): Promise<ReleaseIpamPoolAllocationCommandOutput>;
|
|
@@ -7,7 +7,7 @@ export interface AllocateIpamPoolCidrCommandInput extends AllocateIpamPoolCidrRe
|
|
|
7
7
|
export interface AllocateIpamPoolCidrCommandOutput extends AllocateIpamPoolCidrResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <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>.
|
|
10
|
+
* <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>.
|
|
11
11
|
* </p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -11,7 +11,7 @@ export interface CreateIpamCommandOutput extends CreateIpamResult, __MetadataBea
|
|
|
11
11
|
* to automate your IP address management workflows including assigning, tracking,
|
|
12
12
|
* troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts
|
|
13
13
|
* throughout your Amazon Web Services Organization.</p>
|
|
14
|
-
* <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>.
|
|
14
|
+
* <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>.
|
|
15
15
|
* </p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface CreateIpamPoolCommandOutput extends CreateIpamPoolResult, __Met
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <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>
|
|
11
|
-
* <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>.
|
|
11
|
+
* <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>.
|
|
12
12
|
* </p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface CreateIpamScopeCommandOutput extends CreateIpamScopeResult, __M
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <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>
|
|
11
|
-
* <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>
|
|
11
|
+
* <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>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -7,13 +7,13 @@ export interface CreateLaunchTemplateVersionCommandInput extends CreateLaunchTem
|
|
|
7
7
|
export interface CreateLaunchTemplateVersionCommandOutput extends CreateLaunchTemplateVersionResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a new version
|
|
10
|
+
* <p>Creates a new version of a launch template. You can specify an existing version of
|
|
11
11
|
* launch template from which to base the new version.</p>
|
|
12
12
|
* <p>Launch template versions are numbered in the order in which they are created. You
|
|
13
13
|
* cannot specify, change, or replace the numbering of launch template versions.</p>
|
|
14
14
|
* <p>Launch templates are immutable; after you create a launch template, you can't modify it.
|
|
15
15
|
* Instead, you can create a new version of the launch template that includes any changes you require.</p>
|
|
16
|
-
* <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
|
|
16
|
+
* <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
|
|
17
17
|
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -12,10 +12,10 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
|
|
|
12
12
|
* the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and
|
|
13
13
|
* optional value. Tag keys must be unique per resource.</p>
|
|
14
14
|
*
|
|
15
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">
|
|
15
|
+
* <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
|
|
16
16
|
* <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about
|
|
17
17
|
* 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
|
|
18
|
-
*
|
|
18
|
+
* resource-level permissions for Amazon EC2 API actions</a> in the <i>Amazon
|
|
19
19
|
* Elastic Compute Cloud User Guide</i>.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,9 +8,8 @@ export interface CreateTransitGatewayPeeringAttachmentCommandOutput extends Crea
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Requests a transit gateway peering attachment between the specified transit gateway
|
|
11
|
-
* (requester) and a peer transit gateway (accepter). The transit
|
|
12
|
-
*
|
|
13
|
-
* Amazon Web Services account.</p>
|
|
11
|
+
* (requester) and a peer transit gateway (accepter). The peer transit gateway can be in
|
|
12
|
+
* your account or a different Amazon Web Services account.</p>
|
|
14
13
|
* <p>After you create the peering attachment, the owner of the accepter transit gateway
|
|
15
14
|
* must accept the attachment request.</p>
|
|
16
15
|
* @example
|
|
@@ -8,7 +8,7 @@ export interface DeleteIpamCommandOutput extends DeleteIpamResult, __MetadataBea
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.</p>
|
|
11
|
-
* <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>.
|
|
11
|
+
* <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>.
|
|
12
12
|
* </p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -13,7 +13,7 @@ export interface DeleteIpamPoolCommandOutput extends DeleteIpamPoolResult, __Met
|
|
|
13
13
|
* allocations, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html">ReleaseIpamPoolAllocation</a>. To deprovision pool
|
|
14
14
|
* CIDRs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html">DeprovisionIpamPoolCidr</a>.</p>
|
|
15
15
|
* </note>
|
|
16
|
-
* <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>.
|
|
16
|
+
* <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>.
|
|
17
17
|
* </p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface DeleteIpamScopeCommandOutput extends DeleteIpamScopeResult, __M
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Delete the scope for an IPAM. You cannot delete the default scopes.</p>
|
|
11
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/delete-scope-ipam.html">Delete a scope</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
11
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/delete-scope-ipam.html">Delete a scope</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
12
12
|
* </p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,9 +8,10 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes the specified set of tags from the specified set of resources.</p>
|
|
11
|
-
* <p>To list the current tags, use <a>DescribeTags</a>. For more information about
|
|
12
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">
|
|
13
|
-
*
|
|
11
|
+
* <p>To list the current tags, use <a>DescribeTags</a>. For more information about
|
|
12
|
+
* tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag
|
|
13
|
+
* your Amazon EC2 resources</a> in the <i>Amazon Elastic Compute Cloud User
|
|
14
|
+
* Guide</i>.</p>
|
|
14
15
|
* @example
|
|
15
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
17
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface DeprovisionIpamPoolCidrCommandInput extends DeprovisionIpamPool
|
|
|
7
7
|
export interface DeprovisionIpamPoolCidrCommandOutput extends DeprovisionIpamPoolCidrResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see <a href="/vpc/latest/ipam/depro-pool-cidr-ipam.html">Deprovision pool CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
10
|
+
* <p>Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/depro-pool-cidr-ipam.html">Deprovision pool CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -8,7 +8,7 @@ export interface DescribeIpamsCommandOutput extends DescribeIpamsResult, __Metad
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Get information about your IPAM pools.</p>
|
|
11
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
11
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
12
12
|
* </p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,8 +8,8 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResult, __Metadat
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Describes the specified tags for your EC2 resources.</p>
|
|
11
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">
|
|
12
|
-
*
|
|
11
|
+
* <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
|
|
12
|
+
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -7,7 +7,7 @@ export interface DisableIpamOrganizationAdminAccountCommandInput extends Disable
|
|
|
7
7
|
export interface DisableIpamOrganizationAdminAccountCommandOutput extends DisableIpamOrganizationAdminAccountResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Disable the IPAM account. For more information, see <a href="/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
10
|
+
* <p>Disable the IPAM account. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
11
11
|
* </p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,7 +7,7 @@ export interface EnableIpamOrganizationAdminAccountCommandInput extends EnableIp
|
|
|
7
7
|
export interface EnableIpamOrganizationAdminAccountCommandOutput extends EnableIpamOrganizationAdminAccountResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see <a href="/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
10
|
+
* <p>Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
11
11
|
* </p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,7 +7,7 @@ export interface GetIpamAddressHistoryCommandInput extends GetIpamAddressHistory
|
|
|
7
7
|
export interface GetIpamAddressHistoryCommandOutput extends GetIpamAddressHistoryResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieve historical information about a CIDR within an IPAM scope. For more information, see <a href="/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
10
|
+
* <p>Retrieve historical information about a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -11,8 +11,8 @@ export interface GetLaunchTemplateDataCommandOutput extends GetLaunchTemplateDat
|
|
|
11
11
|
* create a launch template. </p>
|
|
12
12
|
* <p>This action calls on other describe actions to get instance information. Depending on
|
|
13
13
|
* your instance configuration, you may need to allow the following actions in your IAM
|
|
14
|
-
* policy: DescribeSpotInstanceRequests
|
|
15
|
-
* DescribeVolumes
|
|
14
|
+
* policy: <code>DescribeSpotInstanceRequests</code>, <code>DescribeInstanceCreditSpecifications</code>,
|
|
15
|
+
* <code>DescribeVolumes</code>, <code>DescribeInstanceAttribute</code>, and <code>DescribeElasticGpus</code>. Or, you can allow
|
|
16
16
|
* <code>describe*</code> depending on your instance requirements.</p>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface ModifyIpamPoolCommandOutput extends ModifyIpamPoolResult, __Met
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Modify the configurations of an IPAM pool.</p>
|
|
11
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/mod-pool-ipam.html">Modify a pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
11
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/mod-pool-ipam.html">Modify a pool</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
12
12
|
* </p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface ModifyIpamResourceCidrCommandOutput extends ModifyIpamResourceC
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.</p>
|
|
11
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/move-resource-ipam.html">Move resource CIDRs between scopes</a> and <a href="/vpc/latest/ipam/change-monitoring-state-ipam.html">Change the monitoring state of resource CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
11
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/move-resource-ipam.html">Move resource CIDRs between scopes</a> and <a href="https://docs.aws.amazon.com/vpc/latest/ipam/change-monitoring-state-ipam.html">Change the monitoring state of resource CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -8,7 +8,7 @@ export interface MoveByoipCidrToIpamCommandOutput extends MoveByoipCidrToIpamRes
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.</p>
|
|
11
|
-
* <p>If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in <a href="/vpc/latest/ipam/tutorials-byoip-ipam.html">Tutorial: BYOIP address CIDRs to IPAM</a>.</p>
|
|
11
|
+
* <p>If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoip-ipam.html">Tutorial: BYOIP address CIDRs to IPAM</a>.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -8,7 +8,7 @@ export interface ProvisionIpamPoolCidrCommandOutput extends ProvisionIpamPoolCid
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it.</p>
|
|
11
|
-
* <p>For more information, see <a href="/vpc/latest/ipam/prov-cidr-ipam.html">Provision CIDRs to pools</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
11
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/prov-cidr-ipam.html">Provision CIDRs to pools</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
12
12
|
* </p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface ProvisionPublicIpv4PoolCidrCommandOutput extends ProvisionPubli
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Provision a CIDR to a public IPv4 pool.</p>
|
|
11
|
-
* <p>For more information about IPAM, see <a href="/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
11
|
+
* <p>For more information about IPAM, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -12,8 +12,10 @@ export interface RegisterImageCommandOutput extends RegisterImageResult, __Metad
|
|
|
12
12
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html">Creating your
|
|
13
13
|
* own AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
14
14
|
* <note>
|
|
15
|
-
* <p>For Amazon EBS-backed instances, <a>CreateImage</a> creates and registers
|
|
16
|
-
*
|
|
15
|
+
* <p>For Amazon EBS-backed instances, <a>CreateImage</a> creates and registers the AMI
|
|
16
|
+
* in a single request, so you don't have to register the AMI yourself. We recommend that you
|
|
17
|
+
* always use <a>CreateImage</a> unless you have a specific reason to use
|
|
18
|
+
* RegisterImage.</p>
|
|
17
19
|
* </note>
|
|
18
20
|
*
|
|
19
21
|
* <p>If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration.
|
|
@@ -7,7 +7,7 @@ export interface ReleaseIpamPoolAllocationCommandInput extends ReleaseIpamPoolAl
|
|
|
7
7
|
export interface ReleaseIpamPoolAllocationCommandOutput extends ReleaseIpamPoolAllocationResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Release an allocation within an IPAM pool. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html">ModifyIpamResourceCidr</a>. For more information, see <a href="/vpc/latest/ipam/release-pool-alloc-ipam.html">Release an allocation</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
10
|
+
* <p>Release an allocation within an IPAM pool. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html">ModifyIpamResourceCidr</a>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/release-pool-alloc-ipam.html">Release an allocation</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
11
11
|
* </p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|