@propulsionworks/cloudformation 0.0.2 → 0.1.1

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 (1452) hide show
  1. package/exports/main.ts +6 -5
  2. package/lib/assert.ts +62 -0
  3. package/lib/builder.ts +366 -0
  4. package/lib/intrinsics.ts +1223 -0
  5. package/{exports/main → lib}/template.ts +41 -13
  6. package/out/exports/main.d.ts +6 -5
  7. package/out/exports/main.d.ts.map +1 -1
  8. package/out/exports/main.js +6 -5
  9. package/out/exports/main.js.map +1 -1
  10. package/out/exports/resources.generated/alexa-ask-skill.d.ts +106 -0
  11. package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +154 -0
  12. package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +462 -0
  13. package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +523 -0
  14. package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +43 -0
  15. package/out/exports/resources.generated/aws-acmpca-permission.d.ts +45 -0
  16. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +422 -0
  17. package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +94 -0
  18. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +52 -0
  19. package/out/exports/resources.generated/aws-amplify-app.d.ts +356 -0
  20. package/out/exports/resources.generated/aws-amplify-branch.d.ts +206 -0
  21. package/out/exports/resources.generated/aws-amplify-domain.d.ts +169 -0
  22. package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +558 -0
  23. package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +526 -0
  24. package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +99 -0
  25. package/out/exports/resources.generated/aws-apigateway-account.d.ts +32 -0
  26. package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +82 -0
  27. package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +73 -0
  28. package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +33 -0
  29. package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +43 -0
  30. package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +33 -0
  31. package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +271 -0
  32. package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +71 -0
  33. package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +30 -0
  34. package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +127 -0
  35. package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +51 -0
  36. package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +74 -0
  37. package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +48 -0
  38. package/out/exports/resources.generated/aws-apigateway-method.d.ts +217 -0
  39. package/out/exports/resources.generated/aws-apigateway-model.d.ts +40 -0
  40. package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +43 -0
  41. package/out/exports/resources.generated/aws-apigateway-resource.d.ts +38 -0
  42. package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +168 -0
  43. package/out/exports/resources.generated/aws-apigateway-stage.d.ts +189 -0
  44. package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +121 -0
  45. package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +38 -0
  46. package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +43 -0
  47. package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +182 -0
  48. package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +183 -0
  49. package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +43 -0
  50. package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +98 -0
  51. package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +38 -0
  52. package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +111 -0
  53. package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +181 -0
  54. package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +64 -0
  55. package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +48 -0
  56. package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +83 -0
  57. package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +64 -0
  58. package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +130 -0
  59. package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +43 -0
  60. package/out/exports/resources.generated/aws-appconfig-application.d.ts +58 -0
  61. package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +158 -0
  62. package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +114 -0
  63. package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +95 -0
  64. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +106 -0
  65. package/out/exports/resources.generated/aws-appconfig-extension.d.ts +136 -0
  66. package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +63 -0
  67. package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +83 -0
  68. package/out/exports/resources.generated/aws-appflow-connector.d.ts +76 -0
  69. package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +1113 -0
  70. package/out/exports/resources.generated/aws-appflow-flow.d.ts +1383 -0
  71. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +93 -0
  72. package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +133 -0
  73. package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +75 -0
  74. package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +213 -0
  75. package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +745 -0
  76. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +592 -0
  77. package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +42 -0
  78. package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +621 -0
  79. package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +528 -0
  80. package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +110 -0
  81. package/out/exports/resources.generated/aws-appmesh-route.d.ts +620 -0
  82. package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +594 -0
  83. package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +869 -0
  84. package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +123 -0
  85. package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +134 -0
  86. package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +86 -0
  87. package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +87 -0
  88. package/out/exports/resources.generated/aws-apprunner-service.d.ts +525 -0
  89. package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +70 -0
  90. package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +89 -0
  91. package/out/exports/resources.generated/aws-appstream-appblock.d.ts +125 -0
  92. package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +119 -0
  93. package/out/exports/resources.generated/aws-appstream-application.d.ts +121 -0
  94. package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +28 -0
  95. package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +23 -0
  96. package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +65 -0
  97. package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +79 -0
  98. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +255 -0
  99. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +176 -0
  100. package/out/exports/resources.generated/aws-appstream-stack.d.ts +185 -0
  101. package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +36 -0
  102. package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +44 -0
  103. package/out/exports/resources.generated/aws-appstream-user.d.ts +51 -0
  104. package/out/exports/resources.generated/aws-appsync-api.d.ts +228 -0
  105. package/out/exports/resources.generated/aws-appsync-apicache.d.ts +89 -0
  106. package/out/exports/resources.generated/aws-appsync-apikey.d.ts +48 -0
  107. package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +151 -0
  108. package/out/exports/resources.generated/aws-appsync-datasource.d.ts +326 -0
  109. package/out/exports/resources.generated/aws-appsync-domainname.d.ts +69 -0
  110. package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +35 -0
  111. package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +177 -0
  112. package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +383 -0
  113. package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +48 -0
  114. package/out/exports/resources.generated/aws-appsync-resolver.d.ts +221 -0
  115. package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +107 -0
  116. package/out/exports/resources.generated/aws-apptest-testcase.d.ts +493 -0
  117. package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +49 -0
  118. package/out/exports/resources.generated/aws-aps-scraper.d.ts +156 -0
  119. package/out/exports/resources.generated/aws-aps-workspace.d.ts +218 -0
  120. package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +36 -0
  121. package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +125 -0
  122. package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +96 -0
  123. package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +92 -0
  124. package/out/exports/resources.generated/aws-athena-namedquery.d.ts +58 -0
  125. package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +41 -0
  126. package/out/exports/resources.generated/aws-athena-workgroup.d.ts +321 -0
  127. package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +268 -0
  128. package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1188 -0
  129. package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +283 -0
  130. package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +72 -0
  131. package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +708 -0
  132. package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +81 -0
  133. package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +69 -0
  134. package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +408 -0
  135. package/out/exports/resources.generated/aws-b2bi-capability.d.ts +170 -0
  136. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +263 -0
  137. package/out/exports/resources.generated/aws-b2bi-profile.d.ts +93 -0
  138. package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +254 -0
  139. package/out/exports/resources.generated/aws-backup-backupplan.d.ts +217 -0
  140. package/out/exports/resources.generated/aws-backup-backupselection.d.ts +141 -0
  141. package/out/exports/resources.generated/aws-backup-backupvault.d.ts +119 -0
  142. package/out/exports/resources.generated/aws-backup-framework.d.ts +119 -0
  143. package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +93 -0
  144. package/out/exports/resources.generated/aws-backup-reportplan.d.ts +100 -0
  145. package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +110 -0
  146. package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +111 -0
  147. package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +83 -0
  148. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +498 -0
  149. package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +71 -0
  150. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1586 -0
  151. package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +110 -0
  152. package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +98 -0
  153. package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +214 -0
  154. package/out/exports/resources.generated/aws-bedrock-agent.d.ts +706 -0
  155. package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +118 -0
  156. package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +121 -0
  157. package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +77 -0
  158. package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +654 -0
  159. package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +912 -0
  160. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +733 -0
  161. package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +122 -0
  162. package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +80 -0
  163. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +663 -0
  164. package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +52 -0
  165. package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +121 -0
  166. package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1153 -0
  167. package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +477 -0
  168. package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +92 -0
  169. package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +116 -0
  170. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +194 -0
  171. package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +63 -0
  172. package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +124 -0
  173. package/out/exports/resources.generated/aws-budgets-budget.d.ts +473 -0
  174. package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +191 -0
  175. package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +73 -0
  176. package/out/exports/resources.generated/aws-cassandra-table.d.ts +370 -0
  177. package/out/exports/resources.generated/aws-cassandra-type.d.ts +82 -0
  178. package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +81 -0
  179. package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +108 -0
  180. package/out/exports/resources.generated/aws-ce-costcategory.d.ts +65 -0
  181. package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +41 -0
  182. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +125 -0
  183. package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +145 -0
  184. package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +125 -0
  185. package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +107 -0
  186. package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +250 -0
  187. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +300 -0
  188. package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +466 -0
  189. package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +175 -0
  190. package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +102 -0
  191. package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +113 -0
  192. package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +321 -0
  193. package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +93 -0
  194. package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +180 -0
  195. package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +116 -0
  196. package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +44 -0
  197. package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +214 -0
  198. package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +81 -0
  199. package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +95 -0
  200. package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +118 -0
  201. package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +185 -0
  202. package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +53 -0
  203. package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +70 -0
  204. package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +95 -0
  205. package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +172 -0
  206. package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +62 -0
  207. package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +77 -0
  208. package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +141 -0
  209. package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +221 -0
  210. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +456 -0
  211. package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +206 -0
  212. package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +49 -0
  213. package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +34 -0
  214. package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +57 -0
  215. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +218 -0
  216. package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +44 -0
  217. package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +85 -0
  218. package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +174 -0
  219. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1341 -0
  220. package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +203 -0
  221. package/out/exports/resources.generated/aws-cloudfront-function.d.ts +106 -0
  222. package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +60 -0
  223. package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +64 -0
  224. package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +45 -0
  225. package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +80 -0
  226. package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +155 -0
  227. package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +59 -0
  228. package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +81 -0
  229. package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +476 -0
  230. package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +139 -0
  231. package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +95 -0
  232. package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +67 -0
  233. package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +149 -0
  234. package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +307 -0
  235. package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +31 -0
  236. package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +413 -0
  237. package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +294 -0
  238. package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +289 -0
  239. package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +126 -0
  240. package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +29 -0
  241. package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +56 -0
  242. package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +269 -0
  243. package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +64 -0
  244. package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +111 -0
  245. package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +91 -0
  246. package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +263 -0
  247. package/out/exports/resources.generated/aws-codebuild-project.d.ts +865 -0
  248. package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +118 -0
  249. package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +46 -0
  250. package/out/exports/resources.generated/aws-codecommit-repository.d.ts +158 -0
  251. package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +70 -0
  252. package/out/exports/resources.generated/aws-codedeploy-application.d.ts +30 -0
  253. package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +180 -0
  254. package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +656 -0
  255. package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +77 -0
  256. package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +94 -0
  257. package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +153 -0
  258. package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +703 -0
  259. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +121 -0
  260. package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +98 -0
  261. package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +68 -0
  262. package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +64 -0
  263. package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +77 -0
  264. package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +104 -0
  265. package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +163 -0
  266. package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +33 -0
  267. package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +111 -0
  268. package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +99 -0
  269. package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +110 -0
  270. package/out/exports/resources.generated/aws-cognito-userpool.d.ts +788 -0
  271. package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +315 -0
  272. package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +56 -0
  273. package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +44 -0
  274. package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +71 -0
  275. package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +55 -0
  276. package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +200 -0
  277. package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +28 -0
  278. package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +102 -0
  279. package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +38 -0
  280. package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +299 -0
  281. package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +201 -0
  282. package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +41 -0
  283. package/out/exports/resources.generated/aws-config-configrule.d.ts +230 -0
  284. package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +88 -0
  285. package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +355 -0
  286. package/out/exports/resources.generated/aws-config-conformancepack.d.ts +91 -0
  287. package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +115 -0
  288. package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +244 -0
  289. package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +80 -0
  290. package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +107 -0
  291. package/out/exports/resources.generated/aws-config-storedquery.d.ts +62 -0
  292. package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +82 -0
  293. package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +29 -0
  294. package/out/exports/resources.generated/aws-connect-contactflow.d.ts +73 -0
  295. package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +75 -0
  296. package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +53 -0
  297. package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +61 -0
  298. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +444 -0
  299. package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +182 -0
  300. package/out/exports/resources.generated/aws-connect-instance.d.ts +125 -0
  301. package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +160 -0
  302. package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +53 -0
  303. package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +73 -0
  304. package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +49 -0
  305. package/out/exports/resources.generated/aws-connect-prompt.d.ts +57 -0
  306. package/out/exports/resources.generated/aws-connect-queue.d.ts +134 -0
  307. package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +133 -0
  308. package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +155 -0
  309. package/out/exports/resources.generated/aws-connect-rule.d.ts +317 -0
  310. package/out/exports/resources.generated/aws-connect-securitykey.d.ts +47 -0
  311. package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +118 -0
  312. package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +192 -0
  313. package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +63 -0
  314. package/out/exports/resources.generated/aws-connect-user.d.ts +181 -0
  315. package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +46 -0
  316. package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +146 -0
  317. package/out/exports/resources.generated/aws-connect-view.d.ts +83 -0
  318. package/out/exports/resources.generated/aws-connect-viewversion.d.ts +59 -0
  319. package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +209 -0
  320. package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +622 -0
  321. package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +75 -0
  322. package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +55 -0
  323. package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +75 -0
  324. package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +88 -0
  325. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +163 -0
  326. package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +294 -0
  327. package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +61 -0
  328. package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +177 -0
  329. package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +471 -0
  330. package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +179 -0
  331. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +423 -0
  332. package/out/exports/resources.generated/aws-databrew-dataset.d.ts +405 -0
  333. package/out/exports/resources.generated/aws-databrew-job.d.ts +538 -0
  334. package/out/exports/resources.generated/aws-databrew-project.d.ts +66 -0
  335. package/out/exports/resources.generated/aws-databrew-recipe.d.ts +682 -0
  336. package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +155 -0
  337. package/out/exports/resources.generated/aws-databrew-schedule.d.ts +37 -0
  338. package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +186 -0
  339. package/out/exports/resources.generated/aws-datasync-agent.d.ts +84 -0
  340. package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +155 -0
  341. package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +108 -0
  342. package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +62 -0
  343. package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +193 -0
  344. package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +104 -0
  345. package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +85 -0
  346. package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +159 -0
  347. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +99 -0
  348. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +160 -0
  349. package/out/exports/resources.generated/aws-datasync-locations3.d.ts +92 -0
  350. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +162 -0
  351. package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +111 -0
  352. package/out/exports/resources.generated/aws-datasync-task.d.ts +525 -0
  353. package/out/exports/resources.generated/aws-datazone-connection.d.ts +731 -0
  354. package/out/exports/resources.generated/aws-datazone-datasource.d.ts +393 -0
  355. package/out/exports/resources.generated/aws-datazone-domain.d.ts +146 -0
  356. package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +89 -0
  357. package/out/exports/resources.generated/aws-datazone-environment.d.ts +167 -0
  358. package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +92 -0
  359. package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +124 -0
  360. package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +124 -0
  361. package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +60 -0
  362. package/out/exports/resources.generated/aws-datazone-owner.d.ts +67 -0
  363. package/out/exports/resources.generated/aws-datazone-project.d.ts +137 -0
  364. package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +50 -0
  365. package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +132 -0
  366. package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +71 -0
  367. package/out/exports/resources.generated/aws-dax-cluster.d.ts +143 -0
  368. package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +39 -0
  369. package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +37 -0
  370. package/out/exports/resources.generated/aws-deadline-farm.d.ts +60 -0
  371. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +521 -0
  372. package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +73 -0
  373. package/out/exports/resources.generated/aws-deadline-limit.d.ts +75 -0
  374. package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +57 -0
  375. package/out/exports/resources.generated/aws-deadline-monitor.d.ts +67 -0
  376. package/out/exports/resources.generated/aws-deadline-queue.d.ts +186 -0
  377. package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +64 -0
  378. package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +31 -0
  379. package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +31 -0
  380. package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +83 -0
  381. package/out/exports/resources.generated/aws-detective-graph.d.ts +36 -0
  382. package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +44 -0
  383. package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +29 -0
  384. package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +22 -0
  385. package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +103 -0
  386. package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +99 -0
  387. package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +88 -0
  388. package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +93 -0
  389. package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +793 -0
  390. package/out/exports/resources.generated/aws-dms-certificate.d.ts +37 -0
  391. package/out/exports/resources.generated/aws-dms-datamigration.d.ts +132 -0
  392. package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1144 -0
  393. package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1758 -0
  394. package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +63 -0
  395. package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +99 -0
  396. package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +132 -0
  397. package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +138 -0
  398. package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +145 -0
  399. package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +46 -0
  400. package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +109 -0
  401. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +301 -0
  402. package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +65 -0
  403. package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +110 -0
  404. package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +46 -0
  405. package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +72 -0
  406. package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +132 -0
  407. package/out/exports/resources.generated/aws-dsql-cluster.d.ts +107 -0
  408. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +767 -0
  409. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +607 -0
  410. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +226 -0
  411. package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +146 -0
  412. package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +43 -0
  413. package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +47 -0
  414. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +291 -0
  415. package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +53 -0
  416. package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +32 -0
  417. package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +68 -0
  418. package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +62 -0
  419. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1000 -0
  420. package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +32 -0
  421. package/out/exports/resources.generated/aws-ec2-eip.d.ts +86 -0
  422. package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +53 -0
  423. package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +57 -0
  424. package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +113 -0
  425. package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +33 -0
  426. package/out/exports/resources.generated/aws-ec2-host.d.ts +72 -0
  427. package/out/exports/resources.generated/aws-ec2-instance.d.ts +824 -0
  428. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +61 -0
  429. package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +28 -0
  430. package/out/exports/resources.generated/aws-ec2-ipam.d.ts +120 -0
  431. package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +53 -0
  432. package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +186 -0
  433. package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +43 -0
  434. package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +106 -0
  435. package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +86 -0
  436. package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +67 -0
  437. package/out/exports/resources.generated/aws-ec2-keypair.d.ts +89 -0
  438. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1546 -0
  439. package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +75 -0
  440. package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +58 -0
  441. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +58 -0
  442. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +48 -0
  443. package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +85 -0
  444. package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +37 -0
  445. package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +110 -0
  446. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +166 -0
  447. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +68 -0
  448. package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +78 -0
  449. package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +138 -0
  450. package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +214 -0
  451. package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +69 -0
  452. package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +37 -0
  453. package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +33 -0
  454. package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +54 -0
  455. package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +94 -0
  456. package/out/exports/resources.generated/aws-ec2-route.d.ts +108 -0
  457. package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +69 -0
  458. package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +27 -0
  459. package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +66 -0
  460. package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +103 -0
  461. package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +27 -0
  462. package/out/exports/resources.generated/aws-ec2-routetable.d.ts +37 -0
  463. package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +241 -0
  464. package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +99 -0
  465. package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +119 -0
  466. package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +47 -0
  467. package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +33 -0
  468. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1256 -0
  469. package/out/exports/resources.generated/aws-ec2-subnet.d.ts +175 -0
  470. package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +56 -0
  471. package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +37 -0
  472. package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +35 -0
  473. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +47 -0
  474. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +103 -0
  475. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +80 -0
  476. package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +59 -0
  477. package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +111 -0
  478. package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +77 -0
  479. package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +70 -0
  480. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +75 -0
  481. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +52 -0
  482. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +68 -0
  483. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +72 -0
  484. package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +63 -0
  485. package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +33 -0
  486. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +33 -0
  487. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +27 -0
  488. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +27 -0
  489. package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +75 -0
  490. package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +301 -0
  491. package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +91 -0
  492. package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +172 -0
  493. package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +195 -0
  494. package/out/exports/resources.generated/aws-ec2-volume.d.ts +178 -0
  495. package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +40 -0
  496. package/out/exports/resources.generated/aws-ec2-vpc.d.ts +102 -0
  497. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +70 -0
  498. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +31 -0
  499. package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +97 -0
  500. package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +27 -0
  501. package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +154 -0
  502. package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +47 -0
  503. package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +81 -0
  504. package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +27 -0
  505. package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +42 -0
  506. package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +71 -0
  507. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +423 -0
  508. package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +27 -0
  509. package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +43 -0
  510. package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +37 -0
  511. package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +54 -0
  512. package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +43 -0
  513. package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +32 -0
  514. package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +80 -0
  515. package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +96 -0
  516. package/out/exports/resources.generated/aws-ecr-repository.d.ts +135 -0
  517. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +120 -0
  518. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +113 -0
  519. package/out/exports/resources.generated/aws-ecs-cluster.d.ts +252 -0
  520. package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +62 -0
  521. package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +28 -0
  522. package/out/exports/resources.generated/aws-ecs-service.d.ts +1000 -0
  523. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1524 -0
  524. package/out/exports/resources.generated/aws-ecs-taskset.d.ts +266 -0
  525. package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +126 -0
  526. package/out/exports/resources.generated/aws-efs-filesystem.d.ts +220 -0
  527. package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +52 -0
  528. package/out/exports/resources.generated/aws-eks-accessentry.d.ts +112 -0
  529. package/out/exports/resources.generated/aws-eks-addon.d.ts +105 -0
  530. package/out/exports/resources.generated/aws-eks-cluster.d.ts +556 -0
  531. package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +113 -0
  532. package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +113 -0
  533. package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +298 -0
  534. package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +65 -0
  535. package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +357 -0
  536. package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +142 -0
  537. package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +52 -0
  538. package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +527 -0
  539. package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +36 -0
  540. package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +41 -0
  541. package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +202 -0
  542. package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +37 -0
  543. package/out/exports/resources.generated/aws-elasticache-user.d.ts +83 -0
  544. package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +49 -0
  545. package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +128 -0
  546. package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +65 -0
  547. package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +130 -0
  548. package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +178 -0
  549. package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +360 -0
  550. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +509 -0
  551. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +43 -0
  552. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +591 -0
  553. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +242 -0
  554. package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +263 -0
  555. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +58 -0
  556. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +60 -0
  557. package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +440 -0
  558. package/out/exports/resources.generated/aws-emr-cluster.d.ts +1066 -0
  559. package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +355 -0
  560. package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +341 -0
  561. package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +23 -0
  562. package/out/exports/resources.generated/aws-emr-step.d.ts +85 -0
  563. package/out/exports/resources.generated/aws-emr-studio.d.ts +144 -0
  564. package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +36 -0
  565. package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +26 -0
  566. package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +119 -0
  567. package/out/exports/resources.generated/aws-emrserverless-application.d.ts +446 -0
  568. package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +219 -0
  569. package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +193 -0
  570. package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +255 -0
  571. package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +51 -0
  572. package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +122 -0
  573. package/out/exports/resources.generated/aws-events-apidestination.d.ts +93 -0
  574. package/out/exports/resources.generated/aws-events-archive.d.ts +75 -0
  575. package/out/exports/resources.generated/aws-events-connection.d.ts +353 -0
  576. package/out/exports/resources.generated/aws-events-endpoint.d.ts +170 -0
  577. package/out/exports/resources.generated/aws-events-eventbus.d.ts +88 -0
  578. package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +99 -0
  579. package/out/exports/resources.generated/aws-events-rule.d.ts +714 -0
  580. package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +70 -0
  581. package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +59 -0
  582. package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +38 -0
  583. package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +91 -0
  584. package/out/exports/resources.generated/aws-evidently-experiment.d.ts +284 -0
  585. package/out/exports/resources.generated/aws-evidently-feature.d.ts +239 -0
  586. package/out/exports/resources.generated/aws-evidently-launch.d.ts +255 -0
  587. package/out/exports/resources.generated/aws-evidently-project.d.ts +143 -0
  588. package/out/exports/resources.generated/aws-evidently-segment.d.ts +73 -0
  589. package/out/exports/resources.generated/aws-finspace-environment.d.ts +189 -0
  590. package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +302 -0
  591. package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +33 -0
  592. package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +27 -0
  593. package/out/exports/resources.generated/aws-fms-policy.d.ts +648 -0
  594. package/out/exports/resources.generated/aws-fms-resourceset.d.ts +51 -0
  595. package/out/exports/resources.generated/aws-forecast-dataset.d.ts +127 -0
  596. package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +68 -0
  597. package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +356 -0
  598. package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +55 -0
  599. package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +194 -0
  600. package/out/exports/resources.generated/aws-frauddetector-label.d.ts +57 -0
  601. package/out/exports/resources.generated/aws-frauddetector-list.d.ts +72 -0
  602. package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +55 -0
  603. package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +83 -0
  604. package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +139 -0
  605. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +795 -0
  606. package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +44 -0
  607. package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +127 -0
  608. package/out/exports/resources.generated/aws-fsx-volume.d.ts +482 -0
  609. package/out/exports/resources.generated/aws-gamelift-alias.d.ts +105 -0
  610. package/out/exports/resources.generated/aws-gamelift-build.d.ts +91 -0
  611. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +439 -0
  612. package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +436 -0
  613. package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +510 -0
  614. package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +215 -0
  615. package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +158 -0
  616. package/out/exports/resources.generated/aws-gamelift-location.d.ts +37 -0
  617. package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +160 -0
  618. package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +75 -0
  619. package/out/exports/resources.generated/aws-gamelift-script.d.ts +97 -0
  620. package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +85 -0
  621. package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +89 -0
  622. package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +143 -0
  623. package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +67 -0
  624. package/out/exports/resources.generated/aws-glue-classifier.d.ts +162 -0
  625. package/out/exports/resources.generated/aws-glue-connection.d.ts +334 -0
  626. package/out/exports/resources.generated/aws-glue-crawler.d.ts +405 -0
  627. package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +48 -0
  628. package/out/exports/resources.generated/aws-glue-database.d.ts +135 -0
  629. package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +91 -0
  630. package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +68 -0
  631. package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +125 -0
  632. package/out/exports/resources.generated/aws-glue-job.d.ts +231 -0
  633. package/out/exports/resources.generated/aws-glue-mltransform.d.ts +250 -0
  634. package/out/exports/resources.generated/aws-glue-partition.d.ts +264 -0
  635. package/out/exports/resources.generated/aws-glue-registry.d.ts +43 -0
  636. package/out/exports/resources.generated/aws-glue-schema.d.ts +113 -0
  637. package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +62 -0
  638. package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +33 -0
  639. package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +85 -0
  640. package/out/exports/resources.generated/aws-glue-table.d.ts +360 -0
  641. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +115 -0
  642. package/out/exports/resources.generated/aws-glue-trigger.d.ts +179 -0
  643. package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +145 -0
  644. package/out/exports/resources.generated/aws-glue-workflow.d.ts +47 -0
  645. package/out/exports/resources.generated/aws-grafana-workspace.d.ts +412 -0
  646. package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +116 -0
  647. package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +67 -0
  648. package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +117 -0
  649. package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +68 -0
  650. package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +117 -0
  651. package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +68 -0
  652. package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +275 -0
  653. package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +226 -0
  654. package/out/exports/resources.generated/aws-greengrass-group.d.ts +152 -0
  655. package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +66 -0
  656. package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +122 -0
  657. package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +73 -0
  658. package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +290 -0
  659. package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +241 -0
  660. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +117 -0
  661. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +68 -0
  662. package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +365 -0
  663. package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +385 -0
  664. package/out/exports/resources.generated/aws-groundstation-config.d.ts +346 -0
  665. package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +264 -0
  666. package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +159 -0
  667. package/out/exports/resources.generated/aws-guardduty-detector.d.ts +194 -0
  668. package/out/exports/resources.generated/aws-guardduty-filter.d.ts +271 -0
  669. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +85 -0
  670. package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +124 -0
  671. package/out/exports/resources.generated/aws-guardduty-master.d.ts +31 -0
  672. package/out/exports/resources.generated/aws-guardduty-member.d.ts +43 -0
  673. package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +95 -0
  674. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +84 -0
  675. package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +65 -0
  676. package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +172 -0
  677. package/out/exports/resources.generated/aws-iam-accesskey.d.ts +53 -0
  678. package/out/exports/resources.generated/aws-iam-group.d.ts +85 -0
  679. package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +48 -0
  680. package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +52 -0
  681. package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +154 -0
  682. package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +89 -0
  683. package/out/exports/resources.generated/aws-iam-policy.d.ts +100 -0
  684. package/out/exports/resources.generated/aws-iam-role.d.ts +130 -0
  685. package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +52 -0
  686. package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +123 -0
  687. package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +98 -0
  688. package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +46 -0
  689. package/out/exports/resources.generated/aws-iam-user.d.ts +131 -0
  690. package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +48 -0
  691. package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +35 -0
  692. package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +68 -0
  693. package/out/exports/resources.generated/aws-identitystore-group.d.ts +52 -0
  694. package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +61 -0
  695. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +153 -0
  696. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +333 -0
  697. package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +298 -0
  698. package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +284 -0
  699. package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +281 -0
  700. package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +225 -0
  701. package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +176 -0
  702. package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +249 -0
  703. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +134 -0
  704. package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +33 -0
  705. package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +48 -0
  706. package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +30 -0
  707. package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +159 -0
  708. package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +343 -0
  709. package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +254 -0
  710. package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +69 -0
  711. package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +236 -0
  712. package/out/exports/resources.generated/aws-iot-authorizer.d.ts +74 -0
  713. package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +56 -0
  714. package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +118 -0
  715. package/out/exports/resources.generated/aws-iot-certificate.d.ts +71 -0
  716. package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +58 -0
  717. package/out/exports/resources.generated/aws-iot-command.d.ts +163 -0
  718. package/out/exports/resources.generated/aws-iot-custommetric.d.ts +51 -0
  719. package/out/exports/resources.generated/aws-iot-dimension.d.ts +46 -0
  720. package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +183 -0
  721. package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +104 -0
  722. package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +239 -0
  723. package/out/exports/resources.generated/aws-iot-logging.d.ts +43 -0
  724. package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +167 -0
  725. package/out/exports/resources.generated/aws-iot-policy.d.ts +44 -0
  726. package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +36 -0
  727. package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +83 -0
  728. package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +44 -0
  729. package/out/exports/resources.generated/aws-iot-rolealias.d.ts +61 -0
  730. package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +76 -0
  731. package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +299 -0
  732. package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +48 -0
  733. package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +156 -0
  734. package/out/exports/resources.generated/aws-iot-thing.d.ts +60 -0
  735. package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +93 -0
  736. package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +36 -0
  737. package/out/exports/resources.generated/aws-iot-thingtype.d.ts +88 -0
  738. package/out/exports/resources.generated/aws-iot-topicrule.d.ts +1120 -0
  739. package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +87 -0
  740. package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +110 -0
  741. package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +483 -0
  742. package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +279 -0
  743. package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +408 -0
  744. package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +105 -0
  745. package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +669 -0
  746. package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +768 -0
  747. package/out/exports/resources.generated/aws-iotevents-input.d.ts +67 -0
  748. package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +97 -0
  749. package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +591 -0
  750. package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +474 -0
  751. package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +69 -0
  752. package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +80 -0
  753. package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +277 -0
  754. package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +92 -0
  755. package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +146 -0
  756. package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +139 -0
  757. package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +137 -0
  758. package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +477 -0
  759. package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +60 -0
  760. package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +96 -0
  761. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +118 -0
  762. package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +123 -0
  763. package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +59 -0
  764. package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +43 -0
  765. package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +358 -0
  766. package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +439 -0
  767. package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +84 -0
  768. package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +74 -0
  769. package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +69 -0
  770. package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +58 -0
  771. package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +171 -0
  772. package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +113 -0
  773. package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +98 -0
  774. package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +67 -0
  775. package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +117 -0
  776. package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +148 -0
  777. package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +158 -0
  778. package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +423 -0
  779. package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +96 -0
  780. package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +84 -0
  781. package/out/exports/resources.generated/aws-ivs-channel.d.ts +144 -0
  782. package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +75 -0
  783. package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +85 -0
  784. package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +51 -0
  785. package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +59 -0
  786. package/out/exports/resources.generated/aws-ivs-publickey.d.ts +50 -0
  787. package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +152 -0
  788. package/out/exports/resources.generated/aws-ivs-stage.d.ts +74 -0
  789. package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +60 -0
  790. package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +44 -0
  791. package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +122 -0
  792. package/out/exports/resources.generated/aws-ivschat-room.d.ts +97 -0
  793. package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +404 -0
  794. package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +90 -0
  795. package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +53 -0
  796. package/out/exports/resources.generated/aws-kendra-datasource.d.ts +2182 -0
  797. package/out/exports/resources.generated/aws-kendra-faq.d.ts +102 -0
  798. package/out/exports/resources.generated/aws-kendra-index.d.ts +328 -0
  799. package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +65 -0
  800. package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +40 -0
  801. package/out/exports/resources.generated/aws-kinesis-stream.d.ts +114 -0
  802. package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +67 -0
  803. package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +279 -0
  804. package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +146 -0
  805. package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +195 -0
  806. package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +788 -0
  807. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +47 -0
  808. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +125 -0
  809. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +182 -0
  810. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +2012 -0
  811. package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +54 -0
  812. package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +85 -0
  813. package/out/exports/resources.generated/aws-kms-alias.d.ts +75 -0
  814. package/out/exports/resources.generated/aws-kms-key.d.ts +251 -0
  815. package/out/exports/resources.generated/aws-kms-replicakey.d.ts +147 -0
  816. package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +83 -0
  817. package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +96 -0
  818. package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +186 -0
  819. package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +308 -0
  820. package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +48 -0
  821. package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +34 -0
  822. package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +167 -0
  823. package/out/exports/resources.generated/aws-lambda-alias.d.ts +101 -0
  824. package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +79 -0
  825. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +120 -0
  826. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +451 -0
  827. package/out/exports/resources.generated/aws-lambda-function.d.ts +460 -0
  828. package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +78 -0
  829. package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +47 -0
  830. package/out/exports/resources.generated/aws-lambda-permission.d.ts +106 -0
  831. package/out/exports/resources.generated/aws-lambda-url.d.ts +107 -0
  832. package/out/exports/resources.generated/aws-lambda-version.d.ts +103 -0
  833. package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +92 -0
  834. package/out/exports/resources.generated/aws-lex-bot.d.ts +2202 -0
  835. package/out/exports/resources.generated/aws-lex-botalias.d.ts +278 -0
  836. package/out/exports/resources.generated/aws-lex-botversion.d.ts +73 -0
  837. package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +42 -0
  838. package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +68 -0
  839. package/out/exports/resources.generated/aws-licensemanager-license.d.ts +223 -0
  840. package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +103 -0
  841. package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +110 -0
  842. package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +56 -0
  843. package/out/exports/resources.generated/aws-lightsail-container.d.ts +282 -0
  844. package/out/exports/resources.generated/aws-lightsail-database.d.ts +223 -0
  845. package/out/exports/resources.generated/aws-lightsail-disk.d.ts +158 -0
  846. package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +321 -0
  847. package/out/exports/resources.generated/aws-lightsail-instance.d.ts +376 -0
  848. package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +81 -0
  849. package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +63 -0
  850. package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +43 -0
  851. package/out/exports/resources.generated/aws-location-apikey.d.ts +175 -0
  852. package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +103 -0
  853. package/out/exports/resources.generated/aws-location-map.d.ts +163 -0
  854. package/out/exports/resources.generated/aws-location-placeindex.d.ts +131 -0
  855. package/out/exports/resources.generated/aws-location-routecalculator.d.ts +108 -0
  856. package/out/exports/resources.generated/aws-location-tracker.d.ts +117 -0
  857. package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +40 -0
  858. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +219 -0
  859. package/out/exports/resources.generated/aws-logs-delivery.d.ts +95 -0
  860. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +82 -0
  861. package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +84 -0
  862. package/out/exports/resources.generated/aws-logs-destination.d.ts +49 -0
  863. package/out/exports/resources.generated/aws-logs-integration.d.ts +86 -0
  864. package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +93 -0
  865. package/out/exports/resources.generated/aws-logs-loggroup.d.ts +97 -0
  866. package/out/exports/resources.generated/aws-logs-logstream.d.ts +39 -0
  867. package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +134 -0
  868. package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +52 -0
  869. package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +29 -0
  870. package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +64 -0
  871. package/out/exports/resources.generated/aws-logs-transformer.d.ts +454 -0
  872. package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +156 -0
  873. package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +105 -0
  874. package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +452 -0
  875. package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +28 -0
  876. package/out/exports/resources.generated/aws-m2-application.d.ts +98 -0
  877. package/out/exports/resources.generated/aws-m2-deployment.d.ts +46 -0
  878. package/out/exports/resources.generated/aws-m2-environment.d.ts +178 -0
  879. package/out/exports/resources.generated/aws-macie-allowlist.d.ts +137 -0
  880. package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +89 -0
  881. package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +126 -0
  882. package/out/exports/resources.generated/aws-macie-session.d.ts +53 -0
  883. package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +88 -0
  884. package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +196 -0
  885. package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +77 -0
  886. package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +284 -0
  887. package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +61 -0
  888. package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +108 -0
  889. package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +669 -0
  890. package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +111 -0
  891. package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +227 -0
  892. package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +204 -0
  893. package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +68 -0
  894. package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +59 -0
  895. package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +158 -0
  896. package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +69 -0
  897. package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +66 -0
  898. package/out/exports/resources.generated/aws-medialive-channel.d.ts +5166 -0
  899. package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +63 -0
  900. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +157 -0
  901. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +68 -0
  902. package/out/exports/resources.generated/aws-medialive-cluster.d.ts +107 -0
  903. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +112 -0
  904. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +68 -0
  905. package/out/exports/resources.generated/aws-medialive-input.d.ts +268 -0
  906. package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +55 -0
  907. package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +119 -0
  908. package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +235 -0
  909. package/out/exports/resources.generated/aws-medialive-network.d.ts +87 -0
  910. package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +73 -0
  911. package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +130 -0
  912. package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +62 -0
  913. package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +69 -0
  914. package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +664 -0
  915. package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +435 -0
  916. package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +85 -0
  917. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +117 -0
  918. package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +60 -0
  919. package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +34 -0
  920. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +647 -0
  921. package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +42 -0
  922. package/out/exports/resources.generated/aws-mediastore-container.d.ts +154 -0
  923. package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +194 -0
  924. package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +23 -0
  925. package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +68 -0
  926. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +247 -0
  927. package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +142 -0
  928. package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +68 -0
  929. package/out/exports/resources.generated/aws-memorydb-acl.d.ts +48 -0
  930. package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +205 -0
  931. package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +84 -0
  932. package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +50 -0
  933. package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +51 -0
  934. package/out/exports/resources.generated/aws-memorydb-user.d.ts +66 -0
  935. package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +116 -0
  936. package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +76 -0
  937. package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +23 -0
  938. package/out/exports/resources.generated/aws-msk-cluster.d.ts +575 -0
  939. package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +35 -0
  940. package/out/exports/resources.generated/aws-msk-configuration.d.ts +82 -0
  941. package/out/exports/resources.generated/aws-msk-replicator.d.ts +240 -0
  942. package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +91 -0
  943. package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +61 -0
  944. package/out/exports/resources.generated/aws-mwaa-environment.d.ts +293 -0
  945. package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +260 -0
  946. package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +46 -0
  947. package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +137 -0
  948. package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +54 -0
  949. package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +33 -0
  950. package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +53 -0
  951. package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +100 -0
  952. package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +52 -0
  953. package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +123 -0
  954. package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +302 -0
  955. package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +101 -0
  956. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +600 -0
  957. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +217 -0
  958. package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +165 -0
  959. package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +89 -0
  960. package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +65 -0
  961. package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +37 -0
  962. package/out/exports/resources.generated/aws-networkmanager-device.d.ts +133 -0
  963. package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +145 -0
  964. package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +50 -0
  965. package/out/exports/resources.generated/aws-networkmanager-link.d.ts +95 -0
  966. package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +28 -0
  967. package/out/exports/resources.generated/aws-networkmanager-site.d.ts +85 -0
  968. package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +145 -0
  969. package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +78 -0
  970. package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +23 -0
  971. package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +150 -0
  972. package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +173 -0
  973. package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +25 -0
  974. package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +73 -0
  975. package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +28 -0
  976. package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +25 -0
  977. package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +81 -0
  978. package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +29 -0
  979. package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +88 -0
  980. package/out/exports/resources.generated/aws-oam-link.d.ts +142 -0
  981. package/out/exports/resources.generated/aws-oam-sink.d.ts +55 -0
  982. package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +188 -0
  983. package/out/exports/resources.generated/aws-omics-referencestore.d.ts +93 -0
  984. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +81 -0
  985. package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +162 -0
  986. package/out/exports/resources.generated/aws-omics-variantstore.d.ts +138 -0
  987. package/out/exports/resources.generated/aws-omics-workflow.d.ts +181 -0
  988. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +186 -0
  989. package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +46 -0
  990. package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +92 -0
  991. package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +138 -0
  992. package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +46 -0
  993. package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +139 -0
  994. package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +54 -0
  995. package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +52 -0
  996. package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +115 -0
  997. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +721 -0
  998. package/out/exports/resources.generated/aws-opsworks-app.d.ts +193 -0
  999. package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +32 -0
  1000. package/out/exports/resources.generated/aws-opsworks-instance.d.ts +274 -0
  1001. package/out/exports/resources.generated/aws-opsworks-layer.d.ts +281 -0
  1002. package/out/exports/resources.generated/aws-opsworks-stack.d.ts +324 -0
  1003. package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +47 -0
  1004. package/out/exports/resources.generated/aws-opsworks-volume.d.ts +42 -0
  1005. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +243 -0
  1006. package/out/exports/resources.generated/aws-organizations-account.d.ts +169 -0
  1007. package/out/exports/resources.generated/aws-organizations-organization.d.ts +86 -0
  1008. package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +74 -0
  1009. package/out/exports/resources.generated/aws-organizations-policy.d.ts +114 -0
  1010. package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +56 -0
  1011. package/out/exports/resources.generated/aws-osis-pipeline.d.ts +173 -0
  1012. package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +128 -0
  1013. package/out/exports/resources.generated/aws-panorama-package.d.ts +68 -0
  1014. package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +82 -0
  1015. package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +57 -0
  1016. package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +219 -0
  1017. package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +66 -0
  1018. package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +37 -0
  1019. package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +29 -0
  1020. package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +919 -0
  1021. package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +62 -0
  1022. package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +42 -0
  1023. package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +92 -0
  1024. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +156 -0
  1025. package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +164 -0
  1026. package/out/exports/resources.generated/aws-pcs-queue.d.ts +65 -0
  1027. package/out/exports/resources.generated/aws-personalize-dataset.d.ts +161 -0
  1028. package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +57 -0
  1029. package/out/exports/resources.generated/aws-personalize-schema.d.ts +60 -0
  1030. package/out/exports/resources.generated/aws-personalize-solution.d.ts +235 -0
  1031. package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +47 -0
  1032. package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +72 -0
  1033. package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +72 -0
  1034. package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +72 -0
  1035. package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +72 -0
  1036. package/out/exports/resources.generated/aws-pinpoint-app.d.ts +44 -0
  1037. package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +122 -0
  1038. package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +47 -0
  1039. package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +785 -0
  1040. package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +62 -0
  1041. package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +64 -0
  1042. package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +41 -0
  1043. package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +52 -0
  1044. package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +234 -0
  1045. package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +201 -0
  1046. package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +284 -0
  1047. package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +51 -0
  1048. package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +54 -0
  1049. package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +37 -0
  1050. package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +98 -0
  1051. package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +157 -0
  1052. package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +32 -0
  1053. package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +115 -0
  1054. package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1939 -0
  1055. package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +93 -0
  1056. package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +79 -0
  1057. package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +70 -0
  1058. package/out/exports/resources.generated/aws-qbusiness-application.d.ts +262 -0
  1059. package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +210 -0
  1060. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +424 -0
  1061. package/out/exports/resources.generated/aws-qbusiness-index.d.ts +159 -0
  1062. package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +42 -0
  1063. package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +240 -0
  1064. package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +135 -0
  1065. package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +242 -0
  1066. package/out/exports/resources.generated/aws-qldb-ledger.d.ts +85 -0
  1067. package/out/exports/resources.generated/aws-qldb-stream.d.ts +99 -0
  1068. package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +14405 -0
  1069. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +144 -0
  1070. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +14534 -0
  1071. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1290 -0
  1072. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +1001 -0
  1073. package/out/exports/resources.generated/aws-quicksight-folder.d.ts +127 -0
  1074. package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +102 -0
  1075. package/out/exports/resources.generated/aws-quicksight-template.d.ts +13542 -0
  1076. package/out/exports/resources.generated/aws-quicksight-theme.d.ts +374 -0
  1077. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +1001 -0
  1078. package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +106 -0
  1079. package/out/exports/resources.generated/aws-ram-permission.d.ts +69 -0
  1080. package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +70 -0
  1081. package/out/exports/resources.generated/aws-rbin-rule.d.ts +156 -0
  1082. package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +121 -0
  1083. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +960 -0
  1084. package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +90 -0
  1085. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1300 -0
  1086. package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +107 -0
  1087. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +160 -0
  1088. package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +100 -0
  1089. package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +145 -0
  1090. package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +78 -0
  1091. package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +59 -0
  1092. package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +98 -0
  1093. package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +45 -0
  1094. package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +67 -0
  1095. package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +182 -0
  1096. package/out/exports/resources.generated/aws-rds-integration.d.ts +77 -0
  1097. package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +121 -0
  1098. package/out/exports/resources.generated/aws-redshift-cluster.d.ts +473 -0
  1099. package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +59 -0
  1100. package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +36 -0
  1101. package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +59 -0
  1102. package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +43 -0
  1103. package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +74 -0
  1104. package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +79 -0
  1105. package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +113 -0
  1106. package/out/exports/resources.generated/aws-redshift-integration.d.ts +60 -0
  1107. package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +138 -0
  1108. package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +197 -0
  1109. package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +260 -0
  1110. package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +154 -0
  1111. package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +76 -0
  1112. package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +198 -0
  1113. package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +138 -0
  1114. package/out/exports/resources.generated/aws-rekognition-collection.d.ts +33 -0
  1115. package/out/exports/resources.generated/aws-rekognition-project.d.ts +28 -0
  1116. package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +355 -0
  1117. package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +401 -0
  1118. package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +97 -0
  1119. package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +31 -0
  1120. package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +62 -0
  1121. package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +85 -0
  1122. package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +181 -0
  1123. package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +100 -0
  1124. package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +44 -0
  1125. package/out/exports/resources.generated/aws-robomaker-robot.d.ts +62 -0
  1126. package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +103 -0
  1127. package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +41 -0
  1128. package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +144 -0
  1129. package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +41 -0
  1130. package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +50 -0
  1131. package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +112 -0
  1132. package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +122 -0
  1133. package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +59 -0
  1134. package/out/exports/resources.generated/aws-route53-dnssec.d.ts +19 -0
  1135. package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +143 -0
  1136. package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +202 -0
  1137. package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +45 -0
  1138. package/out/exports/resources.generated/aws-route53-recordset.d.ts +516 -0
  1139. package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +528 -0
  1140. package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +47 -0
  1141. package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +50 -0
  1142. package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +48 -0
  1143. package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +48 -0
  1144. package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +57 -0
  1145. package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +52 -0
  1146. package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +174 -0
  1147. package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +58 -0
  1148. package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +53 -0
  1149. package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +50 -0
  1150. package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +172 -0
  1151. package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +107 -0
  1152. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +207 -0
  1153. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +111 -0
  1154. package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +98 -0
  1155. package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +49 -0
  1156. package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +44 -0
  1157. package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +147 -0
  1158. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +96 -0
  1159. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +71 -0
  1160. package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +126 -0
  1161. package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +53 -0
  1162. package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +397 -0
  1163. package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +122 -0
  1164. package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +46 -0
  1165. package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +64 -0
  1166. package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +135 -0
  1167. package/out/exports/resources.generated/aws-s3-bucket.d.ts +1511 -0
  1168. package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +57 -0
  1169. package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +106 -0
  1170. package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +39 -0
  1171. package/out/exports/resources.generated/aws-s3-storagelens.d.ts +383 -0
  1172. package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +179 -0
  1173. package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +93 -0
  1174. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +278 -0
  1175. package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +120 -0
  1176. package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +26 -0
  1177. package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +69 -0
  1178. package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +331 -0
  1179. package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +42 -0
  1180. package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +116 -0
  1181. package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +83 -0
  1182. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +27 -0
  1183. package/out/exports/resources.generated/aws-sagemaker-app.d.ts +118 -0
  1184. package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +185 -0
  1185. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +217 -0
  1186. package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +69 -0
  1187. package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +464 -0
  1188. package/out/exports/resources.generated/aws-sagemaker-device.d.ts +60 -0
  1189. package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +68 -0
  1190. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +897 -0
  1191. package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +218 -0
  1192. package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +541 -0
  1193. package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +288 -0
  1194. package/out/exports/resources.generated/aws-sagemaker-image.d.ts +68 -0
  1195. package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +130 -0
  1196. package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +302 -0
  1197. package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +304 -0
  1198. package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +79 -0
  1199. package/out/exports/resources.generated/aws-sagemaker-model.d.ts +320 -0
  1200. package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +507 -0
  1201. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +808 -0
  1202. package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +457 -0
  1203. package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +1093 -0
  1204. package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +55 -0
  1205. package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +520 -0
  1206. package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +637 -0
  1207. package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +134 -0
  1208. package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +53 -0
  1209. package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +129 -0
  1210. package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +98 -0
  1211. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +97 -0
  1212. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +404 -0
  1213. package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +52 -0
  1214. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +626 -0
  1215. package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +121 -0
  1216. package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +540 -0
  1217. package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +73 -0
  1218. package/out/exports/resources.generated/aws-sdb-domain.d.ts +31 -0
  1219. package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +46 -0
  1220. package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +249 -0
  1221. package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +183 -0
  1222. package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +61 -0
  1223. package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +723 -0
  1224. package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +221 -0
  1225. package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +47 -0
  1226. package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +57 -0
  1227. package/out/exports/resources.generated/aws-securityhub-hub.d.ts +74 -0
  1228. package/out/exports/resources.generated/aws-securityhub-insight.d.ts +825 -0
  1229. package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +68 -0
  1230. package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +59 -0
  1231. package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +38 -0
  1232. package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
  1233. package/out/exports/resources.generated/aws-securityhub-standard.d.ts +62 -0
  1234. package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +40 -0
  1235. package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +142 -0
  1236. package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +164 -0
  1237. package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +94 -0
  1238. package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +35 -0
  1239. package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +204 -0
  1240. package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +255 -0
  1241. package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +50 -0
  1242. package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +61 -0
  1243. package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +50 -0
  1244. package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +56 -0
  1245. package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +45 -0
  1246. package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +49 -0
  1247. package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +45 -0
  1248. package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +52 -0
  1249. package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +76 -0
  1250. package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +37 -0
  1251. package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +76 -0
  1252. package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +38 -0
  1253. package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +32 -0
  1254. package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +71 -0
  1255. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +54 -0
  1256. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +46 -0
  1257. package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +49 -0
  1258. package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +47 -0
  1259. package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +73 -0
  1260. package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +91 -0
  1261. package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +92 -0
  1262. package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +297 -0
  1263. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +209 -0
  1264. package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +186 -0
  1265. package/out/exports/resources.generated/aws-ses-contactlist.d.ts +66 -0
  1266. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +38 -0
  1267. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +193 -0
  1268. package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +49 -0
  1269. package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +43 -0
  1270. package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
  1271. package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +77 -0
  1272. package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +155 -0
  1273. package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +78 -0
  1274. package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +607 -0
  1275. package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +285 -0
  1276. package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +65 -0
  1277. package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +348 -0
  1278. package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +35 -0
  1279. package/out/exports/resources.generated/aws-ses-template.d.ts +56 -0
  1280. package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +63 -0
  1281. package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +72 -0
  1282. package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +106 -0
  1283. package/out/exports/resources.generated/aws-shield-protection.d.ts +132 -0
  1284. package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +64 -0
  1285. package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +40 -0
  1286. package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +73 -0
  1287. package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +125 -0
  1288. package/out/exports/resources.generated/aws-sns-subscription.d.ts +97 -0
  1289. package/out/exports/resources.generated/aws-sns-topic.d.ts +167 -0
  1290. package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +23 -0
  1291. package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +33 -0
  1292. package/out/exports/resources.generated/aws-sqs-queue.d.ts +176 -0
  1293. package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +23 -0
  1294. package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +33 -0
  1295. package/out/exports/resources.generated/aws-ssm-association.d.ts +226 -0
  1296. package/out/exports/resources.generated/aws-ssm-document.d.ts +141 -0
  1297. package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +81 -0
  1298. package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +74 -0
  1299. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +374 -0
  1300. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +97 -0
  1301. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +259 -0
  1302. package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +183 -0
  1303. package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +38 -0
  1304. package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +153 -0
  1305. package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +62 -0
  1306. package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +135 -0
  1307. package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +243 -0
  1308. package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +59 -0
  1309. package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +68 -0
  1310. package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +315 -0
  1311. package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +397 -0
  1312. package/out/exports/resources.generated/aws-sso-application.d.ts +114 -0
  1313. package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +34 -0
  1314. package/out/exports/resources.generated/aws-sso-assignment.d.ts +57 -0
  1315. package/out/exports/resources.generated/aws-sso-instance.d.ts +71 -0
  1316. package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +67 -0
  1317. package/out/exports/resources.generated/aws-sso-permissionset.d.ts +137 -0
  1318. package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +124 -0
  1319. package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +258 -0
  1320. package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +185 -0
  1321. package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +58 -0
  1322. package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +40 -0
  1323. package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +87 -0
  1324. package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +45 -0
  1325. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +379 -0
  1326. package/out/exports/resources.generated/aws-synthetics-group.d.ts +49 -0
  1327. package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +125 -0
  1328. package/out/exports/resources.generated/aws-timestream-database.d.ts +43 -0
  1329. package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +191 -0
  1330. package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +355 -0
  1331. package/out/exports/resources.generated/aws-timestream-table.d.ts +187 -0
  1332. package/out/exports/resources.generated/aws-transfer-agreement.d.ts +162 -0
  1333. package/out/exports/resources.generated/aws-transfer-certificate.d.ts +126 -0
  1334. package/out/exports/resources.generated/aws-transfer-connector.d.ts +160 -0
  1335. package/out/exports/resources.generated/aws-transfer-profile.d.ts +57 -0
  1336. package/out/exports/resources.generated/aws-transfer-server.d.ts +475 -0
  1337. package/out/exports/resources.generated/aws-transfer-user.d.ts +200 -0
  1338. package/out/exports/resources.generated/aws-transfer-webapp.d.ts +143 -0
  1339. package/out/exports/resources.generated/aws-transfer-workflow.d.ts +294 -0
  1340. package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +230 -0
  1341. package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +172 -0
  1342. package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +111 -0
  1343. package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +48 -0
  1344. package/out/exports/resources.generated/aws-voiceid-domain.d.ts +65 -0
  1345. package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +76 -0
  1346. package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +40 -0
  1347. package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +153 -0
  1348. package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +117 -0
  1349. package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +69 -0
  1350. package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +26 -0
  1351. package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +267 -0
  1352. package/out/exports/resources.generated/aws-vpclattice-service.d.ts +101 -0
  1353. package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +88 -0
  1354. package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +55 -0
  1355. package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +135 -0
  1356. package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +114 -0
  1357. package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +235 -0
  1358. package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +204 -0
  1359. package/out/exports/resources.generated/aws-waf-ipset.d.ts +80 -0
  1360. package/out/exports/resources.generated/aws-waf-rule.d.ts +78 -0
  1361. package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +170 -0
  1362. package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +142 -0
  1363. package/out/exports/resources.generated/aws-waf-webacl.d.ts +102 -0
  1364. package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +142 -0
  1365. package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +204 -0
  1366. package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +66 -0
  1367. package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +80 -0
  1368. package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +96 -0
  1369. package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +36 -0
  1370. package/out/exports/resources.generated/aws-wafregional-rule.d.ts +78 -0
  1371. package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +170 -0
  1372. package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +142 -0
  1373. package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +99 -0
  1374. package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +40 -0
  1375. package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +142 -0
  1376. package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +96 -0
  1377. package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +184 -0
  1378. package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +68 -0
  1379. package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1745 -0
  1380. package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2591 -0
  1381. package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +71 -0
  1382. package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +290 -0
  1383. package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +54 -0
  1384. package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +341 -0
  1385. package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +58 -0
  1386. package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +144 -0
  1387. package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +56 -0
  1388. package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +76 -0
  1389. package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +73 -0
  1390. package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +338 -0
  1391. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +733 -0
  1392. package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +42 -0
  1393. package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +44 -0
  1394. package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +98 -0
  1395. package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +152 -0
  1396. package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +185 -0
  1397. package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +59 -0
  1398. package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +206 -0
  1399. package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +97 -0
  1400. package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +98 -0
  1401. package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +68 -0
  1402. package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +208 -0
  1403. package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +41 -0
  1404. package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +56 -0
  1405. package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +196 -0
  1406. package/out/exports/resources.generated/aws-xray-group.d.ts +66 -0
  1407. package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +33 -0
  1408. package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +240 -0
  1409. package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +28 -0
  1410. package/out/lib/assert.d.ts +21 -0
  1411. package/out/lib/assert.d.ts.map +1 -0
  1412. package/out/lib/assert.js +39 -0
  1413. package/out/lib/assert.js.map +1 -0
  1414. package/out/lib/builder.d.ts +153 -0
  1415. package/out/lib/builder.d.ts.map +1 -0
  1416. package/out/lib/builder.js +169 -0
  1417. package/out/lib/builder.js.map +1 -0
  1418. package/out/lib/intrinsics.d.ts +940 -0
  1419. package/out/lib/intrinsics.d.ts.map +1 -0
  1420. package/out/lib/intrinsics.js +431 -0
  1421. package/out/lib/intrinsics.js.map +1 -0
  1422. package/out/lib/json.d.ts.map +1 -0
  1423. package/out/{exports/main → lib}/json.js.map +1 -1
  1424. package/out/lib/parameters.d.ts.map +1 -0
  1425. package/out/{exports/main → lib}/parameters.js.map +1 -1
  1426. package/out/lib/policy.d.ts.map +1 -0
  1427. package/out/{exports/main → lib}/policy.js.map +1 -1
  1428. package/out/{exports/main → lib}/template.d.ts +29 -8
  1429. package/out/lib/template.d.ts.map +1 -0
  1430. package/out/lib/template.js +14 -0
  1431. package/out/lib/template.js.map +1 -0
  1432. package/package.json +12 -4
  1433. package/exports/main/intrinsics.ts +0 -632
  1434. package/out/exports/main/intrinsics.d.ts +0 -522
  1435. package/out/exports/main/intrinsics.d.ts.map +0 -1
  1436. package/out/exports/main/intrinsics.js +0 -20
  1437. package/out/exports/main/intrinsics.js.map +0 -1
  1438. package/out/exports/main/json.d.ts.map +0 -1
  1439. package/out/exports/main/parameters.d.ts.map +0 -1
  1440. package/out/exports/main/policy.d.ts.map +0 -1
  1441. package/out/exports/main/template.d.ts.map +0 -1
  1442. package/out/exports/main/template.js +0 -13
  1443. package/out/exports/main/template.js.map +0 -1
  1444. /package/{exports/main → lib}/json.ts +0 -0
  1445. /package/{exports/main → lib}/parameters.ts +0 -0
  1446. /package/{exports/main → lib}/policy.ts +0 -0
  1447. /package/out/{exports/main → lib}/json.d.ts +0 -0
  1448. /package/out/{exports/main → lib}/json.js +0 -0
  1449. /package/out/{exports/main → lib}/parameters.d.ts +0 -0
  1450. /package/out/{exports/main → lib}/parameters.js +0 -0
  1451. /package/out/{exports/main → lib}/policy.d.ts +0 -0
  1452. /package/out/{exports/main → lib}/policy.js +0 -0
@@ -0,0 +1,1000 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * Specifies the configuration information to launch a fleet--or group--of instances. An EC2 Fleet can launch multiple instance types across multiple Availability Zones, using the On-Demand Instance, Reserved Instance, and Spot Instance purchasing models together. Using EC2 Fleet, you can define separate On-Demand and Spot capacity targets, specify the instance types that work best for your applications, and specify how Amazon EC2 should distribute your fleet capacity within each purchasing model. For more information, see [Launching an EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html) in the *Amazon EC2 User Guide* .
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html}
5
+ */
6
+ export type EC2EC2Fleet = ResourceDefinitionWithAttributes<"AWS::EC2::EC2Fleet", EC2EC2FleetProps, EC2EC2FleetAttribs>;
7
+ /**
8
+ * Specifies the configuration information to launch a fleet--or group--of instances. An EC2 Fleet can launch multiple instance types across multiple Availability Zones, using the On-Demand Instance, Reserved Instance, and Spot Instance purchasing models together. Using EC2 Fleet, you can define separate On-Demand and Spot capacity targets, specify the instance types that work best for your applications, and specify how Amazon EC2 should distribute your fleet capacity within each purchasing model. For more information, see [Launching an EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html) in the *Amazon EC2 User Guide* .
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html}
10
+ */
11
+ export type EC2EC2FleetProps = {
12
+ /**
13
+ * Reserved.
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-context}
15
+ */
16
+ Context?: string | undefined;
17
+ /**
18
+ * Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
19
+ *
20
+ * Supported only for fleets of type `maintain` .
21
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-excesscapacityterminationpolicy}
22
+ */
23
+ ExcessCapacityTerminationPolicy?: "termination" | "no-termination" | undefined;
24
+ /**
25
+ * The configuration for the EC2 Fleet.
26
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-launchtemplateconfigs}
27
+ */
28
+ LaunchTemplateConfigs: FleetLaunchTemplateConfigRequest[];
29
+ /**
30
+ * Describes the configuration of On-Demand Instances in an EC2 Fleet.
31
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-ondemandoptions}
32
+ */
33
+ OnDemandOptions?: OnDemandOptionsRequest | undefined;
34
+ /**
35
+ * Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type `maintain` . For more information, see [EC2 Fleet health checks](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#ec2-fleet-health-checks) in the *Amazon EC2 User Guide* .
36
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-replaceunhealthyinstances}
37
+ */
38
+ ReplaceUnhealthyInstances?: boolean | undefined;
39
+ /**
40
+ * Describes the configuration of Spot Instances in an EC2 Fleet.
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-spotoptions}
42
+ */
43
+ SpotOptions?: SpotOptionsRequest | undefined;
44
+ /**
45
+ * The key-value pair for tagging the EC2 Fleet request on creation. For more information, see [Tag your resources](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources) .
46
+ *
47
+ * If the fleet type is `instant` , specify a resource type of `fleet` to tag the fleet or `instance` to tag the instances at launch.
48
+ *
49
+ * If the fleet type is `maintain` or `request` , specify a resource type of `fleet` to tag the fleet. You cannot specify a resource type of `instance` . To tag instances at launch, specify the tags in a [launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template) .
50
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-tagspecifications}
51
+ */
52
+ TagSpecifications?: TagSpecification[] | undefined;
53
+ /**
54
+ * The number of units to request.
55
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-targetcapacityspecification}
56
+ */
57
+ TargetCapacitySpecification: TargetCapacitySpecificationRequest;
58
+ /**
59
+ * Indicates whether running instances should be terminated when the EC2 Fleet expires.
60
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-terminateinstanceswithexpiration}
61
+ */
62
+ TerminateInstancesWithExpiration?: boolean | undefined;
63
+ /**
64
+ * The fleet type. The default value is `maintain` .
65
+ *
66
+ * - `maintain` - The EC2 Fleet places an asynchronous request for your desired capacity, and continues to maintain your desired Spot capacity by replenishing interrupted Spot Instances.
67
+ * - `request` - The EC2 Fleet places an asynchronous one-time request for your desired capacity, but does submit Spot requests in alternative capacity pools if Spot capacity is unavailable, and does not maintain Spot capacity if Spot Instances are interrupted.
68
+ * - `instant` - The EC2 Fleet places a synchronous one-time request for your desired capacity, and returns errors for any instances that could not be launched.
69
+ *
70
+ * For more information, see [EC2 Fleet request types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-request-type.html) in the *Amazon EC2 User Guide* .
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-type}
72
+ */
73
+ Type?: "maintain" | "request" | "instant" | undefined;
74
+ /**
75
+ * The start date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z). The default is to start fulfilling the request immediately.
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validfrom}
77
+ */
78
+ ValidFrom?: string | undefined;
79
+ /**
80
+ * The end date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.
81
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-validuntil}
82
+ */
83
+ ValidUntil?: string | undefined;
84
+ };
85
+ /**
86
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#aws-resource-ec2-ec2fleet-return-values}
87
+ */
88
+ export type EC2EC2FleetAttribs = {
89
+ /**
90
+ * The ID of the EC2 Fleet.
91
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html#cfn-ec2-ec2fleet-fleetid}
92
+ */
93
+ FleetId: string;
94
+ };
95
+ /**
96
+ * The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance. To exclude accelerator-enabled instance types, set `Max` to `0` .
97
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-acceleratorcountrequest.html}
98
+ */
99
+ export type AcceleratorCountRequest = {
100
+ /**
101
+ * The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set `Max` to `0` .
102
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-acceleratorcountrequest.html#cfn-ec2-ec2fleet-acceleratorcountrequest-max}
103
+ */
104
+ Max?: number | undefined;
105
+ /**
106
+ * The minimum number of accelerators. To specify no minimum limit, omit this parameter.
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-acceleratorcountrequest.html#cfn-ec2-ec2fleet-acceleratorcountrequest-min}
108
+ */
109
+ Min?: number | undefined;
110
+ };
111
+ /**
112
+ * The minimum and maximum amount of total accelerator memory, in MiB.
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-acceleratortotalmemorymibrequest.html}
114
+ */
115
+ export type AcceleratorTotalMemoryMiBRequest = {
116
+ /**
117
+ * The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.
118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-acceleratortotalmemorymibrequest.html#cfn-ec2-ec2fleet-acceleratortotalmemorymibrequest-max}
119
+ */
120
+ Max?: number | undefined;
121
+ /**
122
+ * The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.
123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-acceleratortotalmemorymibrequest.html#cfn-ec2-ec2fleet-acceleratortotalmemorymibrequest-min}
124
+ */
125
+ Min?: number | undefined;
126
+ };
127
+ /**
128
+ * The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see [Amazon EBS–optimized instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html) in the *Amazon EC2 User Guide* .
129
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-baselineebsbandwidthmbpsrequest.html}
130
+ */
131
+ export type BaselineEbsBandwidthMbpsRequest = {
132
+ /**
133
+ * The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.
134
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-baselineebsbandwidthmbpsrequest.html#cfn-ec2-ec2fleet-baselineebsbandwidthmbpsrequest-max}
135
+ */
136
+ Max?: number | undefined;
137
+ /**
138
+ * The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.
139
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-baselineebsbandwidthmbpsrequest.html#cfn-ec2-ec2fleet-baselineebsbandwidthmbpsrequest-min}
140
+ */
141
+ Min?: number | undefined;
142
+ };
143
+ /**
144
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application.
145
+ *
146
+ * Currently, this parameter only supports CPU performance as a baseline performance factor. For example, specifying `c6i` would use the CPU performance of the `c6i` family as the baseline reference.
147
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-baselineperformancefactorsrequest.html}
148
+ */
149
+ export type BaselinePerformanceFactorsRequest = {
150
+ /**
151
+ * The CPU performance to consider, using an instance family as the baseline reference.
152
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-baselineperformancefactorsrequest.html#cfn-ec2-ec2fleet-baselineperformancefactorsrequest-cpu}
153
+ */
154
+ Cpu?: CpuPerformanceFactorRequest | undefined;
155
+ };
156
+ /**
157
+ * The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance notification signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see [Capacity rebalancing](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-capacity-rebalance.html) in the *Amazon EC2 User Guide* .
158
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityrebalance.html}
159
+ */
160
+ export type CapacityRebalance = {
161
+ /**
162
+ * The replacement strategy to use. Only available for fleets of type `maintain` .
163
+ *
164
+ * `launch` - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running.
165
+ *
166
+ * `launch-before-terminate` - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in `TerminationDelay` ), terminates the instances that received a rebalance notification.
167
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityrebalance.html#cfn-ec2-ec2fleet-capacityrebalance-replacementstrategy}
168
+ */
169
+ ReplacementStrategy?: "launch" | "launch-before-terminate" | undefined;
170
+ /**
171
+ * The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.
172
+ *
173
+ * Required when `ReplacementStrategy` is set to `launch-before-terminate` .
174
+ *
175
+ * Not valid when `ReplacementStrategy` is set to `launch` .
176
+ *
177
+ * Valid values: Minimum value of `120` seconds. Maximum value of `7200` seconds.
178
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityrebalance.html#cfn-ec2-ec2fleet-capacityrebalance-terminationdelay}
179
+ */
180
+ TerminationDelay?: number | undefined;
181
+ };
182
+ /**
183
+ * Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
184
+ *
185
+ * > This strategy can only be used if the EC2 Fleet is of type `instant` .
186
+ *
187
+ * For more information about Capacity Reservations, see [On-Demand Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html) in the *Amazon EC2 User Guide* . For examples of using Capacity Reservations in an EC2 Fleet, see [EC2 Fleet example configurations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-examples.html) in the *Amazon EC2 User Guide* .
188
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html}
189
+ */
190
+ export type CapacityReservationOptionsRequest = {
191
+ /**
192
+ * Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.
193
+ *
194
+ * If you specify `use-capacity-reservations-first` , the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy ( `lowest-price` or `prioritized` ) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy ( `lowest-price` or `prioritized` ).
195
+ *
196
+ * If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.
197
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityreservationoptionsrequest.html#cfn-ec2-ec2fleet-capacityreservationoptionsrequest-usagestrategy}
198
+ */
199
+ UsageStrategy?: "use-capacity-reservations-first" | undefined;
200
+ };
201
+ /**
202
+ * The CPU performance to consider, using an instance family as the baseline reference.
203
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-cpuperformancefactorrequest.html}
204
+ */
205
+ export type CpuPerformanceFactorRequest = {
206
+ /**
207
+ * Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.
208
+ *
209
+ * > Currently, only one instance family can be specified in the list.
210
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-cpuperformancefactorrequest.html#cfn-ec2-ec2fleet-cpuperformancefactorrequest-references}
211
+ */
212
+ References?: PerformanceFactorReferenceRequest[] | undefined;
213
+ };
214
+ /**
215
+ * Specifies a launch template and overrides for an EC2 Fleet.
216
+ *
217
+ * `FleetLaunchTemplateConfigRequest` is a property of the [AWS::EC2::EC2Fleet](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html) resource.
218
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateconfigrequest.html}
219
+ */
220
+ export type FleetLaunchTemplateConfigRequest = {
221
+ /**
222
+ * The launch template to use. You must specify either the launch template ID or launch template name in the request.
223
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateconfigrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateconfigrequest-launchtemplatespecification}
224
+ */
225
+ LaunchTemplateSpecification?: FleetLaunchTemplateSpecificationRequest | undefined;
226
+ /**
227
+ * Any parameters that you specify override the same parameters in the launch template.
228
+ *
229
+ * For fleets of type `request` and `maintain` , a maximum of 300 items is allowed across all launch templates.
230
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateconfigrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateconfigrequest-overrides}
231
+ */
232
+ Overrides?: FleetLaunchTemplateOverridesRequest[] | undefined;
233
+ };
234
+ /**
235
+ * Specifies overrides for a launch template for an EC2 Fleet.
236
+ *
237
+ * `FleetLaunchTemplateOverridesRequest` is a property of the [FleetLaunchTemplateConfigRequest](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateconfigrequest.html) property type.
238
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html}
239
+ */
240
+ export type FleetLaunchTemplateOverridesRequest = {
241
+ /**
242
+ * The Availability Zone in which to launch the instances.
243
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-availabilityzone}
244
+ */
245
+ AvailabilityZone?: string | undefined;
246
+ /**
247
+ * The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
248
+ *
249
+ * > If you specify `InstanceRequirements` , you can't specify `InstanceType` .
250
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-instancerequirements}
251
+ */
252
+ InstanceRequirements?: InstanceRequirementsRequest | undefined;
253
+ /**
254
+ * The instance type.
255
+ *
256
+ * `mac1.metal` is not supported as a launch template override.
257
+ *
258
+ * > If you specify `InstanceType` , you can't specify `InstanceRequirements` .
259
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-instancetype}
260
+ */
261
+ InstanceType?: string | undefined;
262
+ /**
263
+ * The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.
264
+ *
265
+ * > If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.
266
+ * >
267
+ * > If you specify a maximum price, it must be more than USD $0.001. Specifying a value below USD $0.001 will result in an `InvalidParameterValue` error message.
268
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-maxprice}
269
+ */
270
+ MaxPrice?: string | undefined;
271
+ /**
272
+ * The location where the instance launched, if applicable.
273
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-placement}
274
+ */
275
+ Placement?: Placement | undefined;
276
+ /**
277
+ * The priority for the launch template override. The highest priority is launched first.
278
+ *
279
+ * If the On-Demand `AllocationStrategy` is set to `prioritized` , EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.
280
+ *
281
+ * If the Spot `AllocationStrategy` is set to `capacity-optimized-prioritized` , EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.
282
+ *
283
+ * Valid values are whole numbers starting at `0` . The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.
284
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-priority}
285
+ */
286
+ Priority?: number | undefined;
287
+ /**
288
+ * The IDs of the subnets in which to launch the instances. Separate multiple subnet IDs using commas (for example, `subnet-1234abcdeexample1, subnet-0987cdef6example2` ). A request of type `instant` can have only one subnet ID.
289
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-subnetid}
290
+ */
291
+ SubnetId?: string | undefined;
292
+ /**
293
+ * The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O.
294
+ *
295
+ * If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.
296
+ *
297
+ * > When specifying weights, the price used in the `lowest-price` and `price-capacity-optimized` allocation strategies is per *unit* hour (where the instance price is divided by the specified weight). However, if all the specified weights are above the requested `TargetCapacity` , resulting in only 1 instance being launched, the price used is per *instance* hour.
298
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplateoverridesrequest-weightedcapacity}
299
+ */
300
+ WeightedCapacity?: number | undefined;
301
+ };
302
+ /**
303
+ * Specifies the launch template to be used by the EC2 Fleet for configuring Amazon EC2 instances.
304
+ *
305
+ * You must specify the following:
306
+ *
307
+ * - The ID or the name of the launch template, but not both.
308
+ * - The version of the launch template.
309
+ *
310
+ * `FleetLaunchTemplateSpecificationRequest` is a property of the [FleetLaunchTemplateConfigRequest](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateconfigrequest.html) property type.
311
+ *
312
+ * For information about creating a launch template, see [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) and [Create a launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template) in the *Amazon EC2 User Guide* .
313
+ *
314
+ * For examples of launch templates, see [Examples](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#aws-resource-ec2-launchtemplate--examples) .
315
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest.html}
316
+ */
317
+ export type FleetLaunchTemplateSpecificationRequest = {
318
+ /**
319
+ * The ID of the launch template.
320
+ *
321
+ * You must specify the `LaunchTemplateId` or the `LaunchTemplateName` , but not both.
322
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest-launchtemplateid}
323
+ */
324
+ LaunchTemplateId?: string | undefined;
325
+ /**
326
+ * The name of the launch template.
327
+ *
328
+ * You must specify the `LaunchTemplateName` or the `LaunchTemplateId` , but not both.
329
+ * @minLength 3
330
+ * @maxLength 128
331
+ * @pattern [a-zA-Z0-9\(\)\.\-/_]+
332
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest-launchtemplatename}
333
+ */
334
+ LaunchTemplateName?: string | undefined;
335
+ /**
336
+ * The launch template version number, `$Latest` , or `$Default` . You must specify a value, otherwise the request fails.
337
+ *
338
+ * If the value is `$Latest` , Amazon EC2 uses the latest version of the launch template.
339
+ *
340
+ * If the value is `$Default` , Amazon EC2 uses the default version of the launch template.
341
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest-version}
342
+ */
343
+ Version: string;
344
+ };
345
+ /**
346
+ * The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.
347
+ *
348
+ * You must specify `VCpuCount` and `MemoryMiB` . All other attributes are optional. Any unspecified optional attribute is set to its default.
349
+ *
350
+ * When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
351
+ *
352
+ * To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:
353
+ *
354
+ * - `AllowedInstanceTypes` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
355
+ * - `ExcludedInstanceTypes` - The instance types to exclude from the list, even if they match your specified attributes.
356
+ *
357
+ * > If you specify `InstanceRequirements` , you can't specify `InstanceType` .
358
+ * >
359
+ * > Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html) , or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify `InstanceRequirements` .
360
+ *
361
+ * For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide* .
362
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html}
363
+ */
364
+ export type InstanceRequirementsRequest = {
365
+ /**
366
+ * The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
367
+ *
368
+ * To exclude accelerator-enabled instance types, set `Max` to `0` .
369
+ *
370
+ * Default: No minimum or maximum limits
371
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-acceleratorcount}
372
+ */
373
+ AcceleratorCount?: AcceleratorCountRequest | undefined;
374
+ /**
375
+ * Indicates whether instance types must have accelerators by specific manufacturers.
376
+ *
377
+ * - For instance types with AWS devices, specify `amazon-web-services` .
378
+ * - For instance types with AMD devices, specify `amd` .
379
+ * - For instance types with Habana devices, specify `habana` .
380
+ * - For instance types with NVIDIA devices, specify `nvidia` .
381
+ * - For instance types with Xilinx devices, specify `xilinx` .
382
+ *
383
+ * Default: Any manufacturer
384
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-acceleratormanufacturers}
385
+ */
386
+ AcceleratorManufacturers?: ("amazon-web-services" | "amd" | "habana" | "nvidia" | "xilinx")[] | undefined;
387
+ /**
388
+ * The accelerators that must be on the instance type.
389
+ *
390
+ * - For instance types with NVIDIA A10G GPUs, specify `a10g` .
391
+ * - For instance types with NVIDIA A100 GPUs, specify `a100` .
392
+ * - For instance types with NVIDIA H100 GPUs, specify `h100` .
393
+ * - For instance types with AWS Inferentia chips, specify `inferentia` .
394
+ * - For instance types with NVIDIA GRID K520 GPUs, specify `k520` .
395
+ * - For instance types with NVIDIA K80 GPUs, specify `k80` .
396
+ * - For instance types with NVIDIA M60 GPUs, specify `m60` .
397
+ * - For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520` .
398
+ * - For instance types with NVIDIA T4 GPUs, specify `t4` .
399
+ * - For instance types with NVIDIA T4G GPUs, specify `t4g` .
400
+ * - For instance types with Xilinx VU9P FPGAs, specify `vu9p` .
401
+ * - For instance types with NVIDIA V100 GPUs, specify `v100` .
402
+ *
403
+ * Default: Any accelerator
404
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-acceleratornames}
405
+ */
406
+ AcceleratorNames?: ("a10g" | "a100" | "h100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "t4g" | "vu9p" | "v100")[] | undefined;
407
+ /**
408
+ * The minimum and maximum amount of total accelerator memory, in MiB.
409
+ *
410
+ * Default: No minimum or maximum limits
411
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-acceleratortotalmemorymib}
412
+ */
413
+ AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiBRequest | undefined;
414
+ /**
415
+ * The accelerator types that must be on the instance type.
416
+ *
417
+ * - For instance types with FPGA accelerators, specify `fpga` .
418
+ * - For instance types with GPU accelerators, specify `gpu` .
419
+ * - For instance types with Inference accelerators, specify `inference` .
420
+ *
421
+ * Default: Any accelerator type
422
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-acceleratortypes}
423
+ */
424
+ AcceleratorTypes?: ("gpu" | "fpga" | "inference")[] | undefined;
425
+ /**
426
+ * The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.
427
+ *
428
+ * You can use strings with one or more wild cards, represented by an asterisk ( `*` ), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge` , `c5*.*` , `m5a.*` , `r*` , `*3*` .
429
+ *
430
+ * For example, if you specify `c5*` ,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*` , Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.
431
+ *
432
+ * > If you specify `AllowedInstanceTypes` , you can't specify `ExcludedInstanceTypes` .
433
+ *
434
+ * Default: All instance types
435
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-allowedinstancetypes}
436
+ */
437
+ AllowedInstanceTypes?: string[] | undefined;
438
+ /**
439
+ * Indicates whether bare metal instance types must be included, excluded, or required.
440
+ *
441
+ * - To include bare metal instance types, specify `included` .
442
+ * - To require only bare metal instance types, specify `required` .
443
+ * - To exclude bare metal instance types, specify `excluded` .
444
+ *
445
+ * Default: `excluded`
446
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-baremetal}
447
+ */
448
+ BareMetal?: "included" | "required" | "excluded" | undefined;
449
+ /**
450
+ * The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see [Amazon EBS–optimized instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html) in the *Amazon EC2 User Guide* .
451
+ *
452
+ * Default: No minimum or maximum limits
453
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-baselineebsbandwidthmbps}
454
+ */
455
+ BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbpsRequest | undefined;
456
+ /**
457
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For more information, see [Performance protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection) in the *Amazon EC2 User Guide* .
458
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-baselineperformancefactors}
459
+ */
460
+ BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest | undefined;
461
+ /**
462
+ * Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see [Burstable performance instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) .
463
+ *
464
+ * - To include burstable performance instance types, specify `included` .
465
+ * - To require only burstable performance instance types, specify `required` .
466
+ * - To exclude burstable performance instance types, specify `excluded` .
467
+ *
468
+ * Default: `excluded`
469
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-burstableperformance}
470
+ */
471
+ BurstablePerformance?: "included" | "required" | "excluded" | undefined;
472
+ /**
473
+ * The CPU manufacturers to include.
474
+ *
475
+ * - For instance types with Intel CPUs, specify `intel` .
476
+ * - For instance types with AMD CPUs, specify `amd` .
477
+ * - For instance types with AWS CPUs, specify `amazon-web-services` .
478
+ * - For instance types with Apple CPUs, specify `apple` .
479
+ *
480
+ * > Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.
481
+ *
482
+ * Default: Any manufacturer
483
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-cpumanufacturers}
484
+ */
485
+ CpuManufacturers?: ("intel" | "amd" | "amazon-web-services" | "apple")[] | undefined;
486
+ /**
487
+ * The instance types to exclude.
488
+ *
489
+ * You can use strings with one or more wild cards, represented by an asterisk ( `*` ), to exclude an instance family, type, size, or generation. The following are examples: `m5.8xlarge` , `c5*.*` , `m5a.*` , `r*` , `*3*` .
490
+ *
491
+ * For example, if you specify `c5*` ,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*` , Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.
492
+ *
493
+ * > If you specify `ExcludedInstanceTypes` , you can't specify `AllowedInstanceTypes` .
494
+ *
495
+ * Default: No excluded instance types
496
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-excludedinstancetypes}
497
+ */
498
+ ExcludedInstanceTypes?: string[] | undefined;
499
+ /**
500
+ * Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide* .
501
+ *
502
+ * For current generation instance types, specify `current` .
503
+ *
504
+ * For previous generation instance types, specify `previous` .
505
+ *
506
+ * Default: Current and previous generation instance types
507
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-instancegenerations}
508
+ */
509
+ InstanceGenerations?: ("current" | "previous")[] | undefined;
510
+ /**
511
+ * Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, [Amazon EC2 instance store](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) in the *Amazon EC2 User Guide* .
512
+ *
513
+ * - To include instance types with instance store volumes, specify `included` .
514
+ * - To require only instance types with instance store volumes, specify `required` .
515
+ * - To exclude instance types with instance store volumes, specify `excluded` .
516
+ *
517
+ * Default: `included`
518
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-localstorage}
519
+ */
520
+ LocalStorage?: "included" | "required" | "excluded" | undefined;
521
+ /**
522
+ * The type of local storage that is required.
523
+ *
524
+ * - For instance types with hard disk drive (HDD) storage, specify `hdd` .
525
+ * - For instance types with solid state drive (SSD) storage, specify `ssd` .
526
+ *
527
+ * Default: `hdd` and `ssd`
528
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-localstoragetypes}
529
+ */
530
+ LocalStorageTypes?: ("hdd" | "ssd")[] | undefined;
531
+ /**
532
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.
533
+ *
534
+ * The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
535
+ *
536
+ * If you set `TargetCapacityUnitType` to `vcpu` or `memory-mib` , the price protection threshold is based on the per vCPU or per memory price instead of the per instance price.
537
+ *
538
+ * > Only one of `SpotMaxPricePercentageOverLowestPrice` or `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as `999999` .
539
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-maxspotpriceaspercentageofoptimalondemandprice}
540
+ */
541
+ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
542
+ /**
543
+ * The minimum and maximum amount of memory per vCPU, in GiB.
544
+ *
545
+ * Default: No minimum or maximum limits
546
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-memorygibpervcpu}
547
+ */
548
+ MemoryGiBPerVCpu?: MemoryGiBPerVCpuRequest | undefined;
549
+ /**
550
+ * The minimum and maximum amount of memory, in MiB.
551
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-memorymib}
552
+ */
553
+ MemoryMiB?: MemoryMiBRequest | undefined;
554
+ /**
555
+ * The minimum and maximum amount of baseline network bandwidth, in gigabits per second (Gbps). For more information, see [Amazon EC2 instance network bandwidth](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html) in the *Amazon EC2 User Guide* .
556
+ *
557
+ * Default: No minimum or maximum limits
558
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-networkbandwidthgbps}
559
+ */
560
+ NetworkBandwidthGbps?: NetworkBandwidthGbpsRequest | undefined;
561
+ /**
562
+ * The minimum and maximum number of network interfaces.
563
+ *
564
+ * Default: No minimum or maximum limits
565
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-networkinterfacecount}
566
+ */
567
+ NetworkInterfaceCount?: NetworkInterfaceCountRequest | undefined;
568
+ /**
569
+ * [Price protection] The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.
570
+ *
571
+ * The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
572
+ *
573
+ * To indicate no price protection threshold, specify a high value, such as `999999` .
574
+ *
575
+ * This parameter is not supported for [GetSpotPlacementScores](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) and [GetInstanceTypesFromInstanceRequirements](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html) .
576
+ *
577
+ * > If you set `TargetCapacityUnitType` to `vcpu` or `memory-mib` , the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.
578
+ *
579
+ * Default: `20`
580
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-ondemandmaxpricepercentageoverlowestprice}
581
+ */
582
+ OnDemandMaxPricePercentageOverLowestPrice?: number | undefined;
583
+ /**
584
+ * Indicates whether instance types must support hibernation for On-Demand Instances.
585
+ *
586
+ * This parameter is not supported for [GetSpotPlacementScores](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) .
587
+ *
588
+ * Default: `false`
589
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-requirehibernatesupport}
590
+ */
591
+ RequireHibernateSupport?: boolean | undefined;
592
+ /**
593
+ * [Price protection] The price protection threshold for Spot Instances, as a percentage higher than an identified Spot price. The identified Spot price is the Spot price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified Spot price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose Spot price exceeds your specified threshold.
594
+ *
595
+ * The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
596
+ *
597
+ * If you set `TargetCapacityUnitType` to `vcpu` or `memory-mib` , the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.
598
+ *
599
+ * This parameter is not supported for [GetSpotPlacementScores](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) and [GetInstanceTypesFromInstanceRequirements](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html) .
600
+ *
601
+ * > Only one of `SpotMaxPricePercentageOverLowestPrice` or `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as `999999` .
602
+ *
603
+ * Default: `100`
604
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-spotmaxpricepercentageoverlowestprice}
605
+ */
606
+ SpotMaxPricePercentageOverLowestPrice?: number | undefined;
607
+ /**
608
+ * The minimum and maximum amount of total local storage, in GB.
609
+ *
610
+ * Default: No minimum or maximum limits
611
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-totallocalstoragegb}
612
+ */
613
+ TotalLocalStorageGB?: TotalLocalStorageGBRequest | undefined;
614
+ /**
615
+ * The minimum and maximum number of vCPUs.
616
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-vcpucount}
617
+ */
618
+ VCpuCount?: VCpuCountRangeRequest | undefined;
619
+ };
620
+ /**
621
+ * The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.
622
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-maintenancestrategies.html}
623
+ */
624
+ export type MaintenanceStrategies = {
625
+ /**
626
+ * The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
627
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-maintenancestrategies.html#cfn-ec2-ec2fleet-maintenancestrategies-capacityrebalance}
628
+ */
629
+ CapacityRebalance?: CapacityRebalance | undefined;
630
+ };
631
+ /**
632
+ * The minimum and maximum amount of memory per vCPU, in GiB.
633
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-memorygibpervcpurequest.html}
634
+ */
635
+ export type MemoryGiBPerVCpuRequest = {
636
+ /**
637
+ * The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.
638
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-memorygibpervcpurequest.html#cfn-ec2-ec2fleet-memorygibpervcpurequest-max}
639
+ */
640
+ Max?: number | undefined;
641
+ /**
642
+ * The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.
643
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-memorygibpervcpurequest.html#cfn-ec2-ec2fleet-memorygibpervcpurequest-min}
644
+ */
645
+ Min?: number | undefined;
646
+ };
647
+ /**
648
+ * The minimum and maximum amount of memory, in MiB.
649
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-memorymibrequest.html}
650
+ */
651
+ export type MemoryMiBRequest = {
652
+ /**
653
+ * The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.
654
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-memorymibrequest.html#cfn-ec2-ec2fleet-memorymibrequest-max}
655
+ */
656
+ Max?: number | undefined;
657
+ /**
658
+ * The minimum amount of memory, in MiB. To specify no minimum limit, specify `0` .
659
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-memorymibrequest.html#cfn-ec2-ec2fleet-memorymibrequest-min}
660
+ */
661
+ Min?: number | undefined;
662
+ };
663
+ /**
664
+ * The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
665
+ *
666
+ * > Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see [Available instance bandwidth](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html#available-instance-bandwidth) in the *Amazon EC2 User Guide* .
667
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkbandwidthgbpsrequest.html}
668
+ */
669
+ export type NetworkBandwidthGbpsRequest = {
670
+ /**
671
+ * The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
672
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkbandwidthgbpsrequest.html#cfn-ec2-ec2fleet-networkbandwidthgbpsrequest-max}
673
+ */
674
+ Max?: number | undefined;
675
+ /**
676
+ * The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.
677
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkbandwidthgbpsrequest.html#cfn-ec2-ec2fleet-networkbandwidthgbpsrequest-min}
678
+ */
679
+ Min?: number | undefined;
680
+ };
681
+ /**
682
+ * The minimum and maximum number of network interfaces.
683
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkinterfacecountrequest.html}
684
+ */
685
+ export type NetworkInterfaceCountRequest = {
686
+ /**
687
+ * The maximum number of network interfaces. To specify no maximum limit, omit this parameter.
688
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkinterfacecountrequest.html#cfn-ec2-ec2fleet-networkinterfacecountrequest-max}
689
+ */
690
+ Max?: number | undefined;
691
+ /**
692
+ * The minimum number of network interfaces. To specify no minimum limit, omit this parameter.
693
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkinterfacecountrequest.html#cfn-ec2-ec2fleet-networkinterfacecountrequest-min}
694
+ */
695
+ Min?: number | undefined;
696
+ };
697
+ /**
698
+ * Specifies the allocation strategy of On-Demand Instances in an EC2 Fleet.
699
+ *
700
+ * `OnDemandOptionsRequest` is a property of the [AWS::EC2::EC2Fleet](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html) resource.
701
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html}
702
+ */
703
+ export type OnDemandOptionsRequest = {
704
+ /**
705
+ * The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.
706
+ *
707
+ * `lowest-price` - EC2 Fleet uses price to determine the order, launching the lowest price first.
708
+ *
709
+ * `prioritized` - EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first.
710
+ *
711
+ * Default: `lowest-price`
712
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-allocationstrategy}
713
+ */
714
+ AllocationStrategy?: string | undefined;
715
+ /**
716
+ * The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
717
+ *
718
+ * Supported only for fleets of type `instant` .
719
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-capacityreservationoptions}
720
+ */
721
+ CapacityReservationOptions?: CapacityReservationOptionsRequest | undefined;
722
+ /**
723
+ * The maximum amount per hour for On-Demand Instances that you're willing to pay.
724
+ *
725
+ * > If your fleet includes T instances that are configured as `unlimited` , and if their average CPU usage exceeds the baseline utilization, you will incur a charge for surplus credits. The `MaxTotalPrice` does not account for surplus credits, and, if you use surplus credits, your final cost might be higher than what you specified for `MaxTotalPrice` . For more information, see [Surplus credits can incur charges](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits) in the *Amazon EC2 User Guide* .
726
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-maxtotalprice}
727
+ */
728
+ MaxTotalPrice?: string | undefined;
729
+ /**
730
+ * The minimum target capacity for On-Demand Instances in the fleet. If this minimum capacity isn't reached, no instances are launched.
731
+ *
732
+ * Constraints: Maximum value of `1000` . Supported only for fleets of type `instant` .
733
+ *
734
+ * At least one of the following must be specified: `SingleAvailabilityZone` | `SingleInstanceType`
735
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-mintargetcapacity}
736
+ */
737
+ MinTargetCapacity?: number | undefined;
738
+ /**
739
+ * Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.
740
+ *
741
+ * Supported only for fleets of type `instant` .
742
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleavailabilityzone}
743
+ */
744
+ SingleAvailabilityZone?: boolean | undefined;
745
+ /**
746
+ * Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.
747
+ *
748
+ * Supported only for fleets of type `instant` .
749
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ondemandoptionsrequest.html#cfn-ec2-ec2fleet-ondemandoptionsrequest-singleinstancetype}
750
+ */
751
+ SingleInstanceType?: boolean | undefined;
752
+ };
753
+ /**
754
+ * Specify an instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes will be compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture.
755
+ *
756
+ * > Currently, only one instance family can be specified in the list.
757
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-performancefactorreferencerequest.html}
758
+ */
759
+ export type PerformanceFactorReferenceRequest = {
760
+ /**
761
+ * The instance family to use as a baseline reference.
762
+ *
763
+ * > Ensure that you specify the correct value for the instance family. The instance family is everything before the period ( `.` ) in the instance type name. For example, in the instance type `c6i.large` , the instance family is `c6i` , not `c6` . For more information, see [Amazon EC2 instance type naming conventions](https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html) in *Amazon EC2 Instance Types* .
764
+ *
765
+ * The following instance families are *not supported* for performance protection:
766
+ *
767
+ * - `c1`
768
+ * - `g3` | `g3s`
769
+ * - `hpc7g`
770
+ * - `m1` | `m2`
771
+ * - `mac1` | `mac2` | `mac2-m1ultra` | `mac2-m2` | `mac2-m2pro`
772
+ * - `p3dn` | `p4d` | `p5`
773
+ * - `t1`
774
+ * - `u-12tb1` | `u-18tb1` | `u-24tb1` | `u-3tb1` | `u-6tb1` | `u-9tb1` | `u7i-12tb` | `u7in-16tb` | `u7in-24tb` | `u7in-32tb`
775
+ *
776
+ * If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
777
+ *
778
+ * If you specify an unsupported instance family as a value for baseline performance, the API returns an empty response response for [GetInstanceTypesFromInstanceRequirements](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html) and an exception for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html) , [RequestSpotFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html) , [ModifyFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyFleet.html) , and [ModifySpotFleetRequest](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifySpotFleetRequest.html) .
779
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-performancefactorreferencerequest.html#cfn-ec2-ec2fleet-performancefactorreferencerequest-instancefamily}
780
+ */
781
+ InstanceFamily?: string | undefined;
782
+ };
783
+ /**
784
+ * Describes the placement of an instance.
785
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html}
786
+ */
787
+ export type Placement = {
788
+ /**
789
+ * The affinity setting for the instance on the Dedicated Host.
790
+ *
791
+ * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) or [ImportInstance](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html) .
792
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-affinity}
793
+ */
794
+ Affinity?: string | undefined;
795
+ /**
796
+ * The Availability Zone of the instance.
797
+ *
798
+ * If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.
799
+ *
800
+ * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) .
801
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-availabilityzone}
802
+ */
803
+ AvailabilityZone?: string | undefined;
804
+ /**
805
+ * The name of the placement group that the instance is in. If you specify `GroupName` , you can't specify `GroupId` .
806
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-groupname}
807
+ */
808
+ GroupName?: string | undefined;
809
+ /**
810
+ * The ID of the Dedicated Host on which the instance resides.
811
+ *
812
+ * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) or [ImportInstance](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html) .
813
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-hostid}
814
+ */
815
+ HostId?: string | undefined;
816
+ /**
817
+ * The ARN of the host resource group in which to launch the instances.
818
+ *
819
+ * If you specify this parameter, either omit the *Tenancy* parameter or set it to `host` .
820
+ *
821
+ * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) .
822
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-hostresourcegrouparn}
823
+ */
824
+ HostResourceGroupArn?: string | undefined;
825
+ /**
826
+ * The number of the partition that the instance is in. Valid only if the placement group strategy is set to `partition` .
827
+ *
828
+ * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) .
829
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-partitionnumber}
830
+ */
831
+ PartitionNumber?: number | undefined;
832
+ /**
833
+ * Reserved for future use.
834
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-spreaddomain}
835
+ */
836
+ SpreadDomain?: string | undefined;
837
+ /**
838
+ * The tenancy of the instance. An instance with a tenancy of `dedicated` runs on single-tenant hardware.
839
+ *
840
+ * This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) . The `host` tenancy is not supported for [ImportInstance](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html) or for T3 instances that are configured for the `unlimited` CPU credit option.
841
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-tenancy}
842
+ */
843
+ Tenancy?: string | undefined;
844
+ };
845
+ /**
846
+ * Specifies the configuration of Spot Instances for an EC2 Fleet.
847
+ *
848
+ * `SpotOptionsRequest` is a property of the [AWS::EC2::EC2Fleet](https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html) resource.
849
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html}
850
+ */
851
+ export type SpotOptionsRequest = {
852
+ /**
853
+ * Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.
854
+ *
855
+ * If the allocation strategy is `lowestPrice` , EC2 Fleet launches instances from the Spot Instance pools with the lowest price. This is the default allocation strategy.
856
+ *
857
+ * If the allocation strategy is `diversified` , EC2 Fleet launches instances from all the Spot Instance pools that you specify.
858
+ *
859
+ * If the allocation strategy is `capacityOptimized` , EC2 Fleet launches instances from Spot Instance pools that are optimally chosen based on the available Spot Instance capacity.
860
+ *
861
+ * *Allowed Values* : `lowestPrice` | `diversified` | `capacityOptimized` | `capacityOptimizedPrioritized`
862
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-allocationstrategy}
863
+ */
864
+ AllocationStrategy?: "lowest-price" | "lowestPrice" | "diversified" | "capacityOptimized" | "capacity-optimized" | "capacityOptimizedPrioritized" | "capacity-optimized-prioritized" | "priceCapacityOptimized" | "price-capacity-optimized" | undefined;
865
+ /**
866
+ * The behavior when a Spot Instance is interrupted.
867
+ *
868
+ * Default: `terminate`
869
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instanceinterruptionbehavior}
870
+ */
871
+ InstanceInterruptionBehavior?: "hibernate" | "stop" | "terminate" | undefined;
872
+ /**
873
+ * The number of Spot pools across which to allocate your target Spot capacity. Supported only when Spot `AllocationStrategy` is set to `lowest-price` . EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.
874
+ *
875
+ * Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.
876
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-instancepoolstousecount}
877
+ */
878
+ InstancePoolsToUseCount?: number | undefined;
879
+ /**
880
+ * The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.
881
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maintenancestrategies}
882
+ */
883
+ MaintenanceStrategies?: MaintenanceStrategies | undefined;
884
+ /**
885
+ * The maximum amount per hour for Spot Instances that you're willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.
886
+ *
887
+ * > If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter. > If your fleet includes T instances that are configured as `unlimited` , and if their average CPU usage exceeds the baseline utilization, you will incur a charge for surplus credits. The `MaxTotalPrice` does not account for surplus credits, and, if you use surplus credits, your final cost might be higher than what you specified for `MaxTotalPrice` . For more information, see [Surplus credits can incur charges](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits) in the *Amazon EC2 User Guide* .
888
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-maxtotalprice}
889
+ */
890
+ MaxTotalPrice?: string | undefined;
891
+ /**
892
+ * The minimum target capacity for Spot Instances in the fleet. If this minimum capacity isn't reached, no instances are launched.
893
+ *
894
+ * Constraints: Maximum value of `1000` . Supported only for fleets of type `instant` .
895
+ *
896
+ * At least one of the following must be specified: `SingleAvailabilityZone` | `SingleInstanceType`
897
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-mintargetcapacity}
898
+ */
899
+ MinTargetCapacity?: number | undefined;
900
+ /**
901
+ * Indicates that the fleet launches all Spot Instances into a single Availability Zone.
902
+ *
903
+ * Supported only for fleets of type `instant` .
904
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleavailabilityzone}
905
+ */
906
+ SingleAvailabilityZone?: boolean | undefined;
907
+ /**
908
+ * Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.
909
+ *
910
+ * Supported only for fleets of type `instant` .
911
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-spotoptionsrequest.html#cfn-ec2-ec2fleet-spotoptionsrequest-singleinstancetype}
912
+ */
913
+ SingleInstanceType?: boolean | undefined;
914
+ };
915
+ /**
916
+ * Specifies the tags to apply to a resource when the resource is being created for an EC2 Fleet.
917
+ *
918
+ * `TagSpecification` is a property of the [AWS::EC2::EC2Fleet](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html) resource.
919
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-tagspecification.html}
920
+ */
921
+ export type TagSpecification = {
922
+ /**
923
+ * The type of resource to tag.
924
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-tagspecification.html#cfn-ec2-ec2fleet-tagspecification-resourcetype}
925
+ */
926
+ ResourceType?: "client-vpn-endpoint" | "customer-gateway" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-gpu" | "elastic-ip" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "import-image-task" | "import-snapshot-task" | "instance" | "internet-gateway" | "key-pair" | "launch-template" | "local-gateway-route-table-vpc-association" | "natgateway" | "network-acl" | "network-insights-analysis" | "network-insights-path" | "network-interface" | "placement-group" | "reserved-instances" | "route-table" | "security-group" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-route-table" | "volume" | "vpc" | "vpc-flow-log" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | undefined;
927
+ /**
928
+ * The tags to apply to the resource.
929
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-tagspecification.html#cfn-ec2-ec2fleet-tagspecification-tags}
930
+ */
931
+ Tags?: Tag[] | undefined;
932
+ };
933
+ /**
934
+ * Specifies the number of units to request for an EC2 Fleet. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is `maintain` , you can specify a target capacity of `0` and add capacity later.
935
+ *
936
+ * `TargetCapacitySpecificationRequest` is a property of the [AWS::EC2::EC2Fleet](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html) resource.
937
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html}
938
+ */
939
+ export type TargetCapacitySpecificationRequest = {
940
+ /**
941
+ * The default target capacity type.
942
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-defaulttargetcapacitytype}
943
+ */
944
+ DefaultTargetCapacityType?: "on-demand" | "spot" | undefined;
945
+ /**
946
+ * The number of On-Demand units to request.
947
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-ondemandtargetcapacity}
948
+ */
949
+ OnDemandTargetCapacity?: number | undefined;
950
+ /**
951
+ * The number of Spot units to request.
952
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-spottargetcapacity}
953
+ */
954
+ SpotTargetCapacity?: number | undefined;
955
+ /**
956
+ * The unit for the target capacity. You can specify this parameter only when using attributed-based instance type selection.
957
+ *
958
+ * Default: `units` (the number of instances)
959
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-targetcapacityunittype}
960
+ */
961
+ TargetCapacityUnitType?: "vcpu" | "memory-mib" | "units" | undefined;
962
+ /**
963
+ * The number of units to request, filled using the default target capacity type.
964
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-targetcapacityspecificationrequest.html#cfn-ec2-ec2fleet-targetcapacityspecificationrequest-totaltargetcapacity}
965
+ */
966
+ TotalTargetCapacity: number;
967
+ };
968
+ /**
969
+ * The minimum and maximum amount of total local storage, in GB.
970
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-totallocalstoragegbrequest.html}
971
+ */
972
+ export type TotalLocalStorageGBRequest = {
973
+ /**
974
+ * The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.
975
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-totallocalstoragegbrequest.html#cfn-ec2-ec2fleet-totallocalstoragegbrequest-max}
976
+ */
977
+ Max?: number | undefined;
978
+ /**
979
+ * The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.
980
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-totallocalstoragegbrequest.html#cfn-ec2-ec2fleet-totallocalstoragegbrequest-min}
981
+ */
982
+ Min?: number | undefined;
983
+ };
984
+ /**
985
+ * The minimum and maximum number of vCPUs.
986
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-vcpucountrangerequest.html}
987
+ */
988
+ export type VCpuCountRangeRequest = {
989
+ /**
990
+ * The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
991
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-vcpucountrangerequest.html#cfn-ec2-ec2fleet-vcpucountrangerequest-max}
992
+ */
993
+ Max?: number | undefined;
994
+ /**
995
+ * The minimum number of vCPUs. To specify no minimum limit, specify `0` .
996
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-vcpucountrangerequest.html#cfn-ec2-ec2fleet-vcpucountrangerequest-min}
997
+ */
998
+ Min?: number | undefined;
999
+ };
1000
+ //# sourceMappingURL=aws-ec2-ec2fleet.d.ts.map