@aws-sdk/client-ec2 3.448.0 → 3.450.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 +9 -1
- package/dist-cjs/EC2.js +2 -0
- package/dist-cjs/commands/DescribeInstanceTopologyCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_1.js +1 -16
- package/dist-cjs/models/models_2.js +17 -2
- package/dist-cjs/models/models_6.js +1 -4
- package/dist-cjs/models/models_7.js +4 -1
- package/dist-cjs/pagination/DescribeInstanceTopologyPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_ec2.js +275 -20
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeInstanceTopologyCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +0 -15
- package/dist-es/models/models_2.js +15 -0
- package/dist-es/models/models_6.js +0 -3
- package/dist-es/models/models_7.js +3 -0
- package/dist-es/pagination/DescribeInstanceTopologyPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +253 -0
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +8 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -4
- 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/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +148 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
- 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/DisableFastLaunchCommand.d.ts +4 -4
- package/dist-types/commands/DisableImageCommand.d.ts +3 -3
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -2
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +8 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +4 -3
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +10 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +12 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- 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/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +10 -17
- package/dist-types/models/models_1.d.ts +118 -102
- package/dist-types/models/models_2.d.ts +100 -92
- package/dist-types/models/models_3.d.ts +93 -150
- package/dist-types/models/models_4.d.ts +303 -303
- package/dist-types/models/models_5.d.ts +343 -334
- package/dist-types/models/models_6.d.ts +308 -201
- package/dist-types/models/models_7.d.ts +173 -3
- package/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- 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/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/DescribeInstanceTopologyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.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/GetSpotPlacementScoresCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- 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/ResetFpgaImageAttributeCommand.d.ts +1 -1
- 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/commands/index.d.ts +1 -0
- 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 +49 -53
- package/dist-types/ts3.4/models/models_5.d.ts +54 -52
- package/dist-types/ts3.4/models/models_6.d.ts +52 -42
- package/dist-types/ts3.4/models/models_7.d.ts +49 -1
- package/dist-types/ts3.4/pagination/DescribeInstanceTopologyPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +13 -13
|
@@ -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: [
|
|
@@ -266,6 +266,7 @@ export * from "./DescribeInstanceCreditSpecificationsCommand";
|
|
|
266
266
|
export * from "./DescribeInstanceEventNotificationAttributesCommand";
|
|
267
267
|
export * from "./DescribeInstanceEventWindowsCommand";
|
|
268
268
|
export * from "./DescribeInstanceStatusCommand";
|
|
269
|
+
export * from "./DescribeInstanceTopologyCommand";
|
|
269
270
|
export * from "./DescribeInstanceTypeOfferingsCommand";
|
|
270
271
|
export * from "./DescribeInstanceTypesCommand";
|
|
271
272
|
export * from "./DescribeInstancesCommand";
|
|
@@ -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
|
}
|
|
@@ -4986,7 +4987,7 @@ export interface VerifiedAccessInstance {
|
|
|
4986
4987
|
Tags?: Tag[];
|
|
4987
4988
|
/**
|
|
4988
4989
|
* @public
|
|
4989
|
-
* <p>
|
|
4990
|
+
* <p>Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.</p>
|
|
4990
4991
|
*/
|
|
4991
4992
|
FipsEnabled?: boolean;
|
|
4992
4993
|
}
|
|
@@ -5045,25 +5046,19 @@ export interface OidcOptions {
|
|
|
5045
5046
|
}
|
|
5046
5047
|
/**
|
|
5047
5048
|
* @public
|
|
5048
|
-
* <p>
|
|
5049
|
-
* Describes the options in use for server side encryption.
|
|
5050
|
-
* </p>
|
|
5049
|
+
* <p>The options in use for server side encryption.</p>
|
|
5051
5050
|
*/
|
|
5052
5051
|
export interface VerifiedAccessSseSpecificationResponse {
|
|
5053
5052
|
/**
|
|
5054
5053
|
* @public
|
|
5055
|
-
* <p>
|
|
5056
|
-
* Describes the use of customer managed KMS keys for server side encryption.
|
|
5057
|
-
* </p>
|
|
5054
|
+
* <p>Indicates whether customer managed KMS keys are in use for server side encryption.</p>
|
|
5058
5055
|
* <p>Valid values: <code>True</code> | <code>False</code>
|
|
5059
5056
|
* </p>
|
|
5060
5057
|
*/
|
|
5061
5058
|
CustomerManagedKeyEnabled?: boolean;
|
|
5062
5059
|
/**
|
|
5063
5060
|
* @public
|
|
5064
|
-
* <p>
|
|
5065
|
-
* Describes the ARN of the KMS key.
|
|
5066
|
-
* </p>
|
|
5061
|
+
* <p>The ARN of the KMS key.</p>
|
|
5067
5062
|
*/
|
|
5068
5063
|
KmsKeyArn?: string;
|
|
5069
5064
|
}
|
|
@@ -5129,9 +5124,7 @@ export interface VerifiedAccessTrustProvider {
|
|
|
5129
5124
|
Tags?: Tag[];
|
|
5130
5125
|
/**
|
|
5131
5126
|
* @public
|
|
5132
|
-
* <p>
|
|
5133
|
-
* Describes the options in use for server side encryption.
|
|
5134
|
-
* </p>
|
|
5127
|
+
* <p>The options in use for server side encryption.</p>
|
|
5135
5128
|
*/
|
|
5136
5129
|
SseSpecification?: VerifiedAccessSseSpecificationResponse;
|
|
5137
5130
|
}
|
|
@@ -5141,12 +5134,12 @@ export interface VerifiedAccessTrustProvider {
|
|
|
5141
5134
|
export interface AttachVerifiedAccessTrustProviderResult {
|
|
5142
5135
|
/**
|
|
5143
5136
|
* @public
|
|
5144
|
-
* <p>
|
|
5137
|
+
* <p>Details about the Verified Access trust provider.</p>
|
|
5145
5138
|
*/
|
|
5146
5139
|
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
5147
5140
|
/**
|
|
5148
5141
|
* @public
|
|
5149
|
-
* <p>
|
|
5142
|
+
* <p>Details about the Verified Access instance.</p>
|
|
5150
5143
|
*/
|
|
5151
5144
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
5152
5145
|
}
|
|
@@ -3728,9 +3728,25 @@ export interface BlockDeviceMapping {
|
|
|
3728
3728
|
export interface CreateImageRequest {
|
|
3729
3729
|
/**
|
|
3730
3730
|
* @public
|
|
3731
|
-
* <p>The block device mappings
|
|
3732
|
-
*
|
|
3733
|
-
*
|
|
3731
|
+
* <p>The block device mappings.</p>
|
|
3732
|
+
* <p>When using the CreateImage action:</p>
|
|
3733
|
+
* <ul>
|
|
3734
|
+
* <li>
|
|
3735
|
+
* <p>You can't change the volume size using the VolumeSize parameter. If you want a
|
|
3736
|
+
* different volume size, you must first change the volume size of the source
|
|
3737
|
+
* instance.</p>
|
|
3738
|
+
* </li>
|
|
3739
|
+
* <li>
|
|
3740
|
+
* <p>You can't modify the encryption status of existing volumes or snapshots. To create an
|
|
3741
|
+
* AMI with volumes or snapshots that have a different encryption status (for example, where
|
|
3742
|
+
* the source volume and snapshots are unencrypted, and you want to create an AMI with
|
|
3743
|
+
* encrypted volumes or snapshots), use the <a>CopyImage</a> action.</p>
|
|
3744
|
+
* </li>
|
|
3745
|
+
* <li>
|
|
3746
|
+
* <p>The only option that can be changed for existing mappings or snapshots is
|
|
3747
|
+
* <code>DeleteOnTermination</code>.</p>
|
|
3748
|
+
* </li>
|
|
3749
|
+
* </ul>
|
|
3734
3750
|
*/
|
|
3735
3751
|
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3736
3752
|
/**
|
|
@@ -5820,6 +5836,38 @@ export interface LaunchTemplatesMonitoringRequest {
|
|
|
5820
5836
|
*/
|
|
5821
5837
|
Enabled?: boolean;
|
|
5822
5838
|
}
|
|
5839
|
+
/**
|
|
5840
|
+
* @public
|
|
5841
|
+
* <p>Configures ENA Express for UDP network traffic from your launch template.</p>
|
|
5842
|
+
*/
|
|
5843
|
+
export interface EnaSrdUdpSpecificationRequest {
|
|
5844
|
+
/**
|
|
5845
|
+
* @public
|
|
5846
|
+
* <p>Indicates whether UDP traffic uses ENA Express for your instance. To ensure that
|
|
5847
|
+
* UDP traffic can use ENA Express when you launch an instance, you must also set
|
|
5848
|
+
* <b>EnaSrdEnabled</b> in the <b>EnaSrdSpecificationRequest</b> to <code>true</code> in your
|
|
5849
|
+
* launch template.</p>
|
|
5850
|
+
*/
|
|
5851
|
+
EnaSrdUdpEnabled?: boolean;
|
|
5852
|
+
}
|
|
5853
|
+
/**
|
|
5854
|
+
* @public
|
|
5855
|
+
* <p>Launch instances with ENA Express settings configured
|
|
5856
|
+
* from your launch template.</p>
|
|
5857
|
+
*/
|
|
5858
|
+
export interface EnaSrdSpecificationRequest {
|
|
5859
|
+
/**
|
|
5860
|
+
* @public
|
|
5861
|
+
* <p>Specifies whether ENA Express is enabled for the network interface when you
|
|
5862
|
+
* launch an instance from your launch template.</p>
|
|
5863
|
+
*/
|
|
5864
|
+
EnaSrdEnabled?: boolean;
|
|
5865
|
+
/**
|
|
5866
|
+
* @public
|
|
5867
|
+
* <p>Contains ENA Express settings for UDP network traffic in your launch template.</p>
|
|
5868
|
+
*/
|
|
5869
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest;
|
|
5870
|
+
}
|
|
5823
5871
|
/**
|
|
5824
5872
|
* @public
|
|
5825
5873
|
* <p>Describes the IPv4 prefix option for a network interface.</p>
|
|
@@ -5998,6 +6046,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
5998
6046
|
* <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
6047
|
*/
|
|
6000
6048
|
PrimaryIpv6?: boolean;
|
|
6049
|
+
/**
|
|
6050
|
+
* @public
|
|
6051
|
+
* <p>Configure ENA Express settings for your launch template.</p>
|
|
6052
|
+
*/
|
|
6053
|
+
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
6001
6054
|
}
|
|
6002
6055
|
/**
|
|
6003
6056
|
* @public
|
|
@@ -6094,7 +6147,7 @@ export interface LaunchTemplateTagSpecificationRequest {
|
|
|
6094
6147
|
* you create a launch template, you can specify tags for the following resource types
|
|
6095
6148
|
* only: <code>instance</code> | <code>volume</code> | <code>elastic-gpu</code> |
|
|
6096
6149
|
* <code>network-interface</code> | <code>spot-instances-request</code>.
|
|
6097
|
-
* If the instance does include the resource type that you specify, the instance
|
|
6150
|
+
* If the instance does not include the resource type that you specify, the instance
|
|
6098
6151
|
* launch fails. For example, not all instance types include an Elastic GPU.</p>
|
|
6099
6152
|
* <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
6153
|
*/
|
|
@@ -6303,15 +6356,13 @@ export interface RequestLaunchTemplateData {
|
|
|
6303
6356
|
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[];
|
|
6304
6357
|
/**
|
|
6305
6358
|
* @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>
|
|
6359
|
+
* <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
6360
|
*/
|
|
6309
6361
|
SecurityGroupIds?: string[];
|
|
6310
6362
|
/**
|
|
6311
6363
|
* @public
|
|
6312
6364
|
* <p>One or more security group names. For a nondefault VPC, you must use security group
|
|
6313
|
-
* IDs instead
|
|
6314
|
-
* request.</p>
|
|
6365
|
+
* IDs instead.</p>
|
|
6315
6366
|
*/
|
|
6316
6367
|
SecurityGroups?: string[];
|
|
6317
6368
|
/**
|
|
@@ -7017,6 +7068,45 @@ export interface LaunchTemplatesMonitoring {
|
|
|
7017
7068
|
*/
|
|
7018
7069
|
Enabled?: boolean;
|
|
7019
7070
|
}
|
|
7071
|
+
/**
|
|
7072
|
+
* @public
|
|
7073
|
+
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
7074
|
+
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
7075
|
+
* out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
|
|
7076
|
+
* applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
|
|
7077
|
+
* environment needs.</p>
|
|
7078
|
+
*/
|
|
7079
|
+
export interface LaunchTemplateEnaSrdUdpSpecification {
|
|
7080
|
+
/**
|
|
7081
|
+
* @public
|
|
7082
|
+
* <p>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting,
|
|
7083
|
+
* you must first enable ENA Express.</p>
|
|
7084
|
+
*/
|
|
7085
|
+
EnaSrdUdpEnabled?: boolean;
|
|
7086
|
+
}
|
|
7087
|
+
/**
|
|
7088
|
+
* @public
|
|
7089
|
+
* <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
|
|
7090
|
+
* maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
|
|
7091
|
+
* With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
|
|
7092
|
+
* account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
|
|
7093
|
+
* <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
|
|
7094
|
+
* receiving end by default. However, some UDP-based applications are designed to handle network packets
|
|
7095
|
+
* that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
|
|
7096
|
+
* is enabled, you can specify whether UDP network traffic uses it.</p>
|
|
7097
|
+
*/
|
|
7098
|
+
export interface LaunchTemplateEnaSrdSpecification {
|
|
7099
|
+
/**
|
|
7100
|
+
* @public
|
|
7101
|
+
* <p>Indicates whether ENA Express is enabled for the network interface.</p>
|
|
7102
|
+
*/
|
|
7103
|
+
EnaSrdEnabled?: boolean;
|
|
7104
|
+
/**
|
|
7105
|
+
* @public
|
|
7106
|
+
* <p>Configures ENA Express for UDP network traffic.</p>
|
|
7107
|
+
*/
|
|
7108
|
+
EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification;
|
|
7109
|
+
}
|
|
7020
7110
|
/**
|
|
7021
7111
|
* @public
|
|
7022
7112
|
* <p>Information about the IPv4 delegated prefixes assigned
|
|
@@ -7172,6 +7262,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
7172
7262
|
* <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
7263
|
*/
|
|
7174
7264
|
PrimaryIpv6?: boolean;
|
|
7265
|
+
/**
|
|
7266
|
+
* @public
|
|
7267
|
+
* <p>Contains the ENA Express settings for instances launched from your launch template.</p>
|
|
7268
|
+
*/
|
|
7269
|
+
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
|
7175
7270
|
}
|
|
7176
7271
|
/**
|
|
7177
7272
|
* @public
|
|
@@ -9189,8 +9284,11 @@ export interface NetworkInterfaceAssociation {
|
|
|
9189
9284
|
}
|
|
9190
9285
|
/**
|
|
9191
9286
|
* @public
|
|
9192
|
-
* <p>
|
|
9193
|
-
*
|
|
9287
|
+
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
9288
|
+
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
9289
|
+
* out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
|
|
9290
|
+
* applications. For UDP traffic, you can specify whether to use ENA Express, based on your application
|
|
9291
|
+
* environment needs.</p>
|
|
9194
9292
|
*/
|
|
9195
9293
|
export interface AttachmentEnaSrdUdpSpecification {
|
|
9196
9294
|
/**
|
|
@@ -9202,18 +9300,24 @@ export interface AttachmentEnaSrdUdpSpecification {
|
|
|
9202
9300
|
}
|
|
9203
9301
|
/**
|
|
9204
9302
|
* @public
|
|
9205
|
-
* <p>
|
|
9303
|
+
* <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
|
|
9304
|
+
* maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
|
|
9305
|
+
* With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
|
|
9306
|
+
* account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.</p>
|
|
9307
|
+
* <p>To improve the reliability of network packet delivery, ENA Express reorders network packets on the
|
|
9308
|
+
* receiving end by default. However, some UDP-based applications are designed to handle network packets
|
|
9309
|
+
* that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express
|
|
9310
|
+
* is enabled, you can specify whether UDP network traffic uses it.</p>
|
|
9206
9311
|
*/
|
|
9207
9312
|
export interface AttachmentEnaSrdSpecification {
|
|
9208
9313
|
/**
|
|
9209
9314
|
* @public
|
|
9210
|
-
* <p>Indicates whether ENA Express is enabled for the network interface
|
|
9211
|
-
* instance.</p>
|
|
9315
|
+
* <p>Indicates whether ENA Express is enabled for the network interface.</p>
|
|
9212
9316
|
*/
|
|
9213
9317
|
EnaSrdEnabled?: boolean;
|
|
9214
9318
|
/**
|
|
9215
9319
|
* @public
|
|
9216
|
-
* <p>ENA Express
|
|
9320
|
+
* <p>Configures ENA Express for UDP network traffic.</p>
|
|
9217
9321
|
*/
|
|
9218
9322
|
EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
|
|
9219
9323
|
}
|
|
@@ -9656,94 +9760,6 @@ export interface CreateNetworkInterfacePermissionResult {
|
|
|
9656
9760
|
*/
|
|
9657
9761
|
InterfacePermission?: NetworkInterfacePermission;
|
|
9658
9762
|
}
|
|
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
9763
|
/**
|
|
9748
9764
|
* @internal
|
|
9749
9765
|
*/
|