@aws-sdk/client-connect 3.696.0 → 3.699.0
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/README.md +88 -0
- package/dist-cjs/index.js +968 -115
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateContactCommand.js +23 -0
- package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
- package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
- package/dist-es/commands/DescribeContactCommand.js +1 -1
- package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
- package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
- package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
- package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
- package/dist-es/commands/StartEmailContactCommand.js +23 -0
- package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
- package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -24
- package/dist-es/models/models_1.js +24 -45
- package/dist-es/models/models_2.js +162 -17
- package/dist-es/models/models_3.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +417 -6
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +128 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +109 -0
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +29 -4
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
- package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +102 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +130 -0
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartEmailContactCommand.d.ts +150 -0
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +128 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
- package/dist-types/commands/StartTaskContactCommand.d.ts +10 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +10 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +389 -335
- package/dist-types/models/models_1.d.ts +560 -663
- package/dist-types/models/models_2.d.ts +3752 -3728
- package/dist-types/models/models_3.d.ts +1351 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +143 -95
- package/dist-types/ts3.4/models/models_1.d.ts +160 -230
- package/dist-types/ts3.4/models/models_2.d.ts +451 -290
- package/dist-types/ts3.4/models/models_3.d.ts +325 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -38,7 +38,7 @@ declare const UpdateInstanceStorageConfigCommand_base: {
|
|
|
38
38
|
* const input = { // UpdateInstanceStorageConfigRequest
|
|
39
39
|
* InstanceId: "STRING_VALUE", // required
|
|
40
40
|
* AssociationId: "STRING_VALUE", // required
|
|
41
|
-
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS", // required
|
|
41
|
+
* ResourceType: "CHAT_TRANSCRIPTS" || "CALL_RECORDINGS" || "SCHEDULED_REPORTS" || "MEDIA_STREAMS" || "CONTACT_TRACE_RECORDS" || "AGENT_EVENTS" || "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" || "ATTACHMENTS" || "CONTACT_EVALUATIONS" || "SCREEN_RECORDINGS" || "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS" || "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS" || "EMAIL_MESSAGES", // required
|
|
42
42
|
* StorageConfig: { // InstanceStorageConfig
|
|
43
43
|
* AssociationId: "STRING_VALUE",
|
|
44
44
|
* StorageType: "S3" || "KINESIS_VIDEO_STREAM" || "KINESIS_STREAM" || "KINESIS_FIREHOSE", // required
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { UpdateQueueOutboundEmailConfigRequest } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateQueueOutboundEmailConfigCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateQueueOutboundEmailConfigCommandInput extends UpdateQueueOutboundEmailConfigRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateQueueOutboundEmailConfigCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateQueueOutboundEmailConfigCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateQueueOutboundEmailConfigCommand_base: {
|
|
25
|
+
new (input: UpdateQueueOutboundEmailConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueueOutboundEmailConfigCommandInput, UpdateQueueOutboundEmailConfigCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: UpdateQueueOutboundEmailConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateQueueOutboundEmailConfigCommandInput, UpdateQueueOutboundEmailConfigCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p></p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, UpdateQueueOutboundEmailConfigCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, UpdateQueueOutboundEmailConfigCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* const client = new ConnectClient(config);
|
|
37
|
+
* const input = { // UpdateQueueOutboundEmailConfigRequest
|
|
38
|
+
* InstanceId: "STRING_VALUE", // required
|
|
39
|
+
* QueueId: "STRING_VALUE", // required
|
|
40
|
+
* OutboundEmailConfig: { // OutboundEmailConfig
|
|
41
|
+
* OutboundEmailAddressId: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* };
|
|
44
|
+
* const command = new UpdateQueueOutboundEmailConfigCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // {};
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param UpdateQueueOutboundEmailConfigCommandInput - {@link UpdateQueueOutboundEmailConfigCommandInput}
|
|
51
|
+
* @returns {@link UpdateQueueOutboundEmailConfigCommandOutput}
|
|
52
|
+
* @see {@link UpdateQueueOutboundEmailConfigCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link UpdateQueueOutboundEmailConfigCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
57
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConditionalOperationFailedException} (client fault)
|
|
60
|
+
* <p></p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
63
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
66
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
69
|
+
* <p>The request is not valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
+
* <p>The specified resource was not found.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ConnectServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
79
|
+
*
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class UpdateQueueOutboundEmailConfigCommand extends UpdateQueueOutboundEmailConfigCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateQueueOutboundEmailConfigRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateQueueOutboundEmailConfigCommandInput;
|
|
91
|
+
output: UpdateQueueOutboundEmailConfigCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -40,7 +40,7 @@ declare const UpdateRoutingProfileConcurrencyCommand_base: {
|
|
|
40
40
|
* RoutingProfileId: "STRING_VALUE", // required
|
|
41
41
|
* MediaConcurrencies: [ // MediaConcurrencies // required
|
|
42
42
|
* { // MediaConcurrency
|
|
43
|
-
* Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
43
|
+
* Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
44
44
|
* Concurrency: Number("int"), // required
|
|
45
45
|
* CrossChannelBehavior: { // CrossChannelBehavior
|
|
46
46
|
* BehaviorType: "ROUTE_CURRENT_CHANNEL_ONLY" || "ROUTE_ANY_CHANNEL", // required
|
|
@@ -41,7 +41,7 @@ declare const UpdateRoutingProfileQueuesCommand_base: {
|
|
|
41
41
|
* { // RoutingProfileQueueConfig
|
|
42
42
|
* QueueReference: { // RoutingProfileQueueReference
|
|
43
43
|
* QueueId: "STRING_VALUE", // required
|
|
44
|
-
* Channel: "VOICE" || "CHAT" || "TASK", // required
|
|
44
|
+
* Channel: "VOICE" || "CHAT" || "TASK" || "EMAIL", // required
|
|
45
45
|
* },
|
|
46
46
|
* Priority: Number("int"), // required
|
|
47
47
|
* Delay: Number("int"), // required
|
|
@@ -50,8 +50,11 @@ declare const UpdateRuleCommand_base: {
|
|
|
50
50
|
* ContactFlowId: "STRING_VALUE", // required
|
|
51
51
|
* References: { // ContactReferences
|
|
52
52
|
* "<keys>": { // Reference
|
|
53
|
-
* Value: "STRING_VALUE",
|
|
54
|
-
* Type: "URL" || "ATTACHMENT" || "NUMBER" || "STRING" || "DATE" || "EMAIL", // required
|
|
53
|
+
* Value: "STRING_VALUE",
|
|
54
|
+
* Type: "URL" || "ATTACHMENT" || "CONTACT_ANALYSIS" || "NUMBER" || "STRING" || "DATE" || "EMAIL" || "EMAIL_MESSAGE", // required
|
|
55
|
+
* Status: "AVAILABLE" || "DELETED" || "APPROVED" || "REJECTED" || "PROCESSING" || "FAILED",
|
|
56
|
+
* Arn: "STRING_VALUE",
|
|
57
|
+
* StatusReason: "STRING_VALUE",
|
|
55
58
|
* },
|
|
56
59
|
* },
|
|
57
60
|
* },
|
|
@@ -42,6 +42,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
42
42
|
* Name: "STRING_VALUE",
|
|
43
43
|
* Description: "STRING_VALUE",
|
|
44
44
|
* ContactFlowId: "STRING_VALUE",
|
|
45
|
+
* SelfAssignFlowId: "STRING_VALUE",
|
|
45
46
|
* Constraints: { // TaskTemplateConstraints
|
|
46
47
|
* RequiredFields: [ // RequiredTaskTemplateFields
|
|
47
48
|
* { // RequiredFieldInfo
|
|
@@ -82,7 +83,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
82
83
|
* Name: "STRING_VALUE",
|
|
83
84
|
* },
|
|
84
85
|
* Description: "STRING_VALUE",
|
|
85
|
-
* Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL",
|
|
86
|
+
* Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL" || "SELF_ASSIGN" || "EXPIRY_DURATION",
|
|
86
87
|
* SingleSelectOptions: [ // SingleSelectOptions
|
|
87
88
|
* "STRING_VALUE",
|
|
88
89
|
* ],
|
|
@@ -98,6 +99,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
98
99
|
* // Name: "STRING_VALUE",
|
|
99
100
|
* // Description: "STRING_VALUE",
|
|
100
101
|
* // ContactFlowId: "STRING_VALUE",
|
|
102
|
+
* // SelfAssignFlowId: "STRING_VALUE",
|
|
101
103
|
* // Constraints: { // TaskTemplateConstraints
|
|
102
104
|
* // RequiredFields: [ // RequiredTaskTemplateFields
|
|
103
105
|
* // { // RequiredFieldInfo
|
|
@@ -137,7 +139,7 @@ declare const UpdateTaskTemplateCommand_base: {
|
|
|
137
139
|
* // Name: "STRING_VALUE",
|
|
138
140
|
* // },
|
|
139
141
|
* // Description: "STRING_VALUE",
|
|
140
|
-
* // Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL",
|
|
142
|
+
* // Type: "NAME" || "DESCRIPTION" || "SCHEDULED_TIME" || "QUICK_CONNECT" || "URL" || "NUMBER" || "TEXT" || "TEXT_AREA" || "DATE_TIME" || "BOOLEAN" || "SINGLE_SELECT" || "EMAIL" || "SELF_ASSIGN" || "EXPIRY_DURATION",
|
|
141
143
|
* // SingleSelectOptions: [ // SingleSelectOptions
|
|
142
144
|
* // "STRING_VALUE",
|
|
143
145
|
* // ],
|
|
@@ -21,9 +21,11 @@ export * from "./BatchPutContactCommand";
|
|
|
21
21
|
export * from "./ClaimPhoneNumberCommand";
|
|
22
22
|
export * from "./CompleteAttachedFileUploadCommand";
|
|
23
23
|
export * from "./CreateAgentStatusCommand";
|
|
24
|
+
export * from "./CreateContactCommand";
|
|
24
25
|
export * from "./CreateContactFlowCommand";
|
|
25
26
|
export * from "./CreateContactFlowModuleCommand";
|
|
26
27
|
export * from "./CreateContactFlowVersionCommand";
|
|
28
|
+
export * from "./CreateEmailAddressCommand";
|
|
27
29
|
export * from "./CreateEvaluationFormCommand";
|
|
28
30
|
export * from "./CreateHoursOfOperationCommand";
|
|
29
31
|
export * from "./CreateInstanceCommand";
|
|
@@ -50,6 +52,7 @@ export * from "./DeleteAttachedFileCommand";
|
|
|
50
52
|
export * from "./DeleteContactEvaluationCommand";
|
|
51
53
|
export * from "./DeleteContactFlowCommand";
|
|
52
54
|
export * from "./DeleteContactFlowModuleCommand";
|
|
55
|
+
export * from "./DeleteEmailAddressCommand";
|
|
53
56
|
export * from "./DeleteEvaluationFormCommand";
|
|
54
57
|
export * from "./DeleteHoursOfOperationCommand";
|
|
55
58
|
export * from "./DeleteInstanceCommand";
|
|
@@ -75,6 +78,7 @@ export * from "./DescribeContactCommand";
|
|
|
75
78
|
export * from "./DescribeContactEvaluationCommand";
|
|
76
79
|
export * from "./DescribeContactFlowCommand";
|
|
77
80
|
export * from "./DescribeContactFlowModuleCommand";
|
|
81
|
+
export * from "./DescribeEmailAddressCommand";
|
|
78
82
|
export * from "./DescribeEvaluationFormCommand";
|
|
79
83
|
export * from "./DescribeHoursOfOperationCommand";
|
|
80
84
|
export * from "./DescribeInstanceAttributeCommand";
|
|
@@ -123,6 +127,7 @@ export * from "./ImportPhoneNumberCommand";
|
|
|
123
127
|
export * from "./ListAgentStatusesCommand";
|
|
124
128
|
export * from "./ListAnalyticsDataAssociationsCommand";
|
|
125
129
|
export * from "./ListApprovedOriginsCommand";
|
|
130
|
+
export * from "./ListAssociatedContactsCommand";
|
|
126
131
|
export * from "./ListAuthenticationProfilesCommand";
|
|
127
132
|
export * from "./ListBotsCommand";
|
|
128
133
|
export * from "./ListContactEvaluationsCommand";
|
|
@@ -178,6 +183,7 @@ export * from "./SearchAvailablePhoneNumbersCommand";
|
|
|
178
183
|
export * from "./SearchContactFlowModulesCommand";
|
|
179
184
|
export * from "./SearchContactFlowsCommand";
|
|
180
185
|
export * from "./SearchContactsCommand";
|
|
186
|
+
export * from "./SearchEmailAddressesCommand";
|
|
181
187
|
export * from "./SearchHoursOfOperationsCommand";
|
|
182
188
|
export * from "./SearchPredefinedAttributesCommand";
|
|
183
189
|
export * from "./SearchPromptsCommand";
|
|
@@ -190,12 +196,15 @@ export * from "./SearchUserHierarchyGroupsCommand";
|
|
|
190
196
|
export * from "./SearchUsersCommand";
|
|
191
197
|
export * from "./SearchVocabulariesCommand";
|
|
192
198
|
export * from "./SendChatIntegrationEventCommand";
|
|
199
|
+
export * from "./SendOutboundEmailCommand";
|
|
193
200
|
export * from "./StartAttachedFileUploadCommand";
|
|
194
201
|
export * from "./StartChatContactCommand";
|
|
195
202
|
export * from "./StartContactEvaluationCommand";
|
|
196
203
|
export * from "./StartContactRecordingCommand";
|
|
197
204
|
export * from "./StartContactStreamingCommand";
|
|
205
|
+
export * from "./StartEmailContactCommand";
|
|
198
206
|
export * from "./StartOutboundChatContactCommand";
|
|
207
|
+
export * from "./StartOutboundEmailContactCommand";
|
|
199
208
|
export * from "./StartOutboundVoiceContactCommand";
|
|
200
209
|
export * from "./StartScreenSharingCommand";
|
|
201
210
|
export * from "./StartTaskContactCommand";
|
|
@@ -222,6 +231,7 @@ export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
|
222
231
|
export * from "./UpdateContactFlowNameCommand";
|
|
223
232
|
export * from "./UpdateContactRoutingDataCommand";
|
|
224
233
|
export * from "./UpdateContactScheduleCommand";
|
|
234
|
+
export * from "./UpdateEmailAddressMetadataCommand";
|
|
225
235
|
export * from "./UpdateEvaluationFormCommand";
|
|
226
236
|
export * from "./UpdateHoursOfOperationCommand";
|
|
227
237
|
export * from "./UpdateInstanceAttributeCommand";
|
|
@@ -235,6 +245,7 @@ export * from "./UpdateQueueHoursOfOperationCommand";
|
|
|
235
245
|
export * from "./UpdateQueueMaxContactsCommand";
|
|
236
246
|
export * from "./UpdateQueueNameCommand";
|
|
237
247
|
export * from "./UpdateQueueOutboundCallerConfigCommand";
|
|
248
|
+
export * from "./UpdateQueueOutboundEmailConfigCommand";
|
|
238
249
|
export * from "./UpdateQueueStatusCommand";
|
|
239
250
|
export * from "./UpdateQuickConnectConfigCommand";
|
|
240
251
|
export * from "./UpdateQuickConnectNameCommand";
|