cdk-comprehend-s3olap 2.0.72 → 2.0.75
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +70 -69
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
- package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +57 -52
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +131 -42
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -60,11 +60,11 @@ declare class Connect extends Service {
|
|
60
60
|
*/
|
61
61
|
associateLexBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
62
62
|
/**
|
63
|
-
* Associates a
|
63
|
+
* Associates a flow with a phone number claimed to your Amazon Connect instance.
|
64
64
|
*/
|
65
65
|
associatePhoneNumberContactFlow(params: Connect.Types.AssociatePhoneNumberContactFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
66
66
|
/**
|
67
|
-
* Associates a
|
67
|
+
* Associates a flow with a phone number claimed to your Amazon Connect instance.
|
68
68
|
*/
|
69
69
|
associatePhoneNumberContactFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
70
70
|
/**
|
@@ -108,19 +108,19 @@ declare class Connect extends Service {
|
|
108
108
|
*/
|
109
109
|
createAgentStatus(callback?: (err: AWSError, data: Connect.Types.CreateAgentStatusResponse) => void): Request<Connect.Types.CreateAgentStatusResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Creates a
|
111
|
+
* Creates a flow for the specified Amazon Connect instance. You can also create and update flows using the Amazon Connect Flow language.
|
112
112
|
*/
|
113
113
|
createContactFlow(params: Connect.Types.CreateContactFlowRequest, callback?: (err: AWSError, data: Connect.Types.CreateContactFlowResponse) => void): Request<Connect.Types.CreateContactFlowResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Creates a
|
115
|
+
* Creates a flow for the specified Amazon Connect instance. You can also create and update flows using the Amazon Connect Flow language.
|
116
116
|
*/
|
117
117
|
createContactFlow(callback?: (err: AWSError, data: Connect.Types.CreateContactFlowResponse) => void): Request<Connect.Types.CreateContactFlowResponse, AWSError>;
|
118
118
|
/**
|
119
|
-
* Creates a
|
119
|
+
* Creates a flow module for the specified Amazon Connect instance.
|
120
120
|
*/
|
121
121
|
createContactFlowModule(params: Connect.Types.CreateContactFlowModuleRequest, callback?: (err: AWSError, data: Connect.Types.CreateContactFlowModuleResponse) => void): Request<Connect.Types.CreateContactFlowModuleResponse, AWSError>;
|
122
122
|
/**
|
123
|
-
* Creates a
|
123
|
+
* Creates a flow module for the specified Amazon Connect instance.
|
124
124
|
*/
|
125
125
|
createContactFlowModule(callback?: (err: AWSError, data: Connect.Types.CreateContactFlowModuleResponse) => void): Request<Connect.Types.CreateContactFlowModuleResponse, AWSError>;
|
126
126
|
/**
|
@@ -220,19 +220,19 @@ declare class Connect extends Service {
|
|
220
220
|
*/
|
221
221
|
createVocabulary(callback?: (err: AWSError, data: Connect.Types.CreateVocabularyResponse) => void): Request<Connect.Types.CreateVocabularyResponse, AWSError>;
|
222
222
|
/**
|
223
|
-
* Deletes a
|
223
|
+
* Deletes a flow for the specified Amazon Connect instance.
|
224
224
|
*/
|
225
225
|
deleteContactFlow(params: Connect.Types.DeleteContactFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
226
226
|
/**
|
227
|
-
* Deletes a
|
227
|
+
* Deletes a flow for the specified Amazon Connect instance.
|
228
228
|
*/
|
229
229
|
deleteContactFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
230
230
|
/**
|
231
|
-
* Deletes the specified
|
231
|
+
* Deletes the specified flow module.
|
232
232
|
*/
|
233
233
|
deleteContactFlowModule(params: Connect.Types.DeleteContactFlowModuleRequest, callback?: (err: AWSError, data: Connect.Types.DeleteContactFlowModuleResponse) => void): Request<Connect.Types.DeleteContactFlowModuleResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* Deletes the specified
|
235
|
+
* Deletes the specified flow module.
|
236
236
|
*/
|
237
237
|
deleteContactFlowModule(callback?: (err: AWSError, data: Connect.Types.DeleteContactFlowModuleResponse) => void): Request<Connect.Types.DeleteContactFlowModuleResponse, AWSError>;
|
238
238
|
/**
|
@@ -332,19 +332,19 @@ declare class Connect extends Service {
|
|
332
332
|
*/
|
333
333
|
describeContact(callback?: (err: AWSError, data: Connect.Types.DescribeContactResponse) => void): Request<Connect.Types.DescribeContactResponse, AWSError>;
|
334
334
|
/**
|
335
|
-
* Describes the specified
|
335
|
+
* Describes the specified flow. You can also create and update flows using the Amazon Connect Flow language.
|
336
336
|
*/
|
337
337
|
describeContactFlow(params: Connect.Types.DescribeContactFlowRequest, callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowResponse) => void): Request<Connect.Types.DescribeContactFlowResponse, AWSError>;
|
338
338
|
/**
|
339
|
-
* Describes the specified
|
339
|
+
* Describes the specified flow. You can also create and update flows using the Amazon Connect Flow language.
|
340
340
|
*/
|
341
341
|
describeContactFlow(callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowResponse) => void): Request<Connect.Types.DescribeContactFlowResponse, AWSError>;
|
342
342
|
/**
|
343
|
-
* Describes the specified
|
343
|
+
* Describes the specified flow module.
|
344
344
|
*/
|
345
345
|
describeContactFlowModule(params: Connect.Types.DescribeContactFlowModuleRequest, callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowModuleResponse) => void): Request<Connect.Types.DescribeContactFlowModuleResponse, AWSError>;
|
346
346
|
/**
|
347
|
-
* Describes the specified
|
347
|
+
* Describes the specified flow module.
|
348
348
|
*/
|
349
349
|
describeContactFlowModule(callback?: (err: AWSError, data: Connect.Types.DescribeContactFlowModuleResponse) => void): Request<Connect.Types.DescribeContactFlowModuleResponse, AWSError>;
|
350
350
|
/**
|
@@ -476,11 +476,11 @@ declare class Connect extends Service {
|
|
476
476
|
*/
|
477
477
|
disassociateInstanceStorageConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
478
478
|
/**
|
479
|
-
* This API is in preview release for Amazon Connect and is subject to change. Remove the Lambda function from the dropdown options available in the relevant
|
479
|
+
* This API is in preview release for Amazon Connect and is subject to change. Remove the Lambda function from the dropdown options available in the relevant flow blocks.
|
480
480
|
*/
|
481
481
|
disassociateLambdaFunction(params: Connect.Types.DisassociateLambdaFunctionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
482
482
|
/**
|
483
|
-
* This API is in preview release for Amazon Connect and is subject to change. Remove the Lambda function from the dropdown options available in the relevant
|
483
|
+
* This API is in preview release for Amazon Connect and is subject to change. Remove the Lambda function from the dropdown options available in the relevant flow blocks.
|
484
484
|
*/
|
485
485
|
disassociateLambdaFunction(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
486
486
|
/**
|
@@ -492,11 +492,11 @@ declare class Connect extends Service {
|
|
492
492
|
*/
|
493
493
|
disassociateLexBot(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
494
494
|
/**
|
495
|
-
* Removes the
|
495
|
+
* Removes the flow association from a phone number claimed to your Amazon Connect instance, if a flow association exists.
|
496
496
|
*/
|
497
497
|
disassociatePhoneNumberContactFlow(params: Connect.Types.DisassociatePhoneNumberContactFlowRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
498
498
|
/**
|
499
|
-
* Removes the
|
499
|
+
* Removes the flow association from a phone number claimed to your Amazon Connect instance, if a flow association exists.
|
500
500
|
*/
|
501
501
|
disassociatePhoneNumberContactFlow(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
502
502
|
/**
|
@@ -596,19 +596,19 @@ declare class Connect extends Service {
|
|
596
596
|
*/
|
597
597
|
listBots(callback?: (err: AWSError, data: Connect.Types.ListBotsResponse) => void): Request<Connect.Types.ListBotsResponse, AWSError>;
|
598
598
|
/**
|
599
|
-
* Provides information about the
|
599
|
+
* Provides information about the flow modules for the specified Amazon Connect instance.
|
600
600
|
*/
|
601
601
|
listContactFlowModules(params: Connect.Types.ListContactFlowModulesRequest, callback?: (err: AWSError, data: Connect.Types.ListContactFlowModulesResponse) => void): Request<Connect.Types.ListContactFlowModulesResponse, AWSError>;
|
602
602
|
/**
|
603
|
-
* Provides information about the
|
603
|
+
* Provides information about the flow modules for the specified Amazon Connect instance.
|
604
604
|
*/
|
605
605
|
listContactFlowModules(callback?: (err: AWSError, data: Connect.Types.ListContactFlowModulesResponse) => void): Request<Connect.Types.ListContactFlowModulesResponse, AWSError>;
|
606
606
|
/**
|
607
|
-
* Provides information about the
|
607
|
+
* Provides information about the flows for the specified Amazon Connect instance. You can also create and update flows using the Amazon Connect Flow language. For more information about flows, see Flows in the Amazon Connect Administrator Guide.
|
608
608
|
*/
|
609
609
|
listContactFlows(params: Connect.Types.ListContactFlowsRequest, callback?: (err: AWSError, data: Connect.Types.ListContactFlowsResponse) => void): Request<Connect.Types.ListContactFlowsResponse, AWSError>;
|
610
610
|
/**
|
611
|
-
* Provides information about the
|
611
|
+
* Provides information about the flows for the specified Amazon Connect instance. You can also create and update flows using the Amazon Connect Flow language. For more information about flows, see Flows in the Amazon Connect Administrator Guide.
|
612
612
|
*/
|
613
613
|
listContactFlows(callback?: (err: AWSError, data: Connect.Types.ListContactFlowsResponse) => void): Request<Connect.Types.ListContactFlowsResponse, AWSError>;
|
614
614
|
/**
|
@@ -668,11 +668,11 @@ declare class Connect extends Service {
|
|
668
668
|
*/
|
669
669
|
listIntegrationAssociations(callback?: (err: AWSError, data: Connect.Types.ListIntegrationAssociationsResponse) => void): Request<Connect.Types.ListIntegrationAssociationsResponse, AWSError>;
|
670
670
|
/**
|
671
|
-
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant
|
671
|
+
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant flow blocks.
|
672
672
|
*/
|
673
673
|
listLambdaFunctions(params: Connect.Types.ListLambdaFunctionsRequest, callback?: (err: AWSError, data: Connect.Types.ListLambdaFunctionsResponse) => void): Request<Connect.Types.ListLambdaFunctionsResponse, AWSError>;
|
674
674
|
/**
|
675
|
-
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant
|
675
|
+
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant flow blocks.
|
676
676
|
*/
|
677
677
|
listLambdaFunctions(callback?: (err: AWSError, data: Connect.Types.ListLambdaFunctionsResponse) => void): Request<Connect.Types.ListLambdaFunctionsResponse, AWSError>;
|
678
678
|
/**
|
@@ -843,6 +843,14 @@ declare class Connect extends Service {
|
|
843
843
|
* Searches for available phone numbers that you can claim to your Amazon Connect instance.
|
844
844
|
*/
|
845
845
|
searchAvailablePhoneNumbers(callback?: (err: AWSError, data: Connect.Types.SearchAvailablePhoneNumbersResponse) => void): Request<Connect.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
|
846
|
+
/**
|
847
|
+
* This API is in preview release for Amazon Connect and is subject to change. Searches security profiles in an Amazon Connect instance, with optional filtering.
|
848
|
+
*/
|
849
|
+
searchSecurityProfiles(params: Connect.Types.SearchSecurityProfilesRequest, callback?: (err: AWSError, data: Connect.Types.SearchSecurityProfilesResponse) => void): Request<Connect.Types.SearchSecurityProfilesResponse, AWSError>;
|
850
|
+
/**
|
851
|
+
* This API is in preview release for Amazon Connect and is subject to change. Searches security profiles in an Amazon Connect instance, with optional filtering.
|
852
|
+
*/
|
853
|
+
searchSecurityProfiles(callback?: (err: AWSError, data: Connect.Types.SearchSecurityProfilesResponse) => void): Request<Connect.Types.SearchSecurityProfilesResponse, AWSError>;
|
846
854
|
/**
|
847
855
|
* Searches users in an Amazon Connect instance, with optional filtering.
|
848
856
|
*/
|
@@ -860,11 +868,11 @@ declare class Connect extends Service {
|
|
860
868
|
*/
|
861
869
|
searchVocabularies(callback?: (err: AWSError, data: Connect.Types.SearchVocabulariesResponse) => void): Request<Connect.Types.SearchVocabulariesResponse, AWSError>;
|
862
870
|
/**
|
863
|
-
* Initiates a
|
871
|
+
* 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.
|
864
872
|
*/
|
865
873
|
startChatContact(params: Connect.Types.StartChatContactRequest, callback?: (err: AWSError, data: Connect.Types.StartChatContactResponse) => void): Request<Connect.Types.StartChatContactResponse, AWSError>;
|
866
874
|
/**
|
867
|
-
* Initiates a
|
875
|
+
* 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.
|
868
876
|
*/
|
869
877
|
startChatContact(callback?: (err: AWSError, data: Connect.Types.StartChatContactResponse) => void): Request<Connect.Types.StartChatContactResponse, AWSError>;
|
870
878
|
/**
|
@@ -884,19 +892,19 @@ declare class Connect extends Service {
|
|
884
892
|
*/
|
885
893
|
startContactStreaming(callback?: (err: AWSError, data: Connect.Types.StartContactStreamingResponse) => void): Request<Connect.Types.StartContactStreamingResponse, AWSError>;
|
886
894
|
/**
|
887
|
-
* Places an outbound call to a contact, and then initiates the
|
895
|
+
* Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request to the quota Amazon Connect campaigns.
|
888
896
|
*/
|
889
897
|
startOutboundVoiceContact(params: Connect.Types.StartOutboundVoiceContactRequest, callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceContactResponse) => void): Request<Connect.Types.StartOutboundVoiceContactResponse, AWSError>;
|
890
898
|
/**
|
891
|
-
* Places an outbound call to a contact, and then initiates the
|
899
|
+
* Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in ContactFlowId). Agents do not initiate the outbound API, which means that they do not dial the contact. If the flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case. There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails. UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide. Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request to the quota Amazon Connect campaigns.
|
892
900
|
*/
|
893
901
|
startOutboundVoiceContact(callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceContactResponse) => void): Request<Connect.Types.StartOutboundVoiceContactResponse, AWSError>;
|
894
902
|
/**
|
895
|
-
* Initiates a
|
903
|
+
* Initiates a flow to start a new task.
|
896
904
|
*/
|
897
905
|
startTaskContact(params: Connect.Types.StartTaskContactRequest, callback?: (err: AWSError, data: Connect.Types.StartTaskContactResponse) => void): Request<Connect.Types.StartTaskContactResponse, AWSError>;
|
898
906
|
/**
|
899
|
-
* Initiates a
|
907
|
+
* Initiates a flow to start a new task.
|
900
908
|
*/
|
901
909
|
startTaskContact(callback?: (err: AWSError, data: Connect.Types.StartTaskContactResponse) => void): Request<Connect.Types.StartTaskContactResponse, AWSError>;
|
902
910
|
/**
|
@@ -932,19 +940,19 @@ declare class Connect extends Service {
|
|
932
940
|
*/
|
933
941
|
suspendContactRecording(callback?: (err: AWSError, data: Connect.Types.SuspendContactRecordingResponse) => void): Request<Connect.Types.SuspendContactRecordingResponse, AWSError>;
|
934
942
|
/**
|
935
|
-
* Adds the specified tags to the specified resource.
|
943
|
+
* Adds the specified tags to the specified resource. Some of the supported resource types are agents, routing profiles, queues, quick connects, contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see Tagging resources in Amazon Connect. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
|
936
944
|
*/
|
937
945
|
tagResource(params: Connect.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
938
946
|
/**
|
939
|
-
* Adds the specified tags to the specified resource.
|
947
|
+
* Adds the specified tags to the specified resource. Some of the supported resource types are agents, routing profiles, queues, quick connects, contact flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see Tagging resources in Amazon Connect. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
|
940
948
|
*/
|
941
949
|
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
942
950
|
/**
|
943
|
-
* Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the
|
951
|
+
* Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers. Note the following requirements: Transfer is supported for only TASK contacts. Do not use both QueueId and UserId in the same call. The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow. The TransferContact API can be called only on active contacts. A contact cannot be transferred more than 11 times.
|
944
952
|
*/
|
945
953
|
transferContact(params: Connect.Types.TransferContactRequest, callback?: (err: AWSError, data: Connect.Types.TransferContactResponse) => void): Request<Connect.Types.TransferContactResponse, AWSError>;
|
946
954
|
/**
|
947
|
-
* Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the
|
955
|
+
* Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers. Note the following requirements: Transfer is supported for only TASK contacts. Do not use both QueueId and UserId in the same call. The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow. The TransferContact API can be called only on active contacts. A contact cannot be transferred more than 11 times.
|
948
956
|
*/
|
949
957
|
transferContact(callback?: (err: AWSError, data: Connect.Types.TransferContactResponse) => void): Request<Connect.Types.TransferContactResponse, AWSError>;
|
950
958
|
/**
|
@@ -972,51 +980,51 @@ declare class Connect extends Service {
|
|
972
980
|
*/
|
973
981
|
updateContact(callback?: (err: AWSError, data: Connect.Types.UpdateContactResponse) => void): Request<Connect.Types.UpdateContactResponse, AWSError>;
|
974
982
|
/**
|
975
|
-
* Creates or updates user-defined contact attributes associated with the specified contact. You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about
|
983
|
+
* Creates or updates user-defined contact attributes associated with the specified contact. You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about contact record retention and the maximum size of the contact record attributes section, see Feature specifications in the Amazon Connect Administrator Guide.
|
976
984
|
*/
|
977
985
|
updateContactAttributes(params: Connect.Types.UpdateContactAttributesRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactAttributesResponse) => void): Request<Connect.Types.UpdateContactAttributesResponse, AWSError>;
|
978
986
|
/**
|
979
|
-
* Creates or updates user-defined contact attributes associated with the specified contact. You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about
|
987
|
+
* Creates or updates user-defined contact attributes associated with the specified contact. You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers. Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about contact record retention and the maximum size of the contact record attributes section, see Feature specifications in the Amazon Connect Administrator Guide.
|
980
988
|
*/
|
981
989
|
updateContactAttributes(callback?: (err: AWSError, data: Connect.Types.UpdateContactAttributesResponse) => void): Request<Connect.Types.UpdateContactAttributesResponse, AWSError>;
|
982
990
|
/**
|
983
|
-
* Updates the specified
|
991
|
+
* Updates the specified flow. You can also create and update flows using the Amazon Connect Flow language.
|
984
992
|
*/
|
985
993
|
updateContactFlowContent(params: Connect.Types.UpdateContactFlowContentRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
986
994
|
/**
|
987
|
-
* Updates the specified
|
995
|
+
* Updates the specified flow. You can also create and update flows using the Amazon Connect Flow language.
|
988
996
|
*/
|
989
997
|
updateContactFlowContent(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
990
998
|
/**
|
991
|
-
* Updates metadata about specified
|
999
|
+
* Updates metadata about specified flow.
|
992
1000
|
*/
|
993
1001
|
updateContactFlowMetadata(params: Connect.Types.UpdateContactFlowMetadataRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
994
1002
|
/**
|
995
|
-
* Updates metadata about specified
|
1003
|
+
* Updates metadata about specified flow.
|
996
1004
|
*/
|
997
1005
|
updateContactFlowMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
998
1006
|
/**
|
999
|
-
* Updates specified
|
1007
|
+
* Updates specified flow module for the specified Amazon Connect instance.
|
1000
1008
|
*/
|
1001
1009
|
updateContactFlowModuleContent(params: Connect.Types.UpdateContactFlowModuleContentRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleContentResponse) => void): Request<Connect.Types.UpdateContactFlowModuleContentResponse, AWSError>;
|
1002
1010
|
/**
|
1003
|
-
* Updates specified
|
1011
|
+
* Updates specified flow module for the specified Amazon Connect instance.
|
1004
1012
|
*/
|
1005
1013
|
updateContactFlowModuleContent(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleContentResponse) => void): Request<Connect.Types.UpdateContactFlowModuleContentResponse, AWSError>;
|
1006
1014
|
/**
|
1007
|
-
* Updates metadata about specified
|
1015
|
+
* Updates metadata about specified flow module.
|
1008
1016
|
*/
|
1009
1017
|
updateContactFlowModuleMetadata(params: Connect.Types.UpdateContactFlowModuleMetadataRequest, callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleMetadataResponse) => void): Request<Connect.Types.UpdateContactFlowModuleMetadataResponse, AWSError>;
|
1010
1018
|
/**
|
1011
|
-
* Updates metadata about specified
|
1019
|
+
* Updates metadata about specified flow module.
|
1012
1020
|
*/
|
1013
1021
|
updateContactFlowModuleMetadata(callback?: (err: AWSError, data: Connect.Types.UpdateContactFlowModuleMetadataResponse) => void): Request<Connect.Types.UpdateContactFlowModuleMetadataResponse, AWSError>;
|
1014
1022
|
/**
|
1015
|
-
* The name of the
|
1023
|
+
* The name of the flow. You can also create and update flows using the Amazon Connect Flow language.
|
1016
1024
|
*/
|
1017
1025
|
updateContactFlowName(params: Connect.Types.UpdateContactFlowNameRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1018
1026
|
/**
|
1019
|
-
* The name of the
|
1027
|
+
* The name of the flow. You can also create and update flows using the Amazon Connect Flow language.
|
1020
1028
|
*/
|
1021
1029
|
updateContactFlowName(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
1022
1030
|
/**
|
@@ -1294,7 +1302,7 @@ declare namespace Connect {
|
|
1294
1302
|
*/
|
1295
1303
|
State?: AgentStatusState;
|
1296
1304
|
/**
|
1297
|
-
* The tags used to organize, track, or control access for this resource.
|
1305
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1298
1306
|
*/
|
1299
1307
|
Tags?: TagMap;
|
1300
1308
|
}
|
@@ -1434,7 +1442,7 @@ declare namespace Connect {
|
|
1434
1442
|
*/
|
1435
1443
|
InstanceId: InstanceId;
|
1436
1444
|
/**
|
1437
|
-
* The identifier of the
|
1445
|
+
* The identifier of the flow.
|
1438
1446
|
*/
|
1439
1447
|
ContactFlowId: ContactFlowId;
|
1440
1448
|
}
|
@@ -1568,7 +1576,7 @@ declare namespace Connect {
|
|
1568
1576
|
*/
|
1569
1577
|
PhoneNumberDescription?: PhoneNumberDescription;
|
1570
1578
|
/**
|
1571
|
-
* The tags used to organize, track, or control access for this resource.
|
1579
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1572
1580
|
*/
|
1573
1581
|
Tags?: TagMap;
|
1574
1582
|
/**
|
@@ -1616,7 +1624,7 @@ declare namespace Connect {
|
|
1616
1624
|
*/
|
1617
1625
|
TargetArn?: ARN;
|
1618
1626
|
/**
|
1619
|
-
* The tags used to organize, track, or control access for this resource.
|
1627
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1620
1628
|
*/
|
1621
1629
|
Tags?: TagMap;
|
1622
1630
|
/**
|
@@ -1694,35 +1702,35 @@ declare namespace Connect {
|
|
1694
1702
|
}
|
1695
1703
|
export interface ContactFlow {
|
1696
1704
|
/**
|
1697
|
-
* The Amazon Resource Name (ARN) of the
|
1705
|
+
* The Amazon Resource Name (ARN) of the flow.
|
1698
1706
|
*/
|
1699
1707
|
Arn?: ARN;
|
1700
1708
|
/**
|
1701
|
-
* The identifier of the
|
1709
|
+
* The identifier of the flow.
|
1702
1710
|
*/
|
1703
1711
|
Id?: ContactFlowId;
|
1704
1712
|
/**
|
1705
|
-
* The name of the
|
1713
|
+
* The name of the flow.
|
1706
1714
|
*/
|
1707
1715
|
Name?: ContactFlowName;
|
1708
1716
|
/**
|
1709
|
-
* The type of the
|
1717
|
+
* The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
|
1710
1718
|
*/
|
1711
1719
|
Type?: ContactFlowType;
|
1712
1720
|
/**
|
1713
|
-
* The type of
|
1721
|
+
* The type of flow.
|
1714
1722
|
*/
|
1715
1723
|
State?: ContactFlowState;
|
1716
1724
|
/**
|
1717
|
-
* The description of the
|
1725
|
+
* The description of the flow.
|
1718
1726
|
*/
|
1719
1727
|
Description?: ContactFlowDescription;
|
1720
1728
|
/**
|
1721
|
-
* The content of the
|
1729
|
+
* The content of the flow.
|
1722
1730
|
*/
|
1723
1731
|
Content?: ContactFlowContent;
|
1724
1732
|
/**
|
1725
|
-
*
|
1733
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1726
1734
|
*/
|
1727
1735
|
Tags?: TagMap;
|
1728
1736
|
}
|
@@ -1735,31 +1743,31 @@ declare namespace Connect {
|
|
1735
1743
|
*/
|
1736
1744
|
Arn?: ARN;
|
1737
1745
|
/**
|
1738
|
-
* The identifier of the
|
1746
|
+
* The identifier of the flow module.
|
1739
1747
|
*/
|
1740
1748
|
Id?: ContactFlowModuleId;
|
1741
1749
|
/**
|
1742
|
-
* The name of the
|
1750
|
+
* The name of the flow module.
|
1743
1751
|
*/
|
1744
1752
|
Name?: ContactFlowModuleName;
|
1745
1753
|
/**
|
1746
|
-
* The content of the
|
1754
|
+
* The content of the flow module.
|
1747
1755
|
*/
|
1748
1756
|
Content?: ContactFlowModuleContent;
|
1749
1757
|
/**
|
1750
|
-
* The description of the
|
1758
|
+
* The description of the flow module.
|
1751
1759
|
*/
|
1752
1760
|
Description?: ContactFlowModuleDescription;
|
1753
1761
|
/**
|
1754
|
-
* The type of
|
1762
|
+
* The type of flow module.
|
1755
1763
|
*/
|
1756
1764
|
State?: ContactFlowModuleState;
|
1757
1765
|
/**
|
1758
|
-
* The status of the
|
1766
|
+
* The status of the flow module.
|
1759
1767
|
*/
|
1760
1768
|
Status?: ContactFlowModuleStatus;
|
1761
1769
|
/**
|
1762
|
-
* The tags used to organize, track, or control access for this resource.
|
1770
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1763
1771
|
*/
|
1764
1772
|
Tags?: TagMap;
|
1765
1773
|
}
|
@@ -1771,19 +1779,19 @@ declare namespace Connect {
|
|
1771
1779
|
export type ContactFlowModuleStatus = "PUBLISHED"|"SAVED"|string;
|
1772
1780
|
export interface ContactFlowModuleSummary {
|
1773
1781
|
/**
|
1774
|
-
* The identifier of the
|
1782
|
+
* The identifier of the flow module.
|
1775
1783
|
*/
|
1776
1784
|
Id?: ContactFlowModuleId;
|
1777
1785
|
/**
|
1778
|
-
* The Amazon Resource Name (ARN) of the
|
1786
|
+
* The Amazon Resource Name (ARN) of the flow module.
|
1779
1787
|
*/
|
1780
1788
|
Arn?: ARN;
|
1781
1789
|
/**
|
1782
|
-
* The name of the
|
1790
|
+
* The name of the flow module.
|
1783
1791
|
*/
|
1784
1792
|
Name?: ContactFlowModuleName;
|
1785
1793
|
/**
|
1786
|
-
* The type of
|
1794
|
+
* The type of flow module.
|
1787
1795
|
*/
|
1788
1796
|
State?: ContactFlowModuleState;
|
1789
1797
|
}
|
@@ -1792,23 +1800,23 @@ declare namespace Connect {
|
|
1792
1800
|
export type ContactFlowState = "ACTIVE"|"ARCHIVED"|string;
|
1793
1801
|
export interface ContactFlowSummary {
|
1794
1802
|
/**
|
1795
|
-
* The identifier of the
|
1803
|
+
* The identifier of the flow.
|
1796
1804
|
*/
|
1797
1805
|
Id?: ContactFlowId;
|
1798
1806
|
/**
|
1799
|
-
* The Amazon Resource Name (ARN) of the
|
1807
|
+
* The Amazon Resource Name (ARN) of the flow.
|
1800
1808
|
*/
|
1801
1809
|
Arn?: ARN;
|
1802
1810
|
/**
|
1803
|
-
* The name of the
|
1811
|
+
* The name of the flow.
|
1804
1812
|
*/
|
1805
1813
|
Name?: ContactFlowName;
|
1806
1814
|
/**
|
1807
|
-
* The type of
|
1815
|
+
* The type of flow.
|
1808
1816
|
*/
|
1809
1817
|
ContactFlowType?: ContactFlowType;
|
1810
1818
|
/**
|
1811
|
-
* The type of
|
1819
|
+
* The type of flow.
|
1812
1820
|
*/
|
1813
1821
|
ContactFlowState?: ContactFlowState;
|
1814
1822
|
}
|
@@ -1856,7 +1864,7 @@ declare namespace Connect {
|
|
1856
1864
|
*/
|
1857
1865
|
DisplayOrder?: AgentStatusOrderNumber;
|
1858
1866
|
/**
|
1859
|
-
* The tags used to organize, track, or control access for this resource.
|
1867
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1860
1868
|
*/
|
1861
1869
|
Tags?: TagMap;
|
1862
1870
|
}
|
@@ -1876,19 +1884,19 @@ declare namespace Connect {
|
|
1876
1884
|
*/
|
1877
1885
|
InstanceId: InstanceId;
|
1878
1886
|
/**
|
1879
|
-
* The name of the
|
1887
|
+
* The name of the flow module.
|
1880
1888
|
*/
|
1881
1889
|
Name: ContactFlowModuleName;
|
1882
1890
|
/**
|
1883
|
-
* The description of the
|
1891
|
+
* The description of the flow module.
|
1884
1892
|
*/
|
1885
1893
|
Description?: ContactFlowModuleDescription;
|
1886
1894
|
/**
|
1887
|
-
* The content of the
|
1895
|
+
* The content of the flow module.
|
1888
1896
|
*/
|
1889
1897
|
Content: ContactFlowModuleContent;
|
1890
1898
|
/**
|
1891
|
-
* The tags used to organize, track, or control access for this resource.
|
1899
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1892
1900
|
*/
|
1893
1901
|
Tags?: TagMap;
|
1894
1902
|
/**
|
@@ -1898,11 +1906,11 @@ declare namespace Connect {
|
|
1898
1906
|
}
|
1899
1907
|
export interface CreateContactFlowModuleResponse {
|
1900
1908
|
/**
|
1901
|
-
* The identifier of the
|
1909
|
+
* The identifier of the flow module.
|
1902
1910
|
*/
|
1903
1911
|
Id?: ContactFlowModuleId;
|
1904
1912
|
/**
|
1905
|
-
* The Amazon Resource Name (ARN) of the
|
1913
|
+
* The Amazon Resource Name (ARN) of the flow module.
|
1906
1914
|
*/
|
1907
1915
|
Arn?: ARN;
|
1908
1916
|
}
|
@@ -1912,33 +1920,33 @@ declare namespace Connect {
|
|
1912
1920
|
*/
|
1913
1921
|
InstanceId: InstanceId;
|
1914
1922
|
/**
|
1915
|
-
* The name of the
|
1923
|
+
* The name of the flow.
|
1916
1924
|
*/
|
1917
1925
|
Name: ContactFlowName;
|
1918
1926
|
/**
|
1919
|
-
* The type of the
|
1927
|
+
* The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
|
1920
1928
|
*/
|
1921
1929
|
Type: ContactFlowType;
|
1922
1930
|
/**
|
1923
|
-
* The description of the
|
1931
|
+
* The description of the flow.
|
1924
1932
|
*/
|
1925
1933
|
Description?: ContactFlowDescription;
|
1926
1934
|
/**
|
1927
|
-
* The content of the
|
1935
|
+
* The content of the flow.
|
1928
1936
|
*/
|
1929
1937
|
Content: ContactFlowContent;
|
1930
1938
|
/**
|
1931
|
-
*
|
1939
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1932
1940
|
*/
|
1933
1941
|
Tags?: TagMap;
|
1934
1942
|
}
|
1935
1943
|
export interface CreateContactFlowResponse {
|
1936
1944
|
/**
|
1937
|
-
* The identifier of the
|
1945
|
+
* The identifier of the flow.
|
1938
1946
|
*/
|
1939
1947
|
ContactFlowId?: ContactFlowId;
|
1940
1948
|
/**
|
1941
|
-
* The Amazon Resource Name (ARN) of the
|
1949
|
+
* The Amazon Resource Name (ARN) of the flow.
|
1942
1950
|
*/
|
1943
1951
|
ContactFlowArn?: ARN;
|
1944
1952
|
}
|
@@ -1964,7 +1972,7 @@ declare namespace Connect {
|
|
1964
1972
|
*/
|
1965
1973
|
Config: HoursOfOperationConfigList;
|
1966
1974
|
/**
|
1967
|
-
* The tags used to organize, track, or control access for this resource.
|
1975
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
1968
1976
|
*/
|
1969
1977
|
Tags?: TagMap;
|
1970
1978
|
}
|
@@ -2024,7 +2032,7 @@ declare namespace Connect {
|
|
2024
2032
|
*/
|
2025
2033
|
IntegrationType: IntegrationType;
|
2026
2034
|
/**
|
2027
|
-
* The Amazon Resource Name (ARN) of the integration.
|
2035
|
+
* The Amazon Resource Name (ARN) of the integration. When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same account.
|
2028
2036
|
*/
|
2029
2037
|
IntegrationArn: ARN;
|
2030
2038
|
/**
|
@@ -2040,7 +2048,7 @@ declare namespace Connect {
|
|
2040
2048
|
*/
|
2041
2049
|
SourceType?: SourceType;
|
2042
2050
|
/**
|
2043
|
-
* The tags used to organize, track, or control access for this resource.
|
2051
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2044
2052
|
*/
|
2045
2053
|
Tags?: TagMap;
|
2046
2054
|
}
|
@@ -2084,7 +2092,7 @@ declare namespace Connect {
|
|
2084
2092
|
*/
|
2085
2093
|
QuickConnectIds?: QuickConnectsList;
|
2086
2094
|
/**
|
2087
|
-
* The tags used to organize, track, or control access for this resource.
|
2095
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2088
2096
|
*/
|
2089
2097
|
Tags?: TagMap;
|
2090
2098
|
}
|
@@ -2116,7 +2124,7 @@ declare namespace Connect {
|
|
2116
2124
|
*/
|
2117
2125
|
QuickConnectConfig: QuickConnectConfig;
|
2118
2126
|
/**
|
2119
|
-
* The tags used to organize, track, or control access for this resource.
|
2127
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2120
2128
|
*/
|
2121
2129
|
Tags?: TagMap;
|
2122
2130
|
}
|
@@ -2156,7 +2164,7 @@ declare namespace Connect {
|
|
2156
2164
|
*/
|
2157
2165
|
MediaConcurrencies: MediaConcurrencies;
|
2158
2166
|
/**
|
2159
|
-
*
|
2167
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2160
2168
|
*/
|
2161
2169
|
Tags?: TagMap;
|
2162
2170
|
}
|
@@ -2188,7 +2196,7 @@ declare namespace Connect {
|
|
2188
2196
|
*/
|
2189
2197
|
InstanceId: InstanceId;
|
2190
2198
|
/**
|
2191
|
-
* The tags used to organize, track, or control access for this resource.
|
2199
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2192
2200
|
*/
|
2193
2201
|
Tags?: TagMap;
|
2194
2202
|
}
|
@@ -2264,7 +2272,7 @@ declare namespace Connect {
|
|
2264
2272
|
*/
|
2265
2273
|
UseCaseType: UseCaseType;
|
2266
2274
|
/**
|
2267
|
-
* The tags used to organize, track, or control access for this resource.
|
2275
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2268
2276
|
*/
|
2269
2277
|
Tags?: TagMap;
|
2270
2278
|
}
|
@@ -2292,7 +2300,7 @@ declare namespace Connect {
|
|
2292
2300
|
*/
|
2293
2301
|
InstanceId: InstanceId;
|
2294
2302
|
/**
|
2295
|
-
* The tags used to organize, track, or control access for this resource.
|
2303
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2296
2304
|
*/
|
2297
2305
|
Tags?: TagMap;
|
2298
2306
|
}
|
@@ -2344,7 +2352,7 @@ declare namespace Connect {
|
|
2344
2352
|
*/
|
2345
2353
|
InstanceId: InstanceId;
|
2346
2354
|
/**
|
2347
|
-
*
|
2355
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2348
2356
|
*/
|
2349
2357
|
Tags?: TagMap;
|
2350
2358
|
}
|
@@ -2380,7 +2388,7 @@ declare namespace Connect {
|
|
2380
2388
|
*/
|
2381
2389
|
Content: VocabularyContent;
|
2382
2390
|
/**
|
2383
|
-
* The tags used to organize, track, or control access for this resource.
|
2391
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
2384
2392
|
*/
|
2385
2393
|
Tags?: TagMap;
|
2386
2394
|
}
|
@@ -2486,7 +2494,7 @@ declare namespace Connect {
|
|
2486
2494
|
*/
|
2487
2495
|
InstanceId: InstanceId;
|
2488
2496
|
/**
|
2489
|
-
* The identifier of the
|
2497
|
+
* The identifier of the flow module.
|
2490
2498
|
*/
|
2491
2499
|
ContactFlowModuleId: ContactFlowModuleId;
|
2492
2500
|
}
|
@@ -2498,7 +2506,7 @@ declare namespace Connect {
|
|
2498
2506
|
*/
|
2499
2507
|
InstanceId: InstanceId;
|
2500
2508
|
/**
|
2501
|
-
* The identifier of the
|
2509
|
+
* The identifier of the flow.
|
2502
2510
|
*/
|
2503
2511
|
ContactFlowId: ContactFlowId;
|
2504
2512
|
}
|
@@ -2640,13 +2648,13 @@ declare namespace Connect {
|
|
2640
2648
|
*/
|
2641
2649
|
InstanceId: InstanceId;
|
2642
2650
|
/**
|
2643
|
-
* The identifier of the
|
2651
|
+
* The identifier of the flow module.
|
2644
2652
|
*/
|
2645
2653
|
ContactFlowModuleId: ContactFlowModuleId;
|
2646
2654
|
}
|
2647
2655
|
export interface DescribeContactFlowModuleResponse {
|
2648
2656
|
/**
|
2649
|
-
* Information about the
|
2657
|
+
* Information about the flow module.
|
2650
2658
|
*/
|
2651
2659
|
ContactFlowModule?: ContactFlowModule;
|
2652
2660
|
}
|
@@ -2656,13 +2664,13 @@ declare namespace Connect {
|
|
2656
2664
|
*/
|
2657
2665
|
InstanceId: InstanceId;
|
2658
2666
|
/**
|
2659
|
-
* The identifier of the
|
2667
|
+
* The identifier of the flow.
|
2660
2668
|
*/
|
2661
2669
|
ContactFlowId: ContactFlowId;
|
2662
2670
|
}
|
2663
2671
|
export interface DescribeContactFlowResponse {
|
2664
2672
|
/**
|
2665
|
-
* Information about the
|
2673
|
+
* Information about the flow.
|
2666
2674
|
*/
|
2667
2675
|
ContactFlow?: ContactFlow;
|
2668
2676
|
}
|
@@ -3243,7 +3251,7 @@ declare namespace Connect {
|
|
3243
3251
|
*/
|
3244
3252
|
CreatedTime?: timestamp;
|
3245
3253
|
/**
|
3246
|
-
* The tags used to organize, track, or control access for this resource.
|
3254
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
3247
3255
|
*/
|
3248
3256
|
Tags?: TagMap;
|
3249
3257
|
}
|
@@ -3271,7 +3279,7 @@ declare namespace Connect {
|
|
3271
3279
|
*/
|
3272
3280
|
HierarchyPath?: HierarchyPath;
|
3273
3281
|
/**
|
3274
|
-
* The tags used to organize, track, or control access for this resource.
|
3282
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
3275
3283
|
*/
|
3276
3284
|
Tags?: TagMap;
|
3277
3285
|
}
|
@@ -3493,7 +3501,7 @@ declare namespace Connect {
|
|
3493
3501
|
*/
|
3494
3502
|
Config?: HoursOfOperationConfigList;
|
3495
3503
|
/**
|
3496
|
-
* The tags used to organize, track, or control access for this resource.
|
3504
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
3497
3505
|
*/
|
3498
3506
|
Tags?: TagMap;
|
3499
3507
|
}
|
@@ -3855,13 +3863,13 @@ declare namespace Connect {
|
|
3855
3863
|
*/
|
3856
3864
|
MaxResults?: MaxResult1000;
|
3857
3865
|
/**
|
3858
|
-
* The state of the
|
3866
|
+
* The state of the flow module.
|
3859
3867
|
*/
|
3860
3868
|
ContactFlowModuleState?: ContactFlowModuleState;
|
3861
3869
|
}
|
3862
3870
|
export interface ListContactFlowModulesResponse {
|
3863
3871
|
/**
|
3864
|
-
* Information about the
|
3872
|
+
* Information about the flow module.
|
3865
3873
|
*/
|
3866
3874
|
ContactFlowModulesSummaryList?: ContactFlowModulesSummaryList;
|
3867
3875
|
/**
|
@@ -3875,7 +3883,7 @@ declare namespace Connect {
|
|
3875
3883
|
*/
|
3876
3884
|
InstanceId: InstanceId;
|
3877
3885
|
/**
|
3878
|
-
* The type of
|
3886
|
+
* The type of flow.
|
3879
3887
|
*/
|
3880
3888
|
ContactFlowTypes?: ContactFlowTypes;
|
3881
3889
|
/**
|
@@ -3883,13 +3891,13 @@ declare namespace Connect {
|
|
3883
3891
|
*/
|
3884
3892
|
NextToken?: NextToken;
|
3885
3893
|
/**
|
3886
|
-
* The maximum number of results to return per page.
|
3894
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
3887
3895
|
*/
|
3888
3896
|
MaxResults?: MaxResult1000;
|
3889
3897
|
}
|
3890
3898
|
export interface ListContactFlowsResponse {
|
3891
3899
|
/**
|
3892
|
-
* Information about the
|
3900
|
+
* Information about the flows.
|
3893
3901
|
*/
|
3894
3902
|
ContactFlowSummaryList?: ContactFlowSummaryList;
|
3895
3903
|
/**
|
@@ -3917,7 +3925,7 @@ declare namespace Connect {
|
|
3917
3925
|
}
|
3918
3926
|
export interface ListContactReferencesResponse {
|
3919
3927
|
/**
|
3920
|
-
* Information about the
|
3928
|
+
* Information about the flows.
|
3921
3929
|
*/
|
3922
3930
|
ReferenceSummaryList?: ReferenceSummaryList;
|
3923
3931
|
/**
|
@@ -3963,7 +3971,7 @@ declare namespace Connect {
|
|
3963
3971
|
*/
|
3964
3972
|
NextToken?: NextToken;
|
3965
3973
|
/**
|
3966
|
-
* The maximum number of results to return per page.
|
3974
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
3967
3975
|
*/
|
3968
3976
|
MaxResults?: MaxResult1000;
|
3969
3977
|
}
|
@@ -4143,7 +4151,7 @@ declare namespace Connect {
|
|
4143
4151
|
*/
|
4144
4152
|
NextToken?: NextToken;
|
4145
4153
|
/**
|
4146
|
-
* The maximum number of results to return per page.
|
4154
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4147
4155
|
*/
|
4148
4156
|
MaxResults?: MaxResult1000;
|
4149
4157
|
}
|
@@ -4230,7 +4238,7 @@ declare namespace Connect {
|
|
4230
4238
|
*/
|
4231
4239
|
NextToken?: NextToken;
|
4232
4240
|
/**
|
4233
|
-
* The maximum number of results to return per page.
|
4241
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4234
4242
|
*/
|
4235
4243
|
MaxResults?: MaxResult1000;
|
4236
4244
|
}
|
@@ -4258,7 +4266,7 @@ declare namespace Connect {
|
|
4258
4266
|
*/
|
4259
4267
|
NextToken?: NextToken;
|
4260
4268
|
/**
|
4261
|
-
* The maximum number of results to return per page.
|
4269
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4262
4270
|
*/
|
4263
4271
|
MaxResults?: MaxResult100;
|
4264
4272
|
}
|
@@ -4286,7 +4294,7 @@ declare namespace Connect {
|
|
4286
4294
|
*/
|
4287
4295
|
NextToken?: NextToken;
|
4288
4296
|
/**
|
4289
|
-
* The maximum number of results to return per page.
|
4297
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4290
4298
|
*/
|
4291
4299
|
MaxResults?: MaxResult1000;
|
4292
4300
|
}
|
@@ -4310,7 +4318,7 @@ declare namespace Connect {
|
|
4310
4318
|
*/
|
4311
4319
|
NextToken?: NextToken;
|
4312
4320
|
/**
|
4313
|
-
* The maximum number of results to return per page.
|
4321
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4314
4322
|
*/
|
4315
4323
|
MaxResults?: MaxResult1000;
|
4316
4324
|
/**
|
@@ -4342,7 +4350,7 @@ declare namespace Connect {
|
|
4342
4350
|
*/
|
4343
4351
|
NextToken?: NextToken;
|
4344
4352
|
/**
|
4345
|
-
* The maximum number of results to return per page.
|
4353
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4346
4354
|
*/
|
4347
4355
|
MaxResults?: MaxResult100;
|
4348
4356
|
}
|
@@ -4366,7 +4374,7 @@ declare namespace Connect {
|
|
4366
4374
|
*/
|
4367
4375
|
NextToken?: NextToken;
|
4368
4376
|
/**
|
4369
|
-
* The maximum number of results to return per page.
|
4377
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4370
4378
|
*/
|
4371
4379
|
MaxResults?: MaxResult1000;
|
4372
4380
|
}
|
@@ -4442,7 +4450,7 @@ declare namespace Connect {
|
|
4442
4450
|
*/
|
4443
4451
|
NextToken?: NextToken;
|
4444
4452
|
/**
|
4445
|
-
* The maximum number of results to return per page.
|
4453
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4446
4454
|
*/
|
4447
4455
|
MaxResults?: MaxResult1000;
|
4448
4456
|
}
|
@@ -4538,7 +4546,7 @@ declare namespace Connect {
|
|
4538
4546
|
*/
|
4539
4547
|
NextToken?: NextToken;
|
4540
4548
|
/**
|
4541
|
-
* The maximum number of results to return per page.
|
4549
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4542
4550
|
*/
|
4543
4551
|
MaxResults?: MaxResult1000;
|
4544
4552
|
}
|
@@ -4562,7 +4570,7 @@ declare namespace Connect {
|
|
4562
4570
|
*/
|
4563
4571
|
NextToken?: NextToken;
|
4564
4572
|
/**
|
4565
|
-
* The maximum number of results to return per page.
|
4573
|
+
* The maximum number of results to return per page. The default MaxResult size is 100.
|
4566
4574
|
*/
|
4567
4575
|
MaxResults?: MaxResult1000;
|
4568
4576
|
}
|
@@ -4755,7 +4763,7 @@ declare namespace Connect {
|
|
4755
4763
|
*/
|
4756
4764
|
Status?: QueueStatus;
|
4757
4765
|
/**
|
4758
|
-
* The tags used to organize, track, or control access for this resource.
|
4766
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
4759
4767
|
*/
|
4760
4768
|
Tags?: TagMap;
|
4761
4769
|
}
|
@@ -4779,7 +4787,7 @@ declare namespace Connect {
|
|
4779
4787
|
*/
|
4780
4788
|
QueueId: QueueId;
|
4781
4789
|
/**
|
4782
|
-
* The identifier of the
|
4790
|
+
* The identifier of the flow.
|
4783
4791
|
*/
|
4784
4792
|
ContactFlowId: ContactFlowId;
|
4785
4793
|
}
|
@@ -4838,7 +4846,7 @@ declare namespace Connect {
|
|
4838
4846
|
*/
|
4839
4847
|
QuickConnectConfig?: QuickConnectConfig;
|
4840
4848
|
/**
|
4841
|
-
* The tags used to organize, track, or control access for this resource.
|
4849
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
4842
4850
|
*/
|
4843
4851
|
Tags?: TagMap;
|
4844
4852
|
}
|
@@ -4997,7 +5005,7 @@ declare namespace Connect {
|
|
4997
5005
|
*/
|
4998
5006
|
DefaultOutboundQueueId?: QueueId;
|
4999
5007
|
/**
|
5000
|
-
*
|
5008
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
5001
5009
|
*/
|
5002
5010
|
Tags?: TagMap;
|
5003
5011
|
}
|
@@ -5132,6 +5140,42 @@ declare namespace Connect {
|
|
5132
5140
|
*/
|
5133
5141
|
AvailableNumbersList?: AvailableNumbersList;
|
5134
5142
|
}
|
5143
|
+
export interface SearchSecurityProfilesRequest {
|
5144
|
+
/**
|
5145
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
5146
|
+
*/
|
5147
|
+
InstanceId: InstanceId;
|
5148
|
+
/**
|
5149
|
+
* 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.
|
5150
|
+
*/
|
5151
|
+
NextToken?: NextToken2500;
|
5152
|
+
/**
|
5153
|
+
* The maximum number of results to return per page.
|
5154
|
+
*/
|
5155
|
+
MaxResults?: MaxResult100;
|
5156
|
+
/**
|
5157
|
+
* The search criteria to be used to return security profiles.
|
5158
|
+
*/
|
5159
|
+
SearchCriteria?: SecurityProfileSearchCriteria;
|
5160
|
+
/**
|
5161
|
+
* Filters to be applied to search results.
|
5162
|
+
*/
|
5163
|
+
SearchFilter?: SecurityProfilesSearchFilter;
|
5164
|
+
}
|
5165
|
+
export interface SearchSecurityProfilesResponse {
|
5166
|
+
/**
|
5167
|
+
* Information about the security profiles.
|
5168
|
+
*/
|
5169
|
+
SecurityProfiles?: SecurityProfilesSearchSummaryList;
|
5170
|
+
/**
|
5171
|
+
* If there are additional results, this is the token for the next set of results.
|
5172
|
+
*/
|
5173
|
+
NextToken?: NextToken2500;
|
5174
|
+
/**
|
5175
|
+
* The total number of security profiles which matched your search query.
|
5176
|
+
*/
|
5177
|
+
ApproximateTotalCount?: ApproximateTotalCount;
|
5178
|
+
}
|
5135
5179
|
export interface SearchUsersRequest {
|
5136
5180
|
/**
|
5137
5181
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
@@ -5238,7 +5282,7 @@ declare namespace Connect {
|
|
5238
5282
|
*/
|
5239
5283
|
Description?: SecurityProfileDescription;
|
5240
5284
|
/**
|
5241
|
-
* The tags used to organize, track, or control access for this resource.
|
5285
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
5242
5286
|
*/
|
5243
5287
|
Tags?: TagMap;
|
5244
5288
|
}
|
@@ -5247,6 +5291,44 @@ declare namespace Connect {
|
|
5247
5291
|
export type SecurityProfileIds = SecurityProfileId[];
|
5248
5292
|
export type SecurityProfileName = string;
|
5249
5293
|
export type SecurityProfilePermission = string;
|
5294
|
+
export type SecurityProfileSearchConditionList = SecurityProfileSearchCriteria[];
|
5295
|
+
export interface SecurityProfileSearchCriteria {
|
5296
|
+
/**
|
5297
|
+
* A list of conditions which would be applied together with an OR condition.
|
5298
|
+
*/
|
5299
|
+
OrConditions?: SecurityProfileSearchConditionList;
|
5300
|
+
/**
|
5301
|
+
* A list of conditions which would be applied together with an AND condition.
|
5302
|
+
*/
|
5303
|
+
AndConditions?: SecurityProfileSearchConditionList;
|
5304
|
+
StringCondition?: StringCondition;
|
5305
|
+
}
|
5306
|
+
export interface SecurityProfileSearchSummary {
|
5307
|
+
/**
|
5308
|
+
* The identifier of the security profile.
|
5309
|
+
*/
|
5310
|
+
Id?: SecurityProfileId;
|
5311
|
+
/**
|
5312
|
+
* The organization resource identifier.
|
5313
|
+
*/
|
5314
|
+
OrganizationResourceId?: InstanceId;
|
5315
|
+
/**
|
5316
|
+
* The Amazon Resource Name (ARN) of the security profile.
|
5317
|
+
*/
|
5318
|
+
Arn?: ARN;
|
5319
|
+
/**
|
5320
|
+
* The name of the security profile.
|
5321
|
+
*/
|
5322
|
+
SecurityProfileName?: SecurityProfileName;
|
5323
|
+
/**
|
5324
|
+
* The description of the security profile.
|
5325
|
+
*/
|
5326
|
+
Description?: SecurityProfileDescription;
|
5327
|
+
/**
|
5328
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
5329
|
+
*/
|
5330
|
+
Tags?: TagMap;
|
5331
|
+
}
|
5250
5332
|
export interface SecurityProfileSummary {
|
5251
5333
|
/**
|
5252
5334
|
* The identifier of the security profile.
|
@@ -5262,6 +5344,10 @@ declare namespace Connect {
|
|
5262
5344
|
Name?: SecurityProfileName;
|
5263
5345
|
}
|
5264
5346
|
export type SecurityProfileSummaryList = SecurityProfileSummary[];
|
5347
|
+
export interface SecurityProfilesSearchFilter {
|
5348
|
+
TagFilter?: ControlPlaneTagFilter;
|
5349
|
+
}
|
5350
|
+
export type SecurityProfilesSearchSummaryList = SecurityProfileSearchSummary[];
|
5265
5351
|
export type SecurityToken = string;
|
5266
5352
|
export type SingleSelectOptions = TaskTemplateSingleSelectOption[];
|
5267
5353
|
export type SnapshotVersion = string;
|
@@ -5273,11 +5359,11 @@ declare namespace Connect {
|
|
5273
5359
|
*/
|
5274
5360
|
InstanceId: InstanceId;
|
5275
5361
|
/**
|
5276
|
-
* The identifier of the
|
5362
|
+
* The identifier of the flow for initiating the chat. To see the ContactFlowId in the Amazon Connect console user interface, 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
|
5277
5363
|
*/
|
5278
5364
|
ContactFlowId: ContactFlowId;
|
5279
5365
|
/**
|
5280
|
-
* A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in
|
5366
|
+
* 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.
|
5281
5367
|
*/
|
5282
5368
|
Attributes?: Attributes;
|
5283
5369
|
/**
|
@@ -5365,7 +5451,7 @@ declare namespace Connect {
|
|
5365
5451
|
*/
|
5366
5452
|
DestinationPhoneNumber: PhoneNumber;
|
5367
5453
|
/**
|
5368
|
-
* The identifier of the
|
5454
|
+
* The identifier of the flow for the outbound call. To see the ContactFlowId in the Amazon Connect console user interface, 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
|
5369
5455
|
*/
|
5370
5456
|
ContactFlowId: ContactFlowId;
|
5371
5457
|
/**
|
@@ -5381,11 +5467,11 @@ declare namespace Connect {
|
|
5381
5467
|
*/
|
5382
5468
|
SourcePhoneNumber?: PhoneNumber;
|
5383
5469
|
/**
|
5384
|
-
* The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the
|
5470
|
+
* The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the flow is used. If you do not specify a queue, you must specify a source phone number.
|
5385
5471
|
*/
|
5386
5472
|
QueueId?: QueueId;
|
5387
5473
|
/**
|
5388
|
-
* A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in
|
5474
|
+
* 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, dash, and underscore characters.
|
5389
5475
|
*/
|
5390
5476
|
Attributes?: Attributes;
|
5391
5477
|
/**
|
@@ -5417,11 +5503,11 @@ declare namespace Connect {
|
|
5417
5503
|
*/
|
5418
5504
|
PreviousContactId?: ContactId;
|
5419
5505
|
/**
|
5420
|
-
* The identifier of the
|
5506
|
+
* The identifier of the flow for initiating the tasks. To see the ContactFlowId in the Amazon Connect console user interface, 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
|
5421
5507
|
*/
|
5422
5508
|
ContactFlowId?: ContactFlowId;
|
5423
5509
|
/**
|
5424
|
-
* A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in
|
5510
|
+
* 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, dash, and underscore characters.
|
5425
5511
|
*/
|
5426
5512
|
Attributes?: Attributes;
|
5427
5513
|
/**
|
@@ -5441,7 +5527,7 @@ declare namespace Connect {
|
|
5441
5527
|
*/
|
5442
5528
|
ClientToken?: ClientToken;
|
5443
5529
|
/**
|
5444
|
-
* The timestamp, in Unix Epoch seconds format, at which to start running the inbound
|
5530
|
+
* The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
|
5445
5531
|
*/
|
5446
5532
|
ScheduledTime?: Timestamp;
|
5447
5533
|
/**
|
@@ -5571,7 +5657,7 @@ declare namespace Connect {
|
|
5571
5657
|
*/
|
5572
5658
|
resourceArn: ARN;
|
5573
5659
|
/**
|
5574
|
-
*
|
5660
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
5575
5661
|
*/
|
5576
5662
|
tags: TagMap;
|
5577
5663
|
}
|
@@ -5705,7 +5791,7 @@ declare namespace Connect {
|
|
5705
5791
|
*/
|
5706
5792
|
UserId?: AgentResourceId;
|
5707
5793
|
/**
|
5708
|
-
* The identifier of the
|
5794
|
+
* The identifier of the flow.
|
5709
5795
|
*/
|
5710
5796
|
ContactFlowId: ContactFlowId;
|
5711
5797
|
/**
|
@@ -5776,7 +5862,7 @@ declare namespace Connect {
|
|
5776
5862
|
*/
|
5777
5863
|
InstanceId: InstanceId;
|
5778
5864
|
/**
|
5779
|
-
* The Amazon Connect attributes. These attributes can be accessed in
|
5865
|
+
* The Amazon Connect attributes. These attributes can be accessed in flows just like any other contact attributes. You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
|
5780
5866
|
*/
|
5781
5867
|
Attributes: Attributes;
|
5782
5868
|
}
|
@@ -5788,11 +5874,11 @@ declare namespace Connect {
|
|
5788
5874
|
*/
|
5789
5875
|
InstanceId: InstanceId;
|
5790
5876
|
/**
|
5791
|
-
* The identifier of the
|
5877
|
+
* The identifier of the flow.
|
5792
5878
|
*/
|
5793
5879
|
ContactFlowId: ContactFlowId;
|
5794
5880
|
/**
|
5795
|
-
* The JSON string that represents
|
5881
|
+
* The JSON string that represents flow's content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.
|
5796
5882
|
*/
|
5797
5883
|
Content: ContactFlowContent;
|
5798
5884
|
}
|
@@ -5802,19 +5888,19 @@ declare namespace Connect {
|
|
5802
5888
|
*/
|
5803
5889
|
InstanceId: InstanceId;
|
5804
5890
|
/**
|
5805
|
-
* The identifier of the
|
5891
|
+
* The identifier of the flow.
|
5806
5892
|
*/
|
5807
5893
|
ContactFlowId: ContactFlowId;
|
5808
5894
|
/**
|
5809
|
-
* TThe name of the
|
5895
|
+
* TThe name of the flow.
|
5810
5896
|
*/
|
5811
5897
|
Name?: ContactFlowName;
|
5812
5898
|
/**
|
5813
|
-
* The description of the
|
5899
|
+
* The description of the flow.
|
5814
5900
|
*/
|
5815
5901
|
Description?: ContactFlowDescription;
|
5816
5902
|
/**
|
5817
|
-
* The state of
|
5903
|
+
* The state of flow.
|
5818
5904
|
*/
|
5819
5905
|
ContactFlowState?: ContactFlowState;
|
5820
5906
|
}
|
@@ -5824,11 +5910,11 @@ declare namespace Connect {
|
|
5824
5910
|
*/
|
5825
5911
|
InstanceId: InstanceId;
|
5826
5912
|
/**
|
5827
|
-
* The identifier of the
|
5913
|
+
* The identifier of the flow module.
|
5828
5914
|
*/
|
5829
5915
|
ContactFlowModuleId: ContactFlowModuleId;
|
5830
5916
|
/**
|
5831
|
-
* The content of the
|
5917
|
+
* The content of the flow module.
|
5832
5918
|
*/
|
5833
5919
|
Content: ContactFlowModuleContent;
|
5834
5920
|
}
|
@@ -5840,19 +5926,19 @@ declare namespace Connect {
|
|
5840
5926
|
*/
|
5841
5927
|
InstanceId: InstanceId;
|
5842
5928
|
/**
|
5843
|
-
* The identifier of the
|
5929
|
+
* The identifier of the flow module.
|
5844
5930
|
*/
|
5845
5931
|
ContactFlowModuleId: ContactFlowModuleId;
|
5846
5932
|
/**
|
5847
|
-
* The name of the
|
5933
|
+
* The name of the flow module.
|
5848
5934
|
*/
|
5849
5935
|
Name?: ContactFlowModuleName;
|
5850
5936
|
/**
|
5851
|
-
* The description of the
|
5937
|
+
* The description of the flow module.
|
5852
5938
|
*/
|
5853
5939
|
Description?: ContactFlowModuleDescription;
|
5854
5940
|
/**
|
5855
|
-
* The state of
|
5941
|
+
* The state of flow module.
|
5856
5942
|
*/
|
5857
5943
|
State?: ContactFlowModuleState;
|
5858
5944
|
}
|
@@ -5864,15 +5950,15 @@ declare namespace Connect {
|
|
5864
5950
|
*/
|
5865
5951
|
InstanceId: InstanceId;
|
5866
5952
|
/**
|
5867
|
-
* The identifier of the
|
5953
|
+
* The identifier of the flow.
|
5868
5954
|
*/
|
5869
5955
|
ContactFlowId: ContactFlowId;
|
5870
5956
|
/**
|
5871
|
-
* The name of the
|
5957
|
+
* The name of the flow.
|
5872
5958
|
*/
|
5873
5959
|
Name?: ContactFlowName;
|
5874
5960
|
/**
|
5875
|
-
* The description of the
|
5961
|
+
* The description of the flow.
|
5876
5962
|
*/
|
5877
5963
|
Description?: ContactFlowDescription;
|
5878
5964
|
}
|
@@ -5910,7 +5996,7 @@ declare namespace Connect {
|
|
5910
5996
|
*/
|
5911
5997
|
ContactId: ContactId;
|
5912
5998
|
/**
|
5913
|
-
* The timestamp, in Unix Epoch seconds format, at which to start running the inbound
|
5999
|
+
* The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
|
5914
6000
|
*/
|
5915
6001
|
ScheduledTime: Timestamp;
|
5916
6002
|
}
|
@@ -6526,7 +6612,7 @@ declare namespace Connect {
|
|
6526
6612
|
*/
|
6527
6613
|
UserId: UserId;
|
6528
6614
|
/**
|
6529
|
-
* The identifier of the
|
6615
|
+
* The identifier of the flow.
|
6530
6616
|
*/
|
6531
6617
|
ContactFlowId: ContactFlowId;
|
6532
6618
|
}
|
@@ -6593,7 +6679,7 @@ declare namespace Connect {
|
|
6593
6679
|
*/
|
6594
6680
|
SecurityProfileIds?: SecurityProfileIds;
|
6595
6681
|
/**
|
6596
|
-
* The tags used to organize, track, or control access for this resource.
|
6682
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
6597
6683
|
*/
|
6598
6684
|
Tags?: TagMap;
|
6599
6685
|
/**
|
@@ -6652,7 +6738,7 @@ declare namespace Connect {
|
|
6652
6738
|
*/
|
6653
6739
|
Content?: VocabularyContent;
|
6654
6740
|
/**
|
6655
|
-
* The tags used to organize, track, or control access for this resource.
|
6741
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
6656
6742
|
*/
|
6657
6743
|
Tags?: TagMap;
|
6658
6744
|
}
|