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