@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
|
@@ -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,51 @@ 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 UserInfo {
|
|
817
|
+
UserId?: string | undefined;
|
|
818
|
+
}
|
|
819
|
+
export interface CreateContactResponse {
|
|
820
|
+
ContactId?: string | undefined;
|
|
821
|
+
ContactArn?: string | undefined;
|
|
822
|
+
}
|
|
729
823
|
export declare const ContactFlowStatus: {
|
|
730
824
|
readonly PUBLISHED: "PUBLISHED";
|
|
731
825
|
readonly SAVED: "SAVED";
|
|
@@ -805,6 +899,18 @@ export interface CreateContactFlowVersionResponse {
|
|
|
805
899
|
ContactFlowArn?: string | undefined;
|
|
806
900
|
Version?: number | undefined;
|
|
807
901
|
}
|
|
902
|
+
export interface CreateEmailAddressRequest {
|
|
903
|
+
Description?: string | undefined;
|
|
904
|
+
InstanceId: string | undefined;
|
|
905
|
+
EmailAddress: string | undefined;
|
|
906
|
+
DisplayName?: string | undefined;
|
|
907
|
+
Tags?: Record<string, string> | undefined;
|
|
908
|
+
ClientToken?: string | undefined;
|
|
909
|
+
}
|
|
910
|
+
export interface CreateEmailAddressResponse {
|
|
911
|
+
EmailAddressId?: string | undefined;
|
|
912
|
+
EmailAddressArn?: string | undefined;
|
|
913
|
+
}
|
|
808
914
|
export declare const EvaluationFormQuestionType: {
|
|
809
915
|
readonly NUMERIC: "NUMERIC";
|
|
810
916
|
readonly SINGLESELECT: "SINGLESELECT";
|
|
@@ -1030,6 +1136,7 @@ export declare const IntegrationType: {
|
|
|
1030
1136
|
readonly FILE_SCANNER: "FILE_SCANNER";
|
|
1031
1137
|
readonly PINPOINT_APP: "PINPOINT_APP";
|
|
1032
1138
|
readonly Q_MESSAGE_TEMPLATES: "Q_MESSAGE_TEMPLATES";
|
|
1139
|
+
readonly SES_IDENTITY: "SES_IDENTITY";
|
|
1033
1140
|
readonly VOICE_ID: "VOICE_ID";
|
|
1034
1141
|
readonly WISDOM_ASSISTANT: "WISDOM_ASSISTANT";
|
|
1035
1142
|
readonly WISDOM_KNOWLEDGE_BASE: "WISDOM_KNOWLEDGE_BASE";
|
|
@@ -1138,11 +1245,15 @@ export interface OutboundCallerConfig {
|
|
|
1138
1245
|
OutboundCallerIdNumberId?: string | undefined;
|
|
1139
1246
|
OutboundFlowId?: string | undefined;
|
|
1140
1247
|
}
|
|
1248
|
+
export interface OutboundEmailConfig {
|
|
1249
|
+
OutboundEmailAddressId?: string | undefined;
|
|
1250
|
+
}
|
|
1141
1251
|
export interface CreateQueueRequest {
|
|
1142
1252
|
InstanceId: string | undefined;
|
|
1143
1253
|
Name: string | undefined;
|
|
1144
1254
|
Description?: string | undefined;
|
|
1145
1255
|
OutboundCallerConfig?: OutboundCallerConfig | undefined;
|
|
1256
|
+
OutboundEmailConfig?: OutboundEmailConfig | undefined;
|
|
1146
1257
|
HoursOfOperationId: string | undefined;
|
|
1147
1258
|
MaxContacts?: number | undefined;
|
|
1148
1259
|
QuickConnectIds?: string[] | undefined;
|
|
@@ -1258,19 +1369,6 @@ export interface SendNotificationActionDefinition {
|
|
|
1258
1369
|
export interface SubmitAutoEvaluationActionDefinition {
|
|
1259
1370
|
EvaluationFormId: string | undefined;
|
|
1260
1371
|
}
|
|
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
1372
|
export interface TaskActionDefinition {
|
|
1275
1373
|
Name: string | undefined;
|
|
1276
1374
|
Description?: string | undefined;
|
|
@@ -1380,10 +1478,12 @@ export declare const TaskTemplateFieldType: {
|
|
|
1380
1478
|
readonly DATE_TIME: "DATE_TIME";
|
|
1381
1479
|
readonly DESCRIPTION: "DESCRIPTION";
|
|
1382
1480
|
readonly EMAIL: "EMAIL";
|
|
1481
|
+
readonly EXPIRY_DURATION: "EXPIRY_DURATION";
|
|
1383
1482
|
readonly NAME: "NAME";
|
|
1384
1483
|
readonly NUMBER: "NUMBER";
|
|
1385
1484
|
readonly QUICK_CONNECT: "QUICK_CONNECT";
|
|
1386
1485
|
readonly SCHEDULED_TIME: "SCHEDULED_TIME";
|
|
1486
|
+
readonly SELF_ASSIGN: "SELF_ASSIGN";
|
|
1387
1487
|
readonly SINGLE_SELECT: "SINGLE_SELECT";
|
|
1388
1488
|
readonly TEXT: "TEXT";
|
|
1389
1489
|
readonly TEXT_AREA: "TEXT_AREA";
|
|
@@ -1408,6 +1508,7 @@ export interface CreateTaskTemplateRequest {
|
|
|
1408
1508
|
Name: string | undefined;
|
|
1409
1509
|
Description?: string | undefined;
|
|
1410
1510
|
ContactFlowId?: string | undefined;
|
|
1511
|
+
SelfAssignFlowId?: string | undefined;
|
|
1411
1512
|
Constraints?: TaskTemplateConstraints | undefined;
|
|
1412
1513
|
Defaults?: TaskTemplateDefaults | undefined;
|
|
1413
1514
|
Status?: TaskTemplateStatus | undefined;
|
|
@@ -1655,6 +1756,11 @@ export interface DeleteContactFlowModuleRequest {
|
|
|
1655
1756
|
ContactFlowModuleId: string | undefined;
|
|
1656
1757
|
}
|
|
1657
1758
|
export interface DeleteContactFlowModuleResponse {}
|
|
1759
|
+
export interface DeleteEmailAddressRequest {
|
|
1760
|
+
InstanceId: string | undefined;
|
|
1761
|
+
EmailAddressId: string | undefined;
|
|
1762
|
+
}
|
|
1763
|
+
export interface DeleteEmailAddressResponse {}
|
|
1658
1764
|
export interface DeleteEvaluationFormRequest {
|
|
1659
1765
|
InstanceId: string | undefined;
|
|
1660
1766
|
EvaluationFormId: string | undefined;
|
|
@@ -1736,83 +1842,9 @@ export interface DeleteVocabularyRequest {
|
|
|
1736
1842
|
InstanceId: string | undefined;
|
|
1737
1843
|
VocabularyId: string | undefined;
|
|
1738
1844
|
}
|
|
1739
|
-
export
|
|
1740
|
-
|
|
1741
|
-
|
|
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
|
-
}
|
|
1845
|
+
export declare const CreateEmailAddressRequestFilterSensitiveLog: (
|
|
1846
|
+
obj: CreateEmailAddressRequest
|
|
1847
|
+
) => any;
|
|
1816
1848
|
export declare const CreateInstanceRequestFilterSensitiveLog: (
|
|
1817
1849
|
obj: CreateInstanceRequest
|
|
1818
1850
|
) => any;
|