@aws-sdk/client-connect 3.696.0 → 3.701.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 +1021 -119
- 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/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- 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 +67 -24
- package/dist-es/models/models_1.js +24 -40
- package/dist-es/models/models_2.js +142 -19
- package/dist-es/models/models_3.js +33 -0
- package/dist-es/protocols/Aws_restJson1.js +470 -10
- 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 +139 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +111 -0
- 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/DeleteVocabularyCommand.d.ts +2 -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 +39 -4
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactFlowCommand.d.ts +1 -2
- package/dist-types/commands/DescribeContactFlowModuleCommand.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 +103 -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 +3 -2
- 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 +3 -4
- 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 +135 -0
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +4 -2
- package/dist-types/commands/StartChatContactCommand.d.ts +12 -1
- package/dist-types/commands/StartEmailContactCommand.d.ts +162 -0
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +14 -3
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +129 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
- package/dist-types/commands/StartTaskContactCommand.d.ts +22 -3
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +22 -3
- package/dist-types/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +98 -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 +317 -321
- package/dist-types/models/models_1.d.ts +567 -624
- package/dist-types/models/models_2.d.ts +3704 -3854
- package/dist-types/models/models_3.d.ts +1650 -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 +48 -0
- package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +2 -4
- 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/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartOutboundChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +2 -4
- 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 +122 -90
- package/dist-types/ts3.4/models/models_1.d.ts +155 -213
- package/dist-types/ts3.4/models/models_2.d.ts +436 -296
- package/dist-types/ts3.4/models/models_3.d.ts +363 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
package/dist-es/Connect.js
CHANGED
|
@@ -22,9 +22,11 @@ import { BatchPutContactCommand, } from "./commands/BatchPutContactCommand";
|
|
|
22
22
|
import { ClaimPhoneNumberCommand, } from "./commands/ClaimPhoneNumberCommand";
|
|
23
23
|
import { CompleteAttachedFileUploadCommand, } from "./commands/CompleteAttachedFileUploadCommand";
|
|
24
24
|
import { CreateAgentStatusCommand, } from "./commands/CreateAgentStatusCommand";
|
|
25
|
+
import { CreateContactCommand, } from "./commands/CreateContactCommand";
|
|
25
26
|
import { CreateContactFlowCommand, } from "./commands/CreateContactFlowCommand";
|
|
26
27
|
import { CreateContactFlowModuleCommand, } from "./commands/CreateContactFlowModuleCommand";
|
|
27
28
|
import { CreateContactFlowVersionCommand, } from "./commands/CreateContactFlowVersionCommand";
|
|
29
|
+
import { CreateEmailAddressCommand, } from "./commands/CreateEmailAddressCommand";
|
|
28
30
|
import { CreateEvaluationFormCommand, } from "./commands/CreateEvaluationFormCommand";
|
|
29
31
|
import { CreateHoursOfOperationCommand, } from "./commands/CreateHoursOfOperationCommand";
|
|
30
32
|
import { CreateInstanceCommand, } from "./commands/CreateInstanceCommand";
|
|
@@ -51,6 +53,7 @@ import { DeleteAttachedFileCommand, } from "./commands/DeleteAttachedFileCommand
|
|
|
51
53
|
import { DeleteContactEvaluationCommand, } from "./commands/DeleteContactEvaluationCommand";
|
|
52
54
|
import { DeleteContactFlowCommand, } from "./commands/DeleteContactFlowCommand";
|
|
53
55
|
import { DeleteContactFlowModuleCommand, } from "./commands/DeleteContactFlowModuleCommand";
|
|
56
|
+
import { DeleteEmailAddressCommand, } from "./commands/DeleteEmailAddressCommand";
|
|
54
57
|
import { DeleteEvaluationFormCommand, } from "./commands/DeleteEvaluationFormCommand";
|
|
55
58
|
import { DeleteHoursOfOperationCommand, } from "./commands/DeleteHoursOfOperationCommand";
|
|
56
59
|
import { DeleteInstanceCommand, } from "./commands/DeleteInstanceCommand";
|
|
@@ -76,6 +79,7 @@ import { DescribeContactCommand, } from "./commands/DescribeContactCommand";
|
|
|
76
79
|
import { DescribeContactEvaluationCommand, } from "./commands/DescribeContactEvaluationCommand";
|
|
77
80
|
import { DescribeContactFlowCommand, } from "./commands/DescribeContactFlowCommand";
|
|
78
81
|
import { DescribeContactFlowModuleCommand, } from "./commands/DescribeContactFlowModuleCommand";
|
|
82
|
+
import { DescribeEmailAddressCommand, } from "./commands/DescribeEmailAddressCommand";
|
|
79
83
|
import { DescribeEvaluationFormCommand, } from "./commands/DescribeEvaluationFormCommand";
|
|
80
84
|
import { DescribeHoursOfOperationCommand, } from "./commands/DescribeHoursOfOperationCommand";
|
|
81
85
|
import { DescribeInstanceAttributeCommand, } from "./commands/DescribeInstanceAttributeCommand";
|
|
@@ -124,6 +128,7 @@ import { ImportPhoneNumberCommand, } from "./commands/ImportPhoneNumberCommand";
|
|
|
124
128
|
import { ListAgentStatusesCommand, } from "./commands/ListAgentStatusesCommand";
|
|
125
129
|
import { ListAnalyticsDataAssociationsCommand, } from "./commands/ListAnalyticsDataAssociationsCommand";
|
|
126
130
|
import { ListApprovedOriginsCommand, } from "./commands/ListApprovedOriginsCommand";
|
|
131
|
+
import { ListAssociatedContactsCommand, } from "./commands/ListAssociatedContactsCommand";
|
|
127
132
|
import { ListAuthenticationProfilesCommand, } from "./commands/ListAuthenticationProfilesCommand";
|
|
128
133
|
import { ListBotsCommand } from "./commands/ListBotsCommand";
|
|
129
134
|
import { ListContactEvaluationsCommand, } from "./commands/ListContactEvaluationsCommand";
|
|
@@ -179,6 +184,7 @@ import { SearchAvailablePhoneNumbersCommand, } from "./commands/SearchAvailableP
|
|
|
179
184
|
import { SearchContactFlowModulesCommand, } from "./commands/SearchContactFlowModulesCommand";
|
|
180
185
|
import { SearchContactFlowsCommand, } from "./commands/SearchContactFlowsCommand";
|
|
181
186
|
import { SearchContactsCommand, } from "./commands/SearchContactsCommand";
|
|
187
|
+
import { SearchEmailAddressesCommand, } from "./commands/SearchEmailAddressesCommand";
|
|
182
188
|
import { SearchHoursOfOperationsCommand, } from "./commands/SearchHoursOfOperationsCommand";
|
|
183
189
|
import { SearchPredefinedAttributesCommand, } from "./commands/SearchPredefinedAttributesCommand";
|
|
184
190
|
import { SearchPromptsCommand, } from "./commands/SearchPromptsCommand";
|
|
@@ -191,12 +197,15 @@ import { SearchUserHierarchyGroupsCommand, } from "./commands/SearchUserHierarch
|
|
|
191
197
|
import { SearchUsersCommand } from "./commands/SearchUsersCommand";
|
|
192
198
|
import { SearchVocabulariesCommand, } from "./commands/SearchVocabulariesCommand";
|
|
193
199
|
import { SendChatIntegrationEventCommand, } from "./commands/SendChatIntegrationEventCommand";
|
|
200
|
+
import { SendOutboundEmailCommand, } from "./commands/SendOutboundEmailCommand";
|
|
194
201
|
import { StartAttachedFileUploadCommand, } from "./commands/StartAttachedFileUploadCommand";
|
|
195
202
|
import { StartChatContactCommand, } from "./commands/StartChatContactCommand";
|
|
196
203
|
import { StartContactEvaluationCommand, } from "./commands/StartContactEvaluationCommand";
|
|
197
204
|
import { StartContactRecordingCommand, } from "./commands/StartContactRecordingCommand";
|
|
198
205
|
import { StartContactStreamingCommand, } from "./commands/StartContactStreamingCommand";
|
|
206
|
+
import { StartEmailContactCommand, } from "./commands/StartEmailContactCommand";
|
|
199
207
|
import { StartOutboundChatContactCommand, } from "./commands/StartOutboundChatContactCommand";
|
|
208
|
+
import { StartOutboundEmailContactCommand, } from "./commands/StartOutboundEmailContactCommand";
|
|
200
209
|
import { StartOutboundVoiceContactCommand, } from "./commands/StartOutboundVoiceContactCommand";
|
|
201
210
|
import { StartScreenSharingCommand, } from "./commands/StartScreenSharingCommand";
|
|
202
211
|
import { StartTaskContactCommand, } from "./commands/StartTaskContactCommand";
|
|
@@ -223,6 +232,7 @@ import { UpdateContactFlowModuleMetadataCommand, } from "./commands/UpdateContac
|
|
|
223
232
|
import { UpdateContactFlowNameCommand, } from "./commands/UpdateContactFlowNameCommand";
|
|
224
233
|
import { UpdateContactRoutingDataCommand, } from "./commands/UpdateContactRoutingDataCommand";
|
|
225
234
|
import { UpdateContactScheduleCommand, } from "./commands/UpdateContactScheduleCommand";
|
|
235
|
+
import { UpdateEmailAddressMetadataCommand, } from "./commands/UpdateEmailAddressMetadataCommand";
|
|
226
236
|
import { UpdateEvaluationFormCommand, } from "./commands/UpdateEvaluationFormCommand";
|
|
227
237
|
import { UpdateHoursOfOperationCommand, } from "./commands/UpdateHoursOfOperationCommand";
|
|
228
238
|
import { UpdateInstanceAttributeCommand, } from "./commands/UpdateInstanceAttributeCommand";
|
|
@@ -236,6 +246,7 @@ import { UpdateQueueHoursOfOperationCommand, } from "./commands/UpdateQueueHours
|
|
|
236
246
|
import { UpdateQueueMaxContactsCommand, } from "./commands/UpdateQueueMaxContactsCommand";
|
|
237
247
|
import { UpdateQueueNameCommand, } from "./commands/UpdateQueueNameCommand";
|
|
238
248
|
import { UpdateQueueOutboundCallerConfigCommand, } from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
249
|
+
import { UpdateQueueOutboundEmailConfigCommand, } from "./commands/UpdateQueueOutboundEmailConfigCommand";
|
|
239
250
|
import { UpdateQueueStatusCommand, } from "./commands/UpdateQueueStatusCommand";
|
|
240
251
|
import { UpdateQuickConnectConfigCommand, } from "./commands/UpdateQuickConnectConfigCommand";
|
|
241
252
|
import { UpdateQuickConnectNameCommand, } from "./commands/UpdateQuickConnectNameCommand";
|
|
@@ -283,9 +294,11 @@ const commands = {
|
|
|
283
294
|
ClaimPhoneNumberCommand,
|
|
284
295
|
CompleteAttachedFileUploadCommand,
|
|
285
296
|
CreateAgentStatusCommand,
|
|
297
|
+
CreateContactCommand,
|
|
286
298
|
CreateContactFlowCommand,
|
|
287
299
|
CreateContactFlowModuleCommand,
|
|
288
300
|
CreateContactFlowVersionCommand,
|
|
301
|
+
CreateEmailAddressCommand,
|
|
289
302
|
CreateEvaluationFormCommand,
|
|
290
303
|
CreateHoursOfOperationCommand,
|
|
291
304
|
CreateInstanceCommand,
|
|
@@ -312,6 +325,7 @@ const commands = {
|
|
|
312
325
|
DeleteContactEvaluationCommand,
|
|
313
326
|
DeleteContactFlowCommand,
|
|
314
327
|
DeleteContactFlowModuleCommand,
|
|
328
|
+
DeleteEmailAddressCommand,
|
|
315
329
|
DeleteEvaluationFormCommand,
|
|
316
330
|
DeleteHoursOfOperationCommand,
|
|
317
331
|
DeleteInstanceCommand,
|
|
@@ -337,6 +351,7 @@ const commands = {
|
|
|
337
351
|
DescribeContactEvaluationCommand,
|
|
338
352
|
DescribeContactFlowCommand,
|
|
339
353
|
DescribeContactFlowModuleCommand,
|
|
354
|
+
DescribeEmailAddressCommand,
|
|
340
355
|
DescribeEvaluationFormCommand,
|
|
341
356
|
DescribeHoursOfOperationCommand,
|
|
342
357
|
DescribeInstanceCommand,
|
|
@@ -385,6 +400,7 @@ const commands = {
|
|
|
385
400
|
ListAgentStatusesCommand,
|
|
386
401
|
ListAnalyticsDataAssociationsCommand,
|
|
387
402
|
ListApprovedOriginsCommand,
|
|
403
|
+
ListAssociatedContactsCommand,
|
|
388
404
|
ListAuthenticationProfilesCommand,
|
|
389
405
|
ListBotsCommand,
|
|
390
406
|
ListContactEvaluationsCommand,
|
|
@@ -440,6 +456,7 @@ const commands = {
|
|
|
440
456
|
SearchContactFlowModulesCommand,
|
|
441
457
|
SearchContactFlowsCommand,
|
|
442
458
|
SearchContactsCommand,
|
|
459
|
+
SearchEmailAddressesCommand,
|
|
443
460
|
SearchHoursOfOperationsCommand,
|
|
444
461
|
SearchPredefinedAttributesCommand,
|
|
445
462
|
SearchPromptsCommand,
|
|
@@ -452,12 +469,15 @@ const commands = {
|
|
|
452
469
|
SearchUsersCommand,
|
|
453
470
|
SearchVocabulariesCommand,
|
|
454
471
|
SendChatIntegrationEventCommand,
|
|
472
|
+
SendOutboundEmailCommand,
|
|
455
473
|
StartAttachedFileUploadCommand,
|
|
456
474
|
StartChatContactCommand,
|
|
457
475
|
StartContactEvaluationCommand,
|
|
458
476
|
StartContactRecordingCommand,
|
|
459
477
|
StartContactStreamingCommand,
|
|
478
|
+
StartEmailContactCommand,
|
|
460
479
|
StartOutboundChatContactCommand,
|
|
480
|
+
StartOutboundEmailContactCommand,
|
|
461
481
|
StartOutboundVoiceContactCommand,
|
|
462
482
|
StartScreenSharingCommand,
|
|
463
483
|
StartTaskContactCommand,
|
|
@@ -484,6 +504,7 @@ const commands = {
|
|
|
484
504
|
UpdateContactFlowNameCommand,
|
|
485
505
|
UpdateContactRoutingDataCommand,
|
|
486
506
|
UpdateContactScheduleCommand,
|
|
507
|
+
UpdateEmailAddressMetadataCommand,
|
|
487
508
|
UpdateEvaluationFormCommand,
|
|
488
509
|
UpdateHoursOfOperationCommand,
|
|
489
510
|
UpdateInstanceAttributeCommand,
|
|
@@ -497,6 +518,7 @@ const commands = {
|
|
|
497
518
|
UpdateQueueMaxContactsCommand,
|
|
498
519
|
UpdateQueueNameCommand,
|
|
499
520
|
UpdateQueueOutboundCallerConfigCommand,
|
|
521
|
+
UpdateQueueOutboundEmailConfigCommand,
|
|
500
522
|
UpdateQueueStatusCommand,
|
|
501
523
|
UpdateQuickConnectConfigCommand,
|
|
502
524
|
UpdateQuickConnectNameCommand,
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateContactRequestFilterSensitiveLog } from "../models/models_2";
|
|
6
|
+
import { de_CreateContactCommand, se_CreateContactCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateContactCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "CreateContact", {})
|
|
18
|
+
.n("ConnectClient", "CreateContactCommand")
|
|
19
|
+
.f(CreateContactRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_CreateContactCommand)
|
|
21
|
+
.de(de_CreateContactCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateEmailAddressRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateEmailAddressCommand, se_CreateEmailAddressCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateEmailAddressCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "CreateEmailAddress", {})
|
|
18
|
+
.n("ConnectClient", "CreateEmailAddressCommand")
|
|
19
|
+
.f(CreateEmailAddressRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_CreateEmailAddressCommand)
|
|
21
|
+
.de(de_CreateEmailAddressCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteEmailAddressCommand, se_DeleteEmailAddressCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteEmailAddressCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "DeleteEmailAddress", {})
|
|
17
|
+
.n("ConnectClient", "DeleteEmailAddressCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteEmailAddressCommand)
|
|
20
|
+
.de(de_DeleteEmailAddressCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeContactResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { DescribeContactResponseFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_DescribeContactCommand, se_DescribeContactCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeContactCommand extends $Command
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DescribeEmailAddressResponseFilterSensitiveLog, } from "../models/models_1";
|
|
6
|
+
import { de_DescribeEmailAddressCommand, se_DescribeEmailAddressCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class DescribeEmailAddressCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "DescribeEmailAddress", {})
|
|
18
|
+
.n("ConnectClient", "DescribeEmailAddressCommand")
|
|
19
|
+
.f(void 0, DescribeEmailAddressResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_DescribeEmailAddressCommand)
|
|
21
|
+
.de(de_DescribeEmailAddressCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListAssociatedContactsCommand, se_ListAssociatedContactsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListAssociatedContactsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "ListAssociatedContacts", {})
|
|
17
|
+
.n("ConnectClient", "ListAssociatedContactsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListAssociatedContactsCommand)
|
|
20
|
+
.de(de_ListAssociatedContactsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { SearchEmailAddressesResponseFilterSensitiveLog } from "../models/models_2";
|
|
6
|
+
import { de_SearchEmailAddressesCommand, se_SearchEmailAddressesCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class SearchEmailAddressesCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "SearchEmailAddresses", {})
|
|
18
|
+
.n("ConnectClient", "SearchEmailAddressesCommand")
|
|
19
|
+
.f(void 0, SearchEmailAddressesResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_SearchEmailAddressesCommand)
|
|
21
|
+
.de(de_SearchEmailAddressesCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { SendOutboundEmailRequestFilterSensitiveLog, } from "../models/models_2";
|
|
6
|
+
import { de_SendOutboundEmailCommand, se_SendOutboundEmailCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class SendOutboundEmailCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "SendOutboundEmail", {})
|
|
18
|
+
.n("ConnectClient", "SendOutboundEmailCommand")
|
|
19
|
+
.f(SendOutboundEmailRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_SendOutboundEmailCommand)
|
|
21
|
+
.de(de_SendOutboundEmailCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartEmailContactRequestFilterSensitiveLog } from "../models/models_3";
|
|
6
|
+
import { de_StartEmailContactCommand, se_StartEmailContactCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class StartEmailContactCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "StartEmailContact", {})
|
|
18
|
+
.n("ConnectClient", "StartEmailContactCommand")
|
|
19
|
+
.f(StartEmailContactRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_StartEmailContactCommand)
|
|
21
|
+
.de(de_StartEmailContactCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartOutboundEmailContactRequestFilterSensitiveLog, } from "../models/models_2";
|
|
6
|
+
import { de_StartOutboundEmailContactCommand, se_StartOutboundEmailContactCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class StartOutboundEmailContactCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "StartOutboundEmailContact", {})
|
|
18
|
+
.n("ConnectClient", "StartOutboundEmailContactCommand")
|
|
19
|
+
.f(StartOutboundEmailContactRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_StartOutboundEmailContactCommand)
|
|
21
|
+
.de(de_StartOutboundEmailContactCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { StartTaskContactRequestFilterSensitiveLog
|
|
5
|
+
import { StartTaskContactRequestFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_StartTaskContactCommand, se_StartTaskContactCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartTaskContactCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateContactRequestFilterSensitiveLog
|
|
5
|
+
import { UpdateContactRequestFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateContactCommand extends $Command
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateEmailAddressMetadataRequestFilterSensitiveLog, } from "../models/models_2";
|
|
6
|
+
import { de_UpdateEmailAddressMetadataCommand, se_UpdateEmailAddressMetadataCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class UpdateEmailAddressMetadataCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AmazonConnectService", "UpdateEmailAddressMetadata", {})
|
|
18
|
+
.n("ConnectClient", "UpdateEmailAddressMetadataCommand")
|
|
19
|
+
.f(UpdateEmailAddressMetadataRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_UpdateEmailAddressMetadataCommand)
|
|
21
|
+
.de(de_UpdateEmailAddressMetadataCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateQueueOutboundEmailConfigCommand, se_UpdateQueueOutboundEmailConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateQueueOutboundEmailConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonConnectService", "UpdateQueueOutboundEmailConfig", {})
|
|
17
|
+
.n("ConnectClient", "UpdateQueueOutboundEmailConfigCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateQueueOutboundEmailConfigCommand)
|
|
20
|
+
.de(de_UpdateQueueOutboundEmailConfigCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -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";
|
package/dist-es/models/index.js
CHANGED