cdk-lambda-subminute 2.0.311 → 2.0.313
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +101 -95
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +91 -71
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2322 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +18 -18
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1180 -417
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +129 -84
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +481 -132
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/metadata.json +17 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +3025 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +76 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +2499 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +64 -0
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +128 -128
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +649 -186
- package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +121 -115
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +13 -2
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
- package/node_modules/aws-sdk/clients/bedrock.d.ts +53 -17
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1258 -0
- package/node_modules/aws-sdk/clients/bedrockagent.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +439 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +13 -13
- package/node_modules/aws-sdk/clients/bedrockruntime.js +1 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
- package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +886 -20
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +40 -0
- package/node_modules/aws-sdk/clients/elasticache.d.ts +484 -12
- package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +3231 -0
- package/node_modules/aws-sdk/clients/qbusiness.js +18 -0
- package/node_modules/aws-sdk/clients/qconnect.d.ts +2552 -0
- package/node_modules/aws-sdk/clients/qconnect.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +795 -666
- package/node_modules/aws-sdk/clients/s3control.d.ts +135 -125
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
- package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +286 -94
- package/node_modules/aws-sdk/dist/aws-sdk.js +2343 -722
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +0 -9325
@@ -19,6 +19,14 @@ declare class Connect extends Service {
|
|
19
19
|
* Activates an evaluation form in the specified Amazon Connect instance. After the evaluation form is activated, it is available to start new evaluations based on the form.
|
20
20
|
*/
|
21
21
|
activateEvaluationForm(callback?: (err: AWSError, data: Connect.Types.ActivateEvaluationFormResponse) => void): Request<Connect.Types.ActivateEvaluationFormResponse, AWSError>;
|
22
|
+
/**
|
23
|
+
* This API is in preview release for Amazon Connect and is subject to change. Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.
|
24
|
+
*/
|
25
|
+
associateAnalyticsDataSet(params: Connect.Types.AssociateAnalyticsDataSetRequest, callback?: (err: AWSError, data: Connect.Types.AssociateAnalyticsDataSetResponse) => void): Request<Connect.Types.AssociateAnalyticsDataSetResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* This API is in preview release for Amazon Connect and is subject to change. Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call.
|
28
|
+
*/
|
29
|
+
associateAnalyticsDataSet(callback?: (err: AWSError, data: Connect.Types.AssociateAnalyticsDataSetResponse) => void): Request<Connect.Types.AssociateAnalyticsDataSetResponse, AWSError>;
|
22
30
|
/**
|
23
31
|
* This API is in preview release for Amazon Connect and is subject to change. Associates an approved origin to an Amazon Connect instance.
|
24
32
|
*/
|
@@ -43,6 +51,14 @@ declare class Connect extends Service {
|
|
43
51
|
* Associates an existing vocabulary as the default. Contact Lens for Amazon Connect uses the vocabulary in post-call and real-time analysis sessions for the given language.
|
44
52
|
*/
|
45
53
|
associateDefaultVocabulary(callback?: (err: AWSError, data: Connect.Types.AssociateDefaultVocabularyResponse) => void): Request<Connect.Types.AssociateDefaultVocabularyResponse, AWSError>;
|
54
|
+
/**
|
55
|
+
* Associates a connect resource to a flow.
|
56
|
+
*/
|
57
|
+
associateFlow(params: Connect.Types.AssociateFlowRequest, callback?: (err: AWSError, data: Connect.Types.AssociateFlowResponse) => void): Request<Connect.Types.AssociateFlowResponse, AWSError>;
|
58
|
+
/**
|
59
|
+
* Associates a connect resource to a flow.
|
60
|
+
*/
|
61
|
+
associateFlow(callback?: (err: AWSError, data: Connect.Types.AssociateFlowResponse) => void): Request<Connect.Types.AssociateFlowResponse, AWSError>;
|
46
62
|
/**
|
47
63
|
* This API is in preview release for Amazon Connect and is subject to change. Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts. This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.
|
48
64
|
*/
|
@@ -107,6 +123,22 @@ declare class Connect extends Service {
|
|
107
123
|
* Associates an agent with a traffic distribution group.
|
108
124
|
*/
|
109
125
|
associateTrafficDistributionGroupUser(callback?: (err: AWSError, data: Connect.Types.AssociateTrafficDistributionGroupUserResponse) => void): Request<Connect.Types.AssociateTrafficDistributionGroupUserResponse, AWSError>;
|
126
|
+
/**
|
127
|
+
* This API is in preview release for Amazon Connect and is subject to change. Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.
|
128
|
+
*/
|
129
|
+
batchAssociateAnalyticsDataSet(params: Connect.Types.BatchAssociateAnalyticsDataSetRequest, callback?: (err: AWSError, data: Connect.Types.BatchAssociateAnalyticsDataSetResponse) => void): Request<Connect.Types.BatchAssociateAnalyticsDataSetResponse, AWSError>;
|
130
|
+
/**
|
131
|
+
* This API is in preview release for Amazon Connect and is subject to change. Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call.
|
132
|
+
*/
|
133
|
+
batchAssociateAnalyticsDataSet(callback?: (err: AWSError, data: Connect.Types.BatchAssociateAnalyticsDataSetResponse) => void): Request<Connect.Types.BatchAssociateAnalyticsDataSetResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* This API is in preview release for Amazon Connect and is subject to change. Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.
|
136
|
+
*/
|
137
|
+
batchDisassociateAnalyticsDataSet(params: Connect.Types.BatchDisassociateAnalyticsDataSetRequest, callback?: (err: AWSError, data: Connect.Types.BatchDisassociateAnalyticsDataSetResponse) => void): Request<Connect.Types.BatchDisassociateAnalyticsDataSetResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* This API is in preview release for Amazon Connect and is subject to change. Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call.
|
140
|
+
*/
|
141
|
+
batchDisassociateAnalyticsDataSet(callback?: (err: AWSError, data: Connect.Types.BatchDisassociateAnalyticsDataSetResponse) => void): Request<Connect.Types.BatchDisassociateAnalyticsDataSetResponse, AWSError>;
|
110
142
|
/**
|
111
143
|
* Retrieve the flow associations for the given resources.
|
112
144
|
*/
|
@@ -276,11 +308,11 @@ declare class Connect extends Service {
|
|
276
308
|
*/
|
277
309
|
createUseCase(callback?: (err: AWSError, data: Connect.Types.CreateUseCaseResponse) => void): Request<Connect.Types.CreateUseCaseResponse, AWSError>;
|
278
310
|
/**
|
279
|
-
* Creates a user account for the specified Amazon Connect instance. Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management. For information about how to create
|
311
|
+
* Creates a user account for the specified Amazon Connect instance. Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management. For information about how to create users using the Amazon Connect admin website, see Add Users in the Amazon Connect Administrator Guide.
|
280
312
|
*/
|
281
313
|
createUser(params: Connect.Types.CreateUserRequest, callback?: (err: AWSError, data: Connect.Types.CreateUserResponse) => void): Request<Connect.Types.CreateUserResponse, AWSError>;
|
282
314
|
/**
|
283
|
-
* Creates a user account for the specified Amazon Connect instance. Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management. For information about how to create
|
315
|
+
* Creates a user account for the specified Amazon Connect instance. Certain UserIdentityInfo parameters are required in some situations. For example, Email is required if you are using SAML for identity management. FirstName and LastName are required if you are using Amazon Connect or SAML for identity management. For information about how to create users using the Amazon Connect admin website, see Add Users in the Amazon Connect Administrator Guide.
|
284
316
|
*/
|
285
317
|
createUser(callback?: (err: AWSError, data: Connect.Types.CreateUserResponse) => void): Request<Connect.Types.CreateUserResponse, AWSError>;
|
286
318
|
/**
|
@@ -636,11 +668,11 @@ declare class Connect extends Service {
|
|
636
668
|
*/
|
637
669
|
describeTrafficDistributionGroup(callback?: (err: AWSError, data: Connect.Types.DescribeTrafficDistributionGroupResponse) => void): Request<Connect.Types.DescribeTrafficDistributionGroupResponse, AWSError>;
|
638
670
|
/**
|
639
|
-
* Describes the specified user
|
671
|
+
* Describes the specified user. You can find the instance ID in the Amazon Connect 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.
|
640
672
|
*/
|
641
673
|
describeUser(params: Connect.Types.DescribeUserRequest, callback?: (err: AWSError, data: Connect.Types.DescribeUserResponse) => void): Request<Connect.Types.DescribeUserResponse, AWSError>;
|
642
674
|
/**
|
643
|
-
* Describes the specified user
|
675
|
+
* Describes the specified user. You can find the instance ID in the Amazon Connect 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.
|
644
676
|
*/
|
645
677
|
describeUser(callback?: (err: AWSError, data: Connect.Types.DescribeUserResponse) => void): Request<Connect.Types.DescribeUserResponse, AWSError>;
|
646
678
|
/**
|
@@ -675,6 +707,14 @@ declare class Connect extends Service {
|
|
675
707
|
* Describes the specified vocabulary.
|
676
708
|
*/
|
677
709
|
describeVocabulary(callback?: (err: AWSError, data: Connect.Types.DescribeVocabularyResponse) => void): Request<Connect.Types.DescribeVocabularyResponse, AWSError>;
|
710
|
+
/**
|
711
|
+
* This API is in preview release for Amazon Connect and is subject to change. Removes the dataset ID associated with a given Amazon Connect instance.
|
712
|
+
*/
|
713
|
+
disassociateAnalyticsDataSet(params: Connect.Types.DisassociateAnalyticsDataSetRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
714
|
+
/**
|
715
|
+
* This API is in preview release for Amazon Connect and is subject to change. Removes the dataset ID associated with a given Amazon Connect instance.
|
716
|
+
*/
|
717
|
+
disassociateAnalyticsDataSet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
678
718
|
/**
|
679
719
|
* This API is in preview release for Amazon Connect and is subject to change. Revokes access to integrated applications from Amazon Connect.
|
680
720
|
*/
|
@@ -691,6 +731,14 @@ declare class Connect extends Service {
|
|
691
731
|
* This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.
|
692
732
|
*/
|
693
733
|
disassociateBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
734
|
+
/**
|
735
|
+
* Disassociates a connect resource from a flow.
|
736
|
+
*/
|
737
|
+
disassociateFlow(params: Connect.Types.DisassociateFlowRequest, callback?: (err: AWSError, data: Connect.Types.DisassociateFlowResponse) => void): Request<Connect.Types.DisassociateFlowResponse, AWSError>;
|
738
|
+
/**
|
739
|
+
* Disassociates a connect resource from a flow.
|
740
|
+
*/
|
741
|
+
disassociateFlow(callback?: (err: AWSError, data: Connect.Types.DisassociateFlowResponse) => void): Request<Connect.Types.DisassociateFlowResponse, AWSError>;
|
694
742
|
/**
|
695
743
|
* This API is in preview release for Amazon Connect and is subject to change. Removes the storage type configurations for the specified resource type and association ID.
|
696
744
|
*/
|
@@ -795,6 +843,14 @@ declare class Connect extends Service {
|
|
795
843
|
* Supports SAML sign-in for Amazon Connect. Retrieves a token for federation. The token is for the Amazon Connect user which corresponds to the IAM credentials that were used to invoke this action. For more information about how SAML sign-in works in Amazon Connect, see Configure SAML with IAM for Amazon Connect in the Amazon Connect Administrator Guide. This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect
|
796
844
|
*/
|
797
845
|
getFederationToken(callback?: (err: AWSError, data: Connect.Types.GetFederationTokenResponse) => void): Request<Connect.Types.GetFederationTokenResponse, AWSError>;
|
846
|
+
/**
|
847
|
+
* Retrieves the flow associated for a given resource.
|
848
|
+
*/
|
849
|
+
getFlowAssociation(params: Connect.Types.GetFlowAssociationRequest, callback?: (err: AWSError, data: Connect.Types.GetFlowAssociationResponse) => void): Request<Connect.Types.GetFlowAssociationResponse, AWSError>;
|
850
|
+
/**
|
851
|
+
* Retrieves the flow associated for a given resource.
|
852
|
+
*/
|
853
|
+
getFlowAssociation(callback?: (err: AWSError, data: Connect.Types.GetFlowAssociationResponse) => void): Request<Connect.Types.GetFlowAssociationResponse, AWSError>;
|
798
854
|
/**
|
799
855
|
* Gets historical metric data from the specified Amazon Connect instance. For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide. We recommend using the GetMetricDataV2 API. It provides more flexibility, features, and the ability to query longer time ranges than GetMetricData. Use it to retrieve historical agent and contact metrics for the last 3 months, at varying intervals. You can also use it to build custom dashboards to measure historical queue and agent performance. For example, you can track the number of incoming contacts for the last 7 days, with data split by day, to see how contact volume changed per day of the week.
|
800
856
|
*/
|
@@ -835,6 +891,14 @@ declare class Connect extends Service {
|
|
835
891
|
* Retrieves the current traffic distribution for a given traffic distribution group.
|
836
892
|
*/
|
837
893
|
getTrafficDistribution(callback?: (err: AWSError, data: Connect.Types.GetTrafficDistributionResponse) => void): Request<Connect.Types.GetTrafficDistributionResponse, AWSError>;
|
894
|
+
/**
|
895
|
+
* Imports a claimed phone number from an external service, such as Amazon Pinpoint, into an Amazon Connect instance. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance was created.
|
896
|
+
*/
|
897
|
+
importPhoneNumber(params: Connect.Types.ImportPhoneNumberRequest, callback?: (err: AWSError, data: Connect.Types.ImportPhoneNumberResponse) => void): Request<Connect.Types.ImportPhoneNumberResponse, AWSError>;
|
898
|
+
/**
|
899
|
+
* Imports a claimed phone number from an external service, such as Amazon Pinpoint, into an Amazon Connect instance. You can call this API only in the same Amazon Web Services Region where the Amazon Connect instance was created.
|
900
|
+
*/
|
901
|
+
importPhoneNumber(callback?: (err: AWSError, data: Connect.Types.ImportPhoneNumberResponse) => void): Request<Connect.Types.ImportPhoneNumberResponse, AWSError>;
|
838
902
|
/**
|
839
903
|
* This API is in preview release for Amazon Connect and is subject to change. Lists agent statuses.
|
840
904
|
*/
|
@@ -843,6 +907,14 @@ declare class Connect extends Service {
|
|
843
907
|
* This API is in preview release for Amazon Connect and is subject to change. Lists agent statuses.
|
844
908
|
*/
|
845
909
|
listAgentStatuses(callback?: (err: AWSError, data: Connect.Types.ListAgentStatusResponse) => void): Request<Connect.Types.ListAgentStatusResponse, AWSError>;
|
910
|
+
/**
|
911
|
+
* This API is in preview release for Amazon Connect and is subject to change. Lists the association status of requested dataset ID for a given Amazon Connect instance.
|
912
|
+
*/
|
913
|
+
listAnalyticsDataAssociations(params: Connect.Types.ListAnalyticsDataAssociationsRequest, callback?: (err: AWSError, data: Connect.Types.ListAnalyticsDataAssociationsResponse) => void): Request<Connect.Types.ListAnalyticsDataAssociationsResponse, AWSError>;
|
914
|
+
/**
|
915
|
+
* This API is in preview release for Amazon Connect and is subject to change. Lists the association status of requested dataset ID for a given Amazon Connect instance.
|
916
|
+
*/
|
917
|
+
listAnalyticsDataAssociations(callback?: (err: AWSError, data: Connect.Types.ListAnalyticsDataAssociationsResponse) => void): Request<Connect.Types.ListAnalyticsDataAssociationsResponse, AWSError>;
|
846
918
|
/**
|
847
919
|
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all approved origins associated with the instance.
|
848
920
|
*/
|
@@ -915,6 +987,14 @@ declare class Connect extends Service {
|
|
915
987
|
* Lists evaluation forms in the specified Amazon Connect instance.
|
916
988
|
*/
|
917
989
|
listEvaluationForms(callback?: (err: AWSError, data: Connect.Types.ListEvaluationFormsResponse) => void): Request<Connect.Types.ListEvaluationFormsResponse, AWSError>;
|
990
|
+
/**
|
991
|
+
* List the flow association based on the filters.
|
992
|
+
*/
|
993
|
+
listFlowAssociations(params: Connect.Types.ListFlowAssociationsRequest, callback?: (err: AWSError, data: Connect.Types.ListFlowAssociationsResponse) => void): Request<Connect.Types.ListFlowAssociationsResponse, AWSError>;
|
994
|
+
/**
|
995
|
+
* List the flow association based on the filters.
|
996
|
+
*/
|
997
|
+
listFlowAssociations(callback?: (err: AWSError, data: Connect.Types.ListFlowAssociationsResponse) => void): Request<Connect.Types.ListFlowAssociationsResponse, AWSError>;
|
918
998
|
/**
|
919
999
|
* 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.
|
920
1000
|
*/
|
@@ -1019,6 +1099,14 @@ declare class Connect extends Service {
|
|
1019
1099
|
* Provides information about the quick connects for the specified Amazon Connect instance.
|
1020
1100
|
*/
|
1021
1101
|
listQuickConnects(callback?: (err: AWSError, data: Connect.Types.ListQuickConnectsResponse) => void): Request<Connect.Types.ListQuickConnectsResponse, AWSError>;
|
1102
|
+
/**
|
1103
|
+
* Provides a list of analysis segments for a real-time analysis session.
|
1104
|
+
*/
|
1105
|
+
listRealtimeContactAnalysisSegmentsV2(params: Connect.Types.ListRealtimeContactAnalysisSegmentsV2Request, callback?: (err: AWSError, data: Connect.Types.ListRealtimeContactAnalysisSegmentsV2Response) => void): Request<Connect.Types.ListRealtimeContactAnalysisSegmentsV2Response, AWSError>;
|
1106
|
+
/**
|
1107
|
+
* Provides a list of analysis segments for a real-time analysis session.
|
1108
|
+
*/
|
1109
|
+
listRealtimeContactAnalysisSegmentsV2(callback?: (err: AWSError, data: Connect.Types.ListRealtimeContactAnalysisSegmentsV2Response) => void): Request<Connect.Types.ListRealtimeContactAnalysisSegmentsV2Response, AWSError>;
|
1022
1110
|
/**
|
1023
1111
|
* Lists the queues associated with a routing profile.
|
1024
1112
|
*/
|
@@ -1164,11 +1252,11 @@ declare class Connect extends Service {
|
|
1164
1252
|
*/
|
1165
1253
|
putUserStatus(callback?: (err: AWSError, data: Connect.Types.PutUserStatusResponse) => void): Request<Connect.Types.PutUserStatusResponse, AWSError>;
|
1166
1254
|
/**
|
1167
|
-
* Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed. To release phone numbers from a traffic distribution group, use the ReleasePhoneNumber API, not the Amazon Connect
|
1255
|
+
* Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed. To release phone numbers from a traffic distribution group, use the ReleasePhoneNumber API, not the Amazon Connect admin website. After releasing a phone number, the phone number enters into a cooldown period of 30 days. It cannot be searched for or claimed again until the period has ended. If you accidentally release a phone number, contact Amazon Web Services Support. If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired. By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired. For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.
|
1168
1256
|
*/
|
1169
1257
|
releasePhoneNumber(params: Connect.Types.ReleasePhoneNumberRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1170
1258
|
/**
|
1171
|
-
* Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed. To release phone numbers from a traffic distribution group, use the ReleasePhoneNumber API, not the Amazon Connect
|
1259
|
+
* Releases a phone number previously claimed to an Amazon Connect instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed. To release phone numbers from a traffic distribution group, use the ReleasePhoneNumber API, not the Amazon Connect admin website. After releasing a phone number, the phone number enters into a cooldown period of 30 days. It cannot be searched for or claimed again until the period has ended. If you accidentally release a phone number, contact Amazon Web Services Support. If you plan to claim and release numbers frequently during a 30 day period, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until 30 days past the oldest number released has expired. By default you can claim and release up to 200% of your maximum number of active phone numbers during any 30 day period. If you claim and release phone numbers using the UI or API during a rolling 30 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 30 days past the oldest number released has expired. For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 30 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.
|
1172
1260
|
*/
|
1173
1261
|
releasePhoneNumber(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1174
1262
|
/**
|
@@ -1267,6 +1355,14 @@ declare class Connect extends Service {
|
|
1267
1355
|
* Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
|
1268
1356
|
*/
|
1269
1357
|
searchVocabularies(callback?: (err: AWSError, data: Connect.Types.SearchVocabulariesResponse) => void): Request<Connect.Types.SearchVocabulariesResponse, AWSError>;
|
1358
|
+
/**
|
1359
|
+
* Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes: SourceId, DestinationId, and Subtype: a set of identifiers, uniquely representing a chat ChatEvent: details of the chat action to perform such as sending a message, event, or disconnecting from a chat When a chat integration event is sent with chat identifiers that do not map to an active chat contact, a new chat contact is also created before handling chat action. Access to this API is currently restricted to Amazon Pinpoint for supporting SMS integration.
|
1360
|
+
*/
|
1361
|
+
sendChatIntegrationEvent(params: Connect.Types.SendChatIntegrationEventRequest, callback?: (err: AWSError, data: Connect.Types.SendChatIntegrationEventResponse) => void): Request<Connect.Types.SendChatIntegrationEventResponse, AWSError>;
|
1362
|
+
/**
|
1363
|
+
* Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect. A chat integration event includes: SourceId, DestinationId, and Subtype: a set of identifiers, uniquely representing a chat ChatEvent: details of the chat action to perform such as sending a message, event, or disconnecting from a chat When a chat integration event is sent with chat identifiers that do not map to an active chat contact, a new chat contact is also created before handling chat action. Access to this API is currently restricted to Amazon Pinpoint for supporting SMS integration.
|
1364
|
+
*/
|
1365
|
+
sendChatIntegrationEvent(callback?: (err: AWSError, data: Connect.Types.SendChatIntegrationEventResponse) => void): Request<Connect.Types.SendChatIntegrationEventResponse, AWSError>;
|
1270
1366
|
/**
|
1271
1367
|
* Initiates a flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service. When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS. A 429 error occurs in the following situations: API rate limit is exceeded. API TPS throttling returns a TooManyRequests exception. The quota for concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException. If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support. For more information about chat, see Chat in the Amazon Connect Administrator Guide.
|
1272
1368
|
*/
|
@@ -1315,6 +1411,14 @@ declare class Connect extends Service {
|
|
1315
1411
|
* Initiates a flow to start a new task contact. For more information about task contacts, see Concepts: Tasks in Amazon Connect in the Amazon Connect Administrator Guide. When using PreviousContactId and RelatedContactId input parameters, note the following: PreviousContactId Any updates to user-defined task contact attributes on any contact linked through the same PreviousContactId will affect every contact in the chain. There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that share the same PreviousContactId. RelatedContactId Copies contact attributes from the related task contact to the new contact. Any update on attributes in a new task contact does not update attributes on previous contact. There’s no limit on the number of task contacts that can be created that use the same RelatedContactId. In addition, when calling StartTaskContact include only one of these parameters: ContactFlowID, QuickConnectID, or TaskTemplateID. Only one parameter is required as long as the task template has a flow configured to run it. If more than one parameter is specified, or only the TaskTemplateID is specified but it does not have a flow configured, the request returns an error because Amazon Connect cannot identify the unique flow to run when the task is created. A ServiceQuotaExceededException occurs when the number of open tasks exceeds the active tasks quota or there are already 12 tasks referencing the same PreviousContactId. For more information about service quotas for task contacts, see Amazon Connect service quotas in the Amazon Connect Administrator Guide.
|
1316
1412
|
*/
|
1317
1413
|
startTaskContact(callback?: (err: AWSError, data: Connect.Types.StartTaskContactResponse) => void): Request<Connect.Types.StartTaskContactResponse, AWSError>;
|
1414
|
+
/**
|
1415
|
+
* Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as InstanceId).
|
1416
|
+
*/
|
1417
|
+
startWebRTCContact(params: Connect.Types.StartWebRTCContactRequest, callback?: (err: AWSError, data: Connect.Types.StartWebRTCContactResponse) => void): Request<Connect.Types.StartWebRTCContactResponse, AWSError>;
|
1418
|
+
/**
|
1419
|
+
* Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions in the flow that are specified (in ContactFlowId) and present in the Amazon Connect instance (specified as InstanceId).
|
1420
|
+
*/
|
1421
|
+
startWebRTCContact(callback?: (err: AWSError, data: Connect.Types.StartWebRTCContactResponse) => void): Request<Connect.Types.StartWebRTCContactResponse, AWSError>;
|
1318
1422
|
/**
|
1319
1423
|
* Ends the specified contact. This call does not work for voice contacts that use the following initiation methods: DISCONNECT TRANSFER QUEUE_TRANSFER Chat and task contacts, however, can be terminated in any state, regardless of initiation method.
|
1320
1424
|
*/
|
@@ -1726,6 +1830,7 @@ declare class Connect extends Service {
|
|
1726
1830
|
}
|
1727
1831
|
declare namespace Connect {
|
1728
1832
|
export type ARN = string;
|
1833
|
+
export type AWSAccountId = string;
|
1729
1834
|
export type ActionSummaries = ActionSummary[];
|
1730
1835
|
export interface ActionSummary {
|
1731
1836
|
/**
|
@@ -1905,7 +2010,36 @@ declare namespace Connect {
|
|
1905
2010
|
export type AgentsMinOneMaxHundred = UserId[];
|
1906
2011
|
export type AliasArn = string;
|
1907
2012
|
export type AllowedAccessControlTags = {[key: string]: SecurityProfilePolicyValue};
|
2013
|
+
export interface AllowedCapabilities {
|
2014
|
+
/**
|
2015
|
+
* Information about the customer's video sharing capabilities.
|
2016
|
+
*/
|
2017
|
+
Customer?: ParticipantCapabilities;
|
2018
|
+
/**
|
2019
|
+
* Information about the agent's video sharing capabilities.
|
2020
|
+
*/
|
2021
|
+
Agent?: ParticipantCapabilities;
|
2022
|
+
}
|
1908
2023
|
export type AllowedMonitorCapabilities = MonitorCapability[];
|
2024
|
+
export interface AnalyticsDataAssociationResult {
|
2025
|
+
/**
|
2026
|
+
* The identifier of the dataset.
|
2027
|
+
*/
|
2028
|
+
DataSetId?: DataSetId;
|
2029
|
+
/**
|
2030
|
+
* The identifier of the target account.
|
2031
|
+
*/
|
2032
|
+
TargetAccountId?: AWSAccountId;
|
2033
|
+
/**
|
2034
|
+
* The Resource Access Manager share ID.
|
2035
|
+
*/
|
2036
|
+
ResourceShareId?: String;
|
2037
|
+
/**
|
2038
|
+
* The Amazon Resource Name (ARN) of the Resource Access Manager share.
|
2039
|
+
*/
|
2040
|
+
ResourceShareArn?: ARN;
|
2041
|
+
}
|
2042
|
+
export type AnalyticsDataAssociationResults = AnalyticsDataAssociationResult[];
|
1909
2043
|
export interface AnswerMachineDetectionConfig {
|
1910
2044
|
/**
|
1911
2045
|
* 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.
|
@@ -1929,8 +2063,42 @@ declare namespace Connect {
|
|
1929
2063
|
export type ApplicationPermissions = Permission[];
|
1930
2064
|
export type Applications = Application[];
|
1931
2065
|
export type ApproximateTotalCount = number;
|
2066
|
+
export type ArtifactId = string;
|
2067
|
+
export type ArtifactStatus = "APPROVED"|"REJECTED"|"IN_PROGRESS"|string;
|
1932
2068
|
export interface AssignContactCategoryActionDefinition {
|
1933
2069
|
}
|
2070
|
+
export interface AssociateAnalyticsDataSetRequest {
|
2071
|
+
/**
|
2072
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
2073
|
+
*/
|
2074
|
+
InstanceId: InstanceId;
|
2075
|
+
/**
|
2076
|
+
* The identifier of the dataset to associate with the target account.
|
2077
|
+
*/
|
2078
|
+
DataSetId: DataSetId;
|
2079
|
+
/**
|
2080
|
+
* The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
|
2081
|
+
*/
|
2082
|
+
TargetAccountId?: AWSAccountId;
|
2083
|
+
}
|
2084
|
+
export interface AssociateAnalyticsDataSetResponse {
|
2085
|
+
/**
|
2086
|
+
* The identifier of the dataset that was associated.
|
2087
|
+
*/
|
2088
|
+
DataSetId?: DataSetId;
|
2089
|
+
/**
|
2090
|
+
* The identifier of the target account.
|
2091
|
+
*/
|
2092
|
+
TargetAccountId?: AWSAccountId;
|
2093
|
+
/**
|
2094
|
+
* The Resource Access Manager share ID that is generated.
|
2095
|
+
*/
|
2096
|
+
ResourceShareId?: String;
|
2097
|
+
/**
|
2098
|
+
* The Amazon Resource Name (ARN) of the Resource Access Manager share.
|
2099
|
+
*/
|
2100
|
+
ResourceShareArn?: ARN;
|
2101
|
+
}
|
1934
2102
|
export interface AssociateApprovedOriginRequest {
|
1935
2103
|
/**
|
1936
2104
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -1968,6 +2136,26 @@ declare namespace Connect {
|
|
1968
2136
|
}
|
1969
2137
|
export interface AssociateDefaultVocabularyResponse {
|
1970
2138
|
}
|
2139
|
+
export interface AssociateFlowRequest {
|
2140
|
+
/**
|
2141
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
2142
|
+
*/
|
2143
|
+
InstanceId: InstanceId;
|
2144
|
+
/**
|
2145
|
+
* The identifier of the resource.
|
2146
|
+
*/
|
2147
|
+
ResourceId: ARN;
|
2148
|
+
/**
|
2149
|
+
* The identifier of the flow.
|
2150
|
+
*/
|
2151
|
+
FlowId: ARN;
|
2152
|
+
/**
|
2153
|
+
* A valid resource type.
|
2154
|
+
*/
|
2155
|
+
ResourceType: FlowAssociationResourceType;
|
2156
|
+
}
|
2157
|
+
export interface AssociateFlowResponse {
|
2158
|
+
}
|
1971
2159
|
export interface AssociateInstanceStorageConfigRequest {
|
1972
2160
|
/**
|
1973
2161
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -2083,6 +2271,7 @@ declare namespace Connect {
|
|
2083
2271
|
export interface AssociateTrafficDistributionGroupUserResponse {
|
2084
2272
|
}
|
2085
2273
|
export type AssociationId = string;
|
2274
|
+
export type AttachmentName = string;
|
2086
2275
|
export interface AttachmentReference {
|
2087
2276
|
/**
|
2088
2277
|
* Identifier of the attachment reference.
|
@@ -2097,6 +2286,17 @@ declare namespace Connect {
|
|
2097
2286
|
*/
|
2098
2287
|
Status?: ReferenceStatus;
|
2099
2288
|
}
|
2289
|
+
export interface Attendee {
|
2290
|
+
/**
|
2291
|
+
* The Amazon Chime SDK attendee ID.
|
2292
|
+
*/
|
2293
|
+
AttendeeId?: AttendeeId;
|
2294
|
+
/**
|
2295
|
+
* The join token used by the Amazon Chime SDK attendee.
|
2296
|
+
*/
|
2297
|
+
JoinToken?: JoinToken;
|
2298
|
+
}
|
2299
|
+
export type AttendeeId = string;
|
2100
2300
|
export interface Attribute {
|
2101
2301
|
/**
|
2102
2302
|
* The type of attribute.
|
@@ -2111,6 +2311,12 @@ declare namespace Connect {
|
|
2111
2311
|
export type AttributeValue = string;
|
2112
2312
|
export type Attributes = {[key: string]: AttributeValue};
|
2113
2313
|
export type AttributesList = Attribute[];
|
2314
|
+
export interface AudioFeatures {
|
2315
|
+
/**
|
2316
|
+
* Makes echo reduction available to clients who connect to the meeting.
|
2317
|
+
*/
|
2318
|
+
EchoReduction?: MeetingFeatureStatus;
|
2319
|
+
}
|
2114
2320
|
export type AutoAccept = boolean;
|
2115
2321
|
export interface AvailableNumberSummary {
|
2116
2322
|
/**
|
@@ -2128,6 +2334,54 @@ declare namespace Connect {
|
|
2128
2334
|
}
|
2129
2335
|
export type AvailableNumbersList = AvailableNumberSummary[];
|
2130
2336
|
export type AwsRegion = string;
|
2337
|
+
export interface BatchAssociateAnalyticsDataSetRequest {
|
2338
|
+
/**
|
2339
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
2340
|
+
*/
|
2341
|
+
InstanceId: InstanceId;
|
2342
|
+
/**
|
2343
|
+
* An array of dataset identifiers to associate.
|
2344
|
+
*/
|
2345
|
+
DataSetIds: DataSetIds;
|
2346
|
+
/**
|
2347
|
+
* The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
|
2348
|
+
*/
|
2349
|
+
TargetAccountId?: AWSAccountId;
|
2350
|
+
}
|
2351
|
+
export interface BatchAssociateAnalyticsDataSetResponse {
|
2352
|
+
/**
|
2353
|
+
* Information about associations that are successfully created: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn.
|
2354
|
+
*/
|
2355
|
+
Created?: AnalyticsDataAssociationResults;
|
2356
|
+
/**
|
2357
|
+
* A list of errors for datasets that aren't successfully associated with the target account.
|
2358
|
+
*/
|
2359
|
+
Errors?: ErrorResults;
|
2360
|
+
}
|
2361
|
+
export interface BatchDisassociateAnalyticsDataSetRequest {
|
2362
|
+
/**
|
2363
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
2364
|
+
*/
|
2365
|
+
InstanceId: InstanceId;
|
2366
|
+
/**
|
2367
|
+
* An array of associated dataset identifiers to remove.
|
2368
|
+
*/
|
2369
|
+
DataSetIds: DataSetIds;
|
2370
|
+
/**
|
2371
|
+
* The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
|
2372
|
+
*/
|
2373
|
+
TargetAccountId?: AWSAccountId;
|
2374
|
+
}
|
2375
|
+
export interface BatchDisassociateAnalyticsDataSetResponse {
|
2376
|
+
/**
|
2377
|
+
* An array of successfully disassociated dataset identifiers.
|
2378
|
+
*/
|
2379
|
+
Deleted?: DataSetIds;
|
2380
|
+
/**
|
2381
|
+
* A list of errors for any datasets not successfully removed.
|
2382
|
+
*/
|
2383
|
+
Errors?: ErrorResults;
|
2384
|
+
}
|
2131
2385
|
export interface BatchGetFlowAssociationRequest {
|
2132
2386
|
/**
|
2133
2387
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -2190,6 +2444,21 @@ declare namespace Connect {
|
|
2190
2444
|
export type ChatContent = string;
|
2191
2445
|
export type ChatContentType = string;
|
2192
2446
|
export type ChatDurationInMinutes = number;
|
2447
|
+
export interface ChatEvent {
|
2448
|
+
/**
|
2449
|
+
* Type of chat integration event.
|
2450
|
+
*/
|
2451
|
+
Type: ChatEventType;
|
2452
|
+
/**
|
2453
|
+
* Type of content. This is required when Type is MESSAGE or EVENT. For allowed message content types, see the ContentType parameter in the SendMessage topic in the Amazon Connect Participant Service API Reference. For allowed event content types, see the ContentType parameter in the SendEvent topic in the Amazon Connect Participant Service API Reference.
|
2454
|
+
*/
|
2455
|
+
ContentType?: ChatContentType;
|
2456
|
+
/**
|
2457
|
+
* Content of the message or event. This is required when Type is MESSAGE and for certain ContentTypes when Type is EVENT. For allowed message content, see the Content parameter in the SendMessage topic in the Amazon Connect Participant Service API Reference. For allowed event content, see the Content parameter in the SendEvent topic in the Amazon Connect Participant Service API Reference.
|
2458
|
+
*/
|
2459
|
+
Content?: ChatContent;
|
2460
|
+
}
|
2461
|
+
export type ChatEventType = "DISCONNECT"|"MESSAGE"|"EVENT"|string;
|
2193
2462
|
export interface ChatMessage {
|
2194
2463
|
/**
|
2195
2464
|
* The type of the content. Supported types are text/plain, text/markdown, application/json, and application/vnd.amazonaws.connect.message.interactive.response.
|
@@ -2290,11 +2559,25 @@ declare namespace Connect {
|
|
2290
2559
|
* The status of the phone number. CLAIMED means the previous ClaimPhoneNumber or UpdatePhoneNumber operation succeeded. IN_PROGRESS means a ClaimPhoneNumber, UpdatePhoneNumber, or UpdatePhoneNumberMetadata operation is still in progress and has not yet completed. You can call DescribePhoneNumber at a later time to verify if the previous operation has completed. FAILED indicates that the previous ClaimPhoneNumber or UpdatePhoneNumber operation has failed. It will include a message indicating the failure reason. A common reason for a failure may be that the TargetArn value you are claiming or updating a phone number to has reached its limit of total claimed numbers. If you received a FAILED status from a ClaimPhoneNumber API call, you have one day to retry claiming the phone number before the number is released back to the inventory for other customers to claim. You will not be billed for the phone number during the 1-day period if number claiming fails.
|
2291
2560
|
*/
|
2292
2561
|
PhoneNumberStatus?: PhoneNumberStatus;
|
2562
|
+
/**
|
2563
|
+
* The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.
|
2564
|
+
*/
|
2565
|
+
SourcePhoneNumberArn?: ARN;
|
2293
2566
|
}
|
2294
2567
|
export type ClientToken = string;
|
2295
2568
|
export type CommonNameLength127 = string;
|
2296
2569
|
export type Comparison = "LT"|string;
|
2297
2570
|
export type Concurrency = number;
|
2571
|
+
export interface ConnectionData {
|
2572
|
+
/**
|
2573
|
+
* The attendee information, including attendee ID and join token.
|
2574
|
+
*/
|
2575
|
+
Attendee?: Attendee;
|
2576
|
+
/**
|
2577
|
+
* A meeting created using the Amazon Chime SDK.
|
2578
|
+
*/
|
2579
|
+
Meeting?: Meeting;
|
2580
|
+
}
|
2298
2581
|
export interface Contact {
|
2299
2582
|
/**
|
2300
2583
|
* The Amazon Resource Name (ARN) for the contact.
|
@@ -2523,6 +2806,7 @@ declare namespace Connect {
|
|
2523
2806
|
export type ContactState = "INCOMING"|"PENDING"|"CONNECTING"|"CONNECTED"|"CONNECTED_ONHOLD"|"MISSED"|"ERROR"|"ENDED"|"REJECTED"|string;
|
2524
2807
|
export type ContactStates = ContactState[];
|
2525
2808
|
export type Content = string;
|
2809
|
+
export type ContentType = string;
|
2526
2810
|
export interface ControlPlaneTagFilter {
|
2527
2811
|
/**
|
2528
2812
|
* A list of conditions which would be applied together with an OR condition.
|
@@ -3440,6 +3724,8 @@ declare namespace Connect {
|
|
3440
3724
|
}
|
3441
3725
|
export type CurrentMetricSortCriteriaMaxOne = CurrentMetricSortCriteria[];
|
3442
3726
|
export type CurrentMetrics = CurrentMetric[];
|
3727
|
+
export type DataSetId = string;
|
3728
|
+
export type DataSetIds = DataSetId[];
|
3443
3729
|
export interface DateReference {
|
3444
3730
|
/**
|
3445
3731
|
* Identifier of the date reference.
|
@@ -4104,6 +4390,7 @@ declare namespace Connect {
|
|
4104
4390
|
}
|
4105
4391
|
export type Description = string;
|
4106
4392
|
export type Description250 = string;
|
4393
|
+
export type DestinationId = string;
|
4107
4394
|
export interface Dimensions {
|
4108
4395
|
/**
|
4109
4396
|
* Information about the queue for which metrics are returned.
|
@@ -4122,6 +4409,20 @@ declare namespace Connect {
|
|
4122
4409
|
export type DirectoryId = string;
|
4123
4410
|
export type DirectoryType = "SAML"|"CONNECT_MANAGED"|"EXISTING_DIRECTORY"|string;
|
4124
4411
|
export type DirectoryUserId = string;
|
4412
|
+
export interface DisassociateAnalyticsDataSetRequest {
|
4413
|
+
/**
|
4414
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
4415
|
+
*/
|
4416
|
+
InstanceId: InstanceId;
|
4417
|
+
/**
|
4418
|
+
* The identifier of the dataset to remove.
|
4419
|
+
*/
|
4420
|
+
DataSetId: DataSetId;
|
4421
|
+
/**
|
4422
|
+
* The identifier of the target account. Use to associate a dataset to a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.
|
4423
|
+
*/
|
4424
|
+
TargetAccountId?: AWSAccountId;
|
4425
|
+
}
|
4125
4426
|
export interface DisassociateApprovedOriginRequest {
|
4126
4427
|
/**
|
4127
4428
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -4143,6 +4444,22 @@ declare namespace Connect {
|
|
4143
4444
|
*/
|
4144
4445
|
LexV2Bot?: LexV2Bot;
|
4145
4446
|
}
|
4447
|
+
export interface DisassociateFlowRequest {
|
4448
|
+
/**
|
4449
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
4450
|
+
*/
|
4451
|
+
InstanceId: InstanceId;
|
4452
|
+
/**
|
4453
|
+
* The identifier of the resource.
|
4454
|
+
*/
|
4455
|
+
ResourceId: ARN;
|
4456
|
+
/**
|
4457
|
+
* A valid resource type.
|
4458
|
+
*/
|
4459
|
+
ResourceType: FlowAssociationResourceType;
|
4460
|
+
}
|
4461
|
+
export interface DisassociateFlowResponse {
|
4462
|
+
}
|
4146
4463
|
export interface DisassociateInstanceStorageConfigRequest {
|
4147
4464
|
/**
|
4148
4465
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -4314,6 +4631,17 @@ declare namespace Connect {
|
|
4314
4631
|
}
|
4315
4632
|
export type EndpointAddress = string;
|
4316
4633
|
export type EndpointType = "TELEPHONE_NUMBER"|"VOIP"|"CONTACT_FLOW"|string;
|
4634
|
+
export interface ErrorResult {
|
4635
|
+
/**
|
4636
|
+
* The error code.
|
4637
|
+
*/
|
4638
|
+
ErrorCode?: String;
|
4639
|
+
/**
|
4640
|
+
* The corresponding error message for the error code.
|
4641
|
+
*/
|
4642
|
+
ErrorMessage?: String;
|
4643
|
+
}
|
4644
|
+
export type ErrorResults = ErrorResult[];
|
4317
4645
|
export interface Evaluation {
|
4318
4646
|
/**
|
4319
4647
|
* A unique identifier for the contact evaluation.
|
@@ -4843,7 +5171,7 @@ declare namespace Connect {
|
|
4843
5171
|
Name: EventBridgeActionName;
|
4844
5172
|
}
|
4845
5173
|
export type EventBridgeActionName = string;
|
4846
|
-
export type EventSourceName = "OnPostCallAnalysisAvailable"|"OnRealTimeCallAnalysisAvailable"|"OnPostChatAnalysisAvailable"|"OnZendeskTicketCreate"|"OnZendeskTicketStatusUpdate"|"OnSalesforceCaseCreate"|"OnContactEvaluationSubmit"|"OnMetricDataUpdate"|string;
|
5174
|
+
export type EventSourceName = "OnPostCallAnalysisAvailable"|"OnRealTimeCallAnalysisAvailable"|"OnRealTimeChatAnalysisAvailable"|"OnPostChatAnalysisAvailable"|"OnZendeskTicketCreate"|"OnZendeskTicketStatusUpdate"|"OnSalesforceCaseCreate"|"OnContactEvaluationSubmit"|"OnMetricDataUpdate"|string;
|
4847
5175
|
export interface FailedRequest {
|
4848
5176
|
/**
|
4849
5177
|
* Request identifier provided in the API call in the ContactDataRequest to create a contact.
|
@@ -4886,6 +5214,7 @@ declare namespace Connect {
|
|
4886
5214
|
RoutingProfiles?: RoutingProfiles;
|
4887
5215
|
}
|
4888
5216
|
export type FiltersV2List = FilterV2[];
|
5217
|
+
export type FlowAssociationResourceType = "SMS_PHONE_NUMBER"|string;
|
4889
5218
|
export interface FlowAssociationSummary {
|
4890
5219
|
/**
|
4891
5220
|
* The identifier of the resource.
|
@@ -5023,6 +5352,34 @@ declare namespace Connect {
|
|
5023
5352
|
*/
|
5024
5353
|
UserId?: AgentResourceId;
|
5025
5354
|
}
|
5355
|
+
export interface GetFlowAssociationRequest {
|
5356
|
+
/**
|
5357
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
5358
|
+
*/
|
5359
|
+
InstanceId: InstanceId;
|
5360
|
+
/**
|
5361
|
+
* The identifier of the resource.
|
5362
|
+
*/
|
5363
|
+
ResourceId: ARN;
|
5364
|
+
/**
|
5365
|
+
* A valid resource type.
|
5366
|
+
*/
|
5367
|
+
ResourceType: FlowAssociationResourceType;
|
5368
|
+
}
|
5369
|
+
export interface GetFlowAssociationResponse {
|
5370
|
+
/**
|
5371
|
+
* The identifier of the resource.
|
5372
|
+
*/
|
5373
|
+
ResourceId?: ARN;
|
5374
|
+
/**
|
5375
|
+
* The identifier of the flow.
|
5376
|
+
*/
|
5377
|
+
FlowId?: ARN;
|
5378
|
+
/**
|
5379
|
+
* A valid resource type.
|
5380
|
+
*/
|
5381
|
+
ResourceType?: FlowAssociationResourceType;
|
5382
|
+
}
|
5026
5383
|
export interface GetMetricDataRequest {
|
5027
5384
|
/**
|
5028
5385
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -5085,15 +5442,15 @@ declare namespace Connect {
|
|
5085
5442
|
*/
|
5086
5443
|
Interval?: IntervalDetails;
|
5087
5444
|
/**
|
5088
|
-
* The filters to apply to returned metrics. You can filter on the following resources: Queues Routing profiles Agents Channels User hierarchy groups Feature At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator's Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | FEATURE Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters. contact_lens_conversational_analytics is a valid filterValue for the FEATURE filter key. It is available only to contacts analyzed by Contact Lens conversational analytics.
|
5445
|
+
* The filters to apply to returned metrics. You can filter on the following resources: Queues Routing profiles Agents Channels User hierarchy groups Feature At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator's Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | FEATURE | contact/segmentAttributes/connect:Subtype Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters. contact_lens_conversational_analytics is a valid filterValue for the FEATURE filter key. It is available only to contacts analyzed by Contact Lens conversational analytics. connect:Chat, connect:SMS, connect:Telephony, and connect:WebRTC are valid filterValue examples (not exhaustive) for the contact/segmentAttributes/connect:Subtype filter key.
|
5089
5446
|
*/
|
5090
5447
|
Filters: FiltersV2List;
|
5091
5448
|
/**
|
5092
|
-
* The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues. If no grouping is specified, a summary of all metrics is returned. Valid grouping keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE
|
5449
|
+
* The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues. If no grouping is specified, a summary of all metrics is returned. Valid grouping keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE, contact/segmentAttributes/connect:Subtype
|
5093
5450
|
*/
|
5094
5451
|
Groupings?: GroupingsV2;
|
5095
5452
|
/**
|
5096
|
-
* The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator's Guide. ABANDONMENT_RATE Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_ADHERENT_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_NON_RESPONSE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy Data for this metric is available starting from October 1, 2023 0:00:00 GMT. AGENT_OCCUPANCY Unit: Percentage Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULE_ADHERENCE This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULED_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_ABANDON_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_AGENT_CONNECTING_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy The Negate key in Metric Level Filters is not applicable for this metric. AVG_CONTACT_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_CONVERSATION_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_GREETING_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME_ALL_CONTACTS Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_HOLDS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_INTERACTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Feature Feature is a valid filter but not a valid grouping. AVG_INTERRUPTIONS_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_INTERRUPTION_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_QUEUE_ANSWER_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Feature Feature is a valid filter but not a valid grouping. AVG_RESOLUTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile AVG_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_ABANDONED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_CREATED Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature Feature is a valid filter but not a valid grouping. CONTACTS_HANDLED Unit: Count Valid metric filter key: INITIATION_METHOD, DISCONNECT_REASON Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. CONTACTS_HOLD_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_RESOLVED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). CONTACTS_TRANSFERRED_OUT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. CONTACTS_TRANSFERRED_OUT_BY_AGENT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy MAX_QUEUED_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy PERCENT_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy PERCENT_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy PERCENT_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy PERCENT_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_ANSWERED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_ABANDONED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_DISCONNECTED Valid metric filter key: DISCONNECT_REASON Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile SUM_RETRY_CALLBACK_ATTEMPTS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile
|
5453
|
+
* The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator's Guide. ABANDONMENT_RATE Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype AGENT_ADHERENT_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_ANSWER_RATE Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_NON_ADHERENT_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_NON_RESPONSE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy Data for this metric is available starting from October 1, 2023 0:00:00 GMT. AGENT_OCCUPANCY Unit: Percentage Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULE_ADHERENCE This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULED_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_ABANDON_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype AVG_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. AVG_AGENT_CONNECTING_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy The Negate key in Metric Level Filters is not applicable for this metric. AVG_CONTACT_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. AVG_CONVERSATION_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype AVG_GREETING_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME_ALL_CONTACTS Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_HOLDS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. AVG_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_INTERACTION_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. AVG_INTERRUPTIONS_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_INTERRUPTION_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_QUEUE_ANSWER_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. AVG_RESOLUTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype AVG_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype AVG_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype CONTACTS_ABANDONED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype CONTACTS_CREATED Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. CONTACTS_HANDLED Unit: Count Valid metric filter key: INITIATION_METHOD, DISCONNECT_REASON Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. CONTACTS_HOLD_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype CONTACTS_ON_HOLD_AGENT_DISCONNECT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_ON_HOLD_CUSTOMER_DISCONNECT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_PUT_ON_HOLD Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT_EXTERNAL Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT_INTERNAL Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype CONTACTS_RESOLVED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype Threshold: For ThresholdValue enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). CONTACTS_TRANSFERRED_OUT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype Feature is a valid filter but not a valid grouping. CONTACTS_TRANSFERRED_OUT_BY_AGENT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype MAX_QUEUED_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype PERCENT_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype PERCENT_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype PERCENT_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype PERCENT_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Percentage Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_CONNECTING_TIME_AGENT Unit: Seconds Valid metric filter key: INITIATION_METHOD. This metric only supports the following filter keys as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy The Negate key in Metric Level Filters is not applicable for this metric. SUM_CONTACT_FLOW_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_CONTACT_TIME_AGENT Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_CONTACTS_ANSWERED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_ABANDONED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_DISCONNECTED Valid metric filter key: DISCONNECT_REASON Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype SUM_ERROR_STATUS_TIME_AGENT Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_HOLD_TIME Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_IDLE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy SUM_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_INTERACTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SUM_NON_PRODUCTIVE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy SUM_ONLINE_TIME_AGENT Unit: Seconds Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy SUM_RETRY_CALLBACK_ATTEMPTS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype
|
5097
5454
|
*/
|
5098
5455
|
Metrics: MetricsV2;
|
5099
5456
|
/**
|
@@ -5591,6 +5948,38 @@ declare namespace Connect {
|
|
5591
5948
|
Minutes: MinutesLimit60;
|
5592
5949
|
}
|
5593
5950
|
export type ISO8601Datetime = string;
|
5951
|
+
export interface ImportPhoneNumberRequest {
|
5952
|
+
/**
|
5953
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
5954
|
+
*/
|
5955
|
+
InstanceId: InstanceId;
|
5956
|
+
/**
|
5957
|
+
* The claimed phone number ARN being imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number to import from Amazon Pinpoint.
|
5958
|
+
*/
|
5959
|
+
SourcePhoneNumberArn: ARN;
|
5960
|
+
/**
|
5961
|
+
* The description of the phone number.
|
5962
|
+
*/
|
5963
|
+
PhoneNumberDescription?: PhoneNumberDescription;
|
5964
|
+
/**
|
5965
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
5966
|
+
*/
|
5967
|
+
Tags?: TagMap;
|
5968
|
+
/**
|
5969
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
5970
|
+
*/
|
5971
|
+
ClientToken?: ClientToken;
|
5972
|
+
}
|
5973
|
+
export interface ImportPhoneNumberResponse {
|
5974
|
+
/**
|
5975
|
+
* A unique identifier for the phone number.
|
5976
|
+
*/
|
5977
|
+
PhoneNumberId?: PhoneNumberId;
|
5978
|
+
/**
|
5979
|
+
* The Amazon Resource Name (ARN) of the phone number.
|
5980
|
+
*/
|
5981
|
+
PhoneNumberArn?: ARN;
|
5982
|
+
}
|
5594
5983
|
export type InboundCallsEnabled = boolean;
|
5595
5984
|
export interface Instance {
|
5596
5985
|
/**
|
@@ -5778,6 +6167,7 @@ declare namespace Connect {
|
|
5778
6167
|
Id?: TaskTemplateFieldIdentifier;
|
5779
6168
|
}
|
5780
6169
|
export type InvisibleTaskTemplateFields = InvisibleFieldInfo[];
|
6170
|
+
export type JoinToken = string;
|
5781
6171
|
export type KeyId = string;
|
5782
6172
|
export interface KinesisFirehoseConfig {
|
5783
6173
|
/**
|
@@ -5861,6 +6251,34 @@ declare namespace Connect {
|
|
5861
6251
|
*/
|
5862
6252
|
AgentStatusSummaryList?: AgentStatusSummaryList;
|
5863
6253
|
}
|
6254
|
+
export interface ListAnalyticsDataAssociationsRequest {
|
6255
|
+
/**
|
6256
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
6257
|
+
*/
|
6258
|
+
InstanceId: InstanceId;
|
6259
|
+
/**
|
6260
|
+
* The identifier of the dataset to get the association status.
|
6261
|
+
*/
|
6262
|
+
DataSetId?: DataSetId;
|
6263
|
+
/**
|
6264
|
+
* 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.
|
6265
|
+
*/
|
6266
|
+
NextToken?: NextToken;
|
6267
|
+
/**
|
6268
|
+
* The maximum number of results to return per page.
|
6269
|
+
*/
|
6270
|
+
MaxResults?: MaxResult1000;
|
6271
|
+
}
|
6272
|
+
export interface ListAnalyticsDataAssociationsResponse {
|
6273
|
+
/**
|
6274
|
+
* An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned.
|
6275
|
+
*/
|
6276
|
+
Results?: AnalyticsDataAssociationResults;
|
6277
|
+
/**
|
6278
|
+
* If there are additional results, this is the token for the next set of results.
|
6279
|
+
*/
|
6280
|
+
NextToken?: NextToken;
|
6281
|
+
}
|
5864
6282
|
export interface ListApprovedOriginsRequest {
|
5865
6283
|
/**
|
5866
6284
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -6102,6 +6520,34 @@ declare namespace Connect {
|
|
6102
6520
|
NextToken?: NextToken;
|
6103
6521
|
}
|
6104
6522
|
export type ListFlowAssociationResourceType = "VOICE_PHONE_NUMBER"|string;
|
6523
|
+
export interface ListFlowAssociationsRequest {
|
6524
|
+
/**
|
6525
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
6526
|
+
*/
|
6527
|
+
InstanceId: InstanceId;
|
6528
|
+
/**
|
6529
|
+
* A valid resource type.
|
6530
|
+
*/
|
6531
|
+
ResourceType?: ListFlowAssociationResourceType;
|
6532
|
+
/**
|
6533
|
+
* 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.
|
6534
|
+
*/
|
6535
|
+
NextToken?: NextToken;
|
6536
|
+
/**
|
6537
|
+
* The maximum number of results to return per page.
|
6538
|
+
*/
|
6539
|
+
MaxResults?: MaxResult1000;
|
6540
|
+
}
|
6541
|
+
export interface ListFlowAssociationsResponse {
|
6542
|
+
/**
|
6543
|
+
* Summary of flow associations.
|
6544
|
+
*/
|
6545
|
+
FlowAssociationSummaryList?: FlowAssociationSummaryList;
|
6546
|
+
/**
|
6547
|
+
* If there are additional results, this is the token for the next set of results.
|
6548
|
+
*/
|
6549
|
+
NextToken?: NextToken;
|
6550
|
+
}
|
6105
6551
|
export interface ListHoursOfOperationsRequest {
|
6106
6552
|
/**
|
6107
6553
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -6339,6 +6785,14 @@ declare namespace Connect {
|
|
6339
6785
|
* The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
6340
6786
|
*/
|
6341
6787
|
InstanceId?: InstanceId;
|
6788
|
+
/**
|
6789
|
+
* The description of the phone number.
|
6790
|
+
*/
|
6791
|
+
PhoneNumberDescription?: PhoneNumberDescription;
|
6792
|
+
/**
|
6793
|
+
* The claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.
|
6794
|
+
*/
|
6795
|
+
SourcePhoneNumberArn?: ARN;
|
6342
6796
|
}
|
6343
6797
|
export type ListPhoneNumbersSummaryList = ListPhoneNumbersSummary[];
|
6344
6798
|
export interface ListPhoneNumbersV2Request {
|
@@ -6483,7 +6937,7 @@ declare namespace Connect {
|
|
6483
6937
|
*/
|
6484
6938
|
MaxResults?: MaxResult1000;
|
6485
6939
|
/**
|
6486
|
-
* The type of quick connect. In the Amazon Connect
|
6940
|
+
* The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
|
6487
6941
|
*/
|
6488
6942
|
QuickConnectTypes?: QuickConnectTypes;
|
6489
6943
|
}
|
@@ -6497,6 +6951,50 @@ declare namespace Connect {
|
|
6497
6951
|
*/
|
6498
6952
|
NextToken?: NextToken;
|
6499
6953
|
}
|
6954
|
+
export interface ListRealtimeContactAnalysisSegmentsV2Request {
|
6955
|
+
/**
|
6956
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
6957
|
+
*/
|
6958
|
+
InstanceId: InstanceId;
|
6959
|
+
/**
|
6960
|
+
* The identifier of the contact in this instance of Amazon Connect.
|
6961
|
+
*/
|
6962
|
+
ContactId: ContactId;
|
6963
|
+
/**
|
6964
|
+
* The maximum number of results to return per page.
|
6965
|
+
*/
|
6966
|
+
MaxResults?: MaxResult100;
|
6967
|
+
/**
|
6968
|
+
* 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.
|
6969
|
+
*/
|
6970
|
+
NextToken?: LargeNextToken;
|
6971
|
+
/**
|
6972
|
+
* The Contact Lens output type to be returned.
|
6973
|
+
*/
|
6974
|
+
OutputType: RealTimeContactAnalysisOutputType;
|
6975
|
+
/**
|
6976
|
+
* Enum with segment types . Each value corresponds to a segment type returned in the segments list of the API. Each segment type has its own structure. Different channels may have different sets of supported segment types.
|
6977
|
+
*/
|
6978
|
+
SegmentTypes: RealTimeContactAnalysisSegmentTypes;
|
6979
|
+
}
|
6980
|
+
export interface ListRealtimeContactAnalysisSegmentsV2Response {
|
6981
|
+
/**
|
6982
|
+
* The channel of the contact. Voice will not be returned.
|
6983
|
+
*/
|
6984
|
+
Channel: RealTimeContactAnalysisSupportedChannel;
|
6985
|
+
/**
|
6986
|
+
* Status of real-time contact analysis.
|
6987
|
+
*/
|
6988
|
+
Status: RealTimeContactAnalysisStatus;
|
6989
|
+
/**
|
6990
|
+
* An analyzed transcript or category.
|
6991
|
+
*/
|
6992
|
+
Segments: RealtimeContactAnalysisSegments;
|
6993
|
+
/**
|
6994
|
+
* If there are additional results, this is the token for the next set of results.
|
6995
|
+
*/
|
6996
|
+
NextToken?: LargeNextToken;
|
6997
|
+
}
|
6500
6998
|
export interface ListRoutingProfileQueuesRequest {
|
6501
6999
|
/**
|
6502
7000
|
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
@@ -6957,6 +7455,55 @@ declare namespace Connect {
|
|
6957
7455
|
*/
|
6958
7456
|
CrossChannelBehavior?: CrossChannelBehavior;
|
6959
7457
|
}
|
7458
|
+
export interface MediaPlacement {
|
7459
|
+
/**
|
7460
|
+
* The audio host URL.
|
7461
|
+
*/
|
7462
|
+
AudioHostUrl?: URI;
|
7463
|
+
/**
|
7464
|
+
* The audio fallback URL.
|
7465
|
+
*/
|
7466
|
+
AudioFallbackUrl?: URI;
|
7467
|
+
/**
|
7468
|
+
* The signaling URL.
|
7469
|
+
*/
|
7470
|
+
SignalingUrl?: URI;
|
7471
|
+
/**
|
7472
|
+
* The turn control URL.
|
7473
|
+
*/
|
7474
|
+
TurnControlUrl?: URI;
|
7475
|
+
/**
|
7476
|
+
* The event ingestion URL to which you send client meeting events.
|
7477
|
+
*/
|
7478
|
+
EventIngestionUrl?: URI;
|
7479
|
+
}
|
7480
|
+
export type MediaRegion = string;
|
7481
|
+
export interface Meeting {
|
7482
|
+
/**
|
7483
|
+
* The Amazon Web Services Region in which you create the meeting.
|
7484
|
+
*/
|
7485
|
+
MediaRegion?: MediaRegion;
|
7486
|
+
/**
|
7487
|
+
* The media placement for the meeting.
|
7488
|
+
*/
|
7489
|
+
MediaPlacement?: MediaPlacement;
|
7490
|
+
/**
|
7491
|
+
* The configuration settings of the features available to a meeting.
|
7492
|
+
*/
|
7493
|
+
MeetingFeatures?: MeetingFeaturesConfiguration;
|
7494
|
+
/**
|
7495
|
+
* The Amazon Chime SDK meeting ID.
|
7496
|
+
*/
|
7497
|
+
MeetingId?: MeetingId;
|
7498
|
+
}
|
7499
|
+
export type MeetingFeatureStatus = "AVAILABLE"|"UNAVAILABLE"|string;
|
7500
|
+
export interface MeetingFeaturesConfiguration {
|
7501
|
+
/**
|
7502
|
+
* The configuration settings for the audio features available to a meeting.
|
7503
|
+
*/
|
7504
|
+
Audio?: AudioFeatures;
|
7505
|
+
}
|
7506
|
+
export type MeetingId = string;
|
6960
7507
|
export type MetricDataCollectionsV2 = MetricDataV2[];
|
6961
7508
|
export interface MetricDataV2 {
|
6962
7509
|
/**
|
@@ -7066,6 +7613,19 @@ declare namespace Connect {
|
|
7066
7613
|
export type Name = string;
|
7067
7614
|
export type Name128 = string;
|
7068
7615
|
export type Namespace = string;
|
7616
|
+
export type NewChatCreated = boolean;
|
7617
|
+
export interface NewSessionDetails {
|
7618
|
+
/**
|
7619
|
+
* The supported chat message content types. Supported types are text/plain, text/markdown, application/json, application/vnd.amazonaws.connect.message.interactive, and application/vnd.amazonaws.connect.message.interactive.response. Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain: [text/plain, text/markdown, application/json], [text/markdown, text/plain], [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response].
|
7620
|
+
*/
|
7621
|
+
SupportedMessagingContentTypes?: SupportedMessagingContentTypes;
|
7622
|
+
ParticipantDetails?: ParticipantDetails;
|
7623
|
+
/**
|
7624
|
+
* A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in 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.
|
7625
|
+
*/
|
7626
|
+
Attributes?: Attributes;
|
7627
|
+
StreamingConfiguration?: ChatStreamingConfiguration;
|
7628
|
+
}
|
7069
7629
|
export type NextToken = string;
|
7070
7630
|
export type NextToken2500 = string;
|
7071
7631
|
export type NotificationContentType = "PLAIN_TEXT"|string;
|
@@ -7116,6 +7676,12 @@ declare namespace Connect {
|
|
7116
7676
|
export type OutboundCallerIdName = string;
|
7117
7677
|
export type OutboundCallsEnabled = boolean;
|
7118
7678
|
export type PEM = string;
|
7679
|
+
export interface ParticipantCapabilities {
|
7680
|
+
/**
|
7681
|
+
* The configuration having the video sharing capabilities for participants over the call.
|
7682
|
+
*/
|
7683
|
+
Video?: VideoCapability;
|
7684
|
+
}
|
7119
7685
|
export interface ParticipantDetails {
|
7120
7686
|
/**
|
7121
7687
|
* Display name of the participant.
|
@@ -7232,7 +7798,7 @@ declare namespace Connect {
|
|
7232
7798
|
PhoneNumberCountryCode?: PhoneNumberCountryCode;
|
7233
7799
|
}
|
7234
7800
|
export type PhoneNumberSummaryList = PhoneNumberSummary[];
|
7235
|
-
export type PhoneNumberType = "TOLL_FREE"|"DID"|"UIFN"|"SHARED"|"THIRD_PARTY_TF"|"THIRD_PARTY_DID"|string;
|
7801
|
+
export type PhoneNumberType = "TOLL_FREE"|"DID"|"UIFN"|"SHARED"|"THIRD_PARTY_TF"|"THIRD_PARTY_DID"|"SHORT_CODE"|string;
|
7236
7802
|
export type PhoneNumberTypes = PhoneNumberType[];
|
7237
7803
|
export type PhoneNumberWorkflowMessage = string;
|
7238
7804
|
export type PhoneNumberWorkflowStatus = "CLAIMED"|"IN_PROGRESS"|"FAILED"|string;
|
@@ -7501,7 +8067,7 @@ declare namespace Connect {
|
|
7501
8067
|
}
|
7502
8068
|
export interface QuickConnectConfig {
|
7503
8069
|
/**
|
7504
|
-
* The type of quick connect. In the Amazon Connect
|
8070
|
+
* The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
|
7505
8071
|
*/
|
7506
8072
|
QuickConnectType: QuickConnectType;
|
7507
8073
|
/**
|
@@ -7553,7 +8119,7 @@ declare namespace Connect {
|
|
7553
8119
|
*/
|
7554
8120
|
Name?: QuickConnectName;
|
7555
8121
|
/**
|
7556
|
-
* The type of quick connect. In the Amazon Connect
|
8122
|
+
* The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
|
7557
8123
|
*/
|
7558
8124
|
QuickConnectType?: QuickConnectType;
|
7559
8125
|
/**
|
@@ -7576,6 +8142,218 @@ declare namespace Connect {
|
|
7576
8142
|
Id?: TaskTemplateFieldIdentifier;
|
7577
8143
|
}
|
7578
8144
|
export type ReadOnlyTaskTemplateFields = ReadOnlyFieldInfo[];
|
8145
|
+
export interface RealTimeContactAnalysisAttachment {
|
8146
|
+
/**
|
8147
|
+
* A case-sensitive name of the attachment being uploaded. Can be redacted.
|
8148
|
+
*/
|
8149
|
+
AttachmentName: AttachmentName;
|
8150
|
+
/**
|
8151
|
+
* Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
|
8152
|
+
*/
|
8153
|
+
ContentType?: ContentType;
|
8154
|
+
/**
|
8155
|
+
* A unique identifier for the attachment.
|
8156
|
+
*/
|
8157
|
+
AttachmentId: ArtifactId;
|
8158
|
+
/**
|
8159
|
+
* Status of the attachment.
|
8160
|
+
*/
|
8161
|
+
Status?: ArtifactStatus;
|
8162
|
+
}
|
8163
|
+
export type RealTimeContactAnalysisAttachments = RealTimeContactAnalysisAttachment[];
|
8164
|
+
export interface RealTimeContactAnalysisCategoryDetails {
|
8165
|
+
/**
|
8166
|
+
* List of PointOfInterest - objects describing a single match of a rule.
|
8167
|
+
*/
|
8168
|
+
PointsOfInterest: RealTimeContactAnalysisPointsOfInterest;
|
8169
|
+
}
|
8170
|
+
export type RealTimeContactAnalysisCategoryName = string;
|
8171
|
+
export interface RealTimeContactAnalysisCharacterInterval {
|
8172
|
+
/**
|
8173
|
+
* The beginning of the character interval.
|
8174
|
+
*/
|
8175
|
+
BeginOffsetChar: RealTimeContactAnalysisOffset;
|
8176
|
+
/**
|
8177
|
+
* The end of the character interval.
|
8178
|
+
*/
|
8179
|
+
EndOffsetChar: RealTimeContactAnalysisOffset;
|
8180
|
+
}
|
8181
|
+
export type RealTimeContactAnalysisCharacterIntervals = RealTimeContactAnalysisCharacterInterval[];
|
8182
|
+
export type RealTimeContactAnalysisContentType = string;
|
8183
|
+
export type RealTimeContactAnalysisEventType = string;
|
8184
|
+
export type RealTimeContactAnalysisId256 = string;
|
8185
|
+
export interface RealTimeContactAnalysisIssueDetected {
|
8186
|
+
/**
|
8187
|
+
* List of the transcript items (segments) that are associated with a given issue.
|
8188
|
+
*/
|
8189
|
+
TranscriptItems: RealTimeContactAnalysisTranscriptItemsWithContent;
|
8190
|
+
}
|
8191
|
+
export type RealTimeContactAnalysisIssuesDetected = RealTimeContactAnalysisIssueDetected[];
|
8192
|
+
export type RealTimeContactAnalysisMatchedDetails = {[key: string]: RealTimeContactAnalysisCategoryDetails};
|
8193
|
+
export type RealTimeContactAnalysisOffset = number;
|
8194
|
+
export type RealTimeContactAnalysisOutputType = "Raw"|"Redacted"|string;
|
8195
|
+
export interface RealTimeContactAnalysisPointOfInterest {
|
8196
|
+
/**
|
8197
|
+
* List of the transcript items (segments) that are associated with a given point of interest.
|
8198
|
+
*/
|
8199
|
+
TranscriptItems?: RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets;
|
8200
|
+
}
|
8201
|
+
export type RealTimeContactAnalysisPointsOfInterest = RealTimeContactAnalysisPointOfInterest[];
|
8202
|
+
export interface RealTimeContactAnalysisSegmentAttachments {
|
8203
|
+
/**
|
8204
|
+
* The identifier of the segment.
|
8205
|
+
*/
|
8206
|
+
Id: RealTimeContactAnalysisId256;
|
8207
|
+
/**
|
8208
|
+
* The identifier of the participant.
|
8209
|
+
*/
|
8210
|
+
ParticipantId: ParticipantId;
|
8211
|
+
/**
|
8212
|
+
* The role of the participant. For example, is it a customer, agent, or system.
|
8213
|
+
*/
|
8214
|
+
ParticipantRole: ParticipantRole;
|
8215
|
+
/**
|
8216
|
+
* The display name of the participant. Can be redacted.
|
8217
|
+
*/
|
8218
|
+
DisplayName?: DisplayName;
|
8219
|
+
/**
|
8220
|
+
* List of objects describing an individual attachment.
|
8221
|
+
*/
|
8222
|
+
Attachments: RealTimeContactAnalysisAttachments;
|
8223
|
+
/**
|
8224
|
+
* Field describing the time of the event. It can have different representations of time.
|
8225
|
+
*/
|
8226
|
+
Time: RealTimeContactAnalysisTimeData;
|
8227
|
+
}
|
8228
|
+
export interface RealTimeContactAnalysisSegmentCategories {
|
8229
|
+
/**
|
8230
|
+
* Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
|
8231
|
+
*/
|
8232
|
+
MatchedDetails: RealTimeContactAnalysisMatchedDetails;
|
8233
|
+
}
|
8234
|
+
export interface RealTimeContactAnalysisSegmentEvent {
|
8235
|
+
/**
|
8236
|
+
* The identifier of the contact event.
|
8237
|
+
*/
|
8238
|
+
Id: RealTimeContactAnalysisId256;
|
8239
|
+
/**
|
8240
|
+
* The identifier of the participant.
|
8241
|
+
*/
|
8242
|
+
ParticipantId?: ParticipantId;
|
8243
|
+
/**
|
8244
|
+
* The role of the participant. For example, is it a customer, agent, or system.
|
8245
|
+
*/
|
8246
|
+
ParticipantRole?: ParticipantRole;
|
8247
|
+
/**
|
8248
|
+
* The display name of the participant. Can be redacted.
|
8249
|
+
*/
|
8250
|
+
DisplayName?: DisplayName;
|
8251
|
+
/**
|
8252
|
+
* Type of the event. For example, application/vnd.amazonaws.connect.event.participant.left.
|
8253
|
+
*/
|
8254
|
+
EventType: RealTimeContactAnalysisEventType;
|
8255
|
+
/**
|
8256
|
+
* Field describing the time of the event. It can have different representations of time.
|
8257
|
+
*/
|
8258
|
+
Time: RealTimeContactAnalysisTimeData;
|
8259
|
+
}
|
8260
|
+
export interface RealTimeContactAnalysisSegmentIssues {
|
8261
|
+
/**
|
8262
|
+
* List of the issues detected.
|
8263
|
+
*/
|
8264
|
+
IssuesDetected: RealTimeContactAnalysisIssuesDetected;
|
8265
|
+
}
|
8266
|
+
export interface RealTimeContactAnalysisSegmentTranscript {
|
8267
|
+
/**
|
8268
|
+
* The identifier of the transcript.
|
8269
|
+
*/
|
8270
|
+
Id: RealTimeContactAnalysisId256;
|
8271
|
+
/**
|
8272
|
+
* The identifier of the participant.
|
8273
|
+
*/
|
8274
|
+
ParticipantId: ParticipantId;
|
8275
|
+
/**
|
8276
|
+
* The role of the participant. For example, is it a customer, agent, or system.
|
8277
|
+
*/
|
8278
|
+
ParticipantRole: ParticipantRole;
|
8279
|
+
/**
|
8280
|
+
* The display name of the participant.
|
8281
|
+
*/
|
8282
|
+
DisplayName?: DisplayName;
|
8283
|
+
/**
|
8284
|
+
* The content of the transcript. Can be redacted.
|
8285
|
+
*/
|
8286
|
+
Content: RealTimeContactAnalysisTranscriptContent;
|
8287
|
+
/**
|
8288
|
+
* The type of content of the item. For example, text/plain.
|
8289
|
+
*/
|
8290
|
+
ContentType?: RealTimeContactAnalysisContentType;
|
8291
|
+
/**
|
8292
|
+
* Field describing the time of the event. It can have different representations of time.
|
8293
|
+
*/
|
8294
|
+
Time: RealTimeContactAnalysisTimeData;
|
8295
|
+
/**
|
8296
|
+
* Object describing redaction that was applied to the transcript. If transcript has the field it means part of the transcript was redacted.
|
8297
|
+
*/
|
8298
|
+
Redaction?: RealTimeContactAnalysisTranscriptItemRedaction;
|
8299
|
+
/**
|
8300
|
+
* The sentiment detected for this piece of transcript.
|
8301
|
+
*/
|
8302
|
+
Sentiment?: RealTimeContactAnalysisSentimentLabel;
|
8303
|
+
}
|
8304
|
+
export type RealTimeContactAnalysisSegmentType = "Transcript"|"Categories"|"Issues"|"Event"|"Attachments"|string;
|
8305
|
+
export type RealTimeContactAnalysisSegmentTypes = RealTimeContactAnalysisSegmentType[];
|
8306
|
+
export type RealTimeContactAnalysisSentimentLabel = "POSITIVE"|"NEGATIVE"|"NEUTRAL"|string;
|
8307
|
+
export type RealTimeContactAnalysisStatus = "IN_PROGRESS"|"FAILED"|"COMPLETED"|string;
|
8308
|
+
export type RealTimeContactAnalysisSupportedChannel = "VOICE"|"CHAT"|string;
|
8309
|
+
export interface RealTimeContactAnalysisTimeData {
|
8310
|
+
/**
|
8311
|
+
* Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
|
8312
|
+
*/
|
8313
|
+
AbsoluteTime?: RealTimeContactAnalysisTimeInstant;
|
8314
|
+
}
|
8315
|
+
export type RealTimeContactAnalysisTimeInstant = Date;
|
8316
|
+
export type RealTimeContactAnalysisTranscriptContent = string;
|
8317
|
+
export interface RealTimeContactAnalysisTranscriptItemRedaction {
|
8318
|
+
/**
|
8319
|
+
* List of character intervals each describing a part of the text that was redacted. For OutputType.Raw, part of the original text that contains data that can be redacted. For OutputType.Redacted, part of the string with redaction tag.
|
8320
|
+
*/
|
8321
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterIntervals;
|
8322
|
+
}
|
8323
|
+
export interface RealTimeContactAnalysisTranscriptItemWithCharacterOffsets {
|
8324
|
+
/**
|
8325
|
+
* Transcript identifier. Matches the identifier from one of the TranscriptSegments.
|
8326
|
+
*/
|
8327
|
+
Id: RealTimeContactAnalysisId256;
|
8328
|
+
/**
|
8329
|
+
* List of character intervals within transcript content/text.
|
8330
|
+
*/
|
8331
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval;
|
8332
|
+
}
|
8333
|
+
export interface RealTimeContactAnalysisTranscriptItemWithContent {
|
8334
|
+
/**
|
8335
|
+
* Part of the transcript content that contains identified issue. Can be redacted
|
8336
|
+
*/
|
8337
|
+
Content?: RealTimeContactAnalysisTranscriptContent;
|
8338
|
+
/**
|
8339
|
+
* Transcript identifier. Matches the identifier from one of the TranscriptSegments.
|
8340
|
+
*/
|
8341
|
+
Id: RealTimeContactAnalysisId256;
|
8342
|
+
CharacterOffsets?: RealTimeContactAnalysisCharacterInterval;
|
8343
|
+
}
|
8344
|
+
export type RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets = RealTimeContactAnalysisTranscriptItemWithCharacterOffsets[];
|
8345
|
+
export type RealTimeContactAnalysisTranscriptItemsWithContent = RealTimeContactAnalysisTranscriptItemWithContent[];
|
8346
|
+
export interface RealtimeContactAnalysisSegment {
|
8347
|
+
Transcript?: RealTimeContactAnalysisSegmentTranscript;
|
8348
|
+
Categories?: RealTimeContactAnalysisSegmentCategories;
|
8349
|
+
Issues?: RealTimeContactAnalysisSegmentIssues;
|
8350
|
+
Event?: RealTimeContactAnalysisSegmentEvent;
|
8351
|
+
/**
|
8352
|
+
* The analyzed attachments.
|
8353
|
+
*/
|
8354
|
+
Attachments?: RealTimeContactAnalysisSegmentAttachments;
|
8355
|
+
}
|
8356
|
+
export type RealtimeContactAnalysisSegments = RealtimeContactAnalysisSegment[];
|
7579
8357
|
export interface Reference {
|
7580
8358
|
/**
|
7581
8359
|
* 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).
|
@@ -7915,15 +8693,15 @@ declare namespace Connect {
|
|
7915
8693
|
*/
|
7916
8694
|
TaskAction?: TaskActionDefinition;
|
7917
8695
|
/**
|
7918
|
-
* Information about the EventBridge action. Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnPostChatAnalysisAvailable | OnContactEvaluationSubmit | OnMetricDataUpdate
|
8696
|
+
* Information about the EventBridge action. Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnRealTimeChatAnalysisAvailable | OnPostChatAnalysisAvailable | OnContactEvaluationSubmit | OnMetricDataUpdate
|
7919
8697
|
*/
|
7920
8698
|
EventBridgeAction?: EventBridgeActionDefinition;
|
7921
8699
|
/**
|
7922
|
-
* Information about the contact category action. Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnPostChatAnalysisAvailable | OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
|
8700
|
+
* Information about the contact category action. Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnRealTimeChatAnalysisAvailable | OnPostChatAnalysisAvailable | OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
|
7923
8701
|
*/
|
7924
8702
|
AssignContactCategoryAction?: AssignContactCategoryActionDefinition;
|
7925
8703
|
/**
|
7926
|
-
* Information about the send notification action. Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnPostChatAnalysisAvailable | OnContactEvaluationSubmit | OnMetricDataUpdate
|
8704
|
+
* Information about the send notification action. Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnRealTimeChatAnalysisAvailable | OnPostChatAnalysisAvailable | OnContactEvaluationSubmit | OnMetricDataUpdate
|
7927
8705
|
*/
|
7928
8706
|
SendNotificationAction?: SendNotificationActionDefinition;
|
7929
8707
|
}
|
@@ -8489,6 +9267,38 @@ declare namespace Connect {
|
|
8489
9267
|
}
|
8490
9268
|
export type SegmentAttributeValueString = string;
|
8491
9269
|
export type SegmentAttributes = {[key: string]: SegmentAttributeValue};
|
9270
|
+
export interface SendChatIntegrationEventRequest {
|
9271
|
+
/**
|
9272
|
+
* External identifier of chat customer participant, used in part to uniquely identify a chat. For SMS, this is the E164 phone number of the chat customer participant.
|
9273
|
+
*/
|
9274
|
+
SourceId: SourceId;
|
9275
|
+
/**
|
9276
|
+
* Chat system identifier, used in part to uniquely identify chat. This is associated with the Amazon Connect instance and flow to be used to start chats. For SMS, this is the phone number destination of inbound SMS messages represented by an Amazon Pinpoint phone number ARN.
|
9277
|
+
*/
|
9278
|
+
DestinationId: DestinationId;
|
9279
|
+
/**
|
9280
|
+
* Classification of a channel. This is used in part to uniquely identify chat. Valid value: ["connect:sms"]
|
9281
|
+
*/
|
9282
|
+
Subtype?: Subtype;
|
9283
|
+
/**
|
9284
|
+
* Chat integration event payload
|
9285
|
+
*/
|
9286
|
+
Event: ChatEvent;
|
9287
|
+
/**
|
9288
|
+
* Contact properties to apply when starting a new chat. If the integration event is handled with an existing chat, this is ignored.
|
9289
|
+
*/
|
9290
|
+
NewSessionDetails?: NewSessionDetails;
|
9291
|
+
}
|
9292
|
+
export interface SendChatIntegrationEventResponse {
|
9293
|
+
/**
|
9294
|
+
* Identifier of chat contact used to handle integration event. This may be null if the integration event is not valid without an already existing chat contact.
|
9295
|
+
*/
|
9296
|
+
InitialContactId?: ContactId;
|
9297
|
+
/**
|
9298
|
+
* Whether handling the integration event resulted in creating a new chat or acting on existing chat.
|
9299
|
+
*/
|
9300
|
+
NewChatCreated?: NewChatCreated;
|
9301
|
+
}
|
8492
9302
|
export interface SendNotificationActionDefinition {
|
8493
9303
|
/**
|
8494
9304
|
* Notification delivery method.
|
@@ -8548,6 +9358,7 @@ declare namespace Connect {
|
|
8548
9358
|
export type SnapshotVersion = string;
|
8549
9359
|
export type SortOrder = "ASCENDING"|"DESCENDING"|string;
|
8550
9360
|
export type SourceApplicationName = string;
|
9361
|
+
export type SourceId = string;
|
8551
9362
|
export type SourceType = "SALESFORCE"|"ZENDESK"|string;
|
8552
9363
|
export interface StartChatContactRequest {
|
8553
9364
|
/**
|
@@ -8555,7 +9366,7 @@ declare namespace Connect {
|
|
8555
9366
|
*/
|
8556
9367
|
InstanceId: InstanceId;
|
8557
9368
|
/**
|
8558
|
-
* The identifier of the flow for initiating the chat. To see the ContactFlowId in the Amazon Connect
|
9369
|
+
* The identifier of the flow for initiating the chat. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
|
8559
9370
|
*/
|
8560
9371
|
ContactFlowId: ContactFlowId;
|
8561
9372
|
/**
|
@@ -8691,7 +9502,7 @@ declare namespace Connect {
|
|
8691
9502
|
*/
|
8692
9503
|
DestinationPhoneNumber: PhoneNumber;
|
8693
9504
|
/**
|
8694
|
-
* The identifier of the flow for the outbound call. To see the ContactFlowId in the Amazon Connect
|
9505
|
+
* The identifier of the flow for the outbound call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
|
8695
9506
|
*/
|
8696
9507
|
ContactFlowId: ContactFlowId;
|
8697
9508
|
/**
|
@@ -8743,7 +9554,7 @@ declare namespace Connect {
|
|
8743
9554
|
*/
|
8744
9555
|
PreviousContactId?: ContactId;
|
8745
9556
|
/**
|
8746
|
-
* The identifier of the flow for initiating the tasks. To see the ContactFlowId in the Amazon Connect
|
9557
|
+
* The identifier of the flow for initiating the tasks. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
|
8747
9558
|
*/
|
8748
9559
|
ContactFlowId?: ContactFlowId;
|
8749
9560
|
/**
|
@@ -8789,6 +9600,59 @@ declare namespace Connect {
|
|
8789
9600
|
*/
|
8790
9601
|
ContactId?: ContactId;
|
8791
9602
|
}
|
9603
|
+
export interface StartWebRTCContactRequest {
|
9604
|
+
/**
|
9605
|
+
* A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in 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, -, and _ characters.
|
9606
|
+
*/
|
9607
|
+
Attributes?: Attributes;
|
9608
|
+
/**
|
9609
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.
|
9610
|
+
*/
|
9611
|
+
ClientToken?: ClientToken;
|
9612
|
+
/**
|
9613
|
+
* The identifier of the flow for the call. To see the ContactFlowId in the Amazon Connect admin website, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/846ec553-a005-41c0-8341-xxxxxxxxxxxx
|
9614
|
+
*/
|
9615
|
+
ContactFlowId: ContactFlowId;
|
9616
|
+
/**
|
9617
|
+
* The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
|
9618
|
+
*/
|
9619
|
+
InstanceId: InstanceId;
|
9620
|
+
/**
|
9621
|
+
* Information about the video sharing capabilities of the participants (customer, agent).
|
9622
|
+
*/
|
9623
|
+
AllowedCapabilities?: AllowedCapabilities;
|
9624
|
+
ParticipantDetails: ParticipantDetails;
|
9625
|
+
/**
|
9626
|
+
* The unique identifier for an Amazon Connect contact. This identifier is related to the contact starting.
|
9627
|
+
*/
|
9628
|
+
RelatedContactId?: ContactId;
|
9629
|
+
/**
|
9630
|
+
* A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE | EMAIL. ATTACHMENT is not a supported reference type during task creation.
|
9631
|
+
*/
|
9632
|
+
References?: ContactReferences;
|
9633
|
+
/**
|
9634
|
+
* A description of the task that is shown to an agent in the Contact Control Panel (CCP).
|
9635
|
+
*/
|
9636
|
+
Description?: Description;
|
9637
|
+
}
|
9638
|
+
export interface StartWebRTCContactResponse {
|
9639
|
+
/**
|
9640
|
+
* Information required for the client application (mobile application or website) to connect to the call.
|
9641
|
+
*/
|
9642
|
+
ConnectionData?: ConnectionData;
|
9643
|
+
/**
|
9644
|
+
* The identifier of the contact in this instance of Amazon Connect.
|
9645
|
+
*/
|
9646
|
+
ContactId?: ContactId;
|
9647
|
+
/**
|
9648
|
+
* The identifier for a contact participant. The ParticipantId for a contact participant is the same throughout the contact lifecycle.
|
9649
|
+
*/
|
9650
|
+
ParticipantId?: ParticipantId;
|
9651
|
+
/**
|
9652
|
+
* The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
|
9653
|
+
*/
|
9654
|
+
ParticipantToken?: ParticipantToken;
|
9655
|
+
}
|
8792
9656
|
export type Statistic = "SUM"|"MAX"|"AVG"|string;
|
8793
9657
|
export interface StopContactRecordingRequest {
|
8794
9658
|
/**
|
@@ -8895,6 +9759,7 @@ declare namespace Connect {
|
|
8895
9759
|
*/
|
8896
9760
|
EvaluationArn: ARN;
|
8897
9761
|
}
|
9762
|
+
export type Subtype = string;
|
8898
9763
|
export interface SuccessfulRequest {
|
8899
9764
|
/**
|
8900
9765
|
* Request identifier provided in the API call in the ContactDataRequest to create a contact.
|
@@ -10454,6 +11319,7 @@ declare namespace Connect {
|
|
10454
11319
|
export type UserTagMap = {[key: string]: String};
|
10455
11320
|
export type Value = number;
|
10456
11321
|
export type VersionNumber = number;
|
11322
|
+
export type VideoCapability = "SEND"|string;
|
10457
11323
|
export interface View {
|
10458
11324
|
/**
|
10459
11325
|
* The identifier of the view.
|