@aws-sdk/client-connect 3.986.0 → 3.988.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 +7 -0
- package/dist-cjs/index.js +400 -12758
- package/dist-cjs/models/ConnectServiceException.js +12 -0
- package/dist-cjs/models/errors.js +434 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +10615 -0
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/UpdateUserConfigCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +11 -6
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +296 -218
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/CreateUserCommand.d.ts +64 -1
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +38 -1
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +1 -2
- package/dist-types/commands/SearchUsersCommand.d.ts +38 -1
- package/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/SearchWorkspacesCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserConfigCommand.d.ts +131 -0
- package/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +4 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +27 -14
- package/dist-types/models/models_0.d.ts +138 -115
- package/dist-types/models/models_1.d.ts +138 -124
- package/dist-types/models/models_2.d.ts +150 -166
- package/dist-types/models/models_3.d.ts +206 -3
- package/dist-types/schemas/schemas_0.d.ts +43 -28
- package/dist-types/ts3.4/Connect.d.ts +17 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalyticsDataAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateUserConfigCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -7
- package/dist-types/ts3.4/models/models_0.d.ts +34 -30
- package/dist-types/ts3.4/models/models_1.d.ts +40 -33
- package/dist-types/ts3.4/models/models_2.d.ts +42 -36
- package/dist-types/ts3.4/models/models_3.d.ts +50 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -28
- package/package.json +13 -13
|
@@ -1,6 +1,128 @@
|
|
|
1
|
-
import { ArtifactStatus, AutoEvaluationStatus, BooleanComparisonType, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateComparisonType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EntityType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, ExecutionRecordStatus, HierarchyGroupMatchType, InstanceStatus, InstanceStorageResourceType, IntegrationType, LexVersion, ListFlowAssociationResourceType, MediaType, MonitorCapability, NumberComparisonType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, StringComparisonType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType,
|
|
2
|
-
import { type AgentHierarchyGroups, type ControlPlaneAttributeFilter, type DataTableLockVersion, type LexV2Bot, type StringCondition, type UserPhoneConfig, ActionSummary, AgentStatus, AliasConfiguration, Application, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, PrimaryValueResponse, SecurityProfileItem, TagCondition, UserProficiency, View } from "./models_0";
|
|
3
|
-
import { type EvaluationContactParticipant, type EvaluationScore,
|
|
1
|
+
import { AgentStatusType, ArtifactStatus, AutoEvaluationStatus, BooleanComparisonType, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateComparisonType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EntityType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, ExecutionRecordStatus, HierarchyGroupMatchType, InstanceStatus, InstanceStorageResourceType, IntegrationType, LexVersion, ListFlowAssociationResourceType, MediaType, MonitorCapability, NumberComparisonType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, StringComparisonType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./enums";
|
|
2
|
+
import { type AgentHierarchyGroups, type ControlPlaneAttributeFilter, type DataTableLockVersion, type LexV2Bot, type StringCondition, type UserPhoneConfig, ActionSummary, AfterContactWorkConfigPerChannel, AgentStatus, AgentStatusSummary, AliasConfiguration, AnalyticsDataAssociationResult, Application, AutoAcceptConfig, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, PersistentConnectionConfig, PhoneNumberConfig, PrimaryValueResponse, SecurityProfileItem, TagCondition, UserProficiency, View, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
+
import { type EvaluationContactParticipant, type EvaluationScore, Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, HierarchyGroup, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, HoursOfOperationsIdentifier, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile, TestCase } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface ListAgentStatusRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <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>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
InstanceId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
15
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The maximum number of results to return per page.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
MaxResults?: number | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* <p>Available agent status types.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
AgentStatusTypes?: AgentStatusType[] | undefined;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export interface ListAgentStatusResponse {
|
|
34
|
+
/**
|
|
35
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
NextToken?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>A summary of agent statuses.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
AgentStatusSummaryList?: AgentStatusSummary[] | undefined;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export interface ListAnalyticsDataAssociationsRequest {
|
|
49
|
+
/**
|
|
50
|
+
* <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>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
InstanceId: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The identifier of the dataset to get the association status.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
DataSetId?: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
61
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
NextToken?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The maximum number of results to return per page.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
MaxResults?: number | undefined;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface ListAnalyticsDataAssociationsResponse {
|
|
75
|
+
/**
|
|
76
|
+
* <p>An array of successful results: <code>DataSetId</code>, <code>TargetAccountId</code>,
|
|
77
|
+
* <code>ResourceShareId</code>, <code>ResourceShareArn</code>. This is a paginated API, so <code>nextToken</code> is
|
|
78
|
+
* given if there are more results to be returned.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
Results?: AnalyticsDataAssociationResult[] | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
NextToken?: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export interface ListAnalyticsDataLakeDataSetsRequest {
|
|
92
|
+
/**
|
|
93
|
+
* <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>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
InstanceId: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
99
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
NextToken?: string | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The maximum number of results to return per page.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
MaxResults?: number | undefined;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* <p>Information about datasets that are available to associate with: <code>DataSetId</code>,
|
|
111
|
+
* <code>DataSetName</code>.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
export interface AnalyticsDataSetsResult {
|
|
115
|
+
/**
|
|
116
|
+
* <p>The identifier of the dataset.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
DataSetId?: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>The name of the dataset.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
DataSetName?: string | undefined;
|
|
125
|
+
}
|
|
4
126
|
/**
|
|
5
127
|
* @public
|
|
6
128
|
*/
|
|
@@ -7231,6 +7353,31 @@ export interface UserSearchSummary {
|
|
|
7231
7353
|
* @public
|
|
7232
7354
|
*/
|
|
7233
7355
|
Username?: string | undefined;
|
|
7356
|
+
/**
|
|
7357
|
+
* <p>The list of auto-accept configuration settings for each channel.</p>
|
|
7358
|
+
* @public
|
|
7359
|
+
*/
|
|
7360
|
+
AutoAcceptConfigs?: AutoAcceptConfig[] | undefined;
|
|
7361
|
+
/**
|
|
7362
|
+
* <p>The list of after contact work (ACW) timeout configuration settings for each channel.</p>
|
|
7363
|
+
* @public
|
|
7364
|
+
*/
|
|
7365
|
+
AfterContactWorkConfigs?: AfterContactWorkConfigPerChannel[] | undefined;
|
|
7366
|
+
/**
|
|
7367
|
+
* <p>The list of phone number configuration settings for each channel.</p>
|
|
7368
|
+
* @public
|
|
7369
|
+
*/
|
|
7370
|
+
PhoneNumberConfigs?: PhoneNumberConfig[] | undefined;
|
|
7371
|
+
/**
|
|
7372
|
+
* <p>The list of persistent connection configuration settings for each channel.</p>
|
|
7373
|
+
* @public
|
|
7374
|
+
*/
|
|
7375
|
+
PersistentConnectionConfigs?: PersistentConnectionConfig[] | undefined;
|
|
7376
|
+
/**
|
|
7377
|
+
* <p>The list of voice enhancement configuration settings for each channel.</p>
|
|
7378
|
+
* @public
|
|
7379
|
+
*/
|
|
7380
|
+
VoiceEnhancementConfigs?: VoiceEnhancementConfig[] | undefined;
|
|
7234
7381
|
}
|
|
7235
7382
|
/**
|
|
7236
7383
|
* @public
|
|
@@ -7388,166 +7535,3 @@ export interface SearchVocabulariesResponse {
|
|
|
7388
7535
|
*/
|
|
7389
7536
|
NextToken?: string | undefined;
|
|
7390
7537
|
}
|
|
7391
|
-
/**
|
|
7392
|
-
* <p>Defines filters to apply when searching for workspace associations, such as tag-based filters.</p>
|
|
7393
|
-
* @public
|
|
7394
|
-
*/
|
|
7395
|
-
export interface WorkspaceAssociationSearchFilter {
|
|
7396
|
-
/**
|
|
7397
|
-
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
7398
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
7399
|
-
* <ul>
|
|
7400
|
-
* <li>
|
|
7401
|
-
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
7402
|
-
* </li>
|
|
7403
|
-
* <li>
|
|
7404
|
-
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
7405
|
-
* </li>
|
|
7406
|
-
* </ul>
|
|
7407
|
-
* @public
|
|
7408
|
-
*/
|
|
7409
|
-
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
7410
|
-
}
|
|
7411
|
-
/**
|
|
7412
|
-
* <p>Contains summary information about a workspace association with a user or routing profile.</p>
|
|
7413
|
-
* @public
|
|
7414
|
-
*/
|
|
7415
|
-
export interface WorkspaceAssociationSearchSummary {
|
|
7416
|
-
/**
|
|
7417
|
-
* <p>The identifier of the workspace.</p>
|
|
7418
|
-
* @public
|
|
7419
|
-
*/
|
|
7420
|
-
WorkspaceId?: string | undefined;
|
|
7421
|
-
/**
|
|
7422
|
-
* <p>The Amazon Resource Name (ARN) of the workspace.</p>
|
|
7423
|
-
* @public
|
|
7424
|
-
*/
|
|
7425
|
-
WorkspaceArn?: string | undefined;
|
|
7426
|
-
/**
|
|
7427
|
-
* <p>The identifier of the associated resource (user or routing profile).</p>
|
|
7428
|
-
* @public
|
|
7429
|
-
*/
|
|
7430
|
-
ResourceId?: string | undefined;
|
|
7431
|
-
/**
|
|
7432
|
-
* <p>The Amazon Resource Name (ARN) of the associated resource.</p>
|
|
7433
|
-
* @public
|
|
7434
|
-
*/
|
|
7435
|
-
ResourceArn?: string | undefined;
|
|
7436
|
-
/**
|
|
7437
|
-
* <p>The type of resource associated with the workspace. Valid values are: <code>USER</code> and
|
|
7438
|
-
* <code>ROUTING_PROFILE</code>.</p>
|
|
7439
|
-
* @public
|
|
7440
|
-
*/
|
|
7441
|
-
ResourceType?: string | undefined;
|
|
7442
|
-
/**
|
|
7443
|
-
* <p>The name of the associated resource.</p>
|
|
7444
|
-
* @public
|
|
7445
|
-
*/
|
|
7446
|
-
ResourceName?: string | undefined;
|
|
7447
|
-
}
|
|
7448
|
-
/**
|
|
7449
|
-
* @public
|
|
7450
|
-
*/
|
|
7451
|
-
export interface SearchWorkspaceAssociationsResponse {
|
|
7452
|
-
/**
|
|
7453
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7454
|
-
* @public
|
|
7455
|
-
*/
|
|
7456
|
-
NextToken?: string | undefined;
|
|
7457
|
-
/**
|
|
7458
|
-
* <p>A list of workspace associations that match the search criteria.</p>
|
|
7459
|
-
* @public
|
|
7460
|
-
*/
|
|
7461
|
-
WorkspaceAssociations?: WorkspaceAssociationSearchSummary[] | undefined;
|
|
7462
|
-
/**
|
|
7463
|
-
* <p>The approximate total number of workspace associations that match the search criteria.</p>
|
|
7464
|
-
* @public
|
|
7465
|
-
*/
|
|
7466
|
-
ApproximateTotalCount?: number | undefined;
|
|
7467
|
-
}
|
|
7468
|
-
/**
|
|
7469
|
-
* <p>Defines filters to apply when searching for workspaces, such as tag-based filters.</p>
|
|
7470
|
-
* @public
|
|
7471
|
-
*/
|
|
7472
|
-
export interface WorkspaceSearchFilter {
|
|
7473
|
-
/**
|
|
7474
|
-
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
7475
|
-
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
7476
|
-
* <ul>
|
|
7477
|
-
* <li>
|
|
7478
|
-
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
7479
|
-
* </li>
|
|
7480
|
-
* <li>
|
|
7481
|
-
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
7482
|
-
* </li>
|
|
7483
|
-
* </ul>
|
|
7484
|
-
* @public
|
|
7485
|
-
*/
|
|
7486
|
-
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
7487
|
-
}
|
|
7488
|
-
/**
|
|
7489
|
-
* <p>Contains summary information about a workspace returned from a search operation.</p>
|
|
7490
|
-
* @public
|
|
7491
|
-
*/
|
|
7492
|
-
export interface WorkspaceSearchSummary {
|
|
7493
|
-
/**
|
|
7494
|
-
* <p>The unique identifier of the workspace.</p>
|
|
7495
|
-
* @public
|
|
7496
|
-
*/
|
|
7497
|
-
Id?: string | undefined;
|
|
7498
|
-
/**
|
|
7499
|
-
* <p>The name of the workspace.</p>
|
|
7500
|
-
* @public
|
|
7501
|
-
*/
|
|
7502
|
-
Name?: string | undefined;
|
|
7503
|
-
/**
|
|
7504
|
-
* <p>The visibility setting of the workspace.</p>
|
|
7505
|
-
* @public
|
|
7506
|
-
*/
|
|
7507
|
-
Visibility?: Visibility | undefined;
|
|
7508
|
-
/**
|
|
7509
|
-
* <p>The description of the workspace.</p>
|
|
7510
|
-
* @public
|
|
7511
|
-
*/
|
|
7512
|
-
Description?: string | undefined;
|
|
7513
|
-
/**
|
|
7514
|
-
* <p>The title displayed for the workspace.</p>
|
|
7515
|
-
* @public
|
|
7516
|
-
*/
|
|
7517
|
-
Title?: string | undefined;
|
|
7518
|
-
/**
|
|
7519
|
-
* <p>The Amazon Resource Name (ARN) of the workspace.</p>
|
|
7520
|
-
* @public
|
|
7521
|
-
*/
|
|
7522
|
-
Arn?: string | undefined;
|
|
7523
|
-
/**
|
|
7524
|
-
* <p>The timestamp when the workspace was created.</p>
|
|
7525
|
-
* @public
|
|
7526
|
-
*/
|
|
7527
|
-
CreatedAt?: Date | undefined;
|
|
7528
|
-
/**
|
|
7529
|
-
* <p>The tags associated with the workspace.</p>
|
|
7530
|
-
* @public
|
|
7531
|
-
*/
|
|
7532
|
-
Tags?: Record<string, string> | undefined;
|
|
7533
|
-
}
|
|
7534
|
-
/**
|
|
7535
|
-
* @public
|
|
7536
|
-
*/
|
|
7537
|
-
export interface SearchWorkspacesResponse {
|
|
7538
|
-
/**
|
|
7539
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7540
|
-
* @public
|
|
7541
|
-
*/
|
|
7542
|
-
NextToken?: string | undefined;
|
|
7543
|
-
/**
|
|
7544
|
-
* <p>A list of workspaces that match the search criteria.</p>
|
|
7545
|
-
* @public
|
|
7546
|
-
*/
|
|
7547
|
-
Workspaces?: WorkspaceSearchSummary[] | undefined;
|
|
7548
|
-
/**
|
|
7549
|
-
* <p>The approximate total number of workspaces that match the search criteria.</p>
|
|
7550
|
-
* @public
|
|
7551
|
-
*/
|
|
7552
|
-
ApproximateTotalCount?: number | undefined;
|
|
7553
|
-
}
|
|
@@ -1,7 +1,170 @@
|
|
|
1
1
|
import { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, MeetingFeatureStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VoiceRecordingTrack } from "./enums";
|
|
2
|
-
import { type AdditionalEmailRecipients, type AgentConfig, type AgentInfo, type AgentStatusSearchFilter, type AllowedCapabilities, type Campaign, type CreatedByInfo, type DataTableLockVersion, type Endpoint, type EvaluationFormAutoEvaluationConfiguration, type EvaluationFormLanguageConfiguration, type EvaluationFormQuestionTypeProperties, type EvaluationFormScoringStrategy, type EvaluationFormTargetConfiguration, type EvaluationReviewConfiguration, type GranularAccessControlConfiguration, type InputPredefinedAttributeConfiguration, type InstanceStorageConfig, type OutboundCallerConfig, type OutboundEmailConfig, type OutboundStrategy, type PredefinedAttributeValues, type QuickConnectConfig, type RecurrenceConfig, type StringCondition, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserInfo, type UserPhoneConfig, type Validation, type View, type ViewInputContent,
|
|
3
|
-
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type SignInConfig, type TaskTemplateInfoV2, type TelephonyConfig, type WisdomInfo, ContactEvaluation, EvaluationNote, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
-
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HierarchyGroupCondition, HoursOfOperationSearchFilter, ListCondition, NumberCondition, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SecurityProfilesSearchFilter, TestCaseSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter, ViewSearchFilter
|
|
2
|
+
import { type AdditionalEmailRecipients, type AgentConfig, type AgentInfo, type AgentStatusSearchFilter, type AllowedCapabilities, type Campaign, type ControlPlaneAttributeFilter, type CreatedByInfo, type DataTableLockVersion, type Endpoint, type EvaluationFormAutoEvaluationConfiguration, type EvaluationFormLanguageConfiguration, type EvaluationFormQuestionTypeProperties, type EvaluationFormScoringStrategy, type EvaluationFormTargetConfiguration, type EvaluationReviewConfiguration, type GranularAccessControlConfiguration, type InputPredefinedAttributeConfiguration, type InstanceStorageConfig, type OutboundCallerConfig, type OutboundEmailConfig, type OutboundStrategy, type PredefinedAttributeValues, type QuickConnectConfig, type RecurrenceConfig, type StringCondition, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserInfo, type UserPhoneConfig, type Validation, type View, type ViewInputContent, AfterContactWorkConfigPerChannel, Application, AutoAcceptConfig, EvaluationFormItemEnablementExpression, FlowModule, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PersistentConnectionConfig, PhoneNumberConfig, PrimaryValue, Reference, RoutingProfileQueueConfig, RuleAction, TaskTemplateField, UserProficiency, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
+
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type SignInConfig, type TaskTemplateInfoV2, type TelephonyConfig, type WisdomInfo, type WorkspaceTheme, ContactEvaluation, EvaluationNote, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
+
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HierarchyGroupCondition, HoursOfOperationSearchFilter, ListCondition, NumberCondition, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SecurityProfilesSearchFilter, TestCaseSearchFilter, UserHierarchyGroupSearchFilter, UserSearchFilter, ViewSearchFilter } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Defines filters to apply when searching for workspace associations, such as tag-based filters.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface WorkspaceAssociationSearchFilter {
|
|
10
|
+
/**
|
|
11
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
12
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
16
|
+
* </li>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
19
|
+
* </li>
|
|
20
|
+
* </ul>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>Contains summary information about a workspace association with a user or routing profile.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface WorkspaceAssociationSearchSummary {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The identifier of the workspace.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
WorkspaceId?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The Amazon Resource Name (ARN) of the workspace.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
WorkspaceArn?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The identifier of the associated resource (user or routing profile).</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
ResourceId?: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The Amazon Resource Name (ARN) of the associated resource.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
ResourceArn?: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The type of resource associated with the workspace. Valid values are: <code>USER</code> and
|
|
52
|
+
* <code>ROUTING_PROFILE</code>.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
ResourceType?: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The name of the associated resource.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
ResourceName?: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export interface SearchWorkspaceAssociationsResponse {
|
|
66
|
+
/**
|
|
67
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
NextToken?: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>A list of workspace associations that match the search criteria.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
WorkspaceAssociations?: WorkspaceAssociationSearchSummary[] | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The approximate total number of workspace associations that match the search criteria.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
ApproximateTotalCount?: number | undefined;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* <p>Defines filters to apply when searching for workspaces, such as tag-based filters.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export interface WorkspaceSearchFilter {
|
|
87
|
+
/**
|
|
88
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
89
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
90
|
+
* <ul>
|
|
91
|
+
* <li>
|
|
92
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
93
|
+
* </li>
|
|
94
|
+
* <li>
|
|
95
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
96
|
+
* </li>
|
|
97
|
+
* </ul>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* <p>Contains summary information about a workspace returned from a search operation.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface WorkspaceSearchSummary {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The unique identifier of the workspace.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
Id?: string | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The name of the workspace.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
Name?: string | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The visibility setting of the workspace.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
Visibility?: Visibility | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The description of the workspace.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
Description?: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The title displayed for the workspace.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
Title?: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>The Amazon Resource Name (ARN) of the workspace.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
Arn?: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>The timestamp when the workspace was created.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
CreatedAt?: Date | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The tags associated with the workspace.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
Tags?: Record<string, string> | undefined;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
export interface SearchWorkspacesResponse {
|
|
152
|
+
/**
|
|
153
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
NextToken?: string | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* <p>A list of workspaces that match the search criteria.</p>
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
Workspaces?: WorkspaceSearchSummary[] | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* <p>The approximate total number of workspaces that match the search criteria.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
ApproximateTotalCount?: number | undefined;
|
|
167
|
+
}
|
|
5
168
|
/**
|
|
6
169
|
* <p>Chat integration event containing payload to perform different chat actions such as:</p>
|
|
7
170
|
* <ul>
|
|
@@ -3517,6 +3680,46 @@ export interface UpdateTrafficDistributionRequest {
|
|
|
3517
3680
|
*/
|
|
3518
3681
|
export interface UpdateTrafficDistributionResponse {
|
|
3519
3682
|
}
|
|
3683
|
+
/**
|
|
3684
|
+
* @public
|
|
3685
|
+
*/
|
|
3686
|
+
export interface UpdateUserConfigRequest {
|
|
3687
|
+
/**
|
|
3688
|
+
* <p>The list of auto-accept configuration settings for each channel. When auto-accept is enabled for a channel, available agents are automatically connected to contacts from that channel without needing to manually accept. Auto-accept connects agents to contacts in less than one second.</p>
|
|
3689
|
+
* @public
|
|
3690
|
+
*/
|
|
3691
|
+
AutoAcceptConfigs?: AutoAcceptConfig[] | undefined;
|
|
3692
|
+
/**
|
|
3693
|
+
* <p>The list of after contact work (ACW) timeout configuration settings for each channel. ACW timeout specifies how many seconds agents have for after contact work, such as entering notes about the contact. The minimum setting is 1 second, and the maximum is 2,000,000 seconds (24 days). Enter 0 for an indefinite amount of time, meaning agents must manually choose to end ACW.</p>
|
|
3694
|
+
* @public
|
|
3695
|
+
*/
|
|
3696
|
+
AfterContactWorkConfigs?: AfterContactWorkConfigPerChannel[] | undefined;
|
|
3697
|
+
/**
|
|
3698
|
+
* <p>The list of phone number configuration settings for each channel.</p>
|
|
3699
|
+
* @public
|
|
3700
|
+
*/
|
|
3701
|
+
PhoneNumberConfigs?: PhoneNumberConfig[] | undefined;
|
|
3702
|
+
/**
|
|
3703
|
+
* <p>The list of persistent connection configuration settings for each channel.</p>
|
|
3704
|
+
* @public
|
|
3705
|
+
*/
|
|
3706
|
+
PersistentConnectionConfigs?: PersistentConnectionConfig[] | undefined;
|
|
3707
|
+
/**
|
|
3708
|
+
* <p>The list of voice enhancement configuration settings for each channel.</p>
|
|
3709
|
+
* @public
|
|
3710
|
+
*/
|
|
3711
|
+
VoiceEnhancementConfigs?: VoiceEnhancementConfig[] | undefined;
|
|
3712
|
+
/**
|
|
3713
|
+
* <p>The identifier of the user account.</p>
|
|
3714
|
+
* @public
|
|
3715
|
+
*/
|
|
3716
|
+
UserId: string | undefined;
|
|
3717
|
+
/**
|
|
3718
|
+
* <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>
|
|
3719
|
+
* @public
|
|
3720
|
+
*/
|
|
3721
|
+
InstanceId: string | undefined;
|
|
3722
|
+
}
|
|
3520
3723
|
/**
|
|
3521
3724
|
* @public
|
|
3522
3725
|
*/
|