@propulsionworks/cloudformation 0.1.0 → 0.1.2
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.
- package/lib/intrinsics.ts +8 -3
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +26 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +29 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +88 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +91 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +13 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +15 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +92 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +23 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +55 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +35 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +30 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +114 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +117 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +19 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +11 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +18 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +8 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +31 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +19 -1
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +10 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +36 -1
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +28 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +27 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +16 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +21 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +37 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +27 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +28 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +17 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +218 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +316 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +25 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +16 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +151 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +105 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +19 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +130 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +30 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +126 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +120 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +174 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +33 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +35 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +18 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +22 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +18 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +33 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +41 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +47 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +18 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +14 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +63 -3
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +63 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +64 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +46 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +113 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +13 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +32 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +87 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +16 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +13 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +9 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +67 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +52 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +171 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +47 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +17 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +101 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +21 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +18 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +77 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +47 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +52 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +22 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +103 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +43 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-framework.d.ts +25 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +30 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +18 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +334 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +24 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +58 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +124 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +27 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +24 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +150 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +169 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +147 -1
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +167 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +25 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +217 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +80 -1
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +44 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +16 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +83 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +40 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +12 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +54 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +23 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +18 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +26 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +16 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +30 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +25 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +44 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +65 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +22 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +61 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +24 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +18 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +92 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +69 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +13 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +184 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +11 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +82 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +32 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +28 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +9 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +51 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +15 -1
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +19 -1
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +138 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +17 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +36 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +8 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +35 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +127 -1
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +30 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +25 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +16 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +19 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +22 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +37 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +9 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +36 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +136 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +53 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +15 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +11 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +14 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +8 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +16 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +49 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +12 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +53 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +21 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +33 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +61 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +19 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +7 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +37 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +30 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +32 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +31 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +40 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +123 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +26 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +12 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +22 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +17 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +36 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +56 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +37 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +108 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +34 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +84 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +76 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +96 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +14 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +134 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +29 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +9 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +22 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +74 -2
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +14 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +30 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +21 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +17 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +29 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +71 -1
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +25 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +27 -1
- package/out/exports/resources.generated/aws-datasync-task.d.ts +65 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +119 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +72 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +19 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +35 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +15 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +14 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +13 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +28 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +18 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +30 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +131 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +17 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +16 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +18 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +23 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +11 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +10 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +10 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +9 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +18 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +21 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +22 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +133 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +14 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +32 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +295 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +18 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +20 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +24 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +54 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +23 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +21 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +26 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +160 -1
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +102 -1
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +137 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +19 -1
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +160 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +197 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +35 -1
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +13 -1
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +11 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +27 -1
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +41 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +8 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +136 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +202 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +47 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +28 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +39 -1
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +14 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +26 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +23 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +98 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +27 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +62 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +18 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +32 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +69 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +92 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +105 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +39 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +44 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +89 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +206 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +7 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +21 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +28 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +7 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +22 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +94 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +43 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +42 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +53 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +14 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +26 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +27 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +19 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +63 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +35 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +19 -1
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +129 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +18 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +16 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +22 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +50 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +41 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +46 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +25 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +19 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +59 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +86 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +18 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +32 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +62 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +36 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +18 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +18 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +135 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +15 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +27 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +78 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +73 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +84 -4
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +29 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +11 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +24 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +21 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +18 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +16 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +37 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +58 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +76 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +17 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +28 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +20 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +39 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +45 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +56 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +12 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +24 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +8 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +74 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +55 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +36 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +65 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +27 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +42 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +29 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +57 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +51 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +72 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +78 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +40 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +30 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +20 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +27 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +8 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +11 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +18 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +17 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +34 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +17 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +18 -1
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +29 -1
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +33 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +28 -1
- package/out/exports/resources.generated/aws-iam-role.d.ts +24 -2
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +28 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +25 -1
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +11 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +17 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +12 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +14 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +35 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +66 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +59 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +58 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +44 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +37 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +27 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +11 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +14 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +77 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +50 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +17 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +25 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +49 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +35 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +15 -1
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +20 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +12 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +14 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +207 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +86 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +70 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +18 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +94 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +124 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +13 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +112 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +116 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +19 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +56 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +41 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +29 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +26 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +17 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +26 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +64 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +75 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +18 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +16 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +16 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +24 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +32 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +27 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +18 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +28 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +16 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +19 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +21 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +402 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +22 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +73 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +46 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +136 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +17 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +35 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +41 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +383 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +23 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +22 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +38 -1
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +30 -1
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +17 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +21 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +41 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +67 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +14 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +8 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +24 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +18 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +86 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +23 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +22 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +20 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +475 -3
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +57 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +18 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +48 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +52 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +33 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +30 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +50 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +20 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +13 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +23 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +28 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +33 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +9 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +69 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +24 -1
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +25 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +27 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +7 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +19 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +78 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +37 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +23 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +84 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +13 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +37 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +33 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +24 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +30 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +15 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +25 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +42 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +67 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +14 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +25 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +129 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +26 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +24 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +22 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +1298 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +110 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +72 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +28 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +29 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +31 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +16 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +8 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +157 -4
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +35 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +50 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +32 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +13 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +21 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +14 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +81 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +47 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +7 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +49 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +28 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +16 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +60 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +49 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +12 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +44 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +22 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +27 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +44 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +17 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +29 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +14 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +7 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +34 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +10 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +21 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +31 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +16 -1
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +47 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +21 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +37 -1
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +31 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +46 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -1
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +21 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +22 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +28 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +13 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +149 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +50 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +72 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +66 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +16 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +15 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +34 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +52 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +23 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +19 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +25 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +16 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +32 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +34 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +18 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +20 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +70 -1
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +16 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +11 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +7 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +196 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +23 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +44 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +17 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +20 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +149 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +57 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +25 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +31 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +354 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +68 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +38 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +83 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +9 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +50 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +30 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +47 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +18 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +2884 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +34 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +2903 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +276 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +181 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +28 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +17 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +2692 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +72 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +228 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +28 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +16 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +18 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +33 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +116 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +40 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +23 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +11 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +27 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +18 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +71 -1
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +19 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +17 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +20 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +22 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +16 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +45 -1
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +33 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +20 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +64 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +29 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +11 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +70 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +41 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +10 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +24 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +18 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +37 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +24 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +15 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +18 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +23 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +31 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +14 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +28 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +30 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +9 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +40 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +23 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +20 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +12 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +65 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +15 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +25 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +258 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +24 -1
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +21 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +74 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +42 -1
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +73 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +17 -1
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +15 -1
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +23 -1
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +35 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +21 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +85 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +12 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +177 -3
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +137 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +14 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +32 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +70 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +59 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +92 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +184 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +83 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +177 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +15 -1
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +95 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +109 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +26 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +20 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +72 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +122 -3
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +33 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +95 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +14 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +45 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +40 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +22 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +110 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +17 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +20 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +144 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +14 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +18 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +11 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +32 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +31 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +20 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +11 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +23 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +42 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +45 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +14 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +9 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +13 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +22 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +166 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +88 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +17 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +15 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +29 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +36 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +10 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +21 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +24 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +20 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +33 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +38 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-ssm-association.d.ts +35 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +20 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +66 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +42 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +40 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +34 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +31 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +49 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +15 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +17 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +25 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +8 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +13 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +19 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +25 -1
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +22 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +43 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +28 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +16 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +76 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +12 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +32 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +76 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +22 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +25 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +20 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +14 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +81 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +28 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +32 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +46 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +45 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +31 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +12 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +15 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +13 -1
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +47 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +22 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +33 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +15 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +42 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +19 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +250 -1
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +365 -1
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +35 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +57 -1
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +118 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +25 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +39 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +14 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +19 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +20 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +47 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +59 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +10 -0
- package/out/lib/intrinsics.d.ts +2 -2
- package/out/lib/intrinsics.d.ts.map +1 -1
- package/out/lib/intrinsics.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,12 @@
|
|
|
1
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
|
+
*/
|
|
2
10
|
export type LexBot = ResourceDefinitionWithAttributes<"AWS::Lex::Bot", LexBotProps, LexBotAttribs>;
|
|
3
11
|
/**
|
|
4
12
|
* > Amazon Lex V2 is the only supported version in AWS CloudFormation .
|
|
@@ -6,32 +14,39 @@ export type LexBot = ResourceDefinitionWithAttributes<"AWS::Lex::Bot", LexBotPro
|
|
|
6
14
|
* Specifies an Amazon Lex conversational bot.
|
|
7
15
|
*
|
|
8
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}
|
|
9
18
|
*/
|
|
10
19
|
export type LexBotProps = {
|
|
11
20
|
/**
|
|
12
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}
|
|
13
23
|
*/
|
|
14
24
|
AutoBuildBotLocales?: boolean | undefined;
|
|
15
25
|
/**
|
|
16
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}
|
|
17
28
|
*/
|
|
18
29
|
BotFileS3Location?: S3Location | undefined;
|
|
19
30
|
/**
|
|
20
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}
|
|
21
33
|
*/
|
|
22
34
|
BotLocales?: BotLocale[] | undefined;
|
|
23
35
|
/**
|
|
24
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}
|
|
25
38
|
*/
|
|
26
39
|
BotTags?: Tag[] | undefined;
|
|
27
40
|
/**
|
|
28
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}
|
|
29
43
|
*/
|
|
30
44
|
DataPrivacy: {
|
|
31
45
|
ChildDirected: boolean;
|
|
32
46
|
};
|
|
33
47
|
/**
|
|
34
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}
|
|
35
50
|
*/
|
|
36
51
|
Description?: string | undefined;
|
|
37
52
|
/**
|
|
@@ -42,115 +57,154 @@ export type LexBotProps = {
|
|
|
42
57
|
* You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
|
|
43
58
|
* @min 60
|
|
44
59
|
* @max 86400
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-idlesessionttlinseconds}
|
|
45
61
|
*/
|
|
46
62
|
IdleSessionTTLInSeconds: number;
|
|
47
63
|
/**
|
|
48
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}
|
|
49
66
|
*/
|
|
50
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
|
+
*/
|
|
51
71
|
Replication?: Replication | undefined;
|
|
52
72
|
/**
|
|
53
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}
|
|
54
75
|
*/
|
|
55
76
|
RoleArn: string;
|
|
56
77
|
/**
|
|
57
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}
|
|
58
80
|
*/
|
|
59
81
|
TestBotAliasSettings?: TestBotAliasSettings | undefined;
|
|
60
82
|
/**
|
|
61
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}
|
|
62
85
|
*/
|
|
63
86
|
TestBotAliasTags?: Tag[] | undefined;
|
|
64
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
|
+
*/
|
|
65
91
|
export type LexBotAttribs = {
|
|
66
92
|
/**
|
|
67
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}
|
|
68
95
|
*/
|
|
69
96
|
Arn: string;
|
|
70
97
|
/**
|
|
71
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}
|
|
72
100
|
*/
|
|
73
101
|
Id: string;
|
|
74
102
|
};
|
|
75
103
|
/**
|
|
76
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}
|
|
77
106
|
*/
|
|
78
107
|
export type AdvancedRecognitionSetting = {
|
|
79
108
|
/**
|
|
80
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}
|
|
81
111
|
*/
|
|
82
112
|
AudioRecognitionStrategy?: AudioRecognitionStrategy | undefined;
|
|
83
113
|
};
|
|
84
114
|
/**
|
|
85
115
|
* Specifies the allowed input types.
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-allowedinputtypes.html}
|
|
86
117
|
*/
|
|
87
118
|
export type AllowedInputTypes = {
|
|
88
119
|
/**
|
|
89
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}
|
|
90
122
|
*/
|
|
91
123
|
AllowAudioInput: boolean;
|
|
92
124
|
/**
|
|
93
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}
|
|
94
127
|
*/
|
|
95
128
|
AllowDTMFInput: boolean;
|
|
96
129
|
};
|
|
97
130
|
/**
|
|
98
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}
|
|
99
133
|
*/
|
|
100
134
|
export type AudioAndDTMFInputSpecification = {
|
|
101
135
|
/**
|
|
102
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}
|
|
103
138
|
*/
|
|
104
139
|
AudioSpecification?: AudioSpecification | undefined;
|
|
105
140
|
/**
|
|
106
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}
|
|
107
143
|
*/
|
|
108
144
|
DTMFSpecification?: DTMFSpecification | undefined;
|
|
109
145
|
/**
|
|
110
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.
|
|
111
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}
|
|
112
149
|
*/
|
|
113
150
|
StartTimeoutMs: number;
|
|
114
151
|
};
|
|
115
152
|
/**
|
|
116
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}
|
|
117
155
|
*/
|
|
118
156
|
export type AudioLogDestination = {
|
|
119
157
|
/**
|
|
120
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}
|
|
121
160
|
*/
|
|
122
161
|
S3Bucket: S3BucketLogDestination;
|
|
123
162
|
};
|
|
124
163
|
/**
|
|
125
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}
|
|
126
166
|
*/
|
|
127
167
|
export type AudioLogSetting = {
|
|
128
168
|
/**
|
|
129
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}
|
|
130
171
|
*/
|
|
131
172
|
Destination: AudioLogDestination;
|
|
132
173
|
/**
|
|
133
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}
|
|
134
176
|
*/
|
|
135
177
|
Enabled: boolean;
|
|
136
178
|
};
|
|
179
|
+
/**
|
|
180
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiorecognitionstrategy.html}
|
|
181
|
+
*/
|
|
137
182
|
export type AudioRecognitionStrategy = "UseSlotValuesAsCustomVocabulary";
|
|
138
183
|
/**
|
|
139
184
|
* Specifies the audio input specifications.
|
|
185
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiospecification.html}
|
|
140
186
|
*/
|
|
141
187
|
export type AudioSpecification = {
|
|
142
188
|
/**
|
|
143
189
|
* Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
|
|
144
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}
|
|
145
192
|
*/
|
|
146
193
|
EndTimeoutMs: number;
|
|
147
194
|
/**
|
|
148
195
|
* Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
|
|
149
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}
|
|
150
198
|
*/
|
|
151
199
|
MaxLengthMs: number;
|
|
152
200
|
};
|
|
201
|
+
/**
|
|
202
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentconfiguration.html}
|
|
203
|
+
*/
|
|
153
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
|
+
*/
|
|
154
208
|
BedrockAgentConfiguration?: {
|
|
155
209
|
/**
|
|
156
210
|
* @minLength 1
|
|
@@ -163,6 +217,9 @@ export type BedrockAgentIntentConfiguration = {
|
|
|
163
217
|
*/
|
|
164
218
|
BedrockAgentId?: string | undefined;
|
|
165
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
|
+
*/
|
|
166
223
|
BedrockAgentIntentKnowledgeBaseConfiguration?: {
|
|
167
224
|
/**
|
|
168
225
|
* @minLength 1
|
|
@@ -174,8 +231,12 @@ export type BedrockAgentIntentConfiguration = {
|
|
|
174
231
|
};
|
|
175
232
|
/**
|
|
176
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}
|
|
177
235
|
*/
|
|
178
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
|
+
*/
|
|
179
240
|
BedrockGuardrailConfiguration?: {
|
|
180
241
|
/**
|
|
181
242
|
* @minLength 1
|
|
@@ -191,70 +252,88 @@ export type BedrockModelSpecification = {
|
|
|
191
252
|
/**
|
|
192
253
|
* @minLength 1
|
|
193
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}
|
|
194
256
|
*/
|
|
195
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
|
+
*/
|
|
196
261
|
BedrockTraceStatus?: "ENABLED" | "DISABLED" | undefined;
|
|
197
262
|
/**
|
|
198
263
|
* The ARN of the foundation model used in descriptive bot building.
|
|
199
264
|
* @minLength 1
|
|
200
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}
|
|
201
267
|
*/
|
|
202
268
|
ModelArn: string;
|
|
203
269
|
};
|
|
204
270
|
/**
|
|
205
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}
|
|
206
273
|
*/
|
|
207
274
|
export type BotAliasLocaleSettings = {
|
|
208
275
|
/**
|
|
209
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}
|
|
210
278
|
*/
|
|
211
279
|
CodeHookSpecification?: CodeHookSpecification | undefined;
|
|
212
280
|
/**
|
|
213
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}
|
|
214
283
|
*/
|
|
215
284
|
Enabled: boolean;
|
|
216
285
|
};
|
|
217
286
|
/**
|
|
218
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}
|
|
219
289
|
*/
|
|
220
290
|
export type BotAliasLocaleSettingsItem = {
|
|
221
291
|
/**
|
|
222
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}
|
|
223
294
|
*/
|
|
224
295
|
BotAliasLocaleSetting: BotAliasLocaleSettings;
|
|
225
296
|
/**
|
|
226
297
|
* Specifies the locale that the settings apply to.
|
|
227
298
|
* @minLength 1
|
|
228
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}
|
|
229
301
|
*/
|
|
230
302
|
LocaleId: string;
|
|
231
303
|
};
|
|
232
304
|
/**
|
|
233
305
|
* Provides configuration information for a locale.
|
|
306
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html}
|
|
234
307
|
*/
|
|
235
308
|
export type BotLocale = {
|
|
236
309
|
/**
|
|
237
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}
|
|
238
312
|
*/
|
|
239
313
|
CustomVocabulary?: CustomVocabulary | undefined;
|
|
240
314
|
/**
|
|
241
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}
|
|
242
317
|
*/
|
|
243
318
|
Description?: string | undefined;
|
|
244
319
|
/**
|
|
245
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}
|
|
246
322
|
*/
|
|
247
323
|
Intents?: Intent[] | undefined;
|
|
248
324
|
/**
|
|
249
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}
|
|
250
327
|
*/
|
|
251
328
|
LocaleId: string;
|
|
252
329
|
/**
|
|
253
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}
|
|
254
332
|
*/
|
|
255
333
|
NluConfidenceThreshold: number;
|
|
256
334
|
/**
|
|
257
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}
|
|
258
337
|
*/
|
|
259
338
|
SlotTypes?: SlotType[] | undefined;
|
|
260
339
|
/**
|
|
@@ -266,385 +345,470 @@ export type BotLocale = {
|
|
|
266
345
|
* - `neural`
|
|
267
346
|
* - `long-form`
|
|
268
347
|
* - `generative`
|
|
348
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html#cfn-lex-bot-botlocale-voicesettings}
|
|
269
349
|
*/
|
|
270
350
|
VoiceSettings?: VoiceSettings | undefined;
|
|
271
351
|
};
|
|
272
352
|
/**
|
|
273
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}
|
|
274
355
|
*/
|
|
275
356
|
export type Button = {
|
|
276
357
|
/**
|
|
277
358
|
* The text that appears on the button. Use this to tell the user what value is returned when they choose this button.
|
|
278
359
|
* @minLength 1
|
|
279
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}
|
|
280
362
|
*/
|
|
281
363
|
Text: string;
|
|
282
364
|
/**
|
|
283
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.
|
|
284
366
|
* @minLength 1
|
|
285
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}
|
|
286
369
|
*/
|
|
287
370
|
Value: string;
|
|
288
371
|
};
|
|
289
372
|
/**
|
|
290
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}
|
|
291
375
|
*/
|
|
292
376
|
export type CloudWatchLogGroupLogDestination = {
|
|
293
377
|
/**
|
|
294
378
|
* The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
|
|
295
379
|
* @minLength 1
|
|
296
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}
|
|
297
382
|
*/
|
|
298
383
|
CloudWatchLogGroupArn: string;
|
|
299
384
|
/**
|
|
300
385
|
* The prefix of the log stream name within the log group that you specified
|
|
301
386
|
* @minLength 0
|
|
302
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}
|
|
303
389
|
*/
|
|
304
390
|
LogPrefix: string;
|
|
305
391
|
};
|
|
306
392
|
/**
|
|
307
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}
|
|
308
395
|
*/
|
|
309
396
|
export type CodeHookSpecification = {
|
|
310
397
|
/**
|
|
311
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}
|
|
312
400
|
*/
|
|
313
401
|
LambdaCodeHook: LambdaCodeHook;
|
|
314
402
|
};
|
|
315
403
|
/**
|
|
316
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}
|
|
317
406
|
*/
|
|
318
407
|
export type CompositeSlotTypeSetting = {
|
|
319
408
|
/**
|
|
320
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}
|
|
321
411
|
*/
|
|
322
412
|
SubSlots?: SubSlotTypeComposition[] | undefined;
|
|
323
413
|
};
|
|
324
414
|
/**
|
|
325
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}
|
|
326
417
|
*/
|
|
327
418
|
export type Condition = {
|
|
328
419
|
/**
|
|
329
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}
|
|
330
422
|
*/
|
|
331
423
|
ExpressionString: string;
|
|
332
424
|
};
|
|
333
425
|
/**
|
|
334
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}
|
|
335
428
|
*/
|
|
336
429
|
export type ConditionalBranch = {
|
|
337
430
|
/**
|
|
338
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}
|
|
339
433
|
*/
|
|
340
434
|
Condition: Condition;
|
|
341
435
|
/**
|
|
342
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}
|
|
343
438
|
*/
|
|
344
439
|
Name: string;
|
|
345
440
|
/**
|
|
346
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}
|
|
347
443
|
*/
|
|
348
444
|
NextStep: DialogState;
|
|
349
445
|
/**
|
|
350
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}
|
|
351
448
|
*/
|
|
352
449
|
Response?: ResponseSpecification | undefined;
|
|
353
450
|
};
|
|
354
451
|
/**
|
|
355
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}
|
|
356
454
|
*/
|
|
357
455
|
export type ConditionalSpecification = {
|
|
358
456
|
/**
|
|
359
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}
|
|
360
459
|
*/
|
|
361
460
|
ConditionalBranches: ConditionalBranch[];
|
|
362
461
|
/**
|
|
363
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}
|
|
364
464
|
*/
|
|
365
465
|
DefaultBranch: DefaultConditionalBranch;
|
|
366
466
|
/**
|
|
367
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}
|
|
368
469
|
*/
|
|
369
470
|
IsActive: boolean;
|
|
370
471
|
};
|
|
371
472
|
/**
|
|
372
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}
|
|
373
475
|
*/
|
|
374
476
|
export type ConversationLogSettings = {
|
|
375
477
|
/**
|
|
376
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}
|
|
377
480
|
*/
|
|
378
481
|
AudioLogSettings?: AudioLogSetting[] | undefined;
|
|
379
482
|
/**
|
|
380
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}
|
|
381
485
|
*/
|
|
382
486
|
TextLogSettings?: TextLogSetting[] | undefined;
|
|
383
487
|
};
|
|
384
488
|
/**
|
|
385
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}
|
|
386
491
|
*/
|
|
387
492
|
export type CustomPayload = {
|
|
388
493
|
/**
|
|
389
494
|
* The string that is sent to your application.
|
|
390
495
|
* @minLength 1
|
|
391
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}
|
|
392
498
|
*/
|
|
393
499
|
Value: string;
|
|
394
500
|
};
|
|
395
501
|
/**
|
|
396
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}
|
|
397
504
|
*/
|
|
398
505
|
export type CustomVocabulary = {
|
|
399
506
|
/**
|
|
400
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}
|
|
401
509
|
*/
|
|
402
510
|
CustomVocabularyItems: CustomVocabularyItem[];
|
|
403
511
|
};
|
|
404
512
|
/**
|
|
405
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}
|
|
406
515
|
*/
|
|
407
516
|
export type CustomVocabularyItem = {
|
|
408
517
|
/**
|
|
409
518
|
* The DisplayAs value for the custom vocabulary item from the custom vocabulary list.
|
|
410
519
|
* @minLength 1
|
|
411
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}
|
|
412
522
|
*/
|
|
413
523
|
DisplayAs?: string | undefined;
|
|
414
524
|
/**
|
|
415
525
|
* Specifies 1 - 4 words that should be recognized.
|
|
416
526
|
* @minLength 1
|
|
417
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}
|
|
418
529
|
*/
|
|
419
530
|
Phrase: string;
|
|
420
531
|
/**
|
|
421
532
|
* Specifies the degree to which the phrase recognition is boosted. The default value is 1.
|
|
422
533
|
* @min 0
|
|
423
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}
|
|
424
536
|
*/
|
|
425
537
|
Weight?: number | undefined;
|
|
426
538
|
};
|
|
427
539
|
/**
|
|
428
540
|
* Specifies the DTMF input specifications.
|
|
541
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dtmfspecification.html}
|
|
429
542
|
*/
|
|
430
543
|
export type DTMFSpecification = {
|
|
431
544
|
/**
|
|
432
545
|
* The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
|
|
433
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}
|
|
434
548
|
*/
|
|
435
549
|
DeletionCharacter: string;
|
|
436
550
|
/**
|
|
437
551
|
* The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
|
|
438
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}
|
|
439
554
|
*/
|
|
440
555
|
EndCharacter: string;
|
|
441
556
|
/**
|
|
442
557
|
* How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
|
|
443
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}
|
|
444
560
|
*/
|
|
445
561
|
EndTimeoutMs: number;
|
|
446
562
|
/**
|
|
447
563
|
* The maximum number of DTMF digits allowed in an utterance.
|
|
448
564
|
* @min 1
|
|
449
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}
|
|
450
567
|
*/
|
|
451
568
|
MaxLength: number;
|
|
452
569
|
};
|
|
453
570
|
/**
|
|
454
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}
|
|
455
573
|
*/
|
|
456
574
|
export type DefaultConditionalBranch = {
|
|
457
575
|
/**
|
|
458
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}
|
|
459
578
|
*/
|
|
460
579
|
NextStep?: DialogState | undefined;
|
|
461
580
|
/**
|
|
462
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}
|
|
463
583
|
*/
|
|
464
584
|
Response?: ResponseSpecification | undefined;
|
|
465
585
|
};
|
|
466
586
|
/**
|
|
467
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}
|
|
468
589
|
*/
|
|
469
590
|
export type DialogAction = {
|
|
470
591
|
/**
|
|
471
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}
|
|
472
594
|
*/
|
|
473
595
|
SlotToElicit?: string | undefined;
|
|
474
596
|
/**
|
|
475
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}
|
|
476
599
|
*/
|
|
477
600
|
SuppressNextMessage?: boolean | undefined;
|
|
478
601
|
/**
|
|
479
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}
|
|
480
604
|
*/
|
|
481
605
|
Type: DialogActionType;
|
|
482
606
|
};
|
|
607
|
+
/**
|
|
608
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogactiontype.html}
|
|
609
|
+
*/
|
|
483
610
|
export type DialogActionType = "CloseIntent" | "ConfirmIntent" | "ElicitIntent" | "ElicitSlot" | "StartIntent" | "FulfillIntent" | "EndConversation" | "EvaluateConditional" | "InvokeDialogCodeHook";
|
|
484
611
|
/**
|
|
485
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}
|
|
486
614
|
*/
|
|
487
615
|
export type DialogCodeHookInvocationSetting = {
|
|
488
616
|
/**
|
|
489
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}
|
|
490
619
|
*/
|
|
491
620
|
EnableCodeHookInvocation: boolean;
|
|
492
621
|
/**
|
|
493
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}
|
|
494
624
|
*/
|
|
495
625
|
InvocationLabel?: string | undefined;
|
|
496
626
|
/**
|
|
497
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}
|
|
498
629
|
*/
|
|
499
630
|
IsActive: boolean;
|
|
500
631
|
/**
|
|
501
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}
|
|
502
634
|
*/
|
|
503
635
|
PostCodeHookSpecification: PostDialogCodeHookInvocationSpecification;
|
|
504
636
|
};
|
|
505
637
|
/**
|
|
506
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}
|
|
507
640
|
*/
|
|
508
641
|
export type DialogCodeHookSetting = {
|
|
509
642
|
/**
|
|
510
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}
|
|
511
645
|
*/
|
|
512
646
|
Enabled: boolean;
|
|
513
647
|
};
|
|
514
648
|
/**
|
|
515
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}
|
|
516
651
|
*/
|
|
517
652
|
export type DialogState = {
|
|
518
653
|
/**
|
|
519
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}
|
|
520
656
|
*/
|
|
521
657
|
DialogAction?: DialogAction | undefined;
|
|
522
658
|
/**
|
|
523
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}
|
|
524
661
|
*/
|
|
525
662
|
Intent?: IntentOverride | undefined;
|
|
526
663
|
/**
|
|
527
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}
|
|
528
666
|
*/
|
|
529
667
|
SessionAttributes?: SessionAttribute[] | undefined;
|
|
530
668
|
};
|
|
531
669
|
/**
|
|
532
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}
|
|
533
672
|
*/
|
|
534
673
|
export type ElicitationCodeHookInvocationSetting = {
|
|
535
674
|
/**
|
|
536
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}
|
|
537
677
|
*/
|
|
538
678
|
EnableCodeHookInvocation: boolean;
|
|
539
679
|
/**
|
|
540
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}
|
|
541
682
|
*/
|
|
542
683
|
InvocationLabel?: string | undefined;
|
|
543
684
|
};
|
|
544
685
|
/**
|
|
545
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}
|
|
546
688
|
*/
|
|
547
689
|
export type ExternalSourceSetting = {
|
|
548
690
|
/**
|
|
549
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}
|
|
550
693
|
*/
|
|
551
694
|
GrammarSlotTypeSetting?: GrammarSlotTypeSetting | undefined;
|
|
552
695
|
};
|
|
553
696
|
/**
|
|
554
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}
|
|
555
699
|
*/
|
|
556
700
|
export type FulfillmentCodeHookSetting = {
|
|
557
701
|
/**
|
|
558
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}
|
|
559
704
|
*/
|
|
560
705
|
Enabled: boolean;
|
|
561
706
|
/**
|
|
562
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}
|
|
563
709
|
*/
|
|
564
710
|
FulfillmentUpdatesSpecification?: FulfillmentUpdatesSpecification | undefined;
|
|
565
711
|
/**
|
|
566
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}
|
|
567
714
|
*/
|
|
568
715
|
IsActive?: boolean | undefined;
|
|
569
716
|
/**
|
|
570
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}
|
|
571
719
|
*/
|
|
572
720
|
PostFulfillmentStatusSpecification?: PostFulfillmentStatusSpecification | undefined;
|
|
573
721
|
};
|
|
574
722
|
/**
|
|
575
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}
|
|
576
725
|
*/
|
|
577
726
|
export type FulfillmentStartResponseSpecification = {
|
|
578
727
|
/**
|
|
579
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}
|
|
580
730
|
*/
|
|
581
731
|
AllowInterrupt?: boolean | undefined;
|
|
582
732
|
/**
|
|
583
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.
|
|
584
734
|
* @min 1
|
|
585
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}
|
|
586
737
|
*/
|
|
587
738
|
DelayInSeconds: number;
|
|
588
739
|
/**
|
|
589
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}
|
|
590
742
|
*/
|
|
591
743
|
MessageGroups: MessageGroup[];
|
|
592
744
|
};
|
|
593
745
|
/**
|
|
594
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}
|
|
595
748
|
*/
|
|
596
749
|
export type FulfillmentUpdateResponseSpecification = {
|
|
597
750
|
/**
|
|
598
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}
|
|
599
753
|
*/
|
|
600
754
|
AllowInterrupt?: boolean | undefined;
|
|
601
755
|
/**
|
|
602
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.
|
|
603
757
|
* @min 1
|
|
604
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}
|
|
605
760
|
*/
|
|
606
761
|
FrequencyInSeconds: number;
|
|
607
762
|
/**
|
|
608
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}
|
|
609
765
|
*/
|
|
610
766
|
MessageGroups: MessageGroup[];
|
|
611
767
|
};
|
|
612
768
|
/**
|
|
613
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}
|
|
614
771
|
*/
|
|
615
772
|
export type FulfillmentUpdatesSpecification = {
|
|
616
773
|
/**
|
|
617
774
|
* Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
|
|
618
775
|
*
|
|
619
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}
|
|
620
778
|
*/
|
|
621
779
|
Active: boolean;
|
|
622
780
|
/**
|
|
623
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}
|
|
624
783
|
*/
|
|
625
784
|
StartResponse?: FulfillmentStartResponseSpecification | undefined;
|
|
626
785
|
/**
|
|
627
786
|
* The length of time that the fulfillment Lambda function should run before it times out.
|
|
628
787
|
* @min 1
|
|
629
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}
|
|
630
790
|
*/
|
|
631
791
|
TimeoutInSeconds?: number | undefined;
|
|
632
792
|
/**
|
|
633
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}
|
|
634
795
|
*/
|
|
635
796
|
UpdateResponse?: FulfillmentUpdateResponseSpecification | undefined;
|
|
636
797
|
};
|
|
637
798
|
/**
|
|
638
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}
|
|
639
801
|
*/
|
|
640
802
|
export type GrammarSlotTypeSetting = {
|
|
641
803
|
/**
|
|
642
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}
|
|
643
806
|
*/
|
|
644
807
|
Source?: GrammarSlotTypeSource | undefined;
|
|
645
808
|
};
|
|
646
809
|
/**
|
|
647
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}
|
|
648
812
|
*/
|
|
649
813
|
export type GrammarSlotTypeSource = {
|
|
650
814
|
/**
|
|
@@ -652,14 +816,17 @@ export type GrammarSlotTypeSource = {
|
|
|
652
816
|
* @minLength 20
|
|
653
817
|
* @maxLength 2048
|
|
654
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}
|
|
655
820
|
*/
|
|
656
821
|
KmsKeyArn?: string | undefined;
|
|
657
822
|
/**
|
|
658
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}
|
|
659
825
|
*/
|
|
660
826
|
S3BucketName: string;
|
|
661
827
|
/**
|
|
662
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}
|
|
663
830
|
*/
|
|
664
831
|
S3ObjectKey: string;
|
|
665
832
|
};
|
|
@@ -667,283 +834,360 @@ export type GrammarSlotTypeSource = {
|
|
|
667
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.
|
|
668
835
|
*
|
|
669
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}
|
|
670
838
|
*/
|
|
671
839
|
export type ImageResponseCard = {
|
|
672
840
|
/**
|
|
673
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}
|
|
674
843
|
*/
|
|
675
844
|
Buttons?: Button[] | undefined;
|
|
676
845
|
/**
|
|
677
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}
|
|
678
848
|
*/
|
|
679
849
|
ImageUrl?: string | undefined;
|
|
680
850
|
/**
|
|
681
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}
|
|
682
853
|
*/
|
|
683
854
|
Subtitle?: string | undefined;
|
|
684
855
|
/**
|
|
685
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}
|
|
686
858
|
*/
|
|
687
859
|
Title: string;
|
|
688
860
|
};
|
|
689
861
|
/**
|
|
690
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}
|
|
691
864
|
*/
|
|
692
865
|
export type InitialResponseSetting = {
|
|
693
866
|
/**
|
|
694
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}
|
|
695
869
|
*/
|
|
696
870
|
CodeHook?: DialogCodeHookInvocationSetting | undefined;
|
|
697
871
|
/**
|
|
698
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}
|
|
699
874
|
*/
|
|
700
875
|
Conditional?: ConditionalSpecification | undefined;
|
|
701
876
|
/**
|
|
702
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}
|
|
703
879
|
*/
|
|
704
880
|
InitialResponse?: ResponseSpecification | undefined;
|
|
705
881
|
/**
|
|
706
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}
|
|
707
884
|
*/
|
|
708
885
|
NextStep?: DialogState | undefined;
|
|
709
886
|
};
|
|
710
887
|
/**
|
|
711
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}
|
|
712
890
|
*/
|
|
713
891
|
export type InputContext = {
|
|
714
892
|
/**
|
|
715
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}
|
|
716
895
|
*/
|
|
717
896
|
Name: string;
|
|
718
897
|
};
|
|
719
898
|
/**
|
|
720
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}
|
|
721
901
|
*/
|
|
722
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
|
+
*/
|
|
723
906
|
BedrockAgentIntentConfiguration?: BedrockAgentIntentConfiguration | undefined;
|
|
724
907
|
/**
|
|
725
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}
|
|
726
910
|
*/
|
|
727
911
|
Description?: string | undefined;
|
|
728
912
|
/**
|
|
729
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}
|
|
730
915
|
*/
|
|
731
916
|
DialogCodeHook?: DialogCodeHookSetting | undefined;
|
|
732
917
|
/**
|
|
733
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}
|
|
734
920
|
*/
|
|
735
921
|
FulfillmentCodeHook?: FulfillmentCodeHookSetting | undefined;
|
|
736
922
|
/**
|
|
737
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}
|
|
738
925
|
*/
|
|
739
926
|
InitialResponseSetting?: InitialResponseSetting | undefined;
|
|
740
927
|
/**
|
|
741
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}
|
|
742
930
|
*/
|
|
743
931
|
InputContexts?: InputContext[] | undefined;
|
|
744
932
|
/**
|
|
745
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}
|
|
746
935
|
*/
|
|
747
936
|
IntentClosingSetting?: IntentClosingSetting | undefined;
|
|
748
937
|
/**
|
|
749
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}
|
|
750
940
|
*/
|
|
751
941
|
IntentConfirmationSetting?: IntentConfirmationSetting | undefined;
|
|
752
942
|
/**
|
|
753
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}
|
|
754
945
|
*/
|
|
755
946
|
KendraConfiguration?: KendraConfiguration | undefined;
|
|
756
947
|
/**
|
|
757
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}
|
|
758
950
|
*/
|
|
759
951
|
Name: string;
|
|
760
952
|
/**
|
|
761
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}
|
|
762
955
|
*/
|
|
763
956
|
OutputContexts?: OutputContext[] | undefined;
|
|
764
957
|
/**
|
|
765
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}
|
|
766
960
|
*/
|
|
767
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
|
+
*/
|
|
768
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
|
+
*/
|
|
769
969
|
QnAIntentConfiguration?: QnAIntentConfiguration | undefined;
|
|
770
970
|
/**
|
|
771
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}
|
|
772
973
|
*/
|
|
773
974
|
SampleUtterances?: SampleUtterance[] | undefined;
|
|
774
975
|
/**
|
|
775
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}
|
|
776
978
|
*/
|
|
777
979
|
SlotPriorities?: SlotPriority[] | undefined;
|
|
778
980
|
/**
|
|
779
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}
|
|
780
983
|
*/
|
|
781
984
|
Slots?: Slot[] | undefined;
|
|
782
985
|
};
|
|
783
986
|
/**
|
|
784
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}
|
|
785
989
|
*/
|
|
786
990
|
export type IntentClosingSetting = {
|
|
787
991
|
/**
|
|
788
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}
|
|
789
994
|
*/
|
|
790
995
|
ClosingResponse?: ResponseSpecification | undefined;
|
|
791
996
|
/**
|
|
792
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}
|
|
793
999
|
*/
|
|
794
1000
|
Conditional?: ConditionalSpecification | undefined;
|
|
795
1001
|
/**
|
|
796
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}
|
|
797
1004
|
*/
|
|
798
1005
|
IsActive?: boolean | undefined;
|
|
799
1006
|
/**
|
|
800
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}
|
|
801
1009
|
*/
|
|
802
1010
|
NextStep?: DialogState | undefined;
|
|
803
1011
|
};
|
|
804
1012
|
/**
|
|
805
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}
|
|
806
1015
|
*/
|
|
807
1016
|
export type IntentConfirmationSetting = {
|
|
808
1017
|
/**
|
|
809
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}
|
|
810
1020
|
*/
|
|
811
1021
|
CodeHook?: DialogCodeHookInvocationSetting | undefined;
|
|
812
1022
|
/**
|
|
813
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}
|
|
814
1025
|
*/
|
|
815
1026
|
ConfirmationConditional?: ConditionalSpecification | undefined;
|
|
816
1027
|
/**
|
|
817
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}
|
|
818
1030
|
*/
|
|
819
1031
|
ConfirmationNextStep?: DialogState | undefined;
|
|
820
1032
|
/**
|
|
821
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}
|
|
822
1035
|
*/
|
|
823
1036
|
ConfirmationResponse?: ResponseSpecification | undefined;
|
|
824
1037
|
/**
|
|
825
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}
|
|
826
1040
|
*/
|
|
827
1041
|
DeclinationConditional?: ConditionalSpecification | undefined;
|
|
828
1042
|
/**
|
|
829
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}
|
|
830
1045
|
*/
|
|
831
1046
|
DeclinationNextStep?: DialogState | undefined;
|
|
832
1047
|
/**
|
|
833
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}
|
|
834
1050
|
*/
|
|
835
1051
|
DeclinationResponse?: ResponseSpecification | undefined;
|
|
836
1052
|
/**
|
|
837
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}
|
|
838
1055
|
*/
|
|
839
1056
|
ElicitationCodeHook?: ElicitationCodeHookInvocationSetting | undefined;
|
|
840
1057
|
/**
|
|
841
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}
|
|
842
1060
|
*/
|
|
843
1061
|
FailureConditional?: ConditionalSpecification | undefined;
|
|
844
1062
|
/**
|
|
845
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}
|
|
846
1065
|
*/
|
|
847
1066
|
FailureNextStep?: DialogState | undefined;
|
|
848
1067
|
/**
|
|
849
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}
|
|
850
1070
|
*/
|
|
851
1071
|
FailureResponse?: ResponseSpecification | undefined;
|
|
852
1072
|
/**
|
|
853
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}
|
|
854
1075
|
*/
|
|
855
1076
|
IsActive?: boolean | undefined;
|
|
856
1077
|
/**
|
|
857
1078
|
* Prompts the user to confirm the intent. This question should have a yes or no answer.
|
|
858
1079
|
*
|
|
859
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}
|
|
860
1082
|
*/
|
|
861
1083
|
PromptSpecification: PromptSpecification;
|
|
862
1084
|
};
|
|
863
1085
|
/**
|
|
864
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}
|
|
865
1088
|
*/
|
|
866
1089
|
export type IntentOverride = {
|
|
867
1090
|
/**
|
|
868
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}
|
|
869
1093
|
*/
|
|
870
1094
|
Name?: string | undefined;
|
|
871
1095
|
/**
|
|
872
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}
|
|
873
1098
|
*/
|
|
874
1099
|
Slots?: SlotValueOverrideMap[] | undefined;
|
|
875
1100
|
};
|
|
876
1101
|
/**
|
|
877
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}
|
|
878
1104
|
*/
|
|
879
1105
|
export type KendraConfiguration = {
|
|
880
1106
|
/**
|
|
881
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}
|
|
882
1109
|
*/
|
|
883
1110
|
KendraIndex: string;
|
|
884
1111
|
/**
|
|
885
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}
|
|
886
1114
|
*/
|
|
887
1115
|
QueryFilterString?: string | undefined;
|
|
888
1116
|
/**
|
|
889
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}
|
|
890
1119
|
*/
|
|
891
1120
|
QueryFilterStringEnabled?: boolean | undefined;
|
|
892
1121
|
};
|
|
893
1122
|
/**
|
|
894
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}
|
|
895
1125
|
*/
|
|
896
1126
|
export type LambdaCodeHook = {
|
|
897
1127
|
/**
|
|
898
1128
|
* The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
|
899
1129
|
* @minLength 1
|
|
900
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}
|
|
901
1132
|
*/
|
|
902
1133
|
CodeHookInterfaceVersion: string;
|
|
903
1134
|
/**
|
|
904
1135
|
* The Amazon Resource Name (ARN) of the Lambda function.
|
|
905
1136
|
* @minLength 20
|
|
906
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}
|
|
907
1139
|
*/
|
|
908
1140
|
LambdaArn: string;
|
|
909
1141
|
};
|
|
910
1142
|
/**
|
|
911
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}
|
|
912
1145
|
*/
|
|
913
1146
|
export type Message = {
|
|
914
1147
|
/**
|
|
915
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}
|
|
916
1150
|
*/
|
|
917
1151
|
CustomPayload?: CustomPayload | undefined;
|
|
918
1152
|
/**
|
|
919
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}
|
|
920
1155
|
*/
|
|
921
1156
|
ImageResponseCard?: ImageResponseCard | undefined;
|
|
922
1157
|
/**
|
|
923
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}
|
|
924
1160
|
*/
|
|
925
1161
|
PlainTextMessage?: PlainTextMessage | undefined;
|
|
926
1162
|
/**
|
|
927
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}
|
|
928
1165
|
*/
|
|
929
1166
|
SSMLMessage?: SSMLMessage | undefined;
|
|
930
1167
|
};
|
|
931
1168
|
/**
|
|
932
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}
|
|
933
1171
|
*/
|
|
934
1172
|
export type MessageGroup = {
|
|
935
1173
|
/**
|
|
936
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}
|
|
937
1176
|
*/
|
|
938
1177
|
Message: Message;
|
|
939
1178
|
/**
|
|
940
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}
|
|
941
1181
|
*/
|
|
942
1182
|
Variations?: Message[] | undefined;
|
|
943
1183
|
};
|
|
1184
|
+
/**
|
|
1185
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-messageselectionstrategy.html}
|
|
1186
|
+
*/
|
|
944
1187
|
export type MessageSelectionStrategy = "Random" | "Ordered";
|
|
945
1188
|
/**
|
|
946
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}
|
|
947
1191
|
*/
|
|
948
1192
|
export type MultipleValuesSetting = {
|
|
949
1193
|
/**
|
|
@@ -952,175 +1196,221 @@ export type MultipleValuesSetting = {
|
|
|
952
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` .
|
|
953
1197
|
*
|
|
954
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}
|
|
955
1200
|
*/
|
|
956
1201
|
AllowMultipleValues?: boolean | undefined;
|
|
957
1202
|
};
|
|
958
1203
|
/**
|
|
959
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}
|
|
960
1206
|
*/
|
|
961
1207
|
export type ObfuscationSetting = {
|
|
962
1208
|
/**
|
|
963
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}
|
|
964
1211
|
*/
|
|
965
1212
|
ObfuscationSettingType: "None" | "DefaultObfuscation";
|
|
966
1213
|
};
|
|
967
1214
|
/**
|
|
968
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}
|
|
969
1217
|
*/
|
|
970
1218
|
export type OutputContext = {
|
|
971
1219
|
/**
|
|
972
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}
|
|
973
1222
|
*/
|
|
974
1223
|
Name: string;
|
|
975
1224
|
/**
|
|
976
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}
|
|
977
1227
|
*/
|
|
978
1228
|
TimeToLiveInSeconds: number;
|
|
979
1229
|
/**
|
|
980
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}
|
|
981
1232
|
*/
|
|
982
1233
|
TurnsToLive: number;
|
|
983
1234
|
};
|
|
984
1235
|
/**
|
|
985
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}
|
|
986
1238
|
*/
|
|
987
1239
|
export type PlainTextMessage = {
|
|
988
1240
|
/**
|
|
989
1241
|
* The message to send to the user.
|
|
990
1242
|
* @minLength 1
|
|
991
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}
|
|
992
1245
|
*/
|
|
993
1246
|
Value: string;
|
|
994
1247
|
};
|
|
995
1248
|
/**
|
|
996
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}
|
|
997
1251
|
*/
|
|
998
1252
|
export type PostDialogCodeHookInvocationSpecification = {
|
|
999
1253
|
/**
|
|
1000
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}
|
|
1001
1256
|
*/
|
|
1002
1257
|
FailureConditional?: ConditionalSpecification | undefined;
|
|
1003
1258
|
/**
|
|
1004
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}
|
|
1005
1261
|
*/
|
|
1006
1262
|
FailureNextStep?: DialogState | undefined;
|
|
1007
1263
|
/**
|
|
1008
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}
|
|
1009
1266
|
*/
|
|
1010
1267
|
FailureResponse?: ResponseSpecification | undefined;
|
|
1011
1268
|
/**
|
|
1012
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}
|
|
1013
1271
|
*/
|
|
1014
1272
|
SuccessConditional?: ConditionalSpecification | undefined;
|
|
1015
1273
|
/**
|
|
1016
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}
|
|
1017
1276
|
*/
|
|
1018
1277
|
SuccessNextStep?: DialogState | undefined;
|
|
1019
1278
|
/**
|
|
1020
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}
|
|
1021
1281
|
*/
|
|
1022
1282
|
SuccessResponse?: ResponseSpecification | undefined;
|
|
1023
1283
|
/**
|
|
1024
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}
|
|
1025
1286
|
*/
|
|
1026
1287
|
TimeoutConditional?: ConditionalSpecification | undefined;
|
|
1027
1288
|
/**
|
|
1028
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}
|
|
1029
1291
|
*/
|
|
1030
1292
|
TimeoutNextStep?: DialogState | undefined;
|
|
1031
1293
|
/**
|
|
1032
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}
|
|
1033
1296
|
*/
|
|
1034
1297
|
TimeoutResponse?: ResponseSpecification | undefined;
|
|
1035
1298
|
};
|
|
1036
1299
|
/**
|
|
1037
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}
|
|
1038
1302
|
*/
|
|
1039
1303
|
export type PostFulfillmentStatusSpecification = {
|
|
1040
1304
|
/**
|
|
1041
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}
|
|
1042
1307
|
*/
|
|
1043
1308
|
FailureConditional?: ConditionalSpecification | undefined;
|
|
1044
1309
|
/**
|
|
1045
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}
|
|
1046
1312
|
*/
|
|
1047
1313
|
FailureNextStep?: DialogState | undefined;
|
|
1048
1314
|
/**
|
|
1049
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}
|
|
1050
1317
|
*/
|
|
1051
1318
|
FailureResponse?: ResponseSpecification | undefined;
|
|
1052
1319
|
/**
|
|
1053
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}
|
|
1054
1322
|
*/
|
|
1055
1323
|
SuccessConditional?: ConditionalSpecification | undefined;
|
|
1056
1324
|
/**
|
|
1057
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}
|
|
1058
1327
|
*/
|
|
1059
1328
|
SuccessNextStep?: DialogState | undefined;
|
|
1060
1329
|
/**
|
|
1061
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}
|
|
1062
1332
|
*/
|
|
1063
1333
|
SuccessResponse?: ResponseSpecification | undefined;
|
|
1064
1334
|
/**
|
|
1065
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}
|
|
1066
1337
|
*/
|
|
1067
1338
|
TimeoutConditional?: ConditionalSpecification | undefined;
|
|
1068
1339
|
/**
|
|
1069
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}
|
|
1070
1342
|
*/
|
|
1071
1343
|
TimeoutNextStep?: DialogState | undefined;
|
|
1072
1344
|
/**
|
|
1073
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}
|
|
1074
1347
|
*/
|
|
1075
1348
|
TimeoutResponse?: ResponseSpecification | undefined;
|
|
1076
1349
|
};
|
|
1077
1350
|
/**
|
|
1078
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}
|
|
1079
1353
|
*/
|
|
1080
1354
|
export type PromptAttemptSpecification = {
|
|
1081
1355
|
/**
|
|
1082
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}
|
|
1083
1358
|
*/
|
|
1084
1359
|
AllowInterrupt?: boolean | undefined;
|
|
1085
1360
|
/**
|
|
1086
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}
|
|
1087
1363
|
*/
|
|
1088
1364
|
AllowedInputTypes: AllowedInputTypes;
|
|
1089
1365
|
/**
|
|
1090
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}
|
|
1091
1368
|
*/
|
|
1092
1369
|
AudioAndDTMFInputSpecification?: AudioAndDTMFInputSpecification | undefined;
|
|
1093
1370
|
/**
|
|
1094
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}
|
|
1095
1373
|
*/
|
|
1096
1374
|
TextInputSpecification?: TextInputSpecification | undefined;
|
|
1097
1375
|
};
|
|
1098
1376
|
/**
|
|
1099
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}
|
|
1100
1379
|
*/
|
|
1101
1380
|
export type PromptSpecification = {
|
|
1102
1381
|
/**
|
|
1103
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}
|
|
1104
1384
|
*/
|
|
1105
1385
|
AllowInterrupt?: boolean | undefined;
|
|
1106
1386
|
/**
|
|
1107
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}
|
|
1108
1389
|
*/
|
|
1109
1390
|
MaxRetries: number;
|
|
1110
1391
|
/**
|
|
1111
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}
|
|
1112
1394
|
*/
|
|
1113
1395
|
MessageGroupsList: MessageGroup[];
|
|
1114
1396
|
/**
|
|
1115
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}
|
|
1116
1399
|
*/
|
|
1117
1400
|
MessageSelectionStrategy?: MessageSelectionStrategy | undefined;
|
|
1118
1401
|
/**
|
|
1119
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}
|
|
1120
1404
|
*/
|
|
1121
1405
|
PromptAttemptsSpecification?: Record<string, PromptAttemptSpecification> | undefined;
|
|
1122
1406
|
};
|
|
1407
|
+
/**
|
|
1408
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qinconnectintentconfiguration.html}
|
|
1409
|
+
*/
|
|
1123
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
|
+
*/
|
|
1124
1414
|
QInConnectAssistantConfiguration?: {
|
|
1125
1415
|
/**
|
|
1126
1416
|
* @minLength 1
|
|
@@ -1132,11 +1422,16 @@ export type QInConnectIntentConfiguration = {
|
|
|
1132
1422
|
};
|
|
1133
1423
|
/**
|
|
1134
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}
|
|
1135
1426
|
*/
|
|
1136
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
|
+
*/
|
|
1137
1431
|
BedrockModelConfiguration: BedrockModelSpecification;
|
|
1138
1432
|
/**
|
|
1139
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}
|
|
1140
1435
|
*/
|
|
1141
1436
|
DataSourceConfiguration: {
|
|
1142
1437
|
BedrockKnowledgeStoreConfiguration?: {
|
|
@@ -1185,47 +1480,62 @@ export type QnAIntentConfiguration = {
|
|
|
1185
1480
|
};
|
|
1186
1481
|
/**
|
|
1187
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}
|
|
1188
1484
|
*/
|
|
1189
1485
|
export type QnAKendraConfiguration = {
|
|
1190
1486
|
/**
|
|
1191
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}
|
|
1192
1489
|
*/
|
|
1193
1490
|
ExactResponse: boolean;
|
|
1194
1491
|
/**
|
|
1195
1492
|
* The ARN of the Amazon Kendra index to use.
|
|
1196
1493
|
* @minLength 1
|
|
1197
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}
|
|
1198
1496
|
*/
|
|
1199
1497
|
KendraIndex: string;
|
|
1200
1498
|
/**
|
|
1201
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) .
|
|
1202
1500
|
* @minLength 1
|
|
1203
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}
|
|
1204
1503
|
*/
|
|
1205
1504
|
QueryFilterString?: string | undefined;
|
|
1206
1505
|
/**
|
|
1207
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}
|
|
1208
1508
|
*/
|
|
1209
1509
|
QueryFilterStringEnabled: boolean;
|
|
1210
1510
|
};
|
|
1511
|
+
/**
|
|
1512
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-replication.html}
|
|
1513
|
+
*/
|
|
1211
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
|
+
*/
|
|
1212
1518
|
ReplicaRegions: string[];
|
|
1213
1519
|
};
|
|
1214
1520
|
/**
|
|
1215
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}
|
|
1216
1523
|
*/
|
|
1217
1524
|
export type ResponseSpecification = {
|
|
1218
1525
|
/**
|
|
1219
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}
|
|
1220
1528
|
*/
|
|
1221
1529
|
AllowInterrupt?: boolean | undefined;
|
|
1222
1530
|
/**
|
|
1223
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}
|
|
1224
1533
|
*/
|
|
1225
1534
|
MessageGroupsList: MessageGroup[];
|
|
1226
1535
|
};
|
|
1227
1536
|
/**
|
|
1228
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}
|
|
1229
1539
|
*/
|
|
1230
1540
|
export type S3BucketLogDestination = {
|
|
1231
1541
|
/**
|
|
@@ -1233,12 +1543,14 @@ export type S3BucketLogDestination = {
|
|
|
1233
1543
|
* @minLength 20
|
|
1234
1544
|
* @maxLength 2048
|
|
1235
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}
|
|
1236
1547
|
*/
|
|
1237
1548
|
KmsKeyArn?: string | undefined;
|
|
1238
1549
|
/**
|
|
1239
1550
|
* The S3 prefix to assign to audio log files.
|
|
1240
1551
|
* @minLength 0
|
|
1241
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}
|
|
1242
1554
|
*/
|
|
1243
1555
|
LogPrefix: string;
|
|
1244
1556
|
/**
|
|
@@ -1246,100 +1558,124 @@ export type S3BucketLogDestination = {
|
|
|
1246
1558
|
* @minLength 1
|
|
1247
1559
|
* @maxLength 2048
|
|
1248
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}
|
|
1249
1562
|
*/
|
|
1250
1563
|
S3BucketArn: string;
|
|
1251
1564
|
};
|
|
1252
1565
|
/**
|
|
1253
1566
|
* Defines an Amazon S3 bucket location.
|
|
1567
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3location.html}
|
|
1254
1568
|
*/
|
|
1255
1569
|
export type S3Location = {
|
|
1256
1570
|
/**
|
|
1257
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}
|
|
1258
1573
|
*/
|
|
1259
1574
|
S3Bucket: string;
|
|
1260
1575
|
/**
|
|
1261
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}
|
|
1262
1578
|
*/
|
|
1263
1579
|
S3ObjectKey: string;
|
|
1264
1580
|
/**
|
|
1265
1581
|
* The version of the object in the S3 bucket.
|
|
1266
1582
|
* @minLength 1
|
|
1267
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}
|
|
1268
1585
|
*/
|
|
1269
1586
|
S3ObjectVersion?: string | undefined;
|
|
1270
1587
|
};
|
|
1271
1588
|
/**
|
|
1272
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}
|
|
1273
1591
|
*/
|
|
1274
1592
|
export type SSMLMessage = {
|
|
1275
1593
|
/**
|
|
1276
1594
|
* The SSML text that defines the prompt.
|
|
1277
1595
|
* @minLength 1
|
|
1278
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}
|
|
1279
1598
|
*/
|
|
1280
1599
|
Value: string;
|
|
1281
1600
|
};
|
|
1282
1601
|
/**
|
|
1283
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}
|
|
1284
1604
|
*/
|
|
1285
1605
|
export type SampleUtterance = {
|
|
1286
1606
|
/**
|
|
1287
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}
|
|
1288
1609
|
*/
|
|
1289
1610
|
Utterance: string;
|
|
1290
1611
|
};
|
|
1291
1612
|
/**
|
|
1292
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}
|
|
1293
1615
|
*/
|
|
1294
1616
|
export type SampleValue = {
|
|
1295
1617
|
/**
|
|
1296
1618
|
* The value that can be used for a slot type.
|
|
1297
1619
|
* @minLength 1
|
|
1298
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}
|
|
1299
1622
|
*/
|
|
1300
1623
|
Value: string;
|
|
1301
1624
|
};
|
|
1302
1625
|
/**
|
|
1303
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}
|
|
1304
1628
|
*/
|
|
1305
1629
|
export type SessionAttribute = {
|
|
1306
1630
|
/**
|
|
1307
1631
|
* The name of the session attribute.
|
|
1308
1632
|
* @minLength 1
|
|
1309
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}
|
|
1310
1635
|
*/
|
|
1311
1636
|
Key: string;
|
|
1312
1637
|
/**
|
|
1313
1638
|
* The session-specific context information for the session attribute.
|
|
1314
1639
|
* @minLength 0
|
|
1315
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}
|
|
1316
1642
|
*/
|
|
1317
1643
|
Value?: string | undefined;
|
|
1318
1644
|
};
|
|
1319
1645
|
/**
|
|
1320
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}
|
|
1321
1648
|
*/
|
|
1322
1649
|
export type Slot = {
|
|
1323
1650
|
/**
|
|
1324
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}
|
|
1325
1653
|
*/
|
|
1326
1654
|
Description?: string | undefined;
|
|
1327
1655
|
/**
|
|
1328
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}
|
|
1329
1658
|
*/
|
|
1330
1659
|
MultipleValuesSetting?: MultipleValuesSetting | undefined;
|
|
1331
1660
|
/**
|
|
1332
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}
|
|
1333
1663
|
*/
|
|
1334
1664
|
Name: string;
|
|
1335
1665
|
/**
|
|
1336
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}
|
|
1337
1668
|
*/
|
|
1338
1669
|
ObfuscationSetting?: ObfuscationSetting | undefined;
|
|
1339
1670
|
/**
|
|
1340
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}
|
|
1341
1673
|
*/
|
|
1342
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;
|
|
1343
1679
|
/**
|
|
1344
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:
|
|
1345
1681
|
*
|
|
@@ -1347,106 +1683,138 @@ export type Slot = {
|
|
|
1347
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.
|
|
1348
1684
|
*
|
|
1349
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}
|
|
1350
1687
|
*/
|
|
1351
1688
|
ValueElicitationSetting: SlotValueElicitationSetting;
|
|
1352
1689
|
};
|
|
1353
1690
|
/**
|
|
1354
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}
|
|
1355
1693
|
*/
|
|
1356
1694
|
export type SlotCaptureSetting = {
|
|
1357
1695
|
/**
|
|
1358
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}
|
|
1359
1698
|
*/
|
|
1360
1699
|
CaptureConditional?: ConditionalSpecification | undefined;
|
|
1361
1700
|
/**
|
|
1362
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}
|
|
1363
1703
|
*/
|
|
1364
1704
|
CaptureNextStep?: DialogState | undefined;
|
|
1365
1705
|
/**
|
|
1366
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}
|
|
1367
1708
|
*/
|
|
1368
1709
|
CaptureResponse?: ResponseSpecification | undefined;
|
|
1369
1710
|
/**
|
|
1370
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}
|
|
1371
1713
|
*/
|
|
1372
1714
|
CodeHook?: DialogCodeHookInvocationSetting | undefined;
|
|
1373
1715
|
/**
|
|
1374
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}
|
|
1375
1718
|
*/
|
|
1376
1719
|
ElicitationCodeHook?: ElicitationCodeHookInvocationSetting | undefined;
|
|
1377
1720
|
/**
|
|
1378
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}
|
|
1379
1723
|
*/
|
|
1380
1724
|
FailureConditional?: ConditionalSpecification | undefined;
|
|
1381
1725
|
/**
|
|
1382
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}
|
|
1383
1728
|
*/
|
|
1384
1729
|
FailureNextStep?: DialogState | undefined;
|
|
1385
1730
|
/**
|
|
1386
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}
|
|
1387
1733
|
*/
|
|
1388
1734
|
FailureResponse?: ResponseSpecification | undefined;
|
|
1389
1735
|
};
|
|
1736
|
+
/**
|
|
1737
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotconstraint.html}
|
|
1738
|
+
*/
|
|
1390
1739
|
export type SlotConstraint = "Required" | "Optional";
|
|
1391
1740
|
/**
|
|
1392
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}
|
|
1393
1743
|
*/
|
|
1394
1744
|
export type SlotDefaultValue = {
|
|
1395
1745
|
/**
|
|
1396
1746
|
* The default value to use when a user doesn't provide a value for a slot.
|
|
1397
1747
|
* @minLength 1
|
|
1398
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}
|
|
1399
1750
|
*/
|
|
1400
1751
|
DefaultValue: string;
|
|
1401
1752
|
};
|
|
1402
1753
|
/**
|
|
1403
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}
|
|
1404
1756
|
*/
|
|
1405
1757
|
export type SlotDefaultValueSpecification = {
|
|
1406
1758
|
/**
|
|
1407
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}
|
|
1408
1761
|
*/
|
|
1409
1762
|
DefaultValueList: SlotDefaultValue[];
|
|
1410
1763
|
};
|
|
1411
1764
|
/**
|
|
1412
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}
|
|
1413
1767
|
*/
|
|
1414
1768
|
export type SlotPriority = {
|
|
1415
1769
|
/**
|
|
1416
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}
|
|
1417
1772
|
*/
|
|
1418
1773
|
Priority: number;
|
|
1419
1774
|
/**
|
|
1420
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}
|
|
1421
1777
|
*/
|
|
1422
1778
|
SlotName: string;
|
|
1423
1779
|
};
|
|
1780
|
+
/**
|
|
1781
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotshape.html}
|
|
1782
|
+
*/
|
|
1424
1783
|
export type SlotShape = "Scalar" | "List";
|
|
1425
1784
|
/**
|
|
1426
1785
|
* Describes a slot type.
|
|
1786
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html}
|
|
1427
1787
|
*/
|
|
1428
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
|
+
*/
|
|
1429
1792
|
CompositeSlotTypeSetting?: CompositeSlotTypeSetting | undefined;
|
|
1430
1793
|
/**
|
|
1431
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}
|
|
1432
1796
|
*/
|
|
1433
1797
|
Description?: string | undefined;
|
|
1434
1798
|
/**
|
|
1435
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}
|
|
1436
1801
|
*/
|
|
1437
1802
|
ExternalSourceSetting?: ExternalSourceSetting | undefined;
|
|
1438
1803
|
/**
|
|
1439
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}
|
|
1440
1806
|
*/
|
|
1441
1807
|
Name: string;
|
|
1442
1808
|
/**
|
|
1443
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.
|
|
1444
1810
|
*
|
|
1445
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}
|
|
1446
1813
|
*/
|
|
1447
1814
|
ParentSlotTypeSignature?: string | undefined;
|
|
1448
1815
|
/**
|
|
1449
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}
|
|
1450
1818
|
*/
|
|
1451
1819
|
SlotTypeValues?: SlotTypeValue[] | undefined;
|
|
1452
1820
|
/**
|
|
@@ -1456,94 +1824,115 @@ export type SlotType = {
|
|
|
1456
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.
|
|
1457
1825
|
*
|
|
1458
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}
|
|
1459
1828
|
*/
|
|
1460
1829
|
ValueSelectionSetting?: SlotValueSelectionSetting | undefined;
|
|
1461
1830
|
};
|
|
1462
1831
|
/**
|
|
1463
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}
|
|
1464
1834
|
*/
|
|
1465
1835
|
export type SlotTypeValue = {
|
|
1466
1836
|
/**
|
|
1467
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}
|
|
1468
1839
|
*/
|
|
1469
1840
|
SampleValue: SampleValue;
|
|
1470
1841
|
/**
|
|
1471
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}
|
|
1472
1844
|
*/
|
|
1473
1845
|
Synonyms?: SampleValue[] | undefined;
|
|
1474
1846
|
};
|
|
1475
1847
|
/**
|
|
1476
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}
|
|
1477
1850
|
*/
|
|
1478
1851
|
export type SlotValue = {
|
|
1479
1852
|
/**
|
|
1480
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.
|
|
1481
1854
|
* @minLength 1
|
|
1482
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}
|
|
1483
1857
|
*/
|
|
1484
1858
|
InterpretedValue?: string | undefined;
|
|
1485
1859
|
};
|
|
1486
1860
|
/**
|
|
1487
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}
|
|
1488
1863
|
*/
|
|
1489
1864
|
export type SlotValueElicitationSetting = {
|
|
1490
1865
|
/**
|
|
1491
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}
|
|
1492
1868
|
*/
|
|
1493
1869
|
DefaultValueSpecification?: SlotDefaultValueSpecification | undefined;
|
|
1494
1870
|
/**
|
|
1495
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}
|
|
1496
1873
|
*/
|
|
1497
1874
|
PromptSpecification?: PromptSpecification | undefined;
|
|
1498
1875
|
/**
|
|
1499
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}
|
|
1500
1878
|
*/
|
|
1501
1879
|
SampleUtterances?: SampleUtterance[] | undefined;
|
|
1502
1880
|
/**
|
|
1503
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}
|
|
1504
1883
|
*/
|
|
1505
1884
|
SlotCaptureSetting?: SlotCaptureSetting | undefined;
|
|
1506
1885
|
/**
|
|
1507
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}
|
|
1508
1888
|
*/
|
|
1509
1889
|
SlotConstraint: SlotConstraint;
|
|
1510
1890
|
/**
|
|
1511
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}
|
|
1512
1893
|
*/
|
|
1513
1894
|
WaitAndContinueSpecification?: WaitAndContinueSpecification | undefined;
|
|
1514
1895
|
};
|
|
1515
1896
|
/**
|
|
1516
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}
|
|
1517
1899
|
*/
|
|
1518
1900
|
export type SlotValueOverride = {
|
|
1519
1901
|
/**
|
|
1520
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}
|
|
1521
1904
|
*/
|
|
1522
1905
|
Shape?: SlotShape | undefined;
|
|
1523
1906
|
/**
|
|
1524
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}
|
|
1525
1909
|
*/
|
|
1526
1910
|
Value?: SlotValue | undefined;
|
|
1527
1911
|
/**
|
|
1528
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}
|
|
1529
1914
|
*/
|
|
1530
1915
|
Values?: SlotValueOverride[] | undefined;
|
|
1531
1916
|
};
|
|
1532
1917
|
/**
|
|
1533
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}
|
|
1534
1920
|
*/
|
|
1535
1921
|
export type SlotValueOverrideMap = {
|
|
1536
1922
|
/**
|
|
1537
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}
|
|
1538
1925
|
*/
|
|
1539
1926
|
SlotName?: string | undefined;
|
|
1540
1927
|
/**
|
|
1541
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}
|
|
1542
1930
|
*/
|
|
1543
1931
|
SlotValueOverride?: SlotValueOverride | undefined;
|
|
1544
1932
|
};
|
|
1545
1933
|
/**
|
|
1546
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}
|
|
1547
1936
|
*/
|
|
1548
1937
|
export type SlotValueRegexFilter = {
|
|
1549
1938
|
/**
|
|
@@ -1563,20 +1952,27 @@ export type SlotValueRegexFilter = {
|
|
|
1563
1952
|
* - Wild card (.)
|
|
1564
1953
|
* @minLength 1
|
|
1565
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}
|
|
1566
1956
|
*/
|
|
1567
1957
|
Pattern: string;
|
|
1568
1958
|
};
|
|
1959
|
+
/**
|
|
1960
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueresolutionstrategy.html}
|
|
1961
|
+
*/
|
|
1569
1962
|
export type SlotValueResolutionStrategy = "ORIGINAL_VALUE" | "TOP_RESOLUTION" | "CONCATENATION";
|
|
1570
1963
|
/**
|
|
1571
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}
|
|
1572
1966
|
*/
|
|
1573
1967
|
export type SlotValueSelectionSetting = {
|
|
1574
1968
|
/**
|
|
1575
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}
|
|
1576
1971
|
*/
|
|
1577
1972
|
AdvancedRecognitionSetting?: AdvancedRecognitionSetting | undefined;
|
|
1578
1973
|
/**
|
|
1579
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}
|
|
1580
1976
|
*/
|
|
1581
1977
|
RegexFilter?: SlotValueRegexFilter | undefined;
|
|
1582
1978
|
/**
|
|
@@ -1586,32 +1982,68 @@ export type SlotValueSelectionSetting = {
|
|
|
1586
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.
|
|
1587
1983
|
*
|
|
1588
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}
|
|
1589
1986
|
*/
|
|
1590
1987
|
ResolutionStrategy: SlotValueResolutionStrategy;
|
|
1591
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
|
+
};
|
|
1592
2002
|
/**
|
|
1593
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}
|
|
1594
2005
|
*/
|
|
1595
2006
|
export type StillWaitingResponseSpecification = {
|
|
1596
2007
|
/**
|
|
1597
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}
|
|
1598
2010
|
*/
|
|
1599
2011
|
AllowInterrupt?: boolean | undefined;
|
|
1600
2012
|
/**
|
|
1601
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}
|
|
1602
2015
|
*/
|
|
1603
2016
|
FrequencyInSeconds: number;
|
|
1604
2017
|
/**
|
|
1605
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}
|
|
1606
2020
|
*/
|
|
1607
2021
|
MessageGroupsList: MessageGroup[];
|
|
1608
2022
|
/**
|
|
1609
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}
|
|
1610
2025
|
*/
|
|
1611
2026
|
TimeoutInSeconds: number;
|
|
1612
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
|
+
};
|
|
1613
2044
|
/**
|
|
1614
2045
|
* Subslot type composition.
|
|
2046
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslottypecomposition.html}
|
|
1615
2047
|
*/
|
|
1616
2048
|
export type SubSlotTypeComposition = {
|
|
1617
2049
|
/**
|
|
@@ -1619,34 +2051,59 @@ export type SubSlotTypeComposition = {
|
|
|
1619
2051
|
* @minLength 1
|
|
1620
2052
|
* @maxLength 100
|
|
1621
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}
|
|
1622
2055
|
*/
|
|
1623
2056
|
Name: string;
|
|
1624
2057
|
/**
|
|
1625
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.
|
|
1626
|
-
* @
|
|
1627
|
-
* @maxLength 25
|
|
1628
|
-
* @pattern ^((AMAZON\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$
|
|
2059
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslottypecomposition.html#cfn-lex-bot-subslottypecomposition-slottypeid}
|
|
1629
2060
|
*/
|
|
1630
2061
|
SlotTypeId: string;
|
|
1631
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
|
+
};
|
|
1632
2084
|
/**
|
|
1633
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}
|
|
1634
2087
|
*/
|
|
1635
2088
|
export type TestBotAliasSettings = {
|
|
1636
2089
|
/**
|
|
1637
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}
|
|
1638
2092
|
*/
|
|
1639
2093
|
BotAliasLocaleSettings?: BotAliasLocaleSettingsItem[] | undefined;
|
|
1640
2094
|
/**
|
|
1641
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}
|
|
1642
2097
|
*/
|
|
1643
2098
|
ConversationLogSettings?: ConversationLogSettings | undefined;
|
|
1644
2099
|
/**
|
|
1645
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}
|
|
1646
2102
|
*/
|
|
1647
2103
|
Description?: string | undefined;
|
|
1648
2104
|
/**
|
|
1649
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}
|
|
1650
2107
|
*/
|
|
1651
2108
|
SentimentAnalysisSettings?: {
|
|
1652
2109
|
DetectSentiment: boolean;
|
|
@@ -1654,33 +2111,40 @@ export type TestBotAliasSettings = {
|
|
|
1654
2111
|
};
|
|
1655
2112
|
/**
|
|
1656
2113
|
* Specifies the text input specifications.
|
|
2114
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textinputspecification.html}
|
|
1657
2115
|
*/
|
|
1658
2116
|
export type TextInputSpecification = {
|
|
1659
2117
|
/**
|
|
1660
2118
|
* Time for which a bot waits before re-prompting a customer for text input.
|
|
1661
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}
|
|
1662
2121
|
*/
|
|
1663
2122
|
StartTimeoutMs: number;
|
|
1664
2123
|
};
|
|
1665
2124
|
/**
|
|
1666
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}
|
|
1667
2127
|
*/
|
|
1668
2128
|
export type TextLogDestination = {
|
|
1669
2129
|
/**
|
|
1670
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}
|
|
1671
2132
|
*/
|
|
1672
2133
|
CloudWatch: CloudWatchLogGroupLogDestination;
|
|
1673
2134
|
};
|
|
1674
2135
|
/**
|
|
1675
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}
|
|
1676
2138
|
*/
|
|
1677
2139
|
export type TextLogSetting = {
|
|
1678
2140
|
/**
|
|
1679
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}
|
|
1680
2143
|
*/
|
|
1681
2144
|
Destination: TextLogDestination;
|
|
1682
2145
|
/**
|
|
1683
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}
|
|
1684
2148
|
*/
|
|
1685
2149
|
Enabled: boolean;
|
|
1686
2150
|
};
|
|
@@ -1693,37 +2157,45 @@ export type TextLogSetting = {
|
|
|
1693
2157
|
* - `neural`
|
|
1694
2158
|
* - `long-form`
|
|
1695
2159
|
* - `generative`
|
|
2160
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html}
|
|
1696
2161
|
*/
|
|
1697
2162
|
export type VoiceSettings = {
|
|
1698
2163
|
/**
|
|
1699
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* .
|
|
1700
2165
|
*
|
|
1701
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}
|
|
1702
2168
|
*/
|
|
1703
2169
|
Engine?: "standard" | "neural" | "long-form" | "generative" | undefined;
|
|
1704
2170
|
/**
|
|
1705
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}
|
|
1706
2173
|
*/
|
|
1707
2174
|
VoiceId: string;
|
|
1708
2175
|
};
|
|
1709
2176
|
/**
|
|
1710
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}
|
|
1711
2179
|
*/
|
|
1712
2180
|
export type WaitAndContinueSpecification = {
|
|
1713
2181
|
/**
|
|
1714
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}
|
|
1715
2184
|
*/
|
|
1716
2185
|
ContinueResponse: ResponseSpecification;
|
|
1717
2186
|
/**
|
|
1718
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}
|
|
1719
2189
|
*/
|
|
1720
2190
|
IsActive?: boolean | undefined;
|
|
1721
2191
|
/**
|
|
1722
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}
|
|
1723
2194
|
*/
|
|
1724
2195
|
StillWaitingResponse?: StillWaitingResponseSpecification | undefined;
|
|
1725
2196
|
/**
|
|
1726
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}
|
|
1727
2199
|
*/
|
|
1728
2200
|
WaitingResponse: ResponseSpecification;
|
|
1729
2201
|
};
|