@propulsionworks/cloudformation 0.0.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1451) 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 +80 -0
  11. package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +125 -0
  12. package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +374 -0
  13. package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +432 -0
  14. package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +30 -0
  15. package/out/exports/resources.generated/aws-acmpca-permission.d.ts +30 -0
  16. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +330 -0
  17. package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +71 -0
  18. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +34 -0
  19. package/out/exports/resources.generated/aws-amplify-app.d.ts +301 -0
  20. package/out/exports/resources.generated/aws-amplify-branch.d.ts +171 -0
  21. package/out/exports/resources.generated/aws-amplify-domain.d.ts +139 -0
  22. package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +444 -0
  23. package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +409 -0
  24. package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +76 -0
  25. package/out/exports/resources.generated/aws-apigateway-account.d.ts +20 -0
  26. package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +62 -0
  27. package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +54 -0
  28. package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +24 -0
  29. package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +30 -0
  30. package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +22 -0
  31. package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +215 -0
  32. package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +53 -0
  33. package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +22 -0
  34. package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +96 -0
  35. package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +34 -0
  36. package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +56 -0
  37. package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +34 -0
  38. package/out/exports/resources.generated/aws-apigateway-method.d.ts +174 -0
  39. package/out/exports/resources.generated/aws-apigateway-model.d.ts +30 -0
  40. package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +30 -0
  41. package/out/exports/resources.generated/aws-apigateway-resource.d.ts +26 -0
  42. package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +133 -0
  43. package/out/exports/resources.generated/aws-apigateway-stage.d.ts +151 -0
  44. package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +93 -0
  45. package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +26 -0
  46. package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +30 -0
  47. package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +142 -0
  48. package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +143 -0
  49. package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +30 -0
  50. package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +75 -0
  51. package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +26 -0
  52. package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +84 -0
  53. package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +147 -0
  54. package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +48 -0
  55. package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +34 -0
  56. package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +62 -0
  57. package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +47 -0
  58. package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +100 -0
  59. package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +30 -0
  60. package/out/exports/resources.generated/aws-appconfig-application.d.ts +36 -0
  61. package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +121 -0
  62. package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +80 -0
  63. package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +68 -0
  64. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +78 -0
  65. package/out/exports/resources.generated/aws-appconfig-extension.d.ts +102 -0
  66. package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +46 -0
  67. package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +61 -0
  68. package/out/exports/resources.generated/aws-appflow-connector.d.ts +59 -0
  69. package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +895 -0
  70. package/out/exports/resources.generated/aws-appflow-flow.d.ts +1067 -0
  71. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +74 -0
  72. package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +108 -0
  73. package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +59 -0
  74. package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +176 -0
  75. package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +594 -0
  76. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +487 -0
  77. package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +23 -0
  78. package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +491 -0
  79. package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +418 -0
  80. package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +80 -0
  81. package/out/exports/resources.generated/aws-appmesh-route.d.ts +494 -0
  82. package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +474 -0
  83. package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +695 -0
  84. package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +90 -0
  85. package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +99 -0
  86. package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +60 -0
  87. package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +63 -0
  88. package/out/exports/resources.generated/aws-apprunner-service.d.ts +439 -0
  89. package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +52 -0
  90. package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +67 -0
  91. package/out/exports/resources.generated/aws-appstream-appblock.d.ts +98 -0
  92. package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +92 -0
  93. package/out/exports/resources.generated/aws-appstream-application.d.ts +95 -0
  94. package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +20 -0
  95. package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +16 -0
  96. package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +50 -0
  97. package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +61 -0
  98. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +210 -0
  99. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +143 -0
  100. package/out/exports/resources.generated/aws-appstream-stack.d.ts +144 -0
  101. package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +23 -0
  102. package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +29 -0
  103. package/out/exports/resources.generated/aws-appstream-user.d.ts +35 -0
  104. package/out/exports/resources.generated/aws-appsync-api.d.ts +181 -0
  105. package/out/exports/resources.generated/aws-appsync-apicache.d.ts +71 -0
  106. package/out/exports/resources.generated/aws-appsync-apikey.d.ts +34 -0
  107. package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +91 -0
  108. package/out/exports/resources.generated/aws-appsync-datasource.d.ts +263 -0
  109. package/out/exports/resources.generated/aws-appsync-domainname.d.ts +53 -0
  110. package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +22 -0
  111. package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +138 -0
  112. package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +319 -0
  113. package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +32 -0
  114. package/out/exports/resources.generated/aws-appsync-resolver.d.ts +175 -0
  115. package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +84 -0
  116. package/out/exports/resources.generated/aws-apptest-testcase.d.ts +380 -0
  117. package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +36 -0
  118. package/out/exports/resources.generated/aws-aps-scraper.d.ts +124 -0
  119. package/out/exports/resources.generated/aws-aps-workspace.d.ts +131 -0
  120. package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +20 -0
  121. package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +101 -0
  122. package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +72 -0
  123. package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +79 -0
  124. package/out/exports/resources.generated/aws-athena-namedquery.d.ts +44 -0
  125. package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +32 -0
  126. package/out/exports/resources.generated/aws-athena-workgroup.d.ts +254 -0
  127. package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +216 -0
  128. package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1017 -0
  129. package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +236 -0
  130. package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +55 -0
  131. package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +607 -0
  132. package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +60 -0
  133. package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +51 -0
  134. package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +331 -0
  135. package/out/exports/resources.generated/aws-b2bi-capability.d.ts +123 -0
  136. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +211 -0
  137. package/out/exports/resources.generated/aws-b2bi-profile.d.ts +71 -0
  138. package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +151 -0
  139. package/out/exports/resources.generated/aws-backup-backupplan.d.ts +174 -0
  140. package/out/exports/resources.generated/aws-backup-backupselection.d.ts +112 -0
  141. package/out/exports/resources.generated/aws-backup-backupvault.d.ts +93 -0
  142. package/out/exports/resources.generated/aws-backup-framework.d.ts +94 -0
  143. package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +67 -0
  144. package/out/exports/resources.generated/aws-backup-reportplan.d.ts +82 -0
  145. package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +81 -0
  146. package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +81 -0
  147. package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +65 -0
  148. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +412 -0
  149. package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +54 -0
  150. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1252 -0
  151. package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +86 -0
  152. package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +79 -0
  153. package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +156 -0
  154. package/out/exports/resources.generated/aws-bedrock-agent.d.ts +582 -0
  155. package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +91 -0
  156. package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +97 -0
  157. package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +59 -0
  158. package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +504 -0
  159. package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +743 -0
  160. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +587 -0
  161. package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +78 -0
  162. package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +62 -0
  163. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +496 -0
  164. package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +39 -0
  165. package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +96 -0
  166. package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +936 -0
  167. package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +398 -0
  168. package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +73 -0
  169. package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +88 -0
  170. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +150 -0
  171. package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +47 -0
  172. package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +99 -0
  173. package/out/exports/resources.generated/aws-budgets-budget.d.ts +390 -0
  174. package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +151 -0
  175. package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +61 -0
  176. package/out/exports/resources.generated/aws-cassandra-table.d.ts +316 -0
  177. package/out/exports/resources.generated/aws-cassandra-type.d.ts +59 -0
  178. package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +63 -0
  179. package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +82 -0
  180. package/out/exports/resources.generated/aws-ce-costcategory.d.ts +49 -0
  181. package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +29 -0
  182. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +98 -0
  183. package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +115 -0
  184. package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +98 -0
  185. package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +82 -0
  186. package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +206 -0
  187. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +235 -0
  188. package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +364 -0
  189. package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +140 -0
  190. package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +80 -0
  191. package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +89 -0
  192. package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +260 -0
  193. package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +75 -0
  194. package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +141 -0
  195. package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +90 -0
  196. package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +27 -0
  197. package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +183 -0
  198. package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +62 -0
  199. package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +76 -0
  200. package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +94 -0
  201. package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +159 -0
  202. package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +35 -0
  203. package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +55 -0
  204. package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +73 -0
  205. package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +138 -0
  206. package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +46 -0
  207. package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +60 -0
  208. package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +112 -0
  209. package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +129 -0
  210. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +387 -0
  211. package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +172 -0
  212. package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +33 -0
  213. package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +19 -0
  214. package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +42 -0
  215. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +178 -0
  216. package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +31 -0
  217. package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +64 -0
  218. package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +139 -0
  219. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1157 -0
  220. package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +161 -0
  221. package/out/exports/resources.generated/aws-cloudfront-function.d.ts +75 -0
  222. package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +43 -0
  223. package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +47 -0
  224. package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +34 -0
  225. package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +60 -0
  226. package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +121 -0
  227. package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +43 -0
  228. package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +62 -0
  229. package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +394 -0
  230. package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +107 -0
  231. package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +73 -0
  232. package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +51 -0
  233. package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +114 -0
  234. package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +268 -0
  235. package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +25 -0
  236. package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +366 -0
  237. package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +239 -0
  238. package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +232 -0
  239. package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +98 -0
  240. package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +20 -0
  241. package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +39 -0
  242. package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +218 -0
  243. package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +50 -0
  244. package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +76 -0
  245. package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +73 -0
  246. package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +218 -0
  247. package/out/exports/resources.generated/aws-codebuild-project.d.ts +727 -0
  248. package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +91 -0
  249. package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +29 -0
  250. package/out/exports/resources.generated/aws-codecommit-repository.d.ts +122 -0
  251. package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +53 -0
  252. package/out/exports/resources.generated/aws-codedeploy-application.d.ts +22 -0
  253. package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +150 -0
  254. package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +545 -0
  255. package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +60 -0
  256. package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +72 -0
  257. package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +118 -0
  258. package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +577 -0
  259. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +91 -0
  260. package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +73 -0
  261. package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +51 -0
  262. package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +48 -0
  263. package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +58 -0
  264. package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +82 -0
  265. package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +126 -0
  266. package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +24 -0
  267. package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +87 -0
  268. package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +76 -0
  269. package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +74 -0
  270. package/out/exports/resources.generated/aws-cognito-userpool.d.ts +652 -0
  271. package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +262 -0
  272. package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +41 -0
  273. package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +34 -0
  274. package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +60 -0
  275. package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +41 -0
  276. package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +159 -0
  277. package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +20 -0
  278. package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +86 -0
  279. package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +25 -0
  280. package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +250 -0
  281. package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +157 -0
  282. package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +29 -0
  283. package/out/exports/resources.generated/aws-config-configrule.d.ts +177 -0
  284. package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +67 -0
  285. package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +311 -0
  286. package/out/exports/resources.generated/aws-config-conformancepack.d.ts +76 -0
  287. package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +82 -0
  288. package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +183 -0
  289. package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +65 -0
  290. package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +81 -0
  291. package/out/exports/resources.generated/aws-config-storedquery.d.ts +48 -0
  292. package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +63 -0
  293. package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +22 -0
  294. package/out/exports/resources.generated/aws-connect-contactflow.d.ts +57 -0
  295. package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +59 -0
  296. package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +40 -0
  297. package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +47 -0
  298. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +371 -0
  299. package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +145 -0
  300. package/out/exports/resources.generated/aws-connect-instance.d.ts +95 -0
  301. package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +126 -0
  302. package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +40 -0
  303. package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +56 -0
  304. package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +36 -0
  305. package/out/exports/resources.generated/aws-connect-prompt.d.ts +43 -0
  306. package/out/exports/resources.generated/aws-connect-queue.d.ts +101 -0
  307. package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +104 -0
  308. package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +123 -0
  309. package/out/exports/resources.generated/aws-connect-rule.d.ts +239 -0
  310. package/out/exports/resources.generated/aws-connect-securitykey.d.ts +34 -0
  311. package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +92 -0
  312. package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +154 -0
  313. package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +48 -0
  314. package/out/exports/resources.generated/aws-connect-user.d.ts +143 -0
  315. package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +33 -0
  316. package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +115 -0
  317. package/out/exports/resources.generated/aws-connect-view.d.ts +66 -0
  318. package/out/exports/resources.generated/aws-connect-viewversion.d.ts +46 -0
  319. package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +169 -0
  320. package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +499 -0
  321. package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +49 -0
  322. package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +43 -0
  323. package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +53 -0
  324. package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +71 -0
  325. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +127 -0
  326. package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +238 -0
  327. package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +46 -0
  328. package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +140 -0
  329. package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +363 -0
  330. package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +145 -0
  331. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +339 -0
  332. package/out/exports/resources.generated/aws-databrew-dataset.d.ts +329 -0
  333. package/out/exports/resources.generated/aws-databrew-job.d.ts +442 -0
  334. package/out/exports/resources.generated/aws-databrew-project.d.ts +52 -0
  335. package/out/exports/resources.generated/aws-databrew-recipe.d.ts +548 -0
  336. package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +126 -0
  337. package/out/exports/resources.generated/aws-databrew-schedule.d.ts +28 -0
  338. package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +138 -0
  339. package/out/exports/resources.generated/aws-datasync-agent.d.ts +62 -0
  340. package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +83 -0
  341. package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +88 -0
  342. package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +48 -0
  343. package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +163 -0
  344. package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +83 -0
  345. package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +68 -0
  346. package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +130 -0
  347. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +80 -0
  348. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +90 -0
  349. package/out/exports/resources.generated/aws-datasync-locations3.d.ts +73 -0
  350. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +137 -0
  351. package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +85 -0
  352. package/out/exports/resources.generated/aws-datasync-task.d.ts +460 -0
  353. package/out/exports/resources.generated/aws-datazone-connection.d.ts +612 -0
  354. package/out/exports/resources.generated/aws-datazone-datasource.d.ts +321 -0
  355. package/out/exports/resources.generated/aws-datazone-domain.d.ts +115 -0
  356. package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +71 -0
  357. package/out/exports/resources.generated/aws-datazone-environment.d.ts +133 -0
  358. package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +73 -0
  359. package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +89 -0
  360. package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +98 -0
  361. package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +45 -0
  362. package/out/exports/resources.generated/aws-datazone-owner.d.ts +53 -0
  363. package/out/exports/resources.generated/aws-datazone-project.d.ts +95 -0
  364. package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +37 -0
  365. package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +104 -0
  366. package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +53 -0
  367. package/out/exports/resources.generated/aws-dax-cluster.d.ts +113 -0
  368. package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +25 -0
  369. package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +23 -0
  370. package/out/exports/resources.generated/aws-deadline-farm.d.ts +46 -0
  371. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +390 -0
  372. package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +53 -0
  373. package/out/exports/resources.generated/aws-deadline-limit.d.ts +58 -0
  374. package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +43 -0
  375. package/out/exports/resources.generated/aws-deadline-monitor.d.ts +51 -0
  376. package/out/exports/resources.generated/aws-deadline-queue.d.ts +149 -0
  377. package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +46 -0
  378. package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +23 -0
  379. package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +23 -0
  380. package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +60 -0
  381. package/out/exports/resources.generated/aws-detective-graph.d.ts +25 -0
  382. package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +34 -0
  383. package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +19 -0
  384. package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +13 -0
  385. package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +79 -0
  386. package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +81 -0
  387. package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +67 -0
  388. package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +71 -0
  389. package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +660 -0
  390. package/out/exports/resources.generated/aws-dms-certificate.d.ts +23 -0
  391. package/out/exports/resources.generated/aws-dms-datamigration.d.ts +103 -0
  392. package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1112 -0
  393. package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1463 -0
  394. package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +45 -0
  395. package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +79 -0
  396. package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +103 -0
  397. package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +109 -0
  398. package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +115 -0
  399. package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +29 -0
  400. package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +85 -0
  401. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +247 -0
  402. package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +43 -0
  403. package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +87 -0
  404. package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +31 -0
  405. package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +51 -0
  406. package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +106 -0
  407. package/out/exports/resources.generated/aws-dsql-cluster.d.ts +65 -0
  408. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +608 -0
  409. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +506 -0
  410. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +186 -0
  411. package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +117 -0
  412. package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +30 -0
  413. package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +31 -0
  414. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +235 -0
  415. package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +36 -0
  416. package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +19 -0
  417. package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +52 -0
  418. package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +44 -0
  419. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +863 -0
  420. package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +20 -0
  421. package/out/exports/resources.generated/aws-ec2-eip.d.ts +64 -0
  422. package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +35 -0
  423. package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +40 -0
  424. package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +92 -0
  425. package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +22 -0
  426. package/out/exports/resources.generated/aws-ec2-host.d.ts +54 -0
  427. package/out/exports/resources.generated/aws-ec2-instance.d.ts +664 -0
  428. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +43 -0
  429. package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +18 -0
  430. package/out/exports/resources.generated/aws-ec2-ipam.d.ts +92 -0
  431. package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +40 -0
  432. package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +147 -0
  433. package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +30 -0
  434. package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +84 -0
  435. package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +67 -0
  436. package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +48 -0
  437. package/out/exports/resources.generated/aws-ec2-keypair.d.ts +65 -0
  438. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1307 -0
  439. package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +54 -0
  440. package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +42 -0
  441. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
  442. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
  443. package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +61 -0
  444. package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +24 -0
  445. package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +82 -0
  446. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +126 -0
  447. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +50 -0
  448. package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +58 -0
  449. package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +103 -0
  450. package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +171 -0
  451. package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +52 -0
  452. package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +23 -0
  453. package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +24 -0
  454. package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +37 -0
  455. package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +74 -0
  456. package/out/exports/resources.generated/aws-ec2-route.d.ts +80 -0
  457. package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +50 -0
  458. package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +18 -0
  459. package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +46 -0
  460. package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +79 -0
  461. package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +18 -0
  462. package/out/exports/resources.generated/aws-ec2-routetable.d.ts +24 -0
  463. package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +194 -0
  464. package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +71 -0
  465. package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +90 -0
  466. package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +31 -0
  467. package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +23 -0
  468. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1059 -0
  469. package/out/exports/resources.generated/aws-ec2-subnet.d.ts +138 -0
  470. package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +41 -0
  471. package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +24 -0
  472. package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +24 -0
  473. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +29 -0
  474. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +74 -0
  475. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +55 -0
  476. package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +37 -0
  477. package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +78 -0
  478. package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +57 -0
  479. package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +51 -0
  480. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +58 -0
  481. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +36 -0
  482. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +50 -0
  483. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +52 -0
  484. package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +45 -0
  485. package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +24 -0
  486. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +22 -0
  487. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +18 -0
  488. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +18 -0
  489. package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +59 -0
  490. package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +240 -0
  491. package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +69 -0
  492. package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +141 -0
  493. package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +154 -0
  494. package/out/exports/resources.generated/aws-ec2-volume.d.ts +139 -0
  495. package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +26 -0
  496. package/out/exports/resources.generated/aws-ec2-vpc.d.ts +77 -0
  497. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +53 -0
  498. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +21 -0
  499. package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +72 -0
  500. package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +18 -0
  501. package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +120 -0
  502. package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +32 -0
  503. package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +54 -0
  504. package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +18 -0
  505. package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +30 -0
  506. package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +50 -0
  507. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +352 -0
  508. package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +18 -0
  509. package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +29 -0
  510. package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +24 -0
  511. package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +42 -0
  512. package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +32 -0
  513. package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +21 -0
  514. package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +60 -0
  515. package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +72 -0
  516. package/out/exports/resources.generated/aws-ecr-repository.d.ts +109 -0
  517. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +96 -0
  518. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +92 -0
  519. package/out/exports/resources.generated/aws-ecs-cluster.d.ts +211 -0
  520. package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +49 -0
  521. package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +20 -0
  522. package/out/exports/resources.generated/aws-ecs-service.d.ts +864 -0
  523. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1322 -0
  524. package/out/exports/resources.generated/aws-ecs-taskset.d.ts +219 -0
  525. package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +98 -0
  526. package/out/exports/resources.generated/aws-efs-filesystem.d.ts +182 -0
  527. package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +38 -0
  528. package/out/exports/resources.generated/aws-eks-accessentry.d.ts +86 -0
  529. package/out/exports/resources.generated/aws-eks-addon.d.ts +82 -0
  530. package/out/exports/resources.generated/aws-eks-cluster.d.ts +458 -0
  531. package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +82 -0
  532. package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +86 -0
  533. package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +236 -0
  534. package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +50 -0
  535. package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +307 -0
  536. package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +109 -0
  537. package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +39 -0
  538. package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +446 -0
  539. package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +21 -0
  540. package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +25 -0
  541. package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +158 -0
  542. package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +28 -0
  543. package/out/exports/resources.generated/aws-elasticache-user.d.ts +65 -0
  544. package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +35 -0
  545. package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +104 -0
  546. package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +44 -0
  547. package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +102 -0
  548. package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +146 -0
  549. package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +291 -0
  550. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +418 -0
  551. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +28 -0
  552. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +487 -0
  553. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +204 -0
  554. package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +220 -0
  555. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +42 -0
  556. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +44 -0
  557. package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +351 -0
  558. package/out/exports/resources.generated/aws-emr-cluster.d.ts +860 -0
  559. package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +283 -0
  560. package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +269 -0
  561. package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +16 -0
  562. package/out/exports/resources.generated/aws-emr-step.d.ts +64 -0
  563. package/out/exports/resources.generated/aws-emr-studio.d.ts +116 -0
  564. package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +27 -0
  565. package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +19 -0
  566. package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +97 -0
  567. package/out/exports/resources.generated/aws-emrserverless-application.d.ts +352 -0
  568. package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +176 -0
  569. package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +151 -0
  570. package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +202 -0
  571. package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +37 -0
  572. package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +96 -0
  573. package/out/exports/resources.generated/aws-events-apidestination.d.ts +66 -0
  574. package/out/exports/resources.generated/aws-events-archive.d.ts +56 -0
  575. package/out/exports/resources.generated/aws-events-connection.d.ts +290 -0
  576. package/out/exports/resources.generated/aws-events-endpoint.d.ts +135 -0
  577. package/out/exports/resources.generated/aws-events-eventbus.d.ts +70 -0
  578. package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +70 -0
  579. package/out/exports/resources.generated/aws-events-rule.d.ts +585 -0
  580. package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +52 -0
  581. package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +43 -0
  582. package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +27 -0
  583. package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +69 -0
  584. package/out/exports/resources.generated/aws-evidently-experiment.d.ts +234 -0
  585. package/out/exports/resources.generated/aws-evidently-feature.d.ts +198 -0
  586. package/out/exports/resources.generated/aws-evidently-launch.d.ts +209 -0
  587. package/out/exports/resources.generated/aws-evidently-project.d.ts +118 -0
  588. package/out/exports/resources.generated/aws-evidently-segment.d.ts +54 -0
  589. package/out/exports/resources.generated/aws-finspace-environment.d.ts +155 -0
  590. package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +243 -0
  591. package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +24 -0
  592. package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +18 -0
  593. package/out/exports/resources.generated/aws-fms-policy.d.ts +562 -0
  594. package/out/exports/resources.generated/aws-fms-resourceset.d.ts +33 -0
  595. package/out/exports/resources.generated/aws-forecast-dataset.d.ts +95 -0
  596. package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +47 -0
  597. package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +294 -0
  598. package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +41 -0
  599. package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +158 -0
  600. package/out/exports/resources.generated/aws-frauddetector-label.d.ts +43 -0
  601. package/out/exports/resources.generated/aws-frauddetector-list.d.ts +54 -0
  602. package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +41 -0
  603. package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +65 -0
  604. package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +110 -0
  605. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +660 -0
  606. package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +29 -0
  607. package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +100 -0
  608. package/out/exports/resources.generated/aws-fsx-volume.d.ts +404 -0
  609. package/out/exports/resources.generated/aws-gamelift-alias.d.ts +84 -0
  610. package/out/exports/resources.generated/aws-gamelift-build.d.ts +70 -0
  611. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +366 -0
  612. package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +366 -0
  613. package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +430 -0
  614. package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +163 -0
  615. package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +129 -0
  616. package/out/exports/resources.generated/aws-gamelift-location.d.ts +26 -0
  617. package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +130 -0
  618. package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +51 -0
  619. package/out/exports/resources.generated/aws-gamelift-script.d.ts +76 -0
  620. package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +67 -0
  621. package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +64 -0
  622. package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +116 -0
  623. package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +51 -0
  624. package/out/exports/resources.generated/aws-glue-classifier.d.ts +125 -0
  625. package/out/exports/resources.generated/aws-glue-connection.d.ts +276 -0
  626. package/out/exports/resources.generated/aws-glue-crawler.d.ts +329 -0
  627. package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +31 -0
  628. package/out/exports/resources.generated/aws-glue-database.d.ts +107 -0
  629. package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +68 -0
  630. package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +48 -0
  631. package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +99 -0
  632. package/out/exports/resources.generated/aws-glue-job.d.ts +192 -0
  633. package/out/exports/resources.generated/aws-glue-mltransform.d.ts +205 -0
  634. package/out/exports/resources.generated/aws-glue-partition.d.ts +208 -0
  635. package/out/exports/resources.generated/aws-glue-registry.d.ts +31 -0
  636. package/out/exports/resources.generated/aws-glue-schema.d.ts +89 -0
  637. package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +47 -0
  638. package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +25 -0
  639. package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +62 -0
  640. package/out/exports/resources.generated/aws-glue-table.d.ts +286 -0
  641. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +60 -0
  642. package/out/exports/resources.generated/aws-glue-trigger.d.ts +143 -0
  643. package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +114 -0
  644. package/out/exports/resources.generated/aws-glue-workflow.d.ts +31 -0
  645. package/out/exports/resources.generated/aws-grafana-workspace.d.ts +347 -0
  646. package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +89 -0
  647. package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +46 -0
  648. package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +89 -0
  649. package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +46 -0
  650. package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +89 -0
  651. package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +46 -0
  652. package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +223 -0
  653. package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +180 -0
  654. package/out/exports/resources.generated/aws-greengrass-group.d.ts +110 -0
  655. package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +45 -0
  656. package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +93 -0
  657. package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +50 -0
  658. package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +233 -0
  659. package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +190 -0
  660. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +89 -0
  661. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +46 -0
  662. package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +288 -0
  663. package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +313 -0
  664. package/out/exports/resources.generated/aws-groundstation-config.d.ts +268 -0
  665. package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +208 -0
  666. package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +126 -0
  667. package/out/exports/resources.generated/aws-guardduty-detector.d.ts +154 -0
  668. package/out/exports/resources.generated/aws-guardduty-filter.d.ts +241 -0
  669. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +65 -0
  670. package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +97 -0
  671. package/out/exports/resources.generated/aws-guardduty-master.d.ts +23 -0
  672. package/out/exports/resources.generated/aws-guardduty-member.d.ts +32 -0
  673. package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +72 -0
  674. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +66 -0
  675. package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +48 -0
  676. package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +138 -0
  677. package/out/exports/resources.generated/aws-iam-accesskey.d.ts +36 -0
  678. package/out/exports/resources.generated/aws-iam-group.d.ts +68 -0
  679. package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +37 -0
  680. package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +38 -0
  681. package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +126 -0
  682. package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +56 -0
  683. package/out/exports/resources.generated/aws-iam-policy.d.ts +73 -0
  684. package/out/exports/resources.generated/aws-iam-role.d.ts +108 -0
  685. package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +39 -0
  686. package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +95 -0
  687. package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +75 -0
  688. package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +32 -0
  689. package/out/exports/resources.generated/aws-iam-user.d.ts +107 -0
  690. package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +37 -0
  691. package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +24 -0
  692. package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +51 -0
  693. package/out/exports/resources.generated/aws-identitystore-group.d.ts +40 -0
  694. package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +47 -0
  695. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +118 -0
  696. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +267 -0
  697. package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +237 -0
  698. package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +225 -0
  699. package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +223 -0
  700. package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +181 -0
  701. package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +139 -0
  702. package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +197 -0
  703. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +107 -0
  704. package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +22 -0
  705. package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +34 -0
  706. package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +20 -0
  707. package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +120 -0
  708. package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +266 -0
  709. package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +204 -0
  710. package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +51 -0
  711. package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +191 -0
  712. package/out/exports/resources.generated/aws-iot-authorizer.d.ts +57 -0
  713. package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +41 -0
  714. package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +96 -0
  715. package/out/exports/resources.generated/aws-iot-certificate.d.ts +56 -0
  716. package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +42 -0
  717. package/out/exports/resources.generated/aws-iot-command.d.ts +102 -0
  718. package/out/exports/resources.generated/aws-iot-custommetric.d.ts +38 -0
  719. package/out/exports/resources.generated/aws-iot-dimension.d.ts +33 -0
  720. package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +149 -0
  721. package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +79 -0
  722. package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +190 -0
  723. package/out/exports/resources.generated/aws-iot-logging.d.ts +30 -0
  724. package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +132 -0
  725. package/out/exports/resources.generated/aws-iot-policy.d.ts +30 -0
  726. package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +21 -0
  727. package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +63 -0
  728. package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +32 -0
  729. package/out/exports/resources.generated/aws-iot-rolealias.d.ts +46 -0
  730. package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +61 -0
  731. package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +246 -0
  732. package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +34 -0
  733. package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +118 -0
  734. package/out/exports/resources.generated/aws-iot-thing.d.ts +44 -0
  735. package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +72 -0
  736. package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +21 -0
  737. package/out/exports/resources.generated/aws-iot-thingtype.d.ts +70 -0
  738. package/out/exports/resources.generated/aws-iot-topicrule.d.ts +913 -0
  739. package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +64 -0
  740. package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +85 -0
  741. package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +397 -0
  742. package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +226 -0
  743. package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +338 -0
  744. package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +87 -0
  745. package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +575 -0
  746. package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +644 -0
  747. package/out/exports/resources.generated/aws-iotevents-input.d.ts +54 -0
  748. package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +77 -0
  749. package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +479 -0
  750. package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +358 -0
  751. package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +50 -0
  752. package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +60 -0
  753. package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +221 -0
  754. package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +69 -0
  755. package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +105 -0
  756. package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +109 -0
  757. package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +110 -0
  758. package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +392 -0
  759. package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +45 -0
  760. package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +67 -0
  761. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +91 -0
  762. package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +97 -0
  763. package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +42 -0
  764. package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +17 -0
  765. package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +294 -0
  766. package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +364 -0
  767. package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +66 -0
  768. package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +58 -0
  769. package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +53 -0
  770. package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +43 -0
  771. package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +138 -0
  772. package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +89 -0
  773. package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +76 -0
  774. package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +46 -0
  775. package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +92 -0
  776. package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +115 -0
  777. package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +126 -0
  778. package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +343 -0
  779. package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +76 -0
  780. package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +64 -0
  781. package/out/exports/resources.generated/aws-ivs-channel.d.ts +117 -0
  782. package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +63 -0
  783. package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +67 -0
  784. package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +38 -0
  785. package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +45 -0
  786. package/out/exports/resources.generated/aws-ivs-publickey.d.ts +37 -0
  787. package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +124 -0
  788. package/out/exports/resources.generated/aws-ivs-stage.d.ts +58 -0
  789. package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +46 -0
  790. package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +32 -0
  791. package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +98 -0
  792. package/out/exports/resources.generated/aws-ivschat-room.d.ts +78 -0
  793. package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +326 -0
  794. package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +69 -0
  795. package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +39 -0
  796. package/out/exports/resources.generated/aws-kendra-datasource.d.ts +1780 -0
  797. package/out/exports/resources.generated/aws-kendra-faq.d.ts +80 -0
  798. package/out/exports/resources.generated/aws-kendra-index.d.ts +255 -0
  799. package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +47 -0
  800. package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +27 -0
  801. package/out/exports/resources.generated/aws-kinesis-stream.d.ts +92 -0
  802. package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +45 -0
  803. package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +225 -0
  804. package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +106 -0
  805. package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +149 -0
  806. package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +652 -0
  807. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +30 -0
  808. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +90 -0
  809. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +141 -0
  810. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1629 -0
  811. package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +39 -0
  812. package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +62 -0
  813. package/out/exports/resources.generated/aws-kms-alias.d.ts +53 -0
  814. package/out/exports/resources.generated/aws-kms-key.d.ts +214 -0
  815. package/out/exports/resources.generated/aws-kms-replicakey.d.ts +118 -0
  816. package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +66 -0
  817. package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +75 -0
  818. package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +145 -0
  819. package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +241 -0
  820. package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +34 -0
  821. package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +26 -0
  822. package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +133 -0
  823. package/out/exports/resources.generated/aws-lambda-alias.d.ts +77 -0
  824. package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +61 -0
  825. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +101 -0
  826. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +374 -0
  827. package/out/exports/resources.generated/aws-lambda-function.d.ts +374 -0
  828. package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +59 -0
  829. package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +32 -0
  830. package/out/exports/resources.generated/aws-lambda-permission.d.ts +83 -0
  831. package/out/exports/resources.generated/aws-lambda-url.d.ts +85 -0
  832. package/out/exports/resources.generated/aws-lambda-version.d.ts +83 -0
  833. package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +70 -0
  834. package/out/exports/resources.generated/aws-lex-bot.d.ts +1730 -0
  835. package/out/exports/resources.generated/aws-lex-botalias.d.ts +221 -0
  836. package/out/exports/resources.generated/aws-lex-botversion.d.ts +52 -0
  837. package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +29 -0
  838. package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +50 -0
  839. package/out/exports/resources.generated/aws-licensemanager-license.d.ts +175 -0
  840. package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +82 -0
  841. package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +89 -0
  842. package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +40 -0
  843. package/out/exports/resources.generated/aws-lightsail-container.d.ts +230 -0
  844. package/out/exports/resources.generated/aws-lightsail-database.d.ts +190 -0
  845. package/out/exports/resources.generated/aws-lightsail-disk.d.ts +128 -0
  846. package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +271 -0
  847. package/out/exports/resources.generated/aws-lightsail-instance.d.ts +313 -0
  848. package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +61 -0
  849. package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +47 -0
  850. package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +30 -0
  851. package/out/exports/resources.generated/aws-location-apikey.d.ts +151 -0
  852. package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +80 -0
  853. package/out/exports/resources.generated/aws-location-map.d.ts +139 -0
  854. package/out/exports/resources.generated/aws-location-placeindex.d.ts +103 -0
  855. package/out/exports/resources.generated/aws-location-routecalculator.d.ts +84 -0
  856. package/out/exports/resources.generated/aws-location-tracker.d.ts +84 -0
  857. package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +31 -0
  858. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +150 -0
  859. package/out/exports/resources.generated/aws-logs-delivery.d.ts +71 -0
  860. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +59 -0
  861. package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +59 -0
  862. package/out/exports/resources.generated/aws-logs-destination.d.ts +36 -0
  863. package/out/exports/resources.generated/aws-logs-integration.d.ts +64 -0
  864. package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +66 -0
  865. package/out/exports/resources.generated/aws-logs-loggroup.d.ts +75 -0
  866. package/out/exports/resources.generated/aws-logs-logstream.d.ts +24 -0
  867. package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +112 -0
  868. package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +39 -0
  869. package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +22 -0
  870. package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +45 -0
  871. package/out/exports/resources.generated/aws-logs-transformer.d.ts +376 -0
  872. package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +119 -0
  873. package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +82 -0
  874. package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +368 -0
  875. package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +18 -0
  876. package/out/exports/resources.generated/aws-m2-application.d.ts +75 -0
  877. package/out/exports/resources.generated/aws-m2-deployment.d.ts +33 -0
  878. package/out/exports/resources.generated/aws-m2-environment.d.ts +141 -0
  879. package/out/exports/resources.generated/aws-macie-allowlist.d.ts +104 -0
  880. package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +65 -0
  881. package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +96 -0
  882. package/out/exports/resources.generated/aws-macie-session.d.ts +38 -0
  883. package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +63 -0
  884. package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +154 -0
  885. package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +57 -0
  886. package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +217 -0
  887. package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +47 -0
  888. package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +83 -0
  889. package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +540 -0
  890. package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +85 -0
  891. package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +179 -0
  892. package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +160 -0
  893. package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +44 -0
  894. package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +43 -0
  895. package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +125 -0
  896. package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +47 -0
  897. package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +47 -0
  898. package/out/exports/resources.generated/aws-medialive-channel.d.ts +3868 -0
  899. package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +46 -0
  900. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +124 -0
  901. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +50 -0
  902. package/out/exports/resources.generated/aws-medialive-cluster.d.ts +82 -0
  903. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +89 -0
  904. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +50 -0
  905. package/out/exports/resources.generated/aws-medialive-input.d.ts +158 -0
  906. package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +39 -0
  907. package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +94 -0
  908. package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +163 -0
  909. package/out/exports/resources.generated/aws-medialive-network.d.ts +59 -0
  910. package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +54 -0
  911. package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +101 -0
  912. package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +44 -0
  913. package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +51 -0
  914. package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +550 -0
  915. package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +355 -0
  916. package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +64 -0
  917. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +87 -0
  918. package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +45 -0
  919. package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +27 -0
  920. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +494 -0
  921. package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +34 -0
  922. package/out/exports/resources.generated/aws-mediastore-container.d.ts +119 -0
  923. package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +144 -0
  924. package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +17 -0
  925. package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +48 -0
  926. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +194 -0
  927. package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +110 -0
  928. package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +48 -0
  929. package/out/exports/resources.generated/aws-memorydb-acl.d.ts +35 -0
  930. package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +155 -0
  931. package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +63 -0
  932. package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +36 -0
  933. package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +37 -0
  934. package/out/exports/resources.generated/aws-memorydb-user.d.ts +52 -0
  935. package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +35 -0
  936. package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +29 -0
  937. package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +16 -0
  938. package/out/exports/resources.generated/aws-msk-cluster.d.ts +463 -0
  939. package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +25 -0
  940. package/out/exports/resources.generated/aws-msk-configuration.d.ts +57 -0
  941. package/out/exports/resources.generated/aws-msk-replicator.d.ts +191 -0
  942. package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +63 -0
  943. package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +45 -0
  944. package/out/exports/resources.generated/aws-mwaa-environment.d.ts +233 -0
  945. package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +211 -0
  946. package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +34 -0
  947. package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +93 -0
  948. package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +38 -0
  949. package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +24 -0
  950. package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +29 -0
  951. package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +78 -0
  952. package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +36 -0
  953. package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +96 -0
  954. package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +243 -0
  955. package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +77 -0
  956. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +496 -0
  957. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +173 -0
  958. package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +127 -0
  959. package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +67 -0
  960. package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +48 -0
  961. package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +26 -0
  962. package/out/exports/resources.generated/aws-networkmanager-device.d.ts +104 -0
  963. package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +112 -0
  964. package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +36 -0
  965. package/out/exports/resources.generated/aws-networkmanager-link.d.ts +73 -0
  966. package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +20 -0
  967. package/out/exports/resources.generated/aws-networkmanager-site.d.ts +65 -0
  968. package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +112 -0
  969. package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +58 -0
  970. package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +16 -0
  971. package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +116 -0
  972. package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +135 -0
  973. package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +18 -0
  974. package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +57 -0
  975. package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +20 -0
  976. package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +18 -0
  977. package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +60 -0
  978. package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +19 -0
  979. package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +67 -0
  980. package/out/exports/resources.generated/aws-oam-link.d.ts +111 -0
  981. package/out/exports/resources.generated/aws-oam-sink.d.ts +40 -0
  982. package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +141 -0
  983. package/out/exports/resources.generated/aws-omics-referencestore.d.ts +72 -0
  984. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +64 -0
  985. package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +126 -0
  986. package/out/exports/resources.generated/aws-omics-variantstore.d.ts +107 -0
  987. package/out/exports/resources.generated/aws-omics-workflow.d.ts +135 -0
  988. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +111 -0
  989. package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +36 -0
  990. package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +71 -0
  991. package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +116 -0
  992. package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +36 -0
  993. package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +111 -0
  994. package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +40 -0
  995. package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +39 -0
  996. package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +92 -0
  997. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +572 -0
  998. package/out/exports/resources.generated/aws-opsworks-app.d.ts +143 -0
  999. package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +19 -0
  1000. package/out/exports/resources.generated/aws-opsworks-instance.d.ts +212 -0
  1001. package/out/exports/resources.generated/aws-opsworks-layer.d.ts +209 -0
  1002. package/out/exports/resources.generated/aws-opsworks-stack.d.ts +258 -0
  1003. package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +31 -0
  1004. package/out/exports/resources.generated/aws-opsworks-volume.d.ts +27 -0
  1005. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +209 -0
  1006. package/out/exports/resources.generated/aws-organizations-account.d.ts +117 -0
  1007. package/out/exports/resources.generated/aws-organizations-organization.d.ts +63 -0
  1008. package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +55 -0
  1009. package/out/exports/resources.generated/aws-organizations-policy.d.ts +89 -0
  1010. package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +40 -0
  1011. package/out/exports/resources.generated/aws-osis-pipeline.d.ts +141 -0
  1012. package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +94 -0
  1013. package/out/exports/resources.generated/aws-panorama-package.d.ts +50 -0
  1014. package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +59 -0
  1015. package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +37 -0
  1016. package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +150 -0
  1017. package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +50 -0
  1018. package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +26 -0
  1019. package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +22 -0
  1020. package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +723 -0
  1021. package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +47 -0
  1022. package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +27 -0
  1023. package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +69 -0
  1024. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +112 -0
  1025. package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +136 -0
  1026. package/out/exports/resources.generated/aws-pcs-queue.d.ts +48 -0
  1027. package/out/exports/resources.generated/aws-personalize-dataset.d.ts +119 -0
  1028. package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +42 -0
  1029. package/out/exports/resources.generated/aws-personalize-schema.d.ts +40 -0
  1030. package/out/exports/resources.generated/aws-personalize-solution.d.ts +198 -0
  1031. package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +32 -0
  1032. package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +52 -0
  1033. package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +52 -0
  1034. package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +52 -0
  1035. package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +52 -0
  1036. package/out/exports/resources.generated/aws-pinpoint-app.d.ts +30 -0
  1037. package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +92 -0
  1038. package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +32 -0
  1039. package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +636 -0
  1040. package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +44 -0
  1041. package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +45 -0
  1042. package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +27 -0
  1043. package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +36 -0
  1044. package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +183 -0
  1045. package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +158 -0
  1046. package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +227 -0
  1047. package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +36 -0
  1048. package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +37 -0
  1049. package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +24 -0
  1050. package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +73 -0
  1051. package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +121 -0
  1052. package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +19 -0
  1053. package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +84 -0
  1054. package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1585 -0
  1055. package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +72 -0
  1056. package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +56 -0
  1057. package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +52 -0
  1058. package/out/exports/resources.generated/aws-qbusiness-application.d.ts +194 -0
  1059. package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +172 -0
  1060. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +341 -0
  1061. package/out/exports/resources.generated/aws-qbusiness-index.d.ts +117 -0
  1062. package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +33 -0
  1063. package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +190 -0
  1064. package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +105 -0
  1065. package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +195 -0
  1066. package/out/exports/resources.generated/aws-qldb-ledger.d.ts +67 -0
  1067. package/out/exports/resources.generated/aws-qldb-stream.d.ts +77 -0
  1068. package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +11521 -0
  1069. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +110 -0
  1070. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +11631 -0
  1071. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1014 -0
  1072. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +820 -0
  1073. package/out/exports/resources.generated/aws-quicksight-folder.d.ts +99 -0
  1074. package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +85 -0
  1075. package/out/exports/resources.generated/aws-quicksight-template.d.ts +10850 -0
  1076. package/out/exports/resources.generated/aws-quicksight-theme.d.ts +302 -0
  1077. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +773 -0
  1078. package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +78 -0
  1079. package/out/exports/resources.generated/aws-ram-permission.d.ts +53 -0
  1080. package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +52 -0
  1081. package/out/exports/resources.generated/aws-rbin-rule.d.ts +123 -0
  1082. package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +100 -0
  1083. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +844 -0
  1084. package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +74 -0
  1085. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1159 -0
  1086. package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +85 -0
  1087. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +120 -0
  1088. package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +77 -0
  1089. package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +111 -0
  1090. package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +56 -0
  1091. package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +37 -0
  1092. package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +79 -0
  1093. package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +34 -0
  1094. package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +55 -0
  1095. package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +155 -0
  1096. package/out/exports/resources.generated/aws-rds-integration.d.ts +59 -0
  1097. package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +100 -0
  1098. package/out/exports/resources.generated/aws-redshift-cluster.d.ts +403 -0
  1099. package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +46 -0
  1100. package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +21 -0
  1101. package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +40 -0
  1102. package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +29 -0
  1103. package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +57 -0
  1104. package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +59 -0
  1105. package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +91 -0
  1106. package/out/exports/resources.generated/aws-redshift-integration.d.ts +44 -0
  1107. package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +109 -0
  1108. package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +153 -0
  1109. package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +205 -0
  1110. package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +121 -0
  1111. package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +56 -0
  1112. package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +134 -0
  1113. package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +109 -0
  1114. package/out/exports/resources.generated/aws-rekognition-collection.d.ts +22 -0
  1115. package/out/exports/resources.generated/aws-rekognition-project.d.ts +18 -0
  1116. package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +285 -0
  1117. package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +360 -0
  1118. package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +62 -0
  1119. package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +21 -0
  1120. package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +38 -0
  1121. package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +67 -0
  1122. package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +144 -0
  1123. package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +76 -0
  1124. package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +29 -0
  1125. package/out/exports/resources.generated/aws-robomaker-robot.d.ts +44 -0
  1126. package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +80 -0
  1127. package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +29 -0
  1128. package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +113 -0
  1129. package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +29 -0
  1130. package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +36 -0
  1131. package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +84 -0
  1132. package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +89 -0
  1133. package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +44 -0
  1134. package/out/exports/resources.generated/aws-route53-dnssec.d.ts +13 -0
  1135. package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +113 -0
  1136. package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +157 -0
  1137. package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +36 -0
  1138. package/out/exports/resources.generated/aws-route53-recordset.d.ts +467 -0
  1139. package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +477 -0
  1140. package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +34 -0
  1141. package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +36 -0
  1142. package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +34 -0
  1143. package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +35 -0
  1144. package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +42 -0
  1145. package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +37 -0
  1146. package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +132 -0
  1147. package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +39 -0
  1148. package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +37 -0
  1149. package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +34 -0
  1150. package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +132 -0
  1151. package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +84 -0
  1152. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +174 -0
  1153. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +89 -0
  1154. package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +78 -0
  1155. package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +36 -0
  1156. package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +32 -0
  1157. package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +114 -0
  1158. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +77 -0
  1159. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +56 -0
  1160. package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +101 -0
  1161. package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +38 -0
  1162. package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +332 -0
  1163. package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +92 -0
  1164. package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +31 -0
  1165. package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +42 -0
  1166. package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +111 -0
  1167. package/out/exports/resources.generated/aws-s3-bucket.d.ts +1253 -0
  1168. package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +34 -0
  1169. package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +85 -0
  1170. package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +28 -0
  1171. package/out/exports/resources.generated/aws-s3-storagelens.d.ts +309 -0
  1172. package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +141 -0
  1173. package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +52 -0
  1174. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +205 -0
  1175. package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +90 -0
  1176. package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +20 -0
  1177. package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +53 -0
  1178. package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +285 -0
  1179. package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +28 -0
  1180. package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +90 -0
  1181. package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +61 -0
  1182. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +19 -0
  1183. package/out/exports/resources.generated/aws-sagemaker-app.d.ts +96 -0
  1184. package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +150 -0
  1185. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +175 -0
  1186. package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +48 -0
  1187. package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +379 -0
  1188. package/out/exports/resources.generated/aws-sagemaker-device.d.ts +48 -0
  1189. package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +55 -0
  1190. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +723 -0
  1191. package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +175 -0
  1192. package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +404 -0
  1193. package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +239 -0
  1194. package/out/exports/resources.generated/aws-sagemaker-image.d.ts +54 -0
  1195. package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +98 -0
  1196. package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +232 -0
  1197. package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +247 -0
  1198. package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +62 -0
  1199. package/out/exports/resources.generated/aws-sagemaker-model.d.ts +261 -0
  1200. package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +415 -0
  1201. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +624 -0
  1202. package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +374 -0
  1203. package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +916 -0
  1204. package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +41 -0
  1205. package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +425 -0
  1206. package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +528 -0
  1207. package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +104 -0
  1208. package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +36 -0
  1209. package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +103 -0
  1210. package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +81 -0
  1211. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +77 -0
  1212. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +332 -0
  1213. package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +39 -0
  1214. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +507 -0
  1215. package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +88 -0
  1216. package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +445 -0
  1217. package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +54 -0
  1218. package/out/exports/resources.generated/aws-sdb-domain.d.ts +17 -0
  1219. package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +33 -0
  1220. package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +204 -0
  1221. package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +143 -0
  1222. package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +39 -0
  1223. package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +613 -0
  1224. package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +179 -0
  1225. package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +30 -0
  1226. package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +41 -0
  1227. package/out/exports/resources.generated/aws-securityhub-hub.d.ts +54 -0
  1228. package/out/exports/resources.generated/aws-securityhub-insight.d.ts +681 -0
  1229. package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +53 -0
  1230. package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +43 -0
  1231. package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +24 -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 +44 -0
  1234. package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +29 -0
  1235. package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +110 -0
  1236. package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +133 -0
  1237. package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +72 -0
  1238. package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +22 -0
  1239. package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +161 -0
  1240. package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +217 -0
  1241. package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +34 -0
  1242. package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +44 -0
  1243. package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +34 -0
  1244. package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +41 -0
  1245. package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +30 -0
  1246. package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +32 -0
  1247. package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +30 -0
  1248. package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +36 -0
  1249. package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +59 -0
  1250. package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +29 -0
  1251. package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +56 -0
  1252. package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +26 -0
  1253. package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +19 -0
  1254. package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +55 -0
  1255. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +40 -0
  1256. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +34 -0
  1257. package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +36 -0
  1258. package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +32 -0
  1259. package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +62 -0
  1260. package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +69 -0
  1261. package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +69 -0
  1262. package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +255 -0
  1263. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +164 -0
  1264. package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +150 -0
  1265. package/out/exports/resources.generated/aws-ses-contactlist.d.ts +52 -0
  1266. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +29 -0
  1267. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +154 -0
  1268. package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +36 -0
  1269. package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +31 -0
  1270. package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +55 -0
  1271. package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +117 -0
  1272. package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +62 -0
  1273. package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +441 -0
  1274. package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +197 -0
  1275. package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +47 -0
  1276. package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +285 -0
  1277. package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +19 -0
  1278. package/out/exports/resources.generated/aws-ses-template.d.ts +39 -0
  1279. package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +48 -0
  1280. package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +49 -0
  1281. package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +77 -0
  1282. package/out/exports/resources.generated/aws-shield-protection.d.ts +96 -0
  1283. package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +47 -0
  1284. package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +30 -0
  1285. package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +52 -0
  1286. package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +101 -0
  1287. package/out/exports/resources.generated/aws-sns-subscription.d.ts +77 -0
  1288. package/out/exports/resources.generated/aws-sns-topic.d.ts +134 -0
  1289. package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +17 -0
  1290. package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +23 -0
  1291. package/out/exports/resources.generated/aws-sqs-queue.d.ts +138 -0
  1292. package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +17 -0
  1293. package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +23 -0
  1294. package/out/exports/resources.generated/aws-ssm-association.d.ts +191 -0
  1295. package/out/exports/resources.generated/aws-ssm-document.d.ts +117 -0
  1296. package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +57 -0
  1297. package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +54 -0
  1298. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +308 -0
  1299. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +70 -0
  1300. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +217 -0
  1301. package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +143 -0
  1302. package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +27 -0
  1303. package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +119 -0
  1304. package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +46 -0
  1305. package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +104 -0
  1306. package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +194 -0
  1307. package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +44 -0
  1308. package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +51 -0
  1309. package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +261 -0
  1310. package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +372 -0
  1311. package/out/exports/resources.generated/aws-sso-application.d.ts +90 -0
  1312. package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +26 -0
  1313. package/out/exports/resources.generated/aws-sso-assignment.d.ts +44 -0
  1314. package/out/exports/resources.generated/aws-sso-instance.d.ts +52 -0
  1315. package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +52 -0
  1316. package/out/exports/resources.generated/aws-sso-permissionset.d.ts +113 -0
  1317. package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +102 -0
  1318. package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +215 -0
  1319. package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +157 -0
  1320. package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +42 -0
  1321. package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +28 -0
  1322. package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +63 -0
  1323. package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +30 -0
  1324. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +303 -0
  1325. package/out/exports/resources.generated/aws-synthetics-group.d.ts +33 -0
  1326. package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +99 -0
  1327. package/out/exports/resources.generated/aws-timestream-database.d.ts +31 -0
  1328. package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +159 -0
  1329. package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +279 -0
  1330. package/out/exports/resources.generated/aws-timestream-table.d.ts +165 -0
  1331. package/out/exports/resources.generated/aws-transfer-agreement.d.ts +137 -0
  1332. package/out/exports/resources.generated/aws-transfer-certificate.d.ts +99 -0
  1333. package/out/exports/resources.generated/aws-transfer-connector.d.ts +140 -0
  1334. package/out/exports/resources.generated/aws-transfer-profile.d.ts +43 -0
  1335. package/out/exports/resources.generated/aws-transfer-server.d.ts +394 -0
  1336. package/out/exports/resources.generated/aws-transfer-user.d.ts +165 -0
  1337. package/out/exports/resources.generated/aws-transfer-webapp.d.ts +115 -0
  1338. package/out/exports/resources.generated/aws-transfer-workflow.d.ts +262 -0
  1339. package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +184 -0
  1340. package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +127 -0
  1341. package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +80 -0
  1342. package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +36 -0
  1343. package/out/exports/resources.generated/aws-voiceid-domain.d.ts +50 -0
  1344. package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +60 -0
  1345. package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +28 -0
  1346. package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +125 -0
  1347. package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +94 -0
  1348. package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +53 -0
  1349. package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +20 -0
  1350. package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +220 -0
  1351. package/out/exports/resources.generated/aws-vpclattice-service.d.ts +79 -0
  1352. package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +68 -0
  1353. package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +42 -0
  1354. package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +106 -0
  1355. package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +88 -0
  1356. package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +191 -0
  1357. package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +178 -0
  1358. package/out/exports/resources.generated/aws-waf-ipset.d.ts +56 -0
  1359. package/out/exports/resources.generated/aws-waf-rule.d.ts +51 -0
  1360. package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +143 -0
  1361. package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +117 -0
  1362. package/out/exports/resources.generated/aws-waf-webacl.d.ts +77 -0
  1363. package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +117 -0
  1364. package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +178 -0
  1365. package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +44 -0
  1366. package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +56 -0
  1367. package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +63 -0
  1368. package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +21 -0
  1369. package/out/exports/resources.generated/aws-wafregional-rule.d.ts +51 -0
  1370. package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +143 -0
  1371. package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +117 -0
  1372. package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +72 -0
  1373. package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +23 -0
  1374. package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +117 -0
  1375. package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +74 -0
  1376. package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +142 -0
  1377. package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +49 -0
  1378. package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1496 -0
  1379. package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2227 -0
  1380. package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +45 -0
  1381. package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +225 -0
  1382. package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +39 -0
  1383. package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +276 -0
  1384. package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +43 -0
  1385. package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +109 -0
  1386. package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +41 -0
  1387. package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +56 -0
  1388. package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +53 -0
  1389. package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +282 -0
  1390. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +615 -0
  1391. package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +30 -0
  1392. package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +32 -0
  1393. package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +73 -0
  1394. package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +112 -0
  1395. package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +146 -0
  1396. package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +45 -0
  1397. package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +166 -0
  1398. package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +78 -0
  1399. package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +78 -0
  1400. package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +50 -0
  1401. package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +161 -0
  1402. package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +29 -0
  1403. package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +38 -0
  1404. package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +146 -0
  1405. package/out/exports/resources.generated/aws-xray-group.d.ts +50 -0
  1406. package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +25 -0
  1407. package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +181 -0
  1408. package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +18 -0
  1409. package/out/lib/assert.d.ts +21 -0
  1410. package/out/lib/assert.d.ts.map +1 -0
  1411. package/out/lib/assert.js +39 -0
  1412. package/out/lib/assert.js.map +1 -0
  1413. package/out/lib/builder.d.ts +153 -0
  1414. package/out/lib/builder.d.ts.map +1 -0
  1415. package/out/lib/builder.js +169 -0
  1416. package/out/lib/builder.js.map +1 -0
  1417. package/out/lib/intrinsics.d.ts +940 -0
  1418. package/out/lib/intrinsics.d.ts.map +1 -0
  1419. package/out/lib/intrinsics.js +431 -0
  1420. package/out/lib/intrinsics.js.map +1 -0
  1421. package/out/lib/json.d.ts.map +1 -0
  1422. package/out/{exports/main → lib}/json.js.map +1 -1
  1423. package/out/lib/parameters.d.ts.map +1 -0
  1424. package/out/{exports/main → lib}/parameters.js.map +1 -1
  1425. package/out/lib/policy.d.ts.map +1 -0
  1426. package/out/{exports/main → lib}/policy.js.map +1 -1
  1427. package/out/{exports/main → lib}/template.d.ts +29 -8
  1428. package/out/lib/template.d.ts.map +1 -0
  1429. package/out/lib/template.js +14 -0
  1430. package/out/lib/template.js.map +1 -0
  1431. package/package.json +12 -4
  1432. package/exports/main/intrinsics.ts +0 -632
  1433. package/out/exports/main/intrinsics.d.ts +0 -522
  1434. package/out/exports/main/intrinsics.d.ts.map +0 -1
  1435. package/out/exports/main/intrinsics.js +0 -20
  1436. package/out/exports/main/intrinsics.js.map +0 -1
  1437. package/out/exports/main/json.d.ts.map +0 -1
  1438. package/out/exports/main/parameters.d.ts.map +0 -1
  1439. package/out/exports/main/policy.d.ts.map +0 -1
  1440. package/out/exports/main/template.d.ts.map +0 -1
  1441. package/out/exports/main/template.js +0 -13
  1442. package/out/exports/main/template.js.map +0 -1
  1443. /package/{exports/main → lib}/json.ts +0 -0
  1444. /package/{exports/main → lib}/parameters.ts +0 -0
  1445. /package/{exports/main → lib}/policy.ts +0 -0
  1446. /package/out/{exports/main → lib}/json.d.ts +0 -0
  1447. /package/out/{exports/main → lib}/json.js +0 -0
  1448. /package/out/{exports/main → lib}/parameters.d.ts +0 -0
  1449. /package/out/{exports/main → lib}/parameters.js +0 -0
  1450. /package/out/{exports/main → lib}/policy.d.ts +0 -0
  1451. /package/out/{exports/main → lib}/policy.js +0 -0
@@ -0,0 +1,258 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ export type OpsWorksStack = ResourceDefinitionWithAttributes<"AWS::OpsWorks::Stack", OpsWorksStackProps, OpsWorksStackAttribs>;
3
+ /**
4
+ * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-stack.html
5
+ */
6
+ export type OpsWorksStackProps = {
7
+ /**
8
+ * The default AWS OpsWorks Stacks agent version. You have the following options:
9
+ *
10
+ * - Auto-update - Set this parameter to `LATEST` . AWS OpsWorks Stacks automatically installs new agent versions on the stack's instances as soon as they are available.
11
+ * - Fixed version - Set this parameter to your preferred agent version. To update the agent version, you must edit the stack configuration and specify a new version. AWS OpsWorks Stacks installs that version on the stack's instances.
12
+ *
13
+ * The default setting is the most recent release of the agent. To specify an agent version, you must use the complete version number, not the abbreviated number shown on the console. For a list of available agent version numbers, call `DescribeAgentVersions` . AgentVersion cannot be set to Chef 12.2.
14
+ *
15
+ * > You can also specify an agent version when you create or update an instance, which overrides the stack's default setting.
16
+ */
17
+ AgentVersion?: string | undefined;
18
+ /**
19
+ * One or more user-defined key-value pairs to be added to the stack attributes.
20
+ */
21
+ Attributes?: Record<string, string> | undefined;
22
+ /**
23
+ * A `ChefConfiguration` object that specifies whether to enable Berkshelf and the Berkshelf version on Chef 11.10 stacks. For more information, see [Create a New Stack](https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html) .
24
+ */
25
+ ChefConfiguration?: ChefConfiguration | undefined;
26
+ /**
27
+ * If you're cloning an AWS OpsWorks stack, a list of AWS OpsWorks application stack IDs from the source stack to include in the cloned stack.
28
+ */
29
+ CloneAppIds?: string[] | undefined;
30
+ /**
31
+ * If you're cloning an AWS OpsWorks stack, indicates whether to clone the source stack's permissions.
32
+ */
33
+ ClonePermissions?: boolean | undefined;
34
+ /**
35
+ * The configuration manager. When you create a stack we recommend that you use the configuration manager to specify the Chef version: 12, 11.10, or 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for Linux stacks is currently 12.
36
+ */
37
+ ConfigurationManager?: StackConfigurationManager | undefined;
38
+ /**
39
+ * Contains the information required to retrieve an app or cookbook from a repository. For more information, see [Adding Apps](https://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html) or [Cookbooks and Recipes](https://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html) .
40
+ */
41
+ CustomCookbooksSource?: Source | undefined;
42
+ /**
43
+ * A string that contains user-defined, custom JSON. It can be used to override the corresponding default stack configuration attribute values or to pass data to recipes. The string should be in the following format:
44
+ *
45
+ * `"{\"key1\": \"value1\", \"key2\": \"value2\",...}"`
46
+ *
47
+ * For more information about custom JSON, see [Use Custom JSON to Modify the Stack Configuration Attributes](https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html) .
48
+ */
49
+ CustomJson?: Record<string, unknown> | undefined;
50
+ /**
51
+ * The stack's default Availability Zone, which must be in the specified region. For more information, see [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html) . If you also specify a value for `DefaultSubnetId` , the subnet must be in the same zone. For more information, see the `VpcId` parameter description.
52
+ */
53
+ DefaultAvailabilityZone?: string | undefined;
54
+ /**
55
+ * The Amazon Resource Name (ARN) of an IAM profile that is the default profile for all of the stack's EC2 instances. For more information about IAM ARNs, see [Using Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) .
56
+ */
57
+ DefaultInstanceProfileArn: string;
58
+ /**
59
+ * The stack's default operating system, which is installed on every instance unless you specify a different operating system when you create the instance. You can specify one of the following.
60
+ *
61
+ * - A supported Linux operating system: An Amazon Linux version, such as `Amazon Linux 2` , `Amazon Linux 2018.03` , `Amazon Linux 2017.09` , `Amazon Linux 2017.03` , `Amazon Linux 2016.09` , `Amazon Linux 2016.03` , `Amazon Linux 2015.09` , or `Amazon Linux 2015.03` .
62
+ * - A supported Ubuntu operating system, such as `Ubuntu 18.04 LTS` , `Ubuntu 16.04 LTS` , `Ubuntu 14.04 LTS` , or `Ubuntu 12.04 LTS` .
63
+ * - `CentOS Linux 7`
64
+ * - `Red Hat Enterprise Linux 7`
65
+ * - A supported Windows operating system, such as `Microsoft Windows Server 2012 R2 Base` , `Microsoft Windows Server 2012 R2 with SQL Server Express` , `Microsoft Windows Server 2012 R2 with SQL Server Standard` , or `Microsoft Windows Server 2012 R2 with SQL Server Web` .
66
+ * - A custom AMI: `Custom` . You specify the custom AMI you want to use when you create instances. For more information, see [Using Custom AMIs](https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html) .
67
+ *
68
+ * The default option is the current Amazon Linux version. Not all operating systems are supported with all versions of Chef. For more information about supported operating systems, see [AWS OpsWorks Stacks Operating Systems](https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html) .
69
+ */
70
+ DefaultOs?: string | undefined;
71
+ /**
72
+ * The default root device type. This value is the default for all instances in the stack, but you can override it when you create an instance. The default option is `instance-store` . For more information, see [Storage for the Root Device](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device) .
73
+ */
74
+ DefaultRootDeviceType?: string | undefined;
75
+ /**
76
+ * A default Amazon EC2 key pair name. The default value is none. If you specify a key pair name, AWS OpsWorks installs the public key on the instance and you can use the private key with an SSH client to log in to the instance. For more information, see [Using SSH to Communicate with an Instance](https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) and [Managing SSH Access](https://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html) . You can override this setting by specifying a different key pair, or no key pair, when you [create an instance](https://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html) .
77
+ */
78
+ DefaultSshKeyName?: string | undefined;
79
+ /**
80
+ * The stack's default subnet ID. All instances are launched into this subnet unless you specify another subnet ID when you create the instance. This parameter is required if you specify a value for the `VpcId` parameter. If you also specify a value for `DefaultAvailabilityZone` , the subnet must be in that zone.
81
+ */
82
+ DefaultSubnetId?: string | undefined;
83
+ /**
84
+ * The Amazon Resource Name (ARN) of the Amazon Elastic Container Service ( Amazon ECS ) cluster to register with the AWS OpsWorks stack.
85
+ *
86
+ * > If you specify a cluster that's registered with another AWS OpsWorks stack, AWS CloudFormation deregisters the existing association before registering the cluster.
87
+ */
88
+ EcsClusterArn?: string | undefined;
89
+ /**
90
+ * A list of Elastic IP addresses to register with the AWS OpsWorks stack.
91
+ *
92
+ * > If you specify an IP address that's registered with another AWS OpsWorks stack, AWS CloudFormation deregisters the existing association before registering the IP address.
93
+ */
94
+ ElasticIps?: ElasticIp[] | undefined;
95
+ /**
96
+ * The stack's host name theme, with spaces replaced by underscores. The theme is used to generate host names for the stack's instances. By default, `HostnameTheme` is set to `Layer_Dependent` , which creates host names by appending integers to the layer's short name. The other themes are:
97
+ *
98
+ * - `Baked_Goods`
99
+ * - `Clouds`
100
+ * - `Europe_Cities`
101
+ * - `Fruits`
102
+ * - `Greek_Deities_and_Titans`
103
+ * - `Legendary_creatures_from_Japan`
104
+ * - `Planets_and_Moons`
105
+ * - `Roman_Deities`
106
+ * - `Scottish_Islands`
107
+ * - `US_Cities`
108
+ * - `Wild_Cats`
109
+ *
110
+ * To obtain a generated host name, call `GetHostNameSuggestion` , which returns a host name based on the current theme.
111
+ */
112
+ HostnameTheme?: string | undefined;
113
+ /**
114
+ * The stack name. Stack names can be a maximum of 64 characters.
115
+ */
116
+ Name: string;
117
+ /**
118
+ * The Amazon Relational Database Service ( Amazon RDS ) database instance to register with the AWS OpsWorks stack.
119
+ *
120
+ * > If you specify a database instance that's registered with another AWS OpsWorks stack, AWS CloudFormation deregisters the existing association before registering the database instance.
121
+ */
122
+ RdsDbInstances?: RdsDbInstance[] | undefined;
123
+ /**
124
+ * The stack's IAM role, which allows AWS OpsWorks Stacks to work with AWS resources on your behalf. You must set this parameter to the Amazon Resource Name (ARN) for an existing IAM role. For more information about IAM ARNs, see [Using Identifiers](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html) .
125
+ */
126
+ ServiceRoleArn: string;
127
+ /**
128
+ * If you're cloning an AWS OpsWorks stack, the stack ID of the source AWS OpsWorks stack to clone.
129
+ */
130
+ SourceStackId?: string | undefined;
131
+ /**
132
+ * A map that contains tag keys and tag values that are attached to a stack or layer.
133
+ *
134
+ * - The key cannot be empty.
135
+ * - The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /`
136
+ * - The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : /`
137
+ * - Leading and trailing white spaces are trimmed from both the key and value.
138
+ * - A maximum of 40 tags is allowed for any resource.
139
+ */
140
+ Tags?: Tag[] | undefined;
141
+ /**
142
+ * Whether the stack uses custom cookbooks.
143
+ */
144
+ UseCustomCookbooks?: boolean | undefined;
145
+ /**
146
+ * Whether to associate the AWS OpsWorks Stacks built-in security groups with the stack's layers.
147
+ *
148
+ * AWS OpsWorks Stacks provides a standard set of built-in security groups, one for each layer, which are associated with layers by default. With `UseOpsworksSecurityGroups` you can instead provide your own custom security groups. `UseOpsworksSecurityGroups` has the following settings:
149
+ *
150
+ * - True - AWS OpsWorks Stacks automatically associates the appropriate built-in security group with each layer (default setting). You can associate additional security groups with a layer after you create it, but you cannot delete the built-in security group.
151
+ * - False - AWS OpsWorks Stacks does not associate built-in security groups with layers. You must create appropriate EC2 security groups and associate a security group with each layer that you create. However, you can still manually associate a built-in security group with a layer on creation; custom security groups are required only for those layers that need custom settings.
152
+ *
153
+ * For more information, see [Create a New Stack](https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html) .
154
+ */
155
+ UseOpsworksSecurityGroups?: boolean | undefined;
156
+ /**
157
+ * The ID of the VPC that the stack is to be launched into. The VPC must be in the stack's region. All instances are launched into this VPC. You cannot change the ID later.
158
+ *
159
+ * - If your account supports EC2-Classic, the default value is `no VPC` .
160
+ * - If your account does not support EC2-Classic, the default value is the default VPC for the specified region.
161
+ *
162
+ * If the VPC ID corresponds to a default VPC and you have specified either the `DefaultAvailabilityZone` or the `DefaultSubnetId` parameter only, AWS OpsWorks Stacks infers the value of the other parameter. If you specify neither parameter, AWS OpsWorks Stacks sets these parameters to the first valid Availability Zone for the specified region and the corresponding default VPC subnet ID, respectively.
163
+ *
164
+ * If you specify a nondefault VPC ID, note the following:
165
+ *
166
+ * - It must belong to a VPC in your account that is in the specified region.
167
+ * - You must specify a value for `DefaultSubnetId` .
168
+ *
169
+ * For more information about how to use AWS OpsWorks Stacks with a VPC, see [Running a Stack in a VPC](https://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html) . For more information about default VPC and EC2-Classic, see [Supported Platforms](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html) .
170
+ */
171
+ VpcId?: string | undefined;
172
+ };
173
+ export type OpsWorksStackAttribs = {
174
+ Id: string;
175
+ };
176
+ export type ChefConfiguration = {
177
+ /**
178
+ * The Berkshelf version.
179
+ */
180
+ BerkshelfVersion?: string | undefined;
181
+ /**
182
+ * Whether to enable Berkshelf.
183
+ */
184
+ ManageBerkshelf?: boolean | undefined;
185
+ };
186
+ export type ElasticIp = {
187
+ /**
188
+ * The IP address.
189
+ */
190
+ Ip: string;
191
+ /**
192
+ * The name, which can be a maximum of 32 characters.
193
+ */
194
+ Name?: string | undefined;
195
+ };
196
+ export type RdsDbInstance = {
197
+ /**
198
+ * AWS OpsWorks Stacks returns `*****FILTERED*****` instead of the actual value.
199
+ */
200
+ DbPassword: string;
201
+ /**
202
+ * The master user name.
203
+ */
204
+ DbUser: string;
205
+ /**
206
+ * The instance's ARN.
207
+ */
208
+ RdsDbInstanceArn: string;
209
+ };
210
+ export type Source = {
211
+ /**
212
+ * When included in a request, the parameter depends on the repository type.
213
+ *
214
+ * - For Amazon S3 bundles, set `Password` to the appropriate IAM secret access key.
215
+ * - For HTTP bundles and Subversion repositories, set `Password` to the password.
216
+ *
217
+ * For more information on how to safely handle IAM credentials, see [](https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html) .
218
+ *
219
+ * In responses, AWS OpsWorks Stacks returns `*****FILTERED*****` instead of the actual value.
220
+ */
221
+ Password?: string | undefined;
222
+ /**
223
+ * The application's version. AWS OpsWorks Stacks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed.
224
+ */
225
+ Revision?: string | undefined;
226
+ /**
227
+ * The repository's SSH key. For more information, see [Using Git Repository SSH Keys](https://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-deploykeys.html) in the *AWS OpsWorks User Guide* . To pass in an SSH key as a parameter, see the following example:
228
+ *
229
+ * `"Parameters" : { "GitSSHKey" : { "Description" : "Change SSH key newlines to commas.", "Type" : "CommaDelimitedList", "NoEcho" : "true" }, ... "CustomCookbooksSource": { "Revision" : { "Ref": "GitRevision"}, "SshKey" : { "Fn::Join" : [ "\n", { "Ref": "GitSSHKey"} ] }, "Type": "git", "Url": { "Ref": "GitURL"} } ...`
230
+ */
231
+ SshKey?: string | undefined;
232
+ /**
233
+ * The repository type.
234
+ */
235
+ Type?: string | undefined;
236
+ /**
237
+ * The source URL. The following is an example of an Amazon S3 source URL: `https://s3.amazonaws.com/opsworks-demo-bucket/opsworks_cookbook_demo.tar.gz` .
238
+ */
239
+ Url?: string | undefined;
240
+ /**
241
+ * This parameter depends on the repository type.
242
+ *
243
+ * - For Amazon S3 bundles, set `Username` to the appropriate IAM access key ID.
244
+ * - For HTTP bundles, Git repositories, and Subversion repositories, set `Username` to the user name.
245
+ */
246
+ Username?: string | undefined;
247
+ };
248
+ export type StackConfigurationManager = {
249
+ /**
250
+ * The name. This parameter must be set to `Chef` .
251
+ */
252
+ Name?: string | undefined;
253
+ /**
254
+ * The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 12.
255
+ */
256
+ Version?: string | undefined;
257
+ };
258
+ //# sourceMappingURL=aws-opsworks-stack.d.ts.map
@@ -0,0 +1,31 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ export type OpsWorksUserProfile = ResourceDefinitionWithAttributes<"AWS::OpsWorks::UserProfile", OpsWorksUserProfileProps, OpsWorksUserProfileAttribs>;
3
+ /**
4
+ * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-userprofile.html
5
+ */
6
+ export type OpsWorksUserProfileProps = {
7
+ /**
8
+ * Whether users can specify their own SSH public key through the My Settings page. For more information, see [Managing User Permissions](https://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html) .
9
+ */
10
+ AllowSelfManagement?: boolean | undefined;
11
+ /**
12
+ * The user's IAM ARN.
13
+ */
14
+ IamUserArn: string;
15
+ /**
16
+ * The user's SSH public key.
17
+ */
18
+ SshPublicKey?: string | undefined;
19
+ /**
20
+ * The user's SSH user name.
21
+ */
22
+ SshUsername?: string | undefined;
23
+ };
24
+ export type OpsWorksUserProfileAttribs = {
25
+ Id: string;
26
+ /**
27
+ * The user's SSH user name, as a string.
28
+ */
29
+ SshUsername: string;
30
+ };
31
+ //# sourceMappingURL=aws-opsworks-userprofile.d.ts.map
@@ -0,0 +1,27 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ export type OpsWorksVolume = ResourceDefinitionWithAttributes<"AWS::OpsWorks::Volume", OpsWorksVolumeProps, OpsWorksVolumeAttribs>;
3
+ /**
4
+ * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-volume.html
5
+ */
6
+ export type OpsWorksVolumeProps = {
7
+ /**
8
+ * The Amazon EC2 volume ID.
9
+ */
10
+ Ec2VolumeId: string;
11
+ /**
12
+ * The volume mount point. For example, "/mnt/disk1".
13
+ */
14
+ MountPoint?: string | undefined;
15
+ /**
16
+ * The volume name. Volume names are a maximum of 128 characters.
17
+ */
18
+ Name?: string | undefined;
19
+ /**
20
+ * The stack ID.
21
+ */
22
+ StackId: string;
23
+ };
24
+ export type OpsWorksVolumeAttribs = {
25
+ Id: string;
26
+ };
27
+ //# sourceMappingURL=aws-opsworks-volume.d.ts.map
@@ -0,0 +1,209 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ export type OpsWorksCMServer = ResourceDefinitionWithAttributes<"AWS::OpsWorksCM::Server", OpsWorksCMServerProps, OpsWorksCMServerAttribs>;
3
+ /**
4
+ * The `AWS::OpsWorksCM::Server` resource creates an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise configuration management server. For more information, see [Create a Chef Automate Server in AWS CloudFormation](https://docs.aws.amazon.com/opsworks/latest/userguide/opscm-create-server-cfn.html) or [Create a Puppet Enterprise Master in AWS CloudFormation](https://docs.aws.amazon.com/opsworks/latest/userguide/opspup-create-server-cfn.html) in the *AWS OpsWorks User Guide* , and [CreateServer](https://docs.aws.amazon.com/opsworks-cm/latest/APIReference/API_CreateServer.html) in the *AWS OpsWorks CM API Reference* .
5
+ */
6
+ export type OpsWorksCMServerProps = {
7
+ /**
8
+ * Associate a public IP address with a server that you are launching. Valid values are `true` or `false` . The default value is `true` .
9
+ */
10
+ AssociatePublicIpAddress?: boolean | undefined;
11
+ /**
12
+ * If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId.
13
+ * @maxLength 79
14
+ * @pattern [a-zA-Z][a-zA-Z0-9\-\.\:]*
15
+ */
16
+ BackupId?: string | undefined;
17
+ /**
18
+ * The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is `1` .
19
+ * @minLength 1
20
+ */
21
+ BackupRetentionCount?: number | undefined;
22
+ /**
23
+ * Supported on servers running Chef Automate 2.0 only. A PEM-formatted HTTPS certificate. The value can be be a single, self-signed certificate, or a certificate chain. If you specify a custom certificate, you must also specify values for `CustomDomain` and `CustomPrivateKey` . The following are requirements for the `CustomCertificate` value:
24
+ *
25
+ * - You can provide either a self-signed, custom certificate, or the full certificate chain.
26
+ * - The certificate must be a valid X509 certificate, or a certificate chain in PEM format.
27
+ * - The certificate must be valid at the time of upload. A certificate can't be used before its validity period begins (the certificate's `NotBefore` date), or after it expires (the certificate's `NotAfter` date).
28
+ * - The certificate’s common name or subject alternative names (SANs), if present, must match the value of `CustomDomain` .
29
+ * - The certificate must match the value of `CustomPrivateKey` .
30
+ * @maxLength 2097152
31
+ * @pattern (?s)\s*-----BEGIN CERTIFICATE-----.+-----END CERTIFICATE-----\s*
32
+ */
33
+ CustomCertificate?: string | undefined;
34
+ /**
35
+ * Supported on servers running Chef Automate 2.0 only. An optional public endpoint of a server, such as `https://aws.my-company.com` . To access the server, create a CNAME DNS record in your preferred DNS service that points the custom domain to the endpoint that is generated when the server is created (the value of the CreateServer Endpoint attribute). You cannot access the server by using the generated `Endpoint` value if the server is using a custom domain. If you specify a custom domain, you must also specify values for `CustomCertificate` and `CustomPrivateKey` .
36
+ * @maxLength 253
37
+ * @pattern ^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$
38
+ */
39
+ CustomDomain?: string | undefined;
40
+ /**
41
+ * Supported on servers running Chef Automate 2.0 only. A private key in PEM format for connecting to the server by using HTTPS. The private key must not be encrypted; it cannot be protected by a password or passphrase. If you specify a custom private key, you must also specify values for `CustomDomain` and `CustomCertificate` .
42
+ * @maxLength 4096
43
+ * @pattern (?ms)\s*^-----BEGIN (?-s:.*)PRIVATE KEY-----$.*?^-----END (?-s:.*)PRIVATE KEY-----$\s*
44
+ */
45
+ CustomPrivateKey?: string | undefined;
46
+ /**
47
+ * Enable or disable scheduled backups. Valid values are `true` or `false` . The default value is `true` .
48
+ */
49
+ DisableAutomatedBackup?: boolean | undefined;
50
+ /**
51
+ * The configuration management engine to use. Valid values include `ChefAutomate` and `Puppet` .
52
+ * @maxLength 10000
53
+ */
54
+ Engine?: string | undefined;
55
+ /**
56
+ * Optional engine attributes on a specified server.
57
+ *
58
+ * **Attributes accepted in a Chef createServer request:** - `CHEF_AUTOMATE_PIVOTAL_KEY` : A base64-encoded RSA public key. The corresponding private key is required to access the Chef API. When no CHEF_AUTOMATE_PIVOTAL_KEY is set, a private key is generated and returned in the response. When you are specifying the value of CHEF_AUTOMATE_PIVOTAL_KEY as a parameter in the AWS CloudFormation console, you must add newline ( `\n` ) characters at the end of each line of the pivotal key value.
59
+ * - `CHEF_AUTOMATE_ADMIN_PASSWORD` : The password for the administrative user in the Chef Automate web-based dashboard. The password length is a minimum of eight characters, and a maximum of 32. The password can contain letters, numbers, and special characters (!/@#$%^&+=_). The password must contain at least one lower case letter, one upper case letter, one number, and one special character. When no CHEF_AUTOMATE_ADMIN_PASSWORD is set, one is generated and returned in the response.
60
+ *
61
+ * **Attributes accepted in a Puppet createServer request:** - `PUPPET_ADMIN_PASSWORD` : To work with the Puppet Enterprise console, a password must use ASCII characters.
62
+ * - `PUPPET_R10K_REMOTE` : The r10k remote is the URL of your control repository (for example, ssh://git@your.git-repo.com:user/control-repo.git). Specifying an r10k remote opens TCP port 8170.
63
+ * - `PUPPET_R10K_PRIVATE_KEY` : If you are using a private Git repository, add PUPPET_R10K_PRIVATE_KEY to specify a PEM-encoded private SSH key.
64
+ */
65
+ EngineAttributes?: EngineAttribute[] | undefined;
66
+ /**
67
+ * The engine model of the server. Valid values in this release include `Monolithic` for Puppet and `Single` for Chef.
68
+ * @maxLength 10000
69
+ */
70
+ EngineModel?: string | undefined;
71
+ /**
72
+ * The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently `2` . For a Puppet server, valid values are `2019` or `2017` .
73
+ * @maxLength 10000
74
+ */
75
+ EngineVersion?: string | undefined;
76
+ /**
77
+ * The ARN of the instance profile that your Amazon EC2 instances use.
78
+ * @maxLength 10000
79
+ * @pattern arn:aws:iam::[0-9]{12}:instance-profile/.*
80
+ */
81
+ InstanceProfileArn: string;
82
+ /**
83
+ * The Amazon EC2 instance type to use. For example, `m5.large` .
84
+ * @maxLength 10000
85
+ */
86
+ InstanceType: string;
87
+ /**
88
+ * The Amazon EC2 key pair to set for the instance. This parameter is optional; if desired, you may specify this parameter to connect to your instances by using SSH.
89
+ * @maxLength 10000
90
+ * @pattern .*
91
+ */
92
+ KeyPair?: string | undefined;
93
+ /**
94
+ * The start time for a one-hour period during which AWS OpsWorks CM backs up application-level data on your server if automated backups are enabled. Valid values must be specified in one of the following formats:
95
+ *
96
+ * - `HH:MM` for daily backups
97
+ * - `DDD:HH:MM` for weekly backups
98
+ *
99
+ * `MM` must be specified as `00` . The specified time is in coordinated universal time (UTC). The default value is a random, daily start time.
100
+ *
101
+ * *Example:* `08:00` , which represents a daily start time of 08:00 UTC.
102
+ *
103
+ * *Example:* `Mon:08:00` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
104
+ * @maxLength 10000
105
+ * @pattern ^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$
106
+ */
107
+ PreferredBackupWindow?: string | undefined;
108
+ /**
109
+ * The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: `DDD:HH:MM` . `MM` must be specified as `00` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See `TimeWindowDefinition` for more information.
110
+ *
111
+ * *Example:* `Mon:08:00` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
112
+ * @maxLength 10000
113
+ * @pattern ^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$
114
+ */
115
+ PreferredMaintenanceWindow?: string | undefined;
116
+ /**
117
+ * A list of security group IDs to attach to the Amazon EC2 instance. If you add this parameter, the specified security groups must be within the VPC that is specified by `SubnetIds` .
118
+ *
119
+ * If you do not specify this parameter, AWS OpsWorks CM creates one new security group that uses TCP ports 22 and 443, open to 0.0.0.0/0 (everyone).
120
+ */
121
+ SecurityGroupIds?: string[] | undefined;
122
+ /**
123
+ * The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.
124
+ * @maxLength 10000
125
+ * @pattern arn:aws:iam::[0-9]{12}:role/.*
126
+ */
127
+ ServiceRoleArn: string;
128
+ /**
129
+ * The IDs of subnets in which to launch the server EC2 instance.
130
+ *
131
+ * Amazon EC2-Classic customers: This field is required. All servers must run within a VPC. The VPC must have "Auto Assign Public IP" enabled.
132
+ *
133
+ * EC2-VPC customers: This field is optional. If you do not specify subnet IDs, your EC2 instances are created in a default subnet that is selected by Amazon EC2. If you specify subnet IDs, the VPC must have "Auto Assign Public IP" enabled.
134
+ *
135
+ * For more information about supported Amazon EC2 platforms, see [Supported Platforms](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html) .
136
+ */
137
+ SubnetIds?: string[] | undefined;
138
+ /**
139
+ * A map that contains tag keys and tag values to attach to an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server.
140
+ *
141
+ * - The key cannot be empty.
142
+ * - The key can be a maximum of 127 characters, and can contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : / @`
143
+ * - The value can be a maximum 255 characters, and contain only Unicode letters, numbers, or separators, or the following special characters: `+ - = . _ : / @`
144
+ * - Leading and trailing spaces are trimmed from both the key and value.
145
+ * - A maximum of 50 user-applied tags is allowed for any AWS OpsWorks CM server.
146
+ */
147
+ Tags?: Tag[] | undefined;
148
+ };
149
+ export type OpsWorksCMServerAttribs = {
150
+ /**
151
+ * The Amazon Resource Name (ARN) of the server, such as `arn:aws:OpsWorksCM:us-east-1:123456789012:server/server-a1bzhi` .
152
+ * @maxLength 10000
153
+ */
154
+ Arn: string;
155
+ /**
156
+ * A DNS name that can be used to access the engine. Example: `myserver-asdfghjkl.us-east-1.opsworks.io` .
157
+ * @maxLength 10000
158
+ */
159
+ Endpoint: string;
160
+ /**
161
+ * The name of the server.
162
+ * @minLength 1
163
+ * @maxLength 40
164
+ * @pattern [a-zA-Z][a-zA-Z0-9\-]*
165
+ */
166
+ ServerName: string;
167
+ };
168
+ /**
169
+ * The `EngineAttribute` property type specifies administrator credentials for an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. `EngineAttribute` is a property of the `AWS::OpsWorksCM::Server` resource type.
170
+ */
171
+ export type EngineAttribute = {
172
+ /**
173
+ * The name of the engine attribute.
174
+ *
175
+ * *Attribute name for Chef Automate servers:*
176
+ *
177
+ * - `CHEF_AUTOMATE_ADMIN_PASSWORD`
178
+ *
179
+ * *Attribute names for Puppet Enterprise servers:*
180
+ *
181
+ * - `PUPPET_ADMIN_PASSWORD`
182
+ * - `PUPPET_R10K_REMOTE`
183
+ * - `PUPPET_R10K_PRIVATE_KEY`
184
+ * @maxLength 10000
185
+ * @pattern (?s).*
186
+ */
187
+ Name?: string | undefined;
188
+ /**
189
+ * The value of the engine attribute.
190
+ *
191
+ * *Attribute value for Chef Automate servers:*
192
+ *
193
+ * - `CHEF_AUTOMATE_PIVOTAL_KEY` : A base64-encoded RSA public key. The corresponding private key is required to access the Chef API. You can generate this key by running the following [OpenSSL](https://docs.aws.amazon.com/https://www.openssl.org/) command on Linux-based computers.
194
+ *
195
+ * `openssl genrsa -out *pivotal_key_file_name* .pem 2048`
196
+ *
197
+ * On Windows-based computers, you can use the PuTTYgen utility to generate a base64-encoded RSA private key. For more information, see [PuTTYgen - Key Generator for PuTTY on Windows](https://docs.aws.amazon.com/https://www.ssh.com/ssh/putty/windows/puttygen) on SSH.com.
198
+ *
199
+ * *Attribute values for Puppet Enterprise servers:*
200
+ *
201
+ * - `PUPPET_ADMIN_PASSWORD` : An administrator password that you can use to sign in to the Puppet Enterprise console webpage after the server is online. The password must use between 8 and 32 ASCII characters.
202
+ * - `PUPPET_R10K_REMOTE` : The r10k remote is the URL of your control repository (for example, ssh://git@your.git-repo.com:user/control-repo.git). Specifying an r10k remote opens TCP port 8170.
203
+ * - `PUPPET_R10K_PRIVATE_KEY` : If you are using a private Git repository, add `PUPPET_R10K_PRIVATE_KEY` to specify a PEM-encoded private SSH key.
204
+ * @maxLength 10000
205
+ * @pattern (?s).*
206
+ */
207
+ Value?: string | undefined;
208
+ };
209
+ //# sourceMappingURL=aws-opsworkscm-server.d.ts.map