@aws-sdk/client-ec2 3.804.0 → 3.806.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.
Files changed (68) hide show
  1. package/dist-cjs/index.js +92 -22
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  4. package/dist-es/models/models_4.js +4 -0
  5. package/dist-es/models/models_7.js +0 -7
  6. package/dist-es/models/models_8.js +7 -1
  7. package/dist-es/protocols/Aws_ec2.js +65 -0
  8. package/dist-es/runtimeConfig.js +6 -6
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
  11. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
  12. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
  15. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
  16. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
  17. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
  18. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
  21. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
  26. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
  27. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -4
  28. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
  29. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +6 -4
  30. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -5
  31. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  33. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  34. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
  35. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
  36. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
  37. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
  38. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  39. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
  40. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  41. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  42. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
  43. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  44. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +6 -0
  45. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  46. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
  47. package/dist-types/models/models_0.d.ts +60 -36
  48. package/dist-types/models/models_1.d.ts +121 -90
  49. package/dist-types/models/models_2.d.ts +86 -53
  50. package/dist-types/models/models_3.d.ts +23 -19
  51. package/dist-types/models/models_4.d.ts +76 -35
  52. package/dist-types/models/models_5.d.ts +286 -203
  53. package/dist-types/models/models_6.d.ts +25 -28
  54. package/dist-types/models/models_7.d.ts +72 -57
  55. package/dist-types/models/models_8.d.ts +37 -7
  56. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
  57. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
  59. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  62. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  63. package/dist-types/ts3.4/models/models_4.d.ts +11 -7
  64. package/dist-types/ts3.4/models/models_5.d.ts +9 -3
  65. package/dist-types/ts3.4/models/models_6.d.ts +3 -4
  66. package/dist-types/ts3.4/models/models_7.d.ts +6 -8
  67. package/dist-types/ts3.4/models/models_8.d.ts +9 -0
  68. package/package.json +16 -16
@@ -28,15 +28,15 @@ declare const AssignIpv6AddressesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Assigns the specified IPv6 addresses to the specified network interface. You can
31
- * specify specific IPv6 addresses, or you can specify the number of IPv6
32
- * addresses to be automatically assigned from the subnet's IPv6 CIDR block range.
33
- * You can assign as many IPv6 addresses to a network interface as you can assign private
34
- * IPv4 addresses, and the limit varies by instance type.</p>
31
+ * specify specific IPv6 addresses, or you can specify the number of IPv6 addresses to be
32
+ * automatically assigned from the subnet's IPv6 CIDR block range. You can assign as many
33
+ * IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the
34
+ * limit varies by instance type.</p>
35
35
  * <p>You must specify either the IPv6 addresses or the IPv6 address count in the request. </p>
36
36
  * <p>You can optionally use Prefix Delegation on the network interface. You must specify
37
37
  * either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For
38
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
39
- * Assigning prefixes to network interfaces</a> in the <i>Amazon EC2 User Guide</i>.</p>
38
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html"> Assigning prefixes to network
39
+ * interfaces</a> in the <i>Amazon EC2 User Guide</i>.</p>
40
40
  * @example
41
41
  * Use a bare-bones client and the command you need to make an API call.
42
42
  * ```javascript
@@ -27,21 +27,25 @@ declare const AssignPrivateIpAddressesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Assigns the specified secondary private IP addresses to the specified network interface.</p>
31
- * <p>You can specify specific secondary IP addresses, or you can specify the number
32
- * of secondary IP addresses to be automatically assigned from the subnet's CIDR block range.
33
- * The number of secondary IP addresses that you can assign to an instance varies by instance type.
34
- * For more information about Elastic IP addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon EC2 User Guide</i>.</p>
35
- * <p>When you move a secondary private IP address to another network interface, any Elastic IP address
36
- * that is associated with the IP address is also moved.</p>
37
- * <p>Remapping an IP address is an asynchronous operation. When you move an IP address from one network
38
- * interface to another, check <code>network/interfaces/macs/mac/local-ipv4s</code> in the instance
39
- * metadata to confirm that the remapping is complete.</p>
40
- * <p>You must specify either the IP addresses or the IP address count in the request.</p>
30
+ * <p>Assigns the specified secondary private IP addresses to the specified network
31
+ * interface.</p>
32
+ * <p>You can specify specific secondary IP addresses, or you can specify the number of
33
+ * secondary IP addresses to be automatically assigned from the subnet's CIDR block range.
34
+ * The number of secondary IP addresses that you can assign to an instance varies by
35
+ * instance type. For more information about Elastic IP addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP
36
+ * Addresses</a> in the <i>Amazon EC2 User Guide</i>.</p>
37
+ * <p>When you move a secondary private IP address to another network interface, any Elastic
38
+ * IP address that is associated with the IP address is also moved.</p>
39
+ * <p>Remapping an IP address is an asynchronous operation. When you move an IP address from
40
+ * one network interface to another, check
41
+ * <code>network/interfaces/macs/mac/local-ipv4s</code> in the instance metadata to
42
+ * confirm that the remapping is complete.</p>
43
+ * <p>You must specify either the IP addresses or the IP address count in the
44
+ * request.</p>
41
45
  * <p>You can optionally use Prefix Delegation on the network interface. You must specify
42
46
  * either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For
43
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
44
- * Assigning prefixes to network interfaces</a> in the <i>Amazon EC2 User Guide</i>.</p>
47
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html"> Assigning prefixes to network
48
+ * interfaces</a> in the <i>Amazon EC2 User Guide</i>.</p>
45
49
  * @example
46
50
  * Use a bare-bones client and the command you need to make an API call.
47
51
  * ```javascript
@@ -42,6 +42,7 @@ declare const AttachNetworkInterfaceCommand_base: {
42
42
  * EnaSrdUdpEnabled: true || false,
43
43
  * },
44
44
  * },
45
+ * EnaQueueCount: Number("int"),
45
46
  * DryRun: true || false,
46
47
  * NetworkInterfaceId: "STRING_VALUE", // required
47
48
  * InstanceId: "STRING_VALUE", // required
@@ -27,7 +27,8 @@ declare const CancelReservedInstancesListingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.</p>
30
+ * <p>Cancels the specified Reserved Instance listing in the Reserved Instance
31
+ * Marketplace.</p>
31
32
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance
32
33
  * Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>
33
34
  * @example
@@ -125,6 +125,7 @@ declare const CreateLaunchTemplateCommand_base: {
125
125
  * UdpStreamTimeout: Number("int"),
126
126
  * UdpTimeout: Number("int"),
127
127
  * },
128
+ * EnaQueueCount: Number("int"),
128
129
  * },
129
130
  * ],
130
131
  * ImageId: "STRING_VALUE",
@@ -36,7 +36,8 @@ declare const CreateLaunchTemplateVersionCommand_base: {
36
36
  * <p>Launch templates are immutable; after you create a launch template, you can't modify
37
37
  * it. Instead, you can create a new version of the launch template that includes the
38
38
  * changes that you require.</p>
39
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html">Modify a launch template (manage launch template versions)</a> in the
39
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html">Modify a launch
40
+ * template (manage launch template versions)</a> in the
40
41
  * <i>Amazon EC2 User Guide</i>.</p>
41
42
  * @example
42
43
  * Use a bare-bones client and the command you need to make an API call.
@@ -128,6 +129,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
128
129
  * UdpStreamTimeout: Number("int"),
129
130
  * UdpTimeout: Number("int"),
130
131
  * },
132
+ * EnaQueueCount: Number("int"),
131
133
  * },
132
134
  * ],
133
135
  * ImageId: "STRING_VALUE",
@@ -407,6 +409,7 @@ declare const CreateLaunchTemplateVersionCommand_base: {
407
409
  * // UdpTimeout: Number("int"),
408
410
  * // UdpStreamTimeout: Number("int"),
409
411
  * // },
412
+ * // EnaQueueCount: Number("int"),
410
413
  * // },
411
414
  * // ],
412
415
  * // ImageId: "STRING_VALUE",
@@ -30,8 +30,8 @@ declare const CreateNetworkInterfaceCommand_base: {
30
30
  * <p>Creates a network interface in the specified subnet.</p>
31
31
  * <p>The number of IP addresses you can assign to a network interface varies by instance
32
32
  * type.</p>
33
- * <p>For more information about network interfaces, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html">Elastic network interfaces</a>
34
- * in the <i>Amazon EC2 User Guide</i>.</p>
33
+ * <p>For more information about network interfaces, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html">Elastic network interfaces</a> in the
34
+ * <i>Amazon EC2 User Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
37
37
  * ```javascript
@@ -123,6 +123,7 @@ declare const CreateNetworkInterfaceCommand_base: {
123
123
  * // EnaSrdUdpEnabled: true || false,
124
124
  * // },
125
125
  * // },
126
+ * // EnaQueueCount: Number("int"),
126
127
  * // },
127
128
  * // AvailabilityZone: "STRING_VALUE",
128
129
  * // ConnectionTrackingConfiguration: { // ConnectionTrackingConfiguration
@@ -27,9 +27,10 @@ declare const CreateNetworkInterfacePermissionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Grants an Amazon Web Services-authorized account permission to attach the specified network interface to
31
- * an instance in their account.</p>
32
- * <p>You can grant permission to a single Amazon Web Services account only, and only one account at a time.</p>
30
+ * <p>Grants an Amazon Web Services-authorized account permission to attach the specified
31
+ * network interface to an instance in their account.</p>
32
+ * <p>You can grant permission to a single Amazon Web Services account only, and only one
33
+ * account at a time.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -27,20 +27,23 @@ declare const CreateReservedInstancesListingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance
31
- * Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your
32
- * Standard Reserved Instances, you can use the <a>DescribeReservedInstances</a> operation.</p>
30
+ * <p>Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved
31
+ * Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get
32
+ * a list of your Standard Reserved Instances, you can use the <a>DescribeReservedInstances</a> operation.</p>
33
33
  * <note>
34
34
  * <p>Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace.
35
- * Convertible Reserved Instances cannot be sold.</p>
35
+ * Convertible Reserved Instances cannot be sold.</p>
36
36
  * </note>
37
- * <p>The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.</p>
38
- * <p>To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance
39
- * Marketplace. After completing the registration process, you can create a Reserved Instance
40
- * Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price
41
- * to receive for them. Your Standard Reserved Instance listings then become available for purchase. To
42
- * view the details of your Standard Reserved Instance listing, you can use the
43
- * <a>DescribeReservedInstancesListings</a> operation.</p>
37
+ * <p>The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved
38
+ * Instance capacity that they no longer need with buyers who want to purchase additional
39
+ * capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work
40
+ * like any other Reserved Instances.</p>
41
+ * <p>To sell your Standard Reserved Instances, you must first register as a seller in the
42
+ * Reserved Instance Marketplace. After completing the registration process, you can create a
43
+ * Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and
44
+ * specify the upfront price to receive for them. Your Standard Reserved Instance listings then
45
+ * become available for purchase. To view the details of your Standard Reserved Instance listing,
46
+ * you can use the <a>DescribeReservedInstancesListings</a> operation.</p>
44
47
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance
45
48
  * Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>
46
49
  * @example
@@ -27,7 +27,8 @@ declare const DeleteNetworkInterfaceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes the specified network interface. You must detach the network interface before you can delete it.</p>
30
+ * <p>Deletes the specified network interface. You must detach the network interface before
31
+ * you can delete it.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -28,9 +28,9 @@ declare const DeleteNetworkInterfacePermissionCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Deletes a permission for a network interface. By default, you cannot delete the
31
- * permission if the account for which you're removing the permission has attached the
32
- * network interface to an instance. However, you can force delete the permission,
33
- * regardless of any attachment.</p>
31
+ * permission if the account for which you're removing the permission has attached the
32
+ * network interface to an instance. However, you can force delete the permission,
33
+ * regardless of any attachment.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -132,6 +132,9 @@ declare const DescribeInstanceTypesCommand_base: {
132
132
  * // MaximumNetworkInterfaces: Number("int"),
133
133
  * // BaselineBandwidthInGbps: Number("double"),
134
134
  * // PeakBandwidthInGbps: Number("double"),
135
+ * // DefaultEnaQueueCountPerInterface: Number("int"),
136
+ * // MaximumEnaQueueCount: Number("int"),
137
+ * // MaximumEnaQueueCountPerInterface: Number("int"),
135
138
  * // },
136
139
  * // ],
137
140
  * // Ipv4AddressesPerInterface: Number("int"),
@@ -147,6 +150,7 @@ declare const DescribeInstanceTypesCommand_base: {
147
150
  * // BandwidthWeightings: [ // BandwidthWeightingTypeList
148
151
  * // "default" || "vpc-1" || "ebs-1",
149
152
  * // ],
153
+ * // FlexibleEnaQueuesSupport: "unsupported" || "supported",
150
154
  * // },
151
155
  * // GpuInfo: { // GpuInfo
152
156
  * // Gpus: [ // GpuDeviceInfoList
@@ -156,6 +156,7 @@ declare const DescribeInstancesCommand_base: {
156
156
  * // EnaSrdUdpEnabled: true || false,
157
157
  * // },
158
158
  * // },
159
+ * // EnaQueueCount: Number("int"),
159
160
  * // },
160
161
  * // Description: "STRING_VALUE",
161
162
  * // Groups: [
@@ -148,6 +148,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
148
148
  * // UdpTimeout: Number("int"),
149
149
  * // UdpStreamTimeout: Number("int"),
150
150
  * // },
151
+ * // EnaQueueCount: Number("int"),
151
152
  * // },
152
153
  * // ],
153
154
  * // ImageId: "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 { DescribeLocalGatewayVirtualInterfaceGroupsRequest, DescribeLocalGatewayVirtualInterfaceGroupsResult } from "../models/models_4";
4
+ import { DescribeLocalGatewayVirtualInterfaceGroupsRequest } from "../models/models_4";
5
+ import { DescribeLocalGatewayVirtualInterfaceGroupsResult } from "../models/models_5";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -67,6 +67,9 @@ declare const DescribeNetworkInsightsAnalysesCommand_base: {
67
67
  * // FilterInArns: [ // ArnList
68
68
  * // "STRING_VALUE",
69
69
  * // ],
70
+ * // FilterOutArns: [
71
+ * // "STRING_VALUE",
72
+ * // ],
70
73
  * // StartDate: new Date("TIMESTAMP"),
71
74
  * // Status: "running" || "succeeded" || "failed",
72
75
  * // StatusMessage: "STRING_VALUE",
@@ -27,7 +27,8 @@ declare const DescribeNetworkInterfaceAttributeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes a network interface attribute. You can specify only one attribute at a time.</p>
30
+ * <p>Describes a network interface attribute. You can specify only one attribute at a
31
+ * time.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -57,6 +58,7 @@ declare const DescribeNetworkInterfaceAttributeCommand_base: {
57
58
  * // EnaSrdUdpEnabled: true || false,
58
59
  * // },
59
60
  * // },
61
+ * // EnaQueueCount: Number("int"),
60
62
  * // },
61
63
  * // Description: { // AttributeValue
62
64
  * // Value: "STRING_VALUE",
@@ -28,13 +28,14 @@ declare const DescribeNetworkInterfacesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Describes the specified network interfaces or all your network interfaces.</p>
31
- * <p>If you have a large number of network interfaces, the operation fails unless
32
- * you use pagination or one of the following filters: <code>group-id</code>,
33
- * <code>mac-address</code>, <code>private-dns-name</code>, <code>private-ip-address</code>,
34
- * <code>subnet-id</code>, or <code>vpc-id</code>.</p>
31
+ * <p>If you have a large number of network interfaces, the operation fails unless you use
32
+ * pagination or one of the following filters: <code>group-id</code>,
33
+ * <code>mac-address</code>, <code>private-dns-name</code>,
34
+ * <code>private-ip-address</code>, <code>subnet-id</code>, or
35
+ * <code>vpc-id</code>.</p>
35
36
  * <important>
36
37
  * <p>We strongly recommend using only paginated requests. Unpaginated requests are
37
- * susceptible to throttling and timeouts.</p>
38
+ * susceptible to throttling and timeouts.</p>
38
39
  * </important>
39
40
  * @example
40
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +88,7 @@ declare const DescribeNetworkInterfacesCommand_base: {
87
88
  * // EnaSrdUdpEnabled: true || false,
88
89
  * // },
89
90
  * // },
91
+ * // EnaQueueCount: Number("int"),
90
92
  * // },
91
93
  * // AvailabilityZone: "STRING_VALUE",
92
94
  * // ConnectionTrackingConfiguration: { // ConnectionTrackingConfiguration
@@ -29,11 +29,10 @@ declare const DescribeReservedInstancesCommand_base: {
29
29
  /**
30
30
  * <p>Describes one or more of the Reserved Instances that you purchased.</p>
31
31
  * <p>For more information about Reserved Instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved
32
- * Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
32
+ * Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
33
33
  * <note>
34
- * <p>The order of the elements in the response, including those within nested
35
- * structures, might vary. Applications should not assume the elements appear in a
36
- * particular order.</p>
34
+ * <p>The order of the elements in the response, including those within nested structures,
35
+ * might vary. Applications should not assume the elements appear in a particular order.</p>
37
36
  * </note>
38
37
  * @example
39
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,16 +27,25 @@ declare const DescribeReservedInstancesListingsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.</p>
31
- * <p>The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.</p>
32
- * <p>As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.</p>
33
- * <p>As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.</p>
30
+ * <p>Describes your account's Reserved Instance listings in the Reserved Instance
31
+ * Marketplace.</p>
32
+ * <p>The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance
33
+ * capacity that they no longer need with buyers who want to purchase additional capacity.
34
+ * Reserved Instances bought and sold through the Reserved Instance Marketplace work like any
35
+ * other Reserved Instances.</p>
36
+ * <p>As a seller, you choose to list some or all of your Reserved Instances, and you specify
37
+ * the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved
38
+ * Instance Marketplace and are available for purchase.</p>
39
+ * <p>As a buyer, you specify the configuration of the Reserved Instance to purchase, and the
40
+ * Marketplace matches what you're searching for with what's available. The Marketplace first
41
+ * sells the lowest priced Reserved Instances to you, and continues to sell available Reserved
42
+ * Instance listings to you until your demand is met. You are charged based on the total price of
43
+ * all of the listings that you purchase.</p>
34
44
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance
35
45
  * Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>
36
46
  * <note>
37
- * <p>The order of the elements in the response, including those within nested
38
- * structures, might vary. Applications should not assume the elements appear in a
39
- * particular order.</p>
47
+ * <p>The order of the elements in the response, including those within nested structures,
48
+ * might vary. Applications should not assume the elements appear in a particular order.</p>
40
49
  * </note>
41
50
  * @example
42
51
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,13 +27,15 @@ declare const DescribeReservedInstancesModificationsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.</p>
30
+ * <p>Describes the modifications made to your Reserved Instances. If no parameter is specified,
31
+ * information about all your Reserved Instances modification requests is returned. If a
32
+ * modification ID is specified, only information about the specific modification is
33
+ * returned.</p>
31
34
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modify Reserved Instances</a> in the
32
35
  * <i>Amazon EC2 User Guide</i>.</p>
33
36
  * <note>
34
- * <p>The order of the elements in the response, including those within nested
35
- * structures, might vary. Applications should not assume the elements appear in a
36
- * particular order.</p>
37
+ * <p>The order of the elements in the response, including those within nested structures,
38
+ * might vary. Applications should not assume the elements appear in a particular order.</p>
37
39
  * </note>
38
40
  * @example
39
41
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,14 +27,18 @@ declare const DescribeReservedInstancesOfferingsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.</p>
31
- * <p>If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.</p>
30
+ * <p>Describes Reserved Instance offerings that are available for purchase. With Reserved
31
+ * Instances, you purchase the right to launch instances for a period of time. During that time
32
+ * period, you do not receive insufficient capacity errors, and you pay a lower usage rate than
33
+ * the rate charged for On-Demand instances for the actual time used.</p>
34
+ * <p>If you have listed your own Reserved Instances for sale in the Reserved Instance
35
+ * Marketplace, they will be excluded from these results. This is to ensure that you do not
36
+ * purchase your own Reserved Instances.</p>
32
37
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance
33
38
  * Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>
34
39
  * <note>
35
- * <p>The order of the elements in the response, including those within nested
36
- * structures, might vary. Applications should not assume the elements appear in a
37
- * particular order.</p>
40
+ * <p>The order of the elements in the response, including those within nested structures,
41
+ * might vary. Applications should not assume the elements appear in a particular order.</p>
38
42
  * </note>
39
43
  * @example
40
44
  * Use a bare-bones client and the command you need to make an API call.
@@ -153,6 +153,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
153
153
  * // UdpStreamTimeout: Number("int"),
154
154
  * // UdpTimeout: Number("int"),
155
155
  * // },
156
+ * // EnaQueueCount: Number("int"),
156
157
  * // },
157
158
  * // ],
158
159
  * // Placement: { // SpotPlacement
@@ -164,6 +164,7 @@ declare const DescribeSpotInstanceRequestsCommand_base: {
164
164
  * // UdpStreamTimeout: Number("int"),
165
165
  * // UdpTimeout: Number("int"),
166
166
  * // },
167
+ * // EnaQueueCount: Number("int"),
167
168
  * // },
168
169
  * // ],
169
170
  * // Placement: { // SpotPlacement
@@ -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 { DisableAwsNetworkPerformanceMetricSubscriptionRequest, DisableAwsNetworkPerformanceMetricSubscriptionResult } from "../models/models_5";
4
+ import { DisableAwsNetworkPerformanceMetricSubscriptionRequest } from "../models/models_5";
5
+ import { DisableAwsNetworkPerformanceMetricSubscriptionResult } from "../models/models_6";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -31,9 +31,10 @@ declare const GetLaunchTemplateDataCommand_base: {
31
31
  * create a launch template. </p>
32
32
  * <p>This action calls on other describe actions to get instance information. Depending on
33
33
  * your instance configuration, you may need to allow the following actions in your IAM
34
- * policy: <code>DescribeSpotInstanceRequests</code>, <code>DescribeInstanceCreditSpecifications</code>,
35
- * <code>DescribeVolumes</code>, and <code>DescribeInstanceAttribute</code>. Or,
36
- * you can allow <code>describe*</code> depending on your instance requirements.</p>
34
+ * policy: <code>DescribeSpotInstanceRequests</code>,
35
+ * <code>DescribeInstanceCreditSpecifications</code>, <code>DescribeVolumes</code>, and
36
+ * <code>DescribeInstanceAttribute</code>.
37
+ * Or, you can allow <code>describe*</code> depending on your instance requirements.</p>
37
38
  * @example
38
39
  * Use a bare-bones client and the command you need to make an API call.
39
40
  * ```javascript
@@ -125,6 +126,7 @@ declare const GetLaunchTemplateDataCommand_base: {
125
126
  * // UdpTimeout: Number("int"),
126
127
  * // UdpStreamTimeout: Number("int"),
127
128
  * // },
129
+ * // EnaQueueCount: Number("int"),
128
130
  * // },
129
131
  * // ],
130
132
  * // ImageId: "STRING_VALUE",
@@ -27,9 +27,9 @@ declare const GetReservedInstancesExchangeQuoteCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a quote and exchange information for exchanging one or more specified
31
- * Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange
32
- * cannot be performed, the reason is returned in the response. Use <a>AcceptReservedInstancesExchangeQuote</a> to perform the exchange.</p>
30
+ * <p>Returns a quote and exchange information for exchanging one or more specified Convertible
31
+ * Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be
32
+ * performed, the reason is returned in the response. Use <a>AcceptReservedInstancesExchangeQuote</a> to perform the exchange.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -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 { GetVerifiedAccessGroupPolicyRequest } from "../models/models_6";
5
- import { GetVerifiedAccessGroupPolicyResult } from "../models/models_7";
4
+ import { GetVerifiedAccessGroupPolicyRequest, GetVerifiedAccessGroupPolicyResult } from "../models/models_7";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -27,9 +27,9 @@ declare const ModifyNetworkInterfaceAttributeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies the specified network interface attribute. You can specify only one
31
- * attribute at a time. You can use this action to attach and detach security groups from
32
- * an existing EC2 instance.</p>
30
+ * <p>Modifies the specified network interface attribute. You can specify only one attribute
31
+ * at a time. You can use this action to attach and detach security groups from an existing
32
+ * EC2 instance.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -62,6 +62,8 @@ declare const ModifyNetworkInterfaceAttributeCommand_base: {
62
62
  * "STRING_VALUE",
63
63
  * ],
64
64
  * Attachment: { // NetworkInterfaceAttachmentChanges
65
+ * DefaultEnaQueueCount: true || false,
66
+ * EnaQueueCount: Number("int"),
65
67
  * AttachmentId: "STRING_VALUE",
66
68
  * DeleteOnTermination: true || false,
67
69
  * },
@@ -28,8 +28,8 @@ declare const ModifyReservedInstancesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Modifies the configuration of your Reserved Instances, such as the Availability Zone,
31
- * instance count, or instance type. The Reserved Instances to be modified must be identical,
32
- * except for Availability Zone, network platform, and instance type.</p>
31
+ * instance count, or instance type. The Reserved Instances to be modified must be identical,
32
+ * except for Availability Zone, network platform, and instance type.</p>
33
33
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modify Reserved Instances</a> in the
34
34
  * <i>Amazon EC2 User Guide</i>.</p>
35
35
  * @example
@@ -27,13 +27,13 @@ declare const PurchaseReservedInstancesOfferingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower
31
- * hourly rate compared to On-Demand instance pricing.</p>
32
- * <p>Use <a>DescribeReservedInstancesOfferings</a> to get a list of Reserved Instance offerings
33
- * that match your specifications. After you've purchased a Reserved Instance, you can check for your
34
- * new Reserved Instance with <a>DescribeReservedInstances</a>.</p>
35
- * <p>To queue a purchase for a future date and time, specify a purchase time. If you do not specify a
36
- * purchase time, the default is the current time.</p>
30
+ * <p>Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay
31
+ * a lower hourly rate compared to On-Demand instance pricing.</p>
32
+ * <p>Use <a>DescribeReservedInstancesOfferings</a> to get a list of Reserved
33
+ * Instance offerings that match your specifications. After you've purchased a Reserved Instance,
34
+ * you can check for your new Reserved Instance with <a>DescribeReservedInstances</a>.</p>
35
+ * <p>To queue a purchase for a future date and time, specify a purchase time. If you do not
36
+ * specify a purchase time, the default is the current time.</p>
37
37
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved
38
38
  * Instances</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance
39
39
  * Marketplace</a> in the <i>Amazon EC2 User Guide</i>.</p>
@@ -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 { RequestSpotFleetRequest } from "../models/models_7";
5
- import { RequestSpotFleetResponse } from "../models/models_8";
4
+ import { RequestSpotFleetRequest, RequestSpotFleetResponse } from "../models/models_8";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -164,6 +163,7 @@ declare const RequestSpotFleetCommand_base: {
164
163
  * UdpStreamTimeout: Number("int"),
165
164
  * UdpTimeout: Number("int"),
166
165
  * },
166
+ * EnaQueueCount: Number("int"),
167
167
  * },
168
168
  * ],
169
169
  * Placement: { // SpotPlacement
@@ -136,6 +136,7 @@ declare const RequestSpotInstancesCommand_base: {
136
136
  * UdpStreamTimeout: Number("int"),
137
137
  * UdpTimeout: Number("int"),
138
138
  * },
139
+ * EnaQueueCount: Number("int"),
139
140
  * },
140
141
  * ],
141
142
  * Placement: { // SpotPlacement
@@ -269,6 +270,7 @@ declare const RequestSpotInstancesCommand_base: {
269
270
  * // UdpStreamTimeout: Number("int"),
270
271
  * // UdpTimeout: Number("int"),
271
272
  * // },
273
+ * // EnaQueueCount: Number("int"),
272
274
  * // },
273
275
  * // ],
274
276
  * // Placement: { // SpotPlacement