@aws-sdk/client-ec2 3.805.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 (66) hide show
  1. package/dist-cjs/index.js +78 -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 +50 -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/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
  25. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
  26. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -4
  27. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
  28. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +6 -4
  29. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -5
  30. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  32. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  33. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
  34. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
  35. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
  36. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
  37. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  38. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
  39. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  40. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  41. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
  42. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  43. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  44. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
  45. package/dist-types/models/models_0.d.ts +60 -36
  46. package/dist-types/models/models_1.d.ts +121 -90
  47. package/dist-types/models/models_2.d.ts +86 -53
  48. package/dist-types/models/models_3.d.ts +23 -19
  49. package/dist-types/models/models_4.d.ts +76 -35
  50. package/dist-types/models/models_5.d.ts +281 -203
  51. package/dist-types/models/models_6.d.ts +25 -28
  52. package/dist-types/models/models_7.d.ts +72 -57
  53. package/dist-types/models/models_8.d.ts +32 -7
  54. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  60. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_4.d.ts +11 -7
  62. package/dist-types/ts3.4/models/models_5.d.ts +8 -3
  63. package/dist-types/ts3.4/models/models_6.d.ts +3 -4
  64. package/dist-types/ts3.4/models/models_7.d.ts +6 -8
  65. package/dist-types/ts3.4/models/models_8.d.ts +8 -0
  66. package/package.json +16 -16
@@ -1828,13 +1828,15 @@ export type NetworkInterfaceCreationType = (typeof NetworkInterfaceCreationType)
1828
1828
  export interface CreateNetworkInterfaceRequest {
1829
1829
  /**
1830
1830
  * <p>The IPv4 prefixes assigned to the network interface.</p>
1831
- * <p>You can't specify IPv4 prefixes if you've specified one of the following:
1832
- * a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.</p>
1831
+ * <p>You can't specify IPv4 prefixes if you've specified one of the following: a count of
1832
+ * IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4
1833
+ * addresses.</p>
1833
1834
  * @public
1834
1835
  */
1835
1836
  Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
1836
1837
  /**
1837
- * <p>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.</p>
1838
+ * <p>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the
1839
+ * network interface.</p>
1838
1840
  * <p>You can't specify a count of IPv4 prefixes if you've specified one of the following:
1839
1841
  * specific IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4
1840
1842
  * addresses.</p>
@@ -1843,13 +1845,14 @@ export interface CreateNetworkInterfaceRequest {
1843
1845
  Ipv4PrefixCount?: number | undefined;
1844
1846
  /**
1845
1847
  * <p>The IPv6 prefixes assigned to the network interface.</p>
1846
- * <p>You can't specify IPv6 prefixes if you've specified one of the following:
1847
- * a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.</p>
1848
+ * <p>You can't specify IPv6 prefixes if you've specified one of the following: a count of
1849
+ * IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.</p>
1848
1850
  * @public
1849
1851
  */
1850
1852
  Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
1851
1853
  /**
1852
- * <p>The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.</p>
1854
+ * <p>The number of IPv6 prefixes that Amazon Web Services automatically assigns to the
1855
+ * network interface.</p>
1853
1856
  * <p>You can't specify a count of IPv6 prefixes if you've specified one of the following:
1854
1857
  * specific IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.</p>
1855
1858
  * @public
@@ -1859,7 +1862,8 @@ export interface CreateNetworkInterfaceRequest {
1859
1862
  * <p>The type of network interface. The default is <code>interface</code>.</p>
1860
1863
  * <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
1861
1864
  * interface. EFA-only network interfaces do not support IP addresses.</p>
1862
- * <p>The only supported values are <code>interface</code>, <code>efa</code>, <code>efa-only</code>, and <code>trunk</code>.</p>
1865
+ * <p>The only supported values are <code>interface</code>, <code>efa</code>,
1866
+ * <code>efa-only</code>, and <code>trunk</code>.</p>
1863
1867
  * @public
1864
1868
  */
1865
1869
  InterfaceType?: NetworkInterfaceCreationType | undefined;
@@ -1876,16 +1880,16 @@ export interface CreateNetworkInterfaceRequest {
1876
1880
  /**
1877
1881
  * <p>If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have
1878
1882
  * the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA
1879
- * address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that
1880
- * this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services
1881
- * will automatically assign an IPv6 address associated with the ENI attached to your
1882
- * instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a
1883
- * primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary
1884
- * IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is
1885
- * terminated or the network interface is detached. If you have multiple IPv6 addresses
1886
- * associated with an ENI attached to your instance and you enable a primary IPv6 address,
1887
- * the first IPv6 GUA address associated with the ENI becomes the primary IPv6
1888
- * address.</p>
1883
+ * address associated with an ENI that you have enabled to use a primary IPv6 address. Use
1884
+ * this option if the instance that this ENI will be attached to relies on its IPv6 address
1885
+ * not changing. Amazon Web Services will automatically assign an IPv6 address associated
1886
+ * with the ENI attached to your instance to be the primary IPv6 address. Once you enable
1887
+ * an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
1888
+ * GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
1889
+ * address until the instance is terminated or the network interface is detached. If you
1890
+ * have multiple IPv6 addresses associated with an ENI attached to your instance and you
1891
+ * enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
1892
+ * becomes the primary IPv6 address.</p>
1889
1893
  * @public
1890
1894
  */
1891
1895
  EnablePrimaryIpv6?: boolean | undefined;
@@ -1913,7 +1917,7 @@ export interface CreateNetworkInterfaceRequest {
1913
1917
  * <p>The primary private IPv4 address of the network interface. If you don't specify an
1914
1918
  * IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you
1915
1919
  * specify an IP address, you cannot indicate any IP addresses specified in
1916
- * <code>privateIpAddresses</code> as primary (only one IP address can be designated as
1920
+ * <code>privateIpAddresses</code> as primary (only one IP address can be designated as
1917
1921
  * primary).</p>
1918
1922
  * @public
1919
1923
  */
@@ -1925,8 +1929,9 @@ export interface CreateNetworkInterfaceRequest {
1925
1929
  Groups?: string[] | undefined;
1926
1930
  /**
1927
1931
  * <p>The private IPv4 addresses.</p>
1928
- * <p>You can't specify private IPv4 addresses if you've specified one of the following:
1929
- * a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</p>
1932
+ * <p>You can't specify private IPv4 addresses if you've specified one of the following: a
1933
+ * count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4
1934
+ * prefixes.</p>
1930
1935
  * @public
1931
1936
  */
1932
1937
  PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
@@ -1935,15 +1940,17 @@ export interface CreateNetworkInterfaceRequest {
1935
1940
  * you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses
1936
1941
  * within the subnet's IPv4 CIDR range. You can't specify this option and specify more than
1937
1942
  * one private IP address using <code>privateIpAddresses</code>.</p>
1938
- * <p>You can't specify a count of private IPv4 addresses if you've specified one of the following:
1939
- * specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</p>
1943
+ * <p>You can't specify a count of private IPv4 addresses if you've specified one of the
1944
+ * following: specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4
1945
+ * prefixes.</p>
1940
1946
  * @public
1941
1947
  */
1942
1948
  SecondaryPrivateIpAddressCount?: number | undefined;
1943
1949
  /**
1944
1950
  * <p>The IPv6 addresses from the IPv6 CIDR block range of your subnet.</p>
1945
1951
  * <p>You can't specify IPv6 addresses using this parameter if you've specified one of the
1946
- * following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</p>
1952
+ * following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6
1953
+ * prefixes.</p>
1947
1954
  * @public
1948
1955
  */
1949
1956
  Ipv6Addresses?: InstanceIpv6Address[] | undefined;
@@ -1951,16 +1958,18 @@ export interface CreateNetworkInterfaceRequest {
1951
1958
  * <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
1952
1959
  * automatically selects the IPv6 addresses from the subnet range.</p>
1953
1960
  * <p>You can't specify a count of IPv6 addresses using this parameter if you've specified
1954
- * one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</p>
1961
+ * one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of
1962
+ * IPv6 prefixes.</p>
1955
1963
  * <p>If your subnet has the <code>AssignIpv6AddressOnCreation</code> attribute set, you can
1956
1964
  * override that setting by specifying 0 as the IPv6 address count.</p>
1957
1965
  * @public
1958
1966
  */
1959
1967
  Ipv6AddressCount?: number | undefined;
1960
1968
  /**
1961
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
1962
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1963
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1969
+ * <p>Checks whether you have the required permissions for the action, without actually
1970
+ * making the request, and provides an error response. If you have the required
1971
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
1972
+ * <code>UnauthorizedOperation</code>.</p>
1964
1973
  * @public
1965
1974
  */
1966
1975
  DryRun?: boolean | undefined;
@@ -1993,8 +2002,7 @@ export interface NetworkInterfaceAssociation {
1993
2002
  */
1994
2003
  PublicDnsName?: string | undefined;
1995
2004
  /**
1996
- * <p>The address of the Elastic IP address bound to the network
1997
- * interface.</p>
2005
+ * <p>The address of the Elastic IP address bound to the network interface.</p>
1998
2006
  * @public
1999
2007
  */
2000
2008
  PublicIp?: string | undefined;
@@ -2005,7 +2013,8 @@ export interface NetworkInterfaceAssociation {
2005
2013
  CustomerOwnedIp?: string | undefined;
2006
2014
  /**
2007
2015
  * <p>The carrier IP address associated with the network interface.</p>
2008
- * <p>This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.</p>
2016
+ * <p>This option is only available when the network interface is in a subnet which is
2017
+ * associated with a Wavelength Zone.</p>
2009
2018
  * @public
2010
2019
  */
2011
2020
  CarrierIp?: string | undefined;
@@ -2065,7 +2074,8 @@ export interface NetworkInterfaceAttachment {
2065
2074
  */
2066
2075
  AttachmentId?: string | undefined;
2067
2076
  /**
2068
- * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
2077
+ * <p>Indicates whether the network interface is deleted when the instance is
2078
+ * terminated.</p>
2069
2079
  * @public
2070
2080
  */
2071
2081
  DeleteOnTermination?: boolean | undefined;
@@ -2095,13 +2105,22 @@ export interface NetworkInterfaceAttachment {
2095
2105
  */
2096
2106
  Status?: AttachmentStatus | undefined;
2097
2107
  /**
2098
- * <p>Configures ENA Express for the network interface that this action attaches to the instance.</p>
2108
+ * <p>Configures ENA Express for the network interface that this action attaches to the
2109
+ * instance.</p>
2099
2110
  * @public
2100
2111
  */
2101
2112
  EnaSrdSpecification?: AttachmentEnaSrdSpecification | undefined;
2113
+ /**
2114
+ * <p>The number of ENA queues created with the instance.</p>
2115
+ * @public
2116
+ */
2117
+ EnaQueueCount?: number | undefined;
2102
2118
  }
2103
2119
  /**
2104
- * <p>A security group connection tracking configuration that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon EC2 User Guide</i>.</p>
2120
+ * <p>A security group connection tracking configuration that enables you to set the idle
2121
+ * timeout for connection tracking on an Elastic network interface. For more information,
2122
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
2123
+ * <i>Amazon EC2 User Guide</i>.</p>
2105
2124
  * @public
2106
2125
  */
2107
2126
  export interface ConnectionTrackingConfiguration {
@@ -2183,8 +2202,10 @@ export interface NetworkInterfaceIpv6Address {
2183
2202
  */
2184
2203
  Ipv6Address?: string | undefined;
2185
2204
  /**
2186
- * <p>Determines if an IPv6 address associated with a network interface is the primary IPv6 address. 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.
2187
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyNetworkInterfaceAttribute.html">ModifyNetworkInterfaceAttribute</a>.</p>
2205
+ * <p>Determines if an IPv6 address associated with a network interface is the primary IPv6
2206
+ * address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA
2207
+ * will be made the primary IPv6 address until the instance is terminated or the network
2208
+ * interface is detached. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyNetworkInterfaceAttribute.html">ModifyNetworkInterfaceAttribute</a>.</p>
2188
2209
  * @public
2189
2210
  */
2190
2211
  IsPrimaryIpv6?: boolean | undefined;
@@ -2206,12 +2227,14 @@ export interface Ipv6PrefixSpecification {
2206
2227
  */
2207
2228
  export interface NetworkInterfacePrivateIpAddress {
2208
2229
  /**
2209
- * <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
2230
+ * <p>The association information for an Elastic IP address (IPv4) associated with the
2231
+ * network interface.</p>
2210
2232
  * @public
2211
2233
  */
2212
2234
  Association?: NetworkInterfaceAssociation | undefined;
2213
2235
  /**
2214
- * <p>Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.</p>
2236
+ * <p>Indicates whether this IPv4 address is the primary private IPv4 address of the network
2237
+ * interface.</p>
2215
2238
  * @public
2216
2239
  */
2217
2240
  Primary?: boolean | undefined;
@@ -2247,7 +2270,8 @@ export type NetworkInterfaceStatus = (typeof NetworkInterfaceStatus)[keyof typeo
2247
2270
  */
2248
2271
  export interface NetworkInterface {
2249
2272
  /**
2250
- * <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
2273
+ * <p>The association information for an Elastic IP address (IPv4) associated with the
2274
+ * network interface.</p>
2251
2275
  * @public
2252
2276
  */
2253
2277
  Association?: NetworkInterfaceAssociation | undefined;
@@ -2262,7 +2286,10 @@ export interface NetworkInterface {
2262
2286
  */
2263
2287
  AvailabilityZone?: string | undefined;
2264
2288
  /**
2265
- * <p>A security group connection tracking configuration that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon EC2 User Guide</i>.</p>
2289
+ * <p>A security group connection tracking configuration that enables you to set the timeout
2290
+ * for connection tracking on an Elastic network interface. For more information, see
2291
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
2292
+ * <i>Amazon EC2 User Guide</i>.</p>
2266
2293
  * @public
2267
2294
  */
2268
2295
  ConnectionTrackingConfiguration?: ConnectionTrackingConfiguration | undefined;
@@ -2332,7 +2359,8 @@ export interface NetworkInterface {
2332
2359
  */
2333
2360
  Ipv6Prefixes?: Ipv6PrefixSpecification[] | undefined;
2334
2361
  /**
2335
- * <p>The alias or Amazon Web Services account ID of the principal or service that created the network interface.</p>
2362
+ * <p>The alias or Amazon Web Services account ID of the principal or service that created
2363
+ * the network interface.</p>
2336
2364
  * @public
2337
2365
  */
2338
2366
  RequesterId?: string | undefined;
@@ -2368,8 +2396,8 @@ export interface NetworkInterface {
2368
2396
  VpcId?: string | undefined;
2369
2397
  /**
2370
2398
  * <p>Indicates whether a network interface with an IPv6 address is unreachable from the
2371
- * public internet. If the value is <code>true</code>, inbound traffic from the internet
2372
- * is dropped and you cannot assign an elastic IP address to the network interface. The
2399
+ * public internet. If the value is <code>true</code>, inbound traffic from the internet is
2400
+ * dropped and you cannot assign an elastic IP address to the network interface. The
2373
2401
  * network interface is reachable from peered VPCs and resources connected through a
2374
2402
  * transit gateway, including on-premises networks.</p>
2375
2403
  * @public
@@ -2444,9 +2472,10 @@ export interface CreateNetworkInterfacePermissionRequest {
2444
2472
  */
2445
2473
  Permission: InterfacePermissionType | undefined;
2446
2474
  /**
2447
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2448
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2449
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2475
+ * <p>Checks whether you have the required permissions for the action, without actually
2476
+ * making the request, and provides an error response. If you have the required
2477
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
2478
+ * <code>UnauthorizedOperation</code>.</p>
2450
2479
  * @public
2451
2480
  */
2452
2481
  DryRun?: boolean | undefined;
@@ -2908,7 +2937,8 @@ export interface CreateReplaceRootVolumeTaskResult {
2908
2937
  */
2909
2938
  export interface PriceScheduleSpecification {
2910
2939
  /**
2911
- * <p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>
2940
+ * <p>The number of months remaining in the reservation. For example, 2 is the second to the
2941
+ * last month before the capacity reservation expires.</p>
2912
2942
  * @public
2913
2943
  */
2914
2944
  Term?: number | undefined;
@@ -2918,8 +2948,8 @@ export interface PriceScheduleSpecification {
2918
2948
  */
2919
2949
  Price?: number | undefined;
2920
2950
  /**
2921
- * <p>The currency for transacting the Reserved Instance resale.
2922
- * At this time, the only supported currency is <code>USD</code>.</p>
2951
+ * <p>The currency for transacting the Reserved Instance resale. At this time, the only
2952
+ * supported currency is <code>USD</code>.</p>
2923
2953
  * @public
2924
2954
  */
2925
2955
  CurrencyCode?: CurrencyCodeValues | undefined;
@@ -2935,19 +2965,22 @@ export interface CreateReservedInstancesListingRequest {
2935
2965
  */
2936
2966
  ReservedInstancesId: string | undefined;
2937
2967
  /**
2938
- * <p>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</p>
2968
+ * <p>The number of instances that are a part of a Reserved Instance account to be listed in the
2969
+ * Reserved Instance Marketplace. This number should be less than or equal to the instance count
2970
+ * associated with the Reserved Instance ID specified in this call.</p>
2939
2971
  * @public
2940
2972
  */
2941
2973
  InstanceCount: number | undefined;
2942
2974
  /**
2943
- * <p>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</p>
2975
+ * <p>A list specifying the price of the Standard Reserved Instance for each month remaining in
2976
+ * the Reserved Instance term.</p>
2944
2977
  * @public
2945
2978
  */
2946
2979
  PriceSchedules: PriceScheduleSpecification[] | undefined;
2947
2980
  /**
2948
- * <p>Unique, case-sensitive identifier you provide to ensure idempotency of your
2949
- * listings. This helps avoid duplicate listings. For more information, see
2950
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
2981
+ * <p>Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This
2982
+ * helps avoid duplicate listings. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
2983
+ * Idempotency</a>.</p>
2951
2984
  * @public
2952
2985
  */
2953
2986
  ClientToken: string | undefined;
@@ -1979,15 +1979,15 @@ export interface DeleteLaunchTemplateRequest {
1979
1979
  DryRun?: boolean | undefined;
1980
1980
  /**
1981
1981
  * <p>The ID of the launch template.</p>
1982
- * <p>You must specify either the launch template ID or the
1983
- * launch template name, but not both.</p>
1982
+ * <p>You must specify either the launch template ID or the launch template name, but not
1983
+ * both.</p>
1984
1984
  * @public
1985
1985
  */
1986
1986
  LaunchTemplateId?: string | undefined;
1987
1987
  /**
1988
1988
  * <p>The name of the launch template.</p>
1989
- * <p>You must specify either the launch template ID or the
1990
- * launch template name, but not both.</p>
1989
+ * <p>You must specify either the launch template ID or the launch template name, but not
1990
+ * both.</p>
1991
1991
  * @public
1992
1992
  */
1993
1993
  LaunchTemplateName?: string | undefined;
@@ -2016,15 +2016,15 @@ export interface DeleteLaunchTemplateVersionsRequest {
2016
2016
  DryRun?: boolean | undefined;
2017
2017
  /**
2018
2018
  * <p>The ID of the launch template.</p>
2019
- * <p>You must specify either the launch template ID or the
2020
- * launch template name, but not both.</p>
2019
+ * <p>You must specify either the launch template ID or the launch template name, but not
2020
+ * both.</p>
2021
2021
  * @public
2022
2022
  */
2023
2023
  LaunchTemplateId?: string | undefined;
2024
2024
  /**
2025
2025
  * <p>The name of the launch template.</p>
2026
- * <p>You must specify either the launch template ID or the
2027
- * launch template name, but not both.</p>
2026
+ * <p>You must specify either the launch template ID or the launch template name, but not
2027
+ * both.</p>
2028
2028
  * @public
2029
2029
  */
2030
2030
  LaunchTemplateName?: string | undefined;
@@ -2521,9 +2521,10 @@ export interface DeleteNetworkInsightsPathResult {
2521
2521
  */
2522
2522
  export interface DeleteNetworkInterfaceRequest {
2523
2523
  /**
2524
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2525
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2526
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2524
+ * <p>Checks whether you have the required permissions for the action, without actually
2525
+ * making the request, and provides an error response. If you have the required
2526
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
2527
+ * <code>UnauthorizedOperation</code>.</p>
2527
2528
  * @public
2528
2529
  */
2529
2530
  DryRun?: boolean | undefined;
@@ -2545,14 +2546,15 @@ export interface DeleteNetworkInterfacePermissionRequest {
2545
2546
  NetworkInterfacePermissionId: string | undefined;
2546
2547
  /**
2547
2548
  * <p>Specify <code>true</code> to remove the permission even if the network interface is
2548
- * attached to an instance.</p>
2549
+ * attached to an instance.</p>
2549
2550
  * @public
2550
2551
  */
2551
2552
  Force?: boolean | undefined;
2552
2553
  /**
2553
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2554
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2555
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2554
+ * <p>Checks whether you have the required permissions for the action, without actually
2555
+ * making the request, and provides an error response. If you have the required
2556
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
2557
+ * <code>UnauthorizedOperation</code>.</p>
2556
2558
  * @public
2557
2559
  */
2558
2560
  DryRun?: boolean | undefined;
@@ -2622,9 +2624,10 @@ export interface DeletePublicIpv4PoolResult {
2622
2624
  */
2623
2625
  export interface DeleteQueuedReservedInstancesRequest {
2624
2626
  /**
2625
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2626
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2627
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2627
+ * <p>Checks whether you have the required permissions for the action, without actually making
2628
+ * the request, and provides an error response. If you have the required permissions, the error
2629
+ * response is <code>DryRunOperation</code>. Otherwise, it is
2630
+ * <code>UnauthorizedOperation</code>.</p>
2628
2631
  * @public
2629
2632
  */
2630
2633
  DryRun?: boolean | undefined;
@@ -2648,7 +2651,8 @@ export declare const DeleteQueuedReservedInstancesErrorCode: {
2648
2651
  */
2649
2652
  export type DeleteQueuedReservedInstancesErrorCode = (typeof DeleteQueuedReservedInstancesErrorCode)[keyof typeof DeleteQueuedReservedInstancesErrorCode];
2650
2653
  /**
2651
- * <p>Describes the error for a Reserved Instance whose queued purchase could not be deleted.</p>
2654
+ * <p>Describes the error for a Reserved Instance whose queued purchase could not be
2655
+ * deleted.</p>
2652
2656
  * @public
2653
2657
  */
2654
2658
  export interface DeleteQueuedReservedInstancesError {