@aws-sdk/client-ec2 3.866.0 → 3.871.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/README.md +8 -0
- package/dist-cjs/index.js +140 -36
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyInstanceConnectEndpointCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +3 -0
- package/dist-es/models/models_2.js +0 -11
- package/dist-es/models/models_3.js +11 -0
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +104 -22
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +11 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +11 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +11 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -2
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +81 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +41 -43
- package/dist-types/models/models_2.d.ts +44 -152
- package/dist-types/models/models_3.d.ts +153 -78
- package/dist-types/models/models_4.d.ts +77 -48
- package/dist-types/models/models_5.d.ts +51 -99
- package/dist-types/models/models_6.d.ts +94 -61
- package/dist-types/models/models_7.d.ts +132 -70
- package/dist-types/models/models_8.d.ts +69 -1
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +17 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -8
- package/dist-types/ts3.4/models/models_2.d.ts +8 -41
- package/dist-types/ts3.4/models/models_3.d.ts +46 -13
- package/dist-types/ts3.4/models/models_4.d.ts +12 -12
- package/dist-types/ts3.4/models/models_5.d.ts +14 -13
- package/dist-types/ts3.4/models/models_6.d.ts +13 -9
- package/dist-types/ts3.4/models/models_7.d.ts +19 -21
- package/dist-types/ts3.4/models/models_8.d.ts +22 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +1 -1
|
@@ -45,7 +45,7 @@ declare const DeleteInstanceConnectEndpointCommand_base: {
|
|
|
45
45
|
* // OwnerId: "STRING_VALUE",
|
|
46
46
|
* // InstanceConnectEndpointId: "STRING_VALUE",
|
|
47
47
|
* // InstanceConnectEndpointArn: "STRING_VALUE",
|
|
48
|
-
* // State: "create-in-progress" || "create-complete" || "create-failed" || "delete-in-progress" || "delete-complete" || "delete-failed",
|
|
48
|
+
* // State: "create-in-progress" || "create-complete" || "create-failed" || "delete-in-progress" || "delete-complete" || "delete-failed" || "update-in-progress" || "update-complete" || "update-failed",
|
|
49
49
|
* // StateMessage: "STRING_VALUE",
|
|
50
50
|
* // DnsName: "STRING_VALUE",
|
|
51
51
|
* // FipsDnsName: "STRING_VALUE",
|
|
@@ -67,6 +67,16 @@ declare const DeleteInstanceConnectEndpointCommand_base: {
|
|
|
67
67
|
* // },
|
|
68
68
|
* // ],
|
|
69
69
|
* // IpAddressType: "ipv4" || "dualstack" || "ipv6",
|
|
70
|
+
* // PublicDnsNames: { // InstanceConnectEndpointPublicDnsNames
|
|
71
|
+
* // Ipv4: { // InstanceConnectEndpointDnsNames
|
|
72
|
+
* // DnsName: "STRING_VALUE",
|
|
73
|
+
* // FipsDnsName: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // Dualstack: {
|
|
76
|
+
* // DnsName: "STRING_VALUE",
|
|
77
|
+
* // FipsDnsName: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
70
80
|
* // },
|
|
71
81
|
* // };
|
|
72
82
|
*
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeCapacityReservationsRequest
|
|
4
|
+
import { DescribeCapacityReservationsRequest } from "../models/models_3";
|
|
5
|
+
import { DescribeCapacityReservationsResult } from "../models/models_4";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeCarrierGatewaysRequest } from "../models/
|
|
5
|
-
import { DescribeCarrierGatewaysResult } from "../models/models_4";
|
|
4
|
+
import { DescribeCarrierGatewaysRequest, DescribeCarrierGatewaysResult } from "../models/models_4";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -58,7 +58,7 @@ declare const DescribeInstanceConnectEndpointsCommand_base: {
|
|
|
58
58
|
* // OwnerId: "STRING_VALUE",
|
|
59
59
|
* // InstanceConnectEndpointId: "STRING_VALUE",
|
|
60
60
|
* // InstanceConnectEndpointArn: "STRING_VALUE",
|
|
61
|
-
* // State: "create-in-progress" || "create-complete" || "create-failed" || "delete-in-progress" || "delete-complete" || "delete-failed",
|
|
61
|
+
* // State: "create-in-progress" || "create-complete" || "create-failed" || "delete-in-progress" || "delete-complete" || "delete-failed" || "update-in-progress" || "update-complete" || "update-failed",
|
|
62
62
|
* // StateMessage: "STRING_VALUE",
|
|
63
63
|
* // DnsName: "STRING_VALUE",
|
|
64
64
|
* // FipsDnsName: "STRING_VALUE",
|
|
@@ -80,6 +80,16 @@ declare const DescribeInstanceConnectEndpointsCommand_base: {
|
|
|
80
80
|
* // },
|
|
81
81
|
* // ],
|
|
82
82
|
* // IpAddressType: "ipv4" || "dualstack" || "ipv6",
|
|
83
|
+
* // PublicDnsNames: { // InstanceConnectEndpointPublicDnsNames
|
|
84
|
+
* // Ipv4: { // InstanceConnectEndpointDnsNames
|
|
85
|
+
* // DnsName: "STRING_VALUE",
|
|
86
|
+
* // FipsDnsName: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // Dualstack: {
|
|
89
|
+
* // DnsName: "STRING_VALUE",
|
|
90
|
+
* // FipsDnsName: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
83
93
|
* // },
|
|
84
94
|
* // ],
|
|
85
95
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeIpamResourceDiscoveriesRequest
|
|
4
|
+
import { DescribeIpamResourceDiscoveriesRequest } from "../models/models_4";
|
|
5
|
+
import { DescribeIpamResourceDiscoveriesResult } from "../models/models_5";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeIpamResourceDiscoveryAssociationsRequest } from "../models/
|
|
5
|
-
import { DescribeIpamResourceDiscoveryAssociationsResult } from "../models/models_5";
|
|
4
|
+
import { DescribeIpamResourceDiscoveryAssociationsRequest, DescribeIpamResourceDiscoveryAssociationsResult } from "../models/models_5";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -122,7 +122,7 @@ declare const DescribeVolumeStatusCommand_base: {
|
|
|
122
122
|
* // Status: "STRING_VALUE",
|
|
123
123
|
* // },
|
|
124
124
|
* // ],
|
|
125
|
-
* // Status: "ok" || "impaired" || "insufficient-data",
|
|
125
|
+
* // Status: "ok" || "impaired" || "insufficient-data" || "warning",
|
|
126
126
|
* // },
|
|
127
127
|
* // AttachmentStatuses: [ // VolumeStatusAttachmentStatusList
|
|
128
128
|
* // { // VolumeStatusAttachmentStatus
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeVpcEndpointConnectionsRequest
|
|
4
|
+
import { DescribeVpcEndpointConnectionsRequest } from "../models/models_5";
|
|
5
|
+
import { DescribeVpcEndpointConnectionsResult } from "../models/models_6";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeVpcEndpointsRequest } from "../models/
|
|
5
|
-
import { DescribeVpcEndpointsResult } from "../models/models_6";
|
|
4
|
+
import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResult } from "../models/models_6";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetSnapshotBlockPublicAccessStateRequest, GetSnapshotBlockPublicAccessStateResult } from "../models/
|
|
4
|
+
import { GetSnapshotBlockPublicAccessStateRequest, GetSnapshotBlockPublicAccessStateResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { ModifyInstanceConnectEndpointRequest, ModifyInstanceConnectEndpointResult } from "../models/models_7";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ModifyInstanceConnectEndpointCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ModifyInstanceConnectEndpointCommandInput extends ModifyInstanceConnectEndpointRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ModifyInstanceConnectEndpointCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ModifyInstanceConnectEndpointCommandOutput extends ModifyInstanceConnectEndpointResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ModifyInstanceConnectEndpointCommand_base: {
|
|
25
|
+
new (input: ModifyInstanceConnectEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceConnectEndpointCommandInput, ModifyInstanceConnectEndpointCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyInstanceConnectEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceConnectEndpointCommandInput, ModifyInstanceConnectEndpointCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Modifies the specified EC2 Instance Connect Endpoint.</p>
|
|
31
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/modify-ec2-instance-connect-endpoint.html">Modify an
|
|
32
|
+
* EC2 Instance Connect Endpoint</a> in the
|
|
33
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
34
|
+
* @example
|
|
35
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
36
|
+
* ```javascript
|
|
37
|
+
* import { EC2Client, ModifyInstanceConnectEndpointCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
38
|
+
* // const { EC2Client, ModifyInstanceConnectEndpointCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
39
|
+
* const client = new EC2Client(config);
|
|
40
|
+
* const input = { // ModifyInstanceConnectEndpointRequest
|
|
41
|
+
* DryRun: true || false,
|
|
42
|
+
* InstanceConnectEndpointId: "STRING_VALUE", // required
|
|
43
|
+
* IpAddressType: "ipv4" || "dualstack" || "ipv6",
|
|
44
|
+
* SecurityGroupIds: [ // SecurityGroupIdStringListRequest
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* PreserveClientIp: true || false,
|
|
48
|
+
* };
|
|
49
|
+
* const command = new ModifyInstanceConnectEndpointCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // ModifyInstanceConnectEndpointResult
|
|
52
|
+
* // Return: true || false,
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param ModifyInstanceConnectEndpointCommandInput - {@link ModifyInstanceConnectEndpointCommandInput}
|
|
58
|
+
* @returns {@link ModifyInstanceConnectEndpointCommandOutput}
|
|
59
|
+
* @see {@link ModifyInstanceConnectEndpointCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link ModifyInstanceConnectEndpointCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link EC2ServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export declare class ModifyInstanceConnectEndpointCommand extends ModifyInstanceConnectEndpointCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: ModifyInstanceConnectEndpointRequest;
|
|
74
|
+
output: ModifyInstanceConnectEndpointResult;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: ModifyInstanceConnectEndpointCommandInput;
|
|
78
|
+
output: ModifyInstanceConnectEndpointCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { RegisterTransitGatewayMulticastGroupMembersRequest
|
|
4
|
+
import { RegisterTransitGatewayMulticastGroupMembersRequest } from "../models/models_7";
|
|
5
|
+
import { RegisterTransitGatewayMulticastGroupMembersResult } from "../models/models_8";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { RegisterTransitGatewayMulticastGroupSourcesRequest, RegisterTransitGatewayMulticastGroupSourcesResult } from "../models/
|
|
4
|
+
import { RegisterTransitGatewayMulticastGroupSourcesRequest, RegisterTransitGatewayMulticastGroupSourcesResult } from "../models/models_8";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -555,6 +555,7 @@ export * from "./ModifyIdentityIdFormatCommand";
|
|
|
555
555
|
export * from "./ModifyImageAttributeCommand";
|
|
556
556
|
export * from "./ModifyInstanceAttributeCommand";
|
|
557
557
|
export * from "./ModifyInstanceCapacityReservationAttributesCommand";
|
|
558
|
+
export * from "./ModifyInstanceConnectEndpointCommand";
|
|
558
559
|
export * from "./ModifyInstanceCpuOptionsCommand";
|
|
559
560
|
export * from "./ModifyInstanceCreditSpecificationCommand";
|
|
560
561
|
export * from "./ModifyInstanceEventStartTimeCommand";
|
|
@@ -7654,6 +7654,39 @@ export interface CreateInstanceConnectEndpointRequest {
|
|
|
7654
7654
|
*/
|
|
7655
7655
|
IpAddressType?: IpAddressType | undefined;
|
|
7656
7656
|
}
|
|
7657
|
+
/**
|
|
7658
|
+
* <p>The DNS names of the endpoint.</p>
|
|
7659
|
+
* @public
|
|
7660
|
+
*/
|
|
7661
|
+
export interface InstanceConnectEndpointDnsNames {
|
|
7662
|
+
/**
|
|
7663
|
+
* <p>The DNS name of the EC2 Instance Connect Endpoint.</p>
|
|
7664
|
+
* @public
|
|
7665
|
+
*/
|
|
7666
|
+
DnsName?: string | undefined;
|
|
7667
|
+
/**
|
|
7668
|
+
* <p>The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.</p>
|
|
7669
|
+
* @public
|
|
7670
|
+
*/
|
|
7671
|
+
FipsDnsName?: string | undefined;
|
|
7672
|
+
}
|
|
7673
|
+
/**
|
|
7674
|
+
* <p>The public DNS names of the endpoint, including IPv4-only and dualstack DNS
|
|
7675
|
+
* names.</p>
|
|
7676
|
+
* @public
|
|
7677
|
+
*/
|
|
7678
|
+
export interface InstanceConnectEndpointPublicDnsNames {
|
|
7679
|
+
/**
|
|
7680
|
+
* <p>The IPv4-only DNS name of the EC2 Instance Connect Endpoint.</p>
|
|
7681
|
+
* @public
|
|
7682
|
+
*/
|
|
7683
|
+
Ipv4?: InstanceConnectEndpointDnsNames | undefined;
|
|
7684
|
+
/**
|
|
7685
|
+
* <p>The dualstack DNS name of the EC2 Instance Connect Endpoint. A dualstack DNS name supports connections from both IPv4 and IPv6 clients.</p>
|
|
7686
|
+
* @public
|
|
7687
|
+
*/
|
|
7688
|
+
Dualstack?: InstanceConnectEndpointDnsNames | undefined;
|
|
7689
|
+
}
|
|
7657
7690
|
/**
|
|
7658
7691
|
* @public
|
|
7659
7692
|
* @enum
|
|
@@ -7665,6 +7698,9 @@ export declare const Ec2InstanceConnectEndpointState: {
|
|
|
7665
7698
|
readonly delete_complete: "delete-complete";
|
|
7666
7699
|
readonly delete_failed: "delete-failed";
|
|
7667
7700
|
readonly delete_in_progress: "delete-in-progress";
|
|
7701
|
+
readonly update_complete: "update-complete";
|
|
7702
|
+
readonly update_failed: "update-failed";
|
|
7703
|
+
readonly update_in_progress: "update-in-progress";
|
|
7668
7704
|
};
|
|
7669
7705
|
/**
|
|
7670
7706
|
* @public
|
|
@@ -7769,6 +7805,11 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
7769
7805
|
* @public
|
|
7770
7806
|
*/
|
|
7771
7807
|
IpAddressType?: IpAddressType | undefined;
|
|
7808
|
+
/**
|
|
7809
|
+
* <p>The public DNS names of the endpoint.</p>
|
|
7810
|
+
* @public
|
|
7811
|
+
*/
|
|
7812
|
+
PublicDnsNames?: InstanceConnectEndpointPublicDnsNames | undefined;
|
|
7772
7813
|
}
|
|
7773
7814
|
/**
|
|
7774
7815
|
* @public
|
|
@@ -11407,49 +11448,6 @@ export interface LaunchTemplateInstanceMetadataOptions {
|
|
|
11407
11448
|
*/
|
|
11408
11449
|
InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
|
|
11409
11450
|
}
|
|
11410
|
-
/**
|
|
11411
|
-
* <p>Describes the monitoring for the instance.</p>
|
|
11412
|
-
* @public
|
|
11413
|
-
*/
|
|
11414
|
-
export interface LaunchTemplatesMonitoring {
|
|
11415
|
-
/**
|
|
11416
|
-
* <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
|
|
11417
|
-
* enabled.</p>
|
|
11418
|
-
* @public
|
|
11419
|
-
*/
|
|
11420
|
-
Enabled?: boolean | undefined;
|
|
11421
|
-
}
|
|
11422
|
-
/**
|
|
11423
|
-
* <p>A security group connection tracking specification that enables you to set the idle
|
|
11424
|
-
* timeout for connection tracking on an Elastic network interface. For more information,
|
|
11425
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
11426
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
11427
|
-
* @public
|
|
11428
|
-
*/
|
|
11429
|
-
export interface ConnectionTrackingSpecification {
|
|
11430
|
-
/**
|
|
11431
|
-
* <p>Timeout (in seconds) for idle TCP
|
|
11432
|
-
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
11433
|
-
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
11434
|
-
* @public
|
|
11435
|
-
*/
|
|
11436
|
-
TcpEstablishedTimeout?: number | undefined;
|
|
11437
|
-
/**
|
|
11438
|
-
* <p>Timeout (in seconds) for idle UDP flows that
|
|
11439
|
-
* have seen traffic only in a single direction or a single request-response
|
|
11440
|
-
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
11441
|
-
* @public
|
|
11442
|
-
*/
|
|
11443
|
-
UdpTimeout?: number | undefined;
|
|
11444
|
-
/**
|
|
11445
|
-
* <p>Timeout (in seconds) for idle UDP
|
|
11446
|
-
* flows classified as streams which have seen more than one request-response
|
|
11447
|
-
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
11448
|
-
* seconds.</p>
|
|
11449
|
-
* @public
|
|
11450
|
-
*/
|
|
11451
|
-
UdpStreamTimeout?: number | undefined;
|
|
11452
|
-
}
|
|
11453
11451
|
/**
|
|
11454
11452
|
* @internal
|
|
11455
11453
|
*/
|
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment } from "./models_0";
|
|
2
|
-
import { _InstanceType,
|
|
2
|
+
import { _InstanceType, ConnectionTrackingSpecificationRequest, CreditSpecification, ElasticGpuSpecificationResponse, HostnameType, InstanceBandwidthWeighting, InstanceRequirements, IpAddressType, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateBlockDeviceMapping, LaunchTemplateCapacityReservationSpecificationResponse, LaunchTemplateCpuOptions, LaunchTemplateElasticInferenceAcceleratorResponse, LaunchTemplateEnclaveOptions, LaunchTemplateHibernationOptions, LaunchTemplateIamInstanceProfileSpecification, LaunchTemplateInstanceMaintenanceOptions, LaunchTemplateInstanceMarketOptions, LaunchTemplateInstanceMetadataOptions, LaunchTemplateLicenseConfiguration, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, SnapshotLocationEnum, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes the monitoring for the instance.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface LaunchTemplatesMonitoring {
|
|
8
|
+
/**
|
|
9
|
+
* <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
|
|
10
|
+
* enabled.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Enabled?: boolean | undefined;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* <p>A security group connection tracking specification that enables you to set the idle
|
|
17
|
+
* timeout for connection tracking on an Elastic network interface. For more information,
|
|
18
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
|
|
19
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface ConnectionTrackingSpecification {
|
|
23
|
+
/**
|
|
24
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
25
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
26
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
TcpEstablishedTimeout?: number | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
32
|
+
* have seen traffic only in a single direction or a single request-response
|
|
33
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
UdpTimeout?: number | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
39
|
+
* flows classified as streams which have seen more than one request-response
|
|
40
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
41
|
+
* seconds.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
UdpStreamTimeout?: number | undefined;
|
|
45
|
+
}
|
|
3
46
|
/**
|
|
4
47
|
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
5
48
|
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
@@ -9416,157 +9459,6 @@ export interface LastError {
|
|
|
9416
9459
|
*/
|
|
9417
9460
|
Code?: string | undefined;
|
|
9418
9461
|
}
|
|
9419
|
-
/**
|
|
9420
|
-
* @public
|
|
9421
|
-
* @enum
|
|
9422
|
-
*/
|
|
9423
|
-
export declare const State: {
|
|
9424
|
-
readonly Available: "Available";
|
|
9425
|
-
readonly Deleted: "Deleted";
|
|
9426
|
-
readonly Deleting: "Deleting";
|
|
9427
|
-
readonly Expired: "Expired";
|
|
9428
|
-
readonly Failed: "Failed";
|
|
9429
|
-
readonly Partial: "Partial";
|
|
9430
|
-
readonly Pending: "Pending";
|
|
9431
|
-
readonly PendingAcceptance: "PendingAcceptance";
|
|
9432
|
-
readonly Rejected: "Rejected";
|
|
9433
|
-
};
|
|
9434
|
-
/**
|
|
9435
|
-
* @public
|
|
9436
|
-
*/
|
|
9437
|
-
export type State = (typeof State)[keyof typeof State];
|
|
9438
|
-
/**
|
|
9439
|
-
* <p>Describes a VPC endpoint.</p>
|
|
9440
|
-
* @public
|
|
9441
|
-
*/
|
|
9442
|
-
export interface VpcEndpoint {
|
|
9443
|
-
/**
|
|
9444
|
-
* <p>The ID of the endpoint.</p>
|
|
9445
|
-
* @public
|
|
9446
|
-
*/
|
|
9447
|
-
VpcEndpointId?: string | undefined;
|
|
9448
|
-
/**
|
|
9449
|
-
* <p>The type of endpoint.</p>
|
|
9450
|
-
* @public
|
|
9451
|
-
*/
|
|
9452
|
-
VpcEndpointType?: VpcEndpointType | undefined;
|
|
9453
|
-
/**
|
|
9454
|
-
* <p>The ID of the VPC to which the endpoint is associated.</p>
|
|
9455
|
-
* @public
|
|
9456
|
-
*/
|
|
9457
|
-
VpcId?: string | undefined;
|
|
9458
|
-
/**
|
|
9459
|
-
* <p>The name of the service to which the endpoint is associated.</p>
|
|
9460
|
-
* @public
|
|
9461
|
-
*/
|
|
9462
|
-
ServiceName?: string | undefined;
|
|
9463
|
-
/**
|
|
9464
|
-
* <p>The state of the endpoint.</p>
|
|
9465
|
-
* @public
|
|
9466
|
-
*/
|
|
9467
|
-
State?: State | undefined;
|
|
9468
|
-
/**
|
|
9469
|
-
* <p>The policy document associated with the endpoint, if applicable.</p>
|
|
9470
|
-
* @public
|
|
9471
|
-
*/
|
|
9472
|
-
PolicyDocument?: string | undefined;
|
|
9473
|
-
/**
|
|
9474
|
-
* <p>(Gateway endpoint) The IDs of the route tables associated with the endpoint.</p>
|
|
9475
|
-
* @public
|
|
9476
|
-
*/
|
|
9477
|
-
RouteTableIds?: string[] | undefined;
|
|
9478
|
-
/**
|
|
9479
|
-
* <p>(Interface endpoint) The subnets for the endpoint.</p>
|
|
9480
|
-
* @public
|
|
9481
|
-
*/
|
|
9482
|
-
SubnetIds?: string[] | undefined;
|
|
9483
|
-
/**
|
|
9484
|
-
* <p>(Interface endpoint) Information about the security groups that are associated with
|
|
9485
|
-
* the network interface.</p>
|
|
9486
|
-
* @public
|
|
9487
|
-
*/
|
|
9488
|
-
Groups?: SecurityGroupIdentifier[] | undefined;
|
|
9489
|
-
/**
|
|
9490
|
-
* <p>The IP address type for the endpoint.</p>
|
|
9491
|
-
* @public
|
|
9492
|
-
*/
|
|
9493
|
-
IpAddressType?: IpAddressType | undefined;
|
|
9494
|
-
/**
|
|
9495
|
-
* <p>The DNS options for the endpoint.</p>
|
|
9496
|
-
* @public
|
|
9497
|
-
*/
|
|
9498
|
-
DnsOptions?: DnsOptions | undefined;
|
|
9499
|
-
/**
|
|
9500
|
-
* <p>(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.</p>
|
|
9501
|
-
* @public
|
|
9502
|
-
*/
|
|
9503
|
-
PrivateDnsEnabled?: boolean | undefined;
|
|
9504
|
-
/**
|
|
9505
|
-
* <p>Indicates whether the endpoint is being managed by its service.</p>
|
|
9506
|
-
* @public
|
|
9507
|
-
*/
|
|
9508
|
-
RequesterManaged?: boolean | undefined;
|
|
9509
|
-
/**
|
|
9510
|
-
* <p>(Interface endpoint) The network interfaces for the endpoint.</p>
|
|
9511
|
-
* @public
|
|
9512
|
-
*/
|
|
9513
|
-
NetworkInterfaceIds?: string[] | undefined;
|
|
9514
|
-
/**
|
|
9515
|
-
* <p>(Interface endpoint) The DNS entries for the endpoint.</p>
|
|
9516
|
-
* @public
|
|
9517
|
-
*/
|
|
9518
|
-
DnsEntries?: DnsEntry[] | undefined;
|
|
9519
|
-
/**
|
|
9520
|
-
* <p>The date and time that the endpoint was created.</p>
|
|
9521
|
-
* @public
|
|
9522
|
-
*/
|
|
9523
|
-
CreationTimestamp?: Date | undefined;
|
|
9524
|
-
/**
|
|
9525
|
-
* <p>The tags assigned to the endpoint.</p>
|
|
9526
|
-
* @public
|
|
9527
|
-
*/
|
|
9528
|
-
Tags?: Tag[] | undefined;
|
|
9529
|
-
/**
|
|
9530
|
-
* <p>The ID of the Amazon Web Services account that owns the endpoint.</p>
|
|
9531
|
-
* @public
|
|
9532
|
-
*/
|
|
9533
|
-
OwnerId?: string | undefined;
|
|
9534
|
-
/**
|
|
9535
|
-
* <p>The last error that occurred for endpoint.</p>
|
|
9536
|
-
* @public
|
|
9537
|
-
*/
|
|
9538
|
-
LastError?: LastError | undefined;
|
|
9539
|
-
/**
|
|
9540
|
-
* <p>Array of IPv4 prefixes.</p>
|
|
9541
|
-
* @public
|
|
9542
|
-
*/
|
|
9543
|
-
Ipv4Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
9544
|
-
/**
|
|
9545
|
-
* <p>Array of IPv6 prefixes.</p>
|
|
9546
|
-
* @public
|
|
9547
|
-
*/
|
|
9548
|
-
Ipv6Prefixes?: SubnetIpPrefixes[] | undefined;
|
|
9549
|
-
/**
|
|
9550
|
-
* <p>Reason for the failure.</p>
|
|
9551
|
-
* @public
|
|
9552
|
-
*/
|
|
9553
|
-
FailureReason?: string | undefined;
|
|
9554
|
-
/**
|
|
9555
|
-
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
9556
|
-
* @public
|
|
9557
|
-
*/
|
|
9558
|
-
ServiceNetworkArn?: string | undefined;
|
|
9559
|
-
/**
|
|
9560
|
-
* <p>The Amazon Resource Name (ARN) of the resource configuration.</p>
|
|
9561
|
-
* @public
|
|
9562
|
-
*/
|
|
9563
|
-
ResourceConfigurationArn?: string | undefined;
|
|
9564
|
-
/**
|
|
9565
|
-
* <p>The Region where the service is hosted.</p>
|
|
9566
|
-
* @public
|
|
9567
|
-
*/
|
|
9568
|
-
ServiceRegion?: string | undefined;
|
|
9569
|
-
}
|
|
9570
9462
|
/**
|
|
9571
9463
|
* @internal
|
|
9572
9464
|
*/
|