@aws-sdk/client-connect 3.696.0 → 3.699.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +88 -0
- package/dist-cjs/index.js +968 -115
- package/dist-es/Connect.js +22 -0
- package/dist-es/commands/CreateContactCommand.js +23 -0
- package/dist-es/commands/CreateEmailAddressCommand.js +23 -0
- package/dist-es/commands/DeleteEmailAddressCommand.js +22 -0
- package/dist-es/commands/DescribeContactCommand.js +1 -1
- package/dist-es/commands/DescribeEmailAddressCommand.js +23 -0
- package/dist-es/commands/ListAssociatedContactsCommand.js +22 -0
- package/dist-es/commands/SearchEmailAddressesCommand.js +23 -0
- package/dist-es/commands/SendOutboundEmailCommand.js +23 -0
- package/dist-es/commands/StartEmailContactCommand.js +23 -0
- package/dist-es/commands/StartOutboundEmailContactCommand.js +23 -0
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +23 -0
- package/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -24
- package/dist-es/models/models_1.js +24 -45
- package/dist-es/models/models_2.js +162 -17
- package/dist-es/models/models_3.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +417 -6
- package/dist-types/Connect.d.ts +77 -0
- package/dist-types/ConnectClient.d.ts +13 -2
- package/dist-types/commands/AssociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/BatchPutContactCommand.d.ts +2 -2
- package/dist-types/commands/CreateContactCommand.d.ts +128 -0
- package/dist-types/commands/CreateEmailAddressCommand.d.ts +109 -0
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +2 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +5 -2
- package/dist-types/commands/CreateTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailAddressCommand.d.ts +91 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +29 -4
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEmailAddressCommand.d.ts +99 -0
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeQueueCommand.d.ts +3 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +5 -2
- package/dist-types/commands/DisassociateFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/GetCurrentMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetCurrentUserDataCommand.d.ts +2 -2
- package/dist-types/commands/GetFlowAssociationCommand.d.ts +2 -2
- package/dist-types/commands/GetMetricDataCommand.d.ts +2 -2
- package/dist-types/commands/GetTaskTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedContactsCommand.d.ts +102 -0
- package/dist-types/commands/ListContactReferencesCommand.d.ts +7 -2
- package/dist-types/commands/ListFlowAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -1
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -2
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactsCommand.d.ts +20 -4
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +146 -0
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +5 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -2
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/SendOutboundEmailCommand.d.ts +130 -0
- package/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/dist-types/commands/StartEmailContactCommand.d.ts +150 -0
- package/dist-types/commands/StartOutboundChatContactCommand.d.ts +2 -2
- package/dist-types/commands/StartOutboundEmailContactCommand.d.ts +128 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +5 -2
- package/dist-types/commands/StartTaskContactCommand.d.ts +10 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +5 -2
- package/dist-types/commands/UpdateContactCommand.d.ts +10 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +97 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +5 -2
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +389 -335
- package/dist-types/models/models_1.d.ts +560 -663
- package/dist-types/models/models_2.d.ts +3752 -3728
- package/dist-types/models/models_3.d.ts +1351 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/Connect.d.ts +187 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEmailAddressCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssociatedContactsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SendOutboundEmailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +143 -95
- package/dist-types/ts3.4/models/models_1.d.ts +160 -230
- package/dist-types/ts3.4/models/models_2.d.ts +451 -290
- package/dist-types/ts3.4/models/models_3.d.ts +325 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -72,6 +72,14 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
72
72
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
73
73
|
);
|
|
74
74
|
}
|
|
75
|
+
export interface EmailRecipient {
|
|
76
|
+
Address?: string | undefined;
|
|
77
|
+
DisplayName?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface AdditionalEmailRecipients {
|
|
80
|
+
ToList?: EmailRecipient[] | undefined;
|
|
81
|
+
CcList?: EmailRecipient[] | undefined;
|
|
82
|
+
}
|
|
75
83
|
export declare const AgentAvailabilityTimer: {
|
|
76
84
|
readonly TIME_SINCE_LAST_ACTIVITY: "TIME_SINCE_LAST_ACTIVITY";
|
|
77
85
|
readonly TIME_SINCE_LAST_INBOUND: "TIME_SINCE_LAST_INBOUND";
|
|
@@ -99,20 +107,24 @@ export declare const ContactState: {
|
|
|
99
107
|
export type ContactState = (typeof ContactState)[keyof typeof ContactState];
|
|
100
108
|
export declare const Channel: {
|
|
101
109
|
readonly CHAT: "CHAT";
|
|
110
|
+
readonly EMAIL: "EMAIL";
|
|
102
111
|
readonly TASK: "TASK";
|
|
103
112
|
readonly VOICE: "VOICE";
|
|
104
113
|
};
|
|
105
114
|
export type Channel = (typeof Channel)[keyof typeof Channel];
|
|
106
115
|
export declare const ContactInitiationMethod: {
|
|
116
|
+
readonly AGENT_REPLY: "AGENT_REPLY";
|
|
107
117
|
readonly API: "API";
|
|
108
118
|
readonly CALLBACK: "CALLBACK";
|
|
109
119
|
readonly DISCONNECT: "DISCONNECT";
|
|
110
120
|
readonly EXTERNAL_OUTBOUND: "EXTERNAL_OUTBOUND";
|
|
121
|
+
readonly FLOW: "FLOW";
|
|
111
122
|
readonly INBOUND: "INBOUND";
|
|
112
123
|
readonly MONITOR: "MONITOR";
|
|
113
124
|
readonly OUTBOUND: "OUTBOUND";
|
|
114
125
|
readonly QUEUE_TRANSFER: "QUEUE_TRANSFER";
|
|
115
126
|
readonly TRANSFER: "TRANSFER";
|
|
127
|
+
readonly WEBRTC_API: "WEBRTC_API";
|
|
116
128
|
};
|
|
117
129
|
export type ContactInitiationMethod =
|
|
118
130
|
(typeof ContactInitiationMethod)[keyof typeof ContactInitiationMethod];
|
|
@@ -312,10 +324,40 @@ export interface AssociateApprovedOriginRequest {
|
|
|
312
324
|
InstanceId: string | undefined;
|
|
313
325
|
Origin: string | undefined;
|
|
314
326
|
}
|
|
327
|
+
export declare const AttachedFileServiceQuotaExceededExceptionReason: {
|
|
328
|
+
readonly TOTAL_FILE_COUNT_EXCEEDED: "TOTAL_FILE_COUNT_EXCEEDED";
|
|
329
|
+
readonly TOTAL_FILE_SIZE_EXCEEDED: "TOTAL_FILE_SIZE_EXCEEDED";
|
|
330
|
+
};
|
|
331
|
+
export type AttachedFileServiceQuotaExceededExceptionReason =
|
|
332
|
+
(typeof AttachedFileServiceQuotaExceededExceptionReason)[keyof typeof AttachedFileServiceQuotaExceededExceptionReason];
|
|
333
|
+
export type ServiceQuotaExceededExceptionReason =
|
|
334
|
+
| ServiceQuotaExceededExceptionReason.AttachedFileServiceQuotaExceededExceptionReasonMember
|
|
335
|
+
| ServiceQuotaExceededExceptionReason.$UnknownMember;
|
|
336
|
+
export declare namespace ServiceQuotaExceededExceptionReason {
|
|
337
|
+
interface AttachedFileServiceQuotaExceededExceptionReasonMember {
|
|
338
|
+
AttachedFileServiceQuotaExceededExceptionReason: AttachedFileServiceQuotaExceededExceptionReason;
|
|
339
|
+
$unknown?: never;
|
|
340
|
+
}
|
|
341
|
+
interface $UnknownMember {
|
|
342
|
+
AttachedFileServiceQuotaExceededExceptionReason?: never;
|
|
343
|
+
$unknown: [string, any];
|
|
344
|
+
}
|
|
345
|
+
interface Visitor<T> {
|
|
346
|
+
AttachedFileServiceQuotaExceededExceptionReason: (
|
|
347
|
+
value: AttachedFileServiceQuotaExceededExceptionReason
|
|
348
|
+
) => T;
|
|
349
|
+
_: (name: string, value: any) => T;
|
|
350
|
+
}
|
|
351
|
+
const visit: <T>(
|
|
352
|
+
value: ServiceQuotaExceededExceptionReason,
|
|
353
|
+
visitor: Visitor<T>
|
|
354
|
+
) => T;
|
|
355
|
+
}
|
|
315
356
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
316
357
|
readonly name: "ServiceQuotaExceededException";
|
|
317
358
|
readonly $fault: "client";
|
|
318
359
|
Message?: string | undefined;
|
|
360
|
+
Reason?: ServiceQuotaExceededExceptionReason | undefined;
|
|
319
361
|
constructor(
|
|
320
362
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
321
363
|
);
|
|
@@ -384,6 +426,8 @@ export interface AssociateDefaultVocabularyRequest {
|
|
|
384
426
|
}
|
|
385
427
|
export interface AssociateDefaultVocabularyResponse {}
|
|
386
428
|
export declare const FlowAssociationResourceType: {
|
|
429
|
+
readonly INBOUND_EMAIL: "INBOUND_EMAIL";
|
|
430
|
+
readonly OUTBOUND_EMAIL: "OUTBOUND_EMAIL";
|
|
387
431
|
readonly SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER";
|
|
388
432
|
};
|
|
389
433
|
export type FlowAssociationResourceType =
|
|
@@ -402,6 +446,7 @@ export declare const InstanceStorageResourceType: {
|
|
|
402
446
|
readonly CHAT_TRANSCRIPTS: "CHAT_TRANSCRIPTS";
|
|
403
447
|
readonly CONTACT_EVALUATIONS: "CONTACT_EVALUATIONS";
|
|
404
448
|
readonly CONTACT_TRACE_RECORDS: "CONTACT_TRACE_RECORDS";
|
|
449
|
+
readonly EMAIL_MESSAGES: "EMAIL_MESSAGES";
|
|
405
450
|
readonly MEDIA_STREAMS: "MEDIA_STREAMS";
|
|
406
451
|
readonly REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS";
|
|
407
452
|
readonly REAL_TIME_CONTACT_ANALYSIS_SEGMENTS: "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS";
|
|
@@ -589,6 +634,7 @@ export type FileStatusType =
|
|
|
589
634
|
(typeof FileStatusType)[keyof typeof FileStatusType];
|
|
590
635
|
export declare const FileUseCaseType: {
|
|
591
636
|
readonly ATTACHMENT: "ATTACHMENT";
|
|
637
|
+
readonly EMAIL_MESSAGE: "EMAIL_MESSAGE";
|
|
592
638
|
};
|
|
593
639
|
export type FileUseCaseType =
|
|
594
640
|
(typeof FileUseCaseType)[keyof typeof FileUseCaseType];
|
|
@@ -609,6 +655,8 @@ export interface BatchGetAttachedFileMetadataResponse {
|
|
|
609
655
|
Errors?: AttachedFileError[] | undefined;
|
|
610
656
|
}
|
|
611
657
|
export declare const ListFlowAssociationResourceType: {
|
|
658
|
+
readonly INBOUND_EMAIL: "INBOUND_EMAIL";
|
|
659
|
+
readonly OUTBOUND_EMAIL: "OUTBOUND_EMAIL";
|
|
612
660
|
readonly VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER";
|
|
613
661
|
};
|
|
614
662
|
export type ListFlowAssociationResourceType =
|
|
@@ -632,6 +680,7 @@ export interface Campaign {
|
|
|
632
680
|
export declare const EndpointType: {
|
|
633
681
|
readonly CONNECT_PHONENUMBER_ARN: "CONNECT_PHONENUMBER_ARN";
|
|
634
682
|
readonly CONTACT_FLOW: "CONTACT_FLOW";
|
|
683
|
+
readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
|
|
635
684
|
readonly TELEPHONE_NUMBER: "TELEPHONE_NUMBER";
|
|
636
685
|
readonly VOIP: "VOIP";
|
|
637
686
|
};
|
|
@@ -726,6 +775,69 @@ export declare class DuplicateResourceException extends __BaseException {
|
|
|
726
775
|
opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>
|
|
727
776
|
);
|
|
728
777
|
}
|
|
778
|
+
export declare class ConflictException extends __BaseException {
|
|
779
|
+
readonly name: "ConflictException";
|
|
780
|
+
readonly $fault: "client";
|
|
781
|
+
Message?: string | undefined;
|
|
782
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
783
|
+
}
|
|
784
|
+
export declare const InitiateAs: {
|
|
785
|
+
readonly CONNECTED_TO_USER: "CONNECTED_TO_USER";
|
|
786
|
+
};
|
|
787
|
+
export type InitiateAs = (typeof InitiateAs)[keyof typeof InitiateAs];
|
|
788
|
+
export declare const ReferenceStatus: {
|
|
789
|
+
readonly APPROVED: "APPROVED";
|
|
790
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
791
|
+
readonly DELETED: "DELETED";
|
|
792
|
+
readonly FAILED: "FAILED";
|
|
793
|
+
readonly PROCESSING: "PROCESSING";
|
|
794
|
+
readonly REJECTED: "REJECTED";
|
|
795
|
+
};
|
|
796
|
+
export type ReferenceStatus =
|
|
797
|
+
(typeof ReferenceStatus)[keyof typeof ReferenceStatus];
|
|
798
|
+
export declare const ReferenceType: {
|
|
799
|
+
readonly ATTACHMENT: "ATTACHMENT";
|
|
800
|
+
readonly CONTACT_ANALYSIS: "CONTACT_ANALYSIS";
|
|
801
|
+
readonly DATE: "DATE";
|
|
802
|
+
readonly EMAIL: "EMAIL";
|
|
803
|
+
readonly EMAIL_MESSAGE: "EMAIL_MESSAGE";
|
|
804
|
+
readonly NUMBER: "NUMBER";
|
|
805
|
+
readonly STRING: "STRING";
|
|
806
|
+
readonly URL: "URL";
|
|
807
|
+
};
|
|
808
|
+
export type ReferenceType = (typeof ReferenceType)[keyof typeof ReferenceType];
|
|
809
|
+
export interface Reference {
|
|
810
|
+
Value?: string | undefined;
|
|
811
|
+
Type: ReferenceType | undefined;
|
|
812
|
+
Status?: ReferenceStatus | undefined;
|
|
813
|
+
Arn?: string | undefined;
|
|
814
|
+
StatusReason?: string | undefined;
|
|
815
|
+
}
|
|
816
|
+
export interface SegmentAttributeValue {
|
|
817
|
+
ValueString?: string | undefined;
|
|
818
|
+
}
|
|
819
|
+
export interface UserInfo {
|
|
820
|
+
UserId?: string | undefined;
|
|
821
|
+
}
|
|
822
|
+
export interface CreateContactRequest {
|
|
823
|
+
InstanceId: string | undefined;
|
|
824
|
+
ClientToken?: string | undefined;
|
|
825
|
+
RelatedContactId?: string | undefined;
|
|
826
|
+
Attributes?: Record<string, string> | undefined;
|
|
827
|
+
References?: Record<string, Reference> | undefined;
|
|
828
|
+
Channel: Channel | undefined;
|
|
829
|
+
InitiationMethod: ContactInitiationMethod | undefined;
|
|
830
|
+
ExpiryDurationInMinutes?: number | undefined;
|
|
831
|
+
UserInfo?: UserInfo | undefined;
|
|
832
|
+
InitiateAs?: InitiateAs | undefined;
|
|
833
|
+
Name?: string | undefined;
|
|
834
|
+
Description?: string | undefined;
|
|
835
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
836
|
+
}
|
|
837
|
+
export interface CreateContactResponse {
|
|
838
|
+
ContactId?: string | undefined;
|
|
839
|
+
ContactArn?: string | undefined;
|
|
840
|
+
}
|
|
729
841
|
export declare const ContactFlowStatus: {
|
|
730
842
|
readonly PUBLISHED: "PUBLISHED";
|
|
731
843
|
readonly SAVED: "SAVED";
|
|
@@ -805,6 +917,18 @@ export interface CreateContactFlowVersionResponse {
|
|
|
805
917
|
ContactFlowArn?: string | undefined;
|
|
806
918
|
Version?: number | undefined;
|
|
807
919
|
}
|
|
920
|
+
export interface CreateEmailAddressRequest {
|
|
921
|
+
Description?: string | undefined;
|
|
922
|
+
InstanceId: string | undefined;
|
|
923
|
+
EmailAddress: string | undefined;
|
|
924
|
+
DisplayName?: string | undefined;
|
|
925
|
+
Tags?: Record<string, string> | undefined;
|
|
926
|
+
ClientToken?: string | undefined;
|
|
927
|
+
}
|
|
928
|
+
export interface CreateEmailAddressResponse {
|
|
929
|
+
EmailAddressId?: string | undefined;
|
|
930
|
+
EmailAddressArn?: string | undefined;
|
|
931
|
+
}
|
|
808
932
|
export declare const EvaluationFormQuestionType: {
|
|
809
933
|
readonly NUMERIC: "NUMERIC";
|
|
810
934
|
readonly SINGLESELECT: "SINGLESELECT";
|
|
@@ -1030,6 +1154,7 @@ export declare const IntegrationType: {
|
|
|
1030
1154
|
readonly FILE_SCANNER: "FILE_SCANNER";
|
|
1031
1155
|
readonly PINPOINT_APP: "PINPOINT_APP";
|
|
1032
1156
|
readonly Q_MESSAGE_TEMPLATES: "Q_MESSAGE_TEMPLATES";
|
|
1157
|
+
readonly SES_IDENTITY: "SES_IDENTITY";
|
|
1033
1158
|
readonly VOICE_ID: "VOICE_ID";
|
|
1034
1159
|
readonly WISDOM_ASSISTANT: "WISDOM_ASSISTANT";
|
|
1035
1160
|
readonly WISDOM_KNOWLEDGE_BASE: "WISDOM_KNOWLEDGE_BASE";
|
|
@@ -1138,11 +1263,15 @@ export interface OutboundCallerConfig {
|
|
|
1138
1263
|
OutboundCallerIdNumberId?: string | undefined;
|
|
1139
1264
|
OutboundFlowId?: string | undefined;
|
|
1140
1265
|
}
|
|
1266
|
+
export interface OutboundEmailConfig {
|
|
1267
|
+
OutboundEmailAddressId?: string | undefined;
|
|
1268
|
+
}
|
|
1141
1269
|
export interface CreateQueueRequest {
|
|
1142
1270
|
InstanceId: string | undefined;
|
|
1143
1271
|
Name: string | undefined;
|
|
1144
1272
|
Description?: string | undefined;
|
|
1145
1273
|
OutboundCallerConfig?: OutboundCallerConfig | undefined;
|
|
1274
|
+
OutboundEmailConfig?: OutboundEmailConfig | undefined;
|
|
1146
1275
|
HoursOfOperationId: string | undefined;
|
|
1147
1276
|
MaxContacts?: number | undefined;
|
|
1148
1277
|
QuickConnectIds?: string[] | undefined;
|
|
@@ -1258,19 +1387,6 @@ export interface SendNotificationActionDefinition {
|
|
|
1258
1387
|
export interface SubmitAutoEvaluationActionDefinition {
|
|
1259
1388
|
EvaluationFormId: string | undefined;
|
|
1260
1389
|
}
|
|
1261
|
-
export declare const ReferenceType: {
|
|
1262
|
-
readonly ATTACHMENT: "ATTACHMENT";
|
|
1263
|
-
readonly DATE: "DATE";
|
|
1264
|
-
readonly EMAIL: "EMAIL";
|
|
1265
|
-
readonly NUMBER: "NUMBER";
|
|
1266
|
-
readonly STRING: "STRING";
|
|
1267
|
-
readonly URL: "URL";
|
|
1268
|
-
};
|
|
1269
|
-
export type ReferenceType = (typeof ReferenceType)[keyof typeof ReferenceType];
|
|
1270
|
-
export interface Reference {
|
|
1271
|
-
Value: string | undefined;
|
|
1272
|
-
Type: ReferenceType | undefined;
|
|
1273
|
-
}
|
|
1274
1390
|
export interface TaskActionDefinition {
|
|
1275
1391
|
Name: string | undefined;
|
|
1276
1392
|
Description?: string | undefined;
|
|
@@ -1380,10 +1496,12 @@ export declare const TaskTemplateFieldType: {
|
|
|
1380
1496
|
readonly DATE_TIME: "DATE_TIME";
|
|
1381
1497
|
readonly DESCRIPTION: "DESCRIPTION";
|
|
1382
1498
|
readonly EMAIL: "EMAIL";
|
|
1499
|
+
readonly EXPIRY_DURATION: "EXPIRY_DURATION";
|
|
1383
1500
|
readonly NAME: "NAME";
|
|
1384
1501
|
readonly NUMBER: "NUMBER";
|
|
1385
1502
|
readonly QUICK_CONNECT: "QUICK_CONNECT";
|
|
1386
1503
|
readonly SCHEDULED_TIME: "SCHEDULED_TIME";
|
|
1504
|
+
readonly SELF_ASSIGN: "SELF_ASSIGN";
|
|
1387
1505
|
readonly SINGLE_SELECT: "SINGLE_SELECT";
|
|
1388
1506
|
readonly TEXT: "TEXT";
|
|
1389
1507
|
readonly TEXT_AREA: "TEXT_AREA";
|
|
@@ -1408,6 +1526,7 @@ export interface CreateTaskTemplateRequest {
|
|
|
1408
1526
|
Name: string | undefined;
|
|
1409
1527
|
Description?: string | undefined;
|
|
1410
1528
|
ContactFlowId?: string | undefined;
|
|
1529
|
+
SelfAssignFlowId?: string | undefined;
|
|
1411
1530
|
Constraints?: TaskTemplateConstraints | undefined;
|
|
1412
1531
|
Defaults?: TaskTemplateDefaults | undefined;
|
|
1413
1532
|
Status?: TaskTemplateStatus | undefined;
|
|
@@ -1655,6 +1774,11 @@ export interface DeleteContactFlowModuleRequest {
|
|
|
1655
1774
|
ContactFlowModuleId: string | undefined;
|
|
1656
1775
|
}
|
|
1657
1776
|
export interface DeleteContactFlowModuleResponse {}
|
|
1777
|
+
export interface DeleteEmailAddressRequest {
|
|
1778
|
+
InstanceId: string | undefined;
|
|
1779
|
+
EmailAddressId: string | undefined;
|
|
1780
|
+
}
|
|
1781
|
+
export interface DeleteEmailAddressResponse {}
|
|
1658
1782
|
export interface DeleteEvaluationFormRequest {
|
|
1659
1783
|
InstanceId: string | undefined;
|
|
1660
1784
|
EvaluationFormId: string | undefined;
|
|
@@ -1731,88 +1855,12 @@ export interface DeleteViewVersionRequest {
|
|
|
1731
1855
|
ViewId: string | undefined;
|
|
1732
1856
|
ViewVersion: number | undefined;
|
|
1733
1857
|
}
|
|
1734
|
-
export
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
VocabularyArn: string | undefined;
|
|
1741
|
-
VocabularyId: string | undefined;
|
|
1742
|
-
State: VocabularyState | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export interface DescribeAgentStatusRequest {
|
|
1745
|
-
InstanceId: string | undefined;
|
|
1746
|
-
AgentStatusId: string | undefined;
|
|
1747
|
-
}
|
|
1748
|
-
export interface DescribeAgentStatusResponse {
|
|
1749
|
-
AgentStatus?: AgentStatus | undefined;
|
|
1750
|
-
}
|
|
1751
|
-
export interface DescribeAuthenticationProfileRequest {
|
|
1752
|
-
AuthenticationProfileId: string | undefined;
|
|
1753
|
-
InstanceId: string | undefined;
|
|
1754
|
-
}
|
|
1755
|
-
export interface AuthenticationProfile {
|
|
1756
|
-
Id?: string | undefined;
|
|
1757
|
-
Arn?: string | undefined;
|
|
1758
|
-
Name?: string | undefined;
|
|
1759
|
-
Description?: string | undefined;
|
|
1760
|
-
AllowedIps?: string[] | undefined;
|
|
1761
|
-
BlockedIps?: string[] | undefined;
|
|
1762
|
-
IsDefault?: boolean | undefined;
|
|
1763
|
-
CreatedTime?: Date | undefined;
|
|
1764
|
-
LastModifiedTime?: Date | undefined;
|
|
1765
|
-
LastModifiedRegion?: string | undefined;
|
|
1766
|
-
PeriodicSessionDuration?: number | undefined;
|
|
1767
|
-
MaxSessionDuration?: number | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface DescribeAuthenticationProfileResponse {
|
|
1770
|
-
AuthenticationProfile?: AuthenticationProfile | undefined;
|
|
1771
|
-
}
|
|
1772
|
-
export interface DescribeContactRequest {
|
|
1773
|
-
InstanceId: string | undefined;
|
|
1774
|
-
ContactId: string | undefined;
|
|
1775
|
-
}
|
|
1776
|
-
export declare const AnsweringMachineDetectionStatus: {
|
|
1777
|
-
readonly AMD_ERROR: "AMD_ERROR";
|
|
1778
|
-
readonly AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE";
|
|
1779
|
-
readonly AMD_UNANSWERED: "AMD_UNANSWERED";
|
|
1780
|
-
readonly AMD_UNRESOLVED: "AMD_UNRESOLVED";
|
|
1781
|
-
readonly ANSWERED: "ANSWERED";
|
|
1782
|
-
readonly ERROR: "ERROR";
|
|
1783
|
-
readonly FAX_MACHINE_DETECTED: "FAX_MACHINE_DETECTED";
|
|
1784
|
-
readonly HUMAN_ANSWERED: "HUMAN_ANSWERED";
|
|
1785
|
-
readonly SIT_TONE_BUSY: "SIT_TONE_BUSY";
|
|
1786
|
-
readonly SIT_TONE_DETECTED: "SIT_TONE_DETECTED";
|
|
1787
|
-
readonly SIT_TONE_INVALID_NUMBER: "SIT_TONE_INVALID_NUMBER";
|
|
1788
|
-
readonly UNDETECTED: "UNDETECTED";
|
|
1789
|
-
readonly VOICEMAIL_BEEP: "VOICEMAIL_BEEP";
|
|
1790
|
-
readonly VOICEMAIL_NO_BEEP: "VOICEMAIL_NO_BEEP";
|
|
1791
|
-
};
|
|
1792
|
-
export type AnsweringMachineDetectionStatus =
|
|
1793
|
-
(typeof AnsweringMachineDetectionStatus)[keyof typeof AnsweringMachineDetectionStatus];
|
|
1794
|
-
export interface Customer {
|
|
1795
|
-
DeviceInfo?: DeviceInfo | undefined;
|
|
1796
|
-
Capabilities?: ParticipantCapabilities | undefined;
|
|
1797
|
-
}
|
|
1798
|
-
export interface CustomerVoiceActivity {
|
|
1799
|
-
GreetingStartTimestamp?: Date | undefined;
|
|
1800
|
-
GreetingEndTimestamp?: Date | undefined;
|
|
1801
|
-
}
|
|
1802
|
-
export interface DisconnectDetails {
|
|
1803
|
-
PotentialDisconnectIssue?: string | undefined;
|
|
1804
|
-
}
|
|
1805
|
-
export interface CustomerQualityMetrics {
|
|
1806
|
-
Audio?: AudioQualityMetricsInfo | undefined;
|
|
1807
|
-
}
|
|
1808
|
-
export interface QualityMetrics {
|
|
1809
|
-
Agent?: AgentQualityMetrics | undefined;
|
|
1810
|
-
Customer?: CustomerQualityMetrics | undefined;
|
|
1811
|
-
}
|
|
1812
|
-
export interface QueueInfo {
|
|
1813
|
-
Id?: string | undefined;
|
|
1814
|
-
EnqueueTimestamp?: Date | undefined;
|
|
1815
|
-
}
|
|
1858
|
+
export declare const CreateContactRequestFilterSensitiveLog: (
|
|
1859
|
+
obj: CreateContactRequest
|
|
1860
|
+
) => any;
|
|
1861
|
+
export declare const CreateEmailAddressRequestFilterSensitiveLog: (
|
|
1862
|
+
obj: CreateEmailAddressRequest
|
|
1863
|
+
) => any;
|
|
1816
1864
|
export declare const CreateInstanceRequestFilterSensitiveLog: (
|
|
1817
1865
|
obj: CreateInstanceRequest
|
|
1818
1866
|
) => any;
|