@aws-sdk/client-ec2 3.699.0 → 3.703.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 (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  3. package/dist-es/EC2.js +22 -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/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1655 -132
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -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/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  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/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.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/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  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/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. 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
  */
@@ -7309,6 +7428,16 @@ export interface CopySnapshotRequest {
7309
7428
  * @public
7310
7429
  */
7311
7430
  TagSpecifications?: TagSpecification[] | undefined;
7431
+ /**
7432
+ * <p>Specify a completion duration, in 15 minute increments, to initiate a time-based snapshot
7433
+ * copy. Time-based snapshot copy operations complete within the specified duration. For more
7434
+ * information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/time-based-copies.html">
7435
+ * Time-based copies</a>.</p>
7436
+ * <p>If you do not specify a value, the snapshot copy operation is completed on a
7437
+ * best-effort basis.</p>
7438
+ * @public
7439
+ */
7440
+ CompletionDurationMinutes?: number | undefined;
7312
7441
  /**
7313
7442
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7314
7443
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7344,304 +7473,6 @@ export declare const CapacityReservationDeliveryPreference: {
7344
7473
  * @public
7345
7474
  */
7346
7475
  export type CapacityReservationDeliveryPreference = (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
7347
- /**
7348
- * @public
7349
- * @enum
7350
- */
7351
- export declare const EndDateType: {
7352
- readonly limited: "limited";
7353
- readonly unlimited: "unlimited";
7354
- };
7355
- /**
7356
- * @public
7357
- */
7358
- export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
7359
- /**
7360
- * @public
7361
- * @enum
7362
- */
7363
- export declare const InstanceMatchCriteria: {
7364
- readonly open: "open";
7365
- readonly targeted: "targeted";
7366
- };
7367
- /**
7368
- * @public
7369
- */
7370
- export type InstanceMatchCriteria = (typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
7371
- /**
7372
- * @public
7373
- * @enum
7374
- */
7375
- export declare const CapacityReservationInstancePlatform: {
7376
- readonly LINUX_UNIX: "Linux/UNIX";
7377
- readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
7378
- readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
7379
- readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
7380
- readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
7381
- readonly RHEL_WITH_HA: "RHEL with HA";
7382
- readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
7383
- readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
7384
- readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
7385
- readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
7386
- readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
7387
- readonly SUSE_LINUX: "SUSE Linux";
7388
- readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
7389
- readonly WINDOWS: "Windows";
7390
- readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
7391
- readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
7392
- readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
7393
- readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
7394
- };
7395
- /**
7396
- * @public
7397
- */
7398
- export type CapacityReservationInstancePlatform = (typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
7399
- /**
7400
- * @public
7401
- * @enum
7402
- */
7403
- export declare const CapacityReservationTenancy: {
7404
- readonly dedicated: "dedicated";
7405
- readonly default: "default";
7406
- };
7407
- /**
7408
- * @public
7409
- */
7410
- export type CapacityReservationTenancy = (typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
7411
- /**
7412
- * @public
7413
- */
7414
- export interface CreateCapacityReservationRequest {
7415
- /**
7416
- * <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>
7417
- * @public
7418
- */
7419
- ClientToken?: string | undefined;
7420
- /**
7421
- * <p>The instance type for which to reserve capacity.</p>
7422
- * <note>
7423
- * <p>You can request future-dated Capacity Reservations for instance types in the C, M, R, I,
7424
- * and T instance families only.</p>
7425
- * </note>
7426
- * <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>
7427
- * @public
7428
- */
7429
- InstanceType: string | undefined;
7430
- /**
7431
- * <p>The type of operating system for which to reserve capacity.</p>
7432
- * @public
7433
- */
7434
- InstancePlatform: CapacityReservationInstancePlatform | undefined;
7435
- /**
7436
- * <p>The Availability Zone in which to create the Capacity Reservation.</p>
7437
- * @public
7438
- */
7439
- AvailabilityZone?: string | undefined;
7440
- /**
7441
- * <p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>
7442
- * @public
7443
- */
7444
- AvailabilityZoneId?: string | undefined;
7445
- /**
7446
- * <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
7447
- * of the following tenancy settings:</p>
7448
- * <ul>
7449
- * <li>
7450
- * <p>
7451
- * <code>default</code> - The Capacity Reservation is created on hardware that is
7452
- * shared with other Amazon Web Services accounts.</p>
7453
- * </li>
7454
- * <li>
7455
- * <p>
7456
- * <code>dedicated</code> - The Capacity Reservation is created on single-tenant
7457
- * hardware that is dedicated to a single Amazon Web Services account.</p>
7458
- * </li>
7459
- * </ul>
7460
- * @public
7461
- */
7462
- Tenancy?: CapacityReservationTenancy | undefined;
7463
- /**
7464
- * <p>The number of instances for which to reserve capacity.</p>
7465
- * <note>
7466
- * <p>You can request future-dated Capacity Reservations for an instance count
7467
- * with a minimum of 100 VPUs. For example, if you request a future-dated Capacity
7468
- * Reservation for <code>m5.xlarge</code> instances, you must request at least
7469
- * 25 instances (<i>25 * m5.xlarge = 100 vCPUs</i>).</p>
7470
- * </note>
7471
- * <p>Valid range: 1 - 1000</p>
7472
- * @public
7473
- */
7474
- InstanceCount: number | undefined;
7475
- /**
7476
- * <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
7477
- * optimization provides dedicated throughput to Amazon EBS and an optimized configuration
7478
- * stack to provide optimal I/O performance. This optimization isn't available with all
7479
- * instance types. Additional usage charges apply when using an EBS- optimized
7480
- * instance.</p>
7481
- * @public
7482
- */
7483
- EbsOptimized?: boolean | undefined;
7484
- /**
7485
- * <p>
7486
- * <i>Deprecated.</i>
7487
- * </p>
7488
- * @public
7489
- */
7490
- EphemeralStorage?: boolean | undefined;
7491
- /**
7492
- * <p>The date and time at which the Capacity Reservation expires. When a Capacity
7493
- * Reservation expires, the reserved capacity is released and you can no longer launch
7494
- * instances into it. The Capacity Reservation's state changes to <code>expired</code>
7495
- * when it reaches its end date and time.</p>
7496
- * <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
7497
- * <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
7498
- * <code>unlimited</code>.</p>
7499
- * <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation
7500
- * is cancelled within an hour from the specified time. For example, if you specify
7501
- * 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55
7502
- * and 14:30:55 on 5/31/2019.</p>
7503
- * <p>If you are requesting a future-dated Capacity Reservation, you can't specify an end
7504
- * date and time that is within the commitment duration.</p>
7505
- * @public
7506
- */
7507
- EndDate?: Date | undefined;
7508
- /**
7509
- * <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
7510
- * have one of the following end types:</p>
7511
- * <ul>
7512
- * <li>
7513
- * <p>
7514
- * <code>unlimited</code> - The Capacity Reservation remains active until you
7515
- * explicitly cancel it. Do not provide an <code>EndDate</code> if the
7516
- * <code>EndDateType</code> is <code>unlimited</code>.</p>
7517
- * </li>
7518
- * <li>
7519
- * <p>
7520
- * <code>limited</code> - The Capacity Reservation expires automatically at a
7521
- * specified date and time. You must provide an <code>EndDate</code> value if the
7522
- * <code>EndDateType</code> value is <code>limited</code>.</p>
7523
- * </li>
7524
- * </ul>
7525
- * @public
7526
- */
7527
- EndDateType?: EndDateType | undefined;
7528
- /**
7529
- * <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
7530
- * options include:</p>
7531
- * <ul>
7532
- * <li>
7533
- * <p>
7534
- * <code>open</code> - The Capacity Reservation automatically matches all instances
7535
- * that have matching attributes (instance type, platform, and Availability Zone).
7536
- * Instances that have matching attributes run in the Capacity Reservation
7537
- * automatically without specifying any additional parameters.</p>
7538
- * </li>
7539
- * <li>
7540
- * <p>
7541
- * <code>targeted</code> - The Capacity Reservation only accepts instances that
7542
- * have matching attributes (instance type, platform, and Availability Zone), and
7543
- * explicitly target the Capacity Reservation. This ensures that only permitted
7544
- * instances can use the reserved capacity. </p>
7545
- * </li>
7546
- * </ul>
7547
- * <note>
7548
- * <p>If you are requesting a future-dated Capacity Reservation, you must specify <code>targeted</code>.</p>
7549
- * </note>
7550
- * <p>Default: <code>open</code>
7551
- * </p>
7552
- * @public
7553
- */
7554
- InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
7555
- /**
7556
- * <p>The tags to apply to the Capacity Reservation during launch.</p>
7557
- * @public
7558
- */
7559
- TagSpecifications?: TagSpecification[] | undefined;
7560
- /**
7561
- * <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>
7562
- * @public
7563
- */
7564
- DryRun?: boolean | undefined;
7565
- /**
7566
- * <note>
7567
- * <p>Not supported for future-dated Capacity Reservations.</p>
7568
- * </note>
7569
- * <p>The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
7570
- * Reservation.</p>
7571
- * @public
7572
- */
7573
- OutpostArn?: string | undefined;
7574
- /**
7575
- * <note>
7576
- * <p>Not supported for future-dated Capacity Reservations.</p>
7577
- * </note>
7578
- * <p>The Amazon Resource Name (ARN) of the cluster placement group in which
7579
- * to create the Capacity Reservation. For more information, see
7580
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html">
7581
- * Capacity Reservations for cluster placement groups</a> in the
7582
- * <i>Amazon EC2 User Guide</i>.</p>
7583
- * @public
7584
- */
7585
- PlacementGroupArn?: string | undefined;
7586
- /**
7587
- * <note>
7588
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7589
- * Reservation for immediate use, omit this parameter. </p>
7590
- * </note>
7591
- * <p>The date and time at which the future-dated Capacity Reservation should become
7592
- * available for use, in the ISO8601 format in the UTC time zone
7593
- * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
7594
- * <p>You can request a future-dated Capacity Reservation between 5 and 120 days in
7595
- * advance.</p>
7596
- * @public
7597
- */
7598
- StartDate?: Date | undefined;
7599
- /**
7600
- * <note>
7601
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7602
- * Reservation for immediate use, omit this parameter. </p>
7603
- * </note>
7604
- * <p>Specify a commitment duration, in seconds, for the future-dated Capacity Reservation.</p>
7605
- * <p>The commitment duration is a minimum duration for which you commit to having the
7606
- * future-dated Capacity Reservation in the <code>active</code> state in your account
7607
- * after it has been delivered.</p>
7608
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-concepts.html#cr-commitment-duration">
7609
- * Commitment duration</a>.</p>
7610
- * @public
7611
- */
7612
- CommitmentDuration?: number | undefined;
7613
- /**
7614
- * <note>
7615
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7616
- * Reservation for immediate use, omit this parameter. </p>
7617
- * </note>
7618
- * <p>Indicates that the requested capacity will be delivered in addition to any
7619
- * running instances or reserved capacity that you have in your account at the
7620
- * requested date and time.</p>
7621
- * <p>The only supported value is <code>incremental</code>.</p>
7622
- * @public
7623
- */
7624
- DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
7625
- }
7626
- /**
7627
- * <p>Information about instance capacity usage for a Capacity Reservation.</p>
7628
- * @public
7629
- */
7630
- export interface CapacityAllocation {
7631
- /**
7632
- * <p>The usage type. <code>used</code> indicates that the instance capacity is in use by
7633
- * instances that are running in the Capacity Reservation.</p>
7634
- * @public
7635
- */
7636
- AllocationType?: AllocationType | undefined;
7637
- /**
7638
- * <p>The amount of instance capacity associated with the usage. For example a value of
7639
- * <code>4</code> indicates that instance capacity for 4 instances is currently in
7640
- * use.</p>
7641
- * @public
7642
- */
7643
- Count?: number | undefined;
7644
- }
7645
7476
  /**
7646
7477
  * @internal
7647
7478
  */