@propulsionworks/cloudformation 0.0.2 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1452) hide show
  1. package/exports/main.ts +6 -5
  2. package/lib/assert.ts +62 -0
  3. package/lib/builder.ts +366 -0
  4. package/lib/intrinsics.ts +1223 -0
  5. package/{exports/main → lib}/template.ts +41 -13
  6. package/out/exports/main.d.ts +6 -5
  7. package/out/exports/main.d.ts.map +1 -1
  8. package/out/exports/main.js +6 -5
  9. package/out/exports/main.js.map +1 -1
  10. package/out/exports/resources.generated/alexa-ask-skill.d.ts +106 -0
  11. package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +154 -0
  12. package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +462 -0
  13. package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +523 -0
  14. package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +43 -0
  15. package/out/exports/resources.generated/aws-acmpca-permission.d.ts +45 -0
  16. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +422 -0
  17. package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +94 -0
  18. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +52 -0
  19. package/out/exports/resources.generated/aws-amplify-app.d.ts +356 -0
  20. package/out/exports/resources.generated/aws-amplify-branch.d.ts +206 -0
  21. package/out/exports/resources.generated/aws-amplify-domain.d.ts +169 -0
  22. package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +558 -0
  23. package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +526 -0
  24. package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +99 -0
  25. package/out/exports/resources.generated/aws-apigateway-account.d.ts +32 -0
  26. package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +82 -0
  27. package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +73 -0
  28. package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +33 -0
  29. package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +43 -0
  30. package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +33 -0
  31. package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +271 -0
  32. package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +71 -0
  33. package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +30 -0
  34. package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +127 -0
  35. package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +51 -0
  36. package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +74 -0
  37. package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +48 -0
  38. package/out/exports/resources.generated/aws-apigateway-method.d.ts +217 -0
  39. package/out/exports/resources.generated/aws-apigateway-model.d.ts +40 -0
  40. package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +43 -0
  41. package/out/exports/resources.generated/aws-apigateway-resource.d.ts +38 -0
  42. package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +168 -0
  43. package/out/exports/resources.generated/aws-apigateway-stage.d.ts +189 -0
  44. package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +121 -0
  45. package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +38 -0
  46. package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +43 -0
  47. package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +182 -0
  48. package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +183 -0
  49. package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +43 -0
  50. package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +98 -0
  51. package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +38 -0
  52. package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +111 -0
  53. package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +181 -0
  54. package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +64 -0
  55. package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +48 -0
  56. package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +83 -0
  57. package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +64 -0
  58. package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +130 -0
  59. package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +43 -0
  60. package/out/exports/resources.generated/aws-appconfig-application.d.ts +58 -0
  61. package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +158 -0
  62. package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +114 -0
  63. package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +95 -0
  64. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +106 -0
  65. package/out/exports/resources.generated/aws-appconfig-extension.d.ts +136 -0
  66. package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +63 -0
  67. package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +83 -0
  68. package/out/exports/resources.generated/aws-appflow-connector.d.ts +76 -0
  69. package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +1113 -0
  70. package/out/exports/resources.generated/aws-appflow-flow.d.ts +1383 -0
  71. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +93 -0
  72. package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +133 -0
  73. package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +75 -0
  74. package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +213 -0
  75. package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +745 -0
  76. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +592 -0
  77. package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +42 -0
  78. package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +621 -0
  79. package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +528 -0
  80. package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +110 -0
  81. package/out/exports/resources.generated/aws-appmesh-route.d.ts +620 -0
  82. package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +594 -0
  83. package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +869 -0
  84. package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +123 -0
  85. package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +134 -0
  86. package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +86 -0
  87. package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +87 -0
  88. package/out/exports/resources.generated/aws-apprunner-service.d.ts +525 -0
  89. package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +70 -0
  90. package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +89 -0
  91. package/out/exports/resources.generated/aws-appstream-appblock.d.ts +125 -0
  92. package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +119 -0
  93. package/out/exports/resources.generated/aws-appstream-application.d.ts +121 -0
  94. package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +28 -0
  95. package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +23 -0
  96. package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +65 -0
  97. package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +79 -0
  98. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +255 -0
  99. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +176 -0
  100. package/out/exports/resources.generated/aws-appstream-stack.d.ts +185 -0
  101. package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +36 -0
  102. package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +44 -0
  103. package/out/exports/resources.generated/aws-appstream-user.d.ts +51 -0
  104. package/out/exports/resources.generated/aws-appsync-api.d.ts +228 -0
  105. package/out/exports/resources.generated/aws-appsync-apicache.d.ts +89 -0
  106. package/out/exports/resources.generated/aws-appsync-apikey.d.ts +48 -0
  107. package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +151 -0
  108. package/out/exports/resources.generated/aws-appsync-datasource.d.ts +326 -0
  109. package/out/exports/resources.generated/aws-appsync-domainname.d.ts +69 -0
  110. package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +35 -0
  111. package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +177 -0
  112. package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +383 -0
  113. package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +48 -0
  114. package/out/exports/resources.generated/aws-appsync-resolver.d.ts +221 -0
  115. package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +107 -0
  116. package/out/exports/resources.generated/aws-apptest-testcase.d.ts +493 -0
  117. package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +49 -0
  118. package/out/exports/resources.generated/aws-aps-scraper.d.ts +156 -0
  119. package/out/exports/resources.generated/aws-aps-workspace.d.ts +218 -0
  120. package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +36 -0
  121. package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +125 -0
  122. package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +96 -0
  123. package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +92 -0
  124. package/out/exports/resources.generated/aws-athena-namedquery.d.ts +58 -0
  125. package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +41 -0
  126. package/out/exports/resources.generated/aws-athena-workgroup.d.ts +321 -0
  127. package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +268 -0
  128. package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1188 -0
  129. package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +283 -0
  130. package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +72 -0
  131. package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +708 -0
  132. package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +81 -0
  133. package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +69 -0
  134. package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +408 -0
  135. package/out/exports/resources.generated/aws-b2bi-capability.d.ts +170 -0
  136. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +263 -0
  137. package/out/exports/resources.generated/aws-b2bi-profile.d.ts +93 -0
  138. package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +254 -0
  139. package/out/exports/resources.generated/aws-backup-backupplan.d.ts +217 -0
  140. package/out/exports/resources.generated/aws-backup-backupselection.d.ts +141 -0
  141. package/out/exports/resources.generated/aws-backup-backupvault.d.ts +119 -0
  142. package/out/exports/resources.generated/aws-backup-framework.d.ts +119 -0
  143. package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +93 -0
  144. package/out/exports/resources.generated/aws-backup-reportplan.d.ts +100 -0
  145. package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +110 -0
  146. package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +111 -0
  147. package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +83 -0
  148. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +498 -0
  149. package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +71 -0
  150. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1586 -0
  151. package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +110 -0
  152. package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +98 -0
  153. package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +214 -0
  154. package/out/exports/resources.generated/aws-bedrock-agent.d.ts +706 -0
  155. package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +118 -0
  156. package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +121 -0
  157. package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +77 -0
  158. package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +654 -0
  159. package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +912 -0
  160. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +733 -0
  161. package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +122 -0
  162. package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +80 -0
  163. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +663 -0
  164. package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +52 -0
  165. package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +121 -0
  166. package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1153 -0
  167. package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +477 -0
  168. package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +92 -0
  169. package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +116 -0
  170. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +194 -0
  171. package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +63 -0
  172. package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +124 -0
  173. package/out/exports/resources.generated/aws-budgets-budget.d.ts +473 -0
  174. package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +191 -0
  175. package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +73 -0
  176. package/out/exports/resources.generated/aws-cassandra-table.d.ts +370 -0
  177. package/out/exports/resources.generated/aws-cassandra-type.d.ts +82 -0
  178. package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +81 -0
  179. package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +108 -0
  180. package/out/exports/resources.generated/aws-ce-costcategory.d.ts +65 -0
  181. package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +41 -0
  182. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +125 -0
  183. package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +145 -0
  184. package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +125 -0
  185. package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +107 -0
  186. package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +250 -0
  187. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +300 -0
  188. package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +466 -0
  189. package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +175 -0
  190. package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +102 -0
  191. package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +113 -0
  192. package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +321 -0
  193. package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +93 -0
  194. package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +180 -0
  195. package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +116 -0
  196. package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +44 -0
  197. package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +214 -0
  198. package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +81 -0
  199. package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +95 -0
  200. package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +118 -0
  201. package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +185 -0
  202. package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +53 -0
  203. package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +70 -0
  204. package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +95 -0
  205. package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +172 -0
  206. package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +62 -0
  207. package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +77 -0
  208. package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +141 -0
  209. package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +221 -0
  210. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +456 -0
  211. package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +206 -0
  212. package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +49 -0
  213. package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +34 -0
  214. package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +57 -0
  215. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +218 -0
  216. package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +44 -0
  217. package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +85 -0
  218. package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +174 -0
  219. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1341 -0
  220. package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +203 -0
  221. package/out/exports/resources.generated/aws-cloudfront-function.d.ts +106 -0
  222. package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +60 -0
  223. package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +64 -0
  224. package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +45 -0
  225. package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +80 -0
  226. package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +155 -0
  227. package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +59 -0
  228. package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +81 -0
  229. package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +476 -0
  230. package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +139 -0
  231. package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +95 -0
  232. package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +67 -0
  233. package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +149 -0
  234. package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +307 -0
  235. package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +31 -0
  236. package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +413 -0
  237. package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +294 -0
  238. package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +289 -0
  239. package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +126 -0
  240. package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +29 -0
  241. package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +56 -0
  242. package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +269 -0
  243. package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +64 -0
  244. package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +111 -0
  245. package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +91 -0
  246. package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +263 -0
  247. package/out/exports/resources.generated/aws-codebuild-project.d.ts +865 -0
  248. package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +118 -0
  249. package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +46 -0
  250. package/out/exports/resources.generated/aws-codecommit-repository.d.ts +158 -0
  251. package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +70 -0
  252. package/out/exports/resources.generated/aws-codedeploy-application.d.ts +30 -0
  253. package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +180 -0
  254. package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +656 -0
  255. package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +77 -0
  256. package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +94 -0
  257. package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +153 -0
  258. package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +703 -0
  259. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +121 -0
  260. package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +98 -0
  261. package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +68 -0
  262. package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +64 -0
  263. package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +77 -0
  264. package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +104 -0
  265. package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +163 -0
  266. package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +33 -0
  267. package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +111 -0
  268. package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +99 -0
  269. package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +110 -0
  270. package/out/exports/resources.generated/aws-cognito-userpool.d.ts +788 -0
  271. package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +315 -0
  272. package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +56 -0
  273. package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +44 -0
  274. package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +71 -0
  275. package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +55 -0
  276. package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +200 -0
  277. package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +28 -0
  278. package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +102 -0
  279. package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +38 -0
  280. package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +299 -0
  281. package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +201 -0
  282. package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +41 -0
  283. package/out/exports/resources.generated/aws-config-configrule.d.ts +230 -0
  284. package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +88 -0
  285. package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +355 -0
  286. package/out/exports/resources.generated/aws-config-conformancepack.d.ts +91 -0
  287. package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +115 -0
  288. package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +244 -0
  289. package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +80 -0
  290. package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +107 -0
  291. package/out/exports/resources.generated/aws-config-storedquery.d.ts +62 -0
  292. package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +82 -0
  293. package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +29 -0
  294. package/out/exports/resources.generated/aws-connect-contactflow.d.ts +73 -0
  295. package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +75 -0
  296. package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +53 -0
  297. package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +61 -0
  298. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +444 -0
  299. package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +182 -0
  300. package/out/exports/resources.generated/aws-connect-instance.d.ts +125 -0
  301. package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +160 -0
  302. package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +53 -0
  303. package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +73 -0
  304. package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +49 -0
  305. package/out/exports/resources.generated/aws-connect-prompt.d.ts +57 -0
  306. package/out/exports/resources.generated/aws-connect-queue.d.ts +134 -0
  307. package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +133 -0
  308. package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +155 -0
  309. package/out/exports/resources.generated/aws-connect-rule.d.ts +317 -0
  310. package/out/exports/resources.generated/aws-connect-securitykey.d.ts +47 -0
  311. package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +118 -0
  312. package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +192 -0
  313. package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +63 -0
  314. package/out/exports/resources.generated/aws-connect-user.d.ts +181 -0
  315. package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +46 -0
  316. package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +146 -0
  317. package/out/exports/resources.generated/aws-connect-view.d.ts +83 -0
  318. package/out/exports/resources.generated/aws-connect-viewversion.d.ts +59 -0
  319. package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +209 -0
  320. package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +622 -0
  321. package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +75 -0
  322. package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +55 -0
  323. package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +75 -0
  324. package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +88 -0
  325. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +163 -0
  326. package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +294 -0
  327. package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +61 -0
  328. package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +177 -0
  329. package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +471 -0
  330. package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +179 -0
  331. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +423 -0
  332. package/out/exports/resources.generated/aws-databrew-dataset.d.ts +405 -0
  333. package/out/exports/resources.generated/aws-databrew-job.d.ts +538 -0
  334. package/out/exports/resources.generated/aws-databrew-project.d.ts +66 -0
  335. package/out/exports/resources.generated/aws-databrew-recipe.d.ts +682 -0
  336. package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +155 -0
  337. package/out/exports/resources.generated/aws-databrew-schedule.d.ts +37 -0
  338. package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +186 -0
  339. package/out/exports/resources.generated/aws-datasync-agent.d.ts +84 -0
  340. package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +155 -0
  341. package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +108 -0
  342. package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +62 -0
  343. package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +193 -0
  344. package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +104 -0
  345. package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +85 -0
  346. package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +159 -0
  347. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +99 -0
  348. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +160 -0
  349. package/out/exports/resources.generated/aws-datasync-locations3.d.ts +92 -0
  350. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +162 -0
  351. package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +111 -0
  352. package/out/exports/resources.generated/aws-datasync-task.d.ts +525 -0
  353. package/out/exports/resources.generated/aws-datazone-connection.d.ts +731 -0
  354. package/out/exports/resources.generated/aws-datazone-datasource.d.ts +393 -0
  355. package/out/exports/resources.generated/aws-datazone-domain.d.ts +146 -0
  356. package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +89 -0
  357. package/out/exports/resources.generated/aws-datazone-environment.d.ts +167 -0
  358. package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +92 -0
  359. package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +124 -0
  360. package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +124 -0
  361. package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +60 -0
  362. package/out/exports/resources.generated/aws-datazone-owner.d.ts +67 -0
  363. package/out/exports/resources.generated/aws-datazone-project.d.ts +137 -0
  364. package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +50 -0
  365. package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +132 -0
  366. package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +71 -0
  367. package/out/exports/resources.generated/aws-dax-cluster.d.ts +143 -0
  368. package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +39 -0
  369. package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +37 -0
  370. package/out/exports/resources.generated/aws-deadline-farm.d.ts +60 -0
  371. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +521 -0
  372. package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +73 -0
  373. package/out/exports/resources.generated/aws-deadline-limit.d.ts +75 -0
  374. package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +57 -0
  375. package/out/exports/resources.generated/aws-deadline-monitor.d.ts +67 -0
  376. package/out/exports/resources.generated/aws-deadline-queue.d.ts +186 -0
  377. package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +64 -0
  378. package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +31 -0
  379. package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +31 -0
  380. package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +83 -0
  381. package/out/exports/resources.generated/aws-detective-graph.d.ts +36 -0
  382. package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +44 -0
  383. package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +29 -0
  384. package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +22 -0
  385. package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +103 -0
  386. package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +99 -0
  387. package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +88 -0
  388. package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +93 -0
  389. package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +793 -0
  390. package/out/exports/resources.generated/aws-dms-certificate.d.ts +37 -0
  391. package/out/exports/resources.generated/aws-dms-datamigration.d.ts +132 -0
  392. package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1144 -0
  393. package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1758 -0
  394. package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +63 -0
  395. package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +99 -0
  396. package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +132 -0
  397. package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +138 -0
  398. package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +145 -0
  399. package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +46 -0
  400. package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +109 -0
  401. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +301 -0
  402. package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +65 -0
  403. package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +110 -0
  404. package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +46 -0
  405. package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +72 -0
  406. package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +132 -0
  407. package/out/exports/resources.generated/aws-dsql-cluster.d.ts +107 -0
  408. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +767 -0
  409. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +607 -0
  410. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +226 -0
  411. package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +146 -0
  412. package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +43 -0
  413. package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +47 -0
  414. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +291 -0
  415. package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +53 -0
  416. package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +32 -0
  417. package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +68 -0
  418. package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +62 -0
  419. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1000 -0
  420. package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +32 -0
  421. package/out/exports/resources.generated/aws-ec2-eip.d.ts +86 -0
  422. package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +53 -0
  423. package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +57 -0
  424. package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +113 -0
  425. package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +33 -0
  426. package/out/exports/resources.generated/aws-ec2-host.d.ts +72 -0
  427. package/out/exports/resources.generated/aws-ec2-instance.d.ts +824 -0
  428. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +61 -0
  429. package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +28 -0
  430. package/out/exports/resources.generated/aws-ec2-ipam.d.ts +120 -0
  431. package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +53 -0
  432. package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +186 -0
  433. package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +43 -0
  434. package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +106 -0
  435. package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +86 -0
  436. package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +67 -0
  437. package/out/exports/resources.generated/aws-ec2-keypair.d.ts +89 -0
  438. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1546 -0
  439. package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +75 -0
  440. package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +58 -0
  441. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +58 -0
  442. package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +48 -0
  443. package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +85 -0
  444. package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +37 -0
  445. package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +110 -0
  446. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +166 -0
  447. package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +68 -0
  448. package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +78 -0
  449. package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +138 -0
  450. package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +214 -0
  451. package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +69 -0
  452. package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +37 -0
  453. package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +33 -0
  454. package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +54 -0
  455. package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +94 -0
  456. package/out/exports/resources.generated/aws-ec2-route.d.ts +108 -0
  457. package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +69 -0
  458. package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +27 -0
  459. package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +66 -0
  460. package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +103 -0
  461. package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +27 -0
  462. package/out/exports/resources.generated/aws-ec2-routetable.d.ts +37 -0
  463. package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +241 -0
  464. package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +99 -0
  465. package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +119 -0
  466. package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +47 -0
  467. package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +33 -0
  468. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1256 -0
  469. package/out/exports/resources.generated/aws-ec2-subnet.d.ts +175 -0
  470. package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +56 -0
  471. package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +37 -0
  472. package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +35 -0
  473. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +47 -0
  474. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +103 -0
  475. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +80 -0
  476. package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +59 -0
  477. package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +111 -0
  478. package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +77 -0
  479. package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +70 -0
  480. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +75 -0
  481. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +52 -0
  482. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +68 -0
  483. package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +72 -0
  484. package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +63 -0
  485. package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +33 -0
  486. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +33 -0
  487. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +27 -0
  488. package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +27 -0
  489. package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +75 -0
  490. package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +301 -0
  491. package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +91 -0
  492. package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +172 -0
  493. package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +195 -0
  494. package/out/exports/resources.generated/aws-ec2-volume.d.ts +178 -0
  495. package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +40 -0
  496. package/out/exports/resources.generated/aws-ec2-vpc.d.ts +102 -0
  497. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +70 -0
  498. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +31 -0
  499. package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +97 -0
  500. package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +27 -0
  501. package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +154 -0
  502. package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +47 -0
  503. package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +81 -0
  504. package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +27 -0
  505. package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +42 -0
  506. package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +71 -0
  507. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +423 -0
  508. package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +27 -0
  509. package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +43 -0
  510. package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +37 -0
  511. package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +54 -0
  512. package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +43 -0
  513. package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +32 -0
  514. package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +80 -0
  515. package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +96 -0
  516. package/out/exports/resources.generated/aws-ecr-repository.d.ts +135 -0
  517. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +120 -0
  518. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +113 -0
  519. package/out/exports/resources.generated/aws-ecs-cluster.d.ts +252 -0
  520. package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +62 -0
  521. package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +28 -0
  522. package/out/exports/resources.generated/aws-ecs-service.d.ts +1000 -0
  523. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1524 -0
  524. package/out/exports/resources.generated/aws-ecs-taskset.d.ts +266 -0
  525. package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +126 -0
  526. package/out/exports/resources.generated/aws-efs-filesystem.d.ts +220 -0
  527. package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +52 -0
  528. package/out/exports/resources.generated/aws-eks-accessentry.d.ts +112 -0
  529. package/out/exports/resources.generated/aws-eks-addon.d.ts +105 -0
  530. package/out/exports/resources.generated/aws-eks-cluster.d.ts +556 -0
  531. package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +113 -0
  532. package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +113 -0
  533. package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +298 -0
  534. package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +65 -0
  535. package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +357 -0
  536. package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +142 -0
  537. package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +52 -0
  538. package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +527 -0
  539. package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +36 -0
  540. package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +41 -0
  541. package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +202 -0
  542. package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +37 -0
  543. package/out/exports/resources.generated/aws-elasticache-user.d.ts +83 -0
  544. package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +49 -0
  545. package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +128 -0
  546. package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +65 -0
  547. package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +130 -0
  548. package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +178 -0
  549. package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +360 -0
  550. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +509 -0
  551. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +43 -0
  552. package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +591 -0
  553. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +242 -0
  554. package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +263 -0
  555. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +58 -0
  556. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +60 -0
  557. package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +440 -0
  558. package/out/exports/resources.generated/aws-emr-cluster.d.ts +1066 -0
  559. package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +355 -0
  560. package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +341 -0
  561. package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +23 -0
  562. package/out/exports/resources.generated/aws-emr-step.d.ts +85 -0
  563. package/out/exports/resources.generated/aws-emr-studio.d.ts +144 -0
  564. package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +36 -0
  565. package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +26 -0
  566. package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +119 -0
  567. package/out/exports/resources.generated/aws-emrserverless-application.d.ts +446 -0
  568. package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +219 -0
  569. package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +193 -0
  570. package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +255 -0
  571. package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +51 -0
  572. package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +122 -0
  573. package/out/exports/resources.generated/aws-events-apidestination.d.ts +93 -0
  574. package/out/exports/resources.generated/aws-events-archive.d.ts +75 -0
  575. package/out/exports/resources.generated/aws-events-connection.d.ts +353 -0
  576. package/out/exports/resources.generated/aws-events-endpoint.d.ts +170 -0
  577. package/out/exports/resources.generated/aws-events-eventbus.d.ts +88 -0
  578. package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +99 -0
  579. package/out/exports/resources.generated/aws-events-rule.d.ts +714 -0
  580. package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +70 -0
  581. package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +59 -0
  582. package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +38 -0
  583. package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +91 -0
  584. package/out/exports/resources.generated/aws-evidently-experiment.d.ts +284 -0
  585. package/out/exports/resources.generated/aws-evidently-feature.d.ts +239 -0
  586. package/out/exports/resources.generated/aws-evidently-launch.d.ts +255 -0
  587. package/out/exports/resources.generated/aws-evidently-project.d.ts +143 -0
  588. package/out/exports/resources.generated/aws-evidently-segment.d.ts +73 -0
  589. package/out/exports/resources.generated/aws-finspace-environment.d.ts +189 -0
  590. package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +302 -0
  591. package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +33 -0
  592. package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +27 -0
  593. package/out/exports/resources.generated/aws-fms-policy.d.ts +648 -0
  594. package/out/exports/resources.generated/aws-fms-resourceset.d.ts +51 -0
  595. package/out/exports/resources.generated/aws-forecast-dataset.d.ts +127 -0
  596. package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +68 -0
  597. package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +356 -0
  598. package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +55 -0
  599. package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +194 -0
  600. package/out/exports/resources.generated/aws-frauddetector-label.d.ts +57 -0
  601. package/out/exports/resources.generated/aws-frauddetector-list.d.ts +72 -0
  602. package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +55 -0
  603. package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +83 -0
  604. package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +139 -0
  605. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +795 -0
  606. package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +44 -0
  607. package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +127 -0
  608. package/out/exports/resources.generated/aws-fsx-volume.d.ts +482 -0
  609. package/out/exports/resources.generated/aws-gamelift-alias.d.ts +105 -0
  610. package/out/exports/resources.generated/aws-gamelift-build.d.ts +91 -0
  611. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +439 -0
  612. package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +436 -0
  613. package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +510 -0
  614. package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +215 -0
  615. package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +158 -0
  616. package/out/exports/resources.generated/aws-gamelift-location.d.ts +37 -0
  617. package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +160 -0
  618. package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +75 -0
  619. package/out/exports/resources.generated/aws-gamelift-script.d.ts +97 -0
  620. package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +85 -0
  621. package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +89 -0
  622. package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +143 -0
  623. package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +67 -0
  624. package/out/exports/resources.generated/aws-glue-classifier.d.ts +162 -0
  625. package/out/exports/resources.generated/aws-glue-connection.d.ts +334 -0
  626. package/out/exports/resources.generated/aws-glue-crawler.d.ts +405 -0
  627. package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +48 -0
  628. package/out/exports/resources.generated/aws-glue-database.d.ts +135 -0
  629. package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +91 -0
  630. package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +68 -0
  631. package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +125 -0
  632. package/out/exports/resources.generated/aws-glue-job.d.ts +231 -0
  633. package/out/exports/resources.generated/aws-glue-mltransform.d.ts +250 -0
  634. package/out/exports/resources.generated/aws-glue-partition.d.ts +264 -0
  635. package/out/exports/resources.generated/aws-glue-registry.d.ts +43 -0
  636. package/out/exports/resources.generated/aws-glue-schema.d.ts +113 -0
  637. package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +62 -0
  638. package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +33 -0
  639. package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +85 -0
  640. package/out/exports/resources.generated/aws-glue-table.d.ts +360 -0
  641. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +115 -0
  642. package/out/exports/resources.generated/aws-glue-trigger.d.ts +179 -0
  643. package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +145 -0
  644. package/out/exports/resources.generated/aws-glue-workflow.d.ts +47 -0
  645. package/out/exports/resources.generated/aws-grafana-workspace.d.ts +412 -0
  646. package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +116 -0
  647. package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +67 -0
  648. package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +117 -0
  649. package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +68 -0
  650. package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +117 -0
  651. package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +68 -0
  652. package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +275 -0
  653. package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +226 -0
  654. package/out/exports/resources.generated/aws-greengrass-group.d.ts +152 -0
  655. package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +66 -0
  656. package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +122 -0
  657. package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +73 -0
  658. package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +290 -0
  659. package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +241 -0
  660. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +117 -0
  661. package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +68 -0
  662. package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +365 -0
  663. package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +385 -0
  664. package/out/exports/resources.generated/aws-groundstation-config.d.ts +346 -0
  665. package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +264 -0
  666. package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +159 -0
  667. package/out/exports/resources.generated/aws-guardduty-detector.d.ts +194 -0
  668. package/out/exports/resources.generated/aws-guardduty-filter.d.ts +271 -0
  669. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +85 -0
  670. package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +124 -0
  671. package/out/exports/resources.generated/aws-guardduty-master.d.ts +31 -0
  672. package/out/exports/resources.generated/aws-guardduty-member.d.ts +43 -0
  673. package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +95 -0
  674. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +84 -0
  675. package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +65 -0
  676. package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +172 -0
  677. package/out/exports/resources.generated/aws-iam-accesskey.d.ts +53 -0
  678. package/out/exports/resources.generated/aws-iam-group.d.ts +85 -0
  679. package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +48 -0
  680. package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +52 -0
  681. package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +154 -0
  682. package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +89 -0
  683. package/out/exports/resources.generated/aws-iam-policy.d.ts +100 -0
  684. package/out/exports/resources.generated/aws-iam-role.d.ts +130 -0
  685. package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +52 -0
  686. package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +123 -0
  687. package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +98 -0
  688. package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +46 -0
  689. package/out/exports/resources.generated/aws-iam-user.d.ts +131 -0
  690. package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +48 -0
  691. package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +35 -0
  692. package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +68 -0
  693. package/out/exports/resources.generated/aws-identitystore-group.d.ts +52 -0
  694. package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +61 -0
  695. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +153 -0
  696. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +333 -0
  697. package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +298 -0
  698. package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +284 -0
  699. package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +281 -0
  700. package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +225 -0
  701. package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +176 -0
  702. package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +249 -0
  703. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +134 -0
  704. package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +33 -0
  705. package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +48 -0
  706. package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +30 -0
  707. package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +159 -0
  708. package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +343 -0
  709. package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +254 -0
  710. package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +69 -0
  711. package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +236 -0
  712. package/out/exports/resources.generated/aws-iot-authorizer.d.ts +74 -0
  713. package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +56 -0
  714. package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +118 -0
  715. package/out/exports/resources.generated/aws-iot-certificate.d.ts +71 -0
  716. package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +58 -0
  717. package/out/exports/resources.generated/aws-iot-command.d.ts +163 -0
  718. package/out/exports/resources.generated/aws-iot-custommetric.d.ts +51 -0
  719. package/out/exports/resources.generated/aws-iot-dimension.d.ts +46 -0
  720. package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +183 -0
  721. package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +104 -0
  722. package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +239 -0
  723. package/out/exports/resources.generated/aws-iot-logging.d.ts +43 -0
  724. package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +167 -0
  725. package/out/exports/resources.generated/aws-iot-policy.d.ts +44 -0
  726. package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +36 -0
  727. package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +83 -0
  728. package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +44 -0
  729. package/out/exports/resources.generated/aws-iot-rolealias.d.ts +61 -0
  730. package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +76 -0
  731. package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +299 -0
  732. package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +48 -0
  733. package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +156 -0
  734. package/out/exports/resources.generated/aws-iot-thing.d.ts +60 -0
  735. package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +93 -0
  736. package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +36 -0
  737. package/out/exports/resources.generated/aws-iot-thingtype.d.ts +88 -0
  738. package/out/exports/resources.generated/aws-iot-topicrule.d.ts +1120 -0
  739. package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +87 -0
  740. package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +110 -0
  741. package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +483 -0
  742. package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +279 -0
  743. package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +408 -0
  744. package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +105 -0
  745. package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +669 -0
  746. package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +768 -0
  747. package/out/exports/resources.generated/aws-iotevents-input.d.ts +67 -0
  748. package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +97 -0
  749. package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +591 -0
  750. package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +474 -0
  751. package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +69 -0
  752. package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +80 -0
  753. package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +277 -0
  754. package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +92 -0
  755. package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +146 -0
  756. package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +139 -0
  757. package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +137 -0
  758. package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +477 -0
  759. package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +60 -0
  760. package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +96 -0
  761. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +118 -0
  762. package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +123 -0
  763. package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +59 -0
  764. package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +43 -0
  765. package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +358 -0
  766. package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +439 -0
  767. package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +84 -0
  768. package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +74 -0
  769. package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +69 -0
  770. package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +58 -0
  771. package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +171 -0
  772. package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +113 -0
  773. package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +98 -0
  774. package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +67 -0
  775. package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +117 -0
  776. package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +148 -0
  777. package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +158 -0
  778. package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +423 -0
  779. package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +96 -0
  780. package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +84 -0
  781. package/out/exports/resources.generated/aws-ivs-channel.d.ts +144 -0
  782. package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +75 -0
  783. package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +85 -0
  784. package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +51 -0
  785. package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +59 -0
  786. package/out/exports/resources.generated/aws-ivs-publickey.d.ts +50 -0
  787. package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +152 -0
  788. package/out/exports/resources.generated/aws-ivs-stage.d.ts +74 -0
  789. package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +60 -0
  790. package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +44 -0
  791. package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +122 -0
  792. package/out/exports/resources.generated/aws-ivschat-room.d.ts +97 -0
  793. package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +404 -0
  794. package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +90 -0
  795. package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +53 -0
  796. package/out/exports/resources.generated/aws-kendra-datasource.d.ts +2182 -0
  797. package/out/exports/resources.generated/aws-kendra-faq.d.ts +102 -0
  798. package/out/exports/resources.generated/aws-kendra-index.d.ts +328 -0
  799. package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +65 -0
  800. package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +40 -0
  801. package/out/exports/resources.generated/aws-kinesis-stream.d.ts +114 -0
  802. package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +67 -0
  803. package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +279 -0
  804. package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +146 -0
  805. package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +195 -0
  806. package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +788 -0
  807. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +47 -0
  808. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +125 -0
  809. package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +182 -0
  810. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +2012 -0
  811. package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +54 -0
  812. package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +85 -0
  813. package/out/exports/resources.generated/aws-kms-alias.d.ts +75 -0
  814. package/out/exports/resources.generated/aws-kms-key.d.ts +251 -0
  815. package/out/exports/resources.generated/aws-kms-replicakey.d.ts +147 -0
  816. package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +83 -0
  817. package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +96 -0
  818. package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +186 -0
  819. package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +308 -0
  820. package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +48 -0
  821. package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +34 -0
  822. package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +167 -0
  823. package/out/exports/resources.generated/aws-lambda-alias.d.ts +101 -0
  824. package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +79 -0
  825. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +120 -0
  826. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +451 -0
  827. package/out/exports/resources.generated/aws-lambda-function.d.ts +460 -0
  828. package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +78 -0
  829. package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +47 -0
  830. package/out/exports/resources.generated/aws-lambda-permission.d.ts +106 -0
  831. package/out/exports/resources.generated/aws-lambda-url.d.ts +107 -0
  832. package/out/exports/resources.generated/aws-lambda-version.d.ts +103 -0
  833. package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +92 -0
  834. package/out/exports/resources.generated/aws-lex-bot.d.ts +2202 -0
  835. package/out/exports/resources.generated/aws-lex-botalias.d.ts +278 -0
  836. package/out/exports/resources.generated/aws-lex-botversion.d.ts +73 -0
  837. package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +42 -0
  838. package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +68 -0
  839. package/out/exports/resources.generated/aws-licensemanager-license.d.ts +223 -0
  840. package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +103 -0
  841. package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +110 -0
  842. package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +56 -0
  843. package/out/exports/resources.generated/aws-lightsail-container.d.ts +282 -0
  844. package/out/exports/resources.generated/aws-lightsail-database.d.ts +223 -0
  845. package/out/exports/resources.generated/aws-lightsail-disk.d.ts +158 -0
  846. package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +321 -0
  847. package/out/exports/resources.generated/aws-lightsail-instance.d.ts +376 -0
  848. package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +81 -0
  849. package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +63 -0
  850. package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +43 -0
  851. package/out/exports/resources.generated/aws-location-apikey.d.ts +175 -0
  852. package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +103 -0
  853. package/out/exports/resources.generated/aws-location-map.d.ts +163 -0
  854. package/out/exports/resources.generated/aws-location-placeindex.d.ts +131 -0
  855. package/out/exports/resources.generated/aws-location-routecalculator.d.ts +108 -0
  856. package/out/exports/resources.generated/aws-location-tracker.d.ts +117 -0
  857. package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +40 -0
  858. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +219 -0
  859. package/out/exports/resources.generated/aws-logs-delivery.d.ts +95 -0
  860. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +82 -0
  861. package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +84 -0
  862. package/out/exports/resources.generated/aws-logs-destination.d.ts +49 -0
  863. package/out/exports/resources.generated/aws-logs-integration.d.ts +86 -0
  864. package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +93 -0
  865. package/out/exports/resources.generated/aws-logs-loggroup.d.ts +97 -0
  866. package/out/exports/resources.generated/aws-logs-logstream.d.ts +39 -0
  867. package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +134 -0
  868. package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +52 -0
  869. package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +29 -0
  870. package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +64 -0
  871. package/out/exports/resources.generated/aws-logs-transformer.d.ts +454 -0
  872. package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +156 -0
  873. package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +105 -0
  874. package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +452 -0
  875. package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +28 -0
  876. package/out/exports/resources.generated/aws-m2-application.d.ts +98 -0
  877. package/out/exports/resources.generated/aws-m2-deployment.d.ts +46 -0
  878. package/out/exports/resources.generated/aws-m2-environment.d.ts +178 -0
  879. package/out/exports/resources.generated/aws-macie-allowlist.d.ts +137 -0
  880. package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +89 -0
  881. package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +126 -0
  882. package/out/exports/resources.generated/aws-macie-session.d.ts +53 -0
  883. package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +88 -0
  884. package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +196 -0
  885. package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +77 -0
  886. package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +284 -0
  887. package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +61 -0
  888. package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +108 -0
  889. package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +669 -0
  890. package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +111 -0
  891. package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +227 -0
  892. package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +204 -0
  893. package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +68 -0
  894. package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +59 -0
  895. package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +158 -0
  896. package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +69 -0
  897. package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +66 -0
  898. package/out/exports/resources.generated/aws-medialive-channel.d.ts +5166 -0
  899. package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +63 -0
  900. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +157 -0
  901. package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +68 -0
  902. package/out/exports/resources.generated/aws-medialive-cluster.d.ts +107 -0
  903. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +112 -0
  904. package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +68 -0
  905. package/out/exports/resources.generated/aws-medialive-input.d.ts +268 -0
  906. package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +55 -0
  907. package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +119 -0
  908. package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +235 -0
  909. package/out/exports/resources.generated/aws-medialive-network.d.ts +87 -0
  910. package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +73 -0
  911. package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +130 -0
  912. package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +62 -0
  913. package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +69 -0
  914. package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +664 -0
  915. package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +435 -0
  916. package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +85 -0
  917. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +117 -0
  918. package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +60 -0
  919. package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +34 -0
  920. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +647 -0
  921. package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +42 -0
  922. package/out/exports/resources.generated/aws-mediastore-container.d.ts +154 -0
  923. package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +194 -0
  924. package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +23 -0
  925. package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +68 -0
  926. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +247 -0
  927. package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +142 -0
  928. package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +68 -0
  929. package/out/exports/resources.generated/aws-memorydb-acl.d.ts +48 -0
  930. package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +205 -0
  931. package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +84 -0
  932. package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +50 -0
  933. package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +51 -0
  934. package/out/exports/resources.generated/aws-memorydb-user.d.ts +66 -0
  935. package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +116 -0
  936. package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +76 -0
  937. package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +23 -0
  938. package/out/exports/resources.generated/aws-msk-cluster.d.ts +575 -0
  939. package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +35 -0
  940. package/out/exports/resources.generated/aws-msk-configuration.d.ts +82 -0
  941. package/out/exports/resources.generated/aws-msk-replicator.d.ts +240 -0
  942. package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +91 -0
  943. package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +61 -0
  944. package/out/exports/resources.generated/aws-mwaa-environment.d.ts +293 -0
  945. package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +260 -0
  946. package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +46 -0
  947. package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +137 -0
  948. package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +54 -0
  949. package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +33 -0
  950. package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +53 -0
  951. package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +100 -0
  952. package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +52 -0
  953. package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +123 -0
  954. package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +302 -0
  955. package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +101 -0
  956. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +600 -0
  957. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +217 -0
  958. package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +165 -0
  959. package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +89 -0
  960. package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +65 -0
  961. package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +37 -0
  962. package/out/exports/resources.generated/aws-networkmanager-device.d.ts +133 -0
  963. package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +145 -0
  964. package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +50 -0
  965. package/out/exports/resources.generated/aws-networkmanager-link.d.ts +95 -0
  966. package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +28 -0
  967. package/out/exports/resources.generated/aws-networkmanager-site.d.ts +85 -0
  968. package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +145 -0
  969. package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +78 -0
  970. package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +23 -0
  971. package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +150 -0
  972. package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +173 -0
  973. package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +25 -0
  974. package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +73 -0
  975. package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +28 -0
  976. package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +25 -0
  977. package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +81 -0
  978. package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +29 -0
  979. package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +88 -0
  980. package/out/exports/resources.generated/aws-oam-link.d.ts +142 -0
  981. package/out/exports/resources.generated/aws-oam-sink.d.ts +55 -0
  982. package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +188 -0
  983. package/out/exports/resources.generated/aws-omics-referencestore.d.ts +93 -0
  984. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +81 -0
  985. package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +162 -0
  986. package/out/exports/resources.generated/aws-omics-variantstore.d.ts +138 -0
  987. package/out/exports/resources.generated/aws-omics-workflow.d.ts +181 -0
  988. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +186 -0
  989. package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +46 -0
  990. package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +92 -0
  991. package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +138 -0
  992. package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +46 -0
  993. package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +139 -0
  994. package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +54 -0
  995. package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +52 -0
  996. package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +115 -0
  997. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +721 -0
  998. package/out/exports/resources.generated/aws-opsworks-app.d.ts +193 -0
  999. package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +32 -0
  1000. package/out/exports/resources.generated/aws-opsworks-instance.d.ts +274 -0
  1001. package/out/exports/resources.generated/aws-opsworks-layer.d.ts +281 -0
  1002. package/out/exports/resources.generated/aws-opsworks-stack.d.ts +324 -0
  1003. package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +47 -0
  1004. package/out/exports/resources.generated/aws-opsworks-volume.d.ts +42 -0
  1005. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +243 -0
  1006. package/out/exports/resources.generated/aws-organizations-account.d.ts +169 -0
  1007. package/out/exports/resources.generated/aws-organizations-organization.d.ts +86 -0
  1008. package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +74 -0
  1009. package/out/exports/resources.generated/aws-organizations-policy.d.ts +114 -0
  1010. package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +56 -0
  1011. package/out/exports/resources.generated/aws-osis-pipeline.d.ts +173 -0
  1012. package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +128 -0
  1013. package/out/exports/resources.generated/aws-panorama-package.d.ts +68 -0
  1014. package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +82 -0
  1015. package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +57 -0
  1016. package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +219 -0
  1017. package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +66 -0
  1018. package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +37 -0
  1019. package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +29 -0
  1020. package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +919 -0
  1021. package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +62 -0
  1022. package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +42 -0
  1023. package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +92 -0
  1024. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +156 -0
  1025. package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +164 -0
  1026. package/out/exports/resources.generated/aws-pcs-queue.d.ts +65 -0
  1027. package/out/exports/resources.generated/aws-personalize-dataset.d.ts +161 -0
  1028. package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +57 -0
  1029. package/out/exports/resources.generated/aws-personalize-schema.d.ts +60 -0
  1030. package/out/exports/resources.generated/aws-personalize-solution.d.ts +235 -0
  1031. package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +47 -0
  1032. package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +72 -0
  1033. package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +72 -0
  1034. package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +72 -0
  1035. package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +72 -0
  1036. package/out/exports/resources.generated/aws-pinpoint-app.d.ts +44 -0
  1037. package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +122 -0
  1038. package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +47 -0
  1039. package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +785 -0
  1040. package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +62 -0
  1041. package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +64 -0
  1042. package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +41 -0
  1043. package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +52 -0
  1044. package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +234 -0
  1045. package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +201 -0
  1046. package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +284 -0
  1047. package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +51 -0
  1048. package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +54 -0
  1049. package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +37 -0
  1050. package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +98 -0
  1051. package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +157 -0
  1052. package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +32 -0
  1053. package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +115 -0
  1054. package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1939 -0
  1055. package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +93 -0
  1056. package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +79 -0
  1057. package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +70 -0
  1058. package/out/exports/resources.generated/aws-qbusiness-application.d.ts +262 -0
  1059. package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +210 -0
  1060. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +424 -0
  1061. package/out/exports/resources.generated/aws-qbusiness-index.d.ts +159 -0
  1062. package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +42 -0
  1063. package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +240 -0
  1064. package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +135 -0
  1065. package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +242 -0
  1066. package/out/exports/resources.generated/aws-qldb-ledger.d.ts +85 -0
  1067. package/out/exports/resources.generated/aws-qldb-stream.d.ts +99 -0
  1068. package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +14405 -0
  1069. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +144 -0
  1070. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +14534 -0
  1071. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1290 -0
  1072. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +1001 -0
  1073. package/out/exports/resources.generated/aws-quicksight-folder.d.ts +127 -0
  1074. package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +102 -0
  1075. package/out/exports/resources.generated/aws-quicksight-template.d.ts +13542 -0
  1076. package/out/exports/resources.generated/aws-quicksight-theme.d.ts +374 -0
  1077. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +1001 -0
  1078. package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +106 -0
  1079. package/out/exports/resources.generated/aws-ram-permission.d.ts +69 -0
  1080. package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +70 -0
  1081. package/out/exports/resources.generated/aws-rbin-rule.d.ts +156 -0
  1082. package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +121 -0
  1083. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +960 -0
  1084. package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +90 -0
  1085. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1300 -0
  1086. package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +107 -0
  1087. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +160 -0
  1088. package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +100 -0
  1089. package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +145 -0
  1090. package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +78 -0
  1091. package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +59 -0
  1092. package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +98 -0
  1093. package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +45 -0
  1094. package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +67 -0
  1095. package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +182 -0
  1096. package/out/exports/resources.generated/aws-rds-integration.d.ts +77 -0
  1097. package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +121 -0
  1098. package/out/exports/resources.generated/aws-redshift-cluster.d.ts +473 -0
  1099. package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +59 -0
  1100. package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +36 -0
  1101. package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +59 -0
  1102. package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +43 -0
  1103. package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +74 -0
  1104. package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +79 -0
  1105. package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +113 -0
  1106. package/out/exports/resources.generated/aws-redshift-integration.d.ts +60 -0
  1107. package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +138 -0
  1108. package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +197 -0
  1109. package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +260 -0
  1110. package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +154 -0
  1111. package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +76 -0
  1112. package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +198 -0
  1113. package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +138 -0
  1114. package/out/exports/resources.generated/aws-rekognition-collection.d.ts +33 -0
  1115. package/out/exports/resources.generated/aws-rekognition-project.d.ts +28 -0
  1116. package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +355 -0
  1117. package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +401 -0
  1118. package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +97 -0
  1119. package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +31 -0
  1120. package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +62 -0
  1121. package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +85 -0
  1122. package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +181 -0
  1123. package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +100 -0
  1124. package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +44 -0
  1125. package/out/exports/resources.generated/aws-robomaker-robot.d.ts +62 -0
  1126. package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +103 -0
  1127. package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +41 -0
  1128. package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +144 -0
  1129. package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +41 -0
  1130. package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +50 -0
  1131. package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +112 -0
  1132. package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +122 -0
  1133. package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +59 -0
  1134. package/out/exports/resources.generated/aws-route53-dnssec.d.ts +19 -0
  1135. package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +143 -0
  1136. package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +202 -0
  1137. package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +45 -0
  1138. package/out/exports/resources.generated/aws-route53-recordset.d.ts +516 -0
  1139. package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +528 -0
  1140. package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +47 -0
  1141. package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +50 -0
  1142. package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +48 -0
  1143. package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +48 -0
  1144. package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +57 -0
  1145. package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +52 -0
  1146. package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +174 -0
  1147. package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +58 -0
  1148. package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +53 -0
  1149. package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +50 -0
  1150. package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +172 -0
  1151. package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +107 -0
  1152. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +207 -0
  1153. package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +111 -0
  1154. package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +98 -0
  1155. package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +49 -0
  1156. package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +44 -0
  1157. package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +147 -0
  1158. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +96 -0
  1159. package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +71 -0
  1160. package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +126 -0
  1161. package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +53 -0
  1162. package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +397 -0
  1163. package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +122 -0
  1164. package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +46 -0
  1165. package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +64 -0
  1166. package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +135 -0
  1167. package/out/exports/resources.generated/aws-s3-bucket.d.ts +1511 -0
  1168. package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +57 -0
  1169. package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +106 -0
  1170. package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +39 -0
  1171. package/out/exports/resources.generated/aws-s3-storagelens.d.ts +383 -0
  1172. package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +179 -0
  1173. package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +93 -0
  1174. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +278 -0
  1175. package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +120 -0
  1176. package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +26 -0
  1177. package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +69 -0
  1178. package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +331 -0
  1179. package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +42 -0
  1180. package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +116 -0
  1181. package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +83 -0
  1182. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +27 -0
  1183. package/out/exports/resources.generated/aws-sagemaker-app.d.ts +118 -0
  1184. package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +185 -0
  1185. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +217 -0
  1186. package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +69 -0
  1187. package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +464 -0
  1188. package/out/exports/resources.generated/aws-sagemaker-device.d.ts +60 -0
  1189. package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +68 -0
  1190. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +897 -0
  1191. package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +218 -0
  1192. package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +541 -0
  1193. package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +288 -0
  1194. package/out/exports/resources.generated/aws-sagemaker-image.d.ts +68 -0
  1195. package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +130 -0
  1196. package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +302 -0
  1197. package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +304 -0
  1198. package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +79 -0
  1199. package/out/exports/resources.generated/aws-sagemaker-model.d.ts +320 -0
  1200. package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +507 -0
  1201. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +808 -0
  1202. package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +457 -0
  1203. package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +1093 -0
  1204. package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +55 -0
  1205. package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +520 -0
  1206. package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +637 -0
  1207. package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +134 -0
  1208. package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +53 -0
  1209. package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +129 -0
  1210. package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +98 -0
  1211. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +97 -0
  1212. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +404 -0
  1213. package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +52 -0
  1214. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +626 -0
  1215. package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +121 -0
  1216. package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +540 -0
  1217. package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +73 -0
  1218. package/out/exports/resources.generated/aws-sdb-domain.d.ts +31 -0
  1219. package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +46 -0
  1220. package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +249 -0
  1221. package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +183 -0
  1222. package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +61 -0
  1223. package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +723 -0
  1224. package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +221 -0
  1225. package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +47 -0
  1226. package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +57 -0
  1227. package/out/exports/resources.generated/aws-securityhub-hub.d.ts +74 -0
  1228. package/out/exports/resources.generated/aws-securityhub-insight.d.ts +825 -0
  1229. package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +68 -0
  1230. package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +59 -0
  1231. package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +38 -0
  1232. package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
  1233. package/out/exports/resources.generated/aws-securityhub-standard.d.ts +62 -0
  1234. package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +40 -0
  1235. package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +142 -0
  1236. package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +164 -0
  1237. package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +94 -0
  1238. package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +35 -0
  1239. package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +204 -0
  1240. package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +255 -0
  1241. package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +50 -0
  1242. package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +61 -0
  1243. package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +50 -0
  1244. package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +56 -0
  1245. package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +45 -0
  1246. package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +49 -0
  1247. package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +45 -0
  1248. package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +52 -0
  1249. package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +76 -0
  1250. package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +37 -0
  1251. package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +76 -0
  1252. package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +38 -0
  1253. package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +32 -0
  1254. package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +71 -0
  1255. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +54 -0
  1256. package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +46 -0
  1257. package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +49 -0
  1258. package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +47 -0
  1259. package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +73 -0
  1260. package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +91 -0
  1261. package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +92 -0
  1262. package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +297 -0
  1263. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +209 -0
  1264. package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +186 -0
  1265. package/out/exports/resources.generated/aws-ses-contactlist.d.ts +66 -0
  1266. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +38 -0
  1267. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +193 -0
  1268. package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +49 -0
  1269. package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +43 -0
  1270. package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
  1271. package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +77 -0
  1272. package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +155 -0
  1273. package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +78 -0
  1274. package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +607 -0
  1275. package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +285 -0
  1276. package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +65 -0
  1277. package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +348 -0
  1278. package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +35 -0
  1279. package/out/exports/resources.generated/aws-ses-template.d.ts +56 -0
  1280. package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +63 -0
  1281. package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +72 -0
  1282. package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +106 -0
  1283. package/out/exports/resources.generated/aws-shield-protection.d.ts +132 -0
  1284. package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +64 -0
  1285. package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +40 -0
  1286. package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +73 -0
  1287. package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +125 -0
  1288. package/out/exports/resources.generated/aws-sns-subscription.d.ts +97 -0
  1289. package/out/exports/resources.generated/aws-sns-topic.d.ts +167 -0
  1290. package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +23 -0
  1291. package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +33 -0
  1292. package/out/exports/resources.generated/aws-sqs-queue.d.ts +176 -0
  1293. package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +23 -0
  1294. package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +33 -0
  1295. package/out/exports/resources.generated/aws-ssm-association.d.ts +226 -0
  1296. package/out/exports/resources.generated/aws-ssm-document.d.ts +141 -0
  1297. package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +81 -0
  1298. package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +74 -0
  1299. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +374 -0
  1300. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +97 -0
  1301. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +259 -0
  1302. package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +183 -0
  1303. package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +38 -0
  1304. package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +153 -0
  1305. package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +62 -0
  1306. package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +135 -0
  1307. package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +243 -0
  1308. package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +59 -0
  1309. package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +68 -0
  1310. package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +315 -0
  1311. package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +397 -0
  1312. package/out/exports/resources.generated/aws-sso-application.d.ts +114 -0
  1313. package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +34 -0
  1314. package/out/exports/resources.generated/aws-sso-assignment.d.ts +57 -0
  1315. package/out/exports/resources.generated/aws-sso-instance.d.ts +71 -0
  1316. package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +67 -0
  1317. package/out/exports/resources.generated/aws-sso-permissionset.d.ts +137 -0
  1318. package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +124 -0
  1319. package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +258 -0
  1320. package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +185 -0
  1321. package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +58 -0
  1322. package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +40 -0
  1323. package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +87 -0
  1324. package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +45 -0
  1325. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +379 -0
  1326. package/out/exports/resources.generated/aws-synthetics-group.d.ts +49 -0
  1327. package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +125 -0
  1328. package/out/exports/resources.generated/aws-timestream-database.d.ts +43 -0
  1329. package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +191 -0
  1330. package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +355 -0
  1331. package/out/exports/resources.generated/aws-timestream-table.d.ts +187 -0
  1332. package/out/exports/resources.generated/aws-transfer-agreement.d.ts +162 -0
  1333. package/out/exports/resources.generated/aws-transfer-certificate.d.ts +126 -0
  1334. package/out/exports/resources.generated/aws-transfer-connector.d.ts +160 -0
  1335. package/out/exports/resources.generated/aws-transfer-profile.d.ts +57 -0
  1336. package/out/exports/resources.generated/aws-transfer-server.d.ts +475 -0
  1337. package/out/exports/resources.generated/aws-transfer-user.d.ts +200 -0
  1338. package/out/exports/resources.generated/aws-transfer-webapp.d.ts +143 -0
  1339. package/out/exports/resources.generated/aws-transfer-workflow.d.ts +294 -0
  1340. package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +230 -0
  1341. package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +172 -0
  1342. package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +111 -0
  1343. package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +48 -0
  1344. package/out/exports/resources.generated/aws-voiceid-domain.d.ts +65 -0
  1345. package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +76 -0
  1346. package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +40 -0
  1347. package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +153 -0
  1348. package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +117 -0
  1349. package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +69 -0
  1350. package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +26 -0
  1351. package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +267 -0
  1352. package/out/exports/resources.generated/aws-vpclattice-service.d.ts +101 -0
  1353. package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +88 -0
  1354. package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +55 -0
  1355. package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +135 -0
  1356. package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +114 -0
  1357. package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +235 -0
  1358. package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +204 -0
  1359. package/out/exports/resources.generated/aws-waf-ipset.d.ts +80 -0
  1360. package/out/exports/resources.generated/aws-waf-rule.d.ts +78 -0
  1361. package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +170 -0
  1362. package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +142 -0
  1363. package/out/exports/resources.generated/aws-waf-webacl.d.ts +102 -0
  1364. package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +142 -0
  1365. package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +204 -0
  1366. package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +66 -0
  1367. package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +80 -0
  1368. package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +96 -0
  1369. package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +36 -0
  1370. package/out/exports/resources.generated/aws-wafregional-rule.d.ts +78 -0
  1371. package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +170 -0
  1372. package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +142 -0
  1373. package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +99 -0
  1374. package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +40 -0
  1375. package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +142 -0
  1376. package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +96 -0
  1377. package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +184 -0
  1378. package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +68 -0
  1379. package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1745 -0
  1380. package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2591 -0
  1381. package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +71 -0
  1382. package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +290 -0
  1383. package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +54 -0
  1384. package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +341 -0
  1385. package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +58 -0
  1386. package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +144 -0
  1387. package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +56 -0
  1388. package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +76 -0
  1389. package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +73 -0
  1390. package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +338 -0
  1391. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +733 -0
  1392. package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +42 -0
  1393. package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +44 -0
  1394. package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +98 -0
  1395. package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +152 -0
  1396. package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +185 -0
  1397. package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +59 -0
  1398. package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +206 -0
  1399. package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +97 -0
  1400. package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +98 -0
  1401. package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +68 -0
  1402. package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +208 -0
  1403. package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +41 -0
  1404. package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +56 -0
  1405. package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +196 -0
  1406. package/out/exports/resources.generated/aws-xray-group.d.ts +66 -0
  1407. package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +33 -0
  1408. package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +240 -0
  1409. package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +28 -0
  1410. package/out/lib/assert.d.ts +21 -0
  1411. package/out/lib/assert.d.ts.map +1 -0
  1412. package/out/lib/assert.js +39 -0
  1413. package/out/lib/assert.js.map +1 -0
  1414. package/out/lib/builder.d.ts +153 -0
  1415. package/out/lib/builder.d.ts.map +1 -0
  1416. package/out/lib/builder.js +169 -0
  1417. package/out/lib/builder.js.map +1 -0
  1418. package/out/lib/intrinsics.d.ts +940 -0
  1419. package/out/lib/intrinsics.d.ts.map +1 -0
  1420. package/out/lib/intrinsics.js +431 -0
  1421. package/out/lib/intrinsics.js.map +1 -0
  1422. package/out/lib/json.d.ts.map +1 -0
  1423. package/out/{exports/main → lib}/json.js.map +1 -1
  1424. package/out/lib/parameters.d.ts.map +1 -0
  1425. package/out/{exports/main → lib}/parameters.js.map +1 -1
  1426. package/out/lib/policy.d.ts.map +1 -0
  1427. package/out/{exports/main → lib}/policy.js.map +1 -1
  1428. package/out/{exports/main → lib}/template.d.ts +29 -8
  1429. package/out/lib/template.d.ts.map +1 -0
  1430. package/out/lib/template.js +14 -0
  1431. package/out/lib/template.js.map +1 -0
  1432. package/package.json +12 -4
  1433. package/exports/main/intrinsics.ts +0 -632
  1434. package/out/exports/main/intrinsics.d.ts +0 -522
  1435. package/out/exports/main/intrinsics.d.ts.map +0 -1
  1436. package/out/exports/main/intrinsics.js +0 -20
  1437. package/out/exports/main/intrinsics.js.map +0 -1
  1438. package/out/exports/main/json.d.ts.map +0 -1
  1439. package/out/exports/main/parameters.d.ts.map +0 -1
  1440. package/out/exports/main/policy.d.ts.map +0 -1
  1441. package/out/exports/main/template.d.ts.map +0 -1
  1442. package/out/exports/main/template.js +0 -13
  1443. package/out/exports/main/template.js.map +0 -1
  1444. /package/{exports/main → lib}/json.ts +0 -0
  1445. /package/{exports/main → lib}/parameters.ts +0 -0
  1446. /package/{exports/main → lib}/policy.ts +0 -0
  1447. /package/out/{exports/main → lib}/json.d.ts +0 -0
  1448. /package/out/{exports/main → lib}/json.js +0 -0
  1449. /package/out/{exports/main → lib}/parameters.d.ts +0 -0
  1450. /package/out/{exports/main → lib}/parameters.js +0 -0
  1451. /package/out/{exports/main → lib}/policy.d.ts +0 -0
  1452. /package/out/{exports/main → lib}/policy.js +0 -0
@@ -0,0 +1,2202 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * > Amazon Lex V2 is the only supported version in AWS CloudFormation .
4
+ *
5
+ * Specifies an Amazon Lex conversational bot.
6
+ *
7
+ * You must configure an intent based on the `AMAZON.FallbackIntent` built-in intent. If you don't add one, creating the bot will fail.
8
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html}
9
+ */
10
+ export type LexBot = ResourceDefinitionWithAttributes<"AWS::Lex::Bot", LexBotProps, LexBotAttribs>;
11
+ /**
12
+ * > Amazon Lex V2 is the only supported version in AWS CloudFormation .
13
+ *
14
+ * Specifies an Amazon Lex conversational bot.
15
+ *
16
+ * You must configure an intent based on the `AMAZON.FallbackIntent` built-in intent. If you don't add one, creating the bot will fail.
17
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html}
18
+ */
19
+ export type LexBotProps = {
20
+ /**
21
+ * Indicates whether Amazon Lex V2 should automatically build the locales for the bot after a change.
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-autobuildbotlocales}
23
+ */
24
+ AutoBuildBotLocales?: boolean | undefined;
25
+ /**
26
+ * The Amazon S3 location of files used to import a bot. The files must be in the import format specified in [JSON format for importing and exporting](https://docs.aws.amazon.com/lexv2/latest/dg/import-export-format.html) in the *Amazon Lex developer guide.*
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-botfiles3location}
28
+ */
29
+ BotFileS3Location?: S3Location | undefined;
30
+ /**
31
+ * A list of locales for the bot.
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-botlocales}
33
+ */
34
+ BotLocales?: BotLocale[] | undefined;
35
+ /**
36
+ * A list of tags to add to the bot. You can only add tags when you import a bot. You can't use the `UpdateBot` operation to update tags. To update tags, use the `TagResource` operation.
37
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-bottags}
38
+ */
39
+ BotTags?: Tag[] | undefined;
40
+ /**
41
+ * By default, data stored by Amazon Lex is encrypted. The `DataPrivacy` structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot.
42
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-dataprivacy}
43
+ */
44
+ DataPrivacy: {
45
+ ChildDirected: boolean;
46
+ };
47
+ /**
48
+ * The description of the version.
49
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-description}
50
+ */
51
+ Description?: string | undefined;
52
+ /**
53
+ * The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
54
+ *
55
+ * A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.
56
+ *
57
+ * You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
58
+ * @min 60
59
+ * @max 86400
60
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-idlesessionttlinseconds}
61
+ */
62
+ IdleSessionTTLInSeconds: number;
63
+ /**
64
+ * The name of the bot locale.
65
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-name}
66
+ */
67
+ Name: string;
68
+ /**
69
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-replication}
70
+ */
71
+ Replication?: Replication | undefined;
72
+ /**
73
+ * The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-rolearn}
75
+ */
76
+ RoleArn: string;
77
+ /**
78
+ * Specifies configuration settings for the alias used to test the bot. If the `TestBotAliasSettings` property is not specified, the settings are configured with default values.
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-testbotaliassettings}
80
+ */
81
+ TestBotAliasSettings?: TestBotAliasSettings | undefined;
82
+ /**
83
+ * A list of tags to add to the test alias for a bot. You can only add tags when you import a bot. You can't use the `UpdateAlias` operation to update tags. To update tags on the test alias, use the `TagResource` operation.
84
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-testbotaliastags}
85
+ */
86
+ TestBotAliasTags?: Tag[] | undefined;
87
+ };
88
+ /**
89
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#aws-resource-lex-bot-return-values}
90
+ */
91
+ export type LexBotAttribs = {
92
+ /**
93
+ * The Amazon Resource Name (ARN) of the bot.
94
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-arn}
95
+ */
96
+ Arn: string;
97
+ /**
98
+ * The unique identifier of the bot.
99
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-id}
100
+ */
101
+ Id: string;
102
+ };
103
+ /**
104
+ * Provides settings that enable advanced recognition settings for slot values.
105
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-advancedrecognitionsetting.html}
106
+ */
107
+ export type AdvancedRecognitionSetting = {
108
+ /**
109
+ * Enables using the slot values as a custom vocabulary for recognizing user utterances.
110
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-advancedrecognitionsetting.html#cfn-lex-bot-advancedrecognitionsetting-audiorecognitionstrategy}
111
+ */
112
+ AudioRecognitionStrategy?: AudioRecognitionStrategy | undefined;
113
+ };
114
+ /**
115
+ * Specifies the allowed input types.
116
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-allowedinputtypes.html}
117
+ */
118
+ export type AllowedInputTypes = {
119
+ /**
120
+ * Indicates whether audio input is allowed.
121
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-allowedinputtypes.html#cfn-lex-bot-allowedinputtypes-allowaudioinput}
122
+ */
123
+ AllowAudioInput: boolean;
124
+ /**
125
+ * Indicates whether DTMF input is allowed.
126
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-allowedinputtypes.html#cfn-lex-bot-allowedinputtypes-allowdtmfinput}
127
+ */
128
+ AllowDTMFInput: boolean;
129
+ };
130
+ /**
131
+ * Specifies the audio and DTMF input specification.
132
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audioanddtmfinputspecification.html}
133
+ */
134
+ export type AudioAndDTMFInputSpecification = {
135
+ /**
136
+ * Specifies the settings on audio input.
137
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audioanddtmfinputspecification.html#cfn-lex-bot-audioanddtmfinputspecification-audiospecification}
138
+ */
139
+ AudioSpecification?: AudioSpecification | undefined;
140
+ /**
141
+ * Specifies the settings on DTMF input.
142
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audioanddtmfinputspecification.html#cfn-lex-bot-audioanddtmfinputspecification-dtmfspecification}
143
+ */
144
+ DTMFSpecification?: DTMFSpecification | undefined;
145
+ /**
146
+ * Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.
147
+ * @min 1
148
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audioanddtmfinputspecification.html#cfn-lex-bot-audioanddtmfinputspecification-starttimeoutms}
149
+ */
150
+ StartTimeoutMs: number;
151
+ };
152
+ /**
153
+ * The location of audio log files collected when conversation logging is enabled for a bot.
154
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiologdestination.html}
155
+ */
156
+ export type AudioLogDestination = {
157
+ /**
158
+ * Specifies the Amazon S3 bucket where the audio files are stored.
159
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiologdestination.html#cfn-lex-bot-audiologdestination-s3bucket}
160
+ */
161
+ S3Bucket: S3BucketLogDestination;
162
+ };
163
+ /**
164
+ * Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
165
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiologsetting.html}
166
+ */
167
+ export type AudioLogSetting = {
168
+ /**
169
+ * Specifies the location of the audio log files collected when conversation logging is enabled for a bot.
170
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiologsetting.html#cfn-lex-bot-audiologsetting-destination}
171
+ */
172
+ Destination: AudioLogDestination;
173
+ /**
174
+ * Determines whether audio logging in enabled for the bot.
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiologsetting.html#cfn-lex-bot-audiologsetting-enabled}
176
+ */
177
+ Enabled: boolean;
178
+ };
179
+ /**
180
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiorecognitionstrategy.html}
181
+ */
182
+ export type AudioRecognitionStrategy = "UseSlotValuesAsCustomVocabulary";
183
+ /**
184
+ * Specifies the audio input specifications.
185
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiospecification.html}
186
+ */
187
+ export type AudioSpecification = {
188
+ /**
189
+ * Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
190
+ * @min 1
191
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiospecification.html#cfn-lex-bot-audiospecification-endtimeoutms}
192
+ */
193
+ EndTimeoutMs: number;
194
+ /**
195
+ * Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
196
+ * @min 1
197
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiospecification.html#cfn-lex-bot-audiospecification-maxlengthms}
198
+ */
199
+ MaxLengthMs: number;
200
+ };
201
+ /**
202
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentconfiguration.html}
203
+ */
204
+ export type BedrockAgentIntentConfiguration = {
205
+ /**
206
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentconfiguration.html#cfn-lex-bot-bedrockagentintentconfiguration-bedrockagentconfiguration}
207
+ */
208
+ BedrockAgentConfiguration?: {
209
+ /**
210
+ * @minLength 1
211
+ * @maxLength 5000
212
+ */
213
+ BedrockAgentAliasId?: string | undefined;
214
+ /**
215
+ * @minLength 1
216
+ * @maxLength 5000
217
+ */
218
+ BedrockAgentId?: string | undefined;
219
+ } | undefined;
220
+ /**
221
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentconfiguration.html#cfn-lex-bot-bedrockagentintentconfiguration-bedrockagentintentknowledgebaseconfiguration}
222
+ */
223
+ BedrockAgentIntentKnowledgeBaseConfiguration?: {
224
+ /**
225
+ * @minLength 1
226
+ * @maxLength 5000
227
+ */
228
+ BedrockKnowledgeBaseArn: string;
229
+ BedrockModelConfiguration: BedrockModelSpecification;
230
+ } | undefined;
231
+ };
232
+ /**
233
+ * Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
234
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockmodelspecification.html}
235
+ */
236
+ export type BedrockModelSpecification = {
237
+ /**
238
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockmodelspecification.html#cfn-lex-bot-bedrockmodelspecification-bedrockguardrailconfiguration}
239
+ */
240
+ BedrockGuardrailConfiguration?: {
241
+ /**
242
+ * @minLength 1
243
+ * @maxLength 5000
244
+ */
245
+ BedrockGuardrailIdentifier?: string | undefined;
246
+ /**
247
+ * @minLength 1
248
+ * @maxLength 5000
249
+ */
250
+ BedrockGuardrailVersion?: string | undefined;
251
+ } | undefined;
252
+ /**
253
+ * @minLength 1
254
+ * @maxLength 5000
255
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockmodelspecification.html#cfn-lex-bot-bedrockmodelspecification-bedrockmodelcustomprompt}
256
+ */
257
+ BedrockModelCustomPrompt?: string | undefined;
258
+ /**
259
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockmodelspecification.html#cfn-lex-bot-bedrockmodelspecification-bedrocktracestatus}
260
+ */
261
+ BedrockTraceStatus?: "ENABLED" | "DISABLED" | undefined;
262
+ /**
263
+ * The ARN of the foundation model used in descriptive bot building.
264
+ * @minLength 1
265
+ * @maxLength 5000
266
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockmodelspecification.html#cfn-lex-bot-bedrockmodelspecification-modelarn}
267
+ */
268
+ ModelArn: string;
269
+ };
270
+ /**
271
+ * Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.
272
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettings.html}
273
+ */
274
+ export type BotAliasLocaleSettings = {
275
+ /**
276
+ * Specifies the Lambda function that should be used in the locale.
277
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettings.html#cfn-lex-bot-botaliaslocalesettings-codehookspecification}
278
+ */
279
+ CodeHookSpecification?: CodeHookSpecification | undefined;
280
+ /**
281
+ * Determines whether the locale is enabled for the bot. If the value is `false` , the locale isn't available for use.
282
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettings.html#cfn-lex-bot-botaliaslocalesettings-enabled}
283
+ */
284
+ Enabled: boolean;
285
+ };
286
+ /**
287
+ * Specifies locale settings for a single locale.
288
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettingsitem.html}
289
+ */
290
+ export type BotAliasLocaleSettingsItem = {
291
+ /**
292
+ * Specifies locale settings for a locale.
293
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettingsitem.html#cfn-lex-bot-botaliaslocalesettingsitem-botaliaslocalesetting}
294
+ */
295
+ BotAliasLocaleSetting: BotAliasLocaleSettings;
296
+ /**
297
+ * Specifies the locale that the settings apply to.
298
+ * @minLength 1
299
+ * @maxLength 128
300
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettingsitem.html#cfn-lex-bot-botaliaslocalesettingsitem-localeid}
301
+ */
302
+ LocaleId: string;
303
+ };
304
+ /**
305
+ * Provides configuration information for a locale.
306
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html}
307
+ */
308
+ export type BotLocale = {
309
+ /**
310
+ * Specifies a custom vocabulary to use with a specific locale.
311
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-customvocabulary}
312
+ */
313
+ CustomVocabulary?: CustomVocabulary | undefined;
314
+ /**
315
+ * A description of the bot locale. Use this to help identify the bot locale in lists.
316
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-description}
317
+ */
318
+ Description?: string | undefined;
319
+ /**
320
+ * One or more intents defined for the locale.
321
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-intents}
322
+ */
323
+ Intents?: Intent[] | undefined;
324
+ /**
325
+ * The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales.
326
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-localeid}
327
+ */
328
+ LocaleId: string;
329
+ /**
330
+ * Determines the threshold where Amazon Lex will insert the `AMAZON.FallbackIntent` , `AMAZON.KendraSearchIntent` , or both when returning alternative intents. You must configure an `AMAZON.FallbackIntent` . `AMAZON.KendraSearchIntent` is only inserted if it is configured for the bot.
331
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-nluconfidencethreshold}
332
+ */
333
+ NluConfidenceThreshold: number;
334
+ /**
335
+ * One or more slot types defined for the locale.
336
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-slottypes}
337
+ */
338
+ SlotTypes?: SlotType[] | undefined;
339
+ /**
340
+ * Defines settings for using an Amazon Polly voice to communicate with a user.
341
+ *
342
+ * Valid values include:
343
+ *
344
+ * - `standard`
345
+ * - `neural`
346
+ * - `long-form`
347
+ * - `generative`
348
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-voicesettings}
349
+ */
350
+ VoiceSettings?: VoiceSettings | undefined;
351
+ };
352
+ /**
353
+ * Describes a button to use on a response card used to gather slot values from a user.
354
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-button.html}
355
+ */
356
+ export type Button = {
357
+ /**
358
+ * The text that appears on the button. Use this to tell the user what value is returned when they choose this button.
359
+ * @minLength 1
360
+ * @maxLength 50
361
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-button.html#cfn-lex-bot-button-text}
362
+ */
363
+ Text: string;
364
+ /**
365
+ * The value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.
366
+ * @minLength 1
367
+ * @maxLength 50
368
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-button.html#cfn-lex-bot-button-value}
369
+ */
370
+ Value: string;
371
+ };
372
+ /**
373
+ * The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.
374
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-cloudwatchloggrouplogdestination.html}
375
+ */
376
+ export type CloudWatchLogGroupLogDestination = {
377
+ /**
378
+ * The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
379
+ * @minLength 1
380
+ * @maxLength 2048
381
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-cloudwatchloggrouplogdestination.html#cfn-lex-bot-cloudwatchloggrouplogdestination-cloudwatchloggrouparn}
382
+ */
383
+ CloudWatchLogGroupArn: string;
384
+ /**
385
+ * The prefix of the log stream name within the log group that you specified
386
+ * @minLength 0
387
+ * @maxLength 1024
388
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-cloudwatchloggrouplogdestination.html#cfn-lex-bot-cloudwatchloggrouplogdestination-logprefix}
389
+ */
390
+ LogPrefix: string;
391
+ };
392
+ /**
393
+ * Contains information about code hooks that Amazon Lex calls during a conversation.
394
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-codehookspecification.html}
395
+ */
396
+ export type CodeHookSpecification = {
397
+ /**
398
+ * Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
399
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-codehookspecification.html#cfn-lex-bot-codehookspecification-lambdacodehook}
400
+ */
401
+ LambdaCodeHook: LambdaCodeHook;
402
+ };
403
+ /**
404
+ * A composite slot is a combination of two or more slots that capture multiple pieces of information in a single user input.
405
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-compositeslottypesetting.html}
406
+ */
407
+ export type CompositeSlotTypeSetting = {
408
+ /**
409
+ * Subslots in the composite slot.
410
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-compositeslottypesetting.html#cfn-lex-bot-compositeslottypesetting-subslots}
411
+ */
412
+ SubSlots?: SubSlotTypeComposition[] | undefined;
413
+ };
414
+ /**
415
+ * Provides an expression that evaluates to true or false.
416
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html}
417
+ */
418
+ export type Condition = {
419
+ /**
420
+ * The expression string that is evaluated.
421
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html#cfn-lex-bot-condition-expressionstring}
422
+ */
423
+ ExpressionString: string;
424
+ };
425
+ /**
426
+ * A set of actions that Amazon Lex should run if the condition is matched.
427
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html}
428
+ */
429
+ export type ConditionalBranch = {
430
+ /**
431
+ * Contains the expression to evaluate. If the condition is true, the branch's actions are taken.
432
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-condition}
433
+ */
434
+ Condition: Condition;
435
+ /**
436
+ * The name of the branch.
437
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-name}
438
+ */
439
+ Name: string;
440
+ /**
441
+ * The next step in the conversation.
442
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-nextstep}
443
+ */
444
+ NextStep: DialogState;
445
+ /**
446
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input.
447
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-response}
448
+ */
449
+ Response?: ResponseSpecification | undefined;
450
+ };
451
+ /**
452
+ * Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
453
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html}
454
+ */
455
+ export type ConditionalSpecification = {
456
+ /**
457
+ * A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.
458
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html#cfn-lex-bot-conditionalspecification-conditionalbranches}
459
+ */
460
+ ConditionalBranches: ConditionalBranch[];
461
+ /**
462
+ * The conditional branch that should be followed when the conditions for other branches are not satisfied. A conditional branch is made up of a condition, a response and a next step.
463
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html#cfn-lex-bot-conditionalspecification-defaultbranch}
464
+ */
465
+ DefaultBranch: DefaultConditionalBranch;
466
+ /**
467
+ * Determines whether a conditional branch is active. When `IsActive` is false, the conditions are not evaluated.
468
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html#cfn-lex-bot-conditionalspecification-isactive}
469
+ */
470
+ IsActive: boolean;
471
+ };
472
+ /**
473
+ * Configures conversation logging that saves audio, text, and metadata for the conversations with your users.
474
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conversationlogsettings.html}
475
+ */
476
+ export type ConversationLogSettings = {
477
+ /**
478
+ * The Amazon S3 settings for logging audio to an S3 bucket.
479
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conversationlogsettings.html#cfn-lex-bot-conversationlogsettings-audiologsettings}
480
+ */
481
+ AudioLogSettings?: AudioLogSetting[] | undefined;
482
+ /**
483
+ * The Amazon CloudWatch Logs settings for logging text and metadata.
484
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conversationlogsettings.html#cfn-lex-bot-conversationlogsettings-textlogsettings}
485
+ */
486
+ TextLogSettings?: TextLogSetting[] | undefined;
487
+ };
488
+ /**
489
+ * A custom response string that Amazon Lex sends to your application. You define the content and structure the string.
490
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-custompayload.html}
491
+ */
492
+ export type CustomPayload = {
493
+ /**
494
+ * The string that is sent to your application.
495
+ * @minLength 1
496
+ * @maxLength 1000
497
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-custompayload.html#cfn-lex-bot-custompayload-value}
498
+ */
499
+ Value: string;
500
+ };
501
+ /**
502
+ * Specifies a custom vocabulary. A custom vocabulary is a list of words that you expect to be used during a conversation with your bot.
503
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabulary.html}
504
+ */
505
+ export type CustomVocabulary = {
506
+ /**
507
+ * Specifies a list of words that you expect to be used during a conversation with your bot.
508
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabulary.html#cfn-lex-bot-customvocabulary-customvocabularyitems}
509
+ */
510
+ CustomVocabularyItems: CustomVocabularyItem[];
511
+ };
512
+ /**
513
+ * Specifies an entry in a custom vocabulary.
514
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabularyitem.html}
515
+ */
516
+ export type CustomVocabularyItem = {
517
+ /**
518
+ * The DisplayAs value for the custom vocabulary item from the custom vocabulary list.
519
+ * @minLength 1
520
+ * @maxLength 100
521
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabularyitem.html#cfn-lex-bot-customvocabularyitem-displayas}
522
+ */
523
+ DisplayAs?: string | undefined;
524
+ /**
525
+ * Specifies 1 - 4 words that should be recognized.
526
+ * @minLength 1
527
+ * @maxLength 100
528
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabularyitem.html#cfn-lex-bot-customvocabularyitem-phrase}
529
+ */
530
+ Phrase: string;
531
+ /**
532
+ * Specifies the degree to which the phrase recognition is boosted. The default value is 1.
533
+ * @min 0
534
+ * @max 3
535
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabularyitem.html#cfn-lex-bot-customvocabularyitem-weight}
536
+ */
537
+ Weight?: number | undefined;
538
+ };
539
+ /**
540
+ * Specifies the DTMF input specifications.
541
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dtmfspecification.html}
542
+ */
543
+ export type DTMFSpecification = {
544
+ /**
545
+ * The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
546
+ * @pattern ^[A-D0-9#*]{1}$
547
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dtmfspecification.html#cfn-lex-bot-dtmfspecification-deletioncharacter}
548
+ */
549
+ DeletionCharacter: string;
550
+ /**
551
+ * The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
552
+ * @pattern ^[A-D0-9#*]{1}$
553
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dtmfspecification.html#cfn-lex-bot-dtmfspecification-endcharacter}
554
+ */
555
+ EndCharacter: string;
556
+ /**
557
+ * How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
558
+ * @min 1
559
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dtmfspecification.html#cfn-lex-bot-dtmfspecification-endtimeoutms}
560
+ */
561
+ EndTimeoutMs: number;
562
+ /**
563
+ * The maximum number of DTMF digits allowed in an utterance.
564
+ * @min 1
565
+ * @max 1024
566
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dtmfspecification.html#cfn-lex-bot-dtmfspecification-maxlength}
567
+ */
568
+ MaxLength: number;
569
+ };
570
+ /**
571
+ * A set of actions that Amazon Lex should run if none of the other conditions are met.
572
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-defaultconditionalbranch.html}
573
+ */
574
+ export type DefaultConditionalBranch = {
575
+ /**
576
+ * The next step in the conversation.
577
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-defaultconditionalbranch.html#cfn-lex-bot-defaultconditionalbranch-nextstep}
578
+ */
579
+ NextStep?: DialogState | undefined;
580
+ /**
581
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input.
582
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-defaultconditionalbranch.html#cfn-lex-bot-defaultconditionalbranch-response}
583
+ */
584
+ Response?: ResponseSpecification | undefined;
585
+ };
586
+ /**
587
+ * Defines the action that the bot executes at runtime when the conversation reaches this step.
588
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html}
589
+ */
590
+ export type DialogAction = {
591
+ /**
592
+ * If the dialog action is `ElicitSlot` , defines the slot to elicit from the user.
593
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html#cfn-lex-bot-dialogaction-slottoelicit}
594
+ */
595
+ SlotToElicit?: string | undefined;
596
+ /**
597
+ * When true the next message for the intent is not used.
598
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html#cfn-lex-bot-dialogaction-suppressnextmessage}
599
+ */
600
+ SuppressNextMessage?: boolean | undefined;
601
+ /**
602
+ * The action that the bot should execute.
603
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html#cfn-lex-bot-dialogaction-type}
604
+ */
605
+ Type: DialogActionType;
606
+ };
607
+ /**
608
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogactiontype.html}
609
+ */
610
+ export type DialogActionType = "CloseIntent" | "ConfirmIntent" | "ElicitIntent" | "ElicitSlot" | "StartIntent" | "FulfillIntent" | "EndConversation" | "EvaluateConditional" | "InvokeDialogCodeHook";
611
+ /**
612
+ * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
613
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html}
614
+ */
615
+ export type DialogCodeHookInvocationSetting = {
616
+ /**
617
+ * Indicates whether a Lambda function should be invoked for the dialog.
618
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-enablecodehookinvocation}
619
+ */
620
+ EnableCodeHookInvocation: boolean;
621
+ /**
622
+ * A label that indicates the dialog step from which the dialog code hook is happening.
623
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-invocationlabel}
624
+ */
625
+ InvocationLabel?: string | undefined;
626
+ /**
627
+ * Determines whether a dialog code hook is used when the intent is activated.
628
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-isactive}
629
+ */
630
+ IsActive: boolean;
631
+ /**
632
+ * Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
633
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-postcodehookspecification}
634
+ */
635
+ PostCodeHookSpecification: PostDialogCodeHookInvocationSpecification;
636
+ };
637
+ /**
638
+ * Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
639
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehooksetting.html}
640
+ */
641
+ export type DialogCodeHookSetting = {
642
+ /**
643
+ * Enables the dialog code hook so that it processes user requests.
644
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehooksetting.html#cfn-lex-bot-dialogcodehooksetting-enabled}
645
+ */
646
+ Enabled: boolean;
647
+ };
648
+ /**
649
+ * The current state of the conversation with the user.
650
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html}
651
+ */
652
+ export type DialogState = {
653
+ /**
654
+ * Defines the action that the bot executes at runtime when the conversation reaches this step.
655
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html#cfn-lex-bot-dialogstate-dialogaction}
656
+ */
657
+ DialogAction?: DialogAction | undefined;
658
+ /**
659
+ * Override settings to configure the intent state.
660
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html#cfn-lex-bot-dialogstate-intent}
661
+ */
662
+ Intent?: IntentOverride | undefined;
663
+ /**
664
+ * Map of key/value pairs representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
665
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html#cfn-lex-bot-dialogstate-sessionattributes}
666
+ */
667
+ SessionAttributes?: SessionAttribute[] | undefined;
668
+ };
669
+ /**
670
+ * Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
671
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.html}
672
+ */
673
+ export type ElicitationCodeHookInvocationSetting = {
674
+ /**
675
+ * Indicates whether a Lambda function should be invoked for the dialog.
676
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.html#cfn-lex-bot-elicitationcodehookinvocationsetting-enablecodehookinvocation}
677
+ */
678
+ EnableCodeHookInvocation: boolean;
679
+ /**
680
+ * A label that indicates the dialog step from which the dialog code hook is happening.
681
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.html#cfn-lex-bot-elicitationcodehookinvocationsetting-invocationlabel}
682
+ */
683
+ InvocationLabel?: string | undefined;
684
+ };
685
+ /**
686
+ * Provides information about the external source of the slot type's definition.
687
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-externalsourcesetting.html}
688
+ */
689
+ export type ExternalSourceSetting = {
690
+ /**
691
+ * Settings required for a slot type based on a grammar that you provide.
692
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-externalsourcesetting.html#cfn-lex-bot-externalsourcesetting-grammarslottypesetting}
693
+ */
694
+ GrammarSlotTypeSetting?: GrammarSlotTypeSetting | undefined;
695
+ };
696
+ /**
697
+ * Determines if a Lambda function should be invoked for a specific intent.
698
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html}
699
+ */
700
+ export type FulfillmentCodeHookSetting = {
701
+ /**
702
+ * Indicates whether a Lambda function should be invoked to fulfill a specific intent.
703
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html#cfn-lex-bot-fulfillmentcodehooksetting-enabled}
704
+ */
705
+ Enabled: boolean;
706
+ /**
707
+ * Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
708
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html#cfn-lex-bot-fulfillmentcodehooksetting-fulfillmentupdatesspecification}
709
+ */
710
+ FulfillmentUpdatesSpecification?: FulfillmentUpdatesSpecification | undefined;
711
+ /**
712
+ * Determines whether the fulfillment code hook is used. When `active` is false, the code hook doesn't run.
713
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html#cfn-lex-bot-fulfillmentcodehooksetting-isactive}
714
+ */
715
+ IsActive?: boolean | undefined;
716
+ /**
717
+ * Provides settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations.
718
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html#cfn-lex-bot-fulfillmentcodehooksetting-postfulfillmentstatusspecification}
719
+ */
720
+ PostFulfillmentStatusSpecification?: PostFulfillmentStatusSpecification | undefined;
721
+ };
722
+ /**
723
+ * Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
724
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentstartresponsespecification.html}
725
+ */
726
+ export type FulfillmentStartResponseSpecification = {
727
+ /**
728
+ * Determines whether the user can interrupt the start message while it is playing.
729
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentstartresponsespecification.html#cfn-lex-bot-fulfillmentstartresponsespecification-allowinterrupt}
730
+ */
731
+ AllowInterrupt?: boolean | undefined;
732
+ /**
733
+ * The delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.
734
+ * @min 1
735
+ * @max 900
736
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentstartresponsespecification.html#cfn-lex-bot-fulfillmentstartresponsespecification-delayinseconds}
737
+ */
738
+ DelayInSeconds: number;
739
+ /**
740
+ * 1 - 5 message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user.
741
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentstartresponsespecification.html#cfn-lex-bot-fulfillmentstartresponsespecification-messagegroups}
742
+ */
743
+ MessageGroups: MessageGroup[];
744
+ };
745
+ /**
746
+ * Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.
747
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdateresponsespecification.html}
748
+ */
749
+ export type FulfillmentUpdateResponseSpecification = {
750
+ /**
751
+ * Determines whether the user can interrupt an update message while it is playing.
752
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdateresponsespecification.html#cfn-lex-bot-fulfillmentupdateresponsespecification-allowinterrupt}
753
+ */
754
+ AllowInterrupt?: boolean | undefined;
755
+ /**
756
+ * The frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.
757
+ * @min 1
758
+ * @max 900
759
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdateresponsespecification.html#cfn-lex-bot-fulfillmentupdateresponsespecification-frequencyinseconds}
760
+ */
761
+ FrequencyInSeconds: number;
762
+ /**
763
+ * 1 - 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
764
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdateresponsespecification.html#cfn-lex-bot-fulfillmentupdateresponsespecification-messagegroups}
765
+ */
766
+ MessageGroups: MessageGroup[];
767
+ };
768
+ /**
769
+ * Provides information for updating the user on the progress of fulfilling an intent.
770
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdatesspecification.html}
771
+ */
772
+ export type FulfillmentUpdatesSpecification = {
773
+ /**
774
+ * Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
775
+ *
776
+ * If the `active` field is set to true, the `startResponse` , `updateResponse` , and `timeoutInSeconds` fields are required.
777
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdatesspecification.html#cfn-lex-bot-fulfillmentupdatesspecification-active}
778
+ */
779
+ Active: boolean;
780
+ /**
781
+ * Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
782
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdatesspecification.html#cfn-lex-bot-fulfillmentupdatesspecification-startresponse}
783
+ */
784
+ StartResponse?: FulfillmentStartResponseSpecification | undefined;
785
+ /**
786
+ * The length of time that the fulfillment Lambda function should run before it times out.
787
+ * @min 1
788
+ * @max 900
789
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdatesspecification.html#cfn-lex-bot-fulfillmentupdatesspecification-timeoutinseconds}
790
+ */
791
+ TimeoutInSeconds?: number | undefined;
792
+ /**
793
+ * Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
794
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdatesspecification.html#cfn-lex-bot-fulfillmentupdatesspecification-updateresponse}
795
+ */
796
+ UpdateResponse?: FulfillmentUpdateResponseSpecification | undefined;
797
+ };
798
+ /**
799
+ * Settings requried for a slot type based on a grammar that you provide.
800
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesetting.html}
801
+ */
802
+ export type GrammarSlotTypeSetting = {
803
+ /**
804
+ * The source of the grammar used to create the slot type.
805
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesetting.html#cfn-lex-bot-grammarslottypesetting-source}
806
+ */
807
+ Source?: GrammarSlotTypeSource | undefined;
808
+ };
809
+ /**
810
+ * Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
811
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesource.html}
812
+ */
813
+ export type GrammarSlotTypeSource = {
814
+ /**
815
+ * The AWS KMS key required to decrypt the contents of the grammar, if any.
816
+ * @minLength 20
817
+ * @maxLength 2048
818
+ * @pattern ^arn:[\w\-]+:kms:[\w\-]+:[\d]{12}:(?:key\/[\w\-]+|alias\/[a-zA-Z0-9:\/_\-]{1,256})$
819
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesource.html#cfn-lex-bot-grammarslottypesource-kmskeyarn}
820
+ */
821
+ KmsKeyArn?: string | undefined;
822
+ /**
823
+ * The name of the Amazon S3 bucket that contains the grammar source.
824
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesource.html#cfn-lex-bot-grammarslottypesource-s3bucketname}
825
+ */
826
+ S3BucketName: string;
827
+ /**
828
+ * The path to the grammar in the Amazon S3 bucket.
829
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesource.html#cfn-lex-bot-grammarslottypesource-s3objectkey}
830
+ */
831
+ S3ObjectKey: string;
832
+ };
833
+ /**
834
+ * A card that is shown to the user by a messaging platform. You define the contents of the card, the card is displayed by the platform.
835
+ *
836
+ * When you use a response card, the response from the user is constrained to the text associated with a button on the card.
837
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-imageresponsecard.html}
838
+ */
839
+ export type ImageResponseCard = {
840
+ /**
841
+ * A list of buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button.
842
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-imageresponsecard.html#cfn-lex-bot-imageresponsecard-buttons}
843
+ */
844
+ Buttons?: Button[] | undefined;
845
+ /**
846
+ * The URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.
847
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-imageresponsecard.html#cfn-lex-bot-imageresponsecard-imageurl}
848
+ */
849
+ ImageUrl?: string | undefined;
850
+ /**
851
+ * The subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.
852
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-imageresponsecard.html#cfn-lex-bot-imageresponsecard-subtitle}
853
+ */
854
+ Subtitle?: string | undefined;
855
+ /**
856
+ * The title to display on the response card. The format of the title is determined by the platform displaying the response card.
857
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-imageresponsecard.html#cfn-lex-bot-imageresponsecard-title}
858
+ */
859
+ Title: string;
860
+ };
861
+ /**
862
+ * Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
863
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html}
864
+ */
865
+ export type InitialResponseSetting = {
866
+ /**
867
+ * Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
868
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-codehook}
869
+ */
870
+ CodeHook?: DialogCodeHookInvocationSetting | undefined;
871
+ /**
872
+ * Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
873
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-conditional}
874
+ */
875
+ Conditional?: ConditionalSpecification | undefined;
876
+ /**
877
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input.
878
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-initialresponse}
879
+ */
880
+ InitialResponse?: ResponseSpecification | undefined;
881
+ /**
882
+ * The next step in the conversation.
883
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-nextstep}
884
+ */
885
+ NextStep?: DialogState | undefined;
886
+ };
887
+ /**
888
+ * A context that must be active for an intent to be selected by Amazon Lex.
889
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-inputcontext.html}
890
+ */
891
+ export type InputContext = {
892
+ /**
893
+ * The name of the context.
894
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-inputcontext.html#cfn-lex-bot-inputcontext-name}
895
+ */
896
+ Name: string;
897
+ };
898
+ /**
899
+ * Represents an action that the user wants to perform.
900
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html}
901
+ */
902
+ export type Intent = {
903
+ /**
904
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-bedrockagentintentconfiguration}
905
+ */
906
+ BedrockAgentIntentConfiguration?: BedrockAgentIntentConfiguration | undefined;
907
+ /**
908
+ * A description of the intent. Use the description to help identify the intent in lists.
909
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-description}
910
+ */
911
+ Description?: string | undefined;
912
+ /**
913
+ * Specifies that Amazon Lex invokes the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction.
914
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-dialogcodehook}
915
+ */
916
+ DialogCodeHook?: DialogCodeHookSetting | undefined;
917
+ /**
918
+ * Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user.
919
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-fulfillmentcodehook}
920
+ */
921
+ FulfillmentCodeHook?: FulfillmentCodeHookSetting | undefined;
922
+ /**
923
+ * Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
924
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-initialresponsesetting}
925
+ */
926
+ InitialResponseSetting?: InitialResponseSetting | undefined;
927
+ /**
928
+ * A list of contexts that must be active for this intent to be considered by Amazon Lex .
929
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-inputcontexts}
930
+ */
931
+ InputContexts?: InputContext[] | undefined;
932
+ /**
933
+ * Sets the response that Amazon Lex sends to the user when the intent is closed.
934
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-intentclosingsetting}
935
+ */
936
+ IntentClosingSetting?: IntentClosingSetting | undefined;
937
+ /**
938
+ * Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent. If the user answers "no," the settings contain a statement that is sent to the user to end the intent.
939
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-intentconfirmationsetting}
940
+ */
941
+ IntentConfirmationSetting?: IntentConfirmationSetting | undefined;
942
+ /**
943
+ * Provides configuration information for the `AMAZON.KendraSearchIntent` intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra index and returns documents from the index that match the user's utterance.
944
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-kendraconfiguration}
945
+ */
946
+ KendraConfiguration?: KendraConfiguration | undefined;
947
+ /**
948
+ * The name of the intent. Intent names must be unique within the locale that contains the intent and can't match the name of any built-in intent.
949
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-name}
950
+ */
951
+ Name: string;
952
+ /**
953
+ * A list of contexts that the intent activates when it is fulfilled.
954
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-outputcontexts}
955
+ */
956
+ OutputContexts?: OutputContext[] | undefined;
957
+ /**
958
+ * A unique identifier for the built-in intent to base this intent on.
959
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-parentintentsignature}
960
+ */
961
+ ParentIntentSignature?: string | undefined;
962
+ /**
963
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-qinconnectintentconfiguration}
964
+ */
965
+ QInConnectIntentConfiguration?: QInConnectIntentConfiguration | undefined;
966
+ /**
967
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-qnaintentconfiguration}
968
+ */
969
+ QnAIntentConfiguration?: QnAIntentConfiguration | undefined;
970
+ /**
971
+ * A list of utterances that a user might say to signal the intent.
972
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-sampleutterances}
973
+ */
974
+ SampleUtterances?: SampleUtterance[] | undefined;
975
+ /**
976
+ * Indicates the priority for slots. Amazon Lex prompts the user for slot values in priority order.
977
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-slotpriorities}
978
+ */
979
+ SlotPriorities?: SlotPriority[] | undefined;
980
+ /**
981
+ * A list of slots that the intent requires for fulfillment.
982
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-slots}
983
+ */
984
+ Slots?: Slot[] | undefined;
985
+ };
986
+ /**
987
+ * Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
988
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html}
989
+ */
990
+ export type IntentClosingSetting = {
991
+ /**
992
+ * The response that Amazon Lex sends to the user when the intent is complete.
993
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-closingresponse}
994
+ */
995
+ ClosingResponse?: ResponseSpecification | undefined;
996
+ /**
997
+ * A list of conditional branches associated with the intent's closing response. These branches are executed when the `nextStep` attribute is set to `EvalutateConditional` .
998
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-conditional}
999
+ */
1000
+ Conditional?: ConditionalSpecification | undefined;
1001
+ /**
1002
+ * Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the `IsActive` field isn't specified, the default is true.
1003
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-isactive}
1004
+ */
1005
+ IsActive?: boolean | undefined;
1006
+ /**
1007
+ * Specifies the next step that the bot executes after playing the intent's closing response.
1008
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-nextstep}
1009
+ */
1010
+ NextStep?: DialogState | undefined;
1011
+ };
1012
+ /**
1013
+ * Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
1014
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html}
1015
+ */
1016
+ export type IntentConfirmationSetting = {
1017
+ /**
1018
+ * The `DialogCodeHookInvocationSetting` object associated with intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is `InvokeDialogCodeHook` .
1019
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-codehook}
1020
+ */
1021
+ CodeHook?: DialogCodeHookInvocationSetting | undefined;
1022
+ /**
1023
+ * A list of conditional branches to evaluate after the intent is closed.
1024
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationconditional}
1025
+ */
1026
+ ConfirmationConditional?: ConditionalSpecification | undefined;
1027
+ /**
1028
+ * Specifies the next step that the bot executes when the customer confirms the intent.
1029
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationnextstep}
1030
+ */
1031
+ ConfirmationNextStep?: DialogState | undefined;
1032
+ /**
1033
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input.
1034
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationresponse}
1035
+ */
1036
+ ConfirmationResponse?: ResponseSpecification | undefined;
1037
+ /**
1038
+ * A list of conditional branches to evaluate after the intent is declined.
1039
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationconditional}
1040
+ */
1041
+ DeclinationConditional?: ConditionalSpecification | undefined;
1042
+ /**
1043
+ * Specifies the next step that the bot executes when the customer declines the intent.
1044
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationnextstep}
1045
+ */
1046
+ DeclinationNextStep?: DialogState | undefined;
1047
+ /**
1048
+ * When the user answers "no" to the question defined in `promptSpecification` , Amazon Lex responds with this response to acknowledge that the intent was canceled.
1049
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationresponse}
1050
+ */
1051
+ DeclinationResponse?: ResponseSpecification | undefined;
1052
+ /**
1053
+ * The `DialogCodeHookInvocationSetting` used when the code hook is invoked during confirmation prompt retries.
1054
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-elicitationcodehook}
1055
+ */
1056
+ ElicitationCodeHook?: ElicitationCodeHookInvocationSetting | undefined;
1057
+ /**
1058
+ * Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
1059
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failureconditional}
1060
+ */
1061
+ FailureConditional?: ConditionalSpecification | undefined;
1062
+ /**
1063
+ * The next step to take in the conversation if the confirmation step fails.
1064
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failurenextstep}
1065
+ */
1066
+ FailureNextStep?: DialogState | undefined;
1067
+ /**
1068
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the intent confirmation fails.
1069
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failureresponse}
1070
+ */
1071
+ FailureResponse?: ResponseSpecification | undefined;
1072
+ /**
1073
+ * Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the `IsActive` field isn't specified, the default is true.
1074
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-isactive}
1075
+ */
1076
+ IsActive?: boolean | undefined;
1077
+ /**
1078
+ * Prompts the user to confirm the intent. This question should have a yes or no answer.
1079
+ *
1080
+ * Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. For example, with the `OrderPizza` intent, you might want to confirm that the order is correct before placing it. For other intents, such as intents that simply respond to user questions, you might not need to ask the user for confirmation before providing the information.
1081
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-promptspecification}
1082
+ */
1083
+ PromptSpecification: PromptSpecification;
1084
+ };
1085
+ /**
1086
+ * Override settings to configure the intent state.
1087
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html}
1088
+ */
1089
+ export type IntentOverride = {
1090
+ /**
1091
+ * The name of the intent. Only required when you're switching intents.
1092
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html#cfn-lex-bot-intentoverride-name}
1093
+ */
1094
+ Name?: string | undefined;
1095
+ /**
1096
+ * A map of all of the slot value overrides for the intent. The name of the slot maps to the value of the slot. Slots that are not included in the map aren't overridden.
1097
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html#cfn-lex-bot-intentoverride-slots}
1098
+ */
1099
+ Slots?: SlotValueOverrideMap[] | undefined;
1100
+ };
1101
+ /**
1102
+ * Provides configuration information for the `AMAZON.KendraSearchIntent` intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra index and returns documents from the index that match the user's utterance.
1103
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-kendraconfiguration.html}
1104
+ */
1105
+ export type KendraConfiguration = {
1106
+ /**
1107
+ * The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the `AMAZON.KendraSearchIntent` intent to search. The index must be in the same account and Region as the Amazon Lex bot.
1108
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-kendraconfiguration.html#cfn-lex-bot-kendraconfiguration-kendraindex}
1109
+ */
1110
+ KendraIndex: string;
1111
+ /**
1112
+ * A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see [Filtering queries](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html) .
1113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-kendraconfiguration.html#cfn-lex-bot-kendraconfiguration-queryfilterstring}
1114
+ */
1115
+ QueryFilterString?: string | undefined;
1116
+ /**
1117
+ * Determines whether the `AMAZON.KendraSearchIntent` intent uses a custom query string to query the Amazon Kendra index.
1118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-kendraconfiguration.html#cfn-lex-bot-kendraconfiguration-queryfilterstringenabled}
1119
+ */
1120
+ QueryFilterStringEnabled?: boolean | undefined;
1121
+ };
1122
+ /**
1123
+ * Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
1124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-lambdacodehook.html}
1125
+ */
1126
+ export type LambdaCodeHook = {
1127
+ /**
1128
+ * The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
1129
+ * @minLength 1
1130
+ * @maxLength 5
1131
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-lambdacodehook.html#cfn-lex-bot-lambdacodehook-codehookinterfaceversion}
1132
+ */
1133
+ CodeHookInterfaceVersion: string;
1134
+ /**
1135
+ * The Amazon Resource Name (ARN) of the Lambda function.
1136
+ * @minLength 20
1137
+ * @maxLength 2048
1138
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-lambdacodehook.html#cfn-lex-bot-lambdacodehook-lambdaarn}
1139
+ */
1140
+ LambdaArn: string;
1141
+ };
1142
+ /**
1143
+ * The object that provides message text and its type.
1144
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-message.html}
1145
+ */
1146
+ export type Message = {
1147
+ /**
1148
+ * A message in a custom format defined by the client application.
1149
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-message.html#cfn-lex-bot-message-custompayload}
1150
+ */
1151
+ CustomPayload?: CustomPayload | undefined;
1152
+ /**
1153
+ * A message that defines a response card that the client application can show to the user.
1154
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-message.html#cfn-lex-bot-message-imageresponsecard}
1155
+ */
1156
+ ImageResponseCard?: ImageResponseCard | undefined;
1157
+ /**
1158
+ * A message in plain text format.
1159
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-message.html#cfn-lex-bot-message-plaintextmessage}
1160
+ */
1161
+ PlainTextMessage?: PlainTextMessage | undefined;
1162
+ /**
1163
+ * A message in Speech Synthesis Markup Language (SSML).
1164
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-message.html#cfn-lex-bot-message-ssmlmessage}
1165
+ */
1166
+ SSMLMessage?: SSMLMessage | undefined;
1167
+ };
1168
+ /**
1169
+ * Provides one or more messages that Amazon Lex should send to the user.
1170
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-messagegroup.html}
1171
+ */
1172
+ export type MessageGroup = {
1173
+ /**
1174
+ * The primary message that Amazon Lex should send to the user.
1175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-messagegroup.html#cfn-lex-bot-messagegroup-message}
1176
+ */
1177
+ Message: Message;
1178
+ /**
1179
+ * Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.
1180
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-messagegroup.html#cfn-lex-bot-messagegroup-variations}
1181
+ */
1182
+ Variations?: Message[] | undefined;
1183
+ };
1184
+ /**
1185
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-messageselectionstrategy.html}
1186
+ */
1187
+ export type MessageSelectionStrategy = "Random" | "Ordered";
1188
+ /**
1189
+ * Indicates whether a slot can return multiple values.
1190
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-multiplevaluessetting.html}
1191
+ */
1192
+ export type MultipleValuesSetting = {
1193
+ /**
1194
+ * Indicates whether a slot can return multiple values. When `true` , the slot may return more than one value in a response. When `false` , the slot returns only a single value.
1195
+ *
1196
+ * Multi-value slots are only available in the en-US locale. If you set this value to `true` in any other locale, Amazon Lex throws a `ValidationException` .
1197
+ *
1198
+ * If the `allowMutlipleValues` is not set, the default value is `false` .
1199
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-multiplevaluessetting.html#cfn-lex-bot-multiplevaluessetting-allowmultiplevalues}
1200
+ */
1201
+ AllowMultipleValues?: boolean | undefined;
1202
+ };
1203
+ /**
1204
+ * Determines whether Amazon Lex obscures slot values in conversation logs.
1205
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-obfuscationsetting.html}
1206
+ */
1207
+ export type ObfuscationSetting = {
1208
+ /**
1209
+ * Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
1210
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-obfuscationsetting.html#cfn-lex-bot-obfuscationsetting-obfuscationsettingtype}
1211
+ */
1212
+ ObfuscationSettingType: "None" | "DefaultObfuscation";
1213
+ };
1214
+ /**
1215
+ * Describes a session context that is activated when an intent is fulfilled.
1216
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-outputcontext.html}
1217
+ */
1218
+ export type OutputContext = {
1219
+ /**
1220
+ * The name of the output context.
1221
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-outputcontext.html#cfn-lex-bot-outputcontext-name}
1222
+ */
1223
+ Name: string;
1224
+ /**
1225
+ * The amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.
1226
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-outputcontext.html#cfn-lex-bot-outputcontext-timetoliveinseconds}
1227
+ */
1228
+ TimeToLiveInSeconds: number;
1229
+ /**
1230
+ * The number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.
1231
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-outputcontext.html#cfn-lex-bot-outputcontext-turnstolive}
1232
+ */
1233
+ TurnsToLive: number;
1234
+ };
1235
+ /**
1236
+ * Defines an ASCII text message to send to the user.
1237
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-plaintextmessage.html}
1238
+ */
1239
+ export type PlainTextMessage = {
1240
+ /**
1241
+ * The message to send to the user.
1242
+ * @minLength 1
1243
+ * @maxLength 1000
1244
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-plaintextmessage.html#cfn-lex-bot-plaintextmessage-value}
1245
+ */
1246
+ Value: string;
1247
+ };
1248
+ /**
1249
+ * Specifies next steps to run after the dialog code hook finishes.
1250
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html}
1251
+ */
1252
+ export type PostDialogCodeHookInvocationSpecification = {
1253
+ /**
1254
+ * A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
1255
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-failureconditional}
1256
+ */
1257
+ FailureConditional?: ConditionalSpecification | undefined;
1258
+ /**
1259
+ * Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
1260
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-failurenextstep}
1261
+ */
1262
+ FailureNextStep?: DialogState | undefined;
1263
+ /**
1264
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the code hook fails.
1265
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-failureresponse}
1266
+ */
1267
+ FailureResponse?: ResponseSpecification | undefined;
1268
+ /**
1269
+ * A list of conditional branches to evaluate after the dialog code hook finishes successfully.
1270
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-successconditional}
1271
+ */
1272
+ SuccessConditional?: ConditionalSpecification | undefined;
1273
+ /**
1274
+ * Specifics the next step the bot runs after the dialog code hook finishes successfully.
1275
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-successnextstep}
1276
+ */
1277
+ SuccessNextStep?: DialogState | undefined;
1278
+ /**
1279
+ * Specifies a list of message groups that Amazon Lex uses to respond when the code hook succeeds.
1280
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-successresponse}
1281
+ */
1282
+ SuccessResponse?: ResponseSpecification | undefined;
1283
+ /**
1284
+ * A list of conditional branches to evaluate if the code hook times out.
1285
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-timeoutconditional}
1286
+ */
1287
+ TimeoutConditional?: ConditionalSpecification | undefined;
1288
+ /**
1289
+ * Specifies the next step that the bot runs when the code hook times out.
1290
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-timeoutnextstep}
1291
+ */
1292
+ TimeoutNextStep?: DialogState | undefined;
1293
+ /**
1294
+ * Specifies a list of message groups that Amazon Lex uses to respond to the user input when the code hook times out.
1295
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-timeoutresponse}
1296
+ */
1297
+ TimeoutResponse?: ResponseSpecification | undefined;
1298
+ };
1299
+ /**
1300
+ * Provides a setting that determines whether the post-fulfillment response is sent to the user. For more information, see [](https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete)
1301
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html}
1302
+ */
1303
+ export type PostFulfillmentStatusSpecification = {
1304
+ /**
1305
+ * A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
1306
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-failureconditional}
1307
+ */
1308
+ FailureConditional?: ConditionalSpecification | undefined;
1309
+ /**
1310
+ * Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the `State` field of the `Intent` object set to `Failed` .
1311
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-failurenextstep}
1312
+ */
1313
+ FailureNextStep?: DialogState | undefined;
1314
+ /**
1315
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't successful.
1316
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-failureresponse}
1317
+ */
1318
+ FailureResponse?: ResponseSpecification | undefined;
1319
+ /**
1320
+ * A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
1321
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-successconditional}
1322
+ */
1323
+ SuccessConditional?: ConditionalSpecification | undefined;
1324
+ /**
1325
+ * Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes successfully.
1326
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-successnextstep}
1327
+ */
1328
+ SuccessNextStep?: DialogState | undefined;
1329
+ /**
1330
+ * Specifies a list of message groups that Amazon Lex uses to respond when the fulfillment is successful.
1331
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-successresponse}
1332
+ */
1333
+ SuccessResponse?: ResponseSpecification | undefined;
1334
+ /**
1335
+ * A list of conditional branches to evaluate if the fulfillment code hook times out.
1336
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-timeoutconditional}
1337
+ */
1338
+ TimeoutConditional?: ConditionalSpecification | undefined;
1339
+ /**
1340
+ * Specifies the next step that the bot runs when the fulfillment code hook times out.
1341
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-timeoutnextstep}
1342
+ */
1343
+ TimeoutNextStep?: DialogState | undefined;
1344
+ /**
1345
+ * Specifies a list of message groups that Amazon Lex uses to respond when fulfillment isn't completed within the timeout period.
1346
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-timeoutresponse}
1347
+ */
1348
+ TimeoutResponse?: ResponseSpecification | undefined;
1349
+ };
1350
+ /**
1351
+ * Specifies the settings on a prompt attempt.
1352
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptattemptspecification.html}
1353
+ */
1354
+ export type PromptAttemptSpecification = {
1355
+ /**
1356
+ * Indicates whether the user can interrupt a speech prompt attempt from the bot.
1357
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptattemptspecification.html#cfn-lex-bot-promptattemptspecification-allowinterrupt}
1358
+ */
1359
+ AllowInterrupt?: boolean | undefined;
1360
+ /**
1361
+ * Indicates the allowed input types of the prompt attempt.
1362
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptattemptspecification.html#cfn-lex-bot-promptattemptspecification-allowedinputtypes}
1363
+ */
1364
+ AllowedInputTypes: AllowedInputTypes;
1365
+ /**
1366
+ * Specifies the settings on audio and DTMF input.
1367
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptattemptspecification.html#cfn-lex-bot-promptattemptspecification-audioanddtmfinputspecification}
1368
+ */
1369
+ AudioAndDTMFInputSpecification?: AudioAndDTMFInputSpecification | undefined;
1370
+ /**
1371
+ * Specifies the settings on text input.
1372
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptattemptspecification.html#cfn-lex-bot-promptattemptspecification-textinputspecification}
1373
+ */
1374
+ TextInputSpecification?: TextInputSpecification | undefined;
1375
+ };
1376
+ /**
1377
+ * Specifies a list of message groups that Amazon Lex sends to a user to elicit a response.
1378
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptspecification.html}
1379
+ */
1380
+ export type PromptSpecification = {
1381
+ /**
1382
+ * Indicates whether the user can interrupt a speech prompt from the bot.
1383
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptspecification.html#cfn-lex-bot-promptspecification-allowinterrupt}
1384
+ */
1385
+ AllowInterrupt?: boolean | undefined;
1386
+ /**
1387
+ * The maximum number of times the bot tries to elicit a response from the user using this prompt.
1388
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptspecification.html#cfn-lex-bot-promptspecification-maxretries}
1389
+ */
1390
+ MaxRetries: number;
1391
+ /**
1392
+ * A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.
1393
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptspecification.html#cfn-lex-bot-promptspecification-messagegroupslist}
1394
+ */
1395
+ MessageGroupsList: MessageGroup[];
1396
+ /**
1397
+ * Indicates how a message is selected from a message group among retries.
1398
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptspecification.html#cfn-lex-bot-promptspecification-messageselectionstrategy}
1399
+ */
1400
+ MessageSelectionStrategy?: MessageSelectionStrategy | undefined;
1401
+ /**
1402
+ * Specifies the advanced settings on each attempt of the prompt.
1403
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptspecification.html#cfn-lex-bot-promptspecification-promptattemptsspecification}
1404
+ */
1405
+ PromptAttemptsSpecification?: Record<string, PromptAttemptSpecification> | undefined;
1406
+ };
1407
+ /**
1408
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qinconnectintentconfiguration.html}
1409
+ */
1410
+ export type QInConnectIntentConfiguration = {
1411
+ /**
1412
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qinconnectintentconfiguration.html#cfn-lex-bot-qinconnectintentconfiguration-qinconnectassistantconfiguration}
1413
+ */
1414
+ QInConnectAssistantConfiguration?: {
1415
+ /**
1416
+ * @minLength 1
1417
+ * @maxLength 200
1418
+ * @pattern ^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$
1419
+ */
1420
+ AssistantArn: string;
1421
+ } | undefined;
1422
+ };
1423
+ /**
1424
+ * Details about the the configuration of the built-in `Amazon.QnAIntent` .
1425
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnaintentconfiguration.html}
1426
+ */
1427
+ export type QnAIntentConfiguration = {
1428
+ /**
1429
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnaintentconfiguration.html#cfn-lex-bot-qnaintentconfiguration-bedrockmodelconfiguration}
1430
+ */
1431
+ BedrockModelConfiguration: BedrockModelSpecification;
1432
+ /**
1433
+ * Contains details about the configuration of the data source used for the `AMAZON.QnAIntent` .
1434
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnaintentconfiguration.html#cfn-lex-bot-qnaintentconfiguration-datasourceconfiguration}
1435
+ */
1436
+ DataSourceConfiguration: {
1437
+ BedrockKnowledgeStoreConfiguration?: {
1438
+ BKBExactResponseFields?: {
1439
+ /**
1440
+ * @minLength 1
1441
+ * @maxLength 5000
1442
+ */
1443
+ AnswerField?: string | undefined;
1444
+ } | undefined;
1445
+ /**
1446
+ * @minLength 1
1447
+ * @maxLength 5000
1448
+ */
1449
+ BedrockKnowledgeBaseArn?: string | undefined;
1450
+ ExactResponse?: boolean | undefined;
1451
+ } | undefined;
1452
+ KendraConfiguration?: QnAKendraConfiguration | undefined;
1453
+ OpensearchConfiguration?: {
1454
+ /**
1455
+ * @minLength 1
1456
+ * @maxLength 5000
1457
+ */
1458
+ DomainEndpoint?: string | undefined;
1459
+ ExactResponse?: boolean | undefined;
1460
+ ExactResponseFields?: {
1461
+ /**
1462
+ * @minLength 1
1463
+ * @maxLength 5000
1464
+ */
1465
+ AnswerField?: string | undefined;
1466
+ /**
1467
+ * @minLength 1
1468
+ * @maxLength 5000
1469
+ */
1470
+ QuestionField?: string | undefined;
1471
+ } | undefined;
1472
+ IncludeFields?: string[] | undefined;
1473
+ /**
1474
+ * @minLength 1
1475
+ * @maxLength 5000
1476
+ */
1477
+ IndexName?: string | undefined;
1478
+ } | undefined;
1479
+ };
1480
+ };
1481
+ /**
1482
+ * Contains details about the configuration of the Amazon Kendra index used for the `AMAZON.QnAIntent` .
1483
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnakendraconfiguration.html}
1484
+ */
1485
+ export type QnAKendraConfiguration = {
1486
+ /**
1487
+ * Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results. To use this feature, you must first add FAQ questions to your index by following the steps at [Adding frequently asked questions (FAQs) to an index](https://docs.aws.amazon.com/kendra/latest/dg/in-creating-faq.html) .
1488
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnakendraconfiguration.html#cfn-lex-bot-qnakendraconfiguration-exactresponse}
1489
+ */
1490
+ ExactResponse: boolean;
1491
+ /**
1492
+ * The ARN of the Amazon Kendra index to use.
1493
+ * @minLength 1
1494
+ * @maxLength 5000
1495
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnakendraconfiguration.html#cfn-lex-bot-qnakendraconfiguration-kendraindex}
1496
+ */
1497
+ KendraIndex: string;
1498
+ /**
1499
+ * Contains the Amazon Kendra filter string to use if enabled. For more information on the Amazon Kendra search filter JSON format, see [Using document attributes to filter search results](https://docs.aws.amazon.com/kendra/latest/dg/filtering.html#search-filtering) .
1500
+ * @minLength 1
1501
+ * @maxLength 5000
1502
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnakendraconfiguration.html#cfn-lex-bot-qnakendraconfiguration-queryfilterstring}
1503
+ */
1504
+ QueryFilterString?: string | undefined;
1505
+ /**
1506
+ * Specifies whether to enable an Amazon Kendra filter string or not.
1507
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnakendraconfiguration.html#cfn-lex-bot-qnakendraconfiguration-queryfilterstringenabled}
1508
+ */
1509
+ QueryFilterStringEnabled: boolean;
1510
+ };
1511
+ /**
1512
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-replication.html}
1513
+ */
1514
+ export type Replication = {
1515
+ /**
1516
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-replication.html#cfn-lex-bot-replication-replicaregions}
1517
+ */
1518
+ ReplicaRegions: string[];
1519
+ };
1520
+ /**
1521
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input.
1522
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-responsespecification.html}
1523
+ */
1524
+ export type ResponseSpecification = {
1525
+ /**
1526
+ * Indicates whether the user can interrupt a speech response from Amazon Lex.
1527
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-responsespecification.html#cfn-lex-bot-responsespecification-allowinterrupt}
1528
+ */
1529
+ AllowInterrupt?: boolean | undefined;
1530
+ /**
1531
+ * A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.
1532
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-responsespecification.html#cfn-lex-bot-responsespecification-messagegroupslist}
1533
+ */
1534
+ MessageGroupsList: MessageGroup[];
1535
+ };
1536
+ /**
1537
+ * Specifies an Amazon S3 bucket for logging audio conversations
1538
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3bucketlogdestination.html}
1539
+ */
1540
+ export type S3BucketLogDestination = {
1541
+ /**
1542
+ * The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an Amazon S3 bucket.
1543
+ * @minLength 20
1544
+ * @maxLength 2048
1545
+ * @pattern ^arn:[\w\-]+:kms:[\w\-]+:[\d]{12}:(?:key\/[\w\-]+|alias\/[a-zA-Z0-9:\/_\-]{1,256})$
1546
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3bucketlogdestination.html#cfn-lex-bot-s3bucketlogdestination-kmskeyarn}
1547
+ */
1548
+ KmsKeyArn?: string | undefined;
1549
+ /**
1550
+ * The S3 prefix to assign to audio log files.
1551
+ * @minLength 0
1552
+ * @maxLength 1024
1553
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3bucketlogdestination.html#cfn-lex-bot-s3bucketlogdestination-logprefix}
1554
+ */
1555
+ LogPrefix: string;
1556
+ /**
1557
+ * The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
1558
+ * @minLength 1
1559
+ * @maxLength 2048
1560
+ * @pattern ^arn:[\w\-]+:s3:::[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$
1561
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3bucketlogdestination.html#cfn-lex-bot-s3bucketlogdestination-s3bucketarn}
1562
+ */
1563
+ S3BucketArn: string;
1564
+ };
1565
+ /**
1566
+ * Defines an Amazon S3 bucket location.
1567
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3location.html}
1568
+ */
1569
+ export type S3Location = {
1570
+ /**
1571
+ * The S3 bucket name.
1572
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3location.html#cfn-lex-bot-s3location-s3bucket}
1573
+ */
1574
+ S3Bucket: string;
1575
+ /**
1576
+ * The path and file name to the object in the S3 bucket.
1577
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3location.html#cfn-lex-bot-s3location-s3objectkey}
1578
+ */
1579
+ S3ObjectKey: string;
1580
+ /**
1581
+ * The version of the object in the S3 bucket.
1582
+ * @minLength 1
1583
+ * @maxLength 1024
1584
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3location.html#cfn-lex-bot-s3location-s3objectversion}
1585
+ */
1586
+ S3ObjectVersion?: string | undefined;
1587
+ };
1588
+ /**
1589
+ * Defines a Speech Synthesis Markup Language (SSML) prompt.
1590
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-ssmlmessage.html}
1591
+ */
1592
+ export type SSMLMessage = {
1593
+ /**
1594
+ * The SSML text that defines the prompt.
1595
+ * @minLength 1
1596
+ * @maxLength 1000
1597
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-ssmlmessage.html#cfn-lex-bot-ssmlmessage-value}
1598
+ */
1599
+ Value: string;
1600
+ };
1601
+ /**
1602
+ * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
1603
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sampleutterance.html}
1604
+ */
1605
+ export type SampleUtterance = {
1606
+ /**
1607
+ * A sample utterance that invokes an intent or respond to a slot elicitation prompt.
1608
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sampleutterance.html#cfn-lex-bot-sampleutterance-utterance}
1609
+ */
1610
+ Utterance: string;
1611
+ };
1612
+ /**
1613
+ * Defines one of the values for a slot type.
1614
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-samplevalue.html}
1615
+ */
1616
+ export type SampleValue = {
1617
+ /**
1618
+ * The value that can be used for a slot type.
1619
+ * @minLength 1
1620
+ * @maxLength 140
1621
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-samplevalue.html#cfn-lex-bot-samplevalue-value}
1622
+ */
1623
+ Value: string;
1624
+ };
1625
+ /**
1626
+ * A key/value pair representing session-specific context information. It contains application information passed between Amazon Lex V2 and a client application.
1627
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sessionattribute.html}
1628
+ */
1629
+ export type SessionAttribute = {
1630
+ /**
1631
+ * The name of the session attribute.
1632
+ * @minLength 1
1633
+ * @maxLength 1024
1634
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sessionattribute.html#cfn-lex-bot-sessionattribute-key}
1635
+ */
1636
+ Key: string;
1637
+ /**
1638
+ * The session-specific context information for the session attribute.
1639
+ * @minLength 0
1640
+ * @maxLength 1024
1641
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sessionattribute.html#cfn-lex-bot-sessionattribute-value}
1642
+ */
1643
+ Value?: string | undefined;
1644
+ };
1645
+ /**
1646
+ * Specifies the definition of a slot. Amazon Lex elicits slot values from uses to fulfill the user's intent.
1647
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html}
1648
+ */
1649
+ export type Slot = {
1650
+ /**
1651
+ * The description of the slot.
1652
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html#cfn-lex-bot-slot-description}
1653
+ */
1654
+ Description?: string | undefined;
1655
+ /**
1656
+ * Indicates whether a slot can return multiple values.
1657
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html#cfn-lex-bot-slot-multiplevaluessetting}
1658
+ */
1659
+ MultipleValuesSetting?: MultipleValuesSetting | undefined;
1660
+ /**
1661
+ * The name given to the slot.
1662
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html#cfn-lex-bot-slot-name}
1663
+ */
1664
+ Name: string;
1665
+ /**
1666
+ * Determines whether the contents of the slot are obfuscated in Amazon CloudWatch Logs logs. Use obfuscated slots to protect information such as personally identifiable information (PII) in logs.
1667
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html#cfn-lex-bot-slot-obfuscationsetting}
1668
+ */
1669
+ ObfuscationSetting?: ObfuscationSetting | undefined;
1670
+ /**
1671
+ * The name of the slot type that this slot is based on. The slot type defines the acceptable values for the slot.
1672
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html#cfn-lex-bot-slot-slottypename}
1673
+ */
1674
+ SlotTypeName: string;
1675
+ /**
1676
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html#cfn-lex-bot-slot-subslotsetting}
1677
+ */
1678
+ SubSlotSetting?: SubSlotSetting | undefined;
1679
+ /**
1680
+ * Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values:
1681
+ *
1682
+ * - ORIGINAL_VALUE - Returns the value entered by the user, if the user value is similar to a slot value.
1683
+ * - TOP_RESOLUTION - If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
1684
+ *
1685
+ * If you don't specify the `valueSelectionStrategy` , the default is `ORIGINAL_VALUE` .
1686
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html#cfn-lex-bot-slot-valueelicitationsetting}
1687
+ */
1688
+ ValueElicitationSetting: SlotValueElicitationSetting;
1689
+ };
1690
+ /**
1691
+ * Settings used when Amazon Lex successfully captures a slot value from a user.
1692
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html}
1693
+ */
1694
+ export type SlotCaptureSetting = {
1695
+ /**
1696
+ * A list of conditional branches to evaluate after the slot value is captured.
1697
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-captureconditional}
1698
+ */
1699
+ CaptureConditional?: ConditionalSpecification | undefined;
1700
+ /**
1701
+ * Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
1702
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-capturenextstep}
1703
+ */
1704
+ CaptureNextStep?: DialogState | undefined;
1705
+ /**
1706
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input.
1707
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-captureresponse}
1708
+ */
1709
+ CaptureResponse?: ResponseSpecification | undefined;
1710
+ /**
1711
+ * Code hook called after Amazon Lex successfully captures a slot value.
1712
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-codehook}
1713
+ */
1714
+ CodeHook?: DialogCodeHookInvocationSetting | undefined;
1715
+ /**
1716
+ * Code hook called when Amazon Lex doesn't capture a slot value.
1717
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-elicitationcodehook}
1718
+ */
1719
+ ElicitationCodeHook?: ElicitationCodeHookInvocationSetting | undefined;
1720
+ /**
1721
+ * A list of conditional branches to evaluate when the slot value isn't captured.
1722
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-failureconditional}
1723
+ */
1724
+ FailureConditional?: ConditionalSpecification | undefined;
1725
+ /**
1726
+ * Specifies the next step that the bot runs when the slot value code is not recognized.
1727
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-failurenextstep}
1728
+ */
1729
+ FailureNextStep?: DialogState | undefined;
1730
+ /**
1731
+ * Specifies a list of message groups that Amazon Lex uses to respond the user input when the slot fails to be captured.
1732
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-failureresponse}
1733
+ */
1734
+ FailureResponse?: ResponseSpecification | undefined;
1735
+ };
1736
+ /**
1737
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotconstraint.html}
1738
+ */
1739
+ export type SlotConstraint = "Required" | "Optional";
1740
+ /**
1741
+ * Specifies the default value to use when a user doesn't provide a value for a slot.
1742
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvalue.html}
1743
+ */
1744
+ export type SlotDefaultValue = {
1745
+ /**
1746
+ * The default value to use when a user doesn't provide a value for a slot.
1747
+ * @minLength 1
1748
+ * @maxLength 202
1749
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvalue.html#cfn-lex-bot-slotdefaultvalue-defaultvalue}
1750
+ */
1751
+ DefaultValue: string;
1752
+ };
1753
+ /**
1754
+ * The default value to use when a user doesn't provide a value for a slot.
1755
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvaluespecification.html}
1756
+ */
1757
+ export type SlotDefaultValueSpecification = {
1758
+ /**
1759
+ * A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.
1760
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvaluespecification.html#cfn-lex-bot-slotdefaultvaluespecification-defaultvaluelist}
1761
+ */
1762
+ DefaultValueList: SlotDefaultValue[];
1763
+ };
1764
+ /**
1765
+ * Sets the priority that Amazon Lex should use when eliciting slot values from a user.
1766
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotpriority.html}
1767
+ */
1768
+ export type SlotPriority = {
1769
+ /**
1770
+ * The priority that Amazon Lex should apply to the slot.
1771
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotpriority.html#cfn-lex-bot-slotpriority-priority}
1772
+ */
1773
+ Priority: number;
1774
+ /**
1775
+ * The name of the slot.
1776
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotpriority.html#cfn-lex-bot-slotpriority-slotname}
1777
+ */
1778
+ SlotName: string;
1779
+ };
1780
+ /**
1781
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotshape.html}
1782
+ */
1783
+ export type SlotShape = "Scalar" | "List";
1784
+ /**
1785
+ * Describes a slot type.
1786
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html}
1787
+ */
1788
+ export type SlotType = {
1789
+ /**
1790
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html#cfn-lex-bot-slottype-compositeslottypesetting}
1791
+ */
1792
+ CompositeSlotTypeSetting?: CompositeSlotTypeSetting | undefined;
1793
+ /**
1794
+ * A description of the slot type. Use the description to help identify the slot type in lists.
1795
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html#cfn-lex-bot-slottype-description}
1796
+ */
1797
+ Description?: string | undefined;
1798
+ /**
1799
+ * Sets the type of external information used to create the slot type.
1800
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html#cfn-lex-bot-slottype-externalsourcesetting}
1801
+ */
1802
+ ExternalSourceSetting?: ExternalSourceSetting | undefined;
1803
+ /**
1804
+ * The name of the slot type. A slot type name must be unique withing the account.
1805
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html#cfn-lex-bot-slottype-name}
1806
+ */
1807
+ Name: string;
1808
+ /**
1809
+ * The built-in slot type used as a parent of this slot type. When you define a parent slot type, the new slot type has the configuration of the parent lot type.
1810
+ *
1811
+ * Only `AMAZON.AlphaNumeric` is supported.
1812
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html#cfn-lex-bot-slottype-parentslottypesignature}
1813
+ */
1814
+ ParentSlotTypeSignature?: string | undefined;
1815
+ /**
1816
+ * A list of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for the slot.
1817
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html#cfn-lex-bot-slottype-slottypevalues}
1818
+ */
1819
+ SlotTypeValues?: SlotTypeValue[] | undefined;
1820
+ /**
1821
+ * Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values:
1822
+ *
1823
+ * - `ORIGINAL_VALUE` - Returns the value entered by the user, if the user value is similar to the slot value.
1824
+ * - `TOP_RESOLUTION` - If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
1825
+ *
1826
+ * If you don't specify the `valueSelectionStrategy` , the default is `ORIGINAL_VALUE` .
1827
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html#cfn-lex-bot-slottype-valueselectionsetting}
1828
+ */
1829
+ ValueSelectionSetting?: SlotValueSelectionSetting | undefined;
1830
+ };
1831
+ /**
1832
+ * Each slot type can have a set of values. Each `SlotTypeValue` represents a value that the slot type can take.
1833
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottypevalue.html}
1834
+ */
1835
+ export type SlotTypeValue = {
1836
+ /**
1837
+ * The value of the slot type entry.
1838
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottypevalue.html#cfn-lex-bot-slottypevalue-samplevalue}
1839
+ */
1840
+ SampleValue: SampleValue;
1841
+ /**
1842
+ * Additional values related to the slot type entry.
1843
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottypevalue.html#cfn-lex-bot-slottypevalue-synonyms}
1844
+ */
1845
+ Synonyms?: SampleValue[] | undefined;
1846
+ };
1847
+ /**
1848
+ * The value to set in a slot.
1849
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.html}
1850
+ */
1851
+ export type SlotValue = {
1852
+ /**
1853
+ * The value that Amazon Lex determines for the slot. The actual value depends on the setting of the value selection strategy for the bot. You can choose to use the value entered by the user, or you can have Amazon Lex choose the first value in the `resolvedValues` list.
1854
+ * @minLength 1
1855
+ * @maxLength 202
1856
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.html#cfn-lex-bot-slotvalue-interpretedvalue}
1857
+ */
1858
+ InterpretedValue?: string | undefined;
1859
+ };
1860
+ /**
1861
+ * Specifies the elicitation setting details eliciting a slot.
1862
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html}
1863
+ */
1864
+ export type SlotValueElicitationSetting = {
1865
+ /**
1866
+ * A list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.
1867
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-defaultvaluespecification}
1868
+ */
1869
+ DefaultValueSpecification?: SlotDefaultValueSpecification | undefined;
1870
+ /**
1871
+ * The prompt that Amazon Lex uses to elicit the slot value from the user.
1872
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-promptspecification}
1873
+ */
1874
+ PromptSpecification?: PromptSpecification | undefined;
1875
+ /**
1876
+ * If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.
1877
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-sampleutterances}
1878
+ */
1879
+ SampleUtterances?: SampleUtterance[] | undefined;
1880
+ /**
1881
+ * Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
1882
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-slotcapturesetting}
1883
+ */
1884
+ SlotCaptureSetting?: SlotCaptureSetting | undefined;
1885
+ /**
1886
+ * Specifies whether the slot is required or optional.
1887
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-slotconstraint}
1888
+ */
1889
+ SlotConstraint: SlotConstraint;
1890
+ /**
1891
+ * Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.
1892
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-waitandcontinuespecification}
1893
+ */
1894
+ WaitAndContinueSpecification?: WaitAndContinueSpecification | undefined;
1895
+ };
1896
+ /**
1897
+ * The slot values that Amazon Lex uses when it sets slot values in a dialog step.
1898
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html}
1899
+ */
1900
+ export type SlotValueOverride = {
1901
+ /**
1902
+ * When the shape value is `List` , it indicates that the `values` field contains a list of slot values. When the value is `Scalar` , it indicates that the `value` field contains a single value.
1903
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html#cfn-lex-bot-slotvalueoverride-shape}
1904
+ */
1905
+ Shape?: SlotShape | undefined;
1906
+ /**
1907
+ * The current value of the slot.
1908
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html#cfn-lex-bot-slotvalueoverride-value}
1909
+ */
1910
+ Value?: SlotValue | undefined;
1911
+ /**
1912
+ * A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."
1913
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html#cfn-lex-bot-slotvalueoverride-values}
1914
+ */
1915
+ Values?: SlotValueOverride[] | undefined;
1916
+ };
1917
+ /**
1918
+ * Maps a slot name to the [SlotValueOverride](https://docs.aws.amazon.com/lexv2/latest/APIReference/API_SlotValueOverride.html) object.
1919
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverridemap.html}
1920
+ */
1921
+ export type SlotValueOverrideMap = {
1922
+ /**
1923
+ * The name of the slot.
1924
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverridemap.html#cfn-lex-bot-slotvalueoverridemap-slotname}
1925
+ */
1926
+ SlotName?: string | undefined;
1927
+ /**
1928
+ * The SlotValueOverride object to which the slot name will be mapped.
1929
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverridemap.html#cfn-lex-bot-slotvalueoverridemap-slotvalueoverride}
1930
+ */
1931
+ SlotValueOverride?: SlotValueOverride | undefined;
1932
+ };
1933
+ /**
1934
+ * Provides a regular expression used to validate the value of a slot.
1935
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueregexfilter.html}
1936
+ */
1937
+ export type SlotValueRegexFilter = {
1938
+ /**
1939
+ * A regular expression used to validate the value of a slot.
1940
+ *
1941
+ * Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
1942
+ *
1943
+ * - A-Z, a-z
1944
+ * - 0-9
1945
+ * - Unicode characters ("\⁠u<Unicode>")
1946
+ *
1947
+ * Represent Unicode characters with four digits, for example "\⁠u0041" or "\⁠u005A".
1948
+ *
1949
+ * The following regular expression operators are not supported:
1950
+ *
1951
+ * - Infinite repeaters: *, +, or {x,} with no upper bound.
1952
+ * - Wild card (.)
1953
+ * @minLength 1
1954
+ * @maxLength 300
1955
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueregexfilter.html#cfn-lex-bot-slotvalueregexfilter-pattern}
1956
+ */
1957
+ Pattern: string;
1958
+ };
1959
+ /**
1960
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueresolutionstrategy.html}
1961
+ */
1962
+ export type SlotValueResolutionStrategy = "ORIGINAL_VALUE" | "TOP_RESOLUTION" | "CONCATENATION";
1963
+ /**
1964
+ * Contains settings used by Amazon Lex to select a slot value.
1965
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueselectionsetting.html}
1966
+ */
1967
+ export type SlotValueSelectionSetting = {
1968
+ /**
1969
+ * Provides settings that enable advanced recognition settings for slot values. You can use this to enable using slot values as a custom vocabulary for recognizing user utterances.
1970
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueselectionsetting.html#cfn-lex-bot-slotvalueselectionsetting-advancedrecognitionsetting}
1971
+ */
1972
+ AdvancedRecognitionSetting?: AdvancedRecognitionSetting | undefined;
1973
+ /**
1974
+ * A regular expression used to validate the value of a slot.
1975
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueselectionsetting.html#cfn-lex-bot-slotvalueselectionsetting-regexfilter}
1976
+ */
1977
+ RegexFilter?: SlotValueRegexFilter | undefined;
1978
+ /**
1979
+ * Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values:
1980
+ *
1981
+ * - `ORIGINAL_VALUE` - Returns the value entered by the user, if the user value is similar to the slot value.
1982
+ * - `TOP_RESOLUTION` - If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.
1983
+ *
1984
+ * If you don't specify the `valueSelectionStrategy` , the default is `ORIGINAL_VALUE` .
1985
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueselectionsetting.html#cfn-lex-bot-slotvalueselectionsetting-resolutionstrategy}
1986
+ */
1987
+ ResolutionStrategy: SlotValueResolutionStrategy;
1988
+ };
1989
+ /**
1990
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-specifications.html}
1991
+ */
1992
+ export type Specifications = {
1993
+ /**
1994
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-specifications.html#cfn-lex-bot-specifications-slottypeid}
1995
+ */
1996
+ SlotTypeId: string;
1997
+ /**
1998
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-specifications.html#cfn-lex-bot-specifications-valueelicitationsetting}
1999
+ */
2000
+ ValueElicitationSetting: SubSlotValueElicitationSetting;
2001
+ };
2002
+ /**
2003
+ * Defines the messages that Amazon Lex sends to a user to remind them that the bot is waiting for a response.
2004
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-stillwaitingresponsespecification.html}
2005
+ */
2006
+ export type StillWaitingResponseSpecification = {
2007
+ /**
2008
+ * Indicates that the user can interrupt the response by speaking while the message is being played.
2009
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-stillwaitingresponsespecification.html#cfn-lex-bot-stillwaitingresponsespecification-allowinterrupt}
2010
+ */
2011
+ AllowInterrupt?: boolean | undefined;
2012
+ /**
2013
+ * How often a message should be sent to the user. Minimum of 1 second, maximum of 5 minutes.
2014
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-stillwaitingresponsespecification.html#cfn-lex-bot-stillwaitingresponsespecification-frequencyinseconds}
2015
+ */
2016
+ FrequencyInSeconds: number;
2017
+ /**
2018
+ * One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.
2019
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-stillwaitingresponsespecification.html#cfn-lex-bot-stillwaitingresponsespecification-messagegroupslist}
2020
+ */
2021
+ MessageGroupsList: MessageGroup[];
2022
+ /**
2023
+ * If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.
2024
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-stillwaitingresponsespecification.html#cfn-lex-bot-stillwaitingresponsespecification-timeoutinseconds}
2025
+ */
2026
+ TimeoutInSeconds: number;
2027
+ };
2028
+ /**
2029
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotsetting.html}
2030
+ */
2031
+ export type SubSlotSetting = {
2032
+ /**
2033
+ * @minLength 1
2034
+ * @maxLength 1000
2035
+ * @pattern [0-9A-Za-z_\-\s\(\)]+
2036
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotsetting.html#cfn-lex-bot-subslotsetting-expression}
2037
+ */
2038
+ Expression?: string | undefined;
2039
+ /**
2040
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotsetting.html#cfn-lex-bot-subslotsetting-slotspecifications}
2041
+ */
2042
+ SlotSpecifications?: Record<string, Specifications> | undefined;
2043
+ };
2044
+ /**
2045
+ * Subslot type composition.
2046
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslottypecomposition.html}
2047
+ */
2048
+ export type SubSlotTypeComposition = {
2049
+ /**
2050
+ * Name of a constituent sub slot inside a composite slot.
2051
+ * @minLength 1
2052
+ * @maxLength 100
2053
+ * @pattern ^([0-9a-zA-Z][_-]?){1,100}$
2054
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslottypecomposition.html#cfn-lex-bot-subslottypecomposition-name}
2055
+ */
2056
+ Name: string;
2057
+ /**
2058
+ * The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
2059
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslottypecomposition.html#cfn-lex-bot-subslottypecomposition-slottypeid}
2060
+ */
2061
+ SlotTypeId: string;
2062
+ };
2063
+ /**
2064
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotvalueelicitationsetting.html}
2065
+ */
2066
+ export type SubSlotValueElicitationSetting = {
2067
+ /**
2068
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotvalueelicitationsetting.html#cfn-lex-bot-subslotvalueelicitationsetting-defaultvaluespecification}
2069
+ */
2070
+ DefaultValueSpecification?: SlotDefaultValueSpecification | undefined;
2071
+ /**
2072
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotvalueelicitationsetting.html#cfn-lex-bot-subslotvalueelicitationsetting-promptspecification}
2073
+ */
2074
+ PromptSpecification?: PromptSpecification | undefined;
2075
+ /**
2076
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotvalueelicitationsetting.html#cfn-lex-bot-subslotvalueelicitationsetting-sampleutterances}
2077
+ */
2078
+ SampleUtterances?: SampleUtterance[] | undefined;
2079
+ /**
2080
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslotvalueelicitationsetting.html#cfn-lex-bot-subslotvalueelicitationsetting-waitandcontinuespecification}
2081
+ */
2082
+ WaitAndContinueSpecification?: WaitAndContinueSpecification | undefined;
2083
+ };
2084
+ /**
2085
+ * Specifies configuration settings for the alias used to test the bot. If the `TestBotAliasSettings` property is not specified, the settings are configured with default values.
2086
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-testbotaliassettings.html}
2087
+ */
2088
+ export type TestBotAliasSettings = {
2089
+ /**
2090
+ * Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
2091
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-testbotaliassettings.html#cfn-lex-bot-testbotaliassettings-botaliaslocalesettings}
2092
+ */
2093
+ BotAliasLocaleSettings?: BotAliasLocaleSettingsItem[] | undefined;
2094
+ /**
2095
+ * Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
2096
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-testbotaliassettings.html#cfn-lex-bot-testbotaliassettings-conversationlogsettings}
2097
+ */
2098
+ ConversationLogSettings?: ConversationLogSettings | undefined;
2099
+ /**
2100
+ * Specifies a description for the test bot alias.
2101
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-testbotaliassettings.html#cfn-lex-bot-testbotaliassettings-description}
2102
+ */
2103
+ Description?: string | undefined;
2104
+ /**
2105
+ * Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
2106
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-testbotaliassettings.html#cfn-lex-bot-testbotaliassettings-sentimentanalysissettings}
2107
+ */
2108
+ SentimentAnalysisSettings?: {
2109
+ DetectSentiment: boolean;
2110
+ } | undefined;
2111
+ };
2112
+ /**
2113
+ * Specifies the text input specifications.
2114
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textinputspecification.html}
2115
+ */
2116
+ export type TextInputSpecification = {
2117
+ /**
2118
+ * Time for which a bot waits before re-prompting a customer for text input.
2119
+ * @min 1
2120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textinputspecification.html#cfn-lex-bot-textinputspecification-starttimeoutms}
2121
+ */
2122
+ StartTimeoutMs: number;
2123
+ };
2124
+ /**
2125
+ * Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
2126
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textlogdestination.html}
2127
+ */
2128
+ export type TextLogDestination = {
2129
+ /**
2130
+ * Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
2131
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textlogdestination.html#cfn-lex-bot-textlogdestination-cloudwatch}
2132
+ */
2133
+ CloudWatch: CloudWatchLogGroupLogDestination;
2134
+ };
2135
+ /**
2136
+ * Defines settings to enable text conversation logs.
2137
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textlogsetting.html}
2138
+ */
2139
+ export type TextLogSetting = {
2140
+ /**
2141
+ * Specifies the Amazon CloudWatch Logs destination log group for conversation text logs.
2142
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textlogsetting.html#cfn-lex-bot-textlogsetting-destination}
2143
+ */
2144
+ Destination: TextLogDestination;
2145
+ /**
2146
+ * Determines whether conversation logs should be stored for an alias.
2147
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textlogsetting.html#cfn-lex-bot-textlogsetting-enabled}
2148
+ */
2149
+ Enabled: boolean;
2150
+ };
2151
+ /**
2152
+ * Defines settings for using an Amazon Polly voice to communicate with a user.
2153
+ *
2154
+ * Valid values include:
2155
+ *
2156
+ * - `standard`
2157
+ * - `neural`
2158
+ * - `long-form`
2159
+ * - `generative`
2160
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html}
2161
+ */
2162
+ export type VoiceSettings = {
2163
+ /**
2164
+ * Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the [`engine` parameter of the `SynthesizeSpeech` operation](https://docs.aws.amazon.com/polly/latest/dg/API_SynthesizeSpeech.html#polly-SynthesizeSpeech-request-Engine) in the *Amazon Polly developer guide* .
2165
+ *
2166
+ * If you do not specify a value, the default is `standard` .
2167
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html#cfn-lex-bot-voicesettings-engine}
2168
+ */
2169
+ Engine?: "standard" | "neural" | "long-form" | "generative" | undefined;
2170
+ /**
2171
+ * The identifier of the Amazon Polly voice to use.
2172
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html#cfn-lex-bot-voicesettings-voiceid}
2173
+ */
2174
+ VoiceId: string;
2175
+ };
2176
+ /**
2177
+ * Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.
2178
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-waitandcontinuespecification.html}
2179
+ */
2180
+ export type WaitAndContinueSpecification = {
2181
+ /**
2182
+ * The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
2183
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-waitandcontinuespecification.html#cfn-lex-bot-waitandcontinuespecification-continueresponse}
2184
+ */
2185
+ ContinueResponse: ResponseSpecification;
2186
+ /**
2187
+ * Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the `IsActive` field isn't specified, the default is true.
2188
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-waitandcontinuespecification.html#cfn-lex-bot-waitandcontinuespecification-isactive}
2189
+ */
2190
+ IsActive?: boolean | undefined;
2191
+ /**
2192
+ * A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
2193
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-waitandcontinuespecification.html#cfn-lex-bot-waitandcontinuespecification-stillwaitingresponse}
2194
+ */
2195
+ StillWaitingResponse?: StillWaitingResponseSpecification | undefined;
2196
+ /**
2197
+ * The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
2198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-waitandcontinuespecification.html#cfn-lex-bot-waitandcontinuespecification-waitingresponse}
2199
+ */
2200
+ WaitingResponse: ResponseSpecification;
2201
+ };
2202
+ //# sourceMappingURL=aws-lex-bot.d.ts.map