@aws-sdk/client-ec2 3.664.0 → 3.665.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 (168) hide show
  1. package/dist-cjs/index.js +1546 -1537
  2. package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
  3. package/dist-es/models/models_2.js +1 -1
  4. package/dist-es/models/models_6.js +1 -1
  5. package/dist-es/models/models_7.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +1548 -1545
  7. package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
  8. package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
  9. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
  10. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
  11. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  12. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
  13. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
  14. package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
  15. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
  16. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
  17. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
  18. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
  19. package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
  20. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
  21. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
  22. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
  23. package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
  24. package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
  25. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  26. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  28. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
  30. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
  31. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
  32. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
  33. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateImageCommand.d.ts +18 -18
  36. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
  37. package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
  38. package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
  39. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  40. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
  41. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
  42. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
  44. package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
  45. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  46. package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
  47. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
  50. package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
  51. package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
  52. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
  53. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
  54. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
  55. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
  57. package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
  58. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
  60. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
  61. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
  62. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
  63. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
  65. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
  66. package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
  67. package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
  68. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
  70. package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
  71. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
  72. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
  73. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  74. package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
  75. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
  76. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
  77. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
  78. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
  79. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
  80. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
  81. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
  82. package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
  83. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
  84. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
  85. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
  86. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
  87. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
  88. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
  89. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
  90. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
  91. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
  92. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
  93. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
  94. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
  95. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
  96. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
  97. package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
  98. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
  99. package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
  100. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
  103. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
  104. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
  105. package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
  106. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
  107. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
  108. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  109. package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
  110. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  111. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  112. package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
  113. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  114. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  115. package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
  116. package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
  117. package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
  118. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  119. package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
  120. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
  122. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
  123. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
  124. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
  125. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
  126. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
  127. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +6 -6
  128. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
  129. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
  130. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
  131. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  132. package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
  133. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  134. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
  135. package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
  136. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  137. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
  138. package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
  139. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
  140. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  141. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
  142. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
  143. package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
  144. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  145. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
  148. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
  149. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
  150. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
  151. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
  152. package/dist-types/models/models_0.d.ts +264 -265
  153. package/dist-types/models/models_1.d.ts +230 -230
  154. package/dist-types/models/models_2.d.ts +378 -381
  155. package/dist-types/models/models_3.d.ts +217 -217
  156. package/dist-types/models/models_4.d.ts +851 -851
  157. package/dist-types/models/models_5.d.ts +203 -203
  158. package/dist-types/models/models_6.d.ts +228 -220
  159. package/dist-types/models/models_7.d.ts +340 -334
  160. package/dist-types/ts3.4/models/models_0.d.ts +56 -56
  161. package/dist-types/ts3.4/models/models_1.d.ts +41 -41
  162. package/dist-types/ts3.4/models/models_2.d.ts +71 -71
  163. package/dist-types/ts3.4/models/models_3.d.ts +27 -27
  164. package/dist-types/ts3.4/models/models_4.d.ts +112 -112
  165. package/dist-types/ts3.4/models/models_5.d.ts +27 -27
  166. package/dist-types/ts3.4/models/models_6.d.ts +42 -41
  167. package/dist-types/ts3.4/models/models_7.d.ts +64 -61
  168. package/package.json +5 -5
@@ -223,11 +223,6 @@ export interface DeleteNetworkAclEntryRequest {
223
223
  * @public
224
224
  */
225
225
  DryRun?: boolean;
226
- /**
227
- * <p>Indicates whether the rule is an egress rule.</p>
228
- * @public
229
- */
230
- Egress: boolean | undefined;
231
226
  /**
232
227
  * <p>The ID of the network ACL.</p>
233
228
  * @public
@@ -238,6 +233,11 @@ export interface DeleteNetworkAclEntryRequest {
238
233
  * @public
239
234
  */
240
235
  RuleNumber: number | undefined;
236
+ /**
237
+ * <p>Indicates whether the rule is an egress rule.</p>
238
+ * @public
239
+ */
240
+ Egress: boolean | undefined;
241
241
  }
242
242
  /**
243
243
  * @public
@@ -541,16 +541,6 @@ export interface DeleteQueuedReservedInstancesResult {
541
541
  * @public
542
542
  */
543
543
  export interface DeleteRouteRequest {
544
- /**
545
- * <p>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
546
- * @public
547
- */
548
- DestinationCidrBlock?: string;
549
- /**
550
- * <p>The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
551
- * @public
552
- */
553
- DestinationIpv6CidrBlock?: string;
554
544
  /**
555
545
  * <p>The ID of the prefix list for the route.</p>
556
546
  * @public
@@ -568,6 +558,16 @@ export interface DeleteRouteRequest {
568
558
  * @public
569
559
  */
570
560
  RouteTableId: string | undefined;
561
+ /**
562
+ * <p>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
563
+ * @public
564
+ */
565
+ DestinationCidrBlock?: string;
566
+ /**
567
+ * <p>The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
568
+ * @public
569
+ */
570
+ DestinationIpv6CidrBlock?: string;
571
571
  }
572
572
  /**
573
573
  * @public
@@ -1910,11 +1910,6 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
1910
1910
  * @public
1911
1911
  */
1912
1912
  export interface DescribeAccountAttributesRequest {
1913
- /**
1914
- * <p>The account attribute names.</p>
1915
- * @public
1916
- */
1917
- AttributeNames?: AccountAttributeName[];
1918
1913
  /**
1919
1914
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
1920
1915
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -1922,6 +1917,11 @@ export interface DescribeAccountAttributesRequest {
1922
1917
  * @public
1923
1918
  */
1924
1919
  DryRun?: boolean;
1920
+ /**
1921
+ * <p>The account attribute names.</p>
1922
+ * @public
1923
+ */
1924
+ AttributeNames?: AccountAttributeName[];
1925
1925
  }
1926
1926
  /**
1927
1927
  * @public
@@ -1958,6 +1958,19 @@ export interface Filter {
1958
1958
  * @public
1959
1959
  */
1960
1960
  export interface DescribeAddressesRequest {
1961
+ /**
1962
+ * <p>One or more Elastic IP addresses.</p>
1963
+ * <p>Default: Describes all your Elastic IP addresses.</p>
1964
+ * @public
1965
+ */
1966
+ PublicIps?: string[];
1967
+ /**
1968
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1969
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1970
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1971
+ * @public
1972
+ */
1973
+ DryRun?: boolean;
1961
1974
  /**
1962
1975
  * <p>One or more filters. Filter names and values are case-sensitive.</p>
1963
1976
  * <ul>
@@ -2007,24 +2020,11 @@ export interface DescribeAddressesRequest {
2007
2020
  * @public
2008
2021
  */
2009
2022
  Filters?: Filter[];
2010
- /**
2011
- * <p>One or more Elastic IP addresses.</p>
2012
- * <p>Default: Describes all your Elastic IP addresses.</p>
2013
- * @public
2014
- */
2015
- PublicIps?: string[];
2016
2023
  /**
2017
2024
  * <p>Information about the allocation IDs.</p>
2018
2025
  * @public
2019
2026
  */
2020
2027
  AllocationIds?: string[];
2021
- /**
2022
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2023
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2024
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2025
- * @public
2026
- */
2027
- DryRun?: boolean;
2028
2028
  }
2029
2029
  /**
2030
2030
  * @public
@@ -2179,6 +2179,30 @@ export interface DescribeAggregateIdFormatResult {
2179
2179
  * @public
2180
2180
  */
2181
2181
  export interface DescribeAvailabilityZonesRequest {
2182
+ /**
2183
+ * <p>The names of the Availability Zones, Local Zones, and Wavelength Zones.</p>
2184
+ * @public
2185
+ */
2186
+ ZoneNames?: string[];
2187
+ /**
2188
+ * <p>The IDs of the Availability Zones, Local Zones, and Wavelength Zones.</p>
2189
+ * @public
2190
+ */
2191
+ ZoneIds?: string[];
2192
+ /**
2193
+ * <p>Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your
2194
+ * opt-in status.</p>
2195
+ * <p>If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.</p>
2196
+ * @public
2197
+ */
2198
+ AllAvailabilityZones?: boolean;
2199
+ /**
2200
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2201
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2202
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2203
+ * @public
2204
+ */
2205
+ DryRun?: boolean;
2182
2206
  /**
2183
2207
  * <p>The filters.</p>
2184
2208
  * <ul>
@@ -2239,30 +2263,6 @@ export interface DescribeAvailabilityZonesRequest {
2239
2263
  * @public
2240
2264
  */
2241
2265
  Filters?: Filter[];
2242
- /**
2243
- * <p>The names of the Availability Zones, Local Zones, and Wavelength Zones.</p>
2244
- * @public
2245
- */
2246
- ZoneNames?: string[];
2247
- /**
2248
- * <p>The IDs of the Availability Zones, Local Zones, and Wavelength Zones.</p>
2249
- * @public
2250
- */
2251
- ZoneIds?: string[];
2252
- /**
2253
- * <p>Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your
2254
- * opt-in status.</p>
2255
- * <p>If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.</p>
2256
- * @public
2257
- */
2258
- AllAvailabilityZones?: boolean;
2259
- /**
2260
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2261
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2262
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2263
- * @public
2264
- */
2265
- DryRun?: boolean;
2266
2266
  }
2267
2267
  /**
2268
2268
  * <p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>
@@ -2308,12 +2308,6 @@ export type AvailabilityZoneState = (typeof AvailabilityZoneState)[keyof typeof
2308
2308
  * @public
2309
2309
  */
2310
2310
  export interface AvailabilityZone {
2311
- /**
2312
- * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always
2313
- * <code>available</code>.</p>
2314
- * @public
2315
- */
2316
- State?: AvailabilityZoneState;
2317
2311
  /**
2318
2312
  * <p>For Availability Zones, this parameter always has the value of
2319
2313
  * <code>opt-in-not-required</code>.</p>
@@ -2374,6 +2368,12 @@ export interface AvailabilityZone {
2374
2368
  * @public
2375
2369
  */
2376
2370
  ParentZoneId?: string;
2371
+ /**
2372
+ * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always
2373
+ * <code>available</code>.</p>
2374
+ * @public
2375
+ */
2376
+ State?: AvailabilityZoneState;
2377
2377
  }
2378
2378
  /**
2379
2379
  * @public
@@ -2507,6 +2507,13 @@ export interface DescribeBundleTasksRequest {
2507
2507
  * @public
2508
2508
  */
2509
2509
  BundleIds?: string[];
2510
+ /**
2511
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2512
+ * and provides an error response. If you have the required permissions, the error response is
2513
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2514
+ * @public
2515
+ */
2516
+ DryRun?: boolean;
2510
2517
  /**
2511
2518
  * <p>The filters.</p>
2512
2519
  * <ul>
@@ -2555,13 +2562,6 @@ export interface DescribeBundleTasksRequest {
2555
2562
  * @public
2556
2563
  */
2557
2564
  Filters?: Filter[];
2558
- /**
2559
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
2560
- * and provides an error response. If you have the required permissions, the error response is
2561
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2562
- * @public
2563
- */
2564
- DryRun?: boolean;
2565
2565
  }
2566
2566
  /**
2567
2567
  * @public
@@ -3172,6 +3172,18 @@ export interface DescribeCarrierGatewaysResult {
3172
3172
  * @public
3173
3173
  */
3174
3174
  export interface DescribeClassicLinkInstancesRequest {
3175
+ /**
3176
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3177
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3178
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3179
+ * @public
3180
+ */
3181
+ DryRun?: boolean;
3182
+ /**
3183
+ * <p>The instance IDs. Must be instances linked to a VPC through ClassicLink.</p>
3184
+ * @public
3185
+ */
3186
+ InstanceIds?: string[];
3175
3187
  /**
3176
3188
  * <p>The filters.</p>
3177
3189
  * <ul>
@@ -3201,17 +3213,10 @@ export interface DescribeClassicLinkInstancesRequest {
3201
3213
  */
3202
3214
  Filters?: Filter[];
3203
3215
  /**
3204
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
3205
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3206
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3207
- * @public
3208
- */
3209
- DryRun?: boolean;
3210
- /**
3211
- * <p>The instance IDs. Must be instances linked to a VPC through ClassicLink.</p>
3216
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
3212
3217
  * @public
3213
3218
  */
3214
- InstanceIds?: string[];
3219
+ NextToken?: string;
3215
3220
  /**
3216
3221
  * <p>The maximum number of items to return for this request.
3217
3222
  * To get the next page of items, make another request with the token returned in the output.
@@ -3220,11 +3225,6 @@ export interface DescribeClassicLinkInstancesRequest {
3220
3225
  * @public
3221
3226
  */
3222
3227
  MaxResults?: number;
3223
- /**
3224
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
3225
- * @public
3226
- */
3227
- NextToken?: string;
3228
3228
  }
3229
3229
  /**
3230
3230
  * <note>
@@ -4175,11 +4175,6 @@ export interface DescribeCoipPoolsResult {
4175
4175
  * @public
4176
4176
  */
4177
4177
  export interface DescribeConversionTasksRequest {
4178
- /**
4179
- * <p>The conversion task IDs.</p>
4180
- * @public
4181
- */
4182
- ConversionTaskIds?: string[];
4183
4178
  /**
4184
4179
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
4185
4180
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -4187,6 +4182,11 @@ export interface DescribeConversionTasksRequest {
4187
4182
  * @public
4188
4183
  */
4189
4184
  DryRun?: boolean;
4185
+ /**
4186
+ * <p>The conversion task IDs.</p>
4187
+ * @public
4188
+ */
4189
+ ConversionTaskIds?: string[];
4190
4190
  }
4191
4191
  /**
4192
4192
  * <p>Describes a disk image.</p>
@@ -4478,6 +4478,25 @@ export interface DescribeDhcpOptionsRequest {
4478
4478
  * @public
4479
4479
  */
4480
4480
  DhcpOptionsIds?: string[];
4481
+ /**
4482
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
4483
+ * @public
4484
+ */
4485
+ NextToken?: string;
4486
+ /**
4487
+ * <p>The maximum number of items to return for this request.
4488
+ * To get the next page of items, make another request with the token returned in the output.
4489
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
4490
+ * @public
4491
+ */
4492
+ MaxResults?: number;
4493
+ /**
4494
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
4495
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4496
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4497
+ * @public
4498
+ */
4499
+ DryRun?: boolean;
4481
4500
  /**
4482
4501
  * <p>The filters.</p>
4483
4502
  * <ul>
@@ -4510,40 +4529,21 @@ export interface DescribeDhcpOptionsRequest {
4510
4529
  * @public
4511
4530
  */
4512
4531
  Filters?: Filter[];
4513
- /**
4514
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4515
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4516
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4517
- * @public
4518
- */
4519
- DryRun?: boolean;
4520
- /**
4521
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
4522
- * @public
4523
- */
4524
- NextToken?: string;
4525
- /**
4526
- * <p>The maximum number of items to return for this request.
4527
- * To get the next page of items, make another request with the token returned in the output.
4528
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
4529
- * @public
4530
- */
4531
- MaxResults?: number;
4532
4532
  }
4533
4533
  /**
4534
4534
  * @public
4535
4535
  */
4536
4536
  export interface DescribeDhcpOptionsResult {
4537
4537
  /**
4538
- * <p>Information about the DHCP options sets.</p>
4538
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
4539
4539
  * @public
4540
4540
  */
4541
- DhcpOptions?: DhcpOptions[];
4541
+ NextToken?: string;
4542
4542
  /**
4543
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
4543
+ * <p>Information about the DHCP options sets.</p>
4544
4544
  * @public
4545
4545
  */
4546
- NextToken?: string;
4546
+ DhcpOptions?: DhcpOptions[];
4547
4547
  }
4548
4548
  /**
4549
4549
  * @public
@@ -4889,15 +4889,15 @@ export interface DescribeExportImageTasksResult {
4889
4889
  */
4890
4890
  export interface DescribeExportTasksRequest {
4891
4891
  /**
4892
- * <p>The export task IDs.</p>
4892
+ * <p>the filters for the export tasks.</p>
4893
4893
  * @public
4894
4894
  */
4895
- ExportTaskIds?: string[];
4895
+ Filters?: Filter[];
4896
4896
  /**
4897
- * <p>the filters for the export tasks.</p>
4897
+ * <p>The export task IDs.</p>
4898
4898
  * @public
4899
4899
  */
4900
- Filters?: Filter[];
4900
+ ExportTaskIds?: string[];
4901
4901
  }
4902
4902
  /**
4903
4903
  * @public
@@ -7085,6 +7085,24 @@ export interface DescribeHostReservationsResult {
7085
7085
  * @public
7086
7086
  */
7087
7087
  export interface DescribeHostsRequest {
7088
+ /**
7089
+ * <p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance
7090
+ * launches.</p>
7091
+ * @public
7092
+ */
7093
+ HostIds?: string[];
7094
+ /**
7095
+ * <p>The token to use to retrieve the next page of results.</p>
7096
+ * @public
7097
+ */
7098
+ NextToken?: string;
7099
+ /**
7100
+ * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
7101
+ * <p>You cannot specify this parameter and the host IDs parameter in the same
7102
+ * request.</p>
7103
+ * @public
7104
+ */
7105
+ MaxResults?: number;
7088
7106
  /**
7089
7107
  * <p>The filters.</p>
7090
7108
  * <ul>
@@ -7127,24 +7145,6 @@ export interface DescribeHostsRequest {
7127
7145
  * @public
7128
7146
  */
7129
7147
  Filter?: Filter[];
7130
- /**
7131
- * <p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance
7132
- * launches.</p>
7133
- * @public
7134
- */
7135
- HostIds?: string[];
7136
- /**
7137
- * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
7138
- * <p>You cannot specify this parameter and the host IDs parameter in the same
7139
- * request.</p>
7140
- * @public
7141
- */
7142
- MaxResults?: number;
7143
- /**
7144
- * <p>The token to use to retrieve the next page of results.</p>
7145
- * @public
7146
- */
7147
- NextToken?: string;
7148
7148
  }
7149
7149
  /**
7150
7150
  * <p>Information about the number of instances that can be launched onto the Dedicated
@@ -7432,11 +7432,6 @@ export interface DescribeIamInstanceProfileAssociationsResult {
7432
7432
  * @public
7433
7433
  */
7434
7434
  export interface DescribeIdentityIdFormatRequest {
7435
- /**
7436
- * <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
7437
- * @public
7438
- */
7439
- PrincipalArn: string | undefined;
7440
7435
  /**
7441
7436
  * <p>The type of resource: <code>bundle</code> |
7442
7437
  * <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
@@ -7455,6 +7450,11 @@ export interface DescribeIdentityIdFormatRequest {
7455
7450
  * @public
7456
7451
  */
7457
7452
  Resource?: string;
7453
+ /**
7454
+ * <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
7455
+ * @public
7456
+ */
7457
+ PrincipalArn: string | undefined;
7458
7458
  }
7459
7459
  /**
7460
7460
  * @public
@@ -7555,52 +7555,32 @@ export interface DescribeImageAttributeRequest {
7555
7555
  */
7556
7556
  export interface LaunchPermission {
7557
7557
  /**
7558
- * <p>The name of the group.</p>
7558
+ * <p>The Amazon Resource Name (ARN) of an organization.</p>
7559
7559
  * @public
7560
7560
  */
7561
- Group?: PermissionGroup;
7561
+ OrganizationArn?: string;
7562
7562
  /**
7563
- * <p>The Amazon Web Services account ID.</p>
7564
- * <p>Constraints: Up to 10 000 account IDs can be specified in a single request.</p>
7563
+ * <p>The Amazon Resource Name (ARN) of an organizational unit (OU).</p>
7565
7564
  * @public
7566
7565
  */
7567
- UserId?: string;
7566
+ OrganizationalUnitArn?: string;
7568
7567
  /**
7569
- * <p>The Amazon Resource Name (ARN) of an organization.</p>
7568
+ * <p>The Amazon Web Services account ID.</p>
7569
+ * <p>Constraints: Up to 10 000 account IDs can be specified in a single request.</p>
7570
7570
  * @public
7571
7571
  */
7572
- OrganizationArn?: string;
7572
+ UserId?: string;
7573
7573
  /**
7574
- * <p>The Amazon Resource Name (ARN) of an organizational unit (OU).</p>
7574
+ * <p>The name of the group.</p>
7575
7575
  * @public
7576
7576
  */
7577
- OrganizationalUnitArn?: string;
7577
+ Group?: PermissionGroup;
7578
7578
  }
7579
7579
  /**
7580
7580
  * <p>Describes an image attribute.</p>
7581
7581
  * @public
7582
7582
  */
7583
7583
  export interface ImageAttribute {
7584
- /**
7585
- * <p>The block device mapping entries.</p>
7586
- * @public
7587
- */
7588
- BlockDeviceMappings?: BlockDeviceMapping[];
7589
- /**
7590
- * <p>The ID of the AMI.</p>
7591
- * @public
7592
- */
7593
- ImageId?: string;
7594
- /**
7595
- * <p>The launch permissions.</p>
7596
- * @public
7597
- */
7598
- LaunchPermissions?: LaunchPermission[];
7599
- /**
7600
- * <p>The product codes.</p>
7601
- * @public
7602
- */
7603
- ProductCodes?: ProductCode[];
7604
7584
  /**
7605
7585
  * <p>A description for the AMI.</p>
7606
7586
  * @public
@@ -7666,6 +7646,26 @@ export interface ImageAttribute {
7666
7646
  * @public
7667
7647
  */
7668
7648
  DeregistrationProtection?: AttributeValue;
7649
+ /**
7650
+ * <p>The ID of the AMI.</p>
7651
+ * @public
7652
+ */
7653
+ ImageId?: string;
7654
+ /**
7655
+ * <p>The launch permissions.</p>
7656
+ * @public
7657
+ */
7658
+ LaunchPermissions?: LaunchPermission[];
7659
+ /**
7660
+ * <p>The product codes.</p>
7661
+ * @public
7662
+ */
7663
+ ProductCodes?: ProductCode[];
7664
+ /**
7665
+ * <p>The block device mapping entries.</p>
7666
+ * @public
7667
+ */
7668
+ BlockDeviceMappings?: BlockDeviceMapping[];
7669
7669
  }
7670
7670
  /**
7671
7671
  * @public
@@ -7694,6 +7694,55 @@ export interface DescribeImagesRequest {
7694
7694
  * @public
7695
7695
  */
7696
7696
  ExecutableUsers?: string[];
7697
+ /**
7698
+ * <p>The image IDs.</p>
7699
+ * <p>Default: Describes all images available to you.</p>
7700
+ * @public
7701
+ */
7702
+ ImageIds?: string[];
7703
+ /**
7704
+ * <p>Scopes the results to images with the specified owners. You can specify a combination of
7705
+ * Amazon Web Services account IDs, <code>self</code>, <code>amazon</code>, and <code>aws-marketplace</code>.
7706
+ * If you omit this parameter, the results include all images for which you have launch permissions,
7707
+ * regardless of ownership.</p>
7708
+ * @public
7709
+ */
7710
+ Owners?: string[];
7711
+ /**
7712
+ * <p>Specifies whether to include deprecated AMIs.</p>
7713
+ * <p>Default: No deprecated AMIs are included in the response.</p>
7714
+ * <note>
7715
+ * <p>If you are the AMI owner, all deprecated AMIs appear in the response regardless of what
7716
+ * you specify for this parameter.</p>
7717
+ * </note>
7718
+ * @public
7719
+ */
7720
+ IncludeDeprecated?: boolean;
7721
+ /**
7722
+ * <p>Specifies whether to include disabled AMIs.</p>
7723
+ * <p>Default: No disabled AMIs are included in the response.</p>
7724
+ * @public
7725
+ */
7726
+ IncludeDisabled?: boolean;
7727
+ /**
7728
+ * <p>The maximum number of items to return for this request.
7729
+ * To get the next page of items, make another request with the token returned in the output.
7730
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
7731
+ * @public
7732
+ */
7733
+ MaxResults?: number;
7734
+ /**
7735
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
7736
+ * @public
7737
+ */
7738
+ NextToken?: string;
7739
+ /**
7740
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7741
+ * and provides an error response. If you have the required permissions, the error response is
7742
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7743
+ * @public
7744
+ */
7745
+ DryRun?: boolean;
7697
7746
  /**
7698
7747
  * <p>The filters.</p>
7699
7748
  * <ul>
@@ -7857,55 +7906,6 @@ export interface DescribeImagesRequest {
7857
7906
  * @public
7858
7907
  */
7859
7908
  Filters?: Filter[];
7860
- /**
7861
- * <p>The image IDs.</p>
7862
- * <p>Default: Describes all images available to you.</p>
7863
- * @public
7864
- */
7865
- ImageIds?: string[];
7866
- /**
7867
- * <p>Scopes the results to images with the specified owners. You can specify a combination of
7868
- * Amazon Web Services account IDs, <code>self</code>, <code>amazon</code>, and <code>aws-marketplace</code>.
7869
- * If you omit this parameter, the results include all images for which you have launch permissions,
7870
- * regardless of ownership.</p>
7871
- * @public
7872
- */
7873
- Owners?: string[];
7874
- /**
7875
- * <p>Specifies whether to include deprecated AMIs.</p>
7876
- * <p>Default: No deprecated AMIs are included in the response.</p>
7877
- * <note>
7878
- * <p>If you are the AMI owner, all deprecated AMIs appear in the response regardless of what
7879
- * you specify for this parameter.</p>
7880
- * </note>
7881
- * @public
7882
- */
7883
- IncludeDeprecated?: boolean;
7884
- /**
7885
- * <p>Specifies whether to include disabled AMIs.</p>
7886
- * <p>Default: No disabled AMIs are included in the response.</p>
7887
- * @public
7888
- */
7889
- IncludeDisabled?: boolean;
7890
- /**
7891
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7892
- * and provides an error response. If you have the required permissions, the error response is
7893
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7894
- * @public
7895
- */
7896
- DryRun?: boolean;
7897
- /**
7898
- * <p>The maximum number of items to return for this request.
7899
- * To get the next page of items, make another request with the token returned in the output.
7900
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
7901
- * @public
7902
- */
7903
- MaxResults?: number;
7904
- /**
7905
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
7906
- * @public
7907
- */
7908
- NextToken?: string;
7909
7909
  }
7910
7910
  /**
7911
7911
  * @public