@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
|
@@ -23,9 +23,11 @@ import { BatchPutContactCommandInput, BatchPutContactCommandOutput } from "../co
|
|
|
23
23
|
import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "../commands/ClaimPhoneNumberCommand";
|
|
24
24
|
import { CompleteAttachedFileUploadCommandInput, CompleteAttachedFileUploadCommandOutput } from "../commands/CompleteAttachedFileUploadCommand";
|
|
25
25
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
|
|
26
|
+
import { CreateContactCommandInput, CreateContactCommandOutput } from "../commands/CreateContactCommand";
|
|
26
27
|
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
|
|
27
28
|
import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "../commands/CreateContactFlowModuleCommand";
|
|
28
29
|
import { CreateContactFlowVersionCommandInput, CreateContactFlowVersionCommandOutput } from "../commands/CreateContactFlowVersionCommand";
|
|
30
|
+
import { CreateEmailAddressCommandInput, CreateEmailAddressCommandOutput } from "../commands/CreateEmailAddressCommand";
|
|
29
31
|
import { CreateEvaluationFormCommandInput, CreateEvaluationFormCommandOutput } from "../commands/CreateEvaluationFormCommand";
|
|
30
32
|
import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
|
|
31
33
|
import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
|
|
@@ -52,6 +54,7 @@ import { DeleteAttachedFileCommandInput, DeleteAttachedFileCommandOutput } from
|
|
|
52
54
|
import { DeleteContactEvaluationCommandInput, DeleteContactEvaluationCommandOutput } from "../commands/DeleteContactEvaluationCommand";
|
|
53
55
|
import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "../commands/DeleteContactFlowCommand";
|
|
54
56
|
import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "../commands/DeleteContactFlowModuleCommand";
|
|
57
|
+
import { DeleteEmailAddressCommandInput, DeleteEmailAddressCommandOutput } from "../commands/DeleteEmailAddressCommand";
|
|
55
58
|
import { DeleteEvaluationFormCommandInput, DeleteEvaluationFormCommandOutput } from "../commands/DeleteEvaluationFormCommand";
|
|
56
59
|
import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
|
|
57
60
|
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
|
|
@@ -77,6 +80,7 @@ import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../co
|
|
|
77
80
|
import { DescribeContactEvaluationCommandInput, DescribeContactEvaluationCommandOutput } from "../commands/DescribeContactEvaluationCommand";
|
|
78
81
|
import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "../commands/DescribeContactFlowCommand";
|
|
79
82
|
import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "../commands/DescribeContactFlowModuleCommand";
|
|
83
|
+
import { DescribeEmailAddressCommandInput, DescribeEmailAddressCommandOutput } from "../commands/DescribeEmailAddressCommand";
|
|
80
84
|
import { DescribeEvaluationFormCommandInput, DescribeEvaluationFormCommandOutput } from "../commands/DescribeEvaluationFormCommand";
|
|
81
85
|
import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
|
|
82
86
|
import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
|
|
@@ -125,6 +129,7 @@ import { ImportPhoneNumberCommandInput, ImportPhoneNumberCommandOutput } from ".
|
|
|
125
129
|
import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
|
|
126
130
|
import { ListAnalyticsDataAssociationsCommandInput, ListAnalyticsDataAssociationsCommandOutput } from "../commands/ListAnalyticsDataAssociationsCommand";
|
|
127
131
|
import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
|
|
132
|
+
import { ListAssociatedContactsCommandInput, ListAssociatedContactsCommandOutput } from "../commands/ListAssociatedContactsCommand";
|
|
128
133
|
import { ListAuthenticationProfilesCommandInput, ListAuthenticationProfilesCommandOutput } from "../commands/ListAuthenticationProfilesCommand";
|
|
129
134
|
import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
|
|
130
135
|
import { ListContactEvaluationsCommandInput, ListContactEvaluationsCommandOutput } from "../commands/ListContactEvaluationsCommand";
|
|
@@ -180,6 +185,7 @@ import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCom
|
|
|
180
185
|
import { SearchContactFlowModulesCommandInput, SearchContactFlowModulesCommandOutput } from "../commands/SearchContactFlowModulesCommand";
|
|
181
186
|
import { SearchContactFlowsCommandInput, SearchContactFlowsCommandOutput } from "../commands/SearchContactFlowsCommand";
|
|
182
187
|
import { SearchContactsCommandInput, SearchContactsCommandOutput } from "../commands/SearchContactsCommand";
|
|
188
|
+
import { SearchEmailAddressesCommandInput, SearchEmailAddressesCommandOutput } from "../commands/SearchEmailAddressesCommand";
|
|
183
189
|
import { SearchHoursOfOperationsCommandInput, SearchHoursOfOperationsCommandOutput } from "../commands/SearchHoursOfOperationsCommand";
|
|
184
190
|
import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "../commands/SearchPredefinedAttributesCommand";
|
|
185
191
|
import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "../commands/SearchPromptsCommand";
|
|
@@ -192,12 +198,15 @@ import { SearchUserHierarchyGroupsCommandInput, SearchUserHierarchyGroupsCommand
|
|
|
192
198
|
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
|
|
193
199
|
import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
|
|
194
200
|
import { SendChatIntegrationEventCommandInput, SendChatIntegrationEventCommandOutput } from "../commands/SendChatIntegrationEventCommand";
|
|
201
|
+
import { SendOutboundEmailCommandInput, SendOutboundEmailCommandOutput } from "../commands/SendOutboundEmailCommand";
|
|
195
202
|
import { StartAttachedFileUploadCommandInput, StartAttachedFileUploadCommandOutput } from "../commands/StartAttachedFileUploadCommand";
|
|
196
203
|
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
|
|
197
204
|
import { StartContactEvaluationCommandInput, StartContactEvaluationCommandOutput } from "../commands/StartContactEvaluationCommand";
|
|
198
205
|
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
|
|
199
206
|
import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "../commands/StartContactStreamingCommand";
|
|
207
|
+
import { StartEmailContactCommandInput, StartEmailContactCommandOutput } from "../commands/StartEmailContactCommand";
|
|
200
208
|
import { StartOutboundChatContactCommandInput, StartOutboundChatContactCommandOutput } from "../commands/StartOutboundChatContactCommand";
|
|
209
|
+
import { StartOutboundEmailContactCommandInput, StartOutboundEmailContactCommandOutput } from "../commands/StartOutboundEmailContactCommand";
|
|
201
210
|
import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "../commands/StartOutboundVoiceContactCommand";
|
|
202
211
|
import { StartScreenSharingCommandInput, StartScreenSharingCommandOutput } from "../commands/StartScreenSharingCommand";
|
|
203
212
|
import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "../commands/StartTaskContactCommand";
|
|
@@ -224,6 +233,7 @@ import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMet
|
|
|
224
233
|
import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
|
|
225
234
|
import { UpdateContactRoutingDataCommandInput, UpdateContactRoutingDataCommandOutput } from "../commands/UpdateContactRoutingDataCommand";
|
|
226
235
|
import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "../commands/UpdateContactScheduleCommand";
|
|
236
|
+
import { UpdateEmailAddressMetadataCommandInput, UpdateEmailAddressMetadataCommandOutput } from "../commands/UpdateEmailAddressMetadataCommand";
|
|
227
237
|
import { UpdateEvaluationFormCommandInput, UpdateEvaluationFormCommandOutput } from "../commands/UpdateEvaluationFormCommand";
|
|
228
238
|
import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
|
|
229
239
|
import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
|
|
@@ -237,6 +247,7 @@ import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCom
|
|
|
237
247
|
import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "../commands/UpdateQueueMaxContactsCommand";
|
|
238
248
|
import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "../commands/UpdateQueueNameCommand";
|
|
239
249
|
import { UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput } from "../commands/UpdateQueueOutboundCallerConfigCommand";
|
|
250
|
+
import { UpdateQueueOutboundEmailConfigCommandInput, UpdateQueueOutboundEmailConfigCommandOutput } from "../commands/UpdateQueueOutboundEmailConfigCommand";
|
|
240
251
|
import { UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput } from "../commands/UpdateQueueStatusCommand";
|
|
241
252
|
import { UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput } from "../commands/UpdateQuickConnectConfigCommand";
|
|
242
253
|
import { UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput } from "../commands/UpdateQuickConnectNameCommand";
|
|
@@ -351,6 +362,10 @@ export declare const se_CompleteAttachedFileUploadCommand: (input: CompleteAttac
|
|
|
351
362
|
* serializeAws_restJson1CreateAgentStatusCommand
|
|
352
363
|
*/
|
|
353
364
|
export declare const se_CreateAgentStatusCommand: (input: CreateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
365
|
+
/**
|
|
366
|
+
* serializeAws_restJson1CreateContactCommand
|
|
367
|
+
*/
|
|
368
|
+
export declare const se_CreateContactCommand: (input: CreateContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
354
369
|
/**
|
|
355
370
|
* serializeAws_restJson1CreateContactFlowCommand
|
|
356
371
|
*/
|
|
@@ -363,6 +378,10 @@ export declare const se_CreateContactFlowModuleCommand: (input: CreateContactFlo
|
|
|
363
378
|
* serializeAws_restJson1CreateContactFlowVersionCommand
|
|
364
379
|
*/
|
|
365
380
|
export declare const se_CreateContactFlowVersionCommand: (input: CreateContactFlowVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
381
|
+
/**
|
|
382
|
+
* serializeAws_restJson1CreateEmailAddressCommand
|
|
383
|
+
*/
|
|
384
|
+
export declare const se_CreateEmailAddressCommand: (input: CreateEmailAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
385
|
/**
|
|
367
386
|
* serializeAws_restJson1CreateEvaluationFormCommand
|
|
368
387
|
*/
|
|
@@ -467,6 +486,10 @@ export declare const se_DeleteContactFlowCommand: (input: DeleteContactFlowComma
|
|
|
467
486
|
* serializeAws_restJson1DeleteContactFlowModuleCommand
|
|
468
487
|
*/
|
|
469
488
|
export declare const se_DeleteContactFlowModuleCommand: (input: DeleteContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
489
|
+
/**
|
|
490
|
+
* serializeAws_restJson1DeleteEmailAddressCommand
|
|
491
|
+
*/
|
|
492
|
+
export declare const se_DeleteEmailAddressCommand: (input: DeleteEmailAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
470
493
|
/**
|
|
471
494
|
* serializeAws_restJson1DeleteEvaluationFormCommand
|
|
472
495
|
*/
|
|
@@ -567,6 +590,10 @@ export declare const se_DescribeContactFlowCommand: (input: DescribeContactFlowC
|
|
|
567
590
|
* serializeAws_restJson1DescribeContactFlowModuleCommand
|
|
568
591
|
*/
|
|
569
592
|
export declare const se_DescribeContactFlowModuleCommand: (input: DescribeContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
593
|
+
/**
|
|
594
|
+
* serializeAws_restJson1DescribeEmailAddressCommand
|
|
595
|
+
*/
|
|
596
|
+
export declare const se_DescribeEmailAddressCommand: (input: DescribeEmailAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
570
597
|
/**
|
|
571
598
|
* serializeAws_restJson1DescribeEvaluationFormCommand
|
|
572
599
|
*/
|
|
@@ -759,6 +786,10 @@ export declare const se_ListAnalyticsDataAssociationsCommand: (input: ListAnalyt
|
|
|
759
786
|
* serializeAws_restJson1ListApprovedOriginsCommand
|
|
760
787
|
*/
|
|
761
788
|
export declare const se_ListApprovedOriginsCommand: (input: ListApprovedOriginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
789
|
+
/**
|
|
790
|
+
* serializeAws_restJson1ListAssociatedContactsCommand
|
|
791
|
+
*/
|
|
792
|
+
export declare const se_ListAssociatedContactsCommand: (input: ListAssociatedContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
762
793
|
/**
|
|
763
794
|
* serializeAws_restJson1ListAuthenticationProfilesCommand
|
|
764
795
|
*/
|
|
@@ -979,6 +1010,10 @@ export declare const se_SearchContactFlowsCommand: (input: SearchContactFlowsCom
|
|
|
979
1010
|
* serializeAws_restJson1SearchContactsCommand
|
|
980
1011
|
*/
|
|
981
1012
|
export declare const se_SearchContactsCommand: (input: SearchContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1013
|
+
/**
|
|
1014
|
+
* serializeAws_restJson1SearchEmailAddressesCommand
|
|
1015
|
+
*/
|
|
1016
|
+
export declare const se_SearchEmailAddressesCommand: (input: SearchEmailAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
982
1017
|
/**
|
|
983
1018
|
* serializeAws_restJson1SearchHoursOfOperationsCommand
|
|
984
1019
|
*/
|
|
@@ -1027,6 +1062,10 @@ export declare const se_SearchVocabulariesCommand: (input: SearchVocabulariesCom
|
|
|
1027
1062
|
* serializeAws_restJson1SendChatIntegrationEventCommand
|
|
1028
1063
|
*/
|
|
1029
1064
|
export declare const se_SendChatIntegrationEventCommand: (input: SendChatIntegrationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1065
|
+
/**
|
|
1066
|
+
* serializeAws_restJson1SendOutboundEmailCommand
|
|
1067
|
+
*/
|
|
1068
|
+
export declare const se_SendOutboundEmailCommand: (input: SendOutboundEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1030
1069
|
/**
|
|
1031
1070
|
* serializeAws_restJson1StartAttachedFileUploadCommand
|
|
1032
1071
|
*/
|
|
@@ -1047,10 +1086,18 @@ export declare const se_StartContactRecordingCommand: (input: StartContactRecord
|
|
|
1047
1086
|
* serializeAws_restJson1StartContactStreamingCommand
|
|
1048
1087
|
*/
|
|
1049
1088
|
export declare const se_StartContactStreamingCommand: (input: StartContactStreamingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1089
|
+
/**
|
|
1090
|
+
* serializeAws_restJson1StartEmailContactCommand
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const se_StartEmailContactCommand: (input: StartEmailContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1050
1093
|
/**
|
|
1051
1094
|
* serializeAws_restJson1StartOutboundChatContactCommand
|
|
1052
1095
|
*/
|
|
1053
1096
|
export declare const se_StartOutboundChatContactCommand: (input: StartOutboundChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1097
|
+
/**
|
|
1098
|
+
* serializeAws_restJson1StartOutboundEmailContactCommand
|
|
1099
|
+
*/
|
|
1100
|
+
export declare const se_StartOutboundEmailContactCommand: (input: StartOutboundEmailContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1054
1101
|
/**
|
|
1055
1102
|
* serializeAws_restJson1StartOutboundVoiceContactCommand
|
|
1056
1103
|
*/
|
|
@@ -1155,6 +1202,10 @@ export declare const se_UpdateContactRoutingDataCommand: (input: UpdateContactRo
|
|
|
1155
1202
|
* serializeAws_restJson1UpdateContactScheduleCommand
|
|
1156
1203
|
*/
|
|
1157
1204
|
export declare const se_UpdateContactScheduleCommand: (input: UpdateContactScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1205
|
+
/**
|
|
1206
|
+
* serializeAws_restJson1UpdateEmailAddressMetadataCommand
|
|
1207
|
+
*/
|
|
1208
|
+
export declare const se_UpdateEmailAddressMetadataCommand: (input: UpdateEmailAddressMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1158
1209
|
/**
|
|
1159
1210
|
* serializeAws_restJson1UpdateEvaluationFormCommand
|
|
1160
1211
|
*/
|
|
@@ -1207,6 +1258,10 @@ export declare const se_UpdateQueueNameCommand: (input: UpdateQueueNameCommandIn
|
|
|
1207
1258
|
* serializeAws_restJson1UpdateQueueOutboundCallerConfigCommand
|
|
1208
1259
|
*/
|
|
1209
1260
|
export declare const se_UpdateQueueOutboundCallerConfigCommand: (input: UpdateQueueOutboundCallerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1261
|
+
/**
|
|
1262
|
+
* serializeAws_restJson1UpdateQueueOutboundEmailConfigCommand
|
|
1263
|
+
*/
|
|
1264
|
+
export declare const se_UpdateQueueOutboundEmailConfigCommand: (input: UpdateQueueOutboundEmailConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1210
1265
|
/**
|
|
1211
1266
|
* serializeAws_restJson1UpdateQueueStatusCommand
|
|
1212
1267
|
*/
|
|
@@ -1387,6 +1442,10 @@ export declare const de_CompleteAttachedFileUploadCommand: (output: __HttpRespon
|
|
|
1387
1442
|
* deserializeAws_restJson1CreateAgentStatusCommand
|
|
1388
1443
|
*/
|
|
1389
1444
|
export declare const de_CreateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentStatusCommandOutput>;
|
|
1445
|
+
/**
|
|
1446
|
+
* deserializeAws_restJson1CreateContactCommand
|
|
1447
|
+
*/
|
|
1448
|
+
export declare const de_CreateContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactCommandOutput>;
|
|
1390
1449
|
/**
|
|
1391
1450
|
* deserializeAws_restJson1CreateContactFlowCommand
|
|
1392
1451
|
*/
|
|
@@ -1399,6 +1458,10 @@ export declare const de_CreateContactFlowModuleCommand: (output: __HttpResponse,
|
|
|
1399
1458
|
* deserializeAws_restJson1CreateContactFlowVersionCommand
|
|
1400
1459
|
*/
|
|
1401
1460
|
export declare const de_CreateContactFlowVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowVersionCommandOutput>;
|
|
1461
|
+
/**
|
|
1462
|
+
* deserializeAws_restJson1CreateEmailAddressCommand
|
|
1463
|
+
*/
|
|
1464
|
+
export declare const de_CreateEmailAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEmailAddressCommandOutput>;
|
|
1402
1465
|
/**
|
|
1403
1466
|
* deserializeAws_restJson1CreateEvaluationFormCommand
|
|
1404
1467
|
*/
|
|
@@ -1503,6 +1566,10 @@ export declare const de_DeleteContactFlowCommand: (output: __HttpResponse, conte
|
|
|
1503
1566
|
* deserializeAws_restJson1DeleteContactFlowModuleCommand
|
|
1504
1567
|
*/
|
|
1505
1568
|
export declare const de_DeleteContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowModuleCommandOutput>;
|
|
1569
|
+
/**
|
|
1570
|
+
* deserializeAws_restJson1DeleteEmailAddressCommand
|
|
1571
|
+
*/
|
|
1572
|
+
export declare const de_DeleteEmailAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEmailAddressCommandOutput>;
|
|
1506
1573
|
/**
|
|
1507
1574
|
* deserializeAws_restJson1DeleteEvaluationFormCommand
|
|
1508
1575
|
*/
|
|
@@ -1603,6 +1670,10 @@ export declare const de_DescribeContactFlowCommand: (output: __HttpResponse, con
|
|
|
1603
1670
|
* deserializeAws_restJson1DescribeContactFlowModuleCommand
|
|
1604
1671
|
*/
|
|
1605
1672
|
export declare const de_DescribeContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowModuleCommandOutput>;
|
|
1673
|
+
/**
|
|
1674
|
+
* deserializeAws_restJson1DescribeEmailAddressCommand
|
|
1675
|
+
*/
|
|
1676
|
+
export declare const de_DescribeEmailAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEmailAddressCommandOutput>;
|
|
1606
1677
|
/**
|
|
1607
1678
|
* deserializeAws_restJson1DescribeEvaluationFormCommand
|
|
1608
1679
|
*/
|
|
@@ -1795,6 +1866,10 @@ export declare const de_ListAnalyticsDataAssociationsCommand: (output: __HttpRes
|
|
|
1795
1866
|
* deserializeAws_restJson1ListApprovedOriginsCommand
|
|
1796
1867
|
*/
|
|
1797
1868
|
export declare const de_ListApprovedOriginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovedOriginsCommandOutput>;
|
|
1869
|
+
/**
|
|
1870
|
+
* deserializeAws_restJson1ListAssociatedContactsCommand
|
|
1871
|
+
*/
|
|
1872
|
+
export declare const de_ListAssociatedContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedContactsCommandOutput>;
|
|
1798
1873
|
/**
|
|
1799
1874
|
* deserializeAws_restJson1ListAuthenticationProfilesCommand
|
|
1800
1875
|
*/
|
|
@@ -2015,6 +2090,10 @@ export declare const de_SearchContactFlowsCommand: (output: __HttpResponse, cont
|
|
|
2015
2090
|
* deserializeAws_restJson1SearchContactsCommand
|
|
2016
2091
|
*/
|
|
2017
2092
|
export declare const de_SearchContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContactsCommandOutput>;
|
|
2093
|
+
/**
|
|
2094
|
+
* deserializeAws_restJson1SearchEmailAddressesCommand
|
|
2095
|
+
*/
|
|
2096
|
+
export declare const de_SearchEmailAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchEmailAddressesCommandOutput>;
|
|
2018
2097
|
/**
|
|
2019
2098
|
* deserializeAws_restJson1SearchHoursOfOperationsCommand
|
|
2020
2099
|
*/
|
|
@@ -2063,6 +2142,10 @@ export declare const de_SearchVocabulariesCommand: (output: __HttpResponse, cont
|
|
|
2063
2142
|
* deserializeAws_restJson1SendChatIntegrationEventCommand
|
|
2064
2143
|
*/
|
|
2065
2144
|
export declare const de_SendChatIntegrationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChatIntegrationEventCommandOutput>;
|
|
2145
|
+
/**
|
|
2146
|
+
* deserializeAws_restJson1SendOutboundEmailCommand
|
|
2147
|
+
*/
|
|
2148
|
+
export declare const de_SendOutboundEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendOutboundEmailCommandOutput>;
|
|
2066
2149
|
/**
|
|
2067
2150
|
* deserializeAws_restJson1StartAttachedFileUploadCommand
|
|
2068
2151
|
*/
|
|
@@ -2083,10 +2166,18 @@ export declare const de_StartContactRecordingCommand: (output: __HttpResponse, c
|
|
|
2083
2166
|
* deserializeAws_restJson1StartContactStreamingCommand
|
|
2084
2167
|
*/
|
|
2085
2168
|
export declare const de_StartContactStreamingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactStreamingCommandOutput>;
|
|
2169
|
+
/**
|
|
2170
|
+
* deserializeAws_restJson1StartEmailContactCommand
|
|
2171
|
+
*/
|
|
2172
|
+
export declare const de_StartEmailContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEmailContactCommandOutput>;
|
|
2086
2173
|
/**
|
|
2087
2174
|
* deserializeAws_restJson1StartOutboundChatContactCommand
|
|
2088
2175
|
*/
|
|
2089
2176
|
export declare const de_StartOutboundChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartOutboundChatContactCommandOutput>;
|
|
2177
|
+
/**
|
|
2178
|
+
* deserializeAws_restJson1StartOutboundEmailContactCommand
|
|
2179
|
+
*/
|
|
2180
|
+
export declare const de_StartOutboundEmailContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartOutboundEmailContactCommandOutput>;
|
|
2090
2181
|
/**
|
|
2091
2182
|
* deserializeAws_restJson1StartOutboundVoiceContactCommand
|
|
2092
2183
|
*/
|
|
@@ -2191,6 +2282,10 @@ export declare const de_UpdateContactRoutingDataCommand: (output: __HttpResponse
|
|
|
2191
2282
|
* deserializeAws_restJson1UpdateContactScheduleCommand
|
|
2192
2283
|
*/
|
|
2193
2284
|
export declare const de_UpdateContactScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactScheduleCommandOutput>;
|
|
2285
|
+
/**
|
|
2286
|
+
* deserializeAws_restJson1UpdateEmailAddressMetadataCommand
|
|
2287
|
+
*/
|
|
2288
|
+
export declare const de_UpdateEmailAddressMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEmailAddressMetadataCommandOutput>;
|
|
2194
2289
|
/**
|
|
2195
2290
|
* deserializeAws_restJson1UpdateEvaluationFormCommand
|
|
2196
2291
|
*/
|
|
@@ -2243,6 +2338,10 @@ export declare const de_UpdateQueueNameCommand: (output: __HttpResponse, context
|
|
|
2243
2338
|
* deserializeAws_restJson1UpdateQueueOutboundCallerConfigCommand
|
|
2244
2339
|
*/
|
|
2245
2340
|
export declare const de_UpdateQueueOutboundCallerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
|
|
2341
|
+
/**
|
|
2342
|
+
* deserializeAws_restJson1UpdateQueueOutboundEmailConfigCommand
|
|
2343
|
+
*/
|
|
2344
|
+
export declare const de_UpdateQueueOutboundEmailConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueOutboundEmailConfigCommandOutput>;
|
|
2246
2345
|
/**
|
|
2247
2346
|
* deserializeAws_restJson1UpdateQueueStatusCommand
|
|
2248
2347
|
*/
|
|
@@ -91,6 +91,10 @@ import {
|
|
|
91
91
|
CreateAgentStatusCommandInput,
|
|
92
92
|
CreateAgentStatusCommandOutput,
|
|
93
93
|
} from "./commands/CreateAgentStatusCommand";
|
|
94
|
+
import {
|
|
95
|
+
CreateContactCommandInput,
|
|
96
|
+
CreateContactCommandOutput,
|
|
97
|
+
} from "./commands/CreateContactCommand";
|
|
94
98
|
import {
|
|
95
99
|
CreateContactFlowCommandInput,
|
|
96
100
|
CreateContactFlowCommandOutput,
|
|
@@ -103,6 +107,10 @@ import {
|
|
|
103
107
|
CreateContactFlowVersionCommandInput,
|
|
104
108
|
CreateContactFlowVersionCommandOutput,
|
|
105
109
|
} from "./commands/CreateContactFlowVersionCommand";
|
|
110
|
+
import {
|
|
111
|
+
CreateEmailAddressCommandInput,
|
|
112
|
+
CreateEmailAddressCommandOutput,
|
|
113
|
+
} from "./commands/CreateEmailAddressCommand";
|
|
106
114
|
import {
|
|
107
115
|
CreateEvaluationFormCommandInput,
|
|
108
116
|
CreateEvaluationFormCommandOutput,
|
|
@@ -207,6 +215,10 @@ import {
|
|
|
207
215
|
DeleteContactFlowModuleCommandInput,
|
|
208
216
|
DeleteContactFlowModuleCommandOutput,
|
|
209
217
|
} from "./commands/DeleteContactFlowModuleCommand";
|
|
218
|
+
import {
|
|
219
|
+
DeleteEmailAddressCommandInput,
|
|
220
|
+
DeleteEmailAddressCommandOutput,
|
|
221
|
+
} from "./commands/DeleteEmailAddressCommand";
|
|
210
222
|
import {
|
|
211
223
|
DeleteEvaluationFormCommandInput,
|
|
212
224
|
DeleteEvaluationFormCommandOutput,
|
|
@@ -307,6 +319,10 @@ import {
|
|
|
307
319
|
DescribeContactFlowModuleCommandInput,
|
|
308
320
|
DescribeContactFlowModuleCommandOutput,
|
|
309
321
|
} from "./commands/DescribeContactFlowModuleCommand";
|
|
322
|
+
import {
|
|
323
|
+
DescribeEmailAddressCommandInput,
|
|
324
|
+
DescribeEmailAddressCommandOutput,
|
|
325
|
+
} from "./commands/DescribeEmailAddressCommand";
|
|
310
326
|
import {
|
|
311
327
|
DescribeEvaluationFormCommandInput,
|
|
312
328
|
DescribeEvaluationFormCommandOutput,
|
|
@@ -499,6 +515,10 @@ import {
|
|
|
499
515
|
ListApprovedOriginsCommandInput,
|
|
500
516
|
ListApprovedOriginsCommandOutput,
|
|
501
517
|
} from "./commands/ListApprovedOriginsCommand";
|
|
518
|
+
import {
|
|
519
|
+
ListAssociatedContactsCommandInput,
|
|
520
|
+
ListAssociatedContactsCommandOutput,
|
|
521
|
+
} from "./commands/ListAssociatedContactsCommand";
|
|
502
522
|
import {
|
|
503
523
|
ListAuthenticationProfilesCommandInput,
|
|
504
524
|
ListAuthenticationProfilesCommandOutput,
|
|
@@ -719,6 +739,10 @@ import {
|
|
|
719
739
|
SearchContactsCommandInput,
|
|
720
740
|
SearchContactsCommandOutput,
|
|
721
741
|
} from "./commands/SearchContactsCommand";
|
|
742
|
+
import {
|
|
743
|
+
SearchEmailAddressesCommandInput,
|
|
744
|
+
SearchEmailAddressesCommandOutput,
|
|
745
|
+
} from "./commands/SearchEmailAddressesCommand";
|
|
722
746
|
import {
|
|
723
747
|
SearchHoursOfOperationsCommandInput,
|
|
724
748
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -767,6 +791,10 @@ import {
|
|
|
767
791
|
SendChatIntegrationEventCommandInput,
|
|
768
792
|
SendChatIntegrationEventCommandOutput,
|
|
769
793
|
} from "./commands/SendChatIntegrationEventCommand";
|
|
794
|
+
import {
|
|
795
|
+
SendOutboundEmailCommandInput,
|
|
796
|
+
SendOutboundEmailCommandOutput,
|
|
797
|
+
} from "./commands/SendOutboundEmailCommand";
|
|
770
798
|
import {
|
|
771
799
|
StartAttachedFileUploadCommandInput,
|
|
772
800
|
StartAttachedFileUploadCommandOutput,
|
|
@@ -787,10 +815,18 @@ import {
|
|
|
787
815
|
StartContactStreamingCommandInput,
|
|
788
816
|
StartContactStreamingCommandOutput,
|
|
789
817
|
} from "./commands/StartContactStreamingCommand";
|
|
818
|
+
import {
|
|
819
|
+
StartEmailContactCommandInput,
|
|
820
|
+
StartEmailContactCommandOutput,
|
|
821
|
+
} from "./commands/StartEmailContactCommand";
|
|
790
822
|
import {
|
|
791
823
|
StartOutboundChatContactCommandInput,
|
|
792
824
|
StartOutboundChatContactCommandOutput,
|
|
793
825
|
} from "./commands/StartOutboundChatContactCommand";
|
|
826
|
+
import {
|
|
827
|
+
StartOutboundEmailContactCommandInput,
|
|
828
|
+
StartOutboundEmailContactCommandOutput,
|
|
829
|
+
} from "./commands/StartOutboundEmailContactCommand";
|
|
794
830
|
import {
|
|
795
831
|
StartOutboundVoiceContactCommandInput,
|
|
796
832
|
StartOutboundVoiceContactCommandOutput,
|
|
@@ -895,6 +931,10 @@ import {
|
|
|
895
931
|
UpdateContactScheduleCommandInput,
|
|
896
932
|
UpdateContactScheduleCommandOutput,
|
|
897
933
|
} from "./commands/UpdateContactScheduleCommand";
|
|
934
|
+
import {
|
|
935
|
+
UpdateEmailAddressMetadataCommandInput,
|
|
936
|
+
UpdateEmailAddressMetadataCommandOutput,
|
|
937
|
+
} from "./commands/UpdateEmailAddressMetadataCommand";
|
|
898
938
|
import {
|
|
899
939
|
UpdateEvaluationFormCommandInput,
|
|
900
940
|
UpdateEvaluationFormCommandOutput,
|
|
@@ -947,6 +987,10 @@ import {
|
|
|
947
987
|
UpdateQueueOutboundCallerConfigCommandInput,
|
|
948
988
|
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
949
989
|
} from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
990
|
+
import {
|
|
991
|
+
UpdateQueueOutboundEmailConfigCommandInput,
|
|
992
|
+
UpdateQueueOutboundEmailConfigCommandOutput,
|
|
993
|
+
} from "./commands/UpdateQueueOutboundEmailConfigCommand";
|
|
950
994
|
import {
|
|
951
995
|
UpdateQueueStatusCommandInput,
|
|
952
996
|
UpdateQueueStatusCommandOutput,
|
|
@@ -1348,6 +1392,19 @@ export interface Connect {
|
|
|
1348
1392
|
options: __HttpHandlerOptions,
|
|
1349
1393
|
cb: (err: any, data?: CreateAgentStatusCommandOutput) => void
|
|
1350
1394
|
): void;
|
|
1395
|
+
createContact(
|
|
1396
|
+
args: CreateContactCommandInput,
|
|
1397
|
+
options?: __HttpHandlerOptions
|
|
1398
|
+
): Promise<CreateContactCommandOutput>;
|
|
1399
|
+
createContact(
|
|
1400
|
+
args: CreateContactCommandInput,
|
|
1401
|
+
cb: (err: any, data?: CreateContactCommandOutput) => void
|
|
1402
|
+
): void;
|
|
1403
|
+
createContact(
|
|
1404
|
+
args: CreateContactCommandInput,
|
|
1405
|
+
options: __HttpHandlerOptions,
|
|
1406
|
+
cb: (err: any, data?: CreateContactCommandOutput) => void
|
|
1407
|
+
): void;
|
|
1351
1408
|
createContactFlow(
|
|
1352
1409
|
args: CreateContactFlowCommandInput,
|
|
1353
1410
|
options?: __HttpHandlerOptions
|
|
@@ -1387,6 +1444,19 @@ export interface Connect {
|
|
|
1387
1444
|
options: __HttpHandlerOptions,
|
|
1388
1445
|
cb: (err: any, data?: CreateContactFlowVersionCommandOutput) => void
|
|
1389
1446
|
): void;
|
|
1447
|
+
createEmailAddress(
|
|
1448
|
+
args: CreateEmailAddressCommandInput,
|
|
1449
|
+
options?: __HttpHandlerOptions
|
|
1450
|
+
): Promise<CreateEmailAddressCommandOutput>;
|
|
1451
|
+
createEmailAddress(
|
|
1452
|
+
args: CreateEmailAddressCommandInput,
|
|
1453
|
+
cb: (err: any, data?: CreateEmailAddressCommandOutput) => void
|
|
1454
|
+
): void;
|
|
1455
|
+
createEmailAddress(
|
|
1456
|
+
args: CreateEmailAddressCommandInput,
|
|
1457
|
+
options: __HttpHandlerOptions,
|
|
1458
|
+
cb: (err: any, data?: CreateEmailAddressCommandOutput) => void
|
|
1459
|
+
): void;
|
|
1390
1460
|
createEvaluationForm(
|
|
1391
1461
|
args: CreateEvaluationFormCommandInput,
|
|
1392
1462
|
options?: __HttpHandlerOptions
|
|
@@ -1731,6 +1801,19 @@ export interface Connect {
|
|
|
1731
1801
|
options: __HttpHandlerOptions,
|
|
1732
1802
|
cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void
|
|
1733
1803
|
): void;
|
|
1804
|
+
deleteEmailAddress(
|
|
1805
|
+
args: DeleteEmailAddressCommandInput,
|
|
1806
|
+
options?: __HttpHandlerOptions
|
|
1807
|
+
): Promise<DeleteEmailAddressCommandOutput>;
|
|
1808
|
+
deleteEmailAddress(
|
|
1809
|
+
args: DeleteEmailAddressCommandInput,
|
|
1810
|
+
cb: (err: any, data?: DeleteEmailAddressCommandOutput) => void
|
|
1811
|
+
): void;
|
|
1812
|
+
deleteEmailAddress(
|
|
1813
|
+
args: DeleteEmailAddressCommandInput,
|
|
1814
|
+
options: __HttpHandlerOptions,
|
|
1815
|
+
cb: (err: any, data?: DeleteEmailAddressCommandOutput) => void
|
|
1816
|
+
): void;
|
|
1734
1817
|
deleteEvaluationForm(
|
|
1735
1818
|
args: DeleteEvaluationFormCommandInput,
|
|
1736
1819
|
options?: __HttpHandlerOptions
|
|
@@ -2056,6 +2139,19 @@ export interface Connect {
|
|
|
2056
2139
|
options: __HttpHandlerOptions,
|
|
2057
2140
|
cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void
|
|
2058
2141
|
): void;
|
|
2142
|
+
describeEmailAddress(
|
|
2143
|
+
args: DescribeEmailAddressCommandInput,
|
|
2144
|
+
options?: __HttpHandlerOptions
|
|
2145
|
+
): Promise<DescribeEmailAddressCommandOutput>;
|
|
2146
|
+
describeEmailAddress(
|
|
2147
|
+
args: DescribeEmailAddressCommandInput,
|
|
2148
|
+
cb: (err: any, data?: DescribeEmailAddressCommandOutput) => void
|
|
2149
|
+
): void;
|
|
2150
|
+
describeEmailAddress(
|
|
2151
|
+
args: DescribeEmailAddressCommandInput,
|
|
2152
|
+
options: __HttpHandlerOptions,
|
|
2153
|
+
cb: (err: any, data?: DescribeEmailAddressCommandOutput) => void
|
|
2154
|
+
): void;
|
|
2059
2155
|
describeEvaluationForm(
|
|
2060
2156
|
args: DescribeEvaluationFormCommandInput,
|
|
2061
2157
|
options?: __HttpHandlerOptions
|
|
@@ -2698,6 +2794,19 @@ export interface Connect {
|
|
|
2698
2794
|
options: __HttpHandlerOptions,
|
|
2699
2795
|
cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void
|
|
2700
2796
|
): void;
|
|
2797
|
+
listAssociatedContacts(
|
|
2798
|
+
args: ListAssociatedContactsCommandInput,
|
|
2799
|
+
options?: __HttpHandlerOptions
|
|
2800
|
+
): Promise<ListAssociatedContactsCommandOutput>;
|
|
2801
|
+
listAssociatedContacts(
|
|
2802
|
+
args: ListAssociatedContactsCommandInput,
|
|
2803
|
+
cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void
|
|
2804
|
+
): void;
|
|
2805
|
+
listAssociatedContacts(
|
|
2806
|
+
args: ListAssociatedContactsCommandInput,
|
|
2807
|
+
options: __HttpHandlerOptions,
|
|
2808
|
+
cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void
|
|
2809
|
+
): void;
|
|
2701
2810
|
listAuthenticationProfiles(
|
|
2702
2811
|
args: ListAuthenticationProfilesCommandInput,
|
|
2703
2812
|
options?: __HttpHandlerOptions
|
|
@@ -3428,6 +3537,19 @@ export interface Connect {
|
|
|
3428
3537
|
options: __HttpHandlerOptions,
|
|
3429
3538
|
cb: (err: any, data?: SearchContactsCommandOutput) => void
|
|
3430
3539
|
): void;
|
|
3540
|
+
searchEmailAddresses(
|
|
3541
|
+
args: SearchEmailAddressesCommandInput,
|
|
3542
|
+
options?: __HttpHandlerOptions
|
|
3543
|
+
): Promise<SearchEmailAddressesCommandOutput>;
|
|
3544
|
+
searchEmailAddresses(
|
|
3545
|
+
args: SearchEmailAddressesCommandInput,
|
|
3546
|
+
cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void
|
|
3547
|
+
): void;
|
|
3548
|
+
searchEmailAddresses(
|
|
3549
|
+
args: SearchEmailAddressesCommandInput,
|
|
3550
|
+
options: __HttpHandlerOptions,
|
|
3551
|
+
cb: (err: any, data?: SearchEmailAddressesCommandOutput) => void
|
|
3552
|
+
): void;
|
|
3431
3553
|
searchHoursOfOperations(
|
|
3432
3554
|
args: SearchHoursOfOperationsCommandInput,
|
|
3433
3555
|
options?: __HttpHandlerOptions
|
|
@@ -3584,6 +3706,19 @@ export interface Connect {
|
|
|
3584
3706
|
options: __HttpHandlerOptions,
|
|
3585
3707
|
cb: (err: any, data?: SendChatIntegrationEventCommandOutput) => void
|
|
3586
3708
|
): void;
|
|
3709
|
+
sendOutboundEmail(
|
|
3710
|
+
args: SendOutboundEmailCommandInput,
|
|
3711
|
+
options?: __HttpHandlerOptions
|
|
3712
|
+
): Promise<SendOutboundEmailCommandOutput>;
|
|
3713
|
+
sendOutboundEmail(
|
|
3714
|
+
args: SendOutboundEmailCommandInput,
|
|
3715
|
+
cb: (err: any, data?: SendOutboundEmailCommandOutput) => void
|
|
3716
|
+
): void;
|
|
3717
|
+
sendOutboundEmail(
|
|
3718
|
+
args: SendOutboundEmailCommandInput,
|
|
3719
|
+
options: __HttpHandlerOptions,
|
|
3720
|
+
cb: (err: any, data?: SendOutboundEmailCommandOutput) => void
|
|
3721
|
+
): void;
|
|
3587
3722
|
startAttachedFileUpload(
|
|
3588
3723
|
args: StartAttachedFileUploadCommandInput,
|
|
3589
3724
|
options?: __HttpHandlerOptions
|
|
@@ -3649,6 +3784,19 @@ export interface Connect {
|
|
|
3649
3784
|
options: __HttpHandlerOptions,
|
|
3650
3785
|
cb: (err: any, data?: StartContactStreamingCommandOutput) => void
|
|
3651
3786
|
): void;
|
|
3787
|
+
startEmailContact(
|
|
3788
|
+
args: StartEmailContactCommandInput,
|
|
3789
|
+
options?: __HttpHandlerOptions
|
|
3790
|
+
): Promise<StartEmailContactCommandOutput>;
|
|
3791
|
+
startEmailContact(
|
|
3792
|
+
args: StartEmailContactCommandInput,
|
|
3793
|
+
cb: (err: any, data?: StartEmailContactCommandOutput) => void
|
|
3794
|
+
): void;
|
|
3795
|
+
startEmailContact(
|
|
3796
|
+
args: StartEmailContactCommandInput,
|
|
3797
|
+
options: __HttpHandlerOptions,
|
|
3798
|
+
cb: (err: any, data?: StartEmailContactCommandOutput) => void
|
|
3799
|
+
): void;
|
|
3652
3800
|
startOutboundChatContact(
|
|
3653
3801
|
args: StartOutboundChatContactCommandInput,
|
|
3654
3802
|
options?: __HttpHandlerOptions
|
|
@@ -3662,6 +3810,19 @@ export interface Connect {
|
|
|
3662
3810
|
options: __HttpHandlerOptions,
|
|
3663
3811
|
cb: (err: any, data?: StartOutboundChatContactCommandOutput) => void
|
|
3664
3812
|
): void;
|
|
3813
|
+
startOutboundEmailContact(
|
|
3814
|
+
args: StartOutboundEmailContactCommandInput,
|
|
3815
|
+
options?: __HttpHandlerOptions
|
|
3816
|
+
): Promise<StartOutboundEmailContactCommandOutput>;
|
|
3817
|
+
startOutboundEmailContact(
|
|
3818
|
+
args: StartOutboundEmailContactCommandInput,
|
|
3819
|
+
cb: (err: any, data?: StartOutboundEmailContactCommandOutput) => void
|
|
3820
|
+
): void;
|
|
3821
|
+
startOutboundEmailContact(
|
|
3822
|
+
args: StartOutboundEmailContactCommandInput,
|
|
3823
|
+
options: __HttpHandlerOptions,
|
|
3824
|
+
cb: (err: any, data?: StartOutboundEmailContactCommandOutput) => void
|
|
3825
|
+
): void;
|
|
3665
3826
|
startOutboundVoiceContact(
|
|
3666
3827
|
args: StartOutboundVoiceContactCommandInput,
|
|
3667
3828
|
options?: __HttpHandlerOptions
|
|
@@ -4000,6 +4161,19 @@ export interface Connect {
|
|
|
4000
4161
|
options: __HttpHandlerOptions,
|
|
4001
4162
|
cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void
|
|
4002
4163
|
): void;
|
|
4164
|
+
updateEmailAddressMetadata(
|
|
4165
|
+
args: UpdateEmailAddressMetadataCommandInput,
|
|
4166
|
+
options?: __HttpHandlerOptions
|
|
4167
|
+
): Promise<UpdateEmailAddressMetadataCommandOutput>;
|
|
4168
|
+
updateEmailAddressMetadata(
|
|
4169
|
+
args: UpdateEmailAddressMetadataCommandInput,
|
|
4170
|
+
cb: (err: any, data?: UpdateEmailAddressMetadataCommandOutput) => void
|
|
4171
|
+
): void;
|
|
4172
|
+
updateEmailAddressMetadata(
|
|
4173
|
+
args: UpdateEmailAddressMetadataCommandInput,
|
|
4174
|
+
options: __HttpHandlerOptions,
|
|
4175
|
+
cb: (err: any, data?: UpdateEmailAddressMetadataCommandOutput) => void
|
|
4176
|
+
): void;
|
|
4003
4177
|
updateEvaluationForm(
|
|
4004
4178
|
args: UpdateEvaluationFormCommandInput,
|
|
4005
4179
|
options?: __HttpHandlerOptions
|
|
@@ -4169,6 +4343,19 @@ export interface Connect {
|
|
|
4169
4343
|
options: __HttpHandlerOptions,
|
|
4170
4344
|
cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
|
|
4171
4345
|
): void;
|
|
4346
|
+
updateQueueOutboundEmailConfig(
|
|
4347
|
+
args: UpdateQueueOutboundEmailConfigCommandInput,
|
|
4348
|
+
options?: __HttpHandlerOptions
|
|
4349
|
+
): Promise<UpdateQueueOutboundEmailConfigCommandOutput>;
|
|
4350
|
+
updateQueueOutboundEmailConfig(
|
|
4351
|
+
args: UpdateQueueOutboundEmailConfigCommandInput,
|
|
4352
|
+
cb: (err: any, data?: UpdateQueueOutboundEmailConfigCommandOutput) => void
|
|
4353
|
+
): void;
|
|
4354
|
+
updateQueueOutboundEmailConfig(
|
|
4355
|
+
args: UpdateQueueOutboundEmailConfigCommandInput,
|
|
4356
|
+
options: __HttpHandlerOptions,
|
|
4357
|
+
cb: (err: any, data?: UpdateQueueOutboundEmailConfigCommandOutput) => void
|
|
4358
|
+
): void;
|
|
4172
4359
|
updateQueueStatus(
|
|
4173
4360
|
args: UpdateQueueStatusCommandInput,
|
|
4174
4361
|
options?: __HttpHandlerOptions
|