@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-cjs/index.js
CHANGED
|
@@ -44,6 +44,7 @@ __export(src_exports, {
|
|
|
44
44
|
AssociateTrafficDistributionGroupUserCommand: () => AssociateTrafficDistributionGroupUserCommand,
|
|
45
45
|
AssociateUserProficienciesCommand: () => AssociateUserProficienciesCommand,
|
|
46
46
|
AttachedFileInvalidRequestExceptionReason: () => AttachedFileInvalidRequestExceptionReason,
|
|
47
|
+
AttachedFileServiceQuotaExceededExceptionReason: () => AttachedFileServiceQuotaExceededExceptionReason,
|
|
47
48
|
AttendeeFilterSensitiveLog: () => AttendeeFilterSensitiveLog,
|
|
48
49
|
BatchAssociateAnalyticsDataSetCommand: () => BatchAssociateAnalyticsDataSetCommand,
|
|
49
50
|
BatchDisassociateAnalyticsDataSetCommand: () => BatchDisassociateAnalyticsDataSetCommand,
|
|
@@ -56,6 +57,7 @@ __export(src_exports, {
|
|
|
56
57
|
ClaimPhoneNumberCommand: () => ClaimPhoneNumberCommand,
|
|
57
58
|
Comparison: () => Comparison,
|
|
58
59
|
CompleteAttachedFileUploadCommand: () => CompleteAttachedFileUploadCommand,
|
|
60
|
+
ConditionalOperationFailedException: () => ConditionalOperationFailedException,
|
|
59
61
|
ConflictException: () => ConflictException,
|
|
60
62
|
Connect: () => Connect,
|
|
61
63
|
ConnectClient: () => ConnectClient,
|
|
@@ -73,9 +75,13 @@ __export(src_exports, {
|
|
|
73
75
|
ContactNotFoundException: () => ContactNotFoundException,
|
|
74
76
|
ContactState: () => ContactState,
|
|
75
77
|
CreateAgentStatusCommand: () => CreateAgentStatusCommand,
|
|
78
|
+
CreateContactCommand: () => CreateContactCommand,
|
|
76
79
|
CreateContactFlowCommand: () => CreateContactFlowCommand,
|
|
77
80
|
CreateContactFlowModuleCommand: () => CreateContactFlowModuleCommand,
|
|
78
81
|
CreateContactFlowVersionCommand: () => CreateContactFlowVersionCommand,
|
|
82
|
+
CreateContactRequestFilterSensitiveLog: () => CreateContactRequestFilterSensitiveLog,
|
|
83
|
+
CreateEmailAddressCommand: () => CreateEmailAddressCommand,
|
|
84
|
+
CreateEmailAddressRequestFilterSensitiveLog: () => CreateEmailAddressRequestFilterSensitiveLog,
|
|
79
85
|
CreateEvaluationFormCommand: () => CreateEvaluationFormCommand,
|
|
80
86
|
CreateHoursOfOperationCommand: () => CreateHoursOfOperationCommand,
|
|
81
87
|
CreateInstanceCommand: () => CreateInstanceCommand,
|
|
@@ -110,6 +116,7 @@ __export(src_exports, {
|
|
|
110
116
|
DeleteContactEvaluationCommand: () => DeleteContactEvaluationCommand,
|
|
111
117
|
DeleteContactFlowCommand: () => DeleteContactFlowCommand,
|
|
112
118
|
DeleteContactFlowModuleCommand: () => DeleteContactFlowModuleCommand,
|
|
119
|
+
DeleteEmailAddressCommand: () => DeleteEmailAddressCommand,
|
|
113
120
|
DeleteEvaluationFormCommand: () => DeleteEvaluationFormCommand,
|
|
114
121
|
DeleteHoursOfOperationCommand: () => DeleteHoursOfOperationCommand,
|
|
115
122
|
DeleteInstanceCommand: () => DeleteInstanceCommand,
|
|
@@ -136,6 +143,8 @@ __export(src_exports, {
|
|
|
136
143
|
DescribeContactFlowCommand: () => DescribeContactFlowCommand,
|
|
137
144
|
DescribeContactFlowModuleCommand: () => DescribeContactFlowModuleCommand,
|
|
138
145
|
DescribeContactResponseFilterSensitiveLog: () => DescribeContactResponseFilterSensitiveLog,
|
|
146
|
+
DescribeEmailAddressCommand: () => DescribeEmailAddressCommand,
|
|
147
|
+
DescribeEmailAddressResponseFilterSensitiveLog: () => DescribeEmailAddressResponseFilterSensitiveLog,
|
|
139
148
|
DescribeEvaluationFormCommand: () => DescribeEvaluationFormCommand,
|
|
140
149
|
DescribeHoursOfOperationCommand: () => DescribeHoursOfOperationCommand,
|
|
141
150
|
DescribeInstanceAttributeCommand: () => DescribeInstanceAttributeCommand,
|
|
@@ -175,6 +184,9 @@ __export(src_exports, {
|
|
|
175
184
|
DisassociateUserProficienciesCommand: () => DisassociateUserProficienciesCommand,
|
|
176
185
|
DismissUserContactCommand: () => DismissUserContactCommand,
|
|
177
186
|
DuplicateResourceException: () => DuplicateResourceException,
|
|
187
|
+
EmailAddressInfoFilterSensitiveLog: () => EmailAddressInfoFilterSensitiveLog,
|
|
188
|
+
EmailAddressMetadataFilterSensitiveLog: () => EmailAddressMetadataFilterSensitiveLog,
|
|
189
|
+
EmailHeaderType: () => EmailHeaderType,
|
|
178
190
|
EncryptionType: () => EncryptionType,
|
|
179
191
|
EndpointType: () => EndpointType,
|
|
180
192
|
EvaluationAnswerData: () => EvaluationAnswerData,
|
|
@@ -211,6 +223,11 @@ __export(src_exports, {
|
|
|
211
223
|
HoursOfOperationDays: () => HoursOfOperationDays,
|
|
212
224
|
IdempotencyException: () => IdempotencyException,
|
|
213
225
|
ImportPhoneNumberCommand: () => ImportPhoneNumberCommand,
|
|
226
|
+
InboundAdditionalRecipientsFilterSensitiveLog: () => InboundAdditionalRecipientsFilterSensitiveLog,
|
|
227
|
+
InboundEmailContentFilterSensitiveLog: () => InboundEmailContentFilterSensitiveLog,
|
|
228
|
+
InboundMessageSourceType: () => InboundMessageSourceType,
|
|
229
|
+
InboundRawMessageFilterSensitiveLog: () => InboundRawMessageFilterSensitiveLog,
|
|
230
|
+
InitiateAs: () => InitiateAs,
|
|
214
231
|
InstanceAttributeType: () => InstanceAttributeType,
|
|
215
232
|
InstanceFilterSensitiveLog: () => InstanceFilterSensitiveLog,
|
|
216
233
|
InstanceReplicationStatus: () => InstanceReplicationStatus,
|
|
@@ -230,6 +247,7 @@ __export(src_exports, {
|
|
|
230
247
|
ListAgentStatusesCommand: () => ListAgentStatusesCommand,
|
|
231
248
|
ListAnalyticsDataAssociationsCommand: () => ListAnalyticsDataAssociationsCommand,
|
|
232
249
|
ListApprovedOriginsCommand: () => ListApprovedOriginsCommand,
|
|
250
|
+
ListAssociatedContactsCommand: () => ListAssociatedContactsCommand,
|
|
233
251
|
ListAuthenticationProfilesCommand: () => ListAuthenticationProfilesCommand,
|
|
234
252
|
ListBotsCommand: () => ListBotsCommand,
|
|
235
253
|
ListContactEvaluationsCommand: () => ListContactEvaluationsCommand,
|
|
@@ -285,7 +303,11 @@ __export(src_exports, {
|
|
|
285
303
|
NotificationDeliveryType: () => NotificationDeliveryType,
|
|
286
304
|
NumberComparisonType: () => NumberComparisonType,
|
|
287
305
|
NumericQuestionPropertyAutomationLabel: () => NumericQuestionPropertyAutomationLabel,
|
|
306
|
+
OutboundAdditionalRecipientsFilterSensitiveLog: () => OutboundAdditionalRecipientsFilterSensitiveLog,
|
|
288
307
|
OutboundContactNotPermittedException: () => OutboundContactNotPermittedException,
|
|
308
|
+
OutboundEmailContentFilterSensitiveLog: () => OutboundEmailContentFilterSensitiveLog,
|
|
309
|
+
OutboundMessageSourceType: () => OutboundMessageSourceType,
|
|
310
|
+
OutboundRawMessageFilterSensitiveLog: () => OutboundRawMessageFilterSensitiveLog,
|
|
289
311
|
OutputTypeNotFoundException: () => OutputTypeNotFoundException,
|
|
290
312
|
ParticipantRole: () => ParticipantRole,
|
|
291
313
|
ParticipantTimerAction: () => ParticipantTimerAction,
|
|
@@ -338,6 +360,8 @@ __export(src_exports, {
|
|
|
338
360
|
SearchContactsRequestFilterSensitiveLog: () => SearchContactsRequestFilterSensitiveLog,
|
|
339
361
|
SearchContactsTimeRangeType: () => SearchContactsTimeRangeType,
|
|
340
362
|
SearchCriteriaFilterSensitiveLog: () => SearchCriteriaFilterSensitiveLog,
|
|
363
|
+
SearchEmailAddressesCommand: () => SearchEmailAddressesCommand,
|
|
364
|
+
SearchEmailAddressesResponseFilterSensitiveLog: () => SearchEmailAddressesResponseFilterSensitiveLog,
|
|
341
365
|
SearchHoursOfOperationsCommand: () => SearchHoursOfOperationsCommand,
|
|
342
366
|
SearchPredefinedAttributesCommand: () => SearchPredefinedAttributesCommand,
|
|
343
367
|
SearchPromptsCommand: () => SearchPromptsCommand,
|
|
@@ -353,8 +377,13 @@ __export(src_exports, {
|
|
|
353
377
|
SearchableContactAttributesCriteriaFilterSensitiveLog: () => SearchableContactAttributesCriteriaFilterSensitiveLog,
|
|
354
378
|
SearchableContactAttributesFilterSensitiveLog: () => SearchableContactAttributesFilterSensitiveLog,
|
|
355
379
|
SearchableQueueType: () => SearchableQueueType,
|
|
380
|
+
SearchableSegmentAttributesCriteriaFilterSensitiveLog: () => SearchableSegmentAttributesCriteriaFilterSensitiveLog,
|
|
381
|
+
SearchableSegmentAttributesFilterSensitiveLog: () => SearchableSegmentAttributesFilterSensitiveLog,
|
|
356
382
|
SendChatIntegrationEventCommand: () => SendChatIntegrationEventCommand,
|
|
383
|
+
SendOutboundEmailCommand: () => SendOutboundEmailCommand,
|
|
384
|
+
SendOutboundEmailRequestFilterSensitiveLog: () => SendOutboundEmailRequestFilterSensitiveLog,
|
|
357
385
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
386
|
+
ServiceQuotaExceededExceptionReason: () => ServiceQuotaExceededExceptionReason,
|
|
358
387
|
SingleSelectQuestionRuleCategoryAutomationCondition: () => SingleSelectQuestionRuleCategoryAutomationCondition,
|
|
359
388
|
SortOrder: () => SortOrder,
|
|
360
389
|
SortableFieldName: () => SortableFieldName,
|
|
@@ -364,7 +393,11 @@ __export(src_exports, {
|
|
|
364
393
|
StartContactEvaluationCommand: () => StartContactEvaluationCommand,
|
|
365
394
|
StartContactRecordingCommand: () => StartContactRecordingCommand,
|
|
366
395
|
StartContactStreamingCommand: () => StartContactStreamingCommand,
|
|
396
|
+
StartEmailContactCommand: () => StartEmailContactCommand,
|
|
397
|
+
StartEmailContactRequestFilterSensitiveLog: () => StartEmailContactRequestFilterSensitiveLog,
|
|
367
398
|
StartOutboundChatContactCommand: () => StartOutboundChatContactCommand,
|
|
399
|
+
StartOutboundEmailContactCommand: () => StartOutboundEmailContactCommand,
|
|
400
|
+
StartOutboundEmailContactRequestFilterSensitiveLog: () => StartOutboundEmailContactRequestFilterSensitiveLog,
|
|
368
401
|
StartOutboundVoiceContactCommand: () => StartOutboundVoiceContactCommand,
|
|
369
402
|
StartOutboundVoiceContactRequestFilterSensitiveLog: () => StartOutboundVoiceContactRequestFilterSensitiveLog,
|
|
370
403
|
StartScreenSharingCommand: () => StartScreenSharingCommand,
|
|
@@ -410,6 +443,8 @@ __export(src_exports, {
|
|
|
410
443
|
UpdateContactRequestFilterSensitiveLog: () => UpdateContactRequestFilterSensitiveLog,
|
|
411
444
|
UpdateContactRoutingDataCommand: () => UpdateContactRoutingDataCommand,
|
|
412
445
|
UpdateContactScheduleCommand: () => UpdateContactScheduleCommand,
|
|
446
|
+
UpdateEmailAddressMetadataCommand: () => UpdateEmailAddressMetadataCommand,
|
|
447
|
+
UpdateEmailAddressMetadataRequestFilterSensitiveLog: () => UpdateEmailAddressMetadataRequestFilterSensitiveLog,
|
|
413
448
|
UpdateEvaluationFormCommand: () => UpdateEvaluationFormCommand,
|
|
414
449
|
UpdateHoursOfOperationCommand: () => UpdateHoursOfOperationCommand,
|
|
415
450
|
UpdateInstanceAttributeCommand: () => UpdateInstanceAttributeCommand,
|
|
@@ -424,6 +459,7 @@ __export(src_exports, {
|
|
|
424
459
|
UpdateQueueMaxContactsCommand: () => UpdateQueueMaxContactsCommand,
|
|
425
460
|
UpdateQueueNameCommand: () => UpdateQueueNameCommand,
|
|
426
461
|
UpdateQueueOutboundCallerConfigCommand: () => UpdateQueueOutboundCallerConfigCommand,
|
|
462
|
+
UpdateQueueOutboundEmailConfigCommand: () => UpdateQueueOutboundEmailConfigCommand,
|
|
427
463
|
UpdateQueueStatusCommand: () => UpdateQueueStatusCommand,
|
|
428
464
|
UpdateQuickConnectConfigCommand: () => UpdateQuickConnectConfigCommand,
|
|
429
465
|
UpdateQuickConnectNameCommand: () => UpdateQuickConnectNameCommand,
|
|
@@ -837,19 +873,23 @@ var ContactState = {
|
|
|
837
873
|
};
|
|
838
874
|
var Channel = {
|
|
839
875
|
CHAT: "CHAT",
|
|
876
|
+
EMAIL: "EMAIL",
|
|
840
877
|
TASK: "TASK",
|
|
841
878
|
VOICE: "VOICE"
|
|
842
879
|
};
|
|
843
880
|
var ContactInitiationMethod = {
|
|
881
|
+
AGENT_REPLY: "AGENT_REPLY",
|
|
844
882
|
API: "API",
|
|
845
883
|
CALLBACK: "CALLBACK",
|
|
846
884
|
DISCONNECT: "DISCONNECT",
|
|
847
885
|
EXTERNAL_OUTBOUND: "EXTERNAL_OUTBOUND",
|
|
886
|
+
FLOW: "FLOW",
|
|
848
887
|
INBOUND: "INBOUND",
|
|
849
888
|
MONITOR: "MONITOR",
|
|
850
889
|
OUTBOUND: "OUTBOUND",
|
|
851
890
|
QUEUE_TRANSFER: "QUEUE_TRANSFER",
|
|
852
|
-
TRANSFER: "TRANSFER"
|
|
891
|
+
TRANSFER: "TRANSFER",
|
|
892
|
+
WEBRTC_API: "WEBRTC_API"
|
|
853
893
|
};
|
|
854
894
|
var ScreenShareCapability = {
|
|
855
895
|
SEND: "SEND"
|
|
@@ -907,6 +947,20 @@ var _InvalidRequestException = class _InvalidRequestException extends ConnectSer
|
|
|
907
947
|
};
|
|
908
948
|
__name(_InvalidRequestException, "InvalidRequestException");
|
|
909
949
|
var InvalidRequestException = _InvalidRequestException;
|
|
950
|
+
var AttachedFileServiceQuotaExceededExceptionReason = {
|
|
951
|
+
TOTAL_FILE_COUNT_EXCEEDED: "TOTAL_FILE_COUNT_EXCEEDED",
|
|
952
|
+
TOTAL_FILE_SIZE_EXCEEDED: "TOTAL_FILE_SIZE_EXCEEDED"
|
|
953
|
+
};
|
|
954
|
+
var ServiceQuotaExceededExceptionReason;
|
|
955
|
+
((ServiceQuotaExceededExceptionReason2) => {
|
|
956
|
+
ServiceQuotaExceededExceptionReason2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
957
|
+
if (value.AttachedFileServiceQuotaExceededExceptionReason !== void 0)
|
|
958
|
+
return visitor.AttachedFileServiceQuotaExceededExceptionReason(
|
|
959
|
+
value.AttachedFileServiceQuotaExceededExceptionReason
|
|
960
|
+
);
|
|
961
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
962
|
+
}, "visit");
|
|
963
|
+
})(ServiceQuotaExceededExceptionReason || (ServiceQuotaExceededExceptionReason = {}));
|
|
910
964
|
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends ConnectServiceException {
|
|
911
965
|
/**
|
|
912
966
|
* @internal
|
|
@@ -921,6 +975,7 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
921
975
|
this.$fault = "client";
|
|
922
976
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
923
977
|
this.Message = opts.Message;
|
|
978
|
+
this.Reason = opts.Reason;
|
|
924
979
|
}
|
|
925
980
|
};
|
|
926
981
|
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
@@ -979,6 +1034,8 @@ var VocabularyLanguageCode = {
|
|
|
979
1034
|
ZH_CN: "zh-CN"
|
|
980
1035
|
};
|
|
981
1036
|
var FlowAssociationResourceType = {
|
|
1037
|
+
INBOUND_EMAIL: "INBOUND_EMAIL",
|
|
1038
|
+
OUTBOUND_EMAIL: "OUTBOUND_EMAIL",
|
|
982
1039
|
SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER"
|
|
983
1040
|
};
|
|
984
1041
|
var InstanceStorageResourceType = {
|
|
@@ -988,6 +1045,7 @@ var InstanceStorageResourceType = {
|
|
|
988
1045
|
CHAT_TRANSCRIPTS: "CHAT_TRANSCRIPTS",
|
|
989
1046
|
CONTACT_EVALUATIONS: "CONTACT_EVALUATIONS",
|
|
990
1047
|
CONTACT_TRACE_RECORDS: "CONTACT_TRACE_RECORDS",
|
|
1048
|
+
EMAIL_MESSAGES: "EMAIL_MESSAGES",
|
|
991
1049
|
MEDIA_STREAMS: "MEDIA_STREAMS",
|
|
992
1050
|
REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS",
|
|
993
1051
|
REAL_TIME_CONTACT_ANALYSIS_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS",
|
|
@@ -1021,14 +1079,18 @@ var FileStatusType = {
|
|
|
1021
1079
|
REJECTED: "REJECTED"
|
|
1022
1080
|
};
|
|
1023
1081
|
var FileUseCaseType = {
|
|
1024
|
-
ATTACHMENT: "ATTACHMENT"
|
|
1082
|
+
ATTACHMENT: "ATTACHMENT",
|
|
1083
|
+
EMAIL_MESSAGE: "EMAIL_MESSAGE"
|
|
1025
1084
|
};
|
|
1026
1085
|
var ListFlowAssociationResourceType = {
|
|
1086
|
+
INBOUND_EMAIL: "INBOUND_EMAIL",
|
|
1087
|
+
OUTBOUND_EMAIL: "OUTBOUND_EMAIL",
|
|
1027
1088
|
VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER"
|
|
1028
1089
|
};
|
|
1029
1090
|
var EndpointType = {
|
|
1030
1091
|
CONNECT_PHONENUMBER_ARN: "CONNECT_PHONENUMBER_ARN",
|
|
1031
1092
|
CONTACT_FLOW: "CONTACT_FLOW",
|
|
1093
|
+
EMAIL_ADDRESS: "EMAIL_ADDRESS",
|
|
1032
1094
|
TELEPHONE_NUMBER: "TELEPHONE_NUMBER",
|
|
1033
1095
|
VOIP: "VOIP"
|
|
1034
1096
|
};
|
|
@@ -1080,6 +1142,45 @@ var _DuplicateResourceException = class _DuplicateResourceException extends Conn
|
|
|
1080
1142
|
};
|
|
1081
1143
|
__name(_DuplicateResourceException, "DuplicateResourceException");
|
|
1082
1144
|
var DuplicateResourceException = _DuplicateResourceException;
|
|
1145
|
+
var _ConflictException = class _ConflictException extends ConnectServiceException {
|
|
1146
|
+
/**
|
|
1147
|
+
* @internal
|
|
1148
|
+
*/
|
|
1149
|
+
constructor(opts) {
|
|
1150
|
+
super({
|
|
1151
|
+
name: "ConflictException",
|
|
1152
|
+
$fault: "client",
|
|
1153
|
+
...opts
|
|
1154
|
+
});
|
|
1155
|
+
this.name = "ConflictException";
|
|
1156
|
+
this.$fault = "client";
|
|
1157
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
1158
|
+
this.Message = opts.Message;
|
|
1159
|
+
}
|
|
1160
|
+
};
|
|
1161
|
+
__name(_ConflictException, "ConflictException");
|
|
1162
|
+
var ConflictException = _ConflictException;
|
|
1163
|
+
var InitiateAs = {
|
|
1164
|
+
CONNECTED_TO_USER: "CONNECTED_TO_USER"
|
|
1165
|
+
};
|
|
1166
|
+
var ReferenceStatus = {
|
|
1167
|
+
APPROVED: "APPROVED",
|
|
1168
|
+
AVAILABLE: "AVAILABLE",
|
|
1169
|
+
DELETED: "DELETED",
|
|
1170
|
+
FAILED: "FAILED",
|
|
1171
|
+
PROCESSING: "PROCESSING",
|
|
1172
|
+
REJECTED: "REJECTED"
|
|
1173
|
+
};
|
|
1174
|
+
var ReferenceType = {
|
|
1175
|
+
ATTACHMENT: "ATTACHMENT",
|
|
1176
|
+
CONTACT_ANALYSIS: "CONTACT_ANALYSIS",
|
|
1177
|
+
DATE: "DATE",
|
|
1178
|
+
EMAIL: "EMAIL",
|
|
1179
|
+
EMAIL_MESSAGE: "EMAIL_MESSAGE",
|
|
1180
|
+
NUMBER: "NUMBER",
|
|
1181
|
+
STRING: "STRING",
|
|
1182
|
+
URL: "URL"
|
|
1183
|
+
};
|
|
1083
1184
|
var ContactFlowStatus = {
|
|
1084
1185
|
PUBLISHED: "PUBLISHED",
|
|
1085
1186
|
SAVED: "SAVED"
|
|
@@ -1209,6 +1310,7 @@ var IntegrationType = {
|
|
|
1209
1310
|
FILE_SCANNER: "FILE_SCANNER",
|
|
1210
1311
|
PINPOINT_APP: "PINPOINT_APP",
|
|
1211
1312
|
Q_MESSAGE_TEMPLATES: "Q_MESSAGE_TEMPLATES",
|
|
1313
|
+
SES_IDENTITY: "SES_IDENTITY",
|
|
1212
1314
|
VOICE_ID: "VOICE_ID",
|
|
1213
1315
|
WISDOM_ASSISTANT: "WISDOM_ASSISTANT",
|
|
1214
1316
|
WISDOM_KNOWLEDGE_BASE: "WISDOM_KNOWLEDGE_BASE",
|
|
@@ -1253,14 +1355,6 @@ var NotificationContentType = {
|
|
|
1253
1355
|
var NotificationDeliveryType = {
|
|
1254
1356
|
EMAIL: "EMAIL"
|
|
1255
1357
|
};
|
|
1256
|
-
var ReferenceType = {
|
|
1257
|
-
ATTACHMENT: "ATTACHMENT",
|
|
1258
|
-
DATE: "DATE",
|
|
1259
|
-
EMAIL: "EMAIL",
|
|
1260
|
-
NUMBER: "NUMBER",
|
|
1261
|
-
STRING: "STRING",
|
|
1262
|
-
URL: "URL"
|
|
1263
|
-
};
|
|
1264
1358
|
var RulePublishStatus = {
|
|
1265
1359
|
DRAFT: "DRAFT",
|
|
1266
1360
|
PUBLISHED: "PUBLISHED"
|
|
@@ -1283,10 +1377,12 @@ var TaskTemplateFieldType = {
|
|
|
1283
1377
|
DATE_TIME: "DATE_TIME",
|
|
1284
1378
|
DESCRIPTION: "DESCRIPTION",
|
|
1285
1379
|
EMAIL: "EMAIL",
|
|
1380
|
+
EXPIRY_DURATION: "EXPIRY_DURATION",
|
|
1286
1381
|
NAME: "NAME",
|
|
1287
1382
|
NUMBER: "NUMBER",
|
|
1288
1383
|
QUICK_CONNECT: "QUICK_CONNECT",
|
|
1289
1384
|
SCHEDULED_TIME: "SCHEDULED_TIME",
|
|
1385
|
+
SELF_ASSIGN: "SELF_ASSIGN",
|
|
1290
1386
|
SINGLE_SELECT: "SINGLE_SELECT",
|
|
1291
1387
|
TEXT: "TEXT",
|
|
1292
1388
|
TEXT_AREA: "TEXT_AREA",
|
|
@@ -1411,22 +1507,12 @@ var VocabularyState = {
|
|
|
1411
1507
|
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
1412
1508
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"
|
|
1413
1509
|
};
|
|
1414
|
-
var
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
ERROR: "ERROR",
|
|
1421
|
-
FAX_MACHINE_DETECTED: "FAX_MACHINE_DETECTED",
|
|
1422
|
-
HUMAN_ANSWERED: "HUMAN_ANSWERED",
|
|
1423
|
-
SIT_TONE_BUSY: "SIT_TONE_BUSY",
|
|
1424
|
-
SIT_TONE_DETECTED: "SIT_TONE_DETECTED",
|
|
1425
|
-
SIT_TONE_INVALID_NUMBER: "SIT_TONE_INVALID_NUMBER",
|
|
1426
|
-
UNDETECTED: "UNDETECTED",
|
|
1427
|
-
VOICEMAIL_BEEP: "VOICEMAIL_BEEP",
|
|
1428
|
-
VOICEMAIL_NO_BEEP: "VOICEMAIL_NO_BEEP"
|
|
1429
|
-
};
|
|
1510
|
+
var CreateEmailAddressRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1511
|
+
...obj,
|
|
1512
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
1513
|
+
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
1514
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING }
|
|
1515
|
+
}), "CreateEmailAddressRequestFilterSensitiveLog");
|
|
1430
1516
|
var CreateInstanceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1431
1517
|
...obj,
|
|
1432
1518
|
...obj.InstanceAlias && { InstanceAlias: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1473,6 +1559,22 @@ var CreateViewVersionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
1473
1559
|
|
|
1474
1560
|
// src/models/models_1.ts
|
|
1475
1561
|
|
|
1562
|
+
var AnsweringMachineDetectionStatus = {
|
|
1563
|
+
AMD_ERROR: "AMD_ERROR",
|
|
1564
|
+
AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE",
|
|
1565
|
+
AMD_UNANSWERED: "AMD_UNANSWERED",
|
|
1566
|
+
AMD_UNRESOLVED: "AMD_UNRESOLVED",
|
|
1567
|
+
ANSWERED: "ANSWERED",
|
|
1568
|
+
ERROR: "ERROR",
|
|
1569
|
+
FAX_MACHINE_DETECTED: "FAX_MACHINE_DETECTED",
|
|
1570
|
+
HUMAN_ANSWERED: "HUMAN_ANSWERED",
|
|
1571
|
+
SIT_TONE_BUSY: "SIT_TONE_BUSY",
|
|
1572
|
+
SIT_TONE_DETECTED: "SIT_TONE_DETECTED",
|
|
1573
|
+
SIT_TONE_INVALID_NUMBER: "SIT_TONE_INVALID_NUMBER",
|
|
1574
|
+
UNDETECTED: "UNDETECTED",
|
|
1575
|
+
VOICEMAIL_BEEP: "VOICEMAIL_BEEP",
|
|
1576
|
+
VOICEMAIL_NO_BEEP: "VOICEMAIL_NO_BEEP"
|
|
1577
|
+
};
|
|
1476
1578
|
var RoutingCriteriaStepStatus = {
|
|
1477
1579
|
ACTIVE: "ACTIVE",
|
|
1478
1580
|
EXPIRED: "EXPIRED",
|
|
@@ -1915,10 +2017,6 @@ var LexVersion = {
|
|
|
1915
2017
|
V1: "V1",
|
|
1916
2018
|
V2: "V2"
|
|
1917
2019
|
};
|
|
1918
|
-
var ReferenceStatus = {
|
|
1919
|
-
APPROVED: "APPROVED",
|
|
1920
|
-
REJECTED: "REJECTED"
|
|
1921
|
-
};
|
|
1922
2020
|
var ReferenceSummary;
|
|
1923
2021
|
((ReferenceSummary2) => {
|
|
1924
2022
|
ReferenceSummary2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -1926,6 +2024,8 @@ var ReferenceSummary;
|
|
|
1926
2024
|
return visitor.Url(value.Url);
|
|
1927
2025
|
if (value.Attachment !== void 0)
|
|
1928
2026
|
return visitor.Attachment(value.Attachment);
|
|
2027
|
+
if (value.EmailMessage !== void 0)
|
|
2028
|
+
return visitor.EmailMessage(value.EmailMessage);
|
|
1929
2029
|
if (value.String !== void 0)
|
|
1930
2030
|
return visitor.String(value.String);
|
|
1931
2031
|
if (value.Number !== void 0)
|
|
@@ -1986,47 +2086,12 @@ var RealTimeContactAnalysisSentimentLabel = {
|
|
|
1986
2086
|
NEUTRAL: "NEUTRAL",
|
|
1987
2087
|
POSITIVE: "POSITIVE"
|
|
1988
2088
|
};
|
|
1989
|
-
var
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
return visitor.Categories(value.Categories);
|
|
1996
|
-
if (value.Issues !== void 0)
|
|
1997
|
-
return visitor.Issues(value.Issues);
|
|
1998
|
-
if (value.Event !== void 0)
|
|
1999
|
-
return visitor.Event(value.Event);
|
|
2000
|
-
if (value.Attachments !== void 0)
|
|
2001
|
-
return visitor.Attachments(value.Attachments);
|
|
2002
|
-
if (value.PostContactSummary !== void 0)
|
|
2003
|
-
return visitor.PostContactSummary(value.PostContactSummary);
|
|
2004
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2005
|
-
}, "visit");
|
|
2006
|
-
})(RealtimeContactAnalysisSegment || (RealtimeContactAnalysisSegment = {}));
|
|
2007
|
-
var RealTimeContactAnalysisStatus = {
|
|
2008
|
-
COMPLETED: "COMPLETED",
|
|
2009
|
-
FAILED: "FAILED",
|
|
2010
|
-
IN_PROGRESS: "IN_PROGRESS"
|
|
2011
|
-
};
|
|
2012
|
-
var _OutputTypeNotFoundException = class _OutputTypeNotFoundException extends ConnectServiceException {
|
|
2013
|
-
/**
|
|
2014
|
-
* @internal
|
|
2015
|
-
*/
|
|
2016
|
-
constructor(opts) {
|
|
2017
|
-
super({
|
|
2018
|
-
name: "OutputTypeNotFoundException",
|
|
2019
|
-
$fault: "client",
|
|
2020
|
-
...opts
|
|
2021
|
-
});
|
|
2022
|
-
this.name = "OutputTypeNotFoundException";
|
|
2023
|
-
this.$fault = "client";
|
|
2024
|
-
Object.setPrototypeOf(this, _OutputTypeNotFoundException.prototype);
|
|
2025
|
-
this.Message = opts.Message;
|
|
2026
|
-
}
|
|
2027
|
-
};
|
|
2028
|
-
__name(_OutputTypeNotFoundException, "OutputTypeNotFoundException");
|
|
2029
|
-
var OutputTypeNotFoundException = _OutputTypeNotFoundException;
|
|
2089
|
+
var DescribeEmailAddressResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2090
|
+
...obj,
|
|
2091
|
+
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
2092
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING },
|
|
2093
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2094
|
+
}), "DescribeEmailAddressResponseFilterSensitiveLog");
|
|
2030
2095
|
var InstanceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2031
2096
|
...obj,
|
|
2032
2097
|
...obj.InstanceAlias && { InstanceAlias: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2069,24 +2134,47 @@ var ListInstancesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2069
2134
|
|
|
2070
2135
|
// src/models/models_2.ts
|
|
2071
2136
|
|
|
2072
|
-
var
|
|
2137
|
+
var RealtimeContactAnalysisSegment;
|
|
2138
|
+
((RealtimeContactAnalysisSegment3) => {
|
|
2139
|
+
RealtimeContactAnalysisSegment3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2140
|
+
if (value.Transcript !== void 0)
|
|
2141
|
+
return visitor.Transcript(value.Transcript);
|
|
2142
|
+
if (value.Categories !== void 0)
|
|
2143
|
+
return visitor.Categories(value.Categories);
|
|
2144
|
+
if (value.Issues !== void 0)
|
|
2145
|
+
return visitor.Issues(value.Issues);
|
|
2146
|
+
if (value.Event !== void 0)
|
|
2147
|
+
return visitor.Event(value.Event);
|
|
2148
|
+
if (value.Attachments !== void 0)
|
|
2149
|
+
return visitor.Attachments(value.Attachments);
|
|
2150
|
+
if (value.PostContactSummary !== void 0)
|
|
2151
|
+
return visitor.PostContactSummary(value.PostContactSummary);
|
|
2152
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2153
|
+
}, "visit");
|
|
2154
|
+
})(RealtimeContactAnalysisSegment || (RealtimeContactAnalysisSegment = {}));
|
|
2155
|
+
var RealTimeContactAnalysisStatus = {
|
|
2156
|
+
COMPLETED: "COMPLETED",
|
|
2157
|
+
FAILED: "FAILED",
|
|
2158
|
+
IN_PROGRESS: "IN_PROGRESS"
|
|
2159
|
+
};
|
|
2160
|
+
var _OutputTypeNotFoundException = class _OutputTypeNotFoundException extends ConnectServiceException {
|
|
2073
2161
|
/**
|
|
2074
2162
|
* @internal
|
|
2075
2163
|
*/
|
|
2076
2164
|
constructor(opts) {
|
|
2077
2165
|
super({
|
|
2078
|
-
name: "
|
|
2166
|
+
name: "OutputTypeNotFoundException",
|
|
2079
2167
|
$fault: "client",
|
|
2080
2168
|
...opts
|
|
2081
2169
|
});
|
|
2082
|
-
this.name = "
|
|
2170
|
+
this.name = "OutputTypeNotFoundException";
|
|
2083
2171
|
this.$fault = "client";
|
|
2084
|
-
Object.setPrototypeOf(this,
|
|
2172
|
+
Object.setPrototypeOf(this, _OutputTypeNotFoundException.prototype);
|
|
2085
2173
|
this.Message = opts.Message;
|
|
2086
2174
|
}
|
|
2087
2175
|
};
|
|
2088
|
-
__name(
|
|
2089
|
-
var
|
|
2176
|
+
__name(_OutputTypeNotFoundException, "OutputTypeNotFoundException");
|
|
2177
|
+
var OutputTypeNotFoundException = _OutputTypeNotFoundException;
|
|
2090
2178
|
var SearchContactsMatchType = {
|
|
2091
2179
|
MATCH_ALL: "MATCH_ALL",
|
|
2092
2180
|
MATCH_ANY: "MATCH_ANY"
|
|
@@ -2147,11 +2235,29 @@ var ChatEventType = {
|
|
|
2147
2235
|
EVENT: "EVENT",
|
|
2148
2236
|
MESSAGE: "MESSAGE"
|
|
2149
2237
|
};
|
|
2238
|
+
var OutboundMessageSourceType = {
|
|
2239
|
+
RAW: "RAW",
|
|
2240
|
+
TEMPLATE: "TEMPLATE"
|
|
2241
|
+
};
|
|
2242
|
+
var TrafficType = {
|
|
2243
|
+
CAMPAIGN: "CAMPAIGN",
|
|
2244
|
+
GENERAL: "GENERAL"
|
|
2245
|
+
};
|
|
2150
2246
|
var VoiceRecordingTrack = {
|
|
2151
2247
|
ALL: "ALL",
|
|
2152
2248
|
FROM_AGENT: "FROM_AGENT",
|
|
2153
2249
|
TO_AGENT: "TO_AGENT"
|
|
2154
2250
|
};
|
|
2251
|
+
var InboundMessageSourceType = {
|
|
2252
|
+
RAW: "RAW"
|
|
2253
|
+
};
|
|
2254
|
+
var EmailHeaderType = {
|
|
2255
|
+
IN_REPLY_TO: "IN_REPLY_TO",
|
|
2256
|
+
MESSAGE_ID: "MESSAGE_ID",
|
|
2257
|
+
REFERENCES: "REFERENCES",
|
|
2258
|
+
X_SES_SPAM_VERDICT: "X_SES_SPAM_VERDICT",
|
|
2259
|
+
X_SES_VIRUS_VERDICT: "X_SES_VIRUS_VERDICT"
|
|
2260
|
+
};
|
|
2155
2261
|
var _DestinationNotAllowedException = class _DestinationNotAllowedException extends ConnectServiceException {
|
|
2156
2262
|
/**
|
|
2157
2263
|
* @internal
|
|
@@ -2188,10 +2294,6 @@ var _OutboundContactNotPermittedException = class _OutboundContactNotPermittedEx
|
|
|
2188
2294
|
};
|
|
2189
2295
|
__name(_OutboundContactNotPermittedException, "OutboundContactNotPermittedException");
|
|
2190
2296
|
var OutboundContactNotPermittedException = _OutboundContactNotPermittedException;
|
|
2191
|
-
var TrafficType = {
|
|
2192
|
-
CAMPAIGN: "CAMPAIGN",
|
|
2193
|
-
GENERAL: "GENERAL"
|
|
2194
|
-
};
|
|
2195
2297
|
var MeetingFeatureStatus = {
|
|
2196
2298
|
AVAILABLE: "AVAILABLE",
|
|
2197
2299
|
UNAVAILABLE: "UNAVAILABLE"
|
|
@@ -2243,9 +2345,27 @@ var UpdateParticipantRoleConfigChannelInfo;
|
|
|
2243
2345
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2244
2346
|
}, "visit");
|
|
2245
2347
|
})(UpdateParticipantRoleConfigChannelInfo || (UpdateParticipantRoleConfigChannelInfo = {}));
|
|
2348
|
+
var _ConditionalOperationFailedException = class _ConditionalOperationFailedException extends ConnectServiceException {
|
|
2349
|
+
/**
|
|
2350
|
+
* @internal
|
|
2351
|
+
*/
|
|
2352
|
+
constructor(opts) {
|
|
2353
|
+
super({
|
|
2354
|
+
name: "ConditionalOperationFailedException",
|
|
2355
|
+
$fault: "client",
|
|
2356
|
+
...opts
|
|
2357
|
+
});
|
|
2358
|
+
this.name = "ConditionalOperationFailedException";
|
|
2359
|
+
this.$fault = "client";
|
|
2360
|
+
Object.setPrototypeOf(this, _ConditionalOperationFailedException.prototype);
|
|
2361
|
+
this.Message = opts.Message;
|
|
2362
|
+
}
|
|
2363
|
+
};
|
|
2364
|
+
__name(_ConditionalOperationFailedException, "ConditionalOperationFailedException");
|
|
2365
|
+
var ConditionalOperationFailedException = _ConditionalOperationFailedException;
|
|
2246
2366
|
var EvaluationFormItem;
|
|
2247
|
-
((
|
|
2248
|
-
|
|
2367
|
+
((EvaluationFormItem3) => {
|
|
2368
|
+
EvaluationFormItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2249
2369
|
if (value.Section !== void 0)
|
|
2250
2370
|
return visitor.Section(value.Section);
|
|
2251
2371
|
if (value.Question !== void 0)
|
|
@@ -2300,17 +2420,43 @@ var SearchableContactAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
2300
2420
|
Criteria: obj.Criteria.map((item) => SearchableContactAttributesCriteriaFilterSensitiveLog(item))
|
|
2301
2421
|
}
|
|
2302
2422
|
}), "SearchableContactAttributesFilterSensitiveLog");
|
|
2423
|
+
var SearchableSegmentAttributesCriteriaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2424
|
+
...obj,
|
|
2425
|
+
...obj.Key && { Key: import_smithy_client.SENSITIVE_STRING },
|
|
2426
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
2427
|
+
}), "SearchableSegmentAttributesCriteriaFilterSensitiveLog");
|
|
2428
|
+
var SearchableSegmentAttributesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2429
|
+
...obj,
|
|
2430
|
+
...obj.Criteria && {
|
|
2431
|
+
Criteria: obj.Criteria.map((item) => SearchableSegmentAttributesCriteriaFilterSensitiveLog(item))
|
|
2432
|
+
}
|
|
2433
|
+
}), "SearchableSegmentAttributesFilterSensitiveLog");
|
|
2303
2434
|
var SearchCriteriaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2304
2435
|
...obj,
|
|
2305
2436
|
...obj.ContactAnalysis && { ContactAnalysis: ContactAnalysisFilterSensitiveLog(obj.ContactAnalysis) },
|
|
2306
2437
|
...obj.SearchableContactAttributes && {
|
|
2307
2438
|
SearchableContactAttributes: SearchableContactAttributesFilterSensitiveLog(obj.SearchableContactAttributes)
|
|
2439
|
+
},
|
|
2440
|
+
...obj.SearchableSegmentAttributes && {
|
|
2441
|
+
SearchableSegmentAttributes: SearchableSegmentAttributesFilterSensitiveLog(obj.SearchableSegmentAttributes)
|
|
2308
2442
|
}
|
|
2309
2443
|
}), "SearchCriteriaFilterSensitiveLog");
|
|
2310
2444
|
var SearchContactsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2311
2445
|
...obj,
|
|
2312
2446
|
...obj.SearchCriteria && { SearchCriteria: SearchCriteriaFilterSensitiveLog(obj.SearchCriteria) }
|
|
2313
2447
|
}), "SearchContactsRequestFilterSensitiveLog");
|
|
2448
|
+
var EmailAddressMetadataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2449
|
+
...obj,
|
|
2450
|
+
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
2451
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
2452
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING }
|
|
2453
|
+
}), "EmailAddressMetadataFilterSensitiveLog");
|
|
2454
|
+
var SearchEmailAddressesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2455
|
+
...obj,
|
|
2456
|
+
...obj.EmailAddresses && {
|
|
2457
|
+
EmailAddresses: obj.EmailAddresses.map((item) => EmailAddressMetadataFilterSensitiveLog(item))
|
|
2458
|
+
}
|
|
2459
|
+
}), "SearchEmailAddressesResponseFilterSensitiveLog");
|
|
2314
2460
|
var UserIdentityInfoLiteFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2315
2461
|
...obj,
|
|
2316
2462
|
...obj.FirstName && { FirstName: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2324,16 +2470,67 @@ var SearchUsersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2324
2470
|
...obj,
|
|
2325
2471
|
...obj.Users && { Users: obj.Users.map((item) => UserSearchSummaryFilterSensitiveLog(item)) }
|
|
2326
2472
|
}), "SearchUsersResponseFilterSensitiveLog");
|
|
2473
|
+
var EmailAddressInfoFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2474
|
+
...obj,
|
|
2475
|
+
...obj.EmailAddress && { EmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
2476
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING }
|
|
2477
|
+
}), "EmailAddressInfoFilterSensitiveLog");
|
|
2478
|
+
var OutboundAdditionalRecipientsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2479
|
+
...obj,
|
|
2480
|
+
...obj.CcEmailAddresses && {
|
|
2481
|
+
CcEmailAddresses: obj.CcEmailAddresses.map((item) => EmailAddressInfoFilterSensitiveLog(item))
|
|
2482
|
+
}
|
|
2483
|
+
}), "OutboundAdditionalRecipientsFilterSensitiveLog");
|
|
2484
|
+
var OutboundRawMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2485
|
+
...obj,
|
|
2486
|
+
...obj.Subject && { Subject: import_smithy_client.SENSITIVE_STRING },
|
|
2487
|
+
...obj.Body && { Body: import_smithy_client.SENSITIVE_STRING }
|
|
2488
|
+
}), "OutboundRawMessageFilterSensitiveLog");
|
|
2489
|
+
var OutboundEmailContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2490
|
+
...obj,
|
|
2491
|
+
...obj.RawMessage && { RawMessage: OutboundRawMessageFilterSensitiveLog(obj.RawMessage) }
|
|
2492
|
+
}), "OutboundEmailContentFilterSensitiveLog");
|
|
2493
|
+
var SendOutboundEmailRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2494
|
+
...obj,
|
|
2495
|
+
...obj.FromEmailAddress && { FromEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.FromEmailAddress) },
|
|
2496
|
+
...obj.DestinationEmailAddress && {
|
|
2497
|
+
DestinationEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.DestinationEmailAddress)
|
|
2498
|
+
},
|
|
2499
|
+
...obj.AdditionalRecipients && {
|
|
2500
|
+
AdditionalRecipients: OutboundAdditionalRecipientsFilterSensitiveLog(obj.AdditionalRecipients)
|
|
2501
|
+
},
|
|
2502
|
+
...obj.EmailMessage && { EmailMessage: OutboundEmailContentFilterSensitiveLog(obj.EmailMessage) }
|
|
2503
|
+
}), "SendOutboundEmailRequestFilterSensitiveLog");
|
|
2504
|
+
var InboundAdditionalRecipientsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2505
|
+
...obj,
|
|
2506
|
+
...obj.ToAddresses && { ToAddresses: obj.ToAddresses.map((item) => EmailAddressInfoFilterSensitiveLog(item)) },
|
|
2507
|
+
...obj.CcAddresses && { CcAddresses: obj.CcAddresses.map((item) => EmailAddressInfoFilterSensitiveLog(item)) }
|
|
2508
|
+
}), "InboundAdditionalRecipientsFilterSensitiveLog");
|
|
2509
|
+
var InboundRawMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2510
|
+
...obj,
|
|
2511
|
+
...obj.Subject && { Subject: import_smithy_client.SENSITIVE_STRING },
|
|
2512
|
+
...obj.Body && { Body: import_smithy_client.SENSITIVE_STRING }
|
|
2513
|
+
}), "InboundRawMessageFilterSensitiveLog");
|
|
2514
|
+
var InboundEmailContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2515
|
+
...obj,
|
|
2516
|
+
...obj.RawMessage && { RawMessage: InboundRawMessageFilterSensitiveLog(obj.RawMessage) }
|
|
2517
|
+
}), "InboundEmailContentFilterSensitiveLog");
|
|
2518
|
+
var StartOutboundEmailContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2519
|
+
...obj,
|
|
2520
|
+
...obj.FromEmailAddress && { FromEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.FromEmailAddress) },
|
|
2521
|
+
...obj.DestinationEmailAddress && {
|
|
2522
|
+
DestinationEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.DestinationEmailAddress)
|
|
2523
|
+
},
|
|
2524
|
+
...obj.AdditionalRecipients && {
|
|
2525
|
+
AdditionalRecipients: OutboundAdditionalRecipientsFilterSensitiveLog(obj.AdditionalRecipients)
|
|
2526
|
+
},
|
|
2527
|
+
...obj.EmailMessage && { EmailMessage: OutboundEmailContentFilterSensitiveLog(obj.EmailMessage) }
|
|
2528
|
+
}), "StartOutboundEmailContactRequestFilterSensitiveLog");
|
|
2327
2529
|
var StartOutboundVoiceContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2328
2530
|
...obj,
|
|
2329
2531
|
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2330
2532
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2331
2533
|
}), "StartOutboundVoiceContactRequestFilterSensitiveLog");
|
|
2332
|
-
var StartTaskContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2333
|
-
...obj,
|
|
2334
|
-
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2335
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2336
|
-
}), "StartTaskContactRequestFilterSensitiveLog");
|
|
2337
2534
|
var StartWebRTCContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2338
2535
|
...obj,
|
|
2339
2536
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2350,11 +2547,11 @@ var StartWebRTCContactResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
2350
2547
|
...obj,
|
|
2351
2548
|
...obj.ConnectionData && { ConnectionData: ConnectionDataFilterSensitiveLog(obj.ConnectionData) }
|
|
2352
2549
|
}), "StartWebRTCContactResponseFilterSensitiveLog");
|
|
2353
|
-
var
|
|
2550
|
+
var UpdateEmailAddressMetadataRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2354
2551
|
...obj,
|
|
2355
|
-
...obj.
|
|
2356
|
-
...obj.
|
|
2357
|
-
}), "
|
|
2552
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
2553
|
+
...obj.DisplayName && { DisplayName: import_smithy_client.SENSITIVE_STRING }
|
|
2554
|
+
}), "UpdateEmailAddressMetadataRequestFilterSensitiveLog");
|
|
2358
2555
|
var UpdateUserIdentityInfoRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2359
2556
|
...obj,
|
|
2360
2557
|
...obj.IdentityInfo && { IdentityInfo: UserIdentityInfoFilterSensitiveLog(obj.IdentityInfo) }
|
|
@@ -2371,15 +2568,11 @@ var UpdateViewMetadataRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
2371
2568
|
...obj,
|
|
2372
2569
|
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING }
|
|
2373
2570
|
}), "UpdateViewMetadataRequestFilterSensitiveLog");
|
|
2374
|
-
var
|
|
2571
|
+
var CreateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2375
2572
|
...obj,
|
|
2376
2573
|
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
2377
2574
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2378
|
-
}), "
|
|
2379
|
-
var DescribeContactResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2380
|
-
...obj,
|
|
2381
|
-
...obj.Contact && { Contact: ContactFilterSensitiveLog(obj.Contact) }
|
|
2382
|
-
}), "DescribeContactResponseFilterSensitiveLog");
|
|
2575
|
+
}), "CreateContactRequestFilterSensitiveLog");
|
|
2383
2576
|
|
|
2384
2577
|
// src/protocols/Aws_restJson1.ts
|
|
2385
2578
|
var se_ActivateEvaluationFormCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -2774,6 +2967,33 @@ var se_CreateAgentStatusCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2774
2967
|
b.m("PUT").h(headers).b(body);
|
|
2775
2968
|
return b.build();
|
|
2776
2969
|
}, "se_CreateAgentStatusCommand");
|
|
2970
|
+
var se_CreateContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2971
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2972
|
+
const headers = {
|
|
2973
|
+
"content-type": "application/json"
|
|
2974
|
+
};
|
|
2975
|
+
b.bp("/contact/create-contact");
|
|
2976
|
+
let body;
|
|
2977
|
+
body = JSON.stringify(
|
|
2978
|
+
(0, import_smithy_client.take)(input, {
|
|
2979
|
+
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
2980
|
+
Channel: [],
|
|
2981
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2982
|
+
Description: [],
|
|
2983
|
+
ExpiryDurationInMinutes: [],
|
|
2984
|
+
InitiateAs: [],
|
|
2985
|
+
InitiationMethod: [],
|
|
2986
|
+
InstanceId: [],
|
|
2987
|
+
Name: [],
|
|
2988
|
+
References: (_) => (0, import_smithy_client._json)(_),
|
|
2989
|
+
RelatedContactId: [],
|
|
2990
|
+
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
2991
|
+
UserInfo: (_) => (0, import_smithy_client._json)(_)
|
|
2992
|
+
})
|
|
2993
|
+
);
|
|
2994
|
+
b.m("PUT").h(headers).b(body);
|
|
2995
|
+
return b.build();
|
|
2996
|
+
}, "se_CreateContactCommand");
|
|
2777
2997
|
var se_CreateContactFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2778
2998
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2779
2999
|
const headers = {
|
|
@@ -2835,6 +3055,26 @@ var se_CreateContactFlowVersionCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
2835
3055
|
b.m("PUT").h(headers).b(body);
|
|
2836
3056
|
return b.build();
|
|
2837
3057
|
}, "se_CreateContactFlowVersionCommand");
|
|
3058
|
+
var se_CreateEmailAddressCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3059
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3060
|
+
const headers = {
|
|
3061
|
+
"content-type": "application/json"
|
|
3062
|
+
};
|
|
3063
|
+
b.bp("/email-addresses/{InstanceId}");
|
|
3064
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3065
|
+
let body;
|
|
3066
|
+
body = JSON.stringify(
|
|
3067
|
+
(0, import_smithy_client.take)(input, {
|
|
3068
|
+
ClientToken: [],
|
|
3069
|
+
Description: [],
|
|
3070
|
+
DisplayName: [],
|
|
3071
|
+
EmailAddress: [],
|
|
3072
|
+
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3073
|
+
})
|
|
3074
|
+
);
|
|
3075
|
+
b.m("PUT").h(headers).b(body);
|
|
3076
|
+
return b.build();
|
|
3077
|
+
}, "se_CreateEmailAddressCommand");
|
|
2838
3078
|
var se_CreateEvaluationFormCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2839
3079
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2840
3080
|
const headers = {
|
|
@@ -3005,6 +3245,7 @@ var se_CreateQueueCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3005
3245
|
MaxContacts: [],
|
|
3006
3246
|
Name: [],
|
|
3007
3247
|
OutboundCallerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
3248
|
+
OutboundEmailConfig: (_) => (0, import_smithy_client._json)(_),
|
|
3008
3249
|
QuickConnectIds: (_) => (0, import_smithy_client._json)(_),
|
|
3009
3250
|
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
3010
3251
|
})
|
|
@@ -3115,6 +3356,7 @@ var se_CreateTaskTemplateCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3115
3356
|
Description: [],
|
|
3116
3357
|
Fields: (_) => (0, import_smithy_client._json)(_),
|
|
3117
3358
|
Name: [],
|
|
3359
|
+
SelfAssignFlowId: [],
|
|
3118
3360
|
Status: []
|
|
3119
3361
|
})
|
|
3120
3362
|
);
|
|
@@ -3319,6 +3561,16 @@ var se_DeleteContactFlowModuleCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
3319
3561
|
b.m("DELETE").h(headers).b(body);
|
|
3320
3562
|
return b.build();
|
|
3321
3563
|
}, "se_DeleteContactFlowModuleCommand");
|
|
3564
|
+
var se_DeleteEmailAddressCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3565
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3566
|
+
const headers = {};
|
|
3567
|
+
b.bp("/email-addresses/{InstanceId}/{EmailAddressId}");
|
|
3568
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3569
|
+
b.p("EmailAddressId", () => input.EmailAddressId, "{EmailAddressId}", false);
|
|
3570
|
+
let body;
|
|
3571
|
+
b.m("DELETE").h(headers).b(body);
|
|
3572
|
+
return b.build();
|
|
3573
|
+
}, "se_DeleteEmailAddressCommand");
|
|
3322
3574
|
var se_DeleteEvaluationFormCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3323
3575
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3324
3576
|
const headers = {};
|
|
@@ -3572,6 +3824,16 @@ var se_DescribeContactFlowModuleCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
3572
3824
|
b.m("GET").h(headers).b(body);
|
|
3573
3825
|
return b.build();
|
|
3574
3826
|
}, "se_DescribeContactFlowModuleCommand");
|
|
3827
|
+
var se_DescribeEmailAddressCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3828
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3829
|
+
const headers = {};
|
|
3830
|
+
b.bp("/email-addresses/{InstanceId}/{EmailAddressId}");
|
|
3831
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
3832
|
+
b.p("EmailAddressId", () => input.EmailAddressId, "{EmailAddressId}", false);
|
|
3833
|
+
let body;
|
|
3834
|
+
b.m("GET").h(headers).b(body);
|
|
3835
|
+
return b.build();
|
|
3836
|
+
}, "se_DescribeEmailAddressCommand");
|
|
3575
3837
|
var se_DescribeEvaluationFormCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3576
3838
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3577
3839
|
const headers = {};
|
|
@@ -4182,6 +4444,20 @@ var se_ListApprovedOriginsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
4182
4444
|
b.m("GET").h(headers).q(query).b(body);
|
|
4183
4445
|
return b.build();
|
|
4184
4446
|
}, "se_ListApprovedOriginsCommand");
|
|
4447
|
+
var se_ListAssociatedContactsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4448
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4449
|
+
const headers = {};
|
|
4450
|
+
b.bp("/contact/associated/{InstanceId}");
|
|
4451
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
4452
|
+
const query = (0, import_smithy_client.map)({
|
|
4453
|
+
[_cI]: [, (0, import_smithy_client.expectNonNull)(input[_CI], `ContactId`)],
|
|
4454
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
4455
|
+
[_nT]: [, input[_NT]]
|
|
4456
|
+
});
|
|
4457
|
+
let body;
|
|
4458
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4459
|
+
return b.build();
|
|
4460
|
+
}, "se_ListAssociatedContactsCommand");
|
|
4185
4461
|
var se_ListAuthenticationProfilesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4186
4462
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4187
4463
|
const headers = {};
|
|
@@ -4997,6 +5273,25 @@ var se_SearchContactsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
4997
5273
|
b.m("POST").h(headers).b(body);
|
|
4998
5274
|
return b.build();
|
|
4999
5275
|
}, "se_SearchContactsCommand");
|
|
5276
|
+
var se_SearchEmailAddressesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5277
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5278
|
+
const headers = {
|
|
5279
|
+
"content-type": "application/json"
|
|
5280
|
+
};
|
|
5281
|
+
b.bp("/search-email-addresses");
|
|
5282
|
+
let body;
|
|
5283
|
+
body = JSON.stringify(
|
|
5284
|
+
(0, import_smithy_client.take)(input, {
|
|
5285
|
+
InstanceId: [],
|
|
5286
|
+
MaxResults: [],
|
|
5287
|
+
NextToken: [],
|
|
5288
|
+
SearchCriteria: (_) => se_EmailAddressSearchCriteria(_, context),
|
|
5289
|
+
SearchFilter: (_) => (0, import_smithy_client._json)(_)
|
|
5290
|
+
})
|
|
5291
|
+
);
|
|
5292
|
+
b.m("POST").h(headers).b(body);
|
|
5293
|
+
return b.build();
|
|
5294
|
+
}, "se_SearchEmailAddressesCommand");
|
|
5000
5295
|
var se_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5001
5296
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5002
5297
|
const headers = {
|
|
@@ -5225,6 +5520,28 @@ var se_SendChatIntegrationEventCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
5225
5520
|
b.m("POST").h(headers).b(body);
|
|
5226
5521
|
return b.build();
|
|
5227
5522
|
}, "se_SendChatIntegrationEventCommand");
|
|
5523
|
+
var se_SendOutboundEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5524
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5525
|
+
const headers = {
|
|
5526
|
+
"content-type": "application/json"
|
|
5527
|
+
};
|
|
5528
|
+
b.bp("/instance/{InstanceId}/outbound-email");
|
|
5529
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
5530
|
+
let body;
|
|
5531
|
+
body = JSON.stringify(
|
|
5532
|
+
(0, import_smithy_client.take)(input, {
|
|
5533
|
+
AdditionalRecipients: (_) => (0, import_smithy_client._json)(_),
|
|
5534
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5535
|
+
DestinationEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
5536
|
+
EmailMessage: (_) => (0, import_smithy_client._json)(_),
|
|
5537
|
+
FromEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
5538
|
+
SourceCampaign: (_) => (0, import_smithy_client._json)(_),
|
|
5539
|
+
TrafficType: []
|
|
5540
|
+
})
|
|
5541
|
+
);
|
|
5542
|
+
b.m("PUT").h(headers).b(body);
|
|
5543
|
+
return b.build();
|
|
5544
|
+
}, "se_SendOutboundEmailCommand");
|
|
5228
5545
|
var se_StartAttachedFileUploadCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5229
5546
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5230
5547
|
const headers = {
|
|
@@ -5268,7 +5585,7 @@ var se_StartChatContactCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5268
5585
|
ParticipantDetails: (_) => (0, import_smithy_client._json)(_),
|
|
5269
5586
|
PersistentChat: (_) => (0, import_smithy_client._json)(_),
|
|
5270
5587
|
RelatedContactId: [],
|
|
5271
|
-
SegmentAttributes: (_) => (
|
|
5588
|
+
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
5272
5589
|
SupportedMessagingContentTypes: (_) => (0, import_smithy_client._json)(_)
|
|
5273
5590
|
})
|
|
5274
5591
|
);
|
|
@@ -5329,6 +5646,34 @@ var se_StartContactStreamingCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
5329
5646
|
b.m("POST").h(headers).b(body);
|
|
5330
5647
|
return b.build();
|
|
5331
5648
|
}, "se_StartContactStreamingCommand");
|
|
5649
|
+
var se_StartEmailContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5650
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5651
|
+
const headers = {
|
|
5652
|
+
"content-type": "application/json"
|
|
5653
|
+
};
|
|
5654
|
+
b.bp("/contact/email");
|
|
5655
|
+
let body;
|
|
5656
|
+
body = JSON.stringify(
|
|
5657
|
+
(0, import_smithy_client.take)(input, {
|
|
5658
|
+
AdditionalRecipients: (_) => (0, import_smithy_client._json)(_),
|
|
5659
|
+
Attachments: (_) => (0, import_smithy_client._json)(_),
|
|
5660
|
+
Attributes: (_) => (0, import_smithy_client._json)(_),
|
|
5661
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5662
|
+
ContactFlowId: [],
|
|
5663
|
+
Description: [],
|
|
5664
|
+
DestinationEmailAddress: [],
|
|
5665
|
+
EmailMessage: (_) => (0, import_smithy_client._json)(_),
|
|
5666
|
+
FromEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
5667
|
+
InstanceId: [],
|
|
5668
|
+
Name: [],
|
|
5669
|
+
References: (_) => (0, import_smithy_client._json)(_),
|
|
5670
|
+
RelatedContactId: [],
|
|
5671
|
+
SegmentAttributes: (_) => se_SegmentAttributes(_, context)
|
|
5672
|
+
})
|
|
5673
|
+
);
|
|
5674
|
+
b.m("PUT").h(headers).b(body);
|
|
5675
|
+
return b.build();
|
|
5676
|
+
}, "se_StartEmailContactCommand");
|
|
5332
5677
|
var se_StartOutboundChatContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5333
5678
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5334
5679
|
const headers = {
|
|
@@ -5347,7 +5692,7 @@ var se_StartOutboundChatContactCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
5347
5692
|
InstanceId: [],
|
|
5348
5693
|
ParticipantDetails: (_) => (0, import_smithy_client._json)(_),
|
|
5349
5694
|
RelatedContactId: [],
|
|
5350
|
-
SegmentAttributes: (_) => (
|
|
5695
|
+
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
5351
5696
|
SourceEndpoint: (_) => (0, import_smithy_client._json)(_),
|
|
5352
5697
|
SupportedMessagingContentTypes: (_) => (0, import_smithy_client._json)(_)
|
|
5353
5698
|
})
|
|
@@ -5355,6 +5700,27 @@ var se_StartOutboundChatContactCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
5355
5700
|
b.m("PUT").h(headers).b(body);
|
|
5356
5701
|
return b.build();
|
|
5357
5702
|
}, "se_StartOutboundChatContactCommand");
|
|
5703
|
+
var se_StartOutboundEmailContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5704
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5705
|
+
const headers = {
|
|
5706
|
+
"content-type": "application/json"
|
|
5707
|
+
};
|
|
5708
|
+
b.bp("/contact/outbound-email");
|
|
5709
|
+
let body;
|
|
5710
|
+
body = JSON.stringify(
|
|
5711
|
+
(0, import_smithy_client.take)(input, {
|
|
5712
|
+
AdditionalRecipients: (_) => (0, import_smithy_client._json)(_),
|
|
5713
|
+
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5714
|
+
ContactId: [],
|
|
5715
|
+
DestinationEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
5716
|
+
EmailMessage: (_) => (0, import_smithy_client._json)(_),
|
|
5717
|
+
FromEmailAddress: (_) => (0, import_smithy_client._json)(_),
|
|
5718
|
+
InstanceId: []
|
|
5719
|
+
})
|
|
5720
|
+
);
|
|
5721
|
+
b.m("PUT").h(headers).b(body);
|
|
5722
|
+
return b.build();
|
|
5723
|
+
}, "se_StartOutboundEmailContactCommand");
|
|
5358
5724
|
var se_StartOutboundVoiceContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5359
5725
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5360
5726
|
const headers = {
|
|
@@ -5420,6 +5786,7 @@ var se_StartTaskContactCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5420
5786
|
References: (_) => (0, import_smithy_client._json)(_),
|
|
5421
5787
|
RelatedContactId: [],
|
|
5422
5788
|
ScheduledTime: (_) => _.getTime() / 1e3,
|
|
5789
|
+
SegmentAttributes: (_) => se_SegmentAttributes(_, context),
|
|
5423
5790
|
TaskTemplateId: []
|
|
5424
5791
|
})
|
|
5425
5792
|
);
|
|
@@ -5668,7 +6035,8 @@ var se_UpdateContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5668
6035
|
(0, import_smithy_client.take)(input, {
|
|
5669
6036
|
Description: [],
|
|
5670
6037
|
Name: [],
|
|
5671
|
-
References: (_) => (0, import_smithy_client._json)(_)
|
|
6038
|
+
References: (_) => (0, import_smithy_client._json)(_),
|
|
6039
|
+
SegmentAttributes: (_) => se_SegmentAttributes(_, context)
|
|
5672
6040
|
})
|
|
5673
6041
|
);
|
|
5674
6042
|
b.m("POST").h(headers).b(body);
|
|
@@ -5835,6 +6203,25 @@ var se_UpdateContactScheduleCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
5835
6203
|
b.m("POST").h(headers).b(body);
|
|
5836
6204
|
return b.build();
|
|
5837
6205
|
}, "se_UpdateContactScheduleCommand");
|
|
6206
|
+
var se_UpdateEmailAddressMetadataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6207
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6208
|
+
const headers = {
|
|
6209
|
+
"content-type": "application/json"
|
|
6210
|
+
};
|
|
6211
|
+
b.bp("/email-addresses/{InstanceId}/{EmailAddressId}");
|
|
6212
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
6213
|
+
b.p("EmailAddressId", () => input.EmailAddressId, "{EmailAddressId}", false);
|
|
6214
|
+
let body;
|
|
6215
|
+
body = JSON.stringify(
|
|
6216
|
+
(0, import_smithy_client.take)(input, {
|
|
6217
|
+
ClientToken: [],
|
|
6218
|
+
Description: [],
|
|
6219
|
+
DisplayName: []
|
|
6220
|
+
})
|
|
6221
|
+
);
|
|
6222
|
+
b.m("POST").h(headers).b(body);
|
|
6223
|
+
return b.build();
|
|
6224
|
+
}, "se_UpdateEmailAddressMetadataCommand");
|
|
5838
6225
|
var se_UpdateEvaluationFormCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5839
6226
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5840
6227
|
const headers = {
|
|
@@ -6072,6 +6459,23 @@ var se_UpdateQueueOutboundCallerConfigCommand = /* @__PURE__ */ __name(async (in
|
|
|
6072
6459
|
b.m("POST").h(headers).b(body);
|
|
6073
6460
|
return b.build();
|
|
6074
6461
|
}, "se_UpdateQueueOutboundCallerConfigCommand");
|
|
6462
|
+
var se_UpdateQueueOutboundEmailConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6463
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6464
|
+
const headers = {
|
|
6465
|
+
"content-type": "application/json"
|
|
6466
|
+
};
|
|
6467
|
+
b.bp("/queues/{InstanceId}/{QueueId}/outbound-email-config");
|
|
6468
|
+
b.p("InstanceId", () => input.InstanceId, "{InstanceId}", false);
|
|
6469
|
+
b.p("QueueId", () => input.QueueId, "{QueueId}", false);
|
|
6470
|
+
let body;
|
|
6471
|
+
body = JSON.stringify(
|
|
6472
|
+
(0, import_smithy_client.take)(input, {
|
|
6473
|
+
OutboundEmailConfig: (_) => (0, import_smithy_client._json)(_)
|
|
6474
|
+
})
|
|
6475
|
+
);
|
|
6476
|
+
b.m("POST").h(headers).b(body);
|
|
6477
|
+
return b.build();
|
|
6478
|
+
}, "se_UpdateQueueOutboundEmailConfigCommand");
|
|
6075
6479
|
var se_UpdateQueueStatusCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6076
6480
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6077
6481
|
const headers = {
|
|
@@ -6270,6 +6674,7 @@ var se_UpdateTaskTemplateCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
6270
6674
|
Description: [],
|
|
6271
6675
|
Fields: (_) => (0, import_smithy_client._json)(_),
|
|
6272
6676
|
Name: [],
|
|
6677
|
+
SelfAssignFlowId: [],
|
|
6273
6678
|
Status: []
|
|
6274
6679
|
})
|
|
6275
6680
|
);
|
|
@@ -6750,6 +7155,21 @@ var de_CreateAgentStatusCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6750
7155
|
Object.assign(contents, doc);
|
|
6751
7156
|
return contents;
|
|
6752
7157
|
}, "de_CreateAgentStatusCommand");
|
|
7158
|
+
var de_CreateContactCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7159
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7160
|
+
return de_CommandError(output, context);
|
|
7161
|
+
}
|
|
7162
|
+
const contents = (0, import_smithy_client.map)({
|
|
7163
|
+
$metadata: deserializeMetadata(output)
|
|
7164
|
+
});
|
|
7165
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7166
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7167
|
+
ContactArn: import_smithy_client.expectString,
|
|
7168
|
+
ContactId: import_smithy_client.expectString
|
|
7169
|
+
});
|
|
7170
|
+
Object.assign(contents, doc);
|
|
7171
|
+
return contents;
|
|
7172
|
+
}, "de_CreateContactCommand");
|
|
6753
7173
|
var de_CreateContactFlowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6754
7174
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6755
7175
|
return de_CommandError(output, context);
|
|
@@ -6796,6 +7216,21 @@ var de_CreateContactFlowVersionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
6796
7216
|
Object.assign(contents, doc);
|
|
6797
7217
|
return contents;
|
|
6798
7218
|
}, "de_CreateContactFlowVersionCommand");
|
|
7219
|
+
var de_CreateEmailAddressCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7220
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7221
|
+
return de_CommandError(output, context);
|
|
7222
|
+
}
|
|
7223
|
+
const contents = (0, import_smithy_client.map)({
|
|
7224
|
+
$metadata: deserializeMetadata(output)
|
|
7225
|
+
});
|
|
7226
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7227
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7228
|
+
EmailAddressArn: import_smithy_client.expectString,
|
|
7229
|
+
EmailAddressId: import_smithy_client.expectString
|
|
7230
|
+
});
|
|
7231
|
+
Object.assign(contents, doc);
|
|
7232
|
+
return contents;
|
|
7233
|
+
}, "de_CreateEmailAddressCommand");
|
|
6799
7234
|
var de_CreateEvaluationFormCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6800
7235
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6801
7236
|
return de_CommandError(output, context);
|
|
@@ -7160,6 +7595,16 @@ var de_DeleteContactFlowModuleCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
7160
7595
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7161
7596
|
return contents;
|
|
7162
7597
|
}, "de_DeleteContactFlowModuleCommand");
|
|
7598
|
+
var de_DeleteEmailAddressCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7599
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7600
|
+
return de_CommandError(output, context);
|
|
7601
|
+
}
|
|
7602
|
+
const contents = (0, import_smithy_client.map)({
|
|
7603
|
+
$metadata: deserializeMetadata(output)
|
|
7604
|
+
});
|
|
7605
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7606
|
+
return contents;
|
|
7607
|
+
}, "de_DeleteEmailAddressCommand");
|
|
7163
7608
|
var de_DeleteEvaluationFormCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7164
7609
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7165
7610
|
return de_CommandError(output, context);
|
|
@@ -7441,6 +7886,27 @@ var de_DescribeContactFlowModuleCommand = /* @__PURE__ */ __name(async (output,
|
|
|
7441
7886
|
Object.assign(contents, doc);
|
|
7442
7887
|
return contents;
|
|
7443
7888
|
}, "de_DescribeContactFlowModuleCommand");
|
|
7889
|
+
var de_DescribeEmailAddressCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7890
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7891
|
+
return de_CommandError(output, context);
|
|
7892
|
+
}
|
|
7893
|
+
const contents = (0, import_smithy_client.map)({
|
|
7894
|
+
$metadata: deserializeMetadata(output)
|
|
7895
|
+
});
|
|
7896
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7897
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7898
|
+
CreateTimestamp: import_smithy_client.expectString,
|
|
7899
|
+
Description: import_smithy_client.expectString,
|
|
7900
|
+
DisplayName: import_smithy_client.expectString,
|
|
7901
|
+
EmailAddress: import_smithy_client.expectString,
|
|
7902
|
+
EmailAddressArn: import_smithy_client.expectString,
|
|
7903
|
+
EmailAddressId: import_smithy_client.expectString,
|
|
7904
|
+
ModifiedTimestamp: import_smithy_client.expectString,
|
|
7905
|
+
Tags: import_smithy_client._json
|
|
7906
|
+
});
|
|
7907
|
+
Object.assign(contents, doc);
|
|
7908
|
+
return contents;
|
|
7909
|
+
}, "de_DescribeEmailAddressCommand");
|
|
7444
7910
|
var de_DescribeEvaluationFormCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7445
7911
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7446
7912
|
return de_CommandError(output, context);
|
|
@@ -8018,6 +8484,7 @@ var de_GetTaskTemplateCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
8018
8484
|
InstanceId: import_smithy_client.expectString,
|
|
8019
8485
|
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8020
8486
|
Name: import_smithy_client.expectString,
|
|
8487
|
+
SelfAssignFlowId: import_smithy_client.expectString,
|
|
8021
8488
|
Status: import_smithy_client.expectString,
|
|
8022
8489
|
Tags: import_smithy_client._json
|
|
8023
8490
|
});
|
|
@@ -8102,6 +8569,21 @@ var de_ListApprovedOriginsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
8102
8569
|
Object.assign(contents, doc);
|
|
8103
8570
|
return contents;
|
|
8104
8571
|
}, "de_ListApprovedOriginsCommand");
|
|
8572
|
+
var de_ListAssociatedContactsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8573
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8574
|
+
return de_CommandError(output, context);
|
|
8575
|
+
}
|
|
8576
|
+
const contents = (0, import_smithy_client.map)({
|
|
8577
|
+
$metadata: deserializeMetadata(output)
|
|
8578
|
+
});
|
|
8579
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8580
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8581
|
+
ContactSummaryList: (_) => de_AssociatedContactSummaryList(_, context),
|
|
8582
|
+
NextToken: import_smithy_client.expectString
|
|
8583
|
+
});
|
|
8584
|
+
Object.assign(contents, doc);
|
|
8585
|
+
return contents;
|
|
8586
|
+
}, "de_ListAssociatedContactsCommand");
|
|
8105
8587
|
var de_ListAuthenticationProfilesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8106
8588
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8107
8589
|
return de_CommandError(output, context);
|
|
@@ -8917,6 +9399,22 @@ var de_SearchContactsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
8917
9399
|
Object.assign(contents, doc);
|
|
8918
9400
|
return contents;
|
|
8919
9401
|
}, "de_SearchContactsCommand");
|
|
9402
|
+
var de_SearchEmailAddressesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9403
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9404
|
+
return de_CommandError(output, context);
|
|
9405
|
+
}
|
|
9406
|
+
const contents = (0, import_smithy_client.map)({
|
|
9407
|
+
$metadata: deserializeMetadata(output)
|
|
9408
|
+
});
|
|
9409
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9410
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9411
|
+
ApproximateTotalCount: import_smithy_client.expectLong,
|
|
9412
|
+
EmailAddresses: import_smithy_client._json,
|
|
9413
|
+
NextToken: import_smithy_client.expectString
|
|
9414
|
+
});
|
|
9415
|
+
Object.assign(contents, doc);
|
|
9416
|
+
return contents;
|
|
9417
|
+
}, "de_SearchEmailAddressesCommand");
|
|
8920
9418
|
var de_SearchHoursOfOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8921
9419
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8922
9420
|
return de_CommandError(output, context);
|
|
@@ -9105,7 +9603,17 @@ var de_SendChatIntegrationEventCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
9105
9603
|
});
|
|
9106
9604
|
Object.assign(contents, doc);
|
|
9107
9605
|
return contents;
|
|
9108
|
-
}, "de_SendChatIntegrationEventCommand");
|
|
9606
|
+
}, "de_SendChatIntegrationEventCommand");
|
|
9607
|
+
var de_SendOutboundEmailCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9608
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9609
|
+
return de_CommandError(output, context);
|
|
9610
|
+
}
|
|
9611
|
+
const contents = (0, import_smithy_client.map)({
|
|
9612
|
+
$metadata: deserializeMetadata(output)
|
|
9613
|
+
});
|
|
9614
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
9615
|
+
return contents;
|
|
9616
|
+
}, "de_SendOutboundEmailCommand");
|
|
9109
9617
|
var de_StartAttachedFileUploadCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9110
9618
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9111
9619
|
return de_CommandError(output, context);
|
|
@@ -9181,6 +9689,20 @@ var de_StartContactStreamingCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
9181
9689
|
Object.assign(contents, doc);
|
|
9182
9690
|
return contents;
|
|
9183
9691
|
}, "de_StartContactStreamingCommand");
|
|
9692
|
+
var de_StartEmailContactCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9693
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9694
|
+
return de_CommandError(output, context);
|
|
9695
|
+
}
|
|
9696
|
+
const contents = (0, import_smithy_client.map)({
|
|
9697
|
+
$metadata: deserializeMetadata(output)
|
|
9698
|
+
});
|
|
9699
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9700
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9701
|
+
ContactId: import_smithy_client.expectString
|
|
9702
|
+
});
|
|
9703
|
+
Object.assign(contents, doc);
|
|
9704
|
+
return contents;
|
|
9705
|
+
}, "de_StartEmailContactCommand");
|
|
9184
9706
|
var de_StartOutboundChatContactCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9185
9707
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9186
9708
|
return de_CommandError(output, context);
|
|
@@ -9195,6 +9717,20 @@ var de_StartOutboundChatContactCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
9195
9717
|
Object.assign(contents, doc);
|
|
9196
9718
|
return contents;
|
|
9197
9719
|
}, "de_StartOutboundChatContactCommand");
|
|
9720
|
+
var de_StartOutboundEmailContactCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9721
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9722
|
+
return de_CommandError(output, context);
|
|
9723
|
+
}
|
|
9724
|
+
const contents = (0, import_smithy_client.map)({
|
|
9725
|
+
$metadata: deserializeMetadata(output)
|
|
9726
|
+
});
|
|
9727
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9728
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9729
|
+
ContactId: import_smithy_client.expectString
|
|
9730
|
+
});
|
|
9731
|
+
Object.assign(contents, doc);
|
|
9732
|
+
return contents;
|
|
9733
|
+
}, "de_StartOutboundEmailContactCommand");
|
|
9198
9734
|
var de_StartOutboundVoiceContactCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9199
9735
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9200
9736
|
return de_CommandError(output, context);
|
|
@@ -9485,6 +10021,21 @@ var de_UpdateContactScheduleCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
9485
10021
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
9486
10022
|
return contents;
|
|
9487
10023
|
}, "de_UpdateContactScheduleCommand");
|
|
10024
|
+
var de_UpdateEmailAddressMetadataCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10025
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10026
|
+
return de_CommandError(output, context);
|
|
10027
|
+
}
|
|
10028
|
+
const contents = (0, import_smithy_client.map)({
|
|
10029
|
+
$metadata: deserializeMetadata(output)
|
|
10030
|
+
});
|
|
10031
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10032
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10033
|
+
EmailAddressArn: import_smithy_client.expectString,
|
|
10034
|
+
EmailAddressId: import_smithy_client.expectString
|
|
10035
|
+
});
|
|
10036
|
+
Object.assign(contents, doc);
|
|
10037
|
+
return contents;
|
|
10038
|
+
}, "de_UpdateEmailAddressMetadataCommand");
|
|
9488
10039
|
var de_UpdateEvaluationFormCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9489
10040
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9490
10041
|
return de_CommandError(output, context);
|
|
@@ -9631,6 +10182,16 @@ var de_UpdateQueueOutboundCallerConfigCommand = /* @__PURE__ */ __name(async (ou
|
|
|
9631
10182
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
9632
10183
|
return contents;
|
|
9633
10184
|
}, "de_UpdateQueueOutboundCallerConfigCommand");
|
|
10185
|
+
var de_UpdateQueueOutboundEmailConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10186
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10187
|
+
return de_CommandError(output, context);
|
|
10188
|
+
}
|
|
10189
|
+
const contents = (0, import_smithy_client.map)({
|
|
10190
|
+
$metadata: deserializeMetadata(output)
|
|
10191
|
+
});
|
|
10192
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
10193
|
+
return contents;
|
|
10194
|
+
}, "de_UpdateQueueOutboundEmailConfigCommand");
|
|
9634
10195
|
var de_UpdateQueueStatusCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9635
10196
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9636
10197
|
return de_CommandError(output, context);
|
|
@@ -9751,6 +10312,7 @@ var de_UpdateTaskTemplateCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
9751
10312
|
InstanceId: import_smithy_client.expectString,
|
|
9752
10313
|
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9753
10314
|
Name: import_smithy_client.expectString,
|
|
10315
|
+
SelfAssignFlowId: import_smithy_client.expectString,
|
|
9754
10316
|
Status: import_smithy_client.expectString
|
|
9755
10317
|
});
|
|
9756
10318
|
Object.assign(contents, doc);
|
|
@@ -9910,6 +10472,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9910
10472
|
case "DuplicateResourceException":
|
|
9911
10473
|
case "com.amazonaws.connect#DuplicateResourceException":
|
|
9912
10474
|
throw await de_DuplicateResourceExceptionRes(parsedOutput, context);
|
|
10475
|
+
case "ConflictException":
|
|
10476
|
+
case "com.amazonaws.connect#ConflictException":
|
|
10477
|
+
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
9913
10478
|
case "InvalidContactFlowException":
|
|
9914
10479
|
case "com.amazonaws.connect#InvalidContactFlowException":
|
|
9915
10480
|
throw await de_InvalidContactFlowExceptionRes(parsedOutput, context);
|
|
@@ -9937,9 +10502,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9937
10502
|
case "OutputTypeNotFoundException":
|
|
9938
10503
|
case "com.amazonaws.connect#OutputTypeNotFoundException":
|
|
9939
10504
|
throw await de_OutputTypeNotFoundExceptionRes(parsedOutput, context);
|
|
9940
|
-
case "ConflictException":
|
|
9941
|
-
case "com.amazonaws.connect#ConflictException":
|
|
9942
|
-
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
9943
10505
|
case "MaximumResultReturnedException":
|
|
9944
10506
|
case "com.amazonaws.connect#MaximumResultReturnedException":
|
|
9945
10507
|
throw await de_MaximumResultReturnedExceptionRes(parsedOutput, context);
|
|
@@ -9952,6 +10514,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9952
10514
|
case "ContactNotFoundException":
|
|
9953
10515
|
case "com.amazonaws.connect#ContactNotFoundException":
|
|
9954
10516
|
throw await de_ContactNotFoundExceptionRes(parsedOutput, context);
|
|
10517
|
+
case "ConditionalOperationFailedException":
|
|
10518
|
+
case "com.amazonaws.connect#ConditionalOperationFailedException":
|
|
10519
|
+
throw await de_ConditionalOperationFailedExceptionRes(parsedOutput, context);
|
|
9955
10520
|
default:
|
|
9956
10521
|
const parsedBody = parsedOutput.body;
|
|
9957
10522
|
return throwDefaultError({
|
|
@@ -9975,6 +10540,19 @@ var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, co
|
|
|
9975
10540
|
});
|
|
9976
10541
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
9977
10542
|
}, "de_AccessDeniedExceptionRes");
|
|
10543
|
+
var de_ConditionalOperationFailedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
10544
|
+
const contents = (0, import_smithy_client.map)({});
|
|
10545
|
+
const data = parsedOutput.body;
|
|
10546
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10547
|
+
Message: import_smithy_client.expectString
|
|
10548
|
+
});
|
|
10549
|
+
Object.assign(contents, doc);
|
|
10550
|
+
const exception = new ConditionalOperationFailedException({
|
|
10551
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
10552
|
+
...contents
|
|
10553
|
+
});
|
|
10554
|
+
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
10555
|
+
}, "de_ConditionalOperationFailedExceptionRes");
|
|
9978
10556
|
var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
9979
10557
|
const contents = (0, import_smithy_client.map)({});
|
|
9980
10558
|
const data = parsedOutput.body;
|
|
@@ -10243,7 +10821,8 @@ var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOu
|
|
|
10243
10821
|
const contents = (0, import_smithy_client.map)({});
|
|
10244
10822
|
const data = parsedOutput.body;
|
|
10245
10823
|
const doc = (0, import_smithy_client.take)(data, {
|
|
10246
|
-
Message: import_smithy_client.expectString
|
|
10824
|
+
Message: import_smithy_client.expectString,
|
|
10825
|
+
Reason: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
10247
10826
|
});
|
|
10248
10827
|
Object.assign(contents, doc);
|
|
10249
10828
|
const exception = new ServiceQuotaExceededException({
|
|
@@ -10345,6 +10924,18 @@ var se_CreateCaseActionDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
10345
10924
|
TemplateId: []
|
|
10346
10925
|
});
|
|
10347
10926
|
}, "se_CreateCaseActionDefinition");
|
|
10927
|
+
var se_EmailAddressSearchConditionList = /* @__PURE__ */ __name((input, context) => {
|
|
10928
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
10929
|
+
return se_EmailAddressSearchCriteria(entry, context);
|
|
10930
|
+
});
|
|
10931
|
+
}, "se_EmailAddressSearchConditionList");
|
|
10932
|
+
var se_EmailAddressSearchCriteria = /* @__PURE__ */ __name((input, context) => {
|
|
10933
|
+
return (0, import_smithy_client.take)(input, {
|
|
10934
|
+
AndConditions: (_) => se_EmailAddressSearchConditionList(_, context),
|
|
10935
|
+
OrConditions: (_) => se_EmailAddressSearchConditionList(_, context),
|
|
10936
|
+
StringCondition: import_smithy_client._json
|
|
10937
|
+
});
|
|
10938
|
+
}, "se_EmailAddressSearchCriteria");
|
|
10348
10939
|
var se_EvaluationAnswerData = /* @__PURE__ */ __name((input, context) => {
|
|
10349
10940
|
return EvaluationAnswerData.visit(input, {
|
|
10350
10941
|
NotApplicable: (value) => ({ NotApplicable: value }),
|
|
@@ -10581,6 +11172,31 @@ var se_SecurityProfileSearchCriteria = /* @__PURE__ */ __name((input, context) =
|
|
|
10581
11172
|
StringCondition: import_smithy_client._json
|
|
10582
11173
|
});
|
|
10583
11174
|
}, "se_SecurityProfileSearchCriteria");
|
|
11175
|
+
var se_SegmentAttributes = /* @__PURE__ */ __name((input, context) => {
|
|
11176
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
11177
|
+
if (value === null) {
|
|
11178
|
+
return acc;
|
|
11179
|
+
}
|
|
11180
|
+
acc[key] = se_SegmentAttributeValue(value, context);
|
|
11181
|
+
return acc;
|
|
11182
|
+
}, {});
|
|
11183
|
+
}, "se_SegmentAttributes");
|
|
11184
|
+
var se_SegmentAttributeValue = /* @__PURE__ */ __name((input, context) => {
|
|
11185
|
+
return (0, import_smithy_client.take)(input, {
|
|
11186
|
+
ValueInteger: [],
|
|
11187
|
+
ValueMap: (_) => se_SegmentAttributeValueMap(_, context),
|
|
11188
|
+
ValueString: []
|
|
11189
|
+
});
|
|
11190
|
+
}, "se_SegmentAttributeValue");
|
|
11191
|
+
var se_SegmentAttributeValueMap = /* @__PURE__ */ __name((input, context) => {
|
|
11192
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
11193
|
+
if (value === null) {
|
|
11194
|
+
return acc;
|
|
11195
|
+
}
|
|
11196
|
+
acc[key] = se_SegmentAttributeValue(value, context);
|
|
11197
|
+
return acc;
|
|
11198
|
+
}, {});
|
|
11199
|
+
}, "se_SegmentAttributeValueMap");
|
|
10584
11200
|
var se_Threshold = /* @__PURE__ */ __name((input, context) => {
|
|
10585
11201
|
return (0, import_smithy_client.take)(input, {
|
|
10586
11202
|
Comparison: [],
|
|
@@ -10716,6 +11332,25 @@ var de_AgentStatusSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10716
11332
|
});
|
|
10717
11333
|
return retVal;
|
|
10718
11334
|
}, "de_AgentStatusSummaryList");
|
|
11335
|
+
var de_AssociatedContactSummary = /* @__PURE__ */ __name((output, context) => {
|
|
11336
|
+
return (0, import_smithy_client.take)(output, {
|
|
11337
|
+
Channel: import_smithy_client.expectString,
|
|
11338
|
+
ContactArn: import_smithy_client.expectString,
|
|
11339
|
+
ContactId: import_smithy_client.expectString,
|
|
11340
|
+
DisconnectTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11341
|
+
InitialContactId: import_smithy_client.expectString,
|
|
11342
|
+
InitiationMethod: import_smithy_client.expectString,
|
|
11343
|
+
InitiationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11344
|
+
PreviousContactId: import_smithy_client.expectString,
|
|
11345
|
+
RelatedContactId: import_smithy_client.expectString
|
|
11346
|
+
});
|
|
11347
|
+
}, "de_AssociatedContactSummary");
|
|
11348
|
+
var de_AssociatedContactSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
11349
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
11350
|
+
return de_AssociatedContactSummary(entry, context);
|
|
11351
|
+
});
|
|
11352
|
+
return retVal;
|
|
11353
|
+
}, "de_AssociatedContactSummaryList");
|
|
10719
11354
|
var de_AttributeCondition = /* @__PURE__ */ __name((output, context) => {
|
|
10720
11355
|
return (0, import_smithy_client.take)(output, {
|
|
10721
11356
|
ComparisonOperator: import_smithy_client.expectString,
|
|
@@ -10765,13 +11400,16 @@ var de_AuthenticationProfileSummaryList = /* @__PURE__ */ __name((output, contex
|
|
|
10765
11400
|
}, "de_AuthenticationProfileSummaryList");
|
|
10766
11401
|
var de_Contact = /* @__PURE__ */ __name((output, context) => {
|
|
10767
11402
|
return (0, import_smithy_client.take)(output, {
|
|
11403
|
+
AdditionalEmailRecipients: import_smithy_client._json,
|
|
10768
11404
|
AgentInfo: (_) => de_AgentInfo(_, context),
|
|
10769
11405
|
AnsweringMachineDetectionStatus: import_smithy_client.expectString,
|
|
10770
11406
|
Arn: import_smithy_client.expectString,
|
|
10771
11407
|
Campaign: import_smithy_client._json,
|
|
10772
11408
|
Channel: import_smithy_client.expectString,
|
|
10773
11409
|
ConnectedToSystemTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11410
|
+
ContactAssociationId: import_smithy_client.expectString,
|
|
10774
11411
|
Customer: import_smithy_client._json,
|
|
11412
|
+
CustomerEndpoint: import_smithy_client._json,
|
|
10775
11413
|
CustomerVoiceActivity: (_) => de_CustomerVoiceActivity(_, context),
|
|
10776
11414
|
Description: import_smithy_client.expectString,
|
|
10777
11415
|
DisconnectDetails: import_smithy_client._json,
|
|
@@ -10792,7 +11430,8 @@ var de_Contact = /* @__PURE__ */ __name((output, context) => {
|
|
|
10792
11430
|
RelatedContactId: import_smithy_client.expectString,
|
|
10793
11431
|
RoutingCriteria: (_) => de_RoutingCriteria(_, context),
|
|
10794
11432
|
ScheduledTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10795
|
-
SegmentAttributes:
|
|
11433
|
+
SegmentAttributes: (_) => de_SegmentAttributes(_, context),
|
|
11434
|
+
SystemEndpoint: import_smithy_client._json,
|
|
10796
11435
|
Tags: import_smithy_client._json,
|
|
10797
11436
|
TotalPauseCount: import_smithy_client.expectInt32,
|
|
10798
11437
|
TotalPauseDurationInSeconds: import_smithy_client.expectInt32,
|
|
@@ -10806,7 +11445,6 @@ var de_ContactFlow = /* @__PURE__ */ __name((output, context) => {
|
|
|
10806
11445
|
Description: import_smithy_client.expectString,
|
|
10807
11446
|
FlowContentSha256: import_smithy_client.expectString,
|
|
10808
11447
|
Id: import_smithy_client.expectString,
|
|
10809
|
-
IsDefault: import_smithy_client.expectBoolean,
|
|
10810
11448
|
LastModifiedRegion: import_smithy_client.expectString,
|
|
10811
11449
|
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10812
11450
|
Name: import_smithy_client.expectString,
|
|
@@ -10842,7 +11480,8 @@ var de_ContactSearchSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10842
11480
|
InitiationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10843
11481
|
PreviousContactId: import_smithy_client.expectString,
|
|
10844
11482
|
QueueInfo: (_) => de_ContactSearchSummaryQueueInfo(_, context),
|
|
10845
|
-
ScheduledTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
11483
|
+
ScheduledTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
11484
|
+
SegmentAttributes: import_smithy_client._json
|
|
10846
11485
|
});
|
|
10847
11486
|
}, "de_ContactSearchSummary");
|
|
10848
11487
|
var de_ContactSearchSummaryAgentInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -11406,6 +12045,7 @@ var de_Queue = /* @__PURE__ */ __name((output, context) => {
|
|
|
11406
12045
|
MaxContacts: import_smithy_client.expectInt32,
|
|
11407
12046
|
Name: import_smithy_client.expectString,
|
|
11408
12047
|
OutboundCallerConfig: import_smithy_client._json,
|
|
12048
|
+
OutboundEmailConfig: import_smithy_client._json,
|
|
11409
12049
|
QueueArn: import_smithy_client.expectString,
|
|
11410
12050
|
QueueId: import_smithy_client.expectString,
|
|
11411
12051
|
Status: import_smithy_client.expectString,
|
|
@@ -11697,6 +12337,31 @@ var de_SecurityProfileSummaryList = /* @__PURE__ */ __name((output, context) =>
|
|
|
11697
12337
|
});
|
|
11698
12338
|
return retVal;
|
|
11699
12339
|
}, "de_SecurityProfileSummaryList");
|
|
12340
|
+
var de_SegmentAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
12341
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
12342
|
+
if (value === null) {
|
|
12343
|
+
return acc;
|
|
12344
|
+
}
|
|
12345
|
+
acc[key] = de_SegmentAttributeValue(value, context);
|
|
12346
|
+
return acc;
|
|
12347
|
+
}, {});
|
|
12348
|
+
}, "de_SegmentAttributes");
|
|
12349
|
+
var de_SegmentAttributeValue = /* @__PURE__ */ __name((output, context) => {
|
|
12350
|
+
return (0, import_smithy_client.take)(output, {
|
|
12351
|
+
ValueInteger: import_smithy_client.expectInt32,
|
|
12352
|
+
ValueMap: (_) => de_SegmentAttributeValueMap(_, context),
|
|
12353
|
+
ValueString: import_smithy_client.expectString
|
|
12354
|
+
});
|
|
12355
|
+
}, "de_SegmentAttributeValue");
|
|
12356
|
+
var de_SegmentAttributeValueMap = /* @__PURE__ */ __name((output, context) => {
|
|
12357
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
12358
|
+
if (value === null) {
|
|
12359
|
+
return acc;
|
|
12360
|
+
}
|
|
12361
|
+
acc[key] = de_SegmentAttributeValue(value, context);
|
|
12362
|
+
return acc;
|
|
12363
|
+
}, {});
|
|
12364
|
+
}, "de_SegmentAttributeValueMap");
|
|
11700
12365
|
var de_Step = /* @__PURE__ */ __name((output, context) => {
|
|
11701
12366
|
return (0, import_smithy_client.take)(output, {
|
|
11702
12367
|
Expiry: (_) => de_Expiry(_, context),
|
|
@@ -12254,6 +12919,20 @@ var _CreateAgentStatusCommand = class _CreateAgentStatusCommand extends import_s
|
|
|
12254
12919
|
__name(_CreateAgentStatusCommand, "CreateAgentStatusCommand");
|
|
12255
12920
|
var CreateAgentStatusCommand = _CreateAgentStatusCommand;
|
|
12256
12921
|
|
|
12922
|
+
// src/commands/CreateContactCommand.ts
|
|
12923
|
+
|
|
12924
|
+
|
|
12925
|
+
|
|
12926
|
+
var _CreateContactCommand = class _CreateContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12927
|
+
return [
|
|
12928
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12929
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12930
|
+
];
|
|
12931
|
+
}).s("AmazonConnectService", "CreateContact", {}).n("ConnectClient", "CreateContactCommand").f(CreateContactRequestFilterSensitiveLog, void 0).ser(se_CreateContactCommand).de(de_CreateContactCommand).build() {
|
|
12932
|
+
};
|
|
12933
|
+
__name(_CreateContactCommand, "CreateContactCommand");
|
|
12934
|
+
var CreateContactCommand = _CreateContactCommand;
|
|
12935
|
+
|
|
12257
12936
|
// src/commands/CreateContactFlowCommand.ts
|
|
12258
12937
|
|
|
12259
12938
|
|
|
@@ -12296,6 +12975,20 @@ var _CreateContactFlowVersionCommand = class _CreateContactFlowVersionCommand ex
|
|
|
12296
12975
|
__name(_CreateContactFlowVersionCommand, "CreateContactFlowVersionCommand");
|
|
12297
12976
|
var CreateContactFlowVersionCommand = _CreateContactFlowVersionCommand;
|
|
12298
12977
|
|
|
12978
|
+
// src/commands/CreateEmailAddressCommand.ts
|
|
12979
|
+
|
|
12980
|
+
|
|
12981
|
+
|
|
12982
|
+
var _CreateEmailAddressCommand = class _CreateEmailAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12983
|
+
return [
|
|
12984
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12985
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12986
|
+
];
|
|
12987
|
+
}).s("AmazonConnectService", "CreateEmailAddress", {}).n("ConnectClient", "CreateEmailAddressCommand").f(CreateEmailAddressRequestFilterSensitiveLog, void 0).ser(se_CreateEmailAddressCommand).de(de_CreateEmailAddressCommand).build() {
|
|
12988
|
+
};
|
|
12989
|
+
__name(_CreateEmailAddressCommand, "CreateEmailAddressCommand");
|
|
12990
|
+
var CreateEmailAddressCommand = _CreateEmailAddressCommand;
|
|
12991
|
+
|
|
12299
12992
|
// src/commands/CreateEvaluationFormCommand.ts
|
|
12300
12993
|
|
|
12301
12994
|
|
|
@@ -12660,6 +13353,20 @@ var _DeleteContactFlowModuleCommand = class _DeleteContactFlowModuleCommand exte
|
|
|
12660
13353
|
__name(_DeleteContactFlowModuleCommand, "DeleteContactFlowModuleCommand");
|
|
12661
13354
|
var DeleteContactFlowModuleCommand = _DeleteContactFlowModuleCommand;
|
|
12662
13355
|
|
|
13356
|
+
// src/commands/DeleteEmailAddressCommand.ts
|
|
13357
|
+
|
|
13358
|
+
|
|
13359
|
+
|
|
13360
|
+
var _DeleteEmailAddressCommand = class _DeleteEmailAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13361
|
+
return [
|
|
13362
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13363
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13364
|
+
];
|
|
13365
|
+
}).s("AmazonConnectService", "DeleteEmailAddress", {}).n("ConnectClient", "DeleteEmailAddressCommand").f(void 0, void 0).ser(se_DeleteEmailAddressCommand).de(de_DeleteEmailAddressCommand).build() {
|
|
13366
|
+
};
|
|
13367
|
+
__name(_DeleteEmailAddressCommand, "DeleteEmailAddressCommand");
|
|
13368
|
+
var DeleteEmailAddressCommand = _DeleteEmailAddressCommand;
|
|
13369
|
+
|
|
12663
13370
|
// src/commands/DeleteEvaluationFormCommand.ts
|
|
12664
13371
|
|
|
12665
13372
|
|
|
@@ -12958,6 +13665,42 @@ var DescribeAuthenticationProfileCommand = _DescribeAuthenticationProfileCommand
|
|
|
12958
13665
|
|
|
12959
13666
|
|
|
12960
13667
|
|
|
13668
|
+
|
|
13669
|
+
// src/models/models_3.ts
|
|
13670
|
+
|
|
13671
|
+
var StartEmailContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13672
|
+
...obj,
|
|
13673
|
+
...obj.FromEmailAddress && { FromEmailAddress: EmailAddressInfoFilterSensitiveLog(obj.FromEmailAddress) },
|
|
13674
|
+
...obj.DestinationEmailAddress && { DestinationEmailAddress: import_smithy_client.SENSITIVE_STRING },
|
|
13675
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING },
|
|
13676
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13677
|
+
...obj.EmailMessage && { EmailMessage: InboundEmailContentFilterSensitiveLog(obj.EmailMessage) },
|
|
13678
|
+
...obj.AdditionalRecipients && {
|
|
13679
|
+
AdditionalRecipients: InboundAdditionalRecipientsFilterSensitiveLog(obj.AdditionalRecipients)
|
|
13680
|
+
},
|
|
13681
|
+
...obj.Attachments && { Attachments: import_smithy_client.SENSITIVE_STRING }
|
|
13682
|
+
}), "StartEmailContactRequestFilterSensitiveLog");
|
|
13683
|
+
var StartTaskContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13684
|
+
...obj,
|
|
13685
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13686
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13687
|
+
}), "StartTaskContactRequestFilterSensitiveLog");
|
|
13688
|
+
var UpdateContactRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13689
|
+
...obj,
|
|
13690
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13691
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13692
|
+
}), "UpdateContactRequestFilterSensitiveLog");
|
|
13693
|
+
var ContactFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13694
|
+
...obj,
|
|
13695
|
+
...obj.Name && { Name: import_smithy_client.SENSITIVE_STRING },
|
|
13696
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
13697
|
+
}), "ContactFilterSensitiveLog");
|
|
13698
|
+
var DescribeContactResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
13699
|
+
...obj,
|
|
13700
|
+
...obj.Contact && { Contact: ContactFilterSensitiveLog(obj.Contact) }
|
|
13701
|
+
}), "DescribeContactResponseFilterSensitiveLog");
|
|
13702
|
+
|
|
13703
|
+
// src/commands/DescribeContactCommand.ts
|
|
12961
13704
|
var _DescribeContactCommand = class _DescribeContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12962
13705
|
return [
|
|
12963
13706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -13010,6 +13753,20 @@ var _DescribeContactFlowModuleCommand = class _DescribeContactFlowModuleCommand
|
|
|
13010
13753
|
__name(_DescribeContactFlowModuleCommand, "DescribeContactFlowModuleCommand");
|
|
13011
13754
|
var DescribeContactFlowModuleCommand = _DescribeContactFlowModuleCommand;
|
|
13012
13755
|
|
|
13756
|
+
// src/commands/DescribeEmailAddressCommand.ts
|
|
13757
|
+
|
|
13758
|
+
|
|
13759
|
+
|
|
13760
|
+
var _DescribeEmailAddressCommand = class _DescribeEmailAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
13761
|
+
return [
|
|
13762
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
13763
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
13764
|
+
];
|
|
13765
|
+
}).s("AmazonConnectService", "DescribeEmailAddress", {}).n("ConnectClient", "DescribeEmailAddressCommand").f(void 0, DescribeEmailAddressResponseFilterSensitiveLog).ser(se_DescribeEmailAddressCommand).de(de_DescribeEmailAddressCommand).build() {
|
|
13766
|
+
};
|
|
13767
|
+
__name(_DescribeEmailAddressCommand, "DescribeEmailAddressCommand");
|
|
13768
|
+
var DescribeEmailAddressCommand = _DescribeEmailAddressCommand;
|
|
13769
|
+
|
|
13013
13770
|
// src/commands/DescribeEvaluationFormCommand.ts
|
|
13014
13771
|
|
|
13015
13772
|
|
|
@@ -13682,6 +14439,20 @@ var _ListApprovedOriginsCommand = class _ListApprovedOriginsCommand extends impo
|
|
|
13682
14439
|
__name(_ListApprovedOriginsCommand, "ListApprovedOriginsCommand");
|
|
13683
14440
|
var ListApprovedOriginsCommand = _ListApprovedOriginsCommand;
|
|
13684
14441
|
|
|
14442
|
+
// src/commands/ListAssociatedContactsCommand.ts
|
|
14443
|
+
|
|
14444
|
+
|
|
14445
|
+
|
|
14446
|
+
var _ListAssociatedContactsCommand = class _ListAssociatedContactsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
14447
|
+
return [
|
|
14448
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
14449
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
14450
|
+
];
|
|
14451
|
+
}).s("AmazonConnectService", "ListAssociatedContacts", {}).n("ConnectClient", "ListAssociatedContactsCommand").f(void 0, void 0).ser(se_ListAssociatedContactsCommand).de(de_ListAssociatedContactsCommand).build() {
|
|
14452
|
+
};
|
|
14453
|
+
__name(_ListAssociatedContactsCommand, "ListAssociatedContactsCommand");
|
|
14454
|
+
var ListAssociatedContactsCommand = _ListAssociatedContactsCommand;
|
|
14455
|
+
|
|
13685
14456
|
// src/commands/ListAuthenticationProfilesCommand.ts
|
|
13686
14457
|
|
|
13687
14458
|
|
|
@@ -14452,6 +15223,20 @@ var _SearchContactsCommand = class _SearchContactsCommand extends import_smithy_
|
|
|
14452
15223
|
__name(_SearchContactsCommand, "SearchContactsCommand");
|
|
14453
15224
|
var SearchContactsCommand = _SearchContactsCommand;
|
|
14454
15225
|
|
|
15226
|
+
// src/commands/SearchEmailAddressesCommand.ts
|
|
15227
|
+
|
|
15228
|
+
|
|
15229
|
+
|
|
15230
|
+
var _SearchEmailAddressesCommand = class _SearchEmailAddressesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15231
|
+
return [
|
|
15232
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15233
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15234
|
+
];
|
|
15235
|
+
}).s("AmazonConnectService", "SearchEmailAddresses", {}).n("ConnectClient", "SearchEmailAddressesCommand").f(void 0, SearchEmailAddressesResponseFilterSensitiveLog).ser(se_SearchEmailAddressesCommand).de(de_SearchEmailAddressesCommand).build() {
|
|
15236
|
+
};
|
|
15237
|
+
__name(_SearchEmailAddressesCommand, "SearchEmailAddressesCommand");
|
|
15238
|
+
var SearchEmailAddressesCommand = _SearchEmailAddressesCommand;
|
|
15239
|
+
|
|
14455
15240
|
// src/commands/SearchHoursOfOperationsCommand.ts
|
|
14456
15241
|
|
|
14457
15242
|
|
|
@@ -14620,6 +15405,20 @@ var _SendChatIntegrationEventCommand = class _SendChatIntegrationEventCommand ex
|
|
|
14620
15405
|
__name(_SendChatIntegrationEventCommand, "SendChatIntegrationEventCommand");
|
|
14621
15406
|
var SendChatIntegrationEventCommand = _SendChatIntegrationEventCommand;
|
|
14622
15407
|
|
|
15408
|
+
// src/commands/SendOutboundEmailCommand.ts
|
|
15409
|
+
|
|
15410
|
+
|
|
15411
|
+
|
|
15412
|
+
var _SendOutboundEmailCommand = class _SendOutboundEmailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15413
|
+
return [
|
|
15414
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15415
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15416
|
+
];
|
|
15417
|
+
}).s("AmazonConnectService", "SendOutboundEmail", {}).n("ConnectClient", "SendOutboundEmailCommand").f(SendOutboundEmailRequestFilterSensitiveLog, void 0).ser(se_SendOutboundEmailCommand).de(de_SendOutboundEmailCommand).build() {
|
|
15418
|
+
};
|
|
15419
|
+
__name(_SendOutboundEmailCommand, "SendOutboundEmailCommand");
|
|
15420
|
+
var SendOutboundEmailCommand = _SendOutboundEmailCommand;
|
|
15421
|
+
|
|
14623
15422
|
// src/commands/StartAttachedFileUploadCommand.ts
|
|
14624
15423
|
|
|
14625
15424
|
|
|
@@ -14690,6 +15489,20 @@ var _StartContactStreamingCommand = class _StartContactStreamingCommand extends
|
|
|
14690
15489
|
__name(_StartContactStreamingCommand, "StartContactStreamingCommand");
|
|
14691
15490
|
var StartContactStreamingCommand = _StartContactStreamingCommand;
|
|
14692
15491
|
|
|
15492
|
+
// src/commands/StartEmailContactCommand.ts
|
|
15493
|
+
|
|
15494
|
+
|
|
15495
|
+
|
|
15496
|
+
var _StartEmailContactCommand = class _StartEmailContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15497
|
+
return [
|
|
15498
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15499
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15500
|
+
];
|
|
15501
|
+
}).s("AmazonConnectService", "StartEmailContact", {}).n("ConnectClient", "StartEmailContactCommand").f(StartEmailContactRequestFilterSensitiveLog, void 0).ser(se_StartEmailContactCommand).de(de_StartEmailContactCommand).build() {
|
|
15502
|
+
};
|
|
15503
|
+
__name(_StartEmailContactCommand, "StartEmailContactCommand");
|
|
15504
|
+
var StartEmailContactCommand = _StartEmailContactCommand;
|
|
15505
|
+
|
|
14693
15506
|
// src/commands/StartOutboundChatContactCommand.ts
|
|
14694
15507
|
|
|
14695
15508
|
|
|
@@ -14704,6 +15517,20 @@ var _StartOutboundChatContactCommand = class _StartOutboundChatContactCommand ex
|
|
|
14704
15517
|
__name(_StartOutboundChatContactCommand, "StartOutboundChatContactCommand");
|
|
14705
15518
|
var StartOutboundChatContactCommand = _StartOutboundChatContactCommand;
|
|
14706
15519
|
|
|
15520
|
+
// src/commands/StartOutboundEmailContactCommand.ts
|
|
15521
|
+
|
|
15522
|
+
|
|
15523
|
+
|
|
15524
|
+
var _StartOutboundEmailContactCommand = class _StartOutboundEmailContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15525
|
+
return [
|
|
15526
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15527
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15528
|
+
];
|
|
15529
|
+
}).s("AmazonConnectService", "StartOutboundEmailContact", {}).n("ConnectClient", "StartOutboundEmailContactCommand").f(StartOutboundEmailContactRequestFilterSensitiveLog, void 0).ser(se_StartOutboundEmailContactCommand).de(de_StartOutboundEmailContactCommand).build() {
|
|
15530
|
+
};
|
|
15531
|
+
__name(_StartOutboundEmailContactCommand, "StartOutboundEmailContactCommand");
|
|
15532
|
+
var StartOutboundEmailContactCommand = _StartOutboundEmailContactCommand;
|
|
15533
|
+
|
|
14707
15534
|
// src/commands/StartOutboundVoiceContactCommand.ts
|
|
14708
15535
|
|
|
14709
15536
|
|
|
@@ -15068,6 +15895,20 @@ var _UpdateContactScheduleCommand = class _UpdateContactScheduleCommand extends
|
|
|
15068
15895
|
__name(_UpdateContactScheduleCommand, "UpdateContactScheduleCommand");
|
|
15069
15896
|
var UpdateContactScheduleCommand = _UpdateContactScheduleCommand;
|
|
15070
15897
|
|
|
15898
|
+
// src/commands/UpdateEmailAddressMetadataCommand.ts
|
|
15899
|
+
|
|
15900
|
+
|
|
15901
|
+
|
|
15902
|
+
var _UpdateEmailAddressMetadataCommand = class _UpdateEmailAddressMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
15903
|
+
return [
|
|
15904
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15905
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15906
|
+
];
|
|
15907
|
+
}).s("AmazonConnectService", "UpdateEmailAddressMetadata", {}).n("ConnectClient", "UpdateEmailAddressMetadataCommand").f(UpdateEmailAddressMetadataRequestFilterSensitiveLog, void 0).ser(se_UpdateEmailAddressMetadataCommand).de(de_UpdateEmailAddressMetadataCommand).build() {
|
|
15908
|
+
};
|
|
15909
|
+
__name(_UpdateEmailAddressMetadataCommand, "UpdateEmailAddressMetadataCommand");
|
|
15910
|
+
var UpdateEmailAddressMetadataCommand = _UpdateEmailAddressMetadataCommand;
|
|
15911
|
+
|
|
15071
15912
|
// src/commands/UpdateEvaluationFormCommand.ts
|
|
15072
15913
|
|
|
15073
15914
|
|
|
@@ -15250,6 +16091,20 @@ var _UpdateQueueOutboundCallerConfigCommand = class _UpdateQueueOutboundCallerCo
|
|
|
15250
16091
|
__name(_UpdateQueueOutboundCallerConfigCommand, "UpdateQueueOutboundCallerConfigCommand");
|
|
15251
16092
|
var UpdateQueueOutboundCallerConfigCommand = _UpdateQueueOutboundCallerConfigCommand;
|
|
15252
16093
|
|
|
16094
|
+
// src/commands/UpdateQueueOutboundEmailConfigCommand.ts
|
|
16095
|
+
|
|
16096
|
+
|
|
16097
|
+
|
|
16098
|
+
var _UpdateQueueOutboundEmailConfigCommand = class _UpdateQueueOutboundEmailConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
16099
|
+
return [
|
|
16100
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16101
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
16102
|
+
];
|
|
16103
|
+
}).s("AmazonConnectService", "UpdateQueueOutboundEmailConfig", {}).n("ConnectClient", "UpdateQueueOutboundEmailConfigCommand").f(void 0, void 0).ser(se_UpdateQueueOutboundEmailConfigCommand).de(de_UpdateQueueOutboundEmailConfigCommand).build() {
|
|
16104
|
+
};
|
|
16105
|
+
__name(_UpdateQueueOutboundEmailConfigCommand, "UpdateQueueOutboundEmailConfigCommand");
|
|
16106
|
+
var UpdateQueueOutboundEmailConfigCommand = _UpdateQueueOutboundEmailConfigCommand;
|
|
16107
|
+
|
|
15253
16108
|
// src/commands/UpdateQueueStatusCommand.ts
|
|
15254
16109
|
|
|
15255
16110
|
|
|
@@ -15583,9 +16438,11 @@ var commands = {
|
|
|
15583
16438
|
ClaimPhoneNumberCommand,
|
|
15584
16439
|
CompleteAttachedFileUploadCommand,
|
|
15585
16440
|
CreateAgentStatusCommand,
|
|
16441
|
+
CreateContactCommand,
|
|
15586
16442
|
CreateContactFlowCommand,
|
|
15587
16443
|
CreateContactFlowModuleCommand,
|
|
15588
16444
|
CreateContactFlowVersionCommand,
|
|
16445
|
+
CreateEmailAddressCommand,
|
|
15589
16446
|
CreateEvaluationFormCommand,
|
|
15590
16447
|
CreateHoursOfOperationCommand,
|
|
15591
16448
|
CreateInstanceCommand,
|
|
@@ -15612,6 +16469,7 @@ var commands = {
|
|
|
15612
16469
|
DeleteContactEvaluationCommand,
|
|
15613
16470
|
DeleteContactFlowCommand,
|
|
15614
16471
|
DeleteContactFlowModuleCommand,
|
|
16472
|
+
DeleteEmailAddressCommand,
|
|
15615
16473
|
DeleteEvaluationFormCommand,
|
|
15616
16474
|
DeleteHoursOfOperationCommand,
|
|
15617
16475
|
DeleteInstanceCommand,
|
|
@@ -15637,6 +16495,7 @@ var commands = {
|
|
|
15637
16495
|
DescribeContactEvaluationCommand,
|
|
15638
16496
|
DescribeContactFlowCommand,
|
|
15639
16497
|
DescribeContactFlowModuleCommand,
|
|
16498
|
+
DescribeEmailAddressCommand,
|
|
15640
16499
|
DescribeEvaluationFormCommand,
|
|
15641
16500
|
DescribeHoursOfOperationCommand,
|
|
15642
16501
|
DescribeInstanceCommand,
|
|
@@ -15685,6 +16544,7 @@ var commands = {
|
|
|
15685
16544
|
ListAgentStatusesCommand,
|
|
15686
16545
|
ListAnalyticsDataAssociationsCommand,
|
|
15687
16546
|
ListApprovedOriginsCommand,
|
|
16547
|
+
ListAssociatedContactsCommand,
|
|
15688
16548
|
ListAuthenticationProfilesCommand,
|
|
15689
16549
|
ListBotsCommand,
|
|
15690
16550
|
ListContactEvaluationsCommand,
|
|
@@ -15740,6 +16600,7 @@ var commands = {
|
|
|
15740
16600
|
SearchContactFlowModulesCommand,
|
|
15741
16601
|
SearchContactFlowsCommand,
|
|
15742
16602
|
SearchContactsCommand,
|
|
16603
|
+
SearchEmailAddressesCommand,
|
|
15743
16604
|
SearchHoursOfOperationsCommand,
|
|
15744
16605
|
SearchPredefinedAttributesCommand,
|
|
15745
16606
|
SearchPromptsCommand,
|
|
@@ -15752,12 +16613,15 @@ var commands = {
|
|
|
15752
16613
|
SearchUsersCommand,
|
|
15753
16614
|
SearchVocabulariesCommand,
|
|
15754
16615
|
SendChatIntegrationEventCommand,
|
|
16616
|
+
SendOutboundEmailCommand,
|
|
15755
16617
|
StartAttachedFileUploadCommand,
|
|
15756
16618
|
StartChatContactCommand,
|
|
15757
16619
|
StartContactEvaluationCommand,
|
|
15758
16620
|
StartContactRecordingCommand,
|
|
15759
16621
|
StartContactStreamingCommand,
|
|
16622
|
+
StartEmailContactCommand,
|
|
15760
16623
|
StartOutboundChatContactCommand,
|
|
16624
|
+
StartOutboundEmailContactCommand,
|
|
15761
16625
|
StartOutboundVoiceContactCommand,
|
|
15762
16626
|
StartScreenSharingCommand,
|
|
15763
16627
|
StartTaskContactCommand,
|
|
@@ -15784,6 +16648,7 @@ var commands = {
|
|
|
15784
16648
|
UpdateContactFlowNameCommand,
|
|
15785
16649
|
UpdateContactRoutingDataCommand,
|
|
15786
16650
|
UpdateContactScheduleCommand,
|
|
16651
|
+
UpdateEmailAddressMetadataCommand,
|
|
15787
16652
|
UpdateEvaluationFormCommand,
|
|
15788
16653
|
UpdateHoursOfOperationCommand,
|
|
15789
16654
|
UpdateInstanceAttributeCommand,
|
|
@@ -15797,6 +16662,7 @@ var commands = {
|
|
|
15797
16662
|
UpdateQueueMaxContactsCommand,
|
|
15798
16663
|
UpdateQueueNameCommand,
|
|
15799
16664
|
UpdateQueueOutboundCallerConfigCommand,
|
|
16665
|
+
UpdateQueueOutboundEmailConfigCommand,
|
|
15800
16666
|
UpdateQueueStatusCommand,
|
|
15801
16667
|
UpdateQuickConnectConfigCommand,
|
|
15802
16668
|
UpdateQuickConnectNameCommand,
|
|
@@ -16112,9 +16978,11 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16112
16978
|
ClaimPhoneNumberCommand,
|
|
16113
16979
|
CompleteAttachedFileUploadCommand,
|
|
16114
16980
|
CreateAgentStatusCommand,
|
|
16981
|
+
CreateContactCommand,
|
|
16115
16982
|
CreateContactFlowCommand,
|
|
16116
16983
|
CreateContactFlowModuleCommand,
|
|
16117
16984
|
CreateContactFlowVersionCommand,
|
|
16985
|
+
CreateEmailAddressCommand,
|
|
16118
16986
|
CreateEvaluationFormCommand,
|
|
16119
16987
|
CreateHoursOfOperationCommand,
|
|
16120
16988
|
CreateInstanceCommand,
|
|
@@ -16141,6 +17009,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16141
17009
|
DeleteContactEvaluationCommand,
|
|
16142
17010
|
DeleteContactFlowCommand,
|
|
16143
17011
|
DeleteContactFlowModuleCommand,
|
|
17012
|
+
DeleteEmailAddressCommand,
|
|
16144
17013
|
DeleteEvaluationFormCommand,
|
|
16145
17014
|
DeleteHoursOfOperationCommand,
|
|
16146
17015
|
DeleteInstanceCommand,
|
|
@@ -16166,6 +17035,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16166
17035
|
DescribeContactEvaluationCommand,
|
|
16167
17036
|
DescribeContactFlowCommand,
|
|
16168
17037
|
DescribeContactFlowModuleCommand,
|
|
17038
|
+
DescribeEmailAddressCommand,
|
|
16169
17039
|
DescribeEvaluationFormCommand,
|
|
16170
17040
|
DescribeHoursOfOperationCommand,
|
|
16171
17041
|
DescribeInstanceAttributeCommand,
|
|
@@ -16214,6 +17084,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16214
17084
|
ListAgentStatusesCommand,
|
|
16215
17085
|
ListAnalyticsDataAssociationsCommand,
|
|
16216
17086
|
ListApprovedOriginsCommand,
|
|
17087
|
+
ListAssociatedContactsCommand,
|
|
16217
17088
|
ListAuthenticationProfilesCommand,
|
|
16218
17089
|
ListBotsCommand,
|
|
16219
17090
|
ListContactEvaluationsCommand,
|
|
@@ -16269,6 +17140,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16269
17140
|
SearchContactFlowModulesCommand,
|
|
16270
17141
|
SearchContactFlowsCommand,
|
|
16271
17142
|
SearchContactsCommand,
|
|
17143
|
+
SearchEmailAddressesCommand,
|
|
16272
17144
|
SearchHoursOfOperationsCommand,
|
|
16273
17145
|
SearchPredefinedAttributesCommand,
|
|
16274
17146
|
SearchPromptsCommand,
|
|
@@ -16281,12 +17153,15 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16281
17153
|
SearchUsersCommand,
|
|
16282
17154
|
SearchVocabulariesCommand,
|
|
16283
17155
|
SendChatIntegrationEventCommand,
|
|
17156
|
+
SendOutboundEmailCommand,
|
|
16284
17157
|
StartAttachedFileUploadCommand,
|
|
16285
17158
|
StartChatContactCommand,
|
|
16286
17159
|
StartContactEvaluationCommand,
|
|
16287
17160
|
StartContactRecordingCommand,
|
|
16288
17161
|
StartContactStreamingCommand,
|
|
17162
|
+
StartEmailContactCommand,
|
|
16289
17163
|
StartOutboundChatContactCommand,
|
|
17164
|
+
StartOutboundEmailContactCommand,
|
|
16290
17165
|
StartOutboundVoiceContactCommand,
|
|
16291
17166
|
StartScreenSharingCommand,
|
|
16292
17167
|
StartTaskContactCommand,
|
|
@@ -16313,6 +17188,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16313
17188
|
UpdateContactFlowNameCommand,
|
|
16314
17189
|
UpdateContactRoutingDataCommand,
|
|
16315
17190
|
UpdateContactScheduleCommand,
|
|
17191
|
+
UpdateEmailAddressMetadataCommand,
|
|
16316
17192
|
UpdateEvaluationFormCommand,
|
|
16317
17193
|
UpdateHoursOfOperationCommand,
|
|
16318
17194
|
UpdateInstanceAttributeCommand,
|
|
@@ -16326,6 +17202,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16326
17202
|
UpdateQueueMaxContactsCommand,
|
|
16327
17203
|
UpdateQueueNameCommand,
|
|
16328
17204
|
UpdateQueueOutboundCallerConfigCommand,
|
|
17205
|
+
UpdateQueueOutboundEmailConfigCommand,
|
|
16329
17206
|
UpdateQueueStatusCommand,
|
|
16330
17207
|
UpdateQuickConnectConfigCommand,
|
|
16331
17208
|
UpdateQuickConnectNameCommand,
|
|
@@ -16432,6 +17309,8 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16432
17309
|
AttachedFileInvalidRequestExceptionReason,
|
|
16433
17310
|
InvalidRequestExceptionReason,
|
|
16434
17311
|
InvalidRequestException,
|
|
17312
|
+
AttachedFileServiceQuotaExceededExceptionReason,
|
|
17313
|
+
ServiceQuotaExceededExceptionReason,
|
|
16435
17314
|
ServiceQuotaExceededException,
|
|
16436
17315
|
LimitExceededException,
|
|
16437
17316
|
VocabularyLanguageCode,
|
|
@@ -16447,6 +17326,10 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16447
17326
|
FailureReasonCode,
|
|
16448
17327
|
IdempotencyException,
|
|
16449
17328
|
DuplicateResourceException,
|
|
17329
|
+
ConflictException,
|
|
17330
|
+
InitiateAs,
|
|
17331
|
+
ReferenceStatus,
|
|
17332
|
+
ReferenceType,
|
|
16450
17333
|
ContactFlowStatus,
|
|
16451
17334
|
ContactFlowType,
|
|
16452
17335
|
InvalidContactFlowException,
|
|
@@ -16471,7 +17354,6 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16471
17354
|
BehaviorType,
|
|
16472
17355
|
NotificationContentType,
|
|
16473
17356
|
NotificationDeliveryType,
|
|
16474
|
-
ReferenceType,
|
|
16475
17357
|
RulePublishStatus,
|
|
16476
17358
|
EventSourceName,
|
|
16477
17359
|
TaskTemplateFieldType,
|
|
@@ -16487,7 +17369,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16487
17369
|
ResourceInUseException,
|
|
16488
17370
|
TooManyRequestsException,
|
|
16489
17371
|
VocabularyState,
|
|
16490
|
-
|
|
17372
|
+
CreateEmailAddressRequestFilterSensitiveLog,
|
|
16491
17373
|
CreateInstanceRequestFilterSensitiveLog,
|
|
16492
17374
|
UserIdentityInfoFilterSensitiveLog,
|
|
16493
17375
|
CreateUserRequestFilterSensitiveLog,
|
|
@@ -16497,6 +17379,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16497
17379
|
ViewFilterSensitiveLog,
|
|
16498
17380
|
CreateViewResponseFilterSensitiveLog,
|
|
16499
17381
|
CreateViewVersionResponseFilterSensitiveLog,
|
|
17382
|
+
AnsweringMachineDetectionStatus,
|
|
16500
17383
|
RoutingCriteriaStepStatus,
|
|
16501
17384
|
EvaluationAnswerData,
|
|
16502
17385
|
EvaluationStatus,
|
|
@@ -16523,7 +17406,6 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16523
17406
|
Comparison,
|
|
16524
17407
|
IntervalPeriod,
|
|
16525
17408
|
LexVersion,
|
|
16526
|
-
ReferenceStatus,
|
|
16527
17409
|
ReferenceSummary,
|
|
16528
17410
|
QueueType,
|
|
16529
17411
|
RealTimeContactAnalysisOutputType,
|
|
@@ -16534,9 +17416,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16534
17416
|
RealTimeContactAnalysisPostContactSummaryFailureCode,
|
|
16535
17417
|
RealTimeContactAnalysisPostContactSummaryStatus,
|
|
16536
17418
|
RealTimeContactAnalysisSentimentLabel,
|
|
16537
|
-
|
|
16538
|
-
RealTimeContactAnalysisStatus,
|
|
16539
|
-
OutputTypeNotFoundException,
|
|
17419
|
+
DescribeEmailAddressResponseFilterSensitiveLog,
|
|
16540
17420
|
InstanceFilterSensitiveLog,
|
|
16541
17421
|
DescribeInstanceResponseFilterSensitiveLog,
|
|
16542
17422
|
UserFilterSensitiveLog,
|
|
@@ -16546,7 +17426,9 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16546
17426
|
GetFederationTokenResponseFilterSensitiveLog,
|
|
16547
17427
|
InstanceSummaryFilterSensitiveLog,
|
|
16548
17428
|
ListInstancesResponseFilterSensitiveLog,
|
|
16549
|
-
|
|
17429
|
+
RealtimeContactAnalysisSegment,
|
|
17430
|
+
RealTimeContactAnalysisStatus,
|
|
17431
|
+
OutputTypeNotFoundException,
|
|
16550
17432
|
SearchContactsMatchType,
|
|
16551
17433
|
SortableFieldName,
|
|
16552
17434
|
SearchContactsTimeRangeType,
|
|
@@ -16556,10 +17438,13 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16556
17438
|
NumberComparisonType,
|
|
16557
17439
|
TargetListType,
|
|
16558
17440
|
ChatEventType,
|
|
17441
|
+
OutboundMessageSourceType,
|
|
17442
|
+
TrafficType,
|
|
16559
17443
|
VoiceRecordingTrack,
|
|
17444
|
+
InboundMessageSourceType,
|
|
17445
|
+
EmailHeaderType,
|
|
16560
17446
|
DestinationNotAllowedException,
|
|
16561
17447
|
OutboundContactNotPermittedException,
|
|
16562
|
-
TrafficType,
|
|
16563
17448
|
MeetingFeatureStatus,
|
|
16564
17449
|
ContactNotFoundException,
|
|
16565
17450
|
TimerEligibleParticipantRoles,
|
|
@@ -16567,6 +17452,7 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16567
17452
|
ParticipantTimerAction,
|
|
16568
17453
|
ParticipantTimerValue,
|
|
16569
17454
|
UpdateParticipantRoleConfigChannelInfo,
|
|
17455
|
+
ConditionalOperationFailedException,
|
|
16570
17456
|
EvaluationFormItem,
|
|
16571
17457
|
ViewSummaryFilterSensitiveLog,
|
|
16572
17458
|
ListViewsResponseFilterSensitiveLog,
|
|
@@ -16578,22 +17464,38 @@ var paginateSearchVocabularies = (0, import_core.createPaginator)(ConnectClient,
|
|
|
16578
17464
|
ContactAnalysisFilterSensitiveLog,
|
|
16579
17465
|
SearchableContactAttributesCriteriaFilterSensitiveLog,
|
|
16580
17466
|
SearchableContactAttributesFilterSensitiveLog,
|
|
17467
|
+
SearchableSegmentAttributesCriteriaFilterSensitiveLog,
|
|
17468
|
+
SearchableSegmentAttributesFilterSensitiveLog,
|
|
16581
17469
|
SearchCriteriaFilterSensitiveLog,
|
|
16582
17470
|
SearchContactsRequestFilterSensitiveLog,
|
|
17471
|
+
EmailAddressMetadataFilterSensitiveLog,
|
|
17472
|
+
SearchEmailAddressesResponseFilterSensitiveLog,
|
|
16583
17473
|
UserIdentityInfoLiteFilterSensitiveLog,
|
|
16584
17474
|
UserSearchSummaryFilterSensitiveLog,
|
|
16585
17475
|
SearchUsersResponseFilterSensitiveLog,
|
|
17476
|
+
EmailAddressInfoFilterSensitiveLog,
|
|
17477
|
+
OutboundAdditionalRecipientsFilterSensitiveLog,
|
|
17478
|
+
OutboundRawMessageFilterSensitiveLog,
|
|
17479
|
+
OutboundEmailContentFilterSensitiveLog,
|
|
17480
|
+
SendOutboundEmailRequestFilterSensitiveLog,
|
|
17481
|
+
InboundAdditionalRecipientsFilterSensitiveLog,
|
|
17482
|
+
InboundRawMessageFilterSensitiveLog,
|
|
17483
|
+
InboundEmailContentFilterSensitiveLog,
|
|
17484
|
+
StartOutboundEmailContactRequestFilterSensitiveLog,
|
|
16586
17485
|
StartOutboundVoiceContactRequestFilterSensitiveLog,
|
|
16587
|
-
StartTaskContactRequestFilterSensitiveLog,
|
|
16588
17486
|
StartWebRTCContactRequestFilterSensitiveLog,
|
|
16589
17487
|
AttendeeFilterSensitiveLog,
|
|
16590
17488
|
ConnectionDataFilterSensitiveLog,
|
|
16591
17489
|
StartWebRTCContactResponseFilterSensitiveLog,
|
|
16592
|
-
|
|
17490
|
+
UpdateEmailAddressMetadataRequestFilterSensitiveLog,
|
|
16593
17491
|
UpdateUserIdentityInfoRequestFilterSensitiveLog,
|
|
16594
17492
|
UpdateViewContentRequestFilterSensitiveLog,
|
|
16595
17493
|
UpdateViewContentResponseFilterSensitiveLog,
|
|
16596
17494
|
UpdateViewMetadataRequestFilterSensitiveLog,
|
|
17495
|
+
CreateContactRequestFilterSensitiveLog,
|
|
17496
|
+
StartEmailContactRequestFilterSensitiveLog,
|
|
17497
|
+
StartTaskContactRequestFilterSensitiveLog,
|
|
17498
|
+
UpdateContactRequestFilterSensitiveLog,
|
|
16597
17499
|
ContactFilterSensitiveLog,
|
|
16598
17500
|
DescribeContactResponseFilterSensitiveLog
|
|
16599
17501
|
});
|