@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
|
@@ -1,41 +1,35 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
3
|
import {
|
|
4
|
+
ActionSummary,
|
|
4
5
|
AgentAvailabilityTimer,
|
|
5
6
|
AgentConfig,
|
|
6
7
|
AgentHierarchyGroups,
|
|
7
|
-
AgentInfo,
|
|
8
8
|
AgentStatus,
|
|
9
|
-
AgentStatusSearchFilter,
|
|
10
9
|
AgentStatusState,
|
|
11
10
|
AllowedCapabilities,
|
|
12
|
-
AnsweringMachineDetectionStatus,
|
|
13
11
|
Application,
|
|
14
|
-
Campaign,
|
|
15
12
|
Channel,
|
|
16
13
|
ContactFlowStatus,
|
|
17
14
|
ContactFlowType,
|
|
18
15
|
ContactInitiationMethod,
|
|
19
16
|
ControlPlaneAttributeFilter,
|
|
20
17
|
CreatedByInfo,
|
|
21
|
-
Customer,
|
|
22
|
-
CustomerVoiceActivity,
|
|
23
|
-
DisconnectDetails,
|
|
24
|
-
Endpoint,
|
|
25
18
|
EvaluationFormQuestion,
|
|
26
19
|
EvaluationFormScoringStrategy,
|
|
20
|
+
EventSourceName,
|
|
27
21
|
FileStatusType,
|
|
28
22
|
FileUseCaseType,
|
|
29
23
|
HoursOfOperationConfig,
|
|
24
|
+
InitiateAs,
|
|
30
25
|
InstanceStorageConfig,
|
|
31
26
|
InstanceStorageResourceType,
|
|
32
27
|
MediaConcurrency,
|
|
33
28
|
MonitorCapability,
|
|
34
29
|
OutboundCallerConfig,
|
|
30
|
+
OutboundEmailConfig,
|
|
35
31
|
ParticipantRole,
|
|
36
32
|
PredefinedAttributeValues,
|
|
37
|
-
QualityMetrics,
|
|
38
|
-
QueueInfo,
|
|
39
33
|
QuickConnectConfig,
|
|
40
34
|
Reference,
|
|
41
35
|
RehydrationType,
|
|
@@ -51,6 +45,7 @@ import {
|
|
|
51
45
|
TaskTemplateStatus,
|
|
52
46
|
UseCaseType,
|
|
53
47
|
UserIdentityInfo,
|
|
48
|
+
UserInfo,
|
|
54
49
|
UserPhoneConfig,
|
|
55
50
|
UserProficiency,
|
|
56
51
|
View,
|
|
@@ -61,16 +56,13 @@ import {
|
|
|
61
56
|
VocabularyState,
|
|
62
57
|
} from "./models_0";
|
|
63
58
|
import {
|
|
64
|
-
AttributeCondition,
|
|
65
59
|
ContactFlow,
|
|
66
60
|
ContactFlowModule,
|
|
67
61
|
ContactFlowModuleState,
|
|
68
62
|
ContactFlowState,
|
|
69
|
-
Evaluation,
|
|
70
63
|
EvaluationAnswerData,
|
|
71
64
|
EvaluationFormVersionStatus,
|
|
72
65
|
EvaluationNote,
|
|
73
|
-
Expiry,
|
|
74
66
|
HierarchyGroup,
|
|
75
67
|
HierarchyGroupSummary,
|
|
76
68
|
HoursOfOperation,
|
|
@@ -82,15 +74,219 @@ import {
|
|
|
82
74
|
Queue,
|
|
83
75
|
QueueStatus,
|
|
84
76
|
QuickConnect,
|
|
85
|
-
|
|
77
|
+
RealTimeContactAnalysisSegmentAttachments,
|
|
78
|
+
RealTimeContactAnalysisSegmentCategories,
|
|
79
|
+
RealTimeContactAnalysisSegmentEvent,
|
|
80
|
+
RealTimeContactAnalysisSegmentIssues,
|
|
81
|
+
RealTimeContactAnalysisSegmentPostContactSummary,
|
|
82
|
+
RealTimeContactAnalysisSegmentTranscript,
|
|
83
|
+
RealTimeContactAnalysisSupportedChannel,
|
|
86
84
|
RoutingProfile,
|
|
87
|
-
SegmentAttributeValue,
|
|
88
85
|
SignInConfig,
|
|
89
86
|
SortOrder,
|
|
90
87
|
TelephonyConfig,
|
|
91
88
|
TrafficDistributionGroupStatus,
|
|
92
|
-
WisdomInfo,
|
|
93
89
|
} from "./models_1";
|
|
90
|
+
export type RealtimeContactAnalysisSegment =
|
|
91
|
+
| RealtimeContactAnalysisSegment.AttachmentsMember
|
|
92
|
+
| RealtimeContactAnalysisSegment.CategoriesMember
|
|
93
|
+
| RealtimeContactAnalysisSegment.EventMember
|
|
94
|
+
| RealtimeContactAnalysisSegment.IssuesMember
|
|
95
|
+
| RealtimeContactAnalysisSegment.PostContactSummaryMember
|
|
96
|
+
| RealtimeContactAnalysisSegment.TranscriptMember
|
|
97
|
+
| RealtimeContactAnalysisSegment.$UnknownMember;
|
|
98
|
+
export declare namespace RealtimeContactAnalysisSegment {
|
|
99
|
+
interface TranscriptMember {
|
|
100
|
+
Transcript: RealTimeContactAnalysisSegmentTranscript;
|
|
101
|
+
Categories?: never;
|
|
102
|
+
Issues?: never;
|
|
103
|
+
Event?: never;
|
|
104
|
+
Attachments?: never;
|
|
105
|
+
PostContactSummary?: never;
|
|
106
|
+
$unknown?: never;
|
|
107
|
+
}
|
|
108
|
+
interface CategoriesMember {
|
|
109
|
+
Transcript?: never;
|
|
110
|
+
Categories: RealTimeContactAnalysisSegmentCategories;
|
|
111
|
+
Issues?: never;
|
|
112
|
+
Event?: never;
|
|
113
|
+
Attachments?: never;
|
|
114
|
+
PostContactSummary?: never;
|
|
115
|
+
$unknown?: never;
|
|
116
|
+
}
|
|
117
|
+
interface IssuesMember {
|
|
118
|
+
Transcript?: never;
|
|
119
|
+
Categories?: never;
|
|
120
|
+
Issues: RealTimeContactAnalysisSegmentIssues;
|
|
121
|
+
Event?: never;
|
|
122
|
+
Attachments?: never;
|
|
123
|
+
PostContactSummary?: never;
|
|
124
|
+
$unknown?: never;
|
|
125
|
+
}
|
|
126
|
+
interface EventMember {
|
|
127
|
+
Transcript?: never;
|
|
128
|
+
Categories?: never;
|
|
129
|
+
Issues?: never;
|
|
130
|
+
Event: RealTimeContactAnalysisSegmentEvent;
|
|
131
|
+
Attachments?: never;
|
|
132
|
+
PostContactSummary?: never;
|
|
133
|
+
$unknown?: never;
|
|
134
|
+
}
|
|
135
|
+
interface AttachmentsMember {
|
|
136
|
+
Transcript?: never;
|
|
137
|
+
Categories?: never;
|
|
138
|
+
Issues?: never;
|
|
139
|
+
Event?: never;
|
|
140
|
+
Attachments: RealTimeContactAnalysisSegmentAttachments;
|
|
141
|
+
PostContactSummary?: never;
|
|
142
|
+
$unknown?: never;
|
|
143
|
+
}
|
|
144
|
+
interface PostContactSummaryMember {
|
|
145
|
+
Transcript?: never;
|
|
146
|
+
Categories?: never;
|
|
147
|
+
Issues?: never;
|
|
148
|
+
Event?: never;
|
|
149
|
+
Attachments?: never;
|
|
150
|
+
PostContactSummary: RealTimeContactAnalysisSegmentPostContactSummary;
|
|
151
|
+
$unknown?: never;
|
|
152
|
+
}
|
|
153
|
+
interface $UnknownMember {
|
|
154
|
+
Transcript?: never;
|
|
155
|
+
Categories?: never;
|
|
156
|
+
Issues?: never;
|
|
157
|
+
Event?: never;
|
|
158
|
+
Attachments?: never;
|
|
159
|
+
PostContactSummary?: never;
|
|
160
|
+
$unknown: [string, any];
|
|
161
|
+
}
|
|
162
|
+
interface Visitor<T> {
|
|
163
|
+
Transcript: (value: RealTimeContactAnalysisSegmentTranscript) => T;
|
|
164
|
+
Categories: (value: RealTimeContactAnalysisSegmentCategories) => T;
|
|
165
|
+
Issues: (value: RealTimeContactAnalysisSegmentIssues) => T;
|
|
166
|
+
Event: (value: RealTimeContactAnalysisSegmentEvent) => T;
|
|
167
|
+
Attachments: (value: RealTimeContactAnalysisSegmentAttachments) => T;
|
|
168
|
+
PostContactSummary: (
|
|
169
|
+
value: RealTimeContactAnalysisSegmentPostContactSummary
|
|
170
|
+
) => T;
|
|
171
|
+
_: (name: string, value: any) => T;
|
|
172
|
+
}
|
|
173
|
+
const visit: <T>(
|
|
174
|
+
value: RealtimeContactAnalysisSegment,
|
|
175
|
+
visitor: Visitor<T>
|
|
176
|
+
) => T;
|
|
177
|
+
}
|
|
178
|
+
export declare const RealTimeContactAnalysisStatus: {
|
|
179
|
+
readonly COMPLETED: "COMPLETED";
|
|
180
|
+
readonly FAILED: "FAILED";
|
|
181
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
182
|
+
};
|
|
183
|
+
export type RealTimeContactAnalysisStatus =
|
|
184
|
+
(typeof RealTimeContactAnalysisStatus)[keyof typeof RealTimeContactAnalysisStatus];
|
|
185
|
+
export interface ListRealtimeContactAnalysisSegmentsV2Response {
|
|
186
|
+
Channel: RealTimeContactAnalysisSupportedChannel | undefined;
|
|
187
|
+
Status: RealTimeContactAnalysisStatus | undefined;
|
|
188
|
+
Segments: RealtimeContactAnalysisSegment[] | undefined;
|
|
189
|
+
NextToken?: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export declare class OutputTypeNotFoundException extends __BaseException {
|
|
192
|
+
readonly name: "OutputTypeNotFoundException";
|
|
193
|
+
readonly $fault: "client";
|
|
194
|
+
Message?: string | undefined;
|
|
195
|
+
constructor(
|
|
196
|
+
opts: __ExceptionOptionType<OutputTypeNotFoundException, __BaseException>
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
export interface ListRoutingProfileQueuesRequest {
|
|
200
|
+
InstanceId: string | undefined;
|
|
201
|
+
RoutingProfileId: string | undefined;
|
|
202
|
+
NextToken?: string | undefined;
|
|
203
|
+
MaxResults?: number | undefined;
|
|
204
|
+
}
|
|
205
|
+
export interface RoutingProfileQueueConfigSummary {
|
|
206
|
+
QueueId: string | undefined;
|
|
207
|
+
QueueArn: string | undefined;
|
|
208
|
+
QueueName: string | undefined;
|
|
209
|
+
Priority: number | undefined;
|
|
210
|
+
Delay: number | undefined;
|
|
211
|
+
Channel: Channel | undefined;
|
|
212
|
+
}
|
|
213
|
+
export interface ListRoutingProfileQueuesResponse {
|
|
214
|
+
NextToken?: string | undefined;
|
|
215
|
+
RoutingProfileQueueConfigSummaryList?:
|
|
216
|
+
| RoutingProfileQueueConfigSummary[]
|
|
217
|
+
| undefined;
|
|
218
|
+
LastModifiedTime?: Date | undefined;
|
|
219
|
+
LastModifiedRegion?: string | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface ListRoutingProfilesRequest {
|
|
222
|
+
InstanceId: string | undefined;
|
|
223
|
+
NextToken?: string | undefined;
|
|
224
|
+
MaxResults?: number | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface RoutingProfileSummary {
|
|
227
|
+
Id?: string | undefined;
|
|
228
|
+
Arn?: string | undefined;
|
|
229
|
+
Name?: string | undefined;
|
|
230
|
+
LastModifiedTime?: Date | undefined;
|
|
231
|
+
LastModifiedRegion?: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
export interface ListRoutingProfilesResponse {
|
|
234
|
+
RoutingProfileSummaryList?: RoutingProfileSummary[] | undefined;
|
|
235
|
+
NextToken?: string | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface ListRulesRequest {
|
|
238
|
+
InstanceId: string | undefined;
|
|
239
|
+
PublishStatus?: RulePublishStatus | undefined;
|
|
240
|
+
EventSourceName?: EventSourceName | undefined;
|
|
241
|
+
MaxResults?: number | undefined;
|
|
242
|
+
NextToken?: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface RuleSummary {
|
|
245
|
+
Name: string | undefined;
|
|
246
|
+
RuleId: string | undefined;
|
|
247
|
+
RuleArn: string | undefined;
|
|
248
|
+
EventSourceName: EventSourceName | undefined;
|
|
249
|
+
PublishStatus: RulePublishStatus | undefined;
|
|
250
|
+
ActionSummaries: ActionSummary[] | undefined;
|
|
251
|
+
CreatedTime: Date | undefined;
|
|
252
|
+
LastUpdatedTime: Date | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface ListRulesResponse {
|
|
255
|
+
RuleSummaryList: RuleSummary[] | undefined;
|
|
256
|
+
NextToken?: string | undefined;
|
|
257
|
+
}
|
|
258
|
+
export interface ListSecurityKeysRequest {
|
|
259
|
+
InstanceId: string | undefined;
|
|
260
|
+
NextToken?: string | undefined;
|
|
261
|
+
MaxResults?: number | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface SecurityKey {
|
|
264
|
+
AssociationId?: string | undefined;
|
|
265
|
+
Key?: string | undefined;
|
|
266
|
+
CreationTime?: Date | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface ListSecurityKeysResponse {
|
|
269
|
+
SecurityKeys?: SecurityKey[] | undefined;
|
|
270
|
+
NextToken?: string | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface ListSecurityProfileApplicationsRequest {
|
|
273
|
+
SecurityProfileId: string | undefined;
|
|
274
|
+
InstanceId: string | undefined;
|
|
275
|
+
NextToken?: string | undefined;
|
|
276
|
+
MaxResults?: number | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface ListSecurityProfileApplicationsResponse {
|
|
279
|
+
Applications?: Application[] | undefined;
|
|
280
|
+
NextToken?: string | undefined;
|
|
281
|
+
LastModifiedTime?: Date | undefined;
|
|
282
|
+
LastModifiedRegion?: string | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface ListSecurityProfilePermissionsRequest {
|
|
285
|
+
SecurityProfileId: string | undefined;
|
|
286
|
+
InstanceId: string | undefined;
|
|
287
|
+
NextToken?: string | undefined;
|
|
288
|
+
MaxResults?: number | undefined;
|
|
289
|
+
}
|
|
94
290
|
export interface ListSecurityProfilePermissionsResponse {
|
|
95
291
|
Permissions?: string[] | undefined;
|
|
96
292
|
NextToken?: string | undefined;
|
|
@@ -272,12 +468,6 @@ export interface MonitorContactResponse {
|
|
|
272
468
|
ContactId?: string | undefined;
|
|
273
469
|
ContactArn?: string | undefined;
|
|
274
470
|
}
|
|
275
|
-
export declare class ConflictException extends __BaseException {
|
|
276
|
-
readonly name: "ConflictException";
|
|
277
|
-
readonly $fault: "client";
|
|
278
|
-
Message?: string | undefined;
|
|
279
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
280
|
-
}
|
|
281
471
|
export interface PauseContactRequest {
|
|
282
472
|
ContactId: string | undefined;
|
|
283
473
|
InstanceId: string | undefined;
|
|
@@ -386,6 +576,14 @@ export interface SearchableContactAttributes {
|
|
|
386
576
|
Criteria: SearchableContactAttributesCriteria[] | undefined;
|
|
387
577
|
MatchType?: SearchContactsMatchType | undefined;
|
|
388
578
|
}
|
|
579
|
+
export interface SearchableSegmentAttributesCriteria {
|
|
580
|
+
Key: string | undefined;
|
|
581
|
+
Values: string[] | undefined;
|
|
582
|
+
}
|
|
583
|
+
export interface SearchableSegmentAttributes {
|
|
584
|
+
Criteria: SearchableSegmentAttributesCriteria[] | undefined;
|
|
585
|
+
MatchType?: SearchContactsMatchType | undefined;
|
|
586
|
+
}
|
|
389
587
|
export interface SearchCriteria {
|
|
390
588
|
AgentIds?: string[] | undefined;
|
|
391
589
|
AgentHierarchyGroups?: AgentHierarchyGroups | undefined;
|
|
@@ -394,6 +592,7 @@ export interface SearchCriteria {
|
|
|
394
592
|
InitiationMethods?: ContactInitiationMethod[] | undefined;
|
|
395
593
|
QueueIds?: string[] | undefined;
|
|
396
594
|
SearchableContactAttributes?: SearchableContactAttributes | undefined;
|
|
595
|
+
SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
|
|
397
596
|
}
|
|
398
597
|
export declare const SortableFieldName: {
|
|
399
598
|
readonly CHANNEL: "CHANNEL";
|
|
@@ -438,6 +637,9 @@ export interface ContactSearchSummaryQueueInfo {
|
|
|
438
637
|
Id?: string | undefined;
|
|
439
638
|
EnqueueTimestamp?: Date | undefined;
|
|
440
639
|
}
|
|
640
|
+
export interface ContactSearchSummarySegmentAttributeValue {
|
|
641
|
+
ValueString?: string | undefined;
|
|
642
|
+
}
|
|
441
643
|
export interface ContactSearchSummary {
|
|
442
644
|
Arn?: string | undefined;
|
|
443
645
|
Id?: string | undefined;
|
|
@@ -450,12 +652,30 @@ export interface ContactSearchSummary {
|
|
|
450
652
|
InitiationTimestamp?: Date | undefined;
|
|
451
653
|
DisconnectTimestamp?: Date | undefined;
|
|
452
654
|
ScheduledTimestamp?: Date | undefined;
|
|
655
|
+
SegmentAttributes?:
|
|
656
|
+
| Record<string, ContactSearchSummarySegmentAttributeValue>
|
|
657
|
+
| undefined;
|
|
453
658
|
}
|
|
454
659
|
export interface SearchContactsResponse {
|
|
455
660
|
Contacts: ContactSearchSummary[] | undefined;
|
|
456
661
|
NextToken?: string | undefined;
|
|
457
662
|
TotalCount?: number | undefined;
|
|
458
663
|
}
|
|
664
|
+
export interface EmailAddressSearchFilter {
|
|
665
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
666
|
+
}
|
|
667
|
+
export interface EmailAddressMetadata {
|
|
668
|
+
EmailAddressId?: string | undefined;
|
|
669
|
+
EmailAddressArn?: string | undefined;
|
|
670
|
+
EmailAddress?: string | undefined;
|
|
671
|
+
Description?: string | undefined;
|
|
672
|
+
DisplayName?: string | undefined;
|
|
673
|
+
}
|
|
674
|
+
export interface SearchEmailAddressesResponse {
|
|
675
|
+
NextToken?: string | undefined;
|
|
676
|
+
EmailAddresses?: EmailAddressMetadata[] | undefined;
|
|
677
|
+
ApproximateTotalCount?: number | undefined;
|
|
678
|
+
}
|
|
459
679
|
export interface HoursOfOperationSearchFilter {
|
|
460
680
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
461
681
|
}
|
|
@@ -692,6 +912,58 @@ export interface SendChatIntegrationEventResponse {
|
|
|
692
912
|
InitialContactId?: string | undefined;
|
|
693
913
|
NewChatCreated?: boolean | undefined;
|
|
694
914
|
}
|
|
915
|
+
export interface EmailAddressInfo {
|
|
916
|
+
EmailAddress: string | undefined;
|
|
917
|
+
DisplayName?: string | undefined;
|
|
918
|
+
}
|
|
919
|
+
export interface OutboundAdditionalRecipients {
|
|
920
|
+
CcEmailAddresses?: EmailAddressInfo[] | undefined;
|
|
921
|
+
}
|
|
922
|
+
export declare const OutboundMessageSourceType: {
|
|
923
|
+
readonly RAW: "RAW";
|
|
924
|
+
readonly TEMPLATE: "TEMPLATE";
|
|
925
|
+
};
|
|
926
|
+
export type OutboundMessageSourceType =
|
|
927
|
+
(typeof OutboundMessageSourceType)[keyof typeof OutboundMessageSourceType];
|
|
928
|
+
export interface OutboundRawMessage {
|
|
929
|
+
Subject: string | undefined;
|
|
930
|
+
Body: string | undefined;
|
|
931
|
+
ContentType: string | undefined;
|
|
932
|
+
}
|
|
933
|
+
export interface TemplateAttributes {
|
|
934
|
+
CustomAttributes?: Record<string, string> | undefined;
|
|
935
|
+
CustomerProfileAttributes?: string | undefined;
|
|
936
|
+
}
|
|
937
|
+
export interface TemplatedMessageConfig {
|
|
938
|
+
KnowledgeBaseId: string | undefined;
|
|
939
|
+
MessageTemplateId: string | undefined;
|
|
940
|
+
TemplateAttributes: TemplateAttributes | undefined;
|
|
941
|
+
}
|
|
942
|
+
export interface OutboundEmailContent {
|
|
943
|
+
MessageSourceType: OutboundMessageSourceType | undefined;
|
|
944
|
+
TemplatedMessageConfig?: TemplatedMessageConfig | undefined;
|
|
945
|
+
RawMessage?: OutboundRawMessage | undefined;
|
|
946
|
+
}
|
|
947
|
+
export interface SourceCampaign {
|
|
948
|
+
CampaignId?: string | undefined;
|
|
949
|
+
OutboundRequestId?: string | undefined;
|
|
950
|
+
}
|
|
951
|
+
export declare const TrafficType: {
|
|
952
|
+
readonly CAMPAIGN: "CAMPAIGN";
|
|
953
|
+
readonly GENERAL: "GENERAL";
|
|
954
|
+
};
|
|
955
|
+
export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
|
|
956
|
+
export interface SendOutboundEmailRequest {
|
|
957
|
+
InstanceId: string | undefined;
|
|
958
|
+
FromEmailAddress: EmailAddressInfo | undefined;
|
|
959
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
960
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
961
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
962
|
+
TrafficType: TrafficType | undefined;
|
|
963
|
+
SourceCampaign?: SourceCampaign | undefined;
|
|
964
|
+
ClientToken?: string | undefined;
|
|
965
|
+
}
|
|
966
|
+
export interface SendOutboundEmailResponse {}
|
|
695
967
|
export interface StartAttachedFileUploadRequest {
|
|
696
968
|
ClientToken?: string | undefined;
|
|
697
969
|
InstanceId: string | undefined;
|
|
@@ -724,19 +996,6 @@ export interface PersistentChat {
|
|
|
724
996
|
RehydrationType?: RehydrationType | undefined;
|
|
725
997
|
SourceContactId?: string | undefined;
|
|
726
998
|
}
|
|
727
|
-
export interface StartChatContactRequest {
|
|
728
|
-
InstanceId: string | undefined;
|
|
729
|
-
ContactFlowId: string | undefined;
|
|
730
|
-
Attributes?: Record<string, string> | undefined;
|
|
731
|
-
ParticipantDetails: ParticipantDetails | undefined;
|
|
732
|
-
InitialMessage?: ChatMessage | undefined;
|
|
733
|
-
ClientToken?: string | undefined;
|
|
734
|
-
ChatDurationInMinutes?: number | undefined;
|
|
735
|
-
SupportedMessagingContentTypes?: string[] | undefined;
|
|
736
|
-
PersistentChat?: PersistentChat | undefined;
|
|
737
|
-
RelatedContactId?: string | undefined;
|
|
738
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
739
|
-
}
|
|
740
999
|
export interface StartChatContactResponse {
|
|
741
1000
|
ContactId?: string | undefined;
|
|
742
1001
|
ParticipantId?: string | undefined;
|
|
@@ -779,21 +1038,54 @@ export interface StartContactStreamingRequest {
|
|
|
779
1038
|
export interface StartContactStreamingResponse {
|
|
780
1039
|
StreamingId: string | undefined;
|
|
781
1040
|
}
|
|
782
|
-
export interface
|
|
783
|
-
|
|
784
|
-
|
|
1041
|
+
export interface InboundAdditionalRecipients {
|
|
1042
|
+
ToAddresses?: EmailAddressInfo[] | undefined;
|
|
1043
|
+
CcAddresses?: EmailAddressInfo[] | undefined;
|
|
1044
|
+
}
|
|
1045
|
+
export interface EmailAttachment {
|
|
1046
|
+
FileName: string | undefined;
|
|
1047
|
+
S3Url: string | undefined;
|
|
1048
|
+
}
|
|
1049
|
+
export declare const InboundMessageSourceType: {
|
|
1050
|
+
readonly RAW: "RAW";
|
|
1051
|
+
};
|
|
1052
|
+
export type InboundMessageSourceType =
|
|
1053
|
+
(typeof InboundMessageSourceType)[keyof typeof InboundMessageSourceType];
|
|
1054
|
+
export declare const EmailHeaderType: {
|
|
1055
|
+
readonly IN_REPLY_TO: "IN_REPLY_TO";
|
|
1056
|
+
readonly MESSAGE_ID: "MESSAGE_ID";
|
|
1057
|
+
readonly REFERENCES: "REFERENCES";
|
|
1058
|
+
readonly X_SES_SPAM_VERDICT: "X_SES_SPAM_VERDICT";
|
|
1059
|
+
readonly X_SES_VIRUS_VERDICT: "X_SES_VIRUS_VERDICT";
|
|
1060
|
+
};
|
|
1061
|
+
export type EmailHeaderType =
|
|
1062
|
+
(typeof EmailHeaderType)[keyof typeof EmailHeaderType];
|
|
1063
|
+
export interface InboundRawMessage {
|
|
1064
|
+
Subject: string | undefined;
|
|
1065
|
+
Body: string | undefined;
|
|
1066
|
+
ContentType: string | undefined;
|
|
1067
|
+
Headers?: Partial<Record<EmailHeaderType, string>> | undefined;
|
|
1068
|
+
}
|
|
1069
|
+
export interface InboundEmailContent {
|
|
1070
|
+
MessageSourceType: InboundMessageSourceType | undefined;
|
|
1071
|
+
RawMessage?: InboundRawMessage | undefined;
|
|
1072
|
+
}
|
|
1073
|
+
export interface StartEmailContactResponse {
|
|
1074
|
+
ContactId?: string | undefined;
|
|
1075
|
+
}
|
|
1076
|
+
export interface StartOutboundChatContactResponse {
|
|
1077
|
+
ContactId?: string | undefined;
|
|
1078
|
+
}
|
|
1079
|
+
export interface StartOutboundEmailContactRequest {
|
|
785
1080
|
InstanceId: string | undefined;
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
InitialSystemMessage?: ChatMessage | undefined;
|
|
792
|
-
RelatedContactId?: string | undefined;
|
|
793
|
-
SupportedMessagingContentTypes?: string[] | undefined;
|
|
1081
|
+
ContactId: string | undefined;
|
|
1082
|
+
FromEmailAddress?: EmailAddressInfo | undefined;
|
|
1083
|
+
DestinationEmailAddress: EmailAddressInfo | undefined;
|
|
1084
|
+
AdditionalRecipients?: OutboundAdditionalRecipients | undefined;
|
|
1085
|
+
EmailMessage: OutboundEmailContent | undefined;
|
|
794
1086
|
ClientToken?: string | undefined;
|
|
795
1087
|
}
|
|
796
|
-
export interface
|
|
1088
|
+
export interface StartOutboundEmailContactResponse {
|
|
797
1089
|
ContactId?: string | undefined;
|
|
798
1090
|
}
|
|
799
1091
|
export declare class DestinationNotAllowedException extends __BaseException {
|
|
@@ -819,11 +1111,6 @@ export interface AnswerMachineDetectionConfig {
|
|
|
819
1111
|
EnableAnswerMachineDetection?: boolean | undefined;
|
|
820
1112
|
AwaitAnswerMachinePrompt?: boolean | undefined;
|
|
821
1113
|
}
|
|
822
|
-
export declare const TrafficType: {
|
|
823
|
-
readonly CAMPAIGN: "CAMPAIGN";
|
|
824
|
-
readonly GENERAL: "GENERAL";
|
|
825
|
-
};
|
|
826
|
-
export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
|
|
827
1114
|
export interface StartOutboundVoiceContactRequest {
|
|
828
1115
|
Name?: string | undefined;
|
|
829
1116
|
Description?: string | undefined;
|
|
@@ -849,20 +1136,6 @@ export interface StartScreenSharingRequest {
|
|
|
849
1136
|
ContactId: string | undefined;
|
|
850
1137
|
}
|
|
851
1138
|
export interface StartScreenSharingResponse {}
|
|
852
|
-
export interface StartTaskContactRequest {
|
|
853
|
-
InstanceId: string | undefined;
|
|
854
|
-
PreviousContactId?: string | undefined;
|
|
855
|
-
ContactFlowId?: string | undefined;
|
|
856
|
-
Attributes?: Record<string, string> | undefined;
|
|
857
|
-
Name: string | undefined;
|
|
858
|
-
References?: Record<string, Reference> | undefined;
|
|
859
|
-
Description?: string | undefined;
|
|
860
|
-
ClientToken?: string | undefined;
|
|
861
|
-
ScheduledTime?: Date | undefined;
|
|
862
|
-
TaskTemplateId?: string | undefined;
|
|
863
|
-
QuickConnectId?: string | undefined;
|
|
864
|
-
RelatedContactId?: string | undefined;
|
|
865
|
-
}
|
|
866
1139
|
export interface StartTaskContactResponse {
|
|
867
1140
|
ContactId?: string | undefined;
|
|
868
1141
|
}
|
|
@@ -1014,13 +1287,6 @@ export interface UpdateAuthenticationProfileRequest {
|
|
|
1014
1287
|
BlockedIps?: string[] | undefined;
|
|
1015
1288
|
PeriodicSessionDuration?: number | undefined;
|
|
1016
1289
|
}
|
|
1017
|
-
export interface UpdateContactRequest {
|
|
1018
|
-
InstanceId: string | undefined;
|
|
1019
|
-
ContactId: string | undefined;
|
|
1020
|
-
Name?: string | undefined;
|
|
1021
|
-
Description?: string | undefined;
|
|
1022
|
-
References?: Record<string, Reference> | undefined;
|
|
1023
|
-
}
|
|
1024
1290
|
export interface UpdateContactResponse {}
|
|
1025
1291
|
export interface UpdateContactAttributesRequest {
|
|
1026
1292
|
InitialContactId: string | undefined;
|
|
@@ -1083,6 +1349,17 @@ export interface UpdateContactScheduleRequest {
|
|
|
1083
1349
|
ScheduledTime: Date | undefined;
|
|
1084
1350
|
}
|
|
1085
1351
|
export interface UpdateContactScheduleResponse {}
|
|
1352
|
+
export interface UpdateEmailAddressMetadataRequest {
|
|
1353
|
+
InstanceId: string | undefined;
|
|
1354
|
+
EmailAddressId: string | undefined;
|
|
1355
|
+
Description?: string | undefined;
|
|
1356
|
+
DisplayName?: string | undefined;
|
|
1357
|
+
ClientToken?: string | undefined;
|
|
1358
|
+
}
|
|
1359
|
+
export interface UpdateEmailAddressMetadataResponse {
|
|
1360
|
+
EmailAddressId?: string | undefined;
|
|
1361
|
+
EmailAddressArn?: string | undefined;
|
|
1362
|
+
}
|
|
1086
1363
|
export interface UpdateEvaluationFormResponse {
|
|
1087
1364
|
EvaluationFormId: string | undefined;
|
|
1088
1365
|
EvaluationFormArn: string | undefined;
|
|
@@ -1238,6 +1515,22 @@ export interface UpdateQueueOutboundCallerConfigRequest {
|
|
|
1238
1515
|
QueueId: string | undefined;
|
|
1239
1516
|
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
1240
1517
|
}
|
|
1518
|
+
export declare class ConditionalOperationFailedException extends __BaseException {
|
|
1519
|
+
readonly name: "ConditionalOperationFailedException";
|
|
1520
|
+
readonly $fault: "client";
|
|
1521
|
+
Message?: string | undefined;
|
|
1522
|
+
constructor(
|
|
1523
|
+
opts: __ExceptionOptionType<
|
|
1524
|
+
ConditionalOperationFailedException,
|
|
1525
|
+
__BaseException
|
|
1526
|
+
>
|
|
1527
|
+
);
|
|
1528
|
+
}
|
|
1529
|
+
export interface UpdateQueueOutboundEmailConfigRequest {
|
|
1530
|
+
InstanceId: string | undefined;
|
|
1531
|
+
QueueId: string | undefined;
|
|
1532
|
+
OutboundEmailConfig: OutboundEmailConfig | undefined;
|
|
1533
|
+
}
|
|
1241
1534
|
export interface UpdateQueueStatusRequest {
|
|
1242
1535
|
InstanceId: string | undefined;
|
|
1243
1536
|
QueueId: string | undefined;
|
|
@@ -1305,6 +1598,7 @@ export interface UpdateTaskTemplateRequest {
|
|
|
1305
1598
|
Name?: string | undefined;
|
|
1306
1599
|
Description?: string | undefined;
|
|
1307
1600
|
ContactFlowId?: string | undefined;
|
|
1601
|
+
SelfAssignFlowId?: string | undefined;
|
|
1308
1602
|
Constraints?: TaskTemplateConstraints | undefined;
|
|
1309
1603
|
Defaults?: TaskTemplateDefaults | undefined;
|
|
1310
1604
|
Status?: TaskTemplateStatus | undefined;
|
|
@@ -1317,6 +1611,7 @@ export interface UpdateTaskTemplateResponse {
|
|
|
1317
1611
|
Name?: string | undefined;
|
|
1318
1612
|
Description?: string | undefined;
|
|
1319
1613
|
ContactFlowId?: string | undefined;
|
|
1614
|
+
SelfAssignFlowId?: string | undefined;
|
|
1320
1615
|
Constraints?: TaskTemplateConstraints | undefined;
|
|
1321
1616
|
Defaults?: TaskTemplateDefaults | undefined;
|
|
1322
1617
|
Fields?: TaskTemplateField[] | undefined;
|
|
@@ -1396,6 +1691,11 @@ export interface UpdateViewMetadataRequest {
|
|
|
1396
1691
|
Description?: string | undefined;
|
|
1397
1692
|
}
|
|
1398
1693
|
export interface UpdateViewMetadataResponse {}
|
|
1694
|
+
export interface SegmentAttributeValue {
|
|
1695
|
+
ValueString?: string | undefined;
|
|
1696
|
+
ValueMap?: Record<string, SegmentAttributeValue> | undefined;
|
|
1697
|
+
ValueInteger?: number | undefined;
|
|
1698
|
+
}
|
|
1399
1699
|
export type EvaluationFormItem =
|
|
1400
1700
|
| EvaluationFormItem.QuestionMember
|
|
1401
1701
|
| EvaluationFormItem.SectionMember
|
|
@@ -1448,6 +1748,21 @@ export interface ContactFlowSearchCriteria {
|
|
|
1448
1748
|
StateCondition?: ContactFlowState | undefined;
|
|
1449
1749
|
StatusCondition?: ContactFlowStatus | undefined;
|
|
1450
1750
|
}
|
|
1751
|
+
export interface CreateContactRequest {
|
|
1752
|
+
InstanceId: string | undefined;
|
|
1753
|
+
ClientToken?: string | undefined;
|
|
1754
|
+
RelatedContactId?: string | undefined;
|
|
1755
|
+
Attributes?: Record<string, string> | undefined;
|
|
1756
|
+
References?: Record<string, Reference> | undefined;
|
|
1757
|
+
Channel: Channel | undefined;
|
|
1758
|
+
InitiationMethod: ContactInitiationMethod | undefined;
|
|
1759
|
+
ExpiryDurationInMinutes?: number | undefined;
|
|
1760
|
+
UserInfo?: UserInfo | undefined;
|
|
1761
|
+
InitiateAs?: InitiateAs | undefined;
|
|
1762
|
+
Name?: string | undefined;
|
|
1763
|
+
Description?: string | undefined;
|
|
1764
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
1765
|
+
}
|
|
1451
1766
|
export interface CreateEvaluationFormRequest {
|
|
1452
1767
|
InstanceId: string | undefined;
|
|
1453
1768
|
Title: string | undefined;
|
|
@@ -1456,6 +1771,11 @@ export interface CreateEvaluationFormRequest {
|
|
|
1456
1771
|
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
1457
1772
|
ClientToken?: string | undefined;
|
|
1458
1773
|
}
|
|
1774
|
+
export interface EmailAddressSearchCriteria {
|
|
1775
|
+
OrConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
1776
|
+
AndConditions?: EmailAddressSearchCriteria[] | undefined;
|
|
1777
|
+
StringCondition?: StringCondition | undefined;
|
|
1778
|
+
}
|
|
1459
1779
|
export interface EvaluationForm {
|
|
1460
1780
|
EvaluationFormId: string | undefined;
|
|
1461
1781
|
EvaluationFormVersion: number | undefined;
|
|
@@ -1481,221 +1801,6 @@ export interface EvaluationFormContent {
|
|
|
1481
1801
|
Items: EvaluationFormItem[] | undefined;
|
|
1482
1802
|
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
1483
1803
|
}
|
|
1484
|
-
export interface Expression {
|
|
1485
|
-
AttributeCondition?: AttributeCondition | undefined;
|
|
1486
|
-
AndExpression?: Expression[] | undefined;
|
|
1487
|
-
OrExpression?: Expression[] | undefined;
|
|
1488
|
-
}
|
|
1489
|
-
export interface HoursOfOperationSearchCriteria {
|
|
1490
|
-
OrConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
1491
|
-
AndConditions?: HoursOfOperationSearchCriteria[] | undefined;
|
|
1492
|
-
StringCondition?: StringCondition | undefined;
|
|
1493
|
-
}
|
|
1494
|
-
export interface PredefinedAttributeSearchCriteria {
|
|
1495
|
-
OrConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
1496
|
-
AndConditions?: PredefinedAttributeSearchCriteria[] | undefined;
|
|
1497
|
-
StringCondition?: StringCondition | undefined;
|
|
1498
|
-
}
|
|
1499
|
-
export interface PromptSearchCriteria {
|
|
1500
|
-
OrConditions?: PromptSearchCriteria[] | undefined;
|
|
1501
|
-
AndConditions?: PromptSearchCriteria[] | undefined;
|
|
1502
|
-
StringCondition?: StringCondition | undefined;
|
|
1503
|
-
}
|
|
1504
|
-
export interface QueueSearchCriteria {
|
|
1505
|
-
OrConditions?: QueueSearchCriteria[] | undefined;
|
|
1506
|
-
AndConditions?: QueueSearchCriteria[] | undefined;
|
|
1507
|
-
StringCondition?: StringCondition | undefined;
|
|
1508
|
-
QueueTypeCondition?: SearchableQueueType | undefined;
|
|
1509
|
-
}
|
|
1510
|
-
export interface QuickConnectSearchCriteria {
|
|
1511
|
-
OrConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
1512
|
-
AndConditions?: QuickConnectSearchCriteria[] | undefined;
|
|
1513
|
-
StringCondition?: StringCondition | undefined;
|
|
1514
|
-
}
|
|
1515
|
-
export interface RoutingProfileSearchCriteria {
|
|
1516
|
-
OrConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
1517
|
-
AndConditions?: RoutingProfileSearchCriteria[] | undefined;
|
|
1518
|
-
StringCondition?: StringCondition | undefined;
|
|
1519
|
-
}
|
|
1520
|
-
export interface SecurityProfileSearchCriteria {
|
|
1521
|
-
OrConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
1522
|
-
AndConditions?: SecurityProfileSearchCriteria[] | undefined;
|
|
1523
|
-
StringCondition?: StringCondition | undefined;
|
|
1524
|
-
}
|
|
1525
|
-
export interface UpdateEvaluationFormRequest {
|
|
1526
|
-
InstanceId: string | undefined;
|
|
1527
|
-
EvaluationFormId: string | undefined;
|
|
1528
|
-
EvaluationFormVersion: number | undefined;
|
|
1529
|
-
CreateNewVersion?: boolean | undefined;
|
|
1530
|
-
Title: string | undefined;
|
|
1531
|
-
Description?: string | undefined;
|
|
1532
|
-
Items: EvaluationFormItem[] | undefined;
|
|
1533
|
-
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
1534
|
-
ClientToken?: string | undefined;
|
|
1535
|
-
}
|
|
1536
|
-
export interface UserHierarchyGroupSearchCriteria {
|
|
1537
|
-
OrConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
1538
|
-
AndConditions?: UserHierarchyGroupSearchCriteria[] | undefined;
|
|
1539
|
-
StringCondition?: StringCondition | undefined;
|
|
1540
|
-
}
|
|
1541
|
-
export interface UserSearchCriteria {
|
|
1542
|
-
OrConditions?: UserSearchCriteria[] | undefined;
|
|
1543
|
-
AndConditions?: UserSearchCriteria[] | undefined;
|
|
1544
|
-
StringCondition?: StringCondition | undefined;
|
|
1545
|
-
ListCondition?: ListCondition | undefined;
|
|
1546
|
-
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
1547
|
-
}
|
|
1548
|
-
export interface DescribeContactEvaluationResponse {
|
|
1549
|
-
Evaluation: Evaluation | undefined;
|
|
1550
|
-
EvaluationForm: EvaluationFormContent | undefined;
|
|
1551
|
-
}
|
|
1552
|
-
export interface DescribeEvaluationFormResponse {
|
|
1553
|
-
EvaluationForm: EvaluationForm | undefined;
|
|
1554
|
-
}
|
|
1555
|
-
export interface RoutingCriteriaInputStep {
|
|
1556
|
-
Expiry?: RoutingCriteriaInputStepExpiry | undefined;
|
|
1557
|
-
Expression?: Expression | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
export interface SearchAgentStatusesRequest {
|
|
1560
|
-
InstanceId: string | undefined;
|
|
1561
|
-
NextToken?: string | undefined;
|
|
1562
|
-
MaxResults?: number | undefined;
|
|
1563
|
-
SearchFilter?: AgentStatusSearchFilter | undefined;
|
|
1564
|
-
SearchCriteria?: AgentStatusSearchCriteria | undefined;
|
|
1565
|
-
}
|
|
1566
|
-
export interface SearchContactFlowModulesRequest {
|
|
1567
|
-
InstanceId: string | undefined;
|
|
1568
|
-
NextToken?: string | undefined;
|
|
1569
|
-
MaxResults?: number | undefined;
|
|
1570
|
-
SearchFilter?: ContactFlowModuleSearchFilter | undefined;
|
|
1571
|
-
SearchCriteria?: ContactFlowModuleSearchCriteria | undefined;
|
|
1572
|
-
}
|
|
1573
|
-
export interface SearchContactFlowsRequest {
|
|
1574
|
-
InstanceId: string | undefined;
|
|
1575
|
-
NextToken?: string | undefined;
|
|
1576
|
-
MaxResults?: number | undefined;
|
|
1577
|
-
SearchFilter?: ContactFlowSearchFilter | undefined;
|
|
1578
|
-
SearchCriteria?: ContactFlowSearchCriteria | undefined;
|
|
1579
|
-
}
|
|
1580
|
-
export interface SearchHoursOfOperationsRequest {
|
|
1581
|
-
InstanceId: string | undefined;
|
|
1582
|
-
NextToken?: string | undefined;
|
|
1583
|
-
MaxResults?: number | undefined;
|
|
1584
|
-
SearchFilter?: HoursOfOperationSearchFilter | undefined;
|
|
1585
|
-
SearchCriteria?: HoursOfOperationSearchCriteria | undefined;
|
|
1586
|
-
}
|
|
1587
|
-
export interface SearchPredefinedAttributesRequest {
|
|
1588
|
-
InstanceId: string | undefined;
|
|
1589
|
-
NextToken?: string | undefined;
|
|
1590
|
-
MaxResults?: number | undefined;
|
|
1591
|
-
SearchCriteria?: PredefinedAttributeSearchCriteria | undefined;
|
|
1592
|
-
}
|
|
1593
|
-
export interface SearchPromptsRequest {
|
|
1594
|
-
InstanceId: string | undefined;
|
|
1595
|
-
NextToken?: string | undefined;
|
|
1596
|
-
MaxResults?: number | undefined;
|
|
1597
|
-
SearchFilter?: PromptSearchFilter | undefined;
|
|
1598
|
-
SearchCriteria?: PromptSearchCriteria | undefined;
|
|
1599
|
-
}
|
|
1600
|
-
export interface SearchQueuesRequest {
|
|
1601
|
-
InstanceId: string | undefined;
|
|
1602
|
-
NextToken?: string | undefined;
|
|
1603
|
-
MaxResults?: number | undefined;
|
|
1604
|
-
SearchFilter?: QueueSearchFilter | undefined;
|
|
1605
|
-
SearchCriteria?: QueueSearchCriteria | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface SearchQuickConnectsRequest {
|
|
1608
|
-
InstanceId: string | undefined;
|
|
1609
|
-
NextToken?: string | undefined;
|
|
1610
|
-
MaxResults?: number | undefined;
|
|
1611
|
-
SearchFilter?: QuickConnectSearchFilter | undefined;
|
|
1612
|
-
SearchCriteria?: QuickConnectSearchCriteria | undefined;
|
|
1613
|
-
}
|
|
1614
|
-
export interface SearchRoutingProfilesRequest {
|
|
1615
|
-
InstanceId: string | undefined;
|
|
1616
|
-
NextToken?: string | undefined;
|
|
1617
|
-
MaxResults?: number | undefined;
|
|
1618
|
-
SearchFilter?: RoutingProfileSearchFilter | undefined;
|
|
1619
|
-
SearchCriteria?: RoutingProfileSearchCriteria | undefined;
|
|
1620
|
-
}
|
|
1621
|
-
export interface SearchSecurityProfilesRequest {
|
|
1622
|
-
InstanceId: string | undefined;
|
|
1623
|
-
NextToken?: string | undefined;
|
|
1624
|
-
MaxResults?: number | undefined;
|
|
1625
|
-
SearchCriteria?: SecurityProfileSearchCriteria | undefined;
|
|
1626
|
-
SearchFilter?: SecurityProfilesSearchFilter | undefined;
|
|
1627
|
-
}
|
|
1628
|
-
export interface SearchUserHierarchyGroupsRequest {
|
|
1629
|
-
InstanceId: string | undefined;
|
|
1630
|
-
NextToken?: string | undefined;
|
|
1631
|
-
MaxResults?: number | undefined;
|
|
1632
|
-
SearchFilter?: UserHierarchyGroupSearchFilter | undefined;
|
|
1633
|
-
SearchCriteria?: UserHierarchyGroupSearchCriteria | undefined;
|
|
1634
|
-
}
|
|
1635
|
-
export interface SearchUsersRequest {
|
|
1636
|
-
InstanceId: string | undefined;
|
|
1637
|
-
NextToken?: string | undefined;
|
|
1638
|
-
MaxResults?: number | undefined;
|
|
1639
|
-
SearchFilter?: UserSearchFilter | undefined;
|
|
1640
|
-
SearchCriteria?: UserSearchCriteria | undefined;
|
|
1641
|
-
}
|
|
1642
|
-
export interface Step {
|
|
1643
|
-
Expiry?: Expiry | undefined;
|
|
1644
|
-
Expression?: Expression | undefined;
|
|
1645
|
-
Status?: RoutingCriteriaStepStatus | undefined;
|
|
1646
|
-
}
|
|
1647
|
-
export interface RoutingCriteria {
|
|
1648
|
-
Steps?: Step[] | undefined;
|
|
1649
|
-
ActivationTimestamp?: Date | undefined;
|
|
1650
|
-
Index?: number | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface RoutingCriteriaInput {
|
|
1653
|
-
Steps?: RoutingCriteriaInputStep[] | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export interface Contact {
|
|
1656
|
-
Arn?: string | undefined;
|
|
1657
|
-
Id?: string | undefined;
|
|
1658
|
-
InitialContactId?: string | undefined;
|
|
1659
|
-
PreviousContactId?: string | undefined;
|
|
1660
|
-
InitiationMethod?: ContactInitiationMethod | undefined;
|
|
1661
|
-
Name?: string | undefined;
|
|
1662
|
-
Description?: string | undefined;
|
|
1663
|
-
Channel?: Channel | undefined;
|
|
1664
|
-
QueueInfo?: QueueInfo | undefined;
|
|
1665
|
-
AgentInfo?: AgentInfo | undefined;
|
|
1666
|
-
InitiationTimestamp?: Date | undefined;
|
|
1667
|
-
DisconnectTimestamp?: Date | undefined;
|
|
1668
|
-
LastUpdateTimestamp?: Date | undefined;
|
|
1669
|
-
LastPausedTimestamp?: Date | undefined;
|
|
1670
|
-
LastResumedTimestamp?: Date | undefined;
|
|
1671
|
-
TotalPauseCount?: number | undefined;
|
|
1672
|
-
TotalPauseDurationInSeconds?: number | undefined;
|
|
1673
|
-
ScheduledTimestamp?: Date | undefined;
|
|
1674
|
-
RelatedContactId?: string | undefined;
|
|
1675
|
-
WisdomInfo?: WisdomInfo | undefined;
|
|
1676
|
-
QueueTimeAdjustmentSeconds?: number | undefined;
|
|
1677
|
-
QueuePriority?: number | undefined;
|
|
1678
|
-
Tags?: Record<string, string> | undefined;
|
|
1679
|
-
ConnectedToSystemTimestamp?: Date | undefined;
|
|
1680
|
-
RoutingCriteria?: RoutingCriteria | undefined;
|
|
1681
|
-
Customer?: Customer | undefined;
|
|
1682
|
-
Campaign?: Campaign | undefined;
|
|
1683
|
-
AnsweringMachineDetectionStatus?: AnsweringMachineDetectionStatus | undefined;
|
|
1684
|
-
CustomerVoiceActivity?: CustomerVoiceActivity | undefined;
|
|
1685
|
-
QualityMetrics?: QualityMetrics | undefined;
|
|
1686
|
-
DisconnectDetails?: DisconnectDetails | undefined;
|
|
1687
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
1688
|
-
}
|
|
1689
|
-
export interface UpdateContactRoutingDataRequest {
|
|
1690
|
-
InstanceId: string | undefined;
|
|
1691
|
-
ContactId: string | undefined;
|
|
1692
|
-
QueueTimeAdjustmentSeconds?: number | undefined;
|
|
1693
|
-
QueuePriority?: number | undefined;
|
|
1694
|
-
RoutingCriteria?: RoutingCriteriaInput | undefined;
|
|
1695
|
-
}
|
|
1696
|
-
export interface DescribeContactResponse {
|
|
1697
|
-
Contact?: Contact | undefined;
|
|
1698
|
-
}
|
|
1699
1804
|
export declare const ViewSummaryFilterSensitiveLog: (obj: ViewSummary) => any;
|
|
1700
1805
|
export declare const ListViewsResponseFilterSensitiveLog: (
|
|
1701
1806
|
obj: ListViewsResponse
|
|
@@ -1722,12 +1827,24 @@ export declare const SearchableContactAttributesCriteriaFilterSensitiveLog: (
|
|
|
1722
1827
|
export declare const SearchableContactAttributesFilterSensitiveLog: (
|
|
1723
1828
|
obj: SearchableContactAttributes
|
|
1724
1829
|
) => any;
|
|
1830
|
+
export declare const SearchableSegmentAttributesCriteriaFilterSensitiveLog: (
|
|
1831
|
+
obj: SearchableSegmentAttributesCriteria
|
|
1832
|
+
) => any;
|
|
1833
|
+
export declare const SearchableSegmentAttributesFilterSensitiveLog: (
|
|
1834
|
+
obj: SearchableSegmentAttributes
|
|
1835
|
+
) => any;
|
|
1725
1836
|
export declare const SearchCriteriaFilterSensitiveLog: (
|
|
1726
1837
|
obj: SearchCriteria
|
|
1727
1838
|
) => any;
|
|
1728
1839
|
export declare const SearchContactsRequestFilterSensitiveLog: (
|
|
1729
1840
|
obj: SearchContactsRequest
|
|
1730
1841
|
) => any;
|
|
1842
|
+
export declare const EmailAddressMetadataFilterSensitiveLog: (
|
|
1843
|
+
obj: EmailAddressMetadata
|
|
1844
|
+
) => any;
|
|
1845
|
+
export declare const SearchEmailAddressesResponseFilterSensitiveLog: (
|
|
1846
|
+
obj: SearchEmailAddressesResponse
|
|
1847
|
+
) => any;
|
|
1731
1848
|
export declare const UserIdentityInfoLiteFilterSensitiveLog: (
|
|
1732
1849
|
obj: UserIdentityInfoLite
|
|
1733
1850
|
) => any;
|
|
@@ -1737,12 +1854,36 @@ export declare const UserSearchSummaryFilterSensitiveLog: (
|
|
|
1737
1854
|
export declare const SearchUsersResponseFilterSensitiveLog: (
|
|
1738
1855
|
obj: SearchUsersResponse
|
|
1739
1856
|
) => any;
|
|
1857
|
+
export declare const EmailAddressInfoFilterSensitiveLog: (
|
|
1858
|
+
obj: EmailAddressInfo
|
|
1859
|
+
) => any;
|
|
1860
|
+
export declare const OutboundAdditionalRecipientsFilterSensitiveLog: (
|
|
1861
|
+
obj: OutboundAdditionalRecipients
|
|
1862
|
+
) => any;
|
|
1863
|
+
export declare const OutboundRawMessageFilterSensitiveLog: (
|
|
1864
|
+
obj: OutboundRawMessage
|
|
1865
|
+
) => any;
|
|
1866
|
+
export declare const OutboundEmailContentFilterSensitiveLog: (
|
|
1867
|
+
obj: OutboundEmailContent
|
|
1868
|
+
) => any;
|
|
1869
|
+
export declare const SendOutboundEmailRequestFilterSensitiveLog: (
|
|
1870
|
+
obj: SendOutboundEmailRequest
|
|
1871
|
+
) => any;
|
|
1872
|
+
export declare const InboundAdditionalRecipientsFilterSensitiveLog: (
|
|
1873
|
+
obj: InboundAdditionalRecipients
|
|
1874
|
+
) => any;
|
|
1875
|
+
export declare const InboundRawMessageFilterSensitiveLog: (
|
|
1876
|
+
obj: InboundRawMessage
|
|
1877
|
+
) => any;
|
|
1878
|
+
export declare const InboundEmailContentFilterSensitiveLog: (
|
|
1879
|
+
obj: InboundEmailContent
|
|
1880
|
+
) => any;
|
|
1881
|
+
export declare const StartOutboundEmailContactRequestFilterSensitiveLog: (
|
|
1882
|
+
obj: StartOutboundEmailContactRequest
|
|
1883
|
+
) => any;
|
|
1740
1884
|
export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (
|
|
1741
1885
|
obj: StartOutboundVoiceContactRequest
|
|
1742
1886
|
) => any;
|
|
1743
|
-
export declare const StartTaskContactRequestFilterSensitiveLog: (
|
|
1744
|
-
obj: StartTaskContactRequest
|
|
1745
|
-
) => any;
|
|
1746
1887
|
export declare const StartWebRTCContactRequestFilterSensitiveLog: (
|
|
1747
1888
|
obj: StartWebRTCContactRequest
|
|
1748
1889
|
) => any;
|
|
@@ -1753,8 +1894,8 @@ export declare const ConnectionDataFilterSensitiveLog: (
|
|
|
1753
1894
|
export declare const StartWebRTCContactResponseFilterSensitiveLog: (
|
|
1754
1895
|
obj: StartWebRTCContactResponse
|
|
1755
1896
|
) => any;
|
|
1756
|
-
export declare const
|
|
1757
|
-
obj:
|
|
1897
|
+
export declare const UpdateEmailAddressMetadataRequestFilterSensitiveLog: (
|
|
1898
|
+
obj: UpdateEmailAddressMetadataRequest
|
|
1758
1899
|
) => any;
|
|
1759
1900
|
export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (
|
|
1760
1901
|
obj: UpdateUserIdentityInfoRequest
|
|
@@ -1768,7 +1909,6 @@ export declare const UpdateViewContentResponseFilterSensitiveLog: (
|
|
|
1768
1909
|
export declare const UpdateViewMetadataRequestFilterSensitiveLog: (
|
|
1769
1910
|
obj: UpdateViewMetadataRequest
|
|
1770
1911
|
) => any;
|
|
1771
|
-
export declare const
|
|
1772
|
-
|
|
1773
|
-
obj: DescribeContactResponse
|
|
1912
|
+
export declare const CreateContactRequestFilterSensitiveLog: (
|
|
1913
|
+
obj: CreateContactRequest
|
|
1774
1914
|
) => any;
|