@aws-sdk/client-ec2 3.1102.0 → 3.1104.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 (352) hide show
  1. package/README.md +70 -0
  2. package/dist-cjs/index.js +977 -330
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/AssociateApplicationStatusCheckCommand.js +4 -0
  5. package/dist-es/commands/CreateApplicationStatusCheckCommand.js +4 -0
  6. package/dist-es/commands/DeleteApplicationStatusCheckCommand.js +4 -0
  7. package/dist-es/commands/DescribeApplicationStatusCheckAssociationsCommand.js +4 -0
  8. package/dist-es/commands/DescribeApplicationStatusChecksCommand.js +4 -0
  9. package/dist-es/commands/DescribeApplicationStatusCommand.js +4 -0
  10. package/dist-es/commands/DisableApplicationStatusCheckSuppressionCommand.js +4 -0
  11. package/dist-es/commands/DisassociateApplicationStatusCheckCommand.js +4 -0
  12. package/dist-es/commands/EnableApplicationStatusCheckSuppressionCommand.js +4 -0
  13. package/dist-es/commands/ModifyApplicationStatusCheckCommand.js +4 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/enums.js +42 -7
  16. package/dist-es/schemas/schemas_0.js +827 -322
  17. package/dist-types/EC2.d.ts +75 -0
  18. package/dist-types/EC2Client.d.ts +12 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateApplicationStatusCheckCommand.d.ts +144 -0
  24. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  25. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  26. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  27. package/dist-types/commands/BundleInstanceCommand.d.ts +3 -3
  28. package/dist-types/commands/CancelBundleTaskCommand.d.ts +4 -0
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +206 -0
  33. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -2
  40. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  45. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.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 +1 -1
  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/CreateImageUsageReportCommand.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/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  68. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  81. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  84. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  89. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DeleteApplicationStatusCheckCommand.d.ts +147 -0
  127. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  128. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  132. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  133. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +105 -0
  136. package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +205 -0
  137. package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +131 -0
  138. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  139. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +10 -0
  148. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
  150. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -4
  160. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  161. package/dist-types/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +111 -0
  162. package/dist-types/commands/DisassociateApplicationStatusCheckCommand.d.ts +135 -0
  163. package/dist-types/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +125 -0
  164. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -1
  165. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  166. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  167. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +1 -1
  168. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  169. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  170. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  171. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  172. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  173. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  174. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  175. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  176. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  177. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  178. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  179. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  180. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  181. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  182. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  183. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  184. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  185. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +180 -0
  187. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  203. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -2
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -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/RequestSpotFleetCommand.d.ts +2 -2
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  210. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  212. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  213. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  214. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  215. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  216. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  217. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  218. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  219. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  220. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  221. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  222. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  223. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  224. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  225. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  226. package/dist-types/commands/index.d.ts +10 -0
  227. package/dist-types/models/enums.d.ts +105 -14
  228. package/dist-types/models/models_0.d.ts +1179 -1191
  229. package/dist-types/models/models_1.d.ts +7739 -7823
  230. package/dist-types/models/models_2.d.ts +567 -266
  231. package/dist-types/models/models_3.d.ts +3717 -4040
  232. package/dist-types/models/models_4.d.ts +7901 -8148
  233. package/dist-types/models/models_5.d.ts +5362 -4661
  234. package/dist-types/models/models_6.d.ts +4604 -5062
  235. package/dist-types/models/models_7.d.ts +4821 -4652
  236. package/dist-types/models/models_8.d.ts +1160 -2
  237. package/dist-types/schemas/schemas_0.d.ts +50 -0
  238. package/dist-types/ts3.4/EC2.d.ts +175 -0
  239. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  240. package/dist-types/ts3.4/commands/AssociateApplicationStatusCheckCommand.d.ts +42 -0
  241. package/dist-types/ts3.4/commands/CreateApplicationStatusCheckCommand.d.ts +42 -0
  242. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
  243. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  248. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  249. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DeleteApplicationStatusCheckCommand.d.ts +42 -0
  255. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +42 -0
  264. package/dist-types/ts3.4/commands/DescribeApplicationStatusChecksCommand.d.ts +42 -0
  265. package/dist-types/ts3.4/commands/DescribeApplicationStatusCommand.d.ts +42 -0
  266. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  267. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -4
  276. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -2
  286. package/dist-types/ts3.4/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  287. package/dist-types/ts3.4/commands/DisassociateApplicationStatusCheckCommand.d.ts +42 -0
  288. package/dist-types/ts3.4/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  289. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -4
  290. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  306. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +42 -0
  308. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  323. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -2
  325. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  339. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  340. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  341. package/dist-types/ts3.4/models/enums.d.ts +53 -8
  342. package/dist-types/ts3.4/models/models_0.d.ts +103 -86
  343. package/dist-types/ts3.4/models/models_1.d.ts +86 -110
  344. package/dist-types/ts3.4/models/models_2.d.ts +124 -70
  345. package/dist-types/ts3.4/models/models_3.d.ts +148 -204
  346. package/dist-types/ts3.4/models/models_4.d.ts +204 -224
  347. package/dist-types/ts3.4/models/models_5.d.ts +267 -182
  348. package/dist-types/ts3.4/models/models_6.d.ts +203 -257
  349. package/dist-types/ts3.4/models/models_7.d.ts +250 -238
  350. package/dist-types/ts3.4/models/models_8.d.ts +235 -1
  351. package/dist-types/ts3.4/schemas/schemas_0.d.ts +50 -0
  352. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- import type { _InstanceType, AccountVpcEncryptionControlMode, AccountVpcEncryptionControlState, AddressTransferStatus, AllocationType, AmdSevSnp, ApplianceModeSupportValue, ApplyCancellationCharges, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationCancellationQuoteState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, ClientVpnEndpointStatusCode, ClientVpnRouteStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, EndpointIpAddressType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, HostMaintenance, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, ListingState, ListingStatus, ManagedBy, NatGatewayAddressStatus, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, SelfServicePortal, ServiceManaged, SSEType, SubnetCidrBlockStateCode, TrafficIpAddressType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayAttachmentStatusType, TransitGatewayMulitcastDomainAssociationState, TransportProtocol, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcEncryptionControlExclusionState, VpcPeeringConnectionStateReasonCode, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
1
+ import type { _InstanceType, AccountVpcEncryptionControlMode, AccountVpcEncryptionControlState, AddressTransferStatus, AggregationStatusEnum, AllocationType, AmdSevSnp, ApplianceModeSupportValue, ApplyCancellationCharges, AsnAssociationState, AssociationStatusCode, AttachmentStatus, AutoPlacement, BatchState, BundleTaskState, ByoipCidrState, CancelBatchErrorCode, CancelSpotInstanceRequestState, CapacityReservationCancellationQuoteState, CapacityReservationDeliveryPreference, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, CarrierGatewayState, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatusCode, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DomainType, DynamicRoutingValue, EndDateType, EndpointIpAddressType, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociationState, InstanceEventWindowState, InstanceHealthStatus, InstanceMatchCriteria, InterfaceProtocolType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpamAssociatedResourceDiscoveryStatus, IpamPoolAllocationResourceType, IpamResourceDiscoveryAssociationState, IpScopeEnum, IpSource, Ipv6AddressAttribute, Ipv6SupportValue, IpVersionEnum, ListingState, ListingStatus, ManagedBy, NatGatewayAddressStatus, NetworkProtocolEnum, OutputFormat, PrincipalType, Protocol, ResourceType, RouteServerAssociationState, RouteTableAssociationStateCode, Schedule, SecurityGroupReferencingSupportValue, SecurityGroupVpcAssociationState, SelfServicePortal, ServiceManaged, SSEType, SubnetCidrBlockStateCode, TrafficIpAddressType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayAttachmentStatusType, TransitGatewayMulitcastDomainAssociationState, TransportProtocol, TrustProviderType, UserTrustProviderType, VolumeAttachmentState, VolumeState, VolumeType, VpcCidrBlockStateCode, VpcEncryptionControlExclusionState, VpcPeeringConnectionStateReasonCode, VpnTunnelProvisioningStatus, WeekDay } from "./enums";
2
2
  /**
3
3
  * <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
4
4
  * on an instance.</p>
@@ -3390,6 +3390,116 @@ export interface AssociateAddressResult {
3390
3390
  */
3391
3391
  AssociationId?: string | undefined;
3392
3392
  }
3393
+ /**
3394
+ * <p>Describes a tag key-value pair for an application status check association request.</p>
3395
+ * @public
3396
+ */
3397
+ export interface CustomTagKeyValueRequestPair {
3398
+ /**
3399
+ * <p>The key of the tag.</p>
3400
+ * @public
3401
+ */
3402
+ Key?: string | undefined;
3403
+ /**
3404
+ * <p>The value of the tag.</p>
3405
+ * @public
3406
+ */
3407
+ Value?: string | undefined;
3408
+ }
3409
+ /**
3410
+ * @public
3411
+ */
3412
+ export interface AssociateApplicationStatusCheckRequest {
3413
+ /**
3414
+ * <p>The ID of the application status check to associate.</p>
3415
+ * @public
3416
+ */
3417
+ ApplicationStatusCheckId: string | undefined;
3418
+ /**
3419
+ * <p>The <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">tags</a> to associate the application status check with. Each tag is a key-value pair. When you associate tags, the application status check automatically monitors all instances that have the specified tags.</p>
3420
+ * @public
3421
+ */
3422
+ TargetTagAssociations?: CustomTagKeyValueRequestPair[] | undefined;
3423
+ /**
3424
+ * <p>The IDs of the instances to associate with the application status check.</p>
3425
+ * @public
3426
+ */
3427
+ InstanceIds?: string[] | undefined;
3428
+ /**
3429
+ * <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">Ensuring idempotency</a>.</p>
3430
+ * @public
3431
+ */
3432
+ ClientToken?: string | undefined;
3433
+ /**
3434
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
3435
+ * request, and provides an error response. If you have the required permissions, the error response is
3436
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3437
+ * @public
3438
+ */
3439
+ DryRun?: boolean | undefined;
3440
+ }
3441
+ /**
3442
+ * <p>Describes a successful application status check association.</p>
3443
+ * @public
3444
+ */
3445
+ export interface SuccessfulAssociationResponseObject {
3446
+ /**
3447
+ * <p>The ID of the application status check.</p>
3448
+ * @public
3449
+ */
3450
+ ApplicationStatusCheckId?: string | undefined;
3451
+ /**
3452
+ * <p>The type of association. Valid values: <code>EC2TAG</code> and <code>INSTANCE_ID</code>.</p>
3453
+ * @public
3454
+ */
3455
+ AssociationType?: string | undefined;
3456
+ /**
3457
+ * <p>The association value. For <code>EC2TAG</code>, the value is formatted as <code>key=value</code>. For <code>INSTANCE_ID</code>, the value is the instance ID.</p>
3458
+ * @public
3459
+ */
3460
+ AssociationValue?: string | undefined;
3461
+ }
3462
+ /**
3463
+ * <p>Describes an unsuccessful application status check association.</p>
3464
+ * @public
3465
+ */
3466
+ export interface UnsuccessfulAssociationResponseObject {
3467
+ /**
3468
+ * <p>The ID of the application status check.</p>
3469
+ * @public
3470
+ */
3471
+ ApplicationStatusCheckId?: string | undefined;
3472
+ /**
3473
+ * <p>The type of association. Valid values: <code>EC2TAG</code> and <code>INSTANCE_ID</code>.</p>
3474
+ * @public
3475
+ */
3476
+ AssociationType?: string | undefined;
3477
+ /**
3478
+ * <p>The association value. For <code>EC2TAG</code>, the value is formatted as <code>key=value</code>. For <code>INSTANCE_ID</code>, the value is the instance ID.</p>
3479
+ * @public
3480
+ */
3481
+ AssociationValue?: string | undefined;
3482
+ /**
3483
+ * <p>The reason the association failed.</p>
3484
+ * @public
3485
+ */
3486
+ Reason?: string | undefined;
3487
+ }
3488
+ /**
3489
+ * @public
3490
+ */
3491
+ export interface AssociateApplicationStatusCheckResult {
3492
+ /**
3493
+ * <p>The associations that were successfully created.</p>
3494
+ * @public
3495
+ */
3496
+ SuccessfulResults?: SuccessfulAssociationResponseObject[] | undefined;
3497
+ /**
3498
+ * <p>The associations that failed to be created.</p>
3499
+ * @public
3500
+ */
3501
+ UnsuccessfulResults?: UnsuccessfulAssociationResponseObject[] | undefined;
3502
+ }
3393
3503
  /**
3394
3504
  * @public
3395
3505
  */
@@ -7252,454 +7362,432 @@ export interface CopyVolumesResult {
7252
7362
  Volumes?: Volume[] | undefined;
7253
7363
  }
7254
7364
  /**
7365
+ * <p>Describes a destination for a health check path in a request. Destinations can be in a different Availability Zone than the source (cross-AZ) or in a Local Zone (AZ to Local Zone), enabling remote health validation of your application.</p>
7255
7366
  * @public
7256
7367
  */
7257
- export interface CreateCapacityManagerDataExportRequest {
7368
+ export interface HealthCheckPathDestinationRequestObject {
7258
7369
  /**
7259
- * <p>
7260
- * The name of the S3 bucket where the capacity data export files will be delivered. The bucket must exist and you must have write permissions to it.
7261
- * </p>
7262
- * @public
7263
- */
7264
- S3BucketName: string | undefined;
7265
- /**
7266
- * <p>
7267
- * The S3 key prefix for the exported data files. This allows you to organize exports in a specific folder structure within your bucket. If not specified, files are placed at the bucket root.
7268
- * </p>
7370
+ * <p>The ID of the subnet for the destination.</p>
7269
7371
  * @public
7270
7372
  */
7271
- S3BucketPrefix?: string | undefined;
7373
+ SubnetId?: string | undefined;
7272
7374
  /**
7273
- * <p>
7274
- * The frequency at which data exports are generated.
7275
- * </p>
7375
+ * <p>The ID of the security group for the destination.</p>
7276
7376
  * @public
7277
7377
  */
7278
- Schedule: Schedule | undefined;
7378
+ SecurityGroupId?: string | undefined;
7379
+ }
7380
+ /**
7381
+ * <p>Describes the source for a health check path in a request. The source defines the subnet and security group where a health check elastic network interface (ENI) is created to originate health check traffic.</p>
7382
+ * @public
7383
+ */
7384
+ export interface HealthCheckPathSourceRequestObject {
7279
7385
  /**
7280
- * <p>
7281
- * The file format for the exported data. Parquet format is recommended for large datasets and better compression.
7282
- * </p>
7386
+ * <p>The ID of the subnet for the source.</p>
7283
7387
  * @public
7284
7388
  */
7285
- OutputFormat: OutputFormat | undefined;
7389
+ SubnetId?: string | undefined;
7286
7390
  /**
7287
- * <p>
7288
- * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
7289
- * </p>
7391
+ * <p>The ID of the security group for the source.</p>
7290
7392
  * @public
7291
7393
  */
7292
- ClientToken?: string | undefined;
7394
+ SecurityGroupId?: string | undefined;
7395
+ }
7396
+ /**
7397
+ * <p>Describes a health check path for an application status check request.</p>
7398
+ * @public
7399
+ */
7400
+ export interface HealthCheckPathRequestObject {
7293
7401
  /**
7294
- * <p>
7295
- * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
7296
- * If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
7297
- * </p>
7402
+ * <p>The source for the health check path.</p>
7298
7403
  * @public
7299
7404
  */
7300
- DryRun?: boolean | undefined;
7405
+ Source?: HealthCheckPathSourceRequestObject | undefined;
7301
7406
  /**
7302
- * <p>
7303
- * The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
7304
- * </p>
7407
+ * <p>The destinations for the health check path.</p>
7305
7408
  * @public
7306
7409
  */
7307
- TagSpecifications?: TagSpecification[] | undefined;
7410
+ Destinations?: HealthCheckPathDestinationRequestObject[] | undefined;
7308
7411
  }
7309
7412
  /**
7310
7413
  * @public
7311
7414
  */
7312
- export interface CreateCapacityManagerDataExportResult {
7415
+ export interface CreateApplicationStatusCheckRequest {
7313
7416
  /**
7314
- * <p>
7315
- * The unique identifier for the created data export configuration. Use this ID to reference the export in other API calls.
7316
- * </p>
7417
+ * <p>The health check paths to use for the application status check. Health check paths define the network path from a source subnet to one or more destination subnets for cross-Availability Zone or Availability Zone to Local Zone health checking. If omitted, health checks are performed in the same subnet as the instance.</p>
7317
7418
  * @public
7318
7419
  */
7319
- CapacityManagerDataExportId?: string | undefined;
7320
- }
7321
- /**
7322
- * @public
7323
- */
7324
- export interface CreateCapacityReservationRequest {
7420
+ HealthCheckPaths?: HealthCheckPathRequestObject[] | undefined;
7325
7421
  /**
7326
- * <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>
7422
+ * <p>The aggregation setting for the application status check. When set to <code>included</code>, the result of this check contributes to the instance-level application status reported by <code>DescribeApplicationStatus</code>. When set to <code>excluded</code>, the check runs independently and does not affect the instance-level status. Valid values: <code>included</code> | <code>excluded</code>.</p>
7327
7423
  * @public
7328
7424
  */
7329
- ClientToken?: string | undefined;
7425
+ Aggregation?: AggregationStatusEnum | undefined;
7330
7426
  /**
7331
- * <p>The instance type for which to reserve capacity.</p>
7332
- * <note>
7333
- * <p>You can request future-dated Capacity Reservations for instance types in the C, M,
7334
- * R, I, T, and G instance families only.</p>
7335
- * </note>
7336
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the
7337
- * <i>Amazon EC2 User Guide</i>.</p>
7427
+ * <p>The protocol to use for the health check. Valid values: <code>http</code> | <code>https</code>.</p>
7338
7428
  * @public
7339
7429
  */
7340
- InstanceType: string | undefined;
7430
+ Protocol: NetworkProtocolEnum | undefined;
7341
7431
  /**
7342
- * <p>The type of operating system for which to reserve capacity.</p>
7432
+ * <p>The port to use for the health check. Valid values: 1 to 65535.</p>
7343
7433
  * @public
7344
7434
  */
7345
- InstancePlatform: CapacityReservationInstancePlatform | undefined;
7435
+ Port: number | undefined;
7346
7436
  /**
7347
- * <p>The Availability Zone in which to create the Capacity Reservation.</p>
7437
+ * <p>The URL path to use for the health check HTTP request (for example, <code>/health</code> or <code>/status</code>).</p>
7348
7438
  * @public
7349
7439
  */
7350
- AvailabilityZone?: string | undefined;
7440
+ Path?: string | undefined;
7351
7441
  /**
7352
- * <p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>
7442
+ * <p>The index of the network device to use for the health check. The value must be greater than or equal to 0.</p>
7353
7443
  * @public
7354
7444
  */
7355
- AvailabilityZoneId?: string | undefined;
7445
+ DeviceIndex?: number | undefined;
7356
7446
  /**
7357
- * <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
7358
- * of the following tenancy settings:</p>
7359
- * <ul>
7360
- * <li>
7361
- * <p>
7362
- * <code>default</code> - The Capacity Reservation is created on hardware that is
7363
- * shared with other Amazon Web Services accounts.</p>
7364
- * </li>
7365
- * <li>
7366
- * <p>
7367
- * <code>dedicated</code> - The Capacity Reservation is created on single-tenant
7368
- * hardware that is dedicated to a single Amazon Web Services account.</p>
7369
- * </li>
7370
- * </ul>
7447
+ * <p>The IP version to use for the health check. Valid values: <code>ipv4</code> and <code>ipv6</code>.</p>
7371
7448
  * @public
7372
7449
  */
7373
- Tenancy?: CapacityReservationTenancy | undefined;
7450
+ IpVersion?: IpVersionEnum | undefined;
7374
7451
  /**
7375
- * <p>The number of instances for which to reserve capacity.</p>
7376
- * <note>
7377
- * <p>You can request future-dated Capacity Reservations for an instance count with a
7378
- * minimum of 32 vCPUs. For example, if you request a future-dated Capacity
7379
- * Reservation for <code>m5.xlarge</code> instances, you must request at least 8
7380
- * instances (<i>8 * m5.xlarge = 32 vCPUs</i>).</p>
7381
- * </note>
7382
- * <p>Valid range: 1 - 1000</p>
7452
+ * <p>The IP scope to use for the health check. Valid value: <code>private</code>.</p>
7383
7453
  * @public
7384
7454
  */
7385
- InstanceCount: number | undefined;
7455
+ IpScope?: IpScopeEnum | undefined;
7386
7456
  /**
7387
- * <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
7388
- * optimization provides dedicated throughput to Amazon EBS and an optimized configuration
7389
- * stack to provide optimal I/O performance. This optimization isn't available with all
7390
- * instance types. Additional usage charges apply when using an EBS- optimized
7391
- * instance.</p>
7457
+ * <p>The interval, in seconds, between health checks. Valid value: 60.</p>
7392
7458
  * @public
7393
7459
  */
7394
- EbsOptimized?: boolean | undefined;
7460
+ Interval?: number | undefined;
7395
7461
  /**
7396
- * <p>
7397
- * <i>Deprecated.</i>
7398
- * </p>
7462
+ * <p>The amount of time, in seconds, to wait for a health check response before considering it failed. Valid values: 1 to 30. The value must be less than <code>Interval</code>.</p>
7399
7463
  * @public
7400
7464
  */
7401
- EphemeralStorage?: boolean | undefined;
7465
+ Timeout?: number | undefined;
7402
7466
  /**
7403
- * <p>The date and time at which the Capacity Reservation expires. When a Capacity
7404
- * Reservation expires, the reserved capacity is released and you can no longer launch
7405
- * instances into it. The Capacity Reservation's state changes to <code>expired</code> when
7406
- * it reaches its end date and time.</p>
7407
- * <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
7408
- * <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
7409
- * <code>unlimited</code>.</p>
7410
- * <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation is
7411
- * cancelled within an hour from the specified time. For example, if you specify 5/31/2019,
7412
- * 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on
7413
- * 5/31/2019.</p>
7414
- * <p>If you are requesting a future-dated Capacity Reservation, you can't specify an end
7415
- * date and time that is within the commitment duration.</p>
7467
+ * <p>The number of consecutive failed health checks before the application status is considered impaired. The value must be greater than 0.</p>
7416
7468
  * @public
7417
7469
  */
7418
- EndDate?: Date | undefined;
7470
+ FailureThreshold?: number | undefined;
7419
7471
  /**
7420
- * <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
7421
- * have one of the following end types:</p>
7422
- * <ul>
7423
- * <li>
7424
- * <p>
7425
- * <code>unlimited</code> - The Capacity Reservation remains active until you
7426
- * explicitly cancel it. Do not provide an <code>EndDate</code> if the
7427
- * <code>EndDateType</code> is <code>unlimited</code>.</p>
7428
- * </li>
7429
- * <li>
7430
- * <p>
7431
- * <code>limited</code> - The Capacity Reservation expires automatically at a
7432
- * specified date and time. You must provide an <code>EndDate</code> value if the
7433
- * <code>EndDateType</code> value is <code>limited</code>.</p>
7434
- * </li>
7435
- * </ul>
7472
+ * <p>The number of consecutive successful health checks before the application status is considered healthy. The value must be greater than 0.</p>
7436
7473
  * @public
7437
7474
  */
7438
- EndDateType?: EndDateType | undefined;
7475
+ SuccessThreshold?: number | undefined;
7439
7476
  /**
7440
- * <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
7441
- * options include:</p>
7442
- * <ul>
7443
- * <li>
7444
- * <p>
7445
- * <code>open</code> - The Capacity Reservation automatically matches all instances
7446
- * that have matching attributes (instance type, platform, and Availability Zone).
7447
- * Instances that have matching attributes run in the Capacity Reservation
7448
- * automatically without specifying any additional parameters.</p>
7449
- * </li>
7450
- * <li>
7451
- * <p>
7452
- * <code>targeted</code> - The Capacity Reservation only accepts instances that
7453
- * have matching attributes (instance type, platform, and Availability Zone), and
7454
- * explicitly target the Capacity Reservation. This ensures that only permitted
7455
- * instances can use the reserved capacity. </p>
7456
- * </li>
7457
- * </ul>
7458
- * <note>
7459
- * <p>If you are requesting a future-dated Capacity Reservation, you must specify
7460
- * <code>targeted</code>.</p>
7461
- * </note>
7462
- * <p>Default: <code>open</code>
7463
- * </p>
7477
+ * <p>The HTTP status codes that indicate a successful health check response. Specify a comma-separated list of individual status codes or ranges, for example, <code>200,202,300-399</code>. For a range, the first value must be less than the second value. Maximum length: 64 characters. Default: <code>200</code>.</p>
7464
7478
  * @public
7465
7479
  */
7466
- InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
7480
+ StatusCodeMatcher?: string | undefined;
7467
7481
  /**
7468
- * <p>The tags to apply to the Capacity Reservation during launch.</p>
7482
+ * <p>The number of seconds to wait before starting health checks after an instance is launched. Valid values: 1 to 600.</p>
7469
7483
  * @public
7470
7484
  */
7471
- TagSpecifications?: TagSpecification[] | undefined;
7485
+ InitializationGracePeriodSeconds?: number | undefined;
7472
7486
  /**
7473
- * <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>
7487
+ * <p>The tags to apply to the application status check.</p>
7474
7488
  * @public
7475
7489
  */
7476
- DryRun?: boolean | undefined;
7490
+ TagSpecifications?: TagSpecification[] | undefined;
7477
7491
  /**
7478
- * <note>
7479
- * <p>Not supported for future-dated Capacity Reservations.</p>
7480
- * </note>
7481
- * <p>The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
7482
- * Reservation.</p>
7492
+ * <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">Ensuring idempotency</a>.</p>
7483
7493
  * @public
7484
7494
  */
7485
- OutpostArn?: string | undefined;
7495
+ ClientToken?: string | undefined;
7486
7496
  /**
7487
- * <note>
7488
- * <p>Not supported for future-dated Capacity Reservations.</p>
7489
- * </note>
7490
- * <p>The Amazon Resource Name (ARN) of the cluster placement group in which to create the
7491
- * Capacity Reservation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster
7492
- * placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>
7497
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
7498
+ * request, and provides an error response. If you have the required permissions, the error response is
7499
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7493
7500
  * @public
7494
7501
  */
7495
- PlacementGroupArn?: string | undefined;
7502
+ DryRun?: boolean | undefined;
7503
+ }
7504
+ /**
7505
+ * <p>Describes a destination for a health check path.</p>
7506
+ * @public
7507
+ */
7508
+ export interface HealthCheckPathDestinationResponseObject {
7496
7509
  /**
7497
- * <note>
7498
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7499
- * Reservation for immediate use, omit this parameter. </p>
7500
- * </note>
7501
- * <p>The date and time at which the future-dated Capacity Reservation should become
7502
- * available for use, in the ISO8601 format in the UTC time zone
7503
- * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
7504
- * <p>You can request a future-dated Capacity Reservation between 5 and 120 days in
7505
- * advance.</p>
7510
+ * <p>The ID of the subnet for the destination.</p>
7506
7511
  * @public
7507
7512
  */
7508
- StartDate?: Date | undefined;
7513
+ SubnetId?: string | undefined;
7509
7514
  /**
7510
- * <note>
7511
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7512
- * Reservation for immediate use, omit this parameter. </p>
7513
- * </note>
7514
- * <p>Specify a commitment duration, in seconds, for the future-dated Capacity
7515
- * Reservation.</p>
7516
- * <p>The commitment duration is a minimum duration for which you commit to having the
7517
- * future-dated Capacity Reservation in the <code>active</code> state in your account after
7518
- * it has been delivered.</p>
7519
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-concepts.html#cr-commitment-duration"> Commitment
7520
- * duration</a>.</p>
7515
+ * <p>The ID of the security group for the destination.</p>
7521
7516
  * @public
7522
7517
  */
7523
- CommitmentDuration?: number | undefined;
7518
+ SecurityGroupId?: string | undefined;
7519
+ }
7520
+ /**
7521
+ * <p>Describes the source for a health check path.</p>
7522
+ * @public
7523
+ */
7524
+ export interface HealthCheckPathSourceResponseObject {
7524
7525
  /**
7525
- * <note>
7526
- * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7527
- * Reservation for immediate use, omit this parameter. </p>
7528
- * </note>
7529
- * <p>Indicates that the requested capacity will be delivered in addition to any running
7530
- * instances or reserved capacity that you have in your account at the requested date and
7531
- * time.</p>
7532
- * <p>The only supported value is <code>incremental</code>.</p>
7526
+ * <p>The ID of the subnet for the source.</p>
7533
7527
  * @public
7534
7528
  */
7535
- DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
7529
+ SubnetId?: string | undefined;
7530
+ /**
7531
+ * <p>The ID of the security group for the source.</p>
7532
+ * @public
7533
+ */
7534
+ SecurityGroupId?: string | undefined;
7536
7535
  }
7537
7536
  /**
7538
- * <p>A key-value pair that provides additional metadata about a capacity allocation.</p>
7537
+ * <p>Describes a health check path for an application status check.</p>
7539
7538
  * @public
7540
7539
  */
7541
- export interface CapacityAllocationMetadataEntry {
7540
+ export interface HealthCheckPathResponseObject {
7542
7541
  /**
7543
- * <p>The key of the metadata entry.</p>
7542
+ * <p>The source for the health check path.</p>
7543
+ * @public
7544
+ */
7545
+ Source?: HealthCheckPathSourceResponseObject | undefined;
7546
+ /**
7547
+ * <p>The destinations for the health check path.</p>
7548
+ * @public
7549
+ */
7550
+ Destinations?: HealthCheckPathDestinationResponseObject[] | undefined;
7551
+ }
7552
+ /**
7553
+ * <p>Describes a tag key-value pair for an application status check association.</p>
7554
+ * @public
7555
+ */
7556
+ export interface CustomTagKeyValueResponsePair {
7557
+ /**
7558
+ * <p>The key of the tag.</p>
7544
7559
  * @public
7545
7560
  */
7546
7561
  Key?: string | undefined;
7547
7562
  /**
7548
- * <p>The value of the metadata entry.</p>
7563
+ * <p>The value of the tag.</p>
7549
7564
  * @public
7550
7565
  */
7551
7566
  Value?: string | undefined;
7552
7567
  }
7553
7568
  /**
7554
- * <p>Information about instance capacity usage for a Capacity Reservation.</p>
7569
+ * <p>Describes an application status check.</p>
7555
7570
  * @public
7556
7571
  */
7557
- export interface CapacityAllocation {
7572
+ export interface ApplicationStatusCheckResponseObject {
7558
7573
  /**
7559
- * <p>The usage type. <code>used</code> indicates that the instance capacity is in use by
7560
- * instances that are running in the Capacity Reservation.</p>
7574
+ * <p>The ID of the application status check.</p>
7561
7575
  * @public
7562
7576
  */
7563
- AllocationType?: AllocationType | undefined;
7577
+ ApplicationStatusCheckId?: string | undefined;
7564
7578
  /**
7565
- * <p>The amount of instance capacity associated with the usage. For example a value of
7566
- * <code>4</code> indicates that instance capacity for 4 instances is currently in
7567
- * use.</p>
7579
+ * <p>The aggregation setting for the application status check. When set to <code>included</code>, the result of this check contributes to the instance-level application status. When set to <code>excluded</code>, the check runs independently and does not affect the instance-level status.</p>
7568
7580
  * @public
7569
7581
  */
7570
- Count?: number | undefined;
7582
+ Aggregation?: AggregationStatusEnum | undefined;
7571
7583
  /**
7572
- * <p>Additional metadata associated with the capacity allocation. Each entry contains a key-value pair providing context
7573
- * about the allocation.</p>
7584
+ * <p>The health check paths for the application status check.</p>
7574
7585
  * @public
7575
7586
  */
7576
- AllocationMetadata?: CapacityAllocationMetadataEntry[] | undefined;
7587
+ HealthCheckPaths?: HealthCheckPathResponseObject[] | undefined;
7588
+ /**
7589
+ * <p>The protocol used for the health check.</p>
7590
+ * @public
7591
+ */
7592
+ Protocol?: NetworkProtocolEnum | undefined;
7593
+ /**
7594
+ * <p>The port used for the health check.</p>
7595
+ * @public
7596
+ */
7597
+ Port?: number | undefined;
7598
+ /**
7599
+ * <p>The URL path used for the health check HTTP request.</p>
7600
+ * @public
7601
+ */
7602
+ Path?: string | undefined;
7603
+ /**
7604
+ * <p>The index of the network device used for the health check. The value is greater than or equal to 0.</p>
7605
+ * @public
7606
+ */
7607
+ DeviceIndex?: number | undefined;
7608
+ /**
7609
+ * <p>The IP version used for the health check.</p>
7610
+ * @public
7611
+ */
7612
+ IpVersion?: IpVersionEnum | undefined;
7613
+ /**
7614
+ * <p>The IP scope used for the health check.</p>
7615
+ * @public
7616
+ */
7617
+ IpScope?: IpScopeEnum | undefined;
7618
+ /**
7619
+ * <p>The interval, in seconds, between health checks. Valid value: 60.</p>
7620
+ * @public
7621
+ */
7622
+ Interval?: number | undefined;
7623
+ /**
7624
+ * <p>The amount of time, in seconds, to wait for a health check response. Valid values: 1 to 30.</p>
7625
+ * @public
7626
+ */
7627
+ Timeout?: number | undefined;
7628
+ /**
7629
+ * <p>The number of consecutive failed health checks before the application status is considered impaired. The value must be greater than 0.</p>
7630
+ * @public
7631
+ */
7632
+ FailureThreshold?: number | undefined;
7633
+ /**
7634
+ * <p>The number of consecutive successful health checks before the application status is considered healthy. The value must be greater than 0.</p>
7635
+ * @public
7636
+ */
7637
+ SuccessThreshold?: number | undefined;
7638
+ /**
7639
+ * <p>The comma-separated list of individual HTTP status codes or ranges that indicate a successful health check response.</p>
7640
+ * @public
7641
+ */
7642
+ StatusCodeMatcher?: string | undefined;
7643
+ /**
7644
+ * <p>The number of seconds to wait before starting health checks after an instance is launched. Valid values: 1 to 600.</p>
7645
+ * @public
7646
+ */
7647
+ InitializationGracePeriodSeconds?: number | undefined;
7648
+ /**
7649
+ * <p>The date and time when the application status check was last updated.</p>
7650
+ * @public
7651
+ */
7652
+ LastUpdatedAt?: Date | undefined;
7653
+ /**
7654
+ * <p>The <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">tags</a> associated with the application status check. Instances with these tags are automatically monitored by this check.</p>
7655
+ * @public
7656
+ */
7657
+ TargetTagAssociations?: CustomTagKeyValueResponsePair[] | undefined;
7658
+ /**
7659
+ * <p>The tags assigned to the application status check.</p>
7660
+ * @public
7661
+ */
7662
+ Tags?: Tag[] | undefined;
7663
+ /**
7664
+ * <p>The date and time when the application status check was created.</p>
7665
+ * @public
7666
+ */
7667
+ CreationTime?: Date | undefined;
7668
+ /**
7669
+ * <p>The date and time when the application status check was last modified.</p>
7670
+ * @public
7671
+ */
7672
+ ModifyTime?: Date | undefined;
7673
+ /**
7674
+ * <p>The date and time when the application status check was deleted.</p>
7675
+ * @public
7676
+ */
7677
+ DeletionTime?: Date | undefined;
7577
7678
  }
7578
7679
  /**
7579
- * <p>Information about your commitment for a future-dated Capacity Reservation.</p>
7580
7680
  * @public
7581
7681
  */
7582
- export interface CapacityReservationCommitmentInfo {
7583
- /**
7584
- * <p>The instance capacity that you committed to when you requested the future-dated
7585
- * Capacity Reservation.</p>
7586
- * @public
7587
- */
7588
- CommittedInstanceCount?: number | undefined;
7682
+ export interface CreateApplicationStatusCheckResult {
7589
7683
  /**
7590
- * <p>The date and time at which the commitment duration expires, in the ISO8601 format in
7591
- * the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>). You can't decrease the
7592
- * instance count or cancel the Capacity Reservation before this date and time.</p>
7684
+ * <p>Information about the application status check.</p>
7593
7685
  * @public
7594
7686
  */
7595
- CommitmentEndDate?: Date | undefined;
7687
+ ApplicationStatusCheck?: ApplicationStatusCheckResponseObject | undefined;
7596
7688
  }
7597
7689
  /**
7598
- * <p>
7599
- * Represents the allocation of capacity from a source reservation to an interruptible reservation, tracking current and target instance counts for allocation management.
7600
- * </p>
7601
7690
  * @public
7602
7691
  */
7603
- export interface InterruptibleCapacityAllocation {
7692
+ export interface CreateCapacityManagerDataExportRequest {
7604
7693
  /**
7605
7694
  * <p>
7606
- * The current number of instances allocated to the interruptible reservation.
7607
- * </p>
7695
+ * The name of the S3 bucket where the capacity data export files will be delivered. The bucket must exist and you must have write permissions to it.
7696
+ * </p>
7608
7697
  * @public
7609
7698
  */
7610
- InstanceCount?: number | undefined;
7699
+ S3BucketName: string | undefined;
7611
7700
  /**
7612
7701
  * <p>
7613
- * After your modify request, the requested number of instances allocated to interruptible reservation.
7614
- * </p>
7702
+ * The S3 key prefix for the exported data files. This allows you to organize exports in a specific folder structure within your bucket. If not specified, files are placed at the bucket root.
7703
+ * </p>
7615
7704
  * @public
7616
7705
  */
7617
- TargetInstanceCount?: number | undefined;
7706
+ S3BucketPrefix?: string | undefined;
7618
7707
  /**
7619
7708
  * <p>
7620
- * The current status of the allocation (updating during reclamation, active when complete).
7621
- * </p>
7709
+ * The frequency at which data exports are generated.
7710
+ * </p>
7622
7711
  * @public
7623
7712
  */
7624
- Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
7713
+ Schedule: Schedule | undefined;
7625
7714
  /**
7626
7715
  * <p>
7627
- * The ID of the interruptible Capacity Reservation created from the allocation.
7628
- * </p>
7716
+ * The file format for the exported data. Parquet format is recommended for large datasets and better compression.
7717
+ * </p>
7629
7718
  * @public
7630
7719
  */
7631
- InterruptibleCapacityReservationId?: string | undefined;
7720
+ OutputFormat: OutputFormat | undefined;
7632
7721
  /**
7633
7722
  * <p>
7634
- * The type of interruption policy applied to the interruptible reservation.
7635
- * </p>
7723
+ * Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.
7724
+ * </p>
7636
7725
  * @public
7637
7726
  */
7638
- InterruptionType?: InterruptionType | undefined;
7639
- }
7640
- /**
7641
- * <p>
7642
- * Contains information about how and when instances in an interruptible reservation can be terminated when capacity is reclaimed.
7643
- * </p>
7644
- * @public
7645
- */
7646
- export interface InterruptionInfo {
7727
+ ClientToken?: string | undefined;
7647
7728
  /**
7648
7729
  * <p>
7649
- * The ID of the source Capacity Reservation from which the interruptible reservation was created.
7650
- * </p>
7730
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
7731
+ * If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
7732
+ * </p>
7651
7733
  * @public
7652
7734
  */
7653
- SourceCapacityReservationId?: string | undefined;
7735
+ DryRun?: boolean | undefined;
7654
7736
  /**
7655
7737
  * <p>
7656
- * The interruption type that determines how instances are terminated when capacity is reclaimed.
7657
- * </p>
7738
+ * The tags to apply to the data export configuration. You can tag the export for organization and cost tracking purposes.
7739
+ * </p>
7658
7740
  * @public
7659
7741
  */
7660
- InterruptionType?: InterruptionType | undefined;
7742
+ TagSpecifications?: TagSpecification[] | undefined;
7661
7743
  }
7662
7744
  /**
7663
- * <p>Describes a Capacity Reservation.</p>
7664
7745
  * @public
7665
7746
  */
7666
- export interface CapacityReservation {
7667
- /**
7668
- * <p>The ID of the Capacity Reservation.</p>
7669
- * @public
7670
- */
7671
- CapacityReservationId?: string | undefined;
7747
+ export interface CreateCapacityManagerDataExportResult {
7672
7748
  /**
7673
- * <p>The ID of the Amazon Web Services account that owns the Capacity Reservation.</p>
7749
+ * <p>
7750
+ * The unique identifier for the created data export configuration. Use this ID to reference the export in other API calls.
7751
+ * </p>
7674
7752
  * @public
7675
7753
  */
7676
- OwnerId?: string | undefined;
7754
+ CapacityManagerDataExportId?: string | undefined;
7755
+ }
7756
+ /**
7757
+ * @public
7758
+ */
7759
+ export interface CreateCapacityReservationRequest {
7677
7760
  /**
7678
- * <p>The Amazon Resource Name (ARN) of the Capacity Reservation.</p>
7761
+ * <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>
7679
7762
  * @public
7680
7763
  */
7681
- CapacityReservationArn?: string | undefined;
7764
+ ClientToken?: string | undefined;
7682
7765
  /**
7683
- * <p>The ID of the Availability Zone in which the capacity is reserved.</p>
7766
+ * <p>The instance type for which to reserve capacity.</p>
7767
+ * <note>
7768
+ * <p>You can request future-dated Capacity Reservations for instance types in the C, M,
7769
+ * R, I, T, and G instance families only.</p>
7770
+ * </note>
7771
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the
7772
+ * <i>Amazon EC2 User Guide</i>.</p>
7684
7773
  * @public
7685
7774
  */
7686
- AvailabilityZoneId?: string | undefined;
7775
+ InstanceType: string | undefined;
7687
7776
  /**
7688
- * <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
7777
+ * <p>The type of operating system for which to reserve capacity.</p>
7689
7778
  * @public
7690
7779
  */
7691
- InstanceType?: string | undefined;
7780
+ InstancePlatform: CapacityReservationInstancePlatform | undefined;
7692
7781
  /**
7693
- * <p>The type of operating system for which the Capacity Reservation reserves
7694
- * capacity.</p>
7782
+ * <p>The Availability Zone in which to create the Capacity Reservation.</p>
7695
7783
  * @public
7696
7784
  */
7697
- InstancePlatform?: CapacityReservationInstancePlatform | undefined;
7785
+ AvailabilityZone?: string | undefined;
7698
7786
  /**
7699
- * <p>The Availability Zone in which the capacity is reserved.</p>
7787
+ * <p>The ID of the Availability Zone in which to create the Capacity Reservation.</p>
7700
7788
  * @public
7701
7789
  */
7702
- AvailabilityZone?: string | undefined;
7790
+ AvailabilityZoneId?: string | undefined;
7703
7791
  /**
7704
7792
  * <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
7705
7793
  * of the following tenancy settings:</p>
@@ -7719,17 +7807,17 @@ export interface CapacityReservation {
7719
7807
  */
7720
7808
  Tenancy?: CapacityReservationTenancy | undefined;
7721
7809
  /**
7722
- * <p>The total number of instances for which the Capacity Reservation reserves
7723
- * capacity.</p>
7724
- * @public
7725
- */
7726
- TotalInstanceCount?: number | undefined;
7727
- /**
7728
- * <p>The remaining capacity. Indicates the number of instances that can be launched in the
7729
- * Capacity Reservation.</p>
7810
+ * <p>The number of instances for which to reserve capacity.</p>
7811
+ * <note>
7812
+ * <p>You can request future-dated Capacity Reservations for an instance count with a
7813
+ * minimum of 32 vCPUs. For example, if you request a future-dated Capacity
7814
+ * Reservation for <code>m5.xlarge</code> instances, you must request at least 8
7815
+ * instances (<i>8 * m5.xlarge = 32 vCPUs</i>).</p>
7816
+ * </note>
7817
+ * <p>Valid range: 1 - 1000</p>
7730
7818
  * @public
7731
7819
  */
7732
- AvailableInstanceCount?: number | undefined;
7820
+ InstanceCount: number | undefined;
7733
7821
  /**
7734
7822
  * <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
7735
7823
  * optimization provides dedicated throughput to Amazon EBS and an optimized configuration
@@ -7747,88 +7835,19 @@ export interface CapacityReservation {
7747
7835
  */
7748
7836
  EphemeralStorage?: boolean | undefined;
7749
7837
  /**
7750
- * <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
7751
- * the following states:</p>
7752
- * <ul>
7753
- * <li>
7754
- * <p>
7755
- * <code>active</code> - The capacity is available for use.</p>
7756
- * </li>
7757
- * <li>
7758
- * <p>
7759
- * <code>expired</code> - The Capacity Reservation expired automatically at the date and time
7760
- * specified in your reservation request. The reserved capacity is no longer available for your use.</p>
7761
- * </li>
7762
- * <li>
7763
- * <p>
7764
- * <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
7765
- * longer available for your use.</p>
7766
- * </li>
7767
- * <li>
7768
- * <p>
7769
- * <code>pending</code> - The Capacity Reservation request was successful but the capacity
7770
- * provisioning is still pending.</p>
7771
- * </li>
7772
- * <li>
7773
- * <p>
7774
- * <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
7775
- * request parameters that are not valid, capacity constraints, or instance limit constraints. You
7776
- * can view a failed request for 60 minutes.</p>
7777
- * </li>
7778
- * <li>
7779
- * <p>
7780
- * <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
7781
- * future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
7782
- * for delivery on the requested start date.</p>
7783
- * </li>
7784
- * <li>
7785
- * <p>
7786
- * <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
7787
- * payment has not been processed yet.</p>
7788
- * </li>
7789
- * <li>
7790
- * <p>
7791
- * <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
7792
- * payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
7793
- * </li>
7794
- * <li>
7795
- * <p>
7796
- * <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
7797
- * Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
7798
- * </li>
7799
- * <li>
7800
- * <p>
7801
- * <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
7802
- * encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
7803
- * unable to deliver the requested capacity by the requested start date and time.</p>
7804
- * </li>
7805
- * <li>
7806
- * <p>
7807
- * <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
7808
- * can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
7809
- * unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
7810
- * </li>
7811
- * <li>
7812
- * <p>
7813
- * <code>cancelling</code> - (<i>Future-dated Capacity Reservations</i>) The
7814
- * Capacity Reservation is being cancelled. Capacity has been released but charges continue for
7815
- * the commitment wind-down period. The reservation transitions to <code>cancelled</code> when
7816
- * the wind-down completes.</p>
7817
- * </li>
7818
- * </ul>
7819
- * @public
7820
- */
7821
- State?: CapacityReservationState | undefined;
7822
- /**
7823
- * <p>The date and time the Capacity Reservation was started.</p>
7824
- * @public
7825
- */
7826
- StartDate?: Date | undefined;
7827
- /**
7828
- * <p>The date and time the Capacity Reservation expires. When a Capacity
7838
+ * <p>The date and time at which the Capacity Reservation expires. When a Capacity
7829
7839
  * Reservation expires, the reserved capacity is released and you can no longer launch
7830
7840
  * instances into it. The Capacity Reservation's state changes to <code>expired</code> when
7831
7841
  * it reaches its end date and time.</p>
7842
+ * <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
7843
+ * <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
7844
+ * <code>unlimited</code>.</p>
7845
+ * <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation is
7846
+ * cancelled within an hour from the specified time. For example, if you specify 5/31/2019,
7847
+ * 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on
7848
+ * 5/31/2019.</p>
7849
+ * <p>If you are requesting a future-dated Capacity Reservation, you can't specify an end
7850
+ * date and time that is within the commitment duration.</p>
7832
7851
  * @public
7833
7852
  */
7834
7853
  EndDate?: Date | undefined;
@@ -7839,12 +7858,14 @@ export interface CapacityReservation {
7839
7858
  * <li>
7840
7859
  * <p>
7841
7860
  * <code>unlimited</code> - The Capacity Reservation remains active until you
7842
- * explicitly cancel it.</p>
7861
+ * explicitly cancel it. Do not provide an <code>EndDate</code> if the
7862
+ * <code>EndDateType</code> is <code>unlimited</code>.</p>
7843
7863
  * </li>
7844
7864
  * <li>
7845
7865
  * <p>
7846
7866
  * <code>limited</code> - The Capacity Reservation expires automatically at a
7847
- * specified date and time.</p>
7867
+ * specified date and time. You must provide an <code>EndDate</code> value if the
7868
+ * <code>EndDateType</code> value is <code>limited</code>.</p>
7848
7869
  * </li>
7849
7870
  * </ul>
7850
7871
  * @public
@@ -7856,10 +7877,10 @@ export interface CapacityReservation {
7856
7877
  * <ul>
7857
7878
  * <li>
7858
7879
  * <p>
7859
- * <code>open</code> - The Capacity Reservation accepts all instances that have
7860
- * matching attributes (instance type, platform, and Availability Zone). Instances
7861
- * that have matching attributes launch into the Capacity Reservation automatically
7862
- * without specifying any additional parameters.</p>
7880
+ * <code>open</code> - The Capacity Reservation automatically matches all instances
7881
+ * that have matching attributes (instance type, platform, and Availability Zone).
7882
+ * Instances that have matching attributes run in the Capacity Reservation
7883
+ * automatically without specifying any additional parameters.</p>
7863
7884
  * </li>
7864
7885
  * <li>
7865
7886
  * <p>
@@ -7869,1417 +7890,1384 @@ export interface CapacityReservation {
7869
7890
  * instances can use the reserved capacity. </p>
7870
7891
  * </li>
7871
7892
  * </ul>
7893
+ * <note>
7894
+ * <p>If you are requesting a future-dated Capacity Reservation, you must specify
7895
+ * <code>targeted</code>.</p>
7896
+ * </note>
7897
+ * <p>Default: <code>open</code>
7898
+ * </p>
7872
7899
  * @public
7873
7900
  */
7874
7901
  InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
7875
7902
  /**
7876
- * <p>The date and time the Capacity Reservation was created.</p>
7903
+ * <p>The tags to apply to the Capacity Reservation during launch.</p>
7877
7904
  * @public
7878
7905
  */
7879
- CreateDate?: Date | undefined;
7906
+ TagSpecifications?: TagSpecification[] | undefined;
7880
7907
  /**
7881
- * <p>Any tags assigned to the Capacity Reservation.</p>
7908
+ * <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>
7882
7909
  * @public
7883
7910
  */
7884
- Tags?: Tag[] | undefined;
7911
+ DryRun?: boolean | undefined;
7885
7912
  /**
7886
- * <p>The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was
7887
- * created.</p>
7913
+ * <note>
7914
+ * <p>Not supported for future-dated Capacity Reservations.</p>
7915
+ * </note>
7916
+ * <p>The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
7917
+ * Reservation.</p>
7888
7918
  * @public
7889
7919
  */
7890
7920
  OutpostArn?: string | undefined;
7891
7921
  /**
7892
- * <p>The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs.
7893
- * Only valid for Capacity Reservations that were created by a Capacity Reservation
7894
- * Fleet.</p>
7895
- * @public
7896
- */
7897
- CapacityReservationFleetId?: string | undefined;
7898
- /**
7899
- * <p>The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity
7900
- * Reservation was created. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster
7922
+ * <note>
7923
+ * <p>Not supported for future-dated Capacity Reservations.</p>
7924
+ * </note>
7925
+ * <p>The Amazon Resource Name (ARN) of the cluster placement group in which to create the
7926
+ * Capacity Reservation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster
7901
7927
  * placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>
7902
7928
  * @public
7903
7929
  */
7904
7930
  PlacementGroupArn?: string | undefined;
7905
7931
  /**
7906
- * <p>Information about instance capacity usage.</p>
7907
- * @public
7908
- */
7909
- CapacityAllocations?: CapacityAllocation[] | undefined;
7910
- /**
7911
- * <p>The type of Capacity Reservation.</p>
7912
- * @public
7913
- */
7914
- ReservationType?: CapacityReservationType | undefined;
7915
- /**
7916
- * <p>The ID of the Amazon Web Services account to which billing of the unused capacity of
7917
- * the Capacity Reservation is assigned.</p>
7932
+ * <note>
7933
+ * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7934
+ * Reservation for immediate use, omit this parameter. </p>
7935
+ * </note>
7936
+ * <p>The date and time at which the future-dated Capacity Reservation should become
7937
+ * available for use, in the ISO8601 format in the UTC time zone
7938
+ * (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
7939
+ * <p>You can request a future-dated Capacity Reservation between 5 and 120 days in
7940
+ * advance.</p>
7918
7941
  * @public
7919
7942
  */
7920
- UnusedReservationBillingOwnerId?: string | undefined;
7943
+ StartDate?: Date | undefined;
7921
7944
  /**
7922
- * <p>Information about your commitment for a future-dated Capacity Reservation.</p>
7945
+ * <note>
7946
+ * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7947
+ * Reservation for immediate use, omit this parameter. </p>
7948
+ * </note>
7949
+ * <p>Specify a commitment duration, in seconds, for the future-dated Capacity
7950
+ * Reservation.</p>
7951
+ * <p>The commitment duration is a minimum duration for which you commit to having the
7952
+ * future-dated Capacity Reservation in the <code>active</code> state in your account after
7953
+ * it has been delivered.</p>
7954
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-concepts.html#cr-commitment-duration"> Commitment
7955
+ * duration</a>.</p>
7923
7956
  * @public
7924
7957
  */
7925
- CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
7958
+ CommitmentDuration?: number | undefined;
7926
7959
  /**
7927
- * <p>The delivery method for a future-dated Capacity Reservation. <code>incremental</code>
7928
- * indicates that the requested capacity is delivered in addition to any running instances
7929
- * and reserved capacity that you have in your account at the requested date and
7960
+ * <note>
7961
+ * <p>Required for future-dated Capacity Reservations only. To create a Capacity
7962
+ * Reservation for immediate use, omit this parameter. </p>
7963
+ * </note>
7964
+ * <p>Indicates that the requested capacity will be delivered in addition to any running
7965
+ * instances or reserved capacity that you have in your account at the requested date and
7930
7966
  * time.</p>
7967
+ * <p>The only supported value is <code>incremental</code>.</p>
7931
7968
  * @public
7932
7969
  */
7933
7970
  DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
7971
+ }
7972
+ /**
7973
+ * <p>A key-value pair that provides additional metadata about a capacity allocation.</p>
7974
+ * @public
7975
+ */
7976
+ export interface CapacityAllocationMetadataEntry {
7934
7977
  /**
7935
- * <p>The ID of the Capacity Block.</p>
7978
+ * <p>The key of the metadata entry.</p>
7936
7979
  * @public
7937
7980
  */
7938
- CapacityBlockId?: string | undefined;
7981
+ Key?: string | undefined;
7939
7982
  /**
7940
- * <p>
7941
- * Indicates whether this Capacity Reservation is interruptible, meaning instances may be terminated when the owner reclaims capacity.
7942
- * </p>
7983
+ * <p>The value of the metadata entry.</p>
7943
7984
  * @public
7944
7985
  */
7945
- Interruptible?: boolean | undefined;
7986
+ Value?: string | undefined;
7987
+ }
7988
+ /**
7989
+ * <p>Information about instance capacity usage for a Capacity Reservation.</p>
7990
+ * @public
7991
+ */
7992
+ export interface CapacityAllocation {
7946
7993
  /**
7947
- * <p>
7948
- * Contains allocation details for interruptible reservations, including current allocated instances and target instance counts within the interruptibleCapacityAllocation object.
7949
- * </p>
7994
+ * <p>The usage type. <code>used</code> indicates that the instance capacity is in use by
7995
+ * instances that are running in the Capacity Reservation.</p>
7950
7996
  * @public
7951
7997
  */
7952
- InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
7998
+ AllocationType?: AllocationType | undefined;
7953
7999
  /**
7954
- * <p>
7955
- * Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.
7956
- * </p>
8000
+ * <p>The amount of instance capacity associated with the usage. For example a value of
8001
+ * <code>4</code> indicates that instance capacity for 4 instances is currently in
8002
+ * use.</p>
7957
8003
  * @public
7958
8004
  */
7959
- InterruptionInfo?: InterruptionInfo | undefined;
7960
- }
7961
- /**
7962
- * @public
7963
- */
7964
- export interface CreateCapacityReservationResult {
8005
+ Count?: number | undefined;
7965
8006
  /**
7966
- * <p>Information about the Capacity Reservation.</p>
8007
+ * <p>Additional metadata associated with the capacity allocation. Each entry contains a key-value pair providing context
8008
+ * about the allocation.</p>
7967
8009
  * @public
7968
8010
  */
7969
- CapacityReservation?: CapacityReservation | undefined;
8011
+ AllocationMetadata?: CapacityAllocationMetadataEntry[] | undefined;
7970
8012
  }
7971
8013
  /**
8014
+ * <p>Information about your commitment for a future-dated Capacity Reservation.</p>
7972
8015
  * @public
7973
8016
  */
7974
- export interface CreateCapacityReservationBySplittingRequest {
8017
+ export interface CapacityReservationCommitmentInfo {
7975
8018
  /**
7976
- * <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>
8019
+ * <p>The instance capacity that you committed to when you requested the future-dated
8020
+ * Capacity Reservation.</p>
7977
8021
  * @public
7978
8022
  */
7979
- DryRun?: boolean | undefined;
8023
+ CommittedInstanceCount?: number | undefined;
7980
8024
  /**
7981
- * <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>
7982
- * @public
7983
- */
7984
- ClientToken?: string | undefined;
7985
- /**
7986
- * <p> The ID of the Capacity Reservation from which you want to split the capacity. </p>
7987
- * @public
7988
- */
7989
- SourceCapacityReservationId: string | undefined;
7990
- /**
7991
- * <p> The number of instances to split from the source Capacity Reservation. </p>
7992
- * @public
7993
- */
7994
- InstanceCount: number | undefined;
7995
- /**
7996
- * <p> The tags to apply to the new Capacity Reservation. </p>
8025
+ * <p>The date and time at which the commitment duration expires, in the ISO8601 format in
8026
+ * the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>). You can't decrease the
8027
+ * instance count or cancel the Capacity Reservation before this date and time.</p>
7997
8028
  * @public
7998
8029
  */
7999
- TagSpecifications?: TagSpecification[] | undefined;
8030
+ CommitmentEndDate?: Date | undefined;
8000
8031
  }
8001
8032
  /**
8033
+ * <p>
8034
+ * Represents the allocation of capacity from a source reservation to an interruptible reservation, tracking current and target instance counts for allocation management.
8035
+ * </p>
8002
8036
  * @public
8003
8037
  */
8004
- export interface CreateCapacityReservationBySplittingResult {
8038
+ export interface InterruptibleCapacityAllocation {
8005
8039
  /**
8006
- * <p> Information about the source Capacity Reservation. </p>
8040
+ * <p>
8041
+ * The current number of instances allocated to the interruptible reservation.
8042
+ * </p>
8007
8043
  * @public
8008
8044
  */
8009
- SourceCapacityReservation?: CapacityReservation | undefined;
8045
+ InstanceCount?: number | undefined;
8010
8046
  /**
8011
- * <p> Information about the destination Capacity Reservation. </p>
8047
+ * <p>
8048
+ * After your modify request, the requested number of instances allocated to interruptible reservation.
8049
+ * </p>
8012
8050
  * @public
8013
8051
  */
8014
- DestinationCapacityReservation?: CapacityReservation | undefined;
8052
+ TargetInstanceCount?: number | undefined;
8015
8053
  /**
8016
- * <p> The number of instances in the new Capacity Reservation. The number of instances in
8017
- * the source Capacity Reservation was reduced by this amount. </p>
8054
+ * <p>
8055
+ * The current status of the allocation (updating during reclamation, active when complete).
8056
+ * </p>
8018
8057
  * @public
8019
8058
  */
8020
- InstanceCount?: number | undefined;
8021
- }
8022
- /**
8023
- * @public
8024
- */
8025
- export interface CreateCapacityReservationCancellationQuoteRequest {
8059
+ Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
8026
8060
  /**
8027
- * <p>The ID of the Capacity Reservation.</p>
8061
+ * <p>
8062
+ * The ID of the interruptible Capacity Reservation created from the allocation.
8063
+ * </p>
8028
8064
  * @public
8029
8065
  */
8030
- CapacityReservationId: string | undefined;
8066
+ InterruptibleCapacityReservationId?: string | undefined;
8031
8067
  /**
8032
- * <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>
8068
+ * <p>
8069
+ * The type of interruption policy applied to the interruptible reservation.
8070
+ * </p>
8033
8071
  * @public
8034
8072
  */
8035
- ClientToken?: string | undefined;
8073
+ InterruptionType?: InterruptionType | undefined;
8074
+ }
8075
+ /**
8076
+ * <p>
8077
+ * Contains information about how and when instances in an interruptible reservation can be terminated when capacity is reclaimed.
8078
+ * </p>
8079
+ * @public
8080
+ */
8081
+ export interface InterruptionInfo {
8036
8082
  /**
8037
- * <p>The tags to apply to the cancellation quote.</p>
8083
+ * <p>
8084
+ * The ID of the source Capacity Reservation from which the interruptible reservation was created.
8085
+ * </p>
8038
8086
  * @public
8039
8087
  */
8040
- TagSpecifications?: TagSpecification[] | undefined;
8088
+ SourceCapacityReservationId?: string | undefined;
8041
8089
  /**
8042
- * <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>
8090
+ * <p>
8091
+ * The interruption type that determines how instances are terminated when capacity is reclaimed.
8092
+ * </p>
8043
8093
  * @public
8044
8094
  */
8045
- DryRun?: boolean | undefined;
8095
+ InterruptionType?: InterruptionType | undefined;
8046
8096
  }
8047
8097
  /**
8048
- * <p>Describes the cancellation terms for cancelling a future-dated Capacity Reservation
8049
- * during its commitment duration.</p>
8098
+ * <p>Describes a Capacity Reservation.</p>
8050
8099
  * @public
8051
8100
  */
8052
- export interface CancellationTerms {
8053
- /**
8054
- * <p>The type of cancellation charge. Possible values include
8055
- * <code>commitment-wind-down</code>.</p>
8056
- * @public
8057
- */
8058
- CancellationType?: ApplyCancellationCharges | undefined;
8101
+ export interface CapacityReservation {
8059
8102
  /**
8060
- * <p>The state that the Capacity Reservation will transition to after
8061
- * cancellation.</p>
8103
+ * <p>The ID of the Capacity Reservation.</p>
8062
8104
  * @public
8063
8105
  */
8064
- ReservationState?: string | undefined;
8106
+ CapacityReservationId?: string | undefined;
8065
8107
  /**
8066
- * <p>The number of instances under commitment after cancellation.</p>
8108
+ * <p>The ID of the Amazon Web Services account that owns the Capacity Reservation.</p>
8067
8109
  * @public
8068
8110
  */
8069
- CommittedInstanceCount?: number | undefined;
8111
+ OwnerId?: string | undefined;
8070
8112
  /**
8071
- * <p>The number of hours for which cancellation charges will apply.</p>
8113
+ * <p>The Amazon Resource Name (ARN) of the Capacity Reservation.</p>
8072
8114
  * @public
8073
8115
  */
8074
- ChargeCommitmentDurationHours?: number | undefined;
8116
+ CapacityReservationArn?: string | undefined;
8075
8117
  /**
8076
- * <p>The date and time at which cancellation charges will stop.</p>
8118
+ * <p>The ID of the Availability Zone in which the capacity is reserved.</p>
8077
8119
  * @public
8078
8120
  */
8079
- ChargeEndDate?: Date | undefined;
8080
- }
8081
- /**
8082
- * <p>Describes the configuration of a Capacity Reservation.</p>
8083
- * @public
8084
- */
8085
- export interface CapacityReservationConfiguration {
8121
+ AvailabilityZoneId?: string | undefined;
8086
8122
  /**
8087
- * <p>The number of instances in the Capacity Reservation.</p>
8123
+ * <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
8088
8124
  * @public
8089
8125
  */
8090
- InstanceCount?: number | undefined;
8126
+ InstanceType?: string | undefined;
8091
8127
  /**
8092
- * <p>The current state of the Capacity Reservation.</p>
8128
+ * <p>The type of operating system for which the Capacity Reservation reserves
8129
+ * capacity.</p>
8093
8130
  * @public
8094
8131
  */
8095
- ReservationState?: string | undefined;
8096
- }
8097
- /**
8098
- * <p>Describes a Capacity Reservation cancellation quote, which provides the cancellation
8099
- * terms for cancelling a future-dated Capacity Reservation during its commitment
8100
- * duration.</p>
8101
- * @public
8102
- */
8103
- export interface CapacityReservationCancellationQuote {
8132
+ InstancePlatform?: CapacityReservationInstancePlatform | undefined;
8104
8133
  /**
8105
- * <p>The ID of the cancellation quote.</p>
8134
+ * <p>The Availability Zone in which the capacity is reserved.</p>
8106
8135
  * @public
8107
8136
  */
8108
- CapacityReservationCancellationQuoteId?: string | undefined;
8137
+ AvailabilityZone?: string | undefined;
8109
8138
  /**
8110
- * <p>The ID of the Capacity Reservation associated with the cancellation quote.</p>
8139
+ * <p>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one
8140
+ * of the following tenancy settings:</p>
8141
+ * <ul>
8142
+ * <li>
8143
+ * <p>
8144
+ * <code>default</code> - The Capacity Reservation is created on hardware that is
8145
+ * shared with other Amazon Web Services accounts.</p>
8146
+ * </li>
8147
+ * <li>
8148
+ * <p>
8149
+ * <code>dedicated</code> - The Capacity Reservation is created on single-tenant
8150
+ * hardware that is dedicated to a single Amazon Web Services account.</p>
8151
+ * </li>
8152
+ * </ul>
8111
8153
  * @public
8112
8154
  */
8113
- CapacityReservationId?: string | undefined;
8155
+ Tenancy?: CapacityReservationTenancy | undefined;
8114
8156
  /**
8115
- * <p>The date and time at which the cancellation quote was created.</p>
8157
+ * <p>The total number of instances for which the Capacity Reservation reserves
8158
+ * capacity.</p>
8116
8159
  * @public
8117
8160
  */
8118
- CreateTime?: Date | undefined;
8161
+ TotalInstanceCount?: number | undefined;
8119
8162
  /**
8120
- * <p>The date and time at which the cancellation quote expires.</p>
8163
+ * <p>The remaining capacity. Indicates the number of instances that can be launched in the
8164
+ * Capacity Reservation.</p>
8121
8165
  * @public
8122
8166
  */
8123
- ExpirationTime?: Date | undefined;
8167
+ AvailableInstanceCount?: number | undefined;
8124
8168
  /**
8125
- * <p>The state of the cancellation quote. Possible values include
8126
- * <code>pending</code>, <code>active</code>, and <code>expired</code>.</p>
8169
+ * <p>Indicates whether the Capacity Reservation supports EBS-optimized instances. This
8170
+ * optimization provides dedicated throughput to Amazon EBS and an optimized configuration
8171
+ * stack to provide optimal I/O performance. This optimization isn't available with all
8172
+ * instance types. Additional usage charges apply when using an EBS- optimized
8173
+ * instance.</p>
8127
8174
  * @public
8128
8175
  */
8129
- QuoteState?: CapacityReservationCancellationQuoteState | undefined;
8176
+ EbsOptimized?: boolean | undefined;
8130
8177
  /**
8131
- * <p>The current configuration of the Capacity Reservation.</p>
8178
+ * <p>
8179
+ * <i>Deprecated.</i>
8180
+ * </p>
8132
8181
  * @public
8133
8182
  */
8134
- CurrentConfiguration?: CapacityReservationConfiguration | undefined;
8183
+ EphemeralStorage?: boolean | undefined;
8135
8184
  /**
8136
- * <p>The cancellation terms associated with the quote, including the fee type and
8137
- * charge details.</p>
8185
+ * <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of
8186
+ * the following states:</p>
8187
+ * <ul>
8188
+ * <li>
8189
+ * <p>
8190
+ * <code>active</code> - The capacity is available for use.</p>
8191
+ * </li>
8192
+ * <li>
8193
+ * <p>
8194
+ * <code>expired</code> - The Capacity Reservation expired automatically at the date and time
8195
+ * specified in your reservation request. The reserved capacity is no longer available for your use.</p>
8196
+ * </li>
8197
+ * <li>
8198
+ * <p>
8199
+ * <code>cancelled</code> - The Capacity Reservation was canceled. The reserved capacity is no
8200
+ * longer available for your use.</p>
8201
+ * </li>
8202
+ * <li>
8203
+ * <p>
8204
+ * <code>pending</code> - The Capacity Reservation request was successful but the capacity
8205
+ * provisioning is still pending.</p>
8206
+ * </li>
8207
+ * <li>
8208
+ * <p>
8209
+ * <code>failed</code> - The Capacity Reservation request has failed. A request can fail due to
8210
+ * request parameters that are not valid, capacity constraints, or instance limit constraints. You
8211
+ * can view a failed request for 60 minutes.</p>
8212
+ * </li>
8213
+ * <li>
8214
+ * <p>
8215
+ * <code>scheduled</code> - (<i>Future-dated Capacity Reservations</i>) The
8216
+ * future-dated Capacity Reservation request was approved and the Capacity Reservation is scheduled
8217
+ * for delivery on the requested start date.</p>
8218
+ * </li>
8219
+ * <li>
8220
+ * <p>
8221
+ * <code>payment-pending</code> - (<i>Capacity Blocks</i>) The upfront
8222
+ * payment has not been processed yet.</p>
8223
+ * </li>
8224
+ * <li>
8225
+ * <p>
8226
+ * <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront
8227
+ * payment was not processed in the 12-hour time frame. Your Capacity Block was released.</p>
8228
+ * </li>
8229
+ * <li>
8230
+ * <p>
8231
+ * <code>assessing</code> - (<i>Future-dated Capacity Reservations</i>)
8232
+ * Amazon EC2 is assessing your request for a future-dated Capacity Reservation.</p>
8233
+ * </li>
8234
+ * <li>
8235
+ * <p>
8236
+ * <code>delayed</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
8237
+ * encountered a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2 is
8238
+ * unable to deliver the requested capacity by the requested start date and time.</p>
8239
+ * </li>
8240
+ * <li>
8241
+ * <p>
8242
+ * <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2
8243
+ * can't support the future-dated Capacity Reservation request due to capacity constraints. You can view
8244
+ * unsupported requests for 30 days. The Capacity Reservation will not be delivered.</p>
8245
+ * </li>
8246
+ * <li>
8247
+ * <p>
8248
+ * <code>cancelling</code> - (<i>Future-dated Capacity Reservations</i>) The
8249
+ * Capacity Reservation is being cancelled. Capacity has been released but charges continue for
8250
+ * the commitment wind-down period. The reservation transitions to <code>cancelled</code> when
8251
+ * the wind-down completes.</p>
8252
+ * </li>
8253
+ * </ul>
8138
8254
  * @public
8139
8255
  */
8140
- CancellationTerms?: CancellationTerms[] | undefined;
8256
+ State?: CapacityReservationState | undefined;
8141
8257
  /**
8142
- * <p>The tags assigned to the cancellation quote.</p>
8258
+ * <p>The date and time the Capacity Reservation was started.</p>
8143
8259
  * @public
8144
8260
  */
8145
- Tags?: Tag[] | undefined;
8146
- }
8147
- /**
8148
- * @public
8149
- */
8150
- export interface CreateCapacityReservationCancellationQuoteResult {
8261
+ StartDate?: Date | undefined;
8151
8262
  /**
8152
- * <p>Information about the Capacity Reservation cancellation quote.</p>
8263
+ * <p>The date and time the Capacity Reservation expires. When a Capacity
8264
+ * Reservation expires, the reserved capacity is released and you can no longer launch
8265
+ * instances into it. The Capacity Reservation's state changes to <code>expired</code> when
8266
+ * it reaches its end date and time.</p>
8153
8267
  * @public
8154
8268
  */
8155
- CapacityReservationCancellationQuote?: CapacityReservationCancellationQuote | undefined;
8156
- }
8157
- /**
8158
- * <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
8159
- * @public
8160
- */
8161
- export interface ReservationFleetInstanceSpecification {
8269
+ EndDate?: Date | undefined;
8162
8270
  /**
8163
- * <p>The instance type for which the Capacity Reservation Fleet reserves capacity.</p>
8271
+ * <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can
8272
+ * have one of the following end types:</p>
8273
+ * <ul>
8274
+ * <li>
8275
+ * <p>
8276
+ * <code>unlimited</code> - The Capacity Reservation remains active until you
8277
+ * explicitly cancel it.</p>
8278
+ * </li>
8279
+ * <li>
8280
+ * <p>
8281
+ * <code>limited</code> - The Capacity Reservation expires automatically at a
8282
+ * specified date and time.</p>
8283
+ * </li>
8284
+ * </ul>
8164
8285
  * @public
8165
8286
  */
8166
- InstanceType?: _InstanceType | undefined;
8287
+ EndDateType?: EndDateType | undefined;
8167
8288
  /**
8168
- * <p>The type of operating system for which the Capacity Reservation Fleet reserves
8169
- * capacity.</p>
8289
+ * <p>Indicates the type of instance launches that the Capacity Reservation accepts. The
8290
+ * options include:</p>
8291
+ * <ul>
8292
+ * <li>
8293
+ * <p>
8294
+ * <code>open</code> - The Capacity Reservation accepts all instances that have
8295
+ * matching attributes (instance type, platform, and Availability Zone). Instances
8296
+ * that have matching attributes launch into the Capacity Reservation automatically
8297
+ * without specifying any additional parameters.</p>
8298
+ * </li>
8299
+ * <li>
8300
+ * <p>
8301
+ * <code>targeted</code> - The Capacity Reservation only accepts instances that
8302
+ * have matching attributes (instance type, platform, and Availability Zone), and
8303
+ * explicitly target the Capacity Reservation. This ensures that only permitted
8304
+ * instances can use the reserved capacity. </p>
8305
+ * </li>
8306
+ * </ul>
8170
8307
  * @public
8171
8308
  */
8172
- InstancePlatform?: CapacityReservationInstancePlatform | undefined;
8309
+ InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
8173
8310
  /**
8174
- * <p>The number of capacity units provided by the specified instance type. This value,
8175
- * together with the total target capacity that you specify for the Fleet determine the
8176
- * number of instances for which the Fleet reserves capacity. Both values are based on
8177
- * units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
8178
- * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
8311
+ * <p>The date and time the Capacity Reservation was created.</p>
8179
8312
  * @public
8180
8313
  */
8181
- Weight?: number | undefined;
8314
+ CreateDate?: Date | undefined;
8182
8315
  /**
8183
- * <p>The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A
8184
- * Capacity Reservation Fleet can't span Availability Zones. All instance type
8185
- * specifications that you specify for the Fleet must use the same Availability
8186
- * Zone.</p>
8316
+ * <p>Any tags assigned to the Capacity Reservation.</p>
8187
8317
  * @public
8188
8318
  */
8189
- AvailabilityZone?: string | undefined;
8319
+ Tags?: Tag[] | undefined;
8190
8320
  /**
8191
- * <p>The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the
8192
- * capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type
8193
- * specifications that you specify for the Fleet must use the same Availability
8194
- * Zone.</p>
8321
+ * <p>The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was
8322
+ * created.</p>
8195
8323
  * @public
8196
8324
  */
8197
- AvailabilityZoneId?: string | undefined;
8325
+ OutpostArn?: string | undefined;
8198
8326
  /**
8199
- * <p>Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances
8200
- * types. This optimization provides dedicated throughput to Amazon EBS and an
8201
- * optimized configuration stack to provide optimal I/O performance. This optimization
8202
- * isn't available with all instance types. Additional usage charges apply when using
8203
- * EBS-optimized instance types.</p>
8327
+ * <p>The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs.
8328
+ * Only valid for Capacity Reservations that were created by a Capacity Reservation
8329
+ * Fleet.</p>
8204
8330
  * @public
8205
8331
  */
8206
- EbsOptimized?: boolean | undefined;
8332
+ CapacityReservationFleetId?: string | undefined;
8207
8333
  /**
8208
- * <p>The priority to assign to the instance type. This value is used to determine which of
8209
- * the instance types specified for the Fleet should be prioritized for use. A lower value
8210
- * indicates a high priority. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
8211
- * priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
8334
+ * <p>The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity
8335
+ * Reservation was created. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster
8336
+ * placement groups</a> in the <i>Amazon EC2 User Guide</i>.</p>
8212
8337
  * @public
8213
8338
  */
8214
- Priority?: number | undefined;
8215
- }
8216
- /**
8217
- * @public
8218
- */
8219
- export interface CreateCapacityReservationFleetRequest {
8339
+ PlacementGroupArn?: string | undefined;
8220
8340
  /**
8221
- * <p>The strategy used by the Capacity Reservation Fleet to determine which of the
8222
- * specified instance types to use. Currently, only the <code>prioritized</code> allocation
8223
- * strategy is supported. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy"> Allocation
8224
- * strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
8225
- * <p>Valid values: <code>prioritized</code>
8226
- * </p>
8341
+ * <p>Information about instance capacity usage.</p>
8227
8342
  * @public
8228
8343
  */
8229
- AllocationStrategy?: string | undefined;
8344
+ CapacityAllocations?: CapacityAllocation[] | undefined;
8230
8345
  /**
8231
- * <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>
8346
+ * <p>The type of Capacity Reservation.</p>
8232
8347
  * @public
8233
8348
  */
8234
- ClientToken?: string | undefined;
8349
+ ReservationType?: CapacityReservationType | undefined;
8235
8350
  /**
8236
- * <p>Information about the instance types for which to reserve the capacity.</p>
8351
+ * <p>The ID of the Amazon Web Services account to which billing of the unused capacity of
8352
+ * the Capacity Reservation is assigned.</p>
8237
8353
  * @public
8238
8354
  */
8239
- InstanceTypeSpecifications?: ReservationFleetInstanceSpecification[] | undefined;
8355
+ UnusedReservationBillingOwnerId?: string | undefined;
8240
8356
  /**
8241
- * <p>Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in
8242
- * the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the
8243
- * following tenancy settings:</p>
8244
- * <ul>
8245
- * <li>
8246
- * <p>
8247
- * <code>default</code> - The Capacity Reservation Fleet is created on hardware
8248
- * that is shared with other Amazon Web Services accounts.</p>
8249
- * </li>
8250
- * <li>
8251
- * <p>
8252
- * <code>dedicated</code> - The Capacity Reservations are created on single-tenant
8253
- * hardware that is dedicated to a single Amazon Web Services account.</p>
8254
- * </li>
8255
- * </ul>
8357
+ * <p>Information about your commitment for a future-dated Capacity Reservation.</p>
8256
8358
  * @public
8257
8359
  */
8258
- Tenancy?: FleetCapacityReservationTenancy | undefined;
8360
+ CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
8259
8361
  /**
8260
- * <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet.
8261
- * This value, together with the instance type weights that you assign to each instance
8262
- * type used by the Fleet determine the number of instances for which the Fleet reserves
8263
- * capacity. Both values are based on units that make sense for your workload. For more
8264
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
8265
- * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
8362
+ * <p>The delivery method for a future-dated Capacity Reservation. <code>incremental</code>
8363
+ * indicates that the requested capacity is delivered in addition to any running instances
8364
+ * and reserved capacity that you have in your account at the requested date and
8365
+ * time.</p>
8266
8366
  * @public
8267
8367
  */
8268
- TotalTargetCapacity: number | undefined;
8368
+ DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
8269
8369
  /**
8270
- * <p>The date and time at which the Capacity Reservation Fleet expires. When the Capacity
8271
- * Reservation Fleet expires, its state changes to <code>expired</code> and all of the
8272
- * Capacity Reservations in the Fleet expire.</p>
8273
- * <p>The Capacity Reservation Fleet expires within an hour after the specified time. For
8274
- * example, if you specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity
8275
- * Reservation Fleet is guaranteed to expire between <code>13:30:55</code> and
8276
- * <code>14:30:55</code> on <code>5/31/2019</code>. </p>
8370
+ * <p>The ID of the Capacity Block.</p>
8277
8371
  * @public
8278
8372
  */
8279
- EndDate?: Date | undefined;
8373
+ CapacityBlockId?: string | undefined;
8280
8374
  /**
8281
- * <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
8282
- * All Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
8283
- * <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
8284
- * criteria only. This means that instances that have matching attributes (instance type,
8285
- * platform, and Availability Zone) run in the Capacity Reservations automatically.
8286
- * Instances do not need to explicitly target a Capacity Reservation Fleet to use its
8287
- * reserved capacity.</p>
8375
+ * <p>
8376
+ * Indicates whether this Capacity Reservation is interruptible, meaning instances may be terminated when the owner reclaims capacity.
8377
+ * </p>
8288
8378
  * @public
8289
8379
  */
8290
- InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
8380
+ Interruptible?: boolean | undefined;
8291
8381
  /**
8292
- * <p>The tags to assign to the Capacity Reservation Fleet. The tags are automatically
8293
- * assigned to the Capacity Reservations in the Fleet.</p>
8382
+ * <p>
8383
+ * Contains allocation details for interruptible reservations, including current allocated instances and target instance counts within the interruptibleCapacityAllocation object.
8384
+ * </p>
8294
8385
  * @public
8295
8386
  */
8296
- TagSpecifications?: TagSpecification[] | undefined;
8387
+ InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
8297
8388
  /**
8298
- * <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>
8389
+ * <p>
8390
+ * Information about the interruption configuration and association with the source reservation for interruptible Capacity Reservations.
8391
+ * </p>
8299
8392
  * @public
8300
8393
  */
8301
- DryRun?: boolean | undefined;
8394
+ InterruptionInfo?: InterruptionInfo | undefined;
8302
8395
  }
8303
8396
  /**
8304
- * <p>Information about a Capacity Reservation in a Capacity Reservation Fleet.</p>
8305
8397
  * @public
8306
8398
  */
8307
- export interface FleetCapacityReservation {
8308
- /**
8309
- * <p>The ID of the Capacity Reservation.</p>
8310
- * @public
8311
- */
8312
- CapacityReservationId?: string | undefined;
8313
- /**
8314
- * <p>The ID of the Availability Zone in which the Capacity Reservation reserves
8315
- * capacity.</p>
8316
- * @public
8317
- */
8318
- AvailabilityZoneId?: string | undefined;
8399
+ export interface CreateCapacityReservationResult {
8319
8400
  /**
8320
- * <p>The instance type for which the Capacity Reservation reserves capacity.</p>
8401
+ * <p>Information about the Capacity Reservation.</p>
8321
8402
  * @public
8322
8403
  */
8323
- InstanceType?: _InstanceType | undefined;
8404
+ CapacityReservation?: CapacityReservation | undefined;
8405
+ }
8406
+ /**
8407
+ * @public
8408
+ */
8409
+ export interface CreateCapacityReservationBySplittingRequest {
8324
8410
  /**
8325
- * <p>The type of operating system for which the Capacity Reservation reserves
8326
- * capacity.</p>
8411
+ * <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>
8327
8412
  * @public
8328
8413
  */
8329
- InstancePlatform?: CapacityReservationInstancePlatform | undefined;
8414
+ DryRun?: boolean | undefined;
8330
8415
  /**
8331
- * <p>The Availability Zone in which the Capacity Reservation reserves capacity.</p>
8416
+ * <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>
8332
8417
  * @public
8333
8418
  */
8334
- AvailabilityZone?: string | undefined;
8419
+ ClientToken?: string | undefined;
8335
8420
  /**
8336
- * <p>The total number of instances for which the Capacity Reservation reserves
8337
- * capacity.</p>
8421
+ * <p> The ID of the Capacity Reservation from which you want to split the capacity. </p>
8338
8422
  * @public
8339
8423
  */
8340
- TotalInstanceCount?: number | undefined;
8424
+ SourceCapacityReservationId: string | undefined;
8341
8425
  /**
8342
- * <p>The number of capacity units fulfilled by the Capacity Reservation. For more
8343
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
8344
- * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
8426
+ * <p> The number of instances to split from the source Capacity Reservation. </p>
8345
8427
  * @public
8346
8428
  */
8347
- FulfilledCapacity?: number | undefined;
8429
+ InstanceCount: number | undefined;
8348
8430
  /**
8349
- * <p>Indicates whether the Capacity Reservation reserves capacity for EBS-optimized
8350
- * instance types.</p>
8431
+ * <p> The tags to apply to the new Capacity Reservation. </p>
8351
8432
  * @public
8352
8433
  */
8353
- EbsOptimized?: boolean | undefined;
8434
+ TagSpecifications?: TagSpecification[] | undefined;
8435
+ }
8436
+ /**
8437
+ * @public
8438
+ */
8439
+ export interface CreateCapacityReservationBySplittingResult {
8354
8440
  /**
8355
- * <p>The date and time at which the Capacity Reservation was created.</p>
8441
+ * <p> Information about the source Capacity Reservation. </p>
8356
8442
  * @public
8357
8443
  */
8358
- CreateDate?: Date | undefined;
8444
+ SourceCapacityReservation?: CapacityReservation | undefined;
8359
8445
  /**
8360
- * <p>The weight of the instance type in the Capacity Reservation Fleet. For more
8361
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-weight">Instance type
8362
- * weight</a> in the <i>Amazon EC2 User Guide</i>.</p>
8446
+ * <p> Information about the destination Capacity Reservation. </p>
8363
8447
  * @public
8364
8448
  */
8365
- Weight?: number | undefined;
8449
+ DestinationCapacityReservation?: CapacityReservation | undefined;
8366
8450
  /**
8367
- * <p>The priority of the instance type in the Capacity Reservation Fleet. For more
8368
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
8369
- * priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
8451
+ * <p> The number of instances in the new Capacity Reservation. The number of instances in
8452
+ * the source Capacity Reservation was reduced by this amount. </p>
8370
8453
  * @public
8371
8454
  */
8372
- Priority?: number | undefined;
8455
+ InstanceCount?: number | undefined;
8373
8456
  }
8374
8457
  /**
8375
8458
  * @public
8376
8459
  */
8377
- export interface CreateCapacityReservationFleetResult {
8378
- /**
8379
- * <p>The ID of the Capacity Reservation Fleet.</p>
8380
- * @public
8381
- */
8382
- CapacityReservationFleetId?: string | undefined;
8383
- /**
8384
- * <p>The status of the Capacity Reservation Fleet.</p>
8385
- * @public
8386
- */
8387
- State?: CapacityReservationFleetState | undefined;
8460
+ export interface CreateCapacityReservationCancellationQuoteRequest {
8388
8461
  /**
8389
- * <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
8390
- * capacity.</p>
8462
+ * <p>The ID of the Capacity Reservation.</p>
8391
8463
  * @public
8392
8464
  */
8393
- TotalTargetCapacity?: number | undefined;
8465
+ CapacityReservationId: string | undefined;
8394
8466
  /**
8395
- * <p>The requested capacity units that have been successfully reserved.</p>
8467
+ * <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>
8396
8468
  * @public
8397
8469
  */
8398
- TotalFulfilledCapacity?: number | undefined;
8470
+ ClientToken?: string | undefined;
8399
8471
  /**
8400
- * <p>The instance matching criteria for the Capacity Reservation Fleet.</p>
8472
+ * <p>The tags to apply to the cancellation quote.</p>
8401
8473
  * @public
8402
8474
  */
8403
- InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
8475
+ TagSpecifications?: TagSpecification[] | undefined;
8404
8476
  /**
8405
- * <p>The allocation strategy used by the Capacity Reservation Fleet.</p>
8477
+ * <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>
8406
8478
  * @public
8407
8479
  */
8408
- AllocationStrategy?: string | undefined;
8480
+ DryRun?: boolean | undefined;
8481
+ }
8482
+ /**
8483
+ * <p>Describes the cancellation terms for cancelling a future-dated Capacity Reservation
8484
+ * during its commitment duration.</p>
8485
+ * @public
8486
+ */
8487
+ export interface CancellationTerms {
8409
8488
  /**
8410
- * <p>The date and time at which the Capacity Reservation Fleet was created.</p>
8489
+ * <p>The type of cancellation charge. Possible values include
8490
+ * <code>commitment-wind-down</code>.</p>
8411
8491
  * @public
8412
8492
  */
8413
- CreateTime?: Date | undefined;
8493
+ CancellationType?: ApplyCancellationCharges | undefined;
8414
8494
  /**
8415
- * <p>The date and time at which the Capacity Reservation Fleet expires.</p>
8495
+ * <p>The state that the Capacity Reservation will transition to after
8496
+ * cancellation.</p>
8416
8497
  * @public
8417
8498
  */
8418
- EndDate?: Date | undefined;
8499
+ ReservationState?: string | undefined;
8419
8500
  /**
8420
- * <p>Indicates the tenancy of Capacity Reservation Fleet.</p>
8501
+ * <p>The number of instances under commitment after cancellation.</p>
8421
8502
  * @public
8422
8503
  */
8423
- Tenancy?: FleetCapacityReservationTenancy | undefined;
8504
+ CommittedInstanceCount?: number | undefined;
8424
8505
  /**
8425
- * <p>Information about the individual Capacity Reservations in the Capacity Reservation
8426
- * Fleet.</p>
8506
+ * <p>The number of hours for which cancellation charges will apply.</p>
8427
8507
  * @public
8428
8508
  */
8429
- FleetCapacityReservations?: FleetCapacityReservation[] | undefined;
8509
+ ChargeCommitmentDurationHours?: number | undefined;
8430
8510
  /**
8431
- * <p>The tags assigned to the Capacity Reservation Fleet.</p>
8511
+ * <p>The date and time at which cancellation charges will stop.</p>
8432
8512
  * @public
8433
8513
  */
8434
- Tags?: Tag[] | undefined;
8514
+ ChargeEndDate?: Date | undefined;
8435
8515
  }
8436
8516
  /**
8517
+ * <p>Describes the configuration of a Capacity Reservation.</p>
8437
8518
  * @public
8438
8519
  */
8439
- export interface CreateCarrierGatewayRequest {
8440
- /**
8441
- * <p>The ID of the VPC to associate with the carrier gateway.</p>
8442
- * @public
8443
- */
8444
- VpcId: string | undefined;
8445
- /**
8446
- * <p>The tags to associate with the carrier gateway.</p>
8447
- * @public
8448
- */
8449
- TagSpecifications?: TagSpecification[] | undefined;
8520
+ export interface CapacityReservationConfiguration {
8450
8521
  /**
8451
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8452
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8453
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8522
+ * <p>The number of instances in the Capacity Reservation.</p>
8454
8523
  * @public
8455
8524
  */
8456
- DryRun?: boolean | undefined;
8525
+ InstanceCount?: number | undefined;
8457
8526
  /**
8458
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
8459
- * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
8460
- * idempotency</a>.</p>
8527
+ * <p>The current state of the Capacity Reservation.</p>
8461
8528
  * @public
8462
8529
  */
8463
- ClientToken?: string | undefined;
8530
+ ReservationState?: string | undefined;
8464
8531
  }
8465
8532
  /**
8466
- * <p>Describes a carrier gateway.</p>
8533
+ * <p>Describes a Capacity Reservation cancellation quote, which provides the cancellation
8534
+ * terms for cancelling a future-dated Capacity Reservation during its commitment
8535
+ * duration.</p>
8467
8536
  * @public
8468
8537
  */
8469
- export interface CarrierGateway {
8470
- /**
8471
- * <p>The ID of the carrier gateway.</p>
8472
- * @public
8473
- */
8474
- CarrierGatewayId?: string | undefined;
8538
+ export interface CapacityReservationCancellationQuote {
8475
8539
  /**
8476
- * <p>The ID of the VPC associated with the carrier gateway.</p>
8540
+ * <p>The ID of the cancellation quote.</p>
8477
8541
  * @public
8478
8542
  */
8479
- VpcId?: string | undefined;
8543
+ CapacityReservationCancellationQuoteId?: string | undefined;
8480
8544
  /**
8481
- * <p>The state of the carrier gateway.</p>
8545
+ * <p>The ID of the Capacity Reservation associated with the cancellation quote.</p>
8482
8546
  * @public
8483
8547
  */
8484
- State?: CarrierGatewayState | undefined;
8548
+ CapacityReservationId?: string | undefined;
8485
8549
  /**
8486
- * <p>The Amazon Web Services account ID of the owner of the carrier gateway.</p>
8550
+ * <p>The date and time at which the cancellation quote was created.</p>
8487
8551
  * @public
8488
8552
  */
8489
- OwnerId?: string | undefined;
8553
+ CreateTime?: Date | undefined;
8490
8554
  /**
8491
- * <p>The tags assigned to the carrier gateway.</p>
8555
+ * <p>The date and time at which the cancellation quote expires.</p>
8492
8556
  * @public
8493
8557
  */
8494
- Tags?: Tag[] | undefined;
8495
- }
8496
- /**
8497
- * @public
8498
- */
8499
- export interface CreateCarrierGatewayResult {
8558
+ ExpirationTime?: Date | undefined;
8500
8559
  /**
8501
- * <p>Information about the carrier gateway.</p>
8560
+ * <p>The state of the cancellation quote. Possible values include
8561
+ * <code>pending</code>, <code>active</code>, and <code>expired</code>.</p>
8502
8562
  * @public
8503
8563
  */
8504
- CarrierGateway?: CarrierGateway | undefined;
8505
- }
8506
- /**
8507
- * <p>Describes the Active Directory to be used for client authentication.</p>
8508
- * @public
8509
- */
8510
- export interface DirectoryServiceAuthenticationRequest {
8564
+ QuoteState?: CapacityReservationCancellationQuoteState | undefined;
8511
8565
  /**
8512
- * <p>The ID of the Active Directory to be used for authentication.</p>
8566
+ * <p>The current configuration of the Capacity Reservation.</p>
8513
8567
  * @public
8514
8568
  */
8515
- DirectoryId?: string | undefined;
8516
- }
8517
- /**
8518
- * <p>The IAM SAML identity provider used for federated authentication.</p>
8519
- * @public
8520
- */
8521
- export interface FederatedAuthenticationRequest {
8569
+ CurrentConfiguration?: CapacityReservationConfiguration | undefined;
8522
8570
  /**
8523
- * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
8571
+ * <p>The cancellation terms associated with the quote, including the fee type and
8572
+ * charge details.</p>
8524
8573
  * @public
8525
8574
  */
8526
- SAMLProviderArn?: string | undefined;
8575
+ CancellationTerms?: CancellationTerms[] | undefined;
8527
8576
  /**
8528
- * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
8577
+ * <p>The tags assigned to the cancellation quote.</p>
8529
8578
  * @public
8530
8579
  */
8531
- SelfServiceSAMLProviderArn?: string | undefined;
8580
+ Tags?: Tag[] | undefined;
8532
8581
  }
8533
8582
  /**
8534
- * <p>Information about the client certificate to be used for authentication.</p>
8535
8583
  * @public
8536
8584
  */
8537
- export interface CertificateAuthenticationRequest {
8585
+ export interface CreateCapacityReservationCancellationQuoteResult {
8538
8586
  /**
8539
- * <p>The ARN of the client certificate. The certificate must be signed by a certificate
8540
- * authority (CA) and it must be provisioned in Certificate Manager (ACM).</p>
8587
+ * <p>Information about the Capacity Reservation cancellation quote.</p>
8541
8588
  * @public
8542
8589
  */
8543
- ClientRootCertificateChainArn?: string | undefined;
8590
+ CapacityReservationCancellationQuote?: CapacityReservationCancellationQuote | undefined;
8544
8591
  }
8545
8592
  /**
8546
- * <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
8547
- * in the <i>Client VPN Administrator Guide</i>.</p>
8593
+ * <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
8548
8594
  * @public
8549
8595
  */
8550
- export interface ClientVpnAuthenticationRequest {
8596
+ export interface ReservationFleetInstanceSpecification {
8551
8597
  /**
8552
- * <p>The type of client authentication to be used.</p>
8598
+ * <p>The instance type for which the Capacity Reservation Fleet reserves capacity.</p>
8553
8599
  * @public
8554
8600
  */
8555
- Type?: ClientVpnAuthenticationType | undefined;
8601
+ InstanceType?: _InstanceType | undefined;
8556
8602
  /**
8557
- * <p>Information about the Active Directory to be used, if applicable. You must provide this information if <b>Type</b> is <code>directory-service-authentication</code>.</p>
8603
+ * <p>The type of operating system for which the Capacity Reservation Fleet reserves
8604
+ * capacity.</p>
8558
8605
  * @public
8559
8606
  */
8560
- ActiveDirectory?: DirectoryServiceAuthenticationRequest | undefined;
8607
+ InstancePlatform?: CapacityReservationInstancePlatform | undefined;
8561
8608
  /**
8562
- * <p>Information about the authentication certificates to be used, if applicable. You must provide this information if <b>Type</b> is <code>certificate-authentication</code>.</p>
8609
+ * <p>The number of capacity units provided by the specified instance type. This value,
8610
+ * together with the total target capacity that you specify for the Fleet determine the
8611
+ * number of instances for which the Fleet reserves capacity. Both values are based on
8612
+ * units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
8613
+ * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
8563
8614
  * @public
8564
8615
  */
8565
- MutualAuthentication?: CertificateAuthenticationRequest | undefined;
8616
+ Weight?: number | undefined;
8566
8617
  /**
8567
- * <p>Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if <b>Type</b> is <code>federated-authentication</code>.</p>
8618
+ * <p>The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A
8619
+ * Capacity Reservation Fleet can't span Availability Zones. All instance type
8620
+ * specifications that you specify for the Fleet must use the same Availability
8621
+ * Zone.</p>
8568
8622
  * @public
8569
8623
  */
8570
- FederatedAuthentication?: FederatedAuthenticationRequest | undefined;
8571
- }
8572
- /**
8573
- * <p>The options for managing connection authorization for new client connections.</p>
8574
- * @public
8575
- */
8576
- export interface ClientConnectOptions {
8624
+ AvailabilityZone?: string | undefined;
8577
8625
  /**
8578
- * <p>Indicates whether client connect options are enabled. The default is <code>false</code> (not enabled).</p>
8626
+ * <p>The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the
8627
+ * capacity. A Capacity Reservation Fleet can't span Availability Zones. All instance type
8628
+ * specifications that you specify for the Fleet must use the same Availability
8629
+ * Zone.</p>
8579
8630
  * @public
8580
8631
  */
8581
- Enabled?: boolean | undefined;
8632
+ AvailabilityZoneId?: string | undefined;
8582
8633
  /**
8583
- * <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
8634
+ * <p>Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances
8635
+ * types. This optimization provides dedicated throughput to Amazon EBS and an
8636
+ * optimized configuration stack to provide optimal I/O performance. This optimization
8637
+ * isn't available with all instance types. Additional usage charges apply when using
8638
+ * EBS-optimized instance types.</p>
8584
8639
  * @public
8585
8640
  */
8586
- LambdaFunctionArn?: string | undefined;
8641
+ EbsOptimized?: boolean | undefined;
8642
+ /**
8643
+ * <p>The priority to assign to the instance type. This value is used to determine which of
8644
+ * the instance types specified for the Fleet should be prioritized for use. A lower value
8645
+ * indicates a high priority. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
8646
+ * priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
8647
+ * @public
8648
+ */
8649
+ Priority?: number | undefined;
8587
8650
  }
8588
8651
  /**
8589
- * <p>Options for enabling a customizable text banner that will be displayed on
8590
- * Amazon Web Services provided clients when a VPN session is established.</p>
8591
8652
  * @public
8592
8653
  */
8593
- export interface ClientLoginBannerOptions {
8654
+ export interface CreateCapacityReservationFleetRequest {
8594
8655
  /**
8595
- * <p>Enable or disable a customizable text banner that will be displayed on
8596
- * Amazon Web Services provided clients when a VPN session is established.</p>
8597
- * <p>Valid values: <code>true | false</code>
8598
- * </p>
8599
- * <p>Default value: <code>false</code>
8656
+ * <p>The strategy used by the Capacity Reservation Fleet to determine which of the
8657
+ * specified instance types to use. Currently, only the <code>prioritized</code> allocation
8658
+ * strategy is supported. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy"> Allocation
8659
+ * strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
8660
+ * <p>Valid values: <code>prioritized</code>
8600
8661
  * </p>
8601
8662
  * @public
8602
8663
  */
8603
- Enabled?: boolean | undefined;
8664
+ AllocationStrategy?: string | undefined;
8604
8665
  /**
8605
- * <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
8606
- * clients when a VPN session is established. UTF-8 encoded characters only. Maximum of
8607
- * 1400 characters.</p>
8666
+ * <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>
8608
8667
  * @public
8609
8668
  */
8610
- BannerText?: string | undefined;
8611
- }
8612
- /**
8613
- * <p>Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined
8614
- * routes on devices connected through the VPN. This feature helps improve your security
8615
- * posture by ensuring that network traffic originating from a connected client is not
8616
- * inadvertently sent outside the VPN tunnel.</p>
8617
- * <p>Client Route Enforcement works by monitoring the route table of a connected device for
8618
- * routing policy changes to the VPN connection. If the feature detects any VPN routing
8619
- * policy modifications, it will automatically force an update to the route table,
8620
- * reverting it back to the expected route configurations.</p>
8621
- * @public
8622
- */
8623
- export interface ClientRouteEnforcementOptions {
8669
+ ClientToken?: string | undefined;
8624
8670
  /**
8625
- * <p>Enable or disable Client Route Enforcement. The state can either be <code>true</code>
8626
- * (enabled) or <code>false</code> (disabled). The default is <code>false</code>.</p>
8627
- * <p>Valid values: <code>true | false</code>
8628
- * </p>
8629
- * <p>Default value: <code>false</code>
8630
- * </p>
8671
+ * <p>Information about the instance types for which to reserve the capacity.</p>
8631
8672
  * @public
8632
8673
  */
8633
- Enforced?: boolean | undefined;
8634
- }
8635
- /**
8636
- * <p>Describes the client connection logging options for the Client VPN endpoint.</p>
8637
- * @public
8638
- */
8639
- export interface ConnectionLogOptions {
8674
+ InstanceTypeSpecifications?: ReservationFleetInstanceSpecification[] | undefined;
8640
8675
  /**
8641
- * <p>Indicates whether connection logging is enabled.</p>
8676
+ * <p>Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in
8677
+ * the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the
8678
+ * following tenancy settings:</p>
8679
+ * <ul>
8680
+ * <li>
8681
+ * <p>
8682
+ * <code>default</code> - The Capacity Reservation Fleet is created on hardware
8683
+ * that is shared with other Amazon Web Services accounts.</p>
8684
+ * </li>
8685
+ * <li>
8686
+ * <p>
8687
+ * <code>dedicated</code> - The Capacity Reservations are created on single-tenant
8688
+ * hardware that is dedicated to a single Amazon Web Services account.</p>
8689
+ * </li>
8690
+ * </ul>
8642
8691
  * @public
8643
8692
  */
8644
- Enabled?: boolean | undefined;
8693
+ Tenancy?: FleetCapacityReservationTenancy | undefined;
8645
8694
  /**
8646
- * <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
8695
+ * <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet.
8696
+ * This value, together with the instance type weights that you assign to each instance
8697
+ * type used by the Fleet determine the number of instances for which the Fleet reserves
8698
+ * capacity. Both values are based on units that make sense for your workload. For more
8699
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
8700
+ * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
8647
8701
  * @public
8648
8702
  */
8649
- CloudwatchLogGroup?: string | undefined;
8703
+ TotalTargetCapacity: number | undefined;
8650
8704
  /**
8651
- * <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
8705
+ * <p>The date and time at which the Capacity Reservation Fleet expires. When the Capacity
8706
+ * Reservation Fleet expires, its state changes to <code>expired</code> and all of the
8707
+ * Capacity Reservations in the Fleet expire.</p>
8708
+ * <p>The Capacity Reservation Fleet expires within an hour after the specified time. For
8709
+ * example, if you specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity
8710
+ * Reservation Fleet is guaranteed to expire between <code>13:30:55</code> and
8711
+ * <code>14:30:55</code> on <code>5/31/2019</code>. </p>
8652
8712
  * @public
8653
8713
  */
8654
- CloudwatchLogStream?: string | undefined;
8655
- }
8656
- /**
8657
- * <p>The Transit Gateway configuration for a Client VPN endpoint.</p>
8658
- * @public
8659
- */
8660
- export interface TransitGatewayConfigurationInputStructure {
8714
+ EndDate?: Date | undefined;
8661
8715
  /**
8662
- * <p>The ID of the Transit Gateway to associate with the Client VPN endpoint.</p>
8716
+ * <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
8717
+ * All Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
8718
+ * <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
8719
+ * criteria only. This means that instances that have matching attributes (instance type,
8720
+ * platform, and Availability Zone) run in the Capacity Reservations automatically.
8721
+ * Instances do not need to explicitly target a Capacity Reservation Fleet to use its
8722
+ * reserved capacity.</p>
8663
8723
  * @public
8664
8724
  */
8665
- TransitGatewayId?: string | undefined;
8725
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
8666
8726
  /**
8667
- * <p>The Availability Zone names for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
8727
+ * <p>The tags to assign to the Capacity Reservation Fleet. The tags are automatically
8728
+ * assigned to the Capacity Reservations in the Fleet.</p>
8668
8729
  * @public
8669
8730
  */
8670
- AvailabilityZones?: string[] | undefined;
8731
+ TagSpecifications?: TagSpecification[] | undefined;
8671
8732
  /**
8672
- * <p>The Availability Zone IDs for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
8733
+ * <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>
8673
8734
  * @public
8674
8735
  */
8675
- AvailabilityZoneIds?: string[] | undefined;
8736
+ DryRun?: boolean | undefined;
8676
8737
  }
8677
8738
  /**
8739
+ * <p>Information about a Capacity Reservation in a Capacity Reservation Fleet.</p>
8678
8740
  * @public
8679
8741
  */
8680
- export interface CreateClientVpnEndpointRequest {
8681
- /**
8682
- * <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
8683
- * @public
8684
- */
8685
- ClientCidrBlock?: string | undefined;
8742
+ export interface FleetCapacityReservation {
8686
8743
  /**
8687
- * <p>The ARN of the server certificate. For more information, see
8688
- * the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
8744
+ * <p>The ID of the Capacity Reservation.</p>
8689
8745
  * @public
8690
8746
  */
8691
- ServerCertificateArn: string | undefined;
8747
+ CapacityReservationId?: string | undefined;
8692
8748
  /**
8693
- * <p>Information about the authentication method to be used to authenticate clients.</p>
8749
+ * <p>The ID of the Availability Zone in which the Capacity Reservation reserves
8750
+ * capacity.</p>
8694
8751
  * @public
8695
8752
  */
8696
- AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
8753
+ AvailabilityZoneId?: string | undefined;
8697
8754
  /**
8698
- * <p>Information about the client connection logging options.</p>
8699
- * <p>If you enable client connection logging, data about client connections is sent to a
8700
- * Cloudwatch Logs log stream. The following information is logged:</p>
8701
- * <ul>
8702
- * <li>
8703
- * <p>Client connection requests</p>
8704
- * </li>
8705
- * <li>
8706
- * <p>Client connection results (successful and unsuccessful)</p>
8707
- * </li>
8708
- * <li>
8709
- * <p>Reasons for unsuccessful client connection requests</p>
8710
- * </li>
8711
- * <li>
8712
- * <p>Client connection termination time</p>
8713
- * </li>
8714
- * </ul>
8755
+ * <p>The instance type for which the Capacity Reservation reserves capacity.</p>
8715
8756
  * @public
8716
8757
  */
8717
- ConnectionLogOptions: ConnectionLogOptions | undefined;
8758
+ InstanceType?: _InstanceType | undefined;
8718
8759
  /**
8719
- * <p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can
8720
- * have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>
8760
+ * <p>The type of operating system for which the Capacity Reservation reserves
8761
+ * capacity.</p>
8721
8762
  * @public
8722
8763
  */
8723
- DnsServers?: string[] | undefined;
8764
+ InstancePlatform?: CapacityReservationInstancePlatform | undefined;
8724
8765
  /**
8725
- * <p>The transport protocol to be used by the VPN session.</p>
8726
- * <p>Default value: <code>udp</code>
8727
- * </p>
8766
+ * <p>The Availability Zone in which the Capacity Reservation reserves capacity.</p>
8728
8767
  * @public
8729
8768
  */
8730
- TransportProtocol?: TransportProtocol | undefined;
8769
+ AvailabilityZone?: string | undefined;
8731
8770
  /**
8732
- * <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
8733
- * <p>Valid Values: <code>443</code> | <code>1194</code>
8734
- * </p>
8735
- * <p>Default Value: <code>443</code>
8736
- * </p>
8771
+ * <p>The total number of instances for which the Capacity Reservation reserves
8772
+ * capacity.</p>
8737
8773
  * @public
8738
8774
  */
8739
- VpnPort?: number | undefined;
8775
+ TotalInstanceCount?: number | undefined;
8740
8776
  /**
8741
- * <p>A brief description of the Client VPN endpoint.</p>
8777
+ * <p>The number of capacity units fulfilled by the Capacity Reservation. For more
8778
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
8779
+ * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
8742
8780
  * @public
8743
8781
  */
8744
- Description?: string | undefined;
8782
+ FulfilledCapacity?: number | undefined;
8745
8783
  /**
8746
- * <p>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</p>
8747
- * <p>By default, split-tunnel on a VPN endpoint is disabled.</p>
8748
- * <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
8749
- * <i>Client VPN Administrator Guide</i>.</p>
8784
+ * <p>Indicates whether the Capacity Reservation reserves capacity for EBS-optimized
8785
+ * instance types.</p>
8750
8786
  * @public
8751
8787
  */
8752
- SplitTunnel?: boolean | undefined;
8788
+ EbsOptimized?: boolean | undefined;
8753
8789
  /**
8754
- * <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>
8790
+ * <p>The date and time at which the Capacity Reservation was created.</p>
8755
8791
  * @public
8756
8792
  */
8757
- DryRun?: boolean | undefined;
8793
+ CreateDate?: Date | undefined;
8758
8794
  /**
8759
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
8760
- * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
8795
+ * <p>The weight of the instance type in the Capacity Reservation Fleet. For more
8796
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-weight">Instance type
8797
+ * weight</a> in the <i>Amazon EC2 User Guide</i>.</p>
8761
8798
  * @public
8762
8799
  */
8763
- ClientToken?: string | undefined;
8800
+ Weight?: number | undefined;
8764
8801
  /**
8765
- * <p>The tags to apply to the Client VPN endpoint during creation.</p>
8802
+ * <p>The priority of the instance type in the Capacity Reservation Fleet. For more
8803
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#instance-priority">Instance type
8804
+ * priority</a> in the <i>Amazon EC2 User Guide</i>.</p>
8766
8805
  * @public
8767
8806
  */
8768
- TagSpecifications?: TagSpecification[] | undefined;
8807
+ Priority?: number | undefined;
8808
+ }
8809
+ /**
8810
+ * @public
8811
+ */
8812
+ export interface CreateCapacityReservationFleetResult {
8769
8813
  /**
8770
- * <p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>
8814
+ * <p>The ID of the Capacity Reservation Fleet.</p>
8771
8815
  * @public
8772
8816
  */
8773
- SecurityGroupIds?: string[] | undefined;
8817
+ CapacityReservationFleetId?: string | undefined;
8774
8818
  /**
8775
- * <p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>
8819
+ * <p>The status of the Capacity Reservation Fleet.</p>
8776
8820
  * @public
8777
8821
  */
8778
- VpcId?: string | undefined;
8822
+ State?: CapacityReservationFleetState | undefined;
8779
8823
  /**
8780
- * <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
8781
- * <p>Default Value: <code>enabled</code>
8782
- * </p>
8824
+ * <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
8825
+ * capacity.</p>
8783
8826
  * @public
8784
8827
  */
8785
- SelfServicePortal?: SelfServicePortal | undefined;
8828
+ TotalTargetCapacity?: number | undefined;
8786
8829
  /**
8787
- * <p>The options for managing connection authorization for new client connections.</p>
8830
+ * <p>The requested capacity units that have been successfully reserved.</p>
8788
8831
  * @public
8789
8832
  */
8790
- ClientConnectOptions?: ClientConnectOptions | undefined;
8833
+ TotalFulfilledCapacity?: number | undefined;
8791
8834
  /**
8792
- * <p>The maximum VPN session duration time in hours.</p>
8793
- * <p>Valid values: <code>8 | 10 | 12 | 24</code>
8794
- * </p>
8795
- * <p>Default value: <code>24</code>
8796
- * </p>
8835
+ * <p>The instance matching criteria for the Capacity Reservation Fleet.</p>
8797
8836
  * @public
8798
8837
  */
8799
- SessionTimeoutHours?: number | undefined;
8838
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
8800
8839
  /**
8801
- * <p>Options for enabling a customizable text banner that will be displayed on
8802
- * Amazon Web Services provided clients when a VPN session is established.</p>
8840
+ * <p>The allocation strategy used by the Capacity Reservation Fleet.</p>
8803
8841
  * @public
8804
8842
  */
8805
- ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
8843
+ AllocationStrategy?: string | undefined;
8806
8844
  /**
8807
- * <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
8808
- * his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
8809
- * <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
8810
- * reverting it back to the expected route configurations.</p>
8845
+ * <p>The date and time at which the Capacity Reservation Fleet was created.</p>
8811
8846
  * @public
8812
8847
  */
8813
- ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
8848
+ CreateTime?: Date | undefined;
8814
8849
  /**
8815
- * <p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically.
8816
- * The default value is <code>true</code>.</p>
8850
+ * <p>The date and time at which the Capacity Reservation Fleet expires.</p>
8817
8851
  * @public
8818
8852
  */
8819
- DisconnectOnSessionTimeout?: boolean | undefined;
8853
+ EndDate?: Date | undefined;
8820
8854
  /**
8821
- * <p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code>
8822
- * (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6
8823
- * addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint
8824
- * using either IPv4 or IPv6 addresses..</p>
8855
+ * <p>Indicates the tenancy of Capacity Reservation Fleet.</p>
8825
8856
  * @public
8826
8857
  */
8827
- EndpointIpAddressType?: EndpointIpAddressType | undefined;
8858
+ Tenancy?: FleetCapacityReservationTenancy | undefined;
8828
8859
  /**
8829
- * <p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>
8860
+ * <p>Information about the individual Capacity Reservations in the Capacity Reservation
8861
+ * Fleet.</p>
8830
8862
  * @public
8831
8863
  */
8832
- TrafficIpAddressType?: TrafficIpAddressType | undefined;
8864
+ FleetCapacityReservations?: FleetCapacityReservation[] | undefined;
8833
8865
  /**
8834
- * <p>The Transit Gateway configuration for the Client VPN endpoint. Use this parameter to associate the endpoint with a Transit Gateway instead of a VPC. You cannot specify both <code>TransitGatewayConfiguration</code> and <code>VpcId</code>/<code>SecurityGroupIds</code>.</p>
8866
+ * <p>The tags assigned to the Capacity Reservation Fleet.</p>
8835
8867
  * @public
8836
8868
  */
8837
- TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
8869
+ Tags?: Tag[] | undefined;
8838
8870
  }
8839
8871
  /**
8840
- * <p>Describes the state of a Client VPN endpoint.</p>
8841
8872
  * @public
8842
8873
  */
8843
- export interface ClientVpnEndpointStatus {
8844
- /**
8845
- * <p>The state of the Client VPN endpoint. Possible states include:</p>
8846
- * <ul>
8847
- * <li>
8848
- * <p>
8849
- * <code>pending-associate</code> - The Client VPN endpoint has been created but no target networks
8850
- * have been associated. The Client VPN endpoint cannot accept connections.</p>
8851
- * </li>
8852
- * <li>
8853
- * <p>
8854
- * <code>available</code> - The Client VPN endpoint has been created and a target network has been
8855
- * associated. The Client VPN endpoint can accept connections.</p>
8856
- * </li>
8857
- * <li>
8858
- * <p>
8859
- * <code>deleting</code> - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept
8860
- * connections.</p>
8861
- * </li>
8862
- * <li>
8863
- * <p>
8864
- * <code>deleted</code> - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept
8865
- * connections.</p>
8866
- * </li>
8867
- * <li>
8868
- * <p>
8869
- * <code>pending</code> - The Client VPN endpoint has been created with a Transit Gateway configuration and is waiting for the Transit Gateway attachment to be accepted. The Client VPN endpoint cannot accept connections.</p>
8870
- * </li>
8871
- * </ul>
8872
- * @public
8873
- */
8874
- Code?: ClientVpnEndpointStatusCode | undefined;
8874
+ export interface CreateCarrierGatewayRequest {
8875
8875
  /**
8876
- * <p>A message about the status of the Client VPN endpoint.</p>
8876
+ * <p>The ID of the VPC to associate with the carrier gateway.</p>
8877
8877
  * @public
8878
8878
  */
8879
- Message?: string | undefined;
8880
- }
8881
- /**
8882
- * @public
8883
- */
8884
- export interface CreateClientVpnEndpointResult {
8879
+ VpcId: string | undefined;
8885
8880
  /**
8886
- * <p>The ID of the Client VPN endpoint.</p>
8881
+ * <p>The tags to associate with the carrier gateway.</p>
8887
8882
  * @public
8888
8883
  */
8889
- ClientVpnEndpointId?: string | undefined;
8884
+ TagSpecifications?: TagSpecification[] | undefined;
8890
8885
  /**
8891
- * <p>The current state of the Client VPN endpoint.</p>
8886
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
8887
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8888
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8892
8889
  * @public
8893
8890
  */
8894
- Status?: ClientVpnEndpointStatus | undefined;
8891
+ DryRun?: boolean | undefined;
8895
8892
  /**
8896
- * <p>The DNS name to be used by clients when establishing their VPN session.</p>
8893
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
8894
+ * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
8895
+ * idempotency</a>.</p>
8897
8896
  * @public
8898
8897
  */
8899
- DnsName?: string | undefined;
8898
+ ClientToken?: string | undefined;
8900
8899
  }
8901
8900
  /**
8901
+ * <p>Describes a carrier gateway.</p>
8902
8902
  * @public
8903
8903
  */
8904
- export interface CreateClientVpnRouteRequest {
8904
+ export interface CarrierGateway {
8905
8905
  /**
8906
- * <p>The ID of the Client VPN endpoint to which to add the route.</p>
8906
+ * <p>The ID of the carrier gateway.</p>
8907
8907
  * @public
8908
8908
  */
8909
- ClientVpnEndpointId: string | undefined;
8909
+ CarrierGatewayId?: string | undefined;
8910
8910
  /**
8911
- * <p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p>
8912
- * <ul>
8913
- * <li>
8914
- * <p>To add a route for Internet access, enter <code>0.0.0.0/0</code>
8915
- * </p>
8916
- * </li>
8917
- * <li>
8918
- * <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p>
8919
- * </li>
8920
- * <li>
8921
- * <p>To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range</p>
8922
- * </li>
8923
- * <li>
8924
- * <p>To add a route for the local network, enter the client CIDR range</p>
8925
- * </li>
8926
- * </ul>
8911
+ * <p>The ID of the VPC associated with the carrier gateway.</p>
8927
8912
  * @public
8928
8913
  */
8929
- DestinationCidrBlock: string | undefined;
8914
+ VpcId?: string | undefined;
8930
8915
  /**
8931
- * <p>The ID of the subnet through which you want to route traffic. The specified subnet must be
8932
- * an existing target network of the Client VPN endpoint.</p>
8933
- * <p>Alternatively, if you're adding a route for the local network, specify <code>local</code>.</p>
8934
- * <p>This parameter is required for VPC-based Client VPN endpoints. For Transit Gateway-based endpoints, this parameter is not required.</p>
8916
+ * <p>The state of the carrier gateway.</p>
8935
8917
  * @public
8936
8918
  */
8937
- TargetVpcSubnetId?: string | undefined;
8919
+ State?: CarrierGatewayState | undefined;
8938
8920
  /**
8939
- * <p>A brief description of the route.</p>
8921
+ * <p>The Amazon Web Services account ID of the owner of the carrier gateway.</p>
8940
8922
  * @public
8941
8923
  */
8942
- Description?: string | undefined;
8924
+ OwnerId?: string | undefined;
8943
8925
  /**
8944
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
8945
- * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
8926
+ * <p>The tags assigned to the carrier gateway.</p>
8946
8927
  * @public
8947
8928
  */
8948
- ClientToken?: string | undefined;
8929
+ Tags?: Tag[] | undefined;
8930
+ }
8931
+ /**
8932
+ * @public
8933
+ */
8934
+ export interface CreateCarrierGatewayResult {
8935
+ /**
8936
+ * <p>Information about the carrier gateway.</p>
8937
+ * @public
8938
+ */
8939
+ CarrierGateway?: CarrierGateway | undefined;
8940
+ }
8941
+ /**
8942
+ * <p>Describes the Active Directory to be used for client authentication.</p>
8943
+ * @public
8944
+ */
8945
+ export interface DirectoryServiceAuthenticationRequest {
8949
8946
  /**
8950
- * <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>
8947
+ * <p>The ID of the Active Directory to be used for authentication.</p>
8951
8948
  * @public
8952
8949
  */
8953
- DryRun?: boolean | undefined;
8950
+ DirectoryId?: string | undefined;
8954
8951
  }
8955
8952
  /**
8956
- * <p>Describes the state of a Client VPN endpoint route.</p>
8953
+ * <p>The IAM SAML identity provider used for federated authentication.</p>
8957
8954
  * @public
8958
8955
  */
8959
- export interface ClientVpnRouteStatus {
8956
+ export interface FederatedAuthenticationRequest {
8960
8957
  /**
8961
- * <p>The state of the Client VPN endpoint route.</p>
8958
+ * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider.</p>
8962
8959
  * @public
8963
8960
  */
8964
- Code?: ClientVpnRouteStatusCode | undefined;
8961
+ SAMLProviderArn?: string | undefined;
8965
8962
  /**
8966
- * <p>A message about the status of the Client VPN endpoint route, if applicable.</p>
8963
+ * <p>The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.</p>
8967
8964
  * @public
8968
8965
  */
8969
- Message?: string | undefined;
8966
+ SelfServiceSAMLProviderArn?: string | undefined;
8970
8967
  }
8971
8968
  /**
8969
+ * <p>Information about the client certificate to be used for authentication.</p>
8972
8970
  * @public
8973
8971
  */
8974
- export interface CreateClientVpnRouteResult {
8972
+ export interface CertificateAuthenticationRequest {
8975
8973
  /**
8976
- * <p>The current state of the route.</p>
8974
+ * <p>The ARN of the client certificate. The certificate must be signed by a certificate
8975
+ * authority (CA) and it must be provisioned in Certificate Manager (ACM).</p>
8977
8976
  * @public
8978
8977
  */
8979
- Status?: ClientVpnRouteStatus | undefined;
8978
+ ClientRootCertificateChainArn?: string | undefined;
8980
8979
  }
8981
8980
  /**
8981
+ * <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
8982
+ * in the <i>Client VPN Administrator Guide</i>.</p>
8982
8983
  * @public
8983
8984
  */
8984
- export interface CreateCoipCidrRequest {
8985
+ export interface ClientVpnAuthenticationRequest {
8985
8986
  /**
8986
- * <p>
8987
- * A customer-owned IP address range to create.
8988
- * </p>
8987
+ * <p>The type of client authentication to be used.</p>
8989
8988
  * @public
8990
8989
  */
8991
- Cidr: string | undefined;
8990
+ Type?: ClientVpnAuthenticationType | undefined;
8992
8991
  /**
8993
- * <p>
8994
- * The ID of the address pool.
8995
- * </p>
8992
+ * <p>Information about the Active Directory to be used, if applicable. You must provide this information if <b>Type</b> is <code>directory-service-authentication</code>.</p>
8996
8993
  * @public
8997
8994
  */
8998
- CoipPoolId: string | undefined;
8995
+ ActiveDirectory?: DirectoryServiceAuthenticationRequest | undefined;
8999
8996
  /**
9000
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9001
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9002
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8997
+ * <p>Information about the authentication certificates to be used, if applicable. You must provide this information if <b>Type</b> is <code>certificate-authentication</code>.</p>
9003
8998
  * @public
9004
8999
  */
9005
- DryRun?: boolean | undefined;
9000
+ MutualAuthentication?: CertificateAuthenticationRequest | undefined;
9001
+ /**
9002
+ * <p>Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if <b>Type</b> is <code>federated-authentication</code>.</p>
9003
+ * @public
9004
+ */
9005
+ FederatedAuthentication?: FederatedAuthenticationRequest | undefined;
9006
9006
  }
9007
9007
  /**
9008
- * <p>
9009
- * Information about a customer-owned IP address range.
9010
- * </p>
9008
+ * <p>The options for managing connection authorization for new client connections.</p>
9011
9009
  * @public
9012
9010
  */
9013
- export interface CoipCidr {
9011
+ export interface ClientConnectOptions {
9014
9012
  /**
9015
- * <p>
9016
- * An address range in a customer-owned IP address space.
9017
- * </p>
9013
+ * <p>Indicates whether client connect options are enabled. The default is <code>false</code> (not enabled).</p>
9018
9014
  * @public
9019
9015
  */
9020
- Cidr?: string | undefined;
9016
+ Enabled?: boolean | undefined;
9021
9017
  /**
9022
- * <p>
9023
- * The ID of the address pool.
9024
- * </p>
9018
+ * <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
9025
9019
  * @public
9026
9020
  */
9027
- CoipPoolId?: string | undefined;
9021
+ LambdaFunctionArn?: string | undefined;
9022
+ }
9023
+ /**
9024
+ * <p>Options for enabling a customizable text banner that will be displayed on
9025
+ * Amazon Web Services provided clients when a VPN session is established.</p>
9026
+ * @public
9027
+ */
9028
+ export interface ClientLoginBannerOptions {
9028
9029
  /**
9029
- * <p>
9030
- * The ID of the local gateway route table.
9031
- * </p>
9030
+ * <p>Enable or disable a customizable text banner that will be displayed on
9031
+ * Amazon Web Services provided clients when a VPN session is established.</p>
9032
+ * <p>Valid values: <code>true | false</code>
9033
+ * </p>
9034
+ * <p>Default value: <code>false</code>
9035
+ * </p>
9036
+ * @public
9037
+ */
9038
+ Enabled?: boolean | undefined;
9039
+ /**
9040
+ * <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
9041
+ * clients when a VPN session is established. UTF-8 encoded characters only. Maximum of
9042
+ * 1400 characters.</p>
9032
9043
  * @public
9033
9044
  */
9034
- LocalGatewayRouteTableId?: string | undefined;
9045
+ BannerText?: string | undefined;
9035
9046
  }
9036
9047
  /**
9048
+ * <p>Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined
9049
+ * routes on devices connected through the VPN. This feature helps improve your security
9050
+ * posture by ensuring that network traffic originating from a connected client is not
9051
+ * inadvertently sent outside the VPN tunnel.</p>
9052
+ * <p>Client Route Enforcement works by monitoring the route table of a connected device for
9053
+ * routing policy changes to the VPN connection. If the feature detects any VPN routing
9054
+ * policy modifications, it will automatically force an update to the route table,
9055
+ * reverting it back to the expected route configurations.</p>
9037
9056
  * @public
9038
9057
  */
9039
- export interface CreateCoipCidrResult {
9058
+ export interface ClientRouteEnforcementOptions {
9040
9059
  /**
9041
- * <p>
9042
- * Information about a range of customer-owned IP addresses.
9043
- * </p>
9060
+ * <p>Enable or disable Client Route Enforcement. The state can either be <code>true</code>
9061
+ * (enabled) or <code>false</code> (disabled). The default is <code>false</code>.</p>
9062
+ * <p>Valid values: <code>true | false</code>
9063
+ * </p>
9064
+ * <p>Default value: <code>false</code>
9065
+ * </p>
9044
9066
  * @public
9045
9067
  */
9046
- CoipCidr?: CoipCidr | undefined;
9068
+ Enforced?: boolean | undefined;
9047
9069
  }
9048
9070
  /**
9071
+ * <p>Describes the client connection logging options for the Client VPN endpoint.</p>
9049
9072
  * @public
9050
9073
  */
9051
- export interface CreateCoipPoolRequest {
9074
+ export interface ConnectionLogOptions {
9052
9075
  /**
9053
- * <p>
9054
- * The ID of the local gateway route table.
9055
- * </p>
9076
+ * <p>Indicates whether connection logging is enabled.</p>
9056
9077
  * @public
9057
9078
  */
9058
- LocalGatewayRouteTableId: string | undefined;
9079
+ Enabled?: boolean | undefined;
9059
9080
  /**
9060
- * <p>
9061
- * The tags to assign to the CoIP address pool.
9062
- * </p>
9081
+ * <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
9063
9082
  * @public
9064
9083
  */
9065
- TagSpecifications?: TagSpecification[] | undefined;
9084
+ CloudwatchLogGroup?: string | undefined;
9066
9085
  /**
9067
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9068
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9069
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9086
+ * <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
9070
9087
  * @public
9071
9088
  */
9072
- DryRun?: boolean | undefined;
9089
+ CloudwatchLogStream?: string | undefined;
9073
9090
  }
9074
9091
  /**
9075
- * <p>Describes a customer-owned address pool.</p>
9092
+ * <p>The Transit Gateway configuration for a Client VPN endpoint.</p>
9076
9093
  * @public
9077
9094
  */
9078
- export interface CoipPool {
9079
- /**
9080
- * <p>The ID of the address pool.</p>
9081
- * @public
9082
- */
9083
- PoolId?: string | undefined;
9084
- /**
9085
- * <p>The address ranges of the address pool.</p>
9086
- * @public
9087
- */
9088
- PoolCidrs?: string[] | undefined;
9095
+ export interface TransitGatewayConfigurationInputStructure {
9089
9096
  /**
9090
- * <p>The ID of the local gateway route table.</p>
9097
+ * <p>The ID of the Transit Gateway to associate with the Client VPN endpoint.</p>
9091
9098
  * @public
9092
9099
  */
9093
- LocalGatewayRouteTableId?: string | undefined;
9100
+ TransitGatewayId?: string | undefined;
9094
9101
  /**
9095
- * <p>The tags.</p>
9102
+ * <p>The Availability Zone names for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
9096
9103
  * @public
9097
9104
  */
9098
- Tags?: Tag[] | undefined;
9105
+ AvailabilityZones?: string[] | undefined;
9099
9106
  /**
9100
- * <p>The ARN of the address pool.</p>
9107
+ * <p>The Availability Zone IDs for the Transit Gateway association. You can specify up to the maximum number of Availability Zones supported by the Transit Gateway. You cannot specify both <code>AvailabilityZones</code> and <code>AvailabilityZoneIds</code>.</p>
9101
9108
  * @public
9102
9109
  */
9103
- PoolArn?: string | undefined;
9110
+ AvailabilityZoneIds?: string[] | undefined;
9104
9111
  }
9105
9112
  /**
9106
9113
  * @public
9107
9114
  */
9108
- export interface CreateCoipPoolResult {
9115
+ export interface CreateClientVpnEndpointRequest {
9109
9116
  /**
9110
- * <p>Information about the CoIP address pool.</p>
9117
+ * <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
9111
9118
  * @public
9112
9119
  */
9113
- CoipPool?: CoipPool | undefined;
9114
- }
9115
- /**
9116
- * <p>Contains the parameters for CreateCustomerGateway.</p>
9117
- * @public
9118
- */
9119
- export interface CreateCustomerGatewayRequest {
9120
+ ClientCidrBlock?: string | undefined;
9120
9121
  /**
9121
- * <p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>
9122
- * <p>Default: 65000</p>
9123
- * <p>Valid values: <code>1</code> to <code>2,147,483,647</code>
9124
- * </p>
9122
+ * <p>The ARN of the server certificate. For more information, see
9123
+ * the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
9125
9124
  * @public
9126
9125
  */
9127
- BgpAsn?: number | undefined;
9126
+ ServerCertificateArn: string | undefined;
9128
9127
  /**
9129
- * <p>
9130
- * <i>This member has been deprecated.</i> The Internet-routable IP address for the customer gateway's outside interface. The
9131
- * address must be static.</p>
9128
+ * <p>Information about the authentication method to be used to authenticate clients.</p>
9132
9129
  * @public
9133
9130
  */
9134
- PublicIp?: string | undefined;
9131
+ AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
9135
9132
  /**
9136
- * <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
9133
+ * <p>Information about the client connection logging options.</p>
9134
+ * <p>If you enable client connection logging, data about client connections is sent to a
9135
+ * Cloudwatch Logs log stream. The following information is logged:</p>
9136
+ * <ul>
9137
+ * <li>
9138
+ * <p>Client connection requests</p>
9139
+ * </li>
9140
+ * <li>
9141
+ * <p>Client connection results (successful and unsuccessful)</p>
9142
+ * </li>
9143
+ * <li>
9144
+ * <p>Reasons for unsuccessful client connection requests</p>
9145
+ * </li>
9146
+ * <li>
9147
+ * <p>Client connection termination time</p>
9148
+ * </li>
9149
+ * </ul>
9137
9150
  * @public
9138
9151
  */
9139
- CertificateArn?: string | undefined;
9152
+ ConnectionLogOptions: ConnectionLogOptions | undefined;
9140
9153
  /**
9141
- * <p>The type of VPN connection that this customer gateway supports
9142
- * (<code>ipsec.1</code>).</p>
9154
+ * <p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can
9155
+ * have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>
9143
9156
  * @public
9144
9157
  */
9145
- Type: GatewayType | undefined;
9158
+ DnsServers?: string[] | undefined;
9146
9159
  /**
9147
- * <p>The tags to apply to the customer gateway.</p>
9160
+ * <p>The transport protocol to be used by the VPN session.</p>
9161
+ * <p>Default value: <code>udp</code>
9162
+ * </p>
9148
9163
  * @public
9149
9164
  */
9150
- TagSpecifications?: TagSpecification[] | undefined;
9165
+ TransportProtocol?: TransportProtocol | undefined;
9151
9166
  /**
9152
- * <p>A name for the customer gateway device.</p>
9153
- * <p>Length Constraints: Up to 255 characters.</p>
9167
+ * <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
9168
+ * <p>Valid Values: <code>443</code> | <code>1194</code>
9169
+ * </p>
9170
+ * <p>Default Value: <code>443</code>
9171
+ * </p>
9154
9172
  * @public
9155
9173
  */
9156
- DeviceName?: string | undefined;
9174
+ VpnPort?: number | undefined;
9157
9175
  /**
9158
- * <p>The IP address for the customer gateway device's outside interface. The address must be
9159
- * static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to
9160
- * <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If
9161
- * <code>OutsideIpAddressType</code> is set to <code>Ipv6</code>, you can use an IPv6 address. </p>
9176
+ * <p>A brief description of the Client VPN endpoint.</p>
9162
9177
  * @public
9163
9178
  */
9164
- IpAddress?: string | undefined;
9179
+ Description?: string | undefined;
9165
9180
  /**
9166
- * <p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>
9167
- * <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>
9168
- * </p>
9181
+ * <p>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</p>
9182
+ * <p>By default, split-tunnel on a VPN endpoint is disabled.</p>
9183
+ * <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
9184
+ * <i>Client VPN Administrator Guide</i>.</p>
9169
9185
  * @public
9170
9186
  */
9171
- BgpAsnExtended?: number | undefined;
9187
+ SplitTunnel?: boolean | undefined;
9172
9188
  /**
9173
- * <p>Checks whether you have the required permissions for the action, without actually
9174
- * making the request, and provides an error response. If you have the required
9175
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
9176
- * <code>UnauthorizedOperation</code>.</p>
9189
+ * <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>
9177
9190
  * @public
9178
9191
  */
9179
9192
  DryRun?: boolean | undefined;
9180
- }
9181
- /**
9182
- * <p>Describes a customer gateway.</p>
9183
- * @public
9184
- */
9185
- export interface CustomerGateway {
9186
9193
  /**
9187
- * <p>The Amazon Resource Name (ARN) for the customer gateway certificate.</p>
9188
- * @public
9189
- */
9190
- CertificateArn?: string | undefined;
9191
- /**
9192
- * <p>The name of customer gateway device.</p>
9194
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
9195
+ * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
9193
9196
  * @public
9194
9197
  */
9195
- DeviceName?: string | undefined;
9198
+ ClientToken?: string | undefined;
9196
9199
  /**
9197
- * <p>Any tags assigned to the customer gateway.</p>
9200
+ * <p>The tags to apply to the Client VPN endpoint during creation.</p>
9198
9201
  * @public
9199
9202
  */
9200
- Tags?: Tag[] | undefined;
9203
+ TagSpecifications?: TagSpecification[] | undefined;
9201
9204
  /**
9202
- * <p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number
9203
- * (ASN).</p>
9204
- * <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>
9205
- * </p>
9205
+ * <p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>
9206
9206
  * @public
9207
9207
  */
9208
- BgpAsnExtended?: string | undefined;
9208
+ SecurityGroupIds?: string[] | undefined;
9209
9209
  /**
9210
- * <p>The ID of the customer gateway.</p>
9210
+ * <p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>
9211
9211
  * @public
9212
9212
  */
9213
- CustomerGatewayId?: string | undefined;
9213
+ VpcId?: string | undefined;
9214
9214
  /**
9215
- * <p>The current state of the customer gateway (<code>pending | available | deleting |
9216
- * deleted</code>).</p>
9215
+ * <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
9216
+ * <p>Default Value: <code>enabled</code>
9217
+ * </p>
9217
9218
  * @public
9218
9219
  */
9219
- State?: string | undefined;
9220
+ SelfServicePortal?: SelfServicePortal | undefined;
9220
9221
  /**
9221
- * <p>The type of VPN connection the customer gateway supports
9222
- * (<code>ipsec.1</code>).</p>
9222
+ * <p>The options for managing connection authorization for new client connections.</p>
9223
9223
  * @public
9224
9224
  */
9225
- Type?: string | undefined;
9225
+ ClientConnectOptions?: ClientConnectOptions | undefined;
9226
9226
  /**
9227
- * <p>
9228
- * The IP address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If
9229
- * <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>Ipv6</code>, you can use a public IPv6 address.
9230
- * </p>
9227
+ * <p>The maximum VPN session duration time in hours.</p>
9228
+ * <p>Valid values: <code>8 | 10 | 12 | 24</code>
9229
+ * </p>
9230
+ * <p>Default value: <code>24</code>
9231
+ * </p>
9231
9232
  * @public
9232
9233
  */
9233
- IpAddress?: string | undefined;
9234
+ SessionTimeoutHours?: number | undefined;
9234
9235
  /**
9235
- * <p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number
9236
- * (ASN).</p>
9237
- * <p>Valid values: <code>1</code> to <code>2,147,483,647</code>
9238
- * </p>
9236
+ * <p>Options for enabling a customizable text banner that will be displayed on
9237
+ * Amazon Web Services provided clients when a VPN session is established.</p>
9239
9238
  * @public
9240
9239
  */
9241
- BgpAsn?: string | undefined;
9242
- }
9243
- /**
9244
- * <p>Contains the output of CreateCustomerGateway.</p>
9245
- * @public
9246
- */
9247
- export interface CreateCustomerGatewayResult {
9240
+ ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
9248
9241
  /**
9249
- * <p>Information about the customer gateway.</p>
9242
+ * <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
9243
+ * his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
9244
+ * <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
9245
+ * reverting it back to the expected route configurations.</p>
9250
9246
  * @public
9251
9247
  */
9252
- CustomerGateway?: CustomerGateway | undefined;
9253
- }
9254
- /**
9255
- * @public
9256
- */
9257
- export interface CreateDefaultSubnetRequest {
9248
+ ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
9258
9249
  /**
9259
- * <p>The Availability Zone in which to create the default subnet.</p>
9260
- * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified,
9261
- * but not both.</p>
9250
+ * <p>Indicates whether the client VPN session is disconnected after the maximum timeout specified in <code>SessionTimeoutHours</code> is reached. If <code>true</code>, users are prompted to reconnect client VPN. If <code>false</code>, client VPN attempts to reconnect automatically.
9251
+ * The default value is <code>true</code>.</p>
9262
9252
  * @public
9263
9253
  */
9264
- AvailabilityZone?: string | undefined;
9254
+ DisconnectOnSessionTimeout?: boolean | undefined;
9265
9255
  /**
9266
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9267
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9268
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9256
+ * <p>The IP address type for the Client VPN endpoint. Valid values are <code>ipv4</code>
9257
+ * (default) for IPv4 addressing only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6
9258
+ * addressing. When set to <code>dual-stack,</code> clients can connect to the endpoint
9259
+ * using either IPv4 or IPv6 addresses..</p>
9269
9260
  * @public
9270
9261
  */
9271
- DryRun?: boolean | undefined;
9262
+ EndpointIpAddressType?: EndpointIpAddressType | undefined;
9272
9263
  /**
9273
- * <p>Indicates whether to create an IPv6 only subnet. If you already have a default subnet
9274
- * for this Availability Zone, you must delete it before you can create an IPv6 only subnet.</p>
9264
+ * <p>The IP address type for traffic within the Client VPN tunnel. Valid values are <code>ipv4</code> (default) for IPv4 traffic only, <code>ipv6</code> for IPv6 addressing only, or <code>dual-stack</code> for both IPv4 and IPv6 traffic. When set to <code>dual-stack</code>, clients can access both IPv4 and IPv6 resources through the VPN .</p>
9275
9265
  * @public
9276
9266
  */
9277
- Ipv6Native?: boolean | undefined;
9267
+ TrafficIpAddressType?: TrafficIpAddressType | undefined;
9278
9268
  /**
9279
- * <p>The ID of the Availability Zone.</p>
9280
- * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> must be specified,
9281
- * but not both.</p>
9269
+ * <p>The Transit Gateway configuration for the Client VPN endpoint. Use this parameter to associate the endpoint with a Transit Gateway instead of a VPC. You cannot specify both <code>TransitGatewayConfiguration</code> and <code>VpcId</code>/<code>SecurityGroupIds</code>.</p>
9282
9270
  * @public
9283
9271
  */
9284
- AvailabilityZoneId?: string | undefined;
9272
+ TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
9285
9273
  }