@aws-sdk/client-ec2 3.800.0 → 3.804.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 (1068) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +850 -196
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  9. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  10. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  11. package/dist-es/commands/ImportImageCommand.js +1 -1
  12. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +2 -0
  16. package/dist-es/models/models_2.js +13 -8
  17. package/dist-es/models/models_3.js +8 -3
  18. package/dist-es/models/models_4.js +3 -6
  19. package/dist-es/models/models_5.js +12 -3
  20. package/dist-es/models/models_6.js +3 -21
  21. package/dist-es/models/models_7.js +22 -24
  22. package/dist-es/models/models_8.js +23 -0
  23. package/dist-es/protocols/Aws_ec2.js +560 -29
  24. package/dist-types/EC2.d.ts +44 -0
  25. package/dist-types/EC2Client.d.ts +8 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
  27. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  28. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  29. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  30. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  31. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
  32. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
  33. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  34. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  35. package/dist-types/commands/AllocateHostsCommand.d.ts +2 -2
  36. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  37. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
  38. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
  39. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
  40. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  41. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  42. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
  43. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  45. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
  46. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
  47. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +1 -1
  48. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -2
  49. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
  50. package/dist-types/commands/AssociateRouteServerCommand.d.ts +1 -1
  51. package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
  52. package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  53. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
  54. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  55. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  56. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
  58. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
  59. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
  60. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  63. package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
  64. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
  66. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -2
  67. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  68. package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
  69. package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
  71. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
  72. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
  74. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
  76. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
  77. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
  78. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
  79. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  80. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  81. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  82. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  83. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  84. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
  85. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
  87. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  91. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -2
  95. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  96. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  97. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
  98. package/dist-types/commands/CreateImageCommand.d.ts +3 -2
  99. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
  100. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -2
  102. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +2 -2
  105. package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -2
  109. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -3
  110. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -3
  111. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
  113. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
  114. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
  115. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  116. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  117. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  118. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -2
  119. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  120. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  123. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
  124. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  126. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  128. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  129. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  130. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  131. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  133. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
  134. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  135. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
  136. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  137. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
  138. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  140. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  141. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -2
  142. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  144. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -2
  145. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -2
  146. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  147. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -2
  149. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -2
  150. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -2
  151. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -2
  152. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -2
  153. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  154. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  155. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -2
  156. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -2
  157. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -2
  158. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -2
  159. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  160. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  161. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  162. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  163. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
  164. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  165. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
  166. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  167. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  168. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +3 -3
  169. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
  170. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  171. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
  172. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  177. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  178. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  191. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  197. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  198. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  200. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  201. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  202. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  203. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  204. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  205. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  206. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  207. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  208. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  209. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  210. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  212. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  213. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  214. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  215. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  216. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  217. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  218. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  219. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  220. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  221. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  222. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  223. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  224. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  225. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  226. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  227. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  228. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  229. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  230. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  231. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  232. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  233. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  234. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  235. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  236. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  237. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  238. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  239. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  240. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  241. package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
  242. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  243. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  244. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
  245. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  246. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
  247. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
  248. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
  249. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  250. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
  251. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
  252. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  253. package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
  254. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  255. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  256. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  257. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  258. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  259. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  260. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  261. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  262. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
  263. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
  264. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  265. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  266. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  267. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  268. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  269. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
  270. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
  271. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  272. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  274. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  275. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  276. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  277. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  278. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  279. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  280. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  281. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  282. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  283. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  284. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  285. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  286. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -2
  287. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  288. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  289. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  290. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  291. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  292. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  293. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  294. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  295. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  296. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  297. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  298. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  299. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  300. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  301. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  302. package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -2
  303. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
  304. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  305. package/dist-types/commands/DisableImageCommand.d.ts +2 -2
  306. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -2
  307. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  308. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  309. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  310. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  311. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  312. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  313. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  314. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  315. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  316. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  317. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  318. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  319. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  320. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  321. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
  322. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  323. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  324. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  325. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  326. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  327. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  328. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  329. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  330. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
  331. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  332. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  333. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  334. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  335. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  336. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  337. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  338. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  339. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  340. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  341. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  342. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  343. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  344. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  345. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  346. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  347. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  348. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  349. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  350. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  351. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  352. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  353. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  354. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  355. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  356. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  357. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  358. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  359. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  360. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  361. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  362. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  363. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  364. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  365. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  366. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  367. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  368. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  369. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  370. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  371. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -2
  372. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  373. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  374. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  375. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  376. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  377. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  378. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  379. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  380. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  381. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  382. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  383. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  384. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  385. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  386. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  387. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  388. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  389. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  390. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  391. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  392. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  393. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -2
  394. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
  395. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  396. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
  397. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
  398. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  399. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  400. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  401. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  402. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  403. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  404. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  405. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  406. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  407. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  408. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  409. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  410. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  411. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  412. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  413. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  414. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  415. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  416. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  417. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  418. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  419. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  420. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  421. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  422. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  423. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  424. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  425. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  426. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  427. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  428. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  429. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  430. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  431. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  432. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  433. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  434. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  435. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  436. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  437. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
  438. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  439. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  440. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  441. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  442. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  443. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  444. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  445. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  446. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  447. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  448. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  449. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  450. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  451. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  452. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  453. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  454. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  455. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  456. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  457. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  458. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  459. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  460. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  461. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  462. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  463. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  464. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  465. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  466. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  467. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  468. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  469. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  470. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  471. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  472. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  473. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  474. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  475. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  476. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  477. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  478. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  479. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  480. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  481. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  482. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  483. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  484. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  485. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  486. package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
  487. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  488. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  489. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  490. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  491. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  492. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  493. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  494. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  495. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  496. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  497. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  498. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  499. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  500. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  501. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  502. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  503. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  504. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  505. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -4
  506. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -2
  507. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -2
  508. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  509. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
  510. package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -2
  511. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -2
  512. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
  513. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
  514. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -3
  515. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  516. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  517. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  518. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  519. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  520. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  521. package/dist-types/commands/RunInstancesCommand.d.ts +3 -2
  522. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  523. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  524. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  525. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  526. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  527. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  528. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  529. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  530. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  531. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  532. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  533. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  534. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  535. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  536. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  537. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  538. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  539. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  540. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  541. package/dist-types/commands/index.d.ts +6 -0
  542. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  543. package/dist-types/models/models_0.d.ts +2 -0
  544. package/dist-types/models/models_1.d.ts +61 -0
  545. package/dist-types/models/models_2.d.ts +322 -214
  546. package/dist-types/models/models_3.d.ts +270 -454
  547. package/dist-types/models/models_4.d.ts +3916 -3906
  548. package/dist-types/models/models_5.d.ts +1257 -949
  549. package/dist-types/models/models_6.d.ts +3406 -3631
  550. package/dist-types/models/models_7.d.ts +1825 -1722
  551. package/dist-types/models/models_8.d.ts +471 -3
  552. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  553. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  554. package/dist-types/runtimeConfig.d.ts +16 -16
  555. package/dist-types/runtimeConfig.native.d.ts +18 -18
  556. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  557. package/dist-types/ts3.4/EC2.d.ts +134 -0
  558. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  559. package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +1 -1
  560. package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  561. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  562. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  563. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  564. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
  565. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
  566. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  567. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
  568. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  569. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
  570. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +1 -1
  571. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
  572. package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  573. package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  574. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
  575. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  576. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  577. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
  578. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
  579. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +1 -1
  580. package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  581. package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
  582. package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +1 -1
  583. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +1 -1
  584. package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  585. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
  586. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  587. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  588. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  589. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
  590. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
  591. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
  592. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +1 -1
  593. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
  594. package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  595. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +1 -1
  596. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +1 -1
  597. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
  598. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  599. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +1 -1
  600. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +1 -1
  601. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -1
  602. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
  603. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +1 -1
  604. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
  605. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +1 -1
  606. package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
  607. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
  608. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
  609. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
  610. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  611. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  612. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  613. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  614. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  615. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
  616. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  617. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  618. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  619. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  620. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  621. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  622. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  623. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  624. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  625. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  626. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -1
  627. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
  628. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
  629. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
  630. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  631. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  632. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  633. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +1 -1
  634. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +1 -1
  635. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +1 -1
  636. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  637. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  638. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  639. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  640. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  641. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  642. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  643. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  644. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  645. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +1 -1
  646. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  647. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  648. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  649. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  650. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  651. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  652. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  653. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  654. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  655. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  656. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  657. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  658. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
  659. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  660. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  661. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
  662. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  663. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  664. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  665. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
  666. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
  667. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  668. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  669. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  670. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  671. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  672. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  673. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  674. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  675. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  676. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  677. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  678. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  679. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  680. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  681. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  682. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  683. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  684. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  685. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  686. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  687. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  688. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
  689. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  690. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  691. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  692. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  693. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  694. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  695. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  696. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  697. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  698. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  699. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  700. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  701. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
  702. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  703. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  704. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  705. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  706. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  707. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  708. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  709. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  710. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  711. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  712. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  713. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  714. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  715. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  716. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  717. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  718. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  719. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  720. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  721. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  722. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  723. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  724. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  725. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  726. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  727. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  728. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  729. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  730. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  731. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  732. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  733. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  734. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  735. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  736. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  737. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  738. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  739. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  742. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  743. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  744. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  745. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  746. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  747. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  748. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  749. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  750. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  752. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  756. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  758. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  759. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
  771. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  772. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +1 -1
  773. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  774. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  775. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  776. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  781. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
  782. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
  783. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  785. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  792. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  794. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  795. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  796. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  797. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  798. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  799. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -2
  815. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
  816. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +2 -2
  818. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -2
  819. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  840. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  841. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  842. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
  843. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  844. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  845. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  846. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  847. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  848. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  849. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  850. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  851. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  852. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  853. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  854. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  855. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  856. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  857. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  858. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  859. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  860. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  861. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  862. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  863. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  864. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  865. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  866. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  867. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  868. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  869. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  870. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  871. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  872. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  873. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  874. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  875. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  876. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  877. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  878. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  879. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  880. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  881. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  882. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  883. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  884. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  885. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  886. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  887. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  888. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  889. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  890. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  891. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  892. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  893. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  894. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  895. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  896. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  897. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  898. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  899. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  900. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  901. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  902. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  903. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  904. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  905. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -5
  906. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
  907. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  908. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
  909. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
  910. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  911. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  912. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  913. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  914. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  915. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  916. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  917. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  918. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  919. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  920. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  921. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  922. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  923. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  924. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  925. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  926. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  927. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  928. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  929. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  930. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  931. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  932. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  933. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  934. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  935. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  936. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  937. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  938. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  939. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  940. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  941. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  942. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  943. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  944. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  945. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  946. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  947. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  948. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
  949. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  950. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  951. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  952. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  953. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  954. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  955. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  956. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  957. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  958. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  959. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  960. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  961. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  962. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  963. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  964. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  965. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  966. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  967. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  968. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  969. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  970. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  971. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  972. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  973. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  974. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  975. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  976. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  977. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  978. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  979. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  980. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  981. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  982. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  983. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
  984. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  985. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  986. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  987. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  988. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  989. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  990. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  991. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  992. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  993. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  994. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  995. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  996. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  997. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  998. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  999. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  1000. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  1001. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  1002. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  1003. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1004. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  1005. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  1006. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  1007. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  1008. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  1009. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  1010. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  1011. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  1012. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  1013. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  1014. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  1015. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  1016. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +3 -5
  1017. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  1018. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -2
  1019. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1020. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
  1021. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -2
  1022. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -2
  1023. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
  1024. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
  1025. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +5 -3
  1026. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  1027. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  1028. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  1029. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  1030. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  1031. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  1032. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  1033. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  1034. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  1035. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  1036. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  1037. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  1038. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  1039. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  1040. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  1041. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  1042. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  1043. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  1044. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  1045. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  1046. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  1047. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  1048. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  1049. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  1050. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  1051. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  1052. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  1053. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  1054. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  1055. package/dist-types/ts3.4/models/models_1.d.ts +3 -0
  1056. package/dist-types/ts3.4/models/models_2.d.ts +77 -54
  1057. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  1058. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  1059. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  1060. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  1061. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  1062. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  1063. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  1064. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  1065. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  1066. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  1067. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  1068. package/package.json +21 -21
@@ -23,7 +23,7 @@ export interface EnableImageDeregistrationProtectionCommandOutput extends Enable
23
23
  }
24
24
  declare const EnableImageDeregistrationProtectionCommand_base: {
25
25
  new (input: EnableImageDeregistrationProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableImageDeregistrationProtectionCommandInput, EnableImageDeregistrationProtectionCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableImageDeregistrationProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableImageDeregistrationProtectionCommandInput, EnableImageDeregistrationProtectionCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableImageDeregistrationProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<EnableImageDeregistrationProtectionCommandInput, EnableImageDeregistrationProtectionCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface EnableIpamOrganizationAdminAccountCommandOutput extends EnableI
23
23
  }
24
24
  declare const EnableIpamOrganizationAdminAccountCommand_base: {
25
25
  new (input: EnableIpamOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableIpamOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableIpamOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableIpamOrganizationAdminAccountCommandInput, EnableIpamOrganizationAdminAccountCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface EnableRouteServerPropagationCommandOutput extends EnableRouteSe
23
23
  }
24
24
  declare const EnableRouteServerPropagationCommand_base: {
25
25
  new (input: EnableRouteServerPropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRouteServerPropagationCommandInput, EnableRouteServerPropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableRouteServerPropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRouteServerPropagationCommandInput, EnableRouteServerPropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableRouteServerPropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRouteServerPropagationCommandInput, EnableRouteServerPropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface EnableSnapshotBlockPublicAccessCommandOutput extends EnableSnap
23
23
  }
24
24
  declare const EnableSnapshotBlockPublicAccessCommand_base: {
25
25
  new (input: EnableSnapshotBlockPublicAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableSnapshotBlockPublicAccessCommandInput, EnableSnapshotBlockPublicAccessCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableSnapshotBlockPublicAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableSnapshotBlockPublicAccessCommandInput, EnableSnapshotBlockPublicAccessCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableSnapshotBlockPublicAccessCommandInput): import("@smithy/smithy-client").CommandImpl<EnableSnapshotBlockPublicAccessCommandInput, EnableSnapshotBlockPublicAccessCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface EnableTransitGatewayRouteTablePropagationCommandOutput extends
23
23
  }
24
24
  declare const EnableTransitGatewayRouteTablePropagationCommand_base: {
25
25
  new (input: EnableTransitGatewayRouteTablePropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableTransitGatewayRouteTablePropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableTransitGatewayRouteTablePropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableTransitGatewayRouteTablePropagationCommandInput, EnableTransitGatewayRouteTablePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface EnableVgwRoutePropagationCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const EnableVgwRoutePropagationCommand_base: {
25
25
  new (input: EnableVgwRoutePropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableVgwRoutePropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableVgwRoutePropagationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVgwRoutePropagationCommandInput, EnableVgwRoutePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface EnableVolumeIOCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const EnableVolumeIOCommand_base: {
25
25
  new (input: EnableVolumeIOCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVolumeIOCommandInput, EnableVolumeIOCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableVolumeIOCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVolumeIOCommandInput, EnableVolumeIOCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableVolumeIOCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVolumeIOCommandInput, EnableVolumeIOCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface EnableVpcClassicLinkCommandOutput extends EnableVpcClassicLinkR
23
23
  }
24
24
  declare const EnableVpcClassicLinkCommand_base: {
25
25
  new (input: EnableVpcClassicLinkCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVpcClassicLinkCommandInput, EnableVpcClassicLinkCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: EnableVpcClassicLinkCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVpcClassicLinkCommandInput, EnableVpcClassicLinkCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableVpcClassicLinkCommandInput): import("@smithy/smithy-client").CommandImpl<EnableVpcClassicLinkCommandInput, EnableVpcClassicLinkCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExportClientVpnClientCertificateRevocationListCommandOutput ext
23
23
  }
24
24
  declare const ExportClientVpnClientCertificateRevocationListCommand_base: {
25
25
  new (input: ExportClientVpnClientCertificateRevocationListCommandInput): import("@smithy/smithy-client").CommandImpl<ExportClientVpnClientCertificateRevocationListCommandInput, ExportClientVpnClientCertificateRevocationListCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExportClientVpnClientCertificateRevocationListCommandInput): import("@smithy/smithy-client").CommandImpl<ExportClientVpnClientCertificateRevocationListCommandInput, ExportClientVpnClientCertificateRevocationListCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportClientVpnClientCertificateRevocationListCommandInput): import("@smithy/smithy-client").CommandImpl<ExportClientVpnClientCertificateRevocationListCommandInput, ExportClientVpnClientCertificateRevocationListCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExportClientVpnClientConfigurationCommandOutput extends ExportC
23
23
  }
24
24
  declare const ExportClientVpnClientConfigurationCommand_base: {
25
25
  new (input: ExportClientVpnClientConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExportClientVpnClientConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportClientVpnClientConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ExportClientVpnClientConfigurationCommandInput, ExportClientVpnClientConfigurationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExportImageCommandOutput extends ExportImageResult, __MetadataB
23
23
  }
24
24
  declare const ExportImageCommand_base: {
25
25
  new (input: ExportImageCommandInput): import("@smithy/smithy-client").CommandImpl<ExportImageCommandInput, ExportImageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExportImageCommandInput): import("@smithy/smithy-client").CommandImpl<ExportImageCommandInput, ExportImageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportImageCommandInput): import("@smithy/smithy-client").CommandImpl<ExportImageCommandInput, ExportImageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -49,7 +49,7 @@ declare const ExportImageCommand_base: {
49
49
  * RoleName: "STRING_VALUE",
50
50
  * TagSpecifications: [ // TagSpecificationList
51
51
  * { // TagSpecification
52
- * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token",
52
+ * ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token",
53
53
  * Tags: [ // TagList
54
54
  * { // Tag
55
55
  * Key: "STRING_VALUE",
@@ -23,7 +23,7 @@ export interface ExportTransitGatewayRoutesCommandOutput extends ExportTransitGa
23
23
  }
24
24
  declare const ExportTransitGatewayRoutesCommand_base: {
25
25
  new (input: ExportTransitGatewayRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExportTransitGatewayRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportTransitGatewayRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<ExportTransitGatewayRoutesCommandInput, ExportTransitGatewayRoutesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExportVerifiedAccessInstanceClientConfigurationCommandOutput ex
23
23
  }
24
24
  declare const ExportVerifiedAccessInstanceClientConfigurationCommand_base: {
25
25
  new (input: ExportVerifiedAccessInstanceClientConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ExportVerifiedAccessInstanceClientConfigurationCommandInput, ExportVerifiedAccessInstanceClientConfigurationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExportVerifiedAccessInstanceClientConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ExportVerifiedAccessInstanceClientConfigurationCommandInput, ExportVerifiedAccessInstanceClientConfigurationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportVerifiedAccessInstanceClientConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ExportVerifiedAccessInstanceClientConfigurationCommandInput, ExportVerifiedAccessInstanceClientConfigurationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAssociatedEnclaveCertificateIamRolesCommandOutput extends Ge
23
23
  }
24
24
  declare const GetAssociatedEnclaveCertificateIamRolesCommand_base: {
25
25
  new (input: GetAssociatedEnclaveCertificateIamRolesCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAssociatedEnclaveCertificateIamRolesCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAssociatedEnclaveCertificateIamRolesCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedEnclaveCertificateIamRolesCommandInput, GetAssociatedEnclaveCertificateIamRolesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAssociatedIpv6PoolCidrsCommandOutput extends GetAssociatedIp
23
23
  }
24
24
  declare const GetAssociatedIpv6PoolCidrsCommand_base: {
25
25
  new (input: GetAssociatedIpv6PoolCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAssociatedIpv6PoolCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAssociatedIpv6PoolCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssociatedIpv6PoolCidrsCommandInput, GetAssociatedIpv6PoolCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetCapacityReservationUsageCommandOutput extends GetCapacityRes
23
23
  }
24
24
  declare const GetCapacityReservationUsageCommand_base: {
25
25
  new (input: GetCapacityReservationUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetCapacityReservationUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCapacityReservationUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityReservationUsageCommandInput, GetCapacityReservationUsageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetCoipPoolUsageCommandOutput extends GetCoipPoolUsageResult, _
23
23
  }
24
24
  declare const GetCoipPoolUsageCommand_base: {
25
25
  new (input: GetCoipPoolUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetCoipPoolUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCoipPoolUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetCoipPoolUsageCommandInput, GetCoipPoolUsageCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetConsoleOutputCommandOutput extends GetConsoleOutputResult, _
23
23
  }
24
24
  declare const GetConsoleOutputCommand_base: {
25
25
  new (input: GetConsoleOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetConsoleOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConsoleOutputCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsoleOutputCommandInput, GetConsoleOutputCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetConsoleScreenshotCommandOutput extends GetConsoleScreenshotR
23
23
  }
24
24
  declare const GetConsoleScreenshotCommand_base: {
25
25
  new (input: GetConsoleScreenshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetConsoleScreenshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConsoleScreenshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsoleScreenshotCommandInput, GetConsoleScreenshotCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDeclarativePoliciesReportSummaryCommandOutput extends GetDec
23
23
  }
24
24
  declare const GetDeclarativePoliciesReportSummaryCommand_base: {
25
25
  new (input: GetDeclarativePoliciesReportSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeclarativePoliciesReportSummaryCommandInput, GetDeclarativePoliciesReportSummaryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDeclarativePoliciesReportSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeclarativePoliciesReportSummaryCommandInput, GetDeclarativePoliciesReportSummaryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDeclarativePoliciesReportSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeclarativePoliciesReportSummaryCommandInput, GetDeclarativePoliciesReportSummaryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDefaultCreditSpecificationCommandOutput extends GetDefaultCr
23
23
  }
24
24
  declare const GetDefaultCreditSpecificationCommand_base: {
25
25
  new (input: GetDefaultCreditSpecificationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDefaultCreditSpecificationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDefaultCreditSpecificationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDefaultCreditSpecificationCommandInput, GetDefaultCreditSpecificationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetFlowLogsIntegrationTemplateCommandOutput extends GetFlowLogs
23
23
  }
24
24
  declare const GetFlowLogsIntegrationTemplateCommand_base: {
25
25
  new (input: GetFlowLogsIntegrationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetFlowLogsIntegrationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFlowLogsIntegrationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetGroupsForCapacityReservationCommandOutput extends GetGroupsF
23
23
  }
24
24
  declare const GetGroupsForCapacityReservationCommand_base: {
25
25
  new (input: GetGroupsForCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetGroupsForCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetGroupsForCapacityReservationCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetHostReservationPurchasePreviewCommandOutput extends GetHostR
23
23
  }
24
24
  declare const GetHostReservationPurchasePreviewCommand_base: {
25
25
  new (input: GetHostReservationPurchasePreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetHostReservationPurchasePreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetHostReservationPurchasePreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetInstanceTpmEkPubCommandOutput extends GetInstanceTpmEkPubRes
23
23
  }
24
24
  declare const GetInstanceTpmEkPubCommand_base: {
25
25
  new (input: GetInstanceTpmEkPubCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceTpmEkPubCommandInput, GetInstanceTpmEkPubCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetInstanceTpmEkPubCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceTpmEkPubCommandInput, GetInstanceTpmEkPubCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetInstanceTpmEkPubCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceTpmEkPubCommandInput, GetInstanceTpmEkPubCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetInstanceTypesFromInstanceRequirementsCommandOutput extends G
23
23
  }
24
24
  declare const GetInstanceTypesFromInstanceRequirementsCommand_base: {
25
25
  new (input: GetInstanceTypesFromInstanceRequirementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetInstanceTypesFromInstanceRequirementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetInstanceTypesFromInstanceRequirementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetInstanceUefiDataCommandOutput extends GetInstanceUefiDataRes
23
23
  }
24
24
  declare const GetInstanceUefiDataCommand_base: {
25
25
  new (input: GetInstanceUefiDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetInstanceUefiDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetInstanceUefiDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceUefiDataCommandInput, GetInstanceUefiDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIpamAddressHistoryCommandOutput extends GetIpamAddressHistor
23
23
  }
24
24
  declare const GetIpamAddressHistoryCommand_base: {
25
25
  new (input: GetIpamAddressHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIpamAddressHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIpamAddressHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamAddressHistoryCommandInput, GetIpamAddressHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIpamDiscoveredAccountsCommandOutput extends GetIpamDiscovere
23
23
  }
24
24
  declare const GetIpamDiscoveredAccountsCommand_base: {
25
25
  new (input: GetIpamDiscoveredAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredAccountsCommandInput, GetIpamDiscoveredAccountsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIpamDiscoveredAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredAccountsCommandInput, GetIpamDiscoveredAccountsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIpamDiscoveredAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredAccountsCommandInput, GetIpamDiscoveredAccountsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIpamDiscoveredPublicAddressesCommandOutput extends GetIpamDi
23
23
  }
24
24
  declare const GetIpamDiscoveredPublicAddressesCommand_base: {
25
25
  new (input: GetIpamDiscoveredPublicAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredPublicAddressesCommandInput, GetIpamDiscoveredPublicAddressesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIpamDiscoveredPublicAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredPublicAddressesCommandInput, GetIpamDiscoveredPublicAddressesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIpamDiscoveredPublicAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredPublicAddressesCommandInput, GetIpamDiscoveredPublicAddressesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIpamDiscoveredResourceCidrsCommandOutput extends GetIpamDisc
23
23
  }
24
24
  declare const GetIpamDiscoveredResourceCidrsCommand_base: {
25
25
  new (input: GetIpamDiscoveredResourceCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredResourceCidrsCommandInput, GetIpamDiscoveredResourceCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIpamDiscoveredResourceCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredResourceCidrsCommandInput, GetIpamDiscoveredResourceCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIpamDiscoveredResourceCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamDiscoveredResourceCidrsCommandInput, GetIpamDiscoveredResourceCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIpamPoolAllocationsCommandOutput extends GetIpamPoolAllocati
23
23
  }
24
24
  declare const GetIpamPoolAllocationsCommand_base: {
25
25
  new (input: GetIpamPoolAllocationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIpamPoolAllocationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIpamPoolAllocationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamPoolAllocationsCommandInput, GetIpamPoolAllocationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIpamPoolCidrsCommandOutput extends GetIpamPoolCidrsResult, _
23
23
  }
24
24
  declare const GetIpamPoolCidrsCommand_base: {
25
25
  new (input: GetIpamPoolCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIpamPoolCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIpamPoolCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamPoolCidrsCommandInput, GetIpamPoolCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIpamResourceCidrsCommandOutput extends GetIpamResourceCidrsR
23
23
  }
24
24
  declare const GetIpamResourceCidrsCommand_base: {
25
25
  new (input: GetIpamResourceCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIpamResourceCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIpamResourceCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIpamResourceCidrsCommandInput, GetIpamResourceCidrsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetLaunchTemplateDataCommandOutput extends GetLaunchTemplateDat
23
23
  }
24
24
  declare const GetLaunchTemplateDataCommand_base: {
25
25
  new (input: GetLaunchTemplateDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetLaunchTemplateDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLaunchTemplateDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -67,6 +67,7 @@ declare const GetLaunchTemplateDataCommand_base: {
67
67
  * // VolumeSize: Number("int"),
68
68
  * // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
69
69
  * // Throughput: Number("int"),
70
+ * // VolumeInitializationRate: Number("int"),
70
71
  * // },
71
72
  * // NoDevice: "STRING_VALUE",
72
73
  * // },
@@ -149,7 +150,7 @@ declare const GetLaunchTemplateDataCommand_base: {
149
150
  * // UserData: "STRING_VALUE",
150
151
  * // TagSpecifications: [ // LaunchTemplateTagSpecificationList
151
152
  * // { // LaunchTemplateTagSpecification
152
- * // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token",
153
+ * // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token",
153
154
  * // Tags: [ // TagList
154
155
  * // { // Tag
155
156
  * // Key: "STRING_VALUE",
@@ -23,7 +23,7 @@ export interface GetManagedPrefixListAssociationsCommandOutput extends GetManage
23
23
  }
24
24
  declare const GetManagedPrefixListAssociationsCommand_base: {
25
25
  new (input: GetManagedPrefixListAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetManagedPrefixListAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedPrefixListAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetManagedPrefixListEntriesCommandOutput extends GetManagedPref
23
23
  }
24
24
  declare const GetManagedPrefixListEntriesCommand_base: {
25
25
  new (input: GetManagedPrefixListEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetManagedPrefixListEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetManagedPrefixListEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput exte
23
23
  }
24
24
  declare const GetNetworkInsightsAccessScopeAnalysisFindingsCommand_base: {
25
25
  new (input: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput, GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetNetworkInsightsAccessScopeContentCommandOutput extends GetNe
23
23
  }
24
24
  declare const GetNetworkInsightsAccessScopeContentCommand_base: {
25
25
  new (input: GetNetworkInsightsAccessScopeContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkInsightsAccessScopeContentCommandInput, GetNetworkInsightsAccessScopeContentCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetNetworkInsightsAccessScopeContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkInsightsAccessScopeContentCommandInput, GetNetworkInsightsAccessScopeContentCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetNetworkInsightsAccessScopeContentCommandInput): import("@smithy/smithy-client").CommandImpl<GetNetworkInsightsAccessScopeContentCommandInput, GetNetworkInsightsAccessScopeContentCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetPasswordDataCommandOutput extends GetPasswordDataResult, __M
23
23
  }
24
24
  declare const GetPasswordDataCommand_base: {
25
25
  new (input: GetPasswordDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPasswordDataCommandInput, GetPasswordDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetPasswordDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPasswordDataCommandInput, GetPasswordDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPasswordDataCommandInput): import("@smithy/smithy-client").CommandImpl<GetPasswordDataCommandInput, GetPasswordDataCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetReservedInstancesExchangeQuoteCommandOutput extends GetReser
23
23
  }
24
24
  declare const GetReservedInstancesExchangeQuoteCommand_base: {
25
25
  new (input: GetReservedInstancesExchangeQuoteCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetReservedInstancesExchangeQuoteCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReservedInstancesExchangeQuoteCommandInput): import("@smithy/smithy-client").CommandImpl<GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRouteServerAssociationsCommandOutput extends GetRouteServerA
23
23
  }
24
24
  declare const GetRouteServerAssociationsCommand_base: {
25
25
  new (input: GetRouteServerAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerAssociationsCommandInput, GetRouteServerAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRouteServerAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerAssociationsCommandInput, GetRouteServerAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRouteServerAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerAssociationsCommandInput, GetRouteServerAssociationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRouteServerPropagationsCommandOutput extends GetRouteServerP
23
23
  }
24
24
  declare const GetRouteServerPropagationsCommand_base: {
25
25
  new (input: GetRouteServerPropagationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerPropagationsCommandInput, GetRouteServerPropagationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRouteServerPropagationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerPropagationsCommandInput, GetRouteServerPropagationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRouteServerPropagationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerPropagationsCommandInput, GetRouteServerPropagationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRouteServerRoutingDatabaseCommandOutput extends GetRouteServ
23
23
  }
24
24
  declare const GetRouteServerRoutingDatabaseCommand_base: {
25
25
  new (input: GetRouteServerRoutingDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerRoutingDatabaseCommandInput, GetRouteServerRoutingDatabaseCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRouteServerRoutingDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerRoutingDatabaseCommandInput, GetRouteServerRoutingDatabaseCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRouteServerRoutingDatabaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteServerRoutingDatabaseCommandInput, GetRouteServerRoutingDatabaseCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSecurityGroupsForVpcCommandOutput extends GetSecurityGroupsF
23
23
  }
24
24
  declare const GetSecurityGroupsForVpcCommand_base: {
25
25
  new (input: GetSecurityGroupsForVpcCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityGroupsForVpcCommandInput, GetSecurityGroupsForVpcCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSecurityGroupsForVpcCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityGroupsForVpcCommandInput, GetSecurityGroupsForVpcCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSecurityGroupsForVpcCommandInput): import("@smithy/smithy-client").CommandImpl<GetSecurityGroupsForVpcCommandInput, GetSecurityGroupsForVpcCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSpotPlacementScoresCommandOutput extends GetSpotPlacementSco
23
23
  }
24
24
  declare const GetSpotPlacementScoresCommand_base: {
25
25
  new (input: GetSpotPlacementScoresCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSpotPlacementScoresCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSpotPlacementScoresCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetSubnetCidrReservationsCommandOutput extends GetSubnetCidrRes
23
23
  }
24
24
  declare const GetSubnetCidrReservationsCommand_base: {
25
25
  new (input: GetSubnetCidrReservationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetSubnetCidrReservationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSubnetCidrReservationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**