@aws-sdk/client-ec2 3.169.0 → 3.171.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 (894) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/EC2.js +135 -0
  3. package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
  4. package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
  5. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
  8. package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
  12. package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  16. package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
  31. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  32. package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
  33. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
  34. package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
  35. package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
  36. package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
  37. package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
  38. package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
  39. package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
  40. package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  41. package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +36 -0
  42. package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
  43. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
  44. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
  45. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
  46. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
  47. package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
  48. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +3 -3
  49. package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +1 -2
  50. package/dist-cjs/commands/index.js +9 -0
  51. package/dist-cjs/models/models_0.js +32 -31
  52. package/dist-cjs/models/models_1.js +64 -38
  53. package/dist-cjs/models/models_2.js +70 -86
  54. package/dist-cjs/models/models_3.js +86 -88
  55. package/dist-cjs/models/models_4.js +72 -74
  56. package/dist-cjs/models/models_5.js +82 -88
  57. package/dist-cjs/models/models_6.js +85 -3
  58. package/dist-cjs/protocols/Aws_ec2.js +646 -21
  59. package/dist-es/EC2.js +135 -0
  60. package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
  61. package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
  62. package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
  63. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
  64. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
  65. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  66. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
  67. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
  68. package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
  69. package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
  70. package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
  71. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
  72. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  73. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +2 -1
  74. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
  75. package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  76. package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
  77. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
  78. package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
  79. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
  80. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
  81. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
  82. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
  83. package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
  84. package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
  85. package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
  86. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
  87. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
  88. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  89. package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
  90. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
  91. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
  92. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
  93. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
  94. package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
  95. package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
  96. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
  97. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  98. package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +39 -0
  99. package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
  100. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
  101. package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
  102. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
  103. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
  104. package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
  105. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -1
  106. package/dist-es/commands/PurchaseScheduledInstancesCommand.js +1 -2
  107. package/dist-es/commands/index.js +9 -0
  108. package/dist-es/models/models_0.js +8 -10
  109. package/dist-es/models/models_1.js +22 -8
  110. package/dist-es/models/models_2.js +16 -20
  111. package/dist-es/models/models_3.js +20 -25
  112. package/dist-es/models/models_4.js +21 -17
  113. package/dist-es/models/models_5.js +19 -25
  114. package/dist-es/models/models_6.js +25 -0
  115. package/dist-es/protocols/Aws_ec2.js +891 -173
  116. package/dist-types/EC2.d.ts +89 -1
  117. package/dist-types/EC2Client.d.ts +11 -2
  118. package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
  119. package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
  120. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
  121. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +14 -1
  123. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
  124. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  125. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  126. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
  128. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
  129. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
  130. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
  131. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  132. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
  133. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
  141. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -2
  147. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
  148. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  156. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
  157. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +35 -0
  158. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  159. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  160. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  161. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  162. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  163. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  164. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  165. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -2
  166. package/dist-types/commands/index.d.ts +9 -0
  167. package/dist-types/models/models_0.d.ts +131 -97
  168. package/dist-types/models/models_1.d.ts +362 -280
  169. package/dist-types/models/models_2.d.ts +392 -831
  170. package/dist-types/models/models_3.d.ts +1506 -1387
  171. package/dist-types/models/models_4.d.ts +528 -251
  172. package/dist-types/models/models_5.d.ts +283 -389
  173. package/dist-types/models/models_6.d.ts +403 -5
  174. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  175. package/dist-types/ts3.4/EC2.d.ts +9878 -2670
  176. package/dist-types/ts3.4/EC2Client.d.ts +3355 -606
  177. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +39 -17
  178. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
  179. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  180. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  181. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +39 -17
  182. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +39 -17
  183. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +36 -17
  184. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +35 -17
  185. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +32 -17
  186. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +39 -17
  187. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +39 -17
  188. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +36 -17
  189. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +39 -17
  190. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +35 -17
  191. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +39 -17
  192. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +34 -17
  193. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
  194. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +39 -17
  195. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +39 -17
  196. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +36 -17
  197. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +39 -17
  198. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
  199. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +39 -17
  200. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +39 -17
  201. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +39 -17
  202. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +39 -17
  203. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +39 -17
  204. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +34 -17
  205. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +39 -17
  206. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
  207. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +35 -17
  208. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +39 -17
  209. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +39 -17
  210. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +39 -17
  211. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +35 -17
  212. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +35 -17
  213. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +39 -17
  214. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +39 -17
  215. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +34 -17
  216. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +30 -17
  217. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +35 -17
  218. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +39 -17
  219. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +39 -17
  220. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +39 -17
  221. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +39 -17
  222. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +32 -17
  223. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +32 -17
  224. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
  225. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +39 -17
  226. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +39 -17
  227. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +39 -17
  228. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +39 -17
  229. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +39 -17
  230. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
  231. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
  232. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +39 -17
  233. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +36 -17
  234. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +35 -17
  235. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +34 -17
  236. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +39 -17
  237. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -17
  238. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +35 -17
  239. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +35 -17
  240. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
  241. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +39 -17
  242. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +39 -17
  243. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +39 -17
  244. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +32 -17
  245. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +35 -17
  246. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +35 -17
  247. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +30 -17
  248. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +39 -17
  249. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +39 -17
  250. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +39 -17
  251. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
  252. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  253. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
  254. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +39 -17
  255. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +35 -17
  256. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +35 -17
  257. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +34 -17
  258. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +39 -17
  259. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +39 -17
  260. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +39 -17
  261. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +39 -17
  262. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +39 -17
  263. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +39 -17
  264. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +39 -17
  265. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +39 -17
  266. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +39 -17
  267. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
  268. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +35 -17
  269. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +36 -17
  270. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
  271. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +35 -17
  272. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +39 -17
  273. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +39 -17
  274. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +39 -17
  275. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +32 -17
  276. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +30 -17
  277. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +39 -17
  278. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +39 -17
  279. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +39 -17
  280. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +39 -17
  281. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +39 -18
  282. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +39 -17
  283. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +39 -17
  284. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +39 -17
  285. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  286. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +39 -17
  287. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
  288. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +39 -17
  289. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
  290. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +39 -17
  291. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  292. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +30 -17
  293. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +32 -17
  294. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +36 -17
  295. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +39 -17
  296. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +39 -17
  297. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +39 -17
  298. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +36 -17
  299. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +35 -17
  300. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +35 -17
  301. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +39 -17
  302. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +39 -17
  303. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +39 -17
  304. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
  305. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
  306. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +34 -17
  307. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +31 -17
  308. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +39 -17
  309. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +32 -17
  310. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +35 -17
  311. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +35 -17
  312. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +39 -17
  313. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +34 -17
  314. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +32 -17
  315. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +35 -17
  316. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +35 -17
  317. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +30 -17
  318. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +39 -17
  319. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +39 -17
  320. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +39 -17
  321. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
  322. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  323. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
  324. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +39 -17
  325. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +35 -17
  326. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +30 -17
  327. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +34 -17
  328. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
  329. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +39 -17
  330. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +39 -17
  331. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +39 -17
  332. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +34 -17
  333. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +39 -17
  334. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +34 -17
  335. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +39 -17
  336. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +39 -17
  337. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
  338. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +30 -17
  339. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +31 -17
  340. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +30 -17
  341. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +35 -17
  342. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +39 -17
  343. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +30 -17
  344. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  345. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +39 -17
  346. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +39 -17
  347. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +39 -17
  348. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +39 -17
  349. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +39 -17
  350. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +39 -17
  351. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +39 -17
  352. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +39 -17
  353. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  354. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +39 -17
  355. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
  356. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +39 -17
  357. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
  358. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +39 -17
  359. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  360. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +30 -17
  361. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +30 -17
  362. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
  363. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
  364. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +36 -17
  365. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +39 -17
  366. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +31 -17
  367. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +35 -17
  368. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +30 -17
  369. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +39 -17
  370. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +39 -17
  371. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +39 -17
  372. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +30 -17
  373. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
  374. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
  375. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
  376. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
  377. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +39 -17
  378. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
  379. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +37 -17
  380. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +39 -17
  381. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +36 -17
  382. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +36 -17
  383. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +39 -17
  384. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +39 -17
  385. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +39 -17
  386. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +39 -17
  387. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +39 -17
  388. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +39 -17
  389. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +39 -17
  390. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +39 -17
  391. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +39 -17
  392. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +36 -17
  393. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +39 -17
  394. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +39 -17
  395. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +36 -17
  396. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +39 -17
  397. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +36 -17
  398. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +39 -17
  399. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
  400. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +39 -17
  401. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +39 -17
  402. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +39 -17
  403. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +39 -17
  404. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +35 -17
  405. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +35 -17
  406. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +39 -17
  407. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +36 -17
  408. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +39 -17
  409. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +39 -17
  410. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +32 -17
  411. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +39 -17
  412. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +35 -17
  413. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +39 -17
  414. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +39 -17
  415. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
  416. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +39 -17
  417. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +39 -17
  418. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +39 -17
  419. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +39 -17
  420. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +39 -17
  421. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +39 -17
  422. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +39 -17
  423. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +39 -17
  424. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +39 -17
  425. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +36 -17
  426. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +39 -17
  427. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +36 -17
  428. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +36 -17
  429. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +32 -17
  430. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +36 -17
  431. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +35 -17
  432. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +39 -17
  433. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +39 -17
  434. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +41 -17
  435. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +39 -17
  436. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +39 -17
  437. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +39 -17
  438. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +37 -17
  439. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +39 -17
  440. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +39 -17
  441. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +39 -17
  442. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +36 -17
  443. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +36 -17
  444. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +39 -17
  445. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +39 -18
  446. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +39 -17
  447. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +39 -17
  448. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +39 -17
  449. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +39 -17
  450. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +39 -17
  451. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +39 -17
  452. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +36 -17
  453. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +39 -17
  454. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +39 -17
  455. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
  456. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +39 -17
  457. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +39 -17
  458. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +39 -17
  459. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +39 -17
  460. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +39 -17
  461. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +36 -17
  462. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +39 -17
  463. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +39 -17
  464. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +39 -17
  465. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +39 -17
  466. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +39 -17
  467. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +39 -17
  468. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +39 -17
  469. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  470. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +39 -17
  471. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +39 -17
  472. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +39 -17
  473. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +39 -17
  474. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +39 -17
  475. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +39 -17
  476. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +39 -17
  477. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +39 -17
  478. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +35 -17
  479. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  480. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +39 -17
  481. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +39 -17
  482. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +39 -17
  483. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +39 -17
  484. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +39 -17
  485. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +39 -17
  486. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +39 -17
  487. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +39 -17
  488. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +39 -17
  489. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +39 -17
  490. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +39 -17
  491. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +39 -17
  492. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +39 -17
  493. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +39 -17
  494. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +39 -17
  495. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +39 -17
  496. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +35 -17
  497. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +39 -17
  498. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +39 -17
  499. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +39 -17
  500. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +39 -17
  501. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
  502. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +39 -17
  503. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
  504. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +39 -17
  505. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +39 -17
  506. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +39 -17
  507. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +39 -17
  508. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +32 -17
  509. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +39 -17
  510. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +36 -17
  511. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +39 -17
  512. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +34 -17
  513. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +34 -17
  514. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +33 -18
  515. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +30 -17
  516. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +39 -17
  517. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +36 -17
  518. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +39 -17
  519. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +39 -17
  520. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +39 -17
  521. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +39 -17
  522. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
  523. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +35 -17
  524. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +39 -17
  525. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
  526. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +31 -17
  527. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +39 -17
  528. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
  529. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +39 -17
  530. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +39 -17
  531. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +34 -17
  532. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +39 -17
  533. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
  534. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +39 -17
  535. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +39 -17
  536. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +39 -17
  537. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +39 -17
  538. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +39 -17
  539. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +35 -17
  540. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +37 -17
  541. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +39 -17
  542. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +39 -17
  543. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +39 -17
  544. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
  545. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +35 -17
  546. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +30 -17
  547. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +39 -17
  548. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
  549. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +41 -18
  550. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +39 -17
  551. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +32 -17
  552. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +39 -17
  553. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +39 -17
  554. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +39 -17
  555. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +39 -17
  556. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +35 -17
  557. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +35 -17
  558. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +39 -17
  559. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +39 -17
  560. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
  561. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +39 -17
  562. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +39 -17
  563. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +39 -17
  564. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +39 -17
  565. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +39 -17
  566. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +36 -17
  567. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +39 -17
  568. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +39 -17
  569. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +35 -17
  570. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +39 -17
  571. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +39 -17
  572. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +39 -17
  573. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +39 -17
  574. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +39 -17
  575. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +39 -17
  576. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +35 -17
  577. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +39 -17
  578. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +39 -17
  579. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +39 -17
  580. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +39 -17
  581. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +39 -17
  582. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +39 -17
  583. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +39 -17
  584. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +39 -17
  585. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +39 -17
  586. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +39 -17
  587. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +39 -17
  588. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +39 -17
  589. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +39 -17
  590. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +41 -17
  591. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +32 -17
  592. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +35 -17
  593. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
  594. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +35 -17
  595. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +32 -17
  596. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +39 -17
  597. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +39 -17
  598. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +39 -17
  599. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +39 -17
  600. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +39 -17
  601. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +39 -17
  602. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +39 -17
  603. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +39 -17
  604. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +39 -17
  605. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +32 -17
  606. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +39 -17
  607. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +32 -17
  608. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +30 -17
  609. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +34 -17
  610. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +34 -17
  611. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +35 -17
  612. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +39 -17
  613. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +39 -17
  614. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +39 -17
  615. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +39 -17
  616. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +39 -17
  617. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +39 -17
  618. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +39 -17
  619. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +32 -17
  620. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +35 -17
  621. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +39 -17
  622. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +35 -17
  623. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +39 -17
  624. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +39 -0
  625. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +39 -17
  626. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +35 -17
  627. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +39 -17
  628. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +39 -17
  629. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +39 -17
  630. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +35 -17
  631. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +36 -17
  632. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +39 -17
  633. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +34 -17
  634. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +39 -17
  635. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +39 -17
  636. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +39 -17
  637. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +39 -17
  638. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
  639. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  640. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +34 -17
  641. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +32 -17
  642. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +31 -17
  643. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +36 -17
  644. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +39 -17
  645. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +39 -17
  646. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +39 -17
  647. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +39 -17
  648. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +39 -17
  649. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +35 -17
  650. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +36 -17
  651. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +39 -17
  652. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +39 -17
  653. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +39 -17
  654. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +35 -17
  655. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +35 -17
  656. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +36 -17
  657. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +36 -17
  658. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +39 -17
  659. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +39 -17
  660. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +39 -17
  661. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +39 -17
  662. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +39 -18
  663. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +30 -17
  664. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +32 -17
  665. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
  666. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
  667. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
  668. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
  669. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
  670. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +39 -17
  671. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +39 -17
  672. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +39 -17
  673. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +30 -17
  674. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +32 -17
  675. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +39 -17
  676. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +39 -17
  677. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +39 -17
  678. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +34 -17
  679. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +30 -17
  680. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +39 -17
  681. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +39 -17
  682. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +34 -17
  683. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +35 -17
  684. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +39 -17
  685. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +39 -17
  686. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
  687. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +39 -17
  688. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +31 -17
  689. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +34 -17
  690. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +35 -17
  691. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +34 -17
  692. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +39 -17
  693. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +39 -17
  694. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +39 -17
  695. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +39 -17
  696. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +36 -17
  697. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +39 -17
  698. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -17
  699. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +39 -17
  700. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +33 -18
  701. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +39 -17
  702. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +39 -17
  703. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +39 -17
  704. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +39 -17
  705. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +35 -17
  706. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +35 -17
  707. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
  708. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +39 -17
  709. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +39 -17
  710. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +32 -17
  711. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +39 -17
  712. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +36 -17
  713. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +39 -17
  714. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +35 -17
  715. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +36 -17
  716. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +39 -17
  717. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +39 -17
  718. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +36 -17
  719. package/dist-types/ts3.4/commands/index.d.ts +542 -533
  720. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  721. package/dist-types/ts3.4/index.d.ts +7 -7
  722. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +7 -6
  723. package/dist-types/ts3.4/models/index.d.ts +7 -7
  724. package/dist-types/ts3.4/models/models_0.d.ts +2960 -2987
  725. package/dist-types/ts3.4/models/models_1.d.ts +2532 -3440
  726. package/dist-types/ts3.4/models/models_2.d.ts +2253 -2839
  727. package/dist-types/ts3.4/models/models_3.d.ts +2557 -3444
  728. package/dist-types/ts3.4/models/models_4.d.ts +2722 -3492
  729. package/dist-types/ts3.4/models/models_5.d.ts +2595 -3289
  730. package/dist-types/ts3.4/models/models_6.d.ts +1345 -1483
  731. package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +11 -4
  732. package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +11 -4
  733. package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +11 -4
  734. package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +11 -4
  735. package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +11 -4
  736. package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +11 -4
  737. package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +11 -4
  738. package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +11 -4
  739. package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +11 -4
  740. package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +11 -4
  741. package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +11 -4
  742. package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +11 -4
  743. package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +11 -4
  744. package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +11 -4
  745. package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +11 -4
  746. package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +11 -4
  747. package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +11 -4
  748. package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +11 -4
  749. package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +11 -4
  750. package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +11 -4
  751. package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +11 -4
  752. package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +11 -4
  753. package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +11 -4
  754. package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +11 -4
  755. package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +11 -4
  756. package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +11 -4
  757. package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +11 -4
  758. package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +11 -4
  759. package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +11 -4
  760. package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +11 -4
  761. package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +11 -4
  762. package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
  763. package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +11 -4
  764. package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +11 -4
  765. package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +11 -4
  766. package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +11 -4
  767. package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +11 -4
  768. package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +11 -4
  769. package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +11 -4
  770. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +11 -4
  771. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +11 -4
  772. package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +11 -4
  773. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +11 -4
  774. package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +11 -4
  775. package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +11 -4
  776. package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +11 -4
  777. package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +11 -4
  778. package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +11 -4
  779. package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +11 -4
  780. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +11 -4
  781. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +11 -4
  782. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +11 -4
  783. package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +11 -4
  784. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +11 -4
  785. package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +11 -4
  786. package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +11 -4
  787. package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +11 -4
  788. package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +11 -4
  789. package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +11 -4
  790. package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +11 -4
  791. package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +11 -4
  792. package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +11 -4
  793. package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +11 -4
  794. package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +11 -4
  795. package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +11 -4
  796. package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +11 -4
  797. package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +11 -4
  798. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  799. package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +11 -4
  800. package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +11 -4
  801. package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +11 -4
  802. package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +11 -4
  803. package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +11 -4
  804. package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +11 -4
  805. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  806. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +11 -4
  807. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +11 -4
  808. package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +11 -4
  809. package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +11 -4
  810. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +11 -4
  811. package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +11 -4
  812. package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +11 -4
  813. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +11 -4
  814. package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +11 -4
  815. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +11 -4
  816. package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +11 -4
  817. package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +11 -4
  818. package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +11 -4
  819. package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +11 -4
  820. package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +11 -4
  821. package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +11 -4
  822. package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
  823. package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +11 -4
  824. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +11 -4
  825. package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +11 -4
  826. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +11 -4
  827. package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +11 -4
  828. package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +11 -4
  829. package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +11 -4
  830. package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +11 -4
  831. package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +11 -4
  832. package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +11 -4
  833. package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +11 -4
  834. package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +11 -4
  835. package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +11 -4
  836. package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +11 -4
  837. package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +11 -4
  838. package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +11 -4
  839. package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +11 -4
  840. package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +11 -4
  841. package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +11 -4
  842. package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +11 -4
  843. package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +11 -4
  844. package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +11 -4
  845. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +11 -4
  846. package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +11 -4
  847. package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +11 -4
  848. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  849. package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +11 -4
  850. package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +11 -4
  851. package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +11 -4
  852. package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +11 -4
  853. package/dist-types/ts3.4/pagination/index.d.ts +122 -122
  854. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6509 -1601
  855. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  856. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  857. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  858. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  859. package/dist-types/ts3.4/waiters/index.d.ts +34 -34
  860. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +11 -7
  861. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +11 -7
  862. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +11 -7
  863. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +11 -7
  864. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +11 -7
  865. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +11 -7
  866. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +11 -7
  867. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +11 -7
  868. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +11 -7
  869. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +11 -7
  870. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +11 -7
  871. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +11 -7
  872. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +11 -7
  873. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +11 -7
  874. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +11 -7
  875. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +11 -7
  876. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +11 -7
  877. package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +11 -7
  878. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +11 -7
  879. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +11 -7
  880. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +11 -7
  881. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +11 -7
  882. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +11 -7
  883. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +11 -7
  884. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +11 -7
  885. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +11 -7
  886. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +11 -7
  887. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +11 -7
  888. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +11 -7
  889. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +11 -7
  890. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +11 -7
  891. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +11 -7
  892. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +11 -7
  893. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +11 -7
  894. package/package.json +36 -36
@@ -1,606 +1,3355 @@
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 { BodyLengthCalculator as __BodyLengthCalculator, 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 { AssociateTransitGatewayPolicyTableCommandInput, AssociateTransitGatewayPolicyTableCommandOutput } from "./commands/AssociateTransitGatewayPolicyTableCommand";
32
- import { AssociateTransitGatewayRouteTableCommandInput, AssociateTransitGatewayRouteTableCommandOutput } from "./commands/AssociateTransitGatewayRouteTableCommand";
33
- import { AssociateTrunkInterfaceCommandInput, AssociateTrunkInterfaceCommandOutput } from "./commands/AssociateTrunkInterfaceCommand";
34
- import { AssociateVpcCidrBlockCommandInput, AssociateVpcCidrBlockCommandOutput } from "./commands/AssociateVpcCidrBlockCommand";
35
- import { AttachClassicLinkVpcCommandInput, AttachClassicLinkVpcCommandOutput } from "./commands/AttachClassicLinkVpcCommand";
36
- import { AttachInternetGatewayCommandInput, AttachInternetGatewayCommandOutput } from "./commands/AttachInternetGatewayCommand";
37
- import { AttachNetworkInterfaceCommandInput, AttachNetworkInterfaceCommandOutput } from "./commands/AttachNetworkInterfaceCommand";
38
- import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
39
- import { AttachVpnGatewayCommandInput, AttachVpnGatewayCommandOutput } from "./commands/AttachVpnGatewayCommand";
40
- import { AuthorizeClientVpnIngressCommandInput, AuthorizeClientVpnIngressCommandOutput } from "./commands/AuthorizeClientVpnIngressCommand";
41
- import { AuthorizeSecurityGroupEgressCommandInput, AuthorizeSecurityGroupEgressCommandOutput } from "./commands/AuthorizeSecurityGroupEgressCommand";
42
- import { AuthorizeSecurityGroupIngressCommandInput, AuthorizeSecurityGroupIngressCommandOutput } from "./commands/AuthorizeSecurityGroupIngressCommand";
43
- import { BundleInstanceCommandInput, BundleInstanceCommandOutput } from "./commands/BundleInstanceCommand";
44
- import { CancelBundleTaskCommandInput, CancelBundleTaskCommandOutput } from "./commands/CancelBundleTaskCommand";
45
- import { CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput } from "./commands/CancelCapacityReservationCommand";
46
- import { CancelCapacityReservationFleetsCommandInput, CancelCapacityReservationFleetsCommandOutput } from "./commands/CancelCapacityReservationFleetsCommand";
47
- import { CancelConversionTaskCommandInput, CancelConversionTaskCommandOutput } from "./commands/CancelConversionTaskCommand";
48
- import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
49
- import { CancelImportTaskCommandInput, CancelImportTaskCommandOutput } from "./commands/CancelImportTaskCommand";
50
- import { CancelReservedInstancesListingCommandInput, CancelReservedInstancesListingCommandOutput } from "./commands/CancelReservedInstancesListingCommand";
51
- import { CancelSpotFleetRequestsCommandInput, CancelSpotFleetRequestsCommandOutput } from "./commands/CancelSpotFleetRequestsCommand";
52
- import { CancelSpotInstanceRequestsCommandInput, CancelSpotInstanceRequestsCommandOutput } from "./commands/CancelSpotInstanceRequestsCommand";
53
- import { ConfirmProductInstanceCommandInput, ConfirmProductInstanceCommandOutput } from "./commands/ConfirmProductInstanceCommand";
54
- import { CopyFpgaImageCommandInput, CopyFpgaImageCommandOutput } from "./commands/CopyFpgaImageCommand";
55
- import { CopyImageCommandInput, CopyImageCommandOutput } from "./commands/CopyImageCommand";
56
- import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
57
- import { CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput } from "./commands/CreateCapacityReservationCommand";
58
- import { CreateCapacityReservationFleetCommandInput, CreateCapacityReservationFleetCommandOutput } from "./commands/CreateCapacityReservationFleetCommand";
59
- import { CreateCarrierGatewayCommandInput, CreateCarrierGatewayCommandOutput } from "./commands/CreateCarrierGatewayCommand";
60
- import { CreateClientVpnEndpointCommandInput, CreateClientVpnEndpointCommandOutput } from "./commands/CreateClientVpnEndpointCommand";
61
- import { CreateClientVpnRouteCommandInput, CreateClientVpnRouteCommandOutput } from "./commands/CreateClientVpnRouteCommand";
62
- import { CreateCustomerGatewayCommandInput, CreateCustomerGatewayCommandOutput } from "./commands/CreateCustomerGatewayCommand";
63
- import { CreateDefaultSubnetCommandInput, CreateDefaultSubnetCommandOutput } from "./commands/CreateDefaultSubnetCommand";
64
- import { CreateDefaultVpcCommandInput, CreateDefaultVpcCommandOutput } from "./commands/CreateDefaultVpcCommand";
65
- import { CreateDhcpOptionsCommandInput, CreateDhcpOptionsCommandOutput } from "./commands/CreateDhcpOptionsCommand";
66
- import { CreateEgressOnlyInternetGatewayCommandInput, CreateEgressOnlyInternetGatewayCommandOutput } from "./commands/CreateEgressOnlyInternetGatewayCommand";
67
- import { CreateFleetCommandInput, CreateFleetCommandOutput } from "./commands/CreateFleetCommand";
68
- import { CreateFlowLogsCommandInput, CreateFlowLogsCommandOutput } from "./commands/CreateFlowLogsCommand";
69
- import { CreateFpgaImageCommandInput, CreateFpgaImageCommandOutput } from "./commands/CreateFpgaImageCommand";
70
- import { CreateImageCommandInput, CreateImageCommandOutput } from "./commands/CreateImageCommand";
71
- import { CreateInstanceEventWindowCommandInput, CreateInstanceEventWindowCommandOutput } from "./commands/CreateInstanceEventWindowCommand";
72
- import { CreateInstanceExportTaskCommandInput, CreateInstanceExportTaskCommandOutput } from "./commands/CreateInstanceExportTaskCommand";
73
- import { CreateInternetGatewayCommandInput, CreateInternetGatewayCommandOutput } from "./commands/CreateInternetGatewayCommand";
74
- import { CreateIpamCommandInput, CreateIpamCommandOutput } from "./commands/CreateIpamCommand";
75
- import { CreateIpamPoolCommandInput, CreateIpamPoolCommandOutput } from "./commands/CreateIpamPoolCommand";
76
- import { CreateIpamScopeCommandInput, CreateIpamScopeCommandOutput } from "./commands/CreateIpamScopeCommand";
77
- import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand";
78
- import { CreateLaunchTemplateCommandInput, CreateLaunchTemplateCommandOutput } from "./commands/CreateLaunchTemplateCommand";
79
- import { CreateLaunchTemplateVersionCommandInput, CreateLaunchTemplateVersionCommandOutput } from "./commands/CreateLaunchTemplateVersionCommand";
80
- import { CreateLocalGatewayRouteCommandInput, CreateLocalGatewayRouteCommandOutput } from "./commands/CreateLocalGatewayRouteCommand";
81
- import { CreateLocalGatewayRouteTableVpcAssociationCommandInput, CreateLocalGatewayRouteTableVpcAssociationCommandOutput } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
82
- import { CreateManagedPrefixListCommandInput, CreateManagedPrefixListCommandOutput } from "./commands/CreateManagedPrefixListCommand";
83
- import { CreateNatGatewayCommandInput, CreateNatGatewayCommandOutput } from "./commands/CreateNatGatewayCommand";
84
- import { CreateNetworkAclCommandInput, CreateNetworkAclCommandOutput } from "./commands/CreateNetworkAclCommand";
85
- import { CreateNetworkAclEntryCommandInput, CreateNetworkAclEntryCommandOutput } from "./commands/CreateNetworkAclEntryCommand";
86
- import { CreateNetworkInsightsAccessScopeCommandInput, CreateNetworkInsightsAccessScopeCommandOutput } from "./commands/CreateNetworkInsightsAccessScopeCommand";
87
- import { CreateNetworkInsightsPathCommandInput, CreateNetworkInsightsPathCommandOutput } from "./commands/CreateNetworkInsightsPathCommand";
88
- import { CreateNetworkInterfaceCommandInput, CreateNetworkInterfaceCommandOutput } from "./commands/CreateNetworkInterfaceCommand";
89
- import { CreateNetworkInterfacePermissionCommandInput, CreateNetworkInterfacePermissionCommandOutput } from "./commands/CreateNetworkInterfacePermissionCommand";
90
- import { CreatePlacementGroupCommandInput, CreatePlacementGroupCommandOutput } from "./commands/CreatePlacementGroupCommand";
91
- import { CreatePublicIpv4PoolCommandInput, CreatePublicIpv4PoolCommandOutput } from "./commands/CreatePublicIpv4PoolCommand";
92
- import { CreateReplaceRootVolumeTaskCommandInput, CreateReplaceRootVolumeTaskCommandOutput } from "./commands/CreateReplaceRootVolumeTaskCommand";
93
- import { CreateReservedInstancesListingCommandInput, CreateReservedInstancesListingCommandOutput } from "./commands/CreateReservedInstancesListingCommand";
94
- import { CreateRestoreImageTaskCommandInput, CreateRestoreImageTaskCommandOutput } from "./commands/CreateRestoreImageTaskCommand";
95
- import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
96
- import { CreateRouteTableCommandInput, CreateRouteTableCommandOutput } from "./commands/CreateRouteTableCommand";
97
- import { CreateSecurityGroupCommandInput, CreateSecurityGroupCommandOutput } from "./commands/CreateSecurityGroupCommand";
98
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
99
- import { CreateSnapshotsCommandInput, CreateSnapshotsCommandOutput } from "./commands/CreateSnapshotsCommand";
100
- import { CreateSpotDatafeedSubscriptionCommandInput, CreateSpotDatafeedSubscriptionCommandOutput } from "./commands/CreateSpotDatafeedSubscriptionCommand";
101
- import { CreateStoreImageTaskCommandInput, CreateStoreImageTaskCommandOutput } from "./commands/CreateStoreImageTaskCommand";
102
- import { CreateSubnetCidrReservationCommandInput, CreateSubnetCidrReservationCommandOutput } from "./commands/CreateSubnetCidrReservationCommand";
103
- import { CreateSubnetCommandInput, CreateSubnetCommandOutput } from "./commands/CreateSubnetCommand";
104
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
105
- import { CreateTrafficMirrorFilterCommandInput, CreateTrafficMirrorFilterCommandOutput } from "./commands/CreateTrafficMirrorFilterCommand";
106
- import { CreateTrafficMirrorFilterRuleCommandInput, CreateTrafficMirrorFilterRuleCommandOutput } from "./commands/CreateTrafficMirrorFilterRuleCommand";
107
- import { CreateTrafficMirrorSessionCommandInput, CreateTrafficMirrorSessionCommandOutput } from "./commands/CreateTrafficMirrorSessionCommand";
108
- import { CreateTrafficMirrorTargetCommandInput, CreateTrafficMirrorTargetCommandOutput } from "./commands/CreateTrafficMirrorTargetCommand";
109
- import { CreateTransitGatewayCommandInput, CreateTransitGatewayCommandOutput } from "./commands/CreateTransitGatewayCommand";
110
- import { CreateTransitGatewayConnectCommandInput, CreateTransitGatewayConnectCommandOutput } from "./commands/CreateTransitGatewayConnectCommand";
111
- import { CreateTransitGatewayConnectPeerCommandInput, CreateTransitGatewayConnectPeerCommandOutput } from "./commands/CreateTransitGatewayConnectPeerCommand";
112
- import { CreateTransitGatewayMulticastDomainCommandInput, CreateTransitGatewayMulticastDomainCommandOutput } from "./commands/CreateTransitGatewayMulticastDomainCommand";
113
- import { CreateTransitGatewayPeeringAttachmentCommandInput, CreateTransitGatewayPeeringAttachmentCommandOutput } from "./commands/CreateTransitGatewayPeeringAttachmentCommand";
114
- import { CreateTransitGatewayPolicyTableCommandInput, CreateTransitGatewayPolicyTableCommandOutput } from "./commands/CreateTransitGatewayPolicyTableCommand";
115
- import { CreateTransitGatewayPrefixListReferenceCommandInput, CreateTransitGatewayPrefixListReferenceCommandOutput } from "./commands/CreateTransitGatewayPrefixListReferenceCommand";
116
- import { CreateTransitGatewayRouteCommandInput, CreateTransitGatewayRouteCommandOutput } from "./commands/CreateTransitGatewayRouteCommand";
117
- import { CreateTransitGatewayRouteTableAnnouncementCommandInput, CreateTransitGatewayRouteTableAnnouncementCommandOutput } from "./commands/CreateTransitGatewayRouteTableAnnouncementCommand";
118
- import { CreateTransitGatewayRouteTableCommandInput, CreateTransitGatewayRouteTableCommandOutput } from "./commands/CreateTransitGatewayRouteTableCommand";
119
- import { CreateTransitGatewayVpcAttachmentCommandInput, CreateTransitGatewayVpcAttachmentCommandOutput } from "./commands/CreateTransitGatewayVpcAttachmentCommand";
120
- import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
121
- import { CreateVpcCommandInput, CreateVpcCommandOutput } from "./commands/CreateVpcCommand";
122
- import { CreateVpcEndpointCommandInput, CreateVpcEndpointCommandOutput } from "./commands/CreateVpcEndpointCommand";
123
- import { CreateVpcEndpointConnectionNotificationCommandInput, CreateVpcEndpointConnectionNotificationCommandOutput } from "./commands/CreateVpcEndpointConnectionNotificationCommand";
124
- import { CreateVpcEndpointServiceConfigurationCommandInput, CreateVpcEndpointServiceConfigurationCommandOutput } from "./commands/CreateVpcEndpointServiceConfigurationCommand";
125
- import { CreateVpcPeeringConnectionCommandInput, CreateVpcPeeringConnectionCommandOutput } from "./commands/CreateVpcPeeringConnectionCommand";
126
- import { CreateVpnConnectionCommandInput, CreateVpnConnectionCommandOutput } from "./commands/CreateVpnConnectionCommand";
127
- import { CreateVpnConnectionRouteCommandInput, CreateVpnConnectionRouteCommandOutput } from "./commands/CreateVpnConnectionRouteCommand";
128
- import { CreateVpnGatewayCommandInput, CreateVpnGatewayCommandOutput } from "./commands/CreateVpnGatewayCommand";
129
- import { DeleteCarrierGatewayCommandInput, DeleteCarrierGatewayCommandOutput } from "./commands/DeleteCarrierGatewayCommand";
130
- import { DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput } from "./commands/DeleteClientVpnEndpointCommand";
131
- import { DeleteClientVpnRouteCommandInput, DeleteClientVpnRouteCommandOutput } from "./commands/DeleteClientVpnRouteCommand";
132
- import { DeleteCustomerGatewayCommandInput, DeleteCustomerGatewayCommandOutput } from "./commands/DeleteCustomerGatewayCommand";
133
- import { DeleteDhcpOptionsCommandInput, DeleteDhcpOptionsCommandOutput } from "./commands/DeleteDhcpOptionsCommand";
134
- import { DeleteEgressOnlyInternetGatewayCommandInput, DeleteEgressOnlyInternetGatewayCommandOutput } from "./commands/DeleteEgressOnlyInternetGatewayCommand";
135
- import { DeleteFleetsCommandInput, DeleteFleetsCommandOutput } from "./commands/DeleteFleetsCommand";
136
- import { DeleteFlowLogsCommandInput, DeleteFlowLogsCommandOutput } from "./commands/DeleteFlowLogsCommand";
137
- import { DeleteFpgaImageCommandInput, DeleteFpgaImageCommandOutput } from "./commands/DeleteFpgaImageCommand";
138
- import { DeleteInstanceEventWindowCommandInput, DeleteInstanceEventWindowCommandOutput } from "./commands/DeleteInstanceEventWindowCommand";
139
- import { DeleteInternetGatewayCommandInput, DeleteInternetGatewayCommandOutput } from "./commands/DeleteInternetGatewayCommand";
140
- import { DeleteIpamCommandInput, DeleteIpamCommandOutput } from "./commands/DeleteIpamCommand";
141
- import { DeleteIpamPoolCommandInput, DeleteIpamPoolCommandOutput } from "./commands/DeleteIpamPoolCommand";
142
- import { DeleteIpamScopeCommandInput, DeleteIpamScopeCommandOutput } from "./commands/DeleteIpamScopeCommand";
143
- import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand";
144
- import { DeleteLaunchTemplateCommandInput, DeleteLaunchTemplateCommandOutput } from "./commands/DeleteLaunchTemplateCommand";
145
- import { DeleteLaunchTemplateVersionsCommandInput, DeleteLaunchTemplateVersionsCommandOutput } from "./commands/DeleteLaunchTemplateVersionsCommand";
146
- import { DeleteLocalGatewayRouteCommandInput, DeleteLocalGatewayRouteCommandOutput } from "./commands/DeleteLocalGatewayRouteCommand";
147
- import { DeleteLocalGatewayRouteTableVpcAssociationCommandInput, DeleteLocalGatewayRouteTableVpcAssociationCommandOutput } from "./commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
148
- import { DeleteManagedPrefixListCommandInput, DeleteManagedPrefixListCommandOutput } from "./commands/DeleteManagedPrefixListCommand";
149
- import { DeleteNatGatewayCommandInput, DeleteNatGatewayCommandOutput } from "./commands/DeleteNatGatewayCommand";
150
- import { DeleteNetworkAclCommandInput, DeleteNetworkAclCommandOutput } from "./commands/DeleteNetworkAclCommand";
151
- import { DeleteNetworkAclEntryCommandInput, DeleteNetworkAclEntryCommandOutput } from "./commands/DeleteNetworkAclEntryCommand";
152
- import { DeleteNetworkInsightsAccessScopeAnalysisCommandInput, DeleteNetworkInsightsAccessScopeAnalysisCommandOutput } from "./commands/DeleteNetworkInsightsAccessScopeAnalysisCommand";
153
- import { DeleteNetworkInsightsAccessScopeCommandInput, DeleteNetworkInsightsAccessScopeCommandOutput } from "./commands/DeleteNetworkInsightsAccessScopeCommand";
154
- import { DeleteNetworkInsightsAnalysisCommandInput, DeleteNetworkInsightsAnalysisCommandOutput } from "./commands/DeleteNetworkInsightsAnalysisCommand";
155
- import { DeleteNetworkInsightsPathCommandInput, DeleteNetworkInsightsPathCommandOutput } from "./commands/DeleteNetworkInsightsPathCommand";
156
- import { DeleteNetworkInterfaceCommandInput, DeleteNetworkInterfaceCommandOutput } from "./commands/DeleteNetworkInterfaceCommand";
157
- import { DeleteNetworkInterfacePermissionCommandInput, DeleteNetworkInterfacePermissionCommandOutput } from "./commands/DeleteNetworkInterfacePermissionCommand";
158
- import { DeletePlacementGroupCommandInput, DeletePlacementGroupCommandOutput } from "./commands/DeletePlacementGroupCommand";
159
- import { DeletePublicIpv4PoolCommandInput, DeletePublicIpv4PoolCommandOutput } from "./commands/DeletePublicIpv4PoolCommand";
160
- import { DeleteQueuedReservedInstancesCommandInput, DeleteQueuedReservedInstancesCommandOutput } from "./commands/DeleteQueuedReservedInstancesCommand";
161
- import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
162
- import { DeleteRouteTableCommandInput, DeleteRouteTableCommandOutput } from "./commands/DeleteRouteTableCommand";
163
- import { DeleteSecurityGroupCommandInput, DeleteSecurityGroupCommandOutput } from "./commands/DeleteSecurityGroupCommand";
164
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
165
- import { DeleteSpotDatafeedSubscriptionCommandInput, DeleteSpotDatafeedSubscriptionCommandOutput } from "./commands/DeleteSpotDatafeedSubscriptionCommand";
166
- import { DeleteSubnetCidrReservationCommandInput, DeleteSubnetCidrReservationCommandOutput } from "./commands/DeleteSubnetCidrReservationCommand";
167
- import { DeleteSubnetCommandInput, DeleteSubnetCommandOutput } from "./commands/DeleteSubnetCommand";
168
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
169
- import { DeleteTrafficMirrorFilterCommandInput, DeleteTrafficMirrorFilterCommandOutput } from "./commands/DeleteTrafficMirrorFilterCommand";
170
- import { DeleteTrafficMirrorFilterRuleCommandInput, DeleteTrafficMirrorFilterRuleCommandOutput } from "./commands/DeleteTrafficMirrorFilterRuleCommand";
171
- import { DeleteTrafficMirrorSessionCommandInput, DeleteTrafficMirrorSessionCommandOutput } from "./commands/DeleteTrafficMirrorSessionCommand";
172
- import { DeleteTrafficMirrorTargetCommandInput, DeleteTrafficMirrorTargetCommandOutput } from "./commands/DeleteTrafficMirrorTargetCommand";
173
- import { DeleteTransitGatewayCommandInput, DeleteTransitGatewayCommandOutput } from "./commands/DeleteTransitGatewayCommand";
174
- import { DeleteTransitGatewayConnectCommandInput, DeleteTransitGatewayConnectCommandOutput } from "./commands/DeleteTransitGatewayConnectCommand";
175
- import { DeleteTransitGatewayConnectPeerCommandInput, DeleteTransitGatewayConnectPeerCommandOutput } from "./commands/DeleteTransitGatewayConnectPeerCommand";
176
- import { DeleteTransitGatewayMulticastDomainCommandInput, DeleteTransitGatewayMulticastDomainCommandOutput } from "./commands/DeleteTransitGatewayMulticastDomainCommand";
177
- import { DeleteTransitGatewayPeeringAttachmentCommandInput, DeleteTransitGatewayPeeringAttachmentCommandOutput } from "./commands/DeleteTransitGatewayPeeringAttachmentCommand";
178
- import { DeleteTransitGatewayPolicyTableCommandInput, DeleteTransitGatewayPolicyTableCommandOutput } from "./commands/DeleteTransitGatewayPolicyTableCommand";
179
- import { DeleteTransitGatewayPrefixListReferenceCommandInput, DeleteTransitGatewayPrefixListReferenceCommandOutput } from "./commands/DeleteTransitGatewayPrefixListReferenceCommand";
180
- import { DeleteTransitGatewayRouteCommandInput, DeleteTransitGatewayRouteCommandOutput } from "./commands/DeleteTransitGatewayRouteCommand";
181
- import { DeleteTransitGatewayRouteTableAnnouncementCommandInput, DeleteTransitGatewayRouteTableAnnouncementCommandOutput } from "./commands/DeleteTransitGatewayRouteTableAnnouncementCommand";
182
- import { DeleteTransitGatewayRouteTableCommandInput, DeleteTransitGatewayRouteTableCommandOutput } from "./commands/DeleteTransitGatewayRouteTableCommand";
183
- import { DeleteTransitGatewayVpcAttachmentCommandInput, DeleteTransitGatewayVpcAttachmentCommandOutput } from "./commands/DeleteTransitGatewayVpcAttachmentCommand";
184
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
185
- import { DeleteVpcCommandInput, DeleteVpcCommandOutput } from "./commands/DeleteVpcCommand";
186
- import { DeleteVpcEndpointConnectionNotificationsCommandInput, DeleteVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DeleteVpcEndpointConnectionNotificationsCommand";
187
- import { DeleteVpcEndpointsCommandInput, DeleteVpcEndpointsCommandOutput } from "./commands/DeleteVpcEndpointsCommand";
188
- import { DeleteVpcEndpointServiceConfigurationsCommandInput, DeleteVpcEndpointServiceConfigurationsCommandOutput } from "./commands/DeleteVpcEndpointServiceConfigurationsCommand";
189
- import { DeleteVpcPeeringConnectionCommandInput, DeleteVpcPeeringConnectionCommandOutput } from "./commands/DeleteVpcPeeringConnectionCommand";
190
- import { DeleteVpnConnectionCommandInput, DeleteVpnConnectionCommandOutput } from "./commands/DeleteVpnConnectionCommand";
191
- import { DeleteVpnConnectionRouteCommandInput, DeleteVpnConnectionRouteCommandOutput } from "./commands/DeleteVpnConnectionRouteCommand";
192
- import { DeleteVpnGatewayCommandInput, DeleteVpnGatewayCommandOutput } from "./commands/DeleteVpnGatewayCommand";
193
- import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "./commands/DeprovisionByoipCidrCommand";
194
- import { DeprovisionIpamPoolCidrCommandInput, DeprovisionIpamPoolCidrCommandOutput } from "./commands/DeprovisionIpamPoolCidrCommand";
195
- import { DeprovisionPublicIpv4PoolCidrCommandInput, DeprovisionPublicIpv4PoolCidrCommandOutput } from "./commands/DeprovisionPublicIpv4PoolCidrCommand";
196
- import { DeregisterImageCommandInput, DeregisterImageCommandOutput } from "./commands/DeregisterImageCommand";
197
- import { DeregisterInstanceEventNotificationAttributesCommandInput, DeregisterInstanceEventNotificationAttributesCommandOutput } from "./commands/DeregisterInstanceEventNotificationAttributesCommand";
198
- import { DeregisterTransitGatewayMulticastGroupMembersCommandInput, DeregisterTransitGatewayMulticastGroupMembersCommandOutput } from "./commands/DeregisterTransitGatewayMulticastGroupMembersCommand";
199
- import { DeregisterTransitGatewayMulticastGroupSourcesCommandInput, DeregisterTransitGatewayMulticastGroupSourcesCommandOutput } from "./commands/DeregisterTransitGatewayMulticastGroupSourcesCommand";
200
- import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
201
- import { DescribeAddressesAttributeCommandInput, DescribeAddressesAttributeCommandOutput } from "./commands/DescribeAddressesAttributeCommand";
202
- import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "./commands/DescribeAddressesCommand";
203
- import { DescribeAggregateIdFormatCommandInput, DescribeAggregateIdFormatCommandOutput } from "./commands/DescribeAggregateIdFormatCommand";
204
- import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommandOutput } from "./commands/DescribeAvailabilityZonesCommand";
205
- import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "./commands/DescribeBundleTasksCommand";
206
- import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "./commands/DescribeByoipCidrsCommand";
207
- import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "./commands/DescribeCapacityReservationFleetsCommand";
208
- import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "./commands/DescribeCapacityReservationsCommand";
209
- import { DescribeCarrierGatewaysCommandInput, DescribeCarrierGatewaysCommandOutput } from "./commands/DescribeCarrierGatewaysCommand";
210
- import { DescribeClassicLinkInstancesCommandInput, DescribeClassicLinkInstancesCommandOutput } from "./commands/DescribeClassicLinkInstancesCommand";
211
- import { DescribeClientVpnAuthorizationRulesCommandInput, DescribeClientVpnAuthorizationRulesCommandOutput } from "./commands/DescribeClientVpnAuthorizationRulesCommand";
212
- import { DescribeClientVpnConnectionsCommandInput, DescribeClientVpnConnectionsCommandOutput } from "./commands/DescribeClientVpnConnectionsCommand";
213
- import { DescribeClientVpnEndpointsCommandInput, DescribeClientVpnEndpointsCommandOutput } from "./commands/DescribeClientVpnEndpointsCommand";
214
- import { DescribeClientVpnRoutesCommandInput, DescribeClientVpnRoutesCommandOutput } from "./commands/DescribeClientVpnRoutesCommand";
215
- import { DescribeClientVpnTargetNetworksCommandInput, DescribeClientVpnTargetNetworksCommandOutput } from "./commands/DescribeClientVpnTargetNetworksCommand";
216
- import { DescribeCoipPoolsCommandInput, DescribeCoipPoolsCommandOutput } from "./commands/DescribeCoipPoolsCommand";
217
- import { DescribeConversionTasksCommandInput, DescribeConversionTasksCommandOutput } from "./commands/DescribeConversionTasksCommand";
218
- import { DescribeCustomerGatewaysCommandInput, DescribeCustomerGatewaysCommandOutput } from "./commands/DescribeCustomerGatewaysCommand";
219
- import { DescribeDhcpOptionsCommandInput, DescribeDhcpOptionsCommandOutput } from "./commands/DescribeDhcpOptionsCommand";
220
- import { DescribeEgressOnlyInternetGatewaysCommandInput, DescribeEgressOnlyInternetGatewaysCommandOutput } from "./commands/DescribeEgressOnlyInternetGatewaysCommand";
221
- import { DescribeElasticGpusCommandInput, DescribeElasticGpusCommandOutput } from "./commands/DescribeElasticGpusCommand";
222
- import { DescribeExportImageTasksCommandInput, DescribeExportImageTasksCommandOutput } from "./commands/DescribeExportImageTasksCommand";
223
- import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
224
- import { DescribeFastLaunchImagesCommandInput, DescribeFastLaunchImagesCommandOutput } from "./commands/DescribeFastLaunchImagesCommand";
225
- import { DescribeFastSnapshotRestoresCommandInput, DescribeFastSnapshotRestoresCommandOutput } from "./commands/DescribeFastSnapshotRestoresCommand";
226
- import { DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput } from "./commands/DescribeFleetHistoryCommand";
227
- import { DescribeFleetInstancesCommandInput, DescribeFleetInstancesCommandOutput } from "./commands/DescribeFleetInstancesCommand";
228
- import { DescribeFleetsCommandInput, DescribeFleetsCommandOutput } from "./commands/DescribeFleetsCommand";
229
- import { DescribeFlowLogsCommandInput, DescribeFlowLogsCommandOutput } from "./commands/DescribeFlowLogsCommand";
230
- import { DescribeFpgaImageAttributeCommandInput, DescribeFpgaImageAttributeCommandOutput } from "./commands/DescribeFpgaImageAttributeCommand";
231
- import { DescribeFpgaImagesCommandInput, DescribeFpgaImagesCommandOutput } from "./commands/DescribeFpgaImagesCommand";
232
- import { DescribeHostReservationOfferingsCommandInput, DescribeHostReservationOfferingsCommandOutput } from "./commands/DescribeHostReservationOfferingsCommand";
233
- import { DescribeHostReservationsCommandInput, DescribeHostReservationsCommandOutput } from "./commands/DescribeHostReservationsCommand";
234
- import { DescribeHostsCommandInput, DescribeHostsCommandOutput } from "./commands/DescribeHostsCommand";
235
- import { DescribeIamInstanceProfileAssociationsCommandInput, DescribeIamInstanceProfileAssociationsCommandOutput } from "./commands/DescribeIamInstanceProfileAssociationsCommand";
236
- import { DescribeIdentityIdFormatCommandInput, DescribeIdentityIdFormatCommandOutput } from "./commands/DescribeIdentityIdFormatCommand";
237
- import { DescribeIdFormatCommandInput, DescribeIdFormatCommandOutput } from "./commands/DescribeIdFormatCommand";
238
- import { DescribeImageAttributeCommandInput, DescribeImageAttributeCommandOutput } from "./commands/DescribeImageAttributeCommand";
239
- import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
240
- import { DescribeImportImageTasksCommandInput, DescribeImportImageTasksCommandOutput } from "./commands/DescribeImportImageTasksCommand";
241
- import { DescribeImportSnapshotTasksCommandInput, DescribeImportSnapshotTasksCommandOutput } from "./commands/DescribeImportSnapshotTasksCommand";
242
- import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "./commands/DescribeInstanceAttributeCommand";
243
- import { DescribeInstanceCreditSpecificationsCommandInput, DescribeInstanceCreditSpecificationsCommandOutput } from "./commands/DescribeInstanceCreditSpecificationsCommand";
244
- import { DescribeInstanceEventNotificationAttributesCommandInput, DescribeInstanceEventNotificationAttributesCommandOutput } from "./commands/DescribeInstanceEventNotificationAttributesCommand";
245
- import { DescribeInstanceEventWindowsCommandInput, DescribeInstanceEventWindowsCommandOutput } from "./commands/DescribeInstanceEventWindowsCommand";
246
- import { DescribeInstancesCommandInput, DescribeInstancesCommandOutput } from "./commands/DescribeInstancesCommand";
247
- import { DescribeInstanceStatusCommandInput, DescribeInstanceStatusCommandOutput } from "./commands/DescribeInstanceStatusCommand";
248
- import { DescribeInstanceTypeOfferingsCommandInput, DescribeInstanceTypeOfferingsCommandOutput } from "./commands/DescribeInstanceTypeOfferingsCommand";
249
- import { DescribeInstanceTypesCommandInput, DescribeInstanceTypesCommandOutput } from "./commands/DescribeInstanceTypesCommand";
250
- import { DescribeInternetGatewaysCommandInput, DescribeInternetGatewaysCommandOutput } from "./commands/DescribeInternetGatewaysCommand";
251
- import { DescribeIpamPoolsCommandInput, DescribeIpamPoolsCommandOutput } from "./commands/DescribeIpamPoolsCommand";
252
- import { DescribeIpamsCommandInput, DescribeIpamsCommandOutput } from "./commands/DescribeIpamsCommand";
253
- import { DescribeIpamScopesCommandInput, DescribeIpamScopesCommandOutput } from "./commands/DescribeIpamScopesCommand";
254
- import { DescribeIpv6PoolsCommandInput, DescribeIpv6PoolsCommandOutput } from "./commands/DescribeIpv6PoolsCommand";
255
- import { DescribeKeyPairsCommandInput, DescribeKeyPairsCommandOutput } from "./commands/DescribeKeyPairsCommand";
256
- import { DescribeLaunchTemplatesCommandInput, DescribeLaunchTemplatesCommandOutput } from "./commands/DescribeLaunchTemplatesCommand";
257
- import { DescribeLaunchTemplateVersionsCommandInput, DescribeLaunchTemplateVersionsCommandOutput } from "./commands/DescribeLaunchTemplateVersionsCommand";
258
- import { DescribeLocalGatewayRouteTablesCommandInput, DescribeLocalGatewayRouteTablesCommandOutput } from "./commands/DescribeLocalGatewayRouteTablesCommand";
259
- import { DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput, DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput } from "./commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand";
260
- import { DescribeLocalGatewayRouteTableVpcAssociationsCommandInput, DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput } from "./commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand";
261
- import { DescribeLocalGatewaysCommandInput, DescribeLocalGatewaysCommandOutput } from "./commands/DescribeLocalGatewaysCommand";
262
- import { DescribeLocalGatewayVirtualInterfaceGroupsCommandInput, DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand";
263
- import { DescribeLocalGatewayVirtualInterfacesCommandInput, DescribeLocalGatewayVirtualInterfacesCommandOutput } from "./commands/DescribeLocalGatewayVirtualInterfacesCommand";
264
- import { DescribeManagedPrefixListsCommandInput, DescribeManagedPrefixListsCommandOutput } from "./commands/DescribeManagedPrefixListsCommand";
265
- import { DescribeMovingAddressesCommandInput, DescribeMovingAddressesCommandOutput } from "./commands/DescribeMovingAddressesCommand";
266
- import { DescribeNatGatewaysCommandInput, DescribeNatGatewaysCommandOutput } from "./commands/DescribeNatGatewaysCommand";
267
- import { DescribeNetworkAclsCommandInput, DescribeNetworkAclsCommandOutput } from "./commands/DescribeNetworkAclsCommand";
268
- import { DescribeNetworkInsightsAccessScopeAnalysesCommandInput, DescribeNetworkInsightsAccessScopeAnalysesCommandOutput } from "./commands/DescribeNetworkInsightsAccessScopeAnalysesCommand";
269
- import { DescribeNetworkInsightsAccessScopesCommandInput, DescribeNetworkInsightsAccessScopesCommandOutput } from "./commands/DescribeNetworkInsightsAccessScopesCommand";
270
- import { DescribeNetworkInsightsAnalysesCommandInput, DescribeNetworkInsightsAnalysesCommandOutput } from "./commands/DescribeNetworkInsightsAnalysesCommand";
271
- import { DescribeNetworkInsightsPathsCommandInput, DescribeNetworkInsightsPathsCommandOutput } from "./commands/DescribeNetworkInsightsPathsCommand";
272
- import { DescribeNetworkInterfaceAttributeCommandInput, DescribeNetworkInterfaceAttributeCommandOutput } from "./commands/DescribeNetworkInterfaceAttributeCommand";
273
- import { DescribeNetworkInterfacePermissionsCommandInput, DescribeNetworkInterfacePermissionsCommandOutput } from "./commands/DescribeNetworkInterfacePermissionsCommand";
274
- import { DescribeNetworkInterfacesCommandInput, DescribeNetworkInterfacesCommandOutput } from "./commands/DescribeNetworkInterfacesCommand";
275
- import { DescribePlacementGroupsCommandInput, DescribePlacementGroupsCommandOutput } from "./commands/DescribePlacementGroupsCommand";
276
- import { DescribePrefixListsCommandInput, DescribePrefixListsCommandOutput } from "./commands/DescribePrefixListsCommand";
277
- import { DescribePrincipalIdFormatCommandInput, DescribePrincipalIdFormatCommandOutput } from "./commands/DescribePrincipalIdFormatCommand";
278
- import { DescribePublicIpv4PoolsCommandInput, DescribePublicIpv4PoolsCommandOutput } from "./commands/DescribePublicIpv4PoolsCommand";
279
- import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
280
- import { DescribeReplaceRootVolumeTasksCommandInput, DescribeReplaceRootVolumeTasksCommandOutput } from "./commands/DescribeReplaceRootVolumeTasksCommand";
281
- import { DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput } from "./commands/DescribeReservedInstancesCommand";
282
- import { DescribeReservedInstancesListingsCommandInput, DescribeReservedInstancesListingsCommandOutput } from "./commands/DescribeReservedInstancesListingsCommand";
283
- import { DescribeReservedInstancesModificationsCommandInput, DescribeReservedInstancesModificationsCommandOutput } from "./commands/DescribeReservedInstancesModificationsCommand";
284
- import { DescribeReservedInstancesOfferingsCommandInput, DescribeReservedInstancesOfferingsCommandOutput } from "./commands/DescribeReservedInstancesOfferingsCommand";
285
- import { DescribeRouteTablesCommandInput, DescribeRouteTablesCommandOutput } from "./commands/DescribeRouteTablesCommand";
286
- import { DescribeScheduledInstanceAvailabilityCommandInput, DescribeScheduledInstanceAvailabilityCommandOutput } from "./commands/DescribeScheduledInstanceAvailabilityCommand";
287
- import { DescribeScheduledInstancesCommandInput, DescribeScheduledInstancesCommandOutput } from "./commands/DescribeScheduledInstancesCommand";
288
- import { DescribeSecurityGroupReferencesCommandInput, DescribeSecurityGroupReferencesCommandOutput } from "./commands/DescribeSecurityGroupReferencesCommand";
289
- import { DescribeSecurityGroupRulesCommandInput, DescribeSecurityGroupRulesCommandOutput } from "./commands/DescribeSecurityGroupRulesCommand";
290
- import { DescribeSecurityGroupsCommandInput, DescribeSecurityGroupsCommandOutput } from "./commands/DescribeSecurityGroupsCommand";
291
- import { DescribeSnapshotAttributeCommandInput, DescribeSnapshotAttributeCommandOutput } from "./commands/DescribeSnapshotAttributeCommand";
292
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
293
- import { DescribeSnapshotTierStatusCommandInput, DescribeSnapshotTierStatusCommandOutput } from "./commands/DescribeSnapshotTierStatusCommand";
294
- import { DescribeSpotDatafeedSubscriptionCommandInput, DescribeSpotDatafeedSubscriptionCommandOutput } from "./commands/DescribeSpotDatafeedSubscriptionCommand";
295
- import { DescribeSpotFleetInstancesCommandInput, DescribeSpotFleetInstancesCommandOutput } from "./commands/DescribeSpotFleetInstancesCommand";
296
- import { DescribeSpotFleetRequestHistoryCommandInput, DescribeSpotFleetRequestHistoryCommandOutput } from "./commands/DescribeSpotFleetRequestHistoryCommand";
297
- import { DescribeSpotFleetRequestsCommandInput, DescribeSpotFleetRequestsCommandOutput } from "./commands/DescribeSpotFleetRequestsCommand";
298
- import { DescribeSpotInstanceRequestsCommandInput, DescribeSpotInstanceRequestsCommandOutput } from "./commands/DescribeSpotInstanceRequestsCommand";
299
- import { DescribeSpotPriceHistoryCommandInput, DescribeSpotPriceHistoryCommandOutput } from "./commands/DescribeSpotPriceHistoryCommand";
300
- import { DescribeStaleSecurityGroupsCommandInput, DescribeStaleSecurityGroupsCommandOutput } from "./commands/DescribeStaleSecurityGroupsCommand";
301
- import { DescribeStoreImageTasksCommandInput, DescribeStoreImageTasksCommandOutput } from "./commands/DescribeStoreImageTasksCommand";
302
- import { DescribeSubnetsCommandInput, DescribeSubnetsCommandOutput } from "./commands/DescribeSubnetsCommand";
303
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
304
- import { DescribeTrafficMirrorFiltersCommandInput, DescribeTrafficMirrorFiltersCommandOutput } from "./commands/DescribeTrafficMirrorFiltersCommand";
305
- import { DescribeTrafficMirrorSessionsCommandInput, DescribeTrafficMirrorSessionsCommandOutput } from "./commands/DescribeTrafficMirrorSessionsCommand";
306
- import { DescribeTrafficMirrorTargetsCommandInput, DescribeTrafficMirrorTargetsCommandOutput } from "./commands/DescribeTrafficMirrorTargetsCommand";
307
- import { DescribeTransitGatewayAttachmentsCommandInput, DescribeTransitGatewayAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayAttachmentsCommand";
308
- import { DescribeTransitGatewayConnectPeersCommandInput, DescribeTransitGatewayConnectPeersCommandOutput } from "./commands/DescribeTransitGatewayConnectPeersCommand";
309
- import { DescribeTransitGatewayConnectsCommandInput, DescribeTransitGatewayConnectsCommandOutput } from "./commands/DescribeTransitGatewayConnectsCommand";
310
- import { DescribeTransitGatewayMulticastDomainsCommandInput, DescribeTransitGatewayMulticastDomainsCommandOutput } from "./commands/DescribeTransitGatewayMulticastDomainsCommand";
311
- import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand";
312
- import { DescribeTransitGatewayPolicyTablesCommandInput, DescribeTransitGatewayPolicyTablesCommandOutput } from "./commands/DescribeTransitGatewayPolicyTablesCommand";
313
- import { DescribeTransitGatewayRouteTableAnnouncementsCommandInput, DescribeTransitGatewayRouteTableAnnouncementsCommandOutput } from "./commands/DescribeTransitGatewayRouteTableAnnouncementsCommand";
314
- import { DescribeTransitGatewayRouteTablesCommandInput, DescribeTransitGatewayRouteTablesCommandOutput } from "./commands/DescribeTransitGatewayRouteTablesCommand";
315
- import { DescribeTransitGatewaysCommandInput, DescribeTransitGatewaysCommandOutput } from "./commands/DescribeTransitGatewaysCommand";
316
- import { DescribeTransitGatewayVpcAttachmentsCommandInput, DescribeTransitGatewayVpcAttachmentsCommandOutput } from "./commands/DescribeTransitGatewayVpcAttachmentsCommand";
317
- import { DescribeTrunkInterfaceAssociationsCommandInput, DescribeTrunkInterfaceAssociationsCommandOutput } from "./commands/DescribeTrunkInterfaceAssociationsCommand";
318
- import { DescribeVolumeAttributeCommandInput, DescribeVolumeAttributeCommandOutput } from "./commands/DescribeVolumeAttributeCommand";
319
- import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "./commands/DescribeVolumesCommand";
320
- import { DescribeVolumesModificationsCommandInput, DescribeVolumesModificationsCommandOutput } from "./commands/DescribeVolumesModificationsCommand";
321
- import { DescribeVolumeStatusCommandInput, DescribeVolumeStatusCommandOutput } from "./commands/DescribeVolumeStatusCommand";
322
- import { DescribeVpcAttributeCommandInput, DescribeVpcAttributeCommandOutput } from "./commands/DescribeVpcAttributeCommand";
323
- import { DescribeVpcClassicLinkCommandInput, DescribeVpcClassicLinkCommandOutput } from "./commands/DescribeVpcClassicLinkCommand";
324
- import { DescribeVpcClassicLinkDnsSupportCommandInput, DescribeVpcClassicLinkDnsSupportCommandOutput } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
325
- import { DescribeVpcEndpointConnectionNotificationsCommandInput, DescribeVpcEndpointConnectionNotificationsCommandOutput } from "./commands/DescribeVpcEndpointConnectionNotificationsCommand";
326
- import { DescribeVpcEndpointConnectionsCommandInput, DescribeVpcEndpointConnectionsCommandOutput } from "./commands/DescribeVpcEndpointConnectionsCommand";
327
- import { DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput } from "./commands/DescribeVpcEndpointsCommand";
328
- import { DescribeVpcEndpointServiceConfigurationsCommandInput, DescribeVpcEndpointServiceConfigurationsCommandOutput } from "./commands/DescribeVpcEndpointServiceConfigurationsCommand";
329
- import { DescribeVpcEndpointServicePermissionsCommandInput, DescribeVpcEndpointServicePermissionsCommandOutput } from "./commands/DescribeVpcEndpointServicePermissionsCommand";
330
- import { DescribeVpcEndpointServicesCommandInput, DescribeVpcEndpointServicesCommandOutput } from "./commands/DescribeVpcEndpointServicesCommand";
331
- import { DescribeVpcPeeringConnectionsCommandInput, DescribeVpcPeeringConnectionsCommandOutput } from "./commands/DescribeVpcPeeringConnectionsCommand";
332
- import { DescribeVpcsCommandInput, DescribeVpcsCommandOutput } from "./commands/DescribeVpcsCommand";
333
- import { DescribeVpnConnectionsCommandInput, DescribeVpnConnectionsCommandOutput } from "./commands/DescribeVpnConnectionsCommand";
334
- import { DescribeVpnGatewaysCommandInput, DescribeVpnGatewaysCommandOutput } from "./commands/DescribeVpnGatewaysCommand";
335
- import { DetachClassicLinkVpcCommandInput, DetachClassicLinkVpcCommandOutput } from "./commands/DetachClassicLinkVpcCommand";
336
- import { DetachInternetGatewayCommandInput, DetachInternetGatewayCommandOutput } from "./commands/DetachInternetGatewayCommand";
337
- import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput } from "./commands/DetachNetworkInterfaceCommand";
338
- import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
339
- import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "./commands/DetachVpnGatewayCommand";
340
- import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "./commands/DisableEbsEncryptionByDefaultCommand";
341
- import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "./commands/DisableFastLaunchCommand";
342
- import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "./commands/DisableFastSnapshotRestoresCommand";
343
- import { DisableImageDeprecationCommandInput, DisableImageDeprecationCommandOutput } from "./commands/DisableImageDeprecationCommand";
344
- import { DisableIpamOrganizationAdminAccountCommandInput, DisableIpamOrganizationAdminAccountCommandOutput } from "./commands/DisableIpamOrganizationAdminAccountCommand";
345
- import { DisableSerialConsoleAccessCommandInput, DisableSerialConsoleAccessCommandOutput } from "./commands/DisableSerialConsoleAccessCommand";
346
- import { DisableTransitGatewayRouteTablePropagationCommandInput, DisableTransitGatewayRouteTablePropagationCommandOutput } from "./commands/DisableTransitGatewayRouteTablePropagationCommand";
347
- import { DisableVgwRoutePropagationCommandInput, DisableVgwRoutePropagationCommandOutput } from "./commands/DisableVgwRoutePropagationCommand";
348
- import { DisableVpcClassicLinkCommandInput, DisableVpcClassicLinkCommandOutput } from "./commands/DisableVpcClassicLinkCommand";
349
- import { DisableVpcClassicLinkDnsSupportCommandInput, DisableVpcClassicLinkDnsSupportCommandOutput } from "./commands/DisableVpcClassicLinkDnsSupportCommand";
350
- import { DisassociateAddressCommandInput, DisassociateAddressCommandOutput } from "./commands/DisassociateAddressCommand";
351
- import { DisassociateClientVpnTargetNetworkCommandInput, DisassociateClientVpnTargetNetworkCommandOutput } from "./commands/DisassociateClientVpnTargetNetworkCommand";
352
- import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveCertificateIamRoleCommandOutput } from "./commands/DisassociateEnclaveCertificateIamRoleCommand";
353
- import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "./commands/DisassociateIamInstanceProfileCommand";
354
- import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventWindowCommandOutput } from "./commands/DisassociateInstanceEventWindowCommand";
355
- import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "./commands/DisassociateRouteTableCommand";
356
- import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "./commands/DisassociateSubnetCidrBlockCommand";
357
- import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "./commands/DisassociateTransitGatewayMulticastDomainCommand";
358
- import { DisassociateTransitGatewayPolicyTableCommandInput, DisassociateTransitGatewayPolicyTableCommandOutput } from "./commands/DisassociateTransitGatewayPolicyTableCommand";
359
- import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGatewayRouteTableCommandOutput } from "./commands/DisassociateTransitGatewayRouteTableCommand";
360
- import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "./commands/DisassociateTrunkInterfaceCommand";
361
- import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "./commands/DisassociateVpcCidrBlockCommand";
362
- import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "./commands/EnableEbsEncryptionByDefaultCommand";
363
- import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "./commands/EnableFastLaunchCommand";
364
- import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "./commands/EnableFastSnapshotRestoresCommand";
365
- import { EnableImageDeprecationCommandInput, EnableImageDeprecationCommandOutput } from "./commands/EnableImageDeprecationCommand";
366
- import { EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput } from "./commands/EnableIpamOrganizationAdminAccountCommand";
367
- import { EnableSerialConsoleAccessCommandInput, EnableSerialConsoleAccessCommandOutput } from "./commands/EnableSerialConsoleAccessCommand";
368
- import { EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput } from "./commands/EnableTransitGatewayRouteTablePropagationCommand";
369
- import { EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput } from "./commands/EnableVgwRoutePropagationCommand";
370
- import { EnableVolumeIOCommandInput, EnableVolumeIOCommandOutput } from "./commands/EnableVolumeIOCommand";
371
- import { EnableVpcClassicLinkCommandInput, EnableVpcClassicLinkCommandOutput } from "./commands/EnableVpcClassicLinkCommand";
372
- import { EnableVpcClassicLinkDnsSupportCommandInput, EnableVpcClassicLinkDnsSupportCommandOutput } from "./commands/EnableVpcClassicLinkDnsSupportCommand";
373
- import { ExportClientVpnClientCertificateRevocationListCommandInput, ExportClientVpnClientCertificateRevocationListCommandOutput } from "./commands/ExportClientVpnClientCertificateRevocationListCommand";
374
- import { ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput } from "./commands/ExportClientVpnClientConfigurationCommand";
375
- import { ExportImageCommandInput, ExportImageCommandOutput } from "./commands/ExportImageCommand";
376
- import { ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput } from "./commands/ExportTransitGatewayRoutesCommand";
377
- import { GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput } from "./commands/GetAssociatedEnclaveCertificateIamRolesCommand";
378
- import { GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput } from "./commands/GetAssociatedIpv6PoolCidrsCommand";
379
- import { GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput } from "./commands/GetCapacityReservationUsageCommand";
380
- import { GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput } from "./commands/GetCoipPoolUsageCommand";
381
- import { GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput } from "./commands/GetConsoleOutputCommand";
382
- import { GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput } from "./commands/GetConsoleScreenshotCommand";
383
- import { GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput } from "./commands/GetDefaultCreditSpecificationCommand";
384
- import { GetEbsDefaultKmsKeyIdCommandInput, GetEbsDefaultKmsKeyIdCommandOutput } from "./commands/GetEbsDefaultKmsKeyIdCommand";
385
- import { GetEbsEncryptionByDefaultCommandInput, GetEbsEncryptionByDefaultCommandOutput } from "./commands/GetEbsEncryptionByDefaultCommand";
386
- import { GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput } from "./commands/GetFlowLogsIntegrationTemplateCommand";
387
- import { GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput } from "./commands/GetGroupsForCapacityReservationCommand";
388
- import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput } from "./commands/GetHostReservationPurchasePreviewCommand";
389
- import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "./commands/GetInstanceTypesFromInstanceRequirementsCommand";
390
- import { GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput } from "./commands/GetInstanceUefiDataCommand";
391
- import { GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput } from "./commands/GetIpamAddressHistoryCommand";
392
- import { GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput } from "./commands/GetIpamPoolAllocationsCommand";
393
- import { GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput } from "./commands/GetIpamPoolCidrsCommand";
394
- import { GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput } from "./commands/GetIpamResourceCidrsCommand";
395
- import { GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput } from "./commands/GetLaunchTemplateDataCommand";
396
- import { GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput } from "./commands/GetManagedPrefixListAssociationsCommand";
397
- import { GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput } from "./commands/GetManagedPrefixListEntriesCommand";
398
- import { GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput } from "./commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand";
399
- import { GetNetworkInsightsAccessScopeContentCommandInput, GetNetworkInsightsAccessScopeContentCommandOutput } from "./commands/GetNetworkInsightsAccessScopeContentCommand";
400
- import { GetPasswordDataCommandInput, GetPasswordDataCommandOutput } from "./commands/GetPasswordDataCommand";
401
- import { GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput } from "./commands/GetReservedInstancesExchangeQuoteCommand";
402
- import { GetSerialConsoleAccessStatusCommandInput, GetSerialConsoleAccessStatusCommandOutput } from "./commands/GetSerialConsoleAccessStatusCommand";
403
- import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput } from "./commands/GetSpotPlacementScoresCommand";
404
- import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "./commands/GetSubnetCidrReservationsCommand";
405
- import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
406
- import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand";
407
- import { GetTransitGatewayPolicyTableAssociationsCommandInput, GetTransitGatewayPolicyTableAssociationsCommandOutput } from "./commands/GetTransitGatewayPolicyTableAssociationsCommand";
408
- import { GetTransitGatewayPolicyTableEntriesCommandInput, GetTransitGatewayPolicyTableEntriesCommandOutput } from "./commands/GetTransitGatewayPolicyTableEntriesCommand";
409
- import { GetTransitGatewayPrefixListReferencesCommandInput, GetTransitGatewayPrefixListReferencesCommandOutput } from "./commands/GetTransitGatewayPrefixListReferencesCommand";
410
- import { GetTransitGatewayRouteTableAssociationsCommandInput, GetTransitGatewayRouteTableAssociationsCommandOutput } from "./commands/GetTransitGatewayRouteTableAssociationsCommand";
411
- import { GetTransitGatewayRouteTablePropagationsCommandInput, GetTransitGatewayRouteTablePropagationsCommandOutput } from "./commands/GetTransitGatewayRouteTablePropagationsCommand";
412
- import { GetVpnConnectionDeviceSampleConfigurationCommandInput, GetVpnConnectionDeviceSampleConfigurationCommandOutput } from "./commands/GetVpnConnectionDeviceSampleConfigurationCommand";
413
- import { GetVpnConnectionDeviceTypesCommandInput, GetVpnConnectionDeviceTypesCommandOutput } from "./commands/GetVpnConnectionDeviceTypesCommand";
414
- import { ImportClientVpnClientCertificateRevocationListCommandInput, ImportClientVpnClientCertificateRevocationListCommandOutput } from "./commands/ImportClientVpnClientCertificateRevocationListCommand";
415
- import { ImportImageCommandInput, ImportImageCommandOutput } from "./commands/ImportImageCommand";
416
- import { ImportInstanceCommandInput, ImportInstanceCommandOutput } from "./commands/ImportInstanceCommand";
417
- import { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "./commands/ImportKeyPairCommand";
418
- import { ImportSnapshotCommandInput, ImportSnapshotCommandOutput } from "./commands/ImportSnapshotCommand";
419
- import { ImportVolumeCommandInput, ImportVolumeCommandOutput } from "./commands/ImportVolumeCommand";
420
- import { ListImagesInRecycleBinCommandInput, ListImagesInRecycleBinCommandOutput } from "./commands/ListImagesInRecycleBinCommand";
421
- import { ListSnapshotsInRecycleBinCommandInput, ListSnapshotsInRecycleBinCommandOutput } from "./commands/ListSnapshotsInRecycleBinCommand";
422
- import { ModifyAddressAttributeCommandInput, ModifyAddressAttributeCommandOutput } from "./commands/ModifyAddressAttributeCommand";
423
- import { ModifyAvailabilityZoneGroupCommandInput, ModifyAvailabilityZoneGroupCommandOutput } from "./commands/ModifyAvailabilityZoneGroupCommand";
424
- import { ModifyCapacityReservationCommandInput, ModifyCapacityReservationCommandOutput } from "./commands/ModifyCapacityReservationCommand";
425
- import { ModifyCapacityReservationFleetCommandInput, ModifyCapacityReservationFleetCommandOutput } from "./commands/ModifyCapacityReservationFleetCommand";
426
- import { ModifyClientVpnEndpointCommandInput, ModifyClientVpnEndpointCommandOutput } from "./commands/ModifyClientVpnEndpointCommand";
427
- import { ModifyDefaultCreditSpecificationCommandInput, ModifyDefaultCreditSpecificationCommandOutput } from "./commands/ModifyDefaultCreditSpecificationCommand";
428
- import { ModifyEbsDefaultKmsKeyIdCommandInput, ModifyEbsDefaultKmsKeyIdCommandOutput } from "./commands/ModifyEbsDefaultKmsKeyIdCommand";
429
- import { ModifyFleetCommandInput, ModifyFleetCommandOutput } from "./commands/ModifyFleetCommand";
430
- import { ModifyFpgaImageAttributeCommandInput, ModifyFpgaImageAttributeCommandOutput } from "./commands/ModifyFpgaImageAttributeCommand";
431
- import { ModifyHostsCommandInput, ModifyHostsCommandOutput } from "./commands/ModifyHostsCommand";
432
- import { ModifyIdentityIdFormatCommandInput, ModifyIdentityIdFormatCommandOutput } from "./commands/ModifyIdentityIdFormatCommand";
433
- import { ModifyIdFormatCommandInput, ModifyIdFormatCommandOutput } from "./commands/ModifyIdFormatCommand";
434
- import { ModifyImageAttributeCommandInput, ModifyImageAttributeCommandOutput } from "./commands/ModifyImageAttributeCommand";
435
- import { ModifyInstanceAttributeCommandInput, ModifyInstanceAttributeCommandOutput } from "./commands/ModifyInstanceAttributeCommand";
436
- import { ModifyInstanceCapacityReservationAttributesCommandInput, ModifyInstanceCapacityReservationAttributesCommandOutput } from "./commands/ModifyInstanceCapacityReservationAttributesCommand";
437
- import { ModifyInstanceCreditSpecificationCommandInput, ModifyInstanceCreditSpecificationCommandOutput } from "./commands/ModifyInstanceCreditSpecificationCommand";
438
- import { ModifyInstanceEventStartTimeCommandInput, ModifyInstanceEventStartTimeCommandOutput } from "./commands/ModifyInstanceEventStartTimeCommand";
439
- import { ModifyInstanceEventWindowCommandInput, ModifyInstanceEventWindowCommandOutput } from "./commands/ModifyInstanceEventWindowCommand";
440
- import { ModifyInstanceMaintenanceOptionsCommandInput, ModifyInstanceMaintenanceOptionsCommandOutput } from "./commands/ModifyInstanceMaintenanceOptionsCommand";
441
- import { ModifyInstanceMetadataOptionsCommandInput, ModifyInstanceMetadataOptionsCommandOutput } from "./commands/ModifyInstanceMetadataOptionsCommand";
442
- import { ModifyInstancePlacementCommandInput, ModifyInstancePlacementCommandOutput } from "./commands/ModifyInstancePlacementCommand";
443
- import { ModifyIpamCommandInput, ModifyIpamCommandOutput } from "./commands/ModifyIpamCommand";
444
- import { ModifyIpamPoolCommandInput, ModifyIpamPoolCommandOutput } from "./commands/ModifyIpamPoolCommand";
445
- import { ModifyIpamResourceCidrCommandInput, ModifyIpamResourceCidrCommandOutput } from "./commands/ModifyIpamResourceCidrCommand";
446
- import { ModifyIpamScopeCommandInput, ModifyIpamScopeCommandOutput } from "./commands/ModifyIpamScopeCommand";
447
- import { ModifyLaunchTemplateCommandInput, ModifyLaunchTemplateCommandOutput } from "./commands/ModifyLaunchTemplateCommand";
448
- import { ModifyManagedPrefixListCommandInput, ModifyManagedPrefixListCommandOutput } from "./commands/ModifyManagedPrefixListCommand";
449
- import { ModifyNetworkInterfaceAttributeCommandInput, ModifyNetworkInterfaceAttributeCommandOutput } from "./commands/ModifyNetworkInterfaceAttributeCommand";
450
- import { ModifyPrivateDnsNameOptionsCommandInput, ModifyPrivateDnsNameOptionsCommandOutput } from "./commands/ModifyPrivateDnsNameOptionsCommand";
451
- import { ModifyReservedInstancesCommandInput, ModifyReservedInstancesCommandOutput } from "./commands/ModifyReservedInstancesCommand";
452
- import { ModifySecurityGroupRulesCommandInput, ModifySecurityGroupRulesCommandOutput } from "./commands/ModifySecurityGroupRulesCommand";
453
- import { ModifySnapshotAttributeCommandInput, ModifySnapshotAttributeCommandOutput } from "./commands/ModifySnapshotAttributeCommand";
454
- import { ModifySnapshotTierCommandInput, ModifySnapshotTierCommandOutput } from "./commands/ModifySnapshotTierCommand";
455
- import { ModifySpotFleetRequestCommandInput, ModifySpotFleetRequestCommandOutput } from "./commands/ModifySpotFleetRequestCommand";
456
- import { ModifySubnetAttributeCommandInput, ModifySubnetAttributeCommandOutput } from "./commands/ModifySubnetAttributeCommand";
457
- import { ModifyTrafficMirrorFilterNetworkServicesCommandInput, ModifyTrafficMirrorFilterNetworkServicesCommandOutput } from "./commands/ModifyTrafficMirrorFilterNetworkServicesCommand";
458
- import { ModifyTrafficMirrorFilterRuleCommandInput, ModifyTrafficMirrorFilterRuleCommandOutput } from "./commands/ModifyTrafficMirrorFilterRuleCommand";
459
- import { ModifyTrafficMirrorSessionCommandInput, ModifyTrafficMirrorSessionCommandOutput } from "./commands/ModifyTrafficMirrorSessionCommand";
460
- import { ModifyTransitGatewayCommandInput, ModifyTransitGatewayCommandOutput } from "./commands/ModifyTransitGatewayCommand";
461
- import { ModifyTransitGatewayPrefixListReferenceCommandInput, ModifyTransitGatewayPrefixListReferenceCommandOutput } from "./commands/ModifyTransitGatewayPrefixListReferenceCommand";
462
- import { ModifyTransitGatewayVpcAttachmentCommandInput, ModifyTransitGatewayVpcAttachmentCommandOutput } from "./commands/ModifyTransitGatewayVpcAttachmentCommand";
463
- import { ModifyVolumeAttributeCommandInput, ModifyVolumeAttributeCommandOutput } from "./commands/ModifyVolumeAttributeCommand";
464
- import { ModifyVolumeCommandInput, ModifyVolumeCommandOutput } from "./commands/ModifyVolumeCommand";
465
- import { ModifyVpcAttributeCommandInput, ModifyVpcAttributeCommandOutput } from "./commands/ModifyVpcAttributeCommand";
466
- import { ModifyVpcEndpointCommandInput, ModifyVpcEndpointCommandOutput } from "./commands/ModifyVpcEndpointCommand";
467
- import { ModifyVpcEndpointConnectionNotificationCommandInput, ModifyVpcEndpointConnectionNotificationCommandOutput } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
468
- import { ModifyVpcEndpointServiceConfigurationCommandInput, ModifyVpcEndpointServiceConfigurationCommandOutput } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
469
- import { ModifyVpcEndpointServicePayerResponsibilityCommandInput, ModifyVpcEndpointServicePayerResponsibilityCommandOutput } from "./commands/ModifyVpcEndpointServicePayerResponsibilityCommand";
470
- import { ModifyVpcEndpointServicePermissionsCommandInput, ModifyVpcEndpointServicePermissionsCommandOutput } from "./commands/ModifyVpcEndpointServicePermissionsCommand";
471
- import { ModifyVpcPeeringConnectionOptionsCommandInput, ModifyVpcPeeringConnectionOptionsCommandOutput } from "./commands/ModifyVpcPeeringConnectionOptionsCommand";
472
- import { ModifyVpcTenancyCommandInput, ModifyVpcTenancyCommandOutput } from "./commands/ModifyVpcTenancyCommand";
473
- import { ModifyVpnConnectionCommandInput, ModifyVpnConnectionCommandOutput } from "./commands/ModifyVpnConnectionCommand";
474
- import { ModifyVpnConnectionOptionsCommandInput, ModifyVpnConnectionOptionsCommandOutput } from "./commands/ModifyVpnConnectionOptionsCommand";
475
- import { ModifyVpnTunnelCertificateCommandInput, ModifyVpnTunnelCertificateCommandOutput } from "./commands/ModifyVpnTunnelCertificateCommand";
476
- import { ModifyVpnTunnelOptionsCommandInput, ModifyVpnTunnelOptionsCommandOutput } from "./commands/ModifyVpnTunnelOptionsCommand";
477
- import { MonitorInstancesCommandInput, MonitorInstancesCommandOutput } from "./commands/MonitorInstancesCommand";
478
- import { MoveAddressToVpcCommandInput, MoveAddressToVpcCommandOutput } from "./commands/MoveAddressToVpcCommand";
479
- import { MoveByoipCidrToIpamCommandInput, MoveByoipCidrToIpamCommandOutput } from "./commands/MoveByoipCidrToIpamCommand";
480
- import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
481
- import { ProvisionIpamPoolCidrCommandInput, ProvisionIpamPoolCidrCommandOutput } from "./commands/ProvisionIpamPoolCidrCommand";
482
- import { ProvisionPublicIpv4PoolCidrCommandInput, ProvisionPublicIpv4PoolCidrCommandOutput } from "./commands/ProvisionPublicIpv4PoolCidrCommand";
483
- import { PurchaseHostReservationCommandInput, PurchaseHostReservationCommandOutput } from "./commands/PurchaseHostReservationCommand";
484
- import { PurchaseReservedInstancesOfferingCommandInput, PurchaseReservedInstancesOfferingCommandOutput } from "./commands/PurchaseReservedInstancesOfferingCommand";
485
- import { PurchaseScheduledInstancesCommandInput, PurchaseScheduledInstancesCommandOutput } from "./commands/PurchaseScheduledInstancesCommand";
486
- import { RebootInstancesCommandInput, RebootInstancesCommandOutput } from "./commands/RebootInstancesCommand";
487
- import { RegisterImageCommandInput, RegisterImageCommandOutput } from "./commands/RegisterImageCommand";
488
- import { RegisterInstanceEventNotificationAttributesCommandInput, RegisterInstanceEventNotificationAttributesCommandOutput } from "./commands/RegisterInstanceEventNotificationAttributesCommand";
489
- import { RegisterTransitGatewayMulticastGroupMembersCommandInput, RegisterTransitGatewayMulticastGroupMembersCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupMembersCommand";
490
- import { RegisterTransitGatewayMulticastGroupSourcesCommandInput, RegisterTransitGatewayMulticastGroupSourcesCommandOutput } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
491
- import { RejectTransitGatewayMulticastDomainAssociationsCommandInput, RejectTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
492
- import { RejectTransitGatewayPeeringAttachmentCommandInput, RejectTransitGatewayPeeringAttachmentCommandOutput } from "./commands/RejectTransitGatewayPeeringAttachmentCommand";
493
- import { RejectTransitGatewayVpcAttachmentCommandInput, RejectTransitGatewayVpcAttachmentCommandOutput } from "./commands/RejectTransitGatewayVpcAttachmentCommand";
494
- import { RejectVpcEndpointConnectionsCommandInput, RejectVpcEndpointConnectionsCommandOutput } from "./commands/RejectVpcEndpointConnectionsCommand";
495
- import { RejectVpcPeeringConnectionCommandInput, RejectVpcPeeringConnectionCommandOutput } from "./commands/RejectVpcPeeringConnectionCommand";
496
- import { ReleaseAddressCommandInput, ReleaseAddressCommandOutput } from "./commands/ReleaseAddressCommand";
497
- import { ReleaseHostsCommandInput, ReleaseHostsCommandOutput } from "./commands/ReleaseHostsCommand";
498
- import { ReleaseIpamPoolAllocationCommandInput, ReleaseIpamPoolAllocationCommandOutput } from "./commands/ReleaseIpamPoolAllocationCommand";
499
- import { ReplaceIamInstanceProfileAssociationCommandInput, ReplaceIamInstanceProfileAssociationCommandOutput } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
500
- import { ReplaceNetworkAclAssociationCommandInput, ReplaceNetworkAclAssociationCommandOutput } from "./commands/ReplaceNetworkAclAssociationCommand";
501
- import { ReplaceNetworkAclEntryCommandInput, ReplaceNetworkAclEntryCommandOutput } from "./commands/ReplaceNetworkAclEntryCommand";
502
- import { ReplaceRouteCommandInput, ReplaceRouteCommandOutput } from "./commands/ReplaceRouteCommand";
503
- import { ReplaceRouteTableAssociationCommandInput, ReplaceRouteTableAssociationCommandOutput } from "./commands/ReplaceRouteTableAssociationCommand";
504
- import { ReplaceTransitGatewayRouteCommandInput, ReplaceTransitGatewayRouteCommandOutput } from "./commands/ReplaceTransitGatewayRouteCommand";
505
- import { ReportInstanceStatusCommandInput, ReportInstanceStatusCommandOutput } from "./commands/ReportInstanceStatusCommand";
506
- import { RequestSpotFleetCommandInput, RequestSpotFleetCommandOutput } from "./commands/RequestSpotFleetCommand";
507
- import { RequestSpotInstancesCommandInput, RequestSpotInstancesCommandOutput } from "./commands/RequestSpotInstancesCommand";
508
- import { ResetAddressAttributeCommandInput, ResetAddressAttributeCommandOutput } from "./commands/ResetAddressAttributeCommand";
509
- import { ResetEbsDefaultKmsKeyIdCommandInput, ResetEbsDefaultKmsKeyIdCommandOutput } from "./commands/ResetEbsDefaultKmsKeyIdCommand";
510
- import { ResetFpgaImageAttributeCommandInput, ResetFpgaImageAttributeCommandOutput } from "./commands/ResetFpgaImageAttributeCommand";
511
- import { ResetImageAttributeCommandInput, ResetImageAttributeCommandOutput } from "./commands/ResetImageAttributeCommand";
512
- import { ResetInstanceAttributeCommandInput, ResetInstanceAttributeCommandOutput } from "./commands/ResetInstanceAttributeCommand";
513
- import { ResetNetworkInterfaceAttributeCommandInput, ResetNetworkInterfaceAttributeCommandOutput } from "./commands/ResetNetworkInterfaceAttributeCommand";
514
- import { ResetSnapshotAttributeCommandInput, ResetSnapshotAttributeCommandOutput } from "./commands/ResetSnapshotAttributeCommand";
515
- import { RestoreAddressToClassicCommandInput, RestoreAddressToClassicCommandOutput } from "./commands/RestoreAddressToClassicCommand";
516
- import { RestoreImageFromRecycleBinCommandInput, RestoreImageFromRecycleBinCommandOutput } from "./commands/RestoreImageFromRecycleBinCommand";
517
- import { RestoreManagedPrefixListVersionCommandInput, RestoreManagedPrefixListVersionCommandOutput } from "./commands/RestoreManagedPrefixListVersionCommand";
518
- import { RestoreSnapshotFromRecycleBinCommandInput, RestoreSnapshotFromRecycleBinCommandOutput } from "./commands/RestoreSnapshotFromRecycleBinCommand";
519
- import { RestoreSnapshotTierCommandInput, RestoreSnapshotTierCommandOutput } from "./commands/RestoreSnapshotTierCommand";
520
- import { RevokeClientVpnIngressCommandInput, RevokeClientVpnIngressCommandOutput } from "./commands/RevokeClientVpnIngressCommand";
521
- import { RevokeSecurityGroupEgressCommandInput, RevokeSecurityGroupEgressCommandOutput } from "./commands/RevokeSecurityGroupEgressCommand";
522
- import { RevokeSecurityGroupIngressCommandInput, RevokeSecurityGroupIngressCommandOutput } from "./commands/RevokeSecurityGroupIngressCommand";
523
- import { RunInstancesCommandInput, RunInstancesCommandOutput } from "./commands/RunInstancesCommand";
524
- import { RunScheduledInstancesCommandInput, RunScheduledInstancesCommandOutput } from "./commands/RunScheduledInstancesCommand";
525
- import { SearchLocalGatewayRoutesCommandInput, SearchLocalGatewayRoutesCommandOutput } from "./commands/SearchLocalGatewayRoutesCommand";
526
- import { SearchTransitGatewayMulticastGroupsCommandInput, SearchTransitGatewayMulticastGroupsCommandOutput } from "./commands/SearchTransitGatewayMulticastGroupsCommand";
527
- import { SearchTransitGatewayRoutesCommandInput, SearchTransitGatewayRoutesCommandOutput } from "./commands/SearchTransitGatewayRoutesCommand";
528
- import { SendDiagnosticInterruptCommandInput, SendDiagnosticInterruptCommandOutput } from "./commands/SendDiagnosticInterruptCommand";
529
- import { StartInstancesCommandInput, StartInstancesCommandOutput } from "./commands/StartInstancesCommand";
530
- import { StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput } from "./commands/StartNetworkInsightsAccessScopeAnalysisCommand";
531
- import { StartNetworkInsightsAnalysisCommandInput, StartNetworkInsightsAnalysisCommandOutput } from "./commands/StartNetworkInsightsAnalysisCommand";
532
- import { StartVpcEndpointServicePrivateDnsVerificationCommandInput, StartVpcEndpointServicePrivateDnsVerificationCommandOutput } from "./commands/StartVpcEndpointServicePrivateDnsVerificationCommand";
533
- import { StopInstancesCommandInput, StopInstancesCommandOutput } from "./commands/StopInstancesCommand";
534
- import { TerminateClientVpnConnectionsCommandInput, TerminateClientVpnConnectionsCommandOutput } from "./commands/TerminateClientVpnConnectionsCommand";
535
- import { TerminateInstancesCommandInput, TerminateInstancesCommandOutput } from "./commands/TerminateInstancesCommand";
536
- import { UnassignIpv6AddressesCommandInput, UnassignIpv6AddressesCommandOutput } from "./commands/UnassignIpv6AddressesCommand";
537
- import { UnassignPrivateIpAddressesCommandInput, UnassignPrivateIpAddressesCommandOutput } from "./commands/UnassignPrivateIpAddressesCommand";
538
- import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "./commands/UnmonitorInstancesCommand";
539
- import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
540
- import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
541
- import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
542
- 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 | AssociateTransitGatewayPolicyTableCommandInput | 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 | CreateTransitGatewayPolicyTableCommandInput | CreateTransitGatewayPrefixListReferenceCommandInput | CreateTransitGatewayRouteCommandInput | CreateTransitGatewayRouteTableAnnouncementCommandInput | 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 | DeleteTransitGatewayPolicyTableCommandInput | DeleteTransitGatewayPrefixListReferenceCommandInput | DeleteTransitGatewayRouteCommandInput | DeleteTransitGatewayRouteTableAnnouncementCommandInput | 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 | DescribeTransitGatewayPolicyTablesCommandInput | DescribeTransitGatewayRouteTableAnnouncementsCommandInput | 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 | DisassociateTransitGatewayPolicyTableCommandInput | 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 | GetInstanceUefiDataCommandInput | GetIpamAddressHistoryCommandInput | GetIpamPoolAllocationsCommandInput | GetIpamPoolCidrsCommandInput | GetIpamResourceCidrsCommandInput | GetLaunchTemplateDataCommandInput | GetManagedPrefixListAssociationsCommandInput | GetManagedPrefixListEntriesCommandInput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput | GetNetworkInsightsAccessScopeContentCommandInput | GetPasswordDataCommandInput | GetReservedInstancesExchangeQuoteCommandInput | GetSerialConsoleAccessStatusCommandInput | GetSpotPlacementScoresCommandInput | GetSubnetCidrReservationsCommandInput | GetTransitGatewayAttachmentPropagationsCommandInput | GetTransitGatewayMulticastDomainAssociationsCommandInput | GetTransitGatewayPolicyTableAssociationsCommandInput | GetTransitGatewayPolicyTableEntriesCommandInput | 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 | ModifyInstanceMaintenanceOptionsCommandInput | 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;
543
- 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 | AssociateTransitGatewayPolicyTableCommandOutput | 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 | CreateTransitGatewayPolicyTableCommandOutput | CreateTransitGatewayPrefixListReferenceCommandOutput | CreateTransitGatewayRouteCommandOutput | CreateTransitGatewayRouteTableAnnouncementCommandOutput | 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 | DeleteTransitGatewayPolicyTableCommandOutput | DeleteTransitGatewayPrefixListReferenceCommandOutput | DeleteTransitGatewayRouteCommandOutput | DeleteTransitGatewayRouteTableAnnouncementCommandOutput | 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 | DescribeTransitGatewayPolicyTablesCommandOutput | DescribeTransitGatewayRouteTableAnnouncementsCommandOutput | 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 | DisassociateTransitGatewayPolicyTableCommandOutput | 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 | GetInstanceUefiDataCommandOutput | GetIpamAddressHistoryCommandOutput | GetIpamPoolAllocationsCommandOutput | GetIpamPoolCidrsCommandOutput | GetIpamResourceCidrsCommandOutput | GetLaunchTemplateDataCommandOutput | GetManagedPrefixListAssociationsCommandOutput | GetManagedPrefixListEntriesCommandOutput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput | GetNetworkInsightsAccessScopeContentCommandOutput | GetPasswordDataCommandOutput | GetReservedInstancesExchangeQuoteCommandOutput | GetSerialConsoleAccessStatusCommandOutput | GetSpotPlacementScoresCommandOutput | GetSubnetCidrReservationsCommandOutput | GetTransitGatewayAttachmentPropagationsCommandOutput | GetTransitGatewayMulticastDomainAssociationsCommandOutput | GetTransitGatewayPolicyTableAssociationsCommandOutput | GetTransitGatewayPolicyTableEntriesCommandOutput | 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 | ModifyInstanceMaintenanceOptionsCommandOutput | 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;
544
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
545
-
546
- requestHandler?: __HttpHandler;
547
-
548
- sha256?: __HashConstructor;
549
-
550
- urlParser?: __UrlParser;
551
-
552
- bodyLengthChecker?: __BodyLengthCalculator;
553
-
554
- streamCollector?: __StreamCollector;
555
-
556
- base64Decoder?: __Decoder;
557
-
558
- base64Encoder?: __Encoder;
559
-
560
- utf8Decoder?: __Decoder;
561
-
562
- utf8Encoder?: __Encoder;
563
-
564
- runtime?: string;
565
-
566
- disableHostPrefix?: boolean;
567
-
568
- maxAttempts?: number | __Provider<number>;
569
-
570
- retryMode?: string | __Provider<string>;
571
-
572
- logger?: __Logger;
573
-
574
- useDualstackEndpoint?: boolean | __Provider<boolean>;
575
-
576
- useFipsEndpoint?: boolean | __Provider<boolean>;
577
-
578
- serviceId?: string;
579
-
580
- region?: string | __Provider<string>;
581
-
582
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
583
-
584
- regionInfoProvider?: RegionInfoProvider;
585
-
586
- defaultUserAgentProvider?: Provider<__UserAgent>;
587
-
588
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
589
- }
590
- declare type EC2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
591
-
592
- export interface EC2ClientConfig extends EC2ClientConfigType {
593
- }
594
- declare type EC2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
595
-
596
- export interface EC2ClientResolvedConfig extends EC2ClientResolvedConfigType {
597
- }
598
-
599
- export declare class EC2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EC2ClientResolvedConfig> {
600
-
601
- readonly config: EC2ClientResolvedConfig;
602
- constructor(configuration: EC2ClientConfig);
603
-
604
- destroy(): void;
605
- }
606
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptReservedInstancesExchangeQuoteCommandInput,
47
+ AcceptReservedInstancesExchangeQuoteCommandOutput,
48
+ } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
49
+ import {
50
+ AcceptTransitGatewayMulticastDomainAssociationsCommandInput,
51
+ AcceptTransitGatewayMulticastDomainAssociationsCommandOutput,
52
+ } from "./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
53
+ import {
54
+ AcceptTransitGatewayPeeringAttachmentCommandInput,
55
+ AcceptTransitGatewayPeeringAttachmentCommandOutput,
56
+ } from "./commands/AcceptTransitGatewayPeeringAttachmentCommand";
57
+ import {
58
+ AcceptTransitGatewayVpcAttachmentCommandInput,
59
+ AcceptTransitGatewayVpcAttachmentCommandOutput,
60
+ } from "./commands/AcceptTransitGatewayVpcAttachmentCommand";
61
+ import {
62
+ AcceptVpcEndpointConnectionsCommandInput,
63
+ AcceptVpcEndpointConnectionsCommandOutput,
64
+ } from "./commands/AcceptVpcEndpointConnectionsCommand";
65
+ import {
66
+ AcceptVpcPeeringConnectionCommandInput,
67
+ AcceptVpcPeeringConnectionCommandOutput,
68
+ } from "./commands/AcceptVpcPeeringConnectionCommand";
69
+ import {
70
+ AdvertiseByoipCidrCommandInput,
71
+ AdvertiseByoipCidrCommandOutput,
72
+ } from "./commands/AdvertiseByoipCidrCommand";
73
+ import {
74
+ AllocateAddressCommandInput,
75
+ AllocateAddressCommandOutput,
76
+ } from "./commands/AllocateAddressCommand";
77
+ import {
78
+ AllocateHostsCommandInput,
79
+ AllocateHostsCommandOutput,
80
+ } from "./commands/AllocateHostsCommand";
81
+ import {
82
+ AllocateIpamPoolCidrCommandInput,
83
+ AllocateIpamPoolCidrCommandOutput,
84
+ } from "./commands/AllocateIpamPoolCidrCommand";
85
+ import {
86
+ ApplySecurityGroupsToClientVpnTargetNetworkCommandInput,
87
+ ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput,
88
+ } from "./commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand";
89
+ import {
90
+ AssignIpv6AddressesCommandInput,
91
+ AssignIpv6AddressesCommandOutput,
92
+ } from "./commands/AssignIpv6AddressesCommand";
93
+ import {
94
+ AssignPrivateIpAddressesCommandInput,
95
+ AssignPrivateIpAddressesCommandOutput,
96
+ } from "./commands/AssignPrivateIpAddressesCommand";
97
+ import {
98
+ AssociateAddressCommandInput,
99
+ AssociateAddressCommandOutput,
100
+ } from "./commands/AssociateAddressCommand";
101
+ import {
102
+ AssociateClientVpnTargetNetworkCommandInput,
103
+ AssociateClientVpnTargetNetworkCommandOutput,
104
+ } from "./commands/AssociateClientVpnTargetNetworkCommand";
105
+ import {
106
+ AssociateDhcpOptionsCommandInput,
107
+ AssociateDhcpOptionsCommandOutput,
108
+ } from "./commands/AssociateDhcpOptionsCommand";
109
+ import {
110
+ AssociateEnclaveCertificateIamRoleCommandInput,
111
+ AssociateEnclaveCertificateIamRoleCommandOutput,
112
+ } from "./commands/AssociateEnclaveCertificateIamRoleCommand";
113
+ import {
114
+ AssociateIamInstanceProfileCommandInput,
115
+ AssociateIamInstanceProfileCommandOutput,
116
+ } from "./commands/AssociateIamInstanceProfileCommand";
117
+ import {
118
+ AssociateInstanceEventWindowCommandInput,
119
+ AssociateInstanceEventWindowCommandOutput,
120
+ } from "./commands/AssociateInstanceEventWindowCommand";
121
+ import {
122
+ AssociateRouteTableCommandInput,
123
+ AssociateRouteTableCommandOutput,
124
+ } from "./commands/AssociateRouteTableCommand";
125
+ import {
126
+ AssociateSubnetCidrBlockCommandInput,
127
+ AssociateSubnetCidrBlockCommandOutput,
128
+ } from "./commands/AssociateSubnetCidrBlockCommand";
129
+ import {
130
+ AssociateTransitGatewayMulticastDomainCommandInput,
131
+ AssociateTransitGatewayMulticastDomainCommandOutput,
132
+ } from "./commands/AssociateTransitGatewayMulticastDomainCommand";
133
+ import {
134
+ AssociateTransitGatewayPolicyTableCommandInput,
135
+ AssociateTransitGatewayPolicyTableCommandOutput,
136
+ } from "./commands/AssociateTransitGatewayPolicyTableCommand";
137
+ import {
138
+ AssociateTransitGatewayRouteTableCommandInput,
139
+ AssociateTransitGatewayRouteTableCommandOutput,
140
+ } from "./commands/AssociateTransitGatewayRouteTableCommand";
141
+ import {
142
+ AssociateTrunkInterfaceCommandInput,
143
+ AssociateTrunkInterfaceCommandOutput,
144
+ } from "./commands/AssociateTrunkInterfaceCommand";
145
+ import {
146
+ AssociateVpcCidrBlockCommandInput,
147
+ AssociateVpcCidrBlockCommandOutput,
148
+ } from "./commands/AssociateVpcCidrBlockCommand";
149
+ import {
150
+ AttachClassicLinkVpcCommandInput,
151
+ AttachClassicLinkVpcCommandOutput,
152
+ } from "./commands/AttachClassicLinkVpcCommand";
153
+ import {
154
+ AttachInternetGatewayCommandInput,
155
+ AttachInternetGatewayCommandOutput,
156
+ } from "./commands/AttachInternetGatewayCommand";
157
+ import {
158
+ AttachNetworkInterfaceCommandInput,
159
+ AttachNetworkInterfaceCommandOutput,
160
+ } from "./commands/AttachNetworkInterfaceCommand";
161
+ import {
162
+ AttachVolumeCommandInput,
163
+ AttachVolumeCommandOutput,
164
+ } from "./commands/AttachVolumeCommand";
165
+ import {
166
+ AttachVpnGatewayCommandInput,
167
+ AttachVpnGatewayCommandOutput,
168
+ } from "./commands/AttachVpnGatewayCommand";
169
+ import {
170
+ AuthorizeClientVpnIngressCommandInput,
171
+ AuthorizeClientVpnIngressCommandOutput,
172
+ } from "./commands/AuthorizeClientVpnIngressCommand";
173
+ import {
174
+ AuthorizeSecurityGroupEgressCommandInput,
175
+ AuthorizeSecurityGroupEgressCommandOutput,
176
+ } from "./commands/AuthorizeSecurityGroupEgressCommand";
177
+ import {
178
+ AuthorizeSecurityGroupIngressCommandInput,
179
+ AuthorizeSecurityGroupIngressCommandOutput,
180
+ } from "./commands/AuthorizeSecurityGroupIngressCommand";
181
+ import {
182
+ BundleInstanceCommandInput,
183
+ BundleInstanceCommandOutput,
184
+ } from "./commands/BundleInstanceCommand";
185
+ import {
186
+ CancelBundleTaskCommandInput,
187
+ CancelBundleTaskCommandOutput,
188
+ } from "./commands/CancelBundleTaskCommand";
189
+ import {
190
+ CancelCapacityReservationCommandInput,
191
+ CancelCapacityReservationCommandOutput,
192
+ } from "./commands/CancelCapacityReservationCommand";
193
+ import {
194
+ CancelCapacityReservationFleetsCommandInput,
195
+ CancelCapacityReservationFleetsCommandOutput,
196
+ } from "./commands/CancelCapacityReservationFleetsCommand";
197
+ import {
198
+ CancelConversionTaskCommandInput,
199
+ CancelConversionTaskCommandOutput,
200
+ } from "./commands/CancelConversionTaskCommand";
201
+ import {
202
+ CancelExportTaskCommandInput,
203
+ CancelExportTaskCommandOutput,
204
+ } from "./commands/CancelExportTaskCommand";
205
+ import {
206
+ CancelImportTaskCommandInput,
207
+ CancelImportTaskCommandOutput,
208
+ } from "./commands/CancelImportTaskCommand";
209
+ import {
210
+ CancelReservedInstancesListingCommandInput,
211
+ CancelReservedInstancesListingCommandOutput,
212
+ } from "./commands/CancelReservedInstancesListingCommand";
213
+ import {
214
+ CancelSpotFleetRequestsCommandInput,
215
+ CancelSpotFleetRequestsCommandOutput,
216
+ } from "./commands/CancelSpotFleetRequestsCommand";
217
+ import {
218
+ CancelSpotInstanceRequestsCommandInput,
219
+ CancelSpotInstanceRequestsCommandOutput,
220
+ } from "./commands/CancelSpotInstanceRequestsCommand";
221
+ import {
222
+ ConfirmProductInstanceCommandInput,
223
+ ConfirmProductInstanceCommandOutput,
224
+ } from "./commands/ConfirmProductInstanceCommand";
225
+ import {
226
+ CopyFpgaImageCommandInput,
227
+ CopyFpgaImageCommandOutput,
228
+ } from "./commands/CopyFpgaImageCommand";
229
+ import {
230
+ CopyImageCommandInput,
231
+ CopyImageCommandOutput,
232
+ } from "./commands/CopyImageCommand";
233
+ import {
234
+ CopySnapshotCommandInput,
235
+ CopySnapshotCommandOutput,
236
+ } from "./commands/CopySnapshotCommand";
237
+ import {
238
+ CreateCapacityReservationCommandInput,
239
+ CreateCapacityReservationCommandOutput,
240
+ } from "./commands/CreateCapacityReservationCommand";
241
+ import {
242
+ CreateCapacityReservationFleetCommandInput,
243
+ CreateCapacityReservationFleetCommandOutput,
244
+ } from "./commands/CreateCapacityReservationFleetCommand";
245
+ import {
246
+ CreateCarrierGatewayCommandInput,
247
+ CreateCarrierGatewayCommandOutput,
248
+ } from "./commands/CreateCarrierGatewayCommand";
249
+ import {
250
+ CreateClientVpnEndpointCommandInput,
251
+ CreateClientVpnEndpointCommandOutput,
252
+ } from "./commands/CreateClientVpnEndpointCommand";
253
+ import {
254
+ CreateClientVpnRouteCommandInput,
255
+ CreateClientVpnRouteCommandOutput,
256
+ } from "./commands/CreateClientVpnRouteCommand";
257
+ import {
258
+ CreateCoipCidrCommandInput,
259
+ CreateCoipCidrCommandOutput,
260
+ } from "./commands/CreateCoipCidrCommand";
261
+ import {
262
+ CreateCoipPoolCommandInput,
263
+ CreateCoipPoolCommandOutput,
264
+ } from "./commands/CreateCoipPoolCommand";
265
+ import {
266
+ CreateCustomerGatewayCommandInput,
267
+ CreateCustomerGatewayCommandOutput,
268
+ } from "./commands/CreateCustomerGatewayCommand";
269
+ import {
270
+ CreateDefaultSubnetCommandInput,
271
+ CreateDefaultSubnetCommandOutput,
272
+ } from "./commands/CreateDefaultSubnetCommand";
273
+ import {
274
+ CreateDefaultVpcCommandInput,
275
+ CreateDefaultVpcCommandOutput,
276
+ } from "./commands/CreateDefaultVpcCommand";
277
+ import {
278
+ CreateDhcpOptionsCommandInput,
279
+ CreateDhcpOptionsCommandOutput,
280
+ } from "./commands/CreateDhcpOptionsCommand";
281
+ import {
282
+ CreateEgressOnlyInternetGatewayCommandInput,
283
+ CreateEgressOnlyInternetGatewayCommandOutput,
284
+ } from "./commands/CreateEgressOnlyInternetGatewayCommand";
285
+ import {
286
+ CreateFleetCommandInput,
287
+ CreateFleetCommandOutput,
288
+ } from "./commands/CreateFleetCommand";
289
+ import {
290
+ CreateFlowLogsCommandInput,
291
+ CreateFlowLogsCommandOutput,
292
+ } from "./commands/CreateFlowLogsCommand";
293
+ import {
294
+ CreateFpgaImageCommandInput,
295
+ CreateFpgaImageCommandOutput,
296
+ } from "./commands/CreateFpgaImageCommand";
297
+ import {
298
+ CreateImageCommandInput,
299
+ CreateImageCommandOutput,
300
+ } from "./commands/CreateImageCommand";
301
+ import {
302
+ CreateInstanceEventWindowCommandInput,
303
+ CreateInstanceEventWindowCommandOutput,
304
+ } from "./commands/CreateInstanceEventWindowCommand";
305
+ import {
306
+ CreateInstanceExportTaskCommandInput,
307
+ CreateInstanceExportTaskCommandOutput,
308
+ } from "./commands/CreateInstanceExportTaskCommand";
309
+ import {
310
+ CreateInternetGatewayCommandInput,
311
+ CreateInternetGatewayCommandOutput,
312
+ } from "./commands/CreateInternetGatewayCommand";
313
+ import {
314
+ CreateIpamCommandInput,
315
+ CreateIpamCommandOutput,
316
+ } from "./commands/CreateIpamCommand";
317
+ import {
318
+ CreateIpamPoolCommandInput,
319
+ CreateIpamPoolCommandOutput,
320
+ } from "./commands/CreateIpamPoolCommand";
321
+ import {
322
+ CreateIpamScopeCommandInput,
323
+ CreateIpamScopeCommandOutput,
324
+ } from "./commands/CreateIpamScopeCommand";
325
+ import {
326
+ CreateKeyPairCommandInput,
327
+ CreateKeyPairCommandOutput,
328
+ } from "./commands/CreateKeyPairCommand";
329
+ import {
330
+ CreateLaunchTemplateCommandInput,
331
+ CreateLaunchTemplateCommandOutput,
332
+ } from "./commands/CreateLaunchTemplateCommand";
333
+ import {
334
+ CreateLaunchTemplateVersionCommandInput,
335
+ CreateLaunchTemplateVersionCommandOutput,
336
+ } from "./commands/CreateLaunchTemplateVersionCommand";
337
+ import {
338
+ CreateLocalGatewayRouteCommandInput,
339
+ CreateLocalGatewayRouteCommandOutput,
340
+ } from "./commands/CreateLocalGatewayRouteCommand";
341
+ import {
342
+ CreateLocalGatewayRouteTableCommandInput,
343
+ CreateLocalGatewayRouteTableCommandOutput,
344
+ } from "./commands/CreateLocalGatewayRouteTableCommand";
345
+ import {
346
+ CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
347
+ CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput,
348
+ } from "./commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
349
+ import {
350
+ CreateLocalGatewayRouteTableVpcAssociationCommandInput,
351
+ CreateLocalGatewayRouteTableVpcAssociationCommandOutput,
352
+ } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
353
+ import {
354
+ CreateManagedPrefixListCommandInput,
355
+ CreateManagedPrefixListCommandOutput,
356
+ } from "./commands/CreateManagedPrefixListCommand";
357
+ import {
358
+ CreateNatGatewayCommandInput,
359
+ CreateNatGatewayCommandOutput,
360
+ } from "./commands/CreateNatGatewayCommand";
361
+ import {
362
+ CreateNetworkAclCommandInput,
363
+ CreateNetworkAclCommandOutput,
364
+ } from "./commands/CreateNetworkAclCommand";
365
+ import {
366
+ CreateNetworkAclEntryCommandInput,
367
+ CreateNetworkAclEntryCommandOutput,
368
+ } from "./commands/CreateNetworkAclEntryCommand";
369
+ import {
370
+ CreateNetworkInsightsAccessScopeCommandInput,
371
+ CreateNetworkInsightsAccessScopeCommandOutput,
372
+ } from "./commands/CreateNetworkInsightsAccessScopeCommand";
373
+ import {
374
+ CreateNetworkInsightsPathCommandInput,
375
+ CreateNetworkInsightsPathCommandOutput,
376
+ } from "./commands/CreateNetworkInsightsPathCommand";
377
+ import {
378
+ CreateNetworkInterfaceCommandInput,
379
+ CreateNetworkInterfaceCommandOutput,
380
+ } from "./commands/CreateNetworkInterfaceCommand";
381
+ import {
382
+ CreateNetworkInterfacePermissionCommandInput,
383
+ CreateNetworkInterfacePermissionCommandOutput,
384
+ } from "./commands/CreateNetworkInterfacePermissionCommand";
385
+ import {
386
+ CreatePlacementGroupCommandInput,
387
+ CreatePlacementGroupCommandOutput,
388
+ } from "./commands/CreatePlacementGroupCommand";
389
+ import {
390
+ CreatePublicIpv4PoolCommandInput,
391
+ CreatePublicIpv4PoolCommandOutput,
392
+ } from "./commands/CreatePublicIpv4PoolCommand";
393
+ import {
394
+ CreateReplaceRootVolumeTaskCommandInput,
395
+ CreateReplaceRootVolumeTaskCommandOutput,
396
+ } from "./commands/CreateReplaceRootVolumeTaskCommand";
397
+ import {
398
+ CreateReservedInstancesListingCommandInput,
399
+ CreateReservedInstancesListingCommandOutput,
400
+ } from "./commands/CreateReservedInstancesListingCommand";
401
+ import {
402
+ CreateRestoreImageTaskCommandInput,
403
+ CreateRestoreImageTaskCommandOutput,
404
+ } from "./commands/CreateRestoreImageTaskCommand";
405
+ import {
406
+ CreateRouteCommandInput,
407
+ CreateRouteCommandOutput,
408
+ } from "./commands/CreateRouteCommand";
409
+ import {
410
+ CreateRouteTableCommandInput,
411
+ CreateRouteTableCommandOutput,
412
+ } from "./commands/CreateRouteTableCommand";
413
+ import {
414
+ CreateSecurityGroupCommandInput,
415
+ CreateSecurityGroupCommandOutput,
416
+ } from "./commands/CreateSecurityGroupCommand";
417
+ import {
418
+ CreateSnapshotCommandInput,
419
+ CreateSnapshotCommandOutput,
420
+ } from "./commands/CreateSnapshotCommand";
421
+ import {
422
+ CreateSnapshotsCommandInput,
423
+ CreateSnapshotsCommandOutput,
424
+ } from "./commands/CreateSnapshotsCommand";
425
+ import {
426
+ CreateSpotDatafeedSubscriptionCommandInput,
427
+ CreateSpotDatafeedSubscriptionCommandOutput,
428
+ } from "./commands/CreateSpotDatafeedSubscriptionCommand";
429
+ import {
430
+ CreateStoreImageTaskCommandInput,
431
+ CreateStoreImageTaskCommandOutput,
432
+ } from "./commands/CreateStoreImageTaskCommand";
433
+ import {
434
+ CreateSubnetCidrReservationCommandInput,
435
+ CreateSubnetCidrReservationCommandOutput,
436
+ } from "./commands/CreateSubnetCidrReservationCommand";
437
+ import {
438
+ CreateSubnetCommandInput,
439
+ CreateSubnetCommandOutput,
440
+ } from "./commands/CreateSubnetCommand";
441
+ import {
442
+ CreateTagsCommandInput,
443
+ CreateTagsCommandOutput,
444
+ } from "./commands/CreateTagsCommand";
445
+ import {
446
+ CreateTrafficMirrorFilterCommandInput,
447
+ CreateTrafficMirrorFilterCommandOutput,
448
+ } from "./commands/CreateTrafficMirrorFilterCommand";
449
+ import {
450
+ CreateTrafficMirrorFilterRuleCommandInput,
451
+ CreateTrafficMirrorFilterRuleCommandOutput,
452
+ } from "./commands/CreateTrafficMirrorFilterRuleCommand";
453
+ import {
454
+ CreateTrafficMirrorSessionCommandInput,
455
+ CreateTrafficMirrorSessionCommandOutput,
456
+ } from "./commands/CreateTrafficMirrorSessionCommand";
457
+ import {
458
+ CreateTrafficMirrorTargetCommandInput,
459
+ CreateTrafficMirrorTargetCommandOutput,
460
+ } from "./commands/CreateTrafficMirrorTargetCommand";
461
+ import {
462
+ CreateTransitGatewayCommandInput,
463
+ CreateTransitGatewayCommandOutput,
464
+ } from "./commands/CreateTransitGatewayCommand";
465
+ import {
466
+ CreateTransitGatewayConnectCommandInput,
467
+ CreateTransitGatewayConnectCommandOutput,
468
+ } from "./commands/CreateTransitGatewayConnectCommand";
469
+ import {
470
+ CreateTransitGatewayConnectPeerCommandInput,
471
+ CreateTransitGatewayConnectPeerCommandOutput,
472
+ } from "./commands/CreateTransitGatewayConnectPeerCommand";
473
+ import {
474
+ CreateTransitGatewayMulticastDomainCommandInput,
475
+ CreateTransitGatewayMulticastDomainCommandOutput,
476
+ } from "./commands/CreateTransitGatewayMulticastDomainCommand";
477
+ import {
478
+ CreateTransitGatewayPeeringAttachmentCommandInput,
479
+ CreateTransitGatewayPeeringAttachmentCommandOutput,
480
+ } from "./commands/CreateTransitGatewayPeeringAttachmentCommand";
481
+ import {
482
+ CreateTransitGatewayPolicyTableCommandInput,
483
+ CreateTransitGatewayPolicyTableCommandOutput,
484
+ } from "./commands/CreateTransitGatewayPolicyTableCommand";
485
+ import {
486
+ CreateTransitGatewayPrefixListReferenceCommandInput,
487
+ CreateTransitGatewayPrefixListReferenceCommandOutput,
488
+ } from "./commands/CreateTransitGatewayPrefixListReferenceCommand";
489
+ import {
490
+ CreateTransitGatewayRouteCommandInput,
491
+ CreateTransitGatewayRouteCommandOutput,
492
+ } from "./commands/CreateTransitGatewayRouteCommand";
493
+ import {
494
+ CreateTransitGatewayRouteTableAnnouncementCommandInput,
495
+ CreateTransitGatewayRouteTableAnnouncementCommandOutput,
496
+ } from "./commands/CreateTransitGatewayRouteTableAnnouncementCommand";
497
+ import {
498
+ CreateTransitGatewayRouteTableCommandInput,
499
+ CreateTransitGatewayRouteTableCommandOutput,
500
+ } from "./commands/CreateTransitGatewayRouteTableCommand";
501
+ import {
502
+ CreateTransitGatewayVpcAttachmentCommandInput,
503
+ CreateTransitGatewayVpcAttachmentCommandOutput,
504
+ } from "./commands/CreateTransitGatewayVpcAttachmentCommand";
505
+ import {
506
+ CreateVolumeCommandInput,
507
+ CreateVolumeCommandOutput,
508
+ } from "./commands/CreateVolumeCommand";
509
+ import {
510
+ CreateVpcCommandInput,
511
+ CreateVpcCommandOutput,
512
+ } from "./commands/CreateVpcCommand";
513
+ import {
514
+ CreateVpcEndpointCommandInput,
515
+ CreateVpcEndpointCommandOutput,
516
+ } from "./commands/CreateVpcEndpointCommand";
517
+ import {
518
+ CreateVpcEndpointConnectionNotificationCommandInput,
519
+ CreateVpcEndpointConnectionNotificationCommandOutput,
520
+ } from "./commands/CreateVpcEndpointConnectionNotificationCommand";
521
+ import {
522
+ CreateVpcEndpointServiceConfigurationCommandInput,
523
+ CreateVpcEndpointServiceConfigurationCommandOutput,
524
+ } from "./commands/CreateVpcEndpointServiceConfigurationCommand";
525
+ import {
526
+ CreateVpcPeeringConnectionCommandInput,
527
+ CreateVpcPeeringConnectionCommandOutput,
528
+ } from "./commands/CreateVpcPeeringConnectionCommand";
529
+ import {
530
+ CreateVpnConnectionCommandInput,
531
+ CreateVpnConnectionCommandOutput,
532
+ } from "./commands/CreateVpnConnectionCommand";
533
+ import {
534
+ CreateVpnConnectionRouteCommandInput,
535
+ CreateVpnConnectionRouteCommandOutput,
536
+ } from "./commands/CreateVpnConnectionRouteCommand";
537
+ import {
538
+ CreateVpnGatewayCommandInput,
539
+ CreateVpnGatewayCommandOutput,
540
+ } from "./commands/CreateVpnGatewayCommand";
541
+ import {
542
+ DeleteCarrierGatewayCommandInput,
543
+ DeleteCarrierGatewayCommandOutput,
544
+ } from "./commands/DeleteCarrierGatewayCommand";
545
+ import {
546
+ DeleteClientVpnEndpointCommandInput,
547
+ DeleteClientVpnEndpointCommandOutput,
548
+ } from "./commands/DeleteClientVpnEndpointCommand";
549
+ import {
550
+ DeleteClientVpnRouteCommandInput,
551
+ DeleteClientVpnRouteCommandOutput,
552
+ } from "./commands/DeleteClientVpnRouteCommand";
553
+ import {
554
+ DeleteCoipCidrCommandInput,
555
+ DeleteCoipCidrCommandOutput,
556
+ } from "./commands/DeleteCoipCidrCommand";
557
+ import {
558
+ DeleteCoipPoolCommandInput,
559
+ DeleteCoipPoolCommandOutput,
560
+ } from "./commands/DeleteCoipPoolCommand";
561
+ import {
562
+ DeleteCustomerGatewayCommandInput,
563
+ DeleteCustomerGatewayCommandOutput,
564
+ } from "./commands/DeleteCustomerGatewayCommand";
565
+ import {
566
+ DeleteDhcpOptionsCommandInput,
567
+ DeleteDhcpOptionsCommandOutput,
568
+ } from "./commands/DeleteDhcpOptionsCommand";
569
+ import {
570
+ DeleteEgressOnlyInternetGatewayCommandInput,
571
+ DeleteEgressOnlyInternetGatewayCommandOutput,
572
+ } from "./commands/DeleteEgressOnlyInternetGatewayCommand";
573
+ import {
574
+ DeleteFleetsCommandInput,
575
+ DeleteFleetsCommandOutput,
576
+ } from "./commands/DeleteFleetsCommand";
577
+ import {
578
+ DeleteFlowLogsCommandInput,
579
+ DeleteFlowLogsCommandOutput,
580
+ } from "./commands/DeleteFlowLogsCommand";
581
+ import {
582
+ DeleteFpgaImageCommandInput,
583
+ DeleteFpgaImageCommandOutput,
584
+ } from "./commands/DeleteFpgaImageCommand";
585
+ import {
586
+ DeleteInstanceEventWindowCommandInput,
587
+ DeleteInstanceEventWindowCommandOutput,
588
+ } from "./commands/DeleteInstanceEventWindowCommand";
589
+ import {
590
+ DeleteInternetGatewayCommandInput,
591
+ DeleteInternetGatewayCommandOutput,
592
+ } from "./commands/DeleteInternetGatewayCommand";
593
+ import {
594
+ DeleteIpamCommandInput,
595
+ DeleteIpamCommandOutput,
596
+ } from "./commands/DeleteIpamCommand";
597
+ import {
598
+ DeleteIpamPoolCommandInput,
599
+ DeleteIpamPoolCommandOutput,
600
+ } from "./commands/DeleteIpamPoolCommand";
601
+ import {
602
+ DeleteIpamScopeCommandInput,
603
+ DeleteIpamScopeCommandOutput,
604
+ } from "./commands/DeleteIpamScopeCommand";
605
+ import {
606
+ DeleteKeyPairCommandInput,
607
+ DeleteKeyPairCommandOutput,
608
+ } from "./commands/DeleteKeyPairCommand";
609
+ import {
610
+ DeleteLaunchTemplateCommandInput,
611
+ DeleteLaunchTemplateCommandOutput,
612
+ } from "./commands/DeleteLaunchTemplateCommand";
613
+ import {
614
+ DeleteLaunchTemplateVersionsCommandInput,
615
+ DeleteLaunchTemplateVersionsCommandOutput,
616
+ } from "./commands/DeleteLaunchTemplateVersionsCommand";
617
+ import {
618
+ DeleteLocalGatewayRouteCommandInput,
619
+ DeleteLocalGatewayRouteCommandOutput,
620
+ } from "./commands/DeleteLocalGatewayRouteCommand";
621
+ import {
622
+ DeleteLocalGatewayRouteTableCommandInput,
623
+ DeleteLocalGatewayRouteTableCommandOutput,
624
+ } from "./commands/DeleteLocalGatewayRouteTableCommand";
625
+ import {
626
+ DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
627
+ DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput,
628
+ } from "./commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
629
+ import {
630
+ DeleteLocalGatewayRouteTableVpcAssociationCommandInput,
631
+ DeleteLocalGatewayRouteTableVpcAssociationCommandOutput,
632
+ } from "./commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
633
+ import {
634
+ DeleteManagedPrefixListCommandInput,
635
+ DeleteManagedPrefixListCommandOutput,
636
+ } from "./commands/DeleteManagedPrefixListCommand";
637
+ import {
638
+ DeleteNatGatewayCommandInput,
639
+ DeleteNatGatewayCommandOutput,
640
+ } from "./commands/DeleteNatGatewayCommand";
641
+ import {
642
+ DeleteNetworkAclCommandInput,
643
+ DeleteNetworkAclCommandOutput,
644
+ } from "./commands/DeleteNetworkAclCommand";
645
+ import {
646
+ DeleteNetworkAclEntryCommandInput,
647
+ DeleteNetworkAclEntryCommandOutput,
648
+ } from "./commands/DeleteNetworkAclEntryCommand";
649
+ import {
650
+ DeleteNetworkInsightsAccessScopeAnalysisCommandInput,
651
+ DeleteNetworkInsightsAccessScopeAnalysisCommandOutput,
652
+ } from "./commands/DeleteNetworkInsightsAccessScopeAnalysisCommand";
653
+ import {
654
+ DeleteNetworkInsightsAccessScopeCommandInput,
655
+ DeleteNetworkInsightsAccessScopeCommandOutput,
656
+ } from "./commands/DeleteNetworkInsightsAccessScopeCommand";
657
+ import {
658
+ DeleteNetworkInsightsAnalysisCommandInput,
659
+ DeleteNetworkInsightsAnalysisCommandOutput,
660
+ } from "./commands/DeleteNetworkInsightsAnalysisCommand";
661
+ import {
662
+ DeleteNetworkInsightsPathCommandInput,
663
+ DeleteNetworkInsightsPathCommandOutput,
664
+ } from "./commands/DeleteNetworkInsightsPathCommand";
665
+ import {
666
+ DeleteNetworkInterfaceCommandInput,
667
+ DeleteNetworkInterfaceCommandOutput,
668
+ } from "./commands/DeleteNetworkInterfaceCommand";
669
+ import {
670
+ DeleteNetworkInterfacePermissionCommandInput,
671
+ DeleteNetworkInterfacePermissionCommandOutput,
672
+ } from "./commands/DeleteNetworkInterfacePermissionCommand";
673
+ import {
674
+ DeletePlacementGroupCommandInput,
675
+ DeletePlacementGroupCommandOutput,
676
+ } from "./commands/DeletePlacementGroupCommand";
677
+ import {
678
+ DeletePublicIpv4PoolCommandInput,
679
+ DeletePublicIpv4PoolCommandOutput,
680
+ } from "./commands/DeletePublicIpv4PoolCommand";
681
+ import {
682
+ DeleteQueuedReservedInstancesCommandInput,
683
+ DeleteQueuedReservedInstancesCommandOutput,
684
+ } from "./commands/DeleteQueuedReservedInstancesCommand";
685
+ import {
686
+ DeleteRouteCommandInput,
687
+ DeleteRouteCommandOutput,
688
+ } from "./commands/DeleteRouteCommand";
689
+ import {
690
+ DeleteRouteTableCommandInput,
691
+ DeleteRouteTableCommandOutput,
692
+ } from "./commands/DeleteRouteTableCommand";
693
+ import {
694
+ DeleteSecurityGroupCommandInput,
695
+ DeleteSecurityGroupCommandOutput,
696
+ } from "./commands/DeleteSecurityGroupCommand";
697
+ import {
698
+ DeleteSnapshotCommandInput,
699
+ DeleteSnapshotCommandOutput,
700
+ } from "./commands/DeleteSnapshotCommand";
701
+ import {
702
+ DeleteSpotDatafeedSubscriptionCommandInput,
703
+ DeleteSpotDatafeedSubscriptionCommandOutput,
704
+ } from "./commands/DeleteSpotDatafeedSubscriptionCommand";
705
+ import {
706
+ DeleteSubnetCidrReservationCommandInput,
707
+ DeleteSubnetCidrReservationCommandOutput,
708
+ } from "./commands/DeleteSubnetCidrReservationCommand";
709
+ import {
710
+ DeleteSubnetCommandInput,
711
+ DeleteSubnetCommandOutput,
712
+ } from "./commands/DeleteSubnetCommand";
713
+ import {
714
+ DeleteTagsCommandInput,
715
+ DeleteTagsCommandOutput,
716
+ } from "./commands/DeleteTagsCommand";
717
+ import {
718
+ DeleteTrafficMirrorFilterCommandInput,
719
+ DeleteTrafficMirrorFilterCommandOutput,
720
+ } from "./commands/DeleteTrafficMirrorFilterCommand";
721
+ import {
722
+ DeleteTrafficMirrorFilterRuleCommandInput,
723
+ DeleteTrafficMirrorFilterRuleCommandOutput,
724
+ } from "./commands/DeleteTrafficMirrorFilterRuleCommand";
725
+ import {
726
+ DeleteTrafficMirrorSessionCommandInput,
727
+ DeleteTrafficMirrorSessionCommandOutput,
728
+ } from "./commands/DeleteTrafficMirrorSessionCommand";
729
+ import {
730
+ DeleteTrafficMirrorTargetCommandInput,
731
+ DeleteTrafficMirrorTargetCommandOutput,
732
+ } from "./commands/DeleteTrafficMirrorTargetCommand";
733
+ import {
734
+ DeleteTransitGatewayCommandInput,
735
+ DeleteTransitGatewayCommandOutput,
736
+ } from "./commands/DeleteTransitGatewayCommand";
737
+ import {
738
+ DeleteTransitGatewayConnectCommandInput,
739
+ DeleteTransitGatewayConnectCommandOutput,
740
+ } from "./commands/DeleteTransitGatewayConnectCommand";
741
+ import {
742
+ DeleteTransitGatewayConnectPeerCommandInput,
743
+ DeleteTransitGatewayConnectPeerCommandOutput,
744
+ } from "./commands/DeleteTransitGatewayConnectPeerCommand";
745
+ import {
746
+ DeleteTransitGatewayMulticastDomainCommandInput,
747
+ DeleteTransitGatewayMulticastDomainCommandOutput,
748
+ } from "./commands/DeleteTransitGatewayMulticastDomainCommand";
749
+ import {
750
+ DeleteTransitGatewayPeeringAttachmentCommandInput,
751
+ DeleteTransitGatewayPeeringAttachmentCommandOutput,
752
+ } from "./commands/DeleteTransitGatewayPeeringAttachmentCommand";
753
+ import {
754
+ DeleteTransitGatewayPolicyTableCommandInput,
755
+ DeleteTransitGatewayPolicyTableCommandOutput,
756
+ } from "./commands/DeleteTransitGatewayPolicyTableCommand";
757
+ import {
758
+ DeleteTransitGatewayPrefixListReferenceCommandInput,
759
+ DeleteTransitGatewayPrefixListReferenceCommandOutput,
760
+ } from "./commands/DeleteTransitGatewayPrefixListReferenceCommand";
761
+ import {
762
+ DeleteTransitGatewayRouteCommandInput,
763
+ DeleteTransitGatewayRouteCommandOutput,
764
+ } from "./commands/DeleteTransitGatewayRouteCommand";
765
+ import {
766
+ DeleteTransitGatewayRouteTableAnnouncementCommandInput,
767
+ DeleteTransitGatewayRouteTableAnnouncementCommandOutput,
768
+ } from "./commands/DeleteTransitGatewayRouteTableAnnouncementCommand";
769
+ import {
770
+ DeleteTransitGatewayRouteTableCommandInput,
771
+ DeleteTransitGatewayRouteTableCommandOutput,
772
+ } from "./commands/DeleteTransitGatewayRouteTableCommand";
773
+ import {
774
+ DeleteTransitGatewayVpcAttachmentCommandInput,
775
+ DeleteTransitGatewayVpcAttachmentCommandOutput,
776
+ } from "./commands/DeleteTransitGatewayVpcAttachmentCommand";
777
+ import {
778
+ DeleteVolumeCommandInput,
779
+ DeleteVolumeCommandOutput,
780
+ } from "./commands/DeleteVolumeCommand";
781
+ import {
782
+ DeleteVpcCommandInput,
783
+ DeleteVpcCommandOutput,
784
+ } from "./commands/DeleteVpcCommand";
785
+ import {
786
+ DeleteVpcEndpointConnectionNotificationsCommandInput,
787
+ DeleteVpcEndpointConnectionNotificationsCommandOutput,
788
+ } from "./commands/DeleteVpcEndpointConnectionNotificationsCommand";
789
+ import {
790
+ DeleteVpcEndpointsCommandInput,
791
+ DeleteVpcEndpointsCommandOutput,
792
+ } from "./commands/DeleteVpcEndpointsCommand";
793
+ import {
794
+ DeleteVpcEndpointServiceConfigurationsCommandInput,
795
+ DeleteVpcEndpointServiceConfigurationsCommandOutput,
796
+ } from "./commands/DeleteVpcEndpointServiceConfigurationsCommand";
797
+ import {
798
+ DeleteVpcPeeringConnectionCommandInput,
799
+ DeleteVpcPeeringConnectionCommandOutput,
800
+ } from "./commands/DeleteVpcPeeringConnectionCommand";
801
+ import {
802
+ DeleteVpnConnectionCommandInput,
803
+ DeleteVpnConnectionCommandOutput,
804
+ } from "./commands/DeleteVpnConnectionCommand";
805
+ import {
806
+ DeleteVpnConnectionRouteCommandInput,
807
+ DeleteVpnConnectionRouteCommandOutput,
808
+ } from "./commands/DeleteVpnConnectionRouteCommand";
809
+ import {
810
+ DeleteVpnGatewayCommandInput,
811
+ DeleteVpnGatewayCommandOutput,
812
+ } from "./commands/DeleteVpnGatewayCommand";
813
+ import {
814
+ DeprovisionByoipCidrCommandInput,
815
+ DeprovisionByoipCidrCommandOutput,
816
+ } from "./commands/DeprovisionByoipCidrCommand";
817
+ import {
818
+ DeprovisionIpamPoolCidrCommandInput,
819
+ DeprovisionIpamPoolCidrCommandOutput,
820
+ } from "./commands/DeprovisionIpamPoolCidrCommand";
821
+ import {
822
+ DeprovisionPublicIpv4PoolCidrCommandInput,
823
+ DeprovisionPublicIpv4PoolCidrCommandOutput,
824
+ } from "./commands/DeprovisionPublicIpv4PoolCidrCommand";
825
+ import {
826
+ DeregisterImageCommandInput,
827
+ DeregisterImageCommandOutput,
828
+ } from "./commands/DeregisterImageCommand";
829
+ import {
830
+ DeregisterInstanceEventNotificationAttributesCommandInput,
831
+ DeregisterInstanceEventNotificationAttributesCommandOutput,
832
+ } from "./commands/DeregisterInstanceEventNotificationAttributesCommand";
833
+ import {
834
+ DeregisterTransitGatewayMulticastGroupMembersCommandInput,
835
+ DeregisterTransitGatewayMulticastGroupMembersCommandOutput,
836
+ } from "./commands/DeregisterTransitGatewayMulticastGroupMembersCommand";
837
+ import {
838
+ DeregisterTransitGatewayMulticastGroupSourcesCommandInput,
839
+ DeregisterTransitGatewayMulticastGroupSourcesCommandOutput,
840
+ } from "./commands/DeregisterTransitGatewayMulticastGroupSourcesCommand";
841
+ import {
842
+ DescribeAccountAttributesCommandInput,
843
+ DescribeAccountAttributesCommandOutput,
844
+ } from "./commands/DescribeAccountAttributesCommand";
845
+ import {
846
+ DescribeAddressesAttributeCommandInput,
847
+ DescribeAddressesAttributeCommandOutput,
848
+ } from "./commands/DescribeAddressesAttributeCommand";
849
+ import {
850
+ DescribeAddressesCommandInput,
851
+ DescribeAddressesCommandOutput,
852
+ } from "./commands/DescribeAddressesCommand";
853
+ import {
854
+ DescribeAggregateIdFormatCommandInput,
855
+ DescribeAggregateIdFormatCommandOutput,
856
+ } from "./commands/DescribeAggregateIdFormatCommand";
857
+ import {
858
+ DescribeAvailabilityZonesCommandInput,
859
+ DescribeAvailabilityZonesCommandOutput,
860
+ } from "./commands/DescribeAvailabilityZonesCommand";
861
+ import {
862
+ DescribeBundleTasksCommandInput,
863
+ DescribeBundleTasksCommandOutput,
864
+ } from "./commands/DescribeBundleTasksCommand";
865
+ import {
866
+ DescribeByoipCidrsCommandInput,
867
+ DescribeByoipCidrsCommandOutput,
868
+ } from "./commands/DescribeByoipCidrsCommand";
869
+ import {
870
+ DescribeCapacityReservationFleetsCommandInput,
871
+ DescribeCapacityReservationFleetsCommandOutput,
872
+ } from "./commands/DescribeCapacityReservationFleetsCommand";
873
+ import {
874
+ DescribeCapacityReservationsCommandInput,
875
+ DescribeCapacityReservationsCommandOutput,
876
+ } from "./commands/DescribeCapacityReservationsCommand";
877
+ import {
878
+ DescribeCarrierGatewaysCommandInput,
879
+ DescribeCarrierGatewaysCommandOutput,
880
+ } from "./commands/DescribeCarrierGatewaysCommand";
881
+ import {
882
+ DescribeClassicLinkInstancesCommandInput,
883
+ DescribeClassicLinkInstancesCommandOutput,
884
+ } from "./commands/DescribeClassicLinkInstancesCommand";
885
+ import {
886
+ DescribeClientVpnAuthorizationRulesCommandInput,
887
+ DescribeClientVpnAuthorizationRulesCommandOutput,
888
+ } from "./commands/DescribeClientVpnAuthorizationRulesCommand";
889
+ import {
890
+ DescribeClientVpnConnectionsCommandInput,
891
+ DescribeClientVpnConnectionsCommandOutput,
892
+ } from "./commands/DescribeClientVpnConnectionsCommand";
893
+ import {
894
+ DescribeClientVpnEndpointsCommandInput,
895
+ DescribeClientVpnEndpointsCommandOutput,
896
+ } from "./commands/DescribeClientVpnEndpointsCommand";
897
+ import {
898
+ DescribeClientVpnRoutesCommandInput,
899
+ DescribeClientVpnRoutesCommandOutput,
900
+ } from "./commands/DescribeClientVpnRoutesCommand";
901
+ import {
902
+ DescribeClientVpnTargetNetworksCommandInput,
903
+ DescribeClientVpnTargetNetworksCommandOutput,
904
+ } from "./commands/DescribeClientVpnTargetNetworksCommand";
905
+ import {
906
+ DescribeCoipPoolsCommandInput,
907
+ DescribeCoipPoolsCommandOutput,
908
+ } from "./commands/DescribeCoipPoolsCommand";
909
+ import {
910
+ DescribeConversionTasksCommandInput,
911
+ DescribeConversionTasksCommandOutput,
912
+ } from "./commands/DescribeConversionTasksCommand";
913
+ import {
914
+ DescribeCustomerGatewaysCommandInput,
915
+ DescribeCustomerGatewaysCommandOutput,
916
+ } from "./commands/DescribeCustomerGatewaysCommand";
917
+ import {
918
+ DescribeDhcpOptionsCommandInput,
919
+ DescribeDhcpOptionsCommandOutput,
920
+ } from "./commands/DescribeDhcpOptionsCommand";
921
+ import {
922
+ DescribeEgressOnlyInternetGatewaysCommandInput,
923
+ DescribeEgressOnlyInternetGatewaysCommandOutput,
924
+ } from "./commands/DescribeEgressOnlyInternetGatewaysCommand";
925
+ import {
926
+ DescribeElasticGpusCommandInput,
927
+ DescribeElasticGpusCommandOutput,
928
+ } from "./commands/DescribeElasticGpusCommand";
929
+ import {
930
+ DescribeExportImageTasksCommandInput,
931
+ DescribeExportImageTasksCommandOutput,
932
+ } from "./commands/DescribeExportImageTasksCommand";
933
+ import {
934
+ DescribeExportTasksCommandInput,
935
+ DescribeExportTasksCommandOutput,
936
+ } from "./commands/DescribeExportTasksCommand";
937
+ import {
938
+ DescribeFastLaunchImagesCommandInput,
939
+ DescribeFastLaunchImagesCommandOutput,
940
+ } from "./commands/DescribeFastLaunchImagesCommand";
941
+ import {
942
+ DescribeFastSnapshotRestoresCommandInput,
943
+ DescribeFastSnapshotRestoresCommandOutput,
944
+ } from "./commands/DescribeFastSnapshotRestoresCommand";
945
+ import {
946
+ DescribeFleetHistoryCommandInput,
947
+ DescribeFleetHistoryCommandOutput,
948
+ } from "./commands/DescribeFleetHistoryCommand";
949
+ import {
950
+ DescribeFleetInstancesCommandInput,
951
+ DescribeFleetInstancesCommandOutput,
952
+ } from "./commands/DescribeFleetInstancesCommand";
953
+ import {
954
+ DescribeFleetsCommandInput,
955
+ DescribeFleetsCommandOutput,
956
+ } from "./commands/DescribeFleetsCommand";
957
+ import {
958
+ DescribeFlowLogsCommandInput,
959
+ DescribeFlowLogsCommandOutput,
960
+ } from "./commands/DescribeFlowLogsCommand";
961
+ import {
962
+ DescribeFpgaImageAttributeCommandInput,
963
+ DescribeFpgaImageAttributeCommandOutput,
964
+ } from "./commands/DescribeFpgaImageAttributeCommand";
965
+ import {
966
+ DescribeFpgaImagesCommandInput,
967
+ DescribeFpgaImagesCommandOutput,
968
+ } from "./commands/DescribeFpgaImagesCommand";
969
+ import {
970
+ DescribeHostReservationOfferingsCommandInput,
971
+ DescribeHostReservationOfferingsCommandOutput,
972
+ } from "./commands/DescribeHostReservationOfferingsCommand";
973
+ import {
974
+ DescribeHostReservationsCommandInput,
975
+ DescribeHostReservationsCommandOutput,
976
+ } from "./commands/DescribeHostReservationsCommand";
977
+ import {
978
+ DescribeHostsCommandInput,
979
+ DescribeHostsCommandOutput,
980
+ } from "./commands/DescribeHostsCommand";
981
+ import {
982
+ DescribeIamInstanceProfileAssociationsCommandInput,
983
+ DescribeIamInstanceProfileAssociationsCommandOutput,
984
+ } from "./commands/DescribeIamInstanceProfileAssociationsCommand";
985
+ import {
986
+ DescribeIdentityIdFormatCommandInput,
987
+ DescribeIdentityIdFormatCommandOutput,
988
+ } from "./commands/DescribeIdentityIdFormatCommand";
989
+ import {
990
+ DescribeIdFormatCommandInput,
991
+ DescribeIdFormatCommandOutput,
992
+ } from "./commands/DescribeIdFormatCommand";
993
+ import {
994
+ DescribeImageAttributeCommandInput,
995
+ DescribeImageAttributeCommandOutput,
996
+ } from "./commands/DescribeImageAttributeCommand";
997
+ import {
998
+ DescribeImagesCommandInput,
999
+ DescribeImagesCommandOutput,
1000
+ } from "./commands/DescribeImagesCommand";
1001
+ import {
1002
+ DescribeImportImageTasksCommandInput,
1003
+ DescribeImportImageTasksCommandOutput,
1004
+ } from "./commands/DescribeImportImageTasksCommand";
1005
+ import {
1006
+ DescribeImportSnapshotTasksCommandInput,
1007
+ DescribeImportSnapshotTasksCommandOutput,
1008
+ } from "./commands/DescribeImportSnapshotTasksCommand";
1009
+ import {
1010
+ DescribeInstanceAttributeCommandInput,
1011
+ DescribeInstanceAttributeCommandOutput,
1012
+ } from "./commands/DescribeInstanceAttributeCommand";
1013
+ import {
1014
+ DescribeInstanceCreditSpecificationsCommandInput,
1015
+ DescribeInstanceCreditSpecificationsCommandOutput,
1016
+ } from "./commands/DescribeInstanceCreditSpecificationsCommand";
1017
+ import {
1018
+ DescribeInstanceEventNotificationAttributesCommandInput,
1019
+ DescribeInstanceEventNotificationAttributesCommandOutput,
1020
+ } from "./commands/DescribeInstanceEventNotificationAttributesCommand";
1021
+ import {
1022
+ DescribeInstanceEventWindowsCommandInput,
1023
+ DescribeInstanceEventWindowsCommandOutput,
1024
+ } from "./commands/DescribeInstanceEventWindowsCommand";
1025
+ import {
1026
+ DescribeInstancesCommandInput,
1027
+ DescribeInstancesCommandOutput,
1028
+ } from "./commands/DescribeInstancesCommand";
1029
+ import {
1030
+ DescribeInstanceStatusCommandInput,
1031
+ DescribeInstanceStatusCommandOutput,
1032
+ } from "./commands/DescribeInstanceStatusCommand";
1033
+ import {
1034
+ DescribeInstanceTypeOfferingsCommandInput,
1035
+ DescribeInstanceTypeOfferingsCommandOutput,
1036
+ } from "./commands/DescribeInstanceTypeOfferingsCommand";
1037
+ import {
1038
+ DescribeInstanceTypesCommandInput,
1039
+ DescribeInstanceTypesCommandOutput,
1040
+ } from "./commands/DescribeInstanceTypesCommand";
1041
+ import {
1042
+ DescribeInternetGatewaysCommandInput,
1043
+ DescribeInternetGatewaysCommandOutput,
1044
+ } from "./commands/DescribeInternetGatewaysCommand";
1045
+ import {
1046
+ DescribeIpamPoolsCommandInput,
1047
+ DescribeIpamPoolsCommandOutput,
1048
+ } from "./commands/DescribeIpamPoolsCommand";
1049
+ import {
1050
+ DescribeIpamsCommandInput,
1051
+ DescribeIpamsCommandOutput,
1052
+ } from "./commands/DescribeIpamsCommand";
1053
+ import {
1054
+ DescribeIpamScopesCommandInput,
1055
+ DescribeIpamScopesCommandOutput,
1056
+ } from "./commands/DescribeIpamScopesCommand";
1057
+ import {
1058
+ DescribeIpv6PoolsCommandInput,
1059
+ DescribeIpv6PoolsCommandOutput,
1060
+ } from "./commands/DescribeIpv6PoolsCommand";
1061
+ import {
1062
+ DescribeKeyPairsCommandInput,
1063
+ DescribeKeyPairsCommandOutput,
1064
+ } from "./commands/DescribeKeyPairsCommand";
1065
+ import {
1066
+ DescribeLaunchTemplatesCommandInput,
1067
+ DescribeLaunchTemplatesCommandOutput,
1068
+ } from "./commands/DescribeLaunchTemplatesCommand";
1069
+ import {
1070
+ DescribeLaunchTemplateVersionsCommandInput,
1071
+ DescribeLaunchTemplateVersionsCommandOutput,
1072
+ } from "./commands/DescribeLaunchTemplateVersionsCommand";
1073
+ import {
1074
+ DescribeLocalGatewayRouteTablesCommandInput,
1075
+ DescribeLocalGatewayRouteTablesCommandOutput,
1076
+ } from "./commands/DescribeLocalGatewayRouteTablesCommand";
1077
+ import {
1078
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput,
1079
+ DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput,
1080
+ } from "./commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand";
1081
+ import {
1082
+ DescribeLocalGatewayRouteTableVpcAssociationsCommandInput,
1083
+ DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput,
1084
+ } from "./commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand";
1085
+ import {
1086
+ DescribeLocalGatewaysCommandInput,
1087
+ DescribeLocalGatewaysCommandOutput,
1088
+ } from "./commands/DescribeLocalGatewaysCommand";
1089
+ import {
1090
+ DescribeLocalGatewayVirtualInterfaceGroupsCommandInput,
1091
+ DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput,
1092
+ } from "./commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand";
1093
+ import {
1094
+ DescribeLocalGatewayVirtualInterfacesCommandInput,
1095
+ DescribeLocalGatewayVirtualInterfacesCommandOutput,
1096
+ } from "./commands/DescribeLocalGatewayVirtualInterfacesCommand";
1097
+ import {
1098
+ DescribeManagedPrefixListsCommandInput,
1099
+ DescribeManagedPrefixListsCommandOutput,
1100
+ } from "./commands/DescribeManagedPrefixListsCommand";
1101
+ import {
1102
+ DescribeMovingAddressesCommandInput,
1103
+ DescribeMovingAddressesCommandOutput,
1104
+ } from "./commands/DescribeMovingAddressesCommand";
1105
+ import {
1106
+ DescribeNatGatewaysCommandInput,
1107
+ DescribeNatGatewaysCommandOutput,
1108
+ } from "./commands/DescribeNatGatewaysCommand";
1109
+ import {
1110
+ DescribeNetworkAclsCommandInput,
1111
+ DescribeNetworkAclsCommandOutput,
1112
+ } from "./commands/DescribeNetworkAclsCommand";
1113
+ import {
1114
+ DescribeNetworkInsightsAccessScopeAnalysesCommandInput,
1115
+ DescribeNetworkInsightsAccessScopeAnalysesCommandOutput,
1116
+ } from "./commands/DescribeNetworkInsightsAccessScopeAnalysesCommand";
1117
+ import {
1118
+ DescribeNetworkInsightsAccessScopesCommandInput,
1119
+ DescribeNetworkInsightsAccessScopesCommandOutput,
1120
+ } from "./commands/DescribeNetworkInsightsAccessScopesCommand";
1121
+ import {
1122
+ DescribeNetworkInsightsAnalysesCommandInput,
1123
+ DescribeNetworkInsightsAnalysesCommandOutput,
1124
+ } from "./commands/DescribeNetworkInsightsAnalysesCommand";
1125
+ import {
1126
+ DescribeNetworkInsightsPathsCommandInput,
1127
+ DescribeNetworkInsightsPathsCommandOutput,
1128
+ } from "./commands/DescribeNetworkInsightsPathsCommand";
1129
+ import {
1130
+ DescribeNetworkInterfaceAttributeCommandInput,
1131
+ DescribeNetworkInterfaceAttributeCommandOutput,
1132
+ } from "./commands/DescribeNetworkInterfaceAttributeCommand";
1133
+ import {
1134
+ DescribeNetworkInterfacePermissionsCommandInput,
1135
+ DescribeNetworkInterfacePermissionsCommandOutput,
1136
+ } from "./commands/DescribeNetworkInterfacePermissionsCommand";
1137
+ import {
1138
+ DescribeNetworkInterfacesCommandInput,
1139
+ DescribeNetworkInterfacesCommandOutput,
1140
+ } from "./commands/DescribeNetworkInterfacesCommand";
1141
+ import {
1142
+ DescribePlacementGroupsCommandInput,
1143
+ DescribePlacementGroupsCommandOutput,
1144
+ } from "./commands/DescribePlacementGroupsCommand";
1145
+ import {
1146
+ DescribePrefixListsCommandInput,
1147
+ DescribePrefixListsCommandOutput,
1148
+ } from "./commands/DescribePrefixListsCommand";
1149
+ import {
1150
+ DescribePrincipalIdFormatCommandInput,
1151
+ DescribePrincipalIdFormatCommandOutput,
1152
+ } from "./commands/DescribePrincipalIdFormatCommand";
1153
+ import {
1154
+ DescribePublicIpv4PoolsCommandInput,
1155
+ DescribePublicIpv4PoolsCommandOutput,
1156
+ } from "./commands/DescribePublicIpv4PoolsCommand";
1157
+ import {
1158
+ DescribeRegionsCommandInput,
1159
+ DescribeRegionsCommandOutput,
1160
+ } from "./commands/DescribeRegionsCommand";
1161
+ import {
1162
+ DescribeReplaceRootVolumeTasksCommandInput,
1163
+ DescribeReplaceRootVolumeTasksCommandOutput,
1164
+ } from "./commands/DescribeReplaceRootVolumeTasksCommand";
1165
+ import {
1166
+ DescribeReservedInstancesCommandInput,
1167
+ DescribeReservedInstancesCommandOutput,
1168
+ } from "./commands/DescribeReservedInstancesCommand";
1169
+ import {
1170
+ DescribeReservedInstancesListingsCommandInput,
1171
+ DescribeReservedInstancesListingsCommandOutput,
1172
+ } from "./commands/DescribeReservedInstancesListingsCommand";
1173
+ import {
1174
+ DescribeReservedInstancesModificationsCommandInput,
1175
+ DescribeReservedInstancesModificationsCommandOutput,
1176
+ } from "./commands/DescribeReservedInstancesModificationsCommand";
1177
+ import {
1178
+ DescribeReservedInstancesOfferingsCommandInput,
1179
+ DescribeReservedInstancesOfferingsCommandOutput,
1180
+ } from "./commands/DescribeReservedInstancesOfferingsCommand";
1181
+ import {
1182
+ DescribeRouteTablesCommandInput,
1183
+ DescribeRouteTablesCommandOutput,
1184
+ } from "./commands/DescribeRouteTablesCommand";
1185
+ import {
1186
+ DescribeScheduledInstanceAvailabilityCommandInput,
1187
+ DescribeScheduledInstanceAvailabilityCommandOutput,
1188
+ } from "./commands/DescribeScheduledInstanceAvailabilityCommand";
1189
+ import {
1190
+ DescribeScheduledInstancesCommandInput,
1191
+ DescribeScheduledInstancesCommandOutput,
1192
+ } from "./commands/DescribeScheduledInstancesCommand";
1193
+ import {
1194
+ DescribeSecurityGroupReferencesCommandInput,
1195
+ DescribeSecurityGroupReferencesCommandOutput,
1196
+ } from "./commands/DescribeSecurityGroupReferencesCommand";
1197
+ import {
1198
+ DescribeSecurityGroupRulesCommandInput,
1199
+ DescribeSecurityGroupRulesCommandOutput,
1200
+ } from "./commands/DescribeSecurityGroupRulesCommand";
1201
+ import {
1202
+ DescribeSecurityGroupsCommandInput,
1203
+ DescribeSecurityGroupsCommandOutput,
1204
+ } from "./commands/DescribeSecurityGroupsCommand";
1205
+ import {
1206
+ DescribeSnapshotAttributeCommandInput,
1207
+ DescribeSnapshotAttributeCommandOutput,
1208
+ } from "./commands/DescribeSnapshotAttributeCommand";
1209
+ import {
1210
+ DescribeSnapshotsCommandInput,
1211
+ DescribeSnapshotsCommandOutput,
1212
+ } from "./commands/DescribeSnapshotsCommand";
1213
+ import {
1214
+ DescribeSnapshotTierStatusCommandInput,
1215
+ DescribeSnapshotTierStatusCommandOutput,
1216
+ } from "./commands/DescribeSnapshotTierStatusCommand";
1217
+ import {
1218
+ DescribeSpotDatafeedSubscriptionCommandInput,
1219
+ DescribeSpotDatafeedSubscriptionCommandOutput,
1220
+ } from "./commands/DescribeSpotDatafeedSubscriptionCommand";
1221
+ import {
1222
+ DescribeSpotFleetInstancesCommandInput,
1223
+ DescribeSpotFleetInstancesCommandOutput,
1224
+ } from "./commands/DescribeSpotFleetInstancesCommand";
1225
+ import {
1226
+ DescribeSpotFleetRequestHistoryCommandInput,
1227
+ DescribeSpotFleetRequestHistoryCommandOutput,
1228
+ } from "./commands/DescribeSpotFleetRequestHistoryCommand";
1229
+ import {
1230
+ DescribeSpotFleetRequestsCommandInput,
1231
+ DescribeSpotFleetRequestsCommandOutput,
1232
+ } from "./commands/DescribeSpotFleetRequestsCommand";
1233
+ import {
1234
+ DescribeSpotInstanceRequestsCommandInput,
1235
+ DescribeSpotInstanceRequestsCommandOutput,
1236
+ } from "./commands/DescribeSpotInstanceRequestsCommand";
1237
+ import {
1238
+ DescribeSpotPriceHistoryCommandInput,
1239
+ DescribeSpotPriceHistoryCommandOutput,
1240
+ } from "./commands/DescribeSpotPriceHistoryCommand";
1241
+ import {
1242
+ DescribeStaleSecurityGroupsCommandInput,
1243
+ DescribeStaleSecurityGroupsCommandOutput,
1244
+ } from "./commands/DescribeStaleSecurityGroupsCommand";
1245
+ import {
1246
+ DescribeStoreImageTasksCommandInput,
1247
+ DescribeStoreImageTasksCommandOutput,
1248
+ } from "./commands/DescribeStoreImageTasksCommand";
1249
+ import {
1250
+ DescribeSubnetsCommandInput,
1251
+ DescribeSubnetsCommandOutput,
1252
+ } from "./commands/DescribeSubnetsCommand";
1253
+ import {
1254
+ DescribeTagsCommandInput,
1255
+ DescribeTagsCommandOutput,
1256
+ } from "./commands/DescribeTagsCommand";
1257
+ import {
1258
+ DescribeTrafficMirrorFiltersCommandInput,
1259
+ DescribeTrafficMirrorFiltersCommandOutput,
1260
+ } from "./commands/DescribeTrafficMirrorFiltersCommand";
1261
+ import {
1262
+ DescribeTrafficMirrorSessionsCommandInput,
1263
+ DescribeTrafficMirrorSessionsCommandOutput,
1264
+ } from "./commands/DescribeTrafficMirrorSessionsCommand";
1265
+ import {
1266
+ DescribeTrafficMirrorTargetsCommandInput,
1267
+ DescribeTrafficMirrorTargetsCommandOutput,
1268
+ } from "./commands/DescribeTrafficMirrorTargetsCommand";
1269
+ import {
1270
+ DescribeTransitGatewayAttachmentsCommandInput,
1271
+ DescribeTransitGatewayAttachmentsCommandOutput,
1272
+ } from "./commands/DescribeTransitGatewayAttachmentsCommand";
1273
+ import {
1274
+ DescribeTransitGatewayConnectPeersCommandInput,
1275
+ DescribeTransitGatewayConnectPeersCommandOutput,
1276
+ } from "./commands/DescribeTransitGatewayConnectPeersCommand";
1277
+ import {
1278
+ DescribeTransitGatewayConnectsCommandInput,
1279
+ DescribeTransitGatewayConnectsCommandOutput,
1280
+ } from "./commands/DescribeTransitGatewayConnectsCommand";
1281
+ import {
1282
+ DescribeTransitGatewayMulticastDomainsCommandInput,
1283
+ DescribeTransitGatewayMulticastDomainsCommandOutput,
1284
+ } from "./commands/DescribeTransitGatewayMulticastDomainsCommand";
1285
+ import {
1286
+ DescribeTransitGatewayPeeringAttachmentsCommandInput,
1287
+ DescribeTransitGatewayPeeringAttachmentsCommandOutput,
1288
+ } from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand";
1289
+ import {
1290
+ DescribeTransitGatewayPolicyTablesCommandInput,
1291
+ DescribeTransitGatewayPolicyTablesCommandOutput,
1292
+ } from "./commands/DescribeTransitGatewayPolicyTablesCommand";
1293
+ import {
1294
+ DescribeTransitGatewayRouteTableAnnouncementsCommandInput,
1295
+ DescribeTransitGatewayRouteTableAnnouncementsCommandOutput,
1296
+ } from "./commands/DescribeTransitGatewayRouteTableAnnouncementsCommand";
1297
+ import {
1298
+ DescribeTransitGatewayRouteTablesCommandInput,
1299
+ DescribeTransitGatewayRouteTablesCommandOutput,
1300
+ } from "./commands/DescribeTransitGatewayRouteTablesCommand";
1301
+ import {
1302
+ DescribeTransitGatewaysCommandInput,
1303
+ DescribeTransitGatewaysCommandOutput,
1304
+ } from "./commands/DescribeTransitGatewaysCommand";
1305
+ import {
1306
+ DescribeTransitGatewayVpcAttachmentsCommandInput,
1307
+ DescribeTransitGatewayVpcAttachmentsCommandOutput,
1308
+ } from "./commands/DescribeTransitGatewayVpcAttachmentsCommand";
1309
+ import {
1310
+ DescribeTrunkInterfaceAssociationsCommandInput,
1311
+ DescribeTrunkInterfaceAssociationsCommandOutput,
1312
+ } from "./commands/DescribeTrunkInterfaceAssociationsCommand";
1313
+ import {
1314
+ DescribeVolumeAttributeCommandInput,
1315
+ DescribeVolumeAttributeCommandOutput,
1316
+ } from "./commands/DescribeVolumeAttributeCommand";
1317
+ import {
1318
+ DescribeVolumesCommandInput,
1319
+ DescribeVolumesCommandOutput,
1320
+ } from "./commands/DescribeVolumesCommand";
1321
+ import {
1322
+ DescribeVolumesModificationsCommandInput,
1323
+ DescribeVolumesModificationsCommandOutput,
1324
+ } from "./commands/DescribeVolumesModificationsCommand";
1325
+ import {
1326
+ DescribeVolumeStatusCommandInput,
1327
+ DescribeVolumeStatusCommandOutput,
1328
+ } from "./commands/DescribeVolumeStatusCommand";
1329
+ import {
1330
+ DescribeVpcAttributeCommandInput,
1331
+ DescribeVpcAttributeCommandOutput,
1332
+ } from "./commands/DescribeVpcAttributeCommand";
1333
+ import {
1334
+ DescribeVpcClassicLinkCommandInput,
1335
+ DescribeVpcClassicLinkCommandOutput,
1336
+ } from "./commands/DescribeVpcClassicLinkCommand";
1337
+ import {
1338
+ DescribeVpcClassicLinkDnsSupportCommandInput,
1339
+ DescribeVpcClassicLinkDnsSupportCommandOutput,
1340
+ } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
1341
+ import {
1342
+ DescribeVpcEndpointConnectionNotificationsCommandInput,
1343
+ DescribeVpcEndpointConnectionNotificationsCommandOutput,
1344
+ } from "./commands/DescribeVpcEndpointConnectionNotificationsCommand";
1345
+ import {
1346
+ DescribeVpcEndpointConnectionsCommandInput,
1347
+ DescribeVpcEndpointConnectionsCommandOutput,
1348
+ } from "./commands/DescribeVpcEndpointConnectionsCommand";
1349
+ import {
1350
+ DescribeVpcEndpointsCommandInput,
1351
+ DescribeVpcEndpointsCommandOutput,
1352
+ } from "./commands/DescribeVpcEndpointsCommand";
1353
+ import {
1354
+ DescribeVpcEndpointServiceConfigurationsCommandInput,
1355
+ DescribeVpcEndpointServiceConfigurationsCommandOutput,
1356
+ } from "./commands/DescribeVpcEndpointServiceConfigurationsCommand";
1357
+ import {
1358
+ DescribeVpcEndpointServicePermissionsCommandInput,
1359
+ DescribeVpcEndpointServicePermissionsCommandOutput,
1360
+ } from "./commands/DescribeVpcEndpointServicePermissionsCommand";
1361
+ import {
1362
+ DescribeVpcEndpointServicesCommandInput,
1363
+ DescribeVpcEndpointServicesCommandOutput,
1364
+ } from "./commands/DescribeVpcEndpointServicesCommand";
1365
+ import {
1366
+ DescribeVpcPeeringConnectionsCommandInput,
1367
+ DescribeVpcPeeringConnectionsCommandOutput,
1368
+ } from "./commands/DescribeVpcPeeringConnectionsCommand";
1369
+ import {
1370
+ DescribeVpcsCommandInput,
1371
+ DescribeVpcsCommandOutput,
1372
+ } from "./commands/DescribeVpcsCommand";
1373
+ import {
1374
+ DescribeVpnConnectionsCommandInput,
1375
+ DescribeVpnConnectionsCommandOutput,
1376
+ } from "./commands/DescribeVpnConnectionsCommand";
1377
+ import {
1378
+ DescribeVpnGatewaysCommandInput,
1379
+ DescribeVpnGatewaysCommandOutput,
1380
+ } from "./commands/DescribeVpnGatewaysCommand";
1381
+ import {
1382
+ DetachClassicLinkVpcCommandInput,
1383
+ DetachClassicLinkVpcCommandOutput,
1384
+ } from "./commands/DetachClassicLinkVpcCommand";
1385
+ import {
1386
+ DetachInternetGatewayCommandInput,
1387
+ DetachInternetGatewayCommandOutput,
1388
+ } from "./commands/DetachInternetGatewayCommand";
1389
+ import {
1390
+ DetachNetworkInterfaceCommandInput,
1391
+ DetachNetworkInterfaceCommandOutput,
1392
+ } from "./commands/DetachNetworkInterfaceCommand";
1393
+ import {
1394
+ DetachVolumeCommandInput,
1395
+ DetachVolumeCommandOutput,
1396
+ } from "./commands/DetachVolumeCommand";
1397
+ import {
1398
+ DetachVpnGatewayCommandInput,
1399
+ DetachVpnGatewayCommandOutput,
1400
+ } from "./commands/DetachVpnGatewayCommand";
1401
+ import {
1402
+ DisableEbsEncryptionByDefaultCommandInput,
1403
+ DisableEbsEncryptionByDefaultCommandOutput,
1404
+ } from "./commands/DisableEbsEncryptionByDefaultCommand";
1405
+ import {
1406
+ DisableFastLaunchCommandInput,
1407
+ DisableFastLaunchCommandOutput,
1408
+ } from "./commands/DisableFastLaunchCommand";
1409
+ import {
1410
+ DisableFastSnapshotRestoresCommandInput,
1411
+ DisableFastSnapshotRestoresCommandOutput,
1412
+ } from "./commands/DisableFastSnapshotRestoresCommand";
1413
+ import {
1414
+ DisableImageDeprecationCommandInput,
1415
+ DisableImageDeprecationCommandOutput,
1416
+ } from "./commands/DisableImageDeprecationCommand";
1417
+ import {
1418
+ DisableIpamOrganizationAdminAccountCommandInput,
1419
+ DisableIpamOrganizationAdminAccountCommandOutput,
1420
+ } from "./commands/DisableIpamOrganizationAdminAccountCommand";
1421
+ import {
1422
+ DisableSerialConsoleAccessCommandInput,
1423
+ DisableSerialConsoleAccessCommandOutput,
1424
+ } from "./commands/DisableSerialConsoleAccessCommand";
1425
+ import {
1426
+ DisableTransitGatewayRouteTablePropagationCommandInput,
1427
+ DisableTransitGatewayRouteTablePropagationCommandOutput,
1428
+ } from "./commands/DisableTransitGatewayRouteTablePropagationCommand";
1429
+ import {
1430
+ DisableVgwRoutePropagationCommandInput,
1431
+ DisableVgwRoutePropagationCommandOutput,
1432
+ } from "./commands/DisableVgwRoutePropagationCommand";
1433
+ import {
1434
+ DisableVpcClassicLinkCommandInput,
1435
+ DisableVpcClassicLinkCommandOutput,
1436
+ } from "./commands/DisableVpcClassicLinkCommand";
1437
+ import {
1438
+ DisableVpcClassicLinkDnsSupportCommandInput,
1439
+ DisableVpcClassicLinkDnsSupportCommandOutput,
1440
+ } from "./commands/DisableVpcClassicLinkDnsSupportCommand";
1441
+ import {
1442
+ DisassociateAddressCommandInput,
1443
+ DisassociateAddressCommandOutput,
1444
+ } from "./commands/DisassociateAddressCommand";
1445
+ import {
1446
+ DisassociateClientVpnTargetNetworkCommandInput,
1447
+ DisassociateClientVpnTargetNetworkCommandOutput,
1448
+ } from "./commands/DisassociateClientVpnTargetNetworkCommand";
1449
+ import {
1450
+ DisassociateEnclaveCertificateIamRoleCommandInput,
1451
+ DisassociateEnclaveCertificateIamRoleCommandOutput,
1452
+ } from "./commands/DisassociateEnclaveCertificateIamRoleCommand";
1453
+ import {
1454
+ DisassociateIamInstanceProfileCommandInput,
1455
+ DisassociateIamInstanceProfileCommandOutput,
1456
+ } from "./commands/DisassociateIamInstanceProfileCommand";
1457
+ import {
1458
+ DisassociateInstanceEventWindowCommandInput,
1459
+ DisassociateInstanceEventWindowCommandOutput,
1460
+ } from "./commands/DisassociateInstanceEventWindowCommand";
1461
+ import {
1462
+ DisassociateRouteTableCommandInput,
1463
+ DisassociateRouteTableCommandOutput,
1464
+ } from "./commands/DisassociateRouteTableCommand";
1465
+ import {
1466
+ DisassociateSubnetCidrBlockCommandInput,
1467
+ DisassociateSubnetCidrBlockCommandOutput,
1468
+ } from "./commands/DisassociateSubnetCidrBlockCommand";
1469
+ import {
1470
+ DisassociateTransitGatewayMulticastDomainCommandInput,
1471
+ DisassociateTransitGatewayMulticastDomainCommandOutput,
1472
+ } from "./commands/DisassociateTransitGatewayMulticastDomainCommand";
1473
+ import {
1474
+ DisassociateTransitGatewayPolicyTableCommandInput,
1475
+ DisassociateTransitGatewayPolicyTableCommandOutput,
1476
+ } from "./commands/DisassociateTransitGatewayPolicyTableCommand";
1477
+ import {
1478
+ DisassociateTransitGatewayRouteTableCommandInput,
1479
+ DisassociateTransitGatewayRouteTableCommandOutput,
1480
+ } from "./commands/DisassociateTransitGatewayRouteTableCommand";
1481
+ import {
1482
+ DisassociateTrunkInterfaceCommandInput,
1483
+ DisassociateTrunkInterfaceCommandOutput,
1484
+ } from "./commands/DisassociateTrunkInterfaceCommand";
1485
+ import {
1486
+ DisassociateVpcCidrBlockCommandInput,
1487
+ DisassociateVpcCidrBlockCommandOutput,
1488
+ } from "./commands/DisassociateVpcCidrBlockCommand";
1489
+ import {
1490
+ EnableEbsEncryptionByDefaultCommandInput,
1491
+ EnableEbsEncryptionByDefaultCommandOutput,
1492
+ } from "./commands/EnableEbsEncryptionByDefaultCommand";
1493
+ import {
1494
+ EnableFastLaunchCommandInput,
1495
+ EnableFastLaunchCommandOutput,
1496
+ } from "./commands/EnableFastLaunchCommand";
1497
+ import {
1498
+ EnableFastSnapshotRestoresCommandInput,
1499
+ EnableFastSnapshotRestoresCommandOutput,
1500
+ } from "./commands/EnableFastSnapshotRestoresCommand";
1501
+ import {
1502
+ EnableImageDeprecationCommandInput,
1503
+ EnableImageDeprecationCommandOutput,
1504
+ } from "./commands/EnableImageDeprecationCommand";
1505
+ import {
1506
+ EnableIpamOrganizationAdminAccountCommandInput,
1507
+ EnableIpamOrganizationAdminAccountCommandOutput,
1508
+ } from "./commands/EnableIpamOrganizationAdminAccountCommand";
1509
+ import {
1510
+ EnableSerialConsoleAccessCommandInput,
1511
+ EnableSerialConsoleAccessCommandOutput,
1512
+ } from "./commands/EnableSerialConsoleAccessCommand";
1513
+ import {
1514
+ EnableTransitGatewayRouteTablePropagationCommandInput,
1515
+ EnableTransitGatewayRouteTablePropagationCommandOutput,
1516
+ } from "./commands/EnableTransitGatewayRouteTablePropagationCommand";
1517
+ import {
1518
+ EnableVgwRoutePropagationCommandInput,
1519
+ EnableVgwRoutePropagationCommandOutput,
1520
+ } from "./commands/EnableVgwRoutePropagationCommand";
1521
+ import {
1522
+ EnableVolumeIOCommandInput,
1523
+ EnableVolumeIOCommandOutput,
1524
+ } from "./commands/EnableVolumeIOCommand";
1525
+ import {
1526
+ EnableVpcClassicLinkCommandInput,
1527
+ EnableVpcClassicLinkCommandOutput,
1528
+ } from "./commands/EnableVpcClassicLinkCommand";
1529
+ import {
1530
+ EnableVpcClassicLinkDnsSupportCommandInput,
1531
+ EnableVpcClassicLinkDnsSupportCommandOutput,
1532
+ } from "./commands/EnableVpcClassicLinkDnsSupportCommand";
1533
+ import {
1534
+ ExportClientVpnClientCertificateRevocationListCommandInput,
1535
+ ExportClientVpnClientCertificateRevocationListCommandOutput,
1536
+ } from "./commands/ExportClientVpnClientCertificateRevocationListCommand";
1537
+ import {
1538
+ ExportClientVpnClientConfigurationCommandInput,
1539
+ ExportClientVpnClientConfigurationCommandOutput,
1540
+ } from "./commands/ExportClientVpnClientConfigurationCommand";
1541
+ import {
1542
+ ExportImageCommandInput,
1543
+ ExportImageCommandOutput,
1544
+ } from "./commands/ExportImageCommand";
1545
+ import {
1546
+ ExportTransitGatewayRoutesCommandInput,
1547
+ ExportTransitGatewayRoutesCommandOutput,
1548
+ } from "./commands/ExportTransitGatewayRoutesCommand";
1549
+ import {
1550
+ GetAssociatedEnclaveCertificateIamRolesCommandInput,
1551
+ GetAssociatedEnclaveCertificateIamRolesCommandOutput,
1552
+ } from "./commands/GetAssociatedEnclaveCertificateIamRolesCommand";
1553
+ import {
1554
+ GetAssociatedIpv6PoolCidrsCommandInput,
1555
+ GetAssociatedIpv6PoolCidrsCommandOutput,
1556
+ } from "./commands/GetAssociatedIpv6PoolCidrsCommand";
1557
+ import {
1558
+ GetCapacityReservationUsageCommandInput,
1559
+ GetCapacityReservationUsageCommandOutput,
1560
+ } from "./commands/GetCapacityReservationUsageCommand";
1561
+ import {
1562
+ GetCoipPoolUsageCommandInput,
1563
+ GetCoipPoolUsageCommandOutput,
1564
+ } from "./commands/GetCoipPoolUsageCommand";
1565
+ import {
1566
+ GetConsoleOutputCommandInput,
1567
+ GetConsoleOutputCommandOutput,
1568
+ } from "./commands/GetConsoleOutputCommand";
1569
+ import {
1570
+ GetConsoleScreenshotCommandInput,
1571
+ GetConsoleScreenshotCommandOutput,
1572
+ } from "./commands/GetConsoleScreenshotCommand";
1573
+ import {
1574
+ GetDefaultCreditSpecificationCommandInput,
1575
+ GetDefaultCreditSpecificationCommandOutput,
1576
+ } from "./commands/GetDefaultCreditSpecificationCommand";
1577
+ import {
1578
+ GetEbsDefaultKmsKeyIdCommandInput,
1579
+ GetEbsDefaultKmsKeyIdCommandOutput,
1580
+ } from "./commands/GetEbsDefaultKmsKeyIdCommand";
1581
+ import {
1582
+ GetEbsEncryptionByDefaultCommandInput,
1583
+ GetEbsEncryptionByDefaultCommandOutput,
1584
+ } from "./commands/GetEbsEncryptionByDefaultCommand";
1585
+ import {
1586
+ GetFlowLogsIntegrationTemplateCommandInput,
1587
+ GetFlowLogsIntegrationTemplateCommandOutput,
1588
+ } from "./commands/GetFlowLogsIntegrationTemplateCommand";
1589
+ import {
1590
+ GetGroupsForCapacityReservationCommandInput,
1591
+ GetGroupsForCapacityReservationCommandOutput,
1592
+ } from "./commands/GetGroupsForCapacityReservationCommand";
1593
+ import {
1594
+ GetHostReservationPurchasePreviewCommandInput,
1595
+ GetHostReservationPurchasePreviewCommandOutput,
1596
+ } from "./commands/GetHostReservationPurchasePreviewCommand";
1597
+ import {
1598
+ GetInstanceTypesFromInstanceRequirementsCommandInput,
1599
+ GetInstanceTypesFromInstanceRequirementsCommandOutput,
1600
+ } from "./commands/GetInstanceTypesFromInstanceRequirementsCommand";
1601
+ import {
1602
+ GetInstanceUefiDataCommandInput,
1603
+ GetInstanceUefiDataCommandOutput,
1604
+ } from "./commands/GetInstanceUefiDataCommand";
1605
+ import {
1606
+ GetIpamAddressHistoryCommandInput,
1607
+ GetIpamAddressHistoryCommandOutput,
1608
+ } from "./commands/GetIpamAddressHistoryCommand";
1609
+ import {
1610
+ GetIpamPoolAllocationsCommandInput,
1611
+ GetIpamPoolAllocationsCommandOutput,
1612
+ } from "./commands/GetIpamPoolAllocationsCommand";
1613
+ import {
1614
+ GetIpamPoolCidrsCommandInput,
1615
+ GetIpamPoolCidrsCommandOutput,
1616
+ } from "./commands/GetIpamPoolCidrsCommand";
1617
+ import {
1618
+ GetIpamResourceCidrsCommandInput,
1619
+ GetIpamResourceCidrsCommandOutput,
1620
+ } from "./commands/GetIpamResourceCidrsCommand";
1621
+ import {
1622
+ GetLaunchTemplateDataCommandInput,
1623
+ GetLaunchTemplateDataCommandOutput,
1624
+ } from "./commands/GetLaunchTemplateDataCommand";
1625
+ import {
1626
+ GetManagedPrefixListAssociationsCommandInput,
1627
+ GetManagedPrefixListAssociationsCommandOutput,
1628
+ } from "./commands/GetManagedPrefixListAssociationsCommand";
1629
+ import {
1630
+ GetManagedPrefixListEntriesCommandInput,
1631
+ GetManagedPrefixListEntriesCommandOutput,
1632
+ } from "./commands/GetManagedPrefixListEntriesCommand";
1633
+ import {
1634
+ GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput,
1635
+ GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput,
1636
+ } from "./commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand";
1637
+ import {
1638
+ GetNetworkInsightsAccessScopeContentCommandInput,
1639
+ GetNetworkInsightsAccessScopeContentCommandOutput,
1640
+ } from "./commands/GetNetworkInsightsAccessScopeContentCommand";
1641
+ import {
1642
+ GetPasswordDataCommandInput,
1643
+ GetPasswordDataCommandOutput,
1644
+ } from "./commands/GetPasswordDataCommand";
1645
+ import {
1646
+ GetReservedInstancesExchangeQuoteCommandInput,
1647
+ GetReservedInstancesExchangeQuoteCommandOutput,
1648
+ } from "./commands/GetReservedInstancesExchangeQuoteCommand";
1649
+ import {
1650
+ GetSerialConsoleAccessStatusCommandInput,
1651
+ GetSerialConsoleAccessStatusCommandOutput,
1652
+ } from "./commands/GetSerialConsoleAccessStatusCommand";
1653
+ import {
1654
+ GetSpotPlacementScoresCommandInput,
1655
+ GetSpotPlacementScoresCommandOutput,
1656
+ } from "./commands/GetSpotPlacementScoresCommand";
1657
+ import {
1658
+ GetSubnetCidrReservationsCommandInput,
1659
+ GetSubnetCidrReservationsCommandOutput,
1660
+ } from "./commands/GetSubnetCidrReservationsCommand";
1661
+ import {
1662
+ GetTransitGatewayAttachmentPropagationsCommandInput,
1663
+ GetTransitGatewayAttachmentPropagationsCommandOutput,
1664
+ } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
1665
+ import {
1666
+ GetTransitGatewayMulticastDomainAssociationsCommandInput,
1667
+ GetTransitGatewayMulticastDomainAssociationsCommandOutput,
1668
+ } from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand";
1669
+ import {
1670
+ GetTransitGatewayPolicyTableAssociationsCommandInput,
1671
+ GetTransitGatewayPolicyTableAssociationsCommandOutput,
1672
+ } from "./commands/GetTransitGatewayPolicyTableAssociationsCommand";
1673
+ import {
1674
+ GetTransitGatewayPolicyTableEntriesCommandInput,
1675
+ GetTransitGatewayPolicyTableEntriesCommandOutput,
1676
+ } from "./commands/GetTransitGatewayPolicyTableEntriesCommand";
1677
+ import {
1678
+ GetTransitGatewayPrefixListReferencesCommandInput,
1679
+ GetTransitGatewayPrefixListReferencesCommandOutput,
1680
+ } from "./commands/GetTransitGatewayPrefixListReferencesCommand";
1681
+ import {
1682
+ GetTransitGatewayRouteTableAssociationsCommandInput,
1683
+ GetTransitGatewayRouteTableAssociationsCommandOutput,
1684
+ } from "./commands/GetTransitGatewayRouteTableAssociationsCommand";
1685
+ import {
1686
+ GetTransitGatewayRouteTablePropagationsCommandInput,
1687
+ GetTransitGatewayRouteTablePropagationsCommandOutput,
1688
+ } from "./commands/GetTransitGatewayRouteTablePropagationsCommand";
1689
+ import {
1690
+ GetVpnConnectionDeviceSampleConfigurationCommandInput,
1691
+ GetVpnConnectionDeviceSampleConfigurationCommandOutput,
1692
+ } from "./commands/GetVpnConnectionDeviceSampleConfigurationCommand";
1693
+ import {
1694
+ GetVpnConnectionDeviceTypesCommandInput,
1695
+ GetVpnConnectionDeviceTypesCommandOutput,
1696
+ } from "./commands/GetVpnConnectionDeviceTypesCommand";
1697
+ import {
1698
+ ImportClientVpnClientCertificateRevocationListCommandInput,
1699
+ ImportClientVpnClientCertificateRevocationListCommandOutput,
1700
+ } from "./commands/ImportClientVpnClientCertificateRevocationListCommand";
1701
+ import {
1702
+ ImportImageCommandInput,
1703
+ ImportImageCommandOutput,
1704
+ } from "./commands/ImportImageCommand";
1705
+ import {
1706
+ ImportInstanceCommandInput,
1707
+ ImportInstanceCommandOutput,
1708
+ } from "./commands/ImportInstanceCommand";
1709
+ import {
1710
+ ImportKeyPairCommandInput,
1711
+ ImportKeyPairCommandOutput,
1712
+ } from "./commands/ImportKeyPairCommand";
1713
+ import {
1714
+ ImportSnapshotCommandInput,
1715
+ ImportSnapshotCommandOutput,
1716
+ } from "./commands/ImportSnapshotCommand";
1717
+ import {
1718
+ ImportVolumeCommandInput,
1719
+ ImportVolumeCommandOutput,
1720
+ } from "./commands/ImportVolumeCommand";
1721
+ import {
1722
+ ListImagesInRecycleBinCommandInput,
1723
+ ListImagesInRecycleBinCommandOutput,
1724
+ } from "./commands/ListImagesInRecycleBinCommand";
1725
+ import {
1726
+ ListSnapshotsInRecycleBinCommandInput,
1727
+ ListSnapshotsInRecycleBinCommandOutput,
1728
+ } from "./commands/ListSnapshotsInRecycleBinCommand";
1729
+ import {
1730
+ ModifyAddressAttributeCommandInput,
1731
+ ModifyAddressAttributeCommandOutput,
1732
+ } from "./commands/ModifyAddressAttributeCommand";
1733
+ import {
1734
+ ModifyAvailabilityZoneGroupCommandInput,
1735
+ ModifyAvailabilityZoneGroupCommandOutput,
1736
+ } from "./commands/ModifyAvailabilityZoneGroupCommand";
1737
+ import {
1738
+ ModifyCapacityReservationCommandInput,
1739
+ ModifyCapacityReservationCommandOutput,
1740
+ } from "./commands/ModifyCapacityReservationCommand";
1741
+ import {
1742
+ ModifyCapacityReservationFleetCommandInput,
1743
+ ModifyCapacityReservationFleetCommandOutput,
1744
+ } from "./commands/ModifyCapacityReservationFleetCommand";
1745
+ import {
1746
+ ModifyClientVpnEndpointCommandInput,
1747
+ ModifyClientVpnEndpointCommandOutput,
1748
+ } from "./commands/ModifyClientVpnEndpointCommand";
1749
+ import {
1750
+ ModifyDefaultCreditSpecificationCommandInput,
1751
+ ModifyDefaultCreditSpecificationCommandOutput,
1752
+ } from "./commands/ModifyDefaultCreditSpecificationCommand";
1753
+ import {
1754
+ ModifyEbsDefaultKmsKeyIdCommandInput,
1755
+ ModifyEbsDefaultKmsKeyIdCommandOutput,
1756
+ } from "./commands/ModifyEbsDefaultKmsKeyIdCommand";
1757
+ import {
1758
+ ModifyFleetCommandInput,
1759
+ ModifyFleetCommandOutput,
1760
+ } from "./commands/ModifyFleetCommand";
1761
+ import {
1762
+ ModifyFpgaImageAttributeCommandInput,
1763
+ ModifyFpgaImageAttributeCommandOutput,
1764
+ } from "./commands/ModifyFpgaImageAttributeCommand";
1765
+ import {
1766
+ ModifyHostsCommandInput,
1767
+ ModifyHostsCommandOutput,
1768
+ } from "./commands/ModifyHostsCommand";
1769
+ import {
1770
+ ModifyIdentityIdFormatCommandInput,
1771
+ ModifyIdentityIdFormatCommandOutput,
1772
+ } from "./commands/ModifyIdentityIdFormatCommand";
1773
+ import {
1774
+ ModifyIdFormatCommandInput,
1775
+ ModifyIdFormatCommandOutput,
1776
+ } from "./commands/ModifyIdFormatCommand";
1777
+ import {
1778
+ ModifyImageAttributeCommandInput,
1779
+ ModifyImageAttributeCommandOutput,
1780
+ } from "./commands/ModifyImageAttributeCommand";
1781
+ import {
1782
+ ModifyInstanceAttributeCommandInput,
1783
+ ModifyInstanceAttributeCommandOutput,
1784
+ } from "./commands/ModifyInstanceAttributeCommand";
1785
+ import {
1786
+ ModifyInstanceCapacityReservationAttributesCommandInput,
1787
+ ModifyInstanceCapacityReservationAttributesCommandOutput,
1788
+ } from "./commands/ModifyInstanceCapacityReservationAttributesCommand";
1789
+ import {
1790
+ ModifyInstanceCreditSpecificationCommandInput,
1791
+ ModifyInstanceCreditSpecificationCommandOutput,
1792
+ } from "./commands/ModifyInstanceCreditSpecificationCommand";
1793
+ import {
1794
+ ModifyInstanceEventStartTimeCommandInput,
1795
+ ModifyInstanceEventStartTimeCommandOutput,
1796
+ } from "./commands/ModifyInstanceEventStartTimeCommand";
1797
+ import {
1798
+ ModifyInstanceEventWindowCommandInput,
1799
+ ModifyInstanceEventWindowCommandOutput,
1800
+ } from "./commands/ModifyInstanceEventWindowCommand";
1801
+ import {
1802
+ ModifyInstanceMaintenanceOptionsCommandInput,
1803
+ ModifyInstanceMaintenanceOptionsCommandOutput,
1804
+ } from "./commands/ModifyInstanceMaintenanceOptionsCommand";
1805
+ import {
1806
+ ModifyInstanceMetadataOptionsCommandInput,
1807
+ ModifyInstanceMetadataOptionsCommandOutput,
1808
+ } from "./commands/ModifyInstanceMetadataOptionsCommand";
1809
+ import {
1810
+ ModifyInstancePlacementCommandInput,
1811
+ ModifyInstancePlacementCommandOutput,
1812
+ } from "./commands/ModifyInstancePlacementCommand";
1813
+ import {
1814
+ ModifyIpamCommandInput,
1815
+ ModifyIpamCommandOutput,
1816
+ } from "./commands/ModifyIpamCommand";
1817
+ import {
1818
+ ModifyIpamPoolCommandInput,
1819
+ ModifyIpamPoolCommandOutput,
1820
+ } from "./commands/ModifyIpamPoolCommand";
1821
+ import {
1822
+ ModifyIpamResourceCidrCommandInput,
1823
+ ModifyIpamResourceCidrCommandOutput,
1824
+ } from "./commands/ModifyIpamResourceCidrCommand";
1825
+ import {
1826
+ ModifyIpamScopeCommandInput,
1827
+ ModifyIpamScopeCommandOutput,
1828
+ } from "./commands/ModifyIpamScopeCommand";
1829
+ import {
1830
+ ModifyLaunchTemplateCommandInput,
1831
+ ModifyLaunchTemplateCommandOutput,
1832
+ } from "./commands/ModifyLaunchTemplateCommand";
1833
+ import {
1834
+ ModifyLocalGatewayRouteCommandInput,
1835
+ ModifyLocalGatewayRouteCommandOutput,
1836
+ } from "./commands/ModifyLocalGatewayRouteCommand";
1837
+ import {
1838
+ ModifyManagedPrefixListCommandInput,
1839
+ ModifyManagedPrefixListCommandOutput,
1840
+ } from "./commands/ModifyManagedPrefixListCommand";
1841
+ import {
1842
+ ModifyNetworkInterfaceAttributeCommandInput,
1843
+ ModifyNetworkInterfaceAttributeCommandOutput,
1844
+ } from "./commands/ModifyNetworkInterfaceAttributeCommand";
1845
+ import {
1846
+ ModifyPrivateDnsNameOptionsCommandInput,
1847
+ ModifyPrivateDnsNameOptionsCommandOutput,
1848
+ } from "./commands/ModifyPrivateDnsNameOptionsCommand";
1849
+ import {
1850
+ ModifyReservedInstancesCommandInput,
1851
+ ModifyReservedInstancesCommandOutput,
1852
+ } from "./commands/ModifyReservedInstancesCommand";
1853
+ import {
1854
+ ModifySecurityGroupRulesCommandInput,
1855
+ ModifySecurityGroupRulesCommandOutput,
1856
+ } from "./commands/ModifySecurityGroupRulesCommand";
1857
+ import {
1858
+ ModifySnapshotAttributeCommandInput,
1859
+ ModifySnapshotAttributeCommandOutput,
1860
+ } from "./commands/ModifySnapshotAttributeCommand";
1861
+ import {
1862
+ ModifySnapshotTierCommandInput,
1863
+ ModifySnapshotTierCommandOutput,
1864
+ } from "./commands/ModifySnapshotTierCommand";
1865
+ import {
1866
+ ModifySpotFleetRequestCommandInput,
1867
+ ModifySpotFleetRequestCommandOutput,
1868
+ } from "./commands/ModifySpotFleetRequestCommand";
1869
+ import {
1870
+ ModifySubnetAttributeCommandInput,
1871
+ ModifySubnetAttributeCommandOutput,
1872
+ } from "./commands/ModifySubnetAttributeCommand";
1873
+ import {
1874
+ ModifyTrafficMirrorFilterNetworkServicesCommandInput,
1875
+ ModifyTrafficMirrorFilterNetworkServicesCommandOutput,
1876
+ } from "./commands/ModifyTrafficMirrorFilterNetworkServicesCommand";
1877
+ import {
1878
+ ModifyTrafficMirrorFilterRuleCommandInput,
1879
+ ModifyTrafficMirrorFilterRuleCommandOutput,
1880
+ } from "./commands/ModifyTrafficMirrorFilterRuleCommand";
1881
+ import {
1882
+ ModifyTrafficMirrorSessionCommandInput,
1883
+ ModifyTrafficMirrorSessionCommandOutput,
1884
+ } from "./commands/ModifyTrafficMirrorSessionCommand";
1885
+ import {
1886
+ ModifyTransitGatewayCommandInput,
1887
+ ModifyTransitGatewayCommandOutput,
1888
+ } from "./commands/ModifyTransitGatewayCommand";
1889
+ import {
1890
+ ModifyTransitGatewayPrefixListReferenceCommandInput,
1891
+ ModifyTransitGatewayPrefixListReferenceCommandOutput,
1892
+ } from "./commands/ModifyTransitGatewayPrefixListReferenceCommand";
1893
+ import {
1894
+ ModifyTransitGatewayVpcAttachmentCommandInput,
1895
+ ModifyTransitGatewayVpcAttachmentCommandOutput,
1896
+ } from "./commands/ModifyTransitGatewayVpcAttachmentCommand";
1897
+ import {
1898
+ ModifyVolumeAttributeCommandInput,
1899
+ ModifyVolumeAttributeCommandOutput,
1900
+ } from "./commands/ModifyVolumeAttributeCommand";
1901
+ import {
1902
+ ModifyVolumeCommandInput,
1903
+ ModifyVolumeCommandOutput,
1904
+ } from "./commands/ModifyVolumeCommand";
1905
+ import {
1906
+ ModifyVpcAttributeCommandInput,
1907
+ ModifyVpcAttributeCommandOutput,
1908
+ } from "./commands/ModifyVpcAttributeCommand";
1909
+ import {
1910
+ ModifyVpcEndpointCommandInput,
1911
+ ModifyVpcEndpointCommandOutput,
1912
+ } from "./commands/ModifyVpcEndpointCommand";
1913
+ import {
1914
+ ModifyVpcEndpointConnectionNotificationCommandInput,
1915
+ ModifyVpcEndpointConnectionNotificationCommandOutput,
1916
+ } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
1917
+ import {
1918
+ ModifyVpcEndpointServiceConfigurationCommandInput,
1919
+ ModifyVpcEndpointServiceConfigurationCommandOutput,
1920
+ } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
1921
+ import {
1922
+ ModifyVpcEndpointServicePayerResponsibilityCommandInput,
1923
+ ModifyVpcEndpointServicePayerResponsibilityCommandOutput,
1924
+ } from "./commands/ModifyVpcEndpointServicePayerResponsibilityCommand";
1925
+ import {
1926
+ ModifyVpcEndpointServicePermissionsCommandInput,
1927
+ ModifyVpcEndpointServicePermissionsCommandOutput,
1928
+ } from "./commands/ModifyVpcEndpointServicePermissionsCommand";
1929
+ import {
1930
+ ModifyVpcPeeringConnectionOptionsCommandInput,
1931
+ ModifyVpcPeeringConnectionOptionsCommandOutput,
1932
+ } from "./commands/ModifyVpcPeeringConnectionOptionsCommand";
1933
+ import {
1934
+ ModifyVpcTenancyCommandInput,
1935
+ ModifyVpcTenancyCommandOutput,
1936
+ } from "./commands/ModifyVpcTenancyCommand";
1937
+ import {
1938
+ ModifyVpnConnectionCommandInput,
1939
+ ModifyVpnConnectionCommandOutput,
1940
+ } from "./commands/ModifyVpnConnectionCommand";
1941
+ import {
1942
+ ModifyVpnConnectionOptionsCommandInput,
1943
+ ModifyVpnConnectionOptionsCommandOutput,
1944
+ } from "./commands/ModifyVpnConnectionOptionsCommand";
1945
+ import {
1946
+ ModifyVpnTunnelCertificateCommandInput,
1947
+ ModifyVpnTunnelCertificateCommandOutput,
1948
+ } from "./commands/ModifyVpnTunnelCertificateCommand";
1949
+ import {
1950
+ ModifyVpnTunnelOptionsCommandInput,
1951
+ ModifyVpnTunnelOptionsCommandOutput,
1952
+ } from "./commands/ModifyVpnTunnelOptionsCommand";
1953
+ import {
1954
+ MonitorInstancesCommandInput,
1955
+ MonitorInstancesCommandOutput,
1956
+ } from "./commands/MonitorInstancesCommand";
1957
+ import {
1958
+ MoveAddressToVpcCommandInput,
1959
+ MoveAddressToVpcCommandOutput,
1960
+ } from "./commands/MoveAddressToVpcCommand";
1961
+ import {
1962
+ MoveByoipCidrToIpamCommandInput,
1963
+ MoveByoipCidrToIpamCommandOutput,
1964
+ } from "./commands/MoveByoipCidrToIpamCommand";
1965
+ import {
1966
+ ProvisionByoipCidrCommandInput,
1967
+ ProvisionByoipCidrCommandOutput,
1968
+ } from "./commands/ProvisionByoipCidrCommand";
1969
+ import {
1970
+ ProvisionIpamPoolCidrCommandInput,
1971
+ ProvisionIpamPoolCidrCommandOutput,
1972
+ } from "./commands/ProvisionIpamPoolCidrCommand";
1973
+ import {
1974
+ ProvisionPublicIpv4PoolCidrCommandInput,
1975
+ ProvisionPublicIpv4PoolCidrCommandOutput,
1976
+ } from "./commands/ProvisionPublicIpv4PoolCidrCommand";
1977
+ import {
1978
+ PurchaseHostReservationCommandInput,
1979
+ PurchaseHostReservationCommandOutput,
1980
+ } from "./commands/PurchaseHostReservationCommand";
1981
+ import {
1982
+ PurchaseReservedInstancesOfferingCommandInput,
1983
+ PurchaseReservedInstancesOfferingCommandOutput,
1984
+ } from "./commands/PurchaseReservedInstancesOfferingCommand";
1985
+ import {
1986
+ PurchaseScheduledInstancesCommandInput,
1987
+ PurchaseScheduledInstancesCommandOutput,
1988
+ } from "./commands/PurchaseScheduledInstancesCommand";
1989
+ import {
1990
+ RebootInstancesCommandInput,
1991
+ RebootInstancesCommandOutput,
1992
+ } from "./commands/RebootInstancesCommand";
1993
+ import {
1994
+ RegisterImageCommandInput,
1995
+ RegisterImageCommandOutput,
1996
+ } from "./commands/RegisterImageCommand";
1997
+ import {
1998
+ RegisterInstanceEventNotificationAttributesCommandInput,
1999
+ RegisterInstanceEventNotificationAttributesCommandOutput,
2000
+ } from "./commands/RegisterInstanceEventNotificationAttributesCommand";
2001
+ import {
2002
+ RegisterTransitGatewayMulticastGroupMembersCommandInput,
2003
+ RegisterTransitGatewayMulticastGroupMembersCommandOutput,
2004
+ } from "./commands/RegisterTransitGatewayMulticastGroupMembersCommand";
2005
+ import {
2006
+ RegisterTransitGatewayMulticastGroupSourcesCommandInput,
2007
+ RegisterTransitGatewayMulticastGroupSourcesCommandOutput,
2008
+ } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
2009
+ import {
2010
+ RejectTransitGatewayMulticastDomainAssociationsCommandInput,
2011
+ RejectTransitGatewayMulticastDomainAssociationsCommandOutput,
2012
+ } from "./commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
2013
+ import {
2014
+ RejectTransitGatewayPeeringAttachmentCommandInput,
2015
+ RejectTransitGatewayPeeringAttachmentCommandOutput,
2016
+ } from "./commands/RejectTransitGatewayPeeringAttachmentCommand";
2017
+ import {
2018
+ RejectTransitGatewayVpcAttachmentCommandInput,
2019
+ RejectTransitGatewayVpcAttachmentCommandOutput,
2020
+ } from "./commands/RejectTransitGatewayVpcAttachmentCommand";
2021
+ import {
2022
+ RejectVpcEndpointConnectionsCommandInput,
2023
+ RejectVpcEndpointConnectionsCommandOutput,
2024
+ } from "./commands/RejectVpcEndpointConnectionsCommand";
2025
+ import {
2026
+ RejectVpcPeeringConnectionCommandInput,
2027
+ RejectVpcPeeringConnectionCommandOutput,
2028
+ } from "./commands/RejectVpcPeeringConnectionCommand";
2029
+ import {
2030
+ ReleaseAddressCommandInput,
2031
+ ReleaseAddressCommandOutput,
2032
+ } from "./commands/ReleaseAddressCommand";
2033
+ import {
2034
+ ReleaseHostsCommandInput,
2035
+ ReleaseHostsCommandOutput,
2036
+ } from "./commands/ReleaseHostsCommand";
2037
+ import {
2038
+ ReleaseIpamPoolAllocationCommandInput,
2039
+ ReleaseIpamPoolAllocationCommandOutput,
2040
+ } from "./commands/ReleaseIpamPoolAllocationCommand";
2041
+ import {
2042
+ ReplaceIamInstanceProfileAssociationCommandInput,
2043
+ ReplaceIamInstanceProfileAssociationCommandOutput,
2044
+ } from "./commands/ReplaceIamInstanceProfileAssociationCommand";
2045
+ import {
2046
+ ReplaceNetworkAclAssociationCommandInput,
2047
+ ReplaceNetworkAclAssociationCommandOutput,
2048
+ } from "./commands/ReplaceNetworkAclAssociationCommand";
2049
+ import {
2050
+ ReplaceNetworkAclEntryCommandInput,
2051
+ ReplaceNetworkAclEntryCommandOutput,
2052
+ } from "./commands/ReplaceNetworkAclEntryCommand";
2053
+ import {
2054
+ ReplaceRouteCommandInput,
2055
+ ReplaceRouteCommandOutput,
2056
+ } from "./commands/ReplaceRouteCommand";
2057
+ import {
2058
+ ReplaceRouteTableAssociationCommandInput,
2059
+ ReplaceRouteTableAssociationCommandOutput,
2060
+ } from "./commands/ReplaceRouteTableAssociationCommand";
2061
+ import {
2062
+ ReplaceTransitGatewayRouteCommandInput,
2063
+ ReplaceTransitGatewayRouteCommandOutput,
2064
+ } from "./commands/ReplaceTransitGatewayRouteCommand";
2065
+ import {
2066
+ ReportInstanceStatusCommandInput,
2067
+ ReportInstanceStatusCommandOutput,
2068
+ } from "./commands/ReportInstanceStatusCommand";
2069
+ import {
2070
+ RequestSpotFleetCommandInput,
2071
+ RequestSpotFleetCommandOutput,
2072
+ } from "./commands/RequestSpotFleetCommand";
2073
+ import {
2074
+ RequestSpotInstancesCommandInput,
2075
+ RequestSpotInstancesCommandOutput,
2076
+ } from "./commands/RequestSpotInstancesCommand";
2077
+ import {
2078
+ ResetAddressAttributeCommandInput,
2079
+ ResetAddressAttributeCommandOutput,
2080
+ } from "./commands/ResetAddressAttributeCommand";
2081
+ import {
2082
+ ResetEbsDefaultKmsKeyIdCommandInput,
2083
+ ResetEbsDefaultKmsKeyIdCommandOutput,
2084
+ } from "./commands/ResetEbsDefaultKmsKeyIdCommand";
2085
+ import {
2086
+ ResetFpgaImageAttributeCommandInput,
2087
+ ResetFpgaImageAttributeCommandOutput,
2088
+ } from "./commands/ResetFpgaImageAttributeCommand";
2089
+ import {
2090
+ ResetImageAttributeCommandInput,
2091
+ ResetImageAttributeCommandOutput,
2092
+ } from "./commands/ResetImageAttributeCommand";
2093
+ import {
2094
+ ResetInstanceAttributeCommandInput,
2095
+ ResetInstanceAttributeCommandOutput,
2096
+ } from "./commands/ResetInstanceAttributeCommand";
2097
+ import {
2098
+ ResetNetworkInterfaceAttributeCommandInput,
2099
+ ResetNetworkInterfaceAttributeCommandOutput,
2100
+ } from "./commands/ResetNetworkInterfaceAttributeCommand";
2101
+ import {
2102
+ ResetSnapshotAttributeCommandInput,
2103
+ ResetSnapshotAttributeCommandOutput,
2104
+ } from "./commands/ResetSnapshotAttributeCommand";
2105
+ import {
2106
+ RestoreAddressToClassicCommandInput,
2107
+ RestoreAddressToClassicCommandOutput,
2108
+ } from "./commands/RestoreAddressToClassicCommand";
2109
+ import {
2110
+ RestoreImageFromRecycleBinCommandInput,
2111
+ RestoreImageFromRecycleBinCommandOutput,
2112
+ } from "./commands/RestoreImageFromRecycleBinCommand";
2113
+ import {
2114
+ RestoreManagedPrefixListVersionCommandInput,
2115
+ RestoreManagedPrefixListVersionCommandOutput,
2116
+ } from "./commands/RestoreManagedPrefixListVersionCommand";
2117
+ import {
2118
+ RestoreSnapshotFromRecycleBinCommandInput,
2119
+ RestoreSnapshotFromRecycleBinCommandOutput,
2120
+ } from "./commands/RestoreSnapshotFromRecycleBinCommand";
2121
+ import {
2122
+ RestoreSnapshotTierCommandInput,
2123
+ RestoreSnapshotTierCommandOutput,
2124
+ } from "./commands/RestoreSnapshotTierCommand";
2125
+ import {
2126
+ RevokeClientVpnIngressCommandInput,
2127
+ RevokeClientVpnIngressCommandOutput,
2128
+ } from "./commands/RevokeClientVpnIngressCommand";
2129
+ import {
2130
+ RevokeSecurityGroupEgressCommandInput,
2131
+ RevokeSecurityGroupEgressCommandOutput,
2132
+ } from "./commands/RevokeSecurityGroupEgressCommand";
2133
+ import {
2134
+ RevokeSecurityGroupIngressCommandInput,
2135
+ RevokeSecurityGroupIngressCommandOutput,
2136
+ } from "./commands/RevokeSecurityGroupIngressCommand";
2137
+ import {
2138
+ RunInstancesCommandInput,
2139
+ RunInstancesCommandOutput,
2140
+ } from "./commands/RunInstancesCommand";
2141
+ import {
2142
+ RunScheduledInstancesCommandInput,
2143
+ RunScheduledInstancesCommandOutput,
2144
+ } from "./commands/RunScheduledInstancesCommand";
2145
+ import {
2146
+ SearchLocalGatewayRoutesCommandInput,
2147
+ SearchLocalGatewayRoutesCommandOutput,
2148
+ } from "./commands/SearchLocalGatewayRoutesCommand";
2149
+ import {
2150
+ SearchTransitGatewayMulticastGroupsCommandInput,
2151
+ SearchTransitGatewayMulticastGroupsCommandOutput,
2152
+ } from "./commands/SearchTransitGatewayMulticastGroupsCommand";
2153
+ import {
2154
+ SearchTransitGatewayRoutesCommandInput,
2155
+ SearchTransitGatewayRoutesCommandOutput,
2156
+ } from "./commands/SearchTransitGatewayRoutesCommand";
2157
+ import {
2158
+ SendDiagnosticInterruptCommandInput,
2159
+ SendDiagnosticInterruptCommandOutput,
2160
+ } from "./commands/SendDiagnosticInterruptCommand";
2161
+ import {
2162
+ StartInstancesCommandInput,
2163
+ StartInstancesCommandOutput,
2164
+ } from "./commands/StartInstancesCommand";
2165
+ import {
2166
+ StartNetworkInsightsAccessScopeAnalysisCommandInput,
2167
+ StartNetworkInsightsAccessScopeAnalysisCommandOutput,
2168
+ } from "./commands/StartNetworkInsightsAccessScopeAnalysisCommand";
2169
+ import {
2170
+ StartNetworkInsightsAnalysisCommandInput,
2171
+ StartNetworkInsightsAnalysisCommandOutput,
2172
+ } from "./commands/StartNetworkInsightsAnalysisCommand";
2173
+ import {
2174
+ StartVpcEndpointServicePrivateDnsVerificationCommandInput,
2175
+ StartVpcEndpointServicePrivateDnsVerificationCommandOutput,
2176
+ } from "./commands/StartVpcEndpointServicePrivateDnsVerificationCommand";
2177
+ import {
2178
+ StopInstancesCommandInput,
2179
+ StopInstancesCommandOutput,
2180
+ } from "./commands/StopInstancesCommand";
2181
+ import {
2182
+ TerminateClientVpnConnectionsCommandInput,
2183
+ TerminateClientVpnConnectionsCommandOutput,
2184
+ } from "./commands/TerminateClientVpnConnectionsCommand";
2185
+ import {
2186
+ TerminateInstancesCommandInput,
2187
+ TerminateInstancesCommandOutput,
2188
+ } from "./commands/TerminateInstancesCommand";
2189
+ import {
2190
+ UnassignIpv6AddressesCommandInput,
2191
+ UnassignIpv6AddressesCommandOutput,
2192
+ } from "./commands/UnassignIpv6AddressesCommand";
2193
+ import {
2194
+ UnassignPrivateIpAddressesCommandInput,
2195
+ UnassignPrivateIpAddressesCommandOutput,
2196
+ } from "./commands/UnassignPrivateIpAddressesCommand";
2197
+ import {
2198
+ UnmonitorInstancesCommandInput,
2199
+ UnmonitorInstancesCommandOutput,
2200
+ } from "./commands/UnmonitorInstancesCommand";
2201
+ import {
2202
+ UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
2203
+ UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
2204
+ } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
2205
+ import {
2206
+ UpdateSecurityGroupRuleDescriptionsIngressCommandInput,
2207
+ UpdateSecurityGroupRuleDescriptionsIngressCommandOutput,
2208
+ } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
2209
+ import {
2210
+ WithdrawByoipCidrCommandInput,
2211
+ WithdrawByoipCidrCommandOutput,
2212
+ } from "./commands/WithdrawByoipCidrCommand";
2213
+ export declare type ServiceInputTypes =
2214
+ | AcceptReservedInstancesExchangeQuoteCommandInput
2215
+ | AcceptTransitGatewayMulticastDomainAssociationsCommandInput
2216
+ | AcceptTransitGatewayPeeringAttachmentCommandInput
2217
+ | AcceptTransitGatewayVpcAttachmentCommandInput
2218
+ | AcceptVpcEndpointConnectionsCommandInput
2219
+ | AcceptVpcPeeringConnectionCommandInput
2220
+ | AdvertiseByoipCidrCommandInput
2221
+ | AllocateAddressCommandInput
2222
+ | AllocateHostsCommandInput
2223
+ | AllocateIpamPoolCidrCommandInput
2224
+ | ApplySecurityGroupsToClientVpnTargetNetworkCommandInput
2225
+ | AssignIpv6AddressesCommandInput
2226
+ | AssignPrivateIpAddressesCommandInput
2227
+ | AssociateAddressCommandInput
2228
+ | AssociateClientVpnTargetNetworkCommandInput
2229
+ | AssociateDhcpOptionsCommandInput
2230
+ | AssociateEnclaveCertificateIamRoleCommandInput
2231
+ | AssociateIamInstanceProfileCommandInput
2232
+ | AssociateInstanceEventWindowCommandInput
2233
+ | AssociateRouteTableCommandInput
2234
+ | AssociateSubnetCidrBlockCommandInput
2235
+ | AssociateTransitGatewayMulticastDomainCommandInput
2236
+ | AssociateTransitGatewayPolicyTableCommandInput
2237
+ | AssociateTransitGatewayRouteTableCommandInput
2238
+ | AssociateTrunkInterfaceCommandInput
2239
+ | AssociateVpcCidrBlockCommandInput
2240
+ | AttachClassicLinkVpcCommandInput
2241
+ | AttachInternetGatewayCommandInput
2242
+ | AttachNetworkInterfaceCommandInput
2243
+ | AttachVolumeCommandInput
2244
+ | AttachVpnGatewayCommandInput
2245
+ | AuthorizeClientVpnIngressCommandInput
2246
+ | AuthorizeSecurityGroupEgressCommandInput
2247
+ | AuthorizeSecurityGroupIngressCommandInput
2248
+ | BundleInstanceCommandInput
2249
+ | CancelBundleTaskCommandInput
2250
+ | CancelCapacityReservationCommandInput
2251
+ | CancelCapacityReservationFleetsCommandInput
2252
+ | CancelConversionTaskCommandInput
2253
+ | CancelExportTaskCommandInput
2254
+ | CancelImportTaskCommandInput
2255
+ | CancelReservedInstancesListingCommandInput
2256
+ | CancelSpotFleetRequestsCommandInput
2257
+ | CancelSpotInstanceRequestsCommandInput
2258
+ | ConfirmProductInstanceCommandInput
2259
+ | CopyFpgaImageCommandInput
2260
+ | CopyImageCommandInput
2261
+ | CopySnapshotCommandInput
2262
+ | CreateCapacityReservationCommandInput
2263
+ | CreateCapacityReservationFleetCommandInput
2264
+ | CreateCarrierGatewayCommandInput
2265
+ | CreateClientVpnEndpointCommandInput
2266
+ | CreateClientVpnRouteCommandInput
2267
+ | CreateCoipCidrCommandInput
2268
+ | CreateCoipPoolCommandInput
2269
+ | CreateCustomerGatewayCommandInput
2270
+ | CreateDefaultSubnetCommandInput
2271
+ | CreateDefaultVpcCommandInput
2272
+ | CreateDhcpOptionsCommandInput
2273
+ | CreateEgressOnlyInternetGatewayCommandInput
2274
+ | CreateFleetCommandInput
2275
+ | CreateFlowLogsCommandInput
2276
+ | CreateFpgaImageCommandInput
2277
+ | CreateImageCommandInput
2278
+ | CreateInstanceEventWindowCommandInput
2279
+ | CreateInstanceExportTaskCommandInput
2280
+ | CreateInternetGatewayCommandInput
2281
+ | CreateIpamCommandInput
2282
+ | CreateIpamPoolCommandInput
2283
+ | CreateIpamScopeCommandInput
2284
+ | CreateKeyPairCommandInput
2285
+ | CreateLaunchTemplateCommandInput
2286
+ | CreateLaunchTemplateVersionCommandInput
2287
+ | CreateLocalGatewayRouteCommandInput
2288
+ | CreateLocalGatewayRouteTableCommandInput
2289
+ | CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput
2290
+ | CreateLocalGatewayRouteTableVpcAssociationCommandInput
2291
+ | CreateManagedPrefixListCommandInput
2292
+ | CreateNatGatewayCommandInput
2293
+ | CreateNetworkAclCommandInput
2294
+ | CreateNetworkAclEntryCommandInput
2295
+ | CreateNetworkInsightsAccessScopeCommandInput
2296
+ | CreateNetworkInsightsPathCommandInput
2297
+ | CreateNetworkInterfaceCommandInput
2298
+ | CreateNetworkInterfacePermissionCommandInput
2299
+ | CreatePlacementGroupCommandInput
2300
+ | CreatePublicIpv4PoolCommandInput
2301
+ | CreateReplaceRootVolumeTaskCommandInput
2302
+ | CreateReservedInstancesListingCommandInput
2303
+ | CreateRestoreImageTaskCommandInput
2304
+ | CreateRouteCommandInput
2305
+ | CreateRouteTableCommandInput
2306
+ | CreateSecurityGroupCommandInput
2307
+ | CreateSnapshotCommandInput
2308
+ | CreateSnapshotsCommandInput
2309
+ | CreateSpotDatafeedSubscriptionCommandInput
2310
+ | CreateStoreImageTaskCommandInput
2311
+ | CreateSubnetCidrReservationCommandInput
2312
+ | CreateSubnetCommandInput
2313
+ | CreateTagsCommandInput
2314
+ | CreateTrafficMirrorFilterCommandInput
2315
+ | CreateTrafficMirrorFilterRuleCommandInput
2316
+ | CreateTrafficMirrorSessionCommandInput
2317
+ | CreateTrafficMirrorTargetCommandInput
2318
+ | CreateTransitGatewayCommandInput
2319
+ | CreateTransitGatewayConnectCommandInput
2320
+ | CreateTransitGatewayConnectPeerCommandInput
2321
+ | CreateTransitGatewayMulticastDomainCommandInput
2322
+ | CreateTransitGatewayPeeringAttachmentCommandInput
2323
+ | CreateTransitGatewayPolicyTableCommandInput
2324
+ | CreateTransitGatewayPrefixListReferenceCommandInput
2325
+ | CreateTransitGatewayRouteCommandInput
2326
+ | CreateTransitGatewayRouteTableAnnouncementCommandInput
2327
+ | CreateTransitGatewayRouteTableCommandInput
2328
+ | CreateTransitGatewayVpcAttachmentCommandInput
2329
+ | CreateVolumeCommandInput
2330
+ | CreateVpcCommandInput
2331
+ | CreateVpcEndpointCommandInput
2332
+ | CreateVpcEndpointConnectionNotificationCommandInput
2333
+ | CreateVpcEndpointServiceConfigurationCommandInput
2334
+ | CreateVpcPeeringConnectionCommandInput
2335
+ | CreateVpnConnectionCommandInput
2336
+ | CreateVpnConnectionRouteCommandInput
2337
+ | CreateVpnGatewayCommandInput
2338
+ | DeleteCarrierGatewayCommandInput
2339
+ | DeleteClientVpnEndpointCommandInput
2340
+ | DeleteClientVpnRouteCommandInput
2341
+ | DeleteCoipCidrCommandInput
2342
+ | DeleteCoipPoolCommandInput
2343
+ | DeleteCustomerGatewayCommandInput
2344
+ | DeleteDhcpOptionsCommandInput
2345
+ | DeleteEgressOnlyInternetGatewayCommandInput
2346
+ | DeleteFleetsCommandInput
2347
+ | DeleteFlowLogsCommandInput
2348
+ | DeleteFpgaImageCommandInput
2349
+ | DeleteInstanceEventWindowCommandInput
2350
+ | DeleteInternetGatewayCommandInput
2351
+ | DeleteIpamCommandInput
2352
+ | DeleteIpamPoolCommandInput
2353
+ | DeleteIpamScopeCommandInput
2354
+ | DeleteKeyPairCommandInput
2355
+ | DeleteLaunchTemplateCommandInput
2356
+ | DeleteLaunchTemplateVersionsCommandInput
2357
+ | DeleteLocalGatewayRouteCommandInput
2358
+ | DeleteLocalGatewayRouteTableCommandInput
2359
+ | DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput
2360
+ | DeleteLocalGatewayRouteTableVpcAssociationCommandInput
2361
+ | DeleteManagedPrefixListCommandInput
2362
+ | DeleteNatGatewayCommandInput
2363
+ | DeleteNetworkAclCommandInput
2364
+ | DeleteNetworkAclEntryCommandInput
2365
+ | DeleteNetworkInsightsAccessScopeAnalysisCommandInput
2366
+ | DeleteNetworkInsightsAccessScopeCommandInput
2367
+ | DeleteNetworkInsightsAnalysisCommandInput
2368
+ | DeleteNetworkInsightsPathCommandInput
2369
+ | DeleteNetworkInterfaceCommandInput
2370
+ | DeleteNetworkInterfacePermissionCommandInput
2371
+ | DeletePlacementGroupCommandInput
2372
+ | DeletePublicIpv4PoolCommandInput
2373
+ | DeleteQueuedReservedInstancesCommandInput
2374
+ | DeleteRouteCommandInput
2375
+ | DeleteRouteTableCommandInput
2376
+ | DeleteSecurityGroupCommandInput
2377
+ | DeleteSnapshotCommandInput
2378
+ | DeleteSpotDatafeedSubscriptionCommandInput
2379
+ | DeleteSubnetCidrReservationCommandInput
2380
+ | DeleteSubnetCommandInput
2381
+ | DeleteTagsCommandInput
2382
+ | DeleteTrafficMirrorFilterCommandInput
2383
+ | DeleteTrafficMirrorFilterRuleCommandInput
2384
+ | DeleteTrafficMirrorSessionCommandInput
2385
+ | DeleteTrafficMirrorTargetCommandInput
2386
+ | DeleteTransitGatewayCommandInput
2387
+ | DeleteTransitGatewayConnectCommandInput
2388
+ | DeleteTransitGatewayConnectPeerCommandInput
2389
+ | DeleteTransitGatewayMulticastDomainCommandInput
2390
+ | DeleteTransitGatewayPeeringAttachmentCommandInput
2391
+ | DeleteTransitGatewayPolicyTableCommandInput
2392
+ | DeleteTransitGatewayPrefixListReferenceCommandInput
2393
+ | DeleteTransitGatewayRouteCommandInput
2394
+ | DeleteTransitGatewayRouteTableAnnouncementCommandInput
2395
+ | DeleteTransitGatewayRouteTableCommandInput
2396
+ | DeleteTransitGatewayVpcAttachmentCommandInput
2397
+ | DeleteVolumeCommandInput
2398
+ | DeleteVpcCommandInput
2399
+ | DeleteVpcEndpointConnectionNotificationsCommandInput
2400
+ | DeleteVpcEndpointServiceConfigurationsCommandInput
2401
+ | DeleteVpcEndpointsCommandInput
2402
+ | DeleteVpcPeeringConnectionCommandInput
2403
+ | DeleteVpnConnectionCommandInput
2404
+ | DeleteVpnConnectionRouteCommandInput
2405
+ | DeleteVpnGatewayCommandInput
2406
+ | DeprovisionByoipCidrCommandInput
2407
+ | DeprovisionIpamPoolCidrCommandInput
2408
+ | DeprovisionPublicIpv4PoolCidrCommandInput
2409
+ | DeregisterImageCommandInput
2410
+ | DeregisterInstanceEventNotificationAttributesCommandInput
2411
+ | DeregisterTransitGatewayMulticastGroupMembersCommandInput
2412
+ | DeregisterTransitGatewayMulticastGroupSourcesCommandInput
2413
+ | DescribeAccountAttributesCommandInput
2414
+ | DescribeAddressesAttributeCommandInput
2415
+ | DescribeAddressesCommandInput
2416
+ | DescribeAggregateIdFormatCommandInput
2417
+ | DescribeAvailabilityZonesCommandInput
2418
+ | DescribeBundleTasksCommandInput
2419
+ | DescribeByoipCidrsCommandInput
2420
+ | DescribeCapacityReservationFleetsCommandInput
2421
+ | DescribeCapacityReservationsCommandInput
2422
+ | DescribeCarrierGatewaysCommandInput
2423
+ | DescribeClassicLinkInstancesCommandInput
2424
+ | DescribeClientVpnAuthorizationRulesCommandInput
2425
+ | DescribeClientVpnConnectionsCommandInput
2426
+ | DescribeClientVpnEndpointsCommandInput
2427
+ | DescribeClientVpnRoutesCommandInput
2428
+ | DescribeClientVpnTargetNetworksCommandInput
2429
+ | DescribeCoipPoolsCommandInput
2430
+ | DescribeConversionTasksCommandInput
2431
+ | DescribeCustomerGatewaysCommandInput
2432
+ | DescribeDhcpOptionsCommandInput
2433
+ | DescribeEgressOnlyInternetGatewaysCommandInput
2434
+ | DescribeElasticGpusCommandInput
2435
+ | DescribeExportImageTasksCommandInput
2436
+ | DescribeExportTasksCommandInput
2437
+ | DescribeFastLaunchImagesCommandInput
2438
+ | DescribeFastSnapshotRestoresCommandInput
2439
+ | DescribeFleetHistoryCommandInput
2440
+ | DescribeFleetInstancesCommandInput
2441
+ | DescribeFleetsCommandInput
2442
+ | DescribeFlowLogsCommandInput
2443
+ | DescribeFpgaImageAttributeCommandInput
2444
+ | DescribeFpgaImagesCommandInput
2445
+ | DescribeHostReservationOfferingsCommandInput
2446
+ | DescribeHostReservationsCommandInput
2447
+ | DescribeHostsCommandInput
2448
+ | DescribeIamInstanceProfileAssociationsCommandInput
2449
+ | DescribeIdFormatCommandInput
2450
+ | DescribeIdentityIdFormatCommandInput
2451
+ | DescribeImageAttributeCommandInput
2452
+ | DescribeImagesCommandInput
2453
+ | DescribeImportImageTasksCommandInput
2454
+ | DescribeImportSnapshotTasksCommandInput
2455
+ | DescribeInstanceAttributeCommandInput
2456
+ | DescribeInstanceCreditSpecificationsCommandInput
2457
+ | DescribeInstanceEventNotificationAttributesCommandInput
2458
+ | DescribeInstanceEventWindowsCommandInput
2459
+ | DescribeInstanceStatusCommandInput
2460
+ | DescribeInstanceTypeOfferingsCommandInput
2461
+ | DescribeInstanceTypesCommandInput
2462
+ | DescribeInstancesCommandInput
2463
+ | DescribeInternetGatewaysCommandInput
2464
+ | DescribeIpamPoolsCommandInput
2465
+ | DescribeIpamScopesCommandInput
2466
+ | DescribeIpamsCommandInput
2467
+ | DescribeIpv6PoolsCommandInput
2468
+ | DescribeKeyPairsCommandInput
2469
+ | DescribeLaunchTemplateVersionsCommandInput
2470
+ | DescribeLaunchTemplatesCommandInput
2471
+ | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput
2472
+ | DescribeLocalGatewayRouteTableVpcAssociationsCommandInput
2473
+ | DescribeLocalGatewayRouteTablesCommandInput
2474
+ | DescribeLocalGatewayVirtualInterfaceGroupsCommandInput
2475
+ | DescribeLocalGatewayVirtualInterfacesCommandInput
2476
+ | DescribeLocalGatewaysCommandInput
2477
+ | DescribeManagedPrefixListsCommandInput
2478
+ | DescribeMovingAddressesCommandInput
2479
+ | DescribeNatGatewaysCommandInput
2480
+ | DescribeNetworkAclsCommandInput
2481
+ | DescribeNetworkInsightsAccessScopeAnalysesCommandInput
2482
+ | DescribeNetworkInsightsAccessScopesCommandInput
2483
+ | DescribeNetworkInsightsAnalysesCommandInput
2484
+ | DescribeNetworkInsightsPathsCommandInput
2485
+ | DescribeNetworkInterfaceAttributeCommandInput
2486
+ | DescribeNetworkInterfacePermissionsCommandInput
2487
+ | DescribeNetworkInterfacesCommandInput
2488
+ | DescribePlacementGroupsCommandInput
2489
+ | DescribePrefixListsCommandInput
2490
+ | DescribePrincipalIdFormatCommandInput
2491
+ | DescribePublicIpv4PoolsCommandInput
2492
+ | DescribeRegionsCommandInput
2493
+ | DescribeReplaceRootVolumeTasksCommandInput
2494
+ | DescribeReservedInstancesCommandInput
2495
+ | DescribeReservedInstancesListingsCommandInput
2496
+ | DescribeReservedInstancesModificationsCommandInput
2497
+ | DescribeReservedInstancesOfferingsCommandInput
2498
+ | DescribeRouteTablesCommandInput
2499
+ | DescribeScheduledInstanceAvailabilityCommandInput
2500
+ | DescribeScheduledInstancesCommandInput
2501
+ | DescribeSecurityGroupReferencesCommandInput
2502
+ | DescribeSecurityGroupRulesCommandInput
2503
+ | DescribeSecurityGroupsCommandInput
2504
+ | DescribeSnapshotAttributeCommandInput
2505
+ | DescribeSnapshotTierStatusCommandInput
2506
+ | DescribeSnapshotsCommandInput
2507
+ | DescribeSpotDatafeedSubscriptionCommandInput
2508
+ | DescribeSpotFleetInstancesCommandInput
2509
+ | DescribeSpotFleetRequestHistoryCommandInput
2510
+ | DescribeSpotFleetRequestsCommandInput
2511
+ | DescribeSpotInstanceRequestsCommandInput
2512
+ | DescribeSpotPriceHistoryCommandInput
2513
+ | DescribeStaleSecurityGroupsCommandInput
2514
+ | DescribeStoreImageTasksCommandInput
2515
+ | DescribeSubnetsCommandInput
2516
+ | DescribeTagsCommandInput
2517
+ | DescribeTrafficMirrorFiltersCommandInput
2518
+ | DescribeTrafficMirrorSessionsCommandInput
2519
+ | DescribeTrafficMirrorTargetsCommandInput
2520
+ | DescribeTransitGatewayAttachmentsCommandInput
2521
+ | DescribeTransitGatewayConnectPeersCommandInput
2522
+ | DescribeTransitGatewayConnectsCommandInput
2523
+ | DescribeTransitGatewayMulticastDomainsCommandInput
2524
+ | DescribeTransitGatewayPeeringAttachmentsCommandInput
2525
+ | DescribeTransitGatewayPolicyTablesCommandInput
2526
+ | DescribeTransitGatewayRouteTableAnnouncementsCommandInput
2527
+ | DescribeTransitGatewayRouteTablesCommandInput
2528
+ | DescribeTransitGatewayVpcAttachmentsCommandInput
2529
+ | DescribeTransitGatewaysCommandInput
2530
+ | DescribeTrunkInterfaceAssociationsCommandInput
2531
+ | DescribeVolumeAttributeCommandInput
2532
+ | DescribeVolumeStatusCommandInput
2533
+ | DescribeVolumesCommandInput
2534
+ | DescribeVolumesModificationsCommandInput
2535
+ | DescribeVpcAttributeCommandInput
2536
+ | DescribeVpcClassicLinkCommandInput
2537
+ | DescribeVpcClassicLinkDnsSupportCommandInput
2538
+ | DescribeVpcEndpointConnectionNotificationsCommandInput
2539
+ | DescribeVpcEndpointConnectionsCommandInput
2540
+ | DescribeVpcEndpointServiceConfigurationsCommandInput
2541
+ | DescribeVpcEndpointServicePermissionsCommandInput
2542
+ | DescribeVpcEndpointServicesCommandInput
2543
+ | DescribeVpcEndpointsCommandInput
2544
+ | DescribeVpcPeeringConnectionsCommandInput
2545
+ | DescribeVpcsCommandInput
2546
+ | DescribeVpnConnectionsCommandInput
2547
+ | DescribeVpnGatewaysCommandInput
2548
+ | DetachClassicLinkVpcCommandInput
2549
+ | DetachInternetGatewayCommandInput
2550
+ | DetachNetworkInterfaceCommandInput
2551
+ | DetachVolumeCommandInput
2552
+ | DetachVpnGatewayCommandInput
2553
+ | DisableEbsEncryptionByDefaultCommandInput
2554
+ | DisableFastLaunchCommandInput
2555
+ | DisableFastSnapshotRestoresCommandInput
2556
+ | DisableImageDeprecationCommandInput
2557
+ | DisableIpamOrganizationAdminAccountCommandInput
2558
+ | DisableSerialConsoleAccessCommandInput
2559
+ | DisableTransitGatewayRouteTablePropagationCommandInput
2560
+ | DisableVgwRoutePropagationCommandInput
2561
+ | DisableVpcClassicLinkCommandInput
2562
+ | DisableVpcClassicLinkDnsSupportCommandInput
2563
+ | DisassociateAddressCommandInput
2564
+ | DisassociateClientVpnTargetNetworkCommandInput
2565
+ | DisassociateEnclaveCertificateIamRoleCommandInput
2566
+ | DisassociateIamInstanceProfileCommandInput
2567
+ | DisassociateInstanceEventWindowCommandInput
2568
+ | DisassociateRouteTableCommandInput
2569
+ | DisassociateSubnetCidrBlockCommandInput
2570
+ | DisassociateTransitGatewayMulticastDomainCommandInput
2571
+ | DisassociateTransitGatewayPolicyTableCommandInput
2572
+ | DisassociateTransitGatewayRouteTableCommandInput
2573
+ | DisassociateTrunkInterfaceCommandInput
2574
+ | DisassociateVpcCidrBlockCommandInput
2575
+ | EnableEbsEncryptionByDefaultCommandInput
2576
+ | EnableFastLaunchCommandInput
2577
+ | EnableFastSnapshotRestoresCommandInput
2578
+ | EnableImageDeprecationCommandInput
2579
+ | EnableIpamOrganizationAdminAccountCommandInput
2580
+ | EnableSerialConsoleAccessCommandInput
2581
+ | EnableTransitGatewayRouteTablePropagationCommandInput
2582
+ | EnableVgwRoutePropagationCommandInput
2583
+ | EnableVolumeIOCommandInput
2584
+ | EnableVpcClassicLinkCommandInput
2585
+ | EnableVpcClassicLinkDnsSupportCommandInput
2586
+ | ExportClientVpnClientCertificateRevocationListCommandInput
2587
+ | ExportClientVpnClientConfigurationCommandInput
2588
+ | ExportImageCommandInput
2589
+ | ExportTransitGatewayRoutesCommandInput
2590
+ | GetAssociatedEnclaveCertificateIamRolesCommandInput
2591
+ | GetAssociatedIpv6PoolCidrsCommandInput
2592
+ | GetCapacityReservationUsageCommandInput
2593
+ | GetCoipPoolUsageCommandInput
2594
+ | GetConsoleOutputCommandInput
2595
+ | GetConsoleScreenshotCommandInput
2596
+ | GetDefaultCreditSpecificationCommandInput
2597
+ | GetEbsDefaultKmsKeyIdCommandInput
2598
+ | GetEbsEncryptionByDefaultCommandInput
2599
+ | GetFlowLogsIntegrationTemplateCommandInput
2600
+ | GetGroupsForCapacityReservationCommandInput
2601
+ | GetHostReservationPurchasePreviewCommandInput
2602
+ | GetInstanceTypesFromInstanceRequirementsCommandInput
2603
+ | GetInstanceUefiDataCommandInput
2604
+ | GetIpamAddressHistoryCommandInput
2605
+ | GetIpamPoolAllocationsCommandInput
2606
+ | GetIpamPoolCidrsCommandInput
2607
+ | GetIpamResourceCidrsCommandInput
2608
+ | GetLaunchTemplateDataCommandInput
2609
+ | GetManagedPrefixListAssociationsCommandInput
2610
+ | GetManagedPrefixListEntriesCommandInput
2611
+ | GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput
2612
+ | GetNetworkInsightsAccessScopeContentCommandInput
2613
+ | GetPasswordDataCommandInput
2614
+ | GetReservedInstancesExchangeQuoteCommandInput
2615
+ | GetSerialConsoleAccessStatusCommandInput
2616
+ | GetSpotPlacementScoresCommandInput
2617
+ | GetSubnetCidrReservationsCommandInput
2618
+ | GetTransitGatewayAttachmentPropagationsCommandInput
2619
+ | GetTransitGatewayMulticastDomainAssociationsCommandInput
2620
+ | GetTransitGatewayPolicyTableAssociationsCommandInput
2621
+ | GetTransitGatewayPolicyTableEntriesCommandInput
2622
+ | GetTransitGatewayPrefixListReferencesCommandInput
2623
+ | GetTransitGatewayRouteTableAssociationsCommandInput
2624
+ | GetTransitGatewayRouteTablePropagationsCommandInput
2625
+ | GetVpnConnectionDeviceSampleConfigurationCommandInput
2626
+ | GetVpnConnectionDeviceTypesCommandInput
2627
+ | ImportClientVpnClientCertificateRevocationListCommandInput
2628
+ | ImportImageCommandInput
2629
+ | ImportInstanceCommandInput
2630
+ | ImportKeyPairCommandInput
2631
+ | ImportSnapshotCommandInput
2632
+ | ImportVolumeCommandInput
2633
+ | ListImagesInRecycleBinCommandInput
2634
+ | ListSnapshotsInRecycleBinCommandInput
2635
+ | ModifyAddressAttributeCommandInput
2636
+ | ModifyAvailabilityZoneGroupCommandInput
2637
+ | ModifyCapacityReservationCommandInput
2638
+ | ModifyCapacityReservationFleetCommandInput
2639
+ | ModifyClientVpnEndpointCommandInput
2640
+ | ModifyDefaultCreditSpecificationCommandInput
2641
+ | ModifyEbsDefaultKmsKeyIdCommandInput
2642
+ | ModifyFleetCommandInput
2643
+ | ModifyFpgaImageAttributeCommandInput
2644
+ | ModifyHostsCommandInput
2645
+ | ModifyIdFormatCommandInput
2646
+ | ModifyIdentityIdFormatCommandInput
2647
+ | ModifyImageAttributeCommandInput
2648
+ | ModifyInstanceAttributeCommandInput
2649
+ | ModifyInstanceCapacityReservationAttributesCommandInput
2650
+ | ModifyInstanceCreditSpecificationCommandInput
2651
+ | ModifyInstanceEventStartTimeCommandInput
2652
+ | ModifyInstanceEventWindowCommandInput
2653
+ | ModifyInstanceMaintenanceOptionsCommandInput
2654
+ | ModifyInstanceMetadataOptionsCommandInput
2655
+ | ModifyInstancePlacementCommandInput
2656
+ | ModifyIpamCommandInput
2657
+ | ModifyIpamPoolCommandInput
2658
+ | ModifyIpamResourceCidrCommandInput
2659
+ | ModifyIpamScopeCommandInput
2660
+ | ModifyLaunchTemplateCommandInput
2661
+ | ModifyLocalGatewayRouteCommandInput
2662
+ | ModifyManagedPrefixListCommandInput
2663
+ | ModifyNetworkInterfaceAttributeCommandInput
2664
+ | ModifyPrivateDnsNameOptionsCommandInput
2665
+ | ModifyReservedInstancesCommandInput
2666
+ | ModifySecurityGroupRulesCommandInput
2667
+ | ModifySnapshotAttributeCommandInput
2668
+ | ModifySnapshotTierCommandInput
2669
+ | ModifySpotFleetRequestCommandInput
2670
+ | ModifySubnetAttributeCommandInput
2671
+ | ModifyTrafficMirrorFilterNetworkServicesCommandInput
2672
+ | ModifyTrafficMirrorFilterRuleCommandInput
2673
+ | ModifyTrafficMirrorSessionCommandInput
2674
+ | ModifyTransitGatewayCommandInput
2675
+ | ModifyTransitGatewayPrefixListReferenceCommandInput
2676
+ | ModifyTransitGatewayVpcAttachmentCommandInput
2677
+ | ModifyVolumeAttributeCommandInput
2678
+ | ModifyVolumeCommandInput
2679
+ | ModifyVpcAttributeCommandInput
2680
+ | ModifyVpcEndpointCommandInput
2681
+ | ModifyVpcEndpointConnectionNotificationCommandInput
2682
+ | ModifyVpcEndpointServiceConfigurationCommandInput
2683
+ | ModifyVpcEndpointServicePayerResponsibilityCommandInput
2684
+ | ModifyVpcEndpointServicePermissionsCommandInput
2685
+ | ModifyVpcPeeringConnectionOptionsCommandInput
2686
+ | ModifyVpcTenancyCommandInput
2687
+ | ModifyVpnConnectionCommandInput
2688
+ | ModifyVpnConnectionOptionsCommandInput
2689
+ | ModifyVpnTunnelCertificateCommandInput
2690
+ | ModifyVpnTunnelOptionsCommandInput
2691
+ | MonitorInstancesCommandInput
2692
+ | MoveAddressToVpcCommandInput
2693
+ | MoveByoipCidrToIpamCommandInput
2694
+ | ProvisionByoipCidrCommandInput
2695
+ | ProvisionIpamPoolCidrCommandInput
2696
+ | ProvisionPublicIpv4PoolCidrCommandInput
2697
+ | PurchaseHostReservationCommandInput
2698
+ | PurchaseReservedInstancesOfferingCommandInput
2699
+ | PurchaseScheduledInstancesCommandInput
2700
+ | RebootInstancesCommandInput
2701
+ | RegisterImageCommandInput
2702
+ | RegisterInstanceEventNotificationAttributesCommandInput
2703
+ | RegisterTransitGatewayMulticastGroupMembersCommandInput
2704
+ | RegisterTransitGatewayMulticastGroupSourcesCommandInput
2705
+ | RejectTransitGatewayMulticastDomainAssociationsCommandInput
2706
+ | RejectTransitGatewayPeeringAttachmentCommandInput
2707
+ | RejectTransitGatewayVpcAttachmentCommandInput
2708
+ | RejectVpcEndpointConnectionsCommandInput
2709
+ | RejectVpcPeeringConnectionCommandInput
2710
+ | ReleaseAddressCommandInput
2711
+ | ReleaseHostsCommandInput
2712
+ | ReleaseIpamPoolAllocationCommandInput
2713
+ | ReplaceIamInstanceProfileAssociationCommandInput
2714
+ | ReplaceNetworkAclAssociationCommandInput
2715
+ | ReplaceNetworkAclEntryCommandInput
2716
+ | ReplaceRouteCommandInput
2717
+ | ReplaceRouteTableAssociationCommandInput
2718
+ | ReplaceTransitGatewayRouteCommandInput
2719
+ | ReportInstanceStatusCommandInput
2720
+ | RequestSpotFleetCommandInput
2721
+ | RequestSpotInstancesCommandInput
2722
+ | ResetAddressAttributeCommandInput
2723
+ | ResetEbsDefaultKmsKeyIdCommandInput
2724
+ | ResetFpgaImageAttributeCommandInput
2725
+ | ResetImageAttributeCommandInput
2726
+ | ResetInstanceAttributeCommandInput
2727
+ | ResetNetworkInterfaceAttributeCommandInput
2728
+ | ResetSnapshotAttributeCommandInput
2729
+ | RestoreAddressToClassicCommandInput
2730
+ | RestoreImageFromRecycleBinCommandInput
2731
+ | RestoreManagedPrefixListVersionCommandInput
2732
+ | RestoreSnapshotFromRecycleBinCommandInput
2733
+ | RestoreSnapshotTierCommandInput
2734
+ | RevokeClientVpnIngressCommandInput
2735
+ | RevokeSecurityGroupEgressCommandInput
2736
+ | RevokeSecurityGroupIngressCommandInput
2737
+ | RunInstancesCommandInput
2738
+ | RunScheduledInstancesCommandInput
2739
+ | SearchLocalGatewayRoutesCommandInput
2740
+ | SearchTransitGatewayMulticastGroupsCommandInput
2741
+ | SearchTransitGatewayRoutesCommandInput
2742
+ | SendDiagnosticInterruptCommandInput
2743
+ | StartInstancesCommandInput
2744
+ | StartNetworkInsightsAccessScopeAnalysisCommandInput
2745
+ | StartNetworkInsightsAnalysisCommandInput
2746
+ | StartVpcEndpointServicePrivateDnsVerificationCommandInput
2747
+ | StopInstancesCommandInput
2748
+ | TerminateClientVpnConnectionsCommandInput
2749
+ | TerminateInstancesCommandInput
2750
+ | UnassignIpv6AddressesCommandInput
2751
+ | UnassignPrivateIpAddressesCommandInput
2752
+ | UnmonitorInstancesCommandInput
2753
+ | UpdateSecurityGroupRuleDescriptionsEgressCommandInput
2754
+ | UpdateSecurityGroupRuleDescriptionsIngressCommandInput
2755
+ | WithdrawByoipCidrCommandInput;
2756
+ export declare type ServiceOutputTypes =
2757
+ | AcceptReservedInstancesExchangeQuoteCommandOutput
2758
+ | AcceptTransitGatewayMulticastDomainAssociationsCommandOutput
2759
+ | AcceptTransitGatewayPeeringAttachmentCommandOutput
2760
+ | AcceptTransitGatewayVpcAttachmentCommandOutput
2761
+ | AcceptVpcEndpointConnectionsCommandOutput
2762
+ | AcceptVpcPeeringConnectionCommandOutput
2763
+ | AdvertiseByoipCidrCommandOutput
2764
+ | AllocateAddressCommandOutput
2765
+ | AllocateHostsCommandOutput
2766
+ | AllocateIpamPoolCidrCommandOutput
2767
+ | ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput
2768
+ | AssignIpv6AddressesCommandOutput
2769
+ | AssignPrivateIpAddressesCommandOutput
2770
+ | AssociateAddressCommandOutput
2771
+ | AssociateClientVpnTargetNetworkCommandOutput
2772
+ | AssociateDhcpOptionsCommandOutput
2773
+ | AssociateEnclaveCertificateIamRoleCommandOutput
2774
+ | AssociateIamInstanceProfileCommandOutput
2775
+ | AssociateInstanceEventWindowCommandOutput
2776
+ | AssociateRouteTableCommandOutput
2777
+ | AssociateSubnetCidrBlockCommandOutput
2778
+ | AssociateTransitGatewayMulticastDomainCommandOutput
2779
+ | AssociateTransitGatewayPolicyTableCommandOutput
2780
+ | AssociateTransitGatewayRouteTableCommandOutput
2781
+ | AssociateTrunkInterfaceCommandOutput
2782
+ | AssociateVpcCidrBlockCommandOutput
2783
+ | AttachClassicLinkVpcCommandOutput
2784
+ | AttachInternetGatewayCommandOutput
2785
+ | AttachNetworkInterfaceCommandOutput
2786
+ | AttachVolumeCommandOutput
2787
+ | AttachVpnGatewayCommandOutput
2788
+ | AuthorizeClientVpnIngressCommandOutput
2789
+ | AuthorizeSecurityGroupEgressCommandOutput
2790
+ | AuthorizeSecurityGroupIngressCommandOutput
2791
+ | BundleInstanceCommandOutput
2792
+ | CancelBundleTaskCommandOutput
2793
+ | CancelCapacityReservationCommandOutput
2794
+ | CancelCapacityReservationFleetsCommandOutput
2795
+ | CancelConversionTaskCommandOutput
2796
+ | CancelExportTaskCommandOutput
2797
+ | CancelImportTaskCommandOutput
2798
+ | CancelReservedInstancesListingCommandOutput
2799
+ | CancelSpotFleetRequestsCommandOutput
2800
+ | CancelSpotInstanceRequestsCommandOutput
2801
+ | ConfirmProductInstanceCommandOutput
2802
+ | CopyFpgaImageCommandOutput
2803
+ | CopyImageCommandOutput
2804
+ | CopySnapshotCommandOutput
2805
+ | CreateCapacityReservationCommandOutput
2806
+ | CreateCapacityReservationFleetCommandOutput
2807
+ | CreateCarrierGatewayCommandOutput
2808
+ | CreateClientVpnEndpointCommandOutput
2809
+ | CreateClientVpnRouteCommandOutput
2810
+ | CreateCoipCidrCommandOutput
2811
+ | CreateCoipPoolCommandOutput
2812
+ | CreateCustomerGatewayCommandOutput
2813
+ | CreateDefaultSubnetCommandOutput
2814
+ | CreateDefaultVpcCommandOutput
2815
+ | CreateDhcpOptionsCommandOutput
2816
+ | CreateEgressOnlyInternetGatewayCommandOutput
2817
+ | CreateFleetCommandOutput
2818
+ | CreateFlowLogsCommandOutput
2819
+ | CreateFpgaImageCommandOutput
2820
+ | CreateImageCommandOutput
2821
+ | CreateInstanceEventWindowCommandOutput
2822
+ | CreateInstanceExportTaskCommandOutput
2823
+ | CreateInternetGatewayCommandOutput
2824
+ | CreateIpamCommandOutput
2825
+ | CreateIpamPoolCommandOutput
2826
+ | CreateIpamScopeCommandOutput
2827
+ | CreateKeyPairCommandOutput
2828
+ | CreateLaunchTemplateCommandOutput
2829
+ | CreateLaunchTemplateVersionCommandOutput
2830
+ | CreateLocalGatewayRouteCommandOutput
2831
+ | CreateLocalGatewayRouteTableCommandOutput
2832
+ | CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
2833
+ | CreateLocalGatewayRouteTableVpcAssociationCommandOutput
2834
+ | CreateManagedPrefixListCommandOutput
2835
+ | CreateNatGatewayCommandOutput
2836
+ | CreateNetworkAclCommandOutput
2837
+ | CreateNetworkAclEntryCommandOutput
2838
+ | CreateNetworkInsightsAccessScopeCommandOutput
2839
+ | CreateNetworkInsightsPathCommandOutput
2840
+ | CreateNetworkInterfaceCommandOutput
2841
+ | CreateNetworkInterfacePermissionCommandOutput
2842
+ | CreatePlacementGroupCommandOutput
2843
+ | CreatePublicIpv4PoolCommandOutput
2844
+ | CreateReplaceRootVolumeTaskCommandOutput
2845
+ | CreateReservedInstancesListingCommandOutput
2846
+ | CreateRestoreImageTaskCommandOutput
2847
+ | CreateRouteCommandOutput
2848
+ | CreateRouteTableCommandOutput
2849
+ | CreateSecurityGroupCommandOutput
2850
+ | CreateSnapshotCommandOutput
2851
+ | CreateSnapshotsCommandOutput
2852
+ | CreateSpotDatafeedSubscriptionCommandOutput
2853
+ | CreateStoreImageTaskCommandOutput
2854
+ | CreateSubnetCidrReservationCommandOutput
2855
+ | CreateSubnetCommandOutput
2856
+ | CreateTagsCommandOutput
2857
+ | CreateTrafficMirrorFilterCommandOutput
2858
+ | CreateTrafficMirrorFilterRuleCommandOutput
2859
+ | CreateTrafficMirrorSessionCommandOutput
2860
+ | CreateTrafficMirrorTargetCommandOutput
2861
+ | CreateTransitGatewayCommandOutput
2862
+ | CreateTransitGatewayConnectCommandOutput
2863
+ | CreateTransitGatewayConnectPeerCommandOutput
2864
+ | CreateTransitGatewayMulticastDomainCommandOutput
2865
+ | CreateTransitGatewayPeeringAttachmentCommandOutput
2866
+ | CreateTransitGatewayPolicyTableCommandOutput
2867
+ | CreateTransitGatewayPrefixListReferenceCommandOutput
2868
+ | CreateTransitGatewayRouteCommandOutput
2869
+ | CreateTransitGatewayRouteTableAnnouncementCommandOutput
2870
+ | CreateTransitGatewayRouteTableCommandOutput
2871
+ | CreateTransitGatewayVpcAttachmentCommandOutput
2872
+ | CreateVolumeCommandOutput
2873
+ | CreateVpcCommandOutput
2874
+ | CreateVpcEndpointCommandOutput
2875
+ | CreateVpcEndpointConnectionNotificationCommandOutput
2876
+ | CreateVpcEndpointServiceConfigurationCommandOutput
2877
+ | CreateVpcPeeringConnectionCommandOutput
2878
+ | CreateVpnConnectionCommandOutput
2879
+ | CreateVpnConnectionRouteCommandOutput
2880
+ | CreateVpnGatewayCommandOutput
2881
+ | DeleteCarrierGatewayCommandOutput
2882
+ | DeleteClientVpnEndpointCommandOutput
2883
+ | DeleteClientVpnRouteCommandOutput
2884
+ | DeleteCoipCidrCommandOutput
2885
+ | DeleteCoipPoolCommandOutput
2886
+ | DeleteCustomerGatewayCommandOutput
2887
+ | DeleteDhcpOptionsCommandOutput
2888
+ | DeleteEgressOnlyInternetGatewayCommandOutput
2889
+ | DeleteFleetsCommandOutput
2890
+ | DeleteFlowLogsCommandOutput
2891
+ | DeleteFpgaImageCommandOutput
2892
+ | DeleteInstanceEventWindowCommandOutput
2893
+ | DeleteInternetGatewayCommandOutput
2894
+ | DeleteIpamCommandOutput
2895
+ | DeleteIpamPoolCommandOutput
2896
+ | DeleteIpamScopeCommandOutput
2897
+ | DeleteKeyPairCommandOutput
2898
+ | DeleteLaunchTemplateCommandOutput
2899
+ | DeleteLaunchTemplateVersionsCommandOutput
2900
+ | DeleteLocalGatewayRouteCommandOutput
2901
+ | DeleteLocalGatewayRouteTableCommandOutput
2902
+ | DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
2903
+ | DeleteLocalGatewayRouteTableVpcAssociationCommandOutput
2904
+ | DeleteManagedPrefixListCommandOutput
2905
+ | DeleteNatGatewayCommandOutput
2906
+ | DeleteNetworkAclCommandOutput
2907
+ | DeleteNetworkAclEntryCommandOutput
2908
+ | DeleteNetworkInsightsAccessScopeAnalysisCommandOutput
2909
+ | DeleteNetworkInsightsAccessScopeCommandOutput
2910
+ | DeleteNetworkInsightsAnalysisCommandOutput
2911
+ | DeleteNetworkInsightsPathCommandOutput
2912
+ | DeleteNetworkInterfaceCommandOutput
2913
+ | DeleteNetworkInterfacePermissionCommandOutput
2914
+ | DeletePlacementGroupCommandOutput
2915
+ | DeletePublicIpv4PoolCommandOutput
2916
+ | DeleteQueuedReservedInstancesCommandOutput
2917
+ | DeleteRouteCommandOutput
2918
+ | DeleteRouteTableCommandOutput
2919
+ | DeleteSecurityGroupCommandOutput
2920
+ | DeleteSnapshotCommandOutput
2921
+ | DeleteSpotDatafeedSubscriptionCommandOutput
2922
+ | DeleteSubnetCidrReservationCommandOutput
2923
+ | DeleteSubnetCommandOutput
2924
+ | DeleteTagsCommandOutput
2925
+ | DeleteTrafficMirrorFilterCommandOutput
2926
+ | DeleteTrafficMirrorFilterRuleCommandOutput
2927
+ | DeleteTrafficMirrorSessionCommandOutput
2928
+ | DeleteTrafficMirrorTargetCommandOutput
2929
+ | DeleteTransitGatewayCommandOutput
2930
+ | DeleteTransitGatewayConnectCommandOutput
2931
+ | DeleteTransitGatewayConnectPeerCommandOutput
2932
+ | DeleteTransitGatewayMulticastDomainCommandOutput
2933
+ | DeleteTransitGatewayPeeringAttachmentCommandOutput
2934
+ | DeleteTransitGatewayPolicyTableCommandOutput
2935
+ | DeleteTransitGatewayPrefixListReferenceCommandOutput
2936
+ | DeleteTransitGatewayRouteCommandOutput
2937
+ | DeleteTransitGatewayRouteTableAnnouncementCommandOutput
2938
+ | DeleteTransitGatewayRouteTableCommandOutput
2939
+ | DeleteTransitGatewayVpcAttachmentCommandOutput
2940
+ | DeleteVolumeCommandOutput
2941
+ | DeleteVpcCommandOutput
2942
+ | DeleteVpcEndpointConnectionNotificationsCommandOutput
2943
+ | DeleteVpcEndpointServiceConfigurationsCommandOutput
2944
+ | DeleteVpcEndpointsCommandOutput
2945
+ | DeleteVpcPeeringConnectionCommandOutput
2946
+ | DeleteVpnConnectionCommandOutput
2947
+ | DeleteVpnConnectionRouteCommandOutput
2948
+ | DeleteVpnGatewayCommandOutput
2949
+ | DeprovisionByoipCidrCommandOutput
2950
+ | DeprovisionIpamPoolCidrCommandOutput
2951
+ | DeprovisionPublicIpv4PoolCidrCommandOutput
2952
+ | DeregisterImageCommandOutput
2953
+ | DeregisterInstanceEventNotificationAttributesCommandOutput
2954
+ | DeregisterTransitGatewayMulticastGroupMembersCommandOutput
2955
+ | DeregisterTransitGatewayMulticastGroupSourcesCommandOutput
2956
+ | DescribeAccountAttributesCommandOutput
2957
+ | DescribeAddressesAttributeCommandOutput
2958
+ | DescribeAddressesCommandOutput
2959
+ | DescribeAggregateIdFormatCommandOutput
2960
+ | DescribeAvailabilityZonesCommandOutput
2961
+ | DescribeBundleTasksCommandOutput
2962
+ | DescribeByoipCidrsCommandOutput
2963
+ | DescribeCapacityReservationFleetsCommandOutput
2964
+ | DescribeCapacityReservationsCommandOutput
2965
+ | DescribeCarrierGatewaysCommandOutput
2966
+ | DescribeClassicLinkInstancesCommandOutput
2967
+ | DescribeClientVpnAuthorizationRulesCommandOutput
2968
+ | DescribeClientVpnConnectionsCommandOutput
2969
+ | DescribeClientVpnEndpointsCommandOutput
2970
+ | DescribeClientVpnRoutesCommandOutput
2971
+ | DescribeClientVpnTargetNetworksCommandOutput
2972
+ | DescribeCoipPoolsCommandOutput
2973
+ | DescribeConversionTasksCommandOutput
2974
+ | DescribeCustomerGatewaysCommandOutput
2975
+ | DescribeDhcpOptionsCommandOutput
2976
+ | DescribeEgressOnlyInternetGatewaysCommandOutput
2977
+ | DescribeElasticGpusCommandOutput
2978
+ | DescribeExportImageTasksCommandOutput
2979
+ | DescribeExportTasksCommandOutput
2980
+ | DescribeFastLaunchImagesCommandOutput
2981
+ | DescribeFastSnapshotRestoresCommandOutput
2982
+ | DescribeFleetHistoryCommandOutput
2983
+ | DescribeFleetInstancesCommandOutput
2984
+ | DescribeFleetsCommandOutput
2985
+ | DescribeFlowLogsCommandOutput
2986
+ | DescribeFpgaImageAttributeCommandOutput
2987
+ | DescribeFpgaImagesCommandOutput
2988
+ | DescribeHostReservationOfferingsCommandOutput
2989
+ | DescribeHostReservationsCommandOutput
2990
+ | DescribeHostsCommandOutput
2991
+ | DescribeIamInstanceProfileAssociationsCommandOutput
2992
+ | DescribeIdFormatCommandOutput
2993
+ | DescribeIdentityIdFormatCommandOutput
2994
+ | DescribeImageAttributeCommandOutput
2995
+ | DescribeImagesCommandOutput
2996
+ | DescribeImportImageTasksCommandOutput
2997
+ | DescribeImportSnapshotTasksCommandOutput
2998
+ | DescribeInstanceAttributeCommandOutput
2999
+ | DescribeInstanceCreditSpecificationsCommandOutput
3000
+ | DescribeInstanceEventNotificationAttributesCommandOutput
3001
+ | DescribeInstanceEventWindowsCommandOutput
3002
+ | DescribeInstanceStatusCommandOutput
3003
+ | DescribeInstanceTypeOfferingsCommandOutput
3004
+ | DescribeInstanceTypesCommandOutput
3005
+ | DescribeInstancesCommandOutput
3006
+ | DescribeInternetGatewaysCommandOutput
3007
+ | DescribeIpamPoolsCommandOutput
3008
+ | DescribeIpamScopesCommandOutput
3009
+ | DescribeIpamsCommandOutput
3010
+ | DescribeIpv6PoolsCommandOutput
3011
+ | DescribeKeyPairsCommandOutput
3012
+ | DescribeLaunchTemplateVersionsCommandOutput
3013
+ | DescribeLaunchTemplatesCommandOutput
3014
+ | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput
3015
+ | DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput
3016
+ | DescribeLocalGatewayRouteTablesCommandOutput
3017
+ | DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput
3018
+ | DescribeLocalGatewayVirtualInterfacesCommandOutput
3019
+ | DescribeLocalGatewaysCommandOutput
3020
+ | DescribeManagedPrefixListsCommandOutput
3021
+ | DescribeMovingAddressesCommandOutput
3022
+ | DescribeNatGatewaysCommandOutput
3023
+ | DescribeNetworkAclsCommandOutput
3024
+ | DescribeNetworkInsightsAccessScopeAnalysesCommandOutput
3025
+ | DescribeNetworkInsightsAccessScopesCommandOutput
3026
+ | DescribeNetworkInsightsAnalysesCommandOutput
3027
+ | DescribeNetworkInsightsPathsCommandOutput
3028
+ | DescribeNetworkInterfaceAttributeCommandOutput
3029
+ | DescribeNetworkInterfacePermissionsCommandOutput
3030
+ | DescribeNetworkInterfacesCommandOutput
3031
+ | DescribePlacementGroupsCommandOutput
3032
+ | DescribePrefixListsCommandOutput
3033
+ | DescribePrincipalIdFormatCommandOutput
3034
+ | DescribePublicIpv4PoolsCommandOutput
3035
+ | DescribeRegionsCommandOutput
3036
+ | DescribeReplaceRootVolumeTasksCommandOutput
3037
+ | DescribeReservedInstancesCommandOutput
3038
+ | DescribeReservedInstancesListingsCommandOutput
3039
+ | DescribeReservedInstancesModificationsCommandOutput
3040
+ | DescribeReservedInstancesOfferingsCommandOutput
3041
+ | DescribeRouteTablesCommandOutput
3042
+ | DescribeScheduledInstanceAvailabilityCommandOutput
3043
+ | DescribeScheduledInstancesCommandOutput
3044
+ | DescribeSecurityGroupReferencesCommandOutput
3045
+ | DescribeSecurityGroupRulesCommandOutput
3046
+ | DescribeSecurityGroupsCommandOutput
3047
+ | DescribeSnapshotAttributeCommandOutput
3048
+ | DescribeSnapshotTierStatusCommandOutput
3049
+ | DescribeSnapshotsCommandOutput
3050
+ | DescribeSpotDatafeedSubscriptionCommandOutput
3051
+ | DescribeSpotFleetInstancesCommandOutput
3052
+ | DescribeSpotFleetRequestHistoryCommandOutput
3053
+ | DescribeSpotFleetRequestsCommandOutput
3054
+ | DescribeSpotInstanceRequestsCommandOutput
3055
+ | DescribeSpotPriceHistoryCommandOutput
3056
+ | DescribeStaleSecurityGroupsCommandOutput
3057
+ | DescribeStoreImageTasksCommandOutput
3058
+ | DescribeSubnetsCommandOutput
3059
+ | DescribeTagsCommandOutput
3060
+ | DescribeTrafficMirrorFiltersCommandOutput
3061
+ | DescribeTrafficMirrorSessionsCommandOutput
3062
+ | DescribeTrafficMirrorTargetsCommandOutput
3063
+ | DescribeTransitGatewayAttachmentsCommandOutput
3064
+ | DescribeTransitGatewayConnectPeersCommandOutput
3065
+ | DescribeTransitGatewayConnectsCommandOutput
3066
+ | DescribeTransitGatewayMulticastDomainsCommandOutput
3067
+ | DescribeTransitGatewayPeeringAttachmentsCommandOutput
3068
+ | DescribeTransitGatewayPolicyTablesCommandOutput
3069
+ | DescribeTransitGatewayRouteTableAnnouncementsCommandOutput
3070
+ | DescribeTransitGatewayRouteTablesCommandOutput
3071
+ | DescribeTransitGatewayVpcAttachmentsCommandOutput
3072
+ | DescribeTransitGatewaysCommandOutput
3073
+ | DescribeTrunkInterfaceAssociationsCommandOutput
3074
+ | DescribeVolumeAttributeCommandOutput
3075
+ | DescribeVolumeStatusCommandOutput
3076
+ | DescribeVolumesCommandOutput
3077
+ | DescribeVolumesModificationsCommandOutput
3078
+ | DescribeVpcAttributeCommandOutput
3079
+ | DescribeVpcClassicLinkCommandOutput
3080
+ | DescribeVpcClassicLinkDnsSupportCommandOutput
3081
+ | DescribeVpcEndpointConnectionNotificationsCommandOutput
3082
+ | DescribeVpcEndpointConnectionsCommandOutput
3083
+ | DescribeVpcEndpointServiceConfigurationsCommandOutput
3084
+ | DescribeVpcEndpointServicePermissionsCommandOutput
3085
+ | DescribeVpcEndpointServicesCommandOutput
3086
+ | DescribeVpcEndpointsCommandOutput
3087
+ | DescribeVpcPeeringConnectionsCommandOutput
3088
+ | DescribeVpcsCommandOutput
3089
+ | DescribeVpnConnectionsCommandOutput
3090
+ | DescribeVpnGatewaysCommandOutput
3091
+ | DetachClassicLinkVpcCommandOutput
3092
+ | DetachInternetGatewayCommandOutput
3093
+ | DetachNetworkInterfaceCommandOutput
3094
+ | DetachVolumeCommandOutput
3095
+ | DetachVpnGatewayCommandOutput
3096
+ | DisableEbsEncryptionByDefaultCommandOutput
3097
+ | DisableFastLaunchCommandOutput
3098
+ | DisableFastSnapshotRestoresCommandOutput
3099
+ | DisableImageDeprecationCommandOutput
3100
+ | DisableIpamOrganizationAdminAccountCommandOutput
3101
+ | DisableSerialConsoleAccessCommandOutput
3102
+ | DisableTransitGatewayRouteTablePropagationCommandOutput
3103
+ | DisableVgwRoutePropagationCommandOutput
3104
+ | DisableVpcClassicLinkCommandOutput
3105
+ | DisableVpcClassicLinkDnsSupportCommandOutput
3106
+ | DisassociateAddressCommandOutput
3107
+ | DisassociateClientVpnTargetNetworkCommandOutput
3108
+ | DisassociateEnclaveCertificateIamRoleCommandOutput
3109
+ | DisassociateIamInstanceProfileCommandOutput
3110
+ | DisassociateInstanceEventWindowCommandOutput
3111
+ | DisassociateRouteTableCommandOutput
3112
+ | DisassociateSubnetCidrBlockCommandOutput
3113
+ | DisassociateTransitGatewayMulticastDomainCommandOutput
3114
+ | DisassociateTransitGatewayPolicyTableCommandOutput
3115
+ | DisassociateTransitGatewayRouteTableCommandOutput
3116
+ | DisassociateTrunkInterfaceCommandOutput
3117
+ | DisassociateVpcCidrBlockCommandOutput
3118
+ | EnableEbsEncryptionByDefaultCommandOutput
3119
+ | EnableFastLaunchCommandOutput
3120
+ | EnableFastSnapshotRestoresCommandOutput
3121
+ | EnableImageDeprecationCommandOutput
3122
+ | EnableIpamOrganizationAdminAccountCommandOutput
3123
+ | EnableSerialConsoleAccessCommandOutput
3124
+ | EnableTransitGatewayRouteTablePropagationCommandOutput
3125
+ | EnableVgwRoutePropagationCommandOutput
3126
+ | EnableVolumeIOCommandOutput
3127
+ | EnableVpcClassicLinkCommandOutput
3128
+ | EnableVpcClassicLinkDnsSupportCommandOutput
3129
+ | ExportClientVpnClientCertificateRevocationListCommandOutput
3130
+ | ExportClientVpnClientConfigurationCommandOutput
3131
+ | ExportImageCommandOutput
3132
+ | ExportTransitGatewayRoutesCommandOutput
3133
+ | GetAssociatedEnclaveCertificateIamRolesCommandOutput
3134
+ | GetAssociatedIpv6PoolCidrsCommandOutput
3135
+ | GetCapacityReservationUsageCommandOutput
3136
+ | GetCoipPoolUsageCommandOutput
3137
+ | GetConsoleOutputCommandOutput
3138
+ | GetConsoleScreenshotCommandOutput
3139
+ | GetDefaultCreditSpecificationCommandOutput
3140
+ | GetEbsDefaultKmsKeyIdCommandOutput
3141
+ | GetEbsEncryptionByDefaultCommandOutput
3142
+ | GetFlowLogsIntegrationTemplateCommandOutput
3143
+ | GetGroupsForCapacityReservationCommandOutput
3144
+ | GetHostReservationPurchasePreviewCommandOutput
3145
+ | GetInstanceTypesFromInstanceRequirementsCommandOutput
3146
+ | GetInstanceUefiDataCommandOutput
3147
+ | GetIpamAddressHistoryCommandOutput
3148
+ | GetIpamPoolAllocationsCommandOutput
3149
+ | GetIpamPoolCidrsCommandOutput
3150
+ | GetIpamResourceCidrsCommandOutput
3151
+ | GetLaunchTemplateDataCommandOutput
3152
+ | GetManagedPrefixListAssociationsCommandOutput
3153
+ | GetManagedPrefixListEntriesCommandOutput
3154
+ | GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput
3155
+ | GetNetworkInsightsAccessScopeContentCommandOutput
3156
+ | GetPasswordDataCommandOutput
3157
+ | GetReservedInstancesExchangeQuoteCommandOutput
3158
+ | GetSerialConsoleAccessStatusCommandOutput
3159
+ | GetSpotPlacementScoresCommandOutput
3160
+ | GetSubnetCidrReservationsCommandOutput
3161
+ | GetTransitGatewayAttachmentPropagationsCommandOutput
3162
+ | GetTransitGatewayMulticastDomainAssociationsCommandOutput
3163
+ | GetTransitGatewayPolicyTableAssociationsCommandOutput
3164
+ | GetTransitGatewayPolicyTableEntriesCommandOutput
3165
+ | GetTransitGatewayPrefixListReferencesCommandOutput
3166
+ | GetTransitGatewayRouteTableAssociationsCommandOutput
3167
+ | GetTransitGatewayRouteTablePropagationsCommandOutput
3168
+ | GetVpnConnectionDeviceSampleConfigurationCommandOutput
3169
+ | GetVpnConnectionDeviceTypesCommandOutput
3170
+ | ImportClientVpnClientCertificateRevocationListCommandOutput
3171
+ | ImportImageCommandOutput
3172
+ | ImportInstanceCommandOutput
3173
+ | ImportKeyPairCommandOutput
3174
+ | ImportSnapshotCommandOutput
3175
+ | ImportVolumeCommandOutput
3176
+ | ListImagesInRecycleBinCommandOutput
3177
+ | ListSnapshotsInRecycleBinCommandOutput
3178
+ | ModifyAddressAttributeCommandOutput
3179
+ | ModifyAvailabilityZoneGroupCommandOutput
3180
+ | ModifyCapacityReservationCommandOutput
3181
+ | ModifyCapacityReservationFleetCommandOutput
3182
+ | ModifyClientVpnEndpointCommandOutput
3183
+ | ModifyDefaultCreditSpecificationCommandOutput
3184
+ | ModifyEbsDefaultKmsKeyIdCommandOutput
3185
+ | ModifyFleetCommandOutput
3186
+ | ModifyFpgaImageAttributeCommandOutput
3187
+ | ModifyHostsCommandOutput
3188
+ | ModifyIdFormatCommandOutput
3189
+ | ModifyIdentityIdFormatCommandOutput
3190
+ | ModifyImageAttributeCommandOutput
3191
+ | ModifyInstanceAttributeCommandOutput
3192
+ | ModifyInstanceCapacityReservationAttributesCommandOutput
3193
+ | ModifyInstanceCreditSpecificationCommandOutput
3194
+ | ModifyInstanceEventStartTimeCommandOutput
3195
+ | ModifyInstanceEventWindowCommandOutput
3196
+ | ModifyInstanceMaintenanceOptionsCommandOutput
3197
+ | ModifyInstanceMetadataOptionsCommandOutput
3198
+ | ModifyInstancePlacementCommandOutput
3199
+ | ModifyIpamCommandOutput
3200
+ | ModifyIpamPoolCommandOutput
3201
+ | ModifyIpamResourceCidrCommandOutput
3202
+ | ModifyIpamScopeCommandOutput
3203
+ | ModifyLaunchTemplateCommandOutput
3204
+ | ModifyLocalGatewayRouteCommandOutput
3205
+ | ModifyManagedPrefixListCommandOutput
3206
+ | ModifyNetworkInterfaceAttributeCommandOutput
3207
+ | ModifyPrivateDnsNameOptionsCommandOutput
3208
+ | ModifyReservedInstancesCommandOutput
3209
+ | ModifySecurityGroupRulesCommandOutput
3210
+ | ModifySnapshotAttributeCommandOutput
3211
+ | ModifySnapshotTierCommandOutput
3212
+ | ModifySpotFleetRequestCommandOutput
3213
+ | ModifySubnetAttributeCommandOutput
3214
+ | ModifyTrafficMirrorFilterNetworkServicesCommandOutput
3215
+ | ModifyTrafficMirrorFilterRuleCommandOutput
3216
+ | ModifyTrafficMirrorSessionCommandOutput
3217
+ | ModifyTransitGatewayCommandOutput
3218
+ | ModifyTransitGatewayPrefixListReferenceCommandOutput
3219
+ | ModifyTransitGatewayVpcAttachmentCommandOutput
3220
+ | ModifyVolumeAttributeCommandOutput
3221
+ | ModifyVolumeCommandOutput
3222
+ | ModifyVpcAttributeCommandOutput
3223
+ | ModifyVpcEndpointCommandOutput
3224
+ | ModifyVpcEndpointConnectionNotificationCommandOutput
3225
+ | ModifyVpcEndpointServiceConfigurationCommandOutput
3226
+ | ModifyVpcEndpointServicePayerResponsibilityCommandOutput
3227
+ | ModifyVpcEndpointServicePermissionsCommandOutput
3228
+ | ModifyVpcPeeringConnectionOptionsCommandOutput
3229
+ | ModifyVpcTenancyCommandOutput
3230
+ | ModifyVpnConnectionCommandOutput
3231
+ | ModifyVpnConnectionOptionsCommandOutput
3232
+ | ModifyVpnTunnelCertificateCommandOutput
3233
+ | ModifyVpnTunnelOptionsCommandOutput
3234
+ | MonitorInstancesCommandOutput
3235
+ | MoveAddressToVpcCommandOutput
3236
+ | MoveByoipCidrToIpamCommandOutput
3237
+ | ProvisionByoipCidrCommandOutput
3238
+ | ProvisionIpamPoolCidrCommandOutput
3239
+ | ProvisionPublicIpv4PoolCidrCommandOutput
3240
+ | PurchaseHostReservationCommandOutput
3241
+ | PurchaseReservedInstancesOfferingCommandOutput
3242
+ | PurchaseScheduledInstancesCommandOutput
3243
+ | RebootInstancesCommandOutput
3244
+ | RegisterImageCommandOutput
3245
+ | RegisterInstanceEventNotificationAttributesCommandOutput
3246
+ | RegisterTransitGatewayMulticastGroupMembersCommandOutput
3247
+ | RegisterTransitGatewayMulticastGroupSourcesCommandOutput
3248
+ | RejectTransitGatewayMulticastDomainAssociationsCommandOutput
3249
+ | RejectTransitGatewayPeeringAttachmentCommandOutput
3250
+ | RejectTransitGatewayVpcAttachmentCommandOutput
3251
+ | RejectVpcEndpointConnectionsCommandOutput
3252
+ | RejectVpcPeeringConnectionCommandOutput
3253
+ | ReleaseAddressCommandOutput
3254
+ | ReleaseHostsCommandOutput
3255
+ | ReleaseIpamPoolAllocationCommandOutput
3256
+ | ReplaceIamInstanceProfileAssociationCommandOutput
3257
+ | ReplaceNetworkAclAssociationCommandOutput
3258
+ | ReplaceNetworkAclEntryCommandOutput
3259
+ | ReplaceRouteCommandOutput
3260
+ | ReplaceRouteTableAssociationCommandOutput
3261
+ | ReplaceTransitGatewayRouteCommandOutput
3262
+ | ReportInstanceStatusCommandOutput
3263
+ | RequestSpotFleetCommandOutput
3264
+ | RequestSpotInstancesCommandOutput
3265
+ | ResetAddressAttributeCommandOutput
3266
+ | ResetEbsDefaultKmsKeyIdCommandOutput
3267
+ | ResetFpgaImageAttributeCommandOutput
3268
+ | ResetImageAttributeCommandOutput
3269
+ | ResetInstanceAttributeCommandOutput
3270
+ | ResetNetworkInterfaceAttributeCommandOutput
3271
+ | ResetSnapshotAttributeCommandOutput
3272
+ | RestoreAddressToClassicCommandOutput
3273
+ | RestoreImageFromRecycleBinCommandOutput
3274
+ | RestoreManagedPrefixListVersionCommandOutput
3275
+ | RestoreSnapshotFromRecycleBinCommandOutput
3276
+ | RestoreSnapshotTierCommandOutput
3277
+ | RevokeClientVpnIngressCommandOutput
3278
+ | RevokeSecurityGroupEgressCommandOutput
3279
+ | RevokeSecurityGroupIngressCommandOutput
3280
+ | RunInstancesCommandOutput
3281
+ | RunScheduledInstancesCommandOutput
3282
+ | SearchLocalGatewayRoutesCommandOutput
3283
+ | SearchTransitGatewayMulticastGroupsCommandOutput
3284
+ | SearchTransitGatewayRoutesCommandOutput
3285
+ | SendDiagnosticInterruptCommandOutput
3286
+ | StartInstancesCommandOutput
3287
+ | StartNetworkInsightsAccessScopeAnalysisCommandOutput
3288
+ | StartNetworkInsightsAnalysisCommandOutput
3289
+ | StartVpcEndpointServicePrivateDnsVerificationCommandOutput
3290
+ | StopInstancesCommandOutput
3291
+ | TerminateClientVpnConnectionsCommandOutput
3292
+ | TerminateInstancesCommandOutput
3293
+ | UnassignIpv6AddressesCommandOutput
3294
+ | UnassignPrivateIpAddressesCommandOutput
3295
+ | UnmonitorInstancesCommandOutput
3296
+ | UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
3297
+ | UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
3298
+ | WithdrawByoipCidrCommandOutput;
3299
+ export interface ClientDefaults
3300
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
3301
+ requestHandler?: __HttpHandler;
3302
+ sha256?: __HashConstructor;
3303
+ urlParser?: __UrlParser;
3304
+ bodyLengthChecker?: __BodyLengthCalculator;
3305
+ streamCollector?: __StreamCollector;
3306
+ base64Decoder?: __Decoder;
3307
+ base64Encoder?: __Encoder;
3308
+ utf8Decoder?: __Decoder;
3309
+ utf8Encoder?: __Encoder;
3310
+ runtime?: string;
3311
+ disableHostPrefix?: boolean;
3312
+ maxAttempts?: number | __Provider<number>;
3313
+ retryMode?: string | __Provider<string>;
3314
+ logger?: __Logger;
3315
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
3316
+ useFipsEndpoint?: boolean | __Provider<boolean>;
3317
+ serviceId?: string;
3318
+ region?: string | __Provider<string>;
3319
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
3320
+ regionInfoProvider?: RegionInfoProvider;
3321
+ defaultUserAgentProvider?: Provider<__UserAgent>;
3322
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
3323
+ }
3324
+ declare type EC2ClientConfigType = Partial<
3325
+ __SmithyConfiguration<__HttpHandlerOptions>
3326
+ > &
3327
+ ClientDefaults &
3328
+ RegionInputConfig &
3329
+ EndpointsInputConfig &
3330
+ RetryInputConfig &
3331
+ HostHeaderInputConfig &
3332
+ AwsAuthInputConfig &
3333
+ UserAgentInputConfig;
3334
+ export interface EC2ClientConfig extends EC2ClientConfigType {}
3335
+ declare type EC2ClientResolvedConfigType =
3336
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
3337
+ Required<ClientDefaults> &
3338
+ RegionResolvedConfig &
3339
+ EndpointsResolvedConfig &
3340
+ RetryResolvedConfig &
3341
+ HostHeaderResolvedConfig &
3342
+ AwsAuthResolvedConfig &
3343
+ UserAgentResolvedConfig;
3344
+ export interface EC2ClientResolvedConfig extends EC2ClientResolvedConfigType {}
3345
+ export declare class EC2Client extends __Client<
3346
+ __HttpHandlerOptions,
3347
+ ServiceInputTypes,
3348
+ ServiceOutputTypes,
3349
+ EC2ClientResolvedConfig
3350
+ > {
3351
+ readonly config: EC2ClientResolvedConfig;
3352
+ constructor(configuration: EC2ClientConfig);
3353
+ destroy(): void;
3354
+ }
3355
+ export {};