@aws-sdk/client-connect 3.936.0 → 3.938.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 +64 -0
- package/dist-cjs/index.js +425 -17
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -17
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +8 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
- package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- 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 +2 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
- 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/StartChatContactCommand.d.ts +2 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +162 -239
- package/dist-types/models/models_1.d.ts +501 -481
- package/dist-types/models/models_2.d.ts +3522 -3819
- package/dist-types/models/models_3.d.ts +803 -3
- package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.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 +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- 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/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -99
- package/dist-types/ts3.4/models/models_1.d.ts +161 -102
- package/dist-types/ts3.4/models/models_2.d.ts +112 -157
- package/dist-types/ts3.4/models/models_3.d.ts +185 -2
- package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +1 -1
|
@@ -1,5 +1,243 @@
|
|
|
1
|
-
import { AgentAvailabilityTimer, AgentStatusType, ArtifactStatus, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMetricName, ContactState, CurrentMetricName, DirectoryType, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, FileStatusType, FileUseCaseType, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntegrationType, IntervalPeriod, LexVersion, ListFlowAssociationResourceType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QueueStatus, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SortOrder, SourceType, Statistic, TaskTemplateStatus, TrafficDistributionGroupStatus, Unit, VocabularyLanguageCode, VocabularyState } from "./enums";
|
|
2
|
-
import { ActionSummary, AgentConfig, AgentContactReference, AgentStatusIdentifier, AgentStatusReference, AgentStatusSummary, AliasConfiguration, AnalyticsDataAssociationResult,
|
|
1
|
+
import { AgentAvailabilityTimer, AgentStatusType, ArtifactStatus, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMetricName, ContactState, CurrentMetricName, DirectoryType, EvaluationFormVersionStatus, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, EventSourceName, FileStatusType, FileUseCaseType, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntegrationType, IntervalPeriod, LexVersion, ListFlowAssociationResourceType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SortOrder, SourceType, Statistic, TaskTemplateStatus, TrafficDistributionGroupStatus, Unit, VocabularyLanguageCode, VocabularyState } from "./enums";
|
|
2
|
+
import { ActionSummary, AgentConfig, AgentContactReference, AgentStatusIdentifier, AgentStatusReference, AgentStatusSummary, AliasConfiguration, AnalyticsDataAssociationResult, CreatedByInfo, Distribution, EvaluationTranscriptPointOfInterest, ExternalInvocationConfiguration, FlowAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InstanceStorageConfig, LexBot, LexV2Bot, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OverrideTimeSlice, PredefinedAttributeValues, QueueReference, QuickConnectConfig, RoutingProfileQueueReference, RuleAction, RuleTriggerEventSource, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, UserIdentityInfo, UserPhoneConfig, View } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The Contact Lens category used by evaluation automation.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface EvaluationAutomationRuleCategory {
|
|
8
|
+
/**
|
|
9
|
+
* <p>A category label.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
Category: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>An automation condition for a Contact Lens category.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
Condition: QuestionRuleCategoryAutomationCondition | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>A point of interest in a contact transcript that indicates match of condition.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* <p>Analysis details providing explanation for Contact Lens automation decision.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface EvaluationContactLensAnswerAnalysisDetails {
|
|
29
|
+
/**
|
|
30
|
+
* <p>A list of match rule categories.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
MatchedRuleCategories?: EvaluationAutomationRuleCategory[] | undefined;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* <p>An analysis for a generative AI answer to the question.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export interface EvaluationGenAIAnswerAnalysisDetails {
|
|
40
|
+
/**
|
|
41
|
+
* <p>Generative AI automation answer justification.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Justification?: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>Generative AI automation answer analysis points of interest.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* <p>Detailed analysis results of the automated answer to the evaluation question.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export type EvaluationQuestionAnswerAnalysisDetails = EvaluationQuestionAnswerAnalysisDetails.ContactLensMember | EvaluationQuestionAnswerAnalysisDetails.GenAIMember | EvaluationQuestionAnswerAnalysisDetails.$UnknownMember;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
export declare namespace EvaluationQuestionAnswerAnalysisDetails {
|
|
60
|
+
/**
|
|
61
|
+
* <p>Analysis results from the generative AI automation for the question.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
interface GenAIMember {
|
|
65
|
+
GenAI: EvaluationGenAIAnswerAnalysisDetails;
|
|
66
|
+
ContactLens?: never;
|
|
67
|
+
$unknown?: never;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* <p>Analysis results from the Contact Lens automation for the question.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
interface ContactLensMember {
|
|
74
|
+
GenAI?: never;
|
|
75
|
+
ContactLens: EvaluationContactLensAnswerAnalysisDetails;
|
|
76
|
+
$unknown?: never;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
interface $UnknownMember {
|
|
82
|
+
GenAI?: never;
|
|
83
|
+
ContactLens?: never;
|
|
84
|
+
$unknown: [string, any];
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @deprecated unused in schema-serde mode.
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
interface Visitor<T> {
|
|
91
|
+
GenAI: (value: EvaluationGenAIAnswerAnalysisDetails) => T;
|
|
92
|
+
ContactLens: (value: EvaluationContactLensAnswerAnalysisDetails) => T;
|
|
93
|
+
_: (name: string, value: any) => T;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* <p>Details of the input data used for automated question processing.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
export interface EvaluationQuestionInputDetails {
|
|
101
|
+
/**
|
|
102
|
+
* <p>Transcript type.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
TranscriptType?: EvaluationTranscriptType | undefined;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* <p>Information about answer data for a contact evaluation. Answer data must be either string,
|
|
109
|
+
* numeric, or not applicable.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export type EvaluationAnswerData = EvaluationAnswerData.NotApplicableMember | EvaluationAnswerData.NumericValueMember | EvaluationAnswerData.StringValueMember | EvaluationAnswerData.$UnknownMember;
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export declare namespace EvaluationAnswerData {
|
|
117
|
+
/**
|
|
118
|
+
* <p>The string value for an answer in a contact evaluation.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
interface StringValueMember {
|
|
122
|
+
StringValue: string;
|
|
123
|
+
NumericValue?: never;
|
|
124
|
+
NotApplicable?: never;
|
|
125
|
+
$unknown?: never;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* <p>The numeric value for an answer in a contact evaluation.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
interface NumericValueMember {
|
|
132
|
+
StringValue?: never;
|
|
133
|
+
NumericValue: number;
|
|
134
|
+
NotApplicable?: never;
|
|
135
|
+
$unknown?: never;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* <p>The flag to mark the question as not applicable.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
interface NotApplicableMember {
|
|
142
|
+
StringValue?: never;
|
|
143
|
+
NumericValue?: never;
|
|
144
|
+
NotApplicable: boolean;
|
|
145
|
+
$unknown?: never;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
interface $UnknownMember {
|
|
151
|
+
StringValue?: never;
|
|
152
|
+
NumericValue?: never;
|
|
153
|
+
NotApplicable?: never;
|
|
154
|
+
$unknown: [string, any];
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* @deprecated unused in schema-serde mode.
|
|
158
|
+
*
|
|
159
|
+
*/
|
|
160
|
+
interface Visitor<T> {
|
|
161
|
+
StringValue: (value: string) => T;
|
|
162
|
+
NumericValue: (value: number) => T;
|
|
163
|
+
NotApplicable: (value: boolean) => T;
|
|
164
|
+
_: (name: string, value: any) => T;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* <p>The information about the suggested answer for the question.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
export interface EvaluationSuggestedAnswer {
|
|
172
|
+
/**
|
|
173
|
+
* <p>Information about answer data for a contact evaluation. Answer data must be either string,
|
|
174
|
+
* numeric, or not applicable.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
Value?: EvaluationAnswerData | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The status of the suggested answer. D</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
Status: EvaluationSuggestedAnswerStatus | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>Details about the input used to question automation.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
Input?: EvaluationQuestionInputDetails | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>Type of analysis used to provide suggested answer.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
AnalysisType: EvaluationQuestionAnswerAnalysisType | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>Detailed analysis results.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
AnalysisDetails?: EvaluationQuestionAnswerAnalysisDetails | undefined;
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* <p>Information about output answers for a contact evaluation.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
export interface EvaluationAnswerOutput {
|
|
204
|
+
/**
|
|
205
|
+
* <p>The value for an answer in a contact evaluation.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
Value?: EvaluationAnswerData | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* <p>The system suggested value for an answer in a contact evaluation.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
SystemSuggestedValue?: EvaluationAnswerData | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>Automation suggested answers for the questions.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
SuggestedAnswers?: EvaluationSuggestedAnswer[] | undefined;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* <p>Information about the evaluation acknowledgement.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
export interface EvaluationAcknowledgement {
|
|
225
|
+
/**
|
|
226
|
+
* <p>When the agent acknowledged the evaluation.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
AcknowledgedTime: Date | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The agent who acknowledged the evaluation.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
AcknowledgedBy: string | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>A comment from the agent when they confirmed they acknowledged the evaluation.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
AcknowledgerComment?: string | undefined;
|
|
240
|
+
}
|
|
3
241
|
/**
|
|
4
242
|
* <p>Details about automated evaluations.</p>
|
|
5
243
|
* @public
|
|
@@ -322,6 +560,31 @@ export interface ContactFlowModule {
|
|
|
322
560
|
* @public
|
|
323
561
|
*/
|
|
324
562
|
Tags?: Record<string, string> | undefined;
|
|
563
|
+
/**
|
|
564
|
+
* <p>Hash of the module content for integrity verification.</p>
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
FlowModuleContentSha256?: string | undefined;
|
|
568
|
+
/**
|
|
569
|
+
* <p>The version of the flow module.</p>
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
572
|
+
Version?: number | undefined;
|
|
573
|
+
/**
|
|
574
|
+
* <p>Description of the version.</p>
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
VersionDescription?: string | undefined;
|
|
578
|
+
/**
|
|
579
|
+
* <p>The configuration settings for the flow module.</p>
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
582
|
+
Settings?: string | undefined;
|
|
583
|
+
/**
|
|
584
|
+
* <p>The external invocation configuration for the flow module</p>
|
|
585
|
+
* @public
|
|
586
|
+
*/
|
|
587
|
+
ExternalInvocationConfiguration?: ExternalInvocationConfiguration | undefined;
|
|
325
588
|
}
|
|
326
589
|
/**
|
|
327
590
|
* @public
|
|
@@ -333,6 +596,82 @@ export interface DescribeContactFlowModuleResponse {
|
|
|
333
596
|
*/
|
|
334
597
|
ContactFlowModule?: ContactFlowModule | undefined;
|
|
335
598
|
}
|
|
599
|
+
/**
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
export interface DescribeContactFlowModuleAliasRequest {
|
|
603
|
+
/**
|
|
604
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
605
|
+
* @public
|
|
606
|
+
*/
|
|
607
|
+
InstanceId: string | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* <p>The identifier of the flow module.</p>
|
|
610
|
+
* @public
|
|
611
|
+
*/
|
|
612
|
+
ContactFlowModuleId: string | undefined;
|
|
613
|
+
/**
|
|
614
|
+
* <p>The identifier of the alias.</p>
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
AliasId: string | undefined;
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
* <p>Contains information about an alias.</p>
|
|
621
|
+
* @public
|
|
622
|
+
*/
|
|
623
|
+
export interface ContactFlowModuleAliasInfo {
|
|
624
|
+
/**
|
|
625
|
+
* <p>The identifier of the flow module.</p>
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
628
|
+
ContactFlowModuleId?: string | undefined;
|
|
629
|
+
/**
|
|
630
|
+
* <p>The Amazon Resource Name (ARN) of the flow module.</p>
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
ContactFlowModuleArn?: string | undefined;
|
|
634
|
+
/**
|
|
635
|
+
* <p>The identifier of the alias.</p>
|
|
636
|
+
* @public
|
|
637
|
+
*/
|
|
638
|
+
AliasId?: string | undefined;
|
|
639
|
+
/**
|
|
640
|
+
* <p>The version of the flow module.</p>
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
643
|
+
Version?: number | undefined;
|
|
644
|
+
/**
|
|
645
|
+
* <p>The name of the alias.</p>
|
|
646
|
+
* @public
|
|
647
|
+
*/
|
|
648
|
+
Name?: string | undefined;
|
|
649
|
+
/**
|
|
650
|
+
* <p>The description of the alias.</p>
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
653
|
+
Description?: string | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
LastModifiedRegion?: string | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
LastModifiedTime?: Date | undefined;
|
|
664
|
+
}
|
|
665
|
+
/**
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
668
|
+
export interface DescribeContactFlowModuleAliasResponse {
|
|
669
|
+
/**
|
|
670
|
+
* <p>Information about the flow module alias.</p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
ContactFlowModuleAlias?: ContactFlowModuleAliasInfo | undefined;
|
|
674
|
+
}
|
|
336
675
|
/**
|
|
337
676
|
* @public
|
|
338
677
|
*/
|
|
@@ -6649,12 +6988,17 @@ export interface ListContactEvaluationsResponse {
|
|
|
6649
6988
|
/**
|
|
6650
6989
|
* @public
|
|
6651
6990
|
*/
|
|
6652
|
-
export interface
|
|
6991
|
+
export interface ListContactFlowModuleAliasesRequest {
|
|
6653
6992
|
/**
|
|
6654
6993
|
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6655
6994
|
* @public
|
|
6656
6995
|
*/
|
|
6657
6996
|
InstanceId: string | undefined;
|
|
6997
|
+
/**
|
|
6998
|
+
* <p>The identifier of the flow module.</p>
|
|
6999
|
+
* @public
|
|
7000
|
+
*/
|
|
7001
|
+
ContactFlowModuleId: string | undefined;
|
|
6658
7002
|
/**
|
|
6659
7003
|
* <p>The token for the next set of results. Use the value returned in the previous
|
|
6660
7004
|
* response in the next request to retrieve the next set of results.</p>
|
|
@@ -6666,42 +7010,114 @@ export interface ListContactFlowModulesRequest {
|
|
|
6666
7010
|
* @public
|
|
6667
7011
|
*/
|
|
6668
7012
|
MaxResults?: number | undefined;
|
|
6669
|
-
/**
|
|
6670
|
-
* <p>The state of the flow module.</p>
|
|
6671
|
-
* @public
|
|
6672
|
-
*/
|
|
6673
|
-
ContactFlowModuleState?: ContactFlowModuleState | undefined;
|
|
6674
7013
|
}
|
|
6675
7014
|
/**
|
|
6676
|
-
* <p>Contains
|
|
7015
|
+
* <p>Contains information about an alias.</p>
|
|
6677
7016
|
* @public
|
|
6678
7017
|
*/
|
|
6679
|
-
export interface
|
|
7018
|
+
export interface ContactFlowModuleAliasSummary {
|
|
6680
7019
|
/**
|
|
6681
|
-
* <p>The
|
|
7020
|
+
* <p>The Amazon Resource Name (ARN) of the flow module alias.</p>
|
|
6682
7021
|
* @public
|
|
6683
7022
|
*/
|
|
6684
|
-
|
|
7023
|
+
Arn?: string | undefined;
|
|
6685
7024
|
/**
|
|
6686
|
-
* <p>The
|
|
7025
|
+
* <p>The identifier of the alias.</p>
|
|
6687
7026
|
* @public
|
|
6688
7027
|
*/
|
|
6689
|
-
|
|
7028
|
+
AliasId?: string | undefined;
|
|
6690
7029
|
/**
|
|
6691
|
-
* <p>The
|
|
7030
|
+
* <p>The version of the flow module.</p>
|
|
6692
7031
|
* @public
|
|
6693
7032
|
*/
|
|
6694
|
-
|
|
7033
|
+
Version?: number | undefined;
|
|
6695
7034
|
/**
|
|
6696
|
-
* <p>The
|
|
7035
|
+
* <p>The name of the alias.</p>
|
|
6697
7036
|
* @public
|
|
6698
7037
|
*/
|
|
6699
|
-
|
|
6700
|
-
|
|
6701
|
-
|
|
6702
|
-
|
|
6703
|
-
|
|
6704
|
-
|
|
7038
|
+
AliasName?: string | undefined;
|
|
7039
|
+
/**
|
|
7040
|
+
* <p>The description of the alias.</p>
|
|
7041
|
+
* @public
|
|
7042
|
+
*/
|
|
7043
|
+
AliasDescription?: string | undefined;
|
|
7044
|
+
/**
|
|
7045
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
7046
|
+
* @public
|
|
7047
|
+
*/
|
|
7048
|
+
LastModifiedTime?: Date | undefined;
|
|
7049
|
+
}
|
|
7050
|
+
/**
|
|
7051
|
+
* @public
|
|
7052
|
+
*/
|
|
7053
|
+
export interface ListContactFlowModuleAliasesResponse {
|
|
7054
|
+
/**
|
|
7055
|
+
* <p>Information about the flow module aliases.</p>
|
|
7056
|
+
* @public
|
|
7057
|
+
*/
|
|
7058
|
+
ContactFlowModuleAliasSummaryList?: ContactFlowModuleAliasSummary[] | undefined;
|
|
7059
|
+
/**
|
|
7060
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7061
|
+
* @public
|
|
7062
|
+
*/
|
|
7063
|
+
NextToken?: string | undefined;
|
|
7064
|
+
}
|
|
7065
|
+
/**
|
|
7066
|
+
* @public
|
|
7067
|
+
*/
|
|
7068
|
+
export interface ListContactFlowModulesRequest {
|
|
7069
|
+
/**
|
|
7070
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7071
|
+
* @public
|
|
7072
|
+
*/
|
|
7073
|
+
InstanceId: string | undefined;
|
|
7074
|
+
/**
|
|
7075
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
7076
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
7077
|
+
* @public
|
|
7078
|
+
*/
|
|
7079
|
+
NextToken?: string | undefined;
|
|
7080
|
+
/**
|
|
7081
|
+
* <p>The maximum number of results to return per page.</p>
|
|
7082
|
+
* @public
|
|
7083
|
+
*/
|
|
7084
|
+
MaxResults?: number | undefined;
|
|
7085
|
+
/**
|
|
7086
|
+
* <p>The state of the flow module.</p>
|
|
7087
|
+
* @public
|
|
7088
|
+
*/
|
|
7089
|
+
ContactFlowModuleState?: ContactFlowModuleState | undefined;
|
|
7090
|
+
}
|
|
7091
|
+
/**
|
|
7092
|
+
* <p>Contains summary information about a flow.</p>
|
|
7093
|
+
* @public
|
|
7094
|
+
*/
|
|
7095
|
+
export interface ContactFlowModuleSummary {
|
|
7096
|
+
/**
|
|
7097
|
+
* <p>The identifier of the flow module.</p>
|
|
7098
|
+
* @public
|
|
7099
|
+
*/
|
|
7100
|
+
Id?: string | undefined;
|
|
7101
|
+
/**
|
|
7102
|
+
* <p>The Amazon Resource Name (ARN) of the flow module.</p>
|
|
7103
|
+
* @public
|
|
7104
|
+
*/
|
|
7105
|
+
Arn?: string | undefined;
|
|
7106
|
+
/**
|
|
7107
|
+
* <p>The name of the flow module.</p>
|
|
7108
|
+
* @public
|
|
7109
|
+
*/
|
|
7110
|
+
Name?: string | undefined;
|
|
7111
|
+
/**
|
|
7112
|
+
* <p>The type of flow module.</p>
|
|
7113
|
+
* @public
|
|
7114
|
+
*/
|
|
7115
|
+
State?: ContactFlowModuleState | undefined;
|
|
7116
|
+
}
|
|
7117
|
+
/**
|
|
7118
|
+
* @public
|
|
7119
|
+
*/
|
|
7120
|
+
export interface ListContactFlowModulesResponse {
|
|
6705
7121
|
/**
|
|
6706
7122
|
* <p>Information about the flow module.</p>
|
|
6707
7123
|
* @public
|
|
@@ -6713,6 +7129,68 @@ export interface ListContactFlowModulesResponse {
|
|
|
6713
7129
|
*/
|
|
6714
7130
|
NextToken?: string | undefined;
|
|
6715
7131
|
}
|
|
7132
|
+
/**
|
|
7133
|
+
* @public
|
|
7134
|
+
*/
|
|
7135
|
+
export interface ListContactFlowModuleVersionsRequest {
|
|
7136
|
+
/**
|
|
7137
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7138
|
+
* @public
|
|
7139
|
+
*/
|
|
7140
|
+
InstanceId: string | undefined;
|
|
7141
|
+
/**
|
|
7142
|
+
* <p>The identifier of the flow module.</p>
|
|
7143
|
+
* @public
|
|
7144
|
+
*/
|
|
7145
|
+
ContactFlowModuleId: string | undefined;
|
|
7146
|
+
/**
|
|
7147
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
7148
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
7149
|
+
* @public
|
|
7150
|
+
*/
|
|
7151
|
+
NextToken?: string | undefined;
|
|
7152
|
+
/**
|
|
7153
|
+
* <p>The maximum number of results to return per page.</p>
|
|
7154
|
+
* @public
|
|
7155
|
+
*/
|
|
7156
|
+
MaxResults?: number | undefined;
|
|
7157
|
+
}
|
|
7158
|
+
/**
|
|
7159
|
+
* <p>Contains information about a version.</p>
|
|
7160
|
+
* @public
|
|
7161
|
+
*/
|
|
7162
|
+
export interface ContactFlowModuleVersionSummary {
|
|
7163
|
+
/**
|
|
7164
|
+
* <p>The Amazon Resource Name (ARN) of the flow module version.</p>
|
|
7165
|
+
* @public
|
|
7166
|
+
*/
|
|
7167
|
+
Arn?: string | undefined;
|
|
7168
|
+
/**
|
|
7169
|
+
* <p>The description of the flow module version.</p>
|
|
7170
|
+
* @public
|
|
7171
|
+
*/
|
|
7172
|
+
VersionDescription?: string | undefined;
|
|
7173
|
+
/**
|
|
7174
|
+
* <p>The version of the flow module.</p>
|
|
7175
|
+
* @public
|
|
7176
|
+
*/
|
|
7177
|
+
Version?: number | undefined;
|
|
7178
|
+
}
|
|
7179
|
+
/**
|
|
7180
|
+
* @public
|
|
7181
|
+
*/
|
|
7182
|
+
export interface ListContactFlowModuleVersionsResponse {
|
|
7183
|
+
/**
|
|
7184
|
+
* <p>Information about the flow module versions.</p>
|
|
7185
|
+
* @public
|
|
7186
|
+
*/
|
|
7187
|
+
ContactFlowModuleVersionSummaryList?: ContactFlowModuleVersionSummary[] | undefined;
|
|
7188
|
+
/**
|
|
7189
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7190
|
+
* @public
|
|
7191
|
+
*/
|
|
7192
|
+
NextToken?: string | undefined;
|
|
7193
|
+
}
|
|
6716
7194
|
/**
|
|
6717
7195
|
* @public
|
|
6718
7196
|
*/
|
|
@@ -9357,461 +9835,3 @@ export interface ListSecurityKeysRequest {
|
|
|
9357
9835
|
*/
|
|
9358
9836
|
MaxResults?: number | undefined;
|
|
9359
9837
|
}
|
|
9360
|
-
/**
|
|
9361
|
-
* <p>Configuration information of the security key.</p>
|
|
9362
|
-
* @public
|
|
9363
|
-
*/
|
|
9364
|
-
export interface SecurityKey {
|
|
9365
|
-
/**
|
|
9366
|
-
* <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
|
|
9367
|
-
* @public
|
|
9368
|
-
*/
|
|
9369
|
-
AssociationId?: string | undefined;
|
|
9370
|
-
/**
|
|
9371
|
-
* <p>The key of the security key.</p>
|
|
9372
|
-
* @public
|
|
9373
|
-
*/
|
|
9374
|
-
Key?: string | undefined;
|
|
9375
|
-
/**
|
|
9376
|
-
* <p>When the security key was created.</p>
|
|
9377
|
-
* @public
|
|
9378
|
-
*/
|
|
9379
|
-
CreationTime?: Date | undefined;
|
|
9380
|
-
}
|
|
9381
|
-
/**
|
|
9382
|
-
* @public
|
|
9383
|
-
*/
|
|
9384
|
-
export interface ListSecurityKeysResponse {
|
|
9385
|
-
/**
|
|
9386
|
-
* <p>The security keys.</p>
|
|
9387
|
-
* @public
|
|
9388
|
-
*/
|
|
9389
|
-
SecurityKeys?: SecurityKey[] | undefined;
|
|
9390
|
-
/**
|
|
9391
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
9392
|
-
* @public
|
|
9393
|
-
*/
|
|
9394
|
-
NextToken?: string | undefined;
|
|
9395
|
-
}
|
|
9396
|
-
/**
|
|
9397
|
-
* @public
|
|
9398
|
-
*/
|
|
9399
|
-
export interface ListSecurityProfileApplicationsRequest {
|
|
9400
|
-
/**
|
|
9401
|
-
* <p>The identifier for the security profle.</p>
|
|
9402
|
-
* @public
|
|
9403
|
-
*/
|
|
9404
|
-
SecurityProfileId: string | undefined;
|
|
9405
|
-
/**
|
|
9406
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
9407
|
-
* @public
|
|
9408
|
-
*/
|
|
9409
|
-
InstanceId: string | undefined;
|
|
9410
|
-
/**
|
|
9411
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9412
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9413
|
-
* @public
|
|
9414
|
-
*/
|
|
9415
|
-
NextToken?: string | undefined;
|
|
9416
|
-
/**
|
|
9417
|
-
* <p>The maximum number of results to return per page.</p>
|
|
9418
|
-
* @public
|
|
9419
|
-
*/
|
|
9420
|
-
MaxResults?: number | undefined;
|
|
9421
|
-
}
|
|
9422
|
-
/**
|
|
9423
|
-
* @public
|
|
9424
|
-
*/
|
|
9425
|
-
export interface ListSecurityProfileApplicationsResponse {
|
|
9426
|
-
/**
|
|
9427
|
-
* <p>A list of the third-party application's metadata.</p>
|
|
9428
|
-
* @public
|
|
9429
|
-
*/
|
|
9430
|
-
Applications?: Application[] | undefined;
|
|
9431
|
-
/**
|
|
9432
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
9433
|
-
* @public
|
|
9434
|
-
*/
|
|
9435
|
-
NextToken?: string | undefined;
|
|
9436
|
-
/**
|
|
9437
|
-
* <p>The timestamp when this resource was last modified.</p>
|
|
9438
|
-
* @public
|
|
9439
|
-
*/
|
|
9440
|
-
LastModifiedTime?: Date | undefined;
|
|
9441
|
-
/**
|
|
9442
|
-
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
9443
|
-
* @public
|
|
9444
|
-
*/
|
|
9445
|
-
LastModifiedRegion?: string | undefined;
|
|
9446
|
-
}
|
|
9447
|
-
/**
|
|
9448
|
-
* @public
|
|
9449
|
-
*/
|
|
9450
|
-
export interface ListSecurityProfilePermissionsRequest {
|
|
9451
|
-
/**
|
|
9452
|
-
* <p>The identifier for the security profle.</p>
|
|
9453
|
-
* @public
|
|
9454
|
-
*/
|
|
9455
|
-
SecurityProfileId: string | undefined;
|
|
9456
|
-
/**
|
|
9457
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
9458
|
-
* @public
|
|
9459
|
-
*/
|
|
9460
|
-
InstanceId: string | undefined;
|
|
9461
|
-
/**
|
|
9462
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9463
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9464
|
-
* @public
|
|
9465
|
-
*/
|
|
9466
|
-
NextToken?: string | undefined;
|
|
9467
|
-
/**
|
|
9468
|
-
* <p>The maximum number of results to return per page.</p>
|
|
9469
|
-
* @public
|
|
9470
|
-
*/
|
|
9471
|
-
MaxResults?: number | undefined;
|
|
9472
|
-
}
|
|
9473
|
-
/**
|
|
9474
|
-
* @public
|
|
9475
|
-
*/
|
|
9476
|
-
export interface ListSecurityProfilePermissionsResponse {
|
|
9477
|
-
/**
|
|
9478
|
-
* <p>The permissions granted to the security profile. For a complete list of valid permissions,
|
|
9479
|
-
* see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html">List
|
|
9480
|
-
* of security profile permissions</a>.</p>
|
|
9481
|
-
* @public
|
|
9482
|
-
*/
|
|
9483
|
-
Permissions?: string[] | undefined;
|
|
9484
|
-
/**
|
|
9485
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
9486
|
-
* @public
|
|
9487
|
-
*/
|
|
9488
|
-
NextToken?: string | undefined;
|
|
9489
|
-
/**
|
|
9490
|
-
* <p>The timestamp when this resource was last modified.</p>
|
|
9491
|
-
* @public
|
|
9492
|
-
*/
|
|
9493
|
-
LastModifiedTime?: Date | undefined;
|
|
9494
|
-
/**
|
|
9495
|
-
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
9496
|
-
* @public
|
|
9497
|
-
*/
|
|
9498
|
-
LastModifiedRegion?: string | undefined;
|
|
9499
|
-
}
|
|
9500
|
-
/**
|
|
9501
|
-
* @public
|
|
9502
|
-
*/
|
|
9503
|
-
export interface ListSecurityProfilesRequest {
|
|
9504
|
-
/**
|
|
9505
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
9506
|
-
* @public
|
|
9507
|
-
*/
|
|
9508
|
-
InstanceId: string | undefined;
|
|
9509
|
-
/**
|
|
9510
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9511
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9512
|
-
* @public
|
|
9513
|
-
*/
|
|
9514
|
-
NextToken?: string | undefined;
|
|
9515
|
-
/**
|
|
9516
|
-
* <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
|
|
9517
|
-
* @public
|
|
9518
|
-
*/
|
|
9519
|
-
MaxResults?: number | undefined;
|
|
9520
|
-
}
|
|
9521
|
-
/**
|
|
9522
|
-
* <p>Contains information about a security profile.</p>
|
|
9523
|
-
* @public
|
|
9524
|
-
*/
|
|
9525
|
-
export interface SecurityProfileSummary {
|
|
9526
|
-
/**
|
|
9527
|
-
* <p>The identifier of the security profile.</p>
|
|
9528
|
-
* @public
|
|
9529
|
-
*/
|
|
9530
|
-
Id?: string | undefined;
|
|
9531
|
-
/**
|
|
9532
|
-
* <p>The Amazon Resource Name (ARN) of the security profile.</p>
|
|
9533
|
-
* @public
|
|
9534
|
-
*/
|
|
9535
|
-
Arn?: string | undefined;
|
|
9536
|
-
/**
|
|
9537
|
-
* <p>The name of the security profile.</p>
|
|
9538
|
-
* @public
|
|
9539
|
-
*/
|
|
9540
|
-
Name?: string | undefined;
|
|
9541
|
-
/**
|
|
9542
|
-
* <p>The timestamp when this resource was last modified.</p>
|
|
9543
|
-
* @public
|
|
9544
|
-
*/
|
|
9545
|
-
LastModifiedTime?: Date | undefined;
|
|
9546
|
-
/**
|
|
9547
|
-
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
9548
|
-
* @public
|
|
9549
|
-
*/
|
|
9550
|
-
LastModifiedRegion?: string | undefined;
|
|
9551
|
-
}
|
|
9552
|
-
/**
|
|
9553
|
-
* @public
|
|
9554
|
-
*/
|
|
9555
|
-
export interface ListSecurityProfilesResponse {
|
|
9556
|
-
/**
|
|
9557
|
-
* <p>Information about the security profiles.</p>
|
|
9558
|
-
* @public
|
|
9559
|
-
*/
|
|
9560
|
-
SecurityProfileSummaryList?: SecurityProfileSummary[] | undefined;
|
|
9561
|
-
/**
|
|
9562
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
9563
|
-
* @public
|
|
9564
|
-
*/
|
|
9565
|
-
NextToken?: string | undefined;
|
|
9566
|
-
}
|
|
9567
|
-
/**
|
|
9568
|
-
* @public
|
|
9569
|
-
*/
|
|
9570
|
-
export interface ListTagsForResourceRequest {
|
|
9571
|
-
/**
|
|
9572
|
-
* <p>The Amazon Resource Name (ARN) of the resource. All Amazon Connect resources (instances, queues, flows, routing
|
|
9573
|
-
* profiles, etc) have an ARN. To locate the ARN for an instance, for example, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">Find your Amazon Connect instance ID/ARN</a>. </p>
|
|
9574
|
-
* @public
|
|
9575
|
-
*/
|
|
9576
|
-
resourceArn: string | undefined;
|
|
9577
|
-
}
|
|
9578
|
-
/**
|
|
9579
|
-
* @public
|
|
9580
|
-
*/
|
|
9581
|
-
export interface ListTagsForResourceResponse {
|
|
9582
|
-
/**
|
|
9583
|
-
* <p>Information about the tags.</p>
|
|
9584
|
-
* @public
|
|
9585
|
-
*/
|
|
9586
|
-
tags?: Record<string, string> | undefined;
|
|
9587
|
-
}
|
|
9588
|
-
/**
|
|
9589
|
-
* @public
|
|
9590
|
-
*/
|
|
9591
|
-
export interface ListTaskTemplatesRequest {
|
|
9592
|
-
/**
|
|
9593
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
9594
|
-
* @public
|
|
9595
|
-
*/
|
|
9596
|
-
InstanceId: string | undefined;
|
|
9597
|
-
/**
|
|
9598
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9599
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9600
|
-
* <important>
|
|
9601
|
-
* <p>It is not expected that you set this because the value returned in the previous response is
|
|
9602
|
-
* always null.</p>
|
|
9603
|
-
* </important>
|
|
9604
|
-
* @public
|
|
9605
|
-
*/
|
|
9606
|
-
NextToken?: string | undefined;
|
|
9607
|
-
/**
|
|
9608
|
-
* <p>The maximum number of results to return per page.</p>
|
|
9609
|
-
* <important>
|
|
9610
|
-
* <p>It is not expected that you set this.</p>
|
|
9611
|
-
* </important>
|
|
9612
|
-
* @public
|
|
9613
|
-
*/
|
|
9614
|
-
MaxResults?: number | undefined;
|
|
9615
|
-
/**
|
|
9616
|
-
* <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
|
|
9617
|
-
* Tasks can only be created from <code>ACTIVE</code> templates.
|
|
9618
|
-
* If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>
|
|
9619
|
-
* @public
|
|
9620
|
-
*/
|
|
9621
|
-
Status?: TaskTemplateStatus | undefined;
|
|
9622
|
-
/**
|
|
9623
|
-
* <p>The name of the task template.</p>
|
|
9624
|
-
* @public
|
|
9625
|
-
*/
|
|
9626
|
-
Name?: string | undefined;
|
|
9627
|
-
}
|
|
9628
|
-
/**
|
|
9629
|
-
* <p>Contains summary information about the task template.</p>
|
|
9630
|
-
* @public
|
|
9631
|
-
*/
|
|
9632
|
-
export interface TaskTemplateMetadata {
|
|
9633
|
-
/**
|
|
9634
|
-
* <p>A unique identifier for the task template.</p>
|
|
9635
|
-
* @public
|
|
9636
|
-
*/
|
|
9637
|
-
Id?: string | undefined;
|
|
9638
|
-
/**
|
|
9639
|
-
* <p>The Amazon Resource Name (ARN) of the task template.</p>
|
|
9640
|
-
* @public
|
|
9641
|
-
*/
|
|
9642
|
-
Arn?: string | undefined;
|
|
9643
|
-
/**
|
|
9644
|
-
* <p>The name of the task template.</p>
|
|
9645
|
-
* @public
|
|
9646
|
-
*/
|
|
9647
|
-
Name?: string | undefined;
|
|
9648
|
-
/**
|
|
9649
|
-
* <p>The description of the task template.</p>
|
|
9650
|
-
* @public
|
|
9651
|
-
*/
|
|
9652
|
-
Description?: string | undefined;
|
|
9653
|
-
/**
|
|
9654
|
-
* <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
|
|
9655
|
-
* Tasks can only be created from <code>ACTIVE</code> templates.
|
|
9656
|
-
* If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>
|
|
9657
|
-
* @public
|
|
9658
|
-
*/
|
|
9659
|
-
Status?: TaskTemplateStatus | undefined;
|
|
9660
|
-
/**
|
|
9661
|
-
* <p>The timestamp when the task template was last modified.</p>
|
|
9662
|
-
* @public
|
|
9663
|
-
*/
|
|
9664
|
-
LastModifiedTime?: Date | undefined;
|
|
9665
|
-
/**
|
|
9666
|
-
* <p>The timestamp when the task template was created.</p>
|
|
9667
|
-
* @public
|
|
9668
|
-
*/
|
|
9669
|
-
CreatedTime?: Date | undefined;
|
|
9670
|
-
}
|
|
9671
|
-
/**
|
|
9672
|
-
* @public
|
|
9673
|
-
*/
|
|
9674
|
-
export interface ListTaskTemplatesResponse {
|
|
9675
|
-
/**
|
|
9676
|
-
* <p>Provides details about a list of task templates belonging to an instance.</p>
|
|
9677
|
-
* @public
|
|
9678
|
-
*/
|
|
9679
|
-
TaskTemplates?: TaskTemplateMetadata[] | undefined;
|
|
9680
|
-
/**
|
|
9681
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
9682
|
-
* <important>
|
|
9683
|
-
* <p>This is always returned as a null in the response.</p>
|
|
9684
|
-
* </important>
|
|
9685
|
-
* @public
|
|
9686
|
-
*/
|
|
9687
|
-
NextToken?: string | undefined;
|
|
9688
|
-
}
|
|
9689
|
-
/**
|
|
9690
|
-
* @public
|
|
9691
|
-
*/
|
|
9692
|
-
export interface ListTrafficDistributionGroupsRequest {
|
|
9693
|
-
/**
|
|
9694
|
-
* <p>The maximum number of results to return per page.</p>
|
|
9695
|
-
* @public
|
|
9696
|
-
*/
|
|
9697
|
-
MaxResults?: number | undefined;
|
|
9698
|
-
/**
|
|
9699
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9700
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9701
|
-
* @public
|
|
9702
|
-
*/
|
|
9703
|
-
NextToken?: string | undefined;
|
|
9704
|
-
/**
|
|
9705
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
9706
|
-
* @public
|
|
9707
|
-
*/
|
|
9708
|
-
InstanceId?: string | undefined;
|
|
9709
|
-
}
|
|
9710
|
-
/**
|
|
9711
|
-
* <p>Information about traffic distribution groups.</p>
|
|
9712
|
-
* @public
|
|
9713
|
-
*/
|
|
9714
|
-
export interface TrafficDistributionGroupSummary {
|
|
9715
|
-
/**
|
|
9716
|
-
* <p>The identifier of the traffic distribution group.
|
|
9717
|
-
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
9718
|
-
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
9719
|
-
* @public
|
|
9720
|
-
*/
|
|
9721
|
-
Id?: string | undefined;
|
|
9722
|
-
/**
|
|
9723
|
-
* <p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>
|
|
9724
|
-
* @public
|
|
9725
|
-
*/
|
|
9726
|
-
Arn?: string | undefined;
|
|
9727
|
-
/**
|
|
9728
|
-
* <p>The name of the traffic distribution group.</p>
|
|
9729
|
-
* @public
|
|
9730
|
-
*/
|
|
9731
|
-
Name?: string | undefined;
|
|
9732
|
-
/**
|
|
9733
|
-
* <p>The Amazon Resource Name (ARN) of the traffic distribution group.</p>
|
|
9734
|
-
* @public
|
|
9735
|
-
*/
|
|
9736
|
-
InstanceArn?: string | undefined;
|
|
9737
|
-
/**
|
|
9738
|
-
* <p>The status of the traffic distribution group. </p>
|
|
9739
|
-
* <ul>
|
|
9740
|
-
* <li>
|
|
9741
|
-
* <p>
|
|
9742
|
-
* <code>CREATION_IN_PROGRESS</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html">CreateTrafficDistributionGroup</a> operation is still in progress and has not yet
|
|
9743
|
-
* completed.</p>
|
|
9744
|
-
* </li>
|
|
9745
|
-
* <li>
|
|
9746
|
-
* <p>
|
|
9747
|
-
* <code>ACTIVE</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html">CreateTrafficDistributionGroup</a> operation has succeeded.</p>
|
|
9748
|
-
* </li>
|
|
9749
|
-
* <li>
|
|
9750
|
-
* <p>
|
|
9751
|
-
* <code>CREATION_FAILED</code> indicates that the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateTrafficDistributionGroup.html">CreateTrafficDistributionGroup</a> operation has failed.</p>
|
|
9752
|
-
* </li>
|
|
9753
|
-
* <li>
|
|
9754
|
-
* <p>
|
|
9755
|
-
* <code>PENDING_DELETION</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html">DeleteTrafficDistributionGroup</a> operation is still in progress and has not yet
|
|
9756
|
-
* completed.</p>
|
|
9757
|
-
* </li>
|
|
9758
|
-
* <li>
|
|
9759
|
-
* <p>
|
|
9760
|
-
* <code>DELETION_FAILED</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteTrafficDistributionGroup.html">DeleteTrafficDistributionGroup</a> operation has failed.</p>
|
|
9761
|
-
* </li>
|
|
9762
|
-
* <li>
|
|
9763
|
-
* <p>
|
|
9764
|
-
* <code>UPDATE_IN_PROGRESS</code> means the previous <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateTrafficDistributionGroup.html">UpdateTrafficDistributionGroup</a> operation is still in progress and has not yet
|
|
9765
|
-
* completed.</p>
|
|
9766
|
-
* </li>
|
|
9767
|
-
* </ul>
|
|
9768
|
-
* @public
|
|
9769
|
-
*/
|
|
9770
|
-
Status?: TrafficDistributionGroupStatus | undefined;
|
|
9771
|
-
/**
|
|
9772
|
-
* <p>Whether this is the default traffic distribution group created during instance
|
|
9773
|
-
* replication. The default traffic distribution group cannot be deleted by the
|
|
9774
|
-
* <code>DeleteTrafficDistributionGroup</code> API. The default traffic distribution group is deleted as
|
|
9775
|
-
* part of the process for deleting a replica.</p>
|
|
9776
|
-
* @public
|
|
9777
|
-
*/
|
|
9778
|
-
IsDefault?: boolean | undefined;
|
|
9779
|
-
}
|
|
9780
|
-
/**
|
|
9781
|
-
* @public
|
|
9782
|
-
*/
|
|
9783
|
-
export interface ListTrafficDistributionGroupsResponse {
|
|
9784
|
-
/**
|
|
9785
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
9786
|
-
* @public
|
|
9787
|
-
*/
|
|
9788
|
-
NextToken?: string | undefined;
|
|
9789
|
-
/**
|
|
9790
|
-
* <p>A list of traffic distribution groups.</p>
|
|
9791
|
-
* @public
|
|
9792
|
-
*/
|
|
9793
|
-
TrafficDistributionGroupSummaryList?: TrafficDistributionGroupSummary[] | undefined;
|
|
9794
|
-
}
|
|
9795
|
-
/**
|
|
9796
|
-
* @public
|
|
9797
|
-
*/
|
|
9798
|
-
export interface ListTrafficDistributionGroupUsersRequest {
|
|
9799
|
-
/**
|
|
9800
|
-
* <p>The identifier of the traffic distribution group.
|
|
9801
|
-
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
9802
|
-
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
9803
|
-
* @public
|
|
9804
|
-
*/
|
|
9805
|
-
TrafficDistributionGroupId: string | undefined;
|
|
9806
|
-
/**
|
|
9807
|
-
* <p>The maximum number of results to return per page.</p>
|
|
9808
|
-
* @public
|
|
9809
|
-
*/
|
|
9810
|
-
MaxResults?: number | undefined;
|
|
9811
|
-
/**
|
|
9812
|
-
* <p>The token for the next set of results. Use the value returned in the previous
|
|
9813
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
9814
|
-
* @public
|
|
9815
|
-
*/
|
|
9816
|
-
NextToken?: string | undefined;
|
|
9817
|
-
}
|