@aws-sdk/client-ec2 3.50.0 → 3.53.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 (720) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist-cjs/endpoints.js +1 -1
  3. package/dist-cjs/index.js +3 -0
  4. package/dist-cjs/models/EC2ServiceException.js +11 -0
  5. package/dist-cjs/protocols/Aws_ec2.js +2085 -5210
  6. package/dist-es/endpoints.js +1 -1
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/EC2ServiceException.js +12 -0
  9. package/dist-es/protocols/Aws_ec2.js +4170 -3648
  10. package/dist-types/EC2.d.ts +7 -8
  11. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  13. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  16. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  17. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  18. package/dist-types/index.d.ts +1 -0
  19. package/dist-types/models/EC2ServiceException.d.ts +10 -0
  20. package/dist-types/models/models_0.d.ts +1 -1
  21. package/dist-types/models/models_1.d.ts +16 -14
  22. package/dist-types/models/models_2.d.ts +10 -10
  23. package/dist-types/models/models_3.d.ts +104 -22
  24. package/dist-types/models/models_4.d.ts +5 -19
  25. package/dist-types/models/models_6.d.ts +28 -0
  26. package/dist-types/ts3.4/EC2.d.ts +2610 -0
  27. package/dist-types/ts3.4/EC2Client.d.ts +594 -0
  28. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +18 -0
  130. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +17 -0
  214. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +18 -0
  232. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +17 -0
  249. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +17 -0
  250. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +17 -0
  251. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +17 -0
  252. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +17 -0
  253. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
  254. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +17 -0
  255. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +17 -0
  256. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +17 -0
  257. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +17 -0
  258. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +17 -0
  259. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +17 -0
  260. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +17 -0
  261. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +17 -0
  262. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +17 -0
  263. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +17 -0
  264. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +17 -0
  266. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +17 -0
  267. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +17 -0
  268. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +17 -0
  269. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +17 -0
  270. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +17 -0
  271. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +17 -0
  272. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +17 -0
  273. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +17 -0
  274. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +17 -0
  275. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +17 -0
  276. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +17 -0
  277. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +17 -0
  278. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +17 -0
  279. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +17 -0
  280. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +17 -0
  281. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +17 -0
  282. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +17 -0
  283. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +17 -0
  284. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +17 -0
  285. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +17 -0
  286. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +17 -0
  287. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +17 -0
  288. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +17 -0
  289. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +17 -0
  290. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +17 -0
  291. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +17 -0
  292. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +17 -0
  293. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +17 -0
  294. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +17 -0
  295. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +18 -0
  296. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +17 -0
  297. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +17 -0
  298. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +17 -0
  299. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +17 -0
  300. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +17 -0
  301. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +17 -0
  302. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +17 -0
  303. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +17 -0
  304. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +17 -0
  305. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +17 -0
  306. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +17 -0
  307. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
  308. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +17 -0
  309. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +17 -0
  310. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +17 -0
  311. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +17 -0
  312. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +17 -0
  313. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +17 -0
  314. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +17 -0
  315. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +17 -0
  316. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +17 -0
  317. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  318. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +17 -0
  319. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +17 -0
  320. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +17 -0
  321. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +17 -0
  322. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +17 -0
  323. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +17 -0
  324. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +17 -0
  325. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +17 -0
  326. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +17 -0
  327. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +17 -0
  328. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +17 -0
  329. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +17 -0
  330. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +17 -0
  331. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +17 -0
  332. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +17 -0
  333. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +17 -0
  334. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +17 -0
  335. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +17 -0
  336. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +17 -0
  337. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +17 -0
  338. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +17 -0
  339. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +17 -0
  340. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +17 -0
  341. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +17 -0
  342. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +17 -0
  343. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +17 -0
  344. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +17 -0
  345. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +17 -0
  346. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +17 -0
  347. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +17 -0
  348. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +17 -0
  349. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +17 -0
  350. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +18 -0
  351. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +17 -0
  352. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +17 -0
  353. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
  354. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +17 -0
  355. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +17 -0
  356. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +17 -0
  357. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +17 -0
  358. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +17 -0
  359. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +17 -0
  360. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +17 -0
  361. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +17 -0
  362. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +17 -0
  363. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +17 -0
  364. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +17 -0
  365. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +17 -0
  366. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +17 -0
  367. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +17 -0
  368. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +17 -0
  369. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +17 -0
  370. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +17 -0
  371. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +17 -0
  372. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +17 -0
  373. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +17 -0
  374. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
  375. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +17 -0
  376. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +17 -0
  377. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +17 -0
  378. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +17 -0
  379. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +17 -0
  380. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +17 -0
  381. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +17 -0
  382. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +17 -0
  383. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +17 -0
  384. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +17 -0
  385. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +17 -0
  386. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +17 -0
  387. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +17 -0
  388. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +17 -0
  389. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +17 -0
  390. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +17 -0
  391. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +17 -0
  392. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +17 -0
  393. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +17 -0
  394. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +17 -0
  395. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +17 -0
  396. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +17 -0
  397. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +17 -0
  398. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +17 -0
  399. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +17 -0
  400. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +18 -0
  401. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +17 -0
  402. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +17 -0
  403. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +17 -0
  404. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +17 -0
  405. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +17 -0
  406. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +17 -0
  407. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +17 -0
  408. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +17 -0
  409. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +17 -0
  410. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +17 -0
  411. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +17 -0
  412. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +17 -0
  413. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
  414. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +17 -0
  415. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +17 -0
  416. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
  417. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +17 -0
  418. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +17 -0
  419. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +17 -0
  420. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +17 -0
  421. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +17 -0
  422. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +17 -0
  423. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +17 -0
  424. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +17 -0
  425. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +17 -0
  426. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +17 -0
  427. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +17 -0
  428. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +17 -0
  429. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -0
  430. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +17 -0
  431. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +17 -0
  432. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +17 -0
  433. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +17 -0
  434. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +17 -0
  435. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +17 -0
  436. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +17 -0
  437. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +17 -0
  438. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +17 -0
  439. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +17 -0
  440. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +17 -0
  441. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +17 -0
  442. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +17 -0
  443. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +17 -0
  444. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +17 -0
  445. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +17 -0
  446. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +17 -0
  447. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +17 -0
  448. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +17 -0
  449. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +17 -0
  450. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +17 -0
  451. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +17 -0
  452. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +17 -0
  453. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +17 -0
  454. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +17 -0
  455. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +17 -0
  456. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +17 -0
  457. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +17 -0
  458. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +17 -0
  459. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +17 -0
  460. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +17 -0
  461. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +17 -0
  462. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +17 -0
  463. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +17 -0
  464. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +17 -0
  465. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +17 -0
  466. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +17 -0
  467. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +17 -0
  468. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +17 -0
  469. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +17 -0
  470. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +17 -0
  471. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +17 -0
  472. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +17 -0
  473. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +17 -0
  474. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +17 -0
  475. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +17 -0
  476. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +17 -0
  477. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +17 -0
  478. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +17 -0
  479. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +17 -0
  480. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +17 -0
  481. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +17 -0
  482. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +17 -0
  483. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +17 -0
  484. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +17 -0
  485. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +17 -0
  486. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +17 -0
  487. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +17 -0
  488. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +17 -0
  489. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +17 -0
  490. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +17 -0
  491. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +17 -0
  492. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +17 -0
  493. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +17 -0
  494. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +17 -0
  495. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +17 -0
  496. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +17 -0
  497. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +17 -0
  498. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +17 -0
  499. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +17 -0
  500. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +17 -0
  501. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +17 -0
  502. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +17 -0
  503. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +17 -0
  504. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +17 -0
  505. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +17 -0
  506. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +17 -0
  507. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +17 -0
  508. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +17 -0
  509. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +17 -0
  510. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +17 -0
  511. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +17 -0
  512. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +17 -0
  513. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +17 -0
  514. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +17 -0
  515. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +17 -0
  516. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +17 -0
  517. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +17 -0
  518. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +17 -0
  519. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +17 -0
  520. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +17 -0
  521. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +17 -0
  522. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +17 -0
  523. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +17 -0
  524. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +17 -0
  525. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +17 -0
  526. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +17 -0
  527. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +17 -0
  528. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +17 -0
  529. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +17 -0
  530. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +18 -0
  531. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +17 -0
  532. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +17 -0
  533. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +17 -0
  534. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +17 -0
  535. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +17 -0
  536. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +17 -0
  537. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +17 -0
  538. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +17 -0
  539. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +17 -0
  540. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +17 -0
  541. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +17 -0
  542. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +17 -0
  543. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +17 -0
  544. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +17 -0
  545. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +17 -0
  546. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +17 -0
  547. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +17 -0
  548. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +17 -0
  549. package/dist-types/ts3.4/commands/index.d.ts +521 -0
  550. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  551. package/dist-types/ts3.4/index.d.ts +7 -0
  552. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +6 -0
  553. package/dist-types/ts3.4/models/index.d.ts +7 -0
  554. package/dist-types/ts3.4/models/models_0.d.ts +3401 -0
  555. package/dist-types/ts3.4/models/models_1.d.ts +3934 -0
  556. package/dist-types/ts3.4/models/models_2.d.ts +3427 -0
  557. package/dist-types/ts3.4/models/models_3.d.ts +3964 -0
  558. package/dist-types/ts3.4/models/models_4.d.ts +3933 -0
  559. package/dist-types/ts3.4/models/models_5.d.ts +3837 -0
  560. package/dist-types/ts3.4/models/models_6.d.ts +1068 -0
  561. package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +4 -0
  562. package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +4 -0
  563. package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +4 -0
  564. package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +4 -0
  565. package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +4 -0
  566. package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +4 -0
  567. package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +4 -0
  568. package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +4 -0
  569. package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +4 -0
  570. package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +4 -0
  571. package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +4 -0
  572. package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +4 -0
  573. package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +4 -0
  574. package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +4 -0
  575. package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +4 -0
  576. package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
  577. package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +4 -0
  578. package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +4 -0
  579. package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +4 -0
  580. package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +4 -0
  581. package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +4 -0
  582. package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +4 -0
  583. package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +4 -0
  584. package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +4 -0
  585. package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +4 -0
  586. package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +4 -0
  587. package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +4 -0
  588. package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +4 -0
  589. package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +4 -0
  590. package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +4 -0
  591. package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +4 -0
  592. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +4 -0
  593. package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +4 -0
  594. package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +4 -0
  595. package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +4 -0
  596. package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +4 -0
  597. package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +4 -0
  598. package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +4 -0
  599. package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +4 -0
  600. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +4 -0
  601. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +4 -0
  602. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +4 -0
  603. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +4 -0
  604. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +4 -0
  605. package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +4 -0
  606. package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +4 -0
  607. package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +4 -0
  608. package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +4 -0
  609. package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +4 -0
  610. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +4 -0
  611. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +4 -0
  612. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +4 -0
  613. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +4 -0
  614. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +4 -0
  615. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +4 -0
  616. package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +4 -0
  617. package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +4 -0
  618. package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +4 -0
  619. package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +4 -0
  620. package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +4 -0
  621. package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +4 -0
  622. package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +4 -0
  623. package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +4 -0
  624. package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +4 -0
  625. package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +4 -0
  626. package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +4 -0
  627. package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +4 -0
  628. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
  629. package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +4 -0
  630. package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +4 -0
  631. package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +4 -0
  632. package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +4 -0
  633. package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +4 -0
  634. package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +4 -0
  635. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
  636. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +4 -0
  637. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +4 -0
  638. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +4 -0
  639. package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +4 -0
  640. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +4 -0
  641. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +4 -0
  642. package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +4 -0
  643. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +4 -0
  644. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +4 -0
  645. package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +4 -0
  646. package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +4 -0
  647. package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +4 -0
  648. package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +4 -0
  649. package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +4 -0
  650. package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +4 -0
  651. package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +4 -0
  652. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +4 -0
  653. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +4 -0
  654. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +4 -0
  655. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +4 -0
  656. package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +4 -0
  657. package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +4 -0
  658. package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +4 -0
  659. package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +4 -0
  660. package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +4 -0
  661. package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
  662. package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +4 -0
  663. package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +4 -0
  664. package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +4 -0
  665. package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +4 -0
  666. package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +4 -0
  667. package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +4 -0
  668. package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
  669. package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +4 -0
  670. package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +4 -0
  671. package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +4 -0
  672. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +4 -0
  673. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +4 -0
  674. package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +4 -0
  675. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  676. package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +4 -0
  677. package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +4 -0
  678. package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +4 -0
  679. package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +4 -0
  680. package/dist-types/ts3.4/pagination/index.d.ts +119 -0
  681. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +1565 -0
  682. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  683. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  684. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  685. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  686. package/dist-types/ts3.4/waiters/index.d.ts +33 -0
  687. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +7 -0
  688. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +7 -0
  689. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +7 -0
  690. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +7 -0
  691. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +7 -0
  692. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +7 -0
  693. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +7 -0
  694. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +7 -0
  695. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +7 -0
  696. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +7 -0
  697. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +7 -0
  698. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +7 -0
  699. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +7 -0
  700. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +7 -0
  701. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +7 -0
  702. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +7 -0
  703. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +7 -0
  704. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +7 -0
  705. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +7 -0
  706. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +7 -0
  707. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +7 -0
  708. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +7 -0
  709. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +7 -0
  710. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +7 -0
  711. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +7 -0
  712. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +7 -0
  713. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +7 -0
  714. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +7 -0
  715. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +7 -0
  716. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +7 -0
  717. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +7 -0
  718. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +7 -0
  719. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +7 -0
  720. package/package.json +35 -35
@@ -0,0 +1,594 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AcceptReservedInstancesExchangeQuoteCommandInput, AcceptReservedInstancesExchangeQuoteCommandOutput } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
10
+ import { AcceptTransitGatewayMulticastDomainAssociationsCommandInput, AcceptTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
11
+ import { AcceptTransitGatewayPeeringAttachmentCommandInput, AcceptTransitGatewayPeeringAttachmentCommandOutput } from "./commands/AcceptTransitGatewayPeeringAttachmentCommand";
12
+ import { AcceptTransitGatewayVpcAttachmentCommandInput, AcceptTransitGatewayVpcAttachmentCommandOutput } from "./commands/AcceptTransitGatewayVpcAttachmentCommand";
13
+ import { AcceptVpcEndpointConnectionsCommandInput, AcceptVpcEndpointConnectionsCommandOutput } from "./commands/AcceptVpcEndpointConnectionsCommand";
14
+ import { AcceptVpcPeeringConnectionCommandInput, AcceptVpcPeeringConnectionCommandOutput } from "./commands/AcceptVpcPeeringConnectionCommand";
15
+ import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
16
+ import { AllocateAddressCommandInput, AllocateAddressCommandOutput } from "./commands/AllocateAddressCommand";
17
+ import { AllocateHostsCommandInput, AllocateHostsCommandOutput } from "./commands/AllocateHostsCommand";
18
+ import { AllocateIpamPoolCidrCommandInput, AllocateIpamPoolCidrCommandOutput } from "./commands/AllocateIpamPoolCidrCommand";
19
+ import { ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput } from "./commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand";
20
+ import { AssignIpv6AddressesCommandInput, AssignIpv6AddressesCommandOutput } from "./commands/AssignIpv6AddressesCommand";
21
+ import { AssignPrivateIpAddressesCommandInput, AssignPrivateIpAddressesCommandOutput } from "./commands/AssignPrivateIpAddressesCommand";
22
+ import { AssociateAddressCommandInput, AssociateAddressCommandOutput } from "./commands/AssociateAddressCommand";
23
+ import { AssociateClientVpnTargetNetworkCommandInput, AssociateClientVpnTargetNetworkCommandOutput } from "./commands/AssociateClientVpnTargetNetworkCommand";
24
+ import { AssociateDhcpOptionsCommandInput, AssociateDhcpOptionsCommandOutput } from "./commands/AssociateDhcpOptionsCommand";
25
+ import { AssociateEnclaveCertificateIamRoleCommandInput, AssociateEnclaveCertificateIamRoleCommandOutput } from "./commands/AssociateEnclaveCertificateIamRoleCommand";
26
+ import { AssociateIamInstanceProfileCommandInput, AssociateIamInstanceProfileCommandOutput } from "./commands/AssociateIamInstanceProfileCommand";
27
+ import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowCommandOutput } from "./commands/AssociateInstanceEventWindowCommand";
28
+ import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "./commands/AssociateRouteTableCommand";
29
+ import { AssociateSubnetCidrBlockCommandInput, AssociateSubnetCidrBlockCommandOutput } from "./commands/AssociateSubnetCidrBlockCommand";
30
+ import { AssociateTransitGatewayMulticastDomainCommandInput, AssociateTransitGatewayMulticastDomainCommandOutput } from "./commands/AssociateTransitGatewayMulticastDomainCommand";
31
+ import { AssociateTransitGatewayRouteTableCommandInput, AssociateTransitGatewayRouteTableCommandOutput } from "./commands/AssociateTransitGatewayRouteTableCommand";
32
+ import { AssociateTrunkInterfaceCommandInput, AssociateTrunkInterfaceCommandOutput } from "./commands/AssociateTrunkInterfaceCommand";
33
+ import { AssociateVpcCidrBlockCommandInput, AssociateVpcCidrBlockCommandOutput } from "./commands/AssociateVpcCidrBlockCommand";
34
+ import { AttachClassicLinkVpcCommandInput, AttachClassicLinkVpcCommandOutput } from "./commands/AttachClassicLinkVpcCommand";
35
+ import { AttachInternetGatewayCommandInput, AttachInternetGatewayCommandOutput } from "./commands/AttachInternetGatewayCommand";
36
+ import { AttachNetworkInterfaceCommandInput, AttachNetworkInterfaceCommandOutput } from "./commands/AttachNetworkInterfaceCommand";
37
+ import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
38
+ import { AttachVpnGatewayCommandInput, AttachVpnGatewayCommandOutput } from "./commands/AttachVpnGatewayCommand";
39
+ import { AuthorizeClientVpnIngressCommandInput, AuthorizeClientVpnIngressCommandOutput } from "./commands/AuthorizeClientVpnIngressCommand";
40
+ import { AuthorizeSecurityGroupEgressCommandInput, AuthorizeSecurityGroupEgressCommandOutput } from "./commands/AuthorizeSecurityGroupEgressCommand";
41
+ import { AuthorizeSecurityGroupIngressCommandInput, AuthorizeSecurityGroupIngressCommandOutput } from "./commands/AuthorizeSecurityGroupIngressCommand";
42
+ import { BundleInstanceCommandInput, BundleInstanceCommandOutput } from "./commands/BundleInstanceCommand";
43
+ import { CancelBundleTaskCommandInput, CancelBundleTaskCommandOutput } from "./commands/CancelBundleTaskCommand";
44
+ import { CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput } from "./commands/CancelCapacityReservationCommand";
45
+ import { CancelCapacityReservationFleetsCommandInput, CancelCapacityReservationFleetsCommandOutput } from "./commands/CancelCapacityReservationFleetsCommand";
46
+ import { CancelConversionTaskCommandInput, CancelConversionTaskCommandOutput } from "./commands/CancelConversionTaskCommand";
47
+ import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
48
+ import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
49
+ import { CancelReservedInstancesListingCommandInput, CancelReservedInstancesListingCommandOutput } from "./commands/CancelReservedInstancesListingCommand";
50
+ import { CancelSpotFleetRequestsCommandInput, CancelSpotFleetRequestsCommandOutput } from "./commands/CancelSpotFleetRequestsCommand";
51
+ import { CancelSpotInstanceRequestsCommandInput, CancelSpotInstanceRequestsCommandOutput } from "./commands/CancelSpotInstanceRequestsCommand";
52
+ import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput } from "./commands/ConfirmProductInstanceCommand";
53
+ import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "./commands/CopyFpgaImageCommand";
54
+ import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
55
+ import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
56
+ import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "./commands/CreateCapacityReservationCommand";
57
+ import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "./commands/CreateCapacityReservationFleetCommand";
58
+ import { CreateCarrierGatewayCommandInput, CreateCarrierGatewayCommandOutput } from "./commands/CreateCarrierGatewayCommand";
59
+ import { CreateClientVpnEndpointCommandInput, CreateClientVpnEndpointCommandOutput } from "./commands/CreateClientVpnEndpointCommand";
60
+ import { CreateClientVpnRouteCommandInput, CreateClientVpnRouteCommandOutput } from "./commands/CreateClientVpnRouteCommand";
61
+ import { CreateCustomerGatewayCommandInput, CreateCustomerGatewayCommandOutput } from "./commands/CreateCustomerGatewayCommand";
62
+ import { CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput } from "./commands/CreateDefaultSubnetCommand";
63
+ import { CreateDefaultVpcCommandInput, CreateDefaultVpcCommandOutput } from "./commands/CreateDefaultVpcCommand";
64
+ import { CreateDhcpOptionsCommandInput, CreateDhcpOptionsCommandOutput } from "./commands/CreateDhcpOptionsCommand";
65
+ import { CreateEgressOnlyInternetGatewayCommandInput, CreateEgressOnlyInternetGatewayCommandOutput } from "./commands/CreateEgressOnlyInternetGatewayCommand";
66
+ import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
67
+ import { CreateFlowLogsCommandInput, CreateFlowLogsCommandOutput } from "./commands/CreateFlowLogsCommand";
68
+ import { CreateFpgaImageCommandInput, CreateFpgaImageCommandOutput } from "./commands/CreateFpgaImageCommand";
69
+ import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
70
+ import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "./commands/CreateInstanceEventWindowCommand";
71
+ import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "./commands/CreateInstanceExportTaskCommand";
72
+ import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "./commands/CreateInternetGatewayCommand";
73
+ import { CreateIpamCommandInput, CreateIpamCommandOutput } from "./commands/CreateIpamCommand";
74
+ import { CreateIpamPoolCommandInput, CreateIpamPoolCommandOutput } from "./commands/CreateIpamPoolCommand";
75
+ import { CreateIpamScopeCommandInput, CreateIpamScopeCommandOutput } from "./commands/CreateIpamScopeCommand";
76
+ import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand";
77
+ import { CreateLaunchTemplateCommandInput, CreateLaunchTemplateCommandOutput } from "./commands/CreateLaunchTemplateCommand";
78
+ import { CreateLaunchTemplateVersionCommandInput, CreateLaunchTemplateVersionCommandOutput } from "./commands/CreateLaunchTemplateVersionCommand";
79
+ import { CreateLocalGatewayRouteCommandInput, CreateLocalGatewayRouteCommandOutput } from "./commands/CreateLocalGatewayRouteCommand";
80
+ import { CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
81
+ import { CreateManagedPrefixListCommandInput, CreateManagedPrefixListCommandOutput } from "./commands/CreateManagedPrefixListCommand";
82
+ import { CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput } from "./commands/CreateNatGatewayCommand";
83
+ import { CreateNetworkAclCommandInput, CreateNetworkAclCommandOutput } from "./commands/CreateNetworkAclCommand";
84
+ import { CreateNetworkAclEntryCommandInput, CreateNetworkAclEntryCommandOutput } from "./commands/CreateNetworkAclEntryCommand";
85
+ import { CreateNetworkInsightsAccessScopeCommandInput, CreateNetworkInsightsAccessScopeCommandOutput } from "./commands/CreateNetworkInsightsAccessScopeCommand";
86
+ import { CreateNetworkInsightsPathCommandInput, CreateNetworkInsightsPathCommandOutput } from "./commands/CreateNetworkInsightsPathCommand";
87
+ import { CreateNetworkInterfaceCommandInput, CreateNetworkInterfaceCommandOutput } from "./commands/CreateNetworkInterfaceCommand";
88
+ import { CreateNetworkInterfacePermissionCommandInput, CreateNetworkInterfacePermissionCommandOutput } from "./commands/CreateNetworkInterfacePermissionCommand";
89
+ import { CreatePlacementGroupCommandInput, CreatePlacementGroupCommandOutput } from "./commands/CreatePlacementGroupCommand";
90
+ import { CreatePublicIpv4PoolCommandInput, CreatePublicIpv4PoolCommandOutput } from "./commands/CreatePublicIpv4PoolCommand";
91
+ import { CreateReplaceRootVolumeTaskCommandInput, CreateReplaceRootVolumeTaskCommandOutput } from "./commands/CreateReplaceRootVolumeTaskCommand";
92
+ import { CreateReservedInstancesListingCommandInput, CreateReservedInstancesListingCommandOutput } from "./commands/CreateReservedInstancesListingCommand";
93
+ import { CreateRestoreImageTaskCommandInput, CreateRestoreImageTaskCommandOutput } from "./commands/CreateRestoreImageTaskCommand";
94
+ import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
95
+ import { CreateRouteTableCommandInput, CreateRouteTableCommandOutput } from "./commands/CreateRouteTableCommand";
96
+ import { CreateSecurityGroupCommandInput, CreateSecurityGroupCommandOutput } from "./commands/CreateSecurityGroupCommand";
97
+ import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
98
+ import { CreateSnapshotsCommandInput, CreateSnapshotsCommandOutput } from "./commands/CreateSnapshotsCommand";
99
+ import { CreateSpotDatafeedSubscriptionCommandInput, CreateSpotDatafeedSubscriptionCommandOutput } from "./commands/CreateSpotDatafeedSubscriptionCommand";
100
+ import { CreateStoreImageTaskCommandInput, CreateStoreImageTaskCommandOutput } from "./commands/CreateStoreImageTaskCommand";
101
+ import { CreateSubnetCidrReservationCommandInput, CreateSubnetCidrReservationCommandOutput } from "./commands/CreateSubnetCidrReservationCommand";
102
+ import { CreateSubnetCommandInput, CreateSubnetCommandOutput } from "./commands/CreateSubnetCommand";
103
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
104
+ import { CreateTrafficMirrorFilterCommandInput, CreateTrafficMirrorFilterCommandOutput } from "./commands/CreateTrafficMirrorFilterCommand";
105
+ import { CreateTrafficMirrorFilterRuleCommandInput, CreateTrafficMirrorFilterRuleCommandOutput } from "./commands/CreateTrafficMirrorFilterRuleCommand";
106
+ import { CreateTrafficMirrorSessionCommandInput, CreateTrafficMirrorSessionCommandOutput } from "./commands/CreateTrafficMirrorSessionCommand";
107
+ import { CreateTrafficMirrorTargetCommandInput, CreateTrafficMirrorTargetCommandOutput } from "./commands/CreateTrafficMirrorTargetCommand";
108
+ import { CreateTransitGatewayCommandInput, CreateTransitGatewayCommandOutput } from "./commands/CreateTransitGatewayCommand";
109
+ import { CreateTransitGatewayConnectCommandInput, CreateTransitGatewayConnectCommandOutput } from "./commands/CreateTransitGatewayConnectCommand";
110
+ import { CreateTransitGatewayConnectPeerCommandInput, CreateTransitGatewayConnectPeerCommandOutput } from "./commands/CreateTransitGatewayConnectPeerCommand";
111
+ import { CreateTransitGatewayMulticastDomainCommandInput, CreateTransitGatewayMulticastDomainCommandOutput } from "./commands/CreateTransitGatewayMulticastDomainCommand";
112
+ import { CreateTransitGatewayPeeringAttachmentCommandInput, CreateTransitGatewayPeeringAttachmentCommandOutput } from "./commands/CreateTransitGatewayPeeringAttachmentCommand";
113
+ import { CreateTransitGatewayPrefixListReferenceCommandInput, CreateTransitGatewayPrefixListReferenceCommandOutput } from "./commands/CreateTransitGatewayPrefixListReferenceCommand";
114
+ import { CreateTransitGatewayRouteCommandInput, CreateTransitGatewayRouteCommandOutput } from "./commands/CreateTransitGatewayRouteCommand";
115
+ import { CreateTransitGatewayRouteTableCommandInput, CreateTransitGatewayRouteTableCommandOutput } from "./commands/CreateTransitGatewayRouteTableCommand";
116
+ import { CreateTransitGatewayVpcAttachmentCommandInput, CreateTransitGatewayVpcAttachmentCommandOutput } from "./commands/CreateTransitGatewayVpcAttachmentCommand";
117
+ import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
118
+ import { CreateVpcCommandInput, CreateVpcCommandOutput } from "./commands/CreateVpcCommand";
119
+ import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
120
+ import { CreateVpcEndpointConnectionNotificationCommandInput, CreateVpcEndpointConnectionNotificationCommandOutput } from "./commands/CreateVpcEndpointConnectionNotificationCommand";
121
+ import { CreateVpcEndpointServiceConfigurationCommandInput, CreateVpcEndpointServiceConfigurationCommandOutput } from "./commands/CreateVpcEndpointServiceConfigurationCommand";
122
+ import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "./commands/CreateVpcPeeringConnectionCommand";
123
+ import { CreateVpnConnectionCommandInput, CreateVpnConnectionCommandOutput } from "./commands/CreateVpnConnectionCommand";
124
+ import { CreateVpnConnectionRouteCommandInput, CreateVpnConnectionRouteCommandOutput } from "./commands/CreateVpnConnectionRouteCommand";
125
+ import { CreateVpnGatewayCommandInput, CreateVpnGatewayCommandOutput } from "./commands/CreateVpnGatewayCommand";
126
+ import { DeleteCarrierGatewayCommandInput, DeleteCarrierGatewayCommandOutput } from "./commands/DeleteCarrierGatewayCommand";
127
+ import { DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput } from "./commands/DeleteClientVpnEndpointCommand";
128
+ import { DeleteClientVpnRouteCommandInput, DeleteClientVpnRouteCommandOutput } from "./commands/DeleteClientVpnRouteCommand";
129
+ import { DeleteCustomerGatewayCommandInput, DeleteCustomerGatewayCommandOutput } from "./commands/DeleteCustomerGatewayCommand";
130
+ import { DeleteDhcpOptionsCommandInput, DeleteDhcpOptionsCommandOutput } from "./commands/DeleteDhcpOptionsCommand";
131
+ import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGatewayCommandOutput } from "./commands/DeleteEgressOnlyInternetGatewayCommand";
132
+ import { DeleteFleetsCommandInput, DeleteFleetsCommandOutput } from "./commands/DeleteFleetsCommand";
133
+ import { DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput } from "./commands/DeleteFlowLogsCommand";
134
+ import { DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput } from "./commands/DeleteFpgaImageCommand";
135
+ import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "./commands/DeleteInstanceEventWindowCommand";
136
+ import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "./commands/DeleteInternetGatewayCommand";
137
+ import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "./commands/DeleteIpamCommand";
138
+ import { DeleteIpamPoolCommandInput, DeleteIpamPoolCommandOutput } from "./commands/DeleteIpamPoolCommand";
139
+ import { DeleteIpamScopeCommandInput, DeleteIpamScopeCommandOutput } from "./commands/DeleteIpamScopeCommand";
140
+ import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand";
141
+ import { DeleteLaunchTemplateCommandInput, DeleteLaunchTemplateCommandOutput } from "./commands/DeleteLaunchTemplateCommand";
142
+ import { DeleteLaunchTemplateVersionsCommandInput, DeleteLaunchTemplateVersionsCommandOutput } from "./commands/DeleteLaunchTemplateVersionsCommand";
143
+ import { DeleteLocalGatewayRouteCommandInput, DeleteLocalGatewayRouteCommandOutput } from "./commands/DeleteLocalGatewayRouteCommand";
144
+ import { DeleteLocalGatewayRouteTableVpcAssociationCommandInput, DeleteLocalGatewayRouteTableVpcAssociationCommandOutput } from "./commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
145
+ import { DeleteManagedPrefixListCommandInput, DeleteManagedPrefixListCommandOutput } from "./commands/DeleteManagedPrefixListCommand";
146
+ import { DeleteNatGatewayCommandInput, DeleteNatGatewayCommandOutput } from "./commands/DeleteNatGatewayCommand";
147
+ import { DeleteNetworkAclCommandInput, DeleteNetworkAclCommandOutput } from "./commands/DeleteNetworkAclCommand";
148
+ import { DeleteNetworkAclEntryCommandInput, DeleteNetworkAclEntryCommandOutput } from "./commands/DeleteNetworkAclEntryCommand";
149
+ import { DeleteNetworkInsightsAccessScopeAnalysisCommandInput, DeleteNetworkInsightsAccessScopeAnalysisCommandOutput } from "./commands/DeleteNetworkInsightsAccessScopeAnalysisCommand";
150
+ import { DeleteNetworkInsightsAccessScopeCommandInput, DeleteNetworkInsightsAccessScopeCommandOutput } from "./commands/DeleteNetworkInsightsAccessScopeCommand";
151
+ import { DeleteNetworkInsightsAnalysisCommandInput, DeleteNetworkInsightsAnalysisCommandOutput } from "./commands/DeleteNetworkInsightsAnalysisCommand";
152
+ import { DeleteNetworkInsightsPathCommandInput, DeleteNetworkInsightsPathCommandOutput } from "./commands/DeleteNetworkInsightsPathCommand";
153
+ import { DeleteNetworkInterfaceCommandInput, DeleteNetworkInterfaceCommandOutput } from "./commands/DeleteNetworkInterfaceCommand";
154
+ import { DeleteNetworkInterfacePermissionCommandInput, DeleteNetworkInterfacePermissionCommandOutput } from "./commands/DeleteNetworkInterfacePermissionCommand";
155
+ import { DeletePlacementGroupCommandInput, DeletePlacementGroupCommandOutput } from "./commands/DeletePlacementGroupCommand";
156
+ import { DeletePublicIpv4PoolCommandInput, DeletePublicIpv4PoolCommandOutput } from "./commands/DeletePublicIpv4PoolCommand";
157
+ import { DeleteQueuedReservedInstancesCommandInput, DeleteQueuedReservedInstancesCommandOutput } from "./commands/DeleteQueuedReservedInstancesCommand";
158
+ import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
159
+ import { DeleteRouteTableCommandInput, DeleteRouteTableCommandOutput } from "./commands/DeleteRouteTableCommand";
160
+ import { DeleteSecurityGroupCommandInput, DeleteSecurityGroupCommandOutput } from "./commands/DeleteSecurityGroupCommand";
161
+ import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
162
+ import { DeleteSpotDatafeedSubscriptionCommandInput, DeleteSpotDatafeedSubscriptionCommandOutput } from "./commands/DeleteSpotDatafeedSubscriptionCommand";
163
+ import { DeleteSubnetCidrReservationCommandInput, DeleteSubnetCidrReservationCommandOutput } from "./commands/DeleteSubnetCidrReservationCommand";
164
+ import { DeleteSubnetCommandInput, DeleteSubnetCommandOutput } from "./commands/DeleteSubnetCommand";
165
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
166
+ import { DeleteTrafficMirrorFilterCommandInput, DeleteTrafficMirrorFilterCommandOutput } from "./commands/DeleteTrafficMirrorFilterCommand";
167
+ import { DeleteTrafficMirrorFilterRuleCommandInput, DeleteTrafficMirrorFilterRuleCommandOutput } from "./commands/DeleteTrafficMirrorFilterRuleCommand";
168
+ import { DeleteTrafficMirrorSessionCommandInput, DeleteTrafficMirrorSessionCommandOutput } from "./commands/DeleteTrafficMirrorSessionCommand";
169
+ import { DeleteTrafficMirrorTargetCommandInput, DeleteTrafficMirrorTargetCommandOutput } from "./commands/DeleteTrafficMirrorTargetCommand";
170
+ import { DeleteTransitGatewayCommandInput, DeleteTransitGatewayCommandOutput } from "./commands/DeleteTransitGatewayCommand";
171
+ import { DeleteTransitGatewayConnectCommandInput, DeleteTransitGatewayConnectCommandOutput } from "./commands/DeleteTransitGatewayConnectCommand";
172
+ import { DeleteTransitGatewayConnectPeerCommandInput, DeleteTransitGatewayConnectPeerCommandOutput } from "./commands/DeleteTransitGatewayConnectPeerCommand";
173
+ import { DeleteTransitGatewayMulticastDomainCommandInput, DeleteTransitGatewayMulticastDomainCommandOutput } from "./commands/DeleteTransitGatewayMulticastDomainCommand";
174
+ import { DeleteTransitGatewayPeeringAttachmentCommandInput, DeleteTransitGatewayPeeringAttachmentCommandOutput } from "./commands/DeleteTransitGatewayPeeringAttachmentCommand";
175
+ import { DeleteTransitGatewayPrefixListReferenceCommandInput, DeleteTransitGatewayPrefixListReferenceCommandOutput } from "./commands/DeleteTransitGatewayPrefixListReferenceCommand";
176
+ import { DeleteTransitGatewayRouteCommandInput, DeleteTransitGatewayRouteCommandOutput } from "./commands/DeleteTransitGatewayRouteCommand";
177
+ import { DeleteTransitGatewayRouteTableCommandInput, DeleteTransitGatewayRouteTableCommandOutput } from "./commands/DeleteTransitGatewayRouteTableCommand";
178
+ import { DeleteTransitGatewayVpcAttachmentCommandInput, DeleteTransitGatewayVpcAttachmentCommandOutput } from "./commands/DeleteTransitGatewayVpcAttachmentCommand";
179
+ import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
180
+ import { DeleteVpcCommandInput, DeleteVpcCommandOutput } from "./commands/DeleteVpcCommand";
181
+ import { DeleteVpcEndpointConnectionNotificationsCommandInput, DeleteVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DeleteVpcEndpointConnectionNotificationsCommand";
182
+ import { DeleteVpcEndpointsCommandInput, DeleteVpcEndpointsCommandOutput } from "./commands/DeleteVpcEndpointsCommand";
183
+ import { DeleteVpcEndpointServiceConfigurationsCommandInput, DeleteVpcEndpointServiceConfigurationsCommandOutput } from "./commands/DeleteVpcEndpointServiceConfigurationsCommand";
184
+ import { DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput } from "./commands/DeleteVpcPeeringConnectionCommand";
185
+ import { DeleteVpnConnectionCommandInput, DeleteVpnConnectionCommandOutput } from "./commands/DeleteVpnConnectionCommand";
186
+ import { DeleteVpnConnectionRouteCommandInput, DeleteVpnConnectionRouteCommandOutput } from "./commands/DeleteVpnConnectionRouteCommand";
187
+ import { DeleteVpnGatewayCommandInput, DeleteVpnGatewayCommandOutput } from "./commands/DeleteVpnGatewayCommand";
188
+ import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "./commands/DeprovisionByoipCidrCommand";
189
+ import { DeprovisionIpamPoolCidrCommandInput, DeprovisionIpamPoolCidrCommandOutput } from "./commands/DeprovisionIpamPoolCidrCommand";
190
+ import { DeprovisionPublicIpv4PoolCidrCommandInput, DeprovisionPublicIpv4PoolCidrCommandOutput } from "./commands/DeprovisionPublicIpv4PoolCidrCommand";
191
+ import { DeregisterImageCommandInput, DeregisterImageCommandOutput } from "./commands/DeregisterImageCommand";
192
+ import { DeregisterInstanceEventNotificationAttributesCommandInput, DeregisterInstanceEventNotificationAttributesCommandOutput } from "./commands/DeregisterInstanceEventNotificationAttributesCommand";
193
+ import { DeregisterTransitGatewayMulticastGroupMembersCommandInput, DeregisterTransitGatewayMulticastGroupMembersCommandOutput } from "./commands/DeregisterTransitGatewayMulticastGroupMembersCommand";
194
+ import { DeregisterTransitGatewayMulticastGroupSourcesCommandInput, DeregisterTransitGatewayMulticastGroupSourcesCommandOutput } from "./commands/DeregisterTransitGatewayMulticastGroupSourcesCommand";
195
+ import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
196
+ import { DescribeAddressesAttributeCommandInput, DescribeAddressesAttributeCommandOutput } from "./commands/DescribeAddressesAttributeCommand";
197
+ import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "./commands/DescribeAddressesCommand";
198
+ import { DescribeAggregateIdFormatCommandInput, DescribeAggregateIdFormatCommandOutput } from "./commands/DescribeAggregateIdFormatCommand";
199
+ import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommandOutput } from "./commands/DescribeAvailabilityZonesCommand";
200
+ import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "./commands/DescribeBundleTasksCommand";
201
+ import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "./commands/DescribeByoipCidrsCommand";
202
+ import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "./commands/DescribeCapacityReservationFleetsCommand";
203
+ import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "./commands/DescribeCapacityReservationsCommand";
204
+ import { DescribeCarrierGatewaysCommandInput, DescribeCarrierGatewaysCommandOutput } from "./commands/DescribeCarrierGatewaysCommand";
205
+ import { DescribeClassicLinkInstancesCommandInput, DescribeClassicLinkInstancesCommandOutput } from "./commands/DescribeClassicLinkInstancesCommand";
206
+ import { DescribeClientVpnAuthorizationRulesCommandInput, DescribeClientVpnAuthorizationRulesCommandOutput } from "./commands/DescribeClientVpnAuthorizationRulesCommand";
207
+ import { DescribeClientVpnConnectionsCommandInput, DescribeClientVpnConnectionsCommandOutput } from "./commands/DescribeClientVpnConnectionsCommand";
208
+ import { DescribeClientVpnEndpointsCommandInput, DescribeClientVpnEndpointsCommandOutput } from "./commands/DescribeClientVpnEndpointsCommand";
209
+ import { DescribeClientVpnRoutesCommandInput, DescribeClientVpnRoutesCommandOutput } from "./commands/DescribeClientVpnRoutesCommand";
210
+ import { DescribeClientVpnTargetNetworksCommandInput, DescribeClientVpnTargetNetworksCommandOutput } from "./commands/DescribeClientVpnTargetNetworksCommand";
211
+ import { DescribeCoipPoolsCommandInput, DescribeCoipPoolsCommandOutput } from "./commands/DescribeCoipPoolsCommand";
212
+ import { DescribeConversionTasksCommandInput, DescribeConversionTasksCommandOutput } from "./commands/DescribeConversionTasksCommand";
213
+ import { DescribeCustomerGatewaysCommandInput, DescribeCustomerGatewaysCommandOutput } from "./commands/DescribeCustomerGatewaysCommand";
214
+ import { DescribeDhcpOptionsCommandInput, DescribeDhcpOptionsCommandOutput } from "./commands/DescribeDhcpOptionsCommand";
215
+ import { DescribeEgressOnlyInternetGatewaysCommandInput, DescribeEgressOnlyInternetGatewaysCommandOutput } from "./commands/DescribeEgressOnlyInternetGatewaysCommand";
216
+ import { DescribeElasticGpusCommandInput, DescribeElasticGpusCommandOutput } from "./commands/DescribeElasticGpusCommand";
217
+ import { DescribeExportImageTasksCommandInput, DescribeExportImageTasksCommandOutput } from "./commands/DescribeExportImageTasksCommand";
218
+ import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
219
+ import { DescribeFastLaunchImagesCommandInput, DescribeFastLaunchImagesCommandOutput } from "./commands/DescribeFastLaunchImagesCommand";
220
+ import { DescribeFastSnapshotRestoresCommandInput, DescribeFastSnapshotRestoresCommandOutput } from "./commands/DescribeFastSnapshotRestoresCommand";
221
+ import { DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput } from "./commands/DescribeFleetHistoryCommand";
222
+ import { DescribeFleetInstancesCommandInput, DescribeFleetInstancesCommandOutput } from "./commands/DescribeFleetInstancesCommand";
223
+ import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
224
+ import { DescribeFlowLogsCommandInput, DescribeFlowLogsCommandOutput } from "./commands/DescribeFlowLogsCommand";
225
+ import { DescribeFpgaImageAttributeCommandInput, DescribeFpgaImageAttributeCommandOutput } from "./commands/DescribeFpgaImageAttributeCommand";
226
+ import { DescribeFpgaImagesCommandInput, DescribeFpgaImagesCommandOutput } from "./commands/DescribeFpgaImagesCommand";
227
+ import { DescribeHostReservationOfferingsCommandInput, DescribeHostReservationOfferingsCommandOutput } from "./commands/DescribeHostReservationOfferingsCommand";
228
+ import { DescribeHostReservationsCommandInput, DescribeHostReservationsCommandOutput } from "./commands/DescribeHostReservationsCommand";
229
+ import { DescribeHostsCommandInput, DescribeHostsCommandOutput } from "./commands/DescribeHostsCommand";
230
+ import { DescribeIamInstanceProfileAssociationsCommandInput, DescribeIamInstanceProfileAssociationsCommandOutput } from "./commands/DescribeIamInstanceProfileAssociationsCommand";
231
+ import { DescribeIdentityIdFormatCommandInput, DescribeIdentityIdFormatCommandOutput } from "./commands/DescribeIdentityIdFormatCommand";
232
+ import { DescribeIdFormatCommandInput, DescribeIdFormatCommandOutput } from "./commands/DescribeIdFormatCommand";
233
+ import { DescribeImageAttributeCommandInput, DescribeImageAttributeCommandOutput } from "./commands/DescribeImageAttributeCommand";
234
+ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
235
+ import { DescribeImportImageTasksCommandInput, DescribeImportImageTasksCommandOutput } from "./commands/DescribeImportImageTasksCommand";
236
+ import { DescribeImportSnapshotTasksCommandInput, DescribeImportSnapshotTasksCommandOutput } from "./commands/DescribeImportSnapshotTasksCommand";
237
+ import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
238
+ import { DescribeInstanceCreditSpecificationsCommandInput, DescribeInstanceCreditSpecificationsCommandOutput } from "./commands/DescribeInstanceCreditSpecificationsCommand";
239
+ import { DescribeInstanceEventNotificationAttributesCommandInput, DescribeInstanceEventNotificationAttributesCommandOutput } from "./commands/DescribeInstanceEventNotificationAttributesCommand";
240
+ import { DescribeInstanceEventWindowsCommandInput, DescribeInstanceEventWindowsCommandOutput } from "./commands/DescribeInstanceEventWindowsCommand";
241
+ import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "./commands/DescribeInstancesCommand";
242
+ import { DescribeInstanceStatusCommandInput, DescribeInstanceStatusCommandOutput } from "./commands/DescribeInstanceStatusCommand";
243
+ import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOfferingsCommandOutput } from "./commands/DescribeInstanceTypeOfferingsCommand";
244
+ import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "./commands/DescribeInstanceTypesCommand";
245
+ import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "./commands/DescribeInternetGatewaysCommand";
246
+ import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "./commands/DescribeIpamPoolsCommand";
247
+ import { DescribeIpamsCommandInput, DescribeIpamsCommandOutput } from "./commands/DescribeIpamsCommand";
248
+ import { DescribeIpamScopesCommandInput, DescribeIpamScopesCommandOutput } from "./commands/DescribeIpamScopesCommand";
249
+ import { DescribeIpv6PoolsCommandInput, DescribeIpv6PoolsCommandOutput } from "./commands/DescribeIpv6PoolsCommand";
250
+ import { DescribeKeyPairsCommandInput, DescribeKeyPairsCommandOutput } from "./commands/DescribeKeyPairsCommand";
251
+ import { DescribeLaunchTemplatesCommandInput, DescribeLaunchTemplatesCommandOutput } from "./commands/DescribeLaunchTemplatesCommand";
252
+ import { DescribeLaunchTemplateVersionsCommandInput, DescribeLaunchTemplateVersionsCommandOutput } from "./commands/DescribeLaunchTemplateVersionsCommand";
253
+ import { DescribeLocalGatewayRouteTablesCommandInput, DescribeLocalGatewayRouteTablesCommandOutput } from "./commands/DescribeLocalGatewayRouteTablesCommand";
254
+ import { DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput } from "./commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand";
255
+ import { DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput } from "./commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand";
256
+ import { DescribeLocalGatewaysCommandInput, DescribeLocalGatewaysCommandOutput } from "./commands/DescribeLocalGatewaysCommand";
257
+ import { DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand";
258
+ import { DescribeLocalGatewayVirtualInterfacesCommandInput, DescribeLocalGatewayVirtualInterfacesCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfacesCommand";
259
+ import { DescribeManagedPrefixListsCommandInput, DescribeManagedPrefixListsCommandOutput } from "./commands/DescribeManagedPrefixListsCommand";
260
+ import { DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput } from "./commands/DescribeMovingAddressesCommand";
261
+ import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput } from "./commands/DescribeNatGatewaysCommand";
262
+ import { DescribeNetworkAclsCommandInput, DescribeNetworkAclsCommandOutput } from "./commands/DescribeNetworkAclsCommand";
263
+ import { DescribeNetworkInsightsAccessScopeAnalysesCommandInput, DescribeNetworkInsightsAccessScopeAnalysesCommandOutput } from "./commands/DescribeNetworkInsightsAccessScopeAnalysesCommand";
264
+ import { DescribeNetworkInsightsAccessScopesCommandInput, DescribeNetworkInsightsAccessScopesCommandOutput } from "./commands/DescribeNetworkInsightsAccessScopesCommand";
265
+ import { DescribeNetworkInsightsAnalysesCommandInput, DescribeNetworkInsightsAnalysesCommandOutput } from "./commands/DescribeNetworkInsightsAnalysesCommand";
266
+ import { DescribeNetworkInsightsPathsCommandInput, DescribeNetworkInsightsPathsCommandOutput } from "./commands/DescribeNetworkInsightsPathsCommand";
267
+ import { DescribeNetworkInterfaceAttributeCommandInput, DescribeNetworkInterfaceAttributeCommandOutput } from "./commands/DescribeNetworkInterfaceAttributeCommand";
268
+ import { DescribeNetworkInterfacePermissionsCommandInput, DescribeNetworkInterfacePermissionsCommandOutput } from "./commands/DescribeNetworkInterfacePermissionsCommand";
269
+ import { DescribeNetworkInterfacesCommandInput, DescribeNetworkInterfacesCommandOutput } from "./commands/DescribeNetworkInterfacesCommand";
270
+ import { DescribePlacementGroupsCommandInput, DescribePlacementGroupsCommandOutput } from "./commands/DescribePlacementGroupsCommand";
271
+ import { DescribePrefixListsCommandInput, DescribePrefixListsCommandOutput } from "./commands/DescribePrefixListsCommand";
272
+ import { DescribePrincipalIdFormatCommandInput, DescribePrincipalIdFormatCommandOutput } from "./commands/DescribePrincipalIdFormatCommand";
273
+ import { DescribePublicIpv4PoolsCommandInput, DescribePublicIpv4PoolsCommandOutput } from "./commands/DescribePublicIpv4PoolsCommand";
274
+ import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
275
+ import { DescribeReplaceRootVolumeTasksCommandInput, DescribeReplaceRootVolumeTasksCommandOutput } from "./commands/DescribeReplaceRootVolumeTasksCommand";
276
+ import { DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput } from "./commands/DescribeReservedInstancesCommand";
277
+ import { DescribeReservedInstancesListingsCommandInput, DescribeReservedInstancesListingsCommandOutput } from "./commands/DescribeReservedInstancesListingsCommand";
278
+ import { DescribeReservedInstancesModificationsCommandInput, DescribeReservedInstancesModificationsCommandOutput } from "./commands/DescribeReservedInstancesModificationsCommand";
279
+ import { DescribeReservedInstancesOfferingsCommandInput, DescribeReservedInstancesOfferingsCommandOutput } from "./commands/DescribeReservedInstancesOfferingsCommand";
280
+ import { DescribeRouteTablesCommandInput, DescribeRouteTablesCommandOutput } from "./commands/DescribeRouteTablesCommand";
281
+ import { DescribeScheduledInstanceAvailabilityCommandInput, DescribeScheduledInstanceAvailabilityCommandOutput } from "./commands/DescribeScheduledInstanceAvailabilityCommand";
282
+ import { DescribeScheduledInstancesCommandInput, DescribeScheduledInstancesCommandOutput } from "./commands/DescribeScheduledInstancesCommand";
283
+ import { DescribeSecurityGroupReferencesCommandInput, DescribeSecurityGroupReferencesCommandOutput } from "./commands/DescribeSecurityGroupReferencesCommand";
284
+ import { DescribeSecurityGroupRulesCommandInput, DescribeSecurityGroupRulesCommandOutput } from "./commands/DescribeSecurityGroupRulesCommand";
285
+ import { DescribeSecurityGroupsCommandInput, DescribeSecurityGroupsCommandOutput } from "./commands/DescribeSecurityGroupsCommand";
286
+ import { DescribeSnapshotAttributeCommandInput, DescribeSnapshotAttributeCommandOutput } from "./commands/DescribeSnapshotAttributeCommand";
287
+ import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
288
+ import { DescribeSnapshotTierStatusCommandInput, DescribeSnapshotTierStatusCommandOutput } from "./commands/DescribeSnapshotTierStatusCommand";
289
+ import { DescribeSpotDatafeedSubscriptionCommandInput, DescribeSpotDatafeedSubscriptionCommandOutput } from "./commands/DescribeSpotDatafeedSubscriptionCommand";
290
+ import { DescribeSpotFleetInstancesCommandInput, DescribeSpotFleetInstancesCommandOutput } from "./commands/DescribeSpotFleetInstancesCommand";
291
+ import { DescribeSpotFleetRequestHistoryCommandInput, DescribeSpotFleetRequestHistoryCommandOutput } from "./commands/DescribeSpotFleetRequestHistoryCommand";
292
+ import { DescribeSpotFleetRequestsCommandInput, DescribeSpotFleetRequestsCommandOutput } from "./commands/DescribeSpotFleetRequestsCommand";
293
+ import { DescribeSpotInstanceRequestsCommandInput, DescribeSpotInstanceRequestsCommandOutput } from "./commands/DescribeSpotInstanceRequestsCommand";
294
+ import { DescribeSpotPriceHistoryCommandInput, DescribeSpotPriceHistoryCommandOutput } from "./commands/DescribeSpotPriceHistoryCommand";
295
+ import { DescribeStaleSecurityGroupsCommandInput, DescribeStaleSecurityGroupsCommandOutput } from "./commands/DescribeStaleSecurityGroupsCommand";
296
+ import { DescribeStoreImageTasksCommandInput, DescribeStoreImageTasksCommandOutput } from "./commands/DescribeStoreImageTasksCommand";
297
+ import { DescribeSubnetsCommandInput, DescribeSubnetsCommandOutput } from "./commands/DescribeSubnetsCommand";
298
+ import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
299
+ import { DescribeTrafficMirrorFiltersCommandInput, DescribeTrafficMirrorFiltersCommandOutput } from "./commands/DescribeTrafficMirrorFiltersCommand";
300
+ import { DescribeTrafficMirrorSessionsCommandInput, DescribeTrafficMirrorSessionsCommandOutput } from "./commands/DescribeTrafficMirrorSessionsCommand";
301
+ import { DescribeTrafficMirrorTargetsCommandInput, DescribeTrafficMirrorTargetsCommandOutput } from "./commands/DescribeTrafficMirrorTargetsCommand";
302
+ import { DescribeTransitGatewayAttachmentsCommandInput, DescribeTransitGatewayAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayAttachmentsCommand";
303
+ import { DescribeTransitGatewayConnectPeersCommandInput, DescribeTransitGatewayConnectPeersCommandOutput } from "./commands/DescribeTransitGatewayConnectPeersCommand";
304
+ import { DescribeTransitGatewayConnectsCommandInput, DescribeTransitGatewayConnectsCommandOutput } from "./commands/DescribeTransitGatewayConnectsCommand";
305
+ import { DescribeTransitGatewayMulticastDomainsCommandInput, DescribeTransitGatewayMulticastDomainsCommandOutput } from "./commands/DescribeTransitGatewayMulticastDomainsCommand";
306
+ import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand";
307
+ import { DescribeTransitGatewayRouteTablesCommandInput, DescribeTransitGatewayRouteTablesCommandOutput } from "./commands/DescribeTransitGatewayRouteTablesCommand";
308
+ import { DescribeTransitGatewaysCommandInput, DescribeTransitGatewaysCommandOutput } from "./commands/DescribeTransitGatewaysCommand";
309
+ import { DescribeTransitGatewayVpcAttachmentsCommandInput, DescribeTransitGatewayVpcAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayVpcAttachmentsCommand";
310
+ import { DescribeTrunkInterfaceAssociationsCommandInput, DescribeTrunkInterfaceAssociationsCommandOutput } from "./commands/DescribeTrunkInterfaceAssociationsCommand";
311
+ import { DescribeVolumeAttributeCommandInput, DescribeVolumeAttributeCommandOutput } from "./commands/DescribeVolumeAttributeCommand";
312
+ import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "./commands/DescribeVolumesCommand";
313
+ import { DescribeVolumesModificationsCommandInput, DescribeVolumesModificationsCommandOutput } from "./commands/DescribeVolumesModificationsCommand";
314
+ import { DescribeVolumeStatusCommandInput, DescribeVolumeStatusCommandOutput } from "./commands/DescribeVolumeStatusCommand";
315
+ import { DescribeVpcAttributeCommandInput, DescribeVpcAttributeCommandOutput } from "./commands/DescribeVpcAttributeCommand";
316
+ import { DescribeVpcClassicLinkCommandInput, DescribeVpcClassicLinkCommandOutput } from "./commands/DescribeVpcClassicLinkCommand";
317
+ import { DescribeVpcClassicLinkDnsSupportCommandInput, DescribeVpcClassicLinkDnsSupportCommandOutput } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
318
+ import { DescribeVpcEndpointConnectionNotificationsCommandInput, DescribeVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DescribeVpcEndpointConnectionNotificationsCommand";
319
+ import { DescribeVpcEndpointConnectionsCommandInput, DescribeVpcEndpointConnectionsCommandOutput } from "./commands/DescribeVpcEndpointConnectionsCommand";
320
+ import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "./commands/DescribeVpcEndpointsCommand";
321
+ import { DescribeVpcEndpointServiceConfigurationsCommandInput, DescribeVpcEndpointServiceConfigurationsCommandOutput } from "./commands/DescribeVpcEndpointServiceConfigurationsCommand";
322
+ import { DescribeVpcEndpointServicePermissionsCommandInput, DescribeVpcEndpointServicePermissionsCommandOutput } from "./commands/DescribeVpcEndpointServicePermissionsCommand";
323
+ import { DescribeVpcEndpointServicesCommandInput, DescribeVpcEndpointServicesCommandOutput } from "./commands/DescribeVpcEndpointServicesCommand";
324
+ import { DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput } from "./commands/DescribeVpcPeeringConnectionsCommand";
325
+ import { DescribeVpcsCommandInput, DescribeVpcsCommandOutput } from "./commands/DescribeVpcsCommand";
326
+ import { DescribeVpnConnectionsCommandInput, DescribeVpnConnectionsCommandOutput } from "./commands/DescribeVpnConnectionsCommand";
327
+ import { DescribeVpnGatewaysCommandInput, DescribeVpnGatewaysCommandOutput } from "./commands/DescribeVpnGatewaysCommand";
328
+ import { DetachClassicLinkVpcCommandInput, DetachClassicLinkVpcCommandOutput } from "./commands/DetachClassicLinkVpcCommand";
329
+ import { DetachInternetGatewayCommandInput, DetachInternetGatewayCommandOutput } from "./commands/DetachInternetGatewayCommand";
330
+ import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput } from "./commands/DetachNetworkInterfaceCommand";
331
+ import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
332
+ import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "./commands/DetachVpnGatewayCommand";
333
+ import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "./commands/DisableEbsEncryptionByDefaultCommand";
334
+ import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "./commands/DisableFastLaunchCommand";
335
+ import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "./commands/DisableFastSnapshotRestoresCommand";
336
+ import { DisableImageDeprecationCommandInput, DisableImageDeprecationCommandOutput } from "./commands/DisableImageDeprecationCommand";
337
+ import { DisableIpamOrganizationAdminAccountCommandInput, DisableIpamOrganizationAdminAccountCommandOutput } from "./commands/DisableIpamOrganizationAdminAccountCommand";
338
+ import { DisableSerialConsoleAccessCommandInput, DisableSerialConsoleAccessCommandOutput } from "./commands/DisableSerialConsoleAccessCommand";
339
+ import { DisableTransitGatewayRouteTablePropagationCommandInput, DisableTransitGatewayRouteTablePropagationCommandOutput } from "./commands/DisableTransitGatewayRouteTablePropagationCommand";
340
+ import { DisableVgwRoutePropagationCommandInput, DisableVgwRoutePropagationCommandOutput } from "./commands/DisableVgwRoutePropagationCommand";
341
+ import { DisableVpcClassicLinkCommandInput, DisableVpcClassicLinkCommandOutput } from "./commands/DisableVpcClassicLinkCommand";
342
+ import { DisableVpcClassicLinkDnsSupportCommandInput, DisableVpcClassicLinkDnsSupportCommandOutput } from "./commands/DisableVpcClassicLinkDnsSupportCommand";
343
+ import { DisassociateAddressCommandInput, DisassociateAddressCommandOutput } from "./commands/DisassociateAddressCommand";
344
+ import { DisassociateClientVpnTargetNetworkCommandInput, DisassociateClientVpnTargetNetworkCommandOutput } from "./commands/DisassociateClientVpnTargetNetworkCommand";
345
+ import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveCertificateIamRoleCommandOutput } from "./commands/DisassociateEnclaveCertificateIamRoleCommand";
346
+ import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "./commands/DisassociateIamInstanceProfileCommand";
347
+ import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventWindowCommandOutput } from "./commands/DisassociateInstanceEventWindowCommand";
348
+ import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "./commands/DisassociateRouteTableCommand";
349
+ import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "./commands/DisassociateSubnetCidrBlockCommand";
350
+ import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "./commands/DisassociateTransitGatewayMulticastDomainCommand";
351
+ import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGatewayRouteTableCommandOutput } from "./commands/DisassociateTransitGatewayRouteTableCommand";
352
+ import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "./commands/DisassociateTrunkInterfaceCommand";
353
+ import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "./commands/DisassociateVpcCidrBlockCommand";
354
+ import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "./commands/EnableEbsEncryptionByDefaultCommand";
355
+ import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "./commands/EnableFastLaunchCommand";
356
+ import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "./commands/EnableFastSnapshotRestoresCommand";
357
+ import { EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput } from "./commands/EnableImageDeprecationCommand";
358
+ import { EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput } from "./commands/EnableIpamOrganizationAdminAccountCommand";
359
+ import { EnableSerialConsoleAccessCommandInput, EnableSerialConsoleAccessCommandOutput } from "./commands/EnableSerialConsoleAccessCommand";
360
+ import { EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput } from "./commands/EnableTransitGatewayRouteTablePropagationCommand";
361
+ import { EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput } from "./commands/EnableVgwRoutePropagationCommand";
362
+ import { EnableVolumeIOCommandInput, EnableVolumeIOCommandOutput } from "./commands/EnableVolumeIOCommand";
363
+ import { EnableVpcClassicLinkCommandInput, EnableVpcClassicLinkCommandOutput } from "./commands/EnableVpcClassicLinkCommand";
364
+ import { EnableVpcClassicLinkDnsSupportCommandInput, EnableVpcClassicLinkDnsSupportCommandOutput } from "./commands/EnableVpcClassicLinkDnsSupportCommand";
365
+ import { ExportClientVpnClientCertificateRevocationListCommandInput, ExportClientVpnClientCertificateRevocationListCommandOutput } from "./commands/ExportClientVpnClientCertificateRevocationListCommand";
366
+ import { ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput } from "./commands/ExportClientVpnClientConfigurationCommand";
367
+ import { ExportImageCommandInput, ExportImageCommandOutput } from "./commands/ExportImageCommand";
368
+ import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "./commands/ExportTransitGatewayRoutesCommand";
369
+ import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "./commands/GetAssociatedEnclaveCertificateIamRolesCommand";
370
+ import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "./commands/GetAssociatedIpv6PoolCidrsCommand";
371
+ import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput } from "./commands/GetCapacityReservationUsageCommand";
372
+ import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "./commands/GetCoipPoolUsageCommand";
373
+ import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "./commands/GetConsoleOutputCommand";
374
+ import { GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput } from "./commands/GetConsoleScreenshotCommand";
375
+ import { GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput } from "./commands/GetDefaultCreditSpecificationCommand";
376
+ import { GetEbsDefaultKmsKeyIdCommandInput, GetEbsDefaultKmsKeyIdCommandOutput } from "./commands/GetEbsDefaultKmsKeyIdCommand";
377
+ import { GetEbsEncryptionByDefaultCommandInput, GetEbsEncryptionByDefaultCommandOutput } from "./commands/GetEbsEncryptionByDefaultCommand";
378
+ import { GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput } from "./commands/GetFlowLogsIntegrationTemplateCommand";
379
+ import { GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput } from "./commands/GetGroupsForCapacityReservationCommand";
380
+ import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput } from "./commands/GetHostReservationPurchasePreviewCommand";
381
+ import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "./commands/GetInstanceTypesFromInstanceRequirementsCommand";
382
+ import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "./commands/GetIpamAddressHistoryCommand";
383
+ import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "./commands/GetIpamPoolAllocationsCommand";
384
+ import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "./commands/GetIpamPoolCidrsCommand";
385
+ import { GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput } from "./commands/GetIpamResourceCidrsCommand";
386
+ import { GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput } from "./commands/GetLaunchTemplateDataCommand";
387
+ import { GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput } from "./commands/GetManagedPrefixListAssociationsCommand";
388
+ import { GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput } from "./commands/GetManagedPrefixListEntriesCommand";
389
+ import { GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput } from "./commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand";
390
+ import { GetNetworkInsightsAccessScopeContentCommandInput, GetNetworkInsightsAccessScopeContentCommandOutput } from "./commands/GetNetworkInsightsAccessScopeContentCommand";
391
+ import { GetPasswordDataCommandInput, GetPasswordDataCommandOutput } from "./commands/GetPasswordDataCommand";
392
+ import { GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput } from "./commands/GetReservedInstancesExchangeQuoteCommand";
393
+ import { GetSerialConsoleAccessStatusCommandInput, GetSerialConsoleAccessStatusCommandOutput } from "./commands/GetSerialConsoleAccessStatusCommand";
394
+ import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput } from "./commands/GetSpotPlacementScoresCommand";
395
+ import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "./commands/GetSubnetCidrReservationsCommand";
396
+ import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
397
+ import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand";
398
+ import { GetTransitGatewayPrefixListReferencesCommandInput, GetTransitGatewayPrefixListReferencesCommandOutput } from "./commands/GetTransitGatewayPrefixListReferencesCommand";
399
+ import { GetTransitGatewayRouteTableAssociationsCommandInput, GetTransitGatewayRouteTableAssociationsCommandOutput } from "./commands/GetTransitGatewayRouteTableAssociationsCommand";
400
+ import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayRouteTablePropagationsCommandOutput } from "./commands/GetTransitGatewayRouteTablePropagationsCommand";
401
+ import { GetVpnConnectionDeviceSampleConfigurationCommandInput, GetVpnConnectionDeviceSampleConfigurationCommandOutput } from "./commands/GetVpnConnectionDeviceSampleConfigurationCommand";
402
+ import { GetVpnConnectionDeviceTypesCommandInput, GetVpnConnectionDeviceTypesCommandOutput } from "./commands/GetVpnConnectionDeviceTypesCommand";
403
+ import { ImportClientVpnClientCertificateRevocationListCommandInput, ImportClientVpnClientCertificateRevocationListCommandOutput } from "./commands/ImportClientVpnClientCertificateRevocationListCommand";
404
+ import { ImportImageCommandInput, ImportImageCommandOutput } from "./commands/ImportImageCommand";
405
+ import { ImportInstanceCommandInput, ImportInstanceCommandOutput } from "./commands/ImportInstanceCommand";
406
+ import { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "./commands/ImportKeyPairCommand";
407
+ import { ImportSnapshotCommandInput, ImportSnapshotCommandOutput } from "./commands/ImportSnapshotCommand";
408
+ import { ImportVolumeCommandInput, ImportVolumeCommandOutput } from "./commands/ImportVolumeCommand";
409
+ import { ListImagesInRecycleBinCommandInput, ListImagesInRecycleBinCommandOutput } from "./commands/ListImagesInRecycleBinCommand";
410
+ import { ListSnapshotsInRecycleBinCommandInput, ListSnapshotsInRecycleBinCommandOutput } from "./commands/ListSnapshotsInRecycleBinCommand";
411
+ import { ModifyAddressAttributeCommandInput, ModifyAddressAttributeCommandOutput } from "./commands/ModifyAddressAttributeCommand";
412
+ import { ModifyAvailabilityZoneGroupCommandInput, ModifyAvailabilityZoneGroupCommandOutput } from "./commands/ModifyAvailabilityZoneGroupCommand";
413
+ import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "./commands/ModifyCapacityReservationCommand";
414
+ import { ModifyCapacityReservationFleetCommandInput, ModifyCapacityReservationFleetCommandOutput } from "./commands/ModifyCapacityReservationFleetCommand";
415
+ import { ModifyClientVpnEndpointCommandInput, ModifyClientVpnEndpointCommandOutput } from "./commands/ModifyClientVpnEndpointCommand";
416
+ import { ModifyDefaultCreditSpecificationCommandInput, ModifyDefaultCreditSpecificationCommandOutput } from "./commands/ModifyDefaultCreditSpecificationCommand";
417
+ import { ModifyEbsDefaultKmsKeyIdCommandInput, ModifyEbsDefaultKmsKeyIdCommandOutput } from "./commands/ModifyEbsDefaultKmsKeyIdCommand";
418
+ import { ModifyFleetCommandInput, ModifyFleetCommandOutput } from "./commands/ModifyFleetCommand";
419
+ import { ModifyFpgaImageAttributeCommandInput, ModifyFpgaImageAttributeCommandOutput } from "./commands/ModifyFpgaImageAttributeCommand";
420
+ import { ModifyHostsCommandInput, ModifyHostsCommandOutput } from "./commands/ModifyHostsCommand";
421
+ import { ModifyIdentityIdFormatCommandInput, ModifyIdentityIdFormatCommandOutput } from "./commands/ModifyIdentityIdFormatCommand";
422
+ import { ModifyIdFormatCommandInput, ModifyIdFormatCommandOutput } from "./commands/ModifyIdFormatCommand";
423
+ import { ModifyImageAttributeCommandInput, ModifyImageAttributeCommandOutput } from "./commands/ModifyImageAttributeCommand";
424
+ import { ModifyInstanceAttributeCommandInput, ModifyInstanceAttributeCommandOutput } from "./commands/ModifyInstanceAttributeCommand";
425
+ import { ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput } from "./commands/ModifyInstanceCapacityReservationAttributesCommand";
426
+ import { ModifyInstanceCreditSpecificationCommandInput, ModifyInstanceCreditSpecificationCommandOutput } from "./commands/ModifyInstanceCreditSpecificationCommand";
427
+ import { ModifyInstanceEventStartTimeCommandInput, ModifyInstanceEventStartTimeCommandOutput } from "./commands/ModifyInstanceEventStartTimeCommand";
428
+ import { ModifyInstanceEventWindowCommandInput, ModifyInstanceEventWindowCommandOutput } from "./commands/ModifyInstanceEventWindowCommand";
429
+ import { ModifyInstanceMetadataOptionsCommandInput, ModifyInstanceMetadataOptionsCommandOutput } from "./commands/ModifyInstanceMetadataOptionsCommand";
430
+ import { ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutput } from "./commands/ModifyInstancePlacementCommand";
431
+ import { ModifyIpamCommandInput, ModifyIpamCommandOutput } from "./commands/ModifyIpamCommand";
432
+ import { ModifyIpamPoolCommandInput, ModifyIpamPoolCommandOutput } from "./commands/ModifyIpamPoolCommand";
433
+ import { ModifyIpamResourceCidrCommandInput, ModifyIpamResourceCidrCommandOutput } from "./commands/ModifyIpamResourceCidrCommand";
434
+ import { ModifyIpamScopeCommandInput, ModifyIpamScopeCommandOutput } from "./commands/ModifyIpamScopeCommand";
435
+ import { ModifyLaunchTemplateCommandInput, ModifyLaunchTemplateCommandOutput } from "./commands/ModifyLaunchTemplateCommand";
436
+ import { ModifyManagedPrefixListCommandInput, ModifyManagedPrefixListCommandOutput } from "./commands/ModifyManagedPrefixListCommand";
437
+ import { ModifyNetworkInterfaceAttributeCommandInput, ModifyNetworkInterfaceAttributeCommandOutput } from "./commands/ModifyNetworkInterfaceAttributeCommand";
438
+ import { ModifyPrivateDnsNameOptionsCommandInput, ModifyPrivateDnsNameOptionsCommandOutput } from "./commands/ModifyPrivateDnsNameOptionsCommand";
439
+ import { ModifyReservedInstancesCommandInput, ModifyReservedInstancesCommandOutput } from "./commands/ModifyReservedInstancesCommand";
440
+ import { ModifySecurityGroupRulesCommandInput, ModifySecurityGroupRulesCommandOutput } from "./commands/ModifySecurityGroupRulesCommand";
441
+ import { ModifySnapshotAttributeCommandInput, ModifySnapshotAttributeCommandOutput } from "./commands/ModifySnapshotAttributeCommand";
442
+ import { ModifySnapshotTierCommandInput, ModifySnapshotTierCommandOutput } from "./commands/ModifySnapshotTierCommand";
443
+ import { ModifySpotFleetRequestCommandInput, ModifySpotFleetRequestCommandOutput } from "./commands/ModifySpotFleetRequestCommand";
444
+ import { ModifySubnetAttributeCommandInput, ModifySubnetAttributeCommandOutput } from "./commands/ModifySubnetAttributeCommand";
445
+ import { ModifyTrafficMirrorFilterNetworkServicesCommandInput, ModifyTrafficMirrorFilterNetworkServicesCommandOutput } from "./commands/ModifyTrafficMirrorFilterNetworkServicesCommand";
446
+ import { ModifyTrafficMirrorFilterRuleCommandInput, ModifyTrafficMirrorFilterRuleCommandOutput } from "./commands/ModifyTrafficMirrorFilterRuleCommand";
447
+ import { ModifyTrafficMirrorSessionCommandInput, ModifyTrafficMirrorSessionCommandOutput } from "./commands/ModifyTrafficMirrorSessionCommand";
448
+ import { ModifyTransitGatewayCommandInput, ModifyTransitGatewayCommandOutput } from "./commands/ModifyTransitGatewayCommand";
449
+ import { ModifyTransitGatewayPrefixListReferenceCommandInput, ModifyTransitGatewayPrefixListReferenceCommandOutput } from "./commands/ModifyTransitGatewayPrefixListReferenceCommand";
450
+ import { ModifyTransitGatewayVpcAttachmentCommandInput, ModifyTransitGatewayVpcAttachmentCommandOutput } from "./commands/ModifyTransitGatewayVpcAttachmentCommand";
451
+ import { ModifyVolumeAttributeCommandInput, ModifyVolumeAttributeCommandOutput } from "./commands/ModifyVolumeAttributeCommand";
452
+ import { ModifyVolumeCommandInput, ModifyVolumeCommandOutput } from "./commands/ModifyVolumeCommand";
453
+ import { ModifyVpcAttributeCommandInput, ModifyVpcAttributeCommandOutput } from "./commands/ModifyVpcAttributeCommand";
454
+ import { ModifyVpcEndpointCommandInput, ModifyVpcEndpointCommandOutput } from "./commands/ModifyVpcEndpointCommand";
455
+ import { ModifyVpcEndpointConnectionNotificationCommandInput, ModifyVpcEndpointConnectionNotificationCommandOutput } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
456
+ import { ModifyVpcEndpointServiceConfigurationCommandInput, ModifyVpcEndpointServiceConfigurationCommandOutput } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
457
+ import { ModifyVpcEndpointServicePayerResponsibilityCommandInput, ModifyVpcEndpointServicePayerResponsibilityCommandOutput } from "./commands/ModifyVpcEndpointServicePayerResponsibilityCommand";
458
+ import { ModifyVpcEndpointServicePermissionsCommandInput, ModifyVpcEndpointServicePermissionsCommandOutput } from "./commands/ModifyVpcEndpointServicePermissionsCommand";
459
+ import { ModifyVpcPeeringConnectionOptionsCommandInput, ModifyVpcPeeringConnectionOptionsCommandOutput } from "./commands/ModifyVpcPeeringConnectionOptionsCommand";
460
+ import { ModifyVpcTenancyCommandInput, ModifyVpcTenancyCommandOutput } from "./commands/ModifyVpcTenancyCommand";
461
+ import { ModifyVpnConnectionCommandInput, ModifyVpnConnectionCommandOutput } from "./commands/ModifyVpnConnectionCommand";
462
+ import { ModifyVpnConnectionOptionsCommandInput, ModifyVpnConnectionOptionsCommandOutput } from "./commands/ModifyVpnConnectionOptionsCommand";
463
+ import { ModifyVpnTunnelCertificateCommandInput, ModifyVpnTunnelCertificateCommandOutput } from "./commands/ModifyVpnTunnelCertificateCommand";
464
+ import { ModifyVpnTunnelOptionsCommandInput, ModifyVpnTunnelOptionsCommandOutput } from "./commands/ModifyVpnTunnelOptionsCommand";
465
+ import { MonitorInstancesCommandInput, MonitorInstancesCommandOutput } from "./commands/MonitorInstancesCommand";
466
+ import { MoveAddressToVpcCommandInput, MoveAddressToVpcCommandOutput } from "./commands/MoveAddressToVpcCommand";
467
+ import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } from "./commands/MoveByoipCidrToIpamCommand";
468
+ import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
469
+ import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "./commands/ProvisionIpamPoolCidrCommand";
470
+ import { ProvisionPublicIpv4PoolCidrCommandInput, ProvisionPublicIpv4PoolCidrCommandOutput } from "./commands/ProvisionPublicIpv4PoolCidrCommand";
471
+ import { PurchaseHostReservationCommandInput, PurchaseHostReservationCommandOutput } from "./commands/PurchaseHostReservationCommand";
472
+ import { PurchaseReservedInstancesOfferingCommandInput, PurchaseReservedInstancesOfferingCommandOutput } from "./commands/PurchaseReservedInstancesOfferingCommand";
473
+ import { PurchaseScheduledInstancesCommandInput, PurchaseScheduledInstancesCommandOutput } from "./commands/PurchaseScheduledInstancesCommand";
474
+ import { RebootInstancesCommandInput, RebootInstancesCommandOutput } from "./commands/RebootInstancesCommand";
475
+ import { RegisterImageCommandInput, RegisterImageCommandOutput } from "./commands/RegisterImageCommand";
476
+ import { RegisterInstanceEventNotificationAttributesCommandInput, RegisterInstanceEventNotificationAttributesCommandOutput } from "./commands/RegisterInstanceEventNotificationAttributesCommand";
477
+ import { RegisterTransitGatewayMulticastGroupMembersCommandInput, RegisterTransitGatewayMulticastGroupMembersCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupMembersCommand";
478
+ import { RegisterTransitGatewayMulticastGroupSourcesCommandInput, RegisterTransitGatewayMulticastGroupSourcesCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
479
+ import { RejectTransitGatewayMulticastDomainAssociationsCommandInput, RejectTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
480
+ import { RejectTransitGatewayPeeringAttachmentCommandInput, RejectTransitGatewayPeeringAttachmentCommandOutput } from "./commands/RejectTransitGatewayPeeringAttachmentCommand";
481
+ import { RejectTransitGatewayVpcAttachmentCommandInput, RejectTransitGatewayVpcAttachmentCommandOutput } from "./commands/RejectTransitGatewayVpcAttachmentCommand";
482
+ import { RejectVpcEndpointConnectionsCommandInput, RejectVpcEndpointConnectionsCommandOutput } from "./commands/RejectVpcEndpointConnectionsCommand";
483
+ import { RejectVpcPeeringConnectionCommandInput, RejectVpcPeeringConnectionCommandOutput } from "./commands/RejectVpcPeeringConnectionCommand";
484
+ import { ReleaseAddressCommandInput, ReleaseAddressCommandOutput } from "./commands/ReleaseAddressCommand";
485
+ import { ReleaseHostsCommandInput, ReleaseHostsCommandOutput } from "./commands/ReleaseHostsCommand";
486
+ import { ReleaseIpamPoolAllocationCommandInput, ReleaseIpamPoolAllocationCommandOutput } from "./commands/ReleaseIpamPoolAllocationCommand";
487
+ import { ReplaceIamInstanceProfileAssociationCommandInput, ReplaceIamInstanceProfileAssociationCommandOutput } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
488
+ import { ReplaceNetworkAclAssociationCommandInput, ReplaceNetworkAclAssociationCommandOutput } from "./commands/ReplaceNetworkAclAssociationCommand";
489
+ import { ReplaceNetworkAclEntryCommandInput, ReplaceNetworkAclEntryCommandOutput } from "./commands/ReplaceNetworkAclEntryCommand";
490
+ import { ReplaceRouteCommandInput, ReplaceRouteCommandOutput } from "./commands/ReplaceRouteCommand";
491
+ import { ReplaceRouteTableAssociationCommandInput, ReplaceRouteTableAssociationCommandOutput } from "./commands/ReplaceRouteTableAssociationCommand";
492
+ import { ReplaceTransitGatewayRouteCommandInput, ReplaceTransitGatewayRouteCommandOutput } from "./commands/ReplaceTransitGatewayRouteCommand";
493
+ import { ReportInstanceStatusCommandInput, ReportInstanceStatusCommandOutput } from "./commands/ReportInstanceStatusCommand";
494
+ import { RequestSpotFleetCommandInput, RequestSpotFleetCommandOutput } from "./commands/RequestSpotFleetCommand";
495
+ import { RequestSpotInstancesCommandInput, RequestSpotInstancesCommandOutput } from "./commands/RequestSpotInstancesCommand";
496
+ import { ResetAddressAttributeCommandInput, ResetAddressAttributeCommandOutput } from "./commands/ResetAddressAttributeCommand";
497
+ import { ResetEbsDefaultKmsKeyIdCommandInput, ResetEbsDefaultKmsKeyIdCommandOutput } from "./commands/ResetEbsDefaultKmsKeyIdCommand";
498
+ import { ResetFpgaImageAttributeCommandInput, ResetFpgaImageAttributeCommandOutput } from "./commands/ResetFpgaImageAttributeCommand";
499
+ import { ResetImageAttributeCommandInput, ResetImageAttributeCommandOutput } from "./commands/ResetImageAttributeCommand";
500
+ import { ResetInstanceAttributeCommandInput, ResetInstanceAttributeCommandOutput } from "./commands/ResetInstanceAttributeCommand";
501
+ import { ResetNetworkInterfaceAttributeCommandInput, ResetNetworkInterfaceAttributeCommandOutput } from "./commands/ResetNetworkInterfaceAttributeCommand";
502
+ import { ResetSnapshotAttributeCommandInput, ResetSnapshotAttributeCommandOutput } from "./commands/ResetSnapshotAttributeCommand";
503
+ import { RestoreAddressToClassicCommandInput, RestoreAddressToClassicCommandOutput } from "./commands/RestoreAddressToClassicCommand";
504
+ import { RestoreImageFromRecycleBinCommandInput, RestoreImageFromRecycleBinCommandOutput } from "./commands/RestoreImageFromRecycleBinCommand";
505
+ import { RestoreManagedPrefixListVersionCommandInput, RestoreManagedPrefixListVersionCommandOutput } from "./commands/RestoreManagedPrefixListVersionCommand";
506
+ import { RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput } from "./commands/RestoreSnapshotFromRecycleBinCommand";
507
+ import { RestoreSnapshotTierCommandInput, RestoreSnapshotTierCommandOutput } from "./commands/RestoreSnapshotTierCommand";
508
+ import { RevokeClientVpnIngressCommandInput, RevokeClientVpnIngressCommandOutput } from "./commands/RevokeClientVpnIngressCommand";
509
+ import { RevokeSecurityGroupEgressCommandInput, RevokeSecurityGroupEgressCommandOutput } from "./commands/RevokeSecurityGroupEgressCommand";
510
+ import { RevokeSecurityGroupIngressCommandInput, RevokeSecurityGroupIngressCommandOutput } from "./commands/RevokeSecurityGroupIngressCommand";
511
+ import { RunInstancesCommandInput, RunInstancesCommandOutput } from "./commands/RunInstancesCommand";
512
+ import { RunScheduledInstancesCommandInput, RunScheduledInstancesCommandOutput } from "./commands/RunScheduledInstancesCommand";
513
+ import { SearchLocalGatewayRoutesCommandInput, SearchLocalGatewayRoutesCommandOutput } from "./commands/SearchLocalGatewayRoutesCommand";
514
+ import { SearchTransitGatewayMulticastGroupsCommandInput, SearchTransitGatewayMulticastGroupsCommandOutput } from "./commands/SearchTransitGatewayMulticastGroupsCommand";
515
+ import { SearchTransitGatewayRoutesCommandInput, SearchTransitGatewayRoutesCommandOutput } from "./commands/SearchTransitGatewayRoutesCommand";
516
+ import { SendDiagnosticInterruptCommandInput, SendDiagnosticInterruptCommandOutput } from "./commands/SendDiagnosticInterruptCommand";
517
+ import { StartInstancesCommandInput, StartInstancesCommandOutput } from "./commands/StartInstancesCommand";
518
+ import { StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput } from "./commands/StartNetworkInsightsAccessScopeAnalysisCommand";
519
+ import { StartNetworkInsightsAnalysisCommandInput, StartNetworkInsightsAnalysisCommandOutput } from "./commands/StartNetworkInsightsAnalysisCommand";
520
+ import { StartVpcEndpointServicePrivateDnsVerificationCommandInput, StartVpcEndpointServicePrivateDnsVerificationCommandOutput } from "./commands/StartVpcEndpointServicePrivateDnsVerificationCommand";
521
+ import { StopInstancesCommandInput, StopInstancesCommandOutput } from "./commands/StopInstancesCommand";
522
+ import { TerminateClientVpnConnectionsCommandInput, TerminateClientVpnConnectionsCommandOutput } from "./commands/TerminateClientVpnConnectionsCommand";
523
+ import { TerminateInstancesCommandInput, TerminateInstancesCommandOutput } from "./commands/TerminateInstancesCommand";
524
+ import { UnassignIpv6AddressesCommandInput, UnassignIpv6AddressesCommandOutput } from "./commands/UnassignIpv6AddressesCommand";
525
+ import { UnassignPrivateIpAddressesCommandInput, UnassignPrivateIpAddressesCommandOutput } from "./commands/UnassignPrivateIpAddressesCommand";
526
+ import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "./commands/UnmonitorInstancesCommand";
527
+ import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
528
+ import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
529
+ import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
530
+ export declare type ServiceInputTypes = AcceptReservedInstancesExchangeQuoteCommandInput | AcceptTransitGatewayMulticastDomainAssociationsCommandInput | AcceptTransitGatewayPeeringAttachmentCommandInput | AcceptTransitGatewayVpcAttachmentCommandInput | AcceptVpcEndpointConnectionsCommandInput | AcceptVpcPeeringConnectionCommandInput | AdvertiseByoipCidrCommandInput | AllocateAddressCommandInput | AllocateHostsCommandInput | AllocateIpamPoolCidrCommandInput | ApplySecurityGroupsToClientVpnTargetNetworkCommandInput | AssignIpv6AddressesCommandInput | AssignPrivateIpAddressesCommandInput | AssociateAddressCommandInput | AssociateClientVpnTargetNetworkCommandInput | AssociateDhcpOptionsCommandInput | AssociateEnclaveCertificateIamRoleCommandInput | AssociateIamInstanceProfileCommandInput | AssociateInstanceEventWindowCommandInput | AssociateRouteTableCommandInput | AssociateSubnetCidrBlockCommandInput | AssociateTransitGatewayMulticastDomainCommandInput | AssociateTransitGatewayRouteTableCommandInput | AssociateTrunkInterfaceCommandInput | AssociateVpcCidrBlockCommandInput | AttachClassicLinkVpcCommandInput | AttachInternetGatewayCommandInput | AttachNetworkInterfaceCommandInput | AttachVolumeCommandInput | AttachVpnGatewayCommandInput | AuthorizeClientVpnIngressCommandInput | AuthorizeSecurityGroupEgressCommandInput | AuthorizeSecurityGroupIngressCommandInput | BundleInstanceCommandInput | CancelBundleTaskCommandInput | CancelCapacityReservationCommandInput | CancelCapacityReservationFleetsCommandInput | CancelConversionTaskCommandInput | CancelExportTaskCommandInput | CancelImportTaskCommandInput | CancelReservedInstancesListingCommandInput | CancelSpotFleetRequestsCommandInput | CancelSpotInstanceRequestsCommandInput | ConfirmProductInstanceCommandInput | CopyFpgaImageCommandInput | CopyImageCommandInput | CopySnapshotCommandInput | CreateCapacityReservationCommandInput | CreateCapacityReservationFleetCommandInput | CreateCarrierGatewayCommandInput | CreateClientVpnEndpointCommandInput | CreateClientVpnRouteCommandInput | CreateCustomerGatewayCommandInput | CreateDefaultSubnetCommandInput | CreateDefaultVpcCommandInput | CreateDhcpOptionsCommandInput | CreateEgressOnlyInternetGatewayCommandInput | CreateFleetCommandInput | CreateFlowLogsCommandInput | CreateFpgaImageCommandInput | CreateImageCommandInput | CreateInstanceEventWindowCommandInput | CreateInstanceExportTaskCommandInput | CreateInternetGatewayCommandInput | CreateIpamCommandInput | CreateIpamPoolCommandInput | CreateIpamScopeCommandInput | CreateKeyPairCommandInput | CreateLaunchTemplateCommandInput | CreateLaunchTemplateVersionCommandInput | CreateLocalGatewayRouteCommandInput | CreateLocalGatewayRouteTableVpcAssociationCommandInput | CreateManagedPrefixListCommandInput | CreateNatGatewayCommandInput | CreateNetworkAclCommandInput | CreateNetworkAclEntryCommandInput | CreateNetworkInsightsAccessScopeCommandInput | CreateNetworkInsightsPathCommandInput | CreateNetworkInterfaceCommandInput | CreateNetworkInterfacePermissionCommandInput | CreatePlacementGroupCommandInput | CreatePublicIpv4PoolCommandInput | CreateReplaceRootVolumeTaskCommandInput | CreateReservedInstancesListingCommandInput | CreateRestoreImageTaskCommandInput | CreateRouteCommandInput | CreateRouteTableCommandInput | CreateSecurityGroupCommandInput | CreateSnapshotCommandInput | CreateSnapshotsCommandInput | CreateSpotDatafeedSubscriptionCommandInput | CreateStoreImageTaskCommandInput | CreateSubnetCidrReservationCommandInput | CreateSubnetCommandInput | CreateTagsCommandInput | CreateTrafficMirrorFilterCommandInput | CreateTrafficMirrorFilterRuleCommandInput | CreateTrafficMirrorSessionCommandInput | CreateTrafficMirrorTargetCommandInput | CreateTransitGatewayCommandInput | CreateTransitGatewayConnectCommandInput | CreateTransitGatewayConnectPeerCommandInput | CreateTransitGatewayMulticastDomainCommandInput | CreateTransitGatewayPeeringAttachmentCommandInput | CreateTransitGatewayPrefixListReferenceCommandInput | CreateTransitGatewayRouteCommandInput | CreateTransitGatewayRouteTableCommandInput | CreateTransitGatewayVpcAttachmentCommandInput | CreateVolumeCommandInput | CreateVpcCommandInput | CreateVpcEndpointCommandInput | CreateVpcEndpointConnectionNotificationCommandInput | CreateVpcEndpointServiceConfigurationCommandInput | CreateVpcPeeringConnectionCommandInput | CreateVpnConnectionCommandInput | CreateVpnConnectionRouteCommandInput | CreateVpnGatewayCommandInput | DeleteCarrierGatewayCommandInput | DeleteClientVpnEndpointCommandInput | DeleteClientVpnRouteCommandInput | DeleteCustomerGatewayCommandInput | DeleteDhcpOptionsCommandInput | DeleteEgressOnlyInternetGatewayCommandInput | DeleteFleetsCommandInput | DeleteFlowLogsCommandInput | DeleteFpgaImageCommandInput | DeleteInstanceEventWindowCommandInput | DeleteInternetGatewayCommandInput | DeleteIpamCommandInput | DeleteIpamPoolCommandInput | DeleteIpamScopeCommandInput | DeleteKeyPairCommandInput | DeleteLaunchTemplateCommandInput | DeleteLaunchTemplateVersionsCommandInput | DeleteLocalGatewayRouteCommandInput | DeleteLocalGatewayRouteTableVpcAssociationCommandInput | DeleteManagedPrefixListCommandInput | DeleteNatGatewayCommandInput | DeleteNetworkAclCommandInput | DeleteNetworkAclEntryCommandInput | DeleteNetworkInsightsAccessScopeAnalysisCommandInput | DeleteNetworkInsightsAccessScopeCommandInput | DeleteNetworkInsightsAnalysisCommandInput | DeleteNetworkInsightsPathCommandInput | DeleteNetworkInterfaceCommandInput | DeleteNetworkInterfacePermissionCommandInput | DeletePlacementGroupCommandInput | DeletePublicIpv4PoolCommandInput | DeleteQueuedReservedInstancesCommandInput | DeleteRouteCommandInput | DeleteRouteTableCommandInput | DeleteSecurityGroupCommandInput | DeleteSnapshotCommandInput | DeleteSpotDatafeedSubscriptionCommandInput | DeleteSubnetCidrReservationCommandInput | DeleteSubnetCommandInput | DeleteTagsCommandInput | DeleteTrafficMirrorFilterCommandInput | DeleteTrafficMirrorFilterRuleCommandInput | DeleteTrafficMirrorSessionCommandInput | DeleteTrafficMirrorTargetCommandInput | DeleteTransitGatewayCommandInput | DeleteTransitGatewayConnectCommandInput | DeleteTransitGatewayConnectPeerCommandInput | DeleteTransitGatewayMulticastDomainCommandInput | DeleteTransitGatewayPeeringAttachmentCommandInput | DeleteTransitGatewayPrefixListReferenceCommandInput | DeleteTransitGatewayRouteCommandInput | DeleteTransitGatewayRouteTableCommandInput | DeleteTransitGatewayVpcAttachmentCommandInput | DeleteVolumeCommandInput | DeleteVpcCommandInput | DeleteVpcEndpointConnectionNotificationsCommandInput | DeleteVpcEndpointServiceConfigurationsCommandInput | DeleteVpcEndpointsCommandInput | DeleteVpcPeeringConnectionCommandInput | DeleteVpnConnectionCommandInput | DeleteVpnConnectionRouteCommandInput | DeleteVpnGatewayCommandInput | DeprovisionByoipCidrCommandInput | DeprovisionIpamPoolCidrCommandInput | DeprovisionPublicIpv4PoolCidrCommandInput | DeregisterImageCommandInput | DeregisterInstanceEventNotificationAttributesCommandInput | DeregisterTransitGatewayMulticastGroupMembersCommandInput | DeregisterTransitGatewayMulticastGroupSourcesCommandInput | DescribeAccountAttributesCommandInput | DescribeAddressesAttributeCommandInput | DescribeAddressesCommandInput | DescribeAggregateIdFormatCommandInput | DescribeAvailabilityZonesCommandInput | DescribeBundleTasksCommandInput | DescribeByoipCidrsCommandInput | DescribeCapacityReservationFleetsCommandInput | DescribeCapacityReservationsCommandInput | DescribeCarrierGatewaysCommandInput | DescribeClassicLinkInstancesCommandInput | DescribeClientVpnAuthorizationRulesCommandInput | DescribeClientVpnConnectionsCommandInput | DescribeClientVpnEndpointsCommandInput | DescribeClientVpnRoutesCommandInput | DescribeClientVpnTargetNetworksCommandInput | DescribeCoipPoolsCommandInput | DescribeConversionTasksCommandInput | DescribeCustomerGatewaysCommandInput | DescribeDhcpOptionsCommandInput | DescribeEgressOnlyInternetGatewaysCommandInput | DescribeElasticGpusCommandInput | DescribeExportImageTasksCommandInput | DescribeExportTasksCommandInput | DescribeFastLaunchImagesCommandInput | DescribeFastSnapshotRestoresCommandInput | DescribeFleetHistoryCommandInput | DescribeFleetInstancesCommandInput | DescribeFleetsCommandInput | DescribeFlowLogsCommandInput | DescribeFpgaImageAttributeCommandInput | DescribeFpgaImagesCommandInput | DescribeHostReservationOfferingsCommandInput | DescribeHostReservationsCommandInput | DescribeHostsCommandInput | DescribeIamInstanceProfileAssociationsCommandInput | DescribeIdFormatCommandInput | DescribeIdentityIdFormatCommandInput | DescribeImageAttributeCommandInput | DescribeImagesCommandInput | DescribeImportImageTasksCommandInput | DescribeImportSnapshotTasksCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCreditSpecificationsCommandInput | DescribeInstanceEventNotificationAttributesCommandInput | DescribeInstanceEventWindowsCommandInput | DescribeInstanceStatusCommandInput | DescribeInstanceTypeOfferingsCommandInput | DescribeInstanceTypesCommandInput | DescribeInstancesCommandInput | DescribeInternetGatewaysCommandInput | DescribeIpamPoolsCommandInput | DescribeIpamScopesCommandInput | DescribeIpamsCommandInput | DescribeIpv6PoolsCommandInput | DescribeKeyPairsCommandInput | DescribeLaunchTemplateVersionsCommandInput | DescribeLaunchTemplatesCommandInput | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput | DescribeLocalGatewayRouteTableVpcAssociationsCommandInput | DescribeLocalGatewayRouteTablesCommandInput | DescribeLocalGatewayVirtualInterfaceGroupsCommandInput | DescribeLocalGatewayVirtualInterfacesCommandInput | DescribeLocalGatewaysCommandInput | DescribeManagedPrefixListsCommandInput | DescribeMovingAddressesCommandInput | DescribeNatGatewaysCommandInput | DescribeNetworkAclsCommandInput | DescribeNetworkInsightsAccessScopeAnalysesCommandInput | DescribeNetworkInsightsAccessScopesCommandInput | DescribeNetworkInsightsAnalysesCommandInput | DescribeNetworkInsightsPathsCommandInput | DescribeNetworkInterfaceAttributeCommandInput | DescribeNetworkInterfacePermissionsCommandInput | DescribeNetworkInterfacesCommandInput | DescribePlacementGroupsCommandInput | DescribePrefixListsCommandInput | DescribePrincipalIdFormatCommandInput | DescribePublicIpv4PoolsCommandInput | DescribeRegionsCommandInput | DescribeReplaceRootVolumeTasksCommandInput | DescribeReservedInstancesCommandInput | DescribeReservedInstancesListingsCommandInput | DescribeReservedInstancesModificationsCommandInput | DescribeReservedInstancesOfferingsCommandInput | DescribeRouteTablesCommandInput | DescribeScheduledInstanceAvailabilityCommandInput | DescribeScheduledInstancesCommandInput | DescribeSecurityGroupReferencesCommandInput | DescribeSecurityGroupRulesCommandInput | DescribeSecurityGroupsCommandInput | DescribeSnapshotAttributeCommandInput | DescribeSnapshotTierStatusCommandInput | DescribeSnapshotsCommandInput | DescribeSpotDatafeedSubscriptionCommandInput | DescribeSpotFleetInstancesCommandInput | DescribeSpotFleetRequestHistoryCommandInput | DescribeSpotFleetRequestsCommandInput | DescribeSpotInstanceRequestsCommandInput | DescribeSpotPriceHistoryCommandInput | DescribeStaleSecurityGroupsCommandInput | DescribeStoreImageTasksCommandInput | DescribeSubnetsCommandInput | DescribeTagsCommandInput | DescribeTrafficMirrorFiltersCommandInput | DescribeTrafficMirrorSessionsCommandInput | DescribeTrafficMirrorTargetsCommandInput | DescribeTransitGatewayAttachmentsCommandInput | DescribeTransitGatewayConnectPeersCommandInput | DescribeTransitGatewayConnectsCommandInput | DescribeTransitGatewayMulticastDomainsCommandInput | DescribeTransitGatewayPeeringAttachmentsCommandInput | DescribeTransitGatewayRouteTablesCommandInput | DescribeTransitGatewayVpcAttachmentsCommandInput | DescribeTransitGatewaysCommandInput | DescribeTrunkInterfaceAssociationsCommandInput | DescribeVolumeAttributeCommandInput | DescribeVolumeStatusCommandInput | DescribeVolumesCommandInput | DescribeVolumesModificationsCommandInput | DescribeVpcAttributeCommandInput | DescribeVpcClassicLinkCommandInput | DescribeVpcClassicLinkDnsSupportCommandInput | DescribeVpcEndpointConnectionNotificationsCommandInput | DescribeVpcEndpointConnectionsCommandInput | DescribeVpcEndpointServiceConfigurationsCommandInput | DescribeVpcEndpointServicePermissionsCommandInput | DescribeVpcEndpointServicesCommandInput | DescribeVpcEndpointsCommandInput | DescribeVpcPeeringConnectionsCommandInput | DescribeVpcsCommandInput | DescribeVpnConnectionsCommandInput | DescribeVpnGatewaysCommandInput | DetachClassicLinkVpcCommandInput | DetachInternetGatewayCommandInput | DetachNetworkInterfaceCommandInput | DetachVolumeCommandInput | DetachVpnGatewayCommandInput | DisableEbsEncryptionByDefaultCommandInput | DisableFastLaunchCommandInput | DisableFastSnapshotRestoresCommandInput | DisableImageDeprecationCommandInput | DisableIpamOrganizationAdminAccountCommandInput | DisableSerialConsoleAccessCommandInput | DisableTransitGatewayRouteTablePropagationCommandInput | DisableVgwRoutePropagationCommandInput | DisableVpcClassicLinkCommandInput | DisableVpcClassicLinkDnsSupportCommandInput | DisassociateAddressCommandInput | DisassociateClientVpnTargetNetworkCommandInput | DisassociateEnclaveCertificateIamRoleCommandInput | DisassociateIamInstanceProfileCommandInput | DisassociateInstanceEventWindowCommandInput | DisassociateRouteTableCommandInput | DisassociateSubnetCidrBlockCommandInput | DisassociateTransitGatewayMulticastDomainCommandInput | DisassociateTransitGatewayRouteTableCommandInput | DisassociateTrunkInterfaceCommandInput | DisassociateVpcCidrBlockCommandInput | EnableEbsEncryptionByDefaultCommandInput | EnableFastLaunchCommandInput | EnableFastSnapshotRestoresCommandInput | EnableImageDeprecationCommandInput | EnableIpamOrganizationAdminAccountCommandInput | EnableSerialConsoleAccessCommandInput | EnableTransitGatewayRouteTablePropagationCommandInput | EnableVgwRoutePropagationCommandInput | EnableVolumeIOCommandInput | EnableVpcClassicLinkCommandInput | EnableVpcClassicLinkDnsSupportCommandInput | ExportClientVpnClientCertificateRevocationListCommandInput | ExportClientVpnClientConfigurationCommandInput | ExportImageCommandInput | ExportTransitGatewayRoutesCommandInput | GetAssociatedEnclaveCertificateIamRolesCommandInput | GetAssociatedIpv6PoolCidrsCommandInput | GetCapacityReservationUsageCommandInput | GetCoipPoolUsageCommandInput | GetConsoleOutputCommandInput | GetConsoleScreenshotCommandInput | GetDefaultCreditSpecificationCommandInput | GetEbsDefaultKmsKeyIdCommandInput | GetEbsEncryptionByDefaultCommandInput | GetFlowLogsIntegrationTemplateCommandInput | GetGroupsForCapacityReservationCommandInput | GetHostReservationPurchasePreviewCommandInput | GetInstanceTypesFromInstanceRequirementsCommandInput | GetIpamAddressHistoryCommandInput | GetIpamPoolAllocationsCommandInput | GetIpamPoolCidrsCommandInput | GetIpamResourceCidrsCommandInput | GetLaunchTemplateDataCommandInput | GetManagedPrefixListAssociationsCommandInput | GetManagedPrefixListEntriesCommandInput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput | GetNetworkInsightsAccessScopeContentCommandInput | GetPasswordDataCommandInput | GetReservedInstancesExchangeQuoteCommandInput | GetSerialConsoleAccessStatusCommandInput | GetSpotPlacementScoresCommandInput | GetSubnetCidrReservationsCommandInput | GetTransitGatewayAttachmentPropagationsCommandInput | GetTransitGatewayMulticastDomainAssociationsCommandInput | GetTransitGatewayPrefixListReferencesCommandInput | GetTransitGatewayRouteTableAssociationsCommandInput | GetTransitGatewayRouteTablePropagationsCommandInput | GetVpnConnectionDeviceSampleConfigurationCommandInput | GetVpnConnectionDeviceTypesCommandInput | ImportClientVpnClientCertificateRevocationListCommandInput | ImportImageCommandInput | ImportInstanceCommandInput | ImportKeyPairCommandInput | ImportSnapshotCommandInput | ImportVolumeCommandInput | ListImagesInRecycleBinCommandInput | ListSnapshotsInRecycleBinCommandInput | ModifyAddressAttributeCommandInput | ModifyAvailabilityZoneGroupCommandInput | ModifyCapacityReservationCommandInput | ModifyCapacityReservationFleetCommandInput | ModifyClientVpnEndpointCommandInput | ModifyDefaultCreditSpecificationCommandInput | ModifyEbsDefaultKmsKeyIdCommandInput | ModifyFleetCommandInput | ModifyFpgaImageAttributeCommandInput | ModifyHostsCommandInput | ModifyIdFormatCommandInput | ModifyIdentityIdFormatCommandInput | ModifyImageAttributeCommandInput | ModifyInstanceAttributeCommandInput | ModifyInstanceCapacityReservationAttributesCommandInput | ModifyInstanceCreditSpecificationCommandInput | ModifyInstanceEventStartTimeCommandInput | ModifyInstanceEventWindowCommandInput | ModifyInstanceMetadataOptionsCommandInput | ModifyInstancePlacementCommandInput | ModifyIpamCommandInput | ModifyIpamPoolCommandInput | ModifyIpamResourceCidrCommandInput | ModifyIpamScopeCommandInput | ModifyLaunchTemplateCommandInput | ModifyManagedPrefixListCommandInput | ModifyNetworkInterfaceAttributeCommandInput | ModifyPrivateDnsNameOptionsCommandInput | ModifyReservedInstancesCommandInput | ModifySecurityGroupRulesCommandInput | ModifySnapshotAttributeCommandInput | ModifySnapshotTierCommandInput | ModifySpotFleetRequestCommandInput | ModifySubnetAttributeCommandInput | ModifyTrafficMirrorFilterNetworkServicesCommandInput | ModifyTrafficMirrorFilterRuleCommandInput | ModifyTrafficMirrorSessionCommandInput | ModifyTransitGatewayCommandInput | ModifyTransitGatewayPrefixListReferenceCommandInput | ModifyTransitGatewayVpcAttachmentCommandInput | ModifyVolumeAttributeCommandInput | ModifyVolumeCommandInput | ModifyVpcAttributeCommandInput | ModifyVpcEndpointCommandInput | ModifyVpcEndpointConnectionNotificationCommandInput | ModifyVpcEndpointServiceConfigurationCommandInput | ModifyVpcEndpointServicePayerResponsibilityCommandInput | ModifyVpcEndpointServicePermissionsCommandInput | ModifyVpcPeeringConnectionOptionsCommandInput | ModifyVpcTenancyCommandInput | ModifyVpnConnectionCommandInput | ModifyVpnConnectionOptionsCommandInput | ModifyVpnTunnelCertificateCommandInput | ModifyVpnTunnelOptionsCommandInput | MonitorInstancesCommandInput | MoveAddressToVpcCommandInput | MoveByoipCidrToIpamCommandInput | ProvisionByoipCidrCommandInput | ProvisionIpamPoolCidrCommandInput | ProvisionPublicIpv4PoolCidrCommandInput | PurchaseHostReservationCommandInput | PurchaseReservedInstancesOfferingCommandInput | PurchaseScheduledInstancesCommandInput | RebootInstancesCommandInput | RegisterImageCommandInput | RegisterInstanceEventNotificationAttributesCommandInput | RegisterTransitGatewayMulticastGroupMembersCommandInput | RegisterTransitGatewayMulticastGroupSourcesCommandInput | RejectTransitGatewayMulticastDomainAssociationsCommandInput | RejectTransitGatewayPeeringAttachmentCommandInput | RejectTransitGatewayVpcAttachmentCommandInput | RejectVpcEndpointConnectionsCommandInput | RejectVpcPeeringConnectionCommandInput | ReleaseAddressCommandInput | ReleaseHostsCommandInput | ReleaseIpamPoolAllocationCommandInput | ReplaceIamInstanceProfileAssociationCommandInput | ReplaceNetworkAclAssociationCommandInput | ReplaceNetworkAclEntryCommandInput | ReplaceRouteCommandInput | ReplaceRouteTableAssociationCommandInput | ReplaceTransitGatewayRouteCommandInput | ReportInstanceStatusCommandInput | RequestSpotFleetCommandInput | RequestSpotInstancesCommandInput | ResetAddressAttributeCommandInput | ResetEbsDefaultKmsKeyIdCommandInput | ResetFpgaImageAttributeCommandInput | ResetImageAttributeCommandInput | ResetInstanceAttributeCommandInput | ResetNetworkInterfaceAttributeCommandInput | ResetSnapshotAttributeCommandInput | RestoreAddressToClassicCommandInput | RestoreImageFromRecycleBinCommandInput | RestoreManagedPrefixListVersionCommandInput | RestoreSnapshotFromRecycleBinCommandInput | RestoreSnapshotTierCommandInput | RevokeClientVpnIngressCommandInput | RevokeSecurityGroupEgressCommandInput | RevokeSecurityGroupIngressCommandInput | RunInstancesCommandInput | RunScheduledInstancesCommandInput | SearchLocalGatewayRoutesCommandInput | SearchTransitGatewayMulticastGroupsCommandInput | SearchTransitGatewayRoutesCommandInput | SendDiagnosticInterruptCommandInput | StartInstancesCommandInput | StartNetworkInsightsAccessScopeAnalysisCommandInput | StartNetworkInsightsAnalysisCommandInput | StartVpcEndpointServicePrivateDnsVerificationCommandInput | StopInstancesCommandInput | TerminateClientVpnConnectionsCommandInput | TerminateInstancesCommandInput | UnassignIpv6AddressesCommandInput | UnassignPrivateIpAddressesCommandInput | UnmonitorInstancesCommandInput | UpdateSecurityGroupRuleDescriptionsEgressCommandInput | UpdateSecurityGroupRuleDescriptionsIngressCommandInput | WithdrawByoipCidrCommandInput;
531
+ export declare type ServiceOutputTypes = AcceptReservedInstancesExchangeQuoteCommandOutput | AcceptTransitGatewayMulticastDomainAssociationsCommandOutput | AcceptTransitGatewayPeeringAttachmentCommandOutput | AcceptTransitGatewayVpcAttachmentCommandOutput | AcceptVpcEndpointConnectionsCommandOutput | AcceptVpcPeeringConnectionCommandOutput | AdvertiseByoipCidrCommandOutput | AllocateAddressCommandOutput | AllocateHostsCommandOutput | AllocateIpamPoolCidrCommandOutput | ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput | AssignIpv6AddressesCommandOutput | AssignPrivateIpAddressesCommandOutput | AssociateAddressCommandOutput | AssociateClientVpnTargetNetworkCommandOutput | AssociateDhcpOptionsCommandOutput | AssociateEnclaveCertificateIamRoleCommandOutput | AssociateIamInstanceProfileCommandOutput | AssociateInstanceEventWindowCommandOutput | AssociateRouteTableCommandOutput | AssociateSubnetCidrBlockCommandOutput | AssociateTransitGatewayMulticastDomainCommandOutput | AssociateTransitGatewayRouteTableCommandOutput | AssociateTrunkInterfaceCommandOutput | AssociateVpcCidrBlockCommandOutput | AttachClassicLinkVpcCommandOutput | AttachInternetGatewayCommandOutput | AttachNetworkInterfaceCommandOutput | AttachVolumeCommandOutput | AttachVpnGatewayCommandOutput | AuthorizeClientVpnIngressCommandOutput | AuthorizeSecurityGroupEgressCommandOutput | AuthorizeSecurityGroupIngressCommandOutput | BundleInstanceCommandOutput | CancelBundleTaskCommandOutput | CancelCapacityReservationCommandOutput | CancelCapacityReservationFleetsCommandOutput | CancelConversionTaskCommandOutput | CancelExportTaskCommandOutput | CancelImportTaskCommandOutput | CancelReservedInstancesListingCommandOutput | CancelSpotFleetRequestsCommandOutput | CancelSpotInstanceRequestsCommandOutput | ConfirmProductInstanceCommandOutput | CopyFpgaImageCommandOutput | CopyImageCommandOutput | CopySnapshotCommandOutput | CreateCapacityReservationCommandOutput | CreateCapacityReservationFleetCommandOutput | CreateCarrierGatewayCommandOutput | CreateClientVpnEndpointCommandOutput | CreateClientVpnRouteCommandOutput | CreateCustomerGatewayCommandOutput | CreateDefaultSubnetCommandOutput | CreateDefaultVpcCommandOutput | CreateDhcpOptionsCommandOutput | CreateEgressOnlyInternetGatewayCommandOutput | CreateFleetCommandOutput | CreateFlowLogsCommandOutput | CreateFpgaImageCommandOutput | CreateImageCommandOutput | CreateInstanceEventWindowCommandOutput | CreateInstanceExportTaskCommandOutput | CreateInternetGatewayCommandOutput | CreateIpamCommandOutput | CreateIpamPoolCommandOutput | CreateIpamScopeCommandOutput | CreateKeyPairCommandOutput | CreateLaunchTemplateCommandOutput | CreateLaunchTemplateVersionCommandOutput | CreateLocalGatewayRouteCommandOutput | CreateLocalGatewayRouteTableVpcAssociationCommandOutput | CreateManagedPrefixListCommandOutput | CreateNatGatewayCommandOutput | CreateNetworkAclCommandOutput | CreateNetworkAclEntryCommandOutput | CreateNetworkInsightsAccessScopeCommandOutput | CreateNetworkInsightsPathCommandOutput | CreateNetworkInterfaceCommandOutput | CreateNetworkInterfacePermissionCommandOutput | CreatePlacementGroupCommandOutput | CreatePublicIpv4PoolCommandOutput | CreateReplaceRootVolumeTaskCommandOutput | CreateReservedInstancesListingCommandOutput | CreateRestoreImageTaskCommandOutput | CreateRouteCommandOutput | CreateRouteTableCommandOutput | CreateSecurityGroupCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotsCommandOutput | CreateSpotDatafeedSubscriptionCommandOutput | CreateStoreImageTaskCommandOutput | CreateSubnetCidrReservationCommandOutput | CreateSubnetCommandOutput | CreateTagsCommandOutput | CreateTrafficMirrorFilterCommandOutput | CreateTrafficMirrorFilterRuleCommandOutput | CreateTrafficMirrorSessionCommandOutput | CreateTrafficMirrorTargetCommandOutput | CreateTransitGatewayCommandOutput | CreateTransitGatewayConnectCommandOutput | CreateTransitGatewayConnectPeerCommandOutput | CreateTransitGatewayMulticastDomainCommandOutput | CreateTransitGatewayPeeringAttachmentCommandOutput | CreateTransitGatewayPrefixListReferenceCommandOutput | CreateTransitGatewayRouteCommandOutput | CreateTransitGatewayRouteTableCommandOutput | CreateTransitGatewayVpcAttachmentCommandOutput | CreateVolumeCommandOutput | CreateVpcCommandOutput | CreateVpcEndpointCommandOutput | CreateVpcEndpointConnectionNotificationCommandOutput | CreateVpcEndpointServiceConfigurationCommandOutput | CreateVpcPeeringConnectionCommandOutput | CreateVpnConnectionCommandOutput | CreateVpnConnectionRouteCommandOutput | CreateVpnGatewayCommandOutput | DeleteCarrierGatewayCommandOutput | DeleteClientVpnEndpointCommandOutput | DeleteClientVpnRouteCommandOutput | DeleteCustomerGatewayCommandOutput | DeleteDhcpOptionsCommandOutput | DeleteEgressOnlyInternetGatewayCommandOutput | DeleteFleetsCommandOutput | DeleteFlowLogsCommandOutput | DeleteFpgaImageCommandOutput | DeleteInstanceEventWindowCommandOutput | DeleteInternetGatewayCommandOutput | DeleteIpamCommandOutput | DeleteIpamPoolCommandOutput | DeleteIpamScopeCommandOutput | DeleteKeyPairCommandOutput | DeleteLaunchTemplateCommandOutput | DeleteLaunchTemplateVersionsCommandOutput | DeleteLocalGatewayRouteCommandOutput | DeleteLocalGatewayRouteTableVpcAssociationCommandOutput | DeleteManagedPrefixListCommandOutput | DeleteNatGatewayCommandOutput | DeleteNetworkAclCommandOutput | DeleteNetworkAclEntryCommandOutput | DeleteNetworkInsightsAccessScopeAnalysisCommandOutput | DeleteNetworkInsightsAccessScopeCommandOutput | DeleteNetworkInsightsAnalysisCommandOutput | DeleteNetworkInsightsPathCommandOutput | DeleteNetworkInterfaceCommandOutput | DeleteNetworkInterfacePermissionCommandOutput | DeletePlacementGroupCommandOutput | DeletePublicIpv4PoolCommandOutput | DeleteQueuedReservedInstancesCommandOutput | DeleteRouteCommandOutput | DeleteRouteTableCommandOutput | DeleteSecurityGroupCommandOutput | DeleteSnapshotCommandOutput | DeleteSpotDatafeedSubscriptionCommandOutput | DeleteSubnetCidrReservationCommandOutput | DeleteSubnetCommandOutput | DeleteTagsCommandOutput | DeleteTrafficMirrorFilterCommandOutput | DeleteTrafficMirrorFilterRuleCommandOutput | DeleteTrafficMirrorSessionCommandOutput | DeleteTrafficMirrorTargetCommandOutput | DeleteTransitGatewayCommandOutput | DeleteTransitGatewayConnectCommandOutput | DeleteTransitGatewayConnectPeerCommandOutput | DeleteTransitGatewayMulticastDomainCommandOutput | DeleteTransitGatewayPeeringAttachmentCommandOutput | DeleteTransitGatewayPrefixListReferenceCommandOutput | DeleteTransitGatewayRouteCommandOutput | DeleteTransitGatewayRouteTableCommandOutput | DeleteTransitGatewayVpcAttachmentCommandOutput | DeleteVolumeCommandOutput | DeleteVpcCommandOutput | DeleteVpcEndpointConnectionNotificationsCommandOutput | DeleteVpcEndpointServiceConfigurationsCommandOutput | DeleteVpcEndpointsCommandOutput | DeleteVpcPeeringConnectionCommandOutput | DeleteVpnConnectionCommandOutput | DeleteVpnConnectionRouteCommandOutput | DeleteVpnGatewayCommandOutput | DeprovisionByoipCidrCommandOutput | DeprovisionIpamPoolCidrCommandOutput | DeprovisionPublicIpv4PoolCidrCommandOutput | DeregisterImageCommandOutput | DeregisterInstanceEventNotificationAttributesCommandOutput | DeregisterTransitGatewayMulticastGroupMembersCommandOutput | DeregisterTransitGatewayMulticastGroupSourcesCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAddressesAttributeCommandOutput | DescribeAddressesCommandOutput | DescribeAggregateIdFormatCommandOutput | DescribeAvailabilityZonesCommandOutput | DescribeBundleTasksCommandOutput | DescribeByoipCidrsCommandOutput | DescribeCapacityReservationFleetsCommandOutput | DescribeCapacityReservationsCommandOutput | DescribeCarrierGatewaysCommandOutput | DescribeClassicLinkInstancesCommandOutput | DescribeClientVpnAuthorizationRulesCommandOutput | DescribeClientVpnConnectionsCommandOutput | DescribeClientVpnEndpointsCommandOutput | DescribeClientVpnRoutesCommandOutput | DescribeClientVpnTargetNetworksCommandOutput | DescribeCoipPoolsCommandOutput | DescribeConversionTasksCommandOutput | DescribeCustomerGatewaysCommandOutput | DescribeDhcpOptionsCommandOutput | DescribeEgressOnlyInternetGatewaysCommandOutput | DescribeElasticGpusCommandOutput | DescribeExportImageTasksCommandOutput | DescribeExportTasksCommandOutput | DescribeFastLaunchImagesCommandOutput | DescribeFastSnapshotRestoresCommandOutput | DescribeFleetHistoryCommandOutput | DescribeFleetInstancesCommandOutput | DescribeFleetsCommandOutput | DescribeFlowLogsCommandOutput | DescribeFpgaImageAttributeCommandOutput | DescribeFpgaImagesCommandOutput | DescribeHostReservationOfferingsCommandOutput | DescribeHostReservationsCommandOutput | DescribeHostsCommandOutput | DescribeIamInstanceProfileAssociationsCommandOutput | DescribeIdFormatCommandOutput | DescribeIdentityIdFormatCommandOutput | DescribeImageAttributeCommandOutput | DescribeImagesCommandOutput | DescribeImportImageTasksCommandOutput | DescribeImportSnapshotTasksCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCreditSpecificationsCommandOutput | DescribeInstanceEventNotificationAttributesCommandOutput | DescribeInstanceEventWindowsCommandOutput | DescribeInstanceStatusCommandOutput | DescribeInstanceTypeOfferingsCommandOutput | DescribeInstanceTypesCommandOutput | DescribeInstancesCommandOutput | DescribeInternetGatewaysCommandOutput | DescribeIpamPoolsCommandOutput | DescribeIpamScopesCommandOutput | DescribeIpamsCommandOutput | DescribeIpv6PoolsCommandOutput | DescribeKeyPairsCommandOutput | DescribeLaunchTemplateVersionsCommandOutput | DescribeLaunchTemplatesCommandOutput | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput | DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput | DescribeLocalGatewayRouteTablesCommandOutput | DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput | DescribeLocalGatewayVirtualInterfacesCommandOutput | DescribeLocalGatewaysCommandOutput | DescribeManagedPrefixListsCommandOutput | DescribeMovingAddressesCommandOutput | DescribeNatGatewaysCommandOutput | DescribeNetworkAclsCommandOutput | DescribeNetworkInsightsAccessScopeAnalysesCommandOutput | DescribeNetworkInsightsAccessScopesCommandOutput | DescribeNetworkInsightsAnalysesCommandOutput | DescribeNetworkInsightsPathsCommandOutput | DescribeNetworkInterfaceAttributeCommandOutput | DescribeNetworkInterfacePermissionsCommandOutput | DescribeNetworkInterfacesCommandOutput | DescribePlacementGroupsCommandOutput | DescribePrefixListsCommandOutput | DescribePrincipalIdFormatCommandOutput | DescribePublicIpv4PoolsCommandOutput | DescribeRegionsCommandOutput | DescribeReplaceRootVolumeTasksCommandOutput | DescribeReservedInstancesCommandOutput | DescribeReservedInstancesListingsCommandOutput | DescribeReservedInstancesModificationsCommandOutput | DescribeReservedInstancesOfferingsCommandOutput | DescribeRouteTablesCommandOutput | DescribeScheduledInstanceAvailabilityCommandOutput | DescribeScheduledInstancesCommandOutput | DescribeSecurityGroupReferencesCommandOutput | DescribeSecurityGroupRulesCommandOutput | DescribeSecurityGroupsCommandOutput | DescribeSnapshotAttributeCommandOutput | DescribeSnapshotTierStatusCommandOutput | DescribeSnapshotsCommandOutput | DescribeSpotDatafeedSubscriptionCommandOutput | DescribeSpotFleetInstancesCommandOutput | DescribeSpotFleetRequestHistoryCommandOutput | DescribeSpotFleetRequestsCommandOutput | DescribeSpotInstanceRequestsCommandOutput | DescribeSpotPriceHistoryCommandOutput | DescribeStaleSecurityGroupsCommandOutput | DescribeStoreImageTasksCommandOutput | DescribeSubnetsCommandOutput | DescribeTagsCommandOutput | DescribeTrafficMirrorFiltersCommandOutput | DescribeTrafficMirrorSessionsCommandOutput | DescribeTrafficMirrorTargetsCommandOutput | DescribeTransitGatewayAttachmentsCommandOutput | DescribeTransitGatewayConnectPeersCommandOutput | DescribeTransitGatewayConnectsCommandOutput | DescribeTransitGatewayMulticastDomainsCommandOutput | DescribeTransitGatewayPeeringAttachmentsCommandOutput | DescribeTransitGatewayRouteTablesCommandOutput | DescribeTransitGatewayVpcAttachmentsCommandOutput | DescribeTransitGatewaysCommandOutput | DescribeTrunkInterfaceAssociationsCommandOutput | DescribeVolumeAttributeCommandOutput | DescribeVolumeStatusCommandOutput | DescribeVolumesCommandOutput | DescribeVolumesModificationsCommandOutput | DescribeVpcAttributeCommandOutput | DescribeVpcClassicLinkCommandOutput | DescribeVpcClassicLinkDnsSupportCommandOutput | DescribeVpcEndpointConnectionNotificationsCommandOutput | DescribeVpcEndpointConnectionsCommandOutput | DescribeVpcEndpointServiceConfigurationsCommandOutput | DescribeVpcEndpointServicePermissionsCommandOutput | DescribeVpcEndpointServicesCommandOutput | DescribeVpcEndpointsCommandOutput | DescribeVpcPeeringConnectionsCommandOutput | DescribeVpcsCommandOutput | DescribeVpnConnectionsCommandOutput | DescribeVpnGatewaysCommandOutput | DetachClassicLinkVpcCommandOutput | DetachInternetGatewayCommandOutput | DetachNetworkInterfaceCommandOutput | DetachVolumeCommandOutput | DetachVpnGatewayCommandOutput | DisableEbsEncryptionByDefaultCommandOutput | DisableFastLaunchCommandOutput | DisableFastSnapshotRestoresCommandOutput | DisableImageDeprecationCommandOutput | DisableIpamOrganizationAdminAccountCommandOutput | DisableSerialConsoleAccessCommandOutput | DisableTransitGatewayRouteTablePropagationCommandOutput | DisableVgwRoutePropagationCommandOutput | DisableVpcClassicLinkCommandOutput | DisableVpcClassicLinkDnsSupportCommandOutput | DisassociateAddressCommandOutput | DisassociateClientVpnTargetNetworkCommandOutput | DisassociateEnclaveCertificateIamRoleCommandOutput | DisassociateIamInstanceProfileCommandOutput | DisassociateInstanceEventWindowCommandOutput | DisassociateRouteTableCommandOutput | DisassociateSubnetCidrBlockCommandOutput | DisassociateTransitGatewayMulticastDomainCommandOutput | DisassociateTransitGatewayRouteTableCommandOutput | DisassociateTrunkInterfaceCommandOutput | DisassociateVpcCidrBlockCommandOutput | EnableEbsEncryptionByDefaultCommandOutput | EnableFastLaunchCommandOutput | EnableFastSnapshotRestoresCommandOutput | EnableImageDeprecationCommandOutput | EnableIpamOrganizationAdminAccountCommandOutput | EnableSerialConsoleAccessCommandOutput | EnableTransitGatewayRouteTablePropagationCommandOutput | EnableVgwRoutePropagationCommandOutput | EnableVolumeIOCommandOutput | EnableVpcClassicLinkCommandOutput | EnableVpcClassicLinkDnsSupportCommandOutput | ExportClientVpnClientCertificateRevocationListCommandOutput | ExportClientVpnClientConfigurationCommandOutput | ExportImageCommandOutput | ExportTransitGatewayRoutesCommandOutput | GetAssociatedEnclaveCertificateIamRolesCommandOutput | GetAssociatedIpv6PoolCidrsCommandOutput | GetCapacityReservationUsageCommandOutput | GetCoipPoolUsageCommandOutput | GetConsoleOutputCommandOutput | GetConsoleScreenshotCommandOutput | GetDefaultCreditSpecificationCommandOutput | GetEbsDefaultKmsKeyIdCommandOutput | GetEbsEncryptionByDefaultCommandOutput | GetFlowLogsIntegrationTemplateCommandOutput | GetGroupsForCapacityReservationCommandOutput | GetHostReservationPurchasePreviewCommandOutput | GetInstanceTypesFromInstanceRequirementsCommandOutput | GetIpamAddressHistoryCommandOutput | GetIpamPoolAllocationsCommandOutput | GetIpamPoolCidrsCommandOutput | GetIpamResourceCidrsCommandOutput | GetLaunchTemplateDataCommandOutput | GetManagedPrefixListAssociationsCommandOutput | GetManagedPrefixListEntriesCommandOutput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput | GetNetworkInsightsAccessScopeContentCommandOutput | GetPasswordDataCommandOutput | GetReservedInstancesExchangeQuoteCommandOutput | GetSerialConsoleAccessStatusCommandOutput | GetSpotPlacementScoresCommandOutput | GetSubnetCidrReservationsCommandOutput | GetTransitGatewayAttachmentPropagationsCommandOutput | GetTransitGatewayMulticastDomainAssociationsCommandOutput | GetTransitGatewayPrefixListReferencesCommandOutput | GetTransitGatewayRouteTableAssociationsCommandOutput | GetTransitGatewayRouteTablePropagationsCommandOutput | GetVpnConnectionDeviceSampleConfigurationCommandOutput | GetVpnConnectionDeviceTypesCommandOutput | ImportClientVpnClientCertificateRevocationListCommandOutput | ImportImageCommandOutput | ImportInstanceCommandOutput | ImportKeyPairCommandOutput | ImportSnapshotCommandOutput | ImportVolumeCommandOutput | ListImagesInRecycleBinCommandOutput | ListSnapshotsInRecycleBinCommandOutput | ModifyAddressAttributeCommandOutput | ModifyAvailabilityZoneGroupCommandOutput | ModifyCapacityReservationCommandOutput | ModifyCapacityReservationFleetCommandOutput | ModifyClientVpnEndpointCommandOutput | ModifyDefaultCreditSpecificationCommandOutput | ModifyEbsDefaultKmsKeyIdCommandOutput | ModifyFleetCommandOutput | ModifyFpgaImageAttributeCommandOutput | ModifyHostsCommandOutput | ModifyIdFormatCommandOutput | ModifyIdentityIdFormatCommandOutput | ModifyImageAttributeCommandOutput | ModifyInstanceAttributeCommandOutput | ModifyInstanceCapacityReservationAttributesCommandOutput | ModifyInstanceCreditSpecificationCommandOutput | ModifyInstanceEventStartTimeCommandOutput | ModifyInstanceEventWindowCommandOutput | ModifyInstanceMetadataOptionsCommandOutput | ModifyInstancePlacementCommandOutput | ModifyIpamCommandOutput | ModifyIpamPoolCommandOutput | ModifyIpamResourceCidrCommandOutput | ModifyIpamScopeCommandOutput | ModifyLaunchTemplateCommandOutput | ModifyManagedPrefixListCommandOutput | ModifyNetworkInterfaceAttributeCommandOutput | ModifyPrivateDnsNameOptionsCommandOutput | ModifyReservedInstancesCommandOutput | ModifySecurityGroupRulesCommandOutput | ModifySnapshotAttributeCommandOutput | ModifySnapshotTierCommandOutput | ModifySpotFleetRequestCommandOutput | ModifySubnetAttributeCommandOutput | ModifyTrafficMirrorFilterNetworkServicesCommandOutput | ModifyTrafficMirrorFilterRuleCommandOutput | ModifyTrafficMirrorSessionCommandOutput | ModifyTransitGatewayCommandOutput | ModifyTransitGatewayPrefixListReferenceCommandOutput | ModifyTransitGatewayVpcAttachmentCommandOutput | ModifyVolumeAttributeCommandOutput | ModifyVolumeCommandOutput | ModifyVpcAttributeCommandOutput | ModifyVpcEndpointCommandOutput | ModifyVpcEndpointConnectionNotificationCommandOutput | ModifyVpcEndpointServiceConfigurationCommandOutput | ModifyVpcEndpointServicePayerResponsibilityCommandOutput | ModifyVpcEndpointServicePermissionsCommandOutput | ModifyVpcPeeringConnectionOptionsCommandOutput | ModifyVpcTenancyCommandOutput | ModifyVpnConnectionCommandOutput | ModifyVpnConnectionOptionsCommandOutput | ModifyVpnTunnelCertificateCommandOutput | ModifyVpnTunnelOptionsCommandOutput | MonitorInstancesCommandOutput | MoveAddressToVpcCommandOutput | MoveByoipCidrToIpamCommandOutput | ProvisionByoipCidrCommandOutput | ProvisionIpamPoolCidrCommandOutput | ProvisionPublicIpv4PoolCidrCommandOutput | PurchaseHostReservationCommandOutput | PurchaseReservedInstancesOfferingCommandOutput | PurchaseScheduledInstancesCommandOutput | RebootInstancesCommandOutput | RegisterImageCommandOutput | RegisterInstanceEventNotificationAttributesCommandOutput | RegisterTransitGatewayMulticastGroupMembersCommandOutput | RegisterTransitGatewayMulticastGroupSourcesCommandOutput | RejectTransitGatewayMulticastDomainAssociationsCommandOutput | RejectTransitGatewayPeeringAttachmentCommandOutput | RejectTransitGatewayVpcAttachmentCommandOutput | RejectVpcEndpointConnectionsCommandOutput | RejectVpcPeeringConnectionCommandOutput | ReleaseAddressCommandOutput | ReleaseHostsCommandOutput | ReleaseIpamPoolAllocationCommandOutput | ReplaceIamInstanceProfileAssociationCommandOutput | ReplaceNetworkAclAssociationCommandOutput | ReplaceNetworkAclEntryCommandOutput | ReplaceRouteCommandOutput | ReplaceRouteTableAssociationCommandOutput | ReplaceTransitGatewayRouteCommandOutput | ReportInstanceStatusCommandOutput | RequestSpotFleetCommandOutput | RequestSpotInstancesCommandOutput | ResetAddressAttributeCommandOutput | ResetEbsDefaultKmsKeyIdCommandOutput | ResetFpgaImageAttributeCommandOutput | ResetImageAttributeCommandOutput | ResetInstanceAttributeCommandOutput | ResetNetworkInterfaceAttributeCommandOutput | ResetSnapshotAttributeCommandOutput | RestoreAddressToClassicCommandOutput | RestoreImageFromRecycleBinCommandOutput | RestoreManagedPrefixListVersionCommandOutput | RestoreSnapshotFromRecycleBinCommandOutput | RestoreSnapshotTierCommandOutput | RevokeClientVpnIngressCommandOutput | RevokeSecurityGroupEgressCommandOutput | RevokeSecurityGroupIngressCommandOutput | RunInstancesCommandOutput | RunScheduledInstancesCommandOutput | SearchLocalGatewayRoutesCommandOutput | SearchTransitGatewayMulticastGroupsCommandOutput | SearchTransitGatewayRoutesCommandOutput | SendDiagnosticInterruptCommandOutput | StartInstancesCommandOutput | StartNetworkInsightsAccessScopeAnalysisCommandOutput | StartNetworkInsightsAnalysisCommandOutput | StartVpcEndpointServicePrivateDnsVerificationCommandOutput | StopInstancesCommandOutput | TerminateClientVpnConnectionsCommandOutput | TerminateInstancesCommandOutput | UnassignIpv6AddressesCommandOutput | UnassignPrivateIpAddressesCommandOutput | UnmonitorInstancesCommandOutput | UpdateSecurityGroupRuleDescriptionsEgressCommandOutput | UpdateSecurityGroupRuleDescriptionsIngressCommandOutput | WithdrawByoipCidrCommandOutput;
532
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
533
+
534
+ requestHandler?: __HttpHandler;
535
+
536
+ sha256?: __HashConstructor;
537
+
538
+ urlParser?: __UrlParser;
539
+
540
+ bodyLengthChecker?: (body: any) => number | undefined;
541
+
542
+ streamCollector?: __StreamCollector;
543
+
544
+ base64Decoder?: __Decoder;
545
+
546
+ base64Encoder?: __Encoder;
547
+
548
+ utf8Decoder?: __Decoder;
549
+
550
+ utf8Encoder?: __Encoder;
551
+
552
+ runtime?: string;
553
+
554
+ disableHostPrefix?: boolean;
555
+
556
+ maxAttempts?: number | __Provider<number>;
557
+
558
+ retryMode?: string | __Provider<string>;
559
+
560
+ logger?: __Logger;
561
+
562
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
563
+
564
+ useFipsEndpoint?: boolean | __Provider<boolean>;
565
+
566
+ serviceId?: string;
567
+
568
+ region?: string | __Provider<string>;
569
+
570
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
571
+
572
+ regionInfoProvider?: RegionInfoProvider;
573
+
574
+ defaultUserAgentProvider?: Provider<__UserAgent>;
575
+
576
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
577
+ }
578
+ declare type EC2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
579
+
580
+ export interface EC2ClientConfig extends EC2ClientConfigType {
581
+ }
582
+ declare type EC2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
583
+
584
+ export interface EC2ClientResolvedConfig extends EC2ClientResolvedConfigType {
585
+ }
586
+
587
+ export declare class EC2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EC2ClientResolvedConfig> {
588
+
589
+ readonly config: EC2ClientResolvedConfig;
590
+ constructor(configuration: EC2ClientConfig);
591
+
592
+ destroy(): void;
593
+ }
594
+ export {};