@aws-sdk/client-ec2 3.533.0 → 3.537.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 (1267) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +236 -9
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/DescribeMacHostsCommand.js +24 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_5.js +0 -8
  7. package/dist-es/models/models_6.js +8 -0
  8. package/dist-es/pagination/DescribeMacHostsPaginator.js +4 -0
  9. package/dist-es/pagination/index.js +1 -0
  10. package/dist-es/protocols/Aws_ec2.js +212 -0
  11. package/dist-types/EC2.d.ts +191 -1
  12. package/dist-types/EC2Client.d.ts +4 -3
  13. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -1
  14. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -1
  15. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
  16. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
  17. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  18. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -1
  19. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -1
  20. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
  21. package/dist-types/commands/AllocateAddressCommand.d.ts +2 -1
  22. package/dist-types/commands/AllocateHostsCommand.d.ts +2 -1
  23. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
  24. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -1
  25. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -1
  26. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -1
  27. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -1
  28. package/dist-types/commands/AssociateAddressCommand.d.ts +2 -1
  29. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -1
  30. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +2 -1
  31. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -1
  32. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +2 -1
  33. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -1
  34. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +2 -1
  35. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -1
  36. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -1
  37. package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -1
  38. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -1
  39. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -1
  40. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -1
  41. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -1
  42. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +2 -1
  43. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -1
  44. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -1
  45. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +2 -1
  46. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +2 -1
  47. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +2 -1
  48. package/dist-types/commands/AttachVolumeCommand.d.ts +2 -1
  49. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -1
  50. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -1
  51. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -1
  52. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -1
  53. package/dist-types/commands/BundleInstanceCommand.d.ts +2 -1
  54. package/dist-types/commands/CancelBundleTaskCommand.d.ts +2 -1
  55. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -1
  56. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -1
  57. package/dist-types/commands/CancelConversionTaskCommand.d.ts +2 -1
  58. package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -1
  59. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +2 -1
  60. package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
  61. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
  62. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +2 -1
  63. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -1
  64. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +2 -1
  65. package/dist-types/commands/CopyFpgaImageCommand.d.ts +2 -1
  66. package/dist-types/commands/CopyImageCommand.d.ts +2 -1
  67. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  68. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
  69. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -1
  70. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
  71. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
  72. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -1
  73. package/dist-types/commands/CreateCoipCidrCommand.d.ts +2 -1
  74. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -1
  75. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -1
  76. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
  77. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  78. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
  79. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -1
  80. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  81. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -1
  82. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -1
  83. package/dist-types/commands/CreateImageCommand.d.ts +2 -1
  84. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -1
  85. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +2 -1
  86. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -1
  87. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -1
  88. package/dist-types/commands/CreateIpamCommand.d.ts +2 -1
  89. package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -1
  90. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +2 -1
  91. package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -1
  92. package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -1
  93. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -1
  94. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -1
  95. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
  96. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -1
  97. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  98. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
  99. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -1
  100. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
  101. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
  102. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -1
  103. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
  104. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
  105. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -1
  106. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -1
  107. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -1
  108. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
  109. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
  110. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -1
  111. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -1
  112. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  113. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -1
  114. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -1
  115. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
  116. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -1
  117. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
  118. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +2 -1
  119. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
  120. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -1
  121. package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
  122. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
  123. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
  124. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -1
  125. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -1
  126. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
  127. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -1
  128. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
  129. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -1
  130. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
  131. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -1
  132. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  133. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +2 -1
  134. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -1
  135. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -1
  136. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  137. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -1
  138. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -1
  139. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -1
  140. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -1
  141. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
  142. package/dist-types/commands/CreateVpcCommand.d.ts +2 -1
  143. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  144. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  145. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -1
  146. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -1
  147. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
  148. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +2 -1
  149. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -1
  150. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +2 -1
  151. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +2 -1
  152. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  153. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +2 -1
  154. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +2 -1
  155. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +2 -1
  156. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +2 -1
  157. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -1
  158. package/dist-types/commands/DeleteFleetsCommand.d.ts +2 -1
  159. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -1
  160. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
  161. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +2 -1
  162. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
  163. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +2 -1
  164. package/dist-types/commands/DeleteIpamCommand.d.ts +2 -1
  165. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +2 -1
  166. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +2 -1
  167. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +2 -1
  168. package/dist-types/commands/DeleteKeyPairCommand.d.ts +2 -1
  169. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +2 -1
  170. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -1
  171. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -1
  172. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  173. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  174. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
  175. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -1
  176. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
  177. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +2 -1
  178. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +2 -1
  179. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -1
  180. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -1
  181. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -1
  182. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -1
  183. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
  184. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -1
  185. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +2 -1
  186. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +2 -1
  187. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
  188. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  189. package/dist-types/commands/DeleteRouteTableCommand.d.ts +2 -1
  190. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -1
  191. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
  192. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -1
  193. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -1
  194. package/dist-types/commands/DeleteSubnetCommand.d.ts +2 -1
  195. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  196. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
  197. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -1
  198. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -1
  199. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
  200. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +2 -1
  201. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -1
  202. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -1
  203. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -1
  204. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
  205. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -1
  206. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  207. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -1
  208. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -1
  209. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -1
  210. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  211. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +2 -1
  212. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +2 -1
  213. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +2 -1
  214. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
  215. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -1
  216. package/dist-types/commands/DeleteVpcCommand.d.ts +2 -1
  217. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -1
  218. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
  219. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +2 -1
  220. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -1
  221. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +2 -1
  222. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -1
  223. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +2 -1
  224. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
  225. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +2 -1
  226. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -1
  227. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -1
  228. package/dist-types/commands/DeregisterImageCommand.d.ts +2 -1
  229. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -1
  230. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -1
  231. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
  232. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  233. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +2 -1
  234. package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +2 -1
  235. package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
  236. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
  237. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -1
  238. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
  239. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +2 -1
  240. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
  241. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +2 -1
  242. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -1
  243. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  244. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
  245. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -1
  246. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -1
  247. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  248. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  249. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
  250. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -1
  251. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +2 -1
  252. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
  253. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +2 -1
  254. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +2 -1
  255. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -1
  256. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +2 -1
  257. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +2 -1
  258. package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
  259. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
  260. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
  261. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -1
  262. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  263. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
  264. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
  265. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
  266. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  267. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
  268. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +2 -1
  269. package/dist-types/commands/DescribeHostsCommand.d.ts +2 -1
  270. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -1
  271. package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -1
  272. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
  274. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  275. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
  276. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
  277. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  278. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +2 -1
  279. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -1
  280. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -1
  281. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -1
  282. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
  283. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
  284. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -1
  285. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +31 -1
  286. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
  287. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +2 -1
  288. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +2 -1
  289. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -1
  290. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +2 -1
  291. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
  292. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +2 -1
  293. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
  294. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +2 -1
  295. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
  296. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
  297. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -1
  298. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -1
  299. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -1
  300. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -1
  301. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
  302. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
  303. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
  304. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +2 -1
  305. package/dist-types/commands/DescribeMacHostsCommand.d.ts +79 -0
  306. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -1
  307. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -1
  308. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +2 -1
  309. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -1
  310. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -1
  311. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -1
  312. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
  313. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -1
  314. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -1
  315. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -1
  316. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +2 -1
  317. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -1
  318. package/dist-types/commands/DescribePrefixListsCommand.d.ts +2 -1
  319. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  320. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -1
  321. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
  322. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -1
  323. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  324. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -1
  325. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
  326. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -1
  327. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +2 -1
  328. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
  329. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
  330. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -1
  331. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
  332. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +2 -1
  333. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +2 -1
  334. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
  335. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
  336. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -1
  337. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -1
  338. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -1
  339. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -1
  340. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -1
  341. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +4 -2
  342. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +3 -2
  343. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +3 -2
  344. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -3
  345. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  346. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -1
  347. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -1
  348. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -1
  349. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
  350. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -1
  351. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -1
  352. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
  353. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -1
  354. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
  355. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
  356. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -1
  357. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -1
  358. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -1
  359. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
  360. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +2 -1
  361. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +2 -1
  362. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  363. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +2 -1
  364. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
  365. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +2 -1
  366. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
  367. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
  368. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -1
  369. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
  370. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +2 -1
  371. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -1
  372. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -1
  373. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  374. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
  375. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -1
  376. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -1
  377. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
  378. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -1
  379. package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -1
  380. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
  381. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
  382. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
  383. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +2 -1
  384. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +2 -1
  385. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +2 -1
  386. package/dist-types/commands/DetachVolumeCommand.d.ts +2 -1
  387. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +2 -1
  388. package/dist-types/commands/DisableAddressTransferCommand.d.ts +2 -1
  389. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  390. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -1
  391. package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -1
  392. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -1
  393. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -1
  394. package/dist-types/commands/DisableImageCommand.d.ts +2 -1
  395. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -1
  396. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -1
  397. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +2 -1
  398. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +2 -1
  399. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -1
  400. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +2 -1
  401. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +2 -1
  402. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -1
  403. package/dist-types/commands/DisassociateAddressCommand.d.ts +2 -1
  404. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -1
  405. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -1
  406. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
  407. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -1
  408. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +2 -1
  409. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +2 -1
  410. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +2 -1
  411. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +2 -1
  412. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
  413. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -1
  414. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -1
  415. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -1
  416. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -1
  417. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
  418. package/dist-types/commands/EnableAddressTransferCommand.d.ts +2 -1
  419. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
  420. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -1
  421. package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -1
  422. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
  423. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +2 -1
  424. package/dist-types/commands/EnableImageCommand.d.ts +2 -1
  425. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  426. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -1
  427. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +2 -1
  428. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +2 -1
  429. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +2 -1
  430. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -1
  431. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +2 -1
  432. package/dist-types/commands/EnableVolumeIOCommand.d.ts +2 -1
  433. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -1
  434. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -1
  435. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -1
  436. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
  437. package/dist-types/commands/ExportImageCommand.d.ts +2 -1
  438. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -1
  439. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -1
  440. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -1
  441. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +2 -1
  442. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
  443. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
  444. package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -1
  445. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +2 -1
  446. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
  447. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  448. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -1
  449. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  450. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -1
  451. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -1
  452. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +2 -1
  453. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
  454. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -1
  455. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
  456. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
  457. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +4 -2
  458. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +3 -2
  459. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -2
  460. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +3 -3
  461. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -1
  462. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
  463. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -1
  464. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
  465. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -1
  466. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -1
  467. package/dist-types/commands/GetPasswordDataCommand.d.ts +2 -1
  468. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -1
  469. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +2 -1
  470. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -1
  471. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +2 -1
  472. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
  473. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
  474. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -1
  475. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
  476. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
  477. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  478. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
  479. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -1
  480. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -1
  481. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +2 -1
  482. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  483. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -1
  484. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -1
  485. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -1
  486. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -1
  487. package/dist-types/commands/ImportImageCommand.d.ts +2 -1
  488. package/dist-types/commands/ImportInstanceCommand.d.ts +2 -1
  489. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -1
  490. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -1
  491. package/dist-types/commands/ImportVolumeCommand.d.ts +2 -1
  492. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -1
  493. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -1
  494. package/dist-types/commands/LockSnapshotCommand.d.ts +2 -1
  495. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +2 -1
  496. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -1
  497. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -1
  498. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -1
  499. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +2 -1
  500. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -1
  501. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  502. package/dist-types/commands/ModifyFleetCommand.d.ts +2 -1
  503. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -1
  504. package/dist-types/commands/ModifyHostsCommand.d.ts +2 -1
  505. package/dist-types/commands/ModifyIdFormatCommand.d.ts +2 -1
  506. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +2 -1
  507. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +2 -1
  508. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -1
  509. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -1
  510. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  511. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -1
  512. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -1
  513. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -1
  514. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -1
  515. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -1
  516. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -1
  517. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +2 -1
  518. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +2 -1
  519. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
  520. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -1
  521. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -1
  522. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -1
  523. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
  524. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -1
  525. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -1
  526. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -1
  527. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -1
  528. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -1
  529. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -1
  530. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -1
  531. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -1
  532. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -1
  533. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -1
  534. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -1
  535. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
  536. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  537. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  538. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +2 -1
  539. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +2 -1
  540. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +2 -1
  541. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  542. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +2 -1
  543. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +2 -1
  544. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
  545. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +2 -1
  546. package/dist-types/commands/ModifyVolumeCommand.d.ts +2 -1
  547. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +2 -1
  548. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +2 -1
  549. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  550. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -1
  551. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -1
  552. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -1
  553. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -1
  554. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +2 -1
  555. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +2 -1
  556. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -1
  557. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
  558. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -1
  559. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  560. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +2 -1
  561. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
  562. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
  563. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +2 -1
  564. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
  565. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -1
  566. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -1
  567. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -1
  568. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -1
  569. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +2 -1
  570. package/dist-types/commands/RebootInstancesCommand.d.ts +2 -1
  571. package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
  572. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -2
  573. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +3 -2
  574. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +3 -3
  575. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
  576. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
  577. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  578. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -1
  579. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -1
  580. package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -1
  581. package/dist-types/commands/ReleaseHostsCommand.d.ts +2 -1
  582. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -1
  583. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -1
  584. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
  585. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -1
  586. package/dist-types/commands/ReplaceRouteCommand.d.ts +2 -1
  587. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -1
  588. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
  589. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +2 -1
  590. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +2 -1
  591. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -1
  592. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -1
  593. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -1
  594. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  595. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -1
  596. package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -1
  597. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -1
  598. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
  599. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -1
  600. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -1
  601. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  602. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -1
  603. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -1
  604. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
  605. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +2 -1
  606. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -1
  607. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -1
  608. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  609. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +2 -1
  610. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -1
  611. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -1
  612. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -1
  613. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -1
  614. package/dist-types/commands/StartInstancesCommand.d.ts +2 -1
  615. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -1
  616. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
  617. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -1
  618. package/dist-types/commands/StopInstancesCommand.d.ts +2 -1
  619. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -1
  620. package/dist-types/commands/TerminateInstancesCommand.d.ts +2 -1
  621. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  622. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
  623. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +2 -1
  624. package/dist-types/commands/UnlockSnapshotCommand.d.ts +2 -1
  625. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -1
  626. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -1
  627. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -1
  628. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  629. package/dist-types/commands/index.d.ts +1 -0
  630. package/dist-types/models/models_0.d.ts +1093 -1093
  631. package/dist-types/models/models_1.d.ts +1229 -1229
  632. package/dist-types/models/models_2.d.ts +1105 -1105
  633. package/dist-types/models/models_3.d.ts +1006 -1006
  634. package/dist-types/models/models_4.d.ts +1460 -1703
  635. package/dist-types/models/models_5.d.ts +2048 -1945
  636. package/dist-types/models/models_6.d.ts +2089 -2038
  637. package/dist-types/models/models_7.d.ts +775 -472
  638. package/dist-types/pagination/DescribeMacHostsPaginator.d.ts +7 -0
  639. package/dist-types/pagination/index.d.ts +1 -0
  640. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  641. package/dist-types/ts3.4/EC2.d.ts +200 -0
  642. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  643. package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +9 -0
  644. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +9 -0
  645. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +11 -0
  646. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
  647. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +9 -0
  648. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +9 -0
  649. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +9 -0
  650. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  651. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +9 -0
  652. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +9 -0
  653. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +9 -0
  654. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +9 -0
  655. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +9 -0
  656. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +9 -0
  657. package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +9 -0
  658. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +9 -0
  659. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +9 -0
  660. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +9 -0
  661. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +9 -0
  662. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +9 -0
  663. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +9 -0
  664. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +9 -0
  665. package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +9 -0
  666. package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +9 -0
  667. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +9 -0
  668. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +9 -0
  669. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +9 -0
  670. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +9 -0
  671. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +9 -0
  672. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +9 -0
  673. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +9 -0
  674. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +9 -0
  675. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +9 -0
  676. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +9 -0
  677. package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +9 -0
  678. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +9 -0
  679. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +9 -0
  680. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +9 -0
  681. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +9 -0
  682. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +9 -0
  683. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +9 -0
  684. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +9 -0
  685. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +9 -0
  686. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +9 -0
  687. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +9 -0
  688. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +9 -0
  689. package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +9 -0
  690. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +9 -0
  691. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +9 -0
  692. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +9 -0
  693. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +9 -0
  694. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +9 -0
  695. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +9 -0
  696. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
  697. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +9 -0
  698. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +9 -0
  699. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +9 -0
  700. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +9 -0
  701. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +9 -0
  702. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +9 -0
  703. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +9 -0
  704. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +9 -0
  705. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +9 -0
  706. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +9 -0
  707. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +9 -0
  708. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +9 -0
  709. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +9 -0
  710. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  711. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +9 -0
  712. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +9 -0
  713. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +9 -0
  714. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +9 -0
  715. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +9 -0
  716. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +9 -0
  717. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +9 -0
  718. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +9 -0
  719. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +9 -0
  720. package/dist-types/ts3.4/commands/CreateIpamResourceDiscoveryCommand.d.ts +9 -0
  721. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +9 -0
  722. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +9 -0
  723. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +9 -0
  724. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +9 -0
  725. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +9 -0
  726. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +9 -0
  727. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +9 -0
  728. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +9 -0
  729. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +9 -0
  730. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +9 -0
  731. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +9 -0
  732. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +9 -0
  733. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +9 -0
  734. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +9 -0
  735. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +9 -0
  736. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +9 -0
  737. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +9 -0
  738. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +9 -0
  739. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +9 -0
  740. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +9 -0
  741. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +9 -0
  742. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
  743. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +9 -0
  744. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +9 -0
  745. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
  746. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +9 -0
  747. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +9 -0
  748. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +9 -0
  749. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +9 -0
  750. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +9 -0
  751. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
  752. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +9 -0
  753. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +9 -0
  754. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +9 -0
  755. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +9 -0
  756. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +9 -0
  757. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +9 -0
  758. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +9 -0
  759. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +9 -0
  760. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
  761. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +9 -0
  762. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
  763. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +9 -0
  764. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +9 -0
  765. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +9 -0
  766. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +9 -0
  767. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +9 -0
  768. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +9 -0
  769. package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +9 -0
  770. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +9 -0
  771. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +9 -0
  772. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +9 -0
  773. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
  774. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +9 -0
  775. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +9 -0
  776. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +9 -0
  777. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +9 -0
  778. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +9 -0
  779. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +9 -0
  780. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +9 -0
  781. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +9 -0
  782. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +9 -0
  783. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +9 -0
  784. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +9 -0
  785. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +9 -0
  786. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +9 -0
  787. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +9 -0
  788. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +9 -0
  789. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +9 -0
  790. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +9 -0
  791. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +9 -0
  792. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +9 -0
  793. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +9 -0
  794. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +9 -0
  795. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +9 -0
  796. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +9 -0
  797. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +9 -0
  798. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +9 -0
  799. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +9 -0
  800. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +9 -0
  801. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +9 -0
  802. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +9 -0
  803. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +9 -0
  804. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +9 -0
  805. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +9 -0
  806. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +9 -0
  807. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +9 -0
  808. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +9 -0
  809. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +9 -0
  810. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +9 -0
  811. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +9 -0
  812. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +9 -0
  813. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +9 -0
  814. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +9 -0
  815. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +9 -0
  816. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +9 -0
  817. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +9 -0
  818. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
  819. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +9 -0
  820. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +9 -0
  821. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
  822. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +9 -0
  823. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +9 -0
  824. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +9 -0
  825. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
  826. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +9 -0
  827. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +9 -0
  828. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +9 -0
  829. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +9 -0
  830. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +9 -0
  831. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +9 -0
  832. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +9 -0
  833. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +9 -0
  834. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
  835. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +9 -0
  836. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
  837. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +9 -0
  838. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +9 -0
  839. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +9 -0
  840. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +9 -0
  841. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +9 -0
  842. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +9 -0
  843. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +9 -0
  844. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  845. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +9 -0
  846. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +9 -0
  847. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +9 -0
  848. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +9 -0
  849. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +9 -0
  850. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +9 -0
  851. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +9 -0
  852. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +9 -0
  853. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +9 -0
  854. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +9 -0
  855. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +9 -0
  856. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +9 -0
  857. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +9 -0
  858. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +9 -0
  859. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +9 -0
  860. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +9 -0
  861. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +9 -0
  862. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
  863. package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +9 -0
  864. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +9 -0
  865. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
  866. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +9 -0
  867. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +9 -0
  868. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +11 -0
  869. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +9 -0
  870. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +9 -0
  871. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +9 -0
  872. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +9 -0
  873. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +9 -0
  874. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +9 -0
  875. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +9 -0
  876. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +9 -0
  877. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +9 -0
  878. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +9 -0
  879. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +9 -0
  880. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +9 -0
  881. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +9 -0
  882. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +9 -0
  883. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +9 -0
  884. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +9 -0
  885. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +9 -0
  886. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +9 -0
  887. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +9 -0
  888. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
  889. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +9 -0
  890. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +9 -0
  891. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +9 -0
  892. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +9 -0
  893. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
  894. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +9 -0
  895. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +9 -0
  896. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +9 -0
  897. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +9 -0
  898. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +9 -0
  899. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +9 -0
  900. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +9 -0
  901. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +9 -0
  902. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +9 -0
  903. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +9 -0
  904. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  905. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +9 -0
  906. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +9 -0
  907. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
  908. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +9 -0
  909. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +9 -0
  910. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +9 -0
  911. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +9 -0
  912. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +9 -0
  913. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +9 -0
  914. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +9 -0
  915. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +9 -0
  916. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +9 -0
  917. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +9 -0
  918. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +9 -0
  919. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +9 -0
  920. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +9 -0
  921. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +9 -0
  922. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +9 -0
  923. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +9 -0
  924. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +9 -0
  925. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +9 -0
  926. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +9 -0
  927. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +9 -0
  928. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +13 -0
  929. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +9 -0
  930. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +9 -0
  931. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +9 -0
  932. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +9 -0
  933. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +9 -0
  934. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +9 -0
  935. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +38 -0
  936. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +9 -0
  937. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +9 -0
  938. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +9 -0
  939. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +9 -0
  940. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +9 -0
  941. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +9 -0
  942. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +9 -0
  943. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +9 -0
  944. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +9 -0
  945. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +9 -0
  946. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +9 -0
  947. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +9 -0
  948. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +9 -0
  949. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +9 -0
  950. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +9 -0
  951. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +9 -0
  952. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +9 -0
  953. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +9 -0
  954. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +9 -0
  955. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +9 -0
  956. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -0
  957. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +9 -0
  958. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +9 -0
  959. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +9 -0
  960. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +9 -0
  961. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +9 -0
  962. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +9 -0
  963. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +9 -0
  964. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +9 -0
  965. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +9 -0
  966. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +9 -0
  967. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +9 -0
  968. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +9 -0
  969. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +9 -0
  970. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +9 -0
  971. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +11 -4
  972. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +10 -1
  973. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +10 -1
  974. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +13 -2
  975. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  976. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +9 -0
  977. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +9 -0
  978. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +9 -0
  979. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +9 -0
  980. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +9 -0
  981. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +9 -0
  982. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +9 -0
  983. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +9 -0
  984. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +9 -0
  985. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +9 -0
  986. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +9 -0
  987. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +9 -0
  988. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +9 -0
  989. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +9 -0
  990. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +9 -0
  991. package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +9 -0
  992. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +11 -0
  993. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +9 -0
  994. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  995. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +9 -0
  996. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +9 -0
  997. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +9 -0
  998. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +9 -0
  999. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +9 -0
  1000. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +9 -0
  1001. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +9 -0
  1002. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +9 -0
  1003. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +9 -0
  1004. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +9 -0
  1005. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +9 -0
  1006. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +9 -0
  1007. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +9 -0
  1008. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +9 -0
  1009. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +9 -0
  1010. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +9 -0
  1011. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +9 -0
  1012. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +9 -0
  1013. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +9 -0
  1014. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +9 -0
  1015. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +9 -0
  1016. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +9 -0
  1017. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +9 -0
  1018. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +9 -0
  1019. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +11 -0
  1020. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +9 -0
  1021. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +9 -0
  1022. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +9 -0
  1023. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +9 -0
  1024. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +9 -0
  1025. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +9 -0
  1026. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +9 -0
  1027. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +9 -0
  1028. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +9 -0
  1029. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +9 -0
  1030. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +9 -0
  1031. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +9 -0
  1032. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +9 -0
  1033. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +9 -0
  1034. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +9 -0
  1035. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +9 -0
  1036. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +9 -0
  1037. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +9 -0
  1038. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +9 -0
  1039. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +9 -0
  1040. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +9 -0
  1041. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +9 -0
  1042. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +9 -0
  1043. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +9 -0
  1044. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +9 -0
  1045. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +9 -0
  1046. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +9 -0
  1047. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +9 -0
  1048. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +9 -0
  1049. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +9 -0
  1050. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +9 -0
  1051. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +9 -0
  1052. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +9 -0
  1053. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +9 -0
  1054. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +9 -0
  1055. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +9 -0
  1056. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +9 -0
  1057. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +9 -0
  1058. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +9 -0
  1059. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +9 -0
  1060. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +9 -0
  1061. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +9 -0
  1062. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +9 -0
  1063. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +9 -0
  1064. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +9 -0
  1065. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +9 -0
  1066. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +9 -0
  1067. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +9 -0
  1068. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +9 -0
  1069. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +9 -0
  1070. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +9 -0
  1071. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +9 -0
  1072. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +9 -0
  1073. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +9 -0
  1074. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +9 -0
  1075. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +9 -0
  1076. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +9 -0
  1077. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +9 -0
  1078. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +9 -0
  1079. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +9 -0
  1080. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +9 -0
  1081. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +9 -0
  1082. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +9 -0
  1083. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +9 -0
  1084. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +9 -0
  1085. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +9 -0
  1086. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +9 -0
  1087. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +11 -4
  1088. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +10 -1
  1089. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +10 -1
  1090. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +13 -2
  1091. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +9 -0
  1092. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +9 -0
  1093. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +9 -0
  1094. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +9 -0
  1095. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +9 -0
  1096. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +9 -0
  1097. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +9 -0
  1098. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +9 -0
  1099. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +9 -0
  1100. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +9 -0
  1101. package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +9 -0
  1102. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +9 -0
  1103. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +9 -0
  1104. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +9 -0
  1105. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +9 -0
  1106. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +9 -0
  1107. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +9 -0
  1108. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +9 -0
  1109. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +9 -0
  1110. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +9 -0
  1111. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +9 -0
  1112. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +9 -0
  1113. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +9 -0
  1114. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +9 -0
  1115. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +9 -0
  1116. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +9 -0
  1117. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +9 -0
  1118. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +9 -0
  1119. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +9 -0
  1120. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +9 -0
  1121. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +9 -0
  1122. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +9 -0
  1123. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +9 -0
  1124. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +9 -0
  1125. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +9 -0
  1126. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +9 -0
  1127. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +9 -0
  1128. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +9 -0
  1129. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
  1130. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +9 -0
  1131. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +9 -0
  1132. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +9 -0
  1133. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +9 -0
  1134. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +9 -0
  1135. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +9 -0
  1136. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +9 -0
  1137. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +9 -0
  1138. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +9 -0
  1139. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +9 -0
  1140. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +9 -0
  1141. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +9 -0
  1142. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +9 -0
  1143. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +9 -0
  1144. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +9 -0
  1145. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +9 -0
  1146. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +9 -0
  1147. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +9 -0
  1148. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +9 -0
  1149. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +9 -0
  1150. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +9 -0
  1151. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +9 -0
  1152. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +9 -0
  1153. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +9 -0
  1154. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +9 -0
  1155. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +9 -0
  1156. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +9 -0
  1157. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +9 -0
  1158. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +9 -0
  1159. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +9 -0
  1160. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +9 -0
  1161. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +9 -0
  1162. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +9 -0
  1163. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +9 -0
  1164. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +9 -0
  1165. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +9 -0
  1166. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
  1167. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +9 -0
  1168. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +9 -0
  1169. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +9 -0
  1170. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +9 -0
  1171. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +9 -0
  1172. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +9 -0
  1173. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +9 -0
  1174. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +9 -0
  1175. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +9 -0
  1176. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +9 -0
  1177. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +9 -0
  1178. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +9 -0
  1179. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +9 -0
  1180. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +9 -0
  1181. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +9 -0
  1182. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +9 -0
  1183. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +9 -0
  1184. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +9 -0
  1185. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +9 -0
  1186. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +9 -0
  1187. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +9 -0
  1188. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +9 -0
  1189. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +9 -0
  1190. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +9 -0
  1191. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +9 -0
  1192. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +9 -0
  1193. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +9 -0
  1194. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +9 -0
  1195. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +9 -0
  1196. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +9 -0
  1197. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +9 -0
  1198. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +9 -0
  1199. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +9 -0
  1200. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +9 -0
  1201. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +10 -1
  1202. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +10 -1
  1203. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +10 -1
  1204. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +13 -2
  1205. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +11 -0
  1206. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
  1207. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +9 -0
  1208. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +9 -0
  1209. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +9 -0
  1210. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +9 -0
  1211. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +9 -0
  1212. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +9 -0
  1213. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +9 -0
  1214. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +9 -0
  1215. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +9 -0
  1216. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +9 -0
  1217. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +9 -0
  1218. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +9 -0
  1219. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +9 -0
  1220. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +9 -0
  1221. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +9 -0
  1222. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +9 -0
  1223. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +9 -0
  1224. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +9 -0
  1225. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +9 -0
  1226. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +9 -0
  1227. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +9 -0
  1228. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +9 -0
  1229. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +9 -0
  1230. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +9 -0
  1231. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +9 -0
  1232. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +9 -0
  1233. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +9 -0
  1234. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +9 -0
  1235. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +9 -0
  1236. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +9 -0
  1237. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +9 -0
  1238. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +9 -0
  1239. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +9 -0
  1240. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +9 -0
  1241. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +9 -0
  1242. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +9 -0
  1243. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +9 -0
  1244. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +9 -0
  1245. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +9 -0
  1246. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +9 -0
  1247. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +9 -0
  1248. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +9 -0
  1249. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +9 -0
  1250. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +9 -0
  1251. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +9 -0
  1252. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +9 -0
  1253. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +9 -0
  1254. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +9 -0
  1255. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +9 -0
  1256. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +9 -0
  1257. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +9 -0
  1258. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +9 -0
  1259. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  1260. package/dist-types/ts3.4/models/models_4.d.ts +46 -65
  1261. package/dist-types/ts3.4/models/models_5.d.ts +71 -85
  1262. package/dist-types/ts3.4/models/models_6.d.ts +88 -64
  1263. package/dist-types/ts3.4/models/models_7.d.ts +68 -2
  1264. package/dist-types/ts3.4/pagination/DescribeMacHostsPaginator.d.ts +11 -0
  1265. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  1266. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  1267. package/package.json +42 -42
@@ -291,6 +291,7 @@ import { DescribeLocalGatewaysCommandInput, DescribeLocalGatewaysCommandOutput }
291
291
  import { DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand";
292
292
  import { DescribeLocalGatewayVirtualInterfacesCommandInput, DescribeLocalGatewayVirtualInterfacesCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfacesCommand";
293
293
  import { DescribeLockedSnapshotsCommandInput, DescribeLockedSnapshotsCommandOutput } from "./commands/DescribeLockedSnapshotsCommand";
294
+ import { DescribeMacHostsCommandInput, DescribeMacHostsCommandOutput } from "./commands/DescribeMacHostsCommand";
294
295
  import { DescribeManagedPrefixListsCommandInput, DescribeManagedPrefixListsCommandOutput } from "./commands/DescribeManagedPrefixListsCommand";
295
296
  import { DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput } from "./commands/DescribeMovingAddressesCommand";
296
297
  import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput } from "./commands/DescribeNatGatewaysCommand";
@@ -631,6 +632,7 @@ export interface EC2 {
631
632
  /**
632
633
  * @see {@link AcceptTransitGatewayMulticastDomainAssociationsCommand}
633
634
  */
635
+ acceptTransitGatewayMulticastDomainAssociations(): Promise<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput>;
634
636
  acceptTransitGatewayMulticastDomainAssociations(args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput>;
635
637
  acceptTransitGatewayMulticastDomainAssociations(args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, cb: (err: any, data?: AcceptTransitGatewayMulticastDomainAssociationsCommandOutput) => void): void;
636
638
  acceptTransitGatewayMulticastDomainAssociations(args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptTransitGatewayMulticastDomainAssociationsCommandOutput) => void): void;
@@ -667,6 +669,7 @@ export interface EC2 {
667
669
  /**
668
670
  * @see {@link AllocateAddressCommand}
669
671
  */
672
+ allocateAddress(): Promise<AllocateAddressCommandOutput>;
670
673
  allocateAddress(args: AllocateAddressCommandInput, options?: __HttpHandlerOptions): Promise<AllocateAddressCommandOutput>;
671
674
  allocateAddress(args: AllocateAddressCommandInput, cb: (err: any, data?: AllocateAddressCommandOutput) => void): void;
672
675
  allocateAddress(args: AllocateAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateAddressCommandOutput) => void): void;
@@ -709,6 +712,7 @@ export interface EC2 {
709
712
  /**
710
713
  * @see {@link AssociateAddressCommand}
711
714
  */
715
+ associateAddress(): Promise<AssociateAddressCommandOutput>;
712
716
  associateAddress(args: AssociateAddressCommandInput, options?: __HttpHandlerOptions): Promise<AssociateAddressCommandOutput>;
713
717
  associateAddress(args: AssociateAddressCommandInput, cb: (err: any, data?: AssociateAddressCommandOutput) => void): void;
714
718
  associateAddress(args: AssociateAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAddressCommandOutput) => void): void;
@@ -853,6 +857,7 @@ export interface EC2 {
853
857
  /**
854
858
  * @see {@link AuthorizeSecurityGroupIngressCommand}
855
859
  */
860
+ authorizeSecurityGroupIngress(): Promise<AuthorizeSecurityGroupIngressCommandOutput>;
856
861
  authorizeSecurityGroupIngress(args: AuthorizeSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeSecurityGroupIngressCommandOutput>;
857
862
  authorizeSecurityGroupIngress(args: AuthorizeSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeSecurityGroupIngressCommandOutput) => void): void;
858
863
  authorizeSecurityGroupIngress(args: AuthorizeSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeSecurityGroupIngressCommandOutput) => void): void;
@@ -901,6 +906,7 @@ export interface EC2 {
901
906
  /**
902
907
  * @see {@link CancelImportTaskCommand}
903
908
  */
909
+ cancelImportTask(): Promise<CancelImportTaskCommandOutput>;
904
910
  cancelImportTask(args: CancelImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelImportTaskCommandOutput>;
905
911
  cancelImportTask(args: CancelImportTaskCommandInput, cb: (err: any, data?: CancelImportTaskCommandOutput) => void): void;
906
912
  cancelImportTask(args: CancelImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelImportTaskCommandOutput) => void): void;
@@ -1003,6 +1009,7 @@ export interface EC2 {
1003
1009
  /**
1004
1010
  * @see {@link CreateDefaultVpcCommand}
1005
1011
  */
1012
+ createDefaultVpc(): Promise<CreateDefaultVpcCommandOutput>;
1006
1013
  createDefaultVpc(args: CreateDefaultVpcCommandInput, options?: __HttpHandlerOptions): Promise<CreateDefaultVpcCommandOutput>;
1007
1014
  createDefaultVpc(args: CreateDefaultVpcCommandInput, cb: (err: any, data?: CreateDefaultVpcCommandOutput) => void): void;
1008
1015
  createDefaultVpc(args: CreateDefaultVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDefaultVpcCommandOutput) => void): void;
@@ -1051,6 +1058,7 @@ export interface EC2 {
1051
1058
  /**
1052
1059
  * @see {@link CreateInstanceEventWindowCommand}
1053
1060
  */
1061
+ createInstanceEventWindow(): Promise<CreateInstanceEventWindowCommandOutput>;
1054
1062
  createInstanceEventWindow(args: CreateInstanceEventWindowCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceEventWindowCommandOutput>;
1055
1063
  createInstanceEventWindow(args: CreateInstanceEventWindowCommandInput, cb: (err: any, data?: CreateInstanceEventWindowCommandOutput) => void): void;
1056
1064
  createInstanceEventWindow(args: CreateInstanceEventWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceEventWindowCommandOutput) => void): void;
@@ -1063,12 +1071,14 @@ export interface EC2 {
1063
1071
  /**
1064
1072
  * @see {@link CreateInternetGatewayCommand}
1065
1073
  */
1074
+ createInternetGateway(): Promise<CreateInternetGatewayCommandOutput>;
1066
1075
  createInternetGateway(args: CreateInternetGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateInternetGatewayCommandOutput>;
1067
1076
  createInternetGateway(args: CreateInternetGatewayCommandInput, cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void): void;
1068
1077
  createInternetGateway(args: CreateInternetGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void): void;
1069
1078
  /**
1070
1079
  * @see {@link CreateIpamCommand}
1071
1080
  */
1081
+ createIpam(): Promise<CreateIpamCommandOutput>;
1072
1082
  createIpam(args: CreateIpamCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpamCommandOutput>;
1073
1083
  createIpam(args: CreateIpamCommandInput, cb: (err: any, data?: CreateIpamCommandOutput) => void): void;
1074
1084
  createIpam(args: CreateIpamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpamCommandOutput) => void): void;
@@ -1081,6 +1091,7 @@ export interface EC2 {
1081
1091
  /**
1082
1092
  * @see {@link CreateIpamResourceDiscoveryCommand}
1083
1093
  */
1094
+ createIpamResourceDiscovery(): Promise<CreateIpamResourceDiscoveryCommandOutput>;
1084
1095
  createIpamResourceDiscovery(args: CreateIpamResourceDiscoveryCommandInput, options?: __HttpHandlerOptions): Promise<CreateIpamResourceDiscoveryCommandOutput>;
1085
1096
  createIpamResourceDiscovery(args: CreateIpamResourceDiscoveryCommandInput, cb: (err: any, data?: CreateIpamResourceDiscoveryCommandOutput) => void): void;
1086
1097
  createIpamResourceDiscovery(args: CreateIpamResourceDiscoveryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpamResourceDiscoveryCommandOutput) => void): void;
@@ -1183,12 +1194,14 @@ export interface EC2 {
1183
1194
  /**
1184
1195
  * @see {@link CreatePlacementGroupCommand}
1185
1196
  */
1197
+ createPlacementGroup(): Promise<CreatePlacementGroupCommandOutput>;
1186
1198
  createPlacementGroup(args: CreatePlacementGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlacementGroupCommandOutput>;
1187
1199
  createPlacementGroup(args: CreatePlacementGroupCommandInput, cb: (err: any, data?: CreatePlacementGroupCommandOutput) => void): void;
1188
1200
  createPlacementGroup(args: CreatePlacementGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlacementGroupCommandOutput) => void): void;
1189
1201
  /**
1190
1202
  * @see {@link CreatePublicIpv4PoolCommand}
1191
1203
  */
1204
+ createPublicIpv4Pool(): Promise<CreatePublicIpv4PoolCommandOutput>;
1192
1205
  createPublicIpv4Pool(args: CreatePublicIpv4PoolCommandInput, options?: __HttpHandlerOptions): Promise<CreatePublicIpv4PoolCommandOutput>;
1193
1206
  createPublicIpv4Pool(args: CreatePublicIpv4PoolCommandInput, cb: (err: any, data?: CreatePublicIpv4PoolCommandOutput) => void): void;
1194
1207
  createPublicIpv4Pool(args: CreatePublicIpv4PoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePublicIpv4PoolCommandOutput) => void): void;
@@ -1273,6 +1286,7 @@ export interface EC2 {
1273
1286
  /**
1274
1287
  * @see {@link CreateTrafficMirrorFilterCommand}
1275
1288
  */
1289
+ createTrafficMirrorFilter(): Promise<CreateTrafficMirrorFilterCommandOutput>;
1276
1290
  createTrafficMirrorFilter(args: CreateTrafficMirrorFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrafficMirrorFilterCommandOutput>;
1277
1291
  createTrafficMirrorFilter(args: CreateTrafficMirrorFilterCommandInput, cb: (err: any, data?: CreateTrafficMirrorFilterCommandOutput) => void): void;
1278
1292
  createTrafficMirrorFilter(args: CreateTrafficMirrorFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficMirrorFilterCommandOutput) => void): void;
@@ -1291,12 +1305,14 @@ export interface EC2 {
1291
1305
  /**
1292
1306
  * @see {@link CreateTrafficMirrorTargetCommand}
1293
1307
  */
1308
+ createTrafficMirrorTarget(): Promise<CreateTrafficMirrorTargetCommandOutput>;
1294
1309
  createTrafficMirrorTarget(args: CreateTrafficMirrorTargetCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrafficMirrorTargetCommandOutput>;
1295
1310
  createTrafficMirrorTarget(args: CreateTrafficMirrorTargetCommandInput, cb: (err: any, data?: CreateTrafficMirrorTargetCommandOutput) => void): void;
1296
1311
  createTrafficMirrorTarget(args: CreateTrafficMirrorTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrafficMirrorTargetCommandOutput) => void): void;
1297
1312
  /**
1298
1313
  * @see {@link CreateTransitGatewayCommand}
1299
1314
  */
1315
+ createTransitGateway(): Promise<CreateTransitGatewayCommandOutput>;
1300
1316
  createTransitGateway(args: CreateTransitGatewayCommandInput, options?: __HttpHandlerOptions): Promise<CreateTransitGatewayCommandOutput>;
1301
1317
  createTransitGateway(args: CreateTransitGatewayCommandInput, cb: (err: any, data?: CreateTransitGatewayCommandOutput) => void): void;
1302
1318
  createTransitGateway(args: CreateTransitGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTransitGatewayCommandOutput) => void): void;
@@ -1375,6 +1391,7 @@ export interface EC2 {
1375
1391
  /**
1376
1392
  * @see {@link CreateVerifiedAccessInstanceCommand}
1377
1393
  */
1394
+ createVerifiedAccessInstance(): Promise<CreateVerifiedAccessInstanceCommandOutput>;
1378
1395
  createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVerifiedAccessInstanceCommandOutput>;
1379
1396
  createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, cb: (err: any, data?: CreateVerifiedAccessInstanceCommandOutput) => void): void;
1380
1397
  createVerifiedAccessInstance(args: CreateVerifiedAccessInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVerifiedAccessInstanceCommandOutput) => void): void;
@@ -1393,6 +1410,7 @@ export interface EC2 {
1393
1410
  /**
1394
1411
  * @see {@link CreateVpcCommand}
1395
1412
  */
1413
+ createVpc(): Promise<CreateVpcCommandOutput>;
1396
1414
  createVpc(args: CreateVpcCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcCommandOutput>;
1397
1415
  createVpc(args: CreateVpcCommandInput, cb: (err: any, data?: CreateVpcCommandOutput) => void): void;
1398
1416
  createVpc(args: CreateVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcCommandOutput) => void): void;
@@ -1411,6 +1429,7 @@ export interface EC2 {
1411
1429
  /**
1412
1430
  * @see {@link CreateVpcEndpointServiceConfigurationCommand}
1413
1431
  */
1432
+ createVpcEndpointServiceConfiguration(): Promise<CreateVpcEndpointServiceConfigurationCommandOutput>;
1414
1433
  createVpcEndpointServiceConfiguration(args: CreateVpcEndpointServiceConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateVpcEndpointServiceConfigurationCommandOutput>;
1415
1434
  createVpcEndpointServiceConfiguration(args: CreateVpcEndpointServiceConfigurationCommandInput, cb: (err: any, data?: CreateVpcEndpointServiceConfigurationCommandOutput) => void): void;
1416
1435
  createVpcEndpointServiceConfiguration(args: CreateVpcEndpointServiceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVpcEndpointServiceConfigurationCommandOutput) => void): void;
@@ -1549,12 +1568,14 @@ export interface EC2 {
1549
1568
  /**
1550
1569
  * @see {@link DeleteKeyPairCommand}
1551
1570
  */
1571
+ deleteKeyPair(): Promise<DeleteKeyPairCommandOutput>;
1552
1572
  deleteKeyPair(args: DeleteKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKeyPairCommandOutput>;
1553
1573
  deleteKeyPair(args: DeleteKeyPairCommandInput, cb: (err: any, data?: DeleteKeyPairCommandOutput) => void): void;
1554
1574
  deleteKeyPair(args: DeleteKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKeyPairCommandOutput) => void): void;
1555
1575
  /**
1556
1576
  * @see {@link DeleteLaunchTemplateCommand}
1557
1577
  */
1578
+ deleteLaunchTemplate(): Promise<DeleteLaunchTemplateCommandOutput>;
1558
1579
  deleteLaunchTemplate(args: DeleteLaunchTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLaunchTemplateCommandOutput>;
1559
1580
  deleteLaunchTemplate(args: DeleteLaunchTemplateCommandInput, cb: (err: any, data?: DeleteLaunchTemplateCommandOutput) => void): void;
1560
1581
  deleteLaunchTemplate(args: DeleteLaunchTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLaunchTemplateCommandOutput) => void): void;
@@ -1681,6 +1702,7 @@ export interface EC2 {
1681
1702
  /**
1682
1703
  * @see {@link DeleteSecurityGroupCommand}
1683
1704
  */
1705
+ deleteSecurityGroup(): Promise<DeleteSecurityGroupCommandOutput>;
1684
1706
  deleteSecurityGroup(args: DeleteSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSecurityGroupCommandOutput>;
1685
1707
  deleteSecurityGroup(args: DeleteSecurityGroupCommandInput, cb: (err: any, data?: DeleteSecurityGroupCommandOutput) => void): void;
1686
1708
  deleteSecurityGroup(args: DeleteSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSecurityGroupCommandOutput) => void): void;
@@ -1693,6 +1715,7 @@ export interface EC2 {
1693
1715
  /**
1694
1716
  * @see {@link DeleteSpotDatafeedSubscriptionCommand}
1695
1717
  */
1718
+ deleteSpotDatafeedSubscription(): Promise<DeleteSpotDatafeedSubscriptionCommandOutput>;
1696
1719
  deleteSpotDatafeedSubscription(args: DeleteSpotDatafeedSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSpotDatafeedSubscriptionCommandOutput>;
1697
1720
  deleteSpotDatafeedSubscription(args: DeleteSpotDatafeedSubscriptionCommandInput, cb: (err: any, data?: DeleteSpotDatafeedSubscriptionCommandOutput) => void): void;
1698
1721
  deleteSpotDatafeedSubscription(args: DeleteSpotDatafeedSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSpotDatafeedSubscriptionCommandOutput) => void): void;
@@ -1921,60 +1944,70 @@ export interface EC2 {
1921
1944
  /**
1922
1945
  * @see {@link DeregisterTransitGatewayMulticastGroupMembersCommand}
1923
1946
  */
1947
+ deregisterTransitGatewayMulticastGroupMembers(): Promise<DeregisterTransitGatewayMulticastGroupMembersCommandOutput>;
1924
1948
  deregisterTransitGatewayMulticastGroupMembers(args: DeregisterTransitGatewayMulticastGroupMembersCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTransitGatewayMulticastGroupMembersCommandOutput>;
1925
1949
  deregisterTransitGatewayMulticastGroupMembers(args: DeregisterTransitGatewayMulticastGroupMembersCommandInput, cb: (err: any, data?: DeregisterTransitGatewayMulticastGroupMembersCommandOutput) => void): void;
1926
1950
  deregisterTransitGatewayMulticastGroupMembers(args: DeregisterTransitGatewayMulticastGroupMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTransitGatewayMulticastGroupMembersCommandOutput) => void): void;
1927
1951
  /**
1928
1952
  * @see {@link DeregisterTransitGatewayMulticastGroupSourcesCommand}
1929
1953
  */
1954
+ deregisterTransitGatewayMulticastGroupSources(): Promise<DeregisterTransitGatewayMulticastGroupSourcesCommandOutput>;
1930
1955
  deregisterTransitGatewayMulticastGroupSources(args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTransitGatewayMulticastGroupSourcesCommandOutput>;
1931
1956
  deregisterTransitGatewayMulticastGroupSources(args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput, cb: (err: any, data?: DeregisterTransitGatewayMulticastGroupSourcesCommandOutput) => void): void;
1932
1957
  deregisterTransitGatewayMulticastGroupSources(args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTransitGatewayMulticastGroupSourcesCommandOutput) => void): void;
1933
1958
  /**
1934
1959
  * @see {@link DescribeAccountAttributesCommand}
1935
1960
  */
1961
+ describeAccountAttributes(): Promise<DescribeAccountAttributesCommandOutput>;
1936
1962
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
1937
1963
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
1938
1964
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
1939
1965
  /**
1940
1966
  * @see {@link DescribeAddressesCommand}
1941
1967
  */
1968
+ describeAddresses(): Promise<DescribeAddressesCommandOutput>;
1942
1969
  describeAddresses(args: DescribeAddressesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddressesCommandOutput>;
1943
1970
  describeAddresses(args: DescribeAddressesCommandInput, cb: (err: any, data?: DescribeAddressesCommandOutput) => void): void;
1944
1971
  describeAddresses(args: DescribeAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddressesCommandOutput) => void): void;
1945
1972
  /**
1946
1973
  * @see {@link DescribeAddressesAttributeCommand}
1947
1974
  */
1975
+ describeAddressesAttribute(): Promise<DescribeAddressesAttributeCommandOutput>;
1948
1976
  describeAddressesAttribute(args: DescribeAddressesAttributeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddressesAttributeCommandOutput>;
1949
1977
  describeAddressesAttribute(args: DescribeAddressesAttributeCommandInput, cb: (err: any, data?: DescribeAddressesAttributeCommandOutput) => void): void;
1950
1978
  describeAddressesAttribute(args: DescribeAddressesAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddressesAttributeCommandOutput) => void): void;
1951
1979
  /**
1952
1980
  * @see {@link DescribeAddressTransfersCommand}
1953
1981
  */
1982
+ describeAddressTransfers(): Promise<DescribeAddressTransfersCommandOutput>;
1954
1983
  describeAddressTransfers(args: DescribeAddressTransfersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddressTransfersCommandOutput>;
1955
1984
  describeAddressTransfers(args: DescribeAddressTransfersCommandInput, cb: (err: any, data?: DescribeAddressTransfersCommandOutput) => void): void;
1956
1985
  describeAddressTransfers(args: DescribeAddressTransfersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddressTransfersCommandOutput) => void): void;
1957
1986
  /**
1958
1987
  * @see {@link DescribeAggregateIdFormatCommand}
1959
1988
  */
1989
+ describeAggregateIdFormat(): Promise<DescribeAggregateIdFormatCommandOutput>;
1960
1990
  describeAggregateIdFormat(args: DescribeAggregateIdFormatCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAggregateIdFormatCommandOutput>;
1961
1991
  describeAggregateIdFormat(args: DescribeAggregateIdFormatCommandInput, cb: (err: any, data?: DescribeAggregateIdFormatCommandOutput) => void): void;
1962
1992
  describeAggregateIdFormat(args: DescribeAggregateIdFormatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAggregateIdFormatCommandOutput) => void): void;
1963
1993
  /**
1964
1994
  * @see {@link DescribeAvailabilityZonesCommand}
1965
1995
  */
1996
+ describeAvailabilityZones(): Promise<DescribeAvailabilityZonesCommandOutput>;
1966
1997
  describeAvailabilityZones(args: DescribeAvailabilityZonesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAvailabilityZonesCommandOutput>;
1967
1998
  describeAvailabilityZones(args: DescribeAvailabilityZonesCommandInput, cb: (err: any, data?: DescribeAvailabilityZonesCommandOutput) => void): void;
1968
1999
  describeAvailabilityZones(args: DescribeAvailabilityZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailabilityZonesCommandOutput) => void): void;
1969
2000
  /**
1970
2001
  * @see {@link DescribeAwsNetworkPerformanceMetricSubscriptionsCommand}
1971
2002
  */
2003
+ describeAwsNetworkPerformanceMetricSubscriptions(): Promise<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
1972
2004
  describeAwsNetworkPerformanceMetricSubscriptions(args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
1973
2005
  describeAwsNetworkPerformanceMetricSubscriptions(args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, cb: (err: any, data?: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput) => void): void;
1974
2006
  describeAwsNetworkPerformanceMetricSubscriptions(args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput) => void): void;
1975
2007
  /**
1976
2008
  * @see {@link DescribeBundleTasksCommand}
1977
2009
  */
2010
+ describeBundleTasks(): Promise<DescribeBundleTasksCommandOutput>;
1978
2011
  describeBundleTasks(args: DescribeBundleTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBundleTasksCommandOutput>;
1979
2012
  describeBundleTasks(args: DescribeBundleTasksCommandInput, cb: (err: any, data?: DescribeBundleTasksCommandOutput) => void): void;
1980
2013
  describeBundleTasks(args: DescribeBundleTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBundleTasksCommandOutput) => void): void;
@@ -1993,24 +2026,28 @@ export interface EC2 {
1993
2026
  /**
1994
2027
  * @see {@link DescribeCapacityReservationFleetsCommand}
1995
2028
  */
2029
+ describeCapacityReservationFleets(): Promise<DescribeCapacityReservationFleetsCommandOutput>;
1996
2030
  describeCapacityReservationFleets(args: DescribeCapacityReservationFleetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCapacityReservationFleetsCommandOutput>;
1997
2031
  describeCapacityReservationFleets(args: DescribeCapacityReservationFleetsCommandInput, cb: (err: any, data?: DescribeCapacityReservationFleetsCommandOutput) => void): void;
1998
2032
  describeCapacityReservationFleets(args: DescribeCapacityReservationFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCapacityReservationFleetsCommandOutput) => void): void;
1999
2033
  /**
2000
2034
  * @see {@link DescribeCapacityReservationsCommand}
2001
2035
  */
2036
+ describeCapacityReservations(): Promise<DescribeCapacityReservationsCommandOutput>;
2002
2037
  describeCapacityReservations(args: DescribeCapacityReservationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCapacityReservationsCommandOutput>;
2003
2038
  describeCapacityReservations(args: DescribeCapacityReservationsCommandInput, cb: (err: any, data?: DescribeCapacityReservationsCommandOutput) => void): void;
2004
2039
  describeCapacityReservations(args: DescribeCapacityReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCapacityReservationsCommandOutput) => void): void;
2005
2040
  /**
2006
2041
  * @see {@link DescribeCarrierGatewaysCommand}
2007
2042
  */
2043
+ describeCarrierGateways(): Promise<DescribeCarrierGatewaysCommandOutput>;
2008
2044
  describeCarrierGateways(args: DescribeCarrierGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCarrierGatewaysCommandOutput>;
2009
2045
  describeCarrierGateways(args: DescribeCarrierGatewaysCommandInput, cb: (err: any, data?: DescribeCarrierGatewaysCommandOutput) => void): void;
2010
2046
  describeCarrierGateways(args: DescribeCarrierGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCarrierGatewaysCommandOutput) => void): void;
2011
2047
  /**
2012
2048
  * @see {@link DescribeClassicLinkInstancesCommand}
2013
2049
  */
2050
+ describeClassicLinkInstances(): Promise<DescribeClassicLinkInstancesCommandOutput>;
2014
2051
  describeClassicLinkInstances(args: DescribeClassicLinkInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClassicLinkInstancesCommandOutput>;
2015
2052
  describeClassicLinkInstances(args: DescribeClassicLinkInstancesCommandInput, cb: (err: any, data?: DescribeClassicLinkInstancesCommandOutput) => void): void;
2016
2053
  describeClassicLinkInstances(args: DescribeClassicLinkInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClassicLinkInstancesCommandOutput) => void): void;
@@ -2029,6 +2066,7 @@ export interface EC2 {
2029
2066
  /**
2030
2067
  * @see {@link DescribeClientVpnEndpointsCommand}
2031
2068
  */
2069
+ describeClientVpnEndpoints(): Promise<DescribeClientVpnEndpointsCommandOutput>;
2032
2070
  describeClientVpnEndpoints(args: DescribeClientVpnEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClientVpnEndpointsCommandOutput>;
2033
2071
  describeClientVpnEndpoints(args: DescribeClientVpnEndpointsCommandInput, cb: (err: any, data?: DescribeClientVpnEndpointsCommandOutput) => void): void;
2034
2072
  describeClientVpnEndpoints(args: DescribeClientVpnEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClientVpnEndpointsCommandOutput) => void): void;
@@ -2047,60 +2085,70 @@ export interface EC2 {
2047
2085
  /**
2048
2086
  * @see {@link DescribeCoipPoolsCommand}
2049
2087
  */
2088
+ describeCoipPools(): Promise<DescribeCoipPoolsCommandOutput>;
2050
2089
  describeCoipPools(args: DescribeCoipPoolsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCoipPoolsCommandOutput>;
2051
2090
  describeCoipPools(args: DescribeCoipPoolsCommandInput, cb: (err: any, data?: DescribeCoipPoolsCommandOutput) => void): void;
2052
2091
  describeCoipPools(args: DescribeCoipPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCoipPoolsCommandOutput) => void): void;
2053
2092
  /**
2054
2093
  * @see {@link DescribeConversionTasksCommand}
2055
2094
  */
2095
+ describeConversionTasks(): Promise<DescribeConversionTasksCommandOutput>;
2056
2096
  describeConversionTasks(args: DescribeConversionTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConversionTasksCommandOutput>;
2057
2097
  describeConversionTasks(args: DescribeConversionTasksCommandInput, cb: (err: any, data?: DescribeConversionTasksCommandOutput) => void): void;
2058
2098
  describeConversionTasks(args: DescribeConversionTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConversionTasksCommandOutput) => void): void;
2059
2099
  /**
2060
2100
  * @see {@link DescribeCustomerGatewaysCommand}
2061
2101
  */
2102
+ describeCustomerGateways(): Promise<DescribeCustomerGatewaysCommandOutput>;
2062
2103
  describeCustomerGateways(args: DescribeCustomerGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomerGatewaysCommandOutput>;
2063
2104
  describeCustomerGateways(args: DescribeCustomerGatewaysCommandInput, cb: (err: any, data?: DescribeCustomerGatewaysCommandOutput) => void): void;
2064
2105
  describeCustomerGateways(args: DescribeCustomerGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomerGatewaysCommandOutput) => void): void;
2065
2106
  /**
2066
2107
  * @see {@link DescribeDhcpOptionsCommand}
2067
2108
  */
2109
+ describeDhcpOptions(): Promise<DescribeDhcpOptionsCommandOutput>;
2068
2110
  describeDhcpOptions(args: DescribeDhcpOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDhcpOptionsCommandOutput>;
2069
2111
  describeDhcpOptions(args: DescribeDhcpOptionsCommandInput, cb: (err: any, data?: DescribeDhcpOptionsCommandOutput) => void): void;
2070
2112
  describeDhcpOptions(args: DescribeDhcpOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDhcpOptionsCommandOutput) => void): void;
2071
2113
  /**
2072
2114
  * @see {@link DescribeEgressOnlyInternetGatewaysCommand}
2073
2115
  */
2116
+ describeEgressOnlyInternetGateways(): Promise<DescribeEgressOnlyInternetGatewaysCommandOutput>;
2074
2117
  describeEgressOnlyInternetGateways(args: DescribeEgressOnlyInternetGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEgressOnlyInternetGatewaysCommandOutput>;
2075
2118
  describeEgressOnlyInternetGateways(args: DescribeEgressOnlyInternetGatewaysCommandInput, cb: (err: any, data?: DescribeEgressOnlyInternetGatewaysCommandOutput) => void): void;
2076
2119
  describeEgressOnlyInternetGateways(args: DescribeEgressOnlyInternetGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEgressOnlyInternetGatewaysCommandOutput) => void): void;
2077
2120
  /**
2078
2121
  * @see {@link DescribeElasticGpusCommand}
2079
2122
  */
2123
+ describeElasticGpus(): Promise<DescribeElasticGpusCommandOutput>;
2080
2124
  describeElasticGpus(args: DescribeElasticGpusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeElasticGpusCommandOutput>;
2081
2125
  describeElasticGpus(args: DescribeElasticGpusCommandInput, cb: (err: any, data?: DescribeElasticGpusCommandOutput) => void): void;
2082
2126
  describeElasticGpus(args: DescribeElasticGpusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeElasticGpusCommandOutput) => void): void;
2083
2127
  /**
2084
2128
  * @see {@link DescribeExportImageTasksCommand}
2085
2129
  */
2130
+ describeExportImageTasks(): Promise<DescribeExportImageTasksCommandOutput>;
2086
2131
  describeExportImageTasks(args: DescribeExportImageTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportImageTasksCommandOutput>;
2087
2132
  describeExportImageTasks(args: DescribeExportImageTasksCommandInput, cb: (err: any, data?: DescribeExportImageTasksCommandOutput) => void): void;
2088
2133
  describeExportImageTasks(args: DescribeExportImageTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportImageTasksCommandOutput) => void): void;
2089
2134
  /**
2090
2135
  * @see {@link DescribeExportTasksCommand}
2091
2136
  */
2137
+ describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
2092
2138
  describeExportTasks(args: DescribeExportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportTasksCommandOutput>;
2093
2139
  describeExportTasks(args: DescribeExportTasksCommandInput, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
2094
2140
  describeExportTasks(args: DescribeExportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
2095
2141
  /**
2096
2142
  * @see {@link DescribeFastLaunchImagesCommand}
2097
2143
  */
2144
+ describeFastLaunchImages(): Promise<DescribeFastLaunchImagesCommandOutput>;
2098
2145
  describeFastLaunchImages(args: DescribeFastLaunchImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFastLaunchImagesCommandOutput>;
2099
2146
  describeFastLaunchImages(args: DescribeFastLaunchImagesCommandInput, cb: (err: any, data?: DescribeFastLaunchImagesCommandOutput) => void): void;
2100
2147
  describeFastLaunchImages(args: DescribeFastLaunchImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFastLaunchImagesCommandOutput) => void): void;
2101
2148
  /**
2102
2149
  * @see {@link DescribeFastSnapshotRestoresCommand}
2103
2150
  */
2151
+ describeFastSnapshotRestores(): Promise<DescribeFastSnapshotRestoresCommandOutput>;
2104
2152
  describeFastSnapshotRestores(args: DescribeFastSnapshotRestoresCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFastSnapshotRestoresCommandOutput>;
2105
2153
  describeFastSnapshotRestores(args: DescribeFastSnapshotRestoresCommandInput, cb: (err: any, data?: DescribeFastSnapshotRestoresCommandOutput) => void): void;
2106
2154
  describeFastSnapshotRestores(args: DescribeFastSnapshotRestoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFastSnapshotRestoresCommandOutput) => void): void;
@@ -2119,12 +2167,14 @@ export interface EC2 {
2119
2167
  /**
2120
2168
  * @see {@link DescribeFleetsCommand}
2121
2169
  */
2170
+ describeFleets(): Promise<DescribeFleetsCommandOutput>;
2122
2171
  describeFleets(args: DescribeFleetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetsCommandOutput>;
2123
2172
  describeFleets(args: DescribeFleetsCommandInput, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
2124
2173
  describeFleets(args: DescribeFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetsCommandOutput) => void): void;
2125
2174
  /**
2126
2175
  * @see {@link DescribeFlowLogsCommand}
2127
2176
  */
2177
+ describeFlowLogs(): Promise<DescribeFlowLogsCommandOutput>;
2128
2178
  describeFlowLogs(args: DescribeFlowLogsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowLogsCommandOutput>;
2129
2179
  describeFlowLogs(args: DescribeFlowLogsCommandInput, cb: (err: any, data?: DescribeFlowLogsCommandOutput) => void): void;
2130
2180
  describeFlowLogs(args: DescribeFlowLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowLogsCommandOutput) => void): void;
@@ -2137,30 +2187,35 @@ export interface EC2 {
2137
2187
  /**
2138
2188
  * @see {@link DescribeFpgaImagesCommand}
2139
2189
  */
2190
+ describeFpgaImages(): Promise<DescribeFpgaImagesCommandOutput>;
2140
2191
  describeFpgaImages(args: DescribeFpgaImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFpgaImagesCommandOutput>;
2141
2192
  describeFpgaImages(args: DescribeFpgaImagesCommandInput, cb: (err: any, data?: DescribeFpgaImagesCommandOutput) => void): void;
2142
2193
  describeFpgaImages(args: DescribeFpgaImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFpgaImagesCommandOutput) => void): void;
2143
2194
  /**
2144
2195
  * @see {@link DescribeHostReservationOfferingsCommand}
2145
2196
  */
2197
+ describeHostReservationOfferings(): Promise<DescribeHostReservationOfferingsCommandOutput>;
2146
2198
  describeHostReservationOfferings(args: DescribeHostReservationOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHostReservationOfferingsCommandOutput>;
2147
2199
  describeHostReservationOfferings(args: DescribeHostReservationOfferingsCommandInput, cb: (err: any, data?: DescribeHostReservationOfferingsCommandOutput) => void): void;
2148
2200
  describeHostReservationOfferings(args: DescribeHostReservationOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHostReservationOfferingsCommandOutput) => void): void;
2149
2201
  /**
2150
2202
  * @see {@link DescribeHostReservationsCommand}
2151
2203
  */
2204
+ describeHostReservations(): Promise<DescribeHostReservationsCommandOutput>;
2152
2205
  describeHostReservations(args: DescribeHostReservationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHostReservationsCommandOutput>;
2153
2206
  describeHostReservations(args: DescribeHostReservationsCommandInput, cb: (err: any, data?: DescribeHostReservationsCommandOutput) => void): void;
2154
2207
  describeHostReservations(args: DescribeHostReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHostReservationsCommandOutput) => void): void;
2155
2208
  /**
2156
2209
  * @see {@link DescribeHostsCommand}
2157
2210
  */
2211
+ describeHosts(): Promise<DescribeHostsCommandOutput>;
2158
2212
  describeHosts(args: DescribeHostsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHostsCommandOutput>;
2159
2213
  describeHosts(args: DescribeHostsCommandInput, cb: (err: any, data?: DescribeHostsCommandOutput) => void): void;
2160
2214
  describeHosts(args: DescribeHostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHostsCommandOutput) => void): void;
2161
2215
  /**
2162
2216
  * @see {@link DescribeIamInstanceProfileAssociationsCommand}
2163
2217
  */
2218
+ describeIamInstanceProfileAssociations(): Promise<DescribeIamInstanceProfileAssociationsCommandOutput>;
2164
2219
  describeIamInstanceProfileAssociations(args: DescribeIamInstanceProfileAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIamInstanceProfileAssociationsCommandOutput>;
2165
2220
  describeIamInstanceProfileAssociations(args: DescribeIamInstanceProfileAssociationsCommandInput, cb: (err: any, data?: DescribeIamInstanceProfileAssociationsCommandOutput) => void): void;
2166
2221
  describeIamInstanceProfileAssociations(args: DescribeIamInstanceProfileAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIamInstanceProfileAssociationsCommandOutput) => void): void;
@@ -2173,6 +2228,7 @@ export interface EC2 {
2173
2228
  /**
2174
2229
  * @see {@link DescribeIdFormatCommand}
2175
2230
  */
2231
+ describeIdFormat(): Promise<DescribeIdFormatCommandOutput>;
2176
2232
  describeIdFormat(args: DescribeIdFormatCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIdFormatCommandOutput>;
2177
2233
  describeIdFormat(args: DescribeIdFormatCommandInput, cb: (err: any, data?: DescribeIdFormatCommandOutput) => void): void;
2178
2234
  describeIdFormat(args: DescribeIdFormatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdFormatCommandOutput) => void): void;
@@ -2185,18 +2241,21 @@ export interface EC2 {
2185
2241
  /**
2186
2242
  * @see {@link DescribeImagesCommand}
2187
2243
  */
2244
+ describeImages(): Promise<DescribeImagesCommandOutput>;
2188
2245
  describeImages(args: DescribeImagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImagesCommandOutput>;
2189
2246
  describeImages(args: DescribeImagesCommandInput, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
2190
2247
  describeImages(args: DescribeImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImagesCommandOutput) => void): void;
2191
2248
  /**
2192
2249
  * @see {@link DescribeImportImageTasksCommand}
2193
2250
  */
2251
+ describeImportImageTasks(): Promise<DescribeImportImageTasksCommandOutput>;
2194
2252
  describeImportImageTasks(args: DescribeImportImageTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImportImageTasksCommandOutput>;
2195
2253
  describeImportImageTasks(args: DescribeImportImageTasksCommandInput, cb: (err: any, data?: DescribeImportImageTasksCommandOutput) => void): void;
2196
2254
  describeImportImageTasks(args: DescribeImportImageTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImportImageTasksCommandOutput) => void): void;
2197
2255
  /**
2198
2256
  * @see {@link DescribeImportSnapshotTasksCommand}
2199
2257
  */
2258
+ describeImportSnapshotTasks(): Promise<DescribeImportSnapshotTasksCommandOutput>;
2200
2259
  describeImportSnapshotTasks(args: DescribeImportSnapshotTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImportSnapshotTasksCommandOutput>;
2201
2260
  describeImportSnapshotTasks(args: DescribeImportSnapshotTasksCommandInput, cb: (err: any, data?: DescribeImportSnapshotTasksCommandOutput) => void): void;
2202
2261
  describeImportSnapshotTasks(args: DescribeImportSnapshotTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImportSnapshotTasksCommandOutput) => void): void;
@@ -2209,210 +2268,252 @@ export interface EC2 {
2209
2268
  /**
2210
2269
  * @see {@link DescribeInstanceConnectEndpointsCommand}
2211
2270
  */
2271
+ describeInstanceConnectEndpoints(): Promise<DescribeInstanceConnectEndpointsCommandOutput>;
2212
2272
  describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceConnectEndpointsCommandOutput>;
2213
2273
  describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, cb: (err: any, data?: DescribeInstanceConnectEndpointsCommandOutput) => void): void;
2214
2274
  describeInstanceConnectEndpoints(args: DescribeInstanceConnectEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceConnectEndpointsCommandOutput) => void): void;
2215
2275
  /**
2216
2276
  * @see {@link DescribeInstanceCreditSpecificationsCommand}
2217
2277
  */
2278
+ describeInstanceCreditSpecifications(): Promise<DescribeInstanceCreditSpecificationsCommandOutput>;
2218
2279
  describeInstanceCreditSpecifications(args: DescribeInstanceCreditSpecificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceCreditSpecificationsCommandOutput>;
2219
2280
  describeInstanceCreditSpecifications(args: DescribeInstanceCreditSpecificationsCommandInput, cb: (err: any, data?: DescribeInstanceCreditSpecificationsCommandOutput) => void): void;
2220
2281
  describeInstanceCreditSpecifications(args: DescribeInstanceCreditSpecificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceCreditSpecificationsCommandOutput) => void): void;
2221
2282
  /**
2222
2283
  * @see {@link DescribeInstanceEventNotificationAttributesCommand}
2223
2284
  */
2285
+ describeInstanceEventNotificationAttributes(): Promise<DescribeInstanceEventNotificationAttributesCommandOutput>;
2224
2286
  describeInstanceEventNotificationAttributes(args: DescribeInstanceEventNotificationAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceEventNotificationAttributesCommandOutput>;
2225
2287
  describeInstanceEventNotificationAttributes(args: DescribeInstanceEventNotificationAttributesCommandInput, cb: (err: any, data?: DescribeInstanceEventNotificationAttributesCommandOutput) => void): void;
2226
2288
  describeInstanceEventNotificationAttributes(args: DescribeInstanceEventNotificationAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceEventNotificationAttributesCommandOutput) => void): void;
2227
2289
  /**
2228
2290
  * @see {@link DescribeInstanceEventWindowsCommand}
2229
2291
  */
2292
+ describeInstanceEventWindows(): Promise<DescribeInstanceEventWindowsCommandOutput>;
2230
2293
  describeInstanceEventWindows(args: DescribeInstanceEventWindowsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceEventWindowsCommandOutput>;
2231
2294
  describeInstanceEventWindows(args: DescribeInstanceEventWindowsCommandInput, cb: (err: any, data?: DescribeInstanceEventWindowsCommandOutput) => void): void;
2232
2295
  describeInstanceEventWindows(args: DescribeInstanceEventWindowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceEventWindowsCommandOutput) => void): void;
2233
2296
  /**
2234
2297
  * @see {@link DescribeInstancesCommand}
2235
2298
  */
2299
+ describeInstances(): Promise<DescribeInstancesCommandOutput>;
2236
2300
  describeInstances(args: DescribeInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstancesCommandOutput>;
2237
2301
  describeInstances(args: DescribeInstancesCommandInput, cb: (err: any, data?: DescribeInstancesCommandOutput) => void): void;
2238
2302
  describeInstances(args: DescribeInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstancesCommandOutput) => void): void;
2239
2303
  /**
2240
2304
  * @see {@link DescribeInstanceStatusCommand}
2241
2305
  */
2306
+ describeInstanceStatus(): Promise<DescribeInstanceStatusCommandOutput>;
2242
2307
  describeInstanceStatus(args: DescribeInstanceStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceStatusCommandOutput>;
2243
2308
  describeInstanceStatus(args: DescribeInstanceStatusCommandInput, cb: (err: any, data?: DescribeInstanceStatusCommandOutput) => void): void;
2244
2309
  describeInstanceStatus(args: DescribeInstanceStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceStatusCommandOutput) => void): void;
2245
2310
  /**
2246
2311
  * @see {@link DescribeInstanceTopologyCommand}
2247
2312
  */
2313
+ describeInstanceTopology(): Promise<DescribeInstanceTopologyCommandOutput>;
2248
2314
  describeInstanceTopology(args: DescribeInstanceTopologyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceTopologyCommandOutput>;
2249
2315
  describeInstanceTopology(args: DescribeInstanceTopologyCommandInput, cb: (err: any, data?: DescribeInstanceTopologyCommandOutput) => void): void;
2250
2316
  describeInstanceTopology(args: DescribeInstanceTopologyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceTopologyCommandOutput) => void): void;
2251
2317
  /**
2252
2318
  * @see {@link DescribeInstanceTypeOfferingsCommand}
2253
2319
  */
2320
+ describeInstanceTypeOfferings(): Promise<DescribeInstanceTypeOfferingsCommandOutput>;
2254
2321
  describeInstanceTypeOfferings(args: DescribeInstanceTypeOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceTypeOfferingsCommandOutput>;
2255
2322
  describeInstanceTypeOfferings(args: DescribeInstanceTypeOfferingsCommandInput, cb: (err: any, data?: DescribeInstanceTypeOfferingsCommandOutput) => void): void;
2256
2323
  describeInstanceTypeOfferings(args: DescribeInstanceTypeOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceTypeOfferingsCommandOutput) => void): void;
2257
2324
  /**
2258
2325
  * @see {@link DescribeInstanceTypesCommand}
2259
2326
  */
2327
+ describeInstanceTypes(): Promise<DescribeInstanceTypesCommandOutput>;
2260
2328
  describeInstanceTypes(args: DescribeInstanceTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceTypesCommandOutput>;
2261
2329
  describeInstanceTypes(args: DescribeInstanceTypesCommandInput, cb: (err: any, data?: DescribeInstanceTypesCommandOutput) => void): void;
2262
2330
  describeInstanceTypes(args: DescribeInstanceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstanceTypesCommandOutput) => void): void;
2263
2331
  /**
2264
2332
  * @see {@link DescribeInternetGatewaysCommand}
2265
2333
  */
2334
+ describeInternetGateways(): Promise<DescribeInternetGatewaysCommandOutput>;
2266
2335
  describeInternetGateways(args: DescribeInternetGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInternetGatewaysCommandOutput>;
2267
2336
  describeInternetGateways(args: DescribeInternetGatewaysCommandInput, cb: (err: any, data?: DescribeInternetGatewaysCommandOutput) => void): void;
2268
2337
  describeInternetGateways(args: DescribeInternetGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInternetGatewaysCommandOutput) => void): void;
2269
2338
  /**
2270
2339
  * @see {@link DescribeIpamByoasnCommand}
2271
2340
  */
2341
+ describeIpamByoasn(): Promise<DescribeIpamByoasnCommandOutput>;
2272
2342
  describeIpamByoasn(args: DescribeIpamByoasnCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamByoasnCommandOutput>;
2273
2343
  describeIpamByoasn(args: DescribeIpamByoasnCommandInput, cb: (err: any, data?: DescribeIpamByoasnCommandOutput) => void): void;
2274
2344
  describeIpamByoasn(args: DescribeIpamByoasnCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamByoasnCommandOutput) => void): void;
2275
2345
  /**
2276
2346
  * @see {@link DescribeIpamPoolsCommand}
2277
2347
  */
2348
+ describeIpamPools(): Promise<DescribeIpamPoolsCommandOutput>;
2278
2349
  describeIpamPools(args: DescribeIpamPoolsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamPoolsCommandOutput>;
2279
2350
  describeIpamPools(args: DescribeIpamPoolsCommandInput, cb: (err: any, data?: DescribeIpamPoolsCommandOutput) => void): void;
2280
2351
  describeIpamPools(args: DescribeIpamPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamPoolsCommandOutput) => void): void;
2281
2352
  /**
2282
2353
  * @see {@link DescribeIpamResourceDiscoveriesCommand}
2283
2354
  */
2355
+ describeIpamResourceDiscoveries(): Promise<DescribeIpamResourceDiscoveriesCommandOutput>;
2284
2356
  describeIpamResourceDiscoveries(args: DescribeIpamResourceDiscoveriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamResourceDiscoveriesCommandOutput>;
2285
2357
  describeIpamResourceDiscoveries(args: DescribeIpamResourceDiscoveriesCommandInput, cb: (err: any, data?: DescribeIpamResourceDiscoveriesCommandOutput) => void): void;
2286
2358
  describeIpamResourceDiscoveries(args: DescribeIpamResourceDiscoveriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamResourceDiscoveriesCommandOutput) => void): void;
2287
2359
  /**
2288
2360
  * @see {@link DescribeIpamResourceDiscoveryAssociationsCommand}
2289
2361
  */
2362
+ describeIpamResourceDiscoveryAssociations(): Promise<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
2290
2363
  describeIpamResourceDiscoveryAssociations(args: DescribeIpamResourceDiscoveryAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
2291
2364
  describeIpamResourceDiscoveryAssociations(args: DescribeIpamResourceDiscoveryAssociationsCommandInput, cb: (err: any, data?: DescribeIpamResourceDiscoveryAssociationsCommandOutput) => void): void;
2292
2365
  describeIpamResourceDiscoveryAssociations(args: DescribeIpamResourceDiscoveryAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamResourceDiscoveryAssociationsCommandOutput) => void): void;
2293
2366
  /**
2294
2367
  * @see {@link DescribeIpamsCommand}
2295
2368
  */
2369
+ describeIpams(): Promise<DescribeIpamsCommandOutput>;
2296
2370
  describeIpams(args: DescribeIpamsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamsCommandOutput>;
2297
2371
  describeIpams(args: DescribeIpamsCommandInput, cb: (err: any, data?: DescribeIpamsCommandOutput) => void): void;
2298
2372
  describeIpams(args: DescribeIpamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamsCommandOutput) => void): void;
2299
2373
  /**
2300
2374
  * @see {@link DescribeIpamScopesCommand}
2301
2375
  */
2376
+ describeIpamScopes(): Promise<DescribeIpamScopesCommandOutput>;
2302
2377
  describeIpamScopes(args: DescribeIpamScopesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpamScopesCommandOutput>;
2303
2378
  describeIpamScopes(args: DescribeIpamScopesCommandInput, cb: (err: any, data?: DescribeIpamScopesCommandOutput) => void): void;
2304
2379
  describeIpamScopes(args: DescribeIpamScopesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpamScopesCommandOutput) => void): void;
2305
2380
  /**
2306
2381
  * @see {@link DescribeIpv6PoolsCommand}
2307
2382
  */
2383
+ describeIpv6Pools(): Promise<DescribeIpv6PoolsCommandOutput>;
2308
2384
  describeIpv6Pools(args: DescribeIpv6PoolsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpv6PoolsCommandOutput>;
2309
2385
  describeIpv6Pools(args: DescribeIpv6PoolsCommandInput, cb: (err: any, data?: DescribeIpv6PoolsCommandOutput) => void): void;
2310
2386
  describeIpv6Pools(args: DescribeIpv6PoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpv6PoolsCommandOutput) => void): void;
2311
2387
  /**
2312
2388
  * @see {@link DescribeKeyPairsCommand}
2313
2389
  */
2390
+ describeKeyPairs(): Promise<DescribeKeyPairsCommandOutput>;
2314
2391
  describeKeyPairs(args: DescribeKeyPairsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKeyPairsCommandOutput>;
2315
2392
  describeKeyPairs(args: DescribeKeyPairsCommandInput, cb: (err: any, data?: DescribeKeyPairsCommandOutput) => void): void;
2316
2393
  describeKeyPairs(args: DescribeKeyPairsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyPairsCommandOutput) => void): void;
2317
2394
  /**
2318
2395
  * @see {@link DescribeLaunchTemplatesCommand}
2319
2396
  */
2397
+ describeLaunchTemplates(): Promise<DescribeLaunchTemplatesCommandOutput>;
2320
2398
  describeLaunchTemplates(args: DescribeLaunchTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLaunchTemplatesCommandOutput>;
2321
2399
  describeLaunchTemplates(args: DescribeLaunchTemplatesCommandInput, cb: (err: any, data?: DescribeLaunchTemplatesCommandOutput) => void): void;
2322
2400
  describeLaunchTemplates(args: DescribeLaunchTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLaunchTemplatesCommandOutput) => void): void;
2323
2401
  /**
2324
2402
  * @see {@link DescribeLaunchTemplateVersionsCommand}
2325
2403
  */
2404
+ describeLaunchTemplateVersions(): Promise<DescribeLaunchTemplateVersionsCommandOutput>;
2326
2405
  describeLaunchTemplateVersions(args: DescribeLaunchTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLaunchTemplateVersionsCommandOutput>;
2327
2406
  describeLaunchTemplateVersions(args: DescribeLaunchTemplateVersionsCommandInput, cb: (err: any, data?: DescribeLaunchTemplateVersionsCommandOutput) => void): void;
2328
2407
  describeLaunchTemplateVersions(args: DescribeLaunchTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLaunchTemplateVersionsCommandOutput) => void): void;
2329
2408
  /**
2330
2409
  * @see {@link DescribeLocalGatewayRouteTablesCommand}
2331
2410
  */
2411
+ describeLocalGatewayRouteTables(): Promise<DescribeLocalGatewayRouteTablesCommandOutput>;
2332
2412
  describeLocalGatewayRouteTables(args: DescribeLocalGatewayRouteTablesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocalGatewayRouteTablesCommandOutput>;
2333
2413
  describeLocalGatewayRouteTables(args: DescribeLocalGatewayRouteTablesCommandInput, cb: (err: any, data?: DescribeLocalGatewayRouteTablesCommandOutput) => void): void;
2334
2414
  describeLocalGatewayRouteTables(args: DescribeLocalGatewayRouteTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocalGatewayRouteTablesCommandOutput) => void): void;
2335
2415
  /**
2336
2416
  * @see {@link DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand}
2337
2417
  */
2418
+ describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(): Promise<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput>;
2338
2419
  describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput>;
2339
2420
  describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, cb: (err: any, data?: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput) => void): void;
2340
2421
  describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput) => void): void;
2341
2422
  /**
2342
2423
  * @see {@link DescribeLocalGatewayRouteTableVpcAssociationsCommand}
2343
2424
  */
2425
+ describeLocalGatewayRouteTableVpcAssociations(): Promise<DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput>;
2344
2426
  describeLocalGatewayRouteTableVpcAssociations(args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput>;
2345
2427
  describeLocalGatewayRouteTableVpcAssociations(args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, cb: (err: any, data?: DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput) => void): void;
2346
2428
  describeLocalGatewayRouteTableVpcAssociations(args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput) => void): void;
2347
2429
  /**
2348
2430
  * @see {@link DescribeLocalGatewaysCommand}
2349
2431
  */
2432
+ describeLocalGateways(): Promise<DescribeLocalGatewaysCommandOutput>;
2350
2433
  describeLocalGateways(args: DescribeLocalGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocalGatewaysCommandOutput>;
2351
2434
  describeLocalGateways(args: DescribeLocalGatewaysCommandInput, cb: (err: any, data?: DescribeLocalGatewaysCommandOutput) => void): void;
2352
2435
  describeLocalGateways(args: DescribeLocalGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocalGatewaysCommandOutput) => void): void;
2353
2436
  /**
2354
2437
  * @see {@link DescribeLocalGatewayVirtualInterfaceGroupsCommand}
2355
2438
  */
2439
+ describeLocalGatewayVirtualInterfaceGroups(): Promise<DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput>;
2356
2440
  describeLocalGatewayVirtualInterfaceGroups(args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput>;
2357
2441
  describeLocalGatewayVirtualInterfaceGroups(args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, cb: (err: any, data?: DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput) => void): void;
2358
2442
  describeLocalGatewayVirtualInterfaceGroups(args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput) => void): void;
2359
2443
  /**
2360
2444
  * @see {@link DescribeLocalGatewayVirtualInterfacesCommand}
2361
2445
  */
2446
+ describeLocalGatewayVirtualInterfaces(): Promise<DescribeLocalGatewayVirtualInterfacesCommandOutput>;
2362
2447
  describeLocalGatewayVirtualInterfaces(args: DescribeLocalGatewayVirtualInterfacesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocalGatewayVirtualInterfacesCommandOutput>;
2363
2448
  describeLocalGatewayVirtualInterfaces(args: DescribeLocalGatewayVirtualInterfacesCommandInput, cb: (err: any, data?: DescribeLocalGatewayVirtualInterfacesCommandOutput) => void): void;
2364
2449
  describeLocalGatewayVirtualInterfaces(args: DescribeLocalGatewayVirtualInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocalGatewayVirtualInterfacesCommandOutput) => void): void;
2365
2450
  /**
2366
2451
  * @see {@link DescribeLockedSnapshotsCommand}
2367
2452
  */
2453
+ describeLockedSnapshots(): Promise<DescribeLockedSnapshotsCommandOutput>;
2368
2454
  describeLockedSnapshots(args: DescribeLockedSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLockedSnapshotsCommandOutput>;
2369
2455
  describeLockedSnapshots(args: DescribeLockedSnapshotsCommandInput, cb: (err: any, data?: DescribeLockedSnapshotsCommandOutput) => void): void;
2370
2456
  describeLockedSnapshots(args: DescribeLockedSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLockedSnapshotsCommandOutput) => void): void;
2457
+ /**
2458
+ * @see {@link DescribeMacHostsCommand}
2459
+ */
2460
+ describeMacHosts(): Promise<DescribeMacHostsCommandOutput>;
2461
+ describeMacHosts(args: DescribeMacHostsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMacHostsCommandOutput>;
2462
+ describeMacHosts(args: DescribeMacHostsCommandInput, cb: (err: any, data?: DescribeMacHostsCommandOutput) => void): void;
2463
+ describeMacHosts(args: DescribeMacHostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMacHostsCommandOutput) => void): void;
2371
2464
  /**
2372
2465
  * @see {@link DescribeManagedPrefixListsCommand}
2373
2466
  */
2467
+ describeManagedPrefixLists(): Promise<DescribeManagedPrefixListsCommandOutput>;
2374
2468
  describeManagedPrefixLists(args: DescribeManagedPrefixListsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeManagedPrefixListsCommandOutput>;
2375
2469
  describeManagedPrefixLists(args: DescribeManagedPrefixListsCommandInput, cb: (err: any, data?: DescribeManagedPrefixListsCommandOutput) => void): void;
2376
2470
  describeManagedPrefixLists(args: DescribeManagedPrefixListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedPrefixListsCommandOutput) => void): void;
2377
2471
  /**
2378
2472
  * @see {@link DescribeMovingAddressesCommand}
2379
2473
  */
2474
+ describeMovingAddresses(): Promise<DescribeMovingAddressesCommandOutput>;
2380
2475
  describeMovingAddresses(args: DescribeMovingAddressesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMovingAddressesCommandOutput>;
2381
2476
  describeMovingAddresses(args: DescribeMovingAddressesCommandInput, cb: (err: any, data?: DescribeMovingAddressesCommandOutput) => void): void;
2382
2477
  describeMovingAddresses(args: DescribeMovingAddressesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMovingAddressesCommandOutput) => void): void;
2383
2478
  /**
2384
2479
  * @see {@link DescribeNatGatewaysCommand}
2385
2480
  */
2481
+ describeNatGateways(): Promise<DescribeNatGatewaysCommandOutput>;
2386
2482
  describeNatGateways(args: DescribeNatGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNatGatewaysCommandOutput>;
2387
2483
  describeNatGateways(args: DescribeNatGatewaysCommandInput, cb: (err: any, data?: DescribeNatGatewaysCommandOutput) => void): void;
2388
2484
  describeNatGateways(args: DescribeNatGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNatGatewaysCommandOutput) => void): void;
2389
2485
  /**
2390
2486
  * @see {@link DescribeNetworkAclsCommand}
2391
2487
  */
2488
+ describeNetworkAcls(): Promise<DescribeNetworkAclsCommandOutput>;
2392
2489
  describeNetworkAcls(args: DescribeNetworkAclsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkAclsCommandOutput>;
2393
2490
  describeNetworkAcls(args: DescribeNetworkAclsCommandInput, cb: (err: any, data?: DescribeNetworkAclsCommandOutput) => void): void;
2394
2491
  describeNetworkAcls(args: DescribeNetworkAclsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkAclsCommandOutput) => void): void;
2395
2492
  /**
2396
2493
  * @see {@link DescribeNetworkInsightsAccessScopeAnalysesCommand}
2397
2494
  */
2495
+ describeNetworkInsightsAccessScopeAnalyses(): Promise<DescribeNetworkInsightsAccessScopeAnalysesCommandOutput>;
2398
2496
  describeNetworkInsightsAccessScopeAnalyses(args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkInsightsAccessScopeAnalysesCommandOutput>;
2399
2497
  describeNetworkInsightsAccessScopeAnalyses(args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput, cb: (err: any, data?: DescribeNetworkInsightsAccessScopeAnalysesCommandOutput) => void): void;
2400
2498
  describeNetworkInsightsAccessScopeAnalyses(args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkInsightsAccessScopeAnalysesCommandOutput) => void): void;
2401
2499
  /**
2402
2500
  * @see {@link DescribeNetworkInsightsAccessScopesCommand}
2403
2501
  */
2502
+ describeNetworkInsightsAccessScopes(): Promise<DescribeNetworkInsightsAccessScopesCommandOutput>;
2404
2503
  describeNetworkInsightsAccessScopes(args: DescribeNetworkInsightsAccessScopesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkInsightsAccessScopesCommandOutput>;
2405
2504
  describeNetworkInsightsAccessScopes(args: DescribeNetworkInsightsAccessScopesCommandInput, cb: (err: any, data?: DescribeNetworkInsightsAccessScopesCommandOutput) => void): void;
2406
2505
  describeNetworkInsightsAccessScopes(args: DescribeNetworkInsightsAccessScopesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkInsightsAccessScopesCommandOutput) => void): void;
2407
2506
  /**
2408
2507
  * @see {@link DescribeNetworkInsightsAnalysesCommand}
2409
2508
  */
2509
+ describeNetworkInsightsAnalyses(): Promise<DescribeNetworkInsightsAnalysesCommandOutput>;
2410
2510
  describeNetworkInsightsAnalyses(args: DescribeNetworkInsightsAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkInsightsAnalysesCommandOutput>;
2411
2511
  describeNetworkInsightsAnalyses(args: DescribeNetworkInsightsAnalysesCommandInput, cb: (err: any, data?: DescribeNetworkInsightsAnalysesCommandOutput) => void): void;
2412
2512
  describeNetworkInsightsAnalyses(args: DescribeNetworkInsightsAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkInsightsAnalysesCommandOutput) => void): void;
2413
2513
  /**
2414
2514
  * @see {@link DescribeNetworkInsightsPathsCommand}
2415
2515
  */
2516
+ describeNetworkInsightsPaths(): Promise<DescribeNetworkInsightsPathsCommandOutput>;
2416
2517
  describeNetworkInsightsPaths(args: DescribeNetworkInsightsPathsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkInsightsPathsCommandOutput>;
2417
2518
  describeNetworkInsightsPaths(args: DescribeNetworkInsightsPathsCommandInput, cb: (err: any, data?: DescribeNetworkInsightsPathsCommandOutput) => void): void;
2418
2519
  describeNetworkInsightsPaths(args: DescribeNetworkInsightsPathsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkInsightsPathsCommandOutput) => void): void;
@@ -2425,78 +2526,91 @@ export interface EC2 {
2425
2526
  /**
2426
2527
  * @see {@link DescribeNetworkInterfacePermissionsCommand}
2427
2528
  */
2529
+ describeNetworkInterfacePermissions(): Promise<DescribeNetworkInterfacePermissionsCommandOutput>;
2428
2530
  describeNetworkInterfacePermissions(args: DescribeNetworkInterfacePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkInterfacePermissionsCommandOutput>;
2429
2531
  describeNetworkInterfacePermissions(args: DescribeNetworkInterfacePermissionsCommandInput, cb: (err: any, data?: DescribeNetworkInterfacePermissionsCommandOutput) => void): void;
2430
2532
  describeNetworkInterfacePermissions(args: DescribeNetworkInterfacePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkInterfacePermissionsCommandOutput) => void): void;
2431
2533
  /**
2432
2534
  * @see {@link DescribeNetworkInterfacesCommand}
2433
2535
  */
2536
+ describeNetworkInterfaces(): Promise<DescribeNetworkInterfacesCommandOutput>;
2434
2537
  describeNetworkInterfaces(args: DescribeNetworkInterfacesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNetworkInterfacesCommandOutput>;
2435
2538
  describeNetworkInterfaces(args: DescribeNetworkInterfacesCommandInput, cb: (err: any, data?: DescribeNetworkInterfacesCommandOutput) => void): void;
2436
2539
  describeNetworkInterfaces(args: DescribeNetworkInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNetworkInterfacesCommandOutput) => void): void;
2437
2540
  /**
2438
2541
  * @see {@link DescribePlacementGroupsCommand}
2439
2542
  */
2543
+ describePlacementGroups(): Promise<DescribePlacementGroupsCommandOutput>;
2440
2544
  describePlacementGroups(args: DescribePlacementGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePlacementGroupsCommandOutput>;
2441
2545
  describePlacementGroups(args: DescribePlacementGroupsCommandInput, cb: (err: any, data?: DescribePlacementGroupsCommandOutput) => void): void;
2442
2546
  describePlacementGroups(args: DescribePlacementGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePlacementGroupsCommandOutput) => void): void;
2443
2547
  /**
2444
2548
  * @see {@link DescribePrefixListsCommand}
2445
2549
  */
2550
+ describePrefixLists(): Promise<DescribePrefixListsCommandOutput>;
2446
2551
  describePrefixLists(args: DescribePrefixListsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePrefixListsCommandOutput>;
2447
2552
  describePrefixLists(args: DescribePrefixListsCommandInput, cb: (err: any, data?: DescribePrefixListsCommandOutput) => void): void;
2448
2553
  describePrefixLists(args: DescribePrefixListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePrefixListsCommandOutput) => void): void;
2449
2554
  /**
2450
2555
  * @see {@link DescribePrincipalIdFormatCommand}
2451
2556
  */
2557
+ describePrincipalIdFormat(): Promise<DescribePrincipalIdFormatCommandOutput>;
2452
2558
  describePrincipalIdFormat(args: DescribePrincipalIdFormatCommandInput, options?: __HttpHandlerOptions): Promise<DescribePrincipalIdFormatCommandOutput>;
2453
2559
  describePrincipalIdFormat(args: DescribePrincipalIdFormatCommandInput, cb: (err: any, data?: DescribePrincipalIdFormatCommandOutput) => void): void;
2454
2560
  describePrincipalIdFormat(args: DescribePrincipalIdFormatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePrincipalIdFormatCommandOutput) => void): void;
2455
2561
  /**
2456
2562
  * @see {@link DescribePublicIpv4PoolsCommand}
2457
2563
  */
2564
+ describePublicIpv4Pools(): Promise<DescribePublicIpv4PoolsCommandOutput>;
2458
2565
  describePublicIpv4Pools(args: DescribePublicIpv4PoolsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePublicIpv4PoolsCommandOutput>;
2459
2566
  describePublicIpv4Pools(args: DescribePublicIpv4PoolsCommandInput, cb: (err: any, data?: DescribePublicIpv4PoolsCommandOutput) => void): void;
2460
2567
  describePublicIpv4Pools(args: DescribePublicIpv4PoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePublicIpv4PoolsCommandOutput) => void): void;
2461
2568
  /**
2462
2569
  * @see {@link DescribeRegionsCommand}
2463
2570
  */
2571
+ describeRegions(): Promise<DescribeRegionsCommandOutput>;
2464
2572
  describeRegions(args: DescribeRegionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRegionsCommandOutput>;
2465
2573
  describeRegions(args: DescribeRegionsCommandInput, cb: (err: any, data?: DescribeRegionsCommandOutput) => void): void;
2466
2574
  describeRegions(args: DescribeRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRegionsCommandOutput) => void): void;
2467
2575
  /**
2468
2576
  * @see {@link DescribeReplaceRootVolumeTasksCommand}
2469
2577
  */
2578
+ describeReplaceRootVolumeTasks(): Promise<DescribeReplaceRootVolumeTasksCommandOutput>;
2470
2579
  describeReplaceRootVolumeTasks(args: DescribeReplaceRootVolumeTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplaceRootVolumeTasksCommandOutput>;
2471
2580
  describeReplaceRootVolumeTasks(args: DescribeReplaceRootVolumeTasksCommandInput, cb: (err: any, data?: DescribeReplaceRootVolumeTasksCommandOutput) => void): void;
2472
2581
  describeReplaceRootVolumeTasks(args: DescribeReplaceRootVolumeTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplaceRootVolumeTasksCommandOutput) => void): void;
2473
2582
  /**
2474
2583
  * @see {@link DescribeReservedInstancesCommand}
2475
2584
  */
2585
+ describeReservedInstances(): Promise<DescribeReservedInstancesCommandOutput>;
2476
2586
  describeReservedInstances(args: DescribeReservedInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedInstancesCommandOutput>;
2477
2587
  describeReservedInstances(args: DescribeReservedInstancesCommandInput, cb: (err: any, data?: DescribeReservedInstancesCommandOutput) => void): void;
2478
2588
  describeReservedInstances(args: DescribeReservedInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedInstancesCommandOutput) => void): void;
2479
2589
  /**
2480
2590
  * @see {@link DescribeReservedInstancesListingsCommand}
2481
2591
  */
2592
+ describeReservedInstancesListings(): Promise<DescribeReservedInstancesListingsCommandOutput>;
2482
2593
  describeReservedInstancesListings(args: DescribeReservedInstancesListingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedInstancesListingsCommandOutput>;
2483
2594
  describeReservedInstancesListings(args: DescribeReservedInstancesListingsCommandInput, cb: (err: any, data?: DescribeReservedInstancesListingsCommandOutput) => void): void;
2484
2595
  describeReservedInstancesListings(args: DescribeReservedInstancesListingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedInstancesListingsCommandOutput) => void): void;
2485
2596
  /**
2486
2597
  * @see {@link DescribeReservedInstancesModificationsCommand}
2487
2598
  */
2599
+ describeReservedInstancesModifications(): Promise<DescribeReservedInstancesModificationsCommandOutput>;
2488
2600
  describeReservedInstancesModifications(args: DescribeReservedInstancesModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedInstancesModificationsCommandOutput>;
2489
2601
  describeReservedInstancesModifications(args: DescribeReservedInstancesModificationsCommandInput, cb: (err: any, data?: DescribeReservedInstancesModificationsCommandOutput) => void): void;
2490
2602
  describeReservedInstancesModifications(args: DescribeReservedInstancesModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedInstancesModificationsCommandOutput) => void): void;
2491
2603
  /**
2492
2604
  * @see {@link DescribeReservedInstancesOfferingsCommand}
2493
2605
  */
2606
+ describeReservedInstancesOfferings(): Promise<DescribeReservedInstancesOfferingsCommandOutput>;
2494
2607
  describeReservedInstancesOfferings(args: DescribeReservedInstancesOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedInstancesOfferingsCommandOutput>;
2495
2608
  describeReservedInstancesOfferings(args: DescribeReservedInstancesOfferingsCommandInput, cb: (err: any, data?: DescribeReservedInstancesOfferingsCommandOutput) => void): void;
2496
2609
  describeReservedInstancesOfferings(args: DescribeReservedInstancesOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedInstancesOfferingsCommandOutput) => void): void;
2497
2610
  /**
2498
2611
  * @see {@link DescribeRouteTablesCommand}
2499
2612
  */
2613
+ describeRouteTables(): Promise<DescribeRouteTablesCommandOutput>;
2500
2614
  describeRouteTables(args: DescribeRouteTablesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRouteTablesCommandOutput>;
2501
2615
  describeRouteTables(args: DescribeRouteTablesCommandInput, cb: (err: any, data?: DescribeRouteTablesCommandOutput) => void): void;
2502
2616
  describeRouteTables(args: DescribeRouteTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRouteTablesCommandOutput) => void): void;
@@ -2509,6 +2623,7 @@ export interface EC2 {
2509
2623
  /**
2510
2624
  * @see {@link DescribeScheduledInstancesCommand}
2511
2625
  */
2626
+ describeScheduledInstances(): Promise<DescribeScheduledInstancesCommandOutput>;
2512
2627
  describeScheduledInstances(args: DescribeScheduledInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduledInstancesCommandOutput>;
2513
2628
  describeScheduledInstances(args: DescribeScheduledInstancesCommandInput, cb: (err: any, data?: DescribeScheduledInstancesCommandOutput) => void): void;
2514
2629
  describeScheduledInstances(args: DescribeScheduledInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledInstancesCommandOutput) => void): void;
@@ -2521,12 +2636,14 @@ export interface EC2 {
2521
2636
  /**
2522
2637
  * @see {@link DescribeSecurityGroupRulesCommand}
2523
2638
  */
2639
+ describeSecurityGroupRules(): Promise<DescribeSecurityGroupRulesCommandOutput>;
2524
2640
  describeSecurityGroupRules(args: DescribeSecurityGroupRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityGroupRulesCommandOutput>;
2525
2641
  describeSecurityGroupRules(args: DescribeSecurityGroupRulesCommandInput, cb: (err: any, data?: DescribeSecurityGroupRulesCommandOutput) => void): void;
2526
2642
  describeSecurityGroupRules(args: DescribeSecurityGroupRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityGroupRulesCommandOutput) => void): void;
2527
2643
  /**
2528
2644
  * @see {@link DescribeSecurityGroupsCommand}
2529
2645
  */
2646
+ describeSecurityGroups(): Promise<DescribeSecurityGroupsCommandOutput>;
2530
2647
  describeSecurityGroups(args: DescribeSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityGroupsCommandOutput>;
2531
2648
  describeSecurityGroups(args: DescribeSecurityGroupsCommandInput, cb: (err: any, data?: DescribeSecurityGroupsCommandOutput) => void): void;
2532
2649
  describeSecurityGroups(args: DescribeSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityGroupsCommandOutput) => void): void;
@@ -2539,18 +2656,21 @@ export interface EC2 {
2539
2656
  /**
2540
2657
  * @see {@link DescribeSnapshotsCommand}
2541
2658
  */
2659
+ describeSnapshots(): Promise<DescribeSnapshotsCommandOutput>;
2542
2660
  describeSnapshots(args: DescribeSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotsCommandOutput>;
2543
2661
  describeSnapshots(args: DescribeSnapshotsCommandInput, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
2544
2662
  describeSnapshots(args: DescribeSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
2545
2663
  /**
2546
2664
  * @see {@link DescribeSnapshotTierStatusCommand}
2547
2665
  */
2666
+ describeSnapshotTierStatus(): Promise<DescribeSnapshotTierStatusCommandOutput>;
2548
2667
  describeSnapshotTierStatus(args: DescribeSnapshotTierStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotTierStatusCommandOutput>;
2549
2668
  describeSnapshotTierStatus(args: DescribeSnapshotTierStatusCommandInput, cb: (err: any, data?: DescribeSnapshotTierStatusCommandOutput) => void): void;
2550
2669
  describeSnapshotTierStatus(args: DescribeSnapshotTierStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotTierStatusCommandOutput) => void): void;
2551
2670
  /**
2552
2671
  * @see {@link DescribeSpotDatafeedSubscriptionCommand}
2553
2672
  */
2673
+ describeSpotDatafeedSubscription(): Promise<DescribeSpotDatafeedSubscriptionCommandOutput>;
2554
2674
  describeSpotDatafeedSubscription(args: DescribeSpotDatafeedSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpotDatafeedSubscriptionCommandOutput>;
2555
2675
  describeSpotDatafeedSubscription(args: DescribeSpotDatafeedSubscriptionCommandInput, cb: (err: any, data?: DescribeSpotDatafeedSubscriptionCommandOutput) => void): void;
2556
2676
  describeSpotDatafeedSubscription(args: DescribeSpotDatafeedSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpotDatafeedSubscriptionCommandOutput) => void): void;
@@ -2569,18 +2689,21 @@ export interface EC2 {
2569
2689
  /**
2570
2690
  * @see {@link DescribeSpotFleetRequestsCommand}
2571
2691
  */
2692
+ describeSpotFleetRequests(): Promise<DescribeSpotFleetRequestsCommandOutput>;
2572
2693
  describeSpotFleetRequests(args: DescribeSpotFleetRequestsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpotFleetRequestsCommandOutput>;
2573
2694
  describeSpotFleetRequests(args: DescribeSpotFleetRequestsCommandInput, cb: (err: any, data?: DescribeSpotFleetRequestsCommandOutput) => void): void;
2574
2695
  describeSpotFleetRequests(args: DescribeSpotFleetRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpotFleetRequestsCommandOutput) => void): void;
2575
2696
  /**
2576
2697
  * @see {@link DescribeSpotInstanceRequestsCommand}
2577
2698
  */
2699
+ describeSpotInstanceRequests(): Promise<DescribeSpotInstanceRequestsCommandOutput>;
2578
2700
  describeSpotInstanceRequests(args: DescribeSpotInstanceRequestsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpotInstanceRequestsCommandOutput>;
2579
2701
  describeSpotInstanceRequests(args: DescribeSpotInstanceRequestsCommandInput, cb: (err: any, data?: DescribeSpotInstanceRequestsCommandOutput) => void): void;
2580
2702
  describeSpotInstanceRequests(args: DescribeSpotInstanceRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpotInstanceRequestsCommandOutput) => void): void;
2581
2703
  /**
2582
2704
  * @see {@link DescribeSpotPriceHistoryCommand}
2583
2705
  */
2706
+ describeSpotPriceHistory(): Promise<DescribeSpotPriceHistoryCommandOutput>;
2584
2707
  describeSpotPriceHistory(args: DescribeSpotPriceHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSpotPriceHistoryCommandOutput>;
2585
2708
  describeSpotPriceHistory(args: DescribeSpotPriceHistoryCommandInput, cb: (err: any, data?: DescribeSpotPriceHistoryCommandOutput) => void): void;
2586
2709
  describeSpotPriceHistory(args: DescribeSpotPriceHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSpotPriceHistoryCommandOutput) => void): void;
@@ -2593,132 +2716,154 @@ export interface EC2 {
2593
2716
  /**
2594
2717
  * @see {@link DescribeStoreImageTasksCommand}
2595
2718
  */
2719
+ describeStoreImageTasks(): Promise<DescribeStoreImageTasksCommandOutput>;
2596
2720
  describeStoreImageTasks(args: DescribeStoreImageTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStoreImageTasksCommandOutput>;
2597
2721
  describeStoreImageTasks(args: DescribeStoreImageTasksCommandInput, cb: (err: any, data?: DescribeStoreImageTasksCommandOutput) => void): void;
2598
2722
  describeStoreImageTasks(args: DescribeStoreImageTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStoreImageTasksCommandOutput) => void): void;
2599
2723
  /**
2600
2724
  * @see {@link DescribeSubnetsCommand}
2601
2725
  */
2726
+ describeSubnets(): Promise<DescribeSubnetsCommandOutput>;
2602
2727
  describeSubnets(args: DescribeSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSubnetsCommandOutput>;
2603
2728
  describeSubnets(args: DescribeSubnetsCommandInput, cb: (err: any, data?: DescribeSubnetsCommandOutput) => void): void;
2604
2729
  describeSubnets(args: DescribeSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubnetsCommandOutput) => void): void;
2605
2730
  /**
2606
2731
  * @see {@link DescribeTagsCommand}
2607
2732
  */
2733
+ describeTags(): Promise<DescribeTagsCommandOutput>;
2608
2734
  describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
2609
2735
  describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
2610
2736
  describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
2611
2737
  /**
2612
2738
  * @see {@link DescribeTrafficMirrorFiltersCommand}
2613
2739
  */
2740
+ describeTrafficMirrorFilters(): Promise<DescribeTrafficMirrorFiltersCommandOutput>;
2614
2741
  describeTrafficMirrorFilters(args: DescribeTrafficMirrorFiltersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrafficMirrorFiltersCommandOutput>;
2615
2742
  describeTrafficMirrorFilters(args: DescribeTrafficMirrorFiltersCommandInput, cb: (err: any, data?: DescribeTrafficMirrorFiltersCommandOutput) => void): void;
2616
2743
  describeTrafficMirrorFilters(args: DescribeTrafficMirrorFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrafficMirrorFiltersCommandOutput) => void): void;
2617
2744
  /**
2618
2745
  * @see {@link DescribeTrafficMirrorSessionsCommand}
2619
2746
  */
2747
+ describeTrafficMirrorSessions(): Promise<DescribeTrafficMirrorSessionsCommandOutput>;
2620
2748
  describeTrafficMirrorSessions(args: DescribeTrafficMirrorSessionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrafficMirrorSessionsCommandOutput>;
2621
2749
  describeTrafficMirrorSessions(args: DescribeTrafficMirrorSessionsCommandInput, cb: (err: any, data?: DescribeTrafficMirrorSessionsCommandOutput) => void): void;
2622
2750
  describeTrafficMirrorSessions(args: DescribeTrafficMirrorSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrafficMirrorSessionsCommandOutput) => void): void;
2623
2751
  /**
2624
2752
  * @see {@link DescribeTrafficMirrorTargetsCommand}
2625
2753
  */
2754
+ describeTrafficMirrorTargets(): Promise<DescribeTrafficMirrorTargetsCommandOutput>;
2626
2755
  describeTrafficMirrorTargets(args: DescribeTrafficMirrorTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrafficMirrorTargetsCommandOutput>;
2627
2756
  describeTrafficMirrorTargets(args: DescribeTrafficMirrorTargetsCommandInput, cb: (err: any, data?: DescribeTrafficMirrorTargetsCommandOutput) => void): void;
2628
2757
  describeTrafficMirrorTargets(args: DescribeTrafficMirrorTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrafficMirrorTargetsCommandOutput) => void): void;
2629
2758
  /**
2630
2759
  * @see {@link DescribeTransitGatewayAttachmentsCommand}
2631
2760
  */
2761
+ describeTransitGatewayAttachments(): Promise<DescribeTransitGatewayAttachmentsCommandOutput>;
2632
2762
  describeTransitGatewayAttachments(args: DescribeTransitGatewayAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayAttachmentsCommandOutput>;
2633
2763
  describeTransitGatewayAttachments(args: DescribeTransitGatewayAttachmentsCommandInput, cb: (err: any, data?: DescribeTransitGatewayAttachmentsCommandOutput) => void): void;
2634
2764
  describeTransitGatewayAttachments(args: DescribeTransitGatewayAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayAttachmentsCommandOutput) => void): void;
2635
2765
  /**
2636
2766
  * @see {@link DescribeTransitGatewayConnectPeersCommand}
2637
2767
  */
2768
+ describeTransitGatewayConnectPeers(): Promise<DescribeTransitGatewayConnectPeersCommandOutput>;
2638
2769
  describeTransitGatewayConnectPeers(args: DescribeTransitGatewayConnectPeersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayConnectPeersCommandOutput>;
2639
2770
  describeTransitGatewayConnectPeers(args: DescribeTransitGatewayConnectPeersCommandInput, cb: (err: any, data?: DescribeTransitGatewayConnectPeersCommandOutput) => void): void;
2640
2771
  describeTransitGatewayConnectPeers(args: DescribeTransitGatewayConnectPeersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayConnectPeersCommandOutput) => void): void;
2641
2772
  /**
2642
2773
  * @see {@link DescribeTransitGatewayConnectsCommand}
2643
2774
  */
2775
+ describeTransitGatewayConnects(): Promise<DescribeTransitGatewayConnectsCommandOutput>;
2644
2776
  describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayConnectsCommandOutput>;
2645
2777
  describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, cb: (err: any, data?: DescribeTransitGatewayConnectsCommandOutput) => void): void;
2646
2778
  describeTransitGatewayConnects(args: DescribeTransitGatewayConnectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayConnectsCommandOutput) => void): void;
2647
2779
  /**
2648
2780
  * @see {@link DescribeTransitGatewayMulticastDomainsCommand}
2649
2781
  */
2782
+ describeTransitGatewayMulticastDomains(): Promise<DescribeTransitGatewayMulticastDomainsCommandOutput>;
2650
2783
  describeTransitGatewayMulticastDomains(args: DescribeTransitGatewayMulticastDomainsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayMulticastDomainsCommandOutput>;
2651
2784
  describeTransitGatewayMulticastDomains(args: DescribeTransitGatewayMulticastDomainsCommandInput, cb: (err: any, data?: DescribeTransitGatewayMulticastDomainsCommandOutput) => void): void;
2652
2785
  describeTransitGatewayMulticastDomains(args: DescribeTransitGatewayMulticastDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayMulticastDomainsCommandOutput) => void): void;
2653
2786
  /**
2654
2787
  * @see {@link DescribeTransitGatewayPeeringAttachmentsCommand}
2655
2788
  */
2789
+ describeTransitGatewayPeeringAttachments(): Promise<DescribeTransitGatewayPeeringAttachmentsCommandOutput>;
2656
2790
  describeTransitGatewayPeeringAttachments(args: DescribeTransitGatewayPeeringAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayPeeringAttachmentsCommandOutput>;
2657
2791
  describeTransitGatewayPeeringAttachments(args: DescribeTransitGatewayPeeringAttachmentsCommandInput, cb: (err: any, data?: DescribeTransitGatewayPeeringAttachmentsCommandOutput) => void): void;
2658
2792
  describeTransitGatewayPeeringAttachments(args: DescribeTransitGatewayPeeringAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayPeeringAttachmentsCommandOutput) => void): void;
2659
2793
  /**
2660
2794
  * @see {@link DescribeTransitGatewayPolicyTablesCommand}
2661
2795
  */
2796
+ describeTransitGatewayPolicyTables(): Promise<DescribeTransitGatewayPolicyTablesCommandOutput>;
2662
2797
  describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayPolicyTablesCommandOutput>;
2663
2798
  describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, cb: (err: any, data?: DescribeTransitGatewayPolicyTablesCommandOutput) => void): void;
2664
2799
  describeTransitGatewayPolicyTables(args: DescribeTransitGatewayPolicyTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayPolicyTablesCommandOutput) => void): void;
2665
2800
  /**
2666
2801
  * @see {@link DescribeTransitGatewayRouteTableAnnouncementsCommand}
2667
2802
  */
2803
+ describeTransitGatewayRouteTableAnnouncements(): Promise<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput>;
2668
2804
  describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput>;
2669
2805
  describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, cb: (err: any, data?: DescribeTransitGatewayRouteTableAnnouncementsCommandOutput) => void): void;
2670
2806
  describeTransitGatewayRouteTableAnnouncements(args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayRouteTableAnnouncementsCommandOutput) => void): void;
2671
2807
  /**
2672
2808
  * @see {@link DescribeTransitGatewayRouteTablesCommand}
2673
2809
  */
2810
+ describeTransitGatewayRouteTables(): Promise<DescribeTransitGatewayRouteTablesCommandOutput>;
2674
2811
  describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayRouteTablesCommandOutput>;
2675
2812
  describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, cb: (err: any, data?: DescribeTransitGatewayRouteTablesCommandOutput) => void): void;
2676
2813
  describeTransitGatewayRouteTables(args: DescribeTransitGatewayRouteTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayRouteTablesCommandOutput) => void): void;
2677
2814
  /**
2678
2815
  * @see {@link DescribeTransitGatewaysCommand}
2679
2816
  */
2817
+ describeTransitGateways(): Promise<DescribeTransitGatewaysCommandOutput>;
2680
2818
  describeTransitGateways(args: DescribeTransitGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewaysCommandOutput>;
2681
2819
  describeTransitGateways(args: DescribeTransitGatewaysCommandInput, cb: (err: any, data?: DescribeTransitGatewaysCommandOutput) => void): void;
2682
2820
  describeTransitGateways(args: DescribeTransitGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewaysCommandOutput) => void): void;
2683
2821
  /**
2684
2822
  * @see {@link DescribeTransitGatewayVpcAttachmentsCommand}
2685
2823
  */
2824
+ describeTransitGatewayVpcAttachments(): Promise<DescribeTransitGatewayVpcAttachmentsCommandOutput>;
2686
2825
  describeTransitGatewayVpcAttachments(args: DescribeTransitGatewayVpcAttachmentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTransitGatewayVpcAttachmentsCommandOutput>;
2687
2826
  describeTransitGatewayVpcAttachments(args: DescribeTransitGatewayVpcAttachmentsCommandInput, cb: (err: any, data?: DescribeTransitGatewayVpcAttachmentsCommandOutput) => void): void;
2688
2827
  describeTransitGatewayVpcAttachments(args: DescribeTransitGatewayVpcAttachmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTransitGatewayVpcAttachmentsCommandOutput) => void): void;
2689
2828
  /**
2690
2829
  * @see {@link DescribeTrunkInterfaceAssociationsCommand}
2691
2830
  */
2831
+ describeTrunkInterfaceAssociations(): Promise<DescribeTrunkInterfaceAssociationsCommandOutput>;
2692
2832
  describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrunkInterfaceAssociationsCommandOutput>;
2693
2833
  describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, cb: (err: any, data?: DescribeTrunkInterfaceAssociationsCommandOutput) => void): void;
2694
2834
  describeTrunkInterfaceAssociations(args: DescribeTrunkInterfaceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrunkInterfaceAssociationsCommandOutput) => void): void;
2695
2835
  /**
2696
2836
  * @see {@link DescribeVerifiedAccessEndpointsCommand}
2697
2837
  */
2838
+ describeVerifiedAccessEndpoints(): Promise<DescribeVerifiedAccessEndpointsCommandOutput>;
2698
2839
  describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessEndpointsCommandOutput>;
2699
2840
  describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, cb: (err: any, data?: DescribeVerifiedAccessEndpointsCommandOutput) => void): void;
2700
2841
  describeVerifiedAccessEndpoints(args: DescribeVerifiedAccessEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessEndpointsCommandOutput) => void): void;
2701
2842
  /**
2702
2843
  * @see {@link DescribeVerifiedAccessGroupsCommand}
2703
2844
  */
2845
+ describeVerifiedAccessGroups(): Promise<DescribeVerifiedAccessGroupsCommandOutput>;
2704
2846
  describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessGroupsCommandOutput>;
2705
2847
  describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, cb: (err: any, data?: DescribeVerifiedAccessGroupsCommandOutput) => void): void;
2706
2848
  describeVerifiedAccessGroups(args: DescribeVerifiedAccessGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessGroupsCommandOutput) => void): void;
2707
2849
  /**
2708
2850
  * @see {@link DescribeVerifiedAccessInstanceLoggingConfigurationsCommand}
2709
2851
  */
2852
+ describeVerifiedAccessInstanceLoggingConfigurations(): Promise<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput>;
2710
2853
  describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput>;
2711
2854
  describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, cb: (err: any, data?: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput) => void): void;
2712
2855
  describeVerifiedAccessInstanceLoggingConfigurations(args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput) => void): void;
2713
2856
  /**
2714
2857
  * @see {@link DescribeVerifiedAccessInstancesCommand}
2715
2858
  */
2859
+ describeVerifiedAccessInstances(): Promise<DescribeVerifiedAccessInstancesCommandOutput>;
2716
2860
  describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessInstancesCommandOutput>;
2717
2861
  describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, cb: (err: any, data?: DescribeVerifiedAccessInstancesCommandOutput) => void): void;
2718
2862
  describeVerifiedAccessInstances(args: DescribeVerifiedAccessInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessInstancesCommandOutput) => void): void;
2719
2863
  /**
2720
2864
  * @see {@link DescribeVerifiedAccessTrustProvidersCommand}
2721
2865
  */
2866
+ describeVerifiedAccessTrustProviders(): Promise<DescribeVerifiedAccessTrustProvidersCommandOutput>;
2722
2867
  describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVerifiedAccessTrustProvidersCommandOutput>;
2723
2868
  describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, cb: (err: any, data?: DescribeVerifiedAccessTrustProvidersCommandOutput) => void): void;
2724
2869
  describeVerifiedAccessTrustProviders(args: DescribeVerifiedAccessTrustProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVerifiedAccessTrustProvidersCommandOutput) => void): void;
@@ -2731,18 +2876,21 @@ export interface EC2 {
2731
2876
  /**
2732
2877
  * @see {@link DescribeVolumesCommand}
2733
2878
  */
2879
+ describeVolumes(): Promise<DescribeVolumesCommandOutput>;
2734
2880
  describeVolumes(args: DescribeVolumesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVolumesCommandOutput>;
2735
2881
  describeVolumes(args: DescribeVolumesCommandInput, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void;
2736
2882
  describeVolumes(args: DescribeVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVolumesCommandOutput) => void): void;
2737
2883
  /**
2738
2884
  * @see {@link DescribeVolumesModificationsCommand}
2739
2885
  */
2886
+ describeVolumesModifications(): Promise<DescribeVolumesModificationsCommandOutput>;
2740
2887
  describeVolumesModifications(args: DescribeVolumesModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVolumesModificationsCommandOutput>;
2741
2888
  describeVolumesModifications(args: DescribeVolumesModificationsCommandInput, cb: (err: any, data?: DescribeVolumesModificationsCommandOutput) => void): void;
2742
2889
  describeVolumesModifications(args: DescribeVolumesModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVolumesModificationsCommandOutput) => void): void;
2743
2890
  /**
2744
2891
  * @see {@link DescribeVolumeStatusCommand}
2745
2892
  */
2893
+ describeVolumeStatus(): Promise<DescribeVolumeStatusCommandOutput>;
2746
2894
  describeVolumeStatus(args: DescribeVolumeStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVolumeStatusCommandOutput>;
2747
2895
  describeVolumeStatus(args: DescribeVolumeStatusCommandInput, cb: (err: any, data?: DescribeVolumeStatusCommandOutput) => void): void;
2748
2896
  describeVolumeStatus(args: DescribeVolumeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVolumeStatusCommandOutput) => void): void;
@@ -2755,36 +2903,42 @@ export interface EC2 {
2755
2903
  /**
2756
2904
  * @see {@link DescribeVpcClassicLinkCommand}
2757
2905
  */
2906
+ describeVpcClassicLink(): Promise<DescribeVpcClassicLinkCommandOutput>;
2758
2907
  describeVpcClassicLink(args: DescribeVpcClassicLinkCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcClassicLinkCommandOutput>;
2759
2908
  describeVpcClassicLink(args: DescribeVpcClassicLinkCommandInput, cb: (err: any, data?: DescribeVpcClassicLinkCommandOutput) => void): void;
2760
2909
  describeVpcClassicLink(args: DescribeVpcClassicLinkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcClassicLinkCommandOutput) => void): void;
2761
2910
  /**
2762
2911
  * @see {@link DescribeVpcClassicLinkDnsSupportCommand}
2763
2912
  */
2913
+ describeVpcClassicLinkDnsSupport(): Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
2764
2914
  describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
2765
2915
  describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void): void;
2766
2916
  describeVpcClassicLinkDnsSupport(args: DescribeVpcClassicLinkDnsSupportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void): void;
2767
2917
  /**
2768
2918
  * @see {@link DescribeVpcEndpointConnectionNotificationsCommand}
2769
2919
  */
2920
+ describeVpcEndpointConnectionNotifications(): Promise<DescribeVpcEndpointConnectionNotificationsCommandOutput>;
2770
2921
  describeVpcEndpointConnectionNotifications(args: DescribeVpcEndpointConnectionNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcEndpointConnectionNotificationsCommandOutput>;
2771
2922
  describeVpcEndpointConnectionNotifications(args: DescribeVpcEndpointConnectionNotificationsCommandInput, cb: (err: any, data?: DescribeVpcEndpointConnectionNotificationsCommandOutput) => void): void;
2772
2923
  describeVpcEndpointConnectionNotifications(args: DescribeVpcEndpointConnectionNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcEndpointConnectionNotificationsCommandOutput) => void): void;
2773
2924
  /**
2774
2925
  * @see {@link DescribeVpcEndpointConnectionsCommand}
2775
2926
  */
2927
+ describeVpcEndpointConnections(): Promise<DescribeVpcEndpointConnectionsCommandOutput>;
2776
2928
  describeVpcEndpointConnections(args: DescribeVpcEndpointConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcEndpointConnectionsCommandOutput>;
2777
2929
  describeVpcEndpointConnections(args: DescribeVpcEndpointConnectionsCommandInput, cb: (err: any, data?: DescribeVpcEndpointConnectionsCommandOutput) => void): void;
2778
2930
  describeVpcEndpointConnections(args: DescribeVpcEndpointConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcEndpointConnectionsCommandOutput) => void): void;
2779
2931
  /**
2780
2932
  * @see {@link DescribeVpcEndpointsCommand}
2781
2933
  */
2934
+ describeVpcEndpoints(): Promise<DescribeVpcEndpointsCommandOutput>;
2782
2935
  describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcEndpointsCommandOutput>;
2783
2936
  describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void): void;
2784
2937
  describeVpcEndpoints(args: DescribeVpcEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void): void;
2785
2938
  /**
2786
2939
  * @see {@link DescribeVpcEndpointServiceConfigurationsCommand}
2787
2940
  */
2941
+ describeVpcEndpointServiceConfigurations(): Promise<DescribeVpcEndpointServiceConfigurationsCommandOutput>;
2788
2942
  describeVpcEndpointServiceConfigurations(args: DescribeVpcEndpointServiceConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcEndpointServiceConfigurationsCommandOutput>;
2789
2943
  describeVpcEndpointServiceConfigurations(args: DescribeVpcEndpointServiceConfigurationsCommandInput, cb: (err: any, data?: DescribeVpcEndpointServiceConfigurationsCommandOutput) => void): void;
2790
2944
  describeVpcEndpointServiceConfigurations(args: DescribeVpcEndpointServiceConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcEndpointServiceConfigurationsCommandOutput) => void): void;
@@ -2797,30 +2951,35 @@ export interface EC2 {
2797
2951
  /**
2798
2952
  * @see {@link DescribeVpcEndpointServicesCommand}
2799
2953
  */
2954
+ describeVpcEndpointServices(): Promise<DescribeVpcEndpointServicesCommandOutput>;
2800
2955
  describeVpcEndpointServices(args: DescribeVpcEndpointServicesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcEndpointServicesCommandOutput>;
2801
2956
  describeVpcEndpointServices(args: DescribeVpcEndpointServicesCommandInput, cb: (err: any, data?: DescribeVpcEndpointServicesCommandOutput) => void): void;
2802
2957
  describeVpcEndpointServices(args: DescribeVpcEndpointServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcEndpointServicesCommandOutput) => void): void;
2803
2958
  /**
2804
2959
  * @see {@link DescribeVpcPeeringConnectionsCommand}
2805
2960
  */
2961
+ describeVpcPeeringConnections(): Promise<DescribeVpcPeeringConnectionsCommandOutput>;
2806
2962
  describeVpcPeeringConnections(args: DescribeVpcPeeringConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcPeeringConnectionsCommandOutput>;
2807
2963
  describeVpcPeeringConnections(args: DescribeVpcPeeringConnectionsCommandInput, cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void): void;
2808
2964
  describeVpcPeeringConnections(args: DescribeVpcPeeringConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void): void;
2809
2965
  /**
2810
2966
  * @see {@link DescribeVpcsCommand}
2811
2967
  */
2968
+ describeVpcs(): Promise<DescribeVpcsCommandOutput>;
2812
2969
  describeVpcs(args: DescribeVpcsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpcsCommandOutput>;
2813
2970
  describeVpcs(args: DescribeVpcsCommandInput, cb: (err: any, data?: DescribeVpcsCommandOutput) => void): void;
2814
2971
  describeVpcs(args: DescribeVpcsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpcsCommandOutput) => void): void;
2815
2972
  /**
2816
2973
  * @see {@link DescribeVpnConnectionsCommand}
2817
2974
  */
2975
+ describeVpnConnections(): Promise<DescribeVpnConnectionsCommandOutput>;
2818
2976
  describeVpnConnections(args: DescribeVpnConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpnConnectionsCommandOutput>;
2819
2977
  describeVpnConnections(args: DescribeVpnConnectionsCommandInput, cb: (err: any, data?: DescribeVpnConnectionsCommandOutput) => void): void;
2820
2978
  describeVpnConnections(args: DescribeVpnConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpnConnectionsCommandOutput) => void): void;
2821
2979
  /**
2822
2980
  * @see {@link DescribeVpnGatewaysCommand}
2823
2981
  */
2982
+ describeVpnGateways(): Promise<DescribeVpnGatewaysCommandOutput>;
2824
2983
  describeVpnGateways(args: DescribeVpnGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVpnGatewaysCommandOutput>;
2825
2984
  describeVpnGateways(args: DescribeVpnGatewaysCommandInput, cb: (err: any, data?: DescribeVpnGatewaysCommandOutput) => void): void;
2826
2985
  describeVpnGateways(args: DescribeVpnGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVpnGatewaysCommandOutput) => void): void;
@@ -2869,12 +3028,14 @@ export interface EC2 {
2869
3028
  /**
2870
3029
  * @see {@link DisableAwsNetworkPerformanceMetricSubscriptionCommand}
2871
3030
  */
3031
+ disableAwsNetworkPerformanceMetricSubscription(): Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
2872
3032
  disableAwsNetworkPerformanceMetricSubscription(args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
2873
3033
  disableAwsNetworkPerformanceMetricSubscription(args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, cb: (err: any, data?: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput) => void): void;
2874
3034
  disableAwsNetworkPerformanceMetricSubscription(args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput) => void): void;
2875
3035
  /**
2876
3036
  * @see {@link DisableEbsEncryptionByDefaultCommand}
2877
3037
  */
3038
+ disableEbsEncryptionByDefault(): Promise<DisableEbsEncryptionByDefaultCommandOutput>;
2878
3039
  disableEbsEncryptionByDefault(args: DisableEbsEncryptionByDefaultCommandInput, options?: __HttpHandlerOptions): Promise<DisableEbsEncryptionByDefaultCommandOutput>;
2879
3040
  disableEbsEncryptionByDefault(args: DisableEbsEncryptionByDefaultCommandInput, cb: (err: any, data?: DisableEbsEncryptionByDefaultCommandOutput) => void): void;
2880
3041
  disableEbsEncryptionByDefault(args: DisableEbsEncryptionByDefaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableEbsEncryptionByDefaultCommandOutput) => void): void;
@@ -2899,6 +3060,7 @@ export interface EC2 {
2899
3060
  /**
2900
3061
  * @see {@link DisableImageBlockPublicAccessCommand}
2901
3062
  */
3063
+ disableImageBlockPublicAccess(): Promise<DisableImageBlockPublicAccessCommandOutput>;
2902
3064
  disableImageBlockPublicAccess(args: DisableImageBlockPublicAccessCommandInput, options?: __HttpHandlerOptions): Promise<DisableImageBlockPublicAccessCommandOutput>;
2903
3065
  disableImageBlockPublicAccess(args: DisableImageBlockPublicAccessCommandInput, cb: (err: any, data?: DisableImageBlockPublicAccessCommandOutput) => void): void;
2904
3066
  disableImageBlockPublicAccess(args: DisableImageBlockPublicAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableImageBlockPublicAccessCommandOutput) => void): void;
@@ -2917,12 +3079,14 @@ export interface EC2 {
2917
3079
  /**
2918
3080
  * @see {@link DisableSerialConsoleAccessCommand}
2919
3081
  */
3082
+ disableSerialConsoleAccess(): Promise<DisableSerialConsoleAccessCommandOutput>;
2920
3083
  disableSerialConsoleAccess(args: DisableSerialConsoleAccessCommandInput, options?: __HttpHandlerOptions): Promise<DisableSerialConsoleAccessCommandOutput>;
2921
3084
  disableSerialConsoleAccess(args: DisableSerialConsoleAccessCommandInput, cb: (err: any, data?: DisableSerialConsoleAccessCommandOutput) => void): void;
2922
3085
  disableSerialConsoleAccess(args: DisableSerialConsoleAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSerialConsoleAccessCommandOutput) => void): void;
2923
3086
  /**
2924
3087
  * @see {@link DisableSnapshotBlockPublicAccessCommand}
2925
3088
  */
3089
+ disableSnapshotBlockPublicAccess(): Promise<DisableSnapshotBlockPublicAccessCommandOutput>;
2926
3090
  disableSnapshotBlockPublicAccess(args: DisableSnapshotBlockPublicAccessCommandInput, options?: __HttpHandlerOptions): Promise<DisableSnapshotBlockPublicAccessCommandOutput>;
2927
3091
  disableSnapshotBlockPublicAccess(args: DisableSnapshotBlockPublicAccessCommandInput, cb: (err: any, data?: DisableSnapshotBlockPublicAccessCommandOutput) => void): void;
2928
3092
  disableSnapshotBlockPublicAccess(args: DisableSnapshotBlockPublicAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableSnapshotBlockPublicAccessCommandOutput) => void): void;
@@ -2947,12 +3111,14 @@ export interface EC2 {
2947
3111
  /**
2948
3112
  * @see {@link DisableVpcClassicLinkDnsSupportCommand}
2949
3113
  */
3114
+ disableVpcClassicLinkDnsSupport(): Promise<DisableVpcClassicLinkDnsSupportCommandOutput>;
2950
3115
  disableVpcClassicLinkDnsSupport(args: DisableVpcClassicLinkDnsSupportCommandInput, options?: __HttpHandlerOptions): Promise<DisableVpcClassicLinkDnsSupportCommandOutput>;
2951
3116
  disableVpcClassicLinkDnsSupport(args: DisableVpcClassicLinkDnsSupportCommandInput, cb: (err: any, data?: DisableVpcClassicLinkDnsSupportCommandOutput) => void): void;
2952
3117
  disableVpcClassicLinkDnsSupport(args: DisableVpcClassicLinkDnsSupportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableVpcClassicLinkDnsSupportCommandOutput) => void): void;
2953
3118
  /**
2954
3119
  * @see {@link DisassociateAddressCommand}
2955
3120
  */
3121
+ disassociateAddress(): Promise<DisassociateAddressCommandOutput>;
2956
3122
  disassociateAddress(args: DisassociateAddressCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAddressCommandOutput>;
2957
3123
  disassociateAddress(args: DisassociateAddressCommandInput, cb: (err: any, data?: DisassociateAddressCommandOutput) => void): void;
2958
3124
  disassociateAddress(args: DisassociateAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAddressCommandOutput) => void): void;
@@ -3049,12 +3215,14 @@ export interface EC2 {
3049
3215
  /**
3050
3216
  * @see {@link EnableAwsNetworkPerformanceMetricSubscriptionCommand}
3051
3217
  */
3218
+ enableAwsNetworkPerformanceMetricSubscription(): Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
3052
3219
  enableAwsNetworkPerformanceMetricSubscription(args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
3053
3220
  enableAwsNetworkPerformanceMetricSubscription(args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, cb: (err: any, data?: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput) => void): void;
3054
3221
  enableAwsNetworkPerformanceMetricSubscription(args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput) => void): void;
3055
3222
  /**
3056
3223
  * @see {@link EnableEbsEncryptionByDefaultCommand}
3057
3224
  */
3225
+ enableEbsEncryptionByDefault(): Promise<EnableEbsEncryptionByDefaultCommandOutput>;
3058
3226
  enableEbsEncryptionByDefault(args: EnableEbsEncryptionByDefaultCommandInput, options?: __HttpHandlerOptions): Promise<EnableEbsEncryptionByDefaultCommandOutput>;
3059
3227
  enableEbsEncryptionByDefault(args: EnableEbsEncryptionByDefaultCommandInput, cb: (err: any, data?: EnableEbsEncryptionByDefaultCommandOutput) => void): void;
3060
3228
  enableEbsEncryptionByDefault(args: EnableEbsEncryptionByDefaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableEbsEncryptionByDefaultCommandOutput) => void): void;
@@ -3097,12 +3265,14 @@ export interface EC2 {
3097
3265
  /**
3098
3266
  * @see {@link EnableReachabilityAnalyzerOrganizationSharingCommand}
3099
3267
  */
3268
+ enableReachabilityAnalyzerOrganizationSharing(): Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
3100
3269
  enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, options?: __HttpHandlerOptions): Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
3101
3270
  enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, cb: (err: any, data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput) => void): void;
3102
3271
  enableReachabilityAnalyzerOrganizationSharing(args: EnableReachabilityAnalyzerOrganizationSharingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput) => void): void;
3103
3272
  /**
3104
3273
  * @see {@link EnableSerialConsoleAccessCommand}
3105
3274
  */
3275
+ enableSerialConsoleAccess(): Promise<EnableSerialConsoleAccessCommandOutput>;
3106
3276
  enableSerialConsoleAccess(args: EnableSerialConsoleAccessCommandInput, options?: __HttpHandlerOptions): Promise<EnableSerialConsoleAccessCommandOutput>;
3107
3277
  enableSerialConsoleAccess(args: EnableSerialConsoleAccessCommandInput, cb: (err: any, data?: EnableSerialConsoleAccessCommandOutput) => void): void;
3108
3278
  enableSerialConsoleAccess(args: EnableSerialConsoleAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableSerialConsoleAccessCommandOutput) => void): void;
@@ -3139,6 +3309,7 @@ export interface EC2 {
3139
3309
  /**
3140
3310
  * @see {@link EnableVpcClassicLinkDnsSupportCommand}
3141
3311
  */
3312
+ enableVpcClassicLinkDnsSupport(): Promise<EnableVpcClassicLinkDnsSupportCommandOutput>;
3142
3313
  enableVpcClassicLinkDnsSupport(args: EnableVpcClassicLinkDnsSupportCommandInput, options?: __HttpHandlerOptions): Promise<EnableVpcClassicLinkDnsSupportCommandOutput>;
3143
3314
  enableVpcClassicLinkDnsSupport(args: EnableVpcClassicLinkDnsSupportCommandInput, cb: (err: any, data?: EnableVpcClassicLinkDnsSupportCommandOutput) => void): void;
3144
3315
  enableVpcClassicLinkDnsSupport(args: EnableVpcClassicLinkDnsSupportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableVpcClassicLinkDnsSupportCommandOutput) => void): void;
@@ -3181,6 +3352,7 @@ export interface EC2 {
3181
3352
  /**
3182
3353
  * @see {@link GetAwsNetworkPerformanceDataCommand}
3183
3354
  */
3355
+ getAwsNetworkPerformanceData(): Promise<GetAwsNetworkPerformanceDataCommandOutput>;
3184
3356
  getAwsNetworkPerformanceData(args: GetAwsNetworkPerformanceDataCommandInput, options?: __HttpHandlerOptions): Promise<GetAwsNetworkPerformanceDataCommandOutput>;
3185
3357
  getAwsNetworkPerformanceData(args: GetAwsNetworkPerformanceDataCommandInput, cb: (err: any, data?: GetAwsNetworkPerformanceDataCommandOutput) => void): void;
3186
3358
  getAwsNetworkPerformanceData(args: GetAwsNetworkPerformanceDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAwsNetworkPerformanceDataCommandOutput) => void): void;
@@ -3217,12 +3389,14 @@ export interface EC2 {
3217
3389
  /**
3218
3390
  * @see {@link GetEbsDefaultKmsKeyIdCommand}
3219
3391
  */
3392
+ getEbsDefaultKmsKeyId(): Promise<GetEbsDefaultKmsKeyIdCommandOutput>;
3220
3393
  getEbsDefaultKmsKeyId(args: GetEbsDefaultKmsKeyIdCommandInput, options?: __HttpHandlerOptions): Promise<GetEbsDefaultKmsKeyIdCommandOutput>;
3221
3394
  getEbsDefaultKmsKeyId(args: GetEbsDefaultKmsKeyIdCommandInput, cb: (err: any, data?: GetEbsDefaultKmsKeyIdCommandOutput) => void): void;
3222
3395
  getEbsDefaultKmsKeyId(args: GetEbsDefaultKmsKeyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEbsDefaultKmsKeyIdCommandOutput) => void): void;
3223
3396
  /**
3224
3397
  * @see {@link GetEbsEncryptionByDefaultCommand}
3225
3398
  */
3399
+ getEbsEncryptionByDefault(): Promise<GetEbsEncryptionByDefaultCommandOutput>;
3226
3400
  getEbsEncryptionByDefault(args: GetEbsEncryptionByDefaultCommandInput, options?: __HttpHandlerOptions): Promise<GetEbsEncryptionByDefaultCommandOutput>;
3227
3401
  getEbsEncryptionByDefault(args: GetEbsEncryptionByDefaultCommandInput, cb: (err: any, data?: GetEbsEncryptionByDefaultCommandOutput) => void): void;
3228
3402
  getEbsEncryptionByDefault(args: GetEbsEncryptionByDefaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEbsEncryptionByDefaultCommandOutput) => void): void;
@@ -3247,6 +3421,7 @@ export interface EC2 {
3247
3421
  /**
3248
3422
  * @see {@link GetImageBlockPublicAccessStateCommand}
3249
3423
  */
3424
+ getImageBlockPublicAccessState(): Promise<GetImageBlockPublicAccessStateCommandOutput>;
3250
3425
  getImageBlockPublicAccessState(args: GetImageBlockPublicAccessStateCommandInput, options?: __HttpHandlerOptions): Promise<GetImageBlockPublicAccessStateCommandOutput>;
3251
3426
  getImageBlockPublicAccessState(args: GetImageBlockPublicAccessStateCommandInput, cb: (err: any, data?: GetImageBlockPublicAccessStateCommandOutput) => void): void;
3252
3427
  getImageBlockPublicAccessState(args: GetImageBlockPublicAccessStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImageBlockPublicAccessStateCommandOutput) => void): void;
@@ -3355,12 +3530,14 @@ export interface EC2 {
3355
3530
  /**
3356
3531
  * @see {@link GetSerialConsoleAccessStatusCommand}
3357
3532
  */
3533
+ getSerialConsoleAccessStatus(): Promise<GetSerialConsoleAccessStatusCommandOutput>;
3358
3534
  getSerialConsoleAccessStatus(args: GetSerialConsoleAccessStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetSerialConsoleAccessStatusCommandOutput>;
3359
3535
  getSerialConsoleAccessStatus(args: GetSerialConsoleAccessStatusCommandInput, cb: (err: any, data?: GetSerialConsoleAccessStatusCommandOutput) => void): void;
3360
3536
  getSerialConsoleAccessStatus(args: GetSerialConsoleAccessStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSerialConsoleAccessStatusCommandOutput) => void): void;
3361
3537
  /**
3362
3538
  * @see {@link GetSnapshotBlockPublicAccessStateCommand}
3363
3539
  */
3540
+ getSnapshotBlockPublicAccessState(): Promise<GetSnapshotBlockPublicAccessStateCommandOutput>;
3364
3541
  getSnapshotBlockPublicAccessState(args: GetSnapshotBlockPublicAccessStateCommandInput, options?: __HttpHandlerOptions): Promise<GetSnapshotBlockPublicAccessStateCommandOutput>;
3365
3542
  getSnapshotBlockPublicAccessState(args: GetSnapshotBlockPublicAccessStateCommandInput, cb: (err: any, data?: GetSnapshotBlockPublicAccessStateCommandOutput) => void): void;
3366
3543
  getSnapshotBlockPublicAccessState(args: GetSnapshotBlockPublicAccessStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSnapshotBlockPublicAccessStateCommandOutput) => void): void;
@@ -3439,6 +3616,7 @@ export interface EC2 {
3439
3616
  /**
3440
3617
  * @see {@link GetVpnConnectionDeviceTypesCommand}
3441
3618
  */
3619
+ getVpnConnectionDeviceTypes(): Promise<GetVpnConnectionDeviceTypesCommandOutput>;
3442
3620
  getVpnConnectionDeviceTypes(args: GetVpnConnectionDeviceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetVpnConnectionDeviceTypesCommandOutput>;
3443
3621
  getVpnConnectionDeviceTypes(args: GetVpnConnectionDeviceTypesCommandInput, cb: (err: any, data?: GetVpnConnectionDeviceTypesCommandOutput) => void): void;
3444
3622
  getVpnConnectionDeviceTypes(args: GetVpnConnectionDeviceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVpnConnectionDeviceTypesCommandOutput) => void): void;
@@ -3457,6 +3635,7 @@ export interface EC2 {
3457
3635
  /**
3458
3636
  * @see {@link ImportImageCommand}
3459
3637
  */
3638
+ importImage(): Promise<ImportImageCommandOutput>;
3460
3639
  importImage(args: ImportImageCommandInput, options?: __HttpHandlerOptions): Promise<ImportImageCommandOutput>;
3461
3640
  importImage(args: ImportImageCommandInput, cb: (err: any, data?: ImportImageCommandOutput) => void): void;
3462
3641
  importImage(args: ImportImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportImageCommandOutput) => void): void;
@@ -3475,6 +3654,7 @@ export interface EC2 {
3475
3654
  /**
3476
3655
  * @see {@link ImportSnapshotCommand}
3477
3656
  */
3657
+ importSnapshot(): Promise<ImportSnapshotCommandOutput>;
3478
3658
  importSnapshot(args: ImportSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ImportSnapshotCommandOutput>;
3479
3659
  importSnapshot(args: ImportSnapshotCommandInput, cb: (err: any, data?: ImportSnapshotCommandOutput) => void): void;
3480
3660
  importSnapshot(args: ImportSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSnapshotCommandOutput) => void): void;
@@ -3487,12 +3667,14 @@ export interface EC2 {
3487
3667
  /**
3488
3668
  * @see {@link ListImagesInRecycleBinCommand}
3489
3669
  */
3670
+ listImagesInRecycleBin(): Promise<ListImagesInRecycleBinCommandOutput>;
3490
3671
  listImagesInRecycleBin(args: ListImagesInRecycleBinCommandInput, options?: __HttpHandlerOptions): Promise<ListImagesInRecycleBinCommandOutput>;
3491
3672
  listImagesInRecycleBin(args: ListImagesInRecycleBinCommandInput, cb: (err: any, data?: ListImagesInRecycleBinCommandOutput) => void): void;
3492
3673
  listImagesInRecycleBin(args: ListImagesInRecycleBinCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImagesInRecycleBinCommandOutput) => void): void;
3493
3674
  /**
3494
3675
  * @see {@link ListSnapshotsInRecycleBinCommand}
3495
3676
  */
3677
+ listSnapshotsInRecycleBin(): Promise<ListSnapshotsInRecycleBinCommandOutput>;
3496
3678
  listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, options?: __HttpHandlerOptions): Promise<ListSnapshotsInRecycleBinCommandOutput>;
3497
3679
  listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, cb: (err: any, data?: ListSnapshotsInRecycleBinCommandOutput) => void): void;
3498
3680
  listSnapshotsInRecycleBin(args: ListSnapshotsInRecycleBinCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSnapshotsInRecycleBinCommandOutput) => void): void;
@@ -3661,6 +3843,7 @@ export interface EC2 {
3661
3843
  /**
3662
3844
  * @see {@link ModifyLaunchTemplateCommand}
3663
3845
  */
3846
+ modifyLaunchTemplate(): Promise<ModifyLaunchTemplateCommandOutput>;
3664
3847
  modifyLaunchTemplate(args: ModifyLaunchTemplateCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLaunchTemplateCommandOutput>;
3665
3848
  modifyLaunchTemplate(args: ModifyLaunchTemplateCommandInput, cb: (err: any, data?: ModifyLaunchTemplateCommandOutput) => void): void;
3666
3849
  modifyLaunchTemplate(args: ModifyLaunchTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLaunchTemplateCommandOutput) => void): void;
@@ -3985,6 +4168,7 @@ export interface EC2 {
3985
4168
  /**
3986
4169
  * @see {@link RejectTransitGatewayMulticastDomainAssociationsCommand}
3987
4170
  */
4171
+ rejectTransitGatewayMulticastDomainAssociations(): Promise<RejectTransitGatewayMulticastDomainAssociationsCommandOutput>;
3988
4172
  rejectTransitGatewayMulticastDomainAssociations(args: RejectTransitGatewayMulticastDomainAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<RejectTransitGatewayMulticastDomainAssociationsCommandOutput>;
3989
4173
  rejectTransitGatewayMulticastDomainAssociations(args: RejectTransitGatewayMulticastDomainAssociationsCommandInput, cb: (err: any, data?: RejectTransitGatewayMulticastDomainAssociationsCommandOutput) => void): void;
3990
4174
  rejectTransitGatewayMulticastDomainAssociations(args: RejectTransitGatewayMulticastDomainAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectTransitGatewayMulticastDomainAssociationsCommandOutput) => void): void;
@@ -4015,6 +4199,7 @@ export interface EC2 {
4015
4199
  /**
4016
4200
  * @see {@link ReleaseAddressCommand}
4017
4201
  */
4202
+ releaseAddress(): Promise<ReleaseAddressCommandOutput>;
4018
4203
  releaseAddress(args: ReleaseAddressCommandInput, options?: __HttpHandlerOptions): Promise<ReleaseAddressCommandOutput>;
4019
4204
  releaseAddress(args: ReleaseAddressCommandInput, cb: (err: any, data?: ReleaseAddressCommandOutput) => void): void;
4020
4205
  releaseAddress(args: ReleaseAddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReleaseAddressCommandOutput) => void): void;
@@ -4087,6 +4272,7 @@ export interface EC2 {
4087
4272
  /**
4088
4273
  * @see {@link RequestSpotInstancesCommand}
4089
4274
  */
4275
+ requestSpotInstances(): Promise<RequestSpotInstancesCommandOutput>;
4090
4276
  requestSpotInstances(args: RequestSpotInstancesCommandInput, options?: __HttpHandlerOptions): Promise<RequestSpotInstancesCommandOutput>;
4091
4277
  requestSpotInstances(args: RequestSpotInstancesCommandInput, cb: (err: any, data?: RequestSpotInstancesCommandOutput) => void): void;
4092
4278
  requestSpotInstances(args: RequestSpotInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RequestSpotInstancesCommandOutput) => void): void;
@@ -4099,6 +4285,7 @@ export interface EC2 {
4099
4285
  /**
4100
4286
  * @see {@link ResetEbsDefaultKmsKeyIdCommand}
4101
4287
  */
4288
+ resetEbsDefaultKmsKeyId(): Promise<ResetEbsDefaultKmsKeyIdCommandOutput>;
4102
4289
  resetEbsDefaultKmsKeyId(args: ResetEbsDefaultKmsKeyIdCommandInput, options?: __HttpHandlerOptions): Promise<ResetEbsDefaultKmsKeyIdCommandOutput>;
4103
4290
  resetEbsDefaultKmsKeyId(args: ResetEbsDefaultKmsKeyIdCommandInput, cb: (err: any, data?: ResetEbsDefaultKmsKeyIdCommandOutput) => void): void;
4104
4291
  resetEbsDefaultKmsKeyId(args: ResetEbsDefaultKmsKeyIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetEbsDefaultKmsKeyIdCommandOutput) => void): void;
@@ -4177,6 +4364,7 @@ export interface EC2 {
4177
4364
  /**
4178
4365
  * @see {@link RevokeSecurityGroupIngressCommand}
4179
4366
  */
4367
+ revokeSecurityGroupIngress(): Promise<RevokeSecurityGroupIngressCommandOutput>;
4180
4368
  revokeSecurityGroupIngress(args: RevokeSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<RevokeSecurityGroupIngressCommandOutput>;
4181
4369
  revokeSecurityGroupIngress(args: RevokeSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeSecurityGroupIngressCommandOutput) => void): void;
4182
4370
  revokeSecurityGroupIngress(args: RevokeSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeSecurityGroupIngressCommandOutput) => void): void;
@@ -4291,12 +4479,14 @@ export interface EC2 {
4291
4479
  /**
4292
4480
  * @see {@link UpdateSecurityGroupRuleDescriptionsEgressCommand}
4293
4481
  */
4482
+ updateSecurityGroupRuleDescriptionsEgress(): Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
4294
4483
  updateSecurityGroupRuleDescriptionsEgress(args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
4295
4484
  updateSecurityGroupRuleDescriptionsEgress(args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, cb: (err: any, data?: UpdateSecurityGroupRuleDescriptionsEgressCommandOutput) => void): void;
4296
4485
  updateSecurityGroupRuleDescriptionsEgress(args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityGroupRuleDescriptionsEgressCommandOutput) => void): void;
4297
4486
  /**
4298
4487
  * @see {@link UpdateSecurityGroupRuleDescriptionsIngressCommand}
4299
4488
  */
4489
+ updateSecurityGroupRuleDescriptionsIngress(): Promise<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput>;
4300
4490
  updateSecurityGroupRuleDescriptionsIngress(args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput>;
4301
4491
  updateSecurityGroupRuleDescriptionsIngress(args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, cb: (err: any, data?: UpdateSecurityGroupRuleDescriptionsIngressCommandOutput) => void): void;
4302
4492
  updateSecurityGroupRuleDescriptionsIngress(args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSecurityGroupRuleDescriptionsIngressCommandOutput) => void): void;
@@ -4308,10 +4498,10 @@ export interface EC2 {
4308
4498
  withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
4309
4499
  }
4310
4500
  /**
4311
- * @public
4312
4501
  * <fullname>Amazon Elastic Compute Cloud</fullname>
4313
4502
  * <p>You can access the features of Amazon Elastic Compute Cloud (Amazon EC2) programmatically. For more information,
4314
4503
  * see the <a href="https://docs.aws.amazon.com/ec2/latest/devguide">Amazon EC2 Developer Guide</a>.</p>
4504
+ * @public
4315
4505
  */
4316
4506
  export declare class EC2 extends EC2Client implements EC2 {
4317
4507
  }