@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
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AdditionalEmailRecipients,
|
|
3
|
+
AgentInfo,
|
|
4
|
+
AgentStatusSearchFilter,
|
|
5
|
+
Campaign,
|
|
6
|
+
Channel,
|
|
7
|
+
ContactFlowStatus,
|
|
8
|
+
ContactFlowType,
|
|
9
|
+
ContactInitiationMethod,
|
|
10
|
+
EvaluationFormScoringStrategy,
|
|
11
|
+
SegmentAttributeValue,
|
|
12
|
+
StringCondition,
|
|
13
|
+
} from "./models_0";
|
|
14
|
+
import {
|
|
15
|
+
AnsweringMachineDetectionStatus,
|
|
16
|
+
AttributeCondition,
|
|
17
|
+
ContactFlowState,
|
|
18
|
+
Customer,
|
|
19
|
+
CustomerVoiceActivity,
|
|
20
|
+
DisconnectDetails,
|
|
21
|
+
EndpointInfo,
|
|
22
|
+
Evaluation,
|
|
23
|
+
EvaluationFormVersionStatus,
|
|
24
|
+
Expiry,
|
|
25
|
+
QualityMetrics,
|
|
26
|
+
QueueInfo,
|
|
27
|
+
RoutingCriteriaStepStatus,
|
|
28
|
+
WisdomInfo,
|
|
29
|
+
} from "./models_1";
|
|
30
|
+
import {
|
|
31
|
+
AgentStatusSearchCriteria,
|
|
32
|
+
ContactFlowModuleSearchCriteria,
|
|
33
|
+
ContactFlowModuleSearchFilter,
|
|
34
|
+
ContactFlowSearchFilter,
|
|
35
|
+
EmailAddressSearchFilter,
|
|
36
|
+
EvaluationFormItem,
|
|
37
|
+
HierarchyGroupCondition,
|
|
38
|
+
HoursOfOperationSearchFilter,
|
|
39
|
+
ListCondition,
|
|
40
|
+
PromptSearchFilter,
|
|
41
|
+
QueueSearchFilter,
|
|
42
|
+
QuickConnectSearchFilter,
|
|
43
|
+
RoutingCriteriaInputStepExpiry,
|
|
44
|
+
RoutingProfileSearchFilter,
|
|
45
|
+
SearchableQueueType,
|
|
46
|
+
SecurityProfilesSearchFilter,
|
|
47
|
+
UserHierarchyGroupSearchFilter,
|
|
48
|
+
UserSearchFilter,
|
|
49
|
+
} from "./models_2";
|
|
50
|
+
export interface ContactFlowSearchCriteria {
|
|
51
|
+
OrConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
52
|
+
AndConditions?: ContactFlowSearchCriteria[] | undefined;
|
|
53
|
+
StringCondition?: StringCondition | undefined;
|
|
54
|
+
TypeCondition?: ContactFlowType | undefined;
|
|
55
|
+
StateCondition?: ContactFlowState | undefined;
|
|
56
|
+
StatusCondition?: ContactFlowStatus | undefined;
|
|
57
|
+
}
|
|
58
|
+
export interface CreateEvaluationFormRequest {
|
|
59
|
+
InstanceId: string | undefined;
|
|
60
|
+
Title: string | undefined;
|
|
61
|
+
Description?: string | undefined;
|
|
62
|
+
Items: EvaluationFormItem[] | undefined;
|
|
63
|
+
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
64
|
+
ClientToken?: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface EmailAddressSearchCriteria {
|
|
67
|
+
OrConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
68
|
+
AndConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
69
|
+
StringCondition?: StringCondition | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface EvaluationForm {
|
|
72
|
+
EvaluationFormId: string | undefined;
|
|
73
|
+
EvaluationFormVersion: number | undefined;
|
|
74
|
+
Locked: boolean | undefined;
|
|
75
|
+
EvaluationFormArn: string | undefined;
|
|
76
|
+
Title: string | undefined;
|
|
77
|
+
Description?: string | undefined;
|
|
78
|
+
Status: EvaluationFormVersionStatus | undefined;
|
|
79
|
+
Items: EvaluationFormItem[] | undefined;
|
|
80
|
+
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
81
|
+
CreatedTime: Date | undefined;
|
|
82
|
+
CreatedBy: string | undefined;
|
|
83
|
+
LastModifiedTime: Date | undefined;
|
|
84
|
+
LastModifiedBy: string | undefined;
|
|
85
|
+
Tags?: Record<string, string> | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface EvaluationFormContent {
|
|
88
|
+
EvaluationFormVersion: number | undefined;
|
|
89
|
+
EvaluationFormId: string | undefined;
|
|
90
|
+
EvaluationFormArn: string | undefined;
|
|
91
|
+
Title: string | undefined;
|
|
92
|
+
Description?: string | undefined;
|
|
93
|
+
Items: EvaluationFormItem[] | undefined;
|
|
94
|
+
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface Expression {
|
|
97
|
+
AttributeCondition?: AttributeCondition | undefined;
|
|
98
|
+
AndExpression?: Expression[] | undefined;
|
|
99
|
+
OrExpression?: Expression[] | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface HoursOfOperationSearchCriteria {
|
|
102
|
+
OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
103
|
+
AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
104
|
+
StringCondition?: StringCondition | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface PredefinedAttributeSearchCriteria {
|
|
107
|
+
OrConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
108
|
+
AndConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
109
|
+
StringCondition?: StringCondition | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface PromptSearchCriteria {
|
|
112
|
+
OrConditions?: PromptSearchCriteria[] | undefined;
|
|
113
|
+
AndConditions?: PromptSearchCriteria[] | undefined;
|
|
114
|
+
StringCondition?: StringCondition | undefined;
|
|
115
|
+
}
|
|
116
|
+
export interface QueueSearchCriteria {
|
|
117
|
+
OrConditions?: QueueSearchCriteria[] | undefined;
|
|
118
|
+
AndConditions?: QueueSearchCriteria[] | undefined;
|
|
119
|
+
StringCondition?: StringCondition | undefined;
|
|
120
|
+
QueueTypeCondition?: SearchableQueueType | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface QuickConnectSearchCriteria {
|
|
123
|
+
OrConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
124
|
+
AndConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
125
|
+
StringCondition?: StringCondition | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface RoutingProfileSearchCriteria {
|
|
128
|
+
OrConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
129
|
+
AndConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
130
|
+
StringCondition?: StringCondition | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface SecurityProfileSearchCriteria {
|
|
133
|
+
OrConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
134
|
+
AndConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
135
|
+
StringCondition?: StringCondition | undefined;
|
|
136
|
+
}
|
|
137
|
+
export interface UpdateEvaluationFormRequest {
|
|
138
|
+
InstanceId: string | undefined;
|
|
139
|
+
EvaluationFormId: string | undefined;
|
|
140
|
+
EvaluationFormVersion: number | undefined;
|
|
141
|
+
CreateNewVersion?: boolean | undefined;
|
|
142
|
+
Title: string | undefined;
|
|
143
|
+
Description?: string | undefined;
|
|
144
|
+
Items: EvaluationFormItem[] | undefined;
|
|
145
|
+
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
146
|
+
ClientToken?: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface UserHierarchyGroupSearchCriteria {
|
|
149
|
+
OrConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
150
|
+
AndConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
151
|
+
StringCondition?: StringCondition | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface UserSearchCriteria {
|
|
154
|
+
OrConditions?: UserSearchCriteria[] | undefined;
|
|
155
|
+
AndConditions?: UserSearchCriteria[] | undefined;
|
|
156
|
+
StringCondition?: StringCondition | undefined;
|
|
157
|
+
ListCondition?: ListCondition | undefined;
|
|
158
|
+
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface DescribeContactEvaluationResponse {
|
|
161
|
+
Evaluation: Evaluation | undefined;
|
|
162
|
+
EvaluationForm: EvaluationFormContent | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface DescribeEvaluationFormResponse {
|
|
165
|
+
EvaluationForm: EvaluationForm | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface RoutingCriteriaInputStep {
|
|
168
|
+
Expiry?: RoutingCriteriaInputStepExpiry | undefined;
|
|
169
|
+
Expression?: Expression | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface SearchAgentStatusesRequest {
|
|
172
|
+
InstanceId: string | undefined;
|
|
173
|
+
NextToken?: string | undefined;
|
|
174
|
+
MaxResults?: number | undefined;
|
|
175
|
+
SearchFilter?: AgentStatusSearchFilter | undefined;
|
|
176
|
+
SearchCriteria?: AgentStatusSearchCriteria | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface SearchContactFlowModulesRequest {
|
|
179
|
+
InstanceId: string | undefined;
|
|
180
|
+
NextToken?: string | undefined;
|
|
181
|
+
MaxResults?: number | undefined;
|
|
182
|
+
SearchFilter?: ContactFlowModuleSearchFilter | undefined;
|
|
183
|
+
SearchCriteria?: ContactFlowModuleSearchCriteria | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface SearchContactFlowsRequest {
|
|
186
|
+
InstanceId: string | undefined;
|
|
187
|
+
NextToken?: string | undefined;
|
|
188
|
+
MaxResults?: number | undefined;
|
|
189
|
+
SearchFilter?: ContactFlowSearchFilter | undefined;
|
|
190
|
+
SearchCriteria?: ContactFlowSearchCriteria | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface SearchEmailAddressesRequest {
|
|
193
|
+
InstanceId: string | undefined;
|
|
194
|
+
MaxResults?: number | undefined;
|
|
195
|
+
NextToken?: string | undefined;
|
|
196
|
+
SearchCriteria?: EmailAddressSearchCriteria | undefined;
|
|
197
|
+
SearchFilter?: EmailAddressSearchFilter | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface SearchHoursOfOperationsRequest {
|
|
200
|
+
InstanceId: string | undefined;
|
|
201
|
+
NextToken?: string | undefined;
|
|
202
|
+
MaxResults?: number | undefined;
|
|
203
|
+
SearchFilter?: HoursOfOperationSearchFilter | undefined;
|
|
204
|
+
SearchCriteria?: HoursOfOperationSearchCriteria | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface SearchPredefinedAttributesRequest {
|
|
207
|
+
InstanceId: string | undefined;
|
|
208
|
+
NextToken?: string | undefined;
|
|
209
|
+
MaxResults?: number | undefined;
|
|
210
|
+
SearchCriteria?: PredefinedAttributeSearchCriteria | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface SearchPromptsRequest {
|
|
213
|
+
InstanceId: string | undefined;
|
|
214
|
+
NextToken?: string | undefined;
|
|
215
|
+
MaxResults?: number | undefined;
|
|
216
|
+
SearchFilter?: PromptSearchFilter | undefined;
|
|
217
|
+
SearchCriteria?: PromptSearchCriteria | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface SearchQueuesRequest {
|
|
220
|
+
InstanceId: string | undefined;
|
|
221
|
+
NextToken?: string | undefined;
|
|
222
|
+
MaxResults?: number | undefined;
|
|
223
|
+
SearchFilter?: QueueSearchFilter | undefined;
|
|
224
|
+
SearchCriteria?: QueueSearchCriteria | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface SearchQuickConnectsRequest {
|
|
227
|
+
InstanceId: string | undefined;
|
|
228
|
+
NextToken?: string | undefined;
|
|
229
|
+
MaxResults?: number | undefined;
|
|
230
|
+
SearchFilter?: QuickConnectSearchFilter | undefined;
|
|
231
|
+
SearchCriteria?: QuickConnectSearchCriteria | undefined;
|
|
232
|
+
}
|
|
233
|
+
export interface SearchRoutingProfilesRequest {
|
|
234
|
+
InstanceId: string | undefined;
|
|
235
|
+
NextToken?: string | undefined;
|
|
236
|
+
MaxResults?: number | undefined;
|
|
237
|
+
SearchFilter?: RoutingProfileSearchFilter | undefined;
|
|
238
|
+
SearchCriteria?: RoutingProfileSearchCriteria | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface SearchSecurityProfilesRequest {
|
|
241
|
+
InstanceId: string | undefined;
|
|
242
|
+
NextToken?: string | undefined;
|
|
243
|
+
MaxResults?: number | undefined;
|
|
244
|
+
SearchCriteria?: SecurityProfileSearchCriteria | undefined;
|
|
245
|
+
SearchFilter?: SecurityProfilesSearchFilter | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface SearchUserHierarchyGroupsRequest {
|
|
248
|
+
InstanceId: string | undefined;
|
|
249
|
+
NextToken?: string | undefined;
|
|
250
|
+
MaxResults?: number | undefined;
|
|
251
|
+
SearchFilter?: UserHierarchyGroupSearchFilter | undefined;
|
|
252
|
+
SearchCriteria?: UserHierarchyGroupSearchCriteria | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface SearchUsersRequest {
|
|
255
|
+
InstanceId: string | undefined;
|
|
256
|
+
NextToken?: string | undefined;
|
|
257
|
+
MaxResults?: number | undefined;
|
|
258
|
+
SearchFilter?: UserSearchFilter | undefined;
|
|
259
|
+
SearchCriteria?: UserSearchCriteria | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface Step {
|
|
262
|
+
Expiry?: Expiry | undefined;
|
|
263
|
+
Expression?: Expression | undefined;
|
|
264
|
+
Status?: RoutingCriteriaStepStatus | undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface RoutingCriteria {
|
|
267
|
+
Steps?: Step[] | undefined;
|
|
268
|
+
ActivationTimestamp?: Date | undefined;
|
|
269
|
+
Index?: number | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface RoutingCriteriaInput {
|
|
272
|
+
Steps?: RoutingCriteriaInputStep[] | undefined;
|
|
273
|
+
}
|
|
274
|
+
export interface Contact {
|
|
275
|
+
Arn?: string | undefined;
|
|
276
|
+
Id?: string | undefined;
|
|
277
|
+
InitialContactId?: string | undefined;
|
|
278
|
+
PreviousContactId?: string | undefined;
|
|
279
|
+
ContactAssociationId?: string | undefined;
|
|
280
|
+
InitiationMethod?: ContactInitiationMethod | undefined;
|
|
281
|
+
Name?: string | undefined;
|
|
282
|
+
Description?: string | undefined;
|
|
283
|
+
Channel?: Channel | undefined;
|
|
284
|
+
QueueInfo?: QueueInfo | undefined;
|
|
285
|
+
AgentInfo?: AgentInfo | undefined;
|
|
286
|
+
InitiationTimestamp?: Date | undefined;
|
|
287
|
+
DisconnectTimestamp?: Date | undefined;
|
|
288
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
289
|
+
LastPausedTimestamp?: Date | undefined;
|
|
290
|
+
LastResumedTimestamp?: Date | undefined;
|
|
291
|
+
TotalPauseCount?: number | undefined;
|
|
292
|
+
TotalPauseDurationInSeconds?: number | undefined;
|
|
293
|
+
ScheduledTimestamp?: Date | undefined;
|
|
294
|
+
RelatedContactId?: string | undefined;
|
|
295
|
+
WisdomInfo?: WisdomInfo | undefined;
|
|
296
|
+
CustomerEndpoint?: EndpointInfo | undefined;
|
|
297
|
+
SystemEndpoint?: EndpointInfo | undefined;
|
|
298
|
+
QueueTimeAdjustmentSeconds?: number | undefined;
|
|
299
|
+
QueuePriority?: number | undefined;
|
|
300
|
+
Tags?: Record<string, string> | undefined;
|
|
301
|
+
ConnectedToSystemTimestamp?: Date | undefined;
|
|
302
|
+
RoutingCriteria?: RoutingCriteria | undefined;
|
|
303
|
+
Customer?: Customer | undefined;
|
|
304
|
+
Campaign?: Campaign | undefined;
|
|
305
|
+
AnsweringMachineDetectionStatus?: AnsweringMachineDetectionStatus | undefined;
|
|
306
|
+
CustomerVoiceActivity?: CustomerVoiceActivity | undefined;
|
|
307
|
+
QualityMetrics?: QualityMetrics | undefined;
|
|
308
|
+
DisconnectDetails?: DisconnectDetails | undefined;
|
|
309
|
+
AdditionalEmailRecipients?: AdditionalEmailRecipients | undefined;
|
|
310
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface UpdateContactRoutingDataRequest {
|
|
313
|
+
InstanceId: string | undefined;
|
|
314
|
+
ContactId: string | undefined;
|
|
315
|
+
QueueTimeAdjustmentSeconds?: number | undefined;
|
|
316
|
+
QueuePriority?: number | undefined;
|
|
317
|
+
RoutingCriteria?: RoutingCriteriaInput | undefined;
|
|
318
|
+
}
|
|
319
|
+
export interface DescribeContactResponse {
|
|
320
|
+
Contact?: Contact | undefined;
|
|
321
|
+
}
|
|
322
|
+
export declare const ContactFilterSensitiveLog: (obj: Contact) => any;
|
|
323
|
+
export declare const DescribeContactResponseFilterSensitiveLog: (
|
|
324
|
+
obj: DescribeContactResponse
|
|
325
|
+
) => any;
|
|
@@ -95,6 +95,10 @@ import {
|
|
|
95
95
|
CreateAgentStatusCommandInput,
|
|
96
96
|
CreateAgentStatusCommandOutput,
|
|
97
97
|
} from "../commands/CreateAgentStatusCommand";
|
|
98
|
+
import {
|
|
99
|
+
CreateContactCommandInput,
|
|
100
|
+
CreateContactCommandOutput,
|
|
101
|
+
} from "../commands/CreateContactCommand";
|
|
98
102
|
import {
|
|
99
103
|
CreateContactFlowCommandInput,
|
|
100
104
|
CreateContactFlowCommandOutput,
|
|
@@ -107,6 +111,10 @@ import {
|
|
|
107
111
|
CreateContactFlowVersionCommandInput,
|
|
108
112
|
CreateContactFlowVersionCommandOutput,
|
|
109
113
|
} from "../commands/CreateContactFlowVersionCommand";
|
|
114
|
+
import {
|
|
115
|
+
CreateEmailAddressCommandInput,
|
|
116
|
+
CreateEmailAddressCommandOutput,
|
|
117
|
+
} from "../commands/CreateEmailAddressCommand";
|
|
110
118
|
import {
|
|
111
119
|
CreateEvaluationFormCommandInput,
|
|
112
120
|
CreateEvaluationFormCommandOutput,
|
|
@@ -211,6 +219,10 @@ import {
|
|
|
211
219
|
DeleteContactFlowModuleCommandInput,
|
|
212
220
|
DeleteContactFlowModuleCommandOutput,
|
|
213
221
|
} from "../commands/DeleteContactFlowModuleCommand";
|
|
222
|
+
import {
|
|
223
|
+
DeleteEmailAddressCommandInput,
|
|
224
|
+
DeleteEmailAddressCommandOutput,
|
|
225
|
+
} from "../commands/DeleteEmailAddressCommand";
|
|
214
226
|
import {
|
|
215
227
|
DeleteEvaluationFormCommandInput,
|
|
216
228
|
DeleteEvaluationFormCommandOutput,
|
|
@@ -311,6 +323,10 @@ import {
|
|
|
311
323
|
DescribeContactFlowModuleCommandInput,
|
|
312
324
|
DescribeContactFlowModuleCommandOutput,
|
|
313
325
|
} from "../commands/DescribeContactFlowModuleCommand";
|
|
326
|
+
import {
|
|
327
|
+
DescribeEmailAddressCommandInput,
|
|
328
|
+
DescribeEmailAddressCommandOutput,
|
|
329
|
+
} from "../commands/DescribeEmailAddressCommand";
|
|
314
330
|
import {
|
|
315
331
|
DescribeEvaluationFormCommandInput,
|
|
316
332
|
DescribeEvaluationFormCommandOutput,
|
|
@@ -503,6 +519,10 @@ import {
|
|
|
503
519
|
ListApprovedOriginsCommandInput,
|
|
504
520
|
ListApprovedOriginsCommandOutput,
|
|
505
521
|
} from "../commands/ListApprovedOriginsCommand";
|
|
522
|
+
import {
|
|
523
|
+
ListAssociatedContactsCommandInput,
|
|
524
|
+
ListAssociatedContactsCommandOutput,
|
|
525
|
+
} from "../commands/ListAssociatedContactsCommand";
|
|
506
526
|
import {
|
|
507
527
|
ListAuthenticationProfilesCommandInput,
|
|
508
528
|
ListAuthenticationProfilesCommandOutput,
|
|
@@ -723,6 +743,10 @@ import {
|
|
|
723
743
|
SearchContactsCommandInput,
|
|
724
744
|
SearchContactsCommandOutput,
|
|
725
745
|
} from "../commands/SearchContactsCommand";
|
|
746
|
+
import {
|
|
747
|
+
SearchEmailAddressesCommandInput,
|
|
748
|
+
SearchEmailAddressesCommandOutput,
|
|
749
|
+
} from "../commands/SearchEmailAddressesCommand";
|
|
726
750
|
import {
|
|
727
751
|
SearchHoursOfOperationsCommandInput,
|
|
728
752
|
SearchHoursOfOperationsCommandOutput,
|
|
@@ -771,6 +795,10 @@ import {
|
|
|
771
795
|
SendChatIntegrationEventCommandInput,
|
|
772
796
|
SendChatIntegrationEventCommandOutput,
|
|
773
797
|
} from "../commands/SendChatIntegrationEventCommand";
|
|
798
|
+
import {
|
|
799
|
+
SendOutboundEmailCommandInput,
|
|
800
|
+
SendOutboundEmailCommandOutput,
|
|
801
|
+
} from "../commands/SendOutboundEmailCommand";
|
|
774
802
|
import {
|
|
775
803
|
StartAttachedFileUploadCommandInput,
|
|
776
804
|
StartAttachedFileUploadCommandOutput,
|
|
@@ -791,10 +819,18 @@ import {
|
|
|
791
819
|
StartContactStreamingCommandInput,
|
|
792
820
|
StartContactStreamingCommandOutput,
|
|
793
821
|
} from "../commands/StartContactStreamingCommand";
|
|
822
|
+
import {
|
|
823
|
+
StartEmailContactCommandInput,
|
|
824
|
+
StartEmailContactCommandOutput,
|
|
825
|
+
} from "../commands/StartEmailContactCommand";
|
|
794
826
|
import {
|
|
795
827
|
StartOutboundChatContactCommandInput,
|
|
796
828
|
StartOutboundChatContactCommandOutput,
|
|
797
829
|
} from "../commands/StartOutboundChatContactCommand";
|
|
830
|
+
import {
|
|
831
|
+
StartOutboundEmailContactCommandInput,
|
|
832
|
+
StartOutboundEmailContactCommandOutput,
|
|
833
|
+
} from "../commands/StartOutboundEmailContactCommand";
|
|
798
834
|
import {
|
|
799
835
|
StartOutboundVoiceContactCommandInput,
|
|
800
836
|
StartOutboundVoiceContactCommandOutput,
|
|
@@ -899,6 +935,10 @@ import {
|
|
|
899
935
|
UpdateContactScheduleCommandInput,
|
|
900
936
|
UpdateContactScheduleCommandOutput,
|
|
901
937
|
} from "../commands/UpdateContactScheduleCommand";
|
|
938
|
+
import {
|
|
939
|
+
UpdateEmailAddressMetadataCommandInput,
|
|
940
|
+
UpdateEmailAddressMetadataCommandOutput,
|
|
941
|
+
} from "../commands/UpdateEmailAddressMetadataCommand";
|
|
902
942
|
import {
|
|
903
943
|
UpdateEvaluationFormCommandInput,
|
|
904
944
|
UpdateEvaluationFormCommandOutput,
|
|
@@ -951,6 +991,10 @@ import {
|
|
|
951
991
|
UpdateQueueOutboundCallerConfigCommandInput,
|
|
952
992
|
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
953
993
|
} from "../commands/UpdateQueueOutboundCallerConfigCommand";
|
|
994
|
+
import {
|
|
995
|
+
UpdateQueueOutboundEmailConfigCommandInput,
|
|
996
|
+
UpdateQueueOutboundEmailConfigCommandOutput,
|
|
997
|
+
} from "../commands/UpdateQueueOutboundEmailConfigCommand";
|
|
954
998
|
import {
|
|
955
999
|
UpdateQueueStatusCommandInput,
|
|
956
1000
|
UpdateQueueStatusCommandOutput,
|
|
@@ -1131,6 +1175,10 @@ export declare const se_CreateAgentStatusCommand: (
|
|
|
1131
1175
|
input: CreateAgentStatusCommandInput,
|
|
1132
1176
|
context: __SerdeContext
|
|
1133
1177
|
) => Promise<__HttpRequest>;
|
|
1178
|
+
export declare const se_CreateContactCommand: (
|
|
1179
|
+
input: CreateContactCommandInput,
|
|
1180
|
+
context: __SerdeContext
|
|
1181
|
+
) => Promise<__HttpRequest>;
|
|
1134
1182
|
export declare const se_CreateContactFlowCommand: (
|
|
1135
1183
|
input: CreateContactFlowCommandInput,
|
|
1136
1184
|
context: __SerdeContext
|
|
@@ -1143,6 +1191,10 @@ export declare const se_CreateContactFlowVersionCommand: (
|
|
|
1143
1191
|
input: CreateContactFlowVersionCommandInput,
|
|
1144
1192
|
context: __SerdeContext
|
|
1145
1193
|
) => Promise<__HttpRequest>;
|
|
1194
|
+
export declare const se_CreateEmailAddressCommand: (
|
|
1195
|
+
input: CreateEmailAddressCommandInput,
|
|
1196
|
+
context: __SerdeContext
|
|
1197
|
+
) => Promise<__HttpRequest>;
|
|
1146
1198
|
export declare const se_CreateEvaluationFormCommand: (
|
|
1147
1199
|
input: CreateEvaluationFormCommandInput,
|
|
1148
1200
|
context: __SerdeContext
|
|
@@ -1247,6 +1299,10 @@ export declare const se_DeleteContactFlowModuleCommand: (
|
|
|
1247
1299
|
input: DeleteContactFlowModuleCommandInput,
|
|
1248
1300
|
context: __SerdeContext
|
|
1249
1301
|
) => Promise<__HttpRequest>;
|
|
1302
|
+
export declare const se_DeleteEmailAddressCommand: (
|
|
1303
|
+
input: DeleteEmailAddressCommandInput,
|
|
1304
|
+
context: __SerdeContext
|
|
1305
|
+
) => Promise<__HttpRequest>;
|
|
1250
1306
|
export declare const se_DeleteEvaluationFormCommand: (
|
|
1251
1307
|
input: DeleteEvaluationFormCommandInput,
|
|
1252
1308
|
context: __SerdeContext
|
|
@@ -1347,6 +1403,10 @@ export declare const se_DescribeContactFlowModuleCommand: (
|
|
|
1347
1403
|
input: DescribeContactFlowModuleCommandInput,
|
|
1348
1404
|
context: __SerdeContext
|
|
1349
1405
|
) => Promise<__HttpRequest>;
|
|
1406
|
+
export declare const se_DescribeEmailAddressCommand: (
|
|
1407
|
+
input: DescribeEmailAddressCommandInput,
|
|
1408
|
+
context: __SerdeContext
|
|
1409
|
+
) => Promise<__HttpRequest>;
|
|
1350
1410
|
export declare const se_DescribeEvaluationFormCommand: (
|
|
1351
1411
|
input: DescribeEvaluationFormCommandInput,
|
|
1352
1412
|
context: __SerdeContext
|
|
@@ -1539,6 +1599,10 @@ export declare const se_ListApprovedOriginsCommand: (
|
|
|
1539
1599
|
input: ListApprovedOriginsCommandInput,
|
|
1540
1600
|
context: __SerdeContext
|
|
1541
1601
|
) => Promise<__HttpRequest>;
|
|
1602
|
+
export declare const se_ListAssociatedContactsCommand: (
|
|
1603
|
+
input: ListAssociatedContactsCommandInput,
|
|
1604
|
+
context: __SerdeContext
|
|
1605
|
+
) => Promise<__HttpRequest>;
|
|
1542
1606
|
export declare const se_ListAuthenticationProfilesCommand: (
|
|
1543
1607
|
input: ListAuthenticationProfilesCommandInput,
|
|
1544
1608
|
context: __SerdeContext
|
|
@@ -1759,6 +1823,10 @@ export declare const se_SearchContactsCommand: (
|
|
|
1759
1823
|
input: SearchContactsCommandInput,
|
|
1760
1824
|
context: __SerdeContext
|
|
1761
1825
|
) => Promise<__HttpRequest>;
|
|
1826
|
+
export declare const se_SearchEmailAddressesCommand: (
|
|
1827
|
+
input: SearchEmailAddressesCommandInput,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<__HttpRequest>;
|
|
1762
1830
|
export declare const se_SearchHoursOfOperationsCommand: (
|
|
1763
1831
|
input: SearchHoursOfOperationsCommandInput,
|
|
1764
1832
|
context: __SerdeContext
|
|
@@ -1807,6 +1875,10 @@ export declare const se_SendChatIntegrationEventCommand: (
|
|
|
1807
1875
|
input: SendChatIntegrationEventCommandInput,
|
|
1808
1876
|
context: __SerdeContext
|
|
1809
1877
|
) => Promise<__HttpRequest>;
|
|
1878
|
+
export declare const se_SendOutboundEmailCommand: (
|
|
1879
|
+
input: SendOutboundEmailCommandInput,
|
|
1880
|
+
context: __SerdeContext
|
|
1881
|
+
) => Promise<__HttpRequest>;
|
|
1810
1882
|
export declare const se_StartAttachedFileUploadCommand: (
|
|
1811
1883
|
input: StartAttachedFileUploadCommandInput,
|
|
1812
1884
|
context: __SerdeContext
|
|
@@ -1827,10 +1899,18 @@ export declare const se_StartContactStreamingCommand: (
|
|
|
1827
1899
|
input: StartContactStreamingCommandInput,
|
|
1828
1900
|
context: __SerdeContext
|
|
1829
1901
|
) => Promise<__HttpRequest>;
|
|
1902
|
+
export declare const se_StartEmailContactCommand: (
|
|
1903
|
+
input: StartEmailContactCommandInput,
|
|
1904
|
+
context: __SerdeContext
|
|
1905
|
+
) => Promise<__HttpRequest>;
|
|
1830
1906
|
export declare const se_StartOutboundChatContactCommand: (
|
|
1831
1907
|
input: StartOutboundChatContactCommandInput,
|
|
1832
1908
|
context: __SerdeContext
|
|
1833
1909
|
) => Promise<__HttpRequest>;
|
|
1910
|
+
export declare const se_StartOutboundEmailContactCommand: (
|
|
1911
|
+
input: StartOutboundEmailContactCommandInput,
|
|
1912
|
+
context: __SerdeContext
|
|
1913
|
+
) => Promise<__HttpRequest>;
|
|
1834
1914
|
export declare const se_StartOutboundVoiceContactCommand: (
|
|
1835
1915
|
input: StartOutboundVoiceContactCommandInput,
|
|
1836
1916
|
context: __SerdeContext
|
|
@@ -1935,6 +2015,10 @@ export declare const se_UpdateContactScheduleCommand: (
|
|
|
1935
2015
|
input: UpdateContactScheduleCommandInput,
|
|
1936
2016
|
context: __SerdeContext
|
|
1937
2017
|
) => Promise<__HttpRequest>;
|
|
2018
|
+
export declare const se_UpdateEmailAddressMetadataCommand: (
|
|
2019
|
+
input: UpdateEmailAddressMetadataCommandInput,
|
|
2020
|
+
context: __SerdeContext
|
|
2021
|
+
) => Promise<__HttpRequest>;
|
|
1938
2022
|
export declare const se_UpdateEvaluationFormCommand: (
|
|
1939
2023
|
input: UpdateEvaluationFormCommandInput,
|
|
1940
2024
|
context: __SerdeContext
|
|
@@ -1987,6 +2071,10 @@ export declare const se_UpdateQueueOutboundCallerConfigCommand: (
|
|
|
1987
2071
|
input: UpdateQueueOutboundCallerConfigCommandInput,
|
|
1988
2072
|
context: __SerdeContext
|
|
1989
2073
|
) => Promise<__HttpRequest>;
|
|
2074
|
+
export declare const se_UpdateQueueOutboundEmailConfigCommand: (
|
|
2075
|
+
input: UpdateQueueOutboundEmailConfigCommandInput,
|
|
2076
|
+
context: __SerdeContext
|
|
2077
|
+
) => Promise<__HttpRequest>;
|
|
1990
2078
|
export declare const se_UpdateQueueStatusCommand: (
|
|
1991
2079
|
input: UpdateQueueStatusCommandInput,
|
|
1992
2080
|
context: __SerdeContext
|
|
@@ -2167,6 +2255,10 @@ export declare const de_CreateAgentStatusCommand: (
|
|
|
2167
2255
|
output: __HttpResponse,
|
|
2168
2256
|
context: __SerdeContext
|
|
2169
2257
|
) => Promise<CreateAgentStatusCommandOutput>;
|
|
2258
|
+
export declare const de_CreateContactCommand: (
|
|
2259
|
+
output: __HttpResponse,
|
|
2260
|
+
context: __SerdeContext
|
|
2261
|
+
) => Promise<CreateContactCommandOutput>;
|
|
2170
2262
|
export declare const de_CreateContactFlowCommand: (
|
|
2171
2263
|
output: __HttpResponse,
|
|
2172
2264
|
context: __SerdeContext
|
|
@@ -2179,6 +2271,10 @@ export declare const de_CreateContactFlowVersionCommand: (
|
|
|
2179
2271
|
output: __HttpResponse,
|
|
2180
2272
|
context: __SerdeContext
|
|
2181
2273
|
) => Promise<CreateContactFlowVersionCommandOutput>;
|
|
2274
|
+
export declare const de_CreateEmailAddressCommand: (
|
|
2275
|
+
output: __HttpResponse,
|
|
2276
|
+
context: __SerdeContext
|
|
2277
|
+
) => Promise<CreateEmailAddressCommandOutput>;
|
|
2182
2278
|
export declare const de_CreateEvaluationFormCommand: (
|
|
2183
2279
|
output: __HttpResponse,
|
|
2184
2280
|
context: __SerdeContext
|
|
@@ -2283,6 +2379,10 @@ export declare const de_DeleteContactFlowModuleCommand: (
|
|
|
2283
2379
|
output: __HttpResponse,
|
|
2284
2380
|
context: __SerdeContext
|
|
2285
2381
|
) => Promise<DeleteContactFlowModuleCommandOutput>;
|
|
2382
|
+
export declare const de_DeleteEmailAddressCommand: (
|
|
2383
|
+
output: __HttpResponse,
|
|
2384
|
+
context: __SerdeContext
|
|
2385
|
+
) => Promise<DeleteEmailAddressCommandOutput>;
|
|
2286
2386
|
export declare const de_DeleteEvaluationFormCommand: (
|
|
2287
2387
|
output: __HttpResponse,
|
|
2288
2388
|
context: __SerdeContext
|
|
@@ -2383,6 +2483,10 @@ export declare const de_DescribeContactFlowModuleCommand: (
|
|
|
2383
2483
|
output: __HttpResponse,
|
|
2384
2484
|
context: __SerdeContext
|
|
2385
2485
|
) => Promise<DescribeContactFlowModuleCommandOutput>;
|
|
2486
|
+
export declare const de_DescribeEmailAddressCommand: (
|
|
2487
|
+
output: __HttpResponse,
|
|
2488
|
+
context: __SerdeContext
|
|
2489
|
+
) => Promise<DescribeEmailAddressCommandOutput>;
|
|
2386
2490
|
export declare const de_DescribeEvaluationFormCommand: (
|
|
2387
2491
|
output: __HttpResponse,
|
|
2388
2492
|
context: __SerdeContext
|
|
@@ -2575,6 +2679,10 @@ export declare const de_ListApprovedOriginsCommand: (
|
|
|
2575
2679
|
output: __HttpResponse,
|
|
2576
2680
|
context: __SerdeContext
|
|
2577
2681
|
) => Promise<ListApprovedOriginsCommandOutput>;
|
|
2682
|
+
export declare const de_ListAssociatedContactsCommand: (
|
|
2683
|
+
output: __HttpResponse,
|
|
2684
|
+
context: __SerdeContext
|
|
2685
|
+
) => Promise<ListAssociatedContactsCommandOutput>;
|
|
2578
2686
|
export declare const de_ListAuthenticationProfilesCommand: (
|
|
2579
2687
|
output: __HttpResponse,
|
|
2580
2688
|
context: __SerdeContext
|
|
@@ -2795,6 +2903,10 @@ export declare const de_SearchContactsCommand: (
|
|
|
2795
2903
|
output: __HttpResponse,
|
|
2796
2904
|
context: __SerdeContext
|
|
2797
2905
|
) => Promise<SearchContactsCommandOutput>;
|
|
2906
|
+
export declare const de_SearchEmailAddressesCommand: (
|
|
2907
|
+
output: __HttpResponse,
|
|
2908
|
+
context: __SerdeContext
|
|
2909
|
+
) => Promise<SearchEmailAddressesCommandOutput>;
|
|
2798
2910
|
export declare const de_SearchHoursOfOperationsCommand: (
|
|
2799
2911
|
output: __HttpResponse,
|
|
2800
2912
|
context: __SerdeContext
|
|
@@ -2843,6 +2955,10 @@ export declare const de_SendChatIntegrationEventCommand: (
|
|
|
2843
2955
|
output: __HttpResponse,
|
|
2844
2956
|
context: __SerdeContext
|
|
2845
2957
|
) => Promise<SendChatIntegrationEventCommandOutput>;
|
|
2958
|
+
export declare const de_SendOutboundEmailCommand: (
|
|
2959
|
+
output: __HttpResponse,
|
|
2960
|
+
context: __SerdeContext
|
|
2961
|
+
) => Promise<SendOutboundEmailCommandOutput>;
|
|
2846
2962
|
export declare const de_StartAttachedFileUploadCommand: (
|
|
2847
2963
|
output: __HttpResponse,
|
|
2848
2964
|
context: __SerdeContext
|
|
@@ -2863,10 +2979,18 @@ export declare const de_StartContactStreamingCommand: (
|
|
|
2863
2979
|
output: __HttpResponse,
|
|
2864
2980
|
context: __SerdeContext
|
|
2865
2981
|
) => Promise<StartContactStreamingCommandOutput>;
|
|
2982
|
+
export declare const de_StartEmailContactCommand: (
|
|
2983
|
+
output: __HttpResponse,
|
|
2984
|
+
context: __SerdeContext
|
|
2985
|
+
) => Promise<StartEmailContactCommandOutput>;
|
|
2866
2986
|
export declare const de_StartOutboundChatContactCommand: (
|
|
2867
2987
|
output: __HttpResponse,
|
|
2868
2988
|
context: __SerdeContext
|
|
2869
2989
|
) => Promise<StartOutboundChatContactCommandOutput>;
|
|
2990
|
+
export declare const de_StartOutboundEmailContactCommand: (
|
|
2991
|
+
output: __HttpResponse,
|
|
2992
|
+
context: __SerdeContext
|
|
2993
|
+
) => Promise<StartOutboundEmailContactCommandOutput>;
|
|
2870
2994
|
export declare const de_StartOutboundVoiceContactCommand: (
|
|
2871
2995
|
output: __HttpResponse,
|
|
2872
2996
|
context: __SerdeContext
|
|
@@ -2971,6 +3095,10 @@ export declare const de_UpdateContactScheduleCommand: (
|
|
|
2971
3095
|
output: __HttpResponse,
|
|
2972
3096
|
context: __SerdeContext
|
|
2973
3097
|
) => Promise<UpdateContactScheduleCommandOutput>;
|
|
3098
|
+
export declare const de_UpdateEmailAddressMetadataCommand: (
|
|
3099
|
+
output: __HttpResponse,
|
|
3100
|
+
context: __SerdeContext
|
|
3101
|
+
) => Promise<UpdateEmailAddressMetadataCommandOutput>;
|
|
2974
3102
|
export declare const de_UpdateEvaluationFormCommand: (
|
|
2975
3103
|
output: __HttpResponse,
|
|
2976
3104
|
context: __SerdeContext
|
|
@@ -3023,6 +3151,10 @@ export declare const de_UpdateQueueOutboundCallerConfigCommand: (
|
|
|
3023
3151
|
output: __HttpResponse,
|
|
3024
3152
|
context: __SerdeContext
|
|
3025
3153
|
) => Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
|
|
3154
|
+
export declare const de_UpdateQueueOutboundEmailConfigCommand: (
|
|
3155
|
+
output: __HttpResponse,
|
|
3156
|
+
context: __SerdeContext
|
|
3157
|
+
) => Promise<UpdateQueueOutboundEmailConfigCommandOutput>;
|
|
3026
3158
|
export declare const de_UpdateQueueStatusCommand: (
|
|
3027
3159
|
output: __HttpResponse,
|
|
3028
3160
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.699.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|