@aws-sdk/client-connect 3.398.0 → 3.405.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 +72 -0
- package/dist-cjs/Connect.js +18 -0
- package/dist-cjs/commands/CreateViewCommand.js +47 -0
- package/dist-cjs/commands/CreateViewVersionCommand.js +47 -0
- package/dist-cjs/commands/DeleteViewCommand.js +46 -0
- package/dist-cjs/commands/DeleteViewVersionCommand.js +46 -0
- package/dist-cjs/commands/DescribeViewCommand.js +47 -0
- package/dist-cjs/commands/ListViewVersionsCommand.js +47 -0
- package/dist-cjs/commands/ListViewsCommand.js +47 -0
- package/dist-cjs/commands/UpdateViewContentCommand.js +47 -0
- package/dist-cjs/commands/UpdateViewMetadataCommand.js +47 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +66 -6
- package/dist-cjs/models/models_1.js +25 -1
- package/dist-cjs/models/models_2.js +18 -1
- package/dist-cjs/pagination/ListViewVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListViewsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +713 -20
- package/dist-es/Connect.js +18 -0
- package/dist-es/commands/CreateViewCommand.js +43 -0
- package/dist-es/commands/CreateViewVersionCommand.js +43 -0
- package/dist-es/commands/DeleteViewCommand.js +42 -0
- package/dist-es/commands/DeleteViewVersionCommand.js +42 -0
- package/dist-es/commands/DescribeViewCommand.js +43 -0
- package/dist-es/commands/ListViewVersionsCommand.js +43 -0
- package/dist-es/commands/ListViewsCommand.js +43 -0
- package/dist-es/commands/UpdateViewContentCommand.js +43 -0
- package/dist-es/commands/UpdateViewMetadataCommand.js +43 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +57 -5
- package/dist-es/models/models_1.js +20 -0
- package/dist-es/models/models_2.js +14 -0
- package/dist-es/pagination/ListViewVersionsPaginator.js +25 -0
- package/dist-es/pagination/ListViewsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +687 -13
- package/dist-types/Connect.d.ts +63 -0
- package/dist-types/ConnectClient.d.ts +11 -2
- package/dist-types/commands/CreateQueueCommand.d.ts +20 -13
- package/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +8 -0
- package/dist-types/commands/CreateViewCommand.d.ts +140 -0
- package/dist-types/commands/CreateViewVersionCommand.d.ts +126 -0
- package/dist-types/commands/DeleteViewCommand.d.ts +93 -0
- package/dist-types/commands/DeleteViewVersionCommand.d.ts +94 -0
- package/dist-types/commands/DescribeViewCommand.d.ts +121 -0
- package/dist-types/commands/DescribeVocabularyCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +1 -1
- package/dist-types/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/commands/GetContactAttributesCommand.d.ts +1 -2
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +14 -4
- package/dist-types/commands/ListViewVersionsCommand.d.ts +106 -0
- package/dist-types/commands/ListViewsCommand.d.ts +105 -0
- package/dist-types/commands/StopContactCommand.d.ts +5 -3
- package/dist-types/commands/UpdatePromptCommand.d.ts +2 -1
- package/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +21 -14
- package/dist-types/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +6 -3
- package/dist-types/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +127 -0
- package/dist-types/commands/UpdateViewMetadataCommand.d.ts +99 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +359 -317
- package/dist-types/models/models_1.d.ts +478 -553
- package/dist-types/models/models_2.d.ts +632 -2
- package/dist-types/pagination/ListViewVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListViewsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/Connect.d.ts +153 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +56 -2
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteViewVersionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DismissUserContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListViewVersionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListViewsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePromptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrafficDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateViewContentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateViewMetadataCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +117 -90
- package/dist-types/ts3.4/models/models_1.d.ts +121 -135
- package/dist-types/ts3.4/models/models_2.d.ts +171 -1
- package/dist-types/ts3.4/pagination/ListViewVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListViewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +7 -7
|
@@ -1,6 +1,303 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import { ActionSummary,
|
|
3
|
+
import { ActionSummary, AgentConfig, AgentContactReference, AgentStatusReference, AgentStatusState, AgentStatusSummary, AgentStatusType, Attribute, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowType, ContactState, DirectoryType, Distribution, EvaluationAnswerData, EvaluationFormVersionStatus, EvaluationNote, EvaluationScore, EvaluationStatus, EventSourceName, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationConfig, InstanceAttributeType, InstanceStatus, InstanceStorageConfig, InstanceStorageResourceType, IntegrationType, LexBot, LexV2Bot, MonitorCapability, PhoneNumberCountryCode, PhoneNumberType, Prompt, Queue, QueueReference, QuickConnect, QuickConnectType, Reference, ReferenceType, RoutingProfile, RoutingProfileQueueReference, RulePublishStatus, SourceType, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, TrafficDistributionGroupStatus, UseCaseType, UserPhoneConfig, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Contains information about a custom vocabulary.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface Vocabulary {
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
* <p>A unique name of the custom vocabulary.</p>
|
|
12
|
+
*/
|
|
13
|
+
Name: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p>The identifier of the custom vocabulary.</p>
|
|
17
|
+
*/
|
|
18
|
+
Id: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* <p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>
|
|
22
|
+
*/
|
|
23
|
+
Arn: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see
|
|
27
|
+
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
28
|
+
* </p>
|
|
29
|
+
*/
|
|
30
|
+
LanguageCode: VocabularyLanguageCode | string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* <p>The current state of the custom vocabulary.</p>
|
|
34
|
+
*/
|
|
35
|
+
State: VocabularyState | string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* <p>The timestamp when the custom vocabulary was last modified.</p>
|
|
39
|
+
*/
|
|
40
|
+
LastModifiedTime: Date | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* <p>The reason why the custom vocabulary was not created.</p>
|
|
44
|
+
*/
|
|
45
|
+
FailureReason?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
* <p>The content of the custom vocabulary in plain-text format with a table of values. Each row
|
|
49
|
+
* in the table represents a word or a phrase, described with <code>Phrase</code>, <code>IPA</code>,
|
|
50
|
+
* <code>SoundsLike</code>, and <code>DisplayAs</code> fields. Separate the fields with TAB
|
|
51
|
+
* characters. For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table">Create a custom
|
|
52
|
+
* vocabulary using a table</a>.</p>
|
|
53
|
+
*/
|
|
54
|
+
Content?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
58
|
+
*/
|
|
59
|
+
Tags?: Record<string, string>;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface DescribeVocabularyResponse {
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* <p>A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are
|
|
68
|
+
* generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper
|
|
69
|
+
* nouns.</p>
|
|
70
|
+
*/
|
|
71
|
+
Vocabulary: Vocabulary | undefined;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export interface DisassociateApprovedOriginRequest {
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* <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>
|
|
80
|
+
*/
|
|
81
|
+
InstanceId: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
* <p>The domain URL of the integrated application.</p>
|
|
85
|
+
*/
|
|
86
|
+
Origin: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export interface DisassociateBotRequest {
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
* <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>
|
|
95
|
+
*/
|
|
96
|
+
InstanceId: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
* <p>Configuration information of an Amazon Lex bot.</p>
|
|
100
|
+
*/
|
|
101
|
+
LexBot?: LexBot;
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
* <p>The Amazon Lex V2 bot to disassociate from the instance.</p>
|
|
105
|
+
*/
|
|
106
|
+
LexV2Bot?: LexV2Bot;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export interface DisassociateInstanceStorageConfigRequest {
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
* <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>
|
|
115
|
+
*/
|
|
116
|
+
InstanceId: string | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
* <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
|
|
120
|
+
*/
|
|
121
|
+
AssociationId: string | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
* <p>A valid resource type.</p>
|
|
125
|
+
*/
|
|
126
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
export interface DisassociateLambdaFunctionRequest {
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
* <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>
|
|
135
|
+
*/
|
|
136
|
+
InstanceId: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* <p>The Amazon Resource Name (ARN) of the Lambda function being disassociated.</p>
|
|
140
|
+
*/
|
|
141
|
+
FunctionArn: string | undefined;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
export interface DisassociateLexBotRequest {
|
|
147
|
+
/**
|
|
148
|
+
* @public
|
|
149
|
+
* <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>
|
|
150
|
+
*/
|
|
151
|
+
InstanceId: string | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* <p>The name of the Amazon Lex bot. Maximum character limit of 50.</p>
|
|
155
|
+
*/
|
|
156
|
+
BotName: string | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
* <p>The Amazon Web Services Region in which the Amazon Lex bot has been created.</p>
|
|
160
|
+
*/
|
|
161
|
+
LexRegion: string | undefined;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
export interface DisassociatePhoneNumberContactFlowRequest {
|
|
167
|
+
/**
|
|
168
|
+
* @public
|
|
169
|
+
* <p>A unique identifier for the phone number.</p>
|
|
170
|
+
*/
|
|
171
|
+
PhoneNumberId: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
* <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>
|
|
175
|
+
*/
|
|
176
|
+
InstanceId: string | undefined;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
export interface DisassociateQueueQuickConnectsRequest {
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
* <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>
|
|
185
|
+
*/
|
|
186
|
+
InstanceId: string | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
* <p>The identifier for the queue.</p>
|
|
190
|
+
*/
|
|
191
|
+
QueueId: string | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
* <p>The quick connects to disassociate from the queue.</p>
|
|
195
|
+
*/
|
|
196
|
+
QuickConnectIds: string[] | undefined;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
export interface DisassociateRoutingProfileQueuesRequest {
|
|
202
|
+
/**
|
|
203
|
+
* @public
|
|
204
|
+
* <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>
|
|
205
|
+
*/
|
|
206
|
+
InstanceId: string | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* @public
|
|
209
|
+
* <p>The identifier of the routing profile.</p>
|
|
210
|
+
*/
|
|
211
|
+
RoutingProfileId: string | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* @public
|
|
214
|
+
* <p>The queues to disassociate from this routing profile.</p>
|
|
215
|
+
*/
|
|
216
|
+
QueueReferences: RoutingProfileQueueReference[] | undefined;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
export interface DisassociateSecurityKeyRequest {
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
* <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>
|
|
225
|
+
*/
|
|
226
|
+
InstanceId: string | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
* <p>The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.</p>
|
|
230
|
+
*/
|
|
231
|
+
AssociationId: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export interface DisassociateTrafficDistributionGroupUserRequest {
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
* <p>The identifier of the traffic distribution group.
|
|
240
|
+
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
241
|
+
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
242
|
+
*/
|
|
243
|
+
TrafficDistributionGroupId: string | undefined;
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
* <p>The identifier for the user. This can be the ID or the ARN of the user.</p>
|
|
247
|
+
*/
|
|
248
|
+
UserId: string | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
* <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>
|
|
252
|
+
*/
|
|
253
|
+
InstanceId: string | undefined;
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
export interface DisassociateTrafficDistributionGroupUserResponse {
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
export interface DismissUserContactRequest {
|
|
264
|
+
/**
|
|
265
|
+
* @public
|
|
266
|
+
* <p>The identifier of the user account.</p>
|
|
267
|
+
*/
|
|
268
|
+
UserId: string | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* @public
|
|
271
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the
|
|
272
|
+
* instance.</p>
|
|
273
|
+
*/
|
|
274
|
+
InstanceId: string | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* @public
|
|
277
|
+
* <p>The identifier of the contact.</p>
|
|
278
|
+
*/
|
|
279
|
+
ContactId: string | undefined;
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export interface DismissUserContactResponse {
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
export interface GetContactAttributesRequest {
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
* <p>The identifier of the Amazon Connect instance.</p>
|
|
293
|
+
*/
|
|
294
|
+
InstanceId: string | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
* <p>The identifier of the initial contact.</p>
|
|
298
|
+
*/
|
|
299
|
+
InitialContactId: string | undefined;
|
|
300
|
+
}
|
|
4
301
|
/**
|
|
5
302
|
* @public
|
|
6
303
|
*/
|
|
@@ -4324,7 +4621,169 @@ export interface ListUsersResponse {
|
|
|
4324
4621
|
/**
|
|
4325
4622
|
* @public
|
|
4326
4623
|
*/
|
|
4327
|
-
export interface
|
|
4624
|
+
export interface ListViewsRequest {
|
|
4625
|
+
/**
|
|
4626
|
+
* @public
|
|
4627
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
4628
|
+
*/
|
|
4629
|
+
InstanceId: string | undefined;
|
|
4630
|
+
/**
|
|
4631
|
+
* @public
|
|
4632
|
+
* <p>The type of the view.</p>
|
|
4633
|
+
*/
|
|
4634
|
+
Type?: ViewType | string;
|
|
4635
|
+
/**
|
|
4636
|
+
* @public
|
|
4637
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4638
|
+
* retrieve the next set of results.</p>
|
|
4639
|
+
*/
|
|
4640
|
+
NextToken?: string;
|
|
4641
|
+
/**
|
|
4642
|
+
* @public
|
|
4643
|
+
* <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
|
|
4644
|
+
*/
|
|
4645
|
+
MaxResults?: number;
|
|
4646
|
+
}
|
|
4647
|
+
/**
|
|
4648
|
+
* @public
|
|
4649
|
+
* <p>A summary of a view's metadata.</p>
|
|
4650
|
+
*/
|
|
4651
|
+
export interface ViewSummary {
|
|
4652
|
+
/**
|
|
4653
|
+
* @public
|
|
4654
|
+
* <p>The identifier of the view.</p>
|
|
4655
|
+
*/
|
|
4656
|
+
Id?: string;
|
|
4657
|
+
/**
|
|
4658
|
+
* @public
|
|
4659
|
+
* <p>The Amazon Resource Name (ARN) of the view.</p>
|
|
4660
|
+
*/
|
|
4661
|
+
Arn?: string;
|
|
4662
|
+
/**
|
|
4663
|
+
* @public
|
|
4664
|
+
* <p>The name of the view.</p>
|
|
4665
|
+
*/
|
|
4666
|
+
Name?: string;
|
|
4667
|
+
/**
|
|
4668
|
+
* @public
|
|
4669
|
+
* <p>The type of the view.</p>
|
|
4670
|
+
*/
|
|
4671
|
+
Type?: ViewType | string;
|
|
4672
|
+
/**
|
|
4673
|
+
* @public
|
|
4674
|
+
* <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
|
|
4675
|
+
* <code>PUBLISHED</code> status will initiate validation on the content.</p>
|
|
4676
|
+
*/
|
|
4677
|
+
Status?: ViewStatus | string;
|
|
4678
|
+
/**
|
|
4679
|
+
* @public
|
|
4680
|
+
* <p>The description of the view.</p>
|
|
4681
|
+
*/
|
|
4682
|
+
Description?: string;
|
|
4683
|
+
}
|
|
4684
|
+
/**
|
|
4685
|
+
* @public
|
|
4686
|
+
*/
|
|
4687
|
+
export interface ListViewsResponse {
|
|
4688
|
+
/**
|
|
4689
|
+
* @public
|
|
4690
|
+
* <p>A list of view summaries.</p>
|
|
4691
|
+
*/
|
|
4692
|
+
ViewsSummaryList?: ViewSummary[];
|
|
4693
|
+
/**
|
|
4694
|
+
* @public
|
|
4695
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4696
|
+
* retrieve the next set of results.</p>
|
|
4697
|
+
*/
|
|
4698
|
+
NextToken?: string;
|
|
4699
|
+
}
|
|
4700
|
+
/**
|
|
4701
|
+
* @public
|
|
4702
|
+
*/
|
|
4703
|
+
export interface ListViewVersionsRequest {
|
|
4704
|
+
/**
|
|
4705
|
+
* @public
|
|
4706
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
4707
|
+
*/
|
|
4708
|
+
InstanceId: string | undefined;
|
|
4709
|
+
/**
|
|
4710
|
+
* @public
|
|
4711
|
+
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
|
|
4712
|
+
*/
|
|
4713
|
+
ViewId: string | undefined;
|
|
4714
|
+
/**
|
|
4715
|
+
* @public
|
|
4716
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4717
|
+
* retrieve the next set of results.</p>
|
|
4718
|
+
*/
|
|
4719
|
+
NextToken?: string;
|
|
4720
|
+
/**
|
|
4721
|
+
* @public
|
|
4722
|
+
* <p>The maximum number of results to return per page. The default MaxResult size is 100.</p>
|
|
4723
|
+
*/
|
|
4724
|
+
MaxResults?: number;
|
|
4725
|
+
}
|
|
4726
|
+
/**
|
|
4727
|
+
* @public
|
|
4728
|
+
* <p>A summary of a view version's metadata.</p>
|
|
4729
|
+
*/
|
|
4730
|
+
export interface ViewVersionSummary {
|
|
4731
|
+
/**
|
|
4732
|
+
* @public
|
|
4733
|
+
* <p>The identifier of the view version.</p>
|
|
4734
|
+
*/
|
|
4735
|
+
Id?: string;
|
|
4736
|
+
/**
|
|
4737
|
+
* @public
|
|
4738
|
+
* <p>The Amazon Resource Name (ARN) of the view version.</p>
|
|
4739
|
+
*/
|
|
4740
|
+
Arn?: string;
|
|
4741
|
+
/**
|
|
4742
|
+
* @public
|
|
4743
|
+
* <p>The description of the view version.</p>
|
|
4744
|
+
*/
|
|
4745
|
+
Description?: string;
|
|
4746
|
+
/**
|
|
4747
|
+
* @public
|
|
4748
|
+
* <p>The name of the view version.</p>
|
|
4749
|
+
*/
|
|
4750
|
+
Name?: string;
|
|
4751
|
+
/**
|
|
4752
|
+
* @public
|
|
4753
|
+
* <p>The type of the view version.</p>
|
|
4754
|
+
*/
|
|
4755
|
+
Type?: ViewType | string;
|
|
4756
|
+
/**
|
|
4757
|
+
* @public
|
|
4758
|
+
* <p>The sequentially incremented version of the view version.</p>
|
|
4759
|
+
*/
|
|
4760
|
+
Version?: number;
|
|
4761
|
+
/**
|
|
4762
|
+
* @public
|
|
4763
|
+
* <p>The description of the view version.</p>
|
|
4764
|
+
*/
|
|
4765
|
+
VersionDescription?: string;
|
|
4766
|
+
}
|
|
4767
|
+
/**
|
|
4768
|
+
* @public
|
|
4769
|
+
*/
|
|
4770
|
+
export interface ListViewVersionsResponse {
|
|
4771
|
+
/**
|
|
4772
|
+
* @public
|
|
4773
|
+
* <p>A list of view version summaries.</p>
|
|
4774
|
+
*/
|
|
4775
|
+
ViewVersionSummaryList?: ViewVersionSummary[];
|
|
4776
|
+
/**
|
|
4777
|
+
* @public
|
|
4778
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
4779
|
+
* retrieve the next set of results.</p>
|
|
4780
|
+
*/
|
|
4781
|
+
NextToken?: string;
|
|
4782
|
+
}
|
|
4783
|
+
/**
|
|
4784
|
+
* @public
|
|
4785
|
+
*/
|
|
4786
|
+
export interface MonitorContactRequest {
|
|
4328
4787
|
/**
|
|
4329
4788
|
* @public
|
|
4330
4789
|
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
|
|
@@ -5888,7 +6347,7 @@ export interface StartTaskContactResponse {
|
|
|
5888
6347
|
/**
|
|
5889
6348
|
* @public
|
|
5890
6349
|
* <p>The contact with the specified ID is not active or does not exist. Applies to Voice calls
|
|
5891
|
-
* only, not to Chat
|
|
6350
|
+
* only, not to Chat or Task contacts.</p>
|
|
5892
6351
|
*/
|
|
5893
6352
|
export declare class ContactNotFoundException extends __BaseException {
|
|
5894
6353
|
readonly name: "ContactNotFoundException";
|
|
@@ -6805,571 +7264,37 @@ export interface UpdatePromptRequest {
|
|
|
6805
7264
|
S3Uri?: string;
|
|
6806
7265
|
}
|
|
6807
7266
|
/**
|
|
6808
|
-
* @
|
|
7267
|
+
* @internal
|
|
6809
7268
|
*/
|
|
6810
|
-
export
|
|
6811
|
-
/**
|
|
6812
|
-
* @public
|
|
6813
|
-
* <p>The Amazon Resource Name (ARN) of the prompt.</p>
|
|
6814
|
-
*/
|
|
6815
|
-
PromptARN?: string;
|
|
6816
|
-
/**
|
|
6817
|
-
* @public
|
|
6818
|
-
* <p>A unique identifier for the prompt.</p>
|
|
6819
|
-
*/
|
|
6820
|
-
PromptId?: string;
|
|
6821
|
-
}
|
|
7269
|
+
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
6822
7270
|
/**
|
|
6823
|
-
* @
|
|
7271
|
+
* @internal
|
|
6824
7272
|
*/
|
|
6825
|
-
export
|
|
6826
|
-
/**
|
|
6827
|
-
* @public
|
|
6828
|
-
* <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>
|
|
6829
|
-
*/
|
|
6830
|
-
InstanceId: string | undefined;
|
|
6831
|
-
/**
|
|
6832
|
-
* @public
|
|
6833
|
-
* <p>The identifier for the queue.</p>
|
|
6834
|
-
*/
|
|
6835
|
-
QueueId: string | undefined;
|
|
6836
|
-
/**
|
|
6837
|
-
* @public
|
|
6838
|
-
* <p>The identifier for the hours of operation.</p>
|
|
6839
|
-
*/
|
|
6840
|
-
HoursOfOperationId: string | undefined;
|
|
6841
|
-
}
|
|
7273
|
+
export declare const GetFederationTokenResponseFilterSensitiveLog: (obj: GetFederationTokenResponse) => any;
|
|
6842
7274
|
/**
|
|
6843
|
-
* @
|
|
7275
|
+
* @internal
|
|
6844
7276
|
*/
|
|
6845
|
-
export
|
|
6846
|
-
/**
|
|
6847
|
-
* @public
|
|
6848
|
-
* <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>
|
|
6849
|
-
*/
|
|
6850
|
-
InstanceId: string | undefined;
|
|
6851
|
-
/**
|
|
6852
|
-
* @public
|
|
6853
|
-
* <p>The identifier for the queue.</p>
|
|
6854
|
-
*/
|
|
6855
|
-
QueueId: string | undefined;
|
|
6856
|
-
/**
|
|
6857
|
-
* @public
|
|
6858
|
-
* <p>The maximum number of contacts that can be in the queue before it is considered full.</p>
|
|
6859
|
-
*/
|
|
6860
|
-
MaxContacts?: number;
|
|
6861
|
-
}
|
|
7277
|
+
export declare const InstanceSummaryFilterSensitiveLog: (obj: InstanceSummary) => any;
|
|
6862
7278
|
/**
|
|
6863
|
-
* @
|
|
7279
|
+
* @internal
|
|
6864
7280
|
*/
|
|
6865
|
-
export
|
|
6866
|
-
/**
|
|
6867
|
-
* @public
|
|
6868
|
-
* <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>
|
|
6869
|
-
*/
|
|
6870
|
-
InstanceId: string | undefined;
|
|
6871
|
-
/**
|
|
6872
|
-
* @public
|
|
6873
|
-
* <p>The identifier for the queue.</p>
|
|
6874
|
-
*/
|
|
6875
|
-
QueueId: string | undefined;
|
|
6876
|
-
/**
|
|
6877
|
-
* @public
|
|
6878
|
-
* <p>The name of the queue.</p>
|
|
6879
|
-
*/
|
|
6880
|
-
Name?: string;
|
|
6881
|
-
/**
|
|
6882
|
-
* @public
|
|
6883
|
-
* <p>The description of the queue.</p>
|
|
6884
|
-
*/
|
|
6885
|
-
Description?: string;
|
|
6886
|
-
}
|
|
7281
|
+
export declare const ListInstancesResponseFilterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
6887
7282
|
/**
|
|
6888
|
-
* @
|
|
7283
|
+
* @internal
|
|
6889
7284
|
*/
|
|
6890
|
-
export
|
|
6891
|
-
/**
|
|
6892
|
-
* @public
|
|
6893
|
-
* <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>
|
|
6894
|
-
*/
|
|
6895
|
-
InstanceId: string | undefined;
|
|
6896
|
-
/**
|
|
6897
|
-
* @public
|
|
6898
|
-
* <p>The identifier for the queue.</p>
|
|
6899
|
-
*/
|
|
6900
|
-
QueueId: string | undefined;
|
|
6901
|
-
/**
|
|
6902
|
-
* @public
|
|
6903
|
-
* <p>The outbound caller ID name, number, and outbound whisper flow.</p>
|
|
6904
|
-
*/
|
|
6905
|
-
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
6906
|
-
}
|
|
7285
|
+
export declare const ViewSummaryFilterSensitiveLog: (obj: ViewSummary) => any;
|
|
6907
7286
|
/**
|
|
6908
|
-
* @
|
|
7287
|
+
* @internal
|
|
6909
7288
|
*/
|
|
6910
|
-
export
|
|
6911
|
-
/**
|
|
6912
|
-
* @public
|
|
6913
|
-
* <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>
|
|
6914
|
-
*/
|
|
6915
|
-
InstanceId: string | undefined;
|
|
6916
|
-
/**
|
|
6917
|
-
* @public
|
|
6918
|
-
* <p>The identifier for the queue.</p>
|
|
6919
|
-
*/
|
|
6920
|
-
QueueId: string | undefined;
|
|
6921
|
-
/**
|
|
6922
|
-
* @public
|
|
6923
|
-
* <p>The status of the queue.</p>
|
|
6924
|
-
*/
|
|
6925
|
-
Status: QueueStatus | string | undefined;
|
|
6926
|
-
}
|
|
7289
|
+
export declare const ListViewsResponseFilterSensitiveLog: (obj: ListViewsResponse) => any;
|
|
6927
7290
|
/**
|
|
6928
|
-
* @
|
|
7291
|
+
* @internal
|
|
6929
7292
|
*/
|
|
6930
|
-
export
|
|
6931
|
-
/**
|
|
6932
|
-
* @public
|
|
6933
|
-
* <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>
|
|
6934
|
-
*/
|
|
6935
|
-
InstanceId: string | undefined;
|
|
6936
|
-
/**
|
|
6937
|
-
* @public
|
|
6938
|
-
* <p>The identifier for the quick connect.</p>
|
|
6939
|
-
*/
|
|
6940
|
-
QuickConnectId: string | undefined;
|
|
6941
|
-
/**
|
|
6942
|
-
* @public
|
|
6943
|
-
* <p>Information about the configuration settings for the quick connect.</p>
|
|
6944
|
-
*/
|
|
6945
|
-
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
6946
|
-
}
|
|
7293
|
+
export declare const ViewVersionSummaryFilterSensitiveLog: (obj: ViewVersionSummary) => any;
|
|
6947
7294
|
/**
|
|
6948
|
-
* @
|
|
7295
|
+
* @internal
|
|
6949
7296
|
*/
|
|
6950
|
-
export
|
|
6951
|
-
/**
|
|
6952
|
-
* @public
|
|
6953
|
-
* <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>
|
|
6954
|
-
*/
|
|
6955
|
-
InstanceId: string | undefined;
|
|
6956
|
-
/**
|
|
6957
|
-
* @public
|
|
6958
|
-
* <p>The identifier for the quick connect.</p>
|
|
6959
|
-
*/
|
|
6960
|
-
QuickConnectId: string | undefined;
|
|
6961
|
-
/**
|
|
6962
|
-
* @public
|
|
6963
|
-
* <p>The name of the quick connect.</p>
|
|
6964
|
-
*/
|
|
6965
|
-
Name?: string;
|
|
6966
|
-
/**
|
|
6967
|
-
* @public
|
|
6968
|
-
* <p>The description of the quick connect.</p>
|
|
6969
|
-
*/
|
|
6970
|
-
Description?: string;
|
|
6971
|
-
}
|
|
6972
|
-
/**
|
|
6973
|
-
* @public
|
|
6974
|
-
*/
|
|
6975
|
-
export interface UpdateRoutingProfileAgentAvailabilityTimerRequest {
|
|
6976
|
-
/**
|
|
6977
|
-
* @public
|
|
6978
|
-
* <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>
|
|
6979
|
-
*/
|
|
6980
|
-
InstanceId: string | undefined;
|
|
6981
|
-
/**
|
|
6982
|
-
* @public
|
|
6983
|
-
* <p>The identifier of the routing profile.</p>
|
|
6984
|
-
*/
|
|
6985
|
-
RoutingProfileId: string | undefined;
|
|
6986
|
-
/**
|
|
6987
|
-
* @public
|
|
6988
|
-
* <p>Whether agents with this routing profile will have their routing order calculated based on
|
|
6989
|
-
* <i>time since their last inbound contact</i> or <i>longest idle
|
|
6990
|
-
* time</i>. </p>
|
|
6991
|
-
*/
|
|
6992
|
-
AgentAvailabilityTimer: AgentAvailabilityTimer | string | undefined;
|
|
6993
|
-
}
|
|
6994
|
-
/**
|
|
6995
|
-
* @public
|
|
6996
|
-
*/
|
|
6997
|
-
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
6998
|
-
/**
|
|
6999
|
-
* @public
|
|
7000
|
-
* <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>
|
|
7001
|
-
*/
|
|
7002
|
-
InstanceId: string | undefined;
|
|
7003
|
-
/**
|
|
7004
|
-
* @public
|
|
7005
|
-
* <p>The identifier of the routing profile.</p>
|
|
7006
|
-
*/
|
|
7007
|
-
RoutingProfileId: string | undefined;
|
|
7008
|
-
/**
|
|
7009
|
-
* @public
|
|
7010
|
-
* <p>The channels that agents can handle in the Contact Control Panel (CCP).</p>
|
|
7011
|
-
*/
|
|
7012
|
-
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
7013
|
-
}
|
|
7014
|
-
/**
|
|
7015
|
-
* @public
|
|
7016
|
-
*/
|
|
7017
|
-
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
7018
|
-
/**
|
|
7019
|
-
* @public
|
|
7020
|
-
* <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>
|
|
7021
|
-
*/
|
|
7022
|
-
InstanceId: string | undefined;
|
|
7023
|
-
/**
|
|
7024
|
-
* @public
|
|
7025
|
-
* <p>The identifier of the routing profile.</p>
|
|
7026
|
-
*/
|
|
7027
|
-
RoutingProfileId: string | undefined;
|
|
7028
|
-
/**
|
|
7029
|
-
* @public
|
|
7030
|
-
* <p>The identifier for the default outbound queue.</p>
|
|
7031
|
-
*/
|
|
7032
|
-
DefaultOutboundQueueId: string | undefined;
|
|
7033
|
-
}
|
|
7034
|
-
/**
|
|
7035
|
-
* @public
|
|
7036
|
-
*/
|
|
7037
|
-
export interface UpdateRoutingProfileNameRequest {
|
|
7038
|
-
/**
|
|
7039
|
-
* @public
|
|
7040
|
-
* <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>
|
|
7041
|
-
*/
|
|
7042
|
-
InstanceId: string | undefined;
|
|
7043
|
-
/**
|
|
7044
|
-
* @public
|
|
7045
|
-
* <p>The identifier of the routing profile.</p>
|
|
7046
|
-
*/
|
|
7047
|
-
RoutingProfileId: string | undefined;
|
|
7048
|
-
/**
|
|
7049
|
-
* @public
|
|
7050
|
-
* <p>The name of the routing profile. Must not be more than 127 characters.</p>
|
|
7051
|
-
*/
|
|
7052
|
-
Name?: string;
|
|
7053
|
-
/**
|
|
7054
|
-
* @public
|
|
7055
|
-
* <p>The description of the routing profile. Must not be more than 250 characters.</p>
|
|
7056
|
-
*/
|
|
7057
|
-
Description?: string;
|
|
7058
|
-
}
|
|
7059
|
-
/**
|
|
7060
|
-
* @public
|
|
7061
|
-
*/
|
|
7062
|
-
export interface UpdateRoutingProfileQueuesRequest {
|
|
7063
|
-
/**
|
|
7064
|
-
* @public
|
|
7065
|
-
* <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>
|
|
7066
|
-
*/
|
|
7067
|
-
InstanceId: string | undefined;
|
|
7068
|
-
/**
|
|
7069
|
-
* @public
|
|
7070
|
-
* <p>The identifier of the routing profile.</p>
|
|
7071
|
-
*/
|
|
7072
|
-
RoutingProfileId: string | undefined;
|
|
7073
|
-
/**
|
|
7074
|
-
* @public
|
|
7075
|
-
* <p>The queues to be updated for this routing profile.
|
|
7076
|
-
* Queues must first be associated to the routing
|
|
7077
|
-
* profile. You can do this using AssociateRoutingProfileQueues.</p>
|
|
7078
|
-
*/
|
|
7079
|
-
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
7080
|
-
}
|
|
7081
|
-
/**
|
|
7082
|
-
* @public
|
|
7083
|
-
*/
|
|
7084
|
-
export interface UpdateRuleRequest {
|
|
7085
|
-
/**
|
|
7086
|
-
* @public
|
|
7087
|
-
* <p>A unique identifier for the rule.</p>
|
|
7088
|
-
*/
|
|
7089
|
-
RuleId: string | undefined;
|
|
7090
|
-
/**
|
|
7091
|
-
* @public
|
|
7092
|
-
* <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>
|
|
7093
|
-
*/
|
|
7094
|
-
InstanceId: string | undefined;
|
|
7095
|
-
/**
|
|
7096
|
-
* @public
|
|
7097
|
-
* <p>The name of the rule. You can change the name only if <code>TriggerEventSource</code> is one
|
|
7098
|
-
* of the following values: <code>OnZendeskTicketCreate</code> |
|
|
7099
|
-
* <code>OnZendeskTicketStatusUpdate</code> | <code>OnSalesforceCaseCreate</code>
|
|
7100
|
-
* </p>
|
|
7101
|
-
*/
|
|
7102
|
-
Name: string | undefined;
|
|
7103
|
-
/**
|
|
7104
|
-
* @public
|
|
7105
|
-
* <p>The conditions of the rule.</p>
|
|
7106
|
-
*/
|
|
7107
|
-
Function: string | undefined;
|
|
7108
|
-
/**
|
|
7109
|
-
* @public
|
|
7110
|
-
* <p>A list of actions to be run when the rule is triggered.</p>
|
|
7111
|
-
*/
|
|
7112
|
-
Actions: RuleAction[] | undefined;
|
|
7113
|
-
/**
|
|
7114
|
-
* @public
|
|
7115
|
-
* <p>The publish status of the rule.</p>
|
|
7116
|
-
*/
|
|
7117
|
-
PublishStatus: RulePublishStatus | string | undefined;
|
|
7118
|
-
}
|
|
7119
|
-
/**
|
|
7120
|
-
* @public
|
|
7121
|
-
*/
|
|
7122
|
-
export interface UpdateSecurityProfileRequest {
|
|
7123
|
-
/**
|
|
7124
|
-
* @public
|
|
7125
|
-
* <p>The description of the security profile.</p>
|
|
7126
|
-
*/
|
|
7127
|
-
Description?: string;
|
|
7128
|
-
/**
|
|
7129
|
-
* @public
|
|
7130
|
-
* <p>The permissions granted to a security profile. For a list of valid permissions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html">List of security
|
|
7131
|
-
* profile permissions</a>.</p>
|
|
7132
|
-
*/
|
|
7133
|
-
Permissions?: string[];
|
|
7134
|
-
/**
|
|
7135
|
-
* @public
|
|
7136
|
-
* <p>The identifier for the security profle.</p>
|
|
7137
|
-
*/
|
|
7138
|
-
SecurityProfileId: string | undefined;
|
|
7139
|
-
/**
|
|
7140
|
-
* @public
|
|
7141
|
-
* <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>
|
|
7142
|
-
*/
|
|
7143
|
-
InstanceId: string | undefined;
|
|
7144
|
-
/**
|
|
7145
|
-
* @public
|
|
7146
|
-
* <p>The list of tags that a security profile uses to restrict access to resources in Amazon Connect.</p>
|
|
7147
|
-
*/
|
|
7148
|
-
AllowedAccessControlTags?: Record<string, string>;
|
|
7149
|
-
/**
|
|
7150
|
-
* @public
|
|
7151
|
-
* <p>The list of resources that a security profile applies tag restrictions to in Amazon Connect.</p>
|
|
7152
|
-
*/
|
|
7153
|
-
TagRestrictedResources?: string[];
|
|
7154
|
-
}
|
|
7155
|
-
/**
|
|
7156
|
-
* @public
|
|
7157
|
-
*/
|
|
7158
|
-
export interface UpdateTaskTemplateRequest {
|
|
7159
|
-
/**
|
|
7160
|
-
* @public
|
|
7161
|
-
* <p>A unique identifier for the task template.</p>
|
|
7162
|
-
*/
|
|
7163
|
-
TaskTemplateId: string | undefined;
|
|
7164
|
-
/**
|
|
7165
|
-
* @public
|
|
7166
|
-
* <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>
|
|
7167
|
-
*/
|
|
7168
|
-
InstanceId: string | undefined;
|
|
7169
|
-
/**
|
|
7170
|
-
* @public
|
|
7171
|
-
* <p>The name of the task template.</p>
|
|
7172
|
-
*/
|
|
7173
|
-
Name?: string;
|
|
7174
|
-
/**
|
|
7175
|
-
* @public
|
|
7176
|
-
* <p>The description of the task template.</p>
|
|
7177
|
-
*/
|
|
7178
|
-
Description?: string;
|
|
7179
|
-
/**
|
|
7180
|
-
* @public
|
|
7181
|
-
* <p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>
|
|
7182
|
-
*/
|
|
7183
|
-
ContactFlowId?: string;
|
|
7184
|
-
/**
|
|
7185
|
-
* @public
|
|
7186
|
-
* <p>Constraints that are applicable to the fields listed.</p>
|
|
7187
|
-
*/
|
|
7188
|
-
Constraints?: TaskTemplateConstraints;
|
|
7189
|
-
/**
|
|
7190
|
-
* @public
|
|
7191
|
-
* <p>The default values for fields when a task is created by referencing this template.</p>
|
|
7192
|
-
*/
|
|
7193
|
-
Defaults?: TaskTemplateDefaults;
|
|
7194
|
-
/**
|
|
7195
|
-
* @public
|
|
7196
|
-
* <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
|
|
7197
|
-
* Tasks can only be created from <code>ACTIVE</code> templates.
|
|
7198
|
-
* If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>
|
|
7199
|
-
*/
|
|
7200
|
-
Status?: TaskTemplateStatus | string;
|
|
7201
|
-
/**
|
|
7202
|
-
* @public
|
|
7203
|
-
* <p>Fields that are part of the template.</p>
|
|
7204
|
-
*/
|
|
7205
|
-
Fields?: TaskTemplateField[];
|
|
7206
|
-
}
|
|
7207
|
-
/**
|
|
7208
|
-
* @public
|
|
7209
|
-
*/
|
|
7210
|
-
export interface UpdateTaskTemplateResponse {
|
|
7211
|
-
/**
|
|
7212
|
-
* @public
|
|
7213
|
-
* <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>
|
|
7214
|
-
*/
|
|
7215
|
-
InstanceId?: string;
|
|
7216
|
-
/**
|
|
7217
|
-
* @public
|
|
7218
|
-
* <p>The identifier of the task template resource.</p>
|
|
7219
|
-
*/
|
|
7220
|
-
Id?: string;
|
|
7221
|
-
/**
|
|
7222
|
-
* @public
|
|
7223
|
-
* <p>The Amazon Resource Name (ARN) for the task template resource.</p>
|
|
7224
|
-
*/
|
|
7225
|
-
Arn?: string;
|
|
7226
|
-
/**
|
|
7227
|
-
* @public
|
|
7228
|
-
* <p>The name of the task template.</p>
|
|
7229
|
-
*/
|
|
7230
|
-
Name?: string;
|
|
7231
|
-
/**
|
|
7232
|
-
* @public
|
|
7233
|
-
* <p>The description of the task template.</p>
|
|
7234
|
-
*/
|
|
7235
|
-
Description?: string;
|
|
7236
|
-
/**
|
|
7237
|
-
* @public
|
|
7238
|
-
* <p>The identifier of the flow that runs by default when a task is created by referencing this template.</p>
|
|
7239
|
-
*/
|
|
7240
|
-
ContactFlowId?: string;
|
|
7241
|
-
/**
|
|
7242
|
-
* @public
|
|
7243
|
-
* <p>Constraints that are applicable to the fields listed.</p>
|
|
7244
|
-
*/
|
|
7245
|
-
Constraints?: TaskTemplateConstraints;
|
|
7246
|
-
/**
|
|
7247
|
-
* @public
|
|
7248
|
-
* <p>The default values for fields when a task is created by referencing this template.</p>
|
|
7249
|
-
*/
|
|
7250
|
-
Defaults?: TaskTemplateDefaults;
|
|
7251
|
-
/**
|
|
7252
|
-
* @public
|
|
7253
|
-
* <p>Fields that are part of the template.</p>
|
|
7254
|
-
*/
|
|
7255
|
-
Fields?: TaskTemplateField[];
|
|
7256
|
-
/**
|
|
7257
|
-
* @public
|
|
7258
|
-
* <p>Marks a template as <code>ACTIVE</code> or <code>INACTIVE</code> for a task to refer to it.
|
|
7259
|
-
* Tasks can only be created from <code>ACTIVE</code> templates.
|
|
7260
|
-
* If a template is marked as <code>INACTIVE</code>, then a task that refers to this template cannot be created.</p>
|
|
7261
|
-
*/
|
|
7262
|
-
Status?: TaskTemplateStatus | string;
|
|
7263
|
-
/**
|
|
7264
|
-
* @public
|
|
7265
|
-
* <p>The timestamp when the task template was last modified.</p>
|
|
7266
|
-
*/
|
|
7267
|
-
LastModifiedTime?: Date;
|
|
7268
|
-
/**
|
|
7269
|
-
* @public
|
|
7270
|
-
* <p>The timestamp when the task template was created.</p>
|
|
7271
|
-
*/
|
|
7272
|
-
CreatedTime?: Date;
|
|
7273
|
-
}
|
|
7274
|
-
/**
|
|
7275
|
-
* @public
|
|
7276
|
-
*/
|
|
7277
|
-
export interface UpdateTrafficDistributionRequest {
|
|
7278
|
-
/**
|
|
7279
|
-
* @public
|
|
7280
|
-
* <p>The identifier of the traffic distribution group.
|
|
7281
|
-
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
7282
|
-
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
7283
|
-
*/
|
|
7284
|
-
Id: string | undefined;
|
|
7285
|
-
/**
|
|
7286
|
-
* @public
|
|
7287
|
-
* <p>The distribution of traffic between the instance and its replica(s).</p>
|
|
7288
|
-
*/
|
|
7289
|
-
TelephonyConfig?: TelephonyConfig;
|
|
7290
|
-
/**
|
|
7291
|
-
* @public
|
|
7292
|
-
* <p>The distribution of allowing signing in to the instance and its replica(s).</p>
|
|
7293
|
-
*/
|
|
7294
|
-
SignInConfig?: SignInConfig;
|
|
7295
|
-
/**
|
|
7296
|
-
* @public
|
|
7297
|
-
* <p>The distribution of agents between the instance and its replica(s).</p>
|
|
7298
|
-
*/
|
|
7299
|
-
AgentConfig?: AgentConfig;
|
|
7300
|
-
}
|
|
7301
|
-
/**
|
|
7302
|
-
* @public
|
|
7303
|
-
*/
|
|
7304
|
-
export interface UpdateTrafficDistributionResponse {
|
|
7305
|
-
}
|
|
7306
|
-
/**
|
|
7307
|
-
* @public
|
|
7308
|
-
*/
|
|
7309
|
-
export interface UpdateUserHierarchyRequest {
|
|
7310
|
-
/**
|
|
7311
|
-
* @public
|
|
7312
|
-
* <p>The identifier of the hierarchy group.</p>
|
|
7313
|
-
*/
|
|
7314
|
-
HierarchyGroupId?: string;
|
|
7315
|
-
/**
|
|
7316
|
-
* @public
|
|
7317
|
-
* <p>The identifier of the user account.</p>
|
|
7318
|
-
*/
|
|
7319
|
-
UserId: string | undefined;
|
|
7320
|
-
/**
|
|
7321
|
-
* @public
|
|
7322
|
-
* <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>
|
|
7323
|
-
*/
|
|
7324
|
-
InstanceId: string | undefined;
|
|
7325
|
-
}
|
|
7326
|
-
/**
|
|
7327
|
-
* @public
|
|
7328
|
-
*/
|
|
7329
|
-
export interface UpdateUserHierarchyGroupNameRequest {
|
|
7330
|
-
/**
|
|
7331
|
-
* @public
|
|
7332
|
-
* <p>The name of the hierarchy group. Must not be more than 100 characters.</p>
|
|
7333
|
-
*/
|
|
7334
|
-
Name: string | undefined;
|
|
7335
|
-
/**
|
|
7336
|
-
* @public
|
|
7337
|
-
* <p>The identifier of the hierarchy group.</p>
|
|
7338
|
-
*/
|
|
7339
|
-
HierarchyGroupId: string | undefined;
|
|
7340
|
-
/**
|
|
7341
|
-
* @public
|
|
7342
|
-
* <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>
|
|
7343
|
-
*/
|
|
7344
|
-
InstanceId: string | undefined;
|
|
7345
|
-
}
|
|
7346
|
-
/**
|
|
7347
|
-
* @public
|
|
7348
|
-
* <p>Contains information about the hierarchy level to update.</p>
|
|
7349
|
-
*/
|
|
7350
|
-
export interface HierarchyLevelUpdate {
|
|
7351
|
-
/**
|
|
7352
|
-
* @public
|
|
7353
|
-
* <p>The name of the user hierarchy level. Must not be more than 50 characters.</p>
|
|
7354
|
-
*/
|
|
7355
|
-
Name: string | undefined;
|
|
7356
|
-
}
|
|
7357
|
-
/**
|
|
7358
|
-
* @internal
|
|
7359
|
-
*/
|
|
7360
|
-
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
7361
|
-
/**
|
|
7362
|
-
* @internal
|
|
7363
|
-
*/
|
|
7364
|
-
export declare const GetFederationTokenResponseFilterSensitiveLog: (obj: GetFederationTokenResponse) => any;
|
|
7365
|
-
/**
|
|
7366
|
-
* @internal
|
|
7367
|
-
*/
|
|
7368
|
-
export declare const InstanceSummaryFilterSensitiveLog: (obj: InstanceSummary) => any;
|
|
7369
|
-
/**
|
|
7370
|
-
* @internal
|
|
7371
|
-
*/
|
|
7372
|
-
export declare const ListInstancesResponseFilterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
7297
|
+
export declare const ListViewVersionsResponseFilterSensitiveLog: (obj: ListViewVersionsResponse) => any;
|
|
7373
7298
|
/**
|
|
7374
7299
|
* @internal
|
|
7375
7300
|
*/
|