@aws-sdk/client-ec2 3.448.0 → 3.449.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-cjs/models/models_1.js +1 -16
- package/dist-cjs/models/models_2.js +17 -2
- package/dist-cjs/protocols/Aws_ec2.js +95 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/protocols/Aws_ec2.js +95 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +12 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +3 -2
- package/dist-types/models/models_1.d.ts +99 -99
- package/dist-types/models/models_2.d.ts +89 -71
- package/dist-types/models/models_3.d.ts +71 -126
- package/dist-types/models/models_4.d.ts +182 -240
- package/dist-types/models/models_5.d.ts +236 -180
- package/dist-types/models/models_6.d.ts +181 -130
- package/dist-types/models/models_7.d.ts +130 -3
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +16 -28
- package/dist-types/ts3.4/models/models_2.d.ts +28 -19
- package/dist-types/ts3.4/models/models_3.d.ts +16 -18
- package/dist-types/ts3.4/models/models_4.d.ts +29 -36
- package/dist-types/ts3.4/models/models_5.d.ts +36 -36
- package/dist-types/ts3.4/models/models_6.d.ts +36 -29
- package/dist-types/ts3.4/models/models_7.d.ts +36 -1
- package/package.json +13 -13
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { GetSubnetCidrReservationsRequest
|
|
5
|
+
import { GetSubnetCidrReservationsRequest } from "../models/models_5";
|
|
6
|
+
import { GetSubnetCidrReservationsResult } from "../models/models_6";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { GetTransitGatewayAttachmentPropagationsRequest, GetTransitGatewayAttachmentPropagationsResult } from "../models/
|
|
5
|
+
import { GetTransitGatewayAttachmentPropagationsRequest, GetTransitGatewayAttachmentPropagationsResult } from "../models/models_6";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { GetTransitGatewayMulticastDomainAssociationsRequest } from "../models/
|
|
6
|
-
import { GetTransitGatewayMulticastDomainAssociationsResult } from "../models/models_6";
|
|
5
|
+
import { GetTransitGatewayMulticastDomainAssociationsRequest, GetTransitGatewayMulticastDomainAssociationsResult } from "../models/models_6";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -153,6 +153,12 @@ export interface RequestSpotFleetCommandOutput extends RequestSpotFleetResponse,
|
|
|
153
153
|
* ],
|
|
154
154
|
* Ipv6PrefixCount: Number("int"),
|
|
155
155
|
* PrimaryIpv6: true || false,
|
|
156
|
+
* EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
157
|
+
* EnaSrdEnabled: true || false,
|
|
158
|
+
* EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
159
|
+
* EnaSrdUdpEnabled: true || false,
|
|
160
|
+
* },
|
|
161
|
+
* },
|
|
156
162
|
* },
|
|
157
163
|
* ],
|
|
158
164
|
* Placement: { // SpotPlacement
|
|
@@ -126,6 +126,12 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR
|
|
|
126
126
|
* ],
|
|
127
127
|
* Ipv6PrefixCount: Number("int"),
|
|
128
128
|
* PrimaryIpv6: true || false,
|
|
129
|
+
* EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
130
|
+
* EnaSrdEnabled: true || false,
|
|
131
|
+
* EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
132
|
+
* EnaSrdUdpEnabled: true || false,
|
|
133
|
+
* },
|
|
134
|
+
* },
|
|
129
135
|
* },
|
|
130
136
|
* ],
|
|
131
137
|
* Placement: { // SpotPlacement
|
|
@@ -247,6 +253,12 @@ export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesR
|
|
|
247
253
|
* // ],
|
|
248
254
|
* // Ipv6PrefixCount: Number("int"),
|
|
249
255
|
* // PrimaryIpv6: true || false,
|
|
256
|
+
* // EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
257
|
+
* // EnaSrdEnabled: true || false,
|
|
258
|
+
* // EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
259
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
260
|
+
* // },
|
|
261
|
+
* // },
|
|
250
262
|
* // },
|
|
251
263
|
* // ],
|
|
252
264
|
* // Placement: { // SpotPlacement
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetImageAttributeRequest } from "../models/
|
|
5
|
+
import { ResetImageAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetInstanceAttributeRequest } from "../models/
|
|
5
|
+
import { ResetInstanceAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetNetworkInterfaceAttributeRequest } from "../models/
|
|
5
|
+
import { ResetNetworkInterfaceAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ResetSnapshotAttributeRequest } from "../models/
|
|
5
|
+
import { ResetSnapshotAttributeRequest } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/
|
|
5
|
+
import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/models_7";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -185,6 +185,12 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
|
|
|
185
185
|
* ],
|
|
186
186
|
* Ipv6PrefixCount: Number("int"),
|
|
187
187
|
* PrimaryIpv6: true || false,
|
|
188
|
+
* EnaSrdSpecification: { // EnaSrdSpecificationRequest
|
|
189
|
+
* EnaSrdEnabled: true || false,
|
|
190
|
+
* EnaSrdUdpSpecification: { // EnaSrdUdpSpecificationRequest
|
|
191
|
+
* EnaSrdUdpEnabled: true || false,
|
|
192
|
+
* },
|
|
193
|
+
* },
|
|
188
194
|
* },
|
|
189
195
|
* ],
|
|
190
196
|
* PrivateIpAddress: "STRING_VALUE",
|
|
@@ -373,6 +379,12 @@ export interface RunInstancesCommandOutput extends Reservation, __MetadataBearer
|
|
|
373
379
|
* // DeviceIndex: Number("int"),
|
|
374
380
|
* // Status: "attaching" || "attached" || "detaching" || "detached",
|
|
375
381
|
* // NetworkCardIndex: Number("int"),
|
|
382
|
+
* // EnaSrdSpecification: { // InstanceAttachmentEnaSrdSpecification
|
|
383
|
+
* // EnaSrdEnabled: true || false,
|
|
384
|
+
* // EnaSrdUdpSpecification: { // InstanceAttachmentEnaSrdUdpSpecification
|
|
385
|
+
* // EnaSrdUdpEnabled: true || false,
|
|
386
|
+
* // },
|
|
387
|
+
* // },
|
|
376
388
|
* // },
|
|
377
389
|
* // Description: "STRING_VALUE",
|
|
378
390
|
* // Groups: [
|
|
@@ -4762,7 +4762,7 @@ export interface AttachInternetGatewayRequest {
|
|
|
4762
4762
|
}
|
|
4763
4763
|
/**
|
|
4764
4764
|
* @public
|
|
4765
|
-
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it
|
|
4765
|
+
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
4766
4766
|
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
4767
4767
|
* out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
|
|
4768
4768
|
* applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
|
|
@@ -4771,7 +4771,8 @@ export interface AttachInternetGatewayRequest {
|
|
|
4771
4771
|
export interface EnaSrdUdpSpecification {
|
|
4772
4772
|
/**
|
|
4773
4773
|
* @public
|
|
4774
|
-
* <p>Indicates whether UDP traffic uses ENA Express. To specify this setting,
|
|
4774
|
+
* <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
|
|
4775
|
+
* you must first enable ENA Express.</p>
|
|
4775
4776
|
*/
|
|
4776
4777
|
EnaSrdUdpEnabled?: boolean;
|
|
4777
4778
|
}
|
|
@@ -5820,6 +5820,38 @@ export interface LaunchTemplatesMonitoringRequest {
|
|
|
5820
5820
|
*/
|
|
5821
5821
|
Enabled?: boolean;
|
|
5822
5822
|
}
|
|
5823
|
+
/**
|
|
5824
|
+
* @public
|
|
5825
|
+
* <p>Configures ENA Express for UDP network traffic from your launch template.</p>
|
|
5826
|
+
*/
|
|
5827
|
+
export interface EnaSrdUdpSpecificationRequest {
|
|
5828
|
+
/**
|
|
5829
|
+
* @public
|
|
5830
|
+
* <p>Indicates whether UDP traffic uses ENA Express for your instance. To ensure that
|
|
5831
|
+
* UDP traffic can use ENA Express when you launch an instance, you must also set
|
|
5832
|
+
* <b>EnaSrdEnabled</b> in the <b>EnaSrdSpecificationRequest</b> to <code>true</code> in your
|
|
5833
|
+
* launch template.</p>
|
|
5834
|
+
*/
|
|
5835
|
+
EnaSrdUdpEnabled?: boolean;
|
|
5836
|
+
}
|
|
5837
|
+
/**
|
|
5838
|
+
* @public
|
|
5839
|
+
* <p>Launch instances with ENA Express settings configured
|
|
5840
|
+
* from your launch template.</p>
|
|
5841
|
+
*/
|
|
5842
|
+
export interface EnaSrdSpecificationRequest {
|
|
5843
|
+
/**
|
|
5844
|
+
* @public
|
|
5845
|
+
* <p>Specifies whether ENA Express is enabled for the network interface when you
|
|
5846
|
+
* launch an instance from your launch template.</p>
|
|
5847
|
+
*/
|
|
5848
|
+
EnaSrdEnabled?: boolean;
|
|
5849
|
+
/**
|
|
5850
|
+
* @public
|
|
5851
|
+
* <p>Contains ENA Express settings for UDP network traffic in your launch template.</p>
|
|
5852
|
+
*/
|
|
5853
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest;
|
|
5854
|
+
}
|
|
5823
5855
|
/**
|
|
5824
5856
|
* @public
|
|
5825
5857
|
* <p>Describes the IPv4 prefix option for a network interface.</p>
|
|
@@ -5998,6 +6030,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
5998
6030
|
* <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
|
|
5999
6031
|
*/
|
|
6000
6032
|
PrimaryIpv6?: boolean;
|
|
6033
|
+
/**
|
|
6034
|
+
* @public
|
|
6035
|
+
* <p>Configure ENA Express settings for your launch template.</p>
|
|
6036
|
+
*/
|
|
6037
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
6001
6038
|
}
|
|
6002
6039
|
/**
|
|
6003
6040
|
* @public
|
|
@@ -6094,7 +6131,7 @@ export interface LaunchTemplateTagSpecificationRequest {
|
|
|
6094
6131
|
* you create a launch template, you can specify tags for the following resource types
|
|
6095
6132
|
* only: <code>instance</code> | <code>volume</code> | <code>elastic-gpu</code> |
|
|
6096
6133
|
* <code>network-interface</code> | <code>spot-instances-request</code>.
|
|
6097
|
-
* If the instance does include the resource type that you specify, the instance
|
|
6134
|
+
* If the instance does not include the resource type that you specify, the instance
|
|
6098
6135
|
* launch fails. For example, not all instance types include an Elastic GPU.</p>
|
|
6099
6136
|
* <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
6100
6137
|
*/
|
|
@@ -6303,15 +6340,13 @@ export interface RequestLaunchTemplateData {
|
|
|
6303
6340
|
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[];
|
|
6304
6341
|
/**
|
|
6305
6342
|
* @public
|
|
6306
|
-
* <p>One or more security group IDs. You can create a security group using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html">CreateSecurityGroup</a
|
|
6307
|
-
* security name in the same request.</p>
|
|
6343
|
+
* <p>One or more security group IDs. You can create a security group using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html">CreateSecurityGroup</a>.</p>
|
|
6308
6344
|
*/
|
|
6309
6345
|
SecurityGroupIds?: string[];
|
|
6310
6346
|
/**
|
|
6311
6347
|
* @public
|
|
6312
6348
|
* <p>One or more security group names. For a nondefault VPC, you must use security group
|
|
6313
|
-
* IDs instead
|
|
6314
|
-
* request.</p>
|
|
6349
|
+
* IDs instead.</p>
|
|
6315
6350
|
*/
|
|
6316
6351
|
SecurityGroups?: string[];
|
|
6317
6352
|
/**
|
|
@@ -7017,6 +7052,45 @@ export interface LaunchTemplatesMonitoring {
|
|
|
7017
7052
|
*/
|
|
7018
7053
|
Enabled?: boolean;
|
|
7019
7054
|
}
|
|
7055
|
+
/**
|
|
7056
|
+
* @public
|
|
7057
|
+
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
7058
|
+
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
7059
|
+
* out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
|
|
7060
|
+
* applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
|
|
7061
|
+
* environment needs.</p>
|
|
7062
|
+
*/
|
|
7063
|
+
export interface LaunchTemplateEnaSrdUdpSpecification {
|
|
7064
|
+
/**
|
|
7065
|
+
* @public
|
|
7066
|
+
* <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
|
|
7067
|
+
* you must first enable ENA Express.</p>
|
|
7068
|
+
*/
|
|
7069
|
+
EnaSrdUdpEnabled?: boolean;
|
|
7070
|
+
}
|
|
7071
|
+
/**
|
|
7072
|
+
* @public
|
|
7073
|
+
* <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
|
|
7074
|
+
* maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
|
|
7075
|
+
* With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
|
|
7076
|
+
* account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
|
|
7077
|
+
* <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
|
|
7078
|
+
* receiving end by default. However, some UDP-based applications are designed to handle network packets
|
|
7079
|
+
* that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
|
|
7080
|
+
* is enabled, you can specify whether UDP network traffic uses it.</p>
|
|
7081
|
+
*/
|
|
7082
|
+
export interface LaunchTemplateEnaSrdSpecification {
|
|
7083
|
+
/**
|
|
7084
|
+
* @public
|
|
7085
|
+
* <p>Indicates whether ENA Express is enabled for the network interface.</p>
|
|
7086
|
+
*/
|
|
7087
|
+
EnaSrdEnabled?: boolean;
|
|
7088
|
+
/**
|
|
7089
|
+
* @public
|
|
7090
|
+
* <p>Configures ENA Express for UDP network traffic.</p>
|
|
7091
|
+
*/
|
|
7092
|
+
EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification;
|
|
7093
|
+
}
|
|
7020
7094
|
/**
|
|
7021
7095
|
* @public
|
|
7022
7096
|
* <p>Information about the IPv4 delegated prefixes assigned
|
|
@@ -7172,6 +7246,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
7172
7246
|
* <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
|
|
7173
7247
|
*/
|
|
7174
7248
|
PrimaryIpv6?: boolean;
|
|
7249
|
+
/**
|
|
7250
|
+
* @public
|
|
7251
|
+
* <p>Contains the ENA Express settings for instances launched from your launch template.</p>
|
|
7252
|
+
*/
|
|
7253
|
+
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
|
7175
7254
|
}
|
|
7176
7255
|
/**
|
|
7177
7256
|
* @public
|
|
@@ -9189,8 +9268,11 @@ export interface NetworkInterfaceAssociation {
|
|
|
9189
9268
|
}
|
|
9190
9269
|
/**
|
|
9191
9270
|
* @public
|
|
9192
|
-
* <p>
|
|
9193
|
-
*
|
|
9271
|
+
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
9272
|
+
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
9273
|
+
* out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
|
|
9274
|
+
* applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
|
|
9275
|
+
* environment needs.</p>
|
|
9194
9276
|
*/
|
|
9195
9277
|
export interface AttachmentEnaSrdUdpSpecification {
|
|
9196
9278
|
/**
|
|
@@ -9202,18 +9284,24 @@ export interface AttachmentEnaSrdUdpSpecification {
|
|
|
9202
9284
|
}
|
|
9203
9285
|
/**
|
|
9204
9286
|
* @public
|
|
9205
|
-
* <p>
|
|
9287
|
+
* <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
|
|
9288
|
+
* maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
|
|
9289
|
+
* With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
|
|
9290
|
+
* account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
|
|
9291
|
+
* <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
|
|
9292
|
+
* receiving end by default. However, some UDP-based applications are designed to handle network packets
|
|
9293
|
+
* that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
|
|
9294
|
+
* is enabled, you can specify whether UDP network traffic uses it.</p>
|
|
9206
9295
|
*/
|
|
9207
9296
|
export interface AttachmentEnaSrdSpecification {
|
|
9208
9297
|
/**
|
|
9209
9298
|
* @public
|
|
9210
|
-
* <p>Indicates whether ENA Express is enabled for the network interface
|
|
9211
|
-
* instance.</p>
|
|
9299
|
+
* <p>Indicates whether ENA Express is enabled for the network interface.</p>
|
|
9212
9300
|
*/
|
|
9213
9301
|
EnaSrdEnabled?: boolean;
|
|
9214
9302
|
/**
|
|
9215
9303
|
* @public
|
|
9216
|
-
* <p>ENA Express
|
|
9304
|
+
* <p>Configures ENA Express for UDP network traffic.</p>
|
|
9217
9305
|
*/
|
|
9218
9306
|
EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
|
|
9219
9307
|
}
|
|
@@ -9656,94 +9744,6 @@ export interface CreateNetworkInterfacePermissionResult {
|
|
|
9656
9744
|
*/
|
|
9657
9745
|
InterfacePermission?: NetworkInterfacePermission;
|
|
9658
9746
|
}
|
|
9659
|
-
/**
|
|
9660
|
-
* @public
|
|
9661
|
-
* @enum
|
|
9662
|
-
*/
|
|
9663
|
-
export declare const SpreadLevel: {
|
|
9664
|
-
readonly host: "host";
|
|
9665
|
-
readonly rack: "rack";
|
|
9666
|
-
};
|
|
9667
|
-
/**
|
|
9668
|
-
* @public
|
|
9669
|
-
*/
|
|
9670
|
-
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
9671
|
-
/**
|
|
9672
|
-
* @public
|
|
9673
|
-
* @enum
|
|
9674
|
-
*/
|
|
9675
|
-
export declare const PlacementStrategy: {
|
|
9676
|
-
readonly cluster: "cluster";
|
|
9677
|
-
readonly partition: "partition";
|
|
9678
|
-
readonly spread: "spread";
|
|
9679
|
-
};
|
|
9680
|
-
/**
|
|
9681
|
-
* @public
|
|
9682
|
-
*/
|
|
9683
|
-
export type PlacementStrategy = (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
9684
|
-
/**
|
|
9685
|
-
* @public
|
|
9686
|
-
*/
|
|
9687
|
-
export interface CreatePlacementGroupRequest {
|
|
9688
|
-
/**
|
|
9689
|
-
* @public
|
|
9690
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9691
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9692
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9693
|
-
*/
|
|
9694
|
-
DryRun?: boolean;
|
|
9695
|
-
/**
|
|
9696
|
-
* @public
|
|
9697
|
-
* <p>A name for the placement group. Must be unique within the scope of your account for
|
|
9698
|
-
* the Region.</p>
|
|
9699
|
-
* <p>Constraints: Up to 255 ASCII characters</p>
|
|
9700
|
-
*/
|
|
9701
|
-
GroupName?: string;
|
|
9702
|
-
/**
|
|
9703
|
-
* @public
|
|
9704
|
-
* <p>The placement strategy.</p>
|
|
9705
|
-
*/
|
|
9706
|
-
Strategy?: PlacementStrategy;
|
|
9707
|
-
/**
|
|
9708
|
-
* @public
|
|
9709
|
-
* <p>The number of partitions. Valid only when <b>Strategy</b> is
|
|
9710
|
-
* set to <code>partition</code>.</p>
|
|
9711
|
-
*/
|
|
9712
|
-
PartitionCount?: number;
|
|
9713
|
-
/**
|
|
9714
|
-
* @public
|
|
9715
|
-
* <p>The tags to apply to the new placement group.</p>
|
|
9716
|
-
*/
|
|
9717
|
-
TagSpecifications?: TagSpecification[];
|
|
9718
|
-
/**
|
|
9719
|
-
* @public
|
|
9720
|
-
* <p>Determines how placement groups spread instances. </p>
|
|
9721
|
-
* <ul>
|
|
9722
|
-
* <li>
|
|
9723
|
-
* <p>Host – You can use <code>host</code> only with Outpost placement
|
|
9724
|
-
* groups.</p>
|
|
9725
|
-
* </li>
|
|
9726
|
-
* <li>
|
|
9727
|
-
* <p>Rack – No usage restrictions.</p>
|
|
9728
|
-
* </li>
|
|
9729
|
-
* </ul>
|
|
9730
|
-
*/
|
|
9731
|
-
SpreadLevel?: SpreadLevel;
|
|
9732
|
-
}
|
|
9733
|
-
/**
|
|
9734
|
-
* @public
|
|
9735
|
-
* @enum
|
|
9736
|
-
*/
|
|
9737
|
-
export declare const PlacementGroupState: {
|
|
9738
|
-
readonly available: "available";
|
|
9739
|
-
readonly deleted: "deleted";
|
|
9740
|
-
readonly deleting: "deleting";
|
|
9741
|
-
readonly pending: "pending";
|
|
9742
|
-
};
|
|
9743
|
-
/**
|
|
9744
|
-
* @public
|
|
9745
|
-
*/
|
|
9746
|
-
export type PlacementGroupState = (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
9747
9747
|
/**
|
|
9748
9748
|
* @internal
|
|
9749
9749
|
*/
|
|
@@ -1,5 +1,93 @@
|
|
|
1
1
|
import { ApplianceModeSupportValue, CarrierGateway, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList,
|
|
2
|
+
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* @enum
|
|
6
|
+
*/
|
|
7
|
+
export declare const SpreadLevel: {
|
|
8
|
+
readonly host: "host";
|
|
9
|
+
readonly rack: "rack";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* @enum
|
|
18
|
+
*/
|
|
19
|
+
export declare const PlacementStrategy: {
|
|
20
|
+
readonly cluster: "cluster";
|
|
21
|
+
readonly partition: "partition";
|
|
22
|
+
readonly spread: "spread";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type PlacementStrategy = (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface CreatePlacementGroupRequest {
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
35
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
36
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
37
|
+
*/
|
|
38
|
+
DryRun?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* <p>A name for the placement group. Must be unique within the scope of your account for
|
|
42
|
+
* the Region.</p>
|
|
43
|
+
* <p>Constraints: Up to 255 ASCII characters</p>
|
|
44
|
+
*/
|
|
45
|
+
GroupName?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
* <p>The placement strategy.</p>
|
|
49
|
+
*/
|
|
50
|
+
Strategy?: PlacementStrategy;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* <p>The number of partitions. Valid only when <b>Strategy</b> is
|
|
54
|
+
* set to <code>partition</code>.</p>
|
|
55
|
+
*/
|
|
56
|
+
PartitionCount?: number;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* <p>The tags to apply to the new placement group.</p>
|
|
60
|
+
*/
|
|
61
|
+
TagSpecifications?: TagSpecification[];
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* <p>Determines how placement groups spread instances. </p>
|
|
65
|
+
* <ul>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>Host – You can use <code>host</code> only with Outpost placement
|
|
68
|
+
* groups.</p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>Rack – No usage restrictions.</p>
|
|
72
|
+
* </li>
|
|
73
|
+
* </ul>
|
|
74
|
+
*/
|
|
75
|
+
SpreadLevel?: SpreadLevel;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @enum
|
|
80
|
+
*/
|
|
81
|
+
export declare const PlacementGroupState: {
|
|
82
|
+
readonly available: "available";
|
|
83
|
+
readonly deleted: "deleted";
|
|
84
|
+
readonly deleting: "deleting";
|
|
85
|
+
readonly pending: "pending";
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export type PlacementGroupState = (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
3
91
|
/**
|
|
4
92
|
* @public
|
|
5
93
|
* <p>Describes a placement group.</p>
|
|
@@ -7568,76 +7656,6 @@ export interface DeleteNetworkInsightsPathResult {
|
|
|
7568
7656
|
*/
|
|
7569
7657
|
NetworkInsightsPathId?: string;
|
|
7570
7658
|
}
|
|
7571
|
-
/**
|
|
7572
|
-
* @public
|
|
7573
|
-
* <p>Contains the parameters for DeleteNetworkInterface.</p>
|
|
7574
|
-
*/
|
|
7575
|
-
export interface DeleteNetworkInterfaceRequest {
|
|
7576
|
-
/**
|
|
7577
|
-
* @public
|
|
7578
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7579
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7580
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7581
|
-
*/
|
|
7582
|
-
DryRun?: boolean;
|
|
7583
|
-
/**
|
|
7584
|
-
* @public
|
|
7585
|
-
* <p>The ID of the network interface.</p>
|
|
7586
|
-
*/
|
|
7587
|
-
NetworkInterfaceId: string | undefined;
|
|
7588
|
-
}
|
|
7589
|
-
/**
|
|
7590
|
-
* @public
|
|
7591
|
-
* <p>Contains the parameters for DeleteNetworkInterfacePermission.</p>
|
|
7592
|
-
*/
|
|
7593
|
-
export interface DeleteNetworkInterfacePermissionRequest {
|
|
7594
|
-
/**
|
|
7595
|
-
* @public
|
|
7596
|
-
* <p>The ID of the network interface permission.</p>
|
|
7597
|
-
*/
|
|
7598
|
-
NetworkInterfacePermissionId: string | undefined;
|
|
7599
|
-
/**
|
|
7600
|
-
* @public
|
|
7601
|
-
* <p>Specify <code>true</code> to remove the permission even if the network interface is
|
|
7602
|
-
* attached to an instance.</p>
|
|
7603
|
-
*/
|
|
7604
|
-
Force?: boolean;
|
|
7605
|
-
/**
|
|
7606
|
-
* @public
|
|
7607
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7608
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7609
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7610
|
-
*/
|
|
7611
|
-
DryRun?: boolean;
|
|
7612
|
-
}
|
|
7613
|
-
/**
|
|
7614
|
-
* @public
|
|
7615
|
-
* <p>Contains the output for DeleteNetworkInterfacePermission.</p>
|
|
7616
|
-
*/
|
|
7617
|
-
export interface DeleteNetworkInterfacePermissionResult {
|
|
7618
|
-
/**
|
|
7619
|
-
* @public
|
|
7620
|
-
* <p>Returns <code>true</code> if the request succeeds, otherwise returns an error.</p>
|
|
7621
|
-
*/
|
|
7622
|
-
Return?: boolean;
|
|
7623
|
-
}
|
|
7624
|
-
/**
|
|
7625
|
-
* @public
|
|
7626
|
-
*/
|
|
7627
|
-
export interface DeletePlacementGroupRequest {
|
|
7628
|
-
/**
|
|
7629
|
-
* @public
|
|
7630
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7631
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7632
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7633
|
-
*/
|
|
7634
|
-
DryRun?: boolean;
|
|
7635
|
-
/**
|
|
7636
|
-
* @public
|
|
7637
|
-
* <p>The name of the placement group.</p>
|
|
7638
|
-
*/
|
|
7639
|
-
GroupName: string | undefined;
|
|
7640
|
-
}
|
|
7641
7659
|
/**
|
|
7642
7660
|
* @internal
|
|
7643
7661
|
*/
|