@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -195,6 +195,14 @@ declare class LexModelsV2 extends Service {
|
|
|
195
195
|
* Deletes a slot type from a bot locale. If a slot is using the slot type, Amazon Lex throws a ResourceInUseException exception. To avoid the exception, set the skipResourceInUseCheck parameter to true.
|
|
196
196
|
*/
|
|
197
197
|
deleteSlotType(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the ListAggregatedUtterances operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.. Use the DeleteUtterances operation to manually delete utterances for a specific session. When you use the DeleteUtterances operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the ListAggregatedUtterances operation are deleted after 15 days.
|
|
200
|
+
*/
|
|
201
|
+
deleteUtterances(params: LexModelsV2.Types.DeleteUtterancesRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DeleteUtterancesResponse) => void): Request<LexModelsV2.Types.DeleteUtterancesResponse, AWSError>;
|
|
202
|
+
/**
|
|
203
|
+
* Deletes stored utterances. Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the ListAggregatedUtterances operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.. Use the DeleteUtterances operation to manually delete utterances for a specific session. When you use the DeleteUtterances operation, utterances stored for improving your bot's ability to respond to user input are deleted immediately. Utterances stored for use with the ListAggregatedUtterances operation are deleted after 15 days.
|
|
204
|
+
*/
|
|
205
|
+
deleteUtterances(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteUtterancesResponse) => void): Request<LexModelsV2.Types.DeleteUtterancesResponse, AWSError>;
|
|
198
206
|
/**
|
|
199
207
|
* Provides metadata information about a bot.
|
|
200
208
|
*/
|
|
@@ -219,6 +227,14 @@ declare class LexModelsV2 extends Service {
|
|
|
219
227
|
* Describes the settings that a bot has for a specific locale.
|
|
220
228
|
*/
|
|
221
229
|
describeBotLocale(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotLocaleResponse) => void): Request<LexModelsV2.Types.DescribeBotLocaleResponse, AWSError>;
|
|
230
|
+
/**
|
|
231
|
+
* Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation.
|
|
232
|
+
*/
|
|
233
|
+
describeBotRecommendation(params: LexModelsV2.Types.DescribeBotRecommendationRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotRecommendationResponse) => void): Request<LexModelsV2.Types.DescribeBotRecommendationResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* Provides metadata information about a bot recommendation. This information will enable you to get a description on the request inputs, to download associated transcripts after processing is complete, and to download intents and slot-types generated by the bot recommendation.
|
|
236
|
+
*/
|
|
237
|
+
describeBotRecommendation(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeBotRecommendationResponse) => void): Request<LexModelsV2.Types.DescribeBotRecommendationResponse, AWSError>;
|
|
222
238
|
/**
|
|
223
239
|
* Provides metadata about a version of a bot.
|
|
224
240
|
*/
|
|
@@ -275,6 +291,14 @@ declare class LexModelsV2 extends Service {
|
|
|
275
291
|
* Gets metadata information about a slot type.
|
|
276
292
|
*/
|
|
277
293
|
describeSlotType(callback?: (err: AWSError, data: LexModelsV2.Types.DescribeSlotTypeResponse) => void): Request<LexModelsV2.Types.DescribeSlotTypeResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions: The childDirected field was set to true when the bot was created. You are using slot obfuscation with one or more slots. You opted out of participating in improving Amazon Lex.
|
|
296
|
+
*/
|
|
297
|
+
listAggregatedUtterances(params: LexModelsV2.Types.ListAggregatedUtterancesRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListAggregatedUtterancesResponse) => void): Request<LexModelsV2.Types.ListAggregatedUtterancesResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Provides a list of utterances that users have sent to the bot. Utterances are aggregated by the text of the utterance. For example, all instances where customers used the phrase "I want to order pizza" are aggregated into the same line in the response. You can see both detected utterances and missed utterances. A detected utterance is where the bot properly recognized the utterance and activated the associated intent. A missed utterance was not recognized by the bot and didn't activate an intent. Utterances can be aggregated for a bot alias or for a bot version, but not both at the same time. Utterances statistics are not generated under the following conditions: The childDirected field was set to true when the bot was created. You are using slot obfuscation with one or more slots. You opted out of participating in improving Amazon Lex.
|
|
300
|
+
*/
|
|
301
|
+
listAggregatedUtterances(callback?: (err: AWSError, data: LexModelsV2.Types.ListAggregatedUtterancesResponse) => void): Request<LexModelsV2.Types.ListAggregatedUtterancesResponse, AWSError>;
|
|
278
302
|
/**
|
|
279
303
|
* Gets a list of aliases for the specified bot.
|
|
280
304
|
*/
|
|
@@ -291,6 +315,14 @@ declare class LexModelsV2 extends Service {
|
|
|
291
315
|
* Gets a list of locales for the specified bot.
|
|
292
316
|
*/
|
|
293
317
|
listBotLocales(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotLocalesResponse) => void): Request<LexModelsV2.Types.ListBotLocalesResponse, AWSError>;
|
|
318
|
+
/**
|
|
319
|
+
* Get a list of bot recommendations that meet the specified criteria.
|
|
320
|
+
*/
|
|
321
|
+
listBotRecommendations(params: LexModelsV2.Types.ListBotRecommendationsRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListBotRecommendationsResponse) => void): Request<LexModelsV2.Types.ListBotRecommendationsResponse, AWSError>;
|
|
322
|
+
/**
|
|
323
|
+
* Get a list of bot recommendations that meet the specified criteria.
|
|
324
|
+
*/
|
|
325
|
+
listBotRecommendations(callback?: (err: AWSError, data: LexModelsV2.Types.ListBotRecommendationsResponse) => void): Request<LexModelsV2.Types.ListBotRecommendationsResponse, AWSError>;
|
|
294
326
|
/**
|
|
295
327
|
* Gets information about all of the versions of a bot. The ListBotVersions operation returns a summary of each version of a bot. For example, if a bot has three numbered versions, the ListBotVersions operation returns for summaries, one for each numbered version and one for the DRAFT version. The ListBotVersions operation always returns at least one version, the DRAFT version.
|
|
296
328
|
*/
|
|
@@ -347,6 +379,14 @@ declare class LexModelsV2 extends Service {
|
|
|
347
379
|
* Get a list of intents that meet the specified criteria.
|
|
348
380
|
*/
|
|
349
381
|
listIntents(callback?: (err: AWSError, data: LexModelsV2.Types.ListIntentsResponse) => void): Request<LexModelsV2.Types.ListIntentsResponse, AWSError>;
|
|
382
|
+
/**
|
|
383
|
+
* Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
|
384
|
+
*/
|
|
385
|
+
listRecommendedIntents(params: LexModelsV2.Types.ListRecommendedIntentsRequest, callback?: (err: AWSError, data: LexModelsV2.Types.ListRecommendedIntentsResponse) => void): Request<LexModelsV2.Types.ListRecommendedIntentsResponse, AWSError>;
|
|
386
|
+
/**
|
|
387
|
+
* Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
|
|
388
|
+
*/
|
|
389
|
+
listRecommendedIntents(callback?: (err: AWSError, data: LexModelsV2.Types.ListRecommendedIntentsResponse) => void): Request<LexModelsV2.Types.ListRecommendedIntentsResponse, AWSError>;
|
|
350
390
|
/**
|
|
351
391
|
* Gets a list of slot types that match the specified criteria.
|
|
352
392
|
*/
|
|
@@ -371,6 +411,22 @@ declare class LexModelsV2 extends Service {
|
|
|
371
411
|
* Gets a list of tags associated with a resource. Only bots, bot aliases, and bot channels can have tags associated with them.
|
|
372
412
|
*/
|
|
373
413
|
listTagsForResource(callback?: (err: AWSError, data: LexModelsV2.Types.ListTagsForResourceResponse) => void): Request<LexModelsV2.Types.ListTagsForResourceResponse, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* Search for associated transcripts that meet the specified criteria.
|
|
416
|
+
*/
|
|
417
|
+
searchAssociatedTranscripts(params: LexModelsV2.Types.SearchAssociatedTranscriptsRequest, callback?: (err: AWSError, data: LexModelsV2.Types.SearchAssociatedTranscriptsResponse) => void): Request<LexModelsV2.Types.SearchAssociatedTranscriptsResponse, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* Search for associated transcripts that meet the specified criteria.
|
|
420
|
+
*/
|
|
421
|
+
searchAssociatedTranscripts(callback?: (err: AWSError, data: LexModelsV2.Types.SearchAssociatedTranscriptsResponse) => void): Request<LexModelsV2.Types.SearchAssociatedTranscriptsResponse, AWSError>;
|
|
422
|
+
/**
|
|
423
|
+
* Use this to provide your transcript data, and to start the bot recommendation process.
|
|
424
|
+
*/
|
|
425
|
+
startBotRecommendation(params: LexModelsV2.Types.StartBotRecommendationRequest, callback?: (err: AWSError, data: LexModelsV2.Types.StartBotRecommendationResponse) => void): Request<LexModelsV2.Types.StartBotRecommendationResponse, AWSError>;
|
|
426
|
+
/**
|
|
427
|
+
* Use this to provide your transcript data, and to start the bot recommendation process.
|
|
428
|
+
*/
|
|
429
|
+
startBotRecommendation(callback?: (err: AWSError, data: LexModelsV2.Types.StartBotRecommendationResponse) => void): Request<LexModelsV2.Types.StartBotRecommendationResponse, AWSError>;
|
|
374
430
|
/**
|
|
375
431
|
* Starts importing a bot or bot locale from a zip archive that you uploaded to an S3 bucket.
|
|
376
432
|
*/
|
|
@@ -420,11 +476,19 @@ declare class LexModelsV2 extends Service {
|
|
|
420
476
|
*/
|
|
421
477
|
updateBotLocale(callback?: (err: AWSError, data: LexModelsV2.Types.UpdateBotLocaleResponse) => void): Request<LexModelsV2.Types.UpdateBotLocaleResponse, AWSError>;
|
|
422
478
|
/**
|
|
423
|
-
* Updates
|
|
479
|
+
* Updates an existing bot recommendation request.
|
|
480
|
+
*/
|
|
481
|
+
updateBotRecommendation(params: LexModelsV2.Types.UpdateBotRecommendationRequest, callback?: (err: AWSError, data: LexModelsV2.Types.UpdateBotRecommendationResponse) => void): Request<LexModelsV2.Types.UpdateBotRecommendationResponse, AWSError>;
|
|
482
|
+
/**
|
|
483
|
+
* Updates an existing bot recommendation request.
|
|
484
|
+
*/
|
|
485
|
+
updateBotRecommendation(callback?: (err: AWSError, data: LexModelsV2.Types.UpdateBotRecommendationResponse) => void): Request<LexModelsV2.Types.UpdateBotRecommendationResponse, AWSError>;
|
|
486
|
+
/**
|
|
487
|
+
* Updates the password used to protect an export zip archive. The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the DescribeExport operation.
|
|
424
488
|
*/
|
|
425
489
|
updateExport(params: LexModelsV2.Types.UpdateExportRequest, callback?: (err: AWSError, data: LexModelsV2.Types.UpdateExportResponse) => void): Request<LexModelsV2.Types.UpdateExportResponse, AWSError>;
|
|
426
490
|
/**
|
|
427
|
-
* Updates the password used to protect an export zip archive. The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the operation.
|
|
491
|
+
* Updates the password used to protect an export zip archive. The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the DescribeExport operation.
|
|
428
492
|
*/
|
|
429
493
|
updateExport(callback?: (err: AWSError, data: LexModelsV2.Types.UpdateExportResponse) => void): Request<LexModelsV2.Types.UpdateExportResponse, AWSError>;
|
|
430
494
|
/**
|
|
@@ -461,7 +525,81 @@ declare class LexModelsV2 extends Service {
|
|
|
461
525
|
updateSlotType(callback?: (err: AWSError, data: LexModelsV2.Types.UpdateSlotTypeResponse) => void): Request<LexModelsV2.Types.UpdateSlotTypeResponse, AWSError>;
|
|
462
526
|
}
|
|
463
527
|
declare namespace LexModelsV2 {
|
|
528
|
+
export interface AggregatedUtterancesFilter {
|
|
529
|
+
/**
|
|
530
|
+
* The name of the field to filter the utterance list.
|
|
531
|
+
*/
|
|
532
|
+
name: AggregatedUtterancesFilterName;
|
|
533
|
+
/**
|
|
534
|
+
* The value to use for filtering the list of bots.
|
|
535
|
+
*/
|
|
536
|
+
values: FilterValues;
|
|
537
|
+
/**
|
|
538
|
+
* The operator to use for the filter. Specify EQ when the ListAggregatedUtterances operation should return only utterances that equal the specified value. Specify CO when the ListAggregatedUtterances operation should return utterances that contain the specified value.
|
|
539
|
+
*/
|
|
540
|
+
operator: AggregatedUtterancesFilterOperator;
|
|
541
|
+
}
|
|
542
|
+
export type AggregatedUtterancesFilterName = "Utterance"|string;
|
|
543
|
+
export type AggregatedUtterancesFilterOperator = "CO"|"EQ"|string;
|
|
544
|
+
export type AggregatedUtterancesFilters = AggregatedUtterancesFilter[];
|
|
545
|
+
export type AggregatedUtterancesSortAttribute = "HitCount"|"MissedCount"|string;
|
|
546
|
+
export interface AggregatedUtterancesSortBy {
|
|
547
|
+
/**
|
|
548
|
+
* The utterance attribute to sort by.
|
|
549
|
+
*/
|
|
550
|
+
attribute: AggregatedUtterancesSortAttribute;
|
|
551
|
+
/**
|
|
552
|
+
* Specifies whether to sort the aggregated utterances in ascending or descending order.
|
|
553
|
+
*/
|
|
554
|
+
order: SortOrder;
|
|
555
|
+
}
|
|
556
|
+
export interface AggregatedUtterancesSummary {
|
|
557
|
+
/**
|
|
558
|
+
* The text of the utterance. If the utterance was used with the RecognizeUtterance operation, the text is the transcription of the audio utterance.
|
|
559
|
+
*/
|
|
560
|
+
utterance?: Utterance;
|
|
561
|
+
/**
|
|
562
|
+
* The number of times that the utterance was detected by Amazon Lex during the time period. When an utterance is detected, it activates an intent or a slot.
|
|
563
|
+
*/
|
|
564
|
+
hitCount?: HitCount;
|
|
565
|
+
/**
|
|
566
|
+
* The number of times that the utterance was missed by Amazon Lex An utterance is missed when it doesn't activate an intent or slot.
|
|
567
|
+
*/
|
|
568
|
+
missedCount?: MissedCount;
|
|
569
|
+
/**
|
|
570
|
+
* The date and time that the utterance was first recorded in the time window for aggregation. An utterance may have been sent to Amazon Lex before that time, but only utterances within the time window are counted.
|
|
571
|
+
*/
|
|
572
|
+
utteranceFirstRecordedInAggregationDuration?: Timestamp;
|
|
573
|
+
/**
|
|
574
|
+
* The last date and time that an utterance was recorded in the time window for aggregation. An utterance may be sent to Amazon Lex after that time, but only utterances within the time window are counted.
|
|
575
|
+
*/
|
|
576
|
+
utteranceLastRecordedInAggregationDuration?: Timestamp;
|
|
577
|
+
/**
|
|
578
|
+
* Aggregated utterance data may contain utterances from versions of your bot that have since been deleted. When the aggregated contains this kind of data, this field is set to true.
|
|
579
|
+
*/
|
|
580
|
+
containsDataFromDeletedResources?: BoxedBoolean;
|
|
581
|
+
}
|
|
582
|
+
export type AggregatedUtterancesSummaryList = AggregatedUtterancesSummary[];
|
|
464
583
|
export type AmazonResourceName = string;
|
|
584
|
+
export interface AssociatedTranscript {
|
|
585
|
+
/**
|
|
586
|
+
* The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
|
|
587
|
+
*/
|
|
588
|
+
transcript?: Transcript;
|
|
589
|
+
}
|
|
590
|
+
export interface AssociatedTranscriptFilter {
|
|
591
|
+
/**
|
|
592
|
+
* The name of the field to use for filtering. The allowed names are IntentId and SlotTypeId.
|
|
593
|
+
*/
|
|
594
|
+
name: AssociatedTranscriptFilterName;
|
|
595
|
+
/**
|
|
596
|
+
* The values to use to filter the transcript.
|
|
597
|
+
*/
|
|
598
|
+
values: FilterValues;
|
|
599
|
+
}
|
|
600
|
+
export type AssociatedTranscriptFilterName = "IntentId"|"SlotTypeId"|string;
|
|
601
|
+
export type AssociatedTranscriptFilters = AssociatedTranscriptFilter[];
|
|
602
|
+
export type AssociatedTranscriptList = AssociatedTranscript[];
|
|
465
603
|
export type AttachmentTitle = string;
|
|
466
604
|
export type AttachmentUrl = string;
|
|
467
605
|
export interface AudioLogDestination {
|
|
@@ -661,7 +799,7 @@ declare namespace LexModelsV2 {
|
|
|
661
799
|
*/
|
|
662
800
|
order: SortOrder;
|
|
663
801
|
}
|
|
664
|
-
export type BotLocaleStatus = "Creating"|"Building"|"Built"|"ReadyExpressTesting"|"Failed"|"Deleting"|"NotBuilt"|"Importing"|string;
|
|
802
|
+
export type BotLocaleStatus = "Creating"|"Building"|"Built"|"ReadyExpressTesting"|"Failed"|"Deleting"|"NotBuilt"|"Importing"|"Processing"|string;
|
|
665
803
|
export interface BotLocaleSummary {
|
|
666
804
|
/**
|
|
667
805
|
* The language and locale of the bot locale.
|
|
@@ -689,6 +827,50 @@ declare namespace LexModelsV2 {
|
|
|
689
827
|
lastBuildSubmittedDateTime?: Timestamp;
|
|
690
828
|
}
|
|
691
829
|
export type BotLocaleSummaryList = BotLocaleSummary[];
|
|
830
|
+
export interface BotRecommendationResultStatistics {
|
|
831
|
+
/**
|
|
832
|
+
* Statistical information about about the intents associated with the bot recommendation results.
|
|
833
|
+
*/
|
|
834
|
+
intents?: IntentStatistics;
|
|
835
|
+
/**
|
|
836
|
+
* Statistical information about the slot types associated with the bot recommendation results.
|
|
837
|
+
*/
|
|
838
|
+
slotTypes?: SlotTypeStatistics;
|
|
839
|
+
}
|
|
840
|
+
export interface BotRecommendationResults {
|
|
841
|
+
/**
|
|
842
|
+
* The presigned URL link of the recommended bot definition.
|
|
843
|
+
*/
|
|
844
|
+
botLocaleExportUrl?: PresignedS3Url;
|
|
845
|
+
/**
|
|
846
|
+
* The presigned url link of the associated transcript.
|
|
847
|
+
*/
|
|
848
|
+
associatedTranscriptsUrl?: PresignedS3Url;
|
|
849
|
+
/**
|
|
850
|
+
* The statistical summary of the bot recommendation results.
|
|
851
|
+
*/
|
|
852
|
+
statistics?: BotRecommendationResultStatistics;
|
|
853
|
+
}
|
|
854
|
+
export type BotRecommendationStatus = "Processing"|"Deleting"|"Deleted"|"Downloading"|"Updating"|"Available"|"Failed"|string;
|
|
855
|
+
export interface BotRecommendationSummary {
|
|
856
|
+
/**
|
|
857
|
+
* The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
|
|
858
|
+
*/
|
|
859
|
+
botRecommendationStatus: BotRecommendationStatus;
|
|
860
|
+
/**
|
|
861
|
+
* The unique identifier of the bot recommendation to be updated.
|
|
862
|
+
*/
|
|
863
|
+
botRecommendationId: Id;
|
|
864
|
+
/**
|
|
865
|
+
* A timestamp of the date and time that the bot recommendation was created.
|
|
866
|
+
*/
|
|
867
|
+
creationDateTime?: Timestamp;
|
|
868
|
+
/**
|
|
869
|
+
* A timestamp of the date and time that the bot recommendation was last updated.
|
|
870
|
+
*/
|
|
871
|
+
lastUpdatedDateTime?: Timestamp;
|
|
872
|
+
}
|
|
873
|
+
export type BotRecommendationSummaryList = BotRecommendationSummary[];
|
|
692
874
|
export type BotSortAttribute = "BotName"|string;
|
|
693
875
|
export interface BotSortBy {
|
|
694
876
|
/**
|
|
@@ -773,7 +955,7 @@ declare namespace LexModelsV2 {
|
|
|
773
955
|
export type BoxedBoolean = boolean;
|
|
774
956
|
export interface BuildBotLocaleRequest {
|
|
775
957
|
/**
|
|
776
|
-
* The identifier of the bot to build. The identifier is returned in the response from the operation.
|
|
958
|
+
* The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
|
|
777
959
|
*/
|
|
778
960
|
botId: Id;
|
|
779
961
|
/**
|
|
@@ -900,6 +1082,7 @@ declare namespace LexModelsV2 {
|
|
|
900
1082
|
*/
|
|
901
1083
|
audioLogSettings?: AudioLogSettingsList;
|
|
902
1084
|
}
|
|
1085
|
+
export type Count = number;
|
|
903
1086
|
export interface CreateBotAliasRequest {
|
|
904
1087
|
/**
|
|
905
1088
|
* The alias to create. The name must be unique for the bot.
|
|
@@ -910,7 +1093,7 @@ declare namespace LexModelsV2 {
|
|
|
910
1093
|
*/
|
|
911
1094
|
description?: Description;
|
|
912
1095
|
/**
|
|
913
|
-
* The version of the bot that this alias points to. You can use the operation to change the bot version associated with the alias.
|
|
1096
|
+
* The version of the bot that this alias points to. You can use the UpdateBotAlias operation to change the bot version associated with the alias.
|
|
914
1097
|
*/
|
|
915
1098
|
botVersion?: NumericalBotVersion;
|
|
916
1099
|
/**
|
|
@@ -992,7 +1175,7 @@ declare namespace LexModelsV2 {
|
|
|
992
1175
|
*/
|
|
993
1176
|
description?: Description;
|
|
994
1177
|
/**
|
|
995
|
-
* Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot. For example, suppose a bot is configured with the confidence threshold of 0.80 and the AMAZON.FallbackIntent. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the
|
|
1178
|
+
* Determines the threshold where Amazon Lex will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot. For example, suppose a bot is configured with the confidence threshold of 0.80 and the AMAZON.FallbackIntent. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the RecognizeText operation would be: AMAZON.FallbackIntent IntentA IntentB IntentC
|
|
996
1179
|
*/
|
|
997
1180
|
nluIntentConfidenceThreshold: ConfidenceThreshold;
|
|
998
1181
|
/**
|
|
@@ -1178,7 +1361,7 @@ declare namespace LexModelsV2 {
|
|
|
1178
1361
|
*/
|
|
1179
1362
|
fileFormat?: ImportExportFileFormat;
|
|
1180
1363
|
/**
|
|
1181
|
-
* The status of the export. When the status is Completed, you can use the operation to get the pre-signed S3 URL link to your exported bot or bot locale.
|
|
1364
|
+
* The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.
|
|
1182
1365
|
*/
|
|
1183
1366
|
exportStatus?: ExportStatus;
|
|
1184
1367
|
/**
|
|
@@ -1542,7 +1725,7 @@ declare namespace LexModelsV2 {
|
|
|
1542
1725
|
}
|
|
1543
1726
|
export interface CreateUploadUrlResponse {
|
|
1544
1727
|
/**
|
|
1545
|
-
* An identifier for a unique import job. Use it when you call the operation.
|
|
1728
|
+
* An identifier for a unique import job. Use it when you call the StartImport operation.
|
|
1546
1729
|
*/
|
|
1547
1730
|
importId?: Id;
|
|
1548
1731
|
/**
|
|
@@ -1563,6 +1746,16 @@ declare namespace LexModelsV2 {
|
|
|
1563
1746
|
*/
|
|
1564
1747
|
childDirected: ChildDirected;
|
|
1565
1748
|
}
|
|
1749
|
+
export interface DateRangeFilter {
|
|
1750
|
+
/**
|
|
1751
|
+
* A timestamp indicating the start date for the date range filter.
|
|
1752
|
+
*/
|
|
1753
|
+
startDateTime: Timestamp;
|
|
1754
|
+
/**
|
|
1755
|
+
* A timestamp indicating the end date for the date range filter.
|
|
1756
|
+
*/
|
|
1757
|
+
endDateTime: Timestamp;
|
|
1758
|
+
}
|
|
1566
1759
|
export interface DeleteBotAliasRequest {
|
|
1567
1760
|
/**
|
|
1568
1761
|
* The unique identifier of the bot alias to delete.
|
|
@@ -1683,7 +1876,7 @@ declare namespace LexModelsV2 {
|
|
|
1683
1876
|
*/
|
|
1684
1877
|
exportId?: Id;
|
|
1685
1878
|
/**
|
|
1686
|
-
* The current status of the deletion. When the deletion is complete, the export will no longer be returned by the operation and calls to the with the export identifier will fail.
|
|
1879
|
+
* The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
|
|
1687
1880
|
*/
|
|
1688
1881
|
exportStatus?: ExportStatus;
|
|
1689
1882
|
}
|
|
@@ -1699,7 +1892,7 @@ declare namespace LexModelsV2 {
|
|
|
1699
1892
|
*/
|
|
1700
1893
|
importId?: Id;
|
|
1701
1894
|
/**
|
|
1702
|
-
* The current status of the deletion. When the deletion is complete, the import will no longer be returned by the operation and calls to the with the import identifier will fail.
|
|
1895
|
+
* The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
|
|
1703
1896
|
*/
|
|
1704
1897
|
importStatus?: ImportStatus;
|
|
1705
1898
|
}
|
|
@@ -1809,6 +2002,22 @@ declare namespace LexModelsV2 {
|
|
|
1809
2002
|
*/
|
|
1810
2003
|
skipResourceInUseCheck?: SkipResourceInUseCheck;
|
|
1811
2004
|
}
|
|
2005
|
+
export interface DeleteUtterancesRequest {
|
|
2006
|
+
/**
|
|
2007
|
+
* The unique identifier of the bot that contains the utterances.
|
|
2008
|
+
*/
|
|
2009
|
+
botId: Id;
|
|
2010
|
+
/**
|
|
2011
|
+
* The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
|
|
2012
|
+
*/
|
|
2013
|
+
localeId?: LocaleId;
|
|
2014
|
+
/**
|
|
2015
|
+
* The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
|
|
2016
|
+
*/
|
|
2017
|
+
sessionId?: SessionId;
|
|
2018
|
+
}
|
|
2019
|
+
export interface DeleteUtterancesResponse {
|
|
2020
|
+
}
|
|
1812
2021
|
export interface DescribeBotAliasRequest {
|
|
1813
2022
|
/**
|
|
1814
2023
|
* The identifier of the bot alias to describe.
|
|
@@ -1942,6 +2151,70 @@ declare namespace LexModelsV2 {
|
|
|
1942
2151
|
*/
|
|
1943
2152
|
botLocaleHistoryEvents?: BotLocaleHistoryEventsList;
|
|
1944
2153
|
}
|
|
2154
|
+
export interface DescribeBotRecommendationRequest {
|
|
2155
|
+
/**
|
|
2156
|
+
* The unique identifier of the bot associated with the bot recommendation.
|
|
2157
|
+
*/
|
|
2158
|
+
botId: Id;
|
|
2159
|
+
/**
|
|
2160
|
+
* The version of the bot associated with the bot recommendation.
|
|
2161
|
+
*/
|
|
2162
|
+
botVersion: DraftBotVersion;
|
|
2163
|
+
/**
|
|
2164
|
+
* The identifier of the language and locale of the bot recommendation to describe. The string must match one of the supported locales. For more information, see Supported languages.
|
|
2165
|
+
*/
|
|
2166
|
+
localeId: LocaleId;
|
|
2167
|
+
/**
|
|
2168
|
+
* The identifier of the bot recommendation to describe.
|
|
2169
|
+
*/
|
|
2170
|
+
botRecommendationId: Id;
|
|
2171
|
+
}
|
|
2172
|
+
export interface DescribeBotRecommendationResponse {
|
|
2173
|
+
/**
|
|
2174
|
+
* The identifier of the bot associated with the bot recommendation.
|
|
2175
|
+
*/
|
|
2176
|
+
botId?: Id;
|
|
2177
|
+
/**
|
|
2178
|
+
* The version of the bot associated with the bot recommendation.
|
|
2179
|
+
*/
|
|
2180
|
+
botVersion?: DraftBotVersion;
|
|
2181
|
+
/**
|
|
2182
|
+
* The identifier of the language and locale of the bot recommendation to describe.
|
|
2183
|
+
*/
|
|
2184
|
+
localeId?: LocaleId;
|
|
2185
|
+
/**
|
|
2186
|
+
* The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
|
|
2187
|
+
*/
|
|
2188
|
+
botRecommendationStatus?: BotRecommendationStatus;
|
|
2189
|
+
/**
|
|
2190
|
+
* The identifier of the bot recommendation being described.
|
|
2191
|
+
*/
|
|
2192
|
+
botRecommendationId?: Id;
|
|
2193
|
+
/**
|
|
2194
|
+
* If botRecommendationStatus is Failed, Amazon Lex explains why.
|
|
2195
|
+
*/
|
|
2196
|
+
failureReasons?: FailureReasons;
|
|
2197
|
+
/**
|
|
2198
|
+
* The date and time that the bot recommendation was created.
|
|
2199
|
+
*/
|
|
2200
|
+
creationDateTime?: Timestamp;
|
|
2201
|
+
/**
|
|
2202
|
+
* The date and time that the bot recommendation was last updated.
|
|
2203
|
+
*/
|
|
2204
|
+
lastUpdatedDateTime?: Timestamp;
|
|
2205
|
+
/**
|
|
2206
|
+
* The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
|
2207
|
+
*/
|
|
2208
|
+
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
2209
|
+
/**
|
|
2210
|
+
* The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
|
|
2211
|
+
*/
|
|
2212
|
+
encryptionSetting?: EncryptionSetting;
|
|
2213
|
+
/**
|
|
2214
|
+
* The object representing the URL of the bot definition, the URL of the associated transcript and a statistical summary of the bot recommendation results.
|
|
2215
|
+
*/
|
|
2216
|
+
botRecommendationResults?: BotRecommendationResults;
|
|
2217
|
+
}
|
|
1945
2218
|
export interface DescribeBotRequest {
|
|
1946
2219
|
/**
|
|
1947
2220
|
* The unique identifier of the bot to describe.
|
|
@@ -2110,7 +2383,7 @@ declare namespace LexModelsV2 {
|
|
|
2110
2383
|
*/
|
|
2111
2384
|
importStatus?: ImportStatus;
|
|
2112
2385
|
/**
|
|
2113
|
-
* If the importStatus field is Failed, this provides one or more reasons for the
|
|
2386
|
+
* If the importStatus field is Failed, this provides one or more reasons for the failure.
|
|
2114
2387
|
*/
|
|
2115
2388
|
failureReasons?: FailureReasons;
|
|
2116
2389
|
/**
|
|
@@ -2383,13 +2656,27 @@ declare namespace LexModelsV2 {
|
|
|
2383
2656
|
}
|
|
2384
2657
|
export type DraftBotVersion = string;
|
|
2385
2658
|
export type Effect = "Allow"|"Deny"|string;
|
|
2659
|
+
export interface EncryptionSetting {
|
|
2660
|
+
/**
|
|
2661
|
+
* The KMS key ARN used to encrypt the metadata associated with the bot recommendation.
|
|
2662
|
+
*/
|
|
2663
|
+
kmsKeyArn?: KmsKeyArn;
|
|
2664
|
+
/**
|
|
2665
|
+
* The password used to encrypt the recommended bot recommendation file.
|
|
2666
|
+
*/
|
|
2667
|
+
botLocaleExportPassword?: FilePassword;
|
|
2668
|
+
/**
|
|
2669
|
+
* The password used to encrypt the associated transcript file.
|
|
2670
|
+
*/
|
|
2671
|
+
associatedTranscriptsPassword?: FilePassword;
|
|
2672
|
+
}
|
|
2386
2673
|
export interface ExportFilter {
|
|
2387
2674
|
/**
|
|
2388
2675
|
* The name of the field to use for filtering.
|
|
2389
2676
|
*/
|
|
2390
2677
|
name: ExportFilterName;
|
|
2391
2678
|
/**
|
|
2392
|
-
* The values to use to
|
|
2679
|
+
* The values to use to filter the response.
|
|
2393
2680
|
*/
|
|
2394
2681
|
values: FilterValues;
|
|
2395
2682
|
/**
|
|
@@ -2451,6 +2738,7 @@ declare namespace LexModelsV2 {
|
|
|
2451
2738
|
export type ExportSummaryList = ExportSummary[];
|
|
2452
2739
|
export type FailureReason = string;
|
|
2453
2740
|
export type FailureReasons = FailureReason[];
|
|
2741
|
+
export type FilePassword = string;
|
|
2454
2742
|
export type FilterValue = string;
|
|
2455
2743
|
export type FilterValues = FilterValue[];
|
|
2456
2744
|
export interface FulfillmentCodeHookSettings {
|
|
@@ -2458,7 +2746,65 @@ declare namespace LexModelsV2 {
|
|
|
2458
2746
|
* Indicates whether a Lambda function should be invoked to fulfill a specific intent.
|
|
2459
2747
|
*/
|
|
2460
2748
|
enabled: Boolean;
|
|
2749
|
+
/**
|
|
2750
|
+
* 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.
|
|
2751
|
+
*/
|
|
2752
|
+
postFulfillmentStatusSpecification?: PostFulfillmentStatusSpecification;
|
|
2753
|
+
/**
|
|
2754
|
+
* Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.
|
|
2755
|
+
*/
|
|
2756
|
+
fulfillmentUpdatesSpecification?: FulfillmentUpdatesSpecification;
|
|
2461
2757
|
}
|
|
2758
|
+
export type FulfillmentStartResponseDelay = number;
|
|
2759
|
+
export interface FulfillmentStartResponseSpecification {
|
|
2760
|
+
/**
|
|
2761
|
+
* 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.
|
|
2762
|
+
*/
|
|
2763
|
+
delayInSeconds: FulfillmentStartResponseDelay;
|
|
2764
|
+
/**
|
|
2765
|
+
* One to 5 message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user.
|
|
2766
|
+
*/
|
|
2767
|
+
messageGroups: MessageGroupsList;
|
|
2768
|
+
/**
|
|
2769
|
+
* Determines whether the user can interrupt the start message while it is playing.
|
|
2770
|
+
*/
|
|
2771
|
+
allowInterrupt?: BoxedBoolean;
|
|
2772
|
+
}
|
|
2773
|
+
export type FulfillmentTimeout = number;
|
|
2774
|
+
export type FulfillmentUpdateResponseFrequency = number;
|
|
2775
|
+
export interface FulfillmentUpdateResponseSpecification {
|
|
2776
|
+
/**
|
|
2777
|
+
* 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.
|
|
2778
|
+
*/
|
|
2779
|
+
frequencyInSeconds: FulfillmentUpdateResponseFrequency;
|
|
2780
|
+
/**
|
|
2781
|
+
* One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
|
|
2782
|
+
*/
|
|
2783
|
+
messageGroups: MessageGroupsList;
|
|
2784
|
+
/**
|
|
2785
|
+
* Determines whether the user can interrupt an update message while it is playing.
|
|
2786
|
+
*/
|
|
2787
|
+
allowInterrupt?: BoxedBoolean;
|
|
2788
|
+
}
|
|
2789
|
+
export interface FulfillmentUpdatesSpecification {
|
|
2790
|
+
/**
|
|
2791
|
+
* Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent. If the active field is set to true, the startResponse, updateResponse, and timeoutInSeconds fields are required.
|
|
2792
|
+
*/
|
|
2793
|
+
active: BoxedBoolean;
|
|
2794
|
+
/**
|
|
2795
|
+
* Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
|
|
2796
|
+
*/
|
|
2797
|
+
startResponse?: FulfillmentStartResponseSpecification;
|
|
2798
|
+
/**
|
|
2799
|
+
* Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
|
|
2800
|
+
*/
|
|
2801
|
+
updateResponse?: FulfillmentUpdateResponseSpecification;
|
|
2802
|
+
/**
|
|
2803
|
+
* The length of time that the fulfillment Lambda function should run before it times out.
|
|
2804
|
+
*/
|
|
2805
|
+
timeoutInSeconds?: FulfillmentTimeout;
|
|
2806
|
+
}
|
|
2807
|
+
export type HitCount = number;
|
|
2462
2808
|
export type Id = string;
|
|
2463
2809
|
export interface ImageResponseCard {
|
|
2464
2810
|
/**
|
|
@@ -2564,7 +2910,7 @@ declare namespace LexModelsV2 {
|
|
|
2564
2910
|
*/
|
|
2565
2911
|
closingResponse: ResponseSpecification;
|
|
2566
2912
|
/**
|
|
2567
|
-
* Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user
|
|
2913
|
+
* 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 active field isn't specified, the default is true.
|
|
2568
2914
|
*/
|
|
2569
2915
|
active?: BoxedBoolean;
|
|
2570
2916
|
}
|
|
@@ -2578,7 +2924,7 @@ declare namespace LexModelsV2 {
|
|
|
2578
2924
|
*/
|
|
2579
2925
|
declinationResponse: ResponseSpecification;
|
|
2580
2926
|
/**
|
|
2581
|
-
* Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent
|
|
2927
|
+
* 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 active field isn't specified, the default is true.
|
|
2582
2928
|
*/
|
|
2583
2929
|
active?: BoxedBoolean;
|
|
2584
2930
|
}
|
|
@@ -2611,6 +2957,12 @@ declare namespace LexModelsV2 {
|
|
|
2611
2957
|
*/
|
|
2612
2958
|
order: SortOrder;
|
|
2613
2959
|
}
|
|
2960
|
+
export interface IntentStatistics {
|
|
2961
|
+
/**
|
|
2962
|
+
* The number of recommended intents associated with the bot recommendation.
|
|
2963
|
+
*/
|
|
2964
|
+
discoveredIntentCount?: Count;
|
|
2965
|
+
}
|
|
2614
2966
|
export interface IntentSummary {
|
|
2615
2967
|
/**
|
|
2616
2968
|
* The unique identifier assigned to the intent. Use this ID to get detailed information about the intent with the DescribeIntent operation.
|
|
@@ -2669,6 +3021,92 @@ declare namespace LexModelsV2 {
|
|
|
2669
3021
|
*/
|
|
2670
3022
|
codeHookInterfaceVersion: CodeHookInterfaceVersion;
|
|
2671
3023
|
}
|
|
3024
|
+
export interface LexTranscriptFilter {
|
|
3025
|
+
/**
|
|
3026
|
+
* The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.
|
|
3027
|
+
*/
|
|
3028
|
+
dateRangeFilter?: DateRangeFilter;
|
|
3029
|
+
}
|
|
3030
|
+
export interface ListAggregatedUtterancesRequest {
|
|
3031
|
+
/**
|
|
3032
|
+
* The unique identifier of the bot associated with this request.
|
|
3033
|
+
*/
|
|
3034
|
+
botId: Id;
|
|
3035
|
+
/**
|
|
3036
|
+
* The identifier of the bot alias associated with this request. If you specify the bot alias, you can't specify the bot version.
|
|
3037
|
+
*/
|
|
3038
|
+
botAliasId?: BotAliasId;
|
|
3039
|
+
/**
|
|
3040
|
+
* The identifier of the bot version associated with this request. If you specify the bot version, you can't specify the bot alias.
|
|
3041
|
+
*/
|
|
3042
|
+
botVersion?: BotVersion;
|
|
3043
|
+
/**
|
|
3044
|
+
* The identifier of the language and locale where the utterances were collected. For more information, see Supported languages.
|
|
3045
|
+
*/
|
|
3046
|
+
localeId: LocaleId;
|
|
3047
|
+
/**
|
|
3048
|
+
* The time window for aggregating the utterance information. You can specify a time between one hour and two weeks.
|
|
3049
|
+
*/
|
|
3050
|
+
aggregationDuration: UtteranceAggregationDuration;
|
|
3051
|
+
/**
|
|
3052
|
+
* Specifies sorting parameters for the list of utterances. You can sort by the hit count, the missed count, or the number of distinct sessions the utterance appeared in.
|
|
3053
|
+
*/
|
|
3054
|
+
sortBy?: AggregatedUtterancesSortBy;
|
|
3055
|
+
/**
|
|
3056
|
+
* Provides the specification of a filter used to limit the utterances in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.
|
|
3057
|
+
*/
|
|
3058
|
+
filters?: AggregatedUtterancesFilters;
|
|
3059
|
+
/**
|
|
3060
|
+
* The maximum number of utterances to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned. If you don't specify the maxResults parameter, 1,000 results are returned.
|
|
3061
|
+
*/
|
|
3062
|
+
maxResults?: MaxResults;
|
|
3063
|
+
/**
|
|
3064
|
+
* If the response from the ListAggregatedUtterances operation contains more results that specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
|
|
3065
|
+
*/
|
|
3066
|
+
nextToken?: NextToken;
|
|
3067
|
+
}
|
|
3068
|
+
export interface ListAggregatedUtterancesResponse {
|
|
3069
|
+
/**
|
|
3070
|
+
* The identifier of the bot that contains the utterances.
|
|
3071
|
+
*/
|
|
3072
|
+
botId?: Id;
|
|
3073
|
+
/**
|
|
3074
|
+
* The identifier of the bot alias that contains the utterances. If you specified the bot version, the bot alias ID isn't returned.
|
|
3075
|
+
*/
|
|
3076
|
+
botAliasId?: BotAliasId;
|
|
3077
|
+
/**
|
|
3078
|
+
* The identifier of the bot version that contains the utterances. If you specified the bot alias, the bot version isn't returned.
|
|
3079
|
+
*/
|
|
3080
|
+
botVersion?: BotVersion;
|
|
3081
|
+
/**
|
|
3082
|
+
* The identifier of the language and locale that the utterances are in.
|
|
3083
|
+
*/
|
|
3084
|
+
localeId?: LocaleId;
|
|
3085
|
+
/**
|
|
3086
|
+
* The time period used to aggregate the utterance data.
|
|
3087
|
+
*/
|
|
3088
|
+
aggregationDuration?: UtteranceAggregationDuration;
|
|
3089
|
+
/**
|
|
3090
|
+
* The date and time that the aggregation window begins. Only data collected after this time is returned in the results.
|
|
3091
|
+
*/
|
|
3092
|
+
aggregationWindowStartTime?: Timestamp;
|
|
3093
|
+
/**
|
|
3094
|
+
* The date and time that the aggregation window ends. Only data collected between the start time and the end time are returned in the results.
|
|
3095
|
+
*/
|
|
3096
|
+
aggregationWindowEndTime?: Timestamp;
|
|
3097
|
+
/**
|
|
3098
|
+
* The last date and time that the aggregated data was collected. The time period depends on the length of the aggregation window. Hours - for 1 hour time window, every half hour; otherwise every hour. Days - every 6 hours Weeks - for a one week time window, every 12 hours; otherwise, every day
|
|
3099
|
+
*/
|
|
3100
|
+
aggregationLastRefreshedDateTime?: Timestamp;
|
|
3101
|
+
/**
|
|
3102
|
+
* Summaries of the aggregated utterance data. Each response contains information about the number of times that the utterance was seen during the time period, whether it was detected or missed, and when it was seen during the time period.
|
|
3103
|
+
*/
|
|
3104
|
+
aggregatedUtterancesSummaries?: AggregatedUtterancesSummaryList;
|
|
3105
|
+
/**
|
|
3106
|
+
* A token that indicates whether there are more results to return in a response to the ListAggregatedUtterances operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListAggregatedUtterances operation request to get the next page of results.
|
|
3107
|
+
*/
|
|
3108
|
+
nextToken?: NextToken;
|
|
3109
|
+
}
|
|
2672
3110
|
export interface ListBotAliasesRequest {
|
|
2673
3111
|
/**
|
|
2674
3112
|
* The identifier of the bot to list aliases for.
|
|
@@ -2741,6 +3179,50 @@ declare namespace LexModelsV2 {
|
|
|
2741
3179
|
*/
|
|
2742
3180
|
botLocaleSummaries?: BotLocaleSummaryList;
|
|
2743
3181
|
}
|
|
3182
|
+
export interface ListBotRecommendationsRequest {
|
|
3183
|
+
/**
|
|
3184
|
+
* The unique identifier of the bot that contains the bot recommendation list.
|
|
3185
|
+
*/
|
|
3186
|
+
botId: Id;
|
|
3187
|
+
/**
|
|
3188
|
+
* The version of the bot that contains the bot recommendation list.
|
|
3189
|
+
*/
|
|
3190
|
+
botVersion: DraftBotVersion;
|
|
3191
|
+
/**
|
|
3192
|
+
* The identifier of the language and locale of the bot recommendation list.
|
|
3193
|
+
*/
|
|
3194
|
+
localeId: LocaleId;
|
|
3195
|
+
/**
|
|
3196
|
+
* The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
|
|
3197
|
+
*/
|
|
3198
|
+
maxResults?: MaxResults;
|
|
3199
|
+
/**
|
|
3200
|
+
* If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
|
|
3201
|
+
*/
|
|
3202
|
+
nextToken?: NextToken;
|
|
3203
|
+
}
|
|
3204
|
+
export interface ListBotRecommendationsResponse {
|
|
3205
|
+
/**
|
|
3206
|
+
* The unique identifier of the bot that contains the bot recommendation list.
|
|
3207
|
+
*/
|
|
3208
|
+
botId?: Id;
|
|
3209
|
+
/**
|
|
3210
|
+
* The version of the bot that contains the bot recommendation list.
|
|
3211
|
+
*/
|
|
3212
|
+
botVersion?: DraftBotVersion;
|
|
3213
|
+
/**
|
|
3214
|
+
* The identifier of the language and locale of the bot recommendation list.
|
|
3215
|
+
*/
|
|
3216
|
+
localeId?: LocaleId;
|
|
3217
|
+
/**
|
|
3218
|
+
* Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
|
|
3219
|
+
*/
|
|
3220
|
+
botRecommendationSummaries?: BotRecommendationSummaryList;
|
|
3221
|
+
/**
|
|
3222
|
+
* A token that indicates whether there are more results to return in a response to the ListBotRecommendations operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotRecommendations operation request to get the next page of results.
|
|
3223
|
+
*/
|
|
3224
|
+
nextToken?: NextToken;
|
|
3225
|
+
}
|
|
2744
3226
|
export interface ListBotVersionsRequest {
|
|
2745
3227
|
/**
|
|
2746
3228
|
* The identifier of the bot to list versions for.
|
|
@@ -2887,7 +3369,7 @@ declare namespace LexModelsV2 {
|
|
|
2887
3369
|
*/
|
|
2888
3370
|
maxResults?: MaxResults;
|
|
2889
3371
|
/**
|
|
2890
|
-
* If the response from the ListExports operation
|
|
3372
|
+
* If the response from the ListExports operation contains more results that specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
|
|
2891
3373
|
*/
|
|
2892
3374
|
nextToken?: NextToken;
|
|
2893
3375
|
}
|
|
@@ -3005,6 +3487,58 @@ declare namespace LexModelsV2 {
|
|
|
3005
3487
|
*/
|
|
3006
3488
|
nextToken?: NextToken;
|
|
3007
3489
|
}
|
|
3490
|
+
export interface ListRecommendedIntentsRequest {
|
|
3491
|
+
/**
|
|
3492
|
+
* The unique identifier of the bot associated with the recommended intents.
|
|
3493
|
+
*/
|
|
3494
|
+
botId: Id;
|
|
3495
|
+
/**
|
|
3496
|
+
* The version of the bot that contains the recommended intents.
|
|
3497
|
+
*/
|
|
3498
|
+
botVersion: DraftBotVersion;
|
|
3499
|
+
/**
|
|
3500
|
+
* The identifier of the language and locale of the recommended intents.
|
|
3501
|
+
*/
|
|
3502
|
+
localeId: LocaleId;
|
|
3503
|
+
/**
|
|
3504
|
+
* The identifier of the bot recommendation that contains the recommended intents.
|
|
3505
|
+
*/
|
|
3506
|
+
botRecommendationId: Id;
|
|
3507
|
+
/**
|
|
3508
|
+
* If the response from the ListRecommendedIntents operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
|
|
3509
|
+
*/
|
|
3510
|
+
nextToken?: NextToken;
|
|
3511
|
+
/**
|
|
3512
|
+
* The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
|
|
3513
|
+
*/
|
|
3514
|
+
maxResults?: MaxResults;
|
|
3515
|
+
}
|
|
3516
|
+
export interface ListRecommendedIntentsResponse {
|
|
3517
|
+
/**
|
|
3518
|
+
* The unique identifier of the bot associated with the recommended intent.
|
|
3519
|
+
*/
|
|
3520
|
+
botId?: Id;
|
|
3521
|
+
/**
|
|
3522
|
+
* The version of the bot that contains the intent.
|
|
3523
|
+
*/
|
|
3524
|
+
botVersion?: DraftBotVersion;
|
|
3525
|
+
/**
|
|
3526
|
+
* The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
|
|
3527
|
+
*/
|
|
3528
|
+
localeId?: LocaleId;
|
|
3529
|
+
/**
|
|
3530
|
+
* The identifier of the bot recommendation that contains the recommended intent.
|
|
3531
|
+
*/
|
|
3532
|
+
botRecommendationId?: Id;
|
|
3533
|
+
/**
|
|
3534
|
+
* Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
|
|
3535
|
+
*/
|
|
3536
|
+
summaryList?: RecommendedIntentSummaryList;
|
|
3537
|
+
/**
|
|
3538
|
+
* A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.
|
|
3539
|
+
*/
|
|
3540
|
+
nextToken?: NextToken;
|
|
3541
|
+
}
|
|
3008
3542
|
export interface ListSlotTypesRequest {
|
|
3009
3543
|
/**
|
|
3010
3544
|
* The unique identifier of the bot that contains the slot types.
|
|
@@ -3133,7 +3667,7 @@ declare namespace LexModelsV2 {
|
|
|
3133
3667
|
export type LocaleName = string;
|
|
3134
3668
|
export type LogPrefix = string;
|
|
3135
3669
|
export type MaxResults = number;
|
|
3136
|
-
export type MergeStrategy = "Overwrite"|"FailOnConflict"|string;
|
|
3670
|
+
export type MergeStrategy = "Overwrite"|"FailOnConflict"|"Append"|string;
|
|
3137
3671
|
export interface Message {
|
|
3138
3672
|
/**
|
|
3139
3673
|
* A message in plain text format.
|
|
@@ -3164,6 +3698,7 @@ declare namespace LexModelsV2 {
|
|
|
3164
3698
|
}
|
|
3165
3699
|
export type MessageGroupsList = MessageGroup[];
|
|
3166
3700
|
export type MessageVariationsList = Message[];
|
|
3701
|
+
export type MissedCount = number;
|
|
3167
3702
|
export interface MultipleValuesSetting {
|
|
3168
3703
|
/**
|
|
3169
3704
|
* Indicates whether a slot can return multiple values. When true, the slot may return more than one value in a response. When false, the slot returns only a single value. 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. If the allowMutlipleValues is not set, the default value is false.
|
|
@@ -3171,6 +3706,7 @@ declare namespace LexModelsV2 {
|
|
|
3171
3706
|
allowMultipleValues?: Boolean;
|
|
3172
3707
|
}
|
|
3173
3708
|
export type Name = string;
|
|
3709
|
+
export type NextIndex = number;
|
|
3174
3710
|
export type NextToken = string;
|
|
3175
3711
|
export type NumericalBotVersion = string;
|
|
3176
3712
|
export interface ObfuscationSetting {
|
|
@@ -3180,6 +3716,8 @@ declare namespace LexModelsV2 {
|
|
|
3180
3716
|
obfuscationSettingType: ObfuscationSettingType;
|
|
3181
3717
|
}
|
|
3182
3718
|
export type ObfuscationSettingType = "None"|"DefaultObfuscation"|string;
|
|
3719
|
+
export type ObjectPrefix = string;
|
|
3720
|
+
export type ObjectPrefixes = ObjectPrefix[];
|
|
3183
3721
|
export type Operation = string;
|
|
3184
3722
|
export type OperationList = Operation[];
|
|
3185
3723
|
export interface OutputContext {
|
|
@@ -3197,6 +3735,12 @@ declare namespace LexModelsV2 {
|
|
|
3197
3735
|
turnsToLive: ContextTurnsToLive;
|
|
3198
3736
|
}
|
|
3199
3737
|
export type OutputContextsList = OutputContext[];
|
|
3738
|
+
export interface PathFormat {
|
|
3739
|
+
/**
|
|
3740
|
+
* A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.
|
|
3741
|
+
*/
|
|
3742
|
+
objectPrefixes?: ObjectPrefixes;
|
|
3743
|
+
}
|
|
3200
3744
|
export interface PlainTextMessage {
|
|
3201
3745
|
/**
|
|
3202
3746
|
* The message to send to the user.
|
|
@@ -3205,6 +3749,11 @@ declare namespace LexModelsV2 {
|
|
|
3205
3749
|
}
|
|
3206
3750
|
export type PlainTextMessageValue = string;
|
|
3207
3751
|
export type Policy = string;
|
|
3752
|
+
export interface PostFulfillmentStatusSpecification {
|
|
3753
|
+
successResponse?: ResponseSpecification;
|
|
3754
|
+
failureResponse?: ResponseSpecification;
|
|
3755
|
+
timeoutResponse?: ResponseSpecification;
|
|
3756
|
+
}
|
|
3208
3757
|
export type PresignedS3Url = string;
|
|
3209
3758
|
export interface Principal {
|
|
3210
3759
|
/**
|
|
@@ -3226,7 +3775,7 @@ declare namespace LexModelsV2 {
|
|
|
3226
3775
|
*/
|
|
3227
3776
|
messageGroups: MessageGroupsList;
|
|
3228
3777
|
/**
|
|
3229
|
-
* The maximum number of times the bot tries to elicit a
|
|
3778
|
+
* The maximum number of times the bot tries to elicit a response from the user using this prompt.
|
|
3230
3779
|
*/
|
|
3231
3780
|
maxRetries: PromptMaxRetries;
|
|
3232
3781
|
/**
|
|
@@ -3235,7 +3784,32 @@ declare namespace LexModelsV2 {
|
|
|
3235
3784
|
allowInterrupt?: BoxedBoolean;
|
|
3236
3785
|
}
|
|
3237
3786
|
export type QueryFilterString = string;
|
|
3787
|
+
export interface RecommendedIntentSummary {
|
|
3788
|
+
/**
|
|
3789
|
+
* The unique identifier of a recommended intent associated with the bot recommendation.
|
|
3790
|
+
*/
|
|
3791
|
+
intentId?: Id;
|
|
3792
|
+
/**
|
|
3793
|
+
* The name of a recommended intent associated with the bot recommendation.
|
|
3794
|
+
*/
|
|
3795
|
+
intentName?: Name;
|
|
3796
|
+
/**
|
|
3797
|
+
* The count of sample utterances of a recommended intent that is associated with a bot recommendation.
|
|
3798
|
+
*/
|
|
3799
|
+
sampleUtterancesCount?: SampleUtterancesCount;
|
|
3800
|
+
}
|
|
3801
|
+
export type RecommendedIntentSummaryList = RecommendedIntentSummary[];
|
|
3238
3802
|
export type RegexPattern = string;
|
|
3803
|
+
export interface RelativeAggregationDuration {
|
|
3804
|
+
/**
|
|
3805
|
+
* The type of time period that the timeValue field represents.
|
|
3806
|
+
*/
|
|
3807
|
+
timeDimension: TimeDimension;
|
|
3808
|
+
/**
|
|
3809
|
+
* The period of the time window to gather statistics for. The valid value depends on the setting of the timeDimension field. Hours - 1/3/6/12/24 Days - 3 Weeks - 1/2
|
|
3810
|
+
*/
|
|
3811
|
+
timeValue: TimeValue;
|
|
3812
|
+
}
|
|
3239
3813
|
export type ResourceCount = number;
|
|
3240
3814
|
export interface ResponseSpecification {
|
|
3241
3815
|
/**
|
|
@@ -3264,6 +3838,29 @@ declare namespace LexModelsV2 {
|
|
|
3264
3838
|
*/
|
|
3265
3839
|
logPrefix: LogPrefix;
|
|
3266
3840
|
}
|
|
3841
|
+
export type S3BucketName = string;
|
|
3842
|
+
export interface S3BucketTranscriptSource {
|
|
3843
|
+
/**
|
|
3844
|
+
* The name of the bucket containing the transcript and the associated metadata.
|
|
3845
|
+
*/
|
|
3846
|
+
s3BucketName: S3BucketName;
|
|
3847
|
+
/**
|
|
3848
|
+
* The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
|
|
3849
|
+
*/
|
|
3850
|
+
pathFormat?: PathFormat;
|
|
3851
|
+
/**
|
|
3852
|
+
* The format of the transcript content. Currently, Genie only supports the Amazon Lex transcript format.
|
|
3853
|
+
*/
|
|
3854
|
+
transcriptFormat: TranscriptFormat;
|
|
3855
|
+
/**
|
|
3856
|
+
* The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket. Specify this object if you want Amazon Lex to read only a subset of the Amazon S3 bucket based on the filter you provide.
|
|
3857
|
+
*/
|
|
3858
|
+
transcriptFilter?: TranscriptFilter;
|
|
3859
|
+
/**
|
|
3860
|
+
* The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket. Only use this field if your bucket is encrypted using a customer managed KMS key.
|
|
3861
|
+
*/
|
|
3862
|
+
kmsKeyArn?: KmsKeyArn;
|
|
3863
|
+
}
|
|
3267
3864
|
export interface SSMLMessage {
|
|
3268
3865
|
/**
|
|
3269
3866
|
* The SSML text that defines the prompt.
|
|
@@ -3277,6 +3874,7 @@ declare namespace LexModelsV2 {
|
|
|
3277
3874
|
*/
|
|
3278
3875
|
utterance: Utterance;
|
|
3279
3876
|
}
|
|
3877
|
+
export type SampleUtterancesCount = number;
|
|
3280
3878
|
export type SampleUtterancesList = SampleUtterance[];
|
|
3281
3879
|
export interface SampleValue {
|
|
3282
3880
|
/**
|
|
@@ -3284,6 +3882,71 @@ declare namespace LexModelsV2 {
|
|
|
3284
3882
|
*/
|
|
3285
3883
|
value: Value;
|
|
3286
3884
|
}
|
|
3885
|
+
export interface SearchAssociatedTranscriptsRequest {
|
|
3886
|
+
/**
|
|
3887
|
+
* The unique identifier of the bot associated with the transcripts that you are searching.
|
|
3888
|
+
*/
|
|
3889
|
+
botId: Id;
|
|
3890
|
+
/**
|
|
3891
|
+
* The version of the bot containing the transcripts that you are searching.
|
|
3892
|
+
*/
|
|
3893
|
+
botVersion: BotVersion;
|
|
3894
|
+
/**
|
|
3895
|
+
* The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
|
|
3896
|
+
*/
|
|
3897
|
+
localeId: LocaleId;
|
|
3898
|
+
/**
|
|
3899
|
+
* The unique identifier of the bot recommendation associated with the transcripts to search.
|
|
3900
|
+
*/
|
|
3901
|
+
botRecommendationId: Id;
|
|
3902
|
+
/**
|
|
3903
|
+
* How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
|
|
3904
|
+
*/
|
|
3905
|
+
searchOrder?: SearchOrder;
|
|
3906
|
+
/**
|
|
3907
|
+
* A list of filter objects.
|
|
3908
|
+
*/
|
|
3909
|
+
filters: AssociatedTranscriptFilters;
|
|
3910
|
+
/**
|
|
3911
|
+
* The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
|
|
3912
|
+
*/
|
|
3913
|
+
maxResults?: MaxResults;
|
|
3914
|
+
/**
|
|
3915
|
+
* If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.
|
|
3916
|
+
*/
|
|
3917
|
+
nextIndex?: NextIndex;
|
|
3918
|
+
}
|
|
3919
|
+
export interface SearchAssociatedTranscriptsResponse {
|
|
3920
|
+
/**
|
|
3921
|
+
* The unique identifier of the bot associated with the transcripts that you are searching.
|
|
3922
|
+
*/
|
|
3923
|
+
botId?: Id;
|
|
3924
|
+
/**
|
|
3925
|
+
* The version of the bot containing the transcripts that you are searching.
|
|
3926
|
+
*/
|
|
3927
|
+
botVersion?: BotVersion;
|
|
3928
|
+
/**
|
|
3929
|
+
* The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
|
|
3930
|
+
*/
|
|
3931
|
+
localeId?: LocaleId;
|
|
3932
|
+
/**
|
|
3933
|
+
* The unique identifier of the bot recommendation associated with the transcripts to search.
|
|
3934
|
+
*/
|
|
3935
|
+
botRecommendationId?: Id;
|
|
3936
|
+
/**
|
|
3937
|
+
* A index that indicates whether there are more results to return in a response to the SearchAssociatedTranscripts operation. If the nextIndex field is present, you send the contents as the nextIndex parameter of a SearchAssociatedTranscriptsRequest operation to get the next page of results.
|
|
3938
|
+
*/
|
|
3939
|
+
nextIndex?: NextIndex;
|
|
3940
|
+
/**
|
|
3941
|
+
* The object that contains the associated transcript that meet the criteria you specified.
|
|
3942
|
+
*/
|
|
3943
|
+
associatedTranscripts?: AssociatedTranscriptList;
|
|
3944
|
+
/**
|
|
3945
|
+
* The total number of transcripts returned by the search.
|
|
3946
|
+
*/
|
|
3947
|
+
totalResults?: MaxResults;
|
|
3948
|
+
}
|
|
3949
|
+
export type SearchOrder = "Ascending"|"Descending"|string;
|
|
3287
3950
|
export interface SentimentAnalysisSettings {
|
|
3288
3951
|
/**
|
|
3289
3952
|
* Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.
|
|
@@ -3291,6 +3954,7 @@ declare namespace LexModelsV2 {
|
|
|
3291
3954
|
detectSentiment: Boolean;
|
|
3292
3955
|
}
|
|
3293
3956
|
export type ServicePrincipal = string;
|
|
3957
|
+
export type SessionId = string;
|
|
3294
3958
|
export type SessionTTL = number;
|
|
3295
3959
|
export type SkipResourceInUseCheck = boolean;
|
|
3296
3960
|
export type SlotConstraint = "Required"|"Optional"|string;
|
|
@@ -3407,6 +4071,12 @@ declare namespace LexModelsV2 {
|
|
|
3407
4071
|
*/
|
|
3408
4072
|
order: SortOrder;
|
|
3409
4073
|
}
|
|
4074
|
+
export interface SlotTypeStatistics {
|
|
4075
|
+
/**
|
|
4076
|
+
* The number of recommended slot types associated with the bot recommendation.
|
|
4077
|
+
*/
|
|
4078
|
+
discoveredSlotTypeCount?: Count;
|
|
4079
|
+
}
|
|
3410
4080
|
export interface SlotTypeSummary {
|
|
3411
4081
|
/**
|
|
3412
4082
|
* The unique identifier assigned to the slot type.
|
|
@@ -3436,14 +4106,14 @@ declare namespace LexModelsV2 {
|
|
|
3436
4106
|
*/
|
|
3437
4107
|
sampleValue?: SampleValue;
|
|
3438
4108
|
/**
|
|
3439
|
-
* Additional values
|
|
4109
|
+
* Additional values related to the slot type entry.
|
|
3440
4110
|
*/
|
|
3441
4111
|
synonyms?: SynonymList;
|
|
3442
4112
|
}
|
|
3443
4113
|
export type SlotTypeValues = SlotTypeValue[];
|
|
3444
4114
|
export interface SlotValueElicitationSetting {
|
|
3445
4115
|
/**
|
|
3446
|
-
* 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,
|
|
4116
|
+
* 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.
|
|
3447
4117
|
*/
|
|
3448
4118
|
defaultValueSpecification?: SlotDefaultValueSpecification;
|
|
3449
4119
|
/**
|
|
@@ -3478,9 +4148,65 @@ declare namespace LexModelsV2 {
|
|
|
3478
4148
|
regexFilter?: SlotValueRegexFilter;
|
|
3479
4149
|
}
|
|
3480
4150
|
export type SortOrder = "Ascending"|"Descending"|string;
|
|
4151
|
+
export interface StartBotRecommendationRequest {
|
|
4152
|
+
/**
|
|
4153
|
+
* The unique identifier of the bot containing the bot recommendation.
|
|
4154
|
+
*/
|
|
4155
|
+
botId: Id;
|
|
4156
|
+
/**
|
|
4157
|
+
* The version of the bot containing the bot recommendation.
|
|
4158
|
+
*/
|
|
4159
|
+
botVersion: DraftBotVersion;
|
|
4160
|
+
/**
|
|
4161
|
+
* The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
|
|
4162
|
+
*/
|
|
4163
|
+
localeId: LocaleId;
|
|
4164
|
+
/**
|
|
4165
|
+
* The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
|
4166
|
+
*/
|
|
4167
|
+
transcriptSourceSetting: TranscriptSourceSetting;
|
|
4168
|
+
/**
|
|
4169
|
+
* The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
|
|
4170
|
+
*/
|
|
4171
|
+
encryptionSetting?: EncryptionSetting;
|
|
4172
|
+
}
|
|
4173
|
+
export interface StartBotRecommendationResponse {
|
|
4174
|
+
/**
|
|
4175
|
+
* The unique identifier of the bot containing the bot recommendation.
|
|
4176
|
+
*/
|
|
4177
|
+
botId?: Id;
|
|
4178
|
+
/**
|
|
4179
|
+
* The version of the bot containing the bot recommendation.
|
|
4180
|
+
*/
|
|
4181
|
+
botVersion?: DraftBotVersion;
|
|
4182
|
+
/**
|
|
4183
|
+
* The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
|
|
4184
|
+
*/
|
|
4185
|
+
localeId?: LocaleId;
|
|
4186
|
+
/**
|
|
4187
|
+
* The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
|
|
4188
|
+
*/
|
|
4189
|
+
botRecommendationStatus?: BotRecommendationStatus;
|
|
4190
|
+
/**
|
|
4191
|
+
* The identifier of the bot recommendation that you have created.
|
|
4192
|
+
*/
|
|
4193
|
+
botRecommendationId?: Id;
|
|
4194
|
+
/**
|
|
4195
|
+
* A timestamp of the date and time that the bot recommendation was created.
|
|
4196
|
+
*/
|
|
4197
|
+
creationDateTime?: Timestamp;
|
|
4198
|
+
/**
|
|
4199
|
+
* The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
|
4200
|
+
*/
|
|
4201
|
+
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
4202
|
+
/**
|
|
4203
|
+
* The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
|
|
4204
|
+
*/
|
|
4205
|
+
encryptionSetting?: EncryptionSetting;
|
|
4206
|
+
}
|
|
3481
4207
|
export interface StartImportRequest {
|
|
3482
4208
|
/**
|
|
3483
|
-
* The unique identifier for the import. It is included in the response from the operation.
|
|
4209
|
+
* The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.
|
|
3484
4210
|
*/
|
|
3485
4211
|
importId: Id;
|
|
3486
4212
|
/**
|
|
@@ -3569,7 +4295,23 @@ declare namespace LexModelsV2 {
|
|
|
3569
4295
|
destination: TextLogDestination;
|
|
3570
4296
|
}
|
|
3571
4297
|
export type TextLogSettingsList = TextLogSetting[];
|
|
4298
|
+
export type TimeDimension = "Hours"|"Days"|"Weeks"|string;
|
|
4299
|
+
export type TimeValue = number;
|
|
3572
4300
|
export type Timestamp = Date;
|
|
4301
|
+
export type Transcript = string;
|
|
4302
|
+
export interface TranscriptFilter {
|
|
4303
|
+
/**
|
|
4304
|
+
* The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
|
|
4305
|
+
*/
|
|
4306
|
+
lexTranscriptFilter?: LexTranscriptFilter;
|
|
4307
|
+
}
|
|
4308
|
+
export type TranscriptFormat = "Lex"|string;
|
|
4309
|
+
export interface TranscriptSourceSetting {
|
|
4310
|
+
/**
|
|
4311
|
+
* Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
|
4312
|
+
*/
|
|
4313
|
+
s3BucketTranscriptSource?: S3BucketTranscriptSource;
|
|
4314
|
+
}
|
|
3573
4315
|
export interface UntagResourceRequest {
|
|
3574
4316
|
/**
|
|
3575
4317
|
* The Amazon Resource Name (ARN) of the resource to remove the tags from.
|
|
@@ -3728,6 +4470,66 @@ declare namespace LexModelsV2 {
|
|
|
3728
4470
|
*/
|
|
3729
4471
|
lastUpdatedDateTime?: Timestamp;
|
|
3730
4472
|
}
|
|
4473
|
+
export interface UpdateBotRecommendationRequest {
|
|
4474
|
+
/**
|
|
4475
|
+
* The unique identifier of the bot containing the bot recommendation to be updated.
|
|
4476
|
+
*/
|
|
4477
|
+
botId: Id;
|
|
4478
|
+
/**
|
|
4479
|
+
* The version of the bot containing the bot recommendation to be updated.
|
|
4480
|
+
*/
|
|
4481
|
+
botVersion: DraftBotVersion;
|
|
4482
|
+
/**
|
|
4483
|
+
* The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages
|
|
4484
|
+
*/
|
|
4485
|
+
localeId: LocaleId;
|
|
4486
|
+
/**
|
|
4487
|
+
* The unique identifier of the bot recommendation to be updated.
|
|
4488
|
+
*/
|
|
4489
|
+
botRecommendationId: Id;
|
|
4490
|
+
/**
|
|
4491
|
+
* The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
|
|
4492
|
+
*/
|
|
4493
|
+
encryptionSetting: EncryptionSetting;
|
|
4494
|
+
}
|
|
4495
|
+
export interface UpdateBotRecommendationResponse {
|
|
4496
|
+
/**
|
|
4497
|
+
* The unique identifier of the bot containing the bot recommendation that has been updated.
|
|
4498
|
+
*/
|
|
4499
|
+
botId?: Id;
|
|
4500
|
+
/**
|
|
4501
|
+
* The version of the bot containing the bot recommendation that has been updated.
|
|
4502
|
+
*/
|
|
4503
|
+
botVersion?: DraftBotVersion;
|
|
4504
|
+
/**
|
|
4505
|
+
* The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages
|
|
4506
|
+
*/
|
|
4507
|
+
localeId?: LocaleId;
|
|
4508
|
+
/**
|
|
4509
|
+
* The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
|
|
4510
|
+
*/
|
|
4511
|
+
botRecommendationStatus?: BotRecommendationStatus;
|
|
4512
|
+
/**
|
|
4513
|
+
* The unique identifier of the bot recommendation to be updated.
|
|
4514
|
+
*/
|
|
4515
|
+
botRecommendationId?: Id;
|
|
4516
|
+
/**
|
|
4517
|
+
* A timestamp of the date and time that the bot recommendation was created.
|
|
4518
|
+
*/
|
|
4519
|
+
creationDateTime?: Timestamp;
|
|
4520
|
+
/**
|
|
4521
|
+
* A timestamp of the date and time that the bot recommendation was last updated.
|
|
4522
|
+
*/
|
|
4523
|
+
lastUpdatedDateTime?: Timestamp;
|
|
4524
|
+
/**
|
|
4525
|
+
* The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
|
4526
|
+
*/
|
|
4527
|
+
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
4528
|
+
/**
|
|
4529
|
+
* The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
|
|
4530
|
+
*/
|
|
4531
|
+
encryptionSetting?: EncryptionSetting;
|
|
4532
|
+
}
|
|
3731
4533
|
export interface UpdateBotRequest {
|
|
3732
4534
|
/**
|
|
3733
4535
|
* The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.
|
|
@@ -4177,13 +4979,24 @@ declare namespace LexModelsV2 {
|
|
|
4177
4979
|
lastUpdatedDateTime?: Timestamp;
|
|
4178
4980
|
}
|
|
4179
4981
|
export type Utterance = string;
|
|
4982
|
+
export interface UtteranceAggregationDuration {
|
|
4983
|
+
/**
|
|
4984
|
+
* The desired time window for aggregating utterances.
|
|
4985
|
+
*/
|
|
4986
|
+
relativeAggregationDuration: RelativeAggregationDuration;
|
|
4987
|
+
}
|
|
4180
4988
|
export type Value = string;
|
|
4989
|
+
export type VoiceEngine = "standard"|"neural"|string;
|
|
4181
4990
|
export type VoiceId = string;
|
|
4182
4991
|
export interface VoiceSettings {
|
|
4183
4992
|
/**
|
|
4184
4993
|
* The identifier of the Amazon Polly voice to use.
|
|
4185
4994
|
*/
|
|
4186
4995
|
voiceId: VoiceId;
|
|
4996
|
+
/**
|
|
4997
|
+
* Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see Voices in Amazon Polly.
|
|
4998
|
+
*/
|
|
4999
|
+
engine?: VoiceEngine;
|
|
4187
5000
|
}
|
|
4188
5001
|
export interface WaitAndContinueSpecification {
|
|
4189
5002
|
/**
|
|
@@ -4199,7 +5012,7 @@ declare namespace LexModelsV2 {
|
|
|
4199
5012
|
*/
|
|
4200
5013
|
stillWaitingResponse?: StillWaitingResponseSpecification;
|
|
4201
5014
|
/**
|
|
4202
|
-
* 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
|
|
5015
|
+
* 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 active field isn't specified, the default is true.
|
|
4203
5016
|
*/
|
|
4204
5017
|
active?: BoxedBoolean;
|
|
4205
5018
|
}
|