@aws-sdk/client-ec2 3.911.0 → 3.913.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/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +10 -9
- package/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
- package/dist-types/models/models_5.d.ts +2 -14
- package/package.json +2 -2
|
@@ -34,6 +34,18 @@ declare const CancelSpotFleetRequestsCommand_base: {
|
|
|
34
34
|
* <code>cancelled_terminating</code> state. Otherwise, the Spot Fleet request enters
|
|
35
35
|
* the <code>cancelled_running</code> state and the instances continue to run until they
|
|
36
36
|
* are interrupted or you terminate them manually.</p>
|
|
37
|
+
* <important>
|
|
38
|
+
* <p>
|
|
39
|
+
* <b>Terminating an instance is permanent and irreversible.</b>
|
|
40
|
+
* </p>
|
|
41
|
+
* <p>After you terminate an instance, you can no longer connect to it, and it can't be recovered.
|
|
42
|
+
* All attached Amazon EBS volumes that are configured to be deleted on termination are also permanently
|
|
43
|
+
* deleted and can't be recovered. All data stored on instance store volumes is permanently lost.
|
|
44
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ec2-instance-termination-works.html">
|
|
45
|
+
* How instance termination works</a>.</p>
|
|
46
|
+
* <p>Before you terminate an instance, ensure that you have backed up all data that you need to
|
|
47
|
+
* retain after the termination to persistent storage.</p>
|
|
48
|
+
* </important>
|
|
37
49
|
* <p class="title">
|
|
38
50
|
* <b>Restrictions</b>
|
|
39
51
|
* </p>
|
|
@@ -27,18 +27,19 @@ declare const CreateVpcCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a VPC with the specified CIDR blocks
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* block
|
|
35
|
-
*
|
|
30
|
+
* <p>Creates a VPC with the specified CIDR blocks.</p>
|
|
31
|
+
* <p>A VPC must have an associated IPv4 CIDR block. You can choose an IPv4 CIDR block or an
|
|
32
|
+
* IPAM-allocated IPv4 CIDR block. You can optionally associate an IPv6 CIDR block with a
|
|
33
|
+
* VPC. You can choose an IPv6 CIDR block, an Amazon-provided IPv6 CIDR block, an
|
|
34
|
+
* IPAM-allocated IPv6 CIDR block, or an IPv6 CIDR block that you brought to Amazon Web Services. For
|
|
35
|
+
* more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP addressing for your VPCs and
|
|
36
|
+
* subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
36
37
|
* <p>By default, each instance that you launch in the VPC has the default DHCP options, which
|
|
37
38
|
* include only a default DNS server that we provide (AmazonProvidedDNS). For more
|
|
38
39
|
* information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
39
|
-
* <p>You can specify
|
|
40
|
-
*
|
|
41
|
-
* <i>Amazon
|
|
40
|
+
* <p>You can specify DNS options and tenancy for a VPC when you create it. You can't change
|
|
41
|
+
* the tenancy of a VPC after you create it. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc-options.html">VPC configuration options</a> in the
|
|
42
|
+
* <i>Amazon VPC User Guide</i>.</p>
|
|
42
43
|
* @example
|
|
43
44
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
45
|
* ```javascript
|
|
@@ -39,6 +39,18 @@ declare const DeleteFleetsCommand_base: {
|
|
|
39
39
|
* fleets with more than 1000 instances, the deletion request might fail. If your fleet has
|
|
40
40
|
* more than 1000 instances, first terminate most of the instances manually, leaving 1000 or
|
|
41
41
|
* fewer. Then delete the fleet, and the remaining instances will be terminated automatically.</p>
|
|
42
|
+
* <important>
|
|
43
|
+
* <p>
|
|
44
|
+
* <b>Terminating an instance is permanent and irreversible.</b>
|
|
45
|
+
* </p>
|
|
46
|
+
* <p>After you terminate an instance, you can no longer connect to it, and it can't be recovered.
|
|
47
|
+
* All attached Amazon EBS volumes that are configured to be deleted on termination are also permanently
|
|
48
|
+
* deleted and can't be recovered. All data stored on instance store volumes is permanently lost.
|
|
49
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ec2-instance-termination-works.html">
|
|
50
|
+
* How instance termination works</a>.</p>
|
|
51
|
+
* <p>Before you terminate an instance, ensure that you have backed up all data that you need to
|
|
52
|
+
* retain after the termination to persistent storage.</p>
|
|
53
|
+
* </important>
|
|
42
54
|
* <p class="title">
|
|
43
55
|
* <b>Restrictions</b>
|
|
44
56
|
* </p>
|
|
@@ -27,8 +27,20 @@ declare const TerminateInstancesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>
|
|
30
|
+
* <p>Terminates (deletes) the specified instances. This operation is <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">idempotent</a>; if you
|
|
31
31
|
* terminate an instance more than once, each call succeeds.</p>
|
|
32
|
+
* <important>
|
|
33
|
+
* <p>
|
|
34
|
+
* <b>Terminating an instance is permanent and irreversible.</b>
|
|
35
|
+
* </p>
|
|
36
|
+
* <p>After you terminate an instance, you can no longer connect to it, and it can't be recovered.
|
|
37
|
+
* All attached Amazon EBS volumes that are configured to be deleted on termination are also permanently
|
|
38
|
+
* deleted and can't be recovered. All data stored on instance store volumes is permanently lost.
|
|
39
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ec2-instance-termination-works.html">
|
|
40
|
+
* How instance termination works</a>.</p>
|
|
41
|
+
* <p>Before you terminate an instance, ensure that you have backed up all data that you need to
|
|
42
|
+
* retain after the termination to persistent storage.</p>
|
|
43
|
+
* </important>
|
|
32
44
|
* <p>If you specify multiple instances and the request fails (for example, because of a
|
|
33
45
|
* single incorrect instance ID), none of the instances are terminated.</p>
|
|
34
46
|
* <p>If you terminate multiple instances across multiple Availability Zones, and one or
|
|
@@ -6145,27 +6145,15 @@ export interface DescribeSecurityGroupVpcAssociationsRequest {
|
|
|
6145
6145
|
* </li>
|
|
6146
6146
|
* <li>
|
|
6147
6147
|
* <p>
|
|
6148
|
-
* <code>vpc-id</code>: The ID of the associated VPC.</p>
|
|
6149
|
-
* </li>
|
|
6150
|
-
* <li>
|
|
6151
|
-
* <p>
|
|
6152
|
-
* <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>
|
|
6153
|
-
* </li>
|
|
6154
|
-
* <li>
|
|
6155
|
-
* <p>
|
|
6156
6148
|
* <code>state</code>: The state of the association.</p>
|
|
6157
6149
|
* </li>
|
|
6158
6150
|
* <li>
|
|
6159
6151
|
* <p>
|
|
6160
|
-
* <code>
|
|
6161
|
-
* the tag key in the filter name and the tag value as the filter value. For
|
|
6162
|
-
* example, to find all resources that have a tag with the key <code>Owner</code>
|
|
6163
|
-
* and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter
|
|
6164
|
-
* name and <code>TeamA</code> for the filter value.</p>
|
|
6152
|
+
* <code>vpc-id</code>: The ID of the associated VPC.</p>
|
|
6165
6153
|
* </li>
|
|
6166
6154
|
* <li>
|
|
6167
6155
|
* <p>
|
|
6168
|
-
* <code>
|
|
6156
|
+
* <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>
|
|
6169
6157
|
* </li>
|
|
6170
6158
|
* </ul>
|
|
6171
6159
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.913.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.911.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.913.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.910.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.910.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.910.0",
|