@jjrawlins/cdk-ami-builder 0.0.66 → 0.0.68

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 (662) hide show
  1. package/.jsii +14 -14
  2. package/API.md +3 -45
  3. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction.go +12 -25
  4. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunctionProps.go +1 -1
  5. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__checks.go +7 -7
  6. package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__no_checks.go +3 -3
  7. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands.go +1 -1
  8. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__checks.go +1 -1
  9. package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__no_checks.go +1 -1
  10. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument.go +1 -1
  11. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__checks.go +1 -1
  12. package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__no_checks.go +1 -1
  13. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps.go +1 -1
  14. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__checks.go +1 -1
  15. package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__no_checks.go +1 -1
  16. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters.go +1 -1
  17. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__checks.go +1 -1
  18. package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__no_checks.go +1 -1
  19. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter.go +1 -1
  20. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__checks.go +1 -1
  21. package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__no_checks.go +1 -1
  22. package/{cdk-ami-builder → cdkamibuilder}/IPhases.go +1 -1
  23. package/{cdk-ami-builder → cdkamibuilder}/IPhases__checks.go +1 -1
  24. package/{cdk-ami-builder → cdkamibuilder}/IPhases__no_checks.go +1 -1
  25. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands.go +1 -1
  26. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__checks.go +1 -1
  27. package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__no_checks.go +1 -1
  28. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline.go +4 -17
  29. package/{cdk-ami-builder → cdkamibuilder}/ImagePipelineProps.go +1 -1
  30. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__checks.go +1 -1
  31. package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__no_checks.go +1 -1
  32. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction.go +12 -25
  33. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunctionProps.go +1 -1
  34. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__checks.go +7 -7
  35. package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__no_checks.go +3 -3
  36. package/{cdk-ami-builder → cdkamibuilder}/VolumeProps.go +1 -1
  37. package/{cdk-ami-builder → cdkamibuilder}/go.mod +3 -3
  38. package/{cdk-ami-builder → cdkamibuilder}/jsii/jsii.go +2 -2
  39. package/{cdk-ami-builder → cdkamibuilder}/main.go +1 -1
  40. package/cdkamibuilder/version +1 -0
  41. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  42. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  43. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  44. package/node_modules/@aws-sdk/client-ec2/README.md +88 -0
  45. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
  46. package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
  47. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
  48. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
  49. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
  50. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
  51. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
  52. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
  53. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
  54. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  55. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
  56. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
  57. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  58. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  59. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
  60. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
  61. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
  62. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
  63. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
  64. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
  65. package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
  66. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
  67. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
  68. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
  69. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
  70. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
  71. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
  72. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
  73. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
  74. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
  75. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
  76. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
  77. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
  78. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
  79. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
  80. package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
  81. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
  82. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
  83. package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
  84. package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
  92. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  99. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  104. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  108. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
  118. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  119. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
  120. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
  121. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +9 -1
  123. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  124. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
  125. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
  126. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  127. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  128. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  130. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  131. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  132. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
  133. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  134. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  135. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  139. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  140. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  141. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  142. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  144. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  146. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  147. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  148. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  149. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  150. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  151. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  152. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  153. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  154. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  155. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  156. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  157. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  158. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  159. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  160. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  161. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  162. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  163. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  164. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +3 -2
  165. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  166. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
  167. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  168. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
  169. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
  170. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
  171. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -1
  172. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  173. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  175. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
  177. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  178. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
  179. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
  180. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
  181. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
  182. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
  183. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  184. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  185. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  186. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  187. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  188. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
  189. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
  191. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  192. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  193. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  194. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  195. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  196. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
  197. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
  198. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
  199. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  200. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
  201. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  202. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  203. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  204. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  205. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  206. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  207. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  208. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
  209. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  210. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  211. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  212. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  213. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  214. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  215. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  216. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
  217. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
  218. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  219. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
  220. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
  221. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
  222. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  223. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  224. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  225. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  226. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  227. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  230. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  231. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
  232. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
  233. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
  234. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  235. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
  236. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  237. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  238. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  239. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  240. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
  241. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
  242. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
  243. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
  244. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  245. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  246. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  247. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  248. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  249. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  250. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  251. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  252. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  253. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  254. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  255. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  256. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  257. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  258. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  259. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
  260. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  261. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  262. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  263. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  264. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  265. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  266. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  267. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
  268. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  269. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  270. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  271. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  272. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
  273. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
  274. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
  275. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
  276. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
  277. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
  278. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
  279. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
  280. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
  281. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
  282. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
  283. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
  284. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
  285. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
  286. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
  287. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
  288. package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
  289. package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
  290. package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
  291. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
  292. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
  293. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
  294. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
  295. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  296. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
  297. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
  298. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  299. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  300. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
  303. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
  304. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
  305. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
  306. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
  307. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
  313. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
  314. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
  315. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
  316. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  317. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
  318. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
  319. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  320. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  322. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  323. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
  324. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
  325. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  326. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  327. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  328. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
  329. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  330. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  331. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  332. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  333. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
  334. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
  335. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
  336. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
  337. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
  338. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
  339. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  340. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  341. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  342. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  343. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  344. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  345. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  346. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  347. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  348. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  349. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  350. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  351. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  352. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  353. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
  354. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
  355. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
  356. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
  357. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
  358. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
  359. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
  360. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
  361. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
  362. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
  363. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
  364. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
  365. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
  366. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
  367. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
  368. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
  369. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  370. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  371. package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
  372. package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
  373. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
  374. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
  375. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
  376. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
  377. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
  378. package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  379. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
  380. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
  381. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
  382. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
  383. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
  384. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
  385. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
  386. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
  387. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
  388. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
  389. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
  390. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
  391. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
  392. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
  393. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
  394. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
  395. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
  396. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
  397. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
  398. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
  399. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
  400. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
  401. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
  402. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
  403. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
  404. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
  405. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
  406. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
  407. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
  408. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
  409. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
  410. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
  411. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  412. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
  413. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
  414. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
  415. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
  416. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
  417. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
  418. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
  419. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
  420. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
  421. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
  422. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
  423. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
  424. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
  425. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
  426. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
  427. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
  428. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
  429. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  430. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
  431. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  432. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
  433. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
  434. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
  435. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
  436. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
  437. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
  438. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
  439. package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
  440. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
  441. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
  442. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
  443. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
  444. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
  445. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
  446. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  447. package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
  448. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
  449. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
  450. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  451. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
  452. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
  453. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
  454. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
  455. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
  456. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
  457. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
  458. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
  459. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
  460. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
  461. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
  462. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
  463. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
  464. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
  465. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
  466. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
  467. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
  468. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
  469. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  470. package/node_modules/@aws-sdk/client-kms/package.json +33 -33
  471. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  472. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  473. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  474. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
  475. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  476. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  477. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  478. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
  479. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  480. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  481. package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  482. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
  483. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  484. package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
  485. package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  486. package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
  487. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  488. package/node_modules/@aws-sdk/client-sns/package.json +33 -33
  489. package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  490. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
  491. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  492. package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
  493. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
  497. package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  498. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
  499. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
  500. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
  501. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
  502. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
  503. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
  504. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
  505. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
  506. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
  507. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
  508. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
  509. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
  510. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
  511. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  512. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  513. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
  514. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
  515. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  516. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  517. package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
  518. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
  519. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
  520. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
  521. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
  522. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  523. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  524. package/node_modules/@aws-sdk/core/package.json +11 -11
  525. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  526. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  527. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  528. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
  529. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
  530. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  531. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  532. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  533. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  534. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  535. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  536. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  537. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
  538. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
  539. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  540. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  541. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  542. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  543. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  544. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  545. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  546. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  547. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  548. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  549. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  550. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  551. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  552. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
  553. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  554. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  555. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  556. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  557. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
  558. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
  559. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
  560. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
  561. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
  562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  565. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  566. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  567. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
  568. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  569. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  570. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
  571. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  572. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  573. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  574. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
  575. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  576. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  577. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  578. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
  579. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  580. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  581. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  582. package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
  583. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  584. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
  585. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
  586. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  587. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
  588. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  589. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  590. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  591. package/node_modules/@aws-sdk/types/package.json +2 -2
  592. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  593. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  594. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  595. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  596. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  597. package/node_modules/@smithy/abort-controller/package.json +2 -2
  598. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
  599. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
  600. package/node_modules/@smithy/config-resolver/package.json +5 -5
  601. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
  602. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
  603. package/node_modules/@smithy/core/package.json +7 -7
  604. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  605. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  606. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  607. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  608. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  609. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  610. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  611. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  612. package/node_modules/@smithy/hash-node/package.json +2 -2
  613. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  614. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  615. package/node_modules/@smithy/md5-js/package.json +2 -2
  616. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  617. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  618. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  619. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  620. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  621. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  622. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
  623. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
  624. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  625. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  626. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
  627. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
  628. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
  629. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  630. package/node_modules/@smithy/property-provider/package.json +2 -2
  631. package/node_modules/@smithy/protocol-http/package.json +2 -2
  632. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  633. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  634. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  635. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  636. package/node_modules/@smithy/signature-v4/package.json +4 -4
  637. package/node_modules/@smithy/smithy-client/package.json +7 -7
  638. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  639. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  640. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  641. package/node_modules/@smithy/types/package.json +1 -1
  642. package/node_modules/@smithy/url-parser/package.json +3 -3
  643. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  644. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  645. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  646. package/node_modules/@smithy/util-middleware/package.json +2 -2
  647. package/node_modules/@smithy/util-retry/package.json +3 -3
  648. package/node_modules/@smithy/util-stream/package.json +4 -4
  649. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
  650. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  651. package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
  652. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  653. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  654. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  655. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  656. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
  657. package/node_modules/@smithy/util-waiter/package.json +3 -3
  658. package/package.json +23 -22
  659. package/cdk-ami-builder/version +0 -1
  660. /package/{cdk-ami-builder → cdkamibuilder}/LICENSE +0 -0
  661. /package/{cdk-ami-builder → cdkamibuilder}/README.md +0 -0
  662. /package/{cdk-ami-builder → cdkamibuilder}/internal/types.go +0 -0
@@ -1,4 +1,4 @@
1
- import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VolumeAttachment, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VolumeAttachment, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1136,7 +1136,7 @@ export interface CapacityReservation {
1136
1136
  */
1137
1137
  CapacityReservationArn?: string | undefined;
1138
1138
  /**
1139
- * <p>The Availability Zone ID of the Capacity Reservation.</p>
1139
+ * <p>The ID of the Availability Zone in which the capacity is reserved.</p>
1140
1140
  * @public
1141
1141
  */
1142
1142
  AvailabilityZoneId?: string | undefined;
@@ -1269,12 +1269,12 @@ export interface CapacityReservation {
1269
1269
  */
1270
1270
  State?: CapacityReservationState | undefined;
1271
1271
  /**
1272
- * <p>The date and time at which the Capacity Reservation was started.</p>
1272
+ * <p>The date and time the Capacity Reservation was started.</p>
1273
1273
  * @public
1274
1274
  */
1275
1275
  StartDate?: Date | undefined;
1276
1276
  /**
1277
- * <p>The date and time at which the Capacity Reservation expires. When a Capacity
1277
+ * <p>The date and time the Capacity Reservation expires. When a Capacity
1278
1278
  * Reservation expires, the reserved capacity is released and you can no longer launch
1279
1279
  * instances into it. The Capacity Reservation's state changes to <code>expired</code> when
1280
1280
  * it reaches its end date and time.</p>
@@ -1322,7 +1322,7 @@ export interface CapacityReservation {
1322
1322
  */
1323
1323
  InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
1324
1324
  /**
1325
- * <p>The date and time at which the Capacity Reservation was created.</p>
1325
+ * <p>The date and time the Capacity Reservation was created.</p>
1326
1326
  * @public
1327
1327
  */
1328
1328
  CreateDate?: Date | undefined;
@@ -2359,6 +2359,18 @@ export declare const _InstanceType: {
2359
2359
  readonly r7iz_metal_16xl: "r7iz.metal-16xl";
2360
2360
  readonly r7iz_metal_32xl: "r7iz.metal-32xl";
2361
2361
  readonly r7iz_xlarge: "r7iz.xlarge";
2362
+ readonly r8a_12xlarge: "r8a.12xlarge";
2363
+ readonly r8a_16xlarge: "r8a.16xlarge";
2364
+ readonly r8a_24xlarge: "r8a.24xlarge";
2365
+ readonly r8a_2xlarge: "r8a.2xlarge";
2366
+ readonly r8a_48xlarge: "r8a.48xlarge";
2367
+ readonly r8a_4xlarge: "r8a.4xlarge";
2368
+ readonly r8a_8xlarge: "r8a.8xlarge";
2369
+ readonly r8a_large: "r8a.large";
2370
+ readonly r8a_medium: "r8a.medium";
2371
+ readonly r8a_metal_24xl: "r8a.metal-24xl";
2372
+ readonly r8a_metal_48xl: "r8a.metal-48xl";
2373
+ readonly r8a_xlarge: "r8a.xlarge";
2362
2374
  readonly r8g_12xlarge: "r8g.12xlarge";
2363
2375
  readonly r8g_16xlarge: "r8g.16xlarge";
2364
2376
  readonly r8g_24xlarge: "r8g.24xlarge";
@@ -2457,6 +2469,7 @@ export declare const _InstanceType: {
2457
2469
  readonly trn1_2xlarge: "trn1.2xlarge";
2458
2470
  readonly trn1_32xlarge: "trn1.32xlarge";
2459
2471
  readonly trn1n_32xlarge: "trn1n.32xlarge";
2472
+ readonly trn2_3xlarge: "trn2.3xlarge";
2460
2473
  readonly trn2_48xlarge: "trn2.48xlarge";
2461
2474
  readonly u7i_12tb_224xlarge: "u7i-12tb.224xlarge";
2462
2475
  readonly u7i_6tb_112xlarge: "u7i-6tb.112xlarge";
@@ -4069,6 +4082,9 @@ export interface VpcEncryptionControlExclusions {
4069
4082
  NatGateway?: VpcEncryptionControlExclusion | undefined;
4070
4083
  VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
4071
4084
  VpcPeering?: VpcEncryptionControlExclusion | undefined;
4085
+ Lambda?: VpcEncryptionControlExclusion | undefined;
4086
+ VpcLattice?: VpcEncryptionControlExclusion | undefined;
4087
+ ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
4072
4088
  }
4073
4089
  /**
4074
4090
  * @public
@@ -9647,189 +9663,320 @@ export interface CreateIpamPoolResult {
9647
9663
  }
9648
9664
  /**
9649
9665
  * @public
9666
+ * @enum
9650
9667
  */
9651
- export interface CreateIpamResourceDiscoveryRequest {
9668
+ export declare const IpamPrefixListResolverRuleConditionOperation: {
9669
+ readonly equals: "equals";
9670
+ readonly not_equals: "not-equals";
9671
+ readonly subnet_of: "subnet-of";
9672
+ };
9673
+ /**
9674
+ * @public
9675
+ */
9676
+ export type IpamPrefixListResolverRuleConditionOperation = (typeof IpamPrefixListResolverRuleConditionOperation)[keyof typeof IpamPrefixListResolverRuleConditionOperation];
9677
+ /**
9678
+ * <p>Describes a condition used when creating or modifying resolver rules.</p>
9679
+ * <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
9680
+ * <p>There are three rule types. Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
9681
+ * <ul>
9682
+ * <li>
9683
+ * <p>
9684
+ * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)</p>
9685
+ * </li>
9686
+ * <li>
9687
+ * <p>
9688
+ * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)</p>
9689
+ * <p>If you choose this option, choose the following:</p>
9690
+ * <ul>
9691
+ * <li>
9692
+ * <p>
9693
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9694
+ * </li>
9695
+ * <li>
9696
+ * <p>
9697
+ * <b>Conditions:</b>
9698
+ * </p>
9699
+ * <ul>
9700
+ * <li>
9701
+ * <p>
9702
+ * <b>Property</b>
9703
+ * </p>
9704
+ * <ul>
9705
+ * <li>
9706
+ * <p>
9707
+ * <b>IPAM pool ID</b>: Select an IPAM pool that contains the resources</p>
9708
+ * </li>
9709
+ * <li>
9710
+ * <p>
9711
+ * <b>CIDR</b> (like 10.24.34.0/23)</p>
9712
+ * </li>
9713
+ * </ul>
9714
+ * </li>
9715
+ * <li>
9716
+ * <p>
9717
+ * <b>Operation</b>: Equals/Not equals</p>
9718
+ * </li>
9719
+ * <li>
9720
+ * <p>
9721
+ * <b>Value</b>: The value on which to match the condition</p>
9722
+ * </li>
9723
+ * </ul>
9724
+ * </li>
9725
+ * </ul>
9726
+ * </li>
9727
+ * <li>
9728
+ * <p>
9729
+ * <b>Scope resource CIDR</b>: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope</p>
9730
+ * <p>If you choose this option, choose the following:</p>
9731
+ * <ul>
9732
+ * <li>
9733
+ * <p>
9734
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9735
+ * </li>
9736
+ * <li>
9737
+ * <p>
9738
+ * <b>Resource type</b>: Select a resource, like a VPC or subnet.</p>
9739
+ * </li>
9740
+ * <li>
9741
+ * <p>
9742
+ * <b>Conditions</b>:</p>
9743
+ * <ul>
9744
+ * <li>
9745
+ * <p>
9746
+ * <b>Property</b>:</p>
9747
+ * <ul>
9748
+ * <li>
9749
+ * <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
9750
+ * </li>
9751
+ * <li>
9752
+ * <p>Resource owner (like 111122223333)</p>
9753
+ * </li>
9754
+ * <li>
9755
+ * <p>Resource region (like us-east-1)</p>
9756
+ * </li>
9757
+ * <li>
9758
+ * <p>Resource tag (like key: name, value: dev-vpc-1)</p>
9759
+ * </li>
9760
+ * <li>
9761
+ * <p>CIDR (like 10.24.34.0/23)</p>
9762
+ * </li>
9763
+ * </ul>
9764
+ * </li>
9765
+ * <li>
9766
+ * <p>
9767
+ * <b>Operation</b>: Equals/Not equals</p>
9768
+ * </li>
9769
+ * <li>
9770
+ * <p>
9771
+ * <b>Value</b>: The value on which to match the condition</p>
9772
+ * </li>
9773
+ * </ul>
9774
+ * </li>
9775
+ * </ul>
9776
+ * </li>
9777
+ * </ul>
9778
+ * @public
9779
+ */
9780
+ export interface IpamPrefixListResolverRuleConditionRequest {
9652
9781
  /**
9653
- * <p>A check for whether you have the required permissions for the action without actually making the request
9654
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9655
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9782
+ * <p>The operation to perform when evaluating this condition.</p>
9656
9783
  * @public
9657
9784
  */
9658
- DryRun?: boolean | undefined;
9785
+ Operation: IpamPrefixListResolverRuleConditionOperation | undefined;
9659
9786
  /**
9660
- * <p>A description for the IPAM resource discovery.</p>
9787
+ * <p>The ID of the IPAM pool to match against. This condition selects CIDRs that belong to the specified IPAM pool.</p>
9661
9788
  * @public
9662
9789
  */
9663
- Description?: string | undefined;
9790
+ IpamPoolId?: string | undefined;
9664
9791
  /**
9665
- * <p>Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
9792
+ * <p>The ID of the Amazon Web Services resource to match against. This condition selects CIDRs associated with the specified resource.</p>
9666
9793
  * @public
9667
9794
  */
9668
- OperatingRegions?: AddIpamOperatingRegion[] | undefined;
9795
+ ResourceId?: string | undefined;
9669
9796
  /**
9670
- * <p>Tag specifications for the IPAM resource discovery.</p>
9797
+ * <p>The Amazon Web Services account ID that owns the resources to match against. This condition selects CIDRs from resources owned by the specified account.</p>
9671
9798
  * @public
9672
9799
  */
9673
- TagSpecifications?: TagSpecification[] | undefined;
9800
+ ResourceOwner?: string | undefined;
9674
9801
  /**
9675
- * <p>A client token for the IPAM resource discovery.</p>
9802
+ * <p>The Amazon Web Services Region where the resources are located. This condition selects CIDRs from resources in the specified Region.</p>
9676
9803
  * @public
9677
9804
  */
9678
- ClientToken?: string | undefined;
9679
- }
9680
- /**
9681
- * <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
9682
- * @public
9683
- */
9684
- export interface IpamOrganizationalUnitExclusion {
9805
+ ResourceRegion?: string | undefined;
9685
9806
  /**
9686
- * <p>An Amazon Web Services Organizations entity path. For more information on the entity path, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_last-accessed-view-data-orgs.html#access_policies_access-advisor-viewing-orgs-entity-path">Understand the Amazon Web Services Organizations entity path</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
9807
+ * <p>A tag key-value pair to match against. This condition selects CIDRs from resources that have the specified tag.</p>
9687
9808
  * @public
9688
9809
  */
9689
- OrganizationsEntityPath?: string | undefined;
9810
+ ResourceTag?: RequestIpamResourceTag | undefined;
9811
+ /**
9812
+ * <p>A CIDR block to match against. This condition selects CIDRs that fall within or match the specified CIDR range.</p>
9813
+ * @public
9814
+ */
9815
+ Cidr?: string | undefined;
9690
9816
  }
9691
9817
  /**
9692
9818
  * @public
9693
9819
  * @enum
9694
9820
  */
9695
- export declare const IpamResourceDiscoveryState: {
9696
- readonly CREATE_COMPLETE: "create-complete";
9697
- readonly CREATE_FAILED: "create-failed";
9698
- readonly CREATE_IN_PROGRESS: "create-in-progress";
9699
- readonly DELETE_COMPLETE: "delete-complete";
9700
- readonly DELETE_FAILED: "delete-failed";
9701
- readonly DELETE_IN_PROGRESS: "delete-in-progress";
9702
- readonly ISOLATE_COMPLETE: "isolate-complete";
9703
- readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
9704
- readonly MODIFY_COMPLETE: "modify-complete";
9705
- readonly MODIFY_FAILED: "modify-failed";
9706
- readonly MODIFY_IN_PROGRESS: "modify-in-progress";
9707
- readonly RESTORE_IN_PROGRESS: "restore-in-progress";
9821
+ export declare const IpamResourceType: {
9822
+ readonly eip: "eip";
9823
+ readonly eni: "eni";
9824
+ readonly ipv6_pool: "ipv6-pool";
9825
+ readonly public_ipv4_pool: "public-ipv4-pool";
9826
+ readonly subnet: "subnet";
9827
+ readonly vpc: "vpc";
9708
9828
  };
9709
9829
  /**
9710
9830
  * @public
9711
9831
  */
9712
- export type IpamResourceDiscoveryState = (typeof IpamResourceDiscoveryState)[keyof typeof IpamResourceDiscoveryState];
9832
+ export type IpamResourceType = (typeof IpamResourceType)[keyof typeof IpamResourceType];
9713
9833
  /**
9714
- * <p>A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.</p>
9715
9834
  * @public
9835
+ * @enum
9716
9836
  */
9717
- export interface IpamResourceDiscovery {
9718
- /**
9719
- * <p>The ID of the owner.</p>
9720
- * @public
9721
- */
9722
- OwnerId?: string | undefined;
9723
- /**
9724
- * <p>The resource discovery ID.</p>
9725
- * @public
9726
- */
9727
- IpamResourceDiscoveryId?: string | undefined;
9728
- /**
9729
- * <p>The resource discovery Amazon Resource Name (ARN).</p>
9730
- * @public
9731
- */
9732
- IpamResourceDiscoveryArn?: string | undefined;
9733
- /**
9734
- * <p>The resource discovery Region.</p>
9735
- * @public
9736
- */
9737
- IpamResourceDiscoveryRegion?: string | undefined;
9738
- /**
9739
- * <p>The resource discovery description.</p>
9740
- * @public
9741
- */
9742
- Description?: string | undefined;
9743
- /**
9744
- * <p>The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
9745
- * @public
9746
- */
9747
- OperatingRegions?: IpamOperatingRegion[] | undefined;
9837
+ export declare const IpamPrefixListResolverRuleType: {
9838
+ readonly ipam_pool_cidr: "ipam-pool-cidr";
9839
+ readonly ipam_resource_cidr: "ipam-resource-cidr";
9840
+ readonly static_cidr: "static-cidr";
9841
+ };
9842
+ /**
9843
+ * @public
9844
+ */
9845
+ export type IpamPrefixListResolverRuleType = (typeof IpamPrefixListResolverRuleType)[keyof typeof IpamPrefixListResolverRuleType];
9846
+ /**
9847
+ * <p>Describes a CIDR selection rule to include in a request. This is used when creating or modifying resolver rules.</p>
9848
+ * <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
9849
+ * <p>There are three rule types. Only 2 of the 3 rule types support conditions - <b>IPAM pool CIDR</b> and <b>Scope resource CIDR</b>. <b>Static CIDR</b> rules cannot have conditions.</p>
9850
+ * <ul>
9851
+ * <li>
9852
+ * <p>
9853
+ * <b>Static CIDR</b>: A fixed list of CIDRs that do not change (like a manual list replicated across Regions)</p>
9854
+ * </li>
9855
+ * <li>
9856
+ * <p>
9857
+ * <b>IPAM pool CIDR</b>: CIDRs from specific IPAM pools (like all CIDRs from your IPAM production pool)</p>
9858
+ * <p>If you choose this option, choose the following:</p>
9859
+ * <ul>
9860
+ * <li>
9861
+ * <p>
9862
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9863
+ * </li>
9864
+ * <li>
9865
+ * <p>
9866
+ * <b>Conditions:</b>
9867
+ * </p>
9868
+ * <ul>
9869
+ * <li>
9870
+ * <p>
9871
+ * <b>Property</b>
9872
+ * </p>
9873
+ * <ul>
9874
+ * <li>
9875
+ * <p>
9876
+ * <b>IPAM pool ID</b>: Select an IPAM pool that contains the resources</p>
9877
+ * </li>
9878
+ * <li>
9879
+ * <p>
9880
+ * <b>CIDR</b> (like 10.24.34.0/23)</p>
9881
+ * </li>
9882
+ * </ul>
9883
+ * </li>
9884
+ * <li>
9885
+ * <p>
9886
+ * <b>Operation</b>: Equals/Not equals</p>
9887
+ * </li>
9888
+ * <li>
9889
+ * <p>
9890
+ * <b>Value</b>: The value on which to match the condition</p>
9891
+ * </li>
9892
+ * </ul>
9893
+ * </li>
9894
+ * </ul>
9895
+ * </li>
9896
+ * <li>
9897
+ * <p>
9898
+ * <b>Scope resource CIDR</b>: CIDRs from Amazon Web Services resources like VPCs, subnets, EIPs within an IPAM scope</p>
9899
+ * <p>If you choose this option, choose the following:</p>
9900
+ * <ul>
9901
+ * <li>
9902
+ * <p>
9903
+ * <b>IPAM scope</b>: Select the IPAM scope to search for resources</p>
9904
+ * </li>
9905
+ * <li>
9906
+ * <p>
9907
+ * <b>Resource type</b>: Select a resource, like a VPC or subnet.</p>
9908
+ * </li>
9909
+ * <li>
9910
+ * <p>
9911
+ * <b>Conditions</b>:</p>
9912
+ * <ul>
9913
+ * <li>
9914
+ * <p>
9915
+ * <b>Property</b>:</p>
9916
+ * <ul>
9917
+ * <li>
9918
+ * <p>Resource ID: The unique ID of a resource (like vpc-1234567890abcdef0)</p>
9919
+ * </li>
9920
+ * <li>
9921
+ * <p>Resource owner (like 111122223333)</p>
9922
+ * </li>
9923
+ * <li>
9924
+ * <p>Resource region (like us-east-1)</p>
9925
+ * </li>
9926
+ * <li>
9927
+ * <p>Resource tag (like key: name, value: dev-vpc-1)</p>
9928
+ * </li>
9929
+ * <li>
9930
+ * <p>CIDR (like 10.24.34.0/23)</p>
9931
+ * </li>
9932
+ * </ul>
9933
+ * </li>
9934
+ * <li>
9935
+ * <p>
9936
+ * <b>Operation</b>: Equals/Not equals</p>
9937
+ * </li>
9938
+ * <li>
9939
+ * <p>
9940
+ * <b>Value</b>: The value on which to match the condition</p>
9941
+ * </li>
9942
+ * </ul>
9943
+ * </li>
9944
+ * </ul>
9945
+ * </li>
9946
+ * </ul>
9947
+ * @public
9948
+ */
9949
+ export interface IpamPrefixListResolverRuleRequest {
9748
9950
  /**
9749
- * <p>Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.</p>
9951
+ * <p>The type of CIDR selection rule. Valid values include <code>include</code> for selecting CIDRs that match the conditions, and <code>exclude</code> for excluding CIDRs that match the conditions.</p>
9750
9952
  * @public
9751
9953
  */
9752
- IsDefault?: boolean | undefined;
9954
+ RuleType: IpamPrefixListResolverRuleType | undefined;
9753
9955
  /**
9754
- * <p>The lifecycle state of the resource discovery.</p>
9755
- * <ul>
9756
- * <li>
9757
- * <p>
9758
- * <code>create-in-progress</code> - Resource discovery is being created.</p>
9759
- * </li>
9760
- * <li>
9761
- * <p>
9762
- * <code>create-complete</code> - Resource discovery creation is complete.</p>
9763
- * </li>
9764
- * <li>
9765
- * <p>
9766
- * <code>create-failed</code> - Resource discovery creation has failed.</p>
9767
- * </li>
9768
- * <li>
9769
- * <p>
9770
- * <code>modify-in-progress</code> - Resource discovery is being modified.</p>
9771
- * </li>
9772
- * <li>
9773
- * <p>
9774
- * <code>modify-complete</code> - Resource discovery modification is complete.</p>
9775
- * </li>
9776
- * <li>
9777
- * <p>
9778
- * <code>modify-failed</code> - Resource discovery modification has failed.</p>
9779
- * </li>
9780
- * <li>
9781
- * <p>
9782
- * <code>delete-in-progress</code> - Resource discovery is being deleted.</p>
9783
- * </li>
9784
- * <li>
9785
- * <p>
9786
- * <code>delete-complete</code> - Resource discovery deletion is complete.</p>
9787
- * </li>
9788
- * <li>
9789
- * <p>
9790
- * <code>delete-failed</code> - Resource discovery deletion has failed.</p>
9791
- * </li>
9792
- * <li>
9793
- * <p>
9794
- * <code>isolate-in-progress</code> - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated.</p>
9795
- * </li>
9796
- * <li>
9797
- * <p>
9798
- * <code>isolate-complete</code> - Resource discovery isolation is complete.</p>
9799
- * </li>
9800
- * <li>
9801
- * <p>
9802
- * <code>restore-in-progress</code> - Amazon Web Services account that created the resource discovery and was isolated has been restored.</p>
9803
- * </li>
9804
- * </ul>
9956
+ * <p>A fixed list of CIDRs that do not change (like a manual list replicated across Regions).</p>
9805
9957
  * @public
9806
9958
  */
9807
- State?: IpamResourceDiscoveryState | undefined;
9959
+ StaticCidr?: string | undefined;
9808
9960
  /**
9809
- * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
9961
+ * <p>The ID of the IPAM scope from which to select CIDRs. This determines whether to select from public or private IP address space.</p>
9810
9962
  * @public
9811
9963
  */
9812
- Tags?: Tag[] | undefined;
9964
+ IpamScopeId?: string | undefined;
9813
9965
  /**
9814
- * <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
9966
+ * <p>For rules of type <code>ipam-resource-cidr</code>, this is the resource type.</p>
9815
9967
  * @public
9816
9968
  */
9817
- OrganizationalUnitExclusions?: IpamOrganizationalUnitExclusion[] | undefined;
9818
- }
9819
- /**
9820
- * @public
9821
- */
9822
- export interface CreateIpamResourceDiscoveryResult {
9969
+ ResourceType?: IpamResourceType | undefined;
9823
9970
  /**
9824
- * <p>An IPAM resource discovery.</p>
9971
+ * <p>The conditions that determine which CIDRs are selected by this rule. Conditions specify criteria such as resource type, tags, account IDs, and Regions.</p>
9825
9972
  * @public
9826
9973
  */
9827
- IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
9974
+ Conditions?: IpamPrefixListResolverRuleConditionRequest[] | undefined;
9828
9975
  }
9829
9976
  /**
9830
9977
  * @public
9831
9978
  */
9832
- export interface CreateIpamScopeRequest {
9979
+ export interface CreateIpamPrefixListResolverRequest {
9833
9980
  /**
9834
9981
  * <p>A check for whether you have the required permissions for the action without actually making the request
9835
9982
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -9838,18 +9985,28 @@ export interface CreateIpamScopeRequest {
9838
9985
  */
9839
9986
  DryRun?: boolean | undefined;
9840
9987
  /**
9841
- * <p>The ID of the IPAM for which you're creating this scope.</p>
9988
+ * <p>The ID of the IPAM that will serve as the source of the IP address database for CIDR selection. The IPAM must be in the Advanced tier to use this feature.</p>
9842
9989
  * @public
9843
9990
  */
9844
9991
  IpamId: string | undefined;
9845
9992
  /**
9846
- * <p>A description for the scope you're creating.</p>
9993
+ * <p>A description for the IPAM prefix list resolver to help you identify its purpose and configuration.</p>
9847
9994
  * @public
9848
9995
  */
9849
9996
  Description?: string | undefined;
9850
9997
  /**
9851
- * <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
9852
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
9998
+ * <p>The address family for the IPAM prefix list resolver. Valid values are <code>ipv4</code> and <code>ipv6</code>. You must create separate resolvers for IPv4 and IPv6 CIDRs as they cannot be mixed in the same resolver.</p>
9999
+ * @public
10000
+ */
10001
+ AddressFamily: AddressFamily | undefined;
10002
+ /**
10003
+ * <p>The CIDR selection rules for the resolver.</p>
10004
+ * <p>CIDR selection rules define the business logic for selecting CIDRs from IPAM. If a CIDR matches any of the rules, it will be included. If a rule has multiple conditions, the CIDR has to match every condition of that rule. You can create a prefix list resolver without any CIDR selection rules, but it will generate empty versions (containing no CIDRs) until you add rules.</p>
10005
+ * @public
10006
+ */
10007
+ Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
10008
+ /**
10009
+ * <p>The tags to apply to the IPAM prefix list resolver during creation. Tags help you organize and manage your Amazon Web Services resources.</p>
9853
10010
  * @public
9854
10011
  */
9855
10012
  TagSpecifications?: TagSpecification[] | undefined;
@@ -9863,7 +10020,20 @@ export interface CreateIpamScopeRequest {
9863
10020
  * @public
9864
10021
  * @enum
9865
10022
  */
9866
- export declare const IpamScopeState: {
10023
+ export declare const IpamPrefixListResolverVersionCreationStatus: {
10024
+ readonly failure: "failure";
10025
+ readonly pending: "pending";
10026
+ readonly success: "success";
10027
+ };
10028
+ /**
10029
+ * @public
10030
+ */
10031
+ export type IpamPrefixListResolverVersionCreationStatus = (typeof IpamPrefixListResolverVersionCreationStatus)[keyof typeof IpamPrefixListResolverVersionCreationStatus];
10032
+ /**
10033
+ * @public
10034
+ * @enum
10035
+ */
10036
+ export declare const IpamPrefixListResolverState: {
9867
10037
  readonly create_complete: "create-complete";
9868
10038
  readonly create_failed: "create-failed";
9869
10039
  readonly create_in_progress: "create-in-progress";
@@ -9880,1902 +10050,1440 @@ export declare const IpamScopeState: {
9880
10050
  /**
9881
10051
  * @public
9882
10052
  */
9883
- export type IpamScopeState = (typeof IpamScopeState)[keyof typeof IpamScopeState];
10053
+ export type IpamPrefixListResolverState = (typeof IpamPrefixListResolverState)[keyof typeof IpamPrefixListResolverState];
9884
10054
  /**
9885
- * <p>In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.</p>
9886
- * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/how-it-works-ipam.html">How IPAM works</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
10055
+ * <p>Describes an IPAM prefix list resolver.</p>
10056
+ * <p>An IPAM prefix list resolver is a component that manages the synchronization between IPAM's CIDR selection rules and customer-managed prefix lists. It automates connectivity configurations by selecting CIDRs from IPAM's database based on your business logic and synchronizing them with prefix lists used in resources such as VPC route tables and security groups.</p>
9887
10057
  * @public
9888
10058
  */
9889
- export interface IpamScope {
10059
+ export interface IpamPrefixListResolver {
9890
10060
  /**
9891
- * <p>The Amazon Web Services account ID of the owner of the scope.</p>
10061
+ * <p>The ID of the Amazon Web Services account that owns the IPAM prefix list resolver.</p>
9892
10062
  * @public
9893
10063
  */
9894
10064
  OwnerId?: string | undefined;
9895
10065
  /**
9896
- * <p>The ID of the scope.</p>
10066
+ * <p>The ID of the IPAM prefix list resolver.</p>
9897
10067
  * @public
9898
10068
  */
9899
- IpamScopeId?: string | undefined;
10069
+ IpamPrefixListResolverId?: string | undefined;
9900
10070
  /**
9901
- * <p>The Amazon Resource Name (ARN) of the scope.</p>
10071
+ * <p>The Amazon Resource Name (ARN) of the IPAM prefix list resolver.</p>
9902
10072
  * @public
9903
10073
  */
9904
- IpamScopeArn?: string | undefined;
10074
+ IpamPrefixListResolverArn?: string | undefined;
9905
10075
  /**
9906
- * <p>The ARN of the IPAM.</p>
10076
+ * <p>The Amazon Resource Name (ARN) of the IPAM associated with this resolver.</p>
9907
10077
  * @public
9908
10078
  */
9909
10079
  IpamArn?: string | undefined;
9910
10080
  /**
9911
- * <p>The Amazon Web Services Region of the IPAM scope.</p>
10081
+ * <p>The Amazon Web Services Region where the associated IPAM is located.</p>
9912
10082
  * @public
9913
10083
  */
9914
10084
  IpamRegion?: string | undefined;
9915
10085
  /**
9916
- * <p>The type of the scope.</p>
10086
+ * <p>The description of the IPAM prefix list resolver.</p>
9917
10087
  * @public
9918
10088
  */
9919
- IpamScopeType?: IpamScopeType | undefined;
10089
+ Description?: string | undefined;
9920
10090
  /**
9921
- * <p>Defines if the scope is the default scope or not.</p>
10091
+ * <p>The address family (IPv4 or IPv6) for the IPAM prefix list resolver.</p>
9922
10092
  * @public
9923
10093
  */
9924
- IsDefault?: boolean | undefined;
10094
+ AddressFamily?: AddressFamily | undefined;
9925
10095
  /**
9926
- * <p>The description of the scope.</p>
10096
+ * <p>The current state of the IPAM prefix list resolver. Valid values include <code>create-in-progress</code>, <code>create-complete</code>, <code>create-failed</code>, <code>modify-in-progress</code>, <code>modify-complete</code>, <code>modify-failed</code>, <code>delete-in-progress</code>, <code>delete-complete</code>, and <code>delete-failed</code>.</p>
9927
10097
  * @public
9928
10098
  */
9929
- Description?: string | undefined;
10099
+ State?: IpamPrefixListResolverState | undefined;
9930
10100
  /**
9931
- * <p>The number of pools in the scope.</p>
10101
+ * <p>The tags assigned to the IPAM prefix list resolver.</p>
9932
10102
  * @public
9933
10103
  */
9934
- PoolCount?: number | undefined;
10104
+ Tags?: Tag[] | undefined;
9935
10105
  /**
9936
- * <p>The state of the IPAM scope.</p>
10106
+ * <p>The status for the last time a version was created.</p>
10107
+ * <p>Each version is a snapshot of what CIDRs matched your rules at that moment in time. The version number increments every time the CIDR list
10108
+ * changes due to infrastructure changes.</p>
9937
10109
  * @public
9938
10110
  */
9939
- State?: IpamScopeState | undefined;
10111
+ LastVersionCreationStatus?: IpamPrefixListResolverVersionCreationStatus | undefined;
9940
10112
  /**
9941
- * <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
9942
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
10113
+ * <p>The status message for the last time a version was created.</p>
10114
+ * <p>Each version is a snapshot of what CIDRs matched your rules at that moment in time. The version number increments every time the CIDR list
10115
+ * changes due to infrastructure changes.</p>
9943
10116
  * @public
9944
10117
  */
9945
- Tags?: Tag[] | undefined;
10118
+ LastVersionCreationStatusMessage?: string | undefined;
9946
10119
  }
9947
10120
  /**
9948
10121
  * @public
9949
10122
  */
9950
- export interface CreateIpamScopeResult {
10123
+ export interface CreateIpamPrefixListResolverResult {
9951
10124
  /**
9952
- * <p>Information about the created scope.</p>
10125
+ * <p>Information about the IPAM prefix list resolver that was created.</p>
9953
10126
  * @public
9954
10127
  */
9955
- IpamScope?: IpamScope | undefined;
10128
+ IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
9956
10129
  }
9957
- /**
9958
- * @public
9959
- * @enum
9960
- */
9961
- export declare const KeyFormat: {
9962
- readonly pem: "pem";
9963
- readonly ppk: "ppk";
9964
- };
9965
- /**
9966
- * @public
9967
- */
9968
- export type KeyFormat = (typeof KeyFormat)[keyof typeof KeyFormat];
9969
- /**
9970
- * @public
9971
- * @enum
9972
- */
9973
- export declare const KeyType: {
9974
- readonly ed25519: "ed25519";
9975
- readonly rsa: "rsa";
9976
- };
9977
10130
  /**
9978
10131
  * @public
9979
10132
  */
9980
- export type KeyType = (typeof KeyType)[keyof typeof KeyType];
9981
- /**
9982
- * @public
9983
- */
9984
- export interface CreateKeyPairRequest {
10133
+ export interface CreateIpamPrefixListResolverTargetRequest {
9985
10134
  /**
9986
- * <p>A unique name for the key pair.</p>
9987
- * <p>Constraints: Up to 255 ASCII characters</p>
10135
+ * <p>A check for whether you have the required permissions for the action without actually making the request
10136
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10137
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9988
10138
  * @public
9989
10139
  */
9990
- KeyName: string | undefined;
10140
+ DryRun?: boolean | undefined;
9991
10141
  /**
9992
- * <p>The type of key pair. Note that ED25519 keys are not supported for Windows instances.</p>
9993
- * <p>Default: <code>rsa</code>
9994
- * </p>
10142
+ * <p>The ID of the IPAM prefix list resolver that will manage the synchronization of CIDRs to the target prefix list.</p>
9995
10143
  * @public
9996
10144
  */
9997
- KeyType?: KeyType | undefined;
10145
+ IpamPrefixListResolverId: string | undefined;
9998
10146
  /**
9999
- * <p>The tags to apply to the new key pair.</p>
10147
+ * <p>The ID of the managed prefix list that will be synchronized with CIDRs selected by the IPAM prefix list resolver. This prefix list becomes an IPAM managed prefix list.</p>
10148
+ * <p>An IPAM-managed prefix list is a customer-managed prefix list that has been associated with an IPAM prefix list resolver target. When a prefix list becomes IPAM managed, its CIDRs are automatically synchronized based on the IPAM prefix list resolver's CIDR selection rules, and direct CIDR modifications are restricted.</p>
10000
10149
  * @public
10001
10150
  */
10002
- TagSpecifications?: TagSpecification[] | undefined;
10151
+ PrefixListId: string | undefined;
10003
10152
  /**
10004
- * <p>The format of the key pair.</p>
10005
- * <p>Default: <code>pem</code>
10006
- * </p>
10153
+ * <p>The Amazon Web Services Region where the prefix list is located. This is required when referencing a prefix list in a different Region.</p>
10007
10154
  * @public
10008
10155
  */
10009
- KeyFormat?: KeyFormat | undefined;
10156
+ PrefixListRegion: string | undefined;
10010
10157
  /**
10011
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10012
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10013
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10158
+ * <p>The specific version of the prefix list to target. If not specified, the resolver will target the latest version.</p>
10014
10159
  * @public
10015
10160
  */
10016
- DryRun?: boolean | undefined;
10161
+ DesiredVersion?: number | undefined;
10162
+ /**
10163
+ * <p>Indicates whether the resolver target should automatically track the latest version of the prefix list. When enabled, the target will always synchronize with the most current version of the prefix list.</p>
10164
+ * <p>Choose this for automatic updates when you want your prefix lists to stay current with infrastructure changes without manual intervention.</p>
10165
+ * @public
10166
+ */
10167
+ TrackLatestVersion: boolean | undefined;
10168
+ /**
10169
+ * <p>The tags to apply to the IPAM prefix list resolver target during creation. Tags help you organize and manage your Amazon Web Services resources.</p>
10170
+ * @public
10171
+ */
10172
+ TagSpecifications?: TagSpecification[] | undefined;
10173
+ /**
10174
+ * <p>A 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/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
10175
+ * @public
10176
+ */
10177
+ ClientToken?: string | undefined;
10017
10178
  }
10018
10179
  /**
10019
- * <p>Describes a key pair.</p>
10020
10180
  * @public
10181
+ * @enum
10021
10182
  */
10022
- export interface KeyPair {
10023
- /**
10024
- * <p>The ID of the key pair.</p>
10025
- * @public
10026
- */
10027
- KeyPairId?: string | undefined;
10183
+ export declare const IpamPrefixListResolverTargetState: {
10184
+ readonly create_complete: "create-complete";
10185
+ readonly create_failed: "create-failed";
10186
+ readonly create_in_progress: "create-in-progress";
10187
+ readonly delete_complete: "delete-complete";
10188
+ readonly delete_failed: "delete-failed";
10189
+ readonly delete_in_progress: "delete-in-progress";
10190
+ readonly isolate_complete: "isolate-complete";
10191
+ readonly isolate_in_progress: "isolate-in-progress";
10192
+ readonly modify_complete: "modify-complete";
10193
+ readonly modify_failed: "modify-failed";
10194
+ readonly modify_in_progress: "modify-in-progress";
10195
+ readonly restore_in_progress: "restore-in-progress";
10196
+ readonly sync_complete: "sync-complete";
10197
+ readonly sync_failed: "sync-failed";
10198
+ readonly sync_in_progress: "sync-in-progress";
10199
+ };
10200
+ /**
10201
+ * @public
10202
+ */
10203
+ export type IpamPrefixListResolverTargetState = (typeof IpamPrefixListResolverTargetState)[keyof typeof IpamPrefixListResolverTargetState];
10204
+ /**
10205
+ * <p>Describes an IPAM prefix list resolver target.</p>
10206
+ * <p>An IPAM prefix list resolver target is an association between a specific customer-managed prefix list and an IPAM prefix list resolver. The target enables the resolver to synchronize CIDRs selected by its rules into the specified prefix list, which can then be referenced in Amazon Web Services resources.</p>
10207
+ * @public
10208
+ */
10209
+ export interface IpamPrefixListResolverTarget {
10028
10210
  /**
10029
- * <p>Any tags applied to the key pair.</p>
10211
+ * <p>The ID of the IPAM prefix list resolver target.</p>
10030
10212
  * @public
10031
10213
  */
10032
- Tags?: Tag[] | undefined;
10214
+ IpamPrefixListResolverTargetId?: string | undefined;
10033
10215
  /**
10034
- * <p>The name of the key pair.</p>
10216
+ * <p>The Amazon Resource Name (ARN) of the IPAM prefix list resolver target.</p>
10035
10217
  * @public
10036
10218
  */
10037
- KeyName?: string | undefined;
10219
+ IpamPrefixListResolverTargetArn?: string | undefined;
10038
10220
  /**
10039
- * <ul>
10040
- * <li>
10041
- * <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
10042
- * </li>
10043
- * <li>
10044
- * <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.</p>
10045
- * </li>
10046
- * </ul>
10221
+ * <p>The ID of the IPAM prefix list resolver associated with this target.</p>
10047
10222
  * @public
10048
10223
  */
10049
- KeyFingerprint?: string | undefined;
10224
+ IpamPrefixListResolverId?: string | undefined;
10050
10225
  /**
10051
- * <p>An unencrypted PEM encoded RSA or ED25519 private key.</p>
10226
+ * <p>The ID of the Amazon Web Services account that owns the IPAM prefix list resolver target.</p>
10052
10227
  * @public
10053
10228
  */
10054
- KeyMaterial?: string | undefined;
10055
- }
10056
- /**
10057
- * <p>The parameters for a block device for an EBS volume.</p>
10058
- * @public
10059
- */
10060
- export interface LaunchTemplateEbsBlockDeviceRequest {
10229
+ OwnerId?: string | undefined;
10061
10230
  /**
10062
- * <p>Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached
10063
- * to instances that support Amazon EBS encryption. If you are creating a volume from a
10064
- * snapshot, you can't specify an encryption value.</p>
10231
+ * <p>The ID of the managed prefix list associated with this target.</p>
10065
10232
  * @public
10066
10233
  */
10067
- Encrypted?: boolean | undefined;
10234
+ PrefixListId?: string | undefined;
10068
10235
  /**
10069
- * <p>Indicates whether the EBS volume is deleted on instance termination.</p>
10236
+ * <p>The Amazon Web Services Region where the prefix list associated with this target is located.</p>
10070
10237
  * @public
10071
10238
  */
10072
- DeleteOnTermination?: boolean | undefined;
10239
+ PrefixListRegion?: string | undefined;
10073
10240
  /**
10074
- * <p>The number of I/O operations per second (IOPS). For <code>gp3</code>,
10075
- * <code>io1</code>, and <code>io2</code> volumes, this represents the number of IOPS that
10076
- * are provisioned for the volume. For <code>gp2</code> volumes, this represents the
10077
- * baseline performance of the volume and the rate at which the volume accumulates I/O
10078
- * credits for bursting.</p>
10079
- * <p>The following are the supported values for each volume type:</p>
10080
- * <ul>
10081
- * <li>
10082
- * <p>
10083
- * <code>gp3</code>: 3,000 - 80,000 IOPS</p>
10084
- * </li>
10085
- * <li>
10086
- * <p>
10087
- * <code>io1</code>: 100 - 64,000 IOPS</p>
10088
- * </li>
10089
- * <li>
10090
- * <p>
10091
- * <code>io2</code>: 100 - 256,000 IOPS</p>
10092
- * </li>
10093
- * </ul>
10094
- * <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
10095
- * <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
10096
- * built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
10097
- * <p>This parameter is supported for <code>io1</code>, <code>io2</code>, and <code>gp3</code> volumes only.</p>
10241
+ * <p>The desired version of the prefix list that this target should synchronize with.</p>
10098
10242
  * @public
10099
10243
  */
10100
- Iops?: number | undefined;
10244
+ DesiredVersion?: number | undefined;
10101
10245
  /**
10102
- * <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.</p>
10246
+ * <p>The version of the prefix list that was last successfully synchronized by this target.</p>
10103
10247
  * @public
10104
10248
  */
10105
- KmsKeyId?: string | undefined;
10249
+ LastSyncedVersion?: number | undefined;
10106
10250
  /**
10107
- * <p>The ID of the snapshot.</p>
10251
+ * <p>Indicates whether this target automatically tracks the latest version of the prefix list.</p>
10108
10252
  * @public
10109
10253
  */
10110
- SnapshotId?: string | undefined;
10254
+ TrackLatestVersion?: boolean | undefined;
10111
10255
  /**
10112
- * <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume
10113
- * size. The following are the supported volumes sizes for each volume type:</p>
10114
- * <ul>
10115
- * <li>
10116
- * <p>
10117
- * <code>gp2</code>: 1 - 16,384 GiB</p>
10118
- * </li>
10119
- * <li>
10120
- * <p>
10121
- * <code>gp3</code>: 1 - 65,536 GiB</p>
10122
- * </li>
10123
- * <li>
10124
- * <p>
10125
- * <code>io1</code>: 4 - 16,384 GiB</p>
10126
- * </li>
10127
- * <li>
10128
- * <p>
10129
- * <code>io2</code>: 4 - 65,536 GiB</p>
10130
- * </li>
10131
- * <li>
10132
- * <p>
10133
- * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
10134
- * </li>
10135
- * <li>
10136
- * <p>
10137
- * <code>standard</code>: 1 - 1024 GiB</p>
10138
- * </li>
10139
- * </ul>
10256
+ * <p>A message describing the current state of the IPAM prefix list resolver target, including any error information.</p>
10140
10257
  * @public
10141
10258
  */
10142
- VolumeSize?: number | undefined;
10259
+ StateMessage?: string | undefined;
10143
10260
  /**
10144
- * <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the
10145
- * <i>Amazon EBS User Guide</i>.</p>
10261
+ * <p>The current state of the IPAM prefix list resolver target. Valid values include <code>create-in-progress</code>, <code>create-complete</code>, <code>create-failed</code>, <code>modify-in-progress</code>, <code>modify-complete</code>, <code>modify-failed</code>, <code>delete-in-progress</code>, <code>delete-complete</code>, and <code>delete-failed</code>.</p>
10146
10262
  * @public
10147
10263
  */
10148
- VolumeType?: VolumeType | undefined;
10264
+ State?: IpamPrefixListResolverTargetState | undefined;
10149
10265
  /**
10150
- * <p>The throughput to provision for a <code>gp3</code> volume, with a maximum of 2,000
10151
- * MiB/s.</p>
10152
- * <p>Valid Range: Minimum value of 125. Maximum value of 2,000.</p>
10266
+ * <p>The tags assigned to the IPAM prefix list resolver target.</p>
10153
10267
  * @public
10154
10268
  */
10155
- Throughput?: number | undefined;
10269
+ Tags?: Tag[] | undefined;
10270
+ }
10271
+ /**
10272
+ * @public
10273
+ */
10274
+ export interface CreateIpamPrefixListResolverTargetResult {
10156
10275
  /**
10157
- * <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
10158
- * the snapshot blocks from Amazon S3 to the volume. This is also known as <i>volume
10159
- * initialization</i>. Specifying a volume initialization rate ensures that the volume is
10160
- * initialized at a predictable and consistent rate after creation.</p>
10161
- * <p>This parameter is supported only for volumes created from snapshots. Omit this parameter
10162
- * if:</p>
10163
- * <ul>
10164
- * <li>
10165
- * <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
10166
- * that is enabled for fast snapshot restore. In this case, the volume is fully initialized
10167
- * at creation.</p>
10168
- * <note>
10169
- * <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
10170
- * the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
10171
- * </note>
10172
- * </li>
10173
- * <li>
10174
- * <p>You want to create a volume that is initialized at the default rate.</p>
10175
- * </li>
10176
- * </ul>
10177
- * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
10178
- * Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
10179
- * <p>Valid range: 100 - 300 MiB/s</p>
10276
+ * <p>Information about the IPAM prefix list resolver target that was created.</p>
10180
10277
  * @public
10181
10278
  */
10182
- VolumeInitializationRate?: number | undefined;
10279
+ IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
10183
10280
  }
10184
10281
  /**
10185
- * <p>Describes a block device mapping.</p>
10186
10282
  * @public
10187
10283
  */
10188
- export interface LaunchTemplateBlockDeviceMappingRequest {
10284
+ export interface CreateIpamResourceDiscoveryRequest {
10189
10285
  /**
10190
- * <p>The device name (for example, /dev/sdh or xvdh).</p>
10286
+ * <p>A check for whether you have the required permissions for the action without actually making the request
10287
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10288
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10191
10289
  * @public
10192
10290
  */
10193
- DeviceName?: string | undefined;
10291
+ DryRun?: boolean | undefined;
10194
10292
  /**
10195
- * <p>The virtual device name (ephemeralN). Instance store volumes are numbered starting
10196
- * from 0. An instance type with 2 available instance store volumes can specify mappings
10197
- * for ephemeral0 and ephemeral1. The number of available instance store volumes depends on
10198
- * the instance type. After you connect to the instance, you must mount the volume.</p>
10293
+ * <p>A description for the IPAM resource discovery.</p>
10199
10294
  * @public
10200
10295
  */
10201
- VirtualName?: string | undefined;
10296
+ Description?: string | undefined;
10202
10297
  /**
10203
- * <p>Parameters used to automatically set up EBS volumes when the instance is
10204
- * launched.</p>
10298
+ * <p>Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
10205
10299
  * @public
10206
10300
  */
10207
- Ebs?: LaunchTemplateEbsBlockDeviceRequest | undefined;
10301
+ OperatingRegions?: AddIpamOperatingRegion[] | undefined;
10208
10302
  /**
10209
- * <p>To omit the device from the block device mapping, specify an empty string.</p>
10303
+ * <p>Tag specifications for the IPAM resource discovery.</p>
10210
10304
  * @public
10211
10305
  */
10212
- NoDevice?: string | undefined;
10306
+ TagSpecifications?: TagSpecification[] | undefined;
10307
+ /**
10308
+ * <p>A client token for the IPAM resource discovery.</p>
10309
+ * @public
10310
+ */
10311
+ ClientToken?: string | undefined;
10312
+ }
10313
+ /**
10314
+ * <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
10315
+ * @public
10316
+ */
10317
+ export interface IpamOrganizationalUnitExclusion {
10318
+ /**
10319
+ * <p>An Amazon Web Services Organizations entity path. For more information on the entity path, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_last-accessed-view-data-orgs.html#access_policies_access-advisor-viewing-orgs-entity-path">Understand the Amazon Web Services Organizations entity path</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
10320
+ * @public
10321
+ */
10322
+ OrganizationsEntityPath?: string | undefined;
10213
10323
  }
10214
10324
  /**
10215
10325
  * @public
10216
10326
  * @enum
10217
10327
  */
10218
- export declare const CapacityReservationPreference: {
10219
- readonly capacity_reservations_only: "capacity-reservations-only";
10220
- readonly none: "none";
10221
- readonly open: "open";
10328
+ export declare const IpamResourceDiscoveryState: {
10329
+ readonly CREATE_COMPLETE: "create-complete";
10330
+ readonly CREATE_FAILED: "create-failed";
10331
+ readonly CREATE_IN_PROGRESS: "create-in-progress";
10332
+ readonly DELETE_COMPLETE: "delete-complete";
10333
+ readonly DELETE_FAILED: "delete-failed";
10334
+ readonly DELETE_IN_PROGRESS: "delete-in-progress";
10335
+ readonly ISOLATE_COMPLETE: "isolate-complete";
10336
+ readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
10337
+ readonly MODIFY_COMPLETE: "modify-complete";
10338
+ readonly MODIFY_FAILED: "modify-failed";
10339
+ readonly MODIFY_IN_PROGRESS: "modify-in-progress";
10340
+ readonly RESTORE_IN_PROGRESS: "restore-in-progress";
10222
10341
  };
10223
10342
  /**
10224
10343
  * @public
10225
10344
  */
10226
- export type CapacityReservationPreference = (typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
10345
+ export type IpamResourceDiscoveryState = (typeof IpamResourceDiscoveryState)[keyof typeof IpamResourceDiscoveryState];
10227
10346
  /**
10228
- * <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
10347
+ * <p>A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.</p>
10229
10348
  * @public
10230
10349
  */
10231
- export interface CapacityReservationTarget {
10350
+ export interface IpamResourceDiscovery {
10232
10351
  /**
10233
- * <p>The ID of the Capacity Reservation in which to run the instance.</p>
10352
+ * <p>The ID of the owner.</p>
10234
10353
  * @public
10235
10354
  */
10236
- CapacityReservationId?: string | undefined;
10355
+ OwnerId?: string | undefined;
10237
10356
  /**
10238
- * <p>The ARN of the Capacity Reservation resource group in which to run the
10239
- * instance.</p>
10357
+ * <p>The resource discovery ID.</p>
10240
10358
  * @public
10241
10359
  */
10242
- CapacityReservationResourceGroupArn?: string | undefined;
10243
- }
10244
- /**
10245
- * <p>Describes an instance's Capacity Reservation targeting option. You can specify only
10246
- * one option at a time. Use the <code>CapacityReservationPreference</code> parameter to
10247
- * configure the instance to run in On-Demand capacity or to run in any <code>open</code>
10248
- * Capacity Reservation that has matching attributes (instance type, platform, Availability
10249
- * Zone). Use the <code>CapacityReservationTarget</code> parameter to explicitly target a
10250
- * specific Capacity Reservation or a Capacity Reservation group.</p>
10251
- * @public
10252
- */
10253
- export interface LaunchTemplateCapacityReservationSpecificationRequest {
10360
+ IpamResourceDiscoveryId?: string | undefined;
10254
10361
  /**
10255
- * <p>Indicates the instance's Capacity Reservation preferences. Possible preferences
10256
- * include:</p>
10362
+ * <p>The resource discovery Amazon Resource Name (ARN).</p>
10363
+ * @public
10364
+ */
10365
+ IpamResourceDiscoveryArn?: string | undefined;
10366
+ /**
10367
+ * <p>The resource discovery Region.</p>
10368
+ * @public
10369
+ */
10370
+ IpamResourceDiscoveryRegion?: string | undefined;
10371
+ /**
10372
+ * <p>The resource discovery description.</p>
10373
+ * @public
10374
+ */
10375
+ Description?: string | undefined;
10376
+ /**
10377
+ * <p>The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
10378
+ * @public
10379
+ */
10380
+ OperatingRegions?: IpamOperatingRegion[] | undefined;
10381
+ /**
10382
+ * <p>Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.</p>
10383
+ * @public
10384
+ */
10385
+ IsDefault?: boolean | undefined;
10386
+ /**
10387
+ * <p>The lifecycle state of the resource discovery.</p>
10257
10388
  * <ul>
10258
10389
  * <li>
10259
10390
  * <p>
10260
- * <code>capacity-reservations-only</code> - The instance will only run in a
10261
- * Capacity Reservation or Capacity Reservation group. If capacity isn't available,
10262
- * the instance will fail to launch.</p>
10391
+ * <code>create-in-progress</code> - Resource discovery is being created.</p>
10263
10392
  * </li>
10264
10393
  * <li>
10265
10394
  * <p>
10266
- * <code>open</code> - The instance can run in any <code>open</code> Capacity
10267
- * Reservation that has matching attributes (instance type, platform, Availability
10268
- * Zone, tenancy).</p>
10395
+ * <code>create-complete</code> - Resource discovery creation is complete.</p>
10269
10396
  * </li>
10270
10397
  * <li>
10271
10398
  * <p>
10272
- * <code>none</code> - The instance avoids running in a Capacity Reservation even
10273
- * if one is available. The instance runs in On-Demand capacity.</p>
10399
+ * <code>create-failed</code> - Resource discovery creation has failed.</p>
10400
+ * </li>
10401
+ * <li>
10402
+ * <p>
10403
+ * <code>modify-in-progress</code> - Resource discovery is being modified.</p>
10404
+ * </li>
10405
+ * <li>
10406
+ * <p>
10407
+ * <code>modify-complete</code> - Resource discovery modification is complete.</p>
10408
+ * </li>
10409
+ * <li>
10410
+ * <p>
10411
+ * <code>modify-failed</code> - Resource discovery modification has failed.</p>
10412
+ * </li>
10413
+ * <li>
10414
+ * <p>
10415
+ * <code>delete-in-progress</code> - Resource discovery is being deleted.</p>
10416
+ * </li>
10417
+ * <li>
10418
+ * <p>
10419
+ * <code>delete-complete</code> - Resource discovery deletion is complete.</p>
10420
+ * </li>
10421
+ * <li>
10422
+ * <p>
10423
+ * <code>delete-failed</code> - Resource discovery deletion has failed.</p>
10424
+ * </li>
10425
+ * <li>
10426
+ * <p>
10427
+ * <code>isolate-in-progress</code> - Amazon Web Services account that created the resource discovery has been removed and the resource discovery is being isolated.</p>
10428
+ * </li>
10429
+ * <li>
10430
+ * <p>
10431
+ * <code>isolate-complete</code> - Resource discovery isolation is complete.</p>
10432
+ * </li>
10433
+ * <li>
10434
+ * <p>
10435
+ * <code>restore-in-progress</code> - Amazon Web Services account that created the resource discovery and was isolated has been restored.</p>
10274
10436
  * </li>
10275
10437
  * </ul>
10276
10438
  * @public
10277
10439
  */
10278
- CapacityReservationPreference?: CapacityReservationPreference | undefined;
10440
+ State?: IpamResourceDiscoveryState | undefined;
10279
10441
  /**
10280
- * <p>Information about the target Capacity Reservation or Capacity Reservation
10281
- * group.</p>
10442
+ * <p>A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.</p>
10282
10443
  * @public
10283
10444
  */
10284
- CapacityReservationTarget?: CapacityReservationTarget | undefined;
10445
+ Tags?: Tag[] | undefined;
10446
+ /**
10447
+ * <p>If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.</p>
10448
+ * @public
10449
+ */
10450
+ OrganizationalUnitExclusions?: IpamOrganizationalUnitExclusion[] | undefined;
10451
+ }
10452
+ /**
10453
+ * @public
10454
+ */
10455
+ export interface CreateIpamResourceDiscoveryResult {
10456
+ /**
10457
+ * <p>An IPAM resource discovery.</p>
10458
+ * @public
10459
+ */
10460
+ IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
10285
10461
  }
10286
10462
  /**
10287
10463
  * @public
10288
10464
  * @enum
10289
10465
  */
10290
- export declare const AmdSevSnpSpecification: {
10291
- readonly disabled: "disabled";
10292
- readonly enabled: "enabled";
10466
+ export declare const IpamScopeExternalAuthorityType: {
10467
+ readonly infoblox: "infoblox";
10293
10468
  };
10294
10469
  /**
10295
10470
  * @public
10296
10471
  */
10297
- export type AmdSevSnpSpecification = (typeof AmdSevSnpSpecification)[keyof typeof AmdSevSnpSpecification];
10472
+ export type IpamScopeExternalAuthorityType = (typeof IpamScopeExternalAuthorityType)[keyof typeof IpamScopeExternalAuthorityType];
10298
10473
  /**
10299
- * <p>The CPU options for the instance. Both the core count and threads per core must be
10300
- * specified in the request.</p>
10474
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10475
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/integrate-infoblox-ipam.html">Integrate VPC IPAM with Infoblox infrastructure</a> in the <i>Amazon VPC IPAM User Guide</i>..</p>
10301
10476
  * @public
10302
10477
  */
10303
- export interface LaunchTemplateCpuOptionsRequest {
10304
- /**
10305
- * <p>The number of CPU cores for the instance.</p>
10306
- * @public
10307
- */
10308
- CoreCount?: number | undefined;
10478
+ export interface ExternalAuthorityConfiguration {
10309
10479
  /**
10310
- * <p>The number of threads per CPU core. To disable multithreading for the instance,
10311
- * specify a value of <code>1</code>. Otherwise, specify the default value of
10312
- * <code>2</code>.</p>
10480
+ * <p>The type of external authority.</p>
10313
10481
  * @public
10314
10482
  */
10315
- ThreadsPerCore?: number | undefined;
10483
+ Type?: IpamScopeExternalAuthorityType | undefined;
10316
10484
  /**
10317
- * <p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported
10318
- * with M6a, R6a, and C6a instance types only. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP for
10319
- * Amazon EC2 instances</a>.</p>
10485
+ * <p>The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format <code><version>.identity.account.<entity_realm>.<entity_id></code>.</p>
10320
10486
  * @public
10321
10487
  */
10322
- AmdSevSnp?: AmdSevSnpSpecification | undefined;
10488
+ ExternalResourceIdentifier?: string | undefined;
10323
10489
  }
10324
10490
  /**
10325
- * <p>The credit option for CPU usage of a T instance.</p>
10326
10491
  * @public
10327
10492
  */
10328
- export interface CreditSpecificationRequest {
10493
+ export interface CreateIpamScopeRequest {
10329
10494
  /**
10330
- * <p>The credit option for CPU usage of a T instance.</p>
10331
- * <p>Valid values: <code>standard</code> | <code>unlimited</code>
10332
- * </p>
10495
+ * <p>A check for whether you have the required permissions for the action without actually making the request
10496
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10497
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10333
10498
  * @public
10334
10499
  */
10335
- CpuCredits: string | undefined;
10336
- }
10337
- /**
10338
- * <note>
10339
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
10340
- * </note>
10341
- * <p>A specification for an Elastic Graphics accelerator.</p>
10342
- * @public
10343
- */
10344
- export interface ElasticGpuSpecification {
10500
+ DryRun?: boolean | undefined;
10345
10501
  /**
10346
- * <p>The type of Elastic Graphics accelerator.</p>
10502
+ * <p>The ID of the IPAM for which you're creating this scope.</p>
10347
10503
  * @public
10348
10504
  */
10349
- Type: string | undefined;
10350
- }
10351
- /**
10352
- * <note>
10353
- * <p>Amazon Elastic Inference is no longer available.</p>
10354
- * </note>
10355
- * <p> Describes an elastic inference accelerator. </p>
10356
- * @public
10357
- */
10358
- export interface LaunchTemplateElasticInferenceAccelerator {
10505
+ IpamId: string | undefined;
10359
10506
  /**
10360
- * <p> The type of elastic inference accelerator. The possible values are eia1.medium,
10361
- * eia1.large, and eia1.xlarge. </p>
10507
+ * <p>A description for the scope you're creating.</p>
10362
10508
  * @public
10363
10509
  */
10364
- Type: string | undefined;
10510
+ Description?: string | undefined;
10365
10511
  /**
10366
- * <p>The number of elastic inference accelerators to attach to the instance. </p>
10512
+ * <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
10513
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
10367
10514
  * @public
10368
10515
  */
10369
- Count?: number | undefined;
10370
- }
10371
- /**
10372
- * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
10373
- * information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Nitro Enclaves?</a> in the
10374
- * <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
10375
- * @public
10376
- */
10377
- export interface LaunchTemplateEnclaveOptionsRequest {
10516
+ TagSpecifications?: TagSpecification[] | undefined;
10378
10517
  /**
10379
- * <p>To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
10380
- * <code>true</code>.</p>
10518
+ * <p>A 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/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
10381
10519
  * @public
10382
10520
  */
10383
- Enabled?: boolean | undefined;
10384
- }
10385
- /**
10386
- * <p>Indicates whether the instance is configured for hibernation. This parameter is valid
10387
- * only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
10388
- * prerequisites</a>.</p>
10389
- * @public
10390
- */
10391
- export interface LaunchTemplateHibernationOptionsRequest {
10521
+ ClientToken?: string | undefined;
10392
10522
  /**
10393
- * <p>If you set this parameter to <code>true</code>, the instance is enabled for
10394
- * hibernation.</p>
10395
- * <p>Default: <code>false</code>
10396
- * </p>
10523
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10524
+ * <p>In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges.</p>
10397
10525
  * @public
10398
10526
  */
10399
- Configured?: boolean | undefined;
10527
+ ExternalAuthorityConfiguration?: ExternalAuthorityConfiguration | undefined;
10400
10528
  }
10401
10529
  /**
10402
- * <p>An IAM instance profile.</p>
10530
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10531
+ * <p>In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges.</p>
10403
10532
  * @public
10404
10533
  */
10405
- export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
10534
+ export interface IpamScopeExternalAuthorityConfiguration {
10406
10535
  /**
10407
- * <p>The Amazon Resource Name (ARN) of the instance profile.</p>
10536
+ * <p>The type of external authority managing this scope. Currently supports <code>Infoblox</code> for integration with Infoblox Universal DDI.</p>
10408
10537
  * @public
10409
10538
  */
10410
- Arn?: string | undefined;
10539
+ Type?: IpamScopeExternalAuthorityType | undefined;
10411
10540
  /**
10412
- * <p>The name of the instance profile.</p>
10541
+ * <p>The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format <code><version>.identity.account.<entity_realm>.<entity_id></code>.</p>
10413
10542
  * @public
10414
10543
  */
10415
- Name?: string | undefined;
10544
+ ExternalResourceIdentifier?: string | undefined;
10416
10545
  }
10417
10546
  /**
10418
10547
  * @public
10419
10548
  * @enum
10420
10549
  */
10421
- export declare const ShutdownBehavior: {
10422
- readonly stop: "stop";
10423
- readonly terminate: "terminate";
10424
- };
10425
- /**
10426
- * @public
10427
- */
10428
- export type ShutdownBehavior = (typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
10429
- /**
10430
- * @public
10431
- * @enum
10432
- */
10433
- export declare const MarketType: {
10434
- readonly capacity_block: "capacity-block";
10435
- readonly spot: "spot";
10436
- };
10437
- /**
10438
- * @public
10439
- */
10440
- export type MarketType = (typeof MarketType)[keyof typeof MarketType];
10441
- /**
10442
- * @public
10443
- * @enum
10444
- */
10445
- export declare const InstanceInterruptionBehavior: {
10446
- readonly hibernate: "hibernate";
10447
- readonly stop: "stop";
10448
- readonly terminate: "terminate";
10550
+ export declare const IpamScopeState: {
10551
+ readonly create_complete: "create-complete";
10552
+ readonly create_failed: "create-failed";
10553
+ readonly create_in_progress: "create-in-progress";
10554
+ readonly delete_complete: "delete-complete";
10555
+ readonly delete_failed: "delete-failed";
10556
+ readonly delete_in_progress: "delete-in-progress";
10557
+ readonly isolate_complete: "isolate-complete";
10558
+ readonly isolate_in_progress: "isolate-in-progress";
10559
+ readonly modify_complete: "modify-complete";
10560
+ readonly modify_failed: "modify-failed";
10561
+ readonly modify_in_progress: "modify-in-progress";
10562
+ readonly restore_in_progress: "restore-in-progress";
10449
10563
  };
10450
10564
  /**
10451
10565
  * @public
10452
10566
  */
10453
- export type InstanceInterruptionBehavior = (typeof InstanceInterruptionBehavior)[keyof typeof InstanceInterruptionBehavior];
10567
+ export type IpamScopeState = (typeof IpamScopeState)[keyof typeof IpamScopeState];
10454
10568
  /**
10569
+ * <p>In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.</p>
10570
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/how-it-works-ipam.html">How IPAM works</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
10455
10571
  * @public
10456
- * @enum
10457
10572
  */
10458
- export declare const SpotInstanceType: {
10459
- readonly one_time: "one-time";
10460
- readonly persistent: "persistent";
10461
- };
10462
- /**
10463
- * @public
10464
- */
10465
- export type SpotInstanceType = (typeof SpotInstanceType)[keyof typeof SpotInstanceType];
10466
- /**
10467
- * <p>The options for Spot Instances.</p>
10468
- * @public
10469
- */
10470
- export interface LaunchTemplateSpotMarketOptionsRequest {
10573
+ export interface IpamScope {
10471
10574
  /**
10472
- * <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
10473
- * recommend using this parameter because it can lead to increased interruptions. If you do
10474
- * not specify this parameter, you will pay the current Spot price. If you do specify this
10475
- * parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
10476
- * result in an <code>InvalidParameterValue</code> error message when the launch template
10477
- * is used to launch an instance.</p>
10478
- * <important>
10479
- * <p>If you specify a maximum price, your Spot Instances will be interrupted more
10480
- * frequently than if you do not specify this parameter.</p>
10481
- * </important>
10575
+ * <p>The Amazon Web Services account ID of the owner of the scope.</p>
10482
10576
  * @public
10483
10577
  */
10484
- MaxPrice?: string | undefined;
10578
+ OwnerId?: string | undefined;
10485
10579
  /**
10486
- * <p>The Spot Instance request type.</p>
10580
+ * <p>The ID of the scope.</p>
10487
10581
  * @public
10488
10582
  */
10489
- SpotInstanceType?: SpotInstanceType | undefined;
10583
+ IpamScopeId?: string | undefined;
10490
10584
  /**
10491
- * <p>Deprecated.</p>
10585
+ * <p>The Amazon Resource Name (ARN) of the scope.</p>
10492
10586
  * @public
10493
10587
  */
10494
- BlockDurationMinutes?: number | undefined;
10588
+ IpamScopeArn?: string | undefined;
10495
10589
  /**
10496
- * <p>The end date of the request, in UTC format
10497
- * (<i>YYYY-MM-DD</i>T<i>HH:MM:SS</i>Z). Supported only for
10498
- * persistent requests.</p>
10499
- * <ul>
10500
- * <li>
10501
- * <p>For a persistent request, the request remains active until the
10502
- * <code>ValidUntil</code> date and time is reached. Otherwise, the request
10503
- * remains active until you cancel it.</p>
10504
- * </li>
10505
- * <li>
10506
- * <p>For a one-time request, <code>ValidUntil</code> is not supported. The request
10507
- * remains active until all instances launch or you cancel the request.</p>
10508
- * </li>
10509
- * </ul>
10510
- * <p>Default: 7 days from the current date</p>
10590
+ * <p>The ARN of the IPAM.</p>
10511
10591
  * @public
10512
10592
  */
10513
- ValidUntil?: Date | undefined;
10593
+ IpamArn?: string | undefined;
10514
10594
  /**
10515
- * <p>The behavior when a Spot Instance is interrupted. The default is
10516
- * <code>terminate</code>.</p>
10595
+ * <p>The Amazon Web Services Region of the IPAM scope.</p>
10517
10596
  * @public
10518
10597
  */
10519
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
10520
- }
10521
- /**
10522
- * <p>The market (purchasing) option for the instances.</p>
10523
- * @public
10524
- */
10525
- export interface LaunchTemplateInstanceMarketOptionsRequest {
10598
+ IpamRegion?: string | undefined;
10526
10599
  /**
10527
- * <p>The market type.</p>
10600
+ * <p>The type of the scope.</p>
10528
10601
  * @public
10529
10602
  */
10530
- MarketType?: MarketType | undefined;
10603
+ IpamScopeType?: IpamScopeType | undefined;
10531
10604
  /**
10532
- * <p>The options for Spot Instances.</p>
10605
+ * <p>Defines if the scope is the default scope or not.</p>
10533
10606
  * @public
10534
10607
  */
10535
- SpotOptions?: LaunchTemplateSpotMarketOptionsRequest | undefined;
10536
- }
10537
- /**
10538
- * <p>Describes a license configuration.</p>
10539
- * @public
10540
- */
10541
- export interface LaunchTemplateLicenseConfigurationRequest {
10608
+ IsDefault?: boolean | undefined;
10542
10609
  /**
10543
- * <p>The Amazon Resource Name (ARN) of the license configuration.</p>
10610
+ * <p>The description of the scope.</p>
10544
10611
  * @public
10545
10612
  */
10546
- LicenseConfigurationArn?: string | undefined;
10613
+ Description?: string | undefined;
10614
+ /**
10615
+ * <p>The number of pools in the scope.</p>
10616
+ * @public
10617
+ */
10618
+ PoolCount?: number | undefined;
10619
+ /**
10620
+ * <p>The state of the IPAM scope.</p>
10621
+ * @public
10622
+ */
10623
+ State?: IpamScopeState | undefined;
10624
+ /**
10625
+ * <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
10626
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
10627
+ * @public
10628
+ */
10629
+ Tags?: Tag[] | undefined;
10630
+ /**
10631
+ * <p>The external authority configuration for this IPAM scope, if configured.</p>
10632
+ * <p>The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.</p>
10633
+ * <p>In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges.</p>
10634
+ * @public
10635
+ */
10636
+ ExternalAuthorityConfiguration?: IpamScopeExternalAuthorityConfiguration | undefined;
10547
10637
  }
10548
10638
  /**
10549
- * @public
10550
- * @enum
10551
- */
10552
- export declare const LaunchTemplateAutoRecoveryState: {
10553
- readonly default: "default";
10554
- readonly disabled: "disabled";
10555
- };
10556
- /**
10557
- * @public
10558
- */
10559
- export type LaunchTemplateAutoRecoveryState = (typeof LaunchTemplateAutoRecoveryState)[keyof typeof LaunchTemplateAutoRecoveryState];
10560
- /**
10561
- * <p>The maintenance options of your instance.</p>
10562
10639
  * @public
10563
10640
  */
10564
- export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
10641
+ export interface CreateIpamScopeResult {
10565
10642
  /**
10566
- * <p>Disables the automatic recovery behavior of your instance or sets it to default. For
10567
- * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</p>
10643
+ * <p>Information about the created scope.</p>
10568
10644
  * @public
10569
10645
  */
10570
- AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
10646
+ IpamScope?: IpamScope | undefined;
10571
10647
  }
10572
10648
  /**
10573
10649
  * @public
10574
10650
  * @enum
10575
10651
  */
10576
- export declare const LaunchTemplateInstanceMetadataEndpointState: {
10577
- readonly disabled: "disabled";
10578
- readonly enabled: "enabled";
10579
- };
10580
- /**
10581
- * @public
10582
- */
10583
- export type LaunchTemplateInstanceMetadataEndpointState = (typeof LaunchTemplateInstanceMetadataEndpointState)[keyof typeof LaunchTemplateInstanceMetadataEndpointState];
10584
- /**
10585
- * @public
10586
- * @enum
10587
- */
10588
- export declare const LaunchTemplateInstanceMetadataProtocolIpv6: {
10589
- readonly disabled: "disabled";
10590
- readonly enabled: "enabled";
10591
- };
10592
- /**
10593
- * @public
10594
- */
10595
- export type LaunchTemplateInstanceMetadataProtocolIpv6 = (typeof LaunchTemplateInstanceMetadataProtocolIpv6)[keyof typeof LaunchTemplateInstanceMetadataProtocolIpv6];
10596
- /**
10597
- * @public
10598
- * @enum
10599
- */
10600
- export declare const LaunchTemplateHttpTokensState: {
10601
- readonly optional: "optional";
10602
- readonly required: "required";
10652
+ export declare const KeyFormat: {
10653
+ readonly pem: "pem";
10654
+ readonly ppk: "ppk";
10603
10655
  };
10604
10656
  /**
10605
10657
  * @public
10606
10658
  */
10607
- export type LaunchTemplateHttpTokensState = (typeof LaunchTemplateHttpTokensState)[keyof typeof LaunchTemplateHttpTokensState];
10659
+ export type KeyFormat = (typeof KeyFormat)[keyof typeof KeyFormat];
10608
10660
  /**
10609
10661
  * @public
10610
10662
  * @enum
10611
10663
  */
10612
- export declare const LaunchTemplateInstanceMetadataTagsState: {
10613
- readonly disabled: "disabled";
10614
- readonly enabled: "enabled";
10664
+ export declare const KeyType: {
10665
+ readonly ed25519: "ed25519";
10666
+ readonly rsa: "rsa";
10615
10667
  };
10616
10668
  /**
10617
10669
  * @public
10618
10670
  */
10619
- export type LaunchTemplateInstanceMetadataTagsState = (typeof LaunchTemplateInstanceMetadataTagsState)[keyof typeof LaunchTemplateInstanceMetadataTagsState];
10671
+ export type KeyType = (typeof KeyType)[keyof typeof KeyType];
10620
10672
  /**
10621
- * <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Use
10622
- * instance metadata to manage your EC2 instance</a> in the
10623
- * <i>Amazon EC2 User Guide</i>.</p>
10624
10673
  * @public
10625
10674
  */
10626
- export interface LaunchTemplateInstanceMetadataOptionsRequest {
10675
+ export interface CreateKeyPairRequest {
10627
10676
  /**
10628
- * <p>Indicates whether IMDSv2 is required.</p>
10629
- * <ul>
10630
- * <li>
10631
- * <p>
10632
- * <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
10633
- * session token in your instance metadata retrieval requests. If you retrieve IAM
10634
- * role credentials without a session token, you receive the IMDSv1 role
10635
- * credentials. If you retrieve IAM role credentials using a valid session token,
10636
- * you receive the IMDSv2 role credentials.</p>
10637
- * </li>
10638
- * <li>
10639
- * <p>
10640
- * <code>required</code> - IMDSv2 is required. You must send a session token in
10641
- * your instance metadata retrieval requests. With this option, retrieving the IAM
10642
- * role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not
10643
- * available.</p>
10644
- * </li>
10645
- * </ul>
10646
- * <p>Default: If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
10647
- * for your instance is <code>v2.0</code>, the default is <code>required</code>.</p>
10677
+ * <p>A unique name for the key pair.</p>
10678
+ * <p>Constraints: Up to 255 ASCII characters</p>
10648
10679
  * @public
10649
10680
  */
10650
- HttpTokens?: LaunchTemplateHttpTokensState | undefined;
10681
+ KeyName: string | undefined;
10651
10682
  /**
10652
- * <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
10653
- * number, the further instance metadata requests can travel.</p>
10654
- * <p>Default: <code>1</code>
10683
+ * <p>The type of key pair. Note that ED25519 keys are not supported for Windows instances.</p>
10684
+ * <p>Default: <code>rsa</code>
10655
10685
  * </p>
10656
- * <p>Possible values: Integers from 1 to 64</p>
10657
10686
  * @public
10658
10687
  */
10659
- HttpPutResponseHopLimit?: number | undefined;
10688
+ KeyType?: KeyType | undefined;
10660
10689
  /**
10661
- * <p>Enables or disables the HTTP metadata endpoint on your instances. If the parameter is
10662
- * not specified, the default state is <code>enabled</code>.</p>
10663
- * <note>
10664
- * <p>If you specify a value of <code>disabled</code>, you will not be able to access
10665
- * your instance metadata. </p>
10666
- * </note>
10690
+ * <p>The tags to apply to the new key pair.</p>
10667
10691
  * @public
10668
10692
  */
10669
- HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
10693
+ TagSpecifications?: TagSpecification[] | undefined;
10670
10694
  /**
10671
- * <p>Enables or disables the IPv6 endpoint for the instance metadata service.</p>
10672
- * <p>Default: <code>disabled</code>
10695
+ * <p>The format of the key pair.</p>
10696
+ * <p>Default: <code>pem</code>
10673
10697
  * </p>
10674
10698
  * @public
10675
10699
  */
10676
- HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
10700
+ KeyFormat?: KeyFormat | undefined;
10677
10701
  /**
10678
- * <p>Set to <code>enabled</code> to allow access to instance tags from the instance
10679
- * metadata. Set to <code>disabled</code> to turn off access to instance tags from the
10680
- * instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html">View tags for your EC2
10681
- * instances using instance metadata</a>.</p>
10682
- * <p>Default: <code>disabled</code>
10683
- * </p>
10702
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
10703
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10704
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10684
10705
  * @public
10685
10706
  */
10686
- InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
10707
+ DryRun?: boolean | undefined;
10687
10708
  }
10688
10709
  /**
10689
- * <p>Describes the monitoring for the instance.</p>
10710
+ * <p>Describes a key pair.</p>
10690
10711
  * @public
10691
10712
  */
10692
- export interface LaunchTemplatesMonitoringRequest {
10713
+ export interface KeyPair {
10693
10714
  /**
10694
- * <p>Specify <code>true</code> to enable detailed monitoring. Otherwise, basic monitoring
10695
- * is enabled.</p>
10715
+ * <p>The ID of the key pair.</p>
10696
10716
  * @public
10697
10717
  */
10698
- Enabled?: boolean | undefined;
10699
- }
10700
- /**
10701
- * <p>A security group connection tracking specification request that enables you to set the
10702
- * idle timeout for connection tracking on an Elastic network interface. For more
10703
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
10704
- * <i>Amazon EC2 User Guide</i>.</p>
10705
- * @public
10706
- */
10707
- export interface ConnectionTrackingSpecificationRequest {
10718
+ KeyPairId?: string | undefined;
10708
10719
  /**
10709
- * <p>Timeout (in seconds) for idle TCP
10710
- * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
10711
- * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
10720
+ * <p>Any tags applied to the key pair.</p>
10712
10721
  * @public
10713
10722
  */
10714
- TcpEstablishedTimeout?: number | undefined;
10723
+ Tags?: Tag[] | undefined;
10715
10724
  /**
10716
- * <p>Timeout (in seconds) for idle UDP
10717
- * flows classified as streams which have seen more than one request-response
10718
- * transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
10719
- * seconds.</p>
10725
+ * <p>The name of the key pair.</p>
10720
10726
  * @public
10721
10727
  */
10722
- UdpStreamTimeout?: number | undefined;
10728
+ KeyName?: string | undefined;
10723
10729
  /**
10724
- * <p>Timeout (in seconds) for idle UDP flows that
10725
- * have seen traffic only in a single direction or a single request-response
10726
- * transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
10727
- * @public
10728
- */
10729
- UdpTimeout?: number | undefined;
10730
- }
10731
- /**
10732
- * <p>Configures ENA Express for UDP network traffic from your launch template.</p>
10733
- * @public
10734
- */
10735
- export interface EnaSrdUdpSpecificationRequest {
10736
- /**
10737
- * <p>Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP
10738
- * traffic can use ENA Express when you launch an instance, you must also set <b>EnaSrdEnabled</b> in the <b>EnaSrdSpecificationRequest</b> to <code>true</code>.</p>
10739
- * @public
10740
- */
10741
- EnaSrdUdpEnabled?: boolean | undefined;
10742
- }
10743
- /**
10744
- * <p>Launch instances with ENA Express settings configured from your launch
10745
- * template.</p>
10746
- * @public
10747
- */
10748
- export interface EnaSrdSpecificationRequest {
10749
- /**
10750
- * <p>Specifies whether ENA Express is enabled for the network interface when you launch an
10751
- * instance.</p>
10752
- * @public
10753
- */
10754
- EnaSrdEnabled?: boolean | undefined;
10755
- /**
10756
- * <p>Contains ENA Express settings for UDP network traffic for the network interface
10757
- * attached to the instance.</p>
10758
- * @public
10759
- */
10760
- EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest | undefined;
10761
- }
10762
- /**
10763
- * <p>Describes the IPv4 prefix option for a network interface.</p>
10764
- * @public
10765
- */
10766
- export interface Ipv4PrefixSpecificationRequest {
10767
- /**
10768
- * <p>The IPv4 prefix. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
10769
- * Assigning prefixes to network interfaces</a> in the
10770
- * <i>Amazon EC2 User Guide</i>.</p>
10771
- * @public
10772
- */
10773
- Ipv4Prefix?: string | undefined;
10774
- }
10775
- /**
10776
- * <p>Describes an IPv6 address.</p>
10777
- * @public
10778
- */
10779
- export interface InstanceIpv6AddressRequest {
10780
- /**
10781
- * <p>The IPv6 address.</p>
10782
- * @public
10783
- */
10784
- Ipv6Address?: string | undefined;
10785
- }
10786
- /**
10787
- * <p>Describes the IPv6 prefix option for a network interface.</p>
10788
- * @public
10789
- */
10790
- export interface Ipv6PrefixSpecificationRequest {
10791
- /**
10792
- * <p>The IPv6 prefix.</p>
10793
- * @public
10794
- */
10795
- Ipv6Prefix?: string | undefined;
10796
- }
10797
- /**
10798
- * <p>Describes a secondary private IPv4 address for a network interface.</p>
10799
- * @public
10800
- */
10801
- export interface PrivateIpAddressSpecification {
10802
- /**
10803
- * <p>Indicates whether the private IPv4 address is the primary private IPv4 address. Only
10804
- * one IPv4 address can be designated as primary.</p>
10730
+ * <ul>
10731
+ * <li>
10732
+ * <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
10733
+ * </li>
10734
+ * <li>
10735
+ * <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which is the default for OpenSSH, starting with OpenSSH 6.8.</p>
10736
+ * </li>
10737
+ * </ul>
10805
10738
  * @public
10806
10739
  */
10807
- Primary?: boolean | undefined;
10740
+ KeyFingerprint?: string | undefined;
10808
10741
  /**
10809
- * <p>The private IPv4 address.</p>
10742
+ * <p>An unencrypted PEM encoded RSA or ED25519 private key.</p>
10810
10743
  * @public
10811
10744
  */
10812
- PrivateIpAddress?: string | undefined;
10745
+ KeyMaterial?: string | undefined;
10813
10746
  }
10814
10747
  /**
10815
- * <p>The parameters for a network interface.</p>
10748
+ * <p>The parameters for a block device for an EBS volume.</p>
10816
10749
  * @public
10817
10750
  */
10818
- export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
10819
- /**
10820
- * <p>Associates a Carrier IP address with eth0 for a new network interface.</p>
10821
- * <p>Use this option when you launch an instance in a Wavelength Zone and want to associate
10822
- * a Carrier IP address with the network interface. For more information about Carrier IP
10823
- * addresses, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip">Carrier IP addresses</a> in the <i>Wavelength Developer
10824
- * Guide</i>.</p>
10825
- * @public
10826
- */
10827
- AssociateCarrierIpAddress?: boolean | undefined;
10751
+ export interface LaunchTemplateEbsBlockDeviceRequest {
10828
10752
  /**
10829
- * <p>Associates a public IPv4 address with eth0 for a new network interface.</p>
10830
- * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
10831
- * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
10753
+ * <p>Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached
10754
+ * to instances that support Amazon EBS encryption. If you are creating a volume from a
10755
+ * snapshot, you can't specify an encryption value.</p>
10832
10756
  * @public
10833
10757
  */
10834
- AssociatePublicIpAddress?: boolean | undefined;
10758
+ Encrypted?: boolean | undefined;
10835
10759
  /**
10836
- * <p>Indicates whether the network interface is deleted when the instance is
10837
- * terminated.</p>
10760
+ * <p>Indicates whether the EBS volume is deleted on instance termination.</p>
10838
10761
  * @public
10839
10762
  */
10840
10763
  DeleteOnTermination?: boolean | undefined;
10841
10764
  /**
10842
- * <p>A description for the network interface.</p>
10843
- * @public
10844
- */
10845
- Description?: string | undefined;
10846
- /**
10847
- * <p>The device index for the network interface attachment. The primary network interface
10848
- * has a device index of 0. Each network interface is of type <code>interface</code>, you
10849
- * must specify a device index. If you create a launch template that includes secondary
10850
- * network interfaces but not a primary network interface, then you must add a primary
10851
- * network interface as a launch parameter when you launch an instance from the
10852
- * template.</p>
10853
- * @public
10854
- */
10855
- DeviceIndex?: number | undefined;
10856
- /**
10857
- * <p>The IDs of one or more security groups.</p>
10858
- * @public
10859
- */
10860
- Groups?: string[] | undefined;
10861
- /**
10862
- * <p>The type of network interface. To create an Elastic Fabric Adapter (EFA), specify
10863
- * <code>efa</code> or <code>efa</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html">Elastic Fabric Adapter for AI/ML
10864
- * and HPC workloads on Amazon EC2</a> in the
10865
- * <i>Amazon EC2 User Guide</i>.</p>
10866
- * <p>If you are not creating an EFA, specify <code>interface</code> or omit this
10867
- * parameter.</p>
10868
- * <p>If you specify <code>efa-only</code>, do not assign any IP addresses to the network
10869
- * interface. EFA-only network interfaces do not support IP addresses.</p>
10870
- * <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code>
10871
- * </p>
10872
- * @public
10873
- */
10874
- InterfaceType?: string | undefined;
10875
- /**
10876
- * <p>The number of IPv6 addresses to assign to a network interface. Amazon EC2
10877
- * automatically selects the IPv6 addresses from the subnet range. You can't use this
10878
- * option if specifying specific IPv6 addresses.</p>
10879
- * @public
10880
- */
10881
- Ipv6AddressCount?: number | undefined;
10882
- /**
10883
- * <p>One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You
10884
- * can't use this option if you're specifying a number of IPv6 addresses.</p>
10885
- * @public
10886
- */
10887
- Ipv6Addresses?: InstanceIpv6AddressRequest[] | undefined;
10888
- /**
10889
- * <p>The ID of the network interface.</p>
10890
- * @public
10891
- */
10892
- NetworkInterfaceId?: string | undefined;
10893
- /**
10894
- * <p>The primary private IPv4 address of the network interface.</p>
10895
- * @public
10896
- */
10897
- PrivateIpAddress?: string | undefined;
10898
- /**
10899
- * <p>One or more private IPv4 addresses.</p>
10900
- * @public
10901
- */
10902
- PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
10903
- /**
10904
- * <p>The number of secondary private IPv4 addresses to assign to a network
10905
- * interface.</p>
10765
+ * <p>The number of I/O operations per second (IOPS). For <code>gp3</code>,
10766
+ * <code>io1</code>, and <code>io2</code> volumes, this represents the number of IOPS that
10767
+ * are provisioned for the volume. For <code>gp2</code> volumes, this represents the
10768
+ * baseline performance of the volume and the rate at which the volume accumulates I/O
10769
+ * credits for bursting.</p>
10770
+ * <p>The following are the supported values for each volume type:</p>
10771
+ * <ul>
10772
+ * <li>
10773
+ * <p>
10774
+ * <code>gp3</code>: 3,000 - 80,000 IOPS</p>
10775
+ * </li>
10776
+ * <li>
10777
+ * <p>
10778
+ * <code>io1</code>: 100 - 64,000 IOPS</p>
10779
+ * </li>
10780
+ * <li>
10781
+ * <p>
10782
+ * <code>io2</code>: 100 - 256,000 IOPS</p>
10783
+ * </li>
10784
+ * </ul>
10785
+ * <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
10786
+ * <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
10787
+ * built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
10788
+ * <p>This parameter is supported for <code>io1</code>, <code>io2</code>, and <code>gp3</code> volumes only.</p>
10906
10789
  * @public
10907
10790
  */
10908
- SecondaryPrivateIpAddressCount?: number | undefined;
10791
+ Iops?: number | undefined;
10909
10792
  /**
10910
- * <p>The ID of the subnet for the network interface.</p>
10793
+ * <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.</p>
10911
10794
  * @public
10912
10795
  */
10913
- SubnetId?: string | undefined;
10796
+ KmsKeyId?: string | undefined;
10914
10797
  /**
10915
- * <p>The index of the network card. Some instance types support multiple network cards. The
10916
- * primary network interface must be assigned to network card index 0. The default is
10917
- * network card index 0.</p>
10798
+ * <p>The ID of the snapshot.</p>
10918
10799
  * @public
10919
10800
  */
10920
- NetworkCardIndex?: number | undefined;
10801
+ SnapshotId?: string | undefined;
10921
10802
  /**
10922
- * <p>One or more IPv4 prefixes to be assigned to the network interface. You cannot use this
10923
- * option if you use the <code>Ipv4PrefixCount</code> option.</p>
10803
+ * <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume
10804
+ * size. The following are the supported volumes sizes for each volume type:</p>
10805
+ * <ul>
10806
+ * <li>
10807
+ * <p>
10808
+ * <code>gp2</code>: 1 - 16,384 GiB</p>
10809
+ * </li>
10810
+ * <li>
10811
+ * <p>
10812
+ * <code>gp3</code>: 1 - 65,536 GiB</p>
10813
+ * </li>
10814
+ * <li>
10815
+ * <p>
10816
+ * <code>io1</code>: 4 - 16,384 GiB</p>
10817
+ * </li>
10818
+ * <li>
10819
+ * <p>
10820
+ * <code>io2</code>: 4 - 65,536 GiB</p>
10821
+ * </li>
10822
+ * <li>
10823
+ * <p>
10824
+ * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
10825
+ * </li>
10826
+ * <li>
10827
+ * <p>
10828
+ * <code>standard</code>: 1 - 1024 GiB</p>
10829
+ * </li>
10830
+ * </ul>
10924
10831
  * @public
10925
10832
  */
10926
- Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
10833
+ VolumeSize?: number | undefined;
10927
10834
  /**
10928
- * <p>The number of IPv4 prefixes to be automatically assigned to the network interface. You
10929
- * cannot use this option if you use the <code>Ipv4Prefix</code> option.</p>
10835
+ * <p>The volume type. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the
10836
+ * <i>Amazon EBS User Guide</i>.</p>
10930
10837
  * @public
10931
10838
  */
10932
- Ipv4PrefixCount?: number | undefined;
10839
+ VolumeType?: VolumeType | undefined;
10933
10840
  /**
10934
- * <p>One or more IPv6 prefixes to be assigned to the network interface. You cannot use this
10935
- * option if you use the <code>Ipv6PrefixCount</code> option.</p>
10841
+ * <p>The throughput to provision for a <code>gp3</code> volume, with a maximum of 2,000
10842
+ * MiB/s.</p>
10843
+ * <p>Valid Range: Minimum value of 125. Maximum value of 2,000.</p>
10936
10844
  * @public
10937
10845
  */
10938
- Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
10846
+ Throughput?: number | undefined;
10939
10847
  /**
10940
- * <p>The number of IPv6 prefixes to be automatically assigned to the network interface. You
10941
- * cannot use this option if you use the <code>Ipv6Prefix</code> option.</p>
10848
+ * <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
10849
+ * the snapshot blocks from Amazon S3 to the volume. This is also known as <i>volume
10850
+ * initialization</i>. Specifying a volume initialization rate ensures that the volume is
10851
+ * initialized at a predictable and consistent rate after creation.</p>
10852
+ * <p>This parameter is supported only for volumes created from snapshots. Omit this parameter
10853
+ * if:</p>
10854
+ * <ul>
10855
+ * <li>
10856
+ * <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
10857
+ * that is enabled for fast snapshot restore. In this case, the volume is fully initialized
10858
+ * at creation.</p>
10859
+ * <note>
10860
+ * <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
10861
+ * the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
10862
+ * </note>
10863
+ * </li>
10864
+ * <li>
10865
+ * <p>You want to create a volume that is initialized at the default rate.</p>
10866
+ * </li>
10867
+ * </ul>
10868
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
10869
+ * Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
10870
+ * <p>Valid range: 100 - 300 MiB/s</p>
10942
10871
  * @public
10943
10872
  */
10944
- Ipv6PrefixCount?: number | undefined;
10873
+ VolumeInitializationRate?: number | undefined;
10874
+ }
10875
+ /**
10876
+ * <p>Describes a block device mapping.</p>
10877
+ * @public
10878
+ */
10879
+ export interface LaunchTemplateBlockDeviceMappingRequest {
10945
10880
  /**
10946
- * <p>The primary IPv6 address of the network interface. When you enable an IPv6 GUA address
10947
- * to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the
10948
- * instance is terminated or the network interface is detached. For more information about
10949
- * primary IPv6 addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
10881
+ * <p>The device name (for example, /dev/sdh or xvdh).</p>
10950
10882
  * @public
10951
10883
  */
10952
- PrimaryIpv6?: boolean | undefined;
10884
+ DeviceName?: string | undefined;
10953
10885
  /**
10954
- * <p>Configure ENA Express settings for your launch template.</p>
10886
+ * <p>The virtual device name (ephemeralN). Instance store volumes are numbered starting
10887
+ * from 0. An instance type with 2 available instance store volumes can specify mappings
10888
+ * for ephemeral0 and ephemeral1. The number of available instance store volumes depends on
10889
+ * the instance type. After you connect to the instance, you must mount the volume.</p>
10955
10890
  * @public
10956
10891
  */
10957
- EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
10892
+ VirtualName?: string | undefined;
10958
10893
  /**
10959
- * <p>A security group connection tracking specification that enables you to set the timeout
10960
- * for connection tracking on an Elastic network interface. For more information, see
10961
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Idle connection tracking timeout</a> in the
10962
- * <i>Amazon EC2 User Guide</i>.</p>
10894
+ * <p>Parameters used to automatically set up EBS volumes when the instance is
10895
+ * launched.</p>
10963
10896
  * @public
10964
10897
  */
10965
- ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
10898
+ Ebs?: LaunchTemplateEbsBlockDeviceRequest | undefined;
10966
10899
  /**
10967
- * <p>The number of ENA queues to be created with the instance.</p>
10900
+ * <p>To omit the device from the block device mapping, specify an empty string.</p>
10968
10901
  * @public
10969
10902
  */
10970
- EnaQueueCount?: number | undefined;
10903
+ NoDevice?: string | undefined;
10971
10904
  }
10972
10905
  /**
10973
10906
  * @public
10974
10907
  * @enum
10975
10908
  */
10976
- export declare const InstanceBandwidthWeighting: {
10977
- readonly DEFAULT: "default";
10978
- readonly EBS_1: "ebs-1";
10979
- readonly VPC_1: "vpc-1";
10909
+ export declare const CapacityReservationPreference: {
10910
+ readonly capacity_reservations_only: "capacity-reservations-only";
10911
+ readonly none: "none";
10912
+ readonly open: "open";
10980
10913
  };
10981
10914
  /**
10982
10915
  * @public
10983
10916
  */
10984
- export type InstanceBandwidthWeighting = (typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
10917
+ export type CapacityReservationPreference = (typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
10985
10918
  /**
10986
- * <p>When you configure network performance options in your launch template, your instance
10987
- * is geared for performance improvements based on the workload that it runs as soon as
10988
- * it's available.</p>
10919
+ * <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
10989
10920
  * @public
10990
10921
  */
10991
- export interface LaunchTemplateNetworkPerformanceOptionsRequest {
10922
+ export interface CapacityReservationTarget {
10992
10923
  /**
10993
- * <p>Specify the bandwidth weighting option to boost the associated type of baseline
10994
- * bandwidth, as follows:</p>
10995
- * <dl>
10996
- * <dt>default</dt>
10997
- * <dd>
10998
- * <p>This option uses the standard bandwidth configuration for your instance
10999
- * type.</p>
11000
- * </dd>
11001
- * <dt>vpc-1</dt>
11002
- * <dd>
11003
- * <p>This option boosts your networking baseline bandwidth and reduces your EBS
11004
- * baseline bandwidth.</p>
11005
- * </dd>
11006
- * <dt>ebs-1</dt>
11007
- * <dd>
11008
- * <p>This option boosts your EBS baseline bandwidth and reduces your networking
11009
- * baseline bandwidth.</p>
11010
- * </dd>
11011
- * </dl>
10924
+ * <p>The ID of the Capacity Reservation in which to run the instance.</p>
11012
10925
  * @public
11013
10926
  */
11014
- BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
11015
- }
11016
- /**
11017
- * <p>The service provider that manages the resource.</p>
11018
- * @public
11019
- */
11020
- export interface OperatorRequest {
10927
+ CapacityReservationId?: string | undefined;
11021
10928
  /**
11022
- * <p>The service provider that manages the resource.</p>
10929
+ * <p>The ARN of the Capacity Reservation resource group in which to run the
10930
+ * instance.</p>
11023
10931
  * @public
11024
10932
  */
11025
- Principal?: string | undefined;
10933
+ CapacityReservationResourceGroupArn?: string | undefined;
11026
10934
  }
11027
10935
  /**
11028
- * <p>Describes the placement of an instance.</p>
10936
+ * <p>Describes an instance's Capacity Reservation targeting option. You can specify only
10937
+ * one option at a time. Use the <code>CapacityReservationPreference</code> parameter to
10938
+ * configure the instance to run in On-Demand capacity or to run in any <code>open</code>
10939
+ * Capacity Reservation that has matching attributes (instance type, platform, Availability
10940
+ * Zone). Use the <code>CapacityReservationTarget</code> parameter to explicitly target a
10941
+ * specific Capacity Reservation or a Capacity Reservation group.</p>
11029
10942
  * @public
11030
10943
  */
11031
- export interface LaunchTemplatePlacementRequest {
11032
- /**
11033
- * <p>The Availability Zone for the instance.</p>
11034
- * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified, but not both</p>
11035
- * @public
11036
- */
11037
- AvailabilityZone?: string | undefined;
10944
+ export interface LaunchTemplateCapacityReservationSpecificationRequest {
11038
10945
  /**
11039
- * <p>The ID of the Availability Zone for the instance.</p>
11040
- * <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified, but not both</p>
10946
+ * <p>Indicates the instance's Capacity Reservation preferences. Possible preferences
10947
+ * include:</p>
10948
+ * <ul>
10949
+ * <li>
10950
+ * <p>
10951
+ * <code>capacity-reservations-only</code> - The instance will only run in a
10952
+ * Capacity Reservation or Capacity Reservation group. If capacity isn't available,
10953
+ * the instance will fail to launch.</p>
10954
+ * </li>
10955
+ * <li>
10956
+ * <p>
10957
+ * <code>open</code> - The instance can run in any <code>open</code> Capacity
10958
+ * Reservation that has matching attributes (instance type, platform, Availability
10959
+ * Zone, tenancy).</p>
10960
+ * </li>
10961
+ * <li>
10962
+ * <p>
10963
+ * <code>none</code> - The instance avoids running in a Capacity Reservation even
10964
+ * if one is available. The instance runs in On-Demand capacity.</p>
10965
+ * </li>
10966
+ * </ul>
11041
10967
  * @public
11042
10968
  */
11043
- AvailabilityZoneId?: string | undefined;
10969
+ CapacityReservationPreference?: CapacityReservationPreference | undefined;
11044
10970
  /**
11045
- * <p>The affinity setting for an instance on a Dedicated Host.</p>
10971
+ * <p>Information about the target Capacity Reservation or Capacity Reservation
10972
+ * group.</p>
11046
10973
  * @public
11047
10974
  */
11048
- Affinity?: string | undefined;
10975
+ CapacityReservationTarget?: CapacityReservationTarget | undefined;
10976
+ }
10977
+ /**
10978
+ * @public
10979
+ * @enum
10980
+ */
10981
+ export declare const AmdSevSnpSpecification: {
10982
+ readonly disabled: "disabled";
10983
+ readonly enabled: "enabled";
10984
+ };
10985
+ /**
10986
+ * @public
10987
+ */
10988
+ export type AmdSevSnpSpecification = (typeof AmdSevSnpSpecification)[keyof typeof AmdSevSnpSpecification];
10989
+ /**
10990
+ * <p>The CPU options for the instance. Both the core count and threads per core must be
10991
+ * specified in the request.</p>
10992
+ * @public
10993
+ */
10994
+ export interface LaunchTemplateCpuOptionsRequest {
11049
10995
  /**
11050
- * <p>The name of the placement group for the instance.</p>
10996
+ * <p>The number of CPU cores for the instance.</p>
11051
10997
  * @public
11052
10998
  */
11053
- GroupName?: string | undefined;
10999
+ CoreCount?: number | undefined;
11054
11000
  /**
11055
- * <p>The ID of the Dedicated Host for the instance.</p>
11001
+ * <p>The number of threads per CPU core. To disable multithreading for the instance,
11002
+ * specify a value of <code>1</code>. Otherwise, specify the default value of
11003
+ * <code>2</code>.</p>
11056
11004
  * @public
11057
11005
  */
11058
- HostId?: string | undefined;
11006
+ ThreadsPerCore?: number | undefined;
11059
11007
  /**
11060
- * <p>The tenancy of the instance. An instance with a tenancy of dedicated runs on
11061
- * single-tenant hardware.</p>
11008
+ * <p>Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported
11009
+ * with M6a, R6a, and C6a instance types only. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP for
11010
+ * Amazon EC2 instances</a>.</p>
11062
11011
  * @public
11063
11012
  */
11064
- Tenancy?: Tenancy | undefined;
11013
+ AmdSevSnp?: AmdSevSnpSpecification | undefined;
11014
+ }
11015
+ /**
11016
+ * <p>The credit option for CPU usage of a T instance.</p>
11017
+ * @public
11018
+ */
11019
+ export interface CreditSpecificationRequest {
11065
11020
  /**
11066
- * <p>Reserved for future use.</p>
11021
+ * <p>The credit option for CPU usage of a T instance.</p>
11022
+ * <p>Valid values: <code>standard</code> | <code>unlimited</code>
11023
+ * </p>
11067
11024
  * @public
11068
11025
  */
11069
- SpreadDomain?: string | undefined;
11026
+ CpuCredits: string | undefined;
11027
+ }
11028
+ /**
11029
+ * <note>
11030
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
11031
+ * </note>
11032
+ * <p>A specification for an Elastic Graphics accelerator.</p>
11033
+ * @public
11034
+ */
11035
+ export interface ElasticGpuSpecification {
11070
11036
  /**
11071
- * <p>The ARN of the host resource group in which to launch the instances. If you specify a
11072
- * host resource group ARN, omit the <b>Tenancy</b> parameter or
11073
- * set it to <code>host</code>.</p>
11037
+ * <p>The type of Elastic Graphics accelerator.</p>
11074
11038
  * @public
11075
11039
  */
11076
- HostResourceGroupArn?: string | undefined;
11040
+ Type: string | undefined;
11041
+ }
11042
+ /**
11043
+ * <note>
11044
+ * <p>Amazon Elastic Inference is no longer available.</p>
11045
+ * </note>
11046
+ * <p> Describes an elastic inference accelerator. </p>
11047
+ * @public
11048
+ */
11049
+ export interface LaunchTemplateElasticInferenceAccelerator {
11077
11050
  /**
11078
- * <p>The number of the partition the instance should launch in. Valid only if the placement
11079
- * group strategy is set to <code>partition</code>.</p>
11051
+ * <p> The type of elastic inference accelerator. The possible values are eia1.medium,
11052
+ * eia1.large, and eia1.xlarge. </p>
11080
11053
  * @public
11081
11054
  */
11082
- PartitionNumber?: number | undefined;
11055
+ Type: string | undefined;
11083
11056
  /**
11084
- * <p>The Group Id of a placement group. You must specify the Placement Group <b>Group Id</b> to launch an instance in a shared placement
11085
- * group.</p>
11057
+ * <p>The number of elastic inference accelerators to attach to the instance. </p>
11086
11058
  * @public
11087
11059
  */
11088
- GroupId?: string | undefined;
11060
+ Count?: number | undefined;
11089
11061
  }
11090
11062
  /**
11091
- * <p>Describes the options for instance hostnames.</p>
11063
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
11064
+ * information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Nitro Enclaves?</a> in the
11065
+ * <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
11092
11066
  * @public
11093
11067
  */
11094
- export interface LaunchTemplatePrivateDnsNameOptionsRequest {
11095
- /**
11096
- * <p>The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name
11097
- * must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS
11098
- * name must be based on the instance ID. For dual-stack subnets, you can specify whether
11099
- * DNS names use the instance IPv4 address or the instance ID.</p>
11100
- * @public
11101
- */
11102
- HostnameType?: HostnameType | undefined;
11068
+ export interface LaunchTemplateEnclaveOptionsRequest {
11103
11069
  /**
11104
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
11105
- * records.</p>
11070
+ * <p>To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
11071
+ * <code>true</code>.</p>
11106
11072
  * @public
11107
11073
  */
11108
- EnableResourceNameDnsARecord?: boolean | undefined;
11074
+ Enabled?: boolean | undefined;
11075
+ }
11076
+ /**
11077
+ * <p>Indicates whether the instance is configured for hibernation. This parameter is valid
11078
+ * only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
11079
+ * prerequisites</a>.</p>
11080
+ * @public
11081
+ */
11082
+ export interface LaunchTemplateHibernationOptionsRequest {
11109
11083
  /**
11110
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
11111
- * records.</p>
11084
+ * <p>If you set this parameter to <code>true</code>, the instance is enabled for
11085
+ * hibernation.</p>
11086
+ * <p>Default: <code>false</code>
11087
+ * </p>
11112
11088
  * @public
11113
11089
  */
11114
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
11090
+ Configured?: boolean | undefined;
11115
11091
  }
11116
11092
  /**
11117
- * <p>The tags specification for the resources that are created during instance
11118
- * launch.</p>
11093
+ * <p>An IAM instance profile.</p>
11119
11094
  * @public
11120
11095
  */
11121
- export interface LaunchTemplateTagSpecificationRequest {
11096
+ export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
11122
11097
  /**
11123
- * <p>The type of resource to tag.</p>
11124
- * <p>Valid Values lists all resource types for Amazon EC2 that can be tagged. When you
11125
- * create a launch template, you can specify tags for the following resource types only:
11126
- * <code>instance</code> | <code>volume</code> |
11127
- * <code>network-interface</code> | <code>spot-instances-request</code>. If the instance
11128
- * does not include the resource type that you specify, the instance launch fails. For
11129
- * example, not all instance types include a volume.</p>
11130
- * <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
11098
+ * <p>The Amazon Resource Name (ARN) of the instance profile.</p>
11131
11099
  * @public
11132
11100
  */
11133
- ResourceType?: ResourceType | undefined;
11101
+ Arn?: string | undefined;
11134
11102
  /**
11135
- * <p>The tags to apply to the resource.</p>
11103
+ * <p>The name of the instance profile.</p>
11136
11104
  * @public
11137
11105
  */
11138
- Tags?: Tag[] | undefined;
11106
+ Name?: string | undefined;
11139
11107
  }
11140
11108
  /**
11141
- * <p>The information to include in the launch template.</p>
11142
- * <note>
11143
- * <p>You must specify at least one parameter for the launch template data.</p>
11144
- * </note>
11109
+ * @public
11110
+ * @enum
11111
+ */
11112
+ export declare const ShutdownBehavior: {
11113
+ readonly stop: "stop";
11114
+ readonly terminate: "terminate";
11115
+ };
11116
+ /**
11117
+ * @public
11118
+ */
11119
+ export type ShutdownBehavior = (typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
11120
+ /**
11121
+ * @public
11122
+ * @enum
11123
+ */
11124
+ export declare const MarketType: {
11125
+ readonly capacity_block: "capacity-block";
11126
+ readonly spot: "spot";
11127
+ };
11128
+ /**
11129
+ * @public
11130
+ */
11131
+ export type MarketType = (typeof MarketType)[keyof typeof MarketType];
11132
+ /**
11133
+ * @public
11134
+ * @enum
11135
+ */
11136
+ export declare const InstanceInterruptionBehavior: {
11137
+ readonly hibernate: "hibernate";
11138
+ readonly stop: "stop";
11139
+ readonly terminate: "terminate";
11140
+ };
11141
+ /**
11142
+ * @public
11143
+ */
11144
+ export type InstanceInterruptionBehavior = (typeof InstanceInterruptionBehavior)[keyof typeof InstanceInterruptionBehavior];
11145
+ /**
11146
+ * @public
11147
+ * @enum
11148
+ */
11149
+ export declare const SpotInstanceType: {
11150
+ readonly one_time: "one-time";
11151
+ readonly persistent: "persistent";
11152
+ };
11153
+ /**
11154
+ * @public
11155
+ */
11156
+ export type SpotInstanceType = (typeof SpotInstanceType)[keyof typeof SpotInstanceType];
11157
+ /**
11158
+ * <p>The options for Spot Instances.</p>
11145
11159
  * @public
11146
11160
  */
11147
- export interface RequestLaunchTemplateData {
11161
+ export interface LaunchTemplateSpotMarketOptionsRequest {
11148
11162
  /**
11149
- * <p>The ID of the kernel.</p>
11163
+ * <p>The maximum hourly price you're willing to pay for a Spot Instance. We do not
11164
+ * recommend using this parameter because it can lead to increased interruptions. If you do
11165
+ * not specify this parameter, you will pay the current Spot price. If you do specify this
11166
+ * parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will
11167
+ * result in an <code>InvalidParameterValue</code> error message when the launch template
11168
+ * is used to launch an instance.</p>
11150
11169
  * <important>
11151
- * <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
11152
- * information, see <a href="https://docs.aws.amazon.com/linux/al2/ug/UserProvidedKernels.html">User provided kernels</a> in the
11153
- * <i>Amazon Linux 2 User Guide</i>.</p>
11170
+ * <p>If you specify a maximum price, your Spot Instances will be interrupted more
11171
+ * frequently than if you do not specify this parameter.</p>
11154
11172
  * </important>
11155
11173
  * @public
11156
11174
  */
11157
- KernelId?: string | undefined;
11158
- /**
11159
- * <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
11160
- * provides dedicated throughput to Amazon EBS and an optimized configuration stack to
11161
- * provide optimal Amazon EBS I/O performance. This optimization isn't available with all
11162
- * instance types. Additional usage charges apply when using an EBS-optimized
11163
- * instance.</p>
11164
- * @public
11165
- */
11166
- EbsOptimized?: boolean | undefined;
11167
- /**
11168
- * <p>The name or Amazon Resource Name (ARN) of an IAM instance profile.</p>
11169
- * @public
11170
- */
11171
- IamInstanceProfile?: LaunchTemplateIamInstanceProfileSpecificationRequest | undefined;
11175
+ MaxPrice?: string | undefined;
11172
11176
  /**
11173
- * <p>The block device mapping.</p>
11177
+ * <p>The Spot Instance request type.</p>
11174
11178
  * @public
11175
11179
  */
11176
- BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[] | undefined;
11180
+ SpotInstanceType?: SpotInstanceType | undefined;
11177
11181
  /**
11178
- * <p>The network interfaces for the instance.</p>
11182
+ * <p>Deprecated.</p>
11179
11183
  * @public
11180
11184
  */
11181
- NetworkInterfaces?: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[] | undefined;
11185
+ BlockDurationMinutes?: number | undefined;
11182
11186
  /**
11183
- * <p>The ID of the AMI in the format <code>ami-0ac394d6a3example</code>.</p>
11184
- * <p>Alternatively, you can specify a Systems Manager parameter, using one of the following
11185
- * formats. The Systems Manager parameter will resolve to an AMI ID on launch.</p>
11186
- * <p>To reference a public parameter:</p>
11187
- * <ul>
11188
- * <li>
11189
- * <p>
11190
- * <code>resolve:ssm:<i>public-parameter</i>
11191
- * </code>
11192
- * </p>
11193
- * </li>
11194
- * </ul>
11195
- * <p>To reference a parameter stored in the same account:</p>
11196
- * <ul>
11197
- * <li>
11198
- * <p>
11199
- * <code>resolve:ssm:<i>parameter-name</i>
11200
- * </code>
11201
- * </p>
11202
- * </li>
11203
- * <li>
11204
- * <p>
11205
- * <code>resolve:ssm:<i>parameter-name:version-number</i>
11206
- * </code>
11207
- * </p>
11208
- * </li>
11209
- * <li>
11210
- * <p>
11211
- * <code>resolve:ssm:<i>parameter-name:label</i>
11212
- * </code>
11213
- * </p>
11214
- * </li>
11215
- * </ul>
11216
- * <p>To reference a parameter shared from another Amazon Web Services account:</p>
11187
+ * <p>The end date of the request, in UTC format
11188
+ * (<i>YYYY-MM-DD</i>T<i>HH:MM:SS</i>Z). Supported only for
11189
+ * persistent requests.</p>
11217
11190
  * <ul>
11218
11191
  * <li>
11219
- * <p>
11220
- * <code>resolve:ssm:<i>parameter-ARN</i>
11221
- * </code>
11222
- * </p>
11223
- * </li>
11224
- * <li>
11225
- * <p>
11226
- * <code>resolve:ssm:<i>parameter-ARN:version-number</i>
11227
- * </code>
11228
- * </p>
11192
+ * <p>For a persistent request, the request remains active until the
11193
+ * <code>ValidUntil</code> date and time is reached. Otherwise, the request
11194
+ * remains active until you cancel it.</p>
11229
11195
  * </li>
11230
11196
  * <li>
11231
- * <p>
11232
- * <code>resolve:ssm:<i>parameter-ARN:label</i>
11233
- * </code>
11234
- * </p>
11197
+ * <p>For a one-time request, <code>ValidUntil</code> is not supported. The request
11198
+ * remains active until all instances launch or you cancel the request.</p>
11235
11199
  * </li>
11236
11200
  * </ul>
11237
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the
11238
- * <i>Amazon EC2 User Guide</i>.</p>
11239
- * <note>
11240
- * <p>If the launch template will be used for an EC2 Fleet or Spot Fleet, note the
11241
- * following:</p>
11242
- * <ul>
11243
- * <li>
11244
- * <p>Only EC2 Fleets of type <code>instant</code> support specifying a Systems
11245
- * Manager parameter.</p>
11246
- * </li>
11247
- * <li>
11248
- * <p>For EC2 Fleets of type <code>maintain</code> or <code>request</code>, or
11249
- * for Spot Fleets, you must specify the AMI ID.</p>
11250
- * </li>
11251
- * </ul>
11252
- * </note>
11253
- * @public
11254
- */
11255
- ImageId?: string | undefined;
11256
- /**
11257
- * <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance types</a> in
11258
- * the <i>Amazon EC2 User Guide</i>.</p>
11259
- * <p>If you specify <code>InstanceType</code>, you can't specify
11260
- * <code>InstanceRequirements</code>.</p>
11261
- * @public
11262
- */
11263
- InstanceType?: _InstanceType | undefined;
11264
- /**
11265
- * <p>The name of the key pair. You can create a key pair using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html">CreateKeyPair</a> or
11266
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html">ImportKeyPair</a>.</p>
11267
- * <important>
11268
- * <p>If you do not specify a key pair, you can't connect to the instance unless you
11269
- * choose an AMI that is configured to allow users another way to log in.</p>
11270
- * </important>
11271
- * @public
11272
- */
11273
- KeyName?: string | undefined;
11274
- /**
11275
- * <p>The monitoring for the instance.</p>
11276
- * @public
11277
- */
11278
- Monitoring?: LaunchTemplatesMonitoringRequest | undefined;
11279
- /**
11280
- * <p>The placement for the instance.</p>
11281
- * @public
11282
- */
11283
- Placement?: LaunchTemplatePlacementRequest | undefined;
11284
- /**
11285
- * <p>The ID of the RAM disk.</p>
11286
- * <important>
11287
- * <p>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more
11288
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">User provided
11289
- * kernels</a> in the <i>Amazon EC2 User Guide</i>.</p>
11290
- * </important>
11291
- * @public
11292
- */
11293
- RamDiskId?: string | undefined;
11294
- /**
11295
- * <p>Indicates whether termination protection is enabled for the instance. The default is
11296
- * <code>false</code>, which means that you can terminate the instance using the Amazon EC2
11297
- * console, command line tools, or API. You can enable termination protection when you
11298
- * launch an instance, while the instance is running, or while the instance is
11299
- * stopped.</p>
11300
- * @public
11301
- */
11302
- DisableApiTermination?: boolean | undefined;
11303
- /**
11304
- * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
11305
- * instance (using the operating system command for system shutdown).</p>
11306
- * <p>Default: <code>stop</code>
11307
- * </p>
11308
- * @public
11309
- */
11310
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
11311
- /**
11312
- * <p>The user data to make available to the instance. You must provide base64-encoded text.
11313
- * User data is limited to 16 KB. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html">Run commands when you launch an EC2
11314
- * instance with user data input</a> in the
11315
- * <i>Amazon EC2 User Guide</i>.</p>
11316
- * <p>If you are creating the launch template for use with Batch, the user
11317
- * data must be provided in the <a href="https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive">MIME multi-part archive format</a>. For more information, see <a href="https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html#lt-user-data">Amazon EC2 user data in launch templates</a> in the
11318
- * <i>Batch User Guide</i>.</p>
11319
- * @public
11320
- */
11321
- UserData?: string | undefined;
11322
- /**
11323
- * <p>The tags to apply to the resources that are created during instance launch. These tags
11324
- * are not applied to the launch template.</p>
11325
- * @public
11326
- */
11327
- TagSpecifications?: LaunchTemplateTagSpecificationRequest[] | undefined;
11328
- /**
11329
- * <p>Deprecated.</p>
11330
- * <note>
11331
- * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
11332
- * </note>
11333
- *
11334
- * @deprecated Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.
11335
- * @public
11336
- */
11337
- ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
11338
- /**
11339
- * <note>
11340
- * <p>Amazon Elastic Inference is no longer available.</p>
11341
- * </note>
11342
- * <p>An elastic inference accelerator to associate with the instance. Elastic inference
11343
- * accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
11344
- * your Deep Learning (DL) inference workloads.</p>
11345
- * <p>You cannot specify accelerators from different generations in the same request.</p>
11346
- *
11347
- * @deprecated Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.
11348
- * @public
11349
- */
11350
- ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
11351
- /**
11352
- * <p>The IDs of the security groups.</p>
11353
- * <p>If you specify a network interface, you must specify any security groups as part of
11354
- * the network interface instead of using this parameter.</p>
11355
- * @public
11356
- */
11357
- SecurityGroupIds?: string[] | undefined;
11358
- /**
11359
- * <p>The names of the security groups. For a nondefault VPC, you must use security group
11360
- * IDs instead.</p>
11361
- * <p>If you specify a network interface, you must specify any security groups as part of
11362
- * the network interface instead of using this parameter.</p>
11363
- * @public
11364
- */
11365
- SecurityGroups?: string[] | undefined;
11366
- /**
11367
- * <p>The market (purchasing) option for the instances.</p>
11368
- * @public
11369
- */
11370
- InstanceMarketOptions?: LaunchTemplateInstanceMarketOptionsRequest | undefined;
11371
- /**
11372
- * <p>The credit option for CPU usage of the instance. Valid only for T instances.</p>
11373
- * @public
11374
- */
11375
- CreditSpecification?: CreditSpecificationRequest | undefined;
11376
- /**
11377
- * <p>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">CPU
11378
- * options for Amazon EC2 instances</a> in the
11379
- * <i>Amazon EC2 User Guide</i>.</p>
11201
+ * <p>Default: 7 days from the current date</p>
11380
11202
  * @public
11381
11203
  */
11382
- CpuOptions?: LaunchTemplateCpuOptionsRequest | undefined;
11204
+ ValidUntil?: Date | undefined;
11383
11205
  /**
11384
- * <p>The Capacity Reservation targeting option. If you do not specify this parameter, the
11385
- * instance's Capacity Reservation preference defaults to <code>open</code>, which enables
11386
- * it to run in any open Capacity Reservation that has matching attributes (instance type,
11387
- * platform, Availability Zone).</p>
11206
+ * <p>The behavior when a Spot Instance is interrupted. The default is
11207
+ * <code>terminate</code>.</p>
11388
11208
  * @public
11389
11209
  */
11390
- CapacityReservationSpecification?: LaunchTemplateCapacityReservationSpecificationRequest | undefined;
11210
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
11211
+ }
11212
+ /**
11213
+ * <p>The market (purchasing) option for the instances.</p>
11214
+ * @public
11215
+ */
11216
+ export interface LaunchTemplateInstanceMarketOptionsRequest {
11391
11217
  /**
11392
- * <p>The license configurations.</p>
11218
+ * <p>The market type.</p>
11393
11219
  * @public
11394
11220
  */
11395
- LicenseSpecifications?: LaunchTemplateLicenseConfigurationRequest[] | undefined;
11221
+ MarketType?: MarketType | undefined;
11396
11222
  /**
11397
- * <p>Indicates whether an instance is enabled for hibernation. This parameter is valid only
11398
- * if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
11399
- * prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2 instance</a>
11400
- * in the <i>Amazon EC2 User Guide</i>.</p>
11223
+ * <p>The options for Spot Instances.</p>
11401
11224
  * @public
11402
11225
  */
11403
- HibernationOptions?: LaunchTemplateHibernationOptionsRequest | undefined;
11226
+ SpotOptions?: LaunchTemplateSpotMarketOptionsRequest | undefined;
11227
+ }
11228
+ /**
11229
+ * <p>Describes a license configuration.</p>
11230
+ * @public
11231
+ */
11232
+ export interface LaunchTemplateLicenseConfigurationRequest {
11404
11233
  /**
11405
- * <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html">Configure
11406
- * the Instance Metadata Service options</a> in the
11407
- * <i>Amazon EC2 User Guide</i>.</p>
11234
+ * <p>The Amazon Resource Name (ARN) of the license configuration.</p>
11408
11235
  * @public
11409
11236
  */
11410
- MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest | undefined;
11237
+ LicenseConfigurationArn?: string | undefined;
11238
+ }
11239
+ /**
11240
+ * @public
11241
+ * @enum
11242
+ */
11243
+ export declare const LaunchTemplateAutoRecoveryState: {
11244
+ readonly default: "default";
11245
+ readonly disabled: "disabled";
11246
+ };
11247
+ /**
11248
+ * @public
11249
+ */
11250
+ export type LaunchTemplateAutoRecoveryState = (typeof LaunchTemplateAutoRecoveryState)[keyof typeof LaunchTemplateAutoRecoveryState];
11251
+ /**
11252
+ * <p>The maintenance options of your instance.</p>
11253
+ * @public
11254
+ */
11255
+ export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
11411
11256
  /**
11412
- * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
11413
- * information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Nitro Enclaves?</a> in the
11414
- * <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
11415
- * <p>You can't enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.</p>
11257
+ * <p>Disables the automatic recovery behavior of your instance or sets it to default. For
11258
+ * more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</p>
11416
11259
  * @public
11417
11260
  */
11418
- EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest | undefined;
11261
+ AutoRecovery?: LaunchTemplateAutoRecoveryState | undefined;
11262
+ }
11263
+ /**
11264
+ * @public
11265
+ * @enum
11266
+ */
11267
+ export declare const LaunchTemplateInstanceMetadataEndpointState: {
11268
+ readonly disabled: "disabled";
11269
+ readonly enabled: "enabled";
11270
+ };
11271
+ /**
11272
+ * @public
11273
+ */
11274
+ export type LaunchTemplateInstanceMetadataEndpointState = (typeof LaunchTemplateInstanceMetadataEndpointState)[keyof typeof LaunchTemplateInstanceMetadataEndpointState];
11275
+ /**
11276
+ * @public
11277
+ * @enum
11278
+ */
11279
+ export declare const LaunchTemplateInstanceMetadataProtocolIpv6: {
11280
+ readonly disabled: "disabled";
11281
+ readonly enabled: "enabled";
11282
+ };
11283
+ /**
11284
+ * @public
11285
+ */
11286
+ export type LaunchTemplateInstanceMetadataProtocolIpv6 = (typeof LaunchTemplateInstanceMetadataProtocolIpv6)[keyof typeof LaunchTemplateInstanceMetadataProtocolIpv6];
11287
+ /**
11288
+ * @public
11289
+ * @enum
11290
+ */
11291
+ export declare const LaunchTemplateHttpTokensState: {
11292
+ readonly optional: "optional";
11293
+ readonly required: "required";
11294
+ };
11295
+ /**
11296
+ * @public
11297
+ */
11298
+ export type LaunchTemplateHttpTokensState = (typeof LaunchTemplateHttpTokensState)[keyof typeof LaunchTemplateHttpTokensState];
11299
+ /**
11300
+ * @public
11301
+ * @enum
11302
+ */
11303
+ export declare const LaunchTemplateInstanceMetadataTagsState: {
11304
+ readonly disabled: "disabled";
11305
+ readonly enabled: "enabled";
11306
+ };
11307
+ /**
11308
+ * @public
11309
+ */
11310
+ export type LaunchTemplateInstanceMetadataTagsState = (typeof LaunchTemplateInstanceMetadataTagsState)[keyof typeof LaunchTemplateInstanceMetadataTagsState];
11311
+ /**
11312
+ * <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Use
11313
+ * instance metadata to manage your EC2 instance</a> in the
11314
+ * <i>Amazon EC2 User Guide</i>.</p>
11315
+ * @public
11316
+ */
11317
+ export interface LaunchTemplateInstanceMetadataOptionsRequest {
11419
11318
  /**
11420
- * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
11421
- * identify instance types with these attributes.</p>
11422
- * <p>You must specify <code>VCpuCount</code> and <code>MemoryMiB</code>. All other attributes
11423
- * are optional. Any unspecified optional attribute is set to its default.</p>
11424
- * <p>When you specify multiple attributes, you get instance types that satisfy all of the
11425
- * specified attributes. If you specify multiple values for an attribute, you get instance
11426
- * types that satisfy any of the specified values.</p>
11427
- * <p>To limit the list of instance types from which Amazon EC2 can identify matching instance types,
11428
- * you can use one of the following parameters, but not both in the same request:</p>
11319
+ * <p>Indicates whether IMDSv2 is required.</p>
11429
11320
  * <ul>
11430
11321
  * <li>
11431
11322
  * <p>
11432
- * <code>AllowedInstanceTypes</code> - The instance types to include in the list. All
11433
- * other instance types are ignored, even if they match your specified attributes.</p>
11323
+ * <code>optional</code> - IMDSv2 is optional. You can choose whether to send a
11324
+ * session token in your instance metadata retrieval requests. If you retrieve IAM
11325
+ * role credentials without a session token, you receive the IMDSv1 role
11326
+ * credentials. If you retrieve IAM role credentials using a valid session token,
11327
+ * you receive the IMDSv2 role credentials.</p>
11434
11328
  * </li>
11435
11329
  * <li>
11436
11330
  * <p>
11437
- * <code>ExcludedInstanceTypes</code> - The instance types to exclude from the list,
11438
- * even if they match your specified attributes.</p>
11331
+ * <code>required</code> - IMDSv2 is required. You must send a session token in
11332
+ * your instance metadata retrieval requests. With this option, retrieving the IAM
11333
+ * role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not
11334
+ * available.</p>
11439
11335
  * </li>
11440
11336
  * </ul>
11441
- * <note>
11442
- * <p>If you specify <code>InstanceRequirements</code>, you can't specify
11443
- * <code>InstanceType</code>.</p>
11444
- * <p>Attribute-based instance type selection is only supported when using Auto Scaling
11445
- * groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in
11446
- * the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html">launch instance
11447
- * wizard</a>, or with the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a> API or
11448
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html">AWS::EC2::Instance</a> Amazon Web Services CloudFormation resource, you can't specify <code>InstanceRequirements</code>.</p>
11449
- * </note>
11450
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html">Specify attributes for instance type selection for EC2 Fleet or Spot Fleet</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html">Spot
11451
- * placement score</a> in the <i>Amazon EC2 User Guide</i>.</p>
11452
- * @public
11453
- */
11454
- InstanceRequirements?: InstanceRequirementsRequest | undefined;
11455
- /**
11456
- * <p>The options for the instance hostname. The default values are inherited from the
11457
- * subnet.</p>
11337
+ * <p>Default: If the value of <code>ImdsSupport</code> for the Amazon Machine Image (AMI)
11338
+ * for your instance is <code>v2.0</code>, the default is <code>required</code>.</p>
11458
11339
  * @public
11459
11340
  */
11460
- PrivateDnsNameOptions?: LaunchTemplatePrivateDnsNameOptionsRequest | undefined;
11341
+ HttpTokens?: LaunchTemplateHttpTokensState | undefined;
11461
11342
  /**
11462
- * <p>The maintenance options for the instance.</p>
11343
+ * <p>The desired HTTP PUT response hop limit for instance metadata requests. The larger the
11344
+ * number, the further instance metadata requests can travel.</p>
11345
+ * <p>Default: <code>1</code>
11346
+ * </p>
11347
+ * <p>Possible values: Integers from 1 to 64</p>
11463
11348
  * @public
11464
11349
  */
11465
- MaintenanceOptions?: LaunchTemplateInstanceMaintenanceOptionsRequest | undefined;
11350
+ HttpPutResponseHopLimit?: number | undefined;
11466
11351
  /**
11467
- * <p>Indicates whether to enable the instance for stop protection. For more information,
11468
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your EC2 instances</a> in the
11469
- * <i>Amazon EC2 User Guide</i>.</p>
11352
+ * <p>Enables or disables the HTTP metadata endpoint on your instances. If the parameter is
11353
+ * not specified, the default state is <code>enabled</code>.</p>
11354
+ * <note>
11355
+ * <p>If you specify a value of <code>disabled</code>, you will not be able to access
11356
+ * your instance metadata. </p>
11357
+ * </note>
11470
11358
  * @public
11471
11359
  */
11472
- DisableApiStop?: boolean | undefined;
11360
+ HttpEndpoint?: LaunchTemplateInstanceMetadataEndpointState | undefined;
11473
11361
  /**
11474
- * <p>The entity that manages the launch template.</p>
11362
+ * <p>Enables or disables the IPv6 endpoint for the instance metadata service.</p>
11363
+ * <p>Default: <code>disabled</code>
11364
+ * </p>
11475
11365
  * @public
11476
11366
  */
11477
- Operator?: OperatorRequest | undefined;
11367
+ HttpProtocolIpv6?: LaunchTemplateInstanceMetadataProtocolIpv6 | undefined;
11478
11368
  /**
11479
- * <p>Contains launch template settings to boost network performance for the type of
11480
- * workload that runs on your instance.</p>
11369
+ * <p>Set to <code>enabled</code> to allow access to instance tags from the instance
11370
+ * metadata. Set to <code>disabled</code> to turn off access to instance tags from the
11371
+ * instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html">View tags for your EC2
11372
+ * instances using instance metadata</a>.</p>
11373
+ * <p>Default: <code>disabled</code>
11374
+ * </p>
11481
11375
  * @public
11482
11376
  */
11483
- NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptionsRequest | undefined;
11377
+ InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | undefined;
11484
11378
  }
11485
11379
  /**
11380
+ * <p>Describes the monitoring for the instance.</p>
11486
11381
  * @public
11487
11382
  */
11488
- export interface CreateLaunchTemplateRequest {
11489
- /**
11490
- * <p>Checks whether you have the required permissions for the action, without actually
11491
- * making the request, and provides an error response. If you have the required
11492
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11493
- * <code>UnauthorizedOperation</code>.</p>
11494
- * @public
11495
- */
11496
- DryRun?: boolean | undefined;
11497
- /**
11498
- * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
11499
- * request. If a client token isn't specified, a randomly generated token is used in the
11500
- * request to ensure idempotency.</p>
11501
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
11502
- * idempotency</a>.</p>
11503
- * <p>Constraint: Maximum 128 ASCII characters.</p>
11504
- * @public
11505
- */
11506
- ClientToken?: string | undefined;
11507
- /**
11508
- * <p>A name for the launch template.</p>
11509
- * @public
11510
- */
11511
- LaunchTemplateName: string | undefined;
11512
- /**
11513
- * <p>A description for the first version of the launch template.</p>
11514
- * @public
11515
- */
11516
- VersionDescription?: string | undefined;
11517
- /**
11518
- * <p>The information for the launch template.</p>
11519
- * @public
11520
- */
11521
- LaunchTemplateData: RequestLaunchTemplateData | undefined;
11522
- /**
11523
- * <p>Reserved for internal use.</p>
11524
- * @public
11525
- */
11526
- Operator?: OperatorRequest | undefined;
11383
+ export interface LaunchTemplatesMonitoringRequest {
11527
11384
  /**
11528
- * <p>The tags to apply to the launch template on creation. To tag the launch template, the
11529
- * resource type must be <code>launch-template</code>.</p>
11530
- * <p>To specify the tags for the resources that are created when an instance is launched,
11531
- * you must use the <code>TagSpecifications</code> parameter in the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestLaunchTemplateData.html">launch template
11532
- * data</a> structure.</p>
11385
+ * <p>Specify <code>true</code> to enable detailed monitoring. Otherwise, basic monitoring
11386
+ * is enabled.</p>
11533
11387
  * @public
11534
11388
  */
11535
- TagSpecifications?: TagSpecification[] | undefined;
11389
+ Enabled?: boolean | undefined;
11536
11390
  }
11537
11391
  /**
11538
- * <p>Describes a launch template.</p>
11392
+ * <p>A security group connection tracking specification request that enables you to set the
11393
+ * idle timeout for connection tracking on an Elastic network interface. For more
11394
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
11395
+ * <i>Amazon EC2 User Guide</i>.</p>
11539
11396
  * @public
11540
11397
  */
11541
- export interface LaunchTemplate {
11542
- /**
11543
- * <p>The ID of the launch template.</p>
11544
- * @public
11545
- */
11546
- LaunchTemplateId?: string | undefined;
11547
- /**
11548
- * <p>The name of the launch template.</p>
11549
- * @public
11550
- */
11551
- LaunchTemplateName?: string | undefined;
11552
- /**
11553
- * <p>The time launch template was created.</p>
11554
- * @public
11555
- */
11556
- CreateTime?: Date | undefined;
11557
- /**
11558
- * <p>The principal that created the launch template. </p>
11559
- * @public
11560
- */
11561
- CreatedBy?: string | undefined;
11562
- /**
11563
- * <p>The version number of the default version of the launch template.</p>
11564
- * @public
11565
- */
11566
- DefaultVersionNumber?: number | undefined;
11567
- /**
11568
- * <p>The version number of the latest version of the launch template.</p>
11569
- * @public
11570
- */
11571
- LatestVersionNumber?: number | undefined;
11572
- /**
11573
- * <p>The tags for the launch template.</p>
11574
- * @public
11575
- */
11576
- Tags?: Tag[] | undefined;
11398
+ export interface ConnectionTrackingSpecificationRequest {
11577
11399
  /**
11578
- * <p>The entity that manages the launch template.</p>
11400
+ * <p>Timeout (in seconds) for idle TCP
11401
+ * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
11402
+ * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
11579
11403
  * @public
11580
11404
  */
11581
- Operator?: OperatorResponse | undefined;
11582
- }
11583
- /**
11584
- * <p>The error code and error message that is returned for a parameter or parameter
11585
- * combination that is not valid when a new launch template or new version of a launch
11586
- * template is created.</p>
11587
- * @public
11588
- */
11589
- export interface ValidationError {
11405
+ TcpEstablishedTimeout?: number | undefined;
11590
11406
  /**
11591
- * <p>The error code that indicates why the parameter or parameter combination is not valid.
11592
- * For more information about error codes, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error codes</a>.</p>
11407
+ * <p>Timeout (in seconds) for idle UDP
11408
+ * flows classified as streams which have seen more than one request-response
11409
+ * transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
11410
+ * seconds.</p>
11593
11411
  * @public
11594
11412
  */
11595
- Code?: string | undefined;
11413
+ UdpStreamTimeout?: number | undefined;
11596
11414
  /**
11597
- * <p>The error message that describes why the parameter or parameter combination is not
11598
- * valid. For more information about error messages, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error codes</a>.</p>
11415
+ * <p>Timeout (in seconds) for idle UDP flows that
11416
+ * have seen traffic only in a single direction or a single request-response
11417
+ * transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
11599
11418
  * @public
11600
11419
  */
11601
- Message?: string | undefined;
11420
+ UdpTimeout?: number | undefined;
11602
11421
  }
11603
11422
  /**
11604
- * <p>The error codes and error messages that are returned for the parameters or parameter
11605
- * combinations that are not valid when a new launch template or new version of a launch
11606
- * template is created.</p>
11423
+ * <p>Configures ENA Express for UDP network traffic from your launch template.</p>
11607
11424
  * @public
11608
11425
  */
11609
- export interface ValidationWarning {
11426
+ export interface EnaSrdUdpSpecificationRequest {
11610
11427
  /**
11611
- * <p>The error codes and error messages.</p>
11428
+ * <p>Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP
11429
+ * traffic can use ENA Express when you launch an instance, you must also set <b>EnaSrdEnabled</b> in the <b>EnaSrdSpecificationRequest</b> to <code>true</code>.</p>
11612
11430
  * @public
11613
11431
  */
11614
- Errors?: ValidationError[] | undefined;
11432
+ EnaSrdUdpEnabled?: boolean | undefined;
11615
11433
  }
11616
11434
  /**
11435
+ * <p>Launch instances with ENA Express settings configured from your launch
11436
+ * template.</p>
11617
11437
  * @public
11618
11438
  */
11619
- export interface CreateLaunchTemplateResult {
11439
+ export interface EnaSrdSpecificationRequest {
11620
11440
  /**
11621
- * <p>Information about the launch template.</p>
11441
+ * <p>Specifies whether ENA Express is enabled for the network interface when you launch an
11442
+ * instance.</p>
11622
11443
  * @public
11623
11444
  */
11624
- LaunchTemplate?: LaunchTemplate | undefined;
11445
+ EnaSrdEnabled?: boolean | undefined;
11625
11446
  /**
11626
- * <p>If the launch template contains parameters or parameter combinations that are not
11627
- * valid, an error code and an error message are returned for each issue that's
11628
- * found.</p>
11447
+ * <p>Contains ENA Express settings for UDP network traffic for the network interface
11448
+ * attached to the instance.</p>
11629
11449
  * @public
11630
11450
  */
11631
- Warning?: ValidationWarning | undefined;
11451
+ EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest | undefined;
11632
11452
  }
11633
11453
  /**
11454
+ * <p>Describes the IPv4 prefix option for a network interface.</p>
11634
11455
  * @public
11635
11456
  */
11636
- export interface CreateLaunchTemplateVersionRequest {
11637
- /**
11638
- * <p>Checks whether you have the required permissions for the action, without actually
11639
- * making the request, and provides an error response. If you have the required
11640
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11641
- * <code>UnauthorizedOperation</code>.</p>
11642
- * @public
11643
- */
11644
- DryRun?: boolean | undefined;
11645
- /**
11646
- * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
11647
- * request. If a client token isn't specified, a randomly generated token is used in the
11648
- * request to ensure idempotency.</p>
11649
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
11650
- * idempotency</a>.</p>
11651
- * <p>Constraint: Maximum 128 ASCII characters.</p>
11652
- * @public
11653
- */
11654
- ClientToken?: string | undefined;
11655
- /**
11656
- * <p>The ID of the launch template.</p>
11657
- * <p>You must specify either the launch template ID or the launch template name, but not
11658
- * both.</p>
11659
- * @public
11660
- */
11661
- LaunchTemplateId?: string | undefined;
11662
- /**
11663
- * <p>The name of the launch template.</p>
11664
- * <p>You must specify either the launch template ID or the launch template name, but not
11665
- * both.</p>
11666
- * @public
11667
- */
11668
- LaunchTemplateName?: string | undefined;
11669
- /**
11670
- * <p>The version of the launch template on which to base the new version. Snapshots applied
11671
- * to the block device mapping are ignored when creating a new version unless they are
11672
- * explicitly included.</p>
11673
- * <p>If you specify this parameter, the new version inherits the launch parameters from the
11674
- * source version. If you specify additional launch parameters for the new version, they
11675
- * overwrite any corresponding launch parameters inherited from the source version.</p>
11676
- * <p>If you omit this parameter, the new version contains only the launch parameters that
11677
- * you specify for the new version.</p>
11678
- * @public
11679
- */
11680
- SourceVersion?: string | undefined;
11681
- /**
11682
- * <p>A description for the version of the launch template.</p>
11683
- * @public
11684
- */
11685
- VersionDescription?: string | undefined;
11686
- /**
11687
- * <p>The information for the launch template.</p>
11688
- * @public
11689
- */
11690
- LaunchTemplateData: RequestLaunchTemplateData | undefined;
11457
+ export interface Ipv4PrefixSpecificationRequest {
11691
11458
  /**
11692
- * <p>If <code>true</code>, and if a Systems Manager parameter is specified for
11693
- * <code>ImageId</code>, the AMI ID is displayed in the response for
11694
- * <code>imageID</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the
11459
+ * <p>The IPv4 prefix. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">
11460
+ * Assigning prefixes to network interfaces</a> in the
11695
11461
  * <i>Amazon EC2 User Guide</i>.</p>
11696
- * <p>Default: <code>false</code>
11697
- * </p>
11698
11462
  * @public
11699
11463
  */
11700
- ResolveAlias?: boolean | undefined;
11464
+ Ipv4Prefix?: string | undefined;
11701
11465
  }
11702
11466
  /**
11703
- * <p>Describes a block device for an EBS volume.</p>
11467
+ * <p>Describes an IPv6 address.</p>
11704
11468
  * @public
11705
11469
  */
11706
- export interface LaunchTemplateEbsBlockDevice {
11707
- /**
11708
- * <p>Indicates whether the EBS volume is encrypted.</p>
11709
- * @public
11710
- */
11711
- Encrypted?: boolean | undefined;
11712
- /**
11713
- * <p>Indicates whether the EBS volume is deleted on instance termination.</p>
11714
- * @public
11715
- */
11716
- DeleteOnTermination?: boolean | undefined;
11717
- /**
11718
- * <p>The number of I/O operations per second (IOPS) that the volume supports. </p>
11719
- * @public
11720
- */
11721
- Iops?: number | undefined;
11722
- /**
11723
- * <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.</p>
11724
- * @public
11725
- */
11726
- KmsKeyId?: string | undefined;
11727
- /**
11728
- * <p>The ID of the snapshot.</p>
11729
- * @public
11730
- */
11731
- SnapshotId?: string | undefined;
11732
- /**
11733
- * <p>The size of the volume, in GiB.</p>
11734
- * @public
11735
- */
11736
- VolumeSize?: number | undefined;
11737
- /**
11738
- * <p>The volume type.</p>
11739
- * @public
11740
- */
11741
- VolumeType?: VolumeType | undefined;
11742
- /**
11743
- * <p>The throughput that the volume supports, in MiB/s.</p>
11744
- * @public
11745
- */
11746
- Throughput?: number | undefined;
11470
+ export interface InstanceIpv6AddressRequest {
11747
11471
  /**
11748
- * <p>The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume, in MiB/s.
11749
- * If no volume initialization rate was specified, the value is <code>null</code>.</p>
11472
+ * <p>The IPv6 address.</p>
11750
11473
  * @public
11751
11474
  */
11752
- VolumeInitializationRate?: number | undefined;
11475
+ Ipv6Address?: string | undefined;
11753
11476
  }
11754
11477
  /**
11755
- * <p>Describes a block device mapping.</p>
11478
+ * <p>Describes the IPv6 prefix option for a network interface.</p>
11756
11479
  * @public
11757
11480
  */
11758
- export interface LaunchTemplateBlockDeviceMapping {
11759
- /**
11760
- * <p>The device name.</p>
11761
- * @public
11762
- */
11763
- DeviceName?: string | undefined;
11764
- /**
11765
- * <p>The virtual device name (ephemeralN).</p>
11766
- * @public
11767
- */
11768
- VirtualName?: string | undefined;
11769
- /**
11770
- * <p>Information about the block device for an EBS volume.</p>
11771
- * @public
11772
- */
11773
- Ebs?: LaunchTemplateEbsBlockDevice | undefined;
11481
+ export interface Ipv6PrefixSpecificationRequest {
11774
11482
  /**
11775
- * <p>To omit the device from the block device mapping, specify an empty string.</p>
11483
+ * <p>The IPv6 prefix.</p>
11776
11484
  * @public
11777
11485
  */
11778
- NoDevice?: string | undefined;
11486
+ Ipv6Prefix?: string | undefined;
11779
11487
  }
11780
11488
  /**
11781
11489
  * @internal
@@ -11789,15 +11497,3 @@ export declare const CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveL
11789
11497
  * @internal
11790
11498
  */
11791
11499
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
11792
- /**
11793
- * @internal
11794
- */
11795
- export declare const RequestLaunchTemplateDataFilterSensitiveLog: (obj: RequestLaunchTemplateData) => any;
11796
- /**
11797
- * @internal
11798
- */
11799
- export declare const CreateLaunchTemplateRequestFilterSensitiveLog: (obj: CreateLaunchTemplateRequest) => any;
11800
- /**
11801
- * @internal
11802
- */
11803
- export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (obj: CreateLaunchTemplateVersionRequest) => any;