@aws-sdk/client-ec2 3.777.0 → 3.782.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 (368) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +3032 -1378
  3. package/dist-es/EC2.js +34 -0
  4. package/dist-es/commands/AssociateRouteServerCommand.js +22 -0
  5. package/dist-es/commands/CopySnapshotCommand.js +1 -1
  6. package/dist-es/commands/CreateRouteServerCommand.js +22 -0
  7. package/dist-es/commands/CreateRouteServerEndpointCommand.js +22 -0
  8. package/dist-es/commands/CreateRouteServerPeerCommand.js +22 -0
  9. package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
  10. package/dist-es/commands/DeleteRouteServerCommand.js +22 -0
  11. package/dist-es/commands/DeleteRouteServerEndpointCommand.js +22 -0
  12. package/dist-es/commands/DeleteRouteServerPeerCommand.js +22 -0
  13. package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
  14. package/dist-es/commands/DescribeRouteServerEndpointsCommand.js +22 -0
  15. package/dist-es/commands/DescribeRouteServerPeersCommand.js +22 -0
  16. package/dist-es/commands/DescribeRouteServersCommand.js +22 -0
  17. package/dist-es/commands/DisableRouteServerPropagationCommand.js +22 -0
  18. package/dist-es/commands/DisassociateRouteServerCommand.js +22 -0
  19. package/dist-es/commands/EnableRouteServerPropagationCommand.js +22 -0
  20. package/dist-es/commands/GetRouteServerAssociationsCommand.js +22 -0
  21. package/dist-es/commands/GetRouteServerPropagationsCommand.js +22 -0
  22. package/dist-es/commands/GetRouteServerRoutingDatabaseCommand.js +22 -0
  23. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  24. package/dist-es/commands/ImportSnapshotCommand.js +1 -1
  25. package/dist-es/commands/ImportVolumeCommand.js +1 -1
  26. package/dist-es/commands/ModifyRouteServerCommand.js +22 -0
  27. package/dist-es/commands/RunInstancesCommand.js +1 -1
  28. package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
  29. package/dist-es/commands/index.js +17 -0
  30. package/dist-es/models/models_0.js +8 -4
  31. package/dist-es/models/models_1.js +6 -11
  32. package/dist-es/models/models_2.js +60 -41
  33. package/dist-es/models/models_3.js +41 -46
  34. package/dist-es/models/models_4.js +46 -17
  35. package/dist-es/models/models_5.js +17 -11
  36. package/dist-es/models/models_6.js +23 -50
  37. package/dist-es/models/models_7.js +52 -15
  38. package/dist-es/models/models_8.js +16 -1
  39. package/dist-es/pagination/DescribeRouteServerEndpointsPaginator.js +4 -0
  40. package/dist-es/pagination/DescribeRouteServerPeersPaginator.js +4 -0
  41. package/dist-es/pagination/DescribeRouteServersPaginator.js +4 -0
  42. package/dist-es/pagination/index.js +3 -0
  43. package/dist-es/protocols/Aws_ec2.js +1289 -33
  44. package/dist-types/EC2.d.ts +122 -0
  45. package/dist-types/EC2Client.d.ts +19 -2
  46. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  47. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  48. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  49. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  50. package/dist-types/commands/AssociateRouteServerCommand.d.ts +80 -0
  51. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  52. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  53. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  54. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  80. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  81. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -2
  82. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  92. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateRouteServerCommand.d.ts +117 -0
  96. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +102 -0
  97. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +128 -0
  98. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
  124. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  126. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -3
  128. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteRouteServerCommand.d.ts +102 -0
  130. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +89 -0
  131. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +112 -0
  132. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
  133. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -2
  141. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -1
  143. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
  155. package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +105 -0
  156. package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +128 -0
  157. package/dist-types/commands/DescribeRouteServersCommand.d.ts +117 -0
  158. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  159. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  161. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -1
  162. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +94 -0
  163. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  165. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  166. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  167. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  168. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  169. package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
  170. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  171. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  172. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  173. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  174. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  175. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  176. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  177. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  178. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +80 -0
  179. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  180. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  181. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -2
  182. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +80 -0
  183. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  184. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  185. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +81 -0
  186. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +95 -0
  187. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +118 -0
  188. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  189. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  190. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  191. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
  192. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  193. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  194. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  195. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  202. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  203. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  204. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  205. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  206. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  207. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  208. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  209. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  210. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -2
  211. package/dist-types/commands/ModifyRouteServerCommand.d.ts +105 -0
  212. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  213. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  214. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  215. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  216. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  217. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  218. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  219. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  220. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  221. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  222. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  223. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  224. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  225. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  226. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  227. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  228. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  229. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  230. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  231. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  232. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  233. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  234. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  235. package/dist-types/commands/index.d.ts +17 -0
  236. package/dist-types/models/models_0.d.ts +70 -276
  237. package/dist-types/models/models_1.d.ts +280 -133
  238. package/dist-types/models/models_2.d.ts +3322 -3460
  239. package/dist-types/models/models_3.d.ts +3478 -3493
  240. package/dist-types/models/models_4.d.ts +6856 -7221
  241. package/dist-types/models/models_5.d.ts +6471 -5648
  242. package/dist-types/models/models_6.d.ts +3623 -4512
  243. package/dist-types/models/models_7.d.ts +4478 -4723
  244. package/dist-types/models/models_8.d.ts +2106 -3
  245. package/dist-types/pagination/DescribeRouteServerEndpointsPaginator.d.ts +7 -0
  246. package/dist-types/pagination/DescribeRouteServerPeersPaginator.d.ts +7 -0
  247. package/dist-types/pagination/DescribeRouteServersPaginator.d.ts +7 -0
  248. package/dist-types/pagination/index.d.ts +3 -0
  249. package/dist-types/protocols/Aws_ec2.d.ts +153 -0
  250. package/dist-types/ts3.4/EC2.d.ts +292 -0
  251. package/dist-types/ts3.4/EC2Client.d.ts +102 -0
  252. package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +4 -2
  256. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +51 -0
  258. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +51 -0
  259. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +4 -2
  260. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +51 -0
  261. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +51 -0
  262. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +51 -0
  263. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -4
  264. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +4 -2
  272. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -4
  273. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +4 -2
  285. package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +51 -0
  286. package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +51 -0
  287. package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +51 -0
  288. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -4
  289. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +51 -0
  306. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +4 -2
  309. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +51 -0
  310. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +51 -0
  311. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +51 -0
  312. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +51 -0
  313. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  323. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  325. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -2
  335. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +51 -0
  336. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  339. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  340. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  341. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  342. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  343. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  344. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  345. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  346. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  347. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  348. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  349. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  350. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  351. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  352. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  353. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  354. package/dist-types/ts3.4/models/models_0.d.ts +23 -37
  355. package/dist-types/ts3.4/models/models_1.d.ts +39 -36
  356. package/dist-types/ts3.4/models/models_2.d.ts +184 -182
  357. package/dist-types/ts3.4/models/models_3.d.ts +209 -209
  358. package/dist-types/ts3.4/models/models_4.d.ts +204 -213
  359. package/dist-types/ts3.4/models/models_5.d.ts +251 -164
  360. package/dist-types/ts3.4/models/models_6.d.ts +258 -404
  361. package/dist-types/ts3.4/models/models_7.d.ts +412 -411
  362. package/dist-types/ts3.4/models/models_8.d.ts +438 -3
  363. package/dist-types/ts3.4/pagination/DescribeRouteServerEndpointsPaginator.d.ts +11 -0
  364. package/dist-types/ts3.4/pagination/DescribeRouteServerPeersPaginator.d.ts +11 -0
  365. package/dist-types/ts3.4/pagination/DescribeRouteServersPaginator.d.ts +11 -0
  366. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  367. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +204 -0
  368. package/package.json +5 -5
@@ -1,6 +1,2097 @@
1
- import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
2
- import { ClientVpnConnectionStatus } from "./models_3";
3
- import { InstanceMonitoring, InstanceStateChange } from "./models_7";
1
+ import { ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, TagSpecification, TransitGatewayAttachmentResourceType } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceIpv6Address, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
+ import { LocalGatewayRoute, ManagedPrefixList, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
+ import { ClientVpnConnectionStatus, Filter } from "./models_3";
5
+ import { HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
6
+ import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled } from "./models_5";
7
+ import { CapacityReservationSpecification, InstanceMonitoring } from "./models_7";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface RestoreManagedPrefixListVersionRequest {
12
+ /**
13
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
14
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
15
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
16
+ * @public
17
+ */
18
+ DryRun?: boolean | undefined;
19
+ /**
20
+ * <p>The ID of the prefix list.</p>
21
+ * @public
22
+ */
23
+ PrefixListId: string | undefined;
24
+ /**
25
+ * <p>The version to restore.</p>
26
+ * @public
27
+ */
28
+ PreviousVersion: number | undefined;
29
+ /**
30
+ * <p>The current version number for the prefix list.</p>
31
+ * @public
32
+ */
33
+ CurrentVersion: number | undefined;
34
+ }
35
+ /**
36
+ * @public
37
+ */
38
+ export interface RestoreManagedPrefixListVersionResult {
39
+ /**
40
+ * <p>Information about the prefix list.</p>
41
+ * @public
42
+ */
43
+ PrefixList?: ManagedPrefixList | undefined;
44
+ }
45
+ /**
46
+ * @public
47
+ */
48
+ export interface RestoreSnapshotFromRecycleBinRequest {
49
+ /**
50
+ * <p>The ID of the snapshot to restore.</p>
51
+ * @public
52
+ */
53
+ SnapshotId: string | undefined;
54
+ /**
55
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
56
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
57
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
58
+ * @public
59
+ */
60
+ DryRun?: boolean | undefined;
61
+ }
62
+ /**
63
+ * @public
64
+ */
65
+ export interface RestoreSnapshotFromRecycleBinResult {
66
+ /**
67
+ * <p>The ID of the snapshot.</p>
68
+ * @public
69
+ */
70
+ SnapshotId?: string | undefined;
71
+ /**
72
+ * <p>The ARN of the Outpost on which the snapshot is stored. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html">Amazon EBS local snapshots on Outposts</a> in the
73
+ * <i>Amazon EBS User Guide</i>.</p>
74
+ * @public
75
+ */
76
+ OutpostArn?: string | undefined;
77
+ /**
78
+ * <p>The description for the snapshot.</p>
79
+ * @public
80
+ */
81
+ Description?: string | undefined;
82
+ /**
83
+ * <p>Indicates whether the snapshot is encrypted.</p>
84
+ * @public
85
+ */
86
+ Encrypted?: boolean | undefined;
87
+ /**
88
+ * <p>The ID of the Amazon Web Services account that owns the EBS snapshot.</p>
89
+ * @public
90
+ */
91
+ OwnerId?: string | undefined;
92
+ /**
93
+ * <p>The progress of the snapshot, as a percentage.</p>
94
+ * @public
95
+ */
96
+ Progress?: string | undefined;
97
+ /**
98
+ * <p>The time stamp when the snapshot was initiated.</p>
99
+ * @public
100
+ */
101
+ StartTime?: Date | undefined;
102
+ /**
103
+ * <p>The state of the snapshot.</p>
104
+ * @public
105
+ */
106
+ State?: SnapshotState | undefined;
107
+ /**
108
+ * <p>The ID of the volume that was used to create the snapshot.</p>
109
+ * @public
110
+ */
111
+ VolumeId?: string | undefined;
112
+ /**
113
+ * <p>The size of the volume, in GiB.</p>
114
+ * @public
115
+ */
116
+ VolumeSize?: number | undefined;
117
+ /**
118
+ * <p>Reserved for future use.</p>
119
+ * @public
120
+ */
121
+ SseType?: SSEType | undefined;
122
+ }
123
+ /**
124
+ * @public
125
+ */
126
+ export interface RestoreSnapshotTierRequest {
127
+ /**
128
+ * <p>The ID of the snapshot to restore.</p>
129
+ * @public
130
+ */
131
+ SnapshotId: string | undefined;
132
+ /**
133
+ * <p>Specifies the number of days for which to temporarily restore an archived snapshot.
134
+ * Required for temporary restores only. The snapshot will be automatically re-archived
135
+ * after this period.</p>
136
+ * <p>To temporarily restore an archived snapshot, specify the number of days and omit
137
+ * the <b>PermanentRestore</b> parameter or set it to
138
+ * <code>false</code>.</p>
139
+ * @public
140
+ */
141
+ TemporaryRestoreDays?: number | undefined;
142
+ /**
143
+ * <p>Indicates whether to permanently restore an archived snapshot. To permanently restore
144
+ * an archived snapshot, specify <code>true</code> and omit the
145
+ * <b>RestoreSnapshotTierRequest$TemporaryRestoreDays</b> parameter.</p>
146
+ * @public
147
+ */
148
+ PermanentRestore?: boolean | undefined;
149
+ /**
150
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
151
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
152
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
153
+ * @public
154
+ */
155
+ DryRun?: boolean | undefined;
156
+ }
157
+ /**
158
+ * @public
159
+ */
160
+ export interface RestoreSnapshotTierResult {
161
+ /**
162
+ * <p>The ID of the snapshot.</p>
163
+ * @public
164
+ */
165
+ SnapshotId?: string | undefined;
166
+ /**
167
+ * <p>The date and time when the snapshot restore process started.</p>
168
+ * @public
169
+ */
170
+ RestoreStartTime?: Date | undefined;
171
+ /**
172
+ * <p>For temporary restores only. The number of days for which the archived snapshot
173
+ * is temporarily restored.</p>
174
+ * @public
175
+ */
176
+ RestoreDuration?: number | undefined;
177
+ /**
178
+ * <p>Indicates whether the snapshot is permanently restored. <code>true</code> indicates a permanent
179
+ * restore. <code>false</code> indicates a temporary restore.</p>
180
+ * @public
181
+ */
182
+ IsPermanentRestore?: boolean | undefined;
183
+ }
184
+ /**
185
+ * @public
186
+ */
187
+ export interface RevokeClientVpnIngressRequest {
188
+ /**
189
+ * <p>The ID of the Client VPN endpoint with which the authorization rule is associated.</p>
190
+ * @public
191
+ */
192
+ ClientVpnEndpointId: string | undefined;
193
+ /**
194
+ * <p>The IPv4 address range, in CIDR notation, of the network for which access is being removed.</p>
195
+ * @public
196
+ */
197
+ TargetNetworkCidr: string | undefined;
198
+ /**
199
+ * <p>The ID of the Active Directory group for which to revoke access. </p>
200
+ * @public
201
+ */
202
+ AccessGroupId?: string | undefined;
203
+ /**
204
+ * <p>Indicates whether access should be revoked for all groups for a single <code>TargetNetworkCidr</code> that earlier authorized ingress for all groups using <code>AuthorizeAllGroups</code>.
205
+ * This does not impact other authorization rules that allowed ingress to the same <code>TargetNetworkCidr</code> with a specific <code>AccessGroupId</code>.</p>
206
+ * @public
207
+ */
208
+ RevokeAllGroups?: boolean | undefined;
209
+ /**
210
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
211
+ * @public
212
+ */
213
+ DryRun?: boolean | undefined;
214
+ }
215
+ /**
216
+ * @public
217
+ */
218
+ export interface RevokeClientVpnIngressResult {
219
+ /**
220
+ * <p>The current state of the authorization rule.</p>
221
+ * @public
222
+ */
223
+ Status?: ClientVpnAuthorizationRuleStatus | undefined;
224
+ }
225
+ /**
226
+ * @public
227
+ */
228
+ export interface RevokeSecurityGroupEgressRequest {
229
+ /**
230
+ * <p>The IDs of the security group rules.</p>
231
+ * @public
232
+ */
233
+ SecurityGroupRuleIds?: string[] | undefined;
234
+ /**
235
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
236
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
237
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
238
+ * @public
239
+ */
240
+ DryRun?: boolean | undefined;
241
+ /**
242
+ * <p>The ID of the security group.</p>
243
+ * @public
244
+ */
245
+ GroupId: string | undefined;
246
+ /**
247
+ * <p>Not supported. Use a set of IP permissions to specify a
248
+ * destination security group.</p>
249
+ * @public
250
+ */
251
+ SourceSecurityGroupName?: string | undefined;
252
+ /**
253
+ * <p>Not supported. Use a set of IP permissions to specify a destination security
254
+ * group.</p>
255
+ * @public
256
+ */
257
+ SourceSecurityGroupOwnerId?: string | undefined;
258
+ /**
259
+ * <p>Not supported. Use a set of IP permissions to specify the protocol name or
260
+ * number.</p>
261
+ * @public
262
+ */
263
+ IpProtocol?: string | undefined;
264
+ /**
265
+ * <p>Not supported. Use a set of IP permissions to specify the port.</p>
266
+ * @public
267
+ */
268
+ FromPort?: number | undefined;
269
+ /**
270
+ * <p>Not supported. Use a set of IP permissions to specify the port.</p>
271
+ * @public
272
+ */
273
+ ToPort?: number | undefined;
274
+ /**
275
+ * <p>Not supported. Use a set of IP permissions to specify the CIDR.</p>
276
+ * @public
277
+ */
278
+ CidrIp?: string | undefined;
279
+ /**
280
+ * <p>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</p>
281
+ * @public
282
+ */
283
+ IpPermissions?: IpPermission[] | undefined;
284
+ }
285
+ /**
286
+ * <p>A security group rule removed with <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RevokeSecurityGroupEgress.html">RevokeSecurityGroupEgress</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RevokeSecurityGroupIngress.html">RevokeSecurityGroupIngress</a>.</p>
287
+ * @public
288
+ */
289
+ export interface RevokedSecurityGroupRule {
290
+ /**
291
+ * <p>A security group rule ID.</p>
292
+ * @public
293
+ */
294
+ SecurityGroupRuleId?: string | undefined;
295
+ /**
296
+ * <p>A security group ID.</p>
297
+ * @public
298
+ */
299
+ GroupId?: string | undefined;
300
+ /**
301
+ * <p>Defines if a security group rule is an outbound rule.</p>
302
+ * @public
303
+ */
304
+ IsEgress?: boolean | undefined;
305
+ /**
306
+ * <p>The security group rule's protocol.</p>
307
+ * @public
308
+ */
309
+ IpProtocol?: string | undefined;
310
+ /**
311
+ * <p>The 'from' port number of the security group rule.</p>
312
+ * @public
313
+ */
314
+ FromPort?: number | undefined;
315
+ /**
316
+ * <p>The 'to' port number of the security group rule.</p>
317
+ * @public
318
+ */
319
+ ToPort?: number | undefined;
320
+ /**
321
+ * <p>The IPv4 CIDR of the traffic source.</p>
322
+ * @public
323
+ */
324
+ CidrIpv4?: string | undefined;
325
+ /**
326
+ * <p>The IPv6 CIDR of the traffic source.</p>
327
+ * @public
328
+ */
329
+ CidrIpv6?: string | undefined;
330
+ /**
331
+ * <p>The ID of a prefix list that's the traffic source.</p>
332
+ * @public
333
+ */
334
+ PrefixListId?: string | undefined;
335
+ /**
336
+ * <p>The ID of a referenced security group.</p>
337
+ * @public
338
+ */
339
+ ReferencedGroupId?: string | undefined;
340
+ /**
341
+ * <p>A description of the revoked security group rule.</p>
342
+ * @public
343
+ */
344
+ Description?: string | undefined;
345
+ }
346
+ /**
347
+ * @public
348
+ */
349
+ export interface RevokeSecurityGroupEgressResult {
350
+ /**
351
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
352
+ * @public
353
+ */
354
+ Return?: boolean | undefined;
355
+ /**
356
+ * <p>The outbound rules that were unknown to the service. In some cases,
357
+ * <code>unknownIpPermissionSet</code> might be in a different format from the request
358
+ * parameter. </p>
359
+ * @public
360
+ */
361
+ UnknownIpPermissions?: IpPermission[] | undefined;
362
+ /**
363
+ * <p>Details about the revoked security group rules.</p>
364
+ * @public
365
+ */
366
+ RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
367
+ }
368
+ /**
369
+ * @public
370
+ */
371
+ export interface RevokeSecurityGroupIngressRequest {
372
+ /**
373
+ * <p>The CIDR IP address range. You can't specify this parameter when specifying a source security group.</p>
374
+ * @public
375
+ */
376
+ CidrIp?: string | undefined;
377
+ /**
378
+ * <p>If the protocol is TCP or UDP, this is the start of the port range.
379
+ * If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).</p>
380
+ * @public
381
+ */
382
+ FromPort?: number | undefined;
383
+ /**
384
+ * <p>The ID of the security group.</p>
385
+ * @public
386
+ */
387
+ GroupId?: string | undefined;
388
+ /**
389
+ * <p>[Default VPC] The name of the security group. You must specify either the
390
+ * security group ID or the security group name in the request. For security groups in a
391
+ * nondefault VPC, you must specify the security group ID.</p>
392
+ * @public
393
+ */
394
+ GroupName?: string | undefined;
395
+ /**
396
+ * <p>The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.</p>
397
+ * @public
398
+ */
399
+ IpPermissions?: IpPermission[] | undefined;
400
+ /**
401
+ * <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>) or number
402
+ * (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a>).
403
+ * Use <code>-1</code> to specify all.</p>
404
+ * @public
405
+ */
406
+ IpProtocol?: string | undefined;
407
+ /**
408
+ * <p>[Default VPC] The name of the source security group. You can't specify this parameter
409
+ * in combination with the following parameters: the CIDR IP address range, the start of the port range,
410
+ * the IP protocol, and the end of the port range. The source security group must be in the same VPC.
411
+ * To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.</p>
412
+ * @public
413
+ */
414
+ SourceSecurityGroupName?: string | undefined;
415
+ /**
416
+ * <p>Not supported.</p>
417
+ * @public
418
+ */
419
+ SourceSecurityGroupOwnerId?: string | undefined;
420
+ /**
421
+ * <p>If the protocol is TCP or UDP, this is the end of the port range.
422
+ * If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes).</p>
423
+ * @public
424
+ */
425
+ ToPort?: number | undefined;
426
+ /**
427
+ * <p>The IDs of the security group rules.</p>
428
+ * @public
429
+ */
430
+ SecurityGroupRuleIds?: string[] | undefined;
431
+ /**
432
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
433
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
434
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
435
+ * @public
436
+ */
437
+ DryRun?: boolean | undefined;
438
+ }
439
+ /**
440
+ * @public
441
+ */
442
+ export interface RevokeSecurityGroupIngressResult {
443
+ /**
444
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
445
+ * @public
446
+ */
447
+ Return?: boolean | undefined;
448
+ /**
449
+ * <p>The inbound rules that were unknown to the service. In some cases,
450
+ * <code>unknownIpPermissionSet</code> might be in a different format from the request
451
+ * parameter. </p>
452
+ * @public
453
+ */
454
+ UnknownIpPermissions?: IpPermission[] | undefined;
455
+ /**
456
+ * <p>Details about the revoked security group rules.</p>
457
+ * @public
458
+ */
459
+ RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
460
+ }
461
+ /**
462
+ * <p>The CPU options for the instance. Both the core count and threads per core must be
463
+ * specified in the request.</p>
464
+ * @public
465
+ */
466
+ export interface CpuOptionsRequest {
467
+ /**
468
+ * <p>The number of CPU cores for the instance.</p>
469
+ * @public
470
+ */
471
+ CoreCount?: number | undefined;
472
+ /**
473
+ * <p>The number of threads per CPU core. To disable multithreading for the instance,
474
+ * specify a value of <code>1</code>. Otherwise, specify the default value of
475
+ * <code>2</code>.</p>
476
+ * @public
477
+ */
478
+ ThreadsPerCore?: number | undefined;
479
+ /**
480
+ * <p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported
481
+ * with M6a, R6a, and C6a instance types only. For more information, see
482
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP</a>.</p>
483
+ * @public
484
+ */
485
+ AmdSevSnp?: AmdSevSnpSpecification | undefined;
486
+ }
487
+ /**
488
+ * <note>
489
+ * <p>Amazon Elastic Inference is no longer available.</p>
490
+ * </note>
491
+ * <p>
492
+ * Describes an elastic inference accelerator.
493
+ * </p>
494
+ * @public
495
+ */
496
+ export interface ElasticInferenceAccelerator {
497
+ /**
498
+ * <p>
499
+ * The type of elastic inference accelerator. The possible values are <code>eia1.medium</code>, <code>eia1.large</code>, <code>eia1.xlarge</code>, <code>eia2.medium</code>, <code>eia2.large</code>, and <code>eia2.xlarge</code>.
500
+ * </p>
501
+ * @public
502
+ */
503
+ Type: string | undefined;
504
+ /**
505
+ * <p>
506
+ * The number of elastic inference accelerators to attach to the instance.
507
+ * </p>
508
+ * <p>Default: 1</p>
509
+ * @public
510
+ */
511
+ Count?: number | undefined;
512
+ }
513
+ /**
514
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For
515
+ * more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html"> What is Amazon Web Services Nitro
516
+ * Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User
517
+ * Guide</i>.</p>
518
+ * @public
519
+ */
520
+ export interface EnclaveOptionsRequest {
521
+ /**
522
+ * <p>To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
523
+ * <code>true</code>.</p>
524
+ * @public
525
+ */
526
+ Enabled?: boolean | undefined;
527
+ }
528
+ /**
529
+ * <p>Indicates whether your instance is configured for hibernation. This parameter is valid
530
+ * only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
531
+ * prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
532
+ * instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
533
+ * @public
534
+ */
535
+ export interface HibernationOptionsRequest {
536
+ /**
537
+ * <p>Set to <code>true</code> to enable your instance for hibernation.</p>
538
+ * <p>For Spot Instances, if you set <code>Configured</code> to <code>true</code>, either
539
+ * omit the <code>InstanceInterruptionBehavior</code> parameter (for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotMarketOptions.html">
540
+ * <code>SpotMarketOptions</code>
541
+ * </a>), or set it to
542
+ * <code>hibernate</code>. When <code>Configured</code> is true:</p>
543
+ * <ul>
544
+ * <li>
545
+ * <p>If you omit <code>InstanceInterruptionBehavior</code>, it defaults to
546
+ * <code>hibernate</code>.</p>
547
+ * </li>
548
+ * <li>
549
+ * <p>If you set <code>InstanceInterruptionBehavior</code> to a value other than
550
+ * <code>hibernate</code>, you'll get an error.</p>
551
+ * </li>
552
+ * </ul>
553
+ * <p>Default: <code>false</code>
554
+ * </p>
555
+ * @public
556
+ */
557
+ Configured?: boolean | undefined;
558
+ }
559
+ /**
560
+ * <p>The options for Spot Instances.</p>
561
+ * @public
562
+ */
563
+ export interface SpotMarketOptions {
564
+ /**
565
+ * <p>The maximum hourly price that you're willing to pay for a Spot Instance. We do not
566
+ * recommend using this parameter because it can lead to increased interruptions. If you do
567
+ * not specify this parameter, you will pay the current Spot price.</p>
568
+ * <important>
569
+ * <p>If you specify a maximum price, your Spot Instances will be interrupted more
570
+ * frequently than if you do not specify this parameter.</p>
571
+ * <p>If you specify a maximum price, it must be more than USD $0.001. Specifying a value
572
+ * below USD $0.001 will result in an <code>InvalidParameterValue</code> error
573
+ * message.</p>
574
+ * </important>
575
+ * @public
576
+ */
577
+ MaxPrice?: string | undefined;
578
+ /**
579
+ * <p>The Spot Instance request type. For <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances">RunInstances</a>, persistent
580
+ * Spot Instance requests are only supported when the instance interruption behavior is
581
+ * either <code>hibernate</code> or <code>stop</code>.</p>
582
+ * @public
583
+ */
584
+ SpotInstanceType?: SpotInstanceType | undefined;
585
+ /**
586
+ * <p>Deprecated.</p>
587
+ * @public
588
+ */
589
+ BlockDurationMinutes?: number | undefined;
590
+ /**
591
+ * <p>The end date of the request, in UTC format
592
+ * (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).
593
+ * Supported only for persistent requests.</p>
594
+ * <ul>
595
+ * <li>
596
+ * <p>For a persistent request, the request remains active until the
597
+ * <code>ValidUntil</code> date and time is reached. Otherwise, the request
598
+ * remains active until you cancel it.</p>
599
+ * </li>
600
+ * <li>
601
+ * <p>For a one-time request, <code>ValidUntil</code> is not supported. The request
602
+ * remains active until all instances launch or you cancel the request.</p>
603
+ * </li>
604
+ * </ul>
605
+ * @public
606
+ */
607
+ ValidUntil?: Date | undefined;
608
+ /**
609
+ * <p>The behavior when a Spot Instance is interrupted.</p>
610
+ * <p>If <code>Configured</code> (for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_HibernationOptionsRequest.html">
611
+ * <code>HibernationOptions</code>
612
+ * </a>) is set to <code>true</code>, the
613
+ * <code>InstanceInterruptionBehavior</code> parameter is automatically set to
614
+ * <code>hibernate</code>. If you set it to <code>stop</code> or
615
+ * <code>terminate</code>, you'll get an error.</p>
616
+ * <p>If <code>Configured</code> (for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_HibernationOptionsRequest.html">
617
+ * <code>HibernationOptions</code>
618
+ * </a>) is set to <code>false</code> or
619
+ * <code>null</code>, the <code>InstanceInterruptionBehavior</code> parameter is
620
+ * automatically set to <code>terminate</code>. You can also set it to <code>stop</code> or
621
+ * <code>hibernate</code>.</p>
622
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/interruption-behavior.html">Interruption
623
+ * behavior</a> in the <i>Amazon EC2 User Guide</i>.</p>
624
+ * @public
625
+ */
626
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
627
+ }
628
+ /**
629
+ * <p>Describes the market (purchasing) option for the instances.</p>
630
+ * @public
631
+ */
632
+ export interface InstanceMarketOptionsRequest {
633
+ /**
634
+ * <p>The market type.</p>
635
+ * @public
636
+ */
637
+ MarketType?: MarketType | undefined;
638
+ /**
639
+ * <p>The options for Spot Instances.</p>
640
+ * @public
641
+ */
642
+ SpotOptions?: SpotMarketOptions | undefined;
643
+ }
644
+ /**
645
+ * <p>Describes the launch template to use.</p>
646
+ * @public
647
+ */
648
+ export interface LaunchTemplateSpecification {
649
+ /**
650
+ * <p>The ID of the launch template.</p>
651
+ * <p>You must specify either the launch template ID or the
652
+ * launch template name, but not both.</p>
653
+ * @public
654
+ */
655
+ LaunchTemplateId?: string | undefined;
656
+ /**
657
+ * <p>The name of the launch template.</p>
658
+ * <p>You must specify either the launch template ID or the
659
+ * launch template name, but not both.</p>
660
+ * @public
661
+ */
662
+ LaunchTemplateName?: string | undefined;
663
+ /**
664
+ * <p>The launch template version number, <code>$Latest</code>, or
665
+ * <code>$Default</code>.</p>
666
+ * <p>A value of <code>$Latest</code> uses the latest version of the launch template.</p>
667
+ * <p>A value of <code>$Default</code> uses the default version of the launch template.</p>
668
+ * <p>Default: The default version of the launch template.</p>
669
+ * @public
670
+ */
671
+ Version?: string | undefined;
672
+ }
673
+ /**
674
+ * <p>Describes a license configuration.</p>
675
+ * @public
676
+ */
677
+ export interface LicenseConfigurationRequest {
678
+ /**
679
+ * <p>The Amazon Resource Name (ARN) of the license configuration.</p>
680
+ * @public
681
+ */
682
+ LicenseConfigurationArn?: string | undefined;
683
+ }
684
+ /**
685
+ * <p>The maintenance options for the instance.</p>
686
+ * @public
687
+ */
688
+ export interface InstanceMaintenanceOptionsRequest {
689
+ /**
690
+ * <p>Disables the automatic recovery behavior of your instance or sets it to default. For
691
+ * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</p>
692
+ * @public
693
+ */
694
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
695
+ }
696
+ /**
697
+ * <p>The metadata options for the instance.</p>
698
+ * @public
699
+ */
700
+ export interface InstanceMetadataOptionsRequest {
701
+ /**
702
+ * <p>Indicates whether IMDSv2 is required.</p>
703
+ * <ul>
704
+ * <li>
705
+ * <p>
706
+ * <code>optional</code> - IMDSv2 is optional, which means that you can use
707
+ * either IMDSv2 or IMDSv1.</p>
708
+ * </li>
709
+ * <li>
710
+ * <p>
711
+ * <code>required</code> - IMDSv2 is required, which means that IMDSv1 is
712
+ * disabled, and you must use IMDSv2.</p>
713
+ * </li>
714
+ * </ul>
715
+ * <p>Default:</p>
716
+ * <ul>
717
+ * <li>
718
+ * <p>If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
719
+ * for your instance is <code>v2.0</code> and the account level default is set to
720
+ * <code>no-preference</code>, the default is <code>required</code>.</p>
721
+ * </li>
722
+ * <li>
723
+ * <p>If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
724
+ * for your instance is <code>v2.0</code>, but the account level default is set to
725
+ * <code>V1 or V2</code>, the default is <code>optional</code>.</p>
726
+ * </li>
727
+ * </ul>
728
+ * <p>The default value can also be affected by other combinations of parameters. For more
729
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the
730
+ * <i>Amazon EC2 User Guide</i>.</p>
731
+ * @public
732
+ */
733
+ HttpTokens?: HttpTokensState | undefined;
734
+ /**
735
+ * <p>The maximum number of hops that the metadata token can travel.</p>
736
+ * <p>Possible values: Integers from 1 to 64</p>
737
+ * @public
738
+ */
739
+ HttpPutResponseHopLimit?: number | undefined;
740
+ /**
741
+ * <p>Enables or disables the HTTP metadata endpoint on your instances.</p>
742
+ * <p>If you specify a value of <code>disabled</code>, you cannot access your instance
743
+ * metadata.</p>
744
+ * <p>Default: <code>enabled</code>
745
+ * </p>
746
+ * @public
747
+ */
748
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
749
+ /**
750
+ * <p>Enables or disables the IPv6 endpoint for the instance metadata service.</p>
751
+ * <p>Default: <code>disabled</code>
752
+ * </p>
753
+ * @public
754
+ */
755
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
756
+ /**
757
+ * <p>Set to <code>enabled</code> to allow access to instance tags from the instance
758
+ * metadata. Set to <code>disabled</code> to turn off access to instance tags from the
759
+ * instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with
760
+ * instance tags using the instance metadata</a>.</p>
761
+ * <p>Default: <code>disabled</code>
762
+ * </p>
763
+ * @public
764
+ */
765
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
766
+ }
767
+ /**
768
+ * <p>Configure network performance options for your instance that are geared towards performance
769
+ * improvements based on the workload that it runs.</p>
770
+ * @public
771
+ */
772
+ export interface InstanceNetworkPerformanceOptionsRequest {
773
+ /**
774
+ * <p>Specify the bandwidth weighting option to boost the associated type of baseline bandwidth,
775
+ * as follows:</p>
776
+ * <dl>
777
+ * <dt>default</dt>
778
+ * <dd>
779
+ * <p>This option uses the standard bandwidth configuration for your instance type.</p>
780
+ * </dd>
781
+ * <dt>vpc-1</dt>
782
+ * <dd>
783
+ * <p>This option boosts your networking baseline bandwidth and reduces your EBS baseline
784
+ * bandwidth.</p>
785
+ * </dd>
786
+ * <dt>ebs-1</dt>
787
+ * <dd>
788
+ * <p>This option boosts your EBS baseline bandwidth and reduces your networking baseline
789
+ * bandwidth.</p>
790
+ * </dd>
791
+ * </dl>
792
+ * @public
793
+ */
794
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
795
+ }
796
+ /**
797
+ * <p>Describes the options for instance hostnames.</p>
798
+ * @public
799
+ */
800
+ export interface PrivateDnsNameOptionsRequest {
801
+ /**
802
+ * <p>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name
803
+ * must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name
804
+ * must be based on the instance ID. For dual-stack subnets, you can specify whether DNS
805
+ * names use the instance IPv4 address or the instance ID.</p>
806
+ * @public
807
+ */
808
+ HostnameType?: HostnameType | undefined;
809
+ /**
810
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
811
+ * records.</p>
812
+ * @public
813
+ */
814
+ EnableResourceNameDnsARecord?: boolean | undefined;
815
+ /**
816
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
817
+ * records.</p>
818
+ * @public
819
+ */
820
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
821
+ }
822
+ /**
823
+ * @public
824
+ */
825
+ export interface RunInstancesRequest {
826
+ /**
827
+ * <p>The block device mapping, which defines the EBS volumes and instance store volumes to
828
+ * attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device
829
+ * mappings</a> in the <i>Amazon EC2 User Guide</i>.</p>
830
+ * @public
831
+ */
832
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
833
+ /**
834
+ * <p>The ID of the AMI. An AMI ID is required to launch an instance and must be specified
835
+ * here or in a launch template.</p>
836
+ * @public
837
+ */
838
+ ImageId?: string | undefined;
839
+ /**
840
+ * <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance
841
+ * types</a> in the <i>Amazon EC2 User Guide</i>.</p>
842
+ * @public
843
+ */
844
+ InstanceType?: _InstanceType | undefined;
845
+ /**
846
+ * <p>The number of IPv6 addresses to associate with the primary network
847
+ * interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You
848
+ * cannot specify this option and the option to assign specific IPv6 addresses in the same
849
+ * request. You can specify this option if you've specified a minimum number of instances
850
+ * to launch.</p>
851
+ * <p>You cannot specify this option and the network interfaces option in the same
852
+ * request.</p>
853
+ * @public
854
+ */
855
+ Ipv6AddressCount?: number | undefined;
856
+ /**
857
+ * <p>The IPv6 addresses from the range of the subnet to associate with the
858
+ * primary network interface. You cannot specify this option and the option to assign a
859
+ * number of IPv6 addresses in the same request. You cannot specify this option if you've
860
+ * specified a minimum number of instances to launch.</p>
861
+ * <p>You cannot specify this option and the network interfaces option in the same
862
+ * request.</p>
863
+ * @public
864
+ */
865
+ Ipv6Addresses?: InstanceIpv6Address[] | undefined;
866
+ /**
867
+ * <p>The ID of the kernel.</p>
868
+ * <important>
869
+ * <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
870
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">PV-GRUB</a> in the
871
+ * <i>Amazon EC2 User Guide</i>.</p>
872
+ * </important>
873
+ * @public
874
+ */
875
+ KernelId?: string | undefined;
876
+ /**
877
+ * <p>The name of the key pair. You can create a key pair using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html">CreateKeyPair</a> or
878
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html">ImportKeyPair</a>.</p>
879
+ * <important>
880
+ * <p>If you do not specify a key pair, you can't connect to the instance unless you
881
+ * choose an AMI that is configured to allow users another way to log in.</p>
882
+ * </important>
883
+ * @public
884
+ */
885
+ KeyName?: string | undefined;
886
+ /**
887
+ * <p>The maximum number of instances to launch. If you specify a value that is more
888
+ * capacity than Amazon EC2 can launch in the target Availability Zone, Amazon EC2
889
+ * launches the largest possible number of instances above the specified minimum
890
+ * count.</p>
891
+ * <p>Constraints: Between 1 and the quota for the specified instance type for your account for this Region.
892
+ * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html">Amazon EC2 instance type quotas</a>.</p>
893
+ * @public
894
+ */
895
+ MaxCount: number | undefined;
896
+ /**
897
+ * <p>The minimum number of instances to launch. If you specify a value that is more
898
+ * capacity than Amazon EC2 can provide in the target Availability Zone, Amazon EC2 does
899
+ * not launch any instances.</p>
900
+ * <p>Constraints: Between 1 and the quota for the specified instance type for your account for this Region.
901
+ * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html">Amazon EC2 instance type quotas</a>.</p>
902
+ * @public
903
+ */
904
+ MinCount: number | undefined;
905
+ /**
906
+ * <p>Specifies whether detailed monitoring is enabled for the instance.</p>
907
+ * @public
908
+ */
909
+ Monitoring?: RunInstancesMonitoringEnabled | undefined;
910
+ /**
911
+ * <p>The placement for the instance.</p>
912
+ * @public
913
+ */
914
+ Placement?: Placement | undefined;
915
+ /**
916
+ * <p>The ID of the RAM disk to select. Some kernels require additional drivers at launch.
917
+ * Check the kernel requirements for information about whether you need to specify a RAM
918
+ * disk. To find kernel requirements, go to the Amazon Web Services Resource Center and
919
+ * search for the kernel ID.</p>
920
+ * <important>
921
+ * <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
922
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">PV-GRUB</a> in the
923
+ * <i>Amazon EC2 User Guide</i>.</p>
924
+ * </important>
925
+ * @public
926
+ */
927
+ RamdiskId?: string | undefined;
928
+ /**
929
+ * <p>The IDs of the security groups. You can create a security group using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html">CreateSecurityGroup</a>.</p>
930
+ * <p>If you specify a network interface, you must specify any security groups as part of
931
+ * the network interface instead of using this parameter.</p>
932
+ * @public
933
+ */
934
+ SecurityGroupIds?: string[] | undefined;
935
+ /**
936
+ * <p>[Default VPC] The names of the security groups.</p>
937
+ * <p>If you specify a network interface, you must specify any security groups as part of
938
+ * the network interface instead of using this parameter.</p>
939
+ * <p>Default: Amazon EC2 uses the default security group.</p>
940
+ * @public
941
+ */
942
+ SecurityGroups?: string[] | undefined;
943
+ /**
944
+ * <p>The ID of the subnet to launch the instance into.</p>
945
+ * <p>If you specify a network interface, you must specify any subnets as part of the
946
+ * network interface instead of using this parameter.</p>
947
+ * @public
948
+ */
949
+ SubnetId?: string | undefined;
950
+ /**
951
+ * <p>The user data to make available to the instance. User data must be base64-encoded.
952
+ * Depending on the tool or SDK that you're using, the base64-encoding might be performed for you.
953
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html">Work with instance user data</a>.</p>
954
+ * @public
955
+ */
956
+ UserData?: string | undefined;
957
+ /**
958
+ * <p>An elastic GPU to associate with the instance.</p>
959
+ * <note>
960
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
961
+ * </note>
962
+ * @public
963
+ */
964
+ ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
965
+ /**
966
+ * <p>An elastic inference accelerator to associate with the instance.</p>
967
+ * <note>
968
+ * <p>Amazon Elastic Inference is no longer available.</p>
969
+ * </note>
970
+ * @public
971
+ */
972
+ ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
973
+ /**
974
+ * <p>The tags to apply to the resources that are created during instance launch.</p>
975
+ * <p>You can specify tags for the following resources only:</p>
976
+ * <ul>
977
+ * <li>
978
+ * <p>Instances</p>
979
+ * </li>
980
+ * <li>
981
+ * <p>Volumes</p>
982
+ * </li>
983
+ * <li>
984
+ * <p>Spot Instance requests</p>
985
+ * </li>
986
+ * <li>
987
+ * <p>Network interfaces</p>
988
+ * </li>
989
+ * </ul>
990
+ * <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
991
+ * @public
992
+ */
993
+ TagSpecifications?: TagSpecification[] | undefined;
994
+ /**
995
+ * <p>The launch template. Any additional parameters that you specify for the new instance
996
+ * overwrite the corresponding parameters included in the launch template.</p>
997
+ * @public
998
+ */
999
+ LaunchTemplate?: LaunchTemplateSpecification | undefined;
1000
+ /**
1001
+ * <p>The market (purchasing) option for the instances.</p>
1002
+ * <p>For <a>RunInstances</a>, persistent Spot Instance requests are
1003
+ * only supported when <b>InstanceInterruptionBehavior</b> is set
1004
+ * to either <code>hibernate</code> or <code>stop</code>.</p>
1005
+ * @public
1006
+ */
1007
+ InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
1008
+ /**
1009
+ * <p>The credit option for CPU usage of the burstable performance instance. Valid values
1010
+ * are <code>standard</code> and <code>unlimited</code>. To change this attribute after
1011
+ * launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html">
1012
+ * ModifyInstanceCreditSpecification</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable
1013
+ * performance instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
1014
+ * <p>Default: <code>standard</code> (T2 instances) or <code>unlimited</code> (T3/T3a/T4g
1015
+ * instances)</p>
1016
+ * <p>For T3 instances with <code>host</code> tenancy, only <code>standard</code> is
1017
+ * supported.</p>
1018
+ * @public
1019
+ */
1020
+ CreditSpecification?: CreditSpecificationRequest | undefined;
1021
+ /**
1022
+ * <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">Optimize CPU options</a> in the <i>Amazon EC2 User Guide</i>.</p>
1023
+ * @public
1024
+ */
1025
+ CpuOptions?: CpuOptionsRequest | undefined;
1026
+ /**
1027
+ * <p>Information about the Capacity Reservation targeting option. If you do not specify this parameter, the
1028
+ * instance's Capacity Reservation preference defaults to <code>open</code>, which enables
1029
+ * it to run in any open Capacity Reservation that has matching attributes (instance type,
1030
+ * platform, Availability Zone, and tenancy).</p>
1031
+ * @public
1032
+ */
1033
+ CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
1034
+ /**
1035
+ * <p>Indicates whether an instance is enabled for hibernation. This parameter is valid only
1036
+ * if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
1037
+ * prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2
1038
+ * instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
1039
+ * <p>You can't enable hibernation and Amazon Web Services Nitro Enclaves on the same
1040
+ * instance.</p>
1041
+ * @public
1042
+ */
1043
+ HibernationOptions?: HibernationOptionsRequest | undefined;
1044
+ /**
1045
+ * <p>The license configurations.</p>
1046
+ * @public
1047
+ */
1048
+ LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
1049
+ /**
1050
+ * <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a>.</p>
1051
+ * @public
1052
+ */
1053
+ MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
1054
+ /**
1055
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For
1056
+ * more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Amazon Web Services Nitro
1057
+ * Enclaves?</a> in the <i>Amazon Web Services Nitro Enclaves User
1058
+ * Guide</i>.</p>
1059
+ * <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same
1060
+ * instance.</p>
1061
+ * @public
1062
+ */
1063
+ EnclaveOptions?: EnclaveOptionsRequest | undefined;
1064
+ /**
1065
+ * <p>The options for the instance hostname.
1066
+ * The default values are inherited from the subnet.
1067
+ * Applies only if creating a network interface, not attaching an existing one.</p>
1068
+ * @public
1069
+ */
1070
+ PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
1071
+ /**
1072
+ * <p>The maintenance and recovery options for the instance.</p>
1073
+ * @public
1074
+ */
1075
+ MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
1076
+ /**
1077
+ * <p>Indicates whether an instance is enabled for stop protection. For more information,
1078
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop
1079
+ * protection</a>. </p>
1080
+ * @public
1081
+ */
1082
+ DisableApiStop?: boolean | undefined;
1083
+ /**
1084
+ * <p>If you’re launching an instance into a dual-stack or IPv6-only subnet, you can enable
1085
+ * assigning a primary IPv6 address. A primary IPv6 address is an IPv6 GUA address
1086
+ * associated with an ENI that you have enabled to use a primary IPv6 address. Use this
1087
+ * option if an instance relies on its IPv6 address not changing. When you launch the
1088
+ * instance, Amazon Web Services will automatically assign an IPv6 address associated with
1089
+ * the ENI attached to your instance to be the primary IPv6 address. Once you enable an
1090
+ * IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6
1091
+ * GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6
1092
+ * address until the instance is terminated or the network interface is detached. If you
1093
+ * have multiple IPv6 addresses associated with an ENI attached to your instance and you
1094
+ * enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI
1095
+ * becomes the primary IPv6 address.</p>
1096
+ * @public
1097
+ */
1098
+ EnablePrimaryIpv6?: boolean | undefined;
1099
+ /**
1100
+ * <p>Contains settings for the network performance options for the instance.</p>
1101
+ * @public
1102
+ */
1103
+ NetworkPerformanceOptions?: InstanceNetworkPerformanceOptionsRequest | undefined;
1104
+ /**
1105
+ * <p>Reserved for internal use.</p>
1106
+ * @public
1107
+ */
1108
+ Operator?: OperatorRequest | undefined;
1109
+ /**
1110
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
1111
+ * request, and provides an error response. If you have the required permissions, the error response is
1112
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1113
+ * @public
1114
+ */
1115
+ DryRun?: boolean | undefined;
1116
+ /**
1117
+ * <p>Indicates whether termination protection is enabled for the instance. The default
1118
+ * is <code>false</code>, which means that you can terminate the instance using
1119
+ * the Amazon EC2 console, command line tools, or API. You can enable termination protection
1120
+ * when you launch an instance, while the instance is running, or while the instance
1121
+ * is stopped.</p>
1122
+ * @public
1123
+ */
1124
+ DisableApiTermination?: boolean | undefined;
1125
+ /**
1126
+ * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
1127
+ * instance (using the operating system command for system shutdown).</p>
1128
+ * <p>Default: <code>stop</code>
1129
+ * </p>
1130
+ * @public
1131
+ */
1132
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
1133
+ /**
1134
+ * <p>The primary IPv4 address. You must specify a value from the IPv4 address
1135
+ * range of the subnet.</p>
1136
+ * <p>Only one private IP address can be designated as primary. You can't specify this
1137
+ * option if you've specified the option to designate a private IP address as the primary
1138
+ * IP address in a network interface specification. You cannot specify this option if
1139
+ * you're launching more than one instance in the request.</p>
1140
+ * <p>You cannot specify this option and the network interfaces option in the same
1141
+ * request.</p>
1142
+ * @public
1143
+ */
1144
+ PrivateIpAddress?: string | undefined;
1145
+ /**
1146
+ * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
1147
+ * request. If you do not specify a client token, a randomly generated token is used for
1148
+ * the request to ensure idempotency.</p>
1149
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
1150
+ * Idempotency</a>.</p>
1151
+ * <p>Constraints: Maximum 64 ASCII characters</p>
1152
+ * @public
1153
+ */
1154
+ ClientToken?: string | undefined;
1155
+ /**
1156
+ * <p>Reserved.</p>
1157
+ * @public
1158
+ */
1159
+ AdditionalInfo?: string | undefined;
1160
+ /**
1161
+ * <p>The network interfaces to associate with the instance.</p>
1162
+ * @public
1163
+ */
1164
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
1165
+ /**
1166
+ * <p>The name or Amazon Resource Name (ARN) of an IAM instance
1167
+ * profile.</p>
1168
+ * @public
1169
+ */
1170
+ IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
1171
+ /**
1172
+ * <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
1173
+ * provides dedicated throughput to Amazon EBS and an optimized configuration stack to
1174
+ * provide optimal Amazon EBS I/O performance. This optimization isn't available with all
1175
+ * instance types. Additional usage charges apply when using an EBS-optimized
1176
+ * instance.</p>
1177
+ * <p>Default: <code>false</code>
1178
+ * </p>
1179
+ * @public
1180
+ */
1181
+ EbsOptimized?: boolean | undefined;
1182
+ }
1183
+ /**
1184
+ * <p>Describes an EBS volume for a Scheduled Instance.</p>
1185
+ * @public
1186
+ */
1187
+ export interface ScheduledInstancesEbs {
1188
+ /**
1189
+ * <p>Indicates whether the volume is deleted on instance termination.</p>
1190
+ * @public
1191
+ */
1192
+ DeleteOnTermination?: boolean | undefined;
1193
+ /**
1194
+ * <p>Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that
1195
+ * support them.</p>
1196
+ * @public
1197
+ */
1198
+ Encrypted?: boolean | undefined;
1199
+ /**
1200
+ * <p>The number of I/O operations per second (IOPS) to provision for a <code>gp3</code>, <code>io1</code>, or <code>io2</code>
1201
+ * volume.</p>
1202
+ * @public
1203
+ */
1204
+ Iops?: number | undefined;
1205
+ /**
1206
+ * <p>The ID of the snapshot.</p>
1207
+ * @public
1208
+ */
1209
+ SnapshotId?: string | undefined;
1210
+ /**
1211
+ * <p>The size of the volume, in GiB.</p>
1212
+ * <p>Default: If you're creating the volume from a snapshot and don't specify a volume size, the default
1213
+ * is the snapshot size.</p>
1214
+ * @public
1215
+ */
1216
+ VolumeSize?: number | undefined;
1217
+ /**
1218
+ * <p>The volume type.</p>
1219
+ * <p>Default: <code>gp2</code>
1220
+ * </p>
1221
+ * @public
1222
+ */
1223
+ VolumeType?: string | undefined;
1224
+ }
1225
+ /**
1226
+ * <p>Describes a block device mapping for a Scheduled Instance.</p>
1227
+ * @public
1228
+ */
1229
+ export interface ScheduledInstancesBlockDeviceMapping {
1230
+ /**
1231
+ * <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
1232
+ * @public
1233
+ */
1234
+ DeviceName?: string | undefined;
1235
+ /**
1236
+ * <p>Parameters used to set up EBS volumes automatically when the instance is launched.</p>
1237
+ * @public
1238
+ */
1239
+ Ebs?: ScheduledInstancesEbs | undefined;
1240
+ /**
1241
+ * <p>To omit the device from the block device mapping, specify an empty string.</p>
1242
+ * @public
1243
+ */
1244
+ NoDevice?: string | undefined;
1245
+ /**
1246
+ * <p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered
1247
+ * starting from 0. An instance type with two available instance store volumes can specify mappings
1248
+ * for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of available instance store
1249
+ * volumes depends on the instance type. After you connect to the instance, you must mount the
1250
+ * volume.</p>
1251
+ * <p>Constraints: For M3 instances, you must specify instance store volumes in the block device
1252
+ * mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes
1253
+ * specified in the block device mapping for the AMI.</p>
1254
+ * @public
1255
+ */
1256
+ VirtualName?: string | undefined;
1257
+ }
1258
+ /**
1259
+ * <p>Describes an IAM instance profile for a Scheduled Instance.</p>
1260
+ * @public
1261
+ */
1262
+ export interface ScheduledInstancesIamInstanceProfile {
1263
+ /**
1264
+ * <p>The Amazon Resource Name (ARN).</p>
1265
+ * @public
1266
+ */
1267
+ Arn?: string | undefined;
1268
+ /**
1269
+ * <p>The name.</p>
1270
+ * @public
1271
+ */
1272
+ Name?: string | undefined;
1273
+ }
1274
+ /**
1275
+ * <p>Describes whether monitoring is enabled for a Scheduled Instance.</p>
1276
+ * @public
1277
+ */
1278
+ export interface ScheduledInstancesMonitoring {
1279
+ /**
1280
+ * <p>Indicates whether monitoring is enabled.</p>
1281
+ * @public
1282
+ */
1283
+ Enabled?: boolean | undefined;
1284
+ }
1285
+ /**
1286
+ * <p>Describes an IPv6 address.</p>
1287
+ * @public
1288
+ */
1289
+ export interface ScheduledInstancesIpv6Address {
1290
+ /**
1291
+ * <p>The IPv6 address.</p>
1292
+ * @public
1293
+ */
1294
+ Ipv6Address?: string | undefined;
1295
+ }
1296
+ /**
1297
+ * <p>Describes a private IPv4 address for a Scheduled Instance.</p>
1298
+ * @public
1299
+ */
1300
+ export interface ScheduledInstancesPrivateIpAddressConfig {
1301
+ /**
1302
+ * <p>Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.</p>
1303
+ * @public
1304
+ */
1305
+ Primary?: boolean | undefined;
1306
+ /**
1307
+ * <p>The IPv4 address.</p>
1308
+ * @public
1309
+ */
1310
+ PrivateIpAddress?: string | undefined;
1311
+ }
1312
+ /**
1313
+ * <p>Describes a network interface for a Scheduled Instance.</p>
1314
+ * @public
1315
+ */
1316
+ export interface ScheduledInstancesNetworkInterface {
1317
+ /**
1318
+ * <p>Indicates whether to assign a public IPv4 address to instances launched in a VPC. The
1319
+ * public IPv4 address can only be assigned to a network interface for eth0, and can only be
1320
+ * assigned to a new network interface, not an existing one. You cannot specify more than one
1321
+ * network interface in the request. If launching into a default subnet, the default value is
1322
+ * <code>true</code>.</p>
1323
+ * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
1324
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
1325
+ * @public
1326
+ */
1327
+ AssociatePublicIpAddress?: boolean | undefined;
1328
+ /**
1329
+ * <p>Indicates whether to delete the interface when the instance is terminated.</p>
1330
+ * @public
1331
+ */
1332
+ DeleteOnTermination?: boolean | undefined;
1333
+ /**
1334
+ * <p>The description.</p>
1335
+ * @public
1336
+ */
1337
+ Description?: string | undefined;
1338
+ /**
1339
+ * <p>The index of the device for the network interface attachment.</p>
1340
+ * @public
1341
+ */
1342
+ DeviceIndex?: number | undefined;
1343
+ /**
1344
+ * <p>The IDs of the security groups.</p>
1345
+ * @public
1346
+ */
1347
+ Groups?: string[] | undefined;
1348
+ /**
1349
+ * <p>The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.</p>
1350
+ * @public
1351
+ */
1352
+ Ipv6AddressCount?: number | undefined;
1353
+ /**
1354
+ * <p>The specific IPv6 addresses from the subnet range.</p>
1355
+ * @public
1356
+ */
1357
+ Ipv6Addresses?: ScheduledInstancesIpv6Address[] | undefined;
1358
+ /**
1359
+ * <p>The ID of the network interface.</p>
1360
+ * @public
1361
+ */
1362
+ NetworkInterfaceId?: string | undefined;
1363
+ /**
1364
+ * <p>The IPv4 address of the network interface within the subnet.</p>
1365
+ * @public
1366
+ */
1367
+ PrivateIpAddress?: string | undefined;
1368
+ /**
1369
+ * <p>The private IPv4 addresses.</p>
1370
+ * @public
1371
+ */
1372
+ PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[] | undefined;
1373
+ /**
1374
+ * <p>The number of secondary private IPv4 addresses.</p>
1375
+ * @public
1376
+ */
1377
+ SecondaryPrivateIpAddressCount?: number | undefined;
1378
+ /**
1379
+ * <p>The ID of the subnet.</p>
1380
+ * @public
1381
+ */
1382
+ SubnetId?: string | undefined;
1383
+ }
1384
+ /**
1385
+ * <p>Describes the placement for a Scheduled Instance.</p>
1386
+ * @public
1387
+ */
1388
+ export interface ScheduledInstancesPlacement {
1389
+ /**
1390
+ * <p>The Availability Zone.</p>
1391
+ * @public
1392
+ */
1393
+ AvailabilityZone?: string | undefined;
1394
+ /**
1395
+ * <p>The name of the placement group.</p>
1396
+ * @public
1397
+ */
1398
+ GroupName?: string | undefined;
1399
+ }
1400
+ /**
1401
+ * <p>Describes the launch specification for a Scheduled Instance.</p>
1402
+ * <p>If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet.
1403
+ * You can specify the subnet using either <code>SubnetId</code> or <code>NetworkInterface</code>.</p>
1404
+ * @public
1405
+ */
1406
+ export interface ScheduledInstancesLaunchSpecification {
1407
+ /**
1408
+ * <p>The block device mapping entries.</p>
1409
+ * @public
1410
+ */
1411
+ BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[] | undefined;
1412
+ /**
1413
+ * <p>Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</p>
1414
+ * <p>Default: <code>false</code>
1415
+ * </p>
1416
+ * @public
1417
+ */
1418
+ EbsOptimized?: boolean | undefined;
1419
+ /**
1420
+ * <p>The IAM instance profile.</p>
1421
+ * @public
1422
+ */
1423
+ IamInstanceProfile?: ScheduledInstancesIamInstanceProfile | undefined;
1424
+ /**
1425
+ * <p>The ID of the Amazon Machine Image (AMI).</p>
1426
+ * @public
1427
+ */
1428
+ ImageId: string | undefined;
1429
+ /**
1430
+ * <p>The instance type.</p>
1431
+ * @public
1432
+ */
1433
+ InstanceType?: string | undefined;
1434
+ /**
1435
+ * <p>The ID of the kernel.</p>
1436
+ * @public
1437
+ */
1438
+ KernelId?: string | undefined;
1439
+ /**
1440
+ * <p>The name of the key pair.</p>
1441
+ * @public
1442
+ */
1443
+ KeyName?: string | undefined;
1444
+ /**
1445
+ * <p>Enable or disable monitoring for the instances.</p>
1446
+ * @public
1447
+ */
1448
+ Monitoring?: ScheduledInstancesMonitoring | undefined;
1449
+ /**
1450
+ * <p>The network interfaces.</p>
1451
+ * @public
1452
+ */
1453
+ NetworkInterfaces?: ScheduledInstancesNetworkInterface[] | undefined;
1454
+ /**
1455
+ * <p>The placement information.</p>
1456
+ * @public
1457
+ */
1458
+ Placement?: ScheduledInstancesPlacement | undefined;
1459
+ /**
1460
+ * <p>The ID of the RAM disk.</p>
1461
+ * @public
1462
+ */
1463
+ RamdiskId?: string | undefined;
1464
+ /**
1465
+ * <p>The IDs of the security groups.</p>
1466
+ * @public
1467
+ */
1468
+ SecurityGroupIds?: string[] | undefined;
1469
+ /**
1470
+ * <p>The ID of the subnet in which to launch the instances.</p>
1471
+ * @public
1472
+ */
1473
+ SubnetId?: string | undefined;
1474
+ /**
1475
+ * <p>The base64-encoded MIME user data.</p>
1476
+ * @public
1477
+ */
1478
+ UserData?: string | undefined;
1479
+ }
1480
+ /**
1481
+ * <p>Contains the parameters for RunScheduledInstances.</p>
1482
+ * @public
1483
+ */
1484
+ export interface RunScheduledInstancesRequest {
1485
+ /**
1486
+ * <p>Unique, case-sensitive identifier that ensures the idempotency of the request.
1487
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
1488
+ * @public
1489
+ */
1490
+ ClientToken?: string | undefined;
1491
+ /**
1492
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1493
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1494
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1495
+ * @public
1496
+ */
1497
+ DryRun?: boolean | undefined;
1498
+ /**
1499
+ * <p>The number of instances.</p>
1500
+ * <p>Default: 1</p>
1501
+ * @public
1502
+ */
1503
+ InstanceCount?: number | undefined;
1504
+ /**
1505
+ * <p>The launch specification. You must match the instance type, Availability Zone,
1506
+ * network, and platform of the schedule that you purchased.</p>
1507
+ * @public
1508
+ */
1509
+ LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
1510
+ /**
1511
+ * <p>The Scheduled Instance ID.</p>
1512
+ * @public
1513
+ */
1514
+ ScheduledInstanceId: string | undefined;
1515
+ }
1516
+ /**
1517
+ * <p>Contains the output of RunScheduledInstances.</p>
1518
+ * @public
1519
+ */
1520
+ export interface RunScheduledInstancesResult {
1521
+ /**
1522
+ * <p>The IDs of the newly launched instances.</p>
1523
+ * @public
1524
+ */
1525
+ InstanceIdSet?: string[] | undefined;
1526
+ }
1527
+ /**
1528
+ * @public
1529
+ */
1530
+ export interface SearchLocalGatewayRoutesRequest {
1531
+ /**
1532
+ * <p>The ID of the local gateway route table.</p>
1533
+ * @public
1534
+ */
1535
+ LocalGatewayRouteTableId: string | undefined;
1536
+ /**
1537
+ * <p>One or more filters.</p>
1538
+ * <ul>
1539
+ * <li>
1540
+ * <p>
1541
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
1542
+ * </li>
1543
+ * <li>
1544
+ * <p>
1545
+ * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
1546
+ * </li>
1547
+ * <li>
1548
+ * <p>
1549
+ * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
1550
+ * </li>
1551
+ * <li>
1552
+ * <p>
1553
+ * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
1554
+ * </li>
1555
+ * <li>
1556
+ * <p>
1557
+ * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter.
1558
+ * For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify <code>supernet-of-match</code>
1559
+ * as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
1560
+ * </li>
1561
+ * <li>
1562
+ * <p>
1563
+ * <code>state</code> - The state of the route.</p>
1564
+ * </li>
1565
+ * <li>
1566
+ * <p>
1567
+ * <code>type</code> - The route type.</p>
1568
+ * </li>
1569
+ * </ul>
1570
+ * @public
1571
+ */
1572
+ Filters?: Filter[] | undefined;
1573
+ /**
1574
+ * <p>The maximum number of results to return with a single call.
1575
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
1576
+ * @public
1577
+ */
1578
+ MaxResults?: number | undefined;
1579
+ /**
1580
+ * <p>The token for the next page of results.</p>
1581
+ * @public
1582
+ */
1583
+ NextToken?: string | undefined;
1584
+ /**
1585
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1586
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1587
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1588
+ * @public
1589
+ */
1590
+ DryRun?: boolean | undefined;
1591
+ }
1592
+ /**
1593
+ * @public
1594
+ */
1595
+ export interface SearchLocalGatewayRoutesResult {
1596
+ /**
1597
+ * <p>Information about the routes.</p>
1598
+ * @public
1599
+ */
1600
+ Routes?: LocalGatewayRoute[] | undefined;
1601
+ /**
1602
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1603
+ * @public
1604
+ */
1605
+ NextToken?: string | undefined;
1606
+ }
1607
+ /**
1608
+ * @public
1609
+ */
1610
+ export interface SearchTransitGatewayMulticastGroupsRequest {
1611
+ /**
1612
+ * <p>The ID of the transit gateway multicast domain.</p>
1613
+ * @public
1614
+ */
1615
+ TransitGatewayMulticastDomainId: string | undefined;
1616
+ /**
1617
+ * <p>One or more filters. The possible values are:</p>
1618
+ * <ul>
1619
+ * <li>
1620
+ * <p>
1621
+ * <code>group-ip-address</code> - The IP address of the transit gateway multicast group.</p>
1622
+ * </li>
1623
+ * <li>
1624
+ * <p>
1625
+ * <code>is-group-member</code> - The resource is a group member. Valid values are <code>true</code> | <code>false</code>.</p>
1626
+ * </li>
1627
+ * <li>
1628
+ * <p>
1629
+ * <code>is-group-source</code> - The resource is a group source. Valid values are <code>true</code> | <code>false</code>.</p>
1630
+ * </li>
1631
+ * <li>
1632
+ * <p>
1633
+ * <code>member-type</code> - The member type. Valid values are <code>igmp</code> | <code>static</code>.</p>
1634
+ * </li>
1635
+ * <li>
1636
+ * <p>
1637
+ * <code>resource-id</code> - The ID of the resource.</p>
1638
+ * </li>
1639
+ * <li>
1640
+ * <p>
1641
+ * <code>resource-type</code> - The type of resource. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>tgw-peering</code>.</p>
1642
+ * </li>
1643
+ * <li>
1644
+ * <p>
1645
+ * <code>source-type</code> - The source type. Valid values are <code>igmp</code> | <code>static</code>.</p>
1646
+ * </li>
1647
+ * <li>
1648
+ * <p>
1649
+ * <code>subnet-id</code> - The ID of the subnet.</p>
1650
+ * </li>
1651
+ * <li>
1652
+ * <p>
1653
+ * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
1654
+ * </li>
1655
+ * </ul>
1656
+ * @public
1657
+ */
1658
+ Filters?: Filter[] | undefined;
1659
+ /**
1660
+ * <p>The maximum number of results to return with a single call.
1661
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
1662
+ * @public
1663
+ */
1664
+ MaxResults?: number | undefined;
1665
+ /**
1666
+ * <p>The token for the next page of results.</p>
1667
+ * @public
1668
+ */
1669
+ NextToken?: string | undefined;
1670
+ /**
1671
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1672
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1673
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1674
+ * @public
1675
+ */
1676
+ DryRun?: boolean | undefined;
1677
+ }
1678
+ /**
1679
+ * @public
1680
+ * @enum
1681
+ */
1682
+ export declare const MembershipType: {
1683
+ readonly igmp: "igmp";
1684
+ readonly static: "static";
1685
+ };
1686
+ /**
1687
+ * @public
1688
+ */
1689
+ export type MembershipType = (typeof MembershipType)[keyof typeof MembershipType];
1690
+ /**
1691
+ * <p>Describes the transit gateway multicast group resources.</p>
1692
+ * @public
1693
+ */
1694
+ export interface TransitGatewayMulticastGroup {
1695
+ /**
1696
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
1697
+ * @public
1698
+ */
1699
+ GroupIpAddress?: string | undefined;
1700
+ /**
1701
+ * <p>The ID of the transit gateway attachment.</p>
1702
+ * @public
1703
+ */
1704
+ TransitGatewayAttachmentId?: string | undefined;
1705
+ /**
1706
+ * <p>The ID of the subnet.</p>
1707
+ * @public
1708
+ */
1709
+ SubnetId?: string | undefined;
1710
+ /**
1711
+ * <p>The ID of the resource.</p>
1712
+ * @public
1713
+ */
1714
+ ResourceId?: string | undefined;
1715
+ /**
1716
+ * <p>The type of resource, for example a VPC attachment.</p>
1717
+ * @public
1718
+ */
1719
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
1720
+ /**
1721
+ * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.</p>
1722
+ * @public
1723
+ */
1724
+ ResourceOwnerId?: string | undefined;
1725
+ /**
1726
+ * <p>The ID of the transit gateway attachment.</p>
1727
+ * @public
1728
+ */
1729
+ NetworkInterfaceId?: string | undefined;
1730
+ /**
1731
+ * <p>Indicates that the resource is a transit gateway multicast group member.</p>
1732
+ * @public
1733
+ */
1734
+ GroupMember?: boolean | undefined;
1735
+ /**
1736
+ * <p>Indicates that the resource is a transit gateway multicast group member.</p>
1737
+ * @public
1738
+ */
1739
+ GroupSource?: boolean | undefined;
1740
+ /**
1741
+ * <p>The member type (for example, <code>static</code>).</p>
1742
+ * @public
1743
+ */
1744
+ MemberType?: MembershipType | undefined;
1745
+ /**
1746
+ * <p>The source type.</p>
1747
+ * @public
1748
+ */
1749
+ SourceType?: MembershipType | undefined;
1750
+ }
1751
+ /**
1752
+ * @public
1753
+ */
1754
+ export interface SearchTransitGatewayMulticastGroupsResult {
1755
+ /**
1756
+ * <p>Information about the transit gateway multicast group.</p>
1757
+ * @public
1758
+ */
1759
+ MulticastGroups?: TransitGatewayMulticastGroup[] | undefined;
1760
+ /**
1761
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
1762
+ * @public
1763
+ */
1764
+ NextToken?: string | undefined;
1765
+ }
1766
+ /**
1767
+ * @public
1768
+ */
1769
+ export interface SearchTransitGatewayRoutesRequest {
1770
+ /**
1771
+ * <p>The ID of the transit gateway route table.</p>
1772
+ * @public
1773
+ */
1774
+ TransitGatewayRouteTableId: string | undefined;
1775
+ /**
1776
+ * <p>One or more filters. The possible values are:</p>
1777
+ * <ul>
1778
+ * <li>
1779
+ * <p>
1780
+ * <code>attachment.transit-gateway-attachment-id</code>- The id of the transit gateway attachment.</p>
1781
+ * </li>
1782
+ * <li>
1783
+ * <p>
1784
+ * <code>attachment.resource-id</code> - The resource id of the transit gateway attachment.</p>
1785
+ * </li>
1786
+ * <li>
1787
+ * <p>
1788
+ * <code>attachment.resource-type</code> - The attachment resource type. Valid values
1789
+ * are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> |
1790
+ * <code>peering</code> | <code>connect</code>.</p>
1791
+ * </li>
1792
+ * <li>
1793
+ * <p>
1794
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
1795
+ * </li>
1796
+ * <li>
1797
+ * <p>
1798
+ * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
1799
+ * </li>
1800
+ * <li>
1801
+ * <p>
1802
+ * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
1803
+ * </li>
1804
+ * <li>
1805
+ * <p>
1806
+ * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
1807
+ * </li>
1808
+ * <li>
1809
+ * <p>
1810
+ * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
1811
+ * </li>
1812
+ * <li>
1813
+ * <p>
1814
+ * <code>state</code> - The state of the route (<code>active</code> | <code>blackhole</code>).</p>
1815
+ * </li>
1816
+ * <li>
1817
+ * <p>
1818
+ * <code>type</code> - The type of route (<code>propagated</code> |
1819
+ * <code>static</code>).</p>
1820
+ * </li>
1821
+ * </ul>
1822
+ * @public
1823
+ */
1824
+ Filters: Filter[] | undefined;
1825
+ /**
1826
+ * <p>The maximum number of routes to return. If a value is not provided, the default is
1827
+ * 1000.</p>
1828
+ * @public
1829
+ */
1830
+ MaxResults?: number | undefined;
1831
+ /**
1832
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1833
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1834
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1835
+ * @public
1836
+ */
1837
+ DryRun?: boolean | undefined;
1838
+ }
1839
+ /**
1840
+ * @public
1841
+ */
1842
+ export interface SearchTransitGatewayRoutesResult {
1843
+ /**
1844
+ * <p>Information about the routes.</p>
1845
+ * @public
1846
+ */
1847
+ Routes?: TransitGatewayRoute[] | undefined;
1848
+ /**
1849
+ * <p>Indicates whether there are additional routes available.</p>
1850
+ * @public
1851
+ */
1852
+ AdditionalRoutesAvailable?: boolean | undefined;
1853
+ }
1854
+ /**
1855
+ * @public
1856
+ */
1857
+ export interface SendDiagnosticInterruptRequest {
1858
+ /**
1859
+ * <p>The ID of the instance.</p>
1860
+ * @public
1861
+ */
1862
+ InstanceId: string | undefined;
1863
+ /**
1864
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
1865
+ * request, and provides an error response. If you have the required permissions, the error response is
1866
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1867
+ * @public
1868
+ */
1869
+ DryRun?: boolean | undefined;
1870
+ }
1871
+ /**
1872
+ * @public
1873
+ */
1874
+ export interface StartDeclarativePoliciesReportRequest {
1875
+ /**
1876
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1877
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1878
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1879
+ * @public
1880
+ */
1881
+ DryRun?: boolean | undefined;
1882
+ /**
1883
+ * <p>The name of the S3 bucket where the report will be saved. The bucket must be in the
1884
+ * same Region where the report generation request is made.</p>
1885
+ * @public
1886
+ */
1887
+ S3Bucket: string | undefined;
1888
+ /**
1889
+ * <p>The prefix for your S3 object.</p>
1890
+ * @public
1891
+ */
1892
+ S3Prefix?: string | undefined;
1893
+ /**
1894
+ * <p>The root ID, organizational unit ID, or account ID.</p>
1895
+ * <p>Format:</p>
1896
+ * <ul>
1897
+ * <li>
1898
+ * <p>For root: <code>r-ab12</code>
1899
+ * </p>
1900
+ * </li>
1901
+ * <li>
1902
+ * <p>For OU: <code>ou-ab12-cdef1234</code>
1903
+ * </p>
1904
+ * </li>
1905
+ * <li>
1906
+ * <p>For account: <code>123456789012</code>
1907
+ * </p>
1908
+ * </li>
1909
+ * </ul>
1910
+ * @public
1911
+ */
1912
+ TargetId: string | undefined;
1913
+ /**
1914
+ * <p>The tags to apply.</p>
1915
+ * @public
1916
+ */
1917
+ TagSpecifications?: TagSpecification[] | undefined;
1918
+ }
1919
+ /**
1920
+ * @public
1921
+ */
1922
+ export interface StartDeclarativePoliciesReportResult {
1923
+ /**
1924
+ * <p>The ID of the report.</p>
1925
+ * @public
1926
+ */
1927
+ ReportId?: string | undefined;
1928
+ }
1929
+ /**
1930
+ * @public
1931
+ */
1932
+ export interface StartInstancesRequest {
1933
+ /**
1934
+ * <p>The IDs of the instances.</p>
1935
+ * @public
1936
+ */
1937
+ InstanceIds: string[] | undefined;
1938
+ /**
1939
+ * <p>Reserved.</p>
1940
+ * @public
1941
+ */
1942
+ AdditionalInfo?: string | undefined;
1943
+ /**
1944
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
1945
+ * request, and provides an error response. If you have the required permissions, the error response is
1946
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1947
+ * @public
1948
+ */
1949
+ DryRun?: boolean | undefined;
1950
+ }
1951
+ /**
1952
+ * <p>Describes an instance state change.</p>
1953
+ * @public
1954
+ */
1955
+ export interface InstanceStateChange {
1956
+ /**
1957
+ * <p>The ID of the instance.</p>
1958
+ * @public
1959
+ */
1960
+ InstanceId?: string | undefined;
1961
+ /**
1962
+ * <p>The current state of the instance.</p>
1963
+ * @public
1964
+ */
1965
+ CurrentState?: InstanceState | undefined;
1966
+ /**
1967
+ * <p>The previous state of the instance.</p>
1968
+ * @public
1969
+ */
1970
+ PreviousState?: InstanceState | undefined;
1971
+ }
1972
+ /**
1973
+ * @public
1974
+ */
1975
+ export interface StartInstancesResult {
1976
+ /**
1977
+ * <p>Information about the started instances.</p>
1978
+ * @public
1979
+ */
1980
+ StartingInstances?: InstanceStateChange[] | undefined;
1981
+ }
1982
+ /**
1983
+ * @public
1984
+ */
1985
+ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
1986
+ /**
1987
+ * <p>The ID of the Network Access Scope.</p>
1988
+ * @public
1989
+ */
1990
+ NetworkInsightsAccessScopeId: string | undefined;
1991
+ /**
1992
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1993
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1994
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1995
+ * @public
1996
+ */
1997
+ DryRun?: boolean | undefined;
1998
+ /**
1999
+ * <p>The tags to apply.</p>
2000
+ * @public
2001
+ */
2002
+ TagSpecifications?: TagSpecification[] | undefined;
2003
+ /**
2004
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
2005
+ * see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
2006
+ * @public
2007
+ */
2008
+ ClientToken?: string | undefined;
2009
+ }
2010
+ /**
2011
+ * @public
2012
+ */
2013
+ export interface StartNetworkInsightsAccessScopeAnalysisResult {
2014
+ /**
2015
+ * <p>The Network Access Scope analysis.</p>
2016
+ * @public
2017
+ */
2018
+ NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis | undefined;
2019
+ }
2020
+ /**
2021
+ * @public
2022
+ */
2023
+ export interface StartNetworkInsightsAnalysisRequest {
2024
+ /**
2025
+ * <p>The ID of the path.</p>
2026
+ * @public
2027
+ */
2028
+ NetworkInsightsPathId: string | undefined;
2029
+ /**
2030
+ * <p>The member accounts that contain resources that the path can traverse.</p>
2031
+ * @public
2032
+ */
2033
+ AdditionalAccounts?: string[] | undefined;
2034
+ /**
2035
+ * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
2036
+ * @public
2037
+ */
2038
+ FilterInArns?: string[] | undefined;
2039
+ /**
2040
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2041
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2042
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2043
+ * @public
2044
+ */
2045
+ DryRun?: boolean | undefined;
2046
+ /**
2047
+ * <p>The tags to apply.</p>
2048
+ * @public
2049
+ */
2050
+ TagSpecifications?: TagSpecification[] | undefined;
2051
+ /**
2052
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
2053
+ * see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
2054
+ * @public
2055
+ */
2056
+ ClientToken?: string | undefined;
2057
+ }
2058
+ /**
2059
+ * @public
2060
+ */
2061
+ export interface StartNetworkInsightsAnalysisResult {
2062
+ /**
2063
+ * <p>Information about the network insights analysis.</p>
2064
+ * @public
2065
+ */
2066
+ NetworkInsightsAnalysis?: NetworkInsightsAnalysis | undefined;
2067
+ }
2068
+ /**
2069
+ * @public
2070
+ */
2071
+ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
2072
+ /**
2073
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2074
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2075
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2076
+ * @public
2077
+ */
2078
+ DryRun?: boolean | undefined;
2079
+ /**
2080
+ * <p>The ID of the endpoint service.</p>
2081
+ * @public
2082
+ */
2083
+ ServiceId: string | undefined;
2084
+ }
2085
+ /**
2086
+ * @public
2087
+ */
2088
+ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
2089
+ /**
2090
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
2091
+ * @public
2092
+ */
2093
+ ReturnValue?: boolean | undefined;
2094
+ }
4
2095
  /**
5
2096
  * @public
6
2097
  */
@@ -441,3 +2532,15 @@ export interface WithdrawByoipCidrResult {
441
2532
  */
442
2533
  ByoipCidr?: ByoipCidr | undefined;
443
2534
  }
2535
+ /**
2536
+ * @internal
2537
+ */
2538
+ export declare const RunInstancesRequestFilterSensitiveLog: (obj: RunInstancesRequest) => any;
2539
+ /**
2540
+ * @internal
2541
+ */
2542
+ export declare const ScheduledInstancesLaunchSpecificationFilterSensitiveLog: (obj: ScheduledInstancesLaunchSpecification) => any;
2543
+ /**
2544
+ * @internal
2545
+ */
2546
+ export declare const RunScheduledInstancesRequestFilterSensitiveLog: (obj: RunScheduledInstancesRequest) => any;