@aws-sdk/client-ec2 3.36.1 → 3.40.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 (271) hide show
  1. package/CHANGELOG.md +46 -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/CreateInstanceEventWindowCommand.js +1 -2
  8. package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +3 -3
  9. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateVpnConnectionCommand.js +1 -2
  11. package/dist-cjs/commands/DescribeHostsCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeIdFormatCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeImageAttributeCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeImportImageTasksCommand.js +1 -2
  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 +3 -3
  31. package/dist-cjs/commands/DescribeVolumeAttributeCommand.js +3 -3
  32. package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +36 -0
  33. package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +36 -0
  34. package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
  35. package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +3 -3
  36. package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +3 -3
  37. package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +3 -3
  38. package/dist-cjs/commands/ModifyInstancePlacementCommand.js +3 -3
  39. package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +3 -3
  40. package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +3 -3
  41. package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +2 -2
  42. package/dist-cjs/commands/ModifyReservedInstancesCommand.js +3 -3
  43. package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +3 -3
  44. package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +2 -2
  45. package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +3 -3
  46. package/dist-cjs/commands/ModifySubnetAttributeCommand.js +2 -2
  47. package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +3 -3
  48. package/dist-cjs/commands/ModifyTrafficMirrorFilterRuleCommand.js +3 -3
  49. package/dist-cjs/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
  50. package/dist-cjs/commands/index.js +476 -0
  51. package/dist-cjs/endpoints.js +187 -23
  52. package/dist-cjs/index.js +5 -609
  53. package/dist-cjs/models/models_0.js +144 -108
  54. package/dist-cjs/models/models_1.js +153 -181
  55. package/dist-cjs/models/models_2.js +188 -144
  56. package/dist-cjs/models/models_3.js +150 -192
  57. package/dist-cjs/models/models_4.js +234 -223
  58. package/dist-cjs/models/models_5.js +222 -4
  59. package/dist-cjs/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +35 -0
  60. package/dist-cjs/pagination/GetSpotPlacementScoresPaginator.js +35 -0
  61. package/dist-cjs/pagination/index.js +109 -0
  62. package/dist-cjs/protocols/Aws_ec2.js +2226 -915
  63. package/dist-cjs/runtimeConfig.browser.js +6 -3
  64. package/dist-cjs/runtimeConfig.js +5 -3
  65. package/dist-cjs/waiters/index.js +35 -0
  66. package/dist-es/EC2.js +30 -0
  67. package/dist-es/commands/CreateFleetCommand.js +2 -1
  68. package/dist-es/commands/CreateFlowLogsCommand.js +1 -1
  69. package/dist-es/commands/CreateFpgaImageCommand.js +1 -1
  70. package/dist-es/commands/CreateImageCommand.js +1 -1
  71. package/dist-es/commands/CreateInstanceEventWindowCommand.js +1 -2
  72. package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +1 -1
  73. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +1 -1
  74. package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
  75. package/dist-es/commands/DescribeHostsCommand.js +2 -1
  76. package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +1 -1
  77. package/dist-es/commands/DescribeIdFormatCommand.js +1 -1
  78. package/dist-es/commands/DescribeIdentityIdFormatCommand.js +1 -1
  79. package/dist-es/commands/DescribeImageAttributeCommand.js +1 -1
  80. package/dist-es/commands/DescribeImagesCommand.js +1 -1
  81. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -2
  82. package/dist-es/commands/DescribeTagsCommand.js +1 -1
  83. package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +1 -1
  84. package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +1 -1
  85. package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +1 -1
  86. package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +1 -1
  87. package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +1 -1
  88. package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +1 -1
  89. package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +1 -1
  90. package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +1 -1
  91. package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +1 -1
  92. package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +1 -1
  93. package/dist-es/commands/DescribeTransitGatewaysCommand.js +1 -1
  94. package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -1
  95. package/dist-es/commands/DescribeVolumeAttributeCommand.js +1 -1
  96. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +39 -0
  97. package/dist-es/commands/GetSpotPlacementScoresCommand.js +39 -0
  98. package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
  99. package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +1 -1
  100. package/dist-es/commands/ModifyInstanceEventWindowCommand.js +1 -1
  101. package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +1 -1
  102. package/dist-es/commands/ModifyInstancePlacementCommand.js +1 -1
  103. package/dist-es/commands/ModifyLaunchTemplateCommand.js +1 -1
  104. package/dist-es/commands/ModifyManagedPrefixListCommand.js +1 -1
  105. package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +1 -1
  106. package/dist-es/commands/ModifyReservedInstancesCommand.js +1 -1
  107. package/dist-es/commands/ModifySecurityGroupRulesCommand.js +1 -1
  108. package/dist-es/commands/ModifySnapshotAttributeCommand.js +1 -1
  109. package/dist-es/commands/ModifySpotFleetRequestCommand.js +1 -1
  110. package/dist-es/commands/ModifySubnetAttributeCommand.js +1 -1
  111. package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +1 -1
  112. package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +1 -1
  113. package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
  114. package/dist-es/commands/index.js +473 -0
  115. package/dist-es/endpoints.js +187 -23
  116. package/dist-es/index.js +5 -609
  117. package/dist-es/models/models_0.js +116 -73
  118. package/dist-es/models/models_1.js +102 -124
  119. package/dist-es/models/models_2.js +128 -92
  120. package/dist-es/models/models_3.js +98 -124
  121. package/dist-es/models/models_4.js +152 -147
  122. package/dist-es/models/models_5.js +147 -0
  123. package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +74 -0
  124. package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +74 -0
  125. package/dist-es/pagination/index.js +106 -0
  126. package/dist-es/protocols/Aws_ec2.js +3652 -2148
  127. package/dist-es/runtimeConfig.browser.js +3 -2
  128. package/dist-es/runtimeConfig.js +3 -3
  129. package/dist-es/waiters/index.js +32 -0
  130. package/dist-types/EC2.d.ts +54 -22
  131. package/dist-types/EC2Client.d.ts +12 -2
  132. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  133. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  134. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
  135. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  136. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
  137. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  138. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -5
  140. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
  141. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -2
  143. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -2
  144. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -1
  145. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeHostsCommand.d.ts +2 -1
  147. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -2
  149. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -2
  153. package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
  154. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
  155. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
  163. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  164. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  165. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  166. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  168. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  169. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +44 -0
  170. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +42 -0
  171. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  174. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -3
  187. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
  189. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  190. package/dist-types/commands/index.d.ts +473 -0
  191. package/dist-types/index.d.ts +5 -609
  192. package/dist-types/models/models_0.d.ts +610 -699
  193. package/dist-types/models/models_1.d.ts +4710 -4496
  194. package/dist-types/models/models_2.d.ts +4647 -4707
  195. package/dist-types/models/models_3.d.ts +6978 -6938
  196. package/dist-types/models/models_4.d.ts +4834 -4487
  197. package/dist-types/models/models_5.d.ts +974 -20
  198. package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
  199. package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
  200. package/dist-types/pagination/index.d.ts +106 -0
  201. package/dist-types/protocols/Aws_ec2.d.ts +6 -0
  202. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  203. package/dist-types/runtimeConfig.d.ts +2 -0
  204. package/dist-types/runtimeConfig.native.d.ts +2 -0
  205. package/dist-types/ts3.4/EC2.d.ts +10 -0
  206. package/dist-types/ts3.4/EC2Client.d.ts +8 -2
  207. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -1
  208. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
  212. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -2
  215. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -1
  216. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -2
  222. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  239. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
  254. package/dist-types/ts3.4/commands/index.d.ts +473 -0
  255. package/dist-types/ts3.4/index.d.ts +5 -609
  256. package/dist-types/ts3.4/models/models_0.d.ts +231 -266
  257. package/dist-types/ts3.4/models/models_1.d.ts +401 -417
  258. package/dist-types/ts3.4/models/models_2.d.ts +439 -413
  259. package/dist-types/ts3.4/models/models_3.d.ts +2348 -2330
  260. package/dist-types/ts3.4/models/models_4.d.ts +2003 -1964
  261. package/dist-types/ts3.4/models/models_5.d.ts +485 -7
  262. package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
  263. package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
  264. package/dist-types/ts3.4/pagination/index.d.ts +106 -0
  265. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6 -0
  266. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  267. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  268. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  269. package/dist-types/ts3.4/waiters/index.d.ts +32 -0
  270. package/dist-types/waiters/index.d.ts +32 -0
  271. package/package.json +34 -34
@@ -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
  */
@@ -784,7 +892,7 @@ export interface Address {
784
892
  PublicIpv4Pool?: string;
785
893
  /**
786
894
  * <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from
787
- * which AWS advertises IP addresses. </p>
895
+ * which Amazon Web Services advertises IP addresses.</p>
788
896
  */
789
897
  NetworkBorderGroup?: string;
790
898
  /**
@@ -925,29 +1033,7 @@ export declare type ResourceType = "capacity-reservation" | "carrier-gateway" |
925
1033
  */
926
1034
  export interface TagSpecification {
927
1035
  /**
928
- * <p>The type of resource to tag on creation. The possible values are:
929
- * <code>capacity-reservation</code> | <code>carrier-gateway</code> |
930
- * <code>client-vpn-endpoint</code> | <code>customer-gateway</code> |
931
- * <code>dedicated-host</code> | <code>dhcp-options</code> |
932
- * <code>egress-only-internet-gateway</code> | <code>elastic-gpu</code> |
933
- * <code>elastic-ip</code> | <code>export-image-task</code> |
934
- * <code>export-instance-task</code> | <code>fleet</code> | <code>fpga-image</code> |
935
- * <code>host-reservation</code> | <code>image</code> | <code>import-image-task</code> |
936
- * <code>import-snapshot-task</code> | <code>instance</code> | <code>instance-event-window</code> |
937
- * <code>internet-gateway</code> | <code>ipv4pool-ec2</code> | <code>ipv6pool-ec2</code> |
938
- * <code>key-pair</code> | <code>launch-template</code> | <code>local-gateway-route-table-vpc-association</code> |
939
- * <code>natgateway</code> | <code>network-acl</code> | <code>network-insights-analysis</code> |
940
- * <code>network-insights-path</code> | <code>network-interface</code> |
941
- * <code>placement-group</code> | <code>prefix-list</code> | <code>reserved-instances</code> |
942
- * <code>route-table</code> | <code>security-group</code> | <code>security-group-rule</code> |
943
- * <code>snapshot</code> | <code>spot-fleet-request</code> | <code>spot-instances-request</code> | <code>subnet</code> |
944
- * <code>traffic-mirror-filter</code> | <code>traffic-mirror-session</code> | <code>traffic-mirror-target</code> |
945
- * <code>transit-gateway</code> | <code>transit-gateway-attachment</code> |
946
- * <code>transit-gateway-multicast-domain</code> | <code>transit-gateway-route-table</code> |
947
- * <code>volume</code> | <code>vpc</code> | <code>vpc-endpoint</code> | <code>vpc-endpoint-service</code> |
948
- * <code>vpc-flow-log</code> | <code>vpc-peering-connection</code> |
949
- * <code>vpn-connection</code> | <code>vpn-gateway</code>.</p>
950
- * <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
1036
+ * <p>The type of resource to tag on creation.</p>
951
1037
  */
952
1038
  ResourceType?: ResourceType | string;
953
1039
  /**
@@ -978,14 +1064,13 @@ export interface AllocateAddressRequest {
978
1064
  */
979
1065
  PublicIpv4Pool?: string;
980
1066
  /**
981
- * <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS
1067
+ * <p> A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
982
1068
  * advertises IP addresses. Use this parameter to limit the IP address to this location. IP
983
1069
  * addresses cannot move between network border groups.</p>
984
1070
  * <p>Use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a> to view the network border groups.</p>
985
1071
  *
986
- * <note>
987
- * <p>You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you will receive an <code>InvalidParameterCombination</code> error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error Codes</a>.</p>
988
- * </note>
1072
+ * <p>You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic,
1073
+ * you receive an <code>InvalidParameterCombination</code> error.</p>
989
1074
  */
990
1075
  NetworkBorderGroup?: string;
991
1076
  /**
@@ -1025,7 +1110,7 @@ export interface AllocateAddressResult {
1025
1110
  */
1026
1111
  PublicIpv4Pool?: string;
1027
1112
  /**
1028
- * <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises
1113
+ * <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
1029
1114
  * IP addresses.</p>
1030
1115
  */
1031
1116
  NetworkBorderGroup?: string;
@@ -2263,7 +2348,7 @@ export interface VpcIpv6CidrBlockAssociation {
2263
2348
  Ipv6CidrBlockState?: VpcCidrBlockState;
2264
2349
  /**
2265
2350
  * <p>The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from
2266
- * which AWS advertises IP addresses, for example, <code>us-east-1-wl1-bos-wlz-1</code>.</p>
2351
+ * which Amazon Web Services advertises IP addresses, for example, <code>us-east-1-wl1-bos-wlz-1</code>.</p>
2267
2352
  */
2268
2353
  NetworkBorderGroup?: string;
2269
2354
  /**
@@ -3807,7 +3892,7 @@ export interface CopyFpgaImageRequest {
3807
3892
  SourceRegion: string | undefined;
3808
3893
  /**
3809
3894
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
3810
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
3895
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
3811
3896
  */
3812
3897
  ClientToken?: string;
3813
3898
  }
@@ -4363,7 +4448,7 @@ export declare namespace CreateCapacityReservationResult {
4363
4448
  export declare enum FleetInstanceMatchCriteria {
4364
4449
  open = "open"
4365
4450
  }
4366
- 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" | "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" | "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";
4367
4452
  /**
4368
4453
  * <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
4369
4454
  */
@@ -5588,6 +5673,432 @@ export declare namespace FleetLaunchTemplateSpecificationRequest {
5588
5673
  */
5589
5674
  const filterSensitiveLog: (obj: FleetLaunchTemplateSpecificationRequest) => any;
5590
5675
  }
5676
+ export declare enum BareMetal {
5677
+ EXCLUDED = "excluded",
5678
+ INCLUDED = "included",
5679
+ REQUIRED = "required"
5680
+ }
5681
+ /**
5682
+ * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
5683
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
5684
+ * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
5685
+ */
5686
+ export interface BaselineEbsBandwidthMbpsRequest {
5687
+ /**
5688
+ * <p>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit
5689
+ * this parameter.</p>
5690
+ */
5691
+ Min?: number;
5692
+ /**
5693
+ * <p>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit
5694
+ * this parameter.</p>
5695
+ */
5696
+ Max?: number;
5697
+ }
5698
+ export declare namespace BaselineEbsBandwidthMbpsRequest {
5699
+ /**
5700
+ * @internal
5701
+ */
5702
+ const filterSensitiveLog: (obj: BaselineEbsBandwidthMbpsRequest) => any;
5703
+ }
5704
+ export declare enum BurstablePerformance {
5705
+ EXCLUDED = "excluded",
5706
+ INCLUDED = "included",
5707
+ REQUIRED = "required"
5708
+ }
5709
+ export declare enum CpuManufacturer {
5710
+ AMAZON_WEB_SERVICES = "amazon-web-services",
5711
+ AMD = "amd",
5712
+ INTEL = "intel"
5713
+ }
5714
+ export declare enum InstanceGeneration {
5715
+ CURRENT = "current",
5716
+ PREVIOUS = "previous"
5717
+ }
5718
+ export declare enum LocalStorage {
5719
+ EXCLUDED = "excluded",
5720
+ INCLUDED = "included",
5721
+ REQUIRED = "required"
5722
+ }
5723
+ export declare enum LocalStorageType {
5724
+ HDD = "hdd",
5725
+ SSD = "ssd"
5726
+ }
5727
+ /**
5728
+ * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
5729
+ */
5730
+ export interface MemoryGiBPerVCpuRequest {
5731
+ /**
5732
+ * <p>The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this
5733
+ * parameter.</p>
5734
+ */
5735
+ Min?: number;
5736
+ /**
5737
+ * <p>The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this
5738
+ * parameter.</p>
5739
+ */
5740
+ Max?: number;
5741
+ }
5742
+ export declare namespace MemoryGiBPerVCpuRequest {
5743
+ /**
5744
+ * @internal
5745
+ */
5746
+ const filterSensitiveLog: (obj: MemoryGiBPerVCpuRequest) => any;
5747
+ }
5748
+ /**
5749
+ * <p>The minimum and maximum amount of memory, in MiB.</p>
5750
+ */
5751
+ export interface MemoryMiBRequest {
5752
+ /**
5753
+ * <p>The minimum amount of memory, in MiB. To specify no minimum limit, specify
5754
+ * <code>0</code>.</p>
5755
+ */
5756
+ Min: number | undefined;
5757
+ /**
5758
+ * <p>The maximum amount of memory, in MiB. To specify no maximum limit, omit this
5759
+ * parameter.</p>
5760
+ */
5761
+ Max?: number;
5762
+ }
5763
+ export declare namespace MemoryMiBRequest {
5764
+ /**
5765
+ * @internal
5766
+ */
5767
+ const filterSensitiveLog: (obj: MemoryMiBRequest) => any;
5768
+ }
5769
+ /**
5770
+ * <p>The minimum and maximum number of network interfaces.</p>
5771
+ */
5772
+ export interface NetworkInterfaceCountRequest {
5773
+ /**
5774
+ * <p>The minimum number of network interfaces. To specify no minimum limit, omit this
5775
+ * parameter.</p>
5776
+ */
5777
+ Min?: number;
5778
+ /**
5779
+ * <p>The maximum number of network interfaces. To specify no maximum limit, omit this
5780
+ * parameter.</p>
5781
+ */
5782
+ Max?: number;
5783
+ }
5784
+ export declare namespace NetworkInterfaceCountRequest {
5785
+ /**
5786
+ * @internal
5787
+ */
5788
+ const filterSensitiveLog: (obj: NetworkInterfaceCountRequest) => any;
5789
+ }
5790
+ /**
5791
+ * <p>The minimum and maximum amount of total local storage, in GB.</p>
5792
+ */
5793
+ export interface TotalLocalStorageGBRequest {
5794
+ /**
5795
+ * <p>The minimum amount of total local storage, in GB. To specify no minimum limit, omit this
5796
+ * parameter.</p>
5797
+ */
5798
+ Min?: number;
5799
+ /**
5800
+ * <p>The maximum amount of total local storage, in GB. To specify no maximum limit, omit this
5801
+ * parameter.</p>
5802
+ */
5803
+ Max?: number;
5804
+ }
5805
+ export declare namespace TotalLocalStorageGBRequest {
5806
+ /**
5807
+ * @internal
5808
+ */
5809
+ const filterSensitiveLog: (obj: TotalLocalStorageGBRequest) => any;
5810
+ }
5811
+ /**
5812
+ * <p>The minimum and maximum number of vCPUs.</p>
5813
+ */
5814
+ export interface VCpuCountRangeRequest {
5815
+ /**
5816
+ * <p>The minimum number of vCPUs. To specify no minimum limit, specify <code>0</code>.</p>
5817
+ */
5818
+ Min: number | undefined;
5819
+ /**
5820
+ * <p>The maximum number of vCPUs. To specify no maximum limit, omit this parameter.</p>
5821
+ */
5822
+ Max?: number;
5823
+ }
5824
+ export declare namespace VCpuCountRangeRequest {
5825
+ /**
5826
+ * @internal
5827
+ */
5828
+ const filterSensitiveLog: (obj: VCpuCountRangeRequest) => any;
5829
+ }
5830
+ /**
5831
+ * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
5832
+ * identify instance types with these attributes.</p>
5833
+ * <p>When you specify multiple parameters, you get instance types that satisfy all of the
5834
+ * specified parameters. If you specify multiple values for a parameter, you get instance
5835
+ * types that satisfy any of the specified values.</p>
5836
+ * <note>
5837
+ * <p>You must specify <code>VCpuCount</code> and <code>MemoryMiB</code>. All other parameters
5838
+ * are optional. Any unspecified optional parameter is set to its default.</p>
5839
+ * </note>
5840
+ * <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
5841
+ * placement score</a> in the <i>Amazon EC2 User Guide</i>.</p>
5842
+ */
5843
+ export interface InstanceRequirementsRequest {
5844
+ /**
5845
+ * <p>The minimum and maximum number of vCPUs.</p>
5846
+ */
5847
+ VCpuCount: VCpuCountRangeRequest | undefined;
5848
+ /**
5849
+ * <p>The minimum and maximum amount of memory, in MiB.</p>
5850
+ */
5851
+ MemoryMiB: MemoryMiBRequest | undefined;
5852
+ /**
5853
+ * <p>The CPU manufacturers to include.</p>
5854
+ * <ul>
5855
+ * <li>
5856
+ * <p>For instance types with Intel CPUs, specify <code>intel</code>.</p>
5857
+ * </li>
5858
+ * <li>
5859
+ * <p>For instance types with AMD CPUs, specify <code>amd</code>.</p>
5860
+ * </li>
5861
+ * <li>
5862
+ * <p>For instance types with Amazon Web Services CPUs, specify <code>amazon-web-services</code>.</p>
5863
+ * </li>
5864
+ * </ul>
5865
+ * <note>
5866
+ * <p>Don't confuse the CPU manufacturer with the CPU architecture. Instances will
5867
+ * be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you
5868
+ * specify in your launch template.</p>
5869
+ * </note>
5870
+ * <p>Default: Any manufacturer</p>
5871
+ */
5872
+ CpuManufacturers?: (CpuManufacturer | string)[];
5873
+ /**
5874
+ * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
5875
+ * <p>Default: No minimum or maximum limits</p>
5876
+ */
5877
+ MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest;
5878
+ /**
5879
+ * <p>The instance types to exclude. You can use strings with one or more wild cards, represented by
5880
+ * an asterisk (<code>*</code>), to exclude an instance family, type, size, or generation. The
5881
+ * following are examples: <code>m5.8xlarge</code>, <code>c5*.*</code>, <code>m5a.*</code>,
5882
+ * <code>r*</code>, <code>*3*</code>.</p>
5883
+ * <p>For example, if you specify <code>c5*</code>,Amazon EC2 will exclude the entire C5 instance
5884
+ * family, which includes all C5a and C5n instance types. If you specify
5885
+ * <code>m5a.*</code>, Amazon EC2 will exclude all the M5a instance types, but not the M5n
5886
+ * instance types.</p>
5887
+ * <p>Default: No excluded instance types</p>
5888
+ */
5889
+ ExcludedInstanceTypes?: string[];
5890
+ /**
5891
+ * <p>Indicates whether current or previous generation instance types are included. The
5892
+ * current generation instance types are recommended for use. Current generation instance types are
5893
+ * typically the latest two to three generations in each instance family. For more
5894
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the
5895
+ * <i>Amazon EC2 User Guide</i>.</p>
5896
+ * <p>For current generation instance types, specify <code>current</code>.</p>
5897
+ * <p>For previous generation instance types, specify <code>previous</code>.</p>
5898
+ * <p>Default: Current and previous generation instance types</p>
5899
+ */
5900
+ InstanceGenerations?: (InstanceGeneration | string)[];
5901
+ /**
5902
+ * <p>The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance,
5903
+ * expressed as a percentage above the cheapest M, C, or R instance type with your specified
5904
+ * attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance
5905
+ * types priced above your threshold.</p>
5906
+ * <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
5907
+ * <p>To turn off price protection, specify a high value, such as <code>999999</code>.</p>
5908
+ * <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>
5909
+ * <p>Default: <code>100</code>
5910
+ * </p>
5911
+ */
5912
+ SpotMaxPricePercentageOverLowestPrice?: number;
5913
+ /**
5914
+ * <p>The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance,
5915
+ * expressed as a percentage above the cheapest M, C, or R instance type with your specified
5916
+ * attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance
5917
+ * types priced above your threshold.</p>
5918
+ * <p>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</p>
5919
+ * <p>To turn off price protection, specify a high value, such as <code>999999</code>.</p>
5920
+ * <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>
5921
+ * <p>Default: <code>20</code>
5922
+ * </p>
5923
+ */
5924
+ OnDemandMaxPricePercentageOverLowestPrice?: number;
5925
+ /**
5926
+ * <p>Indicates whether bare metal instance types must be included, excluded, or required.</p>
5927
+ * <ul>
5928
+ * <li>
5929
+ * <p>To include bare metal instance types, specify <code>included</code>.</p>
5930
+ * </li>
5931
+ * <li>
5932
+ * <p>To require only bare metal instance types, specify <code>required</code>.</p>
5933
+ * </li>
5934
+ * <li>
5935
+ * <p>To exclude bare metal instance types, specify <code>excluded</code>.</p>
5936
+ * </li>
5937
+ * </ul>
5938
+ * <p>Default: <code>excluded</code>
5939
+ * </p>
5940
+ */
5941
+ BareMetal?: BareMetal | string;
5942
+ /**
5943
+ * <p>Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see
5944
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a>.</p>
5945
+ * <ul>
5946
+ * <li>
5947
+ * <p>To include burstable performance instance types, specify <code>included</code>.</p>
5948
+ * </li>
5949
+ * <li>
5950
+ * <p>To require only burstable performance instance types, specify <code>required</code>.</p>
5951
+ * </li>
5952
+ * <li>
5953
+ * <p>To exclude burstable performance instance types, specify <code>excluded</code>.</p>
5954
+ * </li>
5955
+ * </ul>
5956
+ * <p>Default: <code>excluded</code>
5957
+ * </p>
5958
+ */
5959
+ BurstablePerformance?: BurstablePerformance | string;
5960
+ /**
5961
+ * <p>Indicates whether instance types must support hibernation for On-Demand Instances.</p>
5962
+ * <p>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a>.</p>
5963
+ * <p>Default: <code>false</code>
5964
+ * </p>
5965
+ */
5966
+ RequireHibernateSupport?: boolean;
5967
+ /**
5968
+ * <p>The minimum and maximum number of network interfaces.</p>
5969
+ * <p>Default: No minimum or maximum limits</p>
5970
+ */
5971
+ NetworkInterfaceCount?: NetworkInterfaceCountRequest;
5972
+ /**
5973
+ * <p>Indicates whether instance types with instance store volumes are included, excluded, or required. For more information,
5974
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html">Amazon
5975
+ * EC2 instance store</a> in the <i>Amazon EC2 User Guide</i>.</p>
5976
+ * <ul>
5977
+ * <li>
5978
+ * <p>To include instance types with instance store volumes, specify
5979
+ * <code>included</code>.</p>
5980
+ * </li>
5981
+ * <li>
5982
+ * <p>To require only instance types with instance store volumes, specify
5983
+ * <code>required</code>.</p>
5984
+ * </li>
5985
+ * <li>
5986
+ * <p>To exclude instance types with instance store volumes, specify
5987
+ * <code>excluded</code>.</p>
5988
+ * </li>
5989
+ * </ul>
5990
+ * <p>Default: <code>included</code>
5991
+ * </p>
5992
+ */
5993
+ LocalStorage?: LocalStorage | string;
5994
+ /**
5995
+ * <p>The type of local storage that is required.</p>
5996
+ * <ul>
5997
+ * <li>
5998
+ * <p>For instance types with hard disk drive (HDD) storage, specify <code>hdd</code>.</p>
5999
+ * </li>
6000
+ * <li>
6001
+ * <p>For instance types with solid state drive (SDD) storage, specify <code>sdd</code>.</p>
6002
+ * </li>
6003
+ * </ul>
6004
+ * <p>Default: <code>hdd</code> and <code>sdd</code>
6005
+ * </p>
6006
+ */
6007
+ LocalStorageTypes?: (LocalStorageType | string)[];
6008
+ /**
6009
+ * <p>The minimum and maximum amount of total local storage, in GB.</p>
6010
+ * <p>Default: No minimum or maximum limits</p>
6011
+ */
6012
+ TotalLocalStorageGB?: TotalLocalStorageGBRequest;
6013
+ /**
6014
+ * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
6015
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
6016
+ * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
6017
+ * <p>Default: No minimum or maximum limits</p>
6018
+ */
6019
+ BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest;
6020
+ /**
6021
+ * <p>The accelerator types that must be on the instance type.</p>
6022
+ * <ul>
6023
+ * <li>
6024
+ * <p>To include instance types with GPU hardware, specify <code>gpu</code>.</p>
6025
+ * </li>
6026
+ * <li>
6027
+ * <p>To include instance types with FPGA hardware, specify <code>fpga</code>.</p>
6028
+ * </li>
6029
+ * <li>
6030
+ * <p>To include instance types with inference hardware, specify <code>inference</code>.</p>
6031
+ * </li>
6032
+ * </ul>
6033
+ * <p>Default: Any accelerator type</p>
6034
+ */
6035
+ AcceleratorTypes?: (AcceleratorType | string)[];
6036
+ /**
6037
+ * <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on
6038
+ * an instance.</p>
6039
+ * <p>To exclude accelerator-enabled instance types, set <code>Max</code> to <code>0</code>.</p>
6040
+ * <p>Default: No minimum or maximum limits</p>
6041
+ */
6042
+ AcceleratorCount?: AcceleratorCountRequest;
6043
+ /**
6044
+ * <p>Indicates whether instance types must have accelerators by specific manufacturers.</p>
6045
+ * <ul>
6046
+ * <li>
6047
+ * <p>For instance types with NVIDIA devices, specify <code>nvidia</code>.</p>
6048
+ * </li>
6049
+ * <li>
6050
+ * <p>For instance types with AMD devices, specify <code>amd</code>.</p>
6051
+ * </li>
6052
+ * <li>
6053
+ * <p>For instance types with Amazon Web Services devices, specify <code>amazon-web-services</code>.</p>
6054
+ * </li>
6055
+ * <li>
6056
+ * <p>For instance types with Xilinx devices, specify <code>xilinx</code>.</p>
6057
+ * </li>
6058
+ * </ul>
6059
+ * <p>Default: Any manufacturer</p>
6060
+ */
6061
+ AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
6062
+ /**
6063
+ * <p>The accelerators that must be on the instance type.</p>
6064
+ * <ul>
6065
+ * <li>
6066
+ * <p>For instance types with NVIDIA A100 GPUs, specify <code>a100</code>.</p>
6067
+ * </li>
6068
+ * <li>
6069
+ * <p>For instance types with NVIDIA V100 GPUs, specify <code>v100</code>.</p>
6070
+ * </li>
6071
+ * <li>
6072
+ * <p>For instance types with NVIDIA K80 GPUs, specify <code>k80</code>.</p>
6073
+ * </li>
6074
+ * <li>
6075
+ * <p>For instance types with NVIDIA T4 GPUs, specify <code>t4</code>.</p>
6076
+ * </li>
6077
+ * <li>
6078
+ * <p>For instance types with NVIDIA M60 GPUs, specify <code>m60</code>.</p>
6079
+ * </li>
6080
+ * <li>
6081
+ * <p>For instance types with AMD Radeon Pro V520 GPUs, specify <code>radeon-pro-v520</code>.</p>
6082
+ * </li>
6083
+ * <li>
6084
+ * <p>For instance types with Xilinx VU9P FPGAs, specify <code> vu9p</code>.</p>
6085
+ * </li>
6086
+ * </ul>
6087
+ * <p>Default: Any accelerator</p>
6088
+ */
6089
+ AcceleratorNames?: (AcceleratorName | string)[];
6090
+ /**
6091
+ * <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
6092
+ * <p>Default: No minimum or maximum limits</p>
6093
+ */
6094
+ AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest;
6095
+ }
6096
+ export declare namespace InstanceRequirementsRequest {
6097
+ /**
6098
+ * @internal
6099
+ */
6100
+ const filterSensitiveLog: (obj: InstanceRequirementsRequest) => any;
6101
+ }
5591
6102
  /**
5592
6103
  * <p>Describes the placement of an instance.</p>
5593
6104
  */
@@ -5655,6 +6166,10 @@ export declare namespace Placement {
5655
6166
  export interface FleetLaunchTemplateOverridesRequest {
5656
6167
  /**
5657
6168
  * <p>The instance type.</p>
6169
+ * <note>
6170
+ * <p>If you specify <code>InstanceTypes</code>, you can't specify
6171
+ * <code>InstanceRequirements</code>.</p>
6172
+ * </note>
5658
6173
  */
5659
6174
  InstanceType?: _InstanceType | string;
5660
6175
  /**
@@ -5692,6 +6207,15 @@ export interface FleetLaunchTemplateOverridesRequest {
5692
6207
  * <p>The location where the instance launched, if applicable.</p>
5693
6208
  */
5694
6209
  Placement?: Placement;
6210
+ /**
6211
+ * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
6212
+ * identify instance types with those attributes.</p>
6213
+ * <note>
6214
+ * <p>If you specify <code>InstanceRequirements</code>, you can't specify
6215
+ * <code>InstanceTypes</code>.</p>
6216
+ * </note>
6217
+ */
6218
+ InstanceRequirements?: InstanceRequirementsRequest;
5695
6219
  }
5696
6220
  export declare namespace FleetLaunchTemplateOverridesRequest {
5697
6221
  /**
@@ -5812,26 +6336,36 @@ export declare enum SpotAllocationStrategy {
5812
6336
  }
5813
6337
  export declare type SpotInstanceInterruptionBehavior = "hibernate" | "stop" | "terminate";
5814
6338
  export declare enum FleetReplacementStrategy {
5815
- LAUNCH = "launch"
6339
+ LAUNCH = "launch",
6340
+ LAUNCH_BEFORE_TERMINATE = "launch-before-terminate"
5816
6341
  }
5817
6342
  /**
5818
- * <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your
5819
- * Spot Instance is at an elevated risk of being interrupted. For more information, see
5820
- * <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>
6343
+ * <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance
6344
+ * notification signal that your Spot Instance is at an elevated risk of being interrupted.
6345
+ * 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>
5821
6346
  */
5822
6347
  export interface FleetSpotCapacityRebalanceRequest {
5823
6348
  /**
5824
6349
  * <p>The replacement strategy to use. Only available for fleets of type
5825
6350
  * <code>maintain</code>.</p>
5826
- * <p>To allow EC2 Fleet to launch a replacement Spot Instance when an instance rebalance
5827
- * notification is emitted for an existing Spot Instance in the fleet, specify
5828
- * <code>launch</code>. You must specify a value, otherwise you get an error.</p>
5829
- * <note>
5830
- * <p>When a replacement instance is launched, the instance marked for rebalance is not
5831
- * automatically terminated. You can terminate it, or you can leave it running. You are charged for all instances while they are running.</p>
5832
- * </note>
6351
+ * <p>
6352
+ * <code>launch</code> - EC2 Fleet launches a replacement Spot Instance when a rebalance
6353
+ * notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not
6354
+ * terminate the instances that receive a rebalance notification. You can terminate the old
6355
+ * instances, or you can leave them running. You are charged for all instances while they are
6356
+ * running. </p>
6357
+ * <p>
6358
+ * <code>launch-before-terminate</code> - EC2 Fleet launches a replacement Spot Instance
6359
+ * when a rebalance notification is emitted for an existing Spot Instance in the fleet, and
6360
+ * then, after a delay that you specify (in <code>TerminationDelay</code>), terminates the
6361
+ * instances that received a rebalance notification.</p>
5833
6362
  */
5834
6363
  ReplacementStrategy?: FleetReplacementStrategy | string;
6364
+ /**
6365
+ * <p>The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot
6366
+ * Instance after launching a new replacement Spot Instance.</p>
6367
+ */
6368
+ TerminationDelay?: number;
5835
6369
  }
5836
6370
  export declare namespace FleetSpotCapacityRebalanceRequest {
5837
6371
  /**
@@ -5932,6 +6466,11 @@ export declare enum DefaultTargetCapacityType {
5932
6466
  ON_DEMAND = "on-demand",
5933
6467
  SPOT = "spot"
5934
6468
  }
6469
+ export declare enum TargetCapacityUnitType {
6470
+ MEMORY_MIB = "memory-mib",
6471
+ UNITS = "units",
6472
+ VCPU = "vcpu"
6473
+ }
5935
6474
  /**
5936
6475
  * <p>The number of units to request. You can choose to set the target capacity as the number of
5937
6476
  * instances. Or you can set the target capacity to a performance characteristic that is important to your application workload,
@@ -5965,6 +6504,11 @@ export interface TargetCapacitySpecificationRequest {
5965
6504
  * <code>On-Demand</code>.</p>
5966
6505
  */
5967
6506
  DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
6507
+ /**
6508
+ * <p>The unit for the target capacity.</p>
6509
+ * <p>Default: <code>units</code> (translates to number of instances)</p>
6510
+ */
6511
+ TargetCapacityUnitType?: TargetCapacityUnitType | string;
5968
6512
  }
5969
6513
  export declare namespace TargetCapacitySpecificationRequest {
5970
6514
  /**
@@ -6115,680 +6659,47 @@ export declare namespace FleetLaunchTemplateSpecification {
6115
6659
  const filterSensitiveLog: (obj: FleetLaunchTemplateSpecification) => any;
6116
6660
  }
6117
6661
  /**
6118
- * <p>Describes the placement of an instance.</p>
6119
- */
6120
- export interface PlacementResponse {
6121
- /**
6122
- * <p>The name of the placement group that the instance is in.</p>
6123
- */
6124
- GroupName?: string;
6125
- }
6126
- export declare namespace PlacementResponse {
6127
- /**
6128
- * @internal
6129
- */
6130
- const filterSensitiveLog: (obj: PlacementResponse) => any;
6131
- }
6132
- /**
6133
- * <p>Describes overrides for a launch template.</p>
6134
- */
6135
- export interface FleetLaunchTemplateOverrides {
6136
- /**
6137
- * <p>The instance type.</p>
6138
- */
6139
- InstanceType?: _InstanceType | string;
6140
- /**
6141
- * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance.</p>
6142
- */
6143
- MaxPrice?: string;
6144
- /**
6145
- * <p>The ID of the subnet in which to launch the instances.</p>
6146
- */
6147
- SubnetId?: string;
6148
- /**
6149
- * <p>The Availability Zone in which to launch the instances.</p>
6150
- */
6151
- AvailabilityZone?: string;
6152
- /**
6153
- * <p>The number of units provided by the specified instance type.</p>
6154
- */
6155
- WeightedCapacity?: number;
6156
- /**
6157
- * <p>The priority for the launch template override. The highest priority is launched
6158
- * first.</p>
6159
- * <p>If the On-Demand <code>AllocationStrategy</code> is set to <code>prioritized</code>,
6160
- * EC2 Fleet uses priority to determine which launch template override to use first in fulfilling
6161
- * On-Demand capacity.</p>
6162
- * <p>If the Spot <code>AllocationStrategy</code> is set to
6163
- * <code>capacity-optimized-prioritized</code>, EC2 Fleet uses priority on a best-effort basis
6164
- * to determine which launch template override to use in fulfilling Spot capacity, but
6165
- * optimizes for capacity first.</p>
6166
- * <p>Valid values are whole numbers starting at <code>0</code>. The lower the number, the
6167
- * higher the priority. If no number is set, the override has the lowest priority. You can set
6168
- * the same priority for different launch template overrides.</p>
6169
- */
6170
- Priority?: number;
6171
- /**
6172
- * <p>The location where the instance launched, if applicable.</p>
6173
- */
6174
- Placement?: PlacementResponse;
6175
- }
6176
- export declare namespace FleetLaunchTemplateOverrides {
6177
- /**
6178
- * @internal
6179
- */
6180
- const filterSensitiveLog: (obj: FleetLaunchTemplateOverrides) => any;
6181
- }
6182
- /**
6183
- * <p>Describes a launch template and overrides.</p>
6184
- */
6185
- export interface LaunchTemplateAndOverridesResponse {
6186
- /**
6187
- * <p>The launch template.</p>
6188
- */
6189
- LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
6190
- /**
6191
- * <p>Any parameters that you specify override the same parameters in the launch
6192
- * template.</p>
6193
- */
6194
- Overrides?: FleetLaunchTemplateOverrides;
6195
- }
6196
- export declare namespace LaunchTemplateAndOverridesResponse {
6197
- /**
6198
- * @internal
6199
- */
6200
- const filterSensitiveLog: (obj: LaunchTemplateAndOverridesResponse) => any;
6201
- }
6202
- export declare enum InstanceLifecycle {
6203
- ON_DEMAND = "on-demand",
6204
- SPOT = "spot"
6205
- }
6206
- /**
6207
- * <p>Describes the instances that could not be launched by the fleet.</p>
6208
- */
6209
- export interface CreateFleetError {
6210
- /**
6211
- * <p>The launch templates and overrides that were used for launching the instances. The
6212
- * values that you specify in the Overrides replace the values in the launch template.</p>
6213
- */
6214
- LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
6215
- /**
6216
- * <p>Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.</p>
6217
- */
6218
- Lifecycle?: InstanceLifecycle | string;
6219
- /**
6220
- * <p>The error code that indicates why the instance could not be launched. For more
6221
- * information about error codes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html">Error Codes</a>.</p>
6222
- */
6223
- ErrorCode?: string;
6224
- /**
6225
- * <p>The error message that describes why the instance could not be launched. For more
6226
- * information about error messages, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html">Error Codes</a>.</p>
6227
- */
6228
- ErrorMessage?: string;
6229
- }
6230
- export declare namespace CreateFleetError {
6231
- /**
6232
- * @internal
6233
- */
6234
- const filterSensitiveLog: (obj: CreateFleetError) => any;
6235
- }
6236
- export declare type PlatformValues = "Windows";
6237
- /**
6238
- * <p>Describes the instances that were launched by the fleet.</p>
6239
- */
6240
- export interface CreateFleetInstance {
6241
- /**
6242
- * <p>The launch templates and overrides that were used for launching the instances. The
6243
- * values that you specify in the Overrides replace the values in the launch template.</p>
6244
- */
6245
- LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
6246
- /**
6247
- * <p>Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.</p>
6248
- */
6249
- Lifecycle?: InstanceLifecycle | string;
6250
- /**
6251
- * <p>The IDs of the instances.</p>
6252
- */
6253
- InstanceIds?: string[];
6254
- /**
6255
- * <p>The instance type.</p>
6256
- */
6257
- InstanceType?: _InstanceType | string;
6258
- /**
6259
- * <p>The value is <code>Windows</code> for Windows instances. Otherwise, the value is
6260
- * blank.</p>
6261
- */
6262
- Platform?: PlatformValues | string;
6263
- }
6264
- export declare namespace CreateFleetInstance {
6265
- /**
6266
- * @internal
6267
- */
6268
- const filterSensitiveLog: (obj: CreateFleetInstance) => any;
6269
- }
6270
- export interface CreateFleetResult {
6271
- /**
6272
- * <p>The ID of the EC2 Fleet.</p>
6273
- */
6274
- FleetId?: string;
6275
- /**
6276
- * <p>Information about the instances that could not be launched by the fleet. Supported only for
6277
- * fleets of type <code>instant</code>.</p>
6278
- */
6279
- Errors?: CreateFleetError[];
6280
- /**
6281
- * <p>Information about the instances that were launched by the fleet. Supported only for
6282
- * fleets of type <code>instant</code>.</p>
6283
- */
6284
- Instances?: CreateFleetInstance[];
6285
- }
6286
- export declare namespace CreateFleetResult {
6287
- /**
6288
- * @internal
6289
- */
6290
- const filterSensitiveLog: (obj: CreateFleetResult) => any;
6291
- }
6292
- export declare type LogDestinationType = "cloud-watch-logs" | "s3";
6293
- export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
6294
- export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
6295
- export interface CreateFlowLogsRequest {
6296
- /**
6297
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6298
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6299
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6300
- */
6301
- DryRun?: boolean;
6302
- /**
6303
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
6304
- * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to ensure
6305
- * idempotency</a>.</p>
6306
- */
6307
- ClientToken?: string;
6308
- /**
6309
- * <p>The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group
6310
- * in your account.</p>
6311
- * <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
6312
- * <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
6313
- */
6314
- DeliverLogsPermissionArn?: string;
6315
- /**
6316
- * <p>The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.</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
- LogGroupName?: string;
6321
- /**
6322
- * <p>The ID of the subnet, network interface, or VPC for which you want to create a flow log.</p>
6323
- * <p>Constraints: Maximum of 1000 resources</p>
6324
- */
6325
- ResourceIds: string[] | undefined;
6326
- /**
6327
- * <p>The type of resource for which to create the flow log. For example, if you specified a VPC ID for
6328
- * the <code>ResourceId</code> property, specify <code>VPC</code> for this property.</p>
6329
- */
6330
- ResourceType: FlowLogsResourceType | string | undefined;
6331
- /**
6332
- * <p>The type of traffic to log. You can log traffic that the resource accepts or rejects, or all traffic.</p>
6333
- */
6334
- TrafficType: TrafficType | string | undefined;
6335
- /**
6336
- * <p>Specifies the type of destination to which the flow log data is to be published. Flow log data can be
6337
- * published to CloudWatch Logs or Amazon S3. To publish flow log data to CloudWatch Logs, specify <code>cloud-watch-logs</code>. To
6338
- * publish flow log data to Amazon S3, specify <code>s3</code>.</p>
6339
- * <p>If you specify <code>LogDestinationType</code> as <code>s3</code>, do not specify
6340
- * <code>DeliverLogsPermissionArn</code> or <code>LogGroupName</code>.</p>
6341
- * <p>Default: <code>cloud-watch-logs</code>
6342
- * </p>
6343
- */
6344
- LogDestinationType?: LogDestinationType | string;
6345
- /**
6346
- * <p>Specifies the destination to which the flow log data is to be published. Flow log data can be published
6347
- * to a CloudWatch Logs log group or an Amazon S3 bucket. The value specified for this parameter depends on the value specified
6348
- * for <code>LogDestinationType</code>.</p>
6349
- * <p>If <code>LogDestinationType</code> is not specified or <code>cloud-watch-logs</code>,
6350
- * specify the Amazon Resource Name (ARN) of the CloudWatch Logs log group. For example, to publish
6351
- * to a log group called <code>my-logs</code>, specify
6352
- * <code>arn:aws:logs:us-east-1:123456789012:log-group:my-logs</code>. Alternatively,
6353
- * use <code>LogGroupName</code> instead.</p>
6354
- * <p>If LogDestinationType is <code>s3</code>, specify the ARN of the Amazon S3 bucket. You can also specify a
6355
- * subfolder in the bucket. To specify a subfolder in the bucket, use the following ARN format:
6356
- * <code>bucket_ARN/subfolder_name/</code>. For example, to specify a subfolder named <code>my-logs</code> in a
6357
- * bucket named <code>my-bucket</code>, use the following ARN: <code>arn:aws:s3:::my-bucket/my-logs/</code>. You
6358
- * cannot use <code>AWSLogs</code> as a subfolder name. This is a reserved term.</p>
6359
- */
6360
- LogDestination?: string;
6361
- /**
6362
- * <p>The fields to include in the flow log record, in the order in which they should
6363
- * 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
6364
- * omit this parameter, the flow log is created using the default format. If you specify this parameter,
6365
- * you must specify at least one field.</p>
6366
- * <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For
6367
- * the CLI, use single quotation marks (' ') to surround the parameter value.</p>
6368
- */
6369
- LogFormat?: string;
6370
- /**
6371
- * <p>The tags to apply to the flow logs.</p>
6372
- */
6373
- TagSpecifications?: TagSpecification[];
6374
- /**
6375
- * <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>
6376
- * <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
6377
- * instance</a>, the aggregation interval is always 60 seconds or less, regardless
6378
- * of the value that you specify.</p>
6379
- * <p>Default: 600</p>
6380
- */
6381
- MaxAggregationInterval?: number;
6382
- }
6383
- export declare namespace CreateFlowLogsRequest {
6384
- /**
6385
- * @internal
6386
- */
6387
- const filterSensitiveLog: (obj: CreateFlowLogsRequest) => any;
6388
- }
6389
- export interface CreateFlowLogsResult {
6390
- /**
6391
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
6392
- * request.</p>
6393
- */
6394
- ClientToken?: string;
6395
- /**
6396
- * <p>The IDs of the flow logs.</p>
6397
- */
6398
- FlowLogIds?: string[];
6399
- /**
6400
- * <p>Information about the flow logs that could not be created successfully.</p>
6401
- */
6402
- Unsuccessful?: UnsuccessfulItem[];
6403
- }
6404
- export declare namespace CreateFlowLogsResult {
6405
- /**
6406
- * @internal
6407
- */
6408
- const filterSensitiveLog: (obj: CreateFlowLogsResult) => any;
6409
- }
6410
- /**
6411
- * <p>Describes a storage location in Amazon S3.</p>
6412
- */
6413
- export interface StorageLocation {
6414
- /**
6415
- * <p>The name of the S3 bucket.</p>
6416
- */
6417
- Bucket?: string;
6418
- /**
6419
- * <p>The key.</p>
6420
- */
6421
- Key?: string;
6422
- }
6423
- export declare namespace StorageLocation {
6424
- /**
6425
- * @internal
6426
- */
6427
- const filterSensitiveLog: (obj: StorageLocation) => any;
6428
- }
6429
- export interface CreateFpgaImageRequest {
6430
- /**
6431
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6432
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6433
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6434
- */
6435
- DryRun?: boolean;
6436
- /**
6437
- * <p>The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.</p>
6438
- */
6439
- InputStorageLocation: StorageLocation | undefined;
6440
- /**
6441
- * <p>The location in Amazon S3 for the output logs.</p>
6442
- */
6443
- LogsStorageLocation?: StorageLocation;
6444
- /**
6445
- * <p>A description for the AFI.</p>
6446
- */
6447
- Description?: string;
6448
- /**
6449
- * <p>A name for the AFI.</p>
6450
- */
6451
- Name?: string;
6452
- /**
6453
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
6454
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
6455
- */
6456
- ClientToken?: string;
6457
- /**
6458
- * <p>The tags to apply to the FPGA image during creation.</p>
6459
- */
6460
- TagSpecifications?: TagSpecification[];
6461
- }
6462
- export declare namespace CreateFpgaImageRequest {
6463
- /**
6464
- * @internal
6465
- */
6466
- const filterSensitiveLog: (obj: CreateFpgaImageRequest) => any;
6467
- }
6468
- export interface CreateFpgaImageResult {
6469
- /**
6470
- * <p>The FPGA image identifier (AFI ID).</p>
6471
- */
6472
- FpgaImageId?: string;
6473
- /**
6474
- * <p>The global FPGA image identifier (AGFI ID).</p>
6475
- */
6476
- FpgaImageGlobalId?: string;
6477
- }
6478
- export declare namespace CreateFpgaImageResult {
6479
- /**
6480
- * @internal
6481
- */
6482
- const filterSensitiveLog: (obj: CreateFpgaImageResult) => any;
6483
- }
6484
- export declare type VolumeType = "gp2" | "gp3" | "io1" | "io2" | "sc1" | "st1" | "standard";
6485
- /**
6486
- * <p>Describes a block device for an EBS volume.</p>
6662
+ * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
6663
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
6664
+ * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
6487
6665
  */
6488
- export interface EbsBlockDevice {
6489
- /**
6490
- * <p>Indicates whether the EBS volume is deleted on instance termination. For more
6491
- * 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
6492
- * <i>Amazon EC2 User Guide</i>.</p>
6493
- */
6494
- DeleteOnTermination?: boolean;
6495
- /**
6496
- * <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this
6497
- * represents the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this
6498
- * represents the baseline performance of the volume and the rate at which the volume accumulates
6499
- * I/O credits for bursting.</p>
6500
- * <p>The following are the supported values for each volume type:</p>
6501
- * <ul>
6502
- * <li>
6503
- * <p>
6504
- * <code>gp3</code>: 3,000-16,000 IOPS</p>
6505
- * </li>
6506
- * <li>
6507
- * <p>
6508
- * <code>io1</code>: 100-64,000 IOPS</p>
6509
- * </li>
6510
- * <li>
6511
- * <p>
6512
- * <code>io2</code>: 100-64,000 IOPS</p>
6513
- * </li>
6514
- * </ul>
6515
- * <p>For <code>io1</code> and <code>io2</code> volumes, we guarantee 64,000 IOPS only for
6516
- * <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
6517
- * up to 32,000 IOPS.</p>
6518
- * <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes.
6519
- * The default for <code>gp3</code> volumes is 3,000 IOPS.
6520
- * This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>
6521
- */
6522
- Iops?: number;
6523
- /**
6524
- * <p>The ID of the snapshot.</p>
6525
- */
6526
- SnapshotId?: string;
6527
- /**
6528
- * <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.
6529
- * If you specify a snapshot, the default is the snapshot size. You can specify a volume
6530
- * size that is equal to or larger than the snapshot size.</p>
6531
- * <p>The following are the supported volumes sizes for each volume type:</p>
6532
- * <ul>
6533
- * <li>
6534
- * <p>
6535
- * <code>gp2</code> and <code>gp3</code>:1-16,384</p>
6536
- * </li>
6537
- * <li>
6538
- * <p>
6539
- * <code>io1</code> and <code>io2</code>: 4-16,384</p>
6540
- * </li>
6541
- * <li>
6542
- * <p>
6543
- * <code>st1</code> and <code>sc1</code>: 125-16,384</p>
6544
- * </li>
6545
- * <li>
6546
- * <p>
6547
- * <code>standard</code>: 1-1,024</p>
6548
- * </li>
6549
- * </ul>
6550
- */
6551
- VolumeSize?: number;
6552
- /**
6553
- * <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
6554
- * <i>Amazon EC2 User Guide</i>. If the volume type is <code>io1</code> or <code>io2</code>,
6555
- * you must specify the IOPS that the volume supports.</p>
6556
- */
6557
- VolumeType?: VolumeType | string;
6558
- /**
6559
- * <p>Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under
6560
- * which the EBS volume is encrypted.</p>
6561
- * <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by
6562
- * <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>,
6563
- * and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
6564
- */
6565
- KmsKeyId?: string;
6566
- /**
6567
- * <p>The throughput that the volume supports, in MiB/s.</p>
6568
- * <p>This parameter is valid only for <code>gp3</code> volumes.</p>
6569
- * <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>
6570
- */
6571
- Throughput?: number;
6572
- /**
6573
- * <p>The ARN of the Outpost on which the snapshot is stored.</p>
6574
- */
6575
- OutpostArn?: string;
6576
- /**
6577
- * <p>Indicates whether the encryption state of an EBS volume is changed while being
6578
- * restored from a backing snapshot.
6579
- * The effect of setting the encryption state to <code>true</code> depends on
6580
- * the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled.
6581
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-parameters">Amazon EBS encryption</a>
6582
- * in the <i>Amazon EC2 User Guide</i>.</p>
6583
- * <p>In no case can you remove encryption from an encrypted volume.</p>
6584
- * <p>Encrypted volumes can only be attached to instances that support Amazon EBS
6585
- * 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>
6586
- * <p>This parameter is not returned by .</p>
6587
- */
6588
- Encrypted?: boolean;
6589
- }
6590
- export declare namespace EbsBlockDevice {
6591
- /**
6592
- * @internal
6593
- */
6594
- const filterSensitiveLog: (obj: EbsBlockDevice) => any;
6595
- }
6596
- /**
6597
- * <p>Describes a block device mapping, which defines the EBS volumes and instance store
6598
- * volumes to attach to an instance at launch.</p>
6599
- */
6600
- export interface BlockDeviceMapping {
6601
- /**
6602
- * <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
6603
- */
6604
- DeviceName?: string;
6605
- /**
6606
- * <p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered
6607
- * starting from 0. An instance type with 2 available instance store volumes can specify
6608
- * mappings for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of
6609
- * available instance store volumes depends on the instance type. After you connect to the
6610
- * instance, you must mount the volume.</p>
6611
- * <p>NVMe instance store volumes are automatically enumerated and assigned a device name.
6612
- * Including them in your block device mapping has no effect.</p>
6613
- * <p>Constraints: For M3 instances, you must specify instance store volumes in the block
6614
- * device mapping for the instance. When you launch an M3 instance, we ignore any instance
6615
- * store volumes specified in the block device mapping for the AMI.</p>
6616
- */
6617
- VirtualName?: string;
6666
+ export interface BaselineEbsBandwidthMbps {
6618
6667
  /**
6619
- * <p>Parameters used to automatically set up EBS volumes when the instance is
6620
- * launched.</p>
6668
+ * <p>The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no
6669
+ * minimum limit.</p>
6621
6670
  */
6622
- Ebs?: EbsBlockDevice;
6671
+ Min?: number;
6623
6672
  /**
6624
- * <p>To omit the device from the block device mapping, specify an empty string. When this
6625
- * property is specified, the device is removed from the block device mapping regardless of
6626
- * the assigned value.</p>
6673
+ * <p>The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no
6674
+ * maximum limit.</p>
6627
6675
  */
6628
- NoDevice?: string;
6676
+ Max?: number;
6629
6677
  }
6630
- export declare namespace BlockDeviceMapping {
6678
+ export declare namespace BaselineEbsBandwidthMbps {
6631
6679
  /**
6632
6680
  * @internal
6633
6681
  */
6634
- const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
6635
- }
6636
- export interface CreateImageRequest {
6637
- /**
6638
- * <p>The block device mappings. This parameter cannot be used to modify the encryption
6639
- * status of existing volumes or snapshots. To create an AMI with encrypted snapshots,
6640
- * use the <a>CopyImage</a> action.</p>
6641
- */
6642
- BlockDeviceMappings?: BlockDeviceMapping[];
6643
- /**
6644
- * <p>A description for the new image.</p>
6645
- */
6646
- Description?: string;
6647
- /**
6648
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6649
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6650
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6651
- */
6652
- DryRun?: boolean;
6653
- /**
6654
- * <p>The ID of the instance.</p>
6655
- */
6656
- InstanceId: string | undefined;
6657
- /**
6658
- * <p>A name for the new image.</p>
6659
- * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</p>
6660
- */
6661
- Name: string | undefined;
6662
- /**
6663
- * <p>By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image.
6664
- * If the <code>No Reboot</code> option is set, Amazon EC2 doesn't shut down the instance before creating
6665
- * the image. Without a reboot, the AMI will be crash consistent (all the volumes are snapshotted
6666
- * at the same time), but not application consistent (all the operating system buffers are not flushed
6667
- * to disk before the snapshots are created).</p>
6668
- */
6669
- NoReboot?: boolean;
6670
- /**
6671
- * <p>The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the
6672
- * snapshots, or both.</p>
6673
- * <ul>
6674
- * <li>
6675
- * <p>To tag the AMI, the value for <code>ResourceType</code> must be
6676
- * <code>image</code>.</p>
6677
- * </li>
6678
- * <li>
6679
- * <p>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that
6680
- * are attached to the instance, the value for <code>ResourceType</code> must be
6681
- * <code>snapshot</code>. The same tag is applied to all of the snapshots that are
6682
- * created.</p>
6683
- * </li>
6684
- * </ul>
6685
- * <p>If you specify other values for <code>ResourceType</code>, the request fails.</p>
6686
- * <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>
6687
- */
6688
- TagSpecifications?: TagSpecification[];
6689
- }
6690
- export declare namespace CreateImageRequest {
6691
- /**
6692
- * @internal
6693
- */
6694
- const filterSensitiveLog: (obj: CreateImageRequest) => any;
6695
- }
6696
- export interface CreateImageResult {
6697
- /**
6698
- * <p>The ID of the new AMI.</p>
6699
- */
6700
- ImageId?: string;
6701
- }
6702
- export declare namespace CreateImageResult {
6703
- /**
6704
- * @internal
6705
- */
6706
- const filterSensitiveLog: (obj: CreateImageResult) => any;
6682
+ const filterSensitiveLog: (obj: BaselineEbsBandwidthMbps) => any;
6707
6683
  }
6708
6684
  /**
6709
- * <p>The start day and time and the end day and time of the time range, in UTC.</p>
6685
+ * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
6686
+ * <p></p>
6710
6687
  */
6711
- export interface InstanceEventWindowTimeRangeRequest {
6688
+ export interface MemoryGiBPerVCpu {
6712
6689
  /**
6713
- * <p>The day on which the time range begins.</p>
6690
+ * <p>The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is
6691
+ * no minimum limit.</p>
6714
6692
  */
6715
- StartWeekDay?: WeekDay | string;
6693
+ Min?: number;
6716
6694
  /**
6717
- * <p>The hour when the time range begins.</p>
6695
+ * <p>The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is
6696
+ * no maximum limit.</p>
6718
6697
  */
6719
- StartHour?: number;
6720
- /**
6721
- * <p>The day on which the time range ends.</p>
6722
- */
6723
- EndWeekDay?: WeekDay | string;
6724
- /**
6725
- * <p>The hour when the time range ends.</p>
6726
- */
6727
- EndHour?: number;
6728
- }
6729
- export declare namespace InstanceEventWindowTimeRangeRequest {
6730
- /**
6731
- * @internal
6732
- */
6733
- const filterSensitiveLog: (obj: InstanceEventWindowTimeRangeRequest) => any;
6734
- }
6735
- export interface CreateInstanceEventWindowRequest {
6736
- /**
6737
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6738
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6739
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6740
- */
6741
- DryRun?: boolean;
6742
- /**
6743
- * <p>The name of the event window.</p>
6744
- */
6745
- Name?: string;
6746
- /**
6747
- * <p>The time range for the event window. If you specify a time range, you can't specify a cron
6748
- * expression.</p>
6749
- */
6750
- TimeRanges?: InstanceEventWindowTimeRangeRequest[];
6751
- /**
6752
- * <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>. If
6753
- * you specify a cron expression, you can't specify a time range.</p>
6754
- * <p>Constraints:</p>
6755
- * <ul>
6756
- * <li>
6757
- * <p>Only hour and day of the week values are supported.</p>
6758
- * </li>
6759
- * <li>
6760
- * <p>For day of the week values, you can specify either integers <code>0</code> through
6761
- * <code>6</code>, or alternative single values <code>SUN</code> through
6762
- * <code>SAT</code>.</p>
6763
- * </li>
6764
- * <li>
6765
- * <p>The minute, month, and year must be specified by <code>*</code>.</p>
6766
- * </li>
6767
- * <li>
6768
- * <p>The hour value must be one or a multiple range, for example, <code>0-4</code> or
6769
- * <code>0-4,20-23</code>.</p>
6770
- * </li>
6771
- * <li>
6772
- * <p>Each hour range must be >= 2 hours, for example, <code>0-2</code> or
6773
- * <code>20-23</code>.</p>
6774
- * </li>
6775
- * <li>
6776
- * <p>The event window must be >= 4 hours. The combined total time ranges in the event
6777
- * window must be >= 4 hours.</p>
6778
- * </li>
6779
- * </ul>
6780
- * <p>For more information about cron expressions, see <a href="https://en.wikipedia.org/wiki/Cron">cron</a> on the <i>Wikipedia
6781
- * website</i>.</p>
6782
- */
6783
- CronExpression?: string;
6784
- /**
6785
- * <p>The tags to apply to the event window.</p>
6786
- */
6787
- TagSpecifications?: TagSpecification[];
6698
+ Max?: number;
6788
6699
  }
6789
- export declare namespace CreateInstanceEventWindowRequest {
6700
+ export declare namespace MemoryGiBPerVCpu {
6790
6701
  /**
6791
6702
  * @internal
6792
6703
  */
6793
- const filterSensitiveLog: (obj: CreateInstanceEventWindowRequest) => any;
6704
+ const filterSensitiveLog: (obj: MemoryGiBPerVCpu) => any;
6794
6705
  }