@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
|
@@ -91,6 +91,14 @@ declare class Connect extends Service {
|
|
|
91
91
|
* Creates a contact flow for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language.
|
|
92
92
|
*/
|
|
93
93
|
createContactFlow(callback?: (err: AWSError, data: Connect.Types.CreateContactFlowResponse) => void): Request<Connect.Types.CreateContactFlowResponse, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
* Creates a contact flow module for the specified Amazon Connect instance.
|
|
96
|
+
*/
|
|
97
|
+
createContactFlowModule(params: Connect.Types.CreateContactFlowModuleRequest, callback?: (err: AWSError, data: Connect.Types.CreateContactFlowModuleResponse) => void): Request<Connect.Types.CreateContactFlowModuleResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* Creates a contact flow module for the specified Amazon Connect instance.
|
|
100
|
+
*/
|
|
101
|
+
createContactFlowModule(callback?: (err: AWSError, data: Connect.Types.CreateContactFlowModuleResponse) => void): Request<Connect.Types.CreateContactFlowModuleResponse, AWSError>;
|
|
94
102
|
/**
|
|
95
103
|
* This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation.
|
|
96
104
|
*/
|
|
@@ -108,11 +116,11 @@ declare class Connect extends Service {
|
|
|
108
116
|
*/
|
|
109
117
|
createInstance(callback?: (err: AWSError, data: Connect.Types.CreateInstanceResponse) => void): Request<Connect.Types.CreateInstanceResponse, AWSError>;
|
|
110
118
|
/**
|
|
111
|
-
*
|
|
119
|
+
* Creates an AWS resource association with an Amazon Connect instance.
|
|
112
120
|
*/
|
|
113
121
|
createIntegrationAssociation(params: Connect.Types.CreateIntegrationAssociationRequest, callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
|
|
114
122
|
/**
|
|
115
|
-
*
|
|
123
|
+
* Creates an AWS resource association with an Amazon Connect instance.
|
|
116
124
|
*/
|
|
117
125
|
createIntegrationAssociation(callback?: (err: AWSError, data: Connect.Types.CreateIntegrationAssociationResponse) => void): Request<Connect.Types.CreateIntegrationAssociationResponse, AWSError>;
|
|
118
126
|
/**
|
|
@@ -140,11 +148,19 @@ declare class Connect extends Service {
|
|
|
140
148
|
*/
|
|
141
149
|
createRoutingProfile(callback?: (err: AWSError, data: Connect.Types.CreateRoutingProfileResponse) => void): Request<Connect.Types.CreateRoutingProfileResponse, AWSError>;
|
|
142
150
|
/**
|
|
143
|
-
*
|
|
151
|
+
* This API is in preview release for Amazon Connect and is subject to change. Creates a security profile.
|
|
152
|
+
*/
|
|
153
|
+
createSecurityProfile(params: Connect.Types.CreateSecurityProfileRequest, callback?: (err: AWSError, data: Connect.Types.CreateSecurityProfileResponse) => void): Request<Connect.Types.CreateSecurityProfileResponse, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
* This API is in preview release for Amazon Connect and is subject to change. Creates a security profile.
|
|
156
|
+
*/
|
|
157
|
+
createSecurityProfile(callback?: (err: AWSError, data: Connect.Types.CreateSecurityProfileResponse) => void): Request<Connect.Types.CreateSecurityProfileResponse, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* Creates a use case for an integration association.
|
|
144
160
|
*/
|
|
145
161
|
createUseCase(params: Connect.Types.CreateUseCaseRequest, callback?: (err: AWSError, data: Connect.Types.CreateUseCaseResponse) => void): Request<Connect.Types.CreateUseCaseResponse, AWSError>;
|
|
146
162
|
/**
|
|
147
|
-
* Creates a use case for an
|
|
163
|
+
* Creates a use case for an integration association.
|
|
148
164
|
*/
|
|
149
165
|
createUseCase(callback?: (err: AWSError, data: Connect.Types.CreateUseCaseResponse) => void): Request<Connect.Types.CreateUseCaseResponse, AWSError>;
|
|
150
166
|
/**
|
|
@@ -163,6 +179,22 @@ declare class Connect extends Service {
|
|
|
163
179
|
* Creates a new user hierarchy group.
|
|
164
180
|
*/
|
|
165
181
|
createUserHierarchyGroup(callback?: (err: AWSError, data: Connect.Types.CreateUserHierarchyGroupResponse) => void): Request<Connect.Types.CreateUserHierarchyGroupResponse, AWSError>;
|
|
182
|
+
/**
|
|
183
|
+
* Deletes a contact flow for the specified Amazon Connect instance.
|
|
184
|
+
*/
|
|
185
|
+
deleteContactFlow(params: Connect.Types.DeleteContactFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
186
|
+
/**
|
|
187
|
+
* Deletes a contact flow for the specified Amazon Connect instance.
|
|
188
|
+
*/
|
|
189
|
+
deleteContactFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
* Deletes the specified contact flow module.
|
|
192
|
+
*/
|
|
193
|
+
deleteContactFlowModule(params: Connect.Types.DeleteContactFlowModuleRequest, callback?: (err: AWSError, data: Connect.Types.DeleteContactFlowModuleResponse) => void): Request<Connect.Types.DeleteContactFlowModuleResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Deletes the specified contact flow module.
|
|
196
|
+
*/
|
|
197
|
+
deleteContactFlowModule(callback?: (err: AWSError, data: Connect.Types.DeleteContactFlowModuleResponse) => void): Request<Connect.Types.DeleteContactFlowModuleResponse, AWSError>;
|
|
166
198
|
/**
|
|
167
199
|
* This API is in preview release for Amazon Connect and is subject to change. Deletes an hours of operation.
|
|
168
200
|
*/
|
|
@@ -180,11 +212,11 @@ declare class Connect extends Service {
|
|
|
180
212
|
*/
|
|
181
213
|
deleteInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
182
214
|
/**
|
|
183
|
-
* Deletes an
|
|
215
|
+
* Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
|
|
184
216
|
*/
|
|
185
217
|
deleteIntegrationAssociation(params: Connect.Types.DeleteIntegrationAssociationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
186
218
|
/**
|
|
187
|
-
* Deletes an
|
|
219
|
+
* Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.
|
|
188
220
|
*/
|
|
189
221
|
deleteIntegrationAssociation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
190
222
|
/**
|
|
@@ -196,11 +228,19 @@ declare class Connect extends Service {
|
|
|
196
228
|
*/
|
|
197
229
|
deleteQuickConnect(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
198
230
|
/**
|
|
199
|
-
*
|
|
231
|
+
* This API is in preview release for Amazon Connect and is subject to change. Deletes a security profile.
|
|
232
|
+
*/
|
|
233
|
+
deleteSecurityProfile(params: Connect.Types.DeleteSecurityProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
* This API is in preview release for Amazon Connect and is subject to change. Deletes a security profile.
|
|
236
|
+
*/
|
|
237
|
+
deleteSecurityProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
* Deletes a use case from an integration association.
|
|
200
240
|
*/
|
|
201
241
|
deleteUseCase(params: Connect.Types.DeleteUseCaseRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
202
242
|
/**
|
|
203
|
-
* Deletes a use case from an
|
|
243
|
+
* Deletes a use case from an integration association.
|
|
204
244
|
*/
|
|
205
245
|
deleteUseCase(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
206
246
|
/**
|
|
@@ -227,6 +267,14 @@ declare class Connect extends Service {
|
|
|
227
267
|
* This API is in preview release for Amazon Connect and is subject to change. Describes an agent status.
|
|
228
268
|
*/
|
|
229
269
|
describeAgentStatus(callback?: (err: AWSError, data: Connect.Types.DescribeAgentStatusResponse) => void): Request<Connect.Types.DescribeAgentStatusResponse, AWSError>;
|
|
270
|
+
/**
|
|
271
|
+
* This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted.
|
|
272
|
+
*/
|
|
273
|
+
describeContact(params: Connect.Types.DescribeContactRequest, callback?: (err: AWSError, data: Connect.Types.DescribeContactResponse) => void): Request<Connect.Types.DescribeContactResponse, AWSError>;
|
|
274
|
+
/**
|
|
275
|
+
* This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted.
|
|
276
|
+
*/
|
|
277
|
+
describeContact(callback?: (err: AWSError, data: Connect.Types.DescribeContactResponse) => void): Request<Connect.Types.DescribeContactResponse, AWSError>;
|
|
230
278
|
/**
|
|
231
279
|
* Describes the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
|
|
232
280
|
*/
|
|
@@ -235,6 +283,14 @@ declare class Connect extends Service {
|
|
|
235
283
|
* Describes the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
|
|
236
284
|
*/
|
|
237
285
|
describeContactFlow(callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowResponse) => void): Request<Connect.Types.DescribeContactFlowResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
* Describes the specified contact flow module.
|
|
288
|
+
*/
|
|
289
|
+
describeContactFlowModule(params: Connect.Types.DescribeContactFlowModuleRequest, callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowModuleResponse) => void): Request<Connect.Types.DescribeContactFlowModuleResponse, AWSError>;
|
|
290
|
+
/**
|
|
291
|
+
* Describes the specified contact flow module.
|
|
292
|
+
*/
|
|
293
|
+
describeContactFlowModule(callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowModuleResponse) => void): Request<Connect.Types.DescribeContactFlowModuleResponse, AWSError>;
|
|
238
294
|
/**
|
|
239
295
|
* This API is in preview release for Amazon Connect and is subject to change. Describes the hours of operation.
|
|
240
296
|
*/
|
|
@@ -291,6 +347,14 @@ declare class Connect extends Service {
|
|
|
291
347
|
* Describes the specified routing profile.
|
|
292
348
|
*/
|
|
293
349
|
describeRoutingProfile(callback?: (err: AWSError, data: Connect.Types.DescribeRoutingProfileResponse) => void): Request<Connect.Types.DescribeRoutingProfileResponse, AWSError>;
|
|
350
|
+
/**
|
|
351
|
+
* This API is in preview release for Amazon Connect and is subject to change. Gets basic information about the security profle.
|
|
352
|
+
*/
|
|
353
|
+
describeSecurityProfile(params: Connect.Types.DescribeSecurityProfileRequest, callback?: (err: AWSError, data: Connect.Types.DescribeSecurityProfileResponse) => void): Request<Connect.Types.DescribeSecurityProfileResponse, AWSError>;
|
|
354
|
+
/**
|
|
355
|
+
* This API is in preview release for Amazon Connect and is subject to change. Gets basic information about the security profle.
|
|
356
|
+
*/
|
|
357
|
+
describeSecurityProfile(callback?: (err: AWSError, data: Connect.Types.DescribeSecurityProfileResponse) => void): Request<Connect.Types.DescribeSecurityProfileResponse, AWSError>;
|
|
294
358
|
/**
|
|
295
359
|
* Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.
|
|
296
360
|
*/
|
|
@@ -435,6 +499,14 @@ declare class Connect extends Service {
|
|
|
435
499
|
* This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
|
436
500
|
*/
|
|
437
501
|
listBots(callback?: (err: AWSError, data: Connect.Types.ListBotsResponse) => void): Request<Connect.Types.ListBotsResponse, AWSError>;
|
|
502
|
+
/**
|
|
503
|
+
* Provides information about the contact flow modules for the specified Amazon Connect instance.
|
|
504
|
+
*/
|
|
505
|
+
listContactFlowModules(params: Connect.Types.ListContactFlowModulesRequest, callback?: (err: AWSError, data: Connect.Types.ListContactFlowModulesResponse) => void): Request<Connect.Types.ListContactFlowModulesResponse, AWSError>;
|
|
506
|
+
/**
|
|
507
|
+
* Provides information about the contact flow modules for the specified Amazon Connect instance.
|
|
508
|
+
*/
|
|
509
|
+
listContactFlowModules(callback?: (err: AWSError, data: Connect.Types.ListContactFlowModulesResponse) => void): Request<Connect.Types.ListContactFlowModulesResponse, AWSError>;
|
|
438
510
|
/**
|
|
439
511
|
* Provides information about the contact flows for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language. For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.
|
|
440
512
|
*/
|
|
@@ -443,6 +515,14 @@ declare class Connect extends Service {
|
|
|
443
515
|
* Provides information about the contact flows for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language. For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.
|
|
444
516
|
*/
|
|
445
517
|
listContactFlows(callback?: (err: AWSError, data: Connect.Types.ListContactFlowsResponse) => void): Request<Connect.Types.ListContactFlowsResponse, AWSError>;
|
|
518
|
+
/**
|
|
519
|
+
* This API is in preview release for Amazon Connect and is subject to change. For the specified referenceTypes, returns a list of references associated with the contact.
|
|
520
|
+
*/
|
|
521
|
+
listContactReferences(params: Connect.Types.ListContactReferencesRequest, callback?: (err: AWSError, data: Connect.Types.ListContactReferencesResponse) => void): Request<Connect.Types.ListContactReferencesResponse, AWSError>;
|
|
522
|
+
/**
|
|
523
|
+
* This API is in preview release for Amazon Connect and is subject to change. For the specified referenceTypes, returns a list of references associated with the contact.
|
|
524
|
+
*/
|
|
525
|
+
listContactReferences(callback?: (err: AWSError, data: Connect.Types.ListContactReferencesResponse) => void): Request<Connect.Types.ListContactReferencesResponse, AWSError>;
|
|
446
526
|
/**
|
|
447
527
|
* Provides information about the hours of operation for the specified Amazon Connect instance. For more information about hours of operation, see Set the Hours of Operation for a Queue in the Amazon Connect Administrator Guide.
|
|
448
528
|
*/
|
|
@@ -476,11 +556,11 @@ declare class Connect extends Service {
|
|
|
476
556
|
*/
|
|
477
557
|
listInstances(callback?: (err: AWSError, data: Connect.Types.ListInstancesResponse) => void): Request<Connect.Types.ListInstancesResponse, AWSError>;
|
|
478
558
|
/**
|
|
479
|
-
* Provides summary information about the
|
|
559
|
+
* Provides summary information about the AWS resource associations for the specified Amazon Connect instance.
|
|
480
560
|
*/
|
|
481
561
|
listIntegrationAssociations(params: Connect.Types.ListIntegrationAssociationsRequest, callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
|
|
482
562
|
/**
|
|
483
|
-
* Provides summary information about the
|
|
563
|
+
* Provides summary information about the AWS resource associations for the specified Amazon Connect instance.
|
|
484
564
|
*/
|
|
485
565
|
listIntegrationAssociations(callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
|
|
486
566
|
/**
|
|
@@ -563,6 +643,14 @@ declare class Connect extends Service {
|
|
|
563
643
|
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all security keys associated with the instance.
|
|
564
644
|
*/
|
|
565
645
|
listSecurityKeys(callback?: (err: AWSError, data: Connect.Types.ListSecurityKeysResponse) => void): Request<Connect.Types.ListSecurityKeysResponse, AWSError>;
|
|
646
|
+
/**
|
|
647
|
+
* This API is in preview release for Amazon Connect and is subject to change. Lists the permissions granted to a security profile.
|
|
648
|
+
*/
|
|
649
|
+
listSecurityProfilePermissions(params: Connect.Types.ListSecurityProfilePermissionsRequest, callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilePermissionsResponse) => void): Request<Connect.Types.ListSecurityProfilePermissionsResponse, AWSError>;
|
|
650
|
+
/**
|
|
651
|
+
* This API is in preview release for Amazon Connect and is subject to change. Lists the permissions granted to a security profile.
|
|
652
|
+
*/
|
|
653
|
+
listSecurityProfilePermissions(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilePermissionsResponse) => void): Request<Connect.Types.ListSecurityProfilePermissionsResponse, AWSError>;
|
|
566
654
|
/**
|
|
567
655
|
* Provides summary information about the security profiles for the specified Amazon Connect instance. For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.
|
|
568
656
|
*/
|
|
@@ -580,11 +668,11 @@ declare class Connect extends Service {
|
|
|
580
668
|
*/
|
|
581
669
|
listTagsForResource(callback?: (err: AWSError, data: Connect.Types.ListTagsForResourceResponse) => void): Request<Connect.Types.ListTagsForResourceResponse, AWSError>;
|
|
582
670
|
/**
|
|
583
|
-
* Lists the use cases.
|
|
671
|
+
* Lists the use cases for the integration association.
|
|
584
672
|
*/
|
|
585
673
|
listUseCases(params: Connect.Types.ListUseCasesRequest, callback?: (err: AWSError, data: Connect.Types.ListUseCasesResponse) => void): Request<Connect.Types.ListUseCasesResponse, AWSError>;
|
|
586
674
|
/**
|
|
587
|
-
* Lists the use cases.
|
|
675
|
+
* Lists the use cases for the integration association.
|
|
588
676
|
*/
|
|
589
677
|
listUseCases(callback?: (err: AWSError, data: Connect.Types.ListUseCasesResponse) => void): Request<Connect.Types.ListUseCasesResponse, AWSError>;
|
|
590
678
|
/**
|
|
@@ -628,11 +716,19 @@ declare class Connect extends Service {
|
|
|
628
716
|
*/
|
|
629
717
|
startContactRecording(callback?: (err: AWSError, data: Connect.Types.StartContactRecordingResponse) => void): Request<Connect.Types.StartContactRecordingResponse, AWSError>;
|
|
630
718
|
/**
|
|
631
|
-
*
|
|
719
|
+
* Initiates real-time message streaming for a new chat contact. For more information about message streaming, see Enable real-time chat message streaming in the Amazon Connect Administrator Guide.
|
|
720
|
+
*/
|
|
721
|
+
startContactStreaming(params: Connect.Types.StartContactStreamingRequest, callback?: (err: AWSError, data: Connect.Types.StartContactStreamingResponse) => void): Request<Connect.Types.StartContactStreamingResponse, AWSError>;
|
|
722
|
+
/**
|
|
723
|
+
* Initiates real-time message streaming for a new chat contact. For more information about message streaming, see Enable real-time chat message streaming in the Amazon Connect Administrator Guide.
|
|
724
|
+
*/
|
|
725
|
+
startContactStreaming(callback?: (err: AWSError, data: Connect.Types.StartContactStreamingResponse) => void): Request<Connect.Types.StartContactStreamingResponse, AWSError>;
|
|
726
|
+
/**
|
|
727
|
+
* Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
|
|
632
728
|
*/
|
|
633
729
|
startOutboundVoiceContact(params: Connect.Types.StartOutboundVoiceContactRequest, callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceContactResponse) => void): Request<Connect.Types.StartOutboundVoiceContactResponse, AWSError>;
|
|
634
730
|
/**
|
|
635
|
-
* Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
|
|
731
|
+
* Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.
|
|
636
732
|
*/
|
|
637
733
|
startOutboundVoiceContact(callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceContactResponse) => void): Request<Connect.Types.StartOutboundVoiceContactResponse, AWSError>;
|
|
638
734
|
/**
|
|
@@ -659,6 +755,14 @@ declare class Connect extends Service {
|
|
|
659
755
|
* Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording. Only voice recordings are supported at this time.
|
|
660
756
|
*/
|
|
661
757
|
stopContactRecording(callback?: (err: AWSError, data: Connect.Types.StopContactRecordingResponse) => void): Request<Connect.Types.StopContactRecordingResponse, AWSError>;
|
|
758
|
+
/**
|
|
759
|
+
* Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.
|
|
760
|
+
*/
|
|
761
|
+
stopContactStreaming(params: Connect.Types.StopContactStreamingRequest, callback?: (err: AWSError, data: Connect.Types.StopContactStreamingResponse) => void): Request<Connect.Types.StopContactStreamingResponse, AWSError>;
|
|
762
|
+
/**
|
|
763
|
+
* Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.
|
|
764
|
+
*/
|
|
765
|
+
stopContactStreaming(callback?: (err: AWSError, data: Connect.Types.StopContactStreamingResponse) => void): Request<Connect.Types.StopContactStreamingResponse, AWSError>;
|
|
662
766
|
/**
|
|
663
767
|
* When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording. The period of time that the recording is suspended is filled with silence in the final recording. Only voice recordings are supported at this time.
|
|
664
768
|
*/
|
|
@@ -691,6 +795,14 @@ declare class Connect extends Service {
|
|
|
691
795
|
* This API is in preview release for Amazon Connect and is subject to change. Updates agent status.
|
|
692
796
|
*/
|
|
693
797
|
updateAgentStatus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
798
|
+
/**
|
|
799
|
+
* This API is in preview release for Amazon Connect and is subject to change. Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request. You can add or update user-defined contact information for both ongoing and completed contacts.
|
|
800
|
+
*/
|
|
801
|
+
updateContact(params: Connect.Types.UpdateContactRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactResponse) => void): Request<Connect.Types.UpdateContactResponse, AWSError>;
|
|
802
|
+
/**
|
|
803
|
+
* This API is in preview release for Amazon Connect and is subject to change. Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request. You can add or update user-defined contact information for both ongoing and completed contacts.
|
|
804
|
+
*/
|
|
805
|
+
updateContact(callback?: (err: AWSError, data: Connect.Types.UpdateContactResponse) => void): Request<Connect.Types.UpdateContactResponse, AWSError>;
|
|
694
806
|
/**
|
|
695
807
|
* Creates or updates user-defined contact attributes associated with the specified contact. You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about CTR retention and the maximum size of the CTR attributes section, see Feature specifications in the Amazon Connect Administrator Guide. Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, which was September 12, 2018. You can update attributes only for contacts that started after the release of the API. If you attempt to update attributes for a contact that occurred prior to the release of the API, a 400 error is returned. This applies also to queued callbacks that were initiated prior to the release of the API but are still active in your instance.
|
|
696
808
|
*/
|
|
@@ -707,6 +819,30 @@ declare class Connect extends Service {
|
|
|
707
819
|
* Updates the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
|
|
708
820
|
*/
|
|
709
821
|
updateContactFlowContent(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
822
|
+
/**
|
|
823
|
+
* Updates metadata about specified contact flow.
|
|
824
|
+
*/
|
|
825
|
+
updateContactFlowMetadata(params: Connect.Types.UpdateContactFlowMetadataRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
826
|
+
/**
|
|
827
|
+
* Updates metadata about specified contact flow.
|
|
828
|
+
*/
|
|
829
|
+
updateContactFlowMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
830
|
+
/**
|
|
831
|
+
* Updates specified contact flow module for the specified Amazon Connect instance.
|
|
832
|
+
*/
|
|
833
|
+
updateContactFlowModuleContent(params: Connect.Types.UpdateContactFlowModuleContentRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleContentResponse) => void): Request<Connect.Types.UpdateContactFlowModuleContentResponse, AWSError>;
|
|
834
|
+
/**
|
|
835
|
+
* Updates specified contact flow module for the specified Amazon Connect instance.
|
|
836
|
+
*/
|
|
837
|
+
updateContactFlowModuleContent(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleContentResponse) => void): Request<Connect.Types.UpdateContactFlowModuleContentResponse, AWSError>;
|
|
838
|
+
/**
|
|
839
|
+
* Updates metadata about specified contact flow module.
|
|
840
|
+
*/
|
|
841
|
+
updateContactFlowModuleMetadata(params: Connect.Types.UpdateContactFlowModuleMetadataRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleMetadataResponse) => void): Request<Connect.Types.UpdateContactFlowModuleMetadataResponse, AWSError>;
|
|
842
|
+
/**
|
|
843
|
+
* Updates metadata about specified contact flow module.
|
|
844
|
+
*/
|
|
845
|
+
updateContactFlowModuleMetadata(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleMetadataResponse) => void): Request<Connect.Types.UpdateContactFlowModuleMetadataResponse, AWSError>;
|
|
710
846
|
/**
|
|
711
847
|
* The name of the contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
|
|
712
848
|
*/
|
|
@@ -715,6 +851,14 @@ declare class Connect extends Service {
|
|
|
715
851
|
* The name of the contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
|
|
716
852
|
*/
|
|
717
853
|
updateContactFlowName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
854
|
+
/**
|
|
855
|
+
* Updates the scheduled time of a task contact that is already scheduled.
|
|
856
|
+
*/
|
|
857
|
+
updateContactSchedule(params: Connect.Types.UpdateContactScheduleRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactScheduleResponse) => void): Request<Connect.Types.UpdateContactScheduleResponse, AWSError>;
|
|
858
|
+
/**
|
|
859
|
+
* Updates the scheduled time of a task contact that is already scheduled.
|
|
860
|
+
*/
|
|
861
|
+
updateContactSchedule(callback?: (err: AWSError, data: Connect.Types.UpdateContactScheduleResponse) => void): Request<Connect.Types.UpdateContactScheduleResponse, AWSError>;
|
|
718
862
|
/**
|
|
719
863
|
* This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation.
|
|
720
864
|
*/
|
|
@@ -827,6 +971,14 @@ declare class Connect extends Service {
|
|
|
827
971
|
* Updates the properties associated with a set of queues for a routing profile.
|
|
828
972
|
*/
|
|
829
973
|
updateRoutingProfileQueues(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
974
|
+
/**
|
|
975
|
+
* This API is in preview release for Amazon Connect and is subject to change. Updates a security profile.
|
|
976
|
+
*/
|
|
977
|
+
updateSecurityProfile(params: Connect.Types.UpdateSecurityProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
978
|
+
/**
|
|
979
|
+
* This API is in preview release for Amazon Connect and is subject to change. Updates a security profile.
|
|
980
|
+
*/
|
|
981
|
+
updateSecurityProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
830
982
|
/**
|
|
831
983
|
* Assigns the specified hierarchy group to the specified user.
|
|
832
984
|
*/
|
|
@@ -888,7 +1040,18 @@ declare namespace Connect {
|
|
|
888
1040
|
export type ARN = string;
|
|
889
1041
|
export type AfterContactWorkTimeLimit = number;
|
|
890
1042
|
export type AgentFirstName = string;
|
|
1043
|
+
export interface AgentInfo {
|
|
1044
|
+
/**
|
|
1045
|
+
* The identifier of the agent who accepted the contact.
|
|
1046
|
+
*/
|
|
1047
|
+
Id?: AgentResourceId;
|
|
1048
|
+
/**
|
|
1049
|
+
* The timestamp when the contact was connected to the agent.
|
|
1050
|
+
*/
|
|
1051
|
+
ConnectedToAgentTimestamp?: timestamp;
|
|
1052
|
+
}
|
|
891
1053
|
export type AgentLastName = string;
|
|
1054
|
+
export type AgentResourceId = string;
|
|
892
1055
|
export interface AgentStatus {
|
|
893
1056
|
/**
|
|
894
1057
|
* The Amazon Resource Name (ARN) of the agent status.
|
|
@@ -919,7 +1082,7 @@ declare namespace Connect {
|
|
|
919
1082
|
*/
|
|
920
1083
|
State?: AgentStatusState;
|
|
921
1084
|
/**
|
|
922
|
-
*
|
|
1085
|
+
* The tags used to organize, track, or control access for this resource.
|
|
923
1086
|
*/
|
|
924
1087
|
Tags?: TagMap;
|
|
925
1088
|
}
|
|
@@ -951,6 +1114,16 @@ declare namespace Connect {
|
|
|
951
1114
|
export type AgentStatusTypes = AgentStatusType[];
|
|
952
1115
|
export type AgentUsername = string;
|
|
953
1116
|
export type AliasArn = string;
|
|
1117
|
+
export interface AnswerMachineDetectionConfig {
|
|
1118
|
+
/**
|
|
1119
|
+
* The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.
|
|
1120
|
+
*/
|
|
1121
|
+
EnableAnswerMachineDetection?: Boolean;
|
|
1122
|
+
/**
|
|
1123
|
+
* Wait for the answering machine prompt.
|
|
1124
|
+
*/
|
|
1125
|
+
AwaitAnswerMachinePrompt?: Boolean;
|
|
1126
|
+
}
|
|
954
1127
|
export interface AssociateApprovedOriginRequest {
|
|
955
1128
|
/**
|
|
956
1129
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -1057,6 +1230,20 @@ declare namespace Connect {
|
|
|
1057
1230
|
AssociationId?: AssociationId;
|
|
1058
1231
|
}
|
|
1059
1232
|
export type AssociationId = string;
|
|
1233
|
+
export interface AttachmentReference {
|
|
1234
|
+
/**
|
|
1235
|
+
* Identifier of the attachment reference.
|
|
1236
|
+
*/
|
|
1237
|
+
Name?: ReferenceKey;
|
|
1238
|
+
/**
|
|
1239
|
+
* Contains the location path of the attachment reference.
|
|
1240
|
+
*/
|
|
1241
|
+
Value?: ReferenceValue;
|
|
1242
|
+
/**
|
|
1243
|
+
* Status of an attachment reference type.
|
|
1244
|
+
*/
|
|
1245
|
+
Status?: ReferenceStatus;
|
|
1246
|
+
}
|
|
1060
1247
|
export interface Attribute {
|
|
1061
1248
|
/**
|
|
1062
1249
|
* The type of attribute.
|
|
@@ -1075,6 +1262,7 @@ declare namespace Connect {
|
|
|
1075
1262
|
export type Boolean = boolean;
|
|
1076
1263
|
export type BotName = string;
|
|
1077
1264
|
export type BucketName = string;
|
|
1265
|
+
export type CampaignId = string;
|
|
1078
1266
|
export type Channel = "VOICE"|"CHAT"|"TASK"|string;
|
|
1079
1267
|
export type Channels = Channel[];
|
|
1080
1268
|
export type ChatContent = string;
|
|
@@ -1089,10 +1277,75 @@ declare namespace Connect {
|
|
|
1089
1277
|
*/
|
|
1090
1278
|
Content: ChatContent;
|
|
1091
1279
|
}
|
|
1280
|
+
export interface ChatStreamingConfiguration {
|
|
1281
|
+
/**
|
|
1282
|
+
* The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
|
|
1283
|
+
*/
|
|
1284
|
+
StreamingEndpointArn: ChatStreamingEndpointARN;
|
|
1285
|
+
}
|
|
1286
|
+
export type ChatStreamingEndpointARN = string;
|
|
1092
1287
|
export type ClientToken = string;
|
|
1093
1288
|
export type CommonNameLength127 = string;
|
|
1094
1289
|
export type Comparison = "LT"|string;
|
|
1095
1290
|
export type Concurrency = number;
|
|
1291
|
+
export interface Contact {
|
|
1292
|
+
/**
|
|
1293
|
+
* The Amazon Resource Name (ARN) for the contact.
|
|
1294
|
+
*/
|
|
1295
|
+
Arn?: ARN;
|
|
1296
|
+
/**
|
|
1297
|
+
* The identifier for the contact.
|
|
1298
|
+
*/
|
|
1299
|
+
Id?: ContactId;
|
|
1300
|
+
/**
|
|
1301
|
+
* If this contact is related to other contacts, this is the ID of the initial contact.
|
|
1302
|
+
*/
|
|
1303
|
+
InitialContactId?: ContactId;
|
|
1304
|
+
/**
|
|
1305
|
+
* If this contact is not the first contact, this is the ID of the previous contact.
|
|
1306
|
+
*/
|
|
1307
|
+
PreviousContactId?: ContactId;
|
|
1308
|
+
/**
|
|
1309
|
+
* Indicates how the contact was initiated.
|
|
1310
|
+
*/
|
|
1311
|
+
InitiationMethod?: ContactInitiationMethod;
|
|
1312
|
+
/**
|
|
1313
|
+
* The name of the contact.
|
|
1314
|
+
*/
|
|
1315
|
+
Name?: Name;
|
|
1316
|
+
/**
|
|
1317
|
+
* The description of the contact.
|
|
1318
|
+
*/
|
|
1319
|
+
Description?: Description;
|
|
1320
|
+
/**
|
|
1321
|
+
* How the contact reached your contact center.
|
|
1322
|
+
*/
|
|
1323
|
+
Channel?: Channel;
|
|
1324
|
+
/**
|
|
1325
|
+
* If this contact was queued, this contains information about the queue.
|
|
1326
|
+
*/
|
|
1327
|
+
QueueInfo?: QueueInfo;
|
|
1328
|
+
/**
|
|
1329
|
+
* Information about the agent who accepted the contact.
|
|
1330
|
+
*/
|
|
1331
|
+
AgentInfo?: AgentInfo;
|
|
1332
|
+
/**
|
|
1333
|
+
* The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived.
|
|
1334
|
+
*/
|
|
1335
|
+
InitiationTimestamp?: timestamp;
|
|
1336
|
+
/**
|
|
1337
|
+
* The timestamp when the customer endpoint disconnected from Amazon Connect.
|
|
1338
|
+
*/
|
|
1339
|
+
DisconnectTimestamp?: timestamp;
|
|
1340
|
+
/**
|
|
1341
|
+
* The timestamp when contact was last updated.
|
|
1342
|
+
*/
|
|
1343
|
+
LastUpdateTimestamp?: timestamp;
|
|
1344
|
+
/**
|
|
1345
|
+
* The timestamp, in Unix epoch time format, at which to start running the inbound flow.
|
|
1346
|
+
*/
|
|
1347
|
+
ScheduledTimestamp?: timestamp;
|
|
1348
|
+
}
|
|
1096
1349
|
export interface ContactFlow {
|
|
1097
1350
|
/**
|
|
1098
1351
|
* The Amazon Resource Name (ARN) of the contact flow.
|
|
@@ -1110,6 +1363,10 @@ declare namespace Connect {
|
|
|
1110
1363
|
* The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
|
|
1111
1364
|
*/
|
|
1112
1365
|
Type?: ContactFlowType;
|
|
1366
|
+
/**
|
|
1367
|
+
* The type of contact flow.
|
|
1368
|
+
*/
|
|
1369
|
+
State?: ContactFlowState;
|
|
1113
1370
|
/**
|
|
1114
1371
|
* The description of the contact flow.
|
|
1115
1372
|
*/
|
|
@@ -1126,7 +1383,67 @@ declare namespace Connect {
|
|
|
1126
1383
|
export type ContactFlowContent = string;
|
|
1127
1384
|
export type ContactFlowDescription = string;
|
|
1128
1385
|
export type ContactFlowId = string;
|
|
1386
|
+
export interface ContactFlowModule {
|
|
1387
|
+
/**
|
|
1388
|
+
* The Amazon Resource Name (ARN).
|
|
1389
|
+
*/
|
|
1390
|
+
Arn?: ARN;
|
|
1391
|
+
/**
|
|
1392
|
+
* The identifier of the contact flow module.
|
|
1393
|
+
*/
|
|
1394
|
+
Id?: ContactFlowModuleId;
|
|
1395
|
+
/**
|
|
1396
|
+
* The name of the contact flow module.
|
|
1397
|
+
*/
|
|
1398
|
+
Name?: ContactFlowModuleName;
|
|
1399
|
+
/**
|
|
1400
|
+
* The content of the contact flow module.
|
|
1401
|
+
*/
|
|
1402
|
+
Content?: ContactFlowModuleContent;
|
|
1403
|
+
/**
|
|
1404
|
+
* The description of the contact flow module.
|
|
1405
|
+
*/
|
|
1406
|
+
Description?: ContactFlowModuleDescription;
|
|
1407
|
+
/**
|
|
1408
|
+
* The type of contact flow module.
|
|
1409
|
+
*/
|
|
1410
|
+
State?: ContactFlowModuleState;
|
|
1411
|
+
/**
|
|
1412
|
+
* The status of the contact flow module.
|
|
1413
|
+
*/
|
|
1414
|
+
Status?: ContactFlowModuleStatus;
|
|
1415
|
+
/**
|
|
1416
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1417
|
+
*/
|
|
1418
|
+
Tags?: TagMap;
|
|
1419
|
+
}
|
|
1420
|
+
export type ContactFlowModuleContent = string;
|
|
1421
|
+
export type ContactFlowModuleDescription = string;
|
|
1422
|
+
export type ContactFlowModuleId = string;
|
|
1423
|
+
export type ContactFlowModuleName = string;
|
|
1424
|
+
export type ContactFlowModuleState = "ACTIVE"|"ARCHIVED"|string;
|
|
1425
|
+
export type ContactFlowModuleStatus = "PUBLISHED"|"SAVED"|string;
|
|
1426
|
+
export interface ContactFlowModuleSummary {
|
|
1427
|
+
/**
|
|
1428
|
+
* The identifier of the contact flow module.
|
|
1429
|
+
*/
|
|
1430
|
+
Id?: ContactFlowModuleId;
|
|
1431
|
+
/**
|
|
1432
|
+
* The Amazon Resource Name (ARN) of the contact flow module.
|
|
1433
|
+
*/
|
|
1434
|
+
Arn?: ARN;
|
|
1435
|
+
/**
|
|
1436
|
+
* The name of the contact flow module.
|
|
1437
|
+
*/
|
|
1438
|
+
Name?: ContactFlowModuleName;
|
|
1439
|
+
/**
|
|
1440
|
+
* The type of contact flow module.
|
|
1441
|
+
*/
|
|
1442
|
+
State?: ContactFlowModuleState;
|
|
1443
|
+
}
|
|
1444
|
+
export type ContactFlowModulesSummaryList = ContactFlowModuleSummary[];
|
|
1129
1445
|
export type ContactFlowName = string;
|
|
1446
|
+
export type ContactFlowState = "ACTIVE"|"ARCHIVED"|string;
|
|
1130
1447
|
export interface ContactFlowSummary {
|
|
1131
1448
|
/**
|
|
1132
1449
|
* The identifier of the contact flow.
|
|
@@ -1144,11 +1461,16 @@ declare namespace Connect {
|
|
|
1144
1461
|
* The type of contact flow.
|
|
1145
1462
|
*/
|
|
1146
1463
|
ContactFlowType?: ContactFlowType;
|
|
1464
|
+
/**
|
|
1465
|
+
* The type of contact flow.
|
|
1466
|
+
*/
|
|
1467
|
+
ContactFlowState?: ContactFlowState;
|
|
1147
1468
|
}
|
|
1148
1469
|
export type ContactFlowSummaryList = ContactFlowSummary[];
|
|
1149
1470
|
export type ContactFlowType = "CONTACT_FLOW"|"CUSTOMER_QUEUE"|"CUSTOMER_HOLD"|"CUSTOMER_WHISPER"|"AGENT_HOLD"|"AGENT_WHISPER"|"OUTBOUND_WHISPER"|"AGENT_TRANSFER"|"QUEUE_TRANSFER"|string;
|
|
1150
1471
|
export type ContactFlowTypes = ContactFlowType[];
|
|
1151
1472
|
export type ContactId = string;
|
|
1473
|
+
export type ContactInitiationMethod = "INBOUND"|"OUTBOUND"|"TRANSFER"|"QUEUE_TRANSFER"|"CALLBACK"|"API"|string;
|
|
1152
1474
|
export type ContactReferences = {[key: string]: Reference};
|
|
1153
1475
|
export interface CreateAgentStatusRequest {
|
|
1154
1476
|
/**
|
|
@@ -1172,7 +1494,7 @@ declare namespace Connect {
|
|
|
1172
1494
|
*/
|
|
1173
1495
|
DisplayOrder?: AgentStatusOrderNumber;
|
|
1174
1496
|
/**
|
|
1175
|
-
*
|
|
1497
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1176
1498
|
*/
|
|
1177
1499
|
Tags?: TagMap;
|
|
1178
1500
|
}
|
|
@@ -1186,6 +1508,42 @@ declare namespace Connect {
|
|
|
1186
1508
|
*/
|
|
1187
1509
|
AgentStatusId?: AgentStatusId;
|
|
1188
1510
|
}
|
|
1511
|
+
export interface CreateContactFlowModuleRequest {
|
|
1512
|
+
/**
|
|
1513
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
1514
|
+
*/
|
|
1515
|
+
InstanceId: InstanceId;
|
|
1516
|
+
/**
|
|
1517
|
+
* The name of the contact flow module.
|
|
1518
|
+
*/
|
|
1519
|
+
Name: ContactFlowModuleName;
|
|
1520
|
+
/**
|
|
1521
|
+
* The description of the contact flow module.
|
|
1522
|
+
*/
|
|
1523
|
+
Description?: ContactFlowModuleDescription;
|
|
1524
|
+
/**
|
|
1525
|
+
* The content of the contact flow module.
|
|
1526
|
+
*/
|
|
1527
|
+
Content: ContactFlowModuleContent;
|
|
1528
|
+
/**
|
|
1529
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1530
|
+
*/
|
|
1531
|
+
Tags?: TagMap;
|
|
1532
|
+
/**
|
|
1533
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
1534
|
+
*/
|
|
1535
|
+
ClientToken?: ClientToken;
|
|
1536
|
+
}
|
|
1537
|
+
export interface CreateContactFlowModuleResponse {
|
|
1538
|
+
/**
|
|
1539
|
+
* The identifier of the contact flow module.
|
|
1540
|
+
*/
|
|
1541
|
+
Id?: ContactFlowModuleId;
|
|
1542
|
+
/**
|
|
1543
|
+
* The Amazon Resource Name (ARN) of the contact flow module.
|
|
1544
|
+
*/
|
|
1545
|
+
Arn?: ARN;
|
|
1546
|
+
}
|
|
1189
1547
|
export interface CreateContactFlowRequest {
|
|
1190
1548
|
/**
|
|
1191
1549
|
* The identifier of the Amazon Connect instance.
|
|
@@ -1244,7 +1602,7 @@ declare namespace Connect {
|
|
|
1244
1602
|
*/
|
|
1245
1603
|
Config: HoursOfOperationConfigList;
|
|
1246
1604
|
/**
|
|
1247
|
-
*
|
|
1605
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1248
1606
|
*/
|
|
1249
1607
|
Tags?: TagMap;
|
|
1250
1608
|
}
|
|
@@ -1308,25 +1666,25 @@ declare namespace Connect {
|
|
|
1308
1666
|
*/
|
|
1309
1667
|
IntegrationArn: ARN;
|
|
1310
1668
|
/**
|
|
1311
|
-
* The URL for the external application.
|
|
1669
|
+
* The URL for the external application. This field is only required for the EVENT integration type.
|
|
1312
1670
|
*/
|
|
1313
|
-
SourceApplicationUrl
|
|
1671
|
+
SourceApplicationUrl?: URI;
|
|
1314
1672
|
/**
|
|
1315
|
-
* The name of the external application.
|
|
1673
|
+
* The name of the external application. This field is only required for the EVENT integration type.
|
|
1316
1674
|
*/
|
|
1317
|
-
SourceApplicationName
|
|
1675
|
+
SourceApplicationName?: SourceApplicationName;
|
|
1318
1676
|
/**
|
|
1319
|
-
* The type of the data source.
|
|
1677
|
+
* The type of the data source. This field is only required for the EVENT integration type.
|
|
1320
1678
|
*/
|
|
1321
|
-
SourceType
|
|
1679
|
+
SourceType?: SourceType;
|
|
1322
1680
|
/**
|
|
1323
|
-
*
|
|
1681
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1324
1682
|
*/
|
|
1325
1683
|
Tags?: TagMap;
|
|
1326
1684
|
}
|
|
1327
1685
|
export interface CreateIntegrationAssociationResponse {
|
|
1328
1686
|
/**
|
|
1329
|
-
* The identifier for the association.
|
|
1687
|
+
* The identifier for the integration association.
|
|
1330
1688
|
*/
|
|
1331
1689
|
IntegrationAssociationId?: IntegrationAssociationId;
|
|
1332
1690
|
/**
|
|
@@ -1364,7 +1722,7 @@ declare namespace Connect {
|
|
|
1364
1722
|
*/
|
|
1365
1723
|
QuickConnectIds?: QuickConnectsList;
|
|
1366
1724
|
/**
|
|
1367
|
-
*
|
|
1725
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1368
1726
|
*/
|
|
1369
1727
|
Tags?: TagMap;
|
|
1370
1728
|
}
|
|
@@ -1396,7 +1754,7 @@ declare namespace Connect {
|
|
|
1396
1754
|
*/
|
|
1397
1755
|
QuickConnectConfig: QuickConnectConfig;
|
|
1398
1756
|
/**
|
|
1399
|
-
*
|
|
1757
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1400
1758
|
*/
|
|
1401
1759
|
Tags?: TagMap;
|
|
1402
1760
|
}
|
|
@@ -1450,21 +1808,53 @@ declare namespace Connect {
|
|
|
1450
1808
|
*/
|
|
1451
1809
|
RoutingProfileId?: RoutingProfileId;
|
|
1452
1810
|
}
|
|
1811
|
+
export interface CreateSecurityProfileRequest {
|
|
1812
|
+
/**
|
|
1813
|
+
* The name of the security profile.
|
|
1814
|
+
*/
|
|
1815
|
+
SecurityProfileName: SecurityProfileName;
|
|
1816
|
+
/**
|
|
1817
|
+
* The description of the security profile.
|
|
1818
|
+
*/
|
|
1819
|
+
Description?: SecurityProfileDescription;
|
|
1820
|
+
/**
|
|
1821
|
+
* Permissions assigned to the security profile.
|
|
1822
|
+
*/
|
|
1823
|
+
Permissions?: PermissionsList;
|
|
1824
|
+
/**
|
|
1825
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
1826
|
+
*/
|
|
1827
|
+
InstanceId: InstanceId;
|
|
1828
|
+
/**
|
|
1829
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1830
|
+
*/
|
|
1831
|
+
Tags?: TagMap;
|
|
1832
|
+
}
|
|
1833
|
+
export interface CreateSecurityProfileResponse {
|
|
1834
|
+
/**
|
|
1835
|
+
* The identifier for the security profle.
|
|
1836
|
+
*/
|
|
1837
|
+
SecurityProfileId?: SecurityProfileId;
|
|
1838
|
+
/**
|
|
1839
|
+
* The Amazon Resource Name (ARN) for the security profile.
|
|
1840
|
+
*/
|
|
1841
|
+
SecurityProfileArn?: ARN;
|
|
1842
|
+
}
|
|
1453
1843
|
export interface CreateUseCaseRequest {
|
|
1454
1844
|
/**
|
|
1455
1845
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
1456
1846
|
*/
|
|
1457
1847
|
InstanceId: InstanceId;
|
|
1458
1848
|
/**
|
|
1459
|
-
* The identifier for the
|
|
1849
|
+
* The identifier for the integration association.
|
|
1460
1850
|
*/
|
|
1461
1851
|
IntegrationAssociationId: IntegrationAssociationId;
|
|
1462
1852
|
/**
|
|
1463
|
-
* The type of use case to associate to the
|
|
1853
|
+
* The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
|
|
1464
1854
|
*/
|
|
1465
1855
|
UseCaseType: UseCaseType;
|
|
1466
1856
|
/**
|
|
1467
|
-
*
|
|
1857
|
+
* The tags used to organize, track, or control access for this resource.
|
|
1468
1858
|
*/
|
|
1469
1859
|
Tags?: TagMap;
|
|
1470
1860
|
}
|
|
@@ -1607,6 +1997,28 @@ declare namespace Connect {
|
|
|
1607
1997
|
export type CurrentMetricResults = CurrentMetricResult[];
|
|
1608
1998
|
export type CurrentMetrics = CurrentMetric[];
|
|
1609
1999
|
export type Delay = number;
|
|
2000
|
+
export interface DeleteContactFlowModuleRequest {
|
|
2001
|
+
/**
|
|
2002
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2003
|
+
*/
|
|
2004
|
+
InstanceId: InstanceId;
|
|
2005
|
+
/**
|
|
2006
|
+
* The identifier of the contact flow module.
|
|
2007
|
+
*/
|
|
2008
|
+
ContactFlowModuleId: ContactFlowModuleId;
|
|
2009
|
+
}
|
|
2010
|
+
export interface DeleteContactFlowModuleResponse {
|
|
2011
|
+
}
|
|
2012
|
+
export interface DeleteContactFlowRequest {
|
|
2013
|
+
/**
|
|
2014
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2015
|
+
*/
|
|
2016
|
+
InstanceId: InstanceId;
|
|
2017
|
+
/**
|
|
2018
|
+
* The identifier of the contact flow.
|
|
2019
|
+
*/
|
|
2020
|
+
ContactFlowId: ContactFlowId;
|
|
2021
|
+
}
|
|
1610
2022
|
export interface DeleteHoursOfOperationRequest {
|
|
1611
2023
|
/**
|
|
1612
2024
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -1629,7 +2041,7 @@ declare namespace Connect {
|
|
|
1629
2041
|
*/
|
|
1630
2042
|
InstanceId: InstanceId;
|
|
1631
2043
|
/**
|
|
1632
|
-
* The identifier for the
|
|
2044
|
+
* The identifier for the integration association.
|
|
1633
2045
|
*/
|
|
1634
2046
|
IntegrationAssociationId: IntegrationAssociationId;
|
|
1635
2047
|
}
|
|
@@ -1643,13 +2055,23 @@ declare namespace Connect {
|
|
|
1643
2055
|
*/
|
|
1644
2056
|
QuickConnectId: QuickConnectId;
|
|
1645
2057
|
}
|
|
2058
|
+
export interface DeleteSecurityProfileRequest {
|
|
2059
|
+
/**
|
|
2060
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2061
|
+
*/
|
|
2062
|
+
InstanceId: InstanceId;
|
|
2063
|
+
/**
|
|
2064
|
+
* The identifier for the security profle.
|
|
2065
|
+
*/
|
|
2066
|
+
SecurityProfileId: SecurityProfileId;
|
|
2067
|
+
}
|
|
1646
2068
|
export interface DeleteUseCaseRequest {
|
|
1647
2069
|
/**
|
|
1648
2070
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
1649
2071
|
*/
|
|
1650
2072
|
InstanceId: InstanceId;
|
|
1651
2073
|
/**
|
|
1652
|
-
* The identifier for the
|
|
2074
|
+
* The identifier for the integration association.
|
|
1653
2075
|
*/
|
|
1654
2076
|
IntegrationAssociationId: IntegrationAssociationId;
|
|
1655
2077
|
/**
|
|
@@ -1693,6 +2115,22 @@ declare namespace Connect {
|
|
|
1693
2115
|
*/
|
|
1694
2116
|
AgentStatus?: AgentStatus;
|
|
1695
2117
|
}
|
|
2118
|
+
export interface DescribeContactFlowModuleRequest {
|
|
2119
|
+
/**
|
|
2120
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2121
|
+
*/
|
|
2122
|
+
InstanceId: InstanceId;
|
|
2123
|
+
/**
|
|
2124
|
+
* The identifier of the contact flow module.
|
|
2125
|
+
*/
|
|
2126
|
+
ContactFlowModuleId: ContactFlowModuleId;
|
|
2127
|
+
}
|
|
2128
|
+
export interface DescribeContactFlowModuleResponse {
|
|
2129
|
+
/**
|
|
2130
|
+
* Information about the contact flow module.
|
|
2131
|
+
*/
|
|
2132
|
+
ContactFlowModule?: ContactFlowModule;
|
|
2133
|
+
}
|
|
1696
2134
|
export interface DescribeContactFlowRequest {
|
|
1697
2135
|
/**
|
|
1698
2136
|
* The identifier of the Amazon Connect instance.
|
|
@@ -1709,6 +2147,22 @@ declare namespace Connect {
|
|
|
1709
2147
|
*/
|
|
1710
2148
|
ContactFlow?: ContactFlow;
|
|
1711
2149
|
}
|
|
2150
|
+
export interface DescribeContactRequest {
|
|
2151
|
+
/**
|
|
2152
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2153
|
+
*/
|
|
2154
|
+
InstanceId: InstanceId;
|
|
2155
|
+
/**
|
|
2156
|
+
* The identifier of the contact.
|
|
2157
|
+
*/
|
|
2158
|
+
ContactId: ContactId;
|
|
2159
|
+
}
|
|
2160
|
+
export interface DescribeContactResponse {
|
|
2161
|
+
/**
|
|
2162
|
+
* Information about the contact.
|
|
2163
|
+
*/
|
|
2164
|
+
Contact?: Contact;
|
|
2165
|
+
}
|
|
1712
2166
|
export interface DescribeHoursOfOperationRequest {
|
|
1713
2167
|
/**
|
|
1714
2168
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -1821,6 +2275,22 @@ declare namespace Connect {
|
|
|
1821
2275
|
*/
|
|
1822
2276
|
RoutingProfile?: RoutingProfile;
|
|
1823
2277
|
}
|
|
2278
|
+
export interface DescribeSecurityProfileRequest {
|
|
2279
|
+
/**
|
|
2280
|
+
* The identifier for the security profle.
|
|
2281
|
+
*/
|
|
2282
|
+
SecurityProfileId: SecurityProfileId;
|
|
2283
|
+
/**
|
|
2284
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2285
|
+
*/
|
|
2286
|
+
InstanceId: InstanceId;
|
|
2287
|
+
}
|
|
2288
|
+
export interface DescribeSecurityProfileResponse {
|
|
2289
|
+
/**
|
|
2290
|
+
* The security profile.
|
|
2291
|
+
*/
|
|
2292
|
+
SecurityProfile?: SecurityProfile;
|
|
2293
|
+
}
|
|
1824
2294
|
export interface DescribeUserHierarchyGroupRequest {
|
|
1825
2295
|
/**
|
|
1826
2296
|
* The identifier of the hierarchy group.
|
|
@@ -1985,7 +2455,7 @@ declare namespace Connect {
|
|
|
1985
2455
|
*/
|
|
1986
2456
|
EncryptionType: EncryptionType;
|
|
1987
2457
|
/**
|
|
1988
|
-
* The
|
|
2458
|
+
* The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID.
|
|
1989
2459
|
*/
|
|
1990
2460
|
KeyId: KeyId;
|
|
1991
2461
|
}
|
|
@@ -2032,7 +2502,7 @@ declare namespace Connect {
|
|
|
2032
2502
|
*/
|
|
2033
2503
|
Groupings?: Groupings;
|
|
2034
2504
|
/**
|
|
2035
|
-
* The metrics to retrieve. Specify the name and unit for each metric. The following metrics are available. For a description of all the metrics, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide. AGENTS_AFTER_CONTACT_WORK Unit: COUNT Name in real-time metrics report: ACW AGENTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Available AGENTS_ERROR Unit: COUNT Name in real-time metrics report: Error AGENTS_NON_PRODUCTIVE Unit: COUNT Name in real-time metrics report: NPT (Non-Productive Time) AGENTS_ON_CALL Unit: COUNT Name in real-time metrics report: On contact AGENTS_ON_CONTACT Unit: COUNT Name in real-time metrics report: On contact AGENTS_ONLINE Unit: COUNT Name in real-time metrics report: Online AGENTS_STAFFED Unit: COUNT Name in real-time metrics report: Staffed CONTACTS_IN_QUEUE Unit: COUNT Name in real-time metrics report: In queue CONTACTS_SCHEDULED Unit: COUNT Name in real-time metrics report: Scheduled OLDEST_CONTACT_AGE Unit: SECONDS When you use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For example, if you get a response like this: { "Metric": { "Name": "OLDEST_CONTACT_AGE", "Unit": "SECONDS" }, "Value": 24113.0 } The actual OLDEST_CONTACT_AGE is 24 seconds. Name in real-time metrics report: Oldest SLOTS_ACTIVE Unit: COUNT Name in real-time metrics report: Active SLOTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Availability
|
|
2505
|
+
* The metrics to retrieve. Specify the name and unit for each metric. The following metrics are available. For a description of all the metrics, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide. AGENTS_AFTER_CONTACT_WORK Unit: COUNT Name in real-time metrics report: ACW AGENTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Available AGENTS_ERROR Unit: COUNT Name in real-time metrics report: Error AGENTS_NON_PRODUCTIVE Unit: COUNT Name in real-time metrics report: NPT (Non-Productive Time) AGENTS_ON_CALL Unit: COUNT Name in real-time metrics report: On contact AGENTS_ON_CONTACT Unit: COUNT Name in real-time metrics report: On contact AGENTS_ONLINE Unit: COUNT Name in real-time metrics report: Online AGENTS_STAFFED Unit: COUNT Name in real-time metrics report: Staffed CONTACTS_IN_QUEUE Unit: COUNT Name in real-time metrics report: In queue CONTACTS_SCHEDULED Unit: COUNT Name in real-time metrics report: Scheduled OLDEST_CONTACT_AGE Unit: SECONDS When you use groupings, Unit says SECONDS and the Value is returned in SECONDS. When you do not use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For example, if you get a response like this: { "Metric": { "Name": "OLDEST_CONTACT_AGE", "Unit": "SECONDS" }, "Value": 24113.0 } The actual OLDEST_CONTACT_AGE is 24 seconds. Name in real-time metrics report: Oldest SLOTS_ACTIVE Unit: COUNT Name in real-time metrics report: Active SLOTS_AVAILABLE Unit: COUNT Name in real-time metrics report: Availability
|
|
2036
2506
|
*/
|
|
2037
2507
|
CurrentMetrics: CurrentMetrics;
|
|
2038
2508
|
/**
|
|
@@ -2313,7 +2783,7 @@ declare namespace Connect {
|
|
|
2313
2783
|
*/
|
|
2314
2784
|
Config?: HoursOfOperationConfigList;
|
|
2315
2785
|
/**
|
|
2316
|
-
*
|
|
2786
|
+
* The tags used to organize, track, or control access for this resource.
|
|
2317
2787
|
*/
|
|
2318
2788
|
Tags?: TagMap;
|
|
2319
2789
|
}
|
|
@@ -2323,11 +2793,11 @@ declare namespace Connect {
|
|
|
2323
2793
|
*/
|
|
2324
2794
|
Day: HoursOfOperationDays;
|
|
2325
2795
|
/**
|
|
2326
|
-
* The start time that your contact center
|
|
2796
|
+
* The start time that your contact center opens.
|
|
2327
2797
|
*/
|
|
2328
2798
|
StartTime: HoursOfOperationTimeSlice;
|
|
2329
2799
|
/**
|
|
2330
|
-
* The end time that your contact center
|
|
2800
|
+
* The end time that your contact center closes.
|
|
2331
2801
|
*/
|
|
2332
2802
|
EndTime: HoursOfOperationTimeSlice;
|
|
2333
2803
|
}
|
|
@@ -2517,7 +2987,7 @@ declare namespace Connect {
|
|
|
2517
2987
|
SourceType?: SourceType;
|
|
2518
2988
|
}
|
|
2519
2989
|
export type IntegrationAssociationSummaryList = IntegrationAssociationSummary[];
|
|
2520
|
-
export type IntegrationType = "EVENT"|string;
|
|
2990
|
+
export type IntegrationType = "EVENT"|"VOICE_ID"|"PINPOINT_APP"|"WISDOM_ASSISTANT"|"WISDOM_KNOWLEDGE_BASE"|string;
|
|
2521
2991
|
export type KeyId = string;
|
|
2522
2992
|
export interface KinesisFirehoseConfig {
|
|
2523
2993
|
/**
|
|
@@ -2652,6 +3122,34 @@ declare namespace Connect {
|
|
|
2652
3122
|
*/
|
|
2653
3123
|
NextToken?: NextToken;
|
|
2654
3124
|
}
|
|
3125
|
+
export interface ListContactFlowModulesRequest {
|
|
3126
|
+
/**
|
|
3127
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
3128
|
+
*/
|
|
3129
|
+
InstanceId: InstanceId;
|
|
3130
|
+
/**
|
|
3131
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3132
|
+
*/
|
|
3133
|
+
NextToken?: NextToken;
|
|
3134
|
+
/**
|
|
3135
|
+
* The maximum number of results to return per page.
|
|
3136
|
+
*/
|
|
3137
|
+
MaxResults?: MaxResult1000;
|
|
3138
|
+
/**
|
|
3139
|
+
* The state of the contact flow module.
|
|
3140
|
+
*/
|
|
3141
|
+
ContactFlowModuleState?: ContactFlowModuleState;
|
|
3142
|
+
}
|
|
3143
|
+
export interface ListContactFlowModulesResponse {
|
|
3144
|
+
/**
|
|
3145
|
+
* Information about the contact flow module.
|
|
3146
|
+
*/
|
|
3147
|
+
ContactFlowModulesSummaryList?: ContactFlowModulesSummaryList;
|
|
3148
|
+
/**
|
|
3149
|
+
* If there are additional results, this is the token for the next set of results.
|
|
3150
|
+
*/
|
|
3151
|
+
NextToken?: NextToken;
|
|
3152
|
+
}
|
|
2655
3153
|
export interface ListContactFlowsRequest {
|
|
2656
3154
|
/**
|
|
2657
3155
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -2680,6 +3178,34 @@ declare namespace Connect {
|
|
|
2680
3178
|
*/
|
|
2681
3179
|
NextToken?: NextToken;
|
|
2682
3180
|
}
|
|
3181
|
+
export interface ListContactReferencesRequest {
|
|
3182
|
+
/**
|
|
3183
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
3184
|
+
*/
|
|
3185
|
+
InstanceId: InstanceId;
|
|
3186
|
+
/**
|
|
3187
|
+
* The identifier of the initial contact.
|
|
3188
|
+
*/
|
|
3189
|
+
ContactId: ContactId;
|
|
3190
|
+
/**
|
|
3191
|
+
* The type of reference.
|
|
3192
|
+
*/
|
|
3193
|
+
ReferenceTypes: ReferenceTypes;
|
|
3194
|
+
/**
|
|
3195
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. This is not expected to be set, because the value returned in the previous response is always null.
|
|
3196
|
+
*/
|
|
3197
|
+
NextToken?: NextToken;
|
|
3198
|
+
}
|
|
3199
|
+
export interface ListContactReferencesResponse {
|
|
3200
|
+
/**
|
|
3201
|
+
* Information about the contact flows.
|
|
3202
|
+
*/
|
|
3203
|
+
ReferenceSummaryList?: ReferenceSummaryList;
|
|
3204
|
+
/**
|
|
3205
|
+
* If there are additional results, this is the token for the next set of results. This is always returned as null in the response.
|
|
3206
|
+
*/
|
|
3207
|
+
NextToken?: NextToken;
|
|
3208
|
+
}
|
|
2683
3209
|
export interface ListHoursOfOperationsRequest {
|
|
2684
3210
|
/**
|
|
2685
3211
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -2781,6 +3307,10 @@ declare namespace Connect {
|
|
|
2781
3307
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
2782
3308
|
*/
|
|
2783
3309
|
InstanceId: InstanceId;
|
|
3310
|
+
/**
|
|
3311
|
+
* The integration type.
|
|
3312
|
+
*/
|
|
3313
|
+
IntegrationType?: IntegrationType;
|
|
2784
3314
|
/**
|
|
2785
3315
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
2786
3316
|
*/
|
|
@@ -2792,7 +3322,7 @@ declare namespace Connect {
|
|
|
2792
3322
|
}
|
|
2793
3323
|
export interface ListIntegrationAssociationsResponse {
|
|
2794
3324
|
/**
|
|
2795
|
-
* The
|
|
3325
|
+
* The associations.
|
|
2796
3326
|
*/
|
|
2797
3327
|
IntegrationAssociationSummaryList?: IntegrationAssociationSummaryList;
|
|
2798
3328
|
/**
|
|
@@ -2834,7 +3364,7 @@ declare namespace Connect {
|
|
|
2834
3364
|
*/
|
|
2835
3365
|
NextToken?: NextToken;
|
|
2836
3366
|
/**
|
|
2837
|
-
* The maximum number of results to return per page.
|
|
3367
|
+
* The maximum number of results to return per page. If no value is specified, the default is 10.
|
|
2838
3368
|
*/
|
|
2839
3369
|
MaxResults?: MaxResult25;
|
|
2840
3370
|
}
|
|
@@ -3064,6 +3594,34 @@ declare namespace Connect {
|
|
|
3064
3594
|
*/
|
|
3065
3595
|
NextToken?: NextToken;
|
|
3066
3596
|
}
|
|
3597
|
+
export interface ListSecurityProfilePermissionsRequest {
|
|
3598
|
+
/**
|
|
3599
|
+
* The identifier for the security profle.
|
|
3600
|
+
*/
|
|
3601
|
+
SecurityProfileId: SecurityProfileId;
|
|
3602
|
+
/**
|
|
3603
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
3604
|
+
*/
|
|
3605
|
+
InstanceId: InstanceId;
|
|
3606
|
+
/**
|
|
3607
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3608
|
+
*/
|
|
3609
|
+
NextToken?: NextToken;
|
|
3610
|
+
/**
|
|
3611
|
+
* The maximum number of results to return per page.
|
|
3612
|
+
*/
|
|
3613
|
+
MaxResults?: MaxResult1000;
|
|
3614
|
+
}
|
|
3615
|
+
export interface ListSecurityProfilePermissionsResponse {
|
|
3616
|
+
/**
|
|
3617
|
+
* The permissions granted to the security profile.
|
|
3618
|
+
*/
|
|
3619
|
+
Permissions?: PermissionsList;
|
|
3620
|
+
/**
|
|
3621
|
+
* If there are additional results, this is the token for the next set of results.
|
|
3622
|
+
*/
|
|
3623
|
+
NextToken?: NextToken;
|
|
3624
|
+
}
|
|
3067
3625
|
export interface ListSecurityProfilesRequest {
|
|
3068
3626
|
/**
|
|
3069
3627
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
@@ -3224,6 +3782,7 @@ declare namespace Connect {
|
|
|
3224
3782
|
export type ParticipantId = string;
|
|
3225
3783
|
export type ParticipantToken = string;
|
|
3226
3784
|
export type Password = string;
|
|
3785
|
+
export type PermissionsList = SecurityProfilePermission[];
|
|
3227
3786
|
export type PhoneNumber = string;
|
|
3228
3787
|
export type PhoneNumberCountryCode = "AF"|"AL"|"DZ"|"AS"|"AD"|"AO"|"AI"|"AQ"|"AG"|"AR"|"AM"|"AW"|"AU"|"AT"|"AZ"|"BS"|"BH"|"BD"|"BB"|"BY"|"BE"|"BZ"|"BJ"|"BM"|"BT"|"BO"|"BA"|"BW"|"BR"|"IO"|"VG"|"BN"|"BG"|"BF"|"BI"|"KH"|"CM"|"CA"|"CV"|"KY"|"CF"|"TD"|"CL"|"CN"|"CX"|"CC"|"CO"|"KM"|"CK"|"CR"|"HR"|"CU"|"CW"|"CY"|"CZ"|"CD"|"DK"|"DJ"|"DM"|"DO"|"TL"|"EC"|"EG"|"SV"|"GQ"|"ER"|"EE"|"ET"|"FK"|"FO"|"FJ"|"FI"|"FR"|"PF"|"GA"|"GM"|"GE"|"DE"|"GH"|"GI"|"GR"|"GL"|"GD"|"GU"|"GT"|"GG"|"GN"|"GW"|"GY"|"HT"|"HN"|"HK"|"HU"|"IS"|"IN"|"ID"|"IR"|"IQ"|"IE"|"IM"|"IL"|"IT"|"CI"|"JM"|"JP"|"JE"|"JO"|"KZ"|"KE"|"KI"|"KW"|"KG"|"LA"|"LV"|"LB"|"LS"|"LR"|"LY"|"LI"|"LT"|"LU"|"MO"|"MK"|"MG"|"MW"|"MY"|"MV"|"ML"|"MT"|"MH"|"MR"|"MU"|"YT"|"MX"|"FM"|"MD"|"MC"|"MN"|"ME"|"MS"|"MA"|"MZ"|"MM"|"NA"|"NR"|"NP"|"NL"|"AN"|"NC"|"NZ"|"NI"|"NE"|"NG"|"NU"|"KP"|"MP"|"NO"|"OM"|"PK"|"PW"|"PA"|"PG"|"PY"|"PE"|"PH"|"PN"|"PL"|"PT"|"PR"|"QA"|"CG"|"RE"|"RO"|"RU"|"RW"|"BL"|"SH"|"KN"|"LC"|"MF"|"PM"|"VC"|"WS"|"SM"|"ST"|"SA"|"SN"|"RS"|"SC"|"SL"|"SG"|"SX"|"SK"|"SI"|"SB"|"SO"|"ZA"|"KR"|"ES"|"LK"|"SD"|"SR"|"SJ"|"SZ"|"SE"|"CH"|"SY"|"TW"|"TJ"|"TZ"|"TH"|"TG"|"TK"|"TO"|"TT"|"TN"|"TR"|"TM"|"TC"|"TV"|"VI"|"UG"|"UA"|"AE"|"GB"|"US"|"UY"|"UZ"|"VU"|"VA"|"VE"|"VN"|"WF"|"EH"|"YE"|"ZM"|"ZW"|string;
|
|
3229
3788
|
export type PhoneNumberCountryCodes = PhoneNumberCountryCode[];
|
|
@@ -3313,12 +3872,22 @@ declare namespace Connect {
|
|
|
3313
3872
|
*/
|
|
3314
3873
|
Status?: QueueStatus;
|
|
3315
3874
|
/**
|
|
3316
|
-
*
|
|
3875
|
+
* The tags used to organize, track, or control access for this resource.
|
|
3317
3876
|
*/
|
|
3318
3877
|
Tags?: TagMap;
|
|
3319
3878
|
}
|
|
3320
3879
|
export type QueueDescription = string;
|
|
3321
3880
|
export type QueueId = string;
|
|
3881
|
+
export interface QueueInfo {
|
|
3882
|
+
/**
|
|
3883
|
+
* The identifier of the agent who accepted the contact.
|
|
3884
|
+
*/
|
|
3885
|
+
Id?: QueueId;
|
|
3886
|
+
/**
|
|
3887
|
+
* The timestamp when the contact was added to the queue.
|
|
3888
|
+
*/
|
|
3889
|
+
EnqueueTimestamp?: timestamp;
|
|
3890
|
+
}
|
|
3322
3891
|
export type QueueMaxContacts = number;
|
|
3323
3892
|
export type QueueName = string;
|
|
3324
3893
|
export interface QueueQuickConnectConfig {
|
|
@@ -3386,7 +3955,7 @@ declare namespace Connect {
|
|
|
3386
3955
|
*/
|
|
3387
3956
|
QuickConnectConfig?: QuickConnectConfig;
|
|
3388
3957
|
/**
|
|
3389
|
-
*
|
|
3958
|
+
* The tags used to organize, track, or control access for this resource.
|
|
3390
3959
|
*/
|
|
3391
3960
|
Tags?: TagMap;
|
|
3392
3961
|
}
|
|
@@ -3435,16 +4004,29 @@ declare namespace Connect {
|
|
|
3435
4004
|
export type QuickConnectsList = QuickConnectId[];
|
|
3436
4005
|
export interface Reference {
|
|
3437
4006
|
/**
|
|
3438
|
-
* A formatted URL that
|
|
4007
|
+
* A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
|
|
3439
4008
|
*/
|
|
3440
4009
|
Value: ReferenceValue;
|
|
3441
4010
|
/**
|
|
3442
|
-
*
|
|
4011
|
+
* The type of the reference. Only URL type can be added or updated on a contact.
|
|
3443
4012
|
*/
|
|
3444
4013
|
Type: ReferenceType;
|
|
3445
4014
|
}
|
|
3446
4015
|
export type ReferenceKey = string;
|
|
3447
|
-
export type
|
|
4016
|
+
export type ReferenceStatus = "APPROVED"|"REJECTED"|string;
|
|
4017
|
+
export interface ReferenceSummary {
|
|
4018
|
+
/**
|
|
4019
|
+
* Information about the URL reference if the referenceType is URL. Otherwise, null.
|
|
4020
|
+
*/
|
|
4021
|
+
Url?: UrlReference;
|
|
4022
|
+
/**
|
|
4023
|
+
* Information about the attachment reference if the referenceType is ATTACHMENT. Otherwise, null.
|
|
4024
|
+
*/
|
|
4025
|
+
Attachment?: AttachmentReference;
|
|
4026
|
+
}
|
|
4027
|
+
export type ReferenceSummaryList = ReferenceSummary[];
|
|
4028
|
+
export type ReferenceType = "URL"|"ATTACHMENT"|string;
|
|
4029
|
+
export type ReferenceTypes = ReferenceType[];
|
|
3448
4030
|
export type ReferenceValue = string;
|
|
3449
4031
|
export interface ResumeContactRecordingRequest {
|
|
3450
4032
|
/**
|
|
@@ -3596,9 +4178,37 @@ declare namespace Connect {
|
|
|
3596
4178
|
CreationTime?: timestamp;
|
|
3597
4179
|
}
|
|
3598
4180
|
export type SecurityKeysList = SecurityKey[];
|
|
4181
|
+
export interface SecurityProfile {
|
|
4182
|
+
/**
|
|
4183
|
+
* The identifier for the security profile.
|
|
4184
|
+
*/
|
|
4185
|
+
Id?: SecurityProfileId;
|
|
4186
|
+
/**
|
|
4187
|
+
* The organization resource identifier for the security profile.
|
|
4188
|
+
*/
|
|
4189
|
+
OrganizationResourceId?: InstanceId;
|
|
4190
|
+
/**
|
|
4191
|
+
* The Amazon Resource Name (ARN) for the secruity profile.
|
|
4192
|
+
*/
|
|
4193
|
+
Arn?: ARN;
|
|
4194
|
+
/**
|
|
4195
|
+
* The name for the security profile.
|
|
4196
|
+
*/
|
|
4197
|
+
SecurityProfileName?: SecurityProfileName;
|
|
4198
|
+
/**
|
|
4199
|
+
* The description of the security profile.
|
|
4200
|
+
*/
|
|
4201
|
+
Description?: SecurityProfileDescription;
|
|
4202
|
+
/**
|
|
4203
|
+
* The tags used to organize, track, or control access for this resource.
|
|
4204
|
+
*/
|
|
4205
|
+
Tags?: TagMap;
|
|
4206
|
+
}
|
|
4207
|
+
export type SecurityProfileDescription = string;
|
|
3599
4208
|
export type SecurityProfileId = string;
|
|
3600
4209
|
export type SecurityProfileIds = SecurityProfileId[];
|
|
3601
4210
|
export type SecurityProfileName = string;
|
|
4211
|
+
export type SecurityProfilePermission = string;
|
|
3602
4212
|
export interface SecurityProfileSummary {
|
|
3603
4213
|
/**
|
|
3604
4214
|
* The identifier of the security profile.
|
|
@@ -3677,6 +4287,30 @@ declare namespace Connect {
|
|
|
3677
4287
|
}
|
|
3678
4288
|
export interface StartContactRecordingResponse {
|
|
3679
4289
|
}
|
|
4290
|
+
export interface StartContactStreamingRequest {
|
|
4291
|
+
/**
|
|
4292
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4293
|
+
*/
|
|
4294
|
+
InstanceId: InstanceId;
|
|
4295
|
+
/**
|
|
4296
|
+
* The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
|
|
4297
|
+
*/
|
|
4298
|
+
ContactId: ContactId;
|
|
4299
|
+
/**
|
|
4300
|
+
* The streaming configuration, such as the Amazon SNS streaming endpoint.
|
|
4301
|
+
*/
|
|
4302
|
+
ChatStreamingConfiguration: ChatStreamingConfiguration;
|
|
4303
|
+
/**
|
|
4304
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
4305
|
+
*/
|
|
4306
|
+
ClientToken: ClientToken;
|
|
4307
|
+
}
|
|
4308
|
+
export interface StartContactStreamingResponse {
|
|
4309
|
+
/**
|
|
4310
|
+
* The identifier of the streaming configuration enabled.
|
|
4311
|
+
*/
|
|
4312
|
+
StreamingId: StreamingId;
|
|
4313
|
+
}
|
|
3680
4314
|
export interface StartOutboundVoiceContactRequest {
|
|
3681
4315
|
/**
|
|
3682
4316
|
* The phone number of the customer, in E.164 format.
|
|
@@ -3706,6 +4340,18 @@ declare namespace Connect {
|
|
|
3706
4340
|
* A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in contact flows just like any other contact attributes. There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
|
|
3707
4341
|
*/
|
|
3708
4342
|
Attributes?: Attributes;
|
|
4343
|
+
/**
|
|
4344
|
+
* Configuration of the answering machine detection for this outbound call.
|
|
4345
|
+
*/
|
|
4346
|
+
AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig;
|
|
4347
|
+
/**
|
|
4348
|
+
* The campaign identifier of the outbound communication.
|
|
4349
|
+
*/
|
|
4350
|
+
CampaignId?: CampaignId;
|
|
4351
|
+
/**
|
|
4352
|
+
* Denotes the class of traffic. Calls with different traffic types are handled differently by Amazon Connect. The default value is GENERAL. Use CAMPAIGN if EnableAnswerMachineDetection is set to true. For all other cases, use GENERAL.
|
|
4353
|
+
*/
|
|
4354
|
+
TrafficType?: TrafficType;
|
|
3709
4355
|
}
|
|
3710
4356
|
export interface StartOutboundVoiceContactResponse {
|
|
3711
4357
|
/**
|
|
@@ -3746,6 +4392,10 @@ declare namespace Connect {
|
|
|
3746
4392
|
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
3747
4393
|
*/
|
|
3748
4394
|
ClientToken?: ClientToken;
|
|
4395
|
+
/**
|
|
4396
|
+
* The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
|
|
4397
|
+
*/
|
|
4398
|
+
ScheduledTime?: Timestamp;
|
|
3749
4399
|
}
|
|
3750
4400
|
export interface StartTaskContactResponse {
|
|
3751
4401
|
/**
|
|
@@ -3782,7 +4432,24 @@ declare namespace Connect {
|
|
|
3782
4432
|
}
|
|
3783
4433
|
export interface StopContactResponse {
|
|
3784
4434
|
}
|
|
4435
|
+
export interface StopContactStreamingRequest {
|
|
4436
|
+
/**
|
|
4437
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4438
|
+
*/
|
|
4439
|
+
InstanceId: InstanceId;
|
|
4440
|
+
/**
|
|
4441
|
+
* The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center.
|
|
4442
|
+
*/
|
|
4443
|
+
ContactId: ContactId;
|
|
4444
|
+
/**
|
|
4445
|
+
* The identifier of the streaming configuration enabled.
|
|
4446
|
+
*/
|
|
4447
|
+
StreamingId: StreamingId;
|
|
4448
|
+
}
|
|
4449
|
+
export interface StopContactStreamingResponse {
|
|
4450
|
+
}
|
|
3785
4451
|
export type StorageType = "S3"|"KINESIS_VIDEO_STREAM"|"KINESIS_STREAM"|"KINESIS_FIREHOSE"|string;
|
|
4452
|
+
export type StreamingId = string;
|
|
3786
4453
|
export type String = string;
|
|
3787
4454
|
export interface SuspendContactRecordingRequest {
|
|
3788
4455
|
/**
|
|
@@ -3827,6 +4494,7 @@ declare namespace Connect {
|
|
|
3827
4494
|
export type ThresholdValue = number;
|
|
3828
4495
|
export type TimeZone = string;
|
|
3829
4496
|
export type Timestamp = Date;
|
|
4497
|
+
export type TrafficType = "GENERAL"|"CAMPAIGN"|string;
|
|
3830
4498
|
export type URI = string;
|
|
3831
4499
|
export type Unit = "SECONDS"|"COUNT"|"PERCENT"|string;
|
|
3832
4500
|
export interface UntagResourceRequest {
|
|
@@ -3900,6 +4568,68 @@ declare namespace Connect {
|
|
|
3900
4568
|
*/
|
|
3901
4569
|
Content: ContactFlowContent;
|
|
3902
4570
|
}
|
|
4571
|
+
export interface UpdateContactFlowMetadataRequest {
|
|
4572
|
+
/**
|
|
4573
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4574
|
+
*/
|
|
4575
|
+
InstanceId: InstanceId;
|
|
4576
|
+
/**
|
|
4577
|
+
* The identifier of the contact flow.
|
|
4578
|
+
*/
|
|
4579
|
+
ContactFlowId: ContactFlowId;
|
|
4580
|
+
/**
|
|
4581
|
+
* TThe name of the contact flow.
|
|
4582
|
+
*/
|
|
4583
|
+
Name?: ContactFlowName;
|
|
4584
|
+
/**
|
|
4585
|
+
* The description of the contact flow.
|
|
4586
|
+
*/
|
|
4587
|
+
Description?: ContactFlowDescription;
|
|
4588
|
+
/**
|
|
4589
|
+
* The state of contact flow.
|
|
4590
|
+
*/
|
|
4591
|
+
ContactFlowState?: ContactFlowState;
|
|
4592
|
+
}
|
|
4593
|
+
export interface UpdateContactFlowModuleContentRequest {
|
|
4594
|
+
/**
|
|
4595
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4596
|
+
*/
|
|
4597
|
+
InstanceId: InstanceId;
|
|
4598
|
+
/**
|
|
4599
|
+
* The identifier of the contact flow module.
|
|
4600
|
+
*/
|
|
4601
|
+
ContactFlowModuleId: ContactFlowModuleId;
|
|
4602
|
+
/**
|
|
4603
|
+
* The content of the contact flow module.
|
|
4604
|
+
*/
|
|
4605
|
+
Content: ContactFlowModuleContent;
|
|
4606
|
+
}
|
|
4607
|
+
export interface UpdateContactFlowModuleContentResponse {
|
|
4608
|
+
}
|
|
4609
|
+
export interface UpdateContactFlowModuleMetadataRequest {
|
|
4610
|
+
/**
|
|
4611
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4612
|
+
*/
|
|
4613
|
+
InstanceId: InstanceId;
|
|
4614
|
+
/**
|
|
4615
|
+
* The identifier of the contact flow module.
|
|
4616
|
+
*/
|
|
4617
|
+
ContactFlowModuleId: ContactFlowModuleId;
|
|
4618
|
+
/**
|
|
4619
|
+
* The name of the contact flow module.
|
|
4620
|
+
*/
|
|
4621
|
+
Name?: ContactFlowModuleName;
|
|
4622
|
+
/**
|
|
4623
|
+
* The description of the contact flow module.
|
|
4624
|
+
*/
|
|
4625
|
+
Description?: ContactFlowModuleDescription;
|
|
4626
|
+
/**
|
|
4627
|
+
* The state of contact flow module.
|
|
4628
|
+
*/
|
|
4629
|
+
State?: ContactFlowModuleState;
|
|
4630
|
+
}
|
|
4631
|
+
export interface UpdateContactFlowModuleMetadataResponse {
|
|
4632
|
+
}
|
|
3903
4633
|
export interface UpdateContactFlowNameRequest {
|
|
3904
4634
|
/**
|
|
3905
4635
|
* The identifier of the Amazon Connect instance.
|
|
@@ -3918,6 +4648,46 @@ declare namespace Connect {
|
|
|
3918
4648
|
*/
|
|
3919
4649
|
Description?: ContactFlowDescription;
|
|
3920
4650
|
}
|
|
4651
|
+
export interface UpdateContactRequest {
|
|
4652
|
+
/**
|
|
4653
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4654
|
+
*/
|
|
4655
|
+
InstanceId: InstanceId;
|
|
4656
|
+
/**
|
|
4657
|
+
* The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
|
|
4658
|
+
*/
|
|
4659
|
+
ContactId: ContactId;
|
|
4660
|
+
/**
|
|
4661
|
+
* The name of the contact.
|
|
4662
|
+
*/
|
|
4663
|
+
Name?: Name;
|
|
4664
|
+
/**
|
|
4665
|
+
* The description of the contact.
|
|
4666
|
+
*/
|
|
4667
|
+
Description?: Description;
|
|
4668
|
+
/**
|
|
4669
|
+
* A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
|
|
4670
|
+
*/
|
|
4671
|
+
References?: ContactReferences;
|
|
4672
|
+
}
|
|
4673
|
+
export interface UpdateContactResponse {
|
|
4674
|
+
}
|
|
4675
|
+
export interface UpdateContactScheduleRequest {
|
|
4676
|
+
/**
|
|
4677
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4678
|
+
*/
|
|
4679
|
+
InstanceId: InstanceId;
|
|
4680
|
+
/**
|
|
4681
|
+
* The identifier of the contact.
|
|
4682
|
+
*/
|
|
4683
|
+
ContactId: ContactId;
|
|
4684
|
+
/**
|
|
4685
|
+
* The timestamp, in Unix Epoch seconds format, at which to start running the inbound contact flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
|
|
4686
|
+
*/
|
|
4687
|
+
ScheduledTime: Timestamp;
|
|
4688
|
+
}
|
|
4689
|
+
export interface UpdateContactScheduleResponse {
|
|
4690
|
+
}
|
|
3921
4691
|
export type UpdateHoursOfOperationDescription = string;
|
|
3922
4692
|
export interface UpdateHoursOfOperationRequest {
|
|
3923
4693
|
/**
|
|
@@ -3951,7 +4721,7 @@ declare namespace Connect {
|
|
|
3951
4721
|
*/
|
|
3952
4722
|
InstanceId: InstanceId;
|
|
3953
4723
|
/**
|
|
3954
|
-
* The type of attribute.
|
|
4724
|
+
* The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact AWS Support for allowlisting.
|
|
3955
4725
|
*/
|
|
3956
4726
|
AttributeType: InstanceAttributeType;
|
|
3957
4727
|
/**
|
|
@@ -4141,6 +4911,24 @@ declare namespace Connect {
|
|
|
4141
4911
|
*/
|
|
4142
4912
|
QueueConfigs: RoutingProfileQueueConfigList;
|
|
4143
4913
|
}
|
|
4914
|
+
export interface UpdateSecurityProfileRequest {
|
|
4915
|
+
/**
|
|
4916
|
+
* The description of the security profile.
|
|
4917
|
+
*/
|
|
4918
|
+
Description?: SecurityProfileDescription;
|
|
4919
|
+
/**
|
|
4920
|
+
* The permissions granted to a security profile.
|
|
4921
|
+
*/
|
|
4922
|
+
Permissions?: PermissionsList;
|
|
4923
|
+
/**
|
|
4924
|
+
* The identifier for the security profle.
|
|
4925
|
+
*/
|
|
4926
|
+
SecurityProfileId: SecurityProfileId;
|
|
4927
|
+
/**
|
|
4928
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
|
4929
|
+
*/
|
|
4930
|
+
InstanceId: InstanceId;
|
|
4931
|
+
}
|
|
4144
4932
|
export interface UpdateUserHierarchyGroupNameRequest {
|
|
4145
4933
|
/**
|
|
4146
4934
|
* The name of the hierarchy group. Must not be more than 100 characters.
|
|
@@ -4235,6 +5023,16 @@ declare namespace Connect {
|
|
|
4235
5023
|
*/
|
|
4236
5024
|
InstanceId: InstanceId;
|
|
4237
5025
|
}
|
|
5026
|
+
export interface UrlReference {
|
|
5027
|
+
/**
|
|
5028
|
+
* Identifier of the URL reference.
|
|
5029
|
+
*/
|
|
5030
|
+
Name?: ReferenceKey;
|
|
5031
|
+
/**
|
|
5032
|
+
* A valid URL.
|
|
5033
|
+
*/
|
|
5034
|
+
Value?: ReferenceValue;
|
|
5035
|
+
}
|
|
4238
5036
|
export interface UseCase {
|
|
4239
5037
|
/**
|
|
4240
5038
|
* The identifier for the use case.
|
|
@@ -4245,13 +5043,13 @@ declare namespace Connect {
|
|
|
4245
5043
|
*/
|
|
4246
5044
|
UseCaseArn?: ARN;
|
|
4247
5045
|
/**
|
|
4248
|
-
* The type of use case to associate to the
|
|
5046
|
+
* The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
|
|
4249
5047
|
*/
|
|
4250
5048
|
UseCaseType?: UseCaseType;
|
|
4251
5049
|
}
|
|
4252
5050
|
export type UseCaseId = string;
|
|
4253
5051
|
export type UseCaseSummaryList = UseCase[];
|
|
4254
|
-
export type UseCaseType = "RULES_EVALUATION"|string;
|
|
5052
|
+
export type UseCaseType = "RULES_EVALUATION"|"CONNECT_CAMPAIGNS"|string;
|
|
4255
5053
|
export interface User {
|
|
4256
5054
|
/**
|
|
4257
5055
|
* The identifier of the user account.
|