@aws-sdk/client-ec2 3.38.0 → 3.42.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 (669) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/EC2.js +30 -0
  3. package/dist-cjs/commands/CreateFleetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateFlowLogsCommand.js +3 -3
  5. package/dist-cjs/commands/CreateFpgaImageCommand.js +3 -3
  6. package/dist-cjs/commands/CreateImageCommand.js +3 -3
  7. package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +3 -3
  8. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
  9. package/dist-cjs/commands/CreateVpnConnectionCommand.js +1 -2
  10. package/dist-cjs/commands/DescribeHostsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeIdFormatCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeImageAttributeCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeImportImageTasksCommand.js +1 -2
  17. package/dist-cjs/commands/DescribeSubnetsCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -2
  31. package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +36 -0
  32. package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +36 -0
  33. package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +3 -3
  34. package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +3 -3
  35. package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +3 -3
  36. package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +3 -3
  37. package/dist-cjs/commands/ModifyInstancePlacementCommand.js +3 -3
  38. package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +3 -3
  39. package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +3 -3
  40. package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +2 -2
  41. package/dist-cjs/commands/ModifyReservedInstancesCommand.js +3 -3
  42. package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +3 -3
  43. package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +2 -2
  44. package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +3 -3
  45. package/dist-cjs/commands/ModifySubnetAttributeCommand.js +2 -2
  46. package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +3 -3
  47. package/dist-cjs/commands/index.js +2 -0
  48. package/dist-cjs/endpoints.js +194 -22
  49. package/dist-cjs/models/models_0.js +144 -107
  50. package/dist-cjs/models/models_1.js +141 -169
  51. package/dist-cjs/models/models_2.js +177 -132
  52. package/dist-cjs/models/models_3.js +133 -180
  53. package/dist-cjs/models/models_4.js +222 -211
  54. package/dist-cjs/models/models_5.js +210 -4
  55. package/dist-cjs/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +35 -0
  56. package/dist-cjs/pagination/GetSpotPlacementScoresPaginator.js +35 -0
  57. package/dist-cjs/pagination/index.js +2 -0
  58. package/dist-cjs/protocols/Aws_ec2.js +2189 -902
  59. package/dist-cjs/runtimeConfig.browser.js +6 -3
  60. package/dist-cjs/runtimeConfig.js +5 -3
  61. package/dist-es/EC2.js +30 -0
  62. package/dist-es/commands/CreateFleetCommand.js +2 -1
  63. package/dist-es/commands/CreateFlowLogsCommand.js +1 -1
  64. package/dist-es/commands/CreateFpgaImageCommand.js +1 -1
  65. package/dist-es/commands/CreateImageCommand.js +1 -1
  66. package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +1 -1
  67. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +1 -1
  68. package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
  69. package/dist-es/commands/DescribeHostsCommand.js +2 -1
  70. package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +1 -1
  71. package/dist-es/commands/DescribeIdFormatCommand.js +1 -1
  72. package/dist-es/commands/DescribeIdentityIdFormatCommand.js +1 -1
  73. package/dist-es/commands/DescribeImageAttributeCommand.js +1 -1
  74. package/dist-es/commands/DescribeImagesCommand.js +1 -1
  75. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -2
  76. package/dist-es/commands/DescribeSubnetsCommand.js +2 -1
  77. package/dist-es/commands/DescribeTagsCommand.js +1 -1
  78. package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +1 -1
  79. package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +1 -1
  80. package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +1 -1
  81. package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +1 -1
  82. package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +1 -1
  83. package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +1 -1
  84. package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +1 -1
  85. package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +1 -1
  86. package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +1 -1
  87. package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +1 -1
  88. package/dist-es/commands/DescribeTransitGatewaysCommand.js +1 -1
  89. package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -2
  90. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +39 -0
  91. package/dist-es/commands/GetSpotPlacementScoresCommand.js +39 -0
  92. package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +1 -1
  93. package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +1 -1
  94. package/dist-es/commands/ModifyInstanceEventWindowCommand.js +1 -1
  95. package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +1 -1
  96. package/dist-es/commands/ModifyInstancePlacementCommand.js +1 -1
  97. package/dist-es/commands/ModifyLaunchTemplateCommand.js +1 -1
  98. package/dist-es/commands/ModifyManagedPrefixListCommand.js +1 -1
  99. package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +1 -1
  100. package/dist-es/commands/ModifyReservedInstancesCommand.js +1 -1
  101. package/dist-es/commands/ModifySecurityGroupRulesCommand.js +1 -1
  102. package/dist-es/commands/ModifySnapshotAttributeCommand.js +1 -1
  103. package/dist-es/commands/ModifySpotFleetRequestCommand.js +1 -1
  104. package/dist-es/commands/ModifySubnetAttributeCommand.js +1 -1
  105. package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +1 -1
  106. package/dist-es/commands/index.js +2 -0
  107. package/dist-es/endpoints.js +194 -22
  108. package/dist-es/models/models_0.js +116 -74
  109. package/dist-es/models/models_1.js +94 -116
  110. package/dist-es/models/models_2.js +123 -84
  111. package/dist-es/models/models_3.js +85 -116
  112. package/dist-es/models/models_4.js +144 -139
  113. package/dist-es/models/models_5.js +139 -0
  114. package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +74 -0
  115. package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +74 -0
  116. package/dist-es/pagination/index.js +2 -0
  117. package/dist-es/protocols/Aws_ec2.js +2754 -1274
  118. package/dist-es/runtimeConfig.browser.js +3 -2
  119. package/dist-es/runtimeConfig.js +3 -3
  120. package/dist-types/EC2.d.ts +30 -0
  121. package/dist-types/EC2Client.d.ts +12 -2
  122. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  123. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  124. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  125. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  126. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
  127. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
  128. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  129. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  130. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  131. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
  132. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
  133. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
  134. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
  135. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
  136. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  137. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  138. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
  139. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
  140. package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
  141. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
  142. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  143. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  144. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
  145. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
  146. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
  147. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
  148. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
  149. package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
  150. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
  151. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
  152. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  153. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  154. package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
  155. package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
  156. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
  157. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
  158. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  159. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  160. package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -1
  161. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
  162. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
  163. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
  164. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  165. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  166. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  167. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  168. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  169. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  170. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  171. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  172. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  173. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  174. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  175. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
  176. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  177. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  178. package/dist-types/commands/CreateFleetCommand.d.ts +3 -2
  179. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  180. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
  181. package/dist-types/commands/CreateImageCommand.d.ts +2 -2
  182. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  183. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  184. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  185. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  186. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  187. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  188. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  189. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  190. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  192. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  193. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  194. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  195. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  196. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  197. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  198. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  199. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  200. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  201. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  202. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  203. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  204. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  205. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  206. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  207. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  208. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  209. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  210. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  211. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  212. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  213. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  214. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  215. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  216. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  217. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  218. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  219. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  220. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  221. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  222. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  223. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  224. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  225. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  226. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  227. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  228. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
  229. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  230. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -3
  231. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  232. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  233. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  234. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  235. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  236. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  237. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  238. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  239. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  240. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  241. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  242. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  243. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  244. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  245. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
  246. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  247. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  248. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  249. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  250. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  251. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  252. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  253. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  254. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  255. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  256. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  257. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  258. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  259. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  260. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  261. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  262. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  263. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  264. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  265. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  266. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  267. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  268. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  269. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  270. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  271. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  272. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  273. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  274. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  275. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  276. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  277. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  278. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  279. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  280. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  281. package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
  282. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  283. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  284. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
  285. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  286. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
  287. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
  288. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
  289. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  290. package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
  291. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  292. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  293. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  294. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  295. package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
  296. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
  297. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
  298. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
  299. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  300. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  301. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  302. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  303. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  304. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  305. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  306. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  307. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
  308. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  309. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  310. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  311. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
  312. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  313. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  314. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  315. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  316. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  317. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  318. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -1
  319. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  320. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  321. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  322. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  323. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  324. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  325. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  326. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  327. package/dist-types/commands/DescribeHostsCommand.d.ts +3 -2
  328. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -2
  329. package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -2
  330. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -2
  331. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -2
  332. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -2
  333. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -3
  334. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
  335. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  336. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
  337. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
  338. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -1
  339. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -1
  340. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  341. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  342. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  343. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  344. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  345. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +1 -1
  346. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  347. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -1
  348. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  349. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  350. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  351. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  352. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  353. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  354. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  355. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  356. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  357. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  358. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  359. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  360. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  361. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  362. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  363. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  364. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  365. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -1
  366. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  367. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -1
  368. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  369. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  370. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  371. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  372. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  373. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  374. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  375. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
  376. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  377. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
  378. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  379. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  380. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  381. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  382. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  383. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  384. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -1
  385. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  386. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
  387. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  388. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  389. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -2
  390. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
  391. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -2
  392. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -2
  393. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -2
  394. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -2
  395. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -2
  396. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -2
  397. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -2
  398. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -2
  399. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -2
  400. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -2
  401. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -2
  402. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -3
  403. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  404. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -1
  405. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  406. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  407. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  408. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  409. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  410. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  411. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  412. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  413. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  414. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  415. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -1
  416. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  417. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  418. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  419. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  420. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  421. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  422. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  423. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  424. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  425. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  426. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  427. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  428. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  429. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  430. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  431. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  432. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  433. package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
  434. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  435. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  436. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  437. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  438. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  439. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  440. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  441. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  442. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  443. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  444. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  445. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  446. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  447. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  448. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  449. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  450. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  451. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  452. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  453. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  454. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  455. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  456. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  457. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  458. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  459. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  460. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  461. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  462. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  463. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  464. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  465. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  466. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  467. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  468. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  469. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +44 -0
  470. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  471. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  472. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  473. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  474. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  475. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
  476. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +42 -0
  477. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  478. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  479. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  480. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  481. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  482. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  483. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  484. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  485. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  486. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  487. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  488. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  489. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  490. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  491. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  492. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  493. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  494. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  495. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  496. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  497. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  498. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  499. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  500. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  501. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  502. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  503. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  504. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  505. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  506. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -2
  507. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -2
  508. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -2
  509. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -2
  510. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -2
  511. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -2
  512. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -2
  513. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -2
  514. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  515. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -2
  516. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
  517. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  518. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -2
  519. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -2
  520. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  521. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  522. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  523. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  524. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  525. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  526. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  527. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  528. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  529. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  530. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  531. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  532. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  533. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  534. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  535. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  536. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  537. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  538. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  539. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  540. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  541. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  542. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  543. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  544. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  545. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  546. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  547. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  548. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  549. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  550. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  551. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  552. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  553. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  554. package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
  555. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  556. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  557. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  558. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  559. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  560. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  561. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  562. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  563. package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
  564. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  565. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  566. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  567. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  568. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  569. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  570. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  571. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  572. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  573. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  574. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  575. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  576. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  577. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  578. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  579. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  580. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  581. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  582. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  583. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  584. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  585. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  586. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  587. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  588. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  589. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  590. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  591. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  592. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  593. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  594. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  595. package/dist-types/commands/index.d.ts +2 -0
  596. package/dist-types/models/models_0.d.ts +607 -615
  597. package/dist-types/models/models_1.d.ts +4831 -4562
  598. package/dist-types/models/models_2.d.ts +4641 -4767
  599. package/dist-types/models/models_3.d.ts +7074 -7126
  600. package/dist-types/models/models_4.d.ts +4816 -4415
  601. package/dist-types/models/models_5.d.ts +872 -6
  602. package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
  603. package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
  604. package/dist-types/pagination/index.d.ts +2 -0
  605. package/dist-types/protocols/Aws_ec2.d.ts +6 -0
  606. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  607. package/dist-types/runtimeConfig.d.ts +2 -0
  608. package/dist-types/runtimeConfig.native.d.ts +2 -0
  609. package/dist-types/ts3.4/EC2.d.ts +10 -0
  610. package/dist-types/ts3.4/EC2Client.d.ts +8 -2
  611. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -1
  612. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
  613. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
  614. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
  615. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  616. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  617. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -2
  618. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -1
  619. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  620. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  621. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  622. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  623. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  624. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -2
  625. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -1
  626. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  627. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  628. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  629. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  630. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  631. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  632. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  633. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
  634. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  635. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  636. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  637. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  638. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -2
  639. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +17 -0
  640. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
  641. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  642. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  643. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  644. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  645. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  646. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  647. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  648. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  649. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  650. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  651. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  652. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  653. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  654. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  655. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  656. package/dist-types/ts3.4/models/models_0.d.ts +233 -254
  657. package/dist-types/ts3.4/models/models_1.d.ts +368 -345
  658. package/dist-types/ts3.4/models/models_2.d.ts +362 -347
  659. package/dist-types/ts3.4/models/models_3.d.ts +364 -393
  660. package/dist-types/ts3.4/models/models_4.d.ts +496 -431
  661. package/dist-types/ts3.4/models/models_5.d.ts +435 -5
  662. package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
  663. package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
  664. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  665. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6 -0
  666. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  667. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  668. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  669. package/package.json +27 -27
@@ -1,3 +1,111 @@
1
+ /**
2
+ * <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
3
+ * on an instance.</p>
4
+ */
5
+ export interface AcceleratorCount {
6
+ /**
7
+ * <p>The minimum number of accelerators. If this parameter is not specified, there is no minimum
8
+ * limit.</p>
9
+ */
10
+ Min?: number;
11
+ /**
12
+ * <p>The maximum number of accelerators. If this parameter is not specified, there is no
13
+ * maximum limit.</p>
14
+ */
15
+ Max?: number;
16
+ }
17
+ export declare namespace AcceleratorCount {
18
+ /**
19
+ * @internal
20
+ */
21
+ const filterSensitiveLog: (obj: AcceleratorCount) => any;
22
+ }
23
+ /**
24
+ * <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
25
+ * on an instance. To exclude accelerator-enabled instance types, set <code>Max</code> to
26
+ * <code>0</code>.</p>
27
+ */
28
+ export interface AcceleratorCountRequest {
29
+ /**
30
+ * <p>The minimum number of accelerators. To specify no minimum limit, omit this
31
+ * parameter.</p>
32
+ */
33
+ Min?: number;
34
+ /**
35
+ * <p>The maximum number of accelerators. To specify no maximum limit, omit this
36
+ * parameter. To exclude accelerator-enabled instance types, set <code>Max</code> to
37
+ * <code>0</code>.</p>
38
+ */
39
+ Max?: number;
40
+ }
41
+ export declare namespace AcceleratorCountRequest {
42
+ /**
43
+ * @internal
44
+ */
45
+ const filterSensitiveLog: (obj: AcceleratorCountRequest) => any;
46
+ }
47
+ export declare enum AcceleratorManufacturer {
48
+ AMAZON_WEB_SERVICES = "amazon-web-services",
49
+ AMD = "amd",
50
+ NVIDIA = "nvidia",
51
+ XILINX = "xilinx"
52
+ }
53
+ export declare enum AcceleratorName {
54
+ A100 = "a100",
55
+ K80 = "k80",
56
+ M60 = "m60",
57
+ RADEON_PRO_V520 = "radeon-pro-v520",
58
+ T4 = "t4",
59
+ V100 = "v100",
60
+ VU9P = "vu9p"
61
+ }
62
+ /**
63
+ * <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
64
+ */
65
+ export interface AcceleratorTotalMemoryMiB {
66
+ /**
67
+ * <p>The minimum amount of accelerator memory, in MiB. If this parameter is not specified,
68
+ * there is no minimum limit.</p>
69
+ */
70
+ Min?: number;
71
+ /**
72
+ * <p>The maximum amount of accelerator memory, in MiB. If this parameter is not specified,
73
+ * there is no maximum limit.</p>
74
+ */
75
+ Max?: number;
76
+ }
77
+ export declare namespace AcceleratorTotalMemoryMiB {
78
+ /**
79
+ * @internal
80
+ */
81
+ const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiB) => any;
82
+ }
83
+ /**
84
+ * <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
85
+ */
86
+ export interface AcceleratorTotalMemoryMiBRequest {
87
+ /**
88
+ * <p>The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this
89
+ * parameter.</p>
90
+ */
91
+ Min?: number;
92
+ /**
93
+ * <p>The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this
94
+ * parameter.</p>
95
+ */
96
+ Max?: number;
97
+ }
98
+ export declare namespace AcceleratorTotalMemoryMiBRequest {
99
+ /**
100
+ * @internal
101
+ */
102
+ const filterSensitiveLog: (obj: AcceleratorTotalMemoryMiBRequest) => any;
103
+ }
104
+ export declare enum AcceleratorType {
105
+ FPGA = "fpga",
106
+ GPU = "gpu",
107
+ INFERENCE = "inference"
108
+ }
1
109
  /**
2
110
  * <p>Details about the target configuration.</p>
3
111
  */
@@ -4340,7 +4448,7 @@ export declare namespace CreateCapacityReservationResult {
4340
4448
  export declare enum FleetInstanceMatchCriteria {
4341
4449
  open = "open"
4342
4450
  }
4343
- export declare type _InstanceType = "a1.2xlarge" | "a1.4xlarge" | "a1.large" | "a1.medium" | "a1.metal" | "a1.xlarge" | "c1.medium" | "c1.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.metal" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.large" | "c5d.metal" | "c5d.xlarge" | "c5n.18xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.large" | "c5n.metal" | "c5n.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.metal" | "c6g.xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.large" | "c6gd.medium" | "c6gd.metal" | "c6gd.xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.large" | "c6gn.medium" | "c6gn.xlarge" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d2.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3.xlarge" | "d3en.12xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.xlarge" | "f1.16xlarge" | "f1.2xlarge" | "f1.4xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.16xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3s.xlarge" | "g4ad.16xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.metal" | "g4dn.xlarge" | "h1.16xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "hi1.4xlarge" | "hs1.8xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i2.xlarge" | "i3.16xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.large" | "i3.metal" | "i3.xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.large" | "i3en.metal" | "i3en.xlarge" | "inf1.24xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.xlarge" | "m1.large" | "m1.medium" | "m1.small" | "m1.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m2.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.metal" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.large" | "m5d.metal" | "m5d.xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.large" | "m5dn.metal" | "m5dn.xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.large" | "m5n.metal" | "m5n.xlarge" | "m5zn.12xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.large" | "m5zn.metal" | "m5zn.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.metal" | "m6g.xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.large" | "m6gd.medium" | "m6gd.metal" | "m6gd.xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.2xlarge" | "m6i.32xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.large" | "m6i.xlarge" | "mac1.metal" | "p2.16xlarge" | "p2.8xlarge" | "p2.xlarge" | "p3.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.metal" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.large" | "r5b.metal" | "r5b.xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.large" | "r5d.metal" | "r5d.xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.large" | "r5dn.metal" | "r5dn.xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.large" | "r5n.metal" | "r5n.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.metal" | "r6g.xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.large" | "r6gd.medium" | "r6gd.metal" | "r6gd.xlarge" | "t1.micro" | "t2.2xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.nano" | "t2.small" | "t2.xlarge" | "t3.2xlarge" | "t3.large" | "t3.medium" | "t3.micro" | "t3.nano" | "t3.small" | "t3.xlarge" | "t3a.2xlarge" | "t3a.large" | "t3a.medium" | "t3a.micro" | "t3a.nano" | "t3a.small" | "t3a.xlarge" | "t4g.2xlarge" | "t4g.large" | "t4g.medium" | "t4g.micro" | "t4g.nano" | "t4g.small" | "t4g.xlarge" | "u-12tb1.112xlarge" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "u-6tb1.112xlarge" | "u-6tb1.56xlarge" | "u-6tb1.metal" | "u-9tb1.112xlarge" | "u-9tb1.metal" | "vt1.24xlarge" | "vt1.3xlarge" | "vt1.6xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.16xlarge" | "x1e.2xlarge" | "x1e.32xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.large" | "x2gd.medium" | "x2gd.metal" | "x2gd.xlarge" | "z1d.12xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.large" | "z1d.metal" | "z1d.xlarge";
4451
+ export declare type _InstanceType = "a1.2xlarge" | "a1.4xlarge" | "a1.large" | "a1.medium" | "a1.metal" | "a1.xlarge" | "c1.medium" | "c1.xlarge" | "c3.2xlarge" | "c3.4xlarge" | "c3.8xlarge" | "c3.large" | "c3.xlarge" | "c4.2xlarge" | "c4.4xlarge" | "c4.8xlarge" | "c4.large" | "c4.xlarge" | "c5.12xlarge" | "c5.18xlarge" | "c5.24xlarge" | "c5.2xlarge" | "c5.4xlarge" | "c5.9xlarge" | "c5.large" | "c5.metal" | "c5.xlarge" | "c5a.12xlarge" | "c5a.16xlarge" | "c5a.24xlarge" | "c5a.2xlarge" | "c5a.4xlarge" | "c5a.8xlarge" | "c5a.large" | "c5a.xlarge" | "c5ad.12xlarge" | "c5ad.16xlarge" | "c5ad.24xlarge" | "c5ad.2xlarge" | "c5ad.4xlarge" | "c5ad.8xlarge" | "c5ad.large" | "c5ad.xlarge" | "c5d.12xlarge" | "c5d.18xlarge" | "c5d.24xlarge" | "c5d.2xlarge" | "c5d.4xlarge" | "c5d.9xlarge" | "c5d.large" | "c5d.metal" | "c5d.xlarge" | "c5n.18xlarge" | "c5n.2xlarge" | "c5n.4xlarge" | "c5n.9xlarge" | "c5n.large" | "c5n.metal" | "c5n.xlarge" | "c6g.12xlarge" | "c6g.16xlarge" | "c6g.2xlarge" | "c6g.4xlarge" | "c6g.8xlarge" | "c6g.large" | "c6g.medium" | "c6g.metal" | "c6g.xlarge" | "c6gd.12xlarge" | "c6gd.16xlarge" | "c6gd.2xlarge" | "c6gd.4xlarge" | "c6gd.8xlarge" | "c6gd.large" | "c6gd.medium" | "c6gd.metal" | "c6gd.xlarge" | "c6gn.12xlarge" | "c6gn.16xlarge" | "c6gn.2xlarge" | "c6gn.4xlarge" | "c6gn.8xlarge" | "c6gn.large" | "c6gn.medium" | "c6gn.xlarge" | "c6i.12xlarge" | "c6i.16xlarge" | "c6i.24xlarge" | "c6i.2xlarge" | "c6i.32xlarge" | "c6i.4xlarge" | "c6i.8xlarge" | "c6i.large" | "c6i.xlarge" | "cc1.4xlarge" | "cc2.8xlarge" | "cg1.4xlarge" | "cr1.8xlarge" | "d2.2xlarge" | "d2.4xlarge" | "d2.8xlarge" | "d2.xlarge" | "d3.2xlarge" | "d3.4xlarge" | "d3.8xlarge" | "d3.xlarge" | "d3en.12xlarge" | "d3en.2xlarge" | "d3en.4xlarge" | "d3en.6xlarge" | "d3en.8xlarge" | "d3en.xlarge" | "dl1.24xlarge" | "f1.16xlarge" | "f1.2xlarge" | "f1.4xlarge" | "g2.2xlarge" | "g2.8xlarge" | "g3.16xlarge" | "g3.4xlarge" | "g3.8xlarge" | "g3s.xlarge" | "g4ad.16xlarge" | "g4ad.2xlarge" | "g4ad.4xlarge" | "g4ad.8xlarge" | "g4ad.xlarge" | "g4dn.12xlarge" | "g4dn.16xlarge" | "g4dn.2xlarge" | "g4dn.4xlarge" | "g4dn.8xlarge" | "g4dn.metal" | "g4dn.xlarge" | "g5.12xlarge" | "g5.16xlarge" | "g5.24xlarge" | "g5.2xlarge" | "g5.48xlarge" | "g5.4xlarge" | "g5.8xlarge" | "g5.xlarge" | "h1.16xlarge" | "h1.2xlarge" | "h1.4xlarge" | "h1.8xlarge" | "hi1.4xlarge" | "hs1.8xlarge" | "i2.2xlarge" | "i2.4xlarge" | "i2.8xlarge" | "i2.xlarge" | "i3.16xlarge" | "i3.2xlarge" | "i3.4xlarge" | "i3.8xlarge" | "i3.large" | "i3.metal" | "i3.xlarge" | "i3en.12xlarge" | "i3en.24xlarge" | "i3en.2xlarge" | "i3en.3xlarge" | "i3en.6xlarge" | "i3en.large" | "i3en.metal" | "i3en.xlarge" | "inf1.24xlarge" | "inf1.2xlarge" | "inf1.6xlarge" | "inf1.xlarge" | "m1.large" | "m1.medium" | "m1.small" | "m1.xlarge" | "m2.2xlarge" | "m2.4xlarge" | "m2.xlarge" | "m3.2xlarge" | "m3.large" | "m3.medium" | "m3.xlarge" | "m4.10xlarge" | "m4.16xlarge" | "m4.2xlarge" | "m4.4xlarge" | "m4.large" | "m4.xlarge" | "m5.12xlarge" | "m5.16xlarge" | "m5.24xlarge" | "m5.2xlarge" | "m5.4xlarge" | "m5.8xlarge" | "m5.large" | "m5.metal" | "m5.xlarge" | "m5a.12xlarge" | "m5a.16xlarge" | "m5a.24xlarge" | "m5a.2xlarge" | "m5a.4xlarge" | "m5a.8xlarge" | "m5a.large" | "m5a.xlarge" | "m5ad.12xlarge" | "m5ad.16xlarge" | "m5ad.24xlarge" | "m5ad.2xlarge" | "m5ad.4xlarge" | "m5ad.8xlarge" | "m5ad.large" | "m5ad.xlarge" | "m5d.12xlarge" | "m5d.16xlarge" | "m5d.24xlarge" | "m5d.2xlarge" | "m5d.4xlarge" | "m5d.8xlarge" | "m5d.large" | "m5d.metal" | "m5d.xlarge" | "m5dn.12xlarge" | "m5dn.16xlarge" | "m5dn.24xlarge" | "m5dn.2xlarge" | "m5dn.4xlarge" | "m5dn.8xlarge" | "m5dn.large" | "m5dn.metal" | "m5dn.xlarge" | "m5n.12xlarge" | "m5n.16xlarge" | "m5n.24xlarge" | "m5n.2xlarge" | "m5n.4xlarge" | "m5n.8xlarge" | "m5n.large" | "m5n.metal" | "m5n.xlarge" | "m5zn.12xlarge" | "m5zn.2xlarge" | "m5zn.3xlarge" | "m5zn.6xlarge" | "m5zn.large" | "m5zn.metal" | "m5zn.xlarge" | "m6g.12xlarge" | "m6g.16xlarge" | "m6g.2xlarge" | "m6g.4xlarge" | "m6g.8xlarge" | "m6g.large" | "m6g.medium" | "m6g.metal" | "m6g.xlarge" | "m6gd.12xlarge" | "m6gd.16xlarge" | "m6gd.2xlarge" | "m6gd.4xlarge" | "m6gd.8xlarge" | "m6gd.large" | "m6gd.medium" | "m6gd.metal" | "m6gd.xlarge" | "m6i.12xlarge" | "m6i.16xlarge" | "m6i.24xlarge" | "m6i.2xlarge" | "m6i.32xlarge" | "m6i.4xlarge" | "m6i.8xlarge" | "m6i.large" | "m6i.xlarge" | "mac1.metal" | "p2.16xlarge" | "p2.8xlarge" | "p2.xlarge" | "p3.16xlarge" | "p3.2xlarge" | "p3.8xlarge" | "p3dn.24xlarge" | "p4d.24xlarge" | "r3.2xlarge" | "r3.4xlarge" | "r3.8xlarge" | "r3.large" | "r3.xlarge" | "r4.16xlarge" | "r4.2xlarge" | "r4.4xlarge" | "r4.8xlarge" | "r4.large" | "r4.xlarge" | "r5.12xlarge" | "r5.16xlarge" | "r5.24xlarge" | "r5.2xlarge" | "r5.4xlarge" | "r5.8xlarge" | "r5.large" | "r5.metal" | "r5.xlarge" | "r5a.12xlarge" | "r5a.16xlarge" | "r5a.24xlarge" | "r5a.2xlarge" | "r5a.4xlarge" | "r5a.8xlarge" | "r5a.large" | "r5a.xlarge" | "r5ad.12xlarge" | "r5ad.16xlarge" | "r5ad.24xlarge" | "r5ad.2xlarge" | "r5ad.4xlarge" | "r5ad.8xlarge" | "r5ad.large" | "r5ad.xlarge" | "r5b.12xlarge" | "r5b.16xlarge" | "r5b.24xlarge" | "r5b.2xlarge" | "r5b.4xlarge" | "r5b.8xlarge" | "r5b.large" | "r5b.metal" | "r5b.xlarge" | "r5d.12xlarge" | "r5d.16xlarge" | "r5d.24xlarge" | "r5d.2xlarge" | "r5d.4xlarge" | "r5d.8xlarge" | "r5d.large" | "r5d.metal" | "r5d.xlarge" | "r5dn.12xlarge" | "r5dn.16xlarge" | "r5dn.24xlarge" | "r5dn.2xlarge" | "r5dn.4xlarge" | "r5dn.8xlarge" | "r5dn.large" | "r5dn.metal" | "r5dn.xlarge" | "r5n.12xlarge" | "r5n.16xlarge" | "r5n.24xlarge" | "r5n.2xlarge" | "r5n.4xlarge" | "r5n.8xlarge" | "r5n.large" | "r5n.metal" | "r5n.xlarge" | "r6g.12xlarge" | "r6g.16xlarge" | "r6g.2xlarge" | "r6g.4xlarge" | "r6g.8xlarge" | "r6g.large" | "r6g.medium" | "r6g.metal" | "r6g.xlarge" | "r6gd.12xlarge" | "r6gd.16xlarge" | "r6gd.2xlarge" | "r6gd.4xlarge" | "r6gd.8xlarge" | "r6gd.large" | "r6gd.medium" | "r6gd.metal" | "r6gd.xlarge" | "t1.micro" | "t2.2xlarge" | "t2.large" | "t2.medium" | "t2.micro" | "t2.nano" | "t2.small" | "t2.xlarge" | "t3.2xlarge" | "t3.large" | "t3.medium" | "t3.micro" | "t3.nano" | "t3.small" | "t3.xlarge" | "t3a.2xlarge" | "t3a.large" | "t3a.medium" | "t3a.micro" | "t3a.nano" | "t3a.small" | "t3a.xlarge" | "t4g.2xlarge" | "t4g.large" | "t4g.medium" | "t4g.micro" | "t4g.nano" | "t4g.small" | "t4g.xlarge" | "u-12tb1.112xlarge" | "u-12tb1.metal" | "u-18tb1.metal" | "u-24tb1.metal" | "u-6tb1.112xlarge" | "u-6tb1.56xlarge" | "u-6tb1.metal" | "u-9tb1.112xlarge" | "u-9tb1.metal" | "vt1.24xlarge" | "vt1.3xlarge" | "vt1.6xlarge" | "x1.16xlarge" | "x1.32xlarge" | "x1e.16xlarge" | "x1e.2xlarge" | "x1e.32xlarge" | "x1e.4xlarge" | "x1e.8xlarge" | "x1e.xlarge" | "x2gd.12xlarge" | "x2gd.16xlarge" | "x2gd.2xlarge" | "x2gd.4xlarge" | "x2gd.8xlarge" | "x2gd.large" | "x2gd.medium" | "x2gd.metal" | "x2gd.xlarge" | "z1d.12xlarge" | "z1d.2xlarge" | "z1d.3xlarge" | "z1d.6xlarge" | "z1d.large" | "z1d.metal" | "z1d.xlarge";
4344
4452
  /**
4345
4453
  * <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
4346
4454
  */
@@ -5231,6 +5339,11 @@ export interface Subnet {
5231
5339
  * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
5232
5340
  */
5233
5341
  OutpostArn?: string;
5342
+ /**
5343
+ * <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
5344
+ * should return synthetic IPv6 addresses for IPv4-only destinations.</p>
5345
+ */
5346
+ EnableDns64?: boolean;
5234
5347
  }
5235
5348
  export declare namespace Subnet {
5236
5349
  /**
@@ -5565,6 +5678,432 @@ export declare namespace FleetLaunchTemplateSpecificationRequest {
5565
5678
  */
5566
5679
  const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
5567
5680
  }
5681
+ export declare enum BareMetal {
5682
+ EXCLUDED = "excluded",
5683
+ INCLUDED = "included",
5684
+ REQUIRED = "required"
5685
+ }
5686
+ /**
5687
+ * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
5688
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
5689
+ * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
5690
+ */
5691
+ export interface BaselineEbsBandwidthMbpsRequest {
5692
+ /**
5693
+ * <p>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit
5694
+ * this parameter.</p>
5695
+ */
5696
+ Min?: number;
5697
+ /**
5698
+ * <p>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit
5699
+ * this parameter.</p>
5700
+ */
5701
+ Max?: number;
5702
+ }
5703
+ export declare namespace BaselineEbsBandwidthMbpsRequest {
5704
+ /**
5705
+ * @internal
5706
+ */
5707
+ const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
5708
+ }
5709
+ export declare enum BurstablePerformance {
5710
+ EXCLUDED = "excluded",
5711
+ INCLUDED = "included",
5712
+ REQUIRED = "required"
5713
+ }
5714
+ export declare enum CpuManufacturer {
5715
+ AMAZON_WEB_SERVICES = "amazon-web-services",
5716
+ AMD = "amd",
5717
+ INTEL = "intel"
5718
+ }
5719
+ export declare enum InstanceGeneration {
5720
+ CURRENT = "current",
5721
+ PREVIOUS = "previous"
5722
+ }
5723
+ export declare enum LocalStorage {
5724
+ EXCLUDED = "excluded",
5725
+ INCLUDED = "included",
5726
+ REQUIRED = "required"
5727
+ }
5728
+ export declare enum LocalStorageType {
5729
+ HDD = "hdd",
5730
+ SSD = "ssd"
5731
+ }
5732
+ /**
5733
+ * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
5734
+ */
5735
+ export interface MemoryGiBPerVCpuRequest {
5736
+ /**
5737
+ * <p>The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this
5738
+ * parameter.</p>
5739
+ */
5740
+ Min?: number;
5741
+ /**
5742
+ * <p>The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this
5743
+ * parameter.</p>
5744
+ */
5745
+ Max?: number;
5746
+ }
5747
+ export declare namespace MemoryGiBPerVCpuRequest {
5748
+ /**
5749
+ * @internal
5750
+ */
5751
+ const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
5752
+ }
5753
+ /**
5754
+ * <p>The minimum and maximum amount of memory, in MiB.</p>
5755
+ */
5756
+ export interface MemoryMiBRequest {
5757
+ /**
5758
+ * <p>The minimum amount of memory, in MiB. To specify no minimum limit, specify
5759
+ * <code>0</code>.</p>
5760
+ */
5761
+ Min: number | undefined;
5762
+ /**
5763
+ * <p>The maximum amount of memory, in MiB. To specify no maximum limit, omit this
5764
+ * parameter.</p>
5765
+ */
5766
+ Max?: number;
5767
+ }
5768
+ export declare namespace MemoryMiBRequest {
5769
+ /**
5770
+ * @internal
5771
+ */
5772
+ const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
5773
+ }
5774
+ /**
5775
+ * <p>The minimum and maximum number of network interfaces.</p>
5776
+ */
5777
+ export interface NetworkInterfaceCountRequest {
5778
+ /**
5779
+ * <p>The minimum number of network interfaces. To specify no minimum limit, omit this
5780
+ * parameter.</p>
5781
+ */
5782
+ Min?: number;
5783
+ /**
5784
+ * <p>The maximum number of network interfaces. To specify no maximum limit, omit this
5785
+ * parameter.</p>
5786
+ */
5787
+ Max?: number;
5788
+ }
5789
+ export declare namespace NetworkInterfaceCountRequest {
5790
+ /**
5791
+ * @internal
5792
+ */
5793
+ const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
5794
+ }
5795
+ /**
5796
+ * <p>The minimum and maximum amount of total local storage, in GB.</p>
5797
+ */
5798
+ export interface TotalLocalStorageGBRequest {
5799
+ /**
5800
+ * <p>The minimum amount of total local storage, in GB. To specify no minimum limit, omit this
5801
+ * parameter.</p>
5802
+ */
5803
+ Min?: number;
5804
+ /**
5805
+ * <p>The maximum amount of total local storage, in GB. To specify no maximum limit, omit this
5806
+ * parameter.</p>
5807
+ */
5808
+ Max?: number;
5809
+ }
5810
+ export declare namespace TotalLocalStorageGBRequest {
5811
+ /**
5812
+ * @internal
5813
+ */
5814
+ const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
5815
+ }
5816
+ /**
5817
+ * <p>The minimum and maximum number of vCPUs.</p>
5818
+ */
5819
+ export interface VCpuCountRangeRequest {
5820
+ /**
5821
+ * <p>The minimum number of vCPUs. To specify no minimum limit, specify <code>0</code>.</p>
5822
+ */
5823
+ Min: number | undefined;
5824
+ /**
5825
+ * <p>The maximum number of vCPUs. To specify no maximum limit, omit this parameter.</p>
5826
+ */
5827
+ Max?: number;
5828
+ }
5829
+ export declare namespace VCpuCountRangeRequest {
5830
+ /**
5831
+ * @internal
5832
+ */
5833
+ const filterSensitiveLog: (obj: VCpuCountRangeRequest) => any;
5834
+ }
5835
+ /**
5836
+ * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
5837
+ * identify instance types with these attributes.</p>
5838
+ * <p>When you specify multiple parameters, you get instance types that satisfy all of the
5839
+ * specified parameters. If you specify multiple values for a parameter, you get instance
5840
+ * types that satisfy any of the specified values.</p>
5841
+ * <note>
5842
+ * <p>You must specify <code>VCpuCount</code> and <code>MemoryMiB</code>. All other parameters
5843
+ * are optional. Any unspecified optional parameter is set to its default.</p>
5844
+ * </note>
5845
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html">Attribute-based instance type selection for EC2 Fleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html">Attribute-based instance type selection for Spot Fleet</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html">Spot
5846
+ * placement score</a> in the <i>Amazon EC2 User Guide</i>.</p>
5847
+ */
5848
+ export interface InstanceRequirementsRequest {
5849
+ /**
5850
+ * <p>The minimum and maximum number of vCPUs.</p>
5851
+ */
5852
+ VCpuCount: VCpuCountRangeRequest | undefined;
5853
+ /**
5854
+ * <p>The minimum and maximum amount of memory, in MiB.</p>
5855
+ */
5856
+ MemoryMiB: MemoryMiBRequest | undefined;
5857
+ /**
5858
+ * <p>The CPU manufacturers to include.</p>
5859
+ * <ul>
5860
+ * <li>
5861
+ * <p>For instance types with Intel CPUs, specify <code>intel</code>.</p>
5862
+ * </li>
5863
+ * <li>
5864
+ * <p>For instance types with AMD CPUs, specify <code>amd</code>.</p>
5865
+ * </li>
5866
+ * <li>
5867
+ * <p>For instance types with Amazon Web Services CPUs, specify <code>amazon-web-services</code>.</p>
5868
+ * </li>
5869
+ * </ul>
5870
+ * <note>
5871
+ * <p>Don't confuse the CPU manufacturer with the CPU architecture. Instances will
5872
+ * be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you
5873
+ * specify in your launch template.</p>
5874
+ * </note>
5875
+ * <p>Default: Any manufacturer</p>
5876
+ */
5877
+ CpuManufacturers?: (CpuManufacturer | string)[];
5878
+ /**
5879
+ * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
5880
+ * <p>Default: No minimum or maximum limits</p>
5881
+ */
5882
+ MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
5883
+ /**
5884
+ * <p>The instance types to exclude. You can use strings with one or more wild cards, represented by
5885
+ * an asterisk (<code>*</code>), to exclude an instance family, type, size, or generation. The
5886
+ * following are examples: <code>m5.8xlarge</code>, <code>c5*.*</code>, <code>m5a.*</code>,
5887
+ * <code>r*</code>, <code>*3*</code>.</p>
5888
+ * <p>For example, if you specify <code>c5*</code>,Amazon EC2 will exclude the entire C5 instance
5889
+ * family, which includes all C5a and C5n instance types. If you specify
5890
+ * <code>m5a.*</code>, Amazon EC2 will exclude all the M5a instance types, but not the M5n
5891
+ * instance types.</p>
5892
+ * <p>Default: No excluded instance types</p>
5893
+ */
5894
+ ExcludedInstanceTypes?: string[];
5895
+ /**
5896
+ * <p>Indicates whether current or previous generation instance types are included. The
5897
+ * current generation instance types are recommended for use. Current generation instance types are
5898
+ * typically the latest two to three generations in each instance family. For more
5899
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the
5900
+ * <i>Amazon EC2 User Guide</i>.</p>
5901
+ * <p>For current generation instance types, specify <code>current</code>.</p>
5902
+ * <p>For previous generation instance types, specify <code>previous</code>.</p>
5903
+ * <p>Default: Current and previous generation instance types</p>
5904
+ */
5905
+ InstanceGenerations?: (InstanceGeneration | string)[];
5906
+ /**
5907
+ * <p>The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance,
5908
+ * expressed as a percentage above the cheapest M, C, or R instance type with your specified
5909
+ * attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance
5910
+ * types priced above your threshold.</p>
5911
+ * <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
5912
+ * <p>To turn off price protection, specify a high value, such as <code>999999</code>.</p>
5913
+ * <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</p>
5914
+ * <p>Default: <code>100</code>
5915
+ * </p>
5916
+ */
5917
+ SpotMaxPricePercentageOverLowestPrice?: number;
5918
+ /**
5919
+ * <p>The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance,
5920
+ * expressed as a percentage above the cheapest M, C, or R instance type with your specified
5921
+ * attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance
5922
+ * types priced above your threshold.</p>
5923
+ * <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
5924
+ * <p>To turn off price protection, specify a high value, such as <code>999999</code>.</p>
5925
+ * <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</p>
5926
+ * <p>Default: <code>20</code>
5927
+ * </p>
5928
+ */
5929
+ OnDemandMaxPricePercentageOverLowestPrice?: number;
5930
+ /**
5931
+ * <p>Indicates whether bare metal instance types must be included, excluded, or required.</p>
5932
+ * <ul>
5933
+ * <li>
5934
+ * <p>To include bare metal instance types, specify <code>included</code>.</p>
5935
+ * </li>
5936
+ * <li>
5937
+ * <p>To require only bare metal instance types, specify <code>required</code>.</p>
5938
+ * </li>
5939
+ * <li>
5940
+ * <p>To exclude bare metal instance types, specify <code>excluded</code>.</p>
5941
+ * </li>
5942
+ * </ul>
5943
+ * <p>Default: <code>excluded</code>
5944
+ * </p>
5945
+ */
5946
+ BareMetal?: BareMetal | string;
5947
+ /**
5948
+ * <p>Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see
5949
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a>.</p>
5950
+ * <ul>
5951
+ * <li>
5952
+ * <p>To include burstable performance instance types, specify <code>included</code>.</p>
5953
+ * </li>
5954
+ * <li>
5955
+ * <p>To require only burstable performance instance types, specify <code>required</code>.</p>
5956
+ * </li>
5957
+ * <li>
5958
+ * <p>To exclude burstable performance instance types, specify <code>excluded</code>.</p>
5959
+ * </li>
5960
+ * </ul>
5961
+ * <p>Default: <code>excluded</code>
5962
+ * </p>
5963
+ */
5964
+ BurstablePerformance?: BurstablePerformance | string;
5965
+ /**
5966
+ * <p>Indicates whether instance types must support hibernation for On-Demand Instances.</p>
5967
+ * <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a>.</p>
5968
+ * <p>Default: <code>false</code>
5969
+ * </p>
5970
+ */
5971
+ RequireHibernateSupport?: boolean;
5972
+ /**
5973
+ * <p>The minimum and maximum number of network interfaces.</p>
5974
+ * <p>Default: No minimum or maximum limits</p>
5975
+ */
5976
+ NetworkInterfaceCount?: NetworkInterfaceCountRequest;
5977
+ /**
5978
+ * <p>Indicates whether instance types with instance store volumes are included, excluded, or required. For more information,
5979
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html">Amazon
5980
+ * EC2 instance store</a> in the <i>Amazon EC2 User Guide</i>.</p>
5981
+ * <ul>
5982
+ * <li>
5983
+ * <p>To include instance types with instance store volumes, specify
5984
+ * <code>included</code>.</p>
5985
+ * </li>
5986
+ * <li>
5987
+ * <p>To require only instance types with instance store volumes, specify
5988
+ * <code>required</code>.</p>
5989
+ * </li>
5990
+ * <li>
5991
+ * <p>To exclude instance types with instance store volumes, specify
5992
+ * <code>excluded</code>.</p>
5993
+ * </li>
5994
+ * </ul>
5995
+ * <p>Default: <code>included</code>
5996
+ * </p>
5997
+ */
5998
+ LocalStorage?: LocalStorage | string;
5999
+ /**
6000
+ * <p>The type of local storage that is required.</p>
6001
+ * <ul>
6002
+ * <li>
6003
+ * <p>For instance types with hard disk drive (HDD) storage, specify <code>hdd</code>.</p>
6004
+ * </li>
6005
+ * <li>
6006
+ * <p>For instance types with solid state drive (SDD) storage, specify <code>sdd</code>.</p>
6007
+ * </li>
6008
+ * </ul>
6009
+ * <p>Default: <code>hdd</code> and <code>sdd</code>
6010
+ * </p>
6011
+ */
6012
+ LocalStorageTypes?: (LocalStorageType | string)[];
6013
+ /**
6014
+ * <p>The minimum and maximum amount of total local storage, in GB.</p>
6015
+ * <p>Default: No minimum or maximum limits</p>
6016
+ */
6017
+ TotalLocalStorageGB?: TotalLocalStorageGBRequest;
6018
+ /**
6019
+ * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
6020
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
6021
+ * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
6022
+ * <p>Default: No minimum or maximum limits</p>
6023
+ */
6024
+ BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
6025
+ /**
6026
+ * <p>The accelerator types that must be on the instance type.</p>
6027
+ * <ul>
6028
+ * <li>
6029
+ * <p>To include instance types with GPU hardware, specify <code>gpu</code>.</p>
6030
+ * </li>
6031
+ * <li>
6032
+ * <p>To include instance types with FPGA hardware, specify <code>fpga</code>.</p>
6033
+ * </li>
6034
+ * <li>
6035
+ * <p>To include instance types with inference hardware, specify <code>inference</code>.</p>
6036
+ * </li>
6037
+ * </ul>
6038
+ * <p>Default: Any accelerator type</p>
6039
+ */
6040
+ AcceleratorTypes?: (AcceleratorType | string)[];
6041
+ /**
6042
+ * <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on
6043
+ * an instance.</p>
6044
+ * <p>To exclude accelerator-enabled instance types, set <code>Max</code> to <code>0</code>.</p>
6045
+ * <p>Default: No minimum or maximum limits</p>
6046
+ */
6047
+ AcceleratorCount?: AcceleratorCountRequest;
6048
+ /**
6049
+ * <p>Indicates whether instance types must have accelerators by specific manufacturers.</p>
6050
+ * <ul>
6051
+ * <li>
6052
+ * <p>For instance types with NVIDIA devices, specify <code>nvidia</code>.</p>
6053
+ * </li>
6054
+ * <li>
6055
+ * <p>For instance types with AMD devices, specify <code>amd</code>.</p>
6056
+ * </li>
6057
+ * <li>
6058
+ * <p>For instance types with Amazon Web Services devices, specify <code>amazon-web-services</code>.</p>
6059
+ * </li>
6060
+ * <li>
6061
+ * <p>For instance types with Xilinx devices, specify <code>xilinx</code>.</p>
6062
+ * </li>
6063
+ * </ul>
6064
+ * <p>Default: Any manufacturer</p>
6065
+ */
6066
+ AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
6067
+ /**
6068
+ * <p>The accelerators that must be on the instance type.</p>
6069
+ * <ul>
6070
+ * <li>
6071
+ * <p>For instance types with NVIDIA A100 GPUs, specify <code>a100</code>.</p>
6072
+ * </li>
6073
+ * <li>
6074
+ * <p>For instance types with NVIDIA V100 GPUs, specify <code>v100</code>.</p>
6075
+ * </li>
6076
+ * <li>
6077
+ * <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
6078
+ * </li>
6079
+ * <li>
6080
+ * <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
6081
+ * </li>
6082
+ * <li>
6083
+ * <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
6084
+ * </li>
6085
+ * <li>
6086
+ * <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
6087
+ * </li>
6088
+ * <li>
6089
+ * <p>For instance types with Xilinx VU9P FPGAs, specify <code> vu9p</code>.</p>
6090
+ * </li>
6091
+ * </ul>
6092
+ * <p>Default: Any accelerator</p>
6093
+ */
6094
+ AcceleratorNames?: (AcceleratorName | string)[];
6095
+ /**
6096
+ * <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
6097
+ * <p>Default: No minimum or maximum limits</p>
6098
+ */
6099
+ AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
6100
+ }
6101
+ export declare namespace InstanceRequirementsRequest {
6102
+ /**
6103
+ * @internal
6104
+ */
6105
+ const filterSensitiveLog: (obj: InstanceRequirementsRequest) => any;
6106
+ }
5568
6107
  /**
5569
6108
  * <p>Describes the placement of an instance.</p>
5570
6109
  */
@@ -5632,6 +6171,10 @@ export declare namespace Placement {
5632
6171
  export interface FleetLaunchTemplateOverridesRequest {
5633
6172
  /**
5634
6173
  * <p>The instance type.</p>
6174
+ * <note>
6175
+ * <p>If you specify <code>InstanceTypes</code>, you can't specify
6176
+ * <code>InstanceRequirements</code>.</p>
6177
+ * </note>
5635
6178
  */
5636
6179
  InstanceType?: _InstanceType | string;
5637
6180
  /**
@@ -5669,6 +6212,15 @@ export interface FleetLaunchTemplateOverridesRequest {
5669
6212
  * <p>The location where the instance launched, if applicable.</p>
5670
6213
  */
5671
6214
  Placement?: Placement;
6215
+ /**
6216
+ * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
6217
+ * identify instance types with those attributes.</p>
6218
+ * <note>
6219
+ * <p>If you specify <code>InstanceRequirements</code>, you can't specify
6220
+ * <code>InstanceTypes</code>.</p>
6221
+ * </note>
6222
+ */
6223
+ InstanceRequirements?: InstanceRequirementsRequest;
5672
6224
  }
5673
6225
  export declare namespace FleetLaunchTemplateOverridesRequest {
5674
6226
  /**
@@ -5789,26 +6341,36 @@ export declare enum SpotAllocationStrategy {
5789
6341
  }
5790
6342
  export declare type SpotInstanceInterruptionBehavior = "hibernate" | "stop" | "terminate";
5791
6343
  export declare enum FleetReplacementStrategy {
5792
- LAUNCH = "launch"
6344
+ LAUNCH = "launch",
6345
+ LAUNCH_BEFORE_TERMINATE = "launch-before-terminate"
5793
6346
  }
5794
6347
  /**
5795
- * <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your
5796
- * Spot Instance is at an elevated risk of being interrupted. For more information, see
5797
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-capacity-rebalance">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide</i>.</p>
6348
+ * <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance
6349
+ * notification signal that your Spot Instance is at an elevated risk of being interrupted.
6350
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-configuration-strategies.html#ec2-fleet-capacity-rebalance">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide</i>.</p>
5798
6351
  */
5799
6352
  export interface FleetSpotCapacityRebalanceRequest {
5800
6353
  /**
5801
6354
  * <p>The replacement strategy to use. Only available for fleets of type
5802
6355
  * <code>maintain</code>.</p>
5803
- * <p>To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance
5804
- * notification is emitted for an existing Spot Instance in the fleet, specify
5805
- * <code>launch</code>. You must specify a value, otherwise you get an error.</p>
5806
- * <note>
5807
- * <p>When a replacement instance is launched, the instance marked for rebalance is not
5808
- * automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.</p>
5809
- * </note>
6356
+ * <p>
6357
+ * <code>launch</code> - EC2 Fleet launches a replacement Spot Instance when a rebalance
6358
+ * notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not
6359
+ * terminate the instances that receive a rebalance notification. You can terminate the old
6360
+ * instances, or you can leave them running. You are charged for all instances while they are
6361
+ * running. </p>
6362
+ * <p>
6363
+ * <code>launch-before-terminate</code> - EC2 Fleet launches a replacement Spot Instance
6364
+ * when a rebalance notification is emitted for an existing Spot Instance in the fleet, and
6365
+ * then, after a delay that you specify (in <code>TerminationDelay</code>), terminates the
6366
+ * instances that received a rebalance notification.</p>
5810
6367
  */
5811
6368
  ReplacementStrategy?: FleetReplacementStrategy | string;
6369
+ /**
6370
+ * <p>The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot
6371
+ * Instance after launching a new replacement Spot Instance.</p>
6372
+ */
6373
+ TerminationDelay?: number;
5812
6374
  }
5813
6375
  export declare namespace FleetSpotCapacityRebalanceRequest {
5814
6376
  /**
@@ -5909,6 +6471,11 @@ export declare enum DefaultTargetCapacityType {
5909
6471
  ON_DEMAND = "on-demand",
5910
6472
  SPOT = "spot"
5911
6473
  }
6474
+ export declare enum TargetCapacityUnitType {
6475
+ MEMORY_MIB = "memory-mib",
6476
+ UNITS = "units",
6477
+ VCPU = "vcpu"
6478
+ }
5912
6479
  /**
5913
6480
  * <p>The number of units to request. You can choose to set the target capacity as the number of
5914
6481
  * instances. Or you can set the target capacity to a performance characteristic that is important to your application workload,
@@ -5942,6 +6509,11 @@ export interface TargetCapacitySpecificationRequest {
5942
6509
  * <code>On-Demand</code>.</p>
5943
6510
  */
5944
6511
  DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
6512
+ /**
6513
+ * <p>The unit for the target capacity.</p>
6514
+ * <p>Default: <code>units</code> (translates to number of instances)</p>
6515
+ */
6516
+ TargetCapacityUnitType?: TargetCapacityUnitType | string;
5945
6517
  }
5946
6518
  export declare namespace TargetCapacitySpecificationRequest {
5947
6519
  /**
@@ -6092,627 +6664,47 @@ export declare namespace FleetLaunchTemplateSpecification {
6092
6664
  const filterSensitiveLog: (obj: FleetLaunchTemplateSpecification) => any;
6093
6665
  }
6094
6666
  /**
6095
- * <p>Describes the placement of an instance.</p>
6096
- */
6097
- export interface PlacementResponse {
6098
- /**
6099
- * <p>The name of the placement group that the instance is in.</p>
6100
- */
6101
- GroupName?: string;
6102
- }
6103
- export declare namespace PlacementResponse {
6104
- /**
6105
- * @internal
6106
- */
6107
- const filterSensitiveLog: (obj: PlacementResponse) => any;
6108
- }
6109
- /**
6110
- * <p>Describes overrides for a launch template.</p>
6111
- */
6112
- export interface FleetLaunchTemplateOverrides {
6113
- /**
6114
- * <p>The instance type.</p>
6115
- */
6116
- InstanceType?: _InstanceType | string;
6117
- /**
6118
- * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>
6119
- */
6120
- MaxPrice?: string;
6121
- /**
6122
- * <p>The ID of the subnet in which to launch the instances.</p>
6123
- */
6124
- SubnetId?: string;
6125
- /**
6126
- * <p>The Availability Zone in which to launch the instances.</p>
6127
- */
6128
- AvailabilityZone?: string;
6129
- /**
6130
- * <p>The number of units provided by the specified instance type.</p>
6131
- */
6132
- WeightedCapacity?: number;
6133
- /**
6134
- * <p>The priority for the launch template override. The highest priority is launched
6135
- * first.</p>
6136
- * <p>If the On-Demand <code>AllocationStrategy</code> is set to <code>prioritized</code>,
6137
- * EC2 Fleet uses priority to determine which launch template override to use first in fulfilling
6138
- * On-Demand capacity.</p>
6139
- * <p>If the Spot <code>AllocationStrategy</code> is set to
6140
- * <code>capacity-optimized-prioritized</code>, EC2 Fleet uses priority on a best-effort basis
6141
- * to determine which launch template override to use in fulfilling Spot capacity, but
6142
- * optimizes for capacity first.</p>
6143
- * <p>Valid values are whole numbers starting at <code>0</code>. The lower the number, the
6144
- * higher the priority. If no number is set, the override has the lowest priority. You can set
6145
- * the same priority for different launch template overrides.</p>
6146
- */
6147
- Priority?: number;
6148
- /**
6149
- * <p>The location where the instance launched, if applicable.</p>
6150
- */
6151
- Placement?: PlacementResponse;
6152
- }
6153
- export declare namespace FleetLaunchTemplateOverrides {
6154
- /**
6155
- * @internal
6156
- */
6157
- const filterSensitiveLog: (obj: FleetLaunchTemplateOverrides) => any;
6158
- }
6159
- /**
6160
- * <p>Describes a launch template and overrides.</p>
6161
- */
6162
- export interface LaunchTemplateAndOverridesResponse {
6163
- /**
6164
- * <p>The launch template.</p>
6165
- */
6166
- LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
6167
- /**
6168
- * <p>Any parameters that you specify override the same parameters in the launch
6169
- * template.</p>
6170
- */
6171
- Overrides?: FleetLaunchTemplateOverrides;
6172
- }
6173
- export declare namespace LaunchTemplateAndOverridesResponse {
6174
- /**
6175
- * @internal
6176
- */
6177
- const filterSensitiveLog: (obj: LaunchTemplateAndOverridesResponse) => any;
6178
- }
6179
- export declare enum InstanceLifecycle {
6180
- ON_DEMAND = "on-demand",
6181
- SPOT = "spot"
6182
- }
6183
- /**
6184
- * <p>Describes the instances that could not be launched by the fleet.</p>
6185
- */
6186
- export interface CreateFleetError {
6187
- /**
6188
- * <p>The launch templates and overrides that were used for launching the instances. The
6189
- * values that you specify in the Overrides replace the values in the launch template.</p>
6190
- */
6191
- LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
6192
- /**
6193
- * <p>Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.</p>
6194
- */
6195
- Lifecycle?: InstanceLifecycle | string;
6196
- /**
6197
- * <p>The error code that indicates why the instance could not be launched. For more
6198
- * information about error codes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html">Error Codes</a>.</p>
6199
- */
6200
- ErrorCode?: string;
6201
- /**
6202
- * <p>The error message that describes why the instance could not be launched. For more
6203
- * information about error messages, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html">Error Codes</a>.</p>
6204
- */
6205
- ErrorMessage?: string;
6206
- }
6207
- export declare namespace CreateFleetError {
6208
- /**
6209
- * @internal
6210
- */
6211
- const filterSensitiveLog: (obj: CreateFleetError) => any;
6212
- }
6213
- export declare type PlatformValues = "Windows";
6214
- /**
6215
- * <p>Describes the instances that were launched by the fleet.</p>
6667
+ * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
6668
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
6669
+ * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
6216
6670
  */
6217
- export interface CreateFleetInstance {
6671
+ export interface BaselineEbsBandwidthMbps {
6218
6672
  /**
6219
- * <p>The launch templates and overrides that were used for launching the instances. The
6220
- * values that you specify in the Overrides replace the values in the launch template.</p>
6673
+ * <p>The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no
6674
+ * minimum limit.</p>
6221
6675
  */
6222
- LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
6676
+ Min?: number;
6223
6677
  /**
6224
- * <p>Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.</p>
6678
+ * <p>The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no
6679
+ * maximum limit.</p>
6225
6680
  */
6226
- Lifecycle?: InstanceLifecycle | string;
6227
- /**
6228
- * <p>The IDs of the instances.</p>
6229
- */
6230
- InstanceIds?: string[];
6231
- /**
6232
- * <p>The instance type.</p>
6233
- */
6234
- InstanceType?: _InstanceType | string;
6235
- /**
6236
- * <p>The value is <code>Windows</code> for Windows instances. Otherwise, the value is
6237
- * blank.</p>
6238
- */
6239
- Platform?: PlatformValues | string;
6681
+ Max?: number;
6240
6682
  }
6241
- export declare namespace CreateFleetInstance {
6683
+ export declare namespace BaselineEbsBandwidthMbps {
6242
6684
  /**
6243
6685
  * @internal
6244
6686
  */
6245
- const filterSensitiveLog: (obj: CreateFleetInstance) => any;
6246
- }
6247
- export interface CreateFleetResult {
6248
- /**
6249
- * <p>The ID of the EC2 Fleet.</p>
6250
- */
6251
- FleetId?: string;
6252
- /**
6253
- * <p>Information about the instances that could not be launched by the fleet. Supported only for
6254
- * fleets of type <code>instant</code>.</p>
6255
- */
6256
- Errors?: CreateFleetError[];
6257
- /**
6258
- * <p>Information about the instances that were launched by the fleet. Supported only for
6259
- * fleets of type <code>instant</code>.</p>
6260
- */
6261
- Instances?: CreateFleetInstance[];
6262
- }
6263
- export declare namespace CreateFleetResult {
6264
- /**
6265
- * @internal
6266
- */
6267
- const filterSensitiveLog: (obj: CreateFleetResult) => any;
6268
- }
6269
- export declare enum DestinationFileFormat {
6270
- parquet = "parquet",
6271
- plain_text = "plain-text"
6687
+ const filterSensitiveLog: (obj: BaselineEbsBandwidthMbps) => any;
6272
6688
  }
6273
6689
  /**
6274
- * <p>Describes the destination options for a flow log.</p>
6690
+ * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
6691
+ * <p></p>
6275
6692
  */
6276
- export interface DestinationOptionsRequest {
6277
- /**
6278
- * <p>The format for the flow log. The default is <code>plain-text</code>.</p>
6279
- */
6280
- FileFormat?: DestinationFileFormat | string;
6281
- /**
6282
- * <p>Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
6283
- * The default is <code>false</code>.</p>
6284
- */
6285
- HiveCompatiblePartitions?: boolean;
6286
- /**
6287
- * <p>Indicates whether to partition the flow log per hour. This reduces the cost and response
6288
- * time for queries. The default is <code>false</code>.</p>
6289
- */
6290
- PerHourPartition?: boolean;
6291
- }
6292
- export declare namespace DestinationOptionsRequest {
6293
- /**
6294
- * @internal
6295
- */
6296
- const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
6297
- }
6298
- export declare type LogDestinationType = "cloud-watch-logs" | "s3";
6299
- export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
6300
- export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
6301
- export interface CreateFlowLogsRequest {
6302
- /**
6303
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6304
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6305
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6306
- */
6307
- DryRun?: boolean;
6308
- /**
6309
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
6310
- * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to ensure
6311
- * idempotency</a>.</p>
6312
- */
6313
- ClientToken?: string;
6314
- /**
6315
- * <p>The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group
6316
- * in your account.</p>
6317
- * <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
6318
- * <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
6319
- */
6320
- DeliverLogsPermissionArn?: string;
6693
+ export interface MemoryGiBPerVCpu {
6321
6694
  /**
6322
- * <p>The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.</p>
6323
- * <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
6324
- * <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
6695
+ * <p>The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is
6696
+ * no minimum limit.</p>
6325
6697
  */
6326
- LogGroupName?: string;
6698
+ Min?: number;
6327
6699
  /**
6328
- * <p>The ID of the subnet, network interface, or VPC for which you want to create a flow log.</p>
6329
- * <p>Constraints: Maximum of 1000 resources</p>
6700
+ * <p>The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is
6701
+ * no maximum limit.</p>
6330
6702
  */
6331
- ResourceIds: string[] | undefined;
6332
- /**
6333
- * <p>The type of resource for which to create the flow log. For example, if you specified a VPC ID for
6334
- * the <code>ResourceId</code> property, specify <code>VPC</code> for this property.</p>
6335
- */
6336
- ResourceType: FlowLogsResourceType | string | undefined;
6337
- /**
6338
- * <p>The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.</p>
6339
- */
6340
- TrafficType: TrafficType | string | undefined;
6341
- /**
6342
- * <p>The type of destination to which the flow log data is to be published. Flow log data can be
6343
- * published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify <code>cloud-watch-logs</code>. To
6344
- * publish flow log data to Amazon S3, specify <code>s3</code>.</p>
6345
- * <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
6346
- * <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
6347
- * <p>Default: <code>cloud-watch-logs</code>
6348
- * </p>
6349
- */
6350
- LogDestinationType?: LogDestinationType | string;
6351
- /**
6352
- * <p>The destination to which the flow log data is to be published. Flow log data can be published
6353
- * to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified
6354
- * for <code>LogDestinationType</code>.</p>
6355
- * <p>If <code>LogDestinationType</code> is not specified or <code>cloud-watch-logs</code>,
6356
- * specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish
6357
- * to a log group called <code>my-logs</code>, specify
6358
- * <code>arn:aws:logs:us-east-1:123456789012:log-group:my-logs</code>. Alternatively,
6359
- * use <code>LogGroupName</code> instead.</p>
6360
- * <p>If LogDestinationType is <code>s3</code>, specify the ARN of the Amazon S3 bucket. You can also specify a
6361
- * subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format:
6362
- * <code>bucket_ARN/subfolder_name/</code>. For example, to specify a subfolder named <code>my-logs</code> in a
6363
- * bucket named <code>my-bucket</code>, use the following ARN: <code>arn:aws:s3:::my-bucket/my-logs/</code>. You
6364
- * cannot use <code>AWSLogs</code> as a subfolder name. This is a reserved term.</p>
6365
- */
6366
- LogDestination?: string;
6367
- /**
6368
- * <p>The fields to include in the flow log record, in the order in which they should
6369
- * appear. For a list of available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log records</a>. If you
6370
- * omit this parameter, the flow log is created using the default format. If you specify this parameter,
6371
- * you must specify at least one field.</p>
6372
- * <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For
6373
- * the CLI, surround this parameter value with single quotes on Linux or
6374
- * double quotes on Windows.</p>
6375
- */
6376
- LogFormat?: string;
6377
- /**
6378
- * <p>The tags to apply to the flow logs.</p>
6379
- */
6380
- TagSpecifications?: TagSpecification[];
6381
- /**
6382
- * <p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).</p>
6383
- * <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Nitro-based
6384
- * instance</a>, the aggregation interval is always 60 seconds or less, regardless
6385
- * of the value that you specify.</p>
6386
- * <p>Default: 600</p>
6387
- */
6388
- MaxAggregationInterval?: number;
6389
- /**
6390
- * <p>The destination options.</p>
6391
- */
6392
- DestinationOptions?: DestinationOptionsRequest;
6393
- }
6394
- export declare namespace CreateFlowLogsRequest {
6395
- /**
6396
- * @internal
6397
- */
6398
- const filterSensitiveLog: (obj: CreateFlowLogsRequest) => any;
6399
- }
6400
- export interface CreateFlowLogsResult {
6401
- /**
6402
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
6403
- * request.</p>
6404
- */
6405
- ClientToken?: string;
6406
- /**
6407
- * <p>The IDs of the flow logs.</p>
6408
- */
6409
- FlowLogIds?: string[];
6410
- /**
6411
- * <p>Information about the flow logs that could not be created successfully.</p>
6412
- */
6413
- Unsuccessful?: UnsuccessfulItem[];
6414
- }
6415
- export declare namespace CreateFlowLogsResult {
6416
- /**
6417
- * @internal
6418
- */
6419
- const filterSensitiveLog: (obj: CreateFlowLogsResult) => any;
6420
- }
6421
- /**
6422
- * <p>Describes a storage location in Amazon S3.</p>
6423
- */
6424
- export interface StorageLocation {
6425
- /**
6426
- * <p>The name of the S3 bucket.</p>
6427
- */
6428
- Bucket?: string;
6429
- /**
6430
- * <p>The key.</p>
6431
- */
6432
- Key?: string;
6433
- }
6434
- export declare namespace StorageLocation {
6435
- /**
6436
- * @internal
6437
- */
6438
- const filterSensitiveLog: (obj: StorageLocation) => any;
6439
- }
6440
- export interface CreateFpgaImageRequest {
6441
- /**
6442
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6443
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6444
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6445
- */
6446
- DryRun?: boolean;
6447
- /**
6448
- * <p>The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.</p>
6449
- */
6450
- InputStorageLocation: StorageLocation | undefined;
6451
- /**
6452
- * <p>The location in Amazon S3 for the output logs.</p>
6453
- */
6454
- LogsStorageLocation?: StorageLocation;
6455
- /**
6456
- * <p>A description for the AFI.</p>
6457
- */
6458
- Description?: string;
6459
- /**
6460
- * <p>A name for the AFI.</p>
6461
- */
6462
- Name?: string;
6463
- /**
6464
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
6465
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
6466
- */
6467
- ClientToken?: string;
6468
- /**
6469
- * <p>The tags to apply to the FPGA image during creation.</p>
6470
- */
6471
- TagSpecifications?: TagSpecification[];
6472
- }
6473
- export declare namespace CreateFpgaImageRequest {
6474
- /**
6475
- * @internal
6476
- */
6477
- const filterSensitiveLog: (obj: CreateFpgaImageRequest) => any;
6478
- }
6479
- export interface CreateFpgaImageResult {
6480
- /**
6481
- * <p>The FPGA image identifier (AFI ID).</p>
6482
- */
6483
- FpgaImageId?: string;
6484
- /**
6485
- * <p>The global FPGA image identifier (AGFI ID).</p>
6486
- */
6487
- FpgaImageGlobalId?: string;
6488
- }
6489
- export declare namespace CreateFpgaImageResult {
6490
- /**
6491
- * @internal
6492
- */
6493
- const filterSensitiveLog: (obj: CreateFpgaImageResult) => any;
6494
- }
6495
- export declare type VolumeType = "gp2" | "gp3" | "io1" | "io2" | "sc1" | "st1" | "standard";
6496
- /**
6497
- * <p>Describes a block device for an EBS volume.</p>
6498
- */
6499
- export interface EbsBlockDevice {
6500
- /**
6501
- * <p>Indicates whether the EBS volume is deleted on instance termination. For more
6502
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#preserving-volumes-on-termination">Preserving Amazon EBS volumes on instance termination</a> in the
6503
- * <i>Amazon EC2 User Guide</i>.</p>
6504
- */
6505
- DeleteOnTermination?: boolean;
6506
- /**
6507
- * <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this
6508
- * represents the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this
6509
- * represents the baseline performance of the volume and the rate at which the volume accumulates
6510
- * I/O credits for bursting.</p>
6511
- * <p>The following are the supported values for each volume type:</p>
6512
- * <ul>
6513
- * <li>
6514
- * <p>
6515
- * <code>gp3</code>: 3,000-16,000 IOPS</p>
6516
- * </li>
6517
- * <li>
6518
- * <p>
6519
- * <code>io1</code>: 100-64,000 IOPS</p>
6520
- * </li>
6521
- * <li>
6522
- * <p>
6523
- * <code>io2</code>: 100-64,000 IOPS</p>
6524
- * </li>
6525
- * </ul>
6526
- * <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee 64,000 IOPS only for
6527
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Instances built on the Nitro System</a>. Other instance families guarantee performance
6528
- * up to 32,000 IOPS.</p>
6529
- * <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes.
6530
- * The default for <code>gp3</code> volumes is 3,000 IOPS.
6531
- * This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>
6532
- */
6533
- Iops?: number;
6534
- /**
6535
- * <p>The ID of the snapshot.</p>
6536
- */
6537
- SnapshotId?: string;
6538
- /**
6539
- * <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.
6540
- * If you specify a snapshot, the default is the snapshot size. You can specify a volume
6541
- * size that is equal to or larger than the snapshot size.</p>
6542
- * <p>The following are the supported volumes sizes for each volume type:</p>
6543
- * <ul>
6544
- * <li>
6545
- * <p>
6546
- * <code>gp2</code> and <code>gp3</code>:1-16,384</p>
6547
- * </li>
6548
- * <li>
6549
- * <p>
6550
- * <code>io1</code> and <code>io2</code>: 4-16,384</p>
6551
- * </li>
6552
- * <li>
6553
- * <p>
6554
- * <code>st1</code> and <code>sc1</code>: 125-16,384</p>
6555
- * </li>
6556
- * <li>
6557
- * <p>
6558
- * <code>standard</code>: 1-1,024</p>
6559
- * </li>
6560
- * </ul>
6561
- */
6562
- VolumeSize?: number;
6563
- /**
6564
- * <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html">Amazon EBS volume types</a> in the
6565
- * <i>Amazon EC2 User Guide</i>. If the volume type is <code>io1</code> or <code>io2</code>,
6566
- * you must specify the IOPS that the volume supports.</p>
6567
- */
6568
- VolumeType?: VolumeType | string;
6569
- /**
6570
- * <p>Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under
6571
- * which the EBS volume is encrypted.</p>
6572
- * <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by
6573
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html">RequestSpotFleet</a>,
6574
- * and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
6575
- */
6576
- KmsKeyId?: string;
6577
- /**
6578
- * <p>The throughput that the volume supports, in MiB/s.</p>
6579
- * <p>This parameter is valid only for <code>gp3</code> volumes.</p>
6580
- * <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>
6581
- */
6582
- Throughput?: number;
6583
- /**
6584
- * <p>The ARN of the Outpost on which the snapshot is stored.</p>
6585
- */
6586
- OutpostArn?: string;
6587
- /**
6588
- * <p>Indicates whether the encryption state of an EBS volume is changed while being
6589
- * restored from a backing snapshot.
6590
- * The effect of setting the encryption state to <code>true</code> depends on
6591
- * the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled.
6592
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters">Amazon EBS encryption</a>
6593
- * in the <i>Amazon EC2 User Guide</i>.</p>
6594
- * <p>In no case can you remove encryption from an encrypted volume.</p>
6595
- * <p>Encrypted volumes can only be attached to instances that support Amazon EBS
6596
- * encryption. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances">Supported instance types</a>.</p>
6597
- * <p>This parameter is not returned by .</p>
6598
- */
6599
- Encrypted?: boolean;
6600
- }
6601
- export declare namespace EbsBlockDevice {
6602
- /**
6603
- * @internal
6604
- */
6605
- const filterSensitiveLog: (obj: EbsBlockDevice) => any;
6606
- }
6607
- /**
6608
- * <p>Describes a block device mapping, which defines the EBS volumes and instance store
6609
- * volumes to attach to an instance at launch.</p>
6610
- */
6611
- export interface BlockDeviceMapping {
6612
- /**
6613
- * <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
6614
- */
6615
- DeviceName?: string;
6616
- /**
6617
- * <p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered
6618
- * starting from 0. An instance type with 2 available instance store volumes can specify
6619
- * mappings for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of
6620
- * available instance store volumes depends on the instance type. After you connect to the
6621
- * instance, you must mount the volume.</p>
6622
- * <p>NVMe instance store volumes are automatically enumerated and assigned a device name.
6623
- * Including them in your block device mapping has no effect.</p>
6624
- * <p>Constraints: For M3 instances, you must specify instance store volumes in the block
6625
- * device mapping for the instance. When you launch an M3 instance, we ignore any instance
6626
- * store volumes specified in the block device mapping for the AMI.</p>
6627
- */
6628
- VirtualName?: string;
6629
- /**
6630
- * <p>Parameters used to automatically set up EBS volumes when the instance is
6631
- * launched.</p>
6632
- */
6633
- Ebs?: EbsBlockDevice;
6634
- /**
6635
- * <p>To omit the device from the block device mapping, specify an empty string. When this
6636
- * property is specified, the device is removed from the block device mapping regardless of
6637
- * the assigned value.</p>
6638
- */
6639
- NoDevice?: string;
6640
- }
6641
- export declare namespace BlockDeviceMapping {
6642
- /**
6643
- * @internal
6644
- */
6645
- const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
6646
- }
6647
- export interface CreateImageRequest {
6648
- /**
6649
- * <p>The block device mappings. This parameter cannot be used to modify the encryption
6650
- * status of existing volumes or snapshots. To create an AMI with encrypted snapshots,
6651
- * use the <a>CopyImage</a> action.</p>
6652
- */
6653
- BlockDeviceMappings?: BlockDeviceMapping[];
6654
- /**
6655
- * <p>A description for the new image.</p>
6656
- */
6657
- Description?: string;
6658
- /**
6659
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6660
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6661
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6662
- */
6663
- DryRun?: boolean;
6664
- /**
6665
- * <p>The ID of the instance.</p>
6666
- */
6667
- InstanceId: string | undefined;
6668
- /**
6669
- * <p>A name for the new image.</p>
6670
- * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
6671
- */
6672
- Name: string | undefined;
6673
- /**
6674
- * <p>By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image.
6675
- * If the <code>No Reboot</code> option is set, Amazon EC2 doesn't shut down the instance before creating
6676
- * the image. Without a reboot, the AMI will be crash consistent (all the volumes are snapshotted
6677
- * at the same time), but not application consistent (all the operating system buffers are not flushed
6678
- * to disk before the snapshots are created).</p>
6679
- */
6680
- NoReboot?: boolean;
6681
- /**
6682
- * <p>The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the
6683
- * snapshots, or both.</p>
6684
- * <ul>
6685
- * <li>
6686
- * <p>To tag the AMI, the value for <code>ResourceType</code> must be
6687
- * <code>image</code>.</p>
6688
- * </li>
6689
- * <li>
6690
- * <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that
6691
- * are attached to the instance, the value for <code>ResourceType</code> must be
6692
- * <code>snapshot</code>. The same tag is applied to all of the snapshots that are
6693
- * created.</p>
6694
- * </li>
6695
- * </ul>
6696
- * <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
6697
- * <p>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </p>
6698
- */
6699
- TagSpecifications?: TagSpecification[];
6700
- }
6701
- export declare namespace CreateImageRequest {
6702
- /**
6703
- * @internal
6704
- */
6705
- const filterSensitiveLog: (obj: CreateImageRequest) => any;
6706
- }
6707
- export interface CreateImageResult {
6708
- /**
6709
- * <p>The ID of the new AMI.</p>
6710
- */
6711
- ImageId?: string;
6703
+ Max?: number;
6712
6704
  }
6713
- export declare namespace CreateImageResult {
6705
+ export declare namespace MemoryGiBPerVCpu {
6714
6706
  /**
6715
6707
  * @internal
6716
6708
  */
6717
- const filterSensitiveLog: (obj: CreateImageResult) => any;
6709
+ const filterSensitiveLog: (obj: MemoryGiBPerVCpu) => any;
6718
6710
  }