@aws-sdk/client-ec2 3.701.0 → 3.708.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 (312) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +2291 -481
  3. package/dist-es/EC2.js +24 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  14. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  15. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +9 -32
  19. package/dist-es/models/models_1.js +55 -25
  20. package/dist-es/models/models_2.js +42 -19
  21. package/dist-es/models/models_3.js +21 -15
  22. package/dist-es/models/models_4.js +20 -21
  23. package/dist-es/models/models_5.js +29 -3
  24. package/dist-es/models/models_6.js +13 -23
  25. package/dist-es/models/models_7.js +30 -0
  26. package/dist-es/models/models_8.js +1 -0
  27. package/dist-es/protocols/Aws_ec2.js +1662 -123
  28. package/dist-types/EC2.d.ts +89 -0
  29. package/dist-types/EC2Client.d.ts +14 -2
  30. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  34. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  35. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  36. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  37. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  38. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -3
  64. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -4
  65. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  110. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  117. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  118. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  120. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  122. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
  124. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  126. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  127. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  128. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -2
  131. package/dist-types/commands/DescribeInstancesCommand.d.ts +4 -1
  132. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -2
  133. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  134. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  139. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  141. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  143. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  144. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  145. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  146. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  149. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  150. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  151. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +101 -0
  152. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  166. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  168. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  169. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  170. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -2
  171. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  172. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  173. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  174. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  183. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  195. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  204. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  206. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  207. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  210. package/dist-types/commands/RunInstancesCommand.d.ts +9 -3
  211. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  212. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  213. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  215. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  216. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  217. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  218. package/dist-types/commands/index.d.ts +12 -0
  219. package/dist-types/models/index.d.ts +1 -0
  220. package/dist-types/models/models_0.d.ts +119 -298
  221. package/dist-types/models/models_1.d.ts +392 -279
  222. package/dist-types/models/models_2.d.ts +627 -314
  223. package/dist-types/models/models_3.d.ts +422 -924
  224. package/dist-types/models/models_4.d.ts +7153 -7068
  225. package/dist-types/models/models_5.d.ts +5632 -5095
  226. package/dist-types/models/models_6.d.ts +4278 -4390
  227. package/dist-types/models/models_7.d.ts +1591 -172
  228. package/dist-types/models/models_8.d.ts +168 -0
  229. package/dist-types/protocols/Aws_ec2.d.ts +108 -0
  230. package/dist-types/ts3.4/EC2.d.ts +239 -0
  231. package/dist-types/ts3.4/EC2Client.d.ts +72 -0
  232. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  237. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  238. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  247. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  251. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +49 -0
  258. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  272. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  273. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  294. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  295. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  296. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  301. package/dist-types/ts3.4/models/index.d.ts +1 -0
  302. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  303. package/dist-types/ts3.4/models/models_1.d.ts +102 -85
  304. package/dist-types/ts3.4/models/models_2.d.ts +171 -94
  305. package/dist-types/ts3.4/models/models_3.d.ts +108 -174
  306. package/dist-types/ts3.4/models/models_4.d.ts +187 -166
  307. package/dist-types/ts3.4/models/models_5.d.ts +215 -142
  308. package/dist-types/ts3.4/models/models_6.d.ts +255 -297
  309. package/dist-types/ts3.4/models/models_7.d.ts +366 -41
  310. package/dist-types/ts3.4/models/models_8.d.ts +40 -0
  311. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +144 -0
  312. package/package.json +1 -1
@@ -135,6 +135,7 @@ export declare const ResourceType: {
135
135
  readonly client_vpn_endpoint: "client-vpn-endpoint";
136
136
  readonly coip_pool: "coip-pool";
137
137
  readonly customer_gateway: "customer-gateway";
138
+ readonly declarative_policies_report: "declarative-policies-report";
138
139
  readonly dedicated_host: "dedicated-host";
139
140
  readonly dhcp_options: "dhcp-options";
140
141
  readonly egress_only_internet_gateway: "egress-only-internet-gateway";
@@ -199,6 +200,7 @@ export declare const ResourceType: {
199
200
  readonly transit_gateway_route_table: "transit-gateway-route-table";
200
201
  readonly transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement";
201
202
  readonly verified_access_endpoint: "verified-access-endpoint";
203
+ readonly verified_access_endpoint_target: "verified-access-endpoint-target";
202
204
  readonly verified_access_group: "verified-access-group";
203
205
  readonly verified_access_instance: "verified-access-instance";
204
206
  readonly verified_access_policy: "verified-access-policy";
@@ -3282,6 +3284,29 @@ export declare const AllocationType: {
3282
3284
  * @public
3283
3285
  */
3284
3286
  export type AllocationType = (typeof AllocationType)[keyof typeof AllocationType];
3287
+ /**
3288
+ * @public
3289
+ * @enum
3290
+ */
3291
+ export declare const AllowedImagesSettingsDisabledState: {
3292
+ readonly disabled: "disabled";
3293
+ };
3294
+ /**
3295
+ * @public
3296
+ */
3297
+ export type AllowedImagesSettingsDisabledState = (typeof AllowedImagesSettingsDisabledState)[keyof typeof AllowedImagesSettingsDisabledState];
3298
+ /**
3299
+ * @public
3300
+ * @enum
3301
+ */
3302
+ export declare const AllowedImagesSettingsEnabledState: {
3303
+ readonly audit_mode: "audit-mode";
3304
+ readonly enabled: "enabled";
3305
+ };
3306
+ /**
3307
+ * @public
3308
+ */
3309
+ export type AllowedImagesSettingsEnabledState = (typeof AllowedImagesSettingsEnabledState)[keyof typeof AllowedImagesSettingsEnabledState];
3285
3310
  /**
3286
3311
  * <p>Describes a principal.</p>
3287
3312
  * @public
@@ -5272,6 +5297,22 @@ export interface AttachVerifiedAccessTrustProviderRequest {
5272
5297
  */
5273
5298
  DryRun?: boolean | undefined;
5274
5299
  }
5300
+ /**
5301
+ * <p>Describes a custom subdomain for a network CIDR endpoint for Verified Access.</p>
5302
+ * @public
5303
+ */
5304
+ export interface VerifiedAccessInstanceCustomSubDomain {
5305
+ /**
5306
+ * <p>The subdomain.</p>
5307
+ * @public
5308
+ */
5309
+ SubDomain?: string | undefined;
5310
+ /**
5311
+ * <p>The name servers.</p>
5312
+ * @public
5313
+ */
5314
+ Nameservers?: string[] | undefined;
5315
+ }
5275
5316
  /**
5276
5317
  * @public
5277
5318
  * @enum
@@ -5380,6 +5421,11 @@ export interface VerifiedAccessInstance {
5380
5421
  * @public
5381
5422
  */
5382
5423
  FipsEnabled?: boolean | undefined;
5424
+ /**
5425
+ * <p>The custom subdomain.</p>
5426
+ * @public
5427
+ */
5428
+ CidrEndpointsCustomSubDomain?: VerifiedAccessInstanceCustomSubDomain | undefined;
5383
5429
  }
5384
5430
  /**
5385
5431
  * <p>Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.</p>
@@ -5399,6 +5445,47 @@ export interface DeviceOptions {
5399
5445
  */
5400
5446
  PublicSigningKeyUrl?: string | undefined;
5401
5447
  }
5448
+ /**
5449
+ * <p>Describes the OpenID Connect (OIDC) options.</p>
5450
+ * @public
5451
+ */
5452
+ export interface NativeApplicationOidcOptions {
5453
+ /**
5454
+ * <p>The public signing key endpoint.</p>
5455
+ * @public
5456
+ */
5457
+ PublicSigningKeyEndpoint?: string | undefined;
5458
+ /**
5459
+ * <p>The OIDC issuer identifier of the IdP.</p>
5460
+ * @public
5461
+ */
5462
+ Issuer?: string | undefined;
5463
+ /**
5464
+ * <p>The authorization endpoint of the IdP.</p>
5465
+ * @public
5466
+ */
5467
+ AuthorizationEndpoint?: string | undefined;
5468
+ /**
5469
+ * <p>The token endpoint of the IdP.</p>
5470
+ * @public
5471
+ */
5472
+ TokenEndpoint?: string | undefined;
5473
+ /**
5474
+ * <p>The user info endpoint of the IdP.</p>
5475
+ * @public
5476
+ */
5477
+ UserInfoEndpoint?: string | undefined;
5478
+ /**
5479
+ * <p>The OAuth 2.0 client identifier.</p>
5480
+ * @public
5481
+ */
5482
+ ClientId?: string | undefined;
5483
+ /**
5484
+ * <p>The set of user claims to be requested from the IdP.</p>
5485
+ * @public
5486
+ */
5487
+ Scope?: string | undefined;
5488
+ }
5402
5489
  /**
5403
5490
  * <p>Describes the options for an OpenID Connect-compatible user-identity trust
5404
5491
  * provider.</p>
@@ -5524,6 +5611,11 @@ export interface VerifiedAccessTrustProvider {
5524
5611
  * @public
5525
5612
  */
5526
5613
  SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
5614
+ /**
5615
+ * <p>The OpenID Connect (OIDC) options.</p>
5616
+ * @public
5617
+ */
5618
+ NativeApplicationOidcOptions?: NativeApplicationOidcOptions | undefined;
5527
5619
  }
5528
5620
  /**
5529
5621
  * @public
@@ -6565,6 +6657,33 @@ export interface CancelConversionRequest {
6565
6657
  */
6566
6658
  ReasonMessage?: string | undefined;
6567
6659
  }
6660
+ /**
6661
+ * @public
6662
+ */
6663
+ export interface CancelDeclarativePoliciesReportRequest {
6664
+ /**
6665
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
6666
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6667
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6668
+ * @public
6669
+ */
6670
+ DryRun?: boolean | undefined;
6671
+ /**
6672
+ * <p>The ID of the report.</p>
6673
+ * @public
6674
+ */
6675
+ ReportId: string | undefined;
6676
+ }
6677
+ /**
6678
+ * @public
6679
+ */
6680
+ export interface CancelDeclarativePoliciesReportResult {
6681
+ /**
6682
+ * <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
6683
+ * @public
6684
+ */
6685
+ Return?: boolean | undefined;
6686
+ }
6568
6687
  /**
6569
6688
  * @public
6570
6689
  */
@@ -7354,304 +7473,6 @@ export declare const CapacityReservationDeliveryPreference: {
7354
7473
  * @public
7355
7474
  */
7356
7475
  export type CapacityReservationDeliveryPreference = (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
7357
- /**
7358
- * @public
7359
- * @enum
7360
- */
7361
- export declare const EndDateType: {
7362
- readonly limited: "limited";
7363
- readonly unlimited: "unlimited";
7364
- };
7365
- /**
7366
- * @public
7367
- */
7368
- export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
7369
- /**
7370
- * @public
7371
- * @enum
7372
- */
7373
- export declare const InstanceMatchCriteria: {
7374
- readonly open: "open";
7375
- readonly targeted: "targeted";
7376
- };
7377
- /**
7378
- * @public
7379
- */
7380
- export type InstanceMatchCriteria = (typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
7381
- /**
7382
- * @public
7383
- * @enum
7384
- */
7385
- export declare const CapacityReservationInstancePlatform: {
7386
- readonly LINUX_UNIX: "Linux/UNIX";
7387
- readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
7388
- readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
7389
- readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
7390
- readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
7391
- readonly RHEL_WITH_HA: "RHEL with HA";
7392
- readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
7393
- readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
7394
- readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
7395
- readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
7396
- readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
7397
- readonly SUSE_LINUX: "SUSE Linux";
7398
- readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
7399
- readonly WINDOWS: "Windows";
7400
- readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
7401
- readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
7402
- readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
7403
- readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
7404
- };
7405
- /**
7406
- * @public
7407
- */
7408
- export type CapacityReservationInstancePlatform = (typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
7409
- /**
7410
- * @public
7411
- * @enum
7412
- */
7413
- export declare const CapacityReservationTenancy: {
7414
- readonly dedicated: "dedicated";
7415
- readonly default: "default";
7416
- };
7417
- /**
7418
- * @public
7419
- */
7420
- export type CapacityReservationTenancy = (typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
7421
- /**
7422
- * @public
7423
- */
7424
- export interface CreateCapacityReservationRequest {
7425
- /**
7426
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
7427
- * @public
7428
- */
7429
- ClientToken?: string | undefined;
7430
- /**
7431
- * <p>The instance type for which to reserve capacity.</p>
7432
- * <note>
7433
- * <p>You can request future-dated Capacity Reservations for instance types in the C, M, R, I,
7434
- * and T instance families only.</p>
7435
- * </note>
7436
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
7437
- * @public
7438
- */
7439
- InstanceType: string | undefined;
7440
- /**
7441
- * <p>The type of operating system for which to reserve capacity.</p>
7442
- * @public
7443
- */
7444
- InstancePlatform: CapacityReservationInstancePlatform | undefined;
7445
- /**
7446
- * <p>The Availability Zone in which to create the Capacity Reservation.</p>
7447
- * @public
7448
- */
7449
- AvailabilityZone?: string | undefined;
7450
- /**
7451
- * <p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>
7452
- * @public
7453
- */
7454
- AvailabilityZoneId?: string | undefined;
7455
- /**
7456
- * <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
7457
- * of the following tenancy settings:</p>
7458
- * <ul>
7459
- * <li>
7460
- * <p>
7461
- * <code>default</code> - The Capacity Reservation is created on hardware that is
7462
- * shared with other Amazon Web Services accounts.</p>
7463
- * </li>
7464
- * <li>
7465
- * <p>
7466
- * <code>dedicated</code> - The Capacity Reservation is created on single-tenant
7467
- * hardware that is dedicated to a single Amazon Web Services account.</p>
7468
- * </li>
7469
- * </ul>
7470
- * @public
7471
- */
7472
- Tenancy?: CapacityReservationTenancy | undefined;
7473
- /**
7474
- * <p>The number of instances for which to reserve capacity.</p>
7475
- * <note>
7476
- * <p>You can request future-dated Capacity Reservations for an instance count
7477
- * with a minimum of 100 VPUs. For example, if you request a future-dated Capacity
7478
- * Reservation for <code>m5.xlarge</code> instances, you must request at least
7479
- * 25 instances (<i>25 * m5.xlarge = 100 vCPUs</i>).</p>
7480
- * </note>
7481
- * <p>Valid range: 1 - 1000</p>
7482
- * @public
7483
- */
7484
- InstanceCount: number | undefined;
7485
- /**
7486
- * <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
7487
- * optimization provides dedicated throughput to Amazon EBS and an optimized configuration
7488
- * stack to provide optimal I/O performance. This optimization isn't available with all
7489
- * instance types. Additional usage charges apply when using an EBS- optimized
7490
- * instance.</p>
7491
- * @public
7492
- */
7493
- EbsOptimized?: boolean | undefined;
7494
- /**
7495
- * <p>
7496
- * <i>Deprecated.</i>
7497
- * </p>
7498
- * @public
7499
- */
7500
- EphemeralStorage?: boolean | undefined;
7501
- /**
7502
- * <p>The date and time at which the Capacity Reservation expires. When a Capacity
7503
- * Reservation expires, the reserved capacity is released and you can no longer launch
7504
- * instances into it. The Capacity Reservation's state changes to <code>expired</code>
7505
- * when it reaches its end date and time.</p>
7506
- * <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
7507
- * <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
7508
- * <code>unlimited</code>.</p>
7509
- * <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation
7510
- * is cancelled within an hour from the specified time. For example, if you specify
7511
- * 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55
7512
- * and 14:30:55 on 5/31/2019.</p>
7513
- * <p>If you are requesting a future-dated Capacity Reservation, you can't specify an end
7514
- * date and time that is within the commitment duration.</p>
7515
- * @public
7516
- */
7517
- EndDate?: Date | undefined;
7518
- /**
7519
- * <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
7520
- * have one of the following end types:</p>
7521
- * <ul>
7522
- * <li>
7523
- * <p>
7524
- * <code>unlimited</code> - The Capacity Reservation remains active until you
7525
- * explicitly cancel it. Do not provide an <code>EndDate</code> if the
7526
- * <code>EndDateType</code> is <code>unlimited</code>.</p>
7527
- * </li>
7528
- * <li>
7529
- * <p>
7530
- * <code>limited</code> - The Capacity Reservation expires automatically at a
7531
- * specified date and time. You must provide an <code>EndDate</code> value if the
7532
- * <code>EndDateType</code> value is <code>limited</code>.</p>
7533
- * </li>
7534
- * </ul>
7535
- * @public
7536
- */
7537
- EndDateType?: EndDateType | undefined;
7538
- /**
7539
- * <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
7540
- * options include:</p>
7541
- * <ul>
7542
- * <li>
7543
- * <p>
7544
- * <code>open</code> - The Capacity Reservation automatically matches all instances
7545
- * that have matching attributes (instance type, platform, and Availability Zone).
7546
- * Instances that have matching attributes run in the Capacity Reservation
7547
- * automatically without specifying any additional parameters.</p>
7548
- * </li>
7549
- * <li>
7550
- * <p>
7551
- * <code>targeted</code> - The Capacity Reservation only accepts instances that
7552
- * have matching attributes (instance type, platform, and Availability Zone), and
7553
- * explicitly target the Capacity Reservation. This ensures that only permitted
7554
- * instances can use the reserved capacity. </p>
7555
- * </li>
7556
- * </ul>
7557
- * <note>
7558
- * <p>If you are requesting a future-dated Capacity Reservation, you must specify <code>targeted</code>.</p>
7559
- * </note>
7560
- * <p>Default: <code>open</code>
7561
- * </p>
7562
- * @public
7563
- */
7564
- InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
7565
- /**
7566
- * <p>The tags to apply to the Capacity Reservation during launch.</p>
7567
- * @public
7568
- */
7569
- TagSpecifications?: TagSpecification[] | undefined;
7570
- /**
7571
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7572
- * @public
7573
- */
7574
- DryRun?: boolean | undefined;
7575
- /**
7576
- * <note>
7577
- * <p>Not supported for future-dated Capacity Reservations.</p>
7578
- * </note>
7579
- * <p>The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
7580
- * Reservation.</p>
7581
- * @public
7582
- */
7583
- OutpostArn?: string | undefined;
7584
- /**
7585
- * <note>
7586
- * <p>Not supported for future-dated Capacity Reservations.</p>
7587
- * </note>
7588
- * <p>The Amazon Resource Name (ARN) of the cluster placement group in which
7589
- * to create the Capacity Reservation. For more information, see
7590
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html">
7591
- * Capacity Reservations for cluster placement groups</a> in the
7592
- * <i>Amazon EC2 User Guide</i>.</p>
7593
- * @public
7594
- */
7595
- PlacementGroupArn?: string | undefined;
7596
- /**
7597
- * <note>
7598
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7599
- * Reservation for immediate use, omit this parameter. </p>
7600
- * </note>
7601
- * <p>The date and time at which the future-dated Capacity Reservation should become
7602
- * available for use, in the ISO8601 format in the UTC time zone
7603
- * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
7604
- * <p>You can request a future-dated Capacity Reservation between 5 and 120 days in
7605
- * advance.</p>
7606
- * @public
7607
- */
7608
- StartDate?: Date | undefined;
7609
- /**
7610
- * <note>
7611
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7612
- * Reservation for immediate use, omit this parameter. </p>
7613
- * </note>
7614
- * <p>Specify a commitment duration, in seconds, for the future-dated Capacity Reservation.</p>
7615
- * <p>The commitment duration is a minimum duration for which you commit to having the
7616
- * future-dated Capacity Reservation in the <code>active</code> state in your account
7617
- * after it has been delivered.</p>
7618
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-concepts.html#cr-commitment-duration">
7619
- * Commitment duration</a>.</p>
7620
- * @public
7621
- */
7622
- CommitmentDuration?: number | undefined;
7623
- /**
7624
- * <note>
7625
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7626
- * Reservation for immediate use, omit this parameter. </p>
7627
- * </note>
7628
- * <p>Indicates that the requested capacity will be delivered in addition to any
7629
- * running instances or reserved capacity that you have in your account at the
7630
- * requested date and time.</p>
7631
- * <p>The only supported value is <code>incremental</code>.</p>
7632
- * @public
7633
- */
7634
- DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
7635
- }
7636
- /**
7637
- * <p>Information about instance capacity usage for a Capacity Reservation.</p>
7638
- * @public
7639
- */
7640
- export interface CapacityAllocation {
7641
- /**
7642
- * <p>The usage type. <code>used</code> indicates that the instance capacity is in use by
7643
- * instances that are running in the Capacity Reservation.</p>
7644
- * @public
7645
- */
7646
- AllocationType?: AllocationType | undefined;
7647
- /**
7648
- * <p>The amount of instance capacity associated with the usage. For example a value of
7649
- * <code>4</code> indicates that instance capacity for 4 instances is currently in
7650
- * use.</p>
7651
- * @public
7652
- */
7653
- Count?: number | undefined;
7654
- }
7655
7476
  /**
7656
7477
  * @internal
7657
7478
  */