@aws-sdk/client-connect 3.896.0 → 3.899.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 +16 -0
- package/dist-cjs/index.js +233 -59
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/AssociateContactWithUserCommand.js +22 -0
- package/dist-es/commands/ListInstancesCommand.js +1 -1
- package/dist-es/commands/ListRoutingProfileManualAssignmentQueuesCommand.js +22 -0
- package/dist-es/commands/SearchContactsCommand.js +2 -1
- package/dist-es/commands/UpdateEmailAddressMetadataCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +0 -10
- package/dist-es/models/models_2.js +28 -33
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +116 -4
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/AssociateContactWithUserCommand.d.ts +136 -0
- package/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +9 -1
- package/dist-types/commands/CreateRoutingProfileCommand.d.ts +8 -0
- package/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +7 -1
- package/dist-types/commands/GetContactMetricsCommand.d.ts +2 -2
- package/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +128 -0
- package/dist-types/commands/SearchContactsCommand.d.ts +161 -8
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +4 -0
- package/dist-types/commands/StopContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +1 -2
- package/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +53 -54
- package/dist-types/models/models_1.d.ts +69 -106
- package/dist-types/models/models_2.d.ts +388 -443
- package/dist-types/models/models_3.d.ts +394 -3
- package/dist-types/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Connect.d.ts +40 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -14
- package/dist-types/ts3.4/models/models_1.d.ts +17 -29
- package/dist-types/ts3.4/models/models_2.d.ts +102 -114
- package/dist-types/ts3.4/models/models_3.d.ts +110 -0
- package/dist-types/ts3.4/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +11 -11
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteHoursOfOperationRequest } from "../models/
|
|
8
|
+
import { DeleteHoursOfOperationRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteHoursOfOperationCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteHoursOfOperationOverrideRequest } from "../models/
|
|
8
|
+
import { DeleteHoursOfOperationOverrideRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteHoursOfOperationOverrideCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { DeleteInstanceRequest } from "../models/
|
|
8
|
+
import { DeleteInstanceRequest } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface DeleteInstanceCommandInput extends DeleteInstanceRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListInstanceStorageConfigsRequest,
|
|
10
|
+
ListInstanceStorageConfigsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListInstanceStorageConfigsCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ListInstancesResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { ListInstancesRequest } from "../models/models_1";
|
|
9
|
+
import { ListInstancesResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ListInstancesCommandInput extends ListInstancesRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
ListRoutingProfileManualAssignmentQueuesRequest,
|
|
10
|
+
ListRoutingProfileManualAssignmentQueuesResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListRoutingProfileManualAssignmentQueuesCommandInput
|
|
15
|
+
extends ListRoutingProfileManualAssignmentQueuesRequest {}
|
|
16
|
+
export interface ListRoutingProfileManualAssignmentQueuesCommandOutput
|
|
17
|
+
extends ListRoutingProfileManualAssignmentQueuesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListRoutingProfileManualAssignmentQueuesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListRoutingProfileManualAssignmentQueuesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListRoutingProfileManualAssignmentQueuesCommandInput,
|
|
24
|
+
ListRoutingProfileManualAssignmentQueuesCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListRoutingProfileManualAssignmentQueuesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListRoutingProfileManualAssignmentQueuesCommandInput,
|
|
33
|
+
ListRoutingProfileManualAssignmentQueuesCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListRoutingProfileManualAssignmentQueuesCommand extends ListRoutingProfileManualAssignmentQueuesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListRoutingProfileManualAssignmentQueuesRequest;
|
|
44
|
+
output: ListRoutingProfileManualAssignmentQueuesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListRoutingProfileManualAssignmentQueuesCommandInput;
|
|
48
|
+
output: ListRoutingProfileManualAssignmentQueuesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchContactsResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { SearchContactsRequest } from "../models/models_2";
|
|
9
|
+
import { SearchContactsResponse } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchContactsCommandInput extends SearchContactsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
UpdateContactRoutingDataRequest,
|
|
10
|
+
UpdateContactRoutingDataResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface UpdateContactRoutingDataCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateEmailAddressMetadataRequest,
|
|
10
10
|
UpdateEmailAddressMetadataResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateEmailAddressMetadataCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
UpdateEvaluationFormRequest,
|
|
10
|
+
UpdateEvaluationFormResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface UpdateEvaluationFormCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UpdateHoursOfOperationRequest } from "../models/
|
|
8
|
+
import { UpdateHoursOfOperationRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateHoursOfOperationCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UpdateHoursOfOperationOverrideRequest } from "../models/
|
|
8
|
+
import { UpdateHoursOfOperationOverrideRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateHoursOfOperationOverrideCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UpdateInstanceAttributeRequest } from "../models/
|
|
8
|
+
import { UpdateInstanceAttributeRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateInstanceAttributeCommandInput
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { UpdateInstanceStorageConfigRequest } from "../models/
|
|
8
|
+
import { UpdateInstanceStorageConfigRequest } from "../models/models_3";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface UpdateInstanceStorageConfigCommandInput
|
|
@@ -2,6 +2,7 @@ export * from "./ActivateEvaluationFormCommand";
|
|
|
2
2
|
export * from "./AssociateAnalyticsDataSetCommand";
|
|
3
3
|
export * from "./AssociateApprovedOriginCommand";
|
|
4
4
|
export * from "./AssociateBotCommand";
|
|
5
|
+
export * from "./AssociateContactWithUserCommand";
|
|
5
6
|
export * from "./AssociateDefaultVocabularyCommand";
|
|
6
7
|
export * from "./AssociateFlowCommand";
|
|
7
8
|
export * from "./AssociateInstanceStorageConfigCommand";
|
|
@@ -164,6 +165,7 @@ export * from "./ListQueueQuickConnectsCommand";
|
|
|
164
165
|
export * from "./ListQueuesCommand";
|
|
165
166
|
export * from "./ListQuickConnectsCommand";
|
|
166
167
|
export * from "./ListRealtimeContactAnalysisSegmentsV2Command";
|
|
168
|
+
export * from "./ListRoutingProfileManualAssignmentQueuesCommand";
|
|
167
169
|
export * from "./ListRoutingProfileQueuesCommand";
|
|
168
170
|
export * from "./ListRoutingProfilesCommand";
|
|
169
171
|
export * from "./ListRulesCommand";
|
|
@@ -407,6 +407,12 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
407
407
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
408
408
|
);
|
|
409
409
|
}
|
|
410
|
+
export interface AssociateContactWithUserRequest {
|
|
411
|
+
InstanceId: string | undefined;
|
|
412
|
+
ContactId: string | undefined;
|
|
413
|
+
UserId: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface AssociateContactWithUserResponse {}
|
|
410
416
|
export declare const VocabularyLanguageCode: {
|
|
411
417
|
readonly AR_AE: "ar-AE";
|
|
412
418
|
readonly CA_ES: "ca-ES";
|
|
@@ -556,6 +562,9 @@ export interface RoutingProfileQueueReference {
|
|
|
556
562
|
QueueId: string | undefined;
|
|
557
563
|
Channel: Channel | undefined;
|
|
558
564
|
}
|
|
565
|
+
export interface RoutingProfileManualAssignmentQueueConfig {
|
|
566
|
+
QueueReference: RoutingProfileQueueReference | undefined;
|
|
567
|
+
}
|
|
559
568
|
export interface RoutingProfileQueueConfig {
|
|
560
569
|
QueueReference: RoutingProfileQueueReference | undefined;
|
|
561
570
|
Priority: number | undefined;
|
|
@@ -564,7 +573,10 @@ export interface RoutingProfileQueueConfig {
|
|
|
564
573
|
export interface AssociateRoutingProfileQueuesRequest {
|
|
565
574
|
InstanceId: string | undefined;
|
|
566
575
|
RoutingProfileId: string | undefined;
|
|
567
|
-
QueueConfigs
|
|
576
|
+
QueueConfigs?: RoutingProfileQueueConfig[] | undefined;
|
|
577
|
+
ManualAssignmentQueueConfigs?:
|
|
578
|
+
| RoutingProfileManualAssignmentQueueConfig[]
|
|
579
|
+
| undefined;
|
|
568
580
|
}
|
|
569
581
|
export interface AssociateSecurityKeyRequest {
|
|
570
582
|
InstanceId: string | undefined;
|
|
@@ -1416,6 +1428,9 @@ export interface CreateRoutingProfileRequest {
|
|
|
1416
1428
|
Description: string | undefined;
|
|
1417
1429
|
DefaultOutboundQueueId: string | undefined;
|
|
1418
1430
|
QueueConfigs?: RoutingProfileQueueConfig[] | undefined;
|
|
1431
|
+
ManualAssignmentQueueConfigs?:
|
|
1432
|
+
| RoutingProfileManualAssignmentQueueConfig[]
|
|
1433
|
+
| undefined;
|
|
1419
1434
|
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
1420
1435
|
Tags?: Record<string, string> | undefined;
|
|
1421
1436
|
AgentAvailabilityTimer?: AgentAvailabilityTimer | undefined;
|
|
@@ -1894,19 +1909,6 @@ export interface DeleteEvaluationFormRequest {
|
|
|
1894
1909
|
EvaluationFormId: string | undefined;
|
|
1895
1910
|
EvaluationFormVersion?: number | undefined;
|
|
1896
1911
|
}
|
|
1897
|
-
export interface DeleteHoursOfOperationRequest {
|
|
1898
|
-
InstanceId: string | undefined;
|
|
1899
|
-
HoursOfOperationId: string | undefined;
|
|
1900
|
-
}
|
|
1901
|
-
export interface DeleteHoursOfOperationOverrideRequest {
|
|
1902
|
-
InstanceId: string | undefined;
|
|
1903
|
-
HoursOfOperationId: string | undefined;
|
|
1904
|
-
HoursOfOperationOverrideId: string | undefined;
|
|
1905
|
-
}
|
|
1906
|
-
export interface DeleteInstanceRequest {
|
|
1907
|
-
InstanceId: string | undefined;
|
|
1908
|
-
ClientToken?: string | undefined;
|
|
1909
|
-
}
|
|
1910
1912
|
export declare const CreateEmailAddressRequestFilterSensitiveLog: (
|
|
1911
1913
|
obj: CreateEmailAddressRequest
|
|
1912
1914
|
) => any;
|
|
@@ -59,6 +59,19 @@ import {
|
|
|
59
59
|
VocabularyLanguageCode,
|
|
60
60
|
VocabularyState,
|
|
61
61
|
} from "./models_0";
|
|
62
|
+
export interface DeleteHoursOfOperationRequest {
|
|
63
|
+
InstanceId: string | undefined;
|
|
64
|
+
HoursOfOperationId: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface DeleteHoursOfOperationOverrideRequest {
|
|
67
|
+
InstanceId: string | undefined;
|
|
68
|
+
HoursOfOperationId: string | undefined;
|
|
69
|
+
HoursOfOperationOverrideId: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface DeleteInstanceRequest {
|
|
72
|
+
InstanceId: string | undefined;
|
|
73
|
+
ClientToken?: string | undefined;
|
|
74
|
+
}
|
|
62
75
|
export interface DeleteIntegrationAssociationRequest {
|
|
63
76
|
InstanceId: string | undefined;
|
|
64
77
|
IntegrationAssociationId: string | undefined;
|
|
@@ -992,12 +1005,14 @@ export interface RoutingProfile {
|
|
|
992
1005
|
DefaultOutboundQueueId?: string | undefined;
|
|
993
1006
|
Tags?: Record<string, string> | undefined;
|
|
994
1007
|
NumberOfAssociatedQueues?: number | undefined;
|
|
1008
|
+
NumberOfAssociatedManualAssignmentQueues?: number | undefined;
|
|
995
1009
|
NumberOfAssociatedUsers?: number | undefined;
|
|
996
1010
|
AgentAvailabilityTimer?: AgentAvailabilityTimer | undefined;
|
|
997
1011
|
LastModifiedTime?: Date | undefined;
|
|
998
1012
|
LastModifiedRegion?: string | undefined;
|
|
999
1013
|
IsDefault?: boolean | undefined;
|
|
1000
1014
|
AssociatedQueueIds?: string[] | undefined;
|
|
1015
|
+
AssociatedManualAssignmentQueueIds?: string[] | undefined;
|
|
1001
1016
|
}
|
|
1002
1017
|
export interface DescribeRoutingProfileResponse {
|
|
1003
1018
|
RoutingProfile?: RoutingProfile | undefined;
|
|
@@ -1217,7 +1232,8 @@ export interface DisassociateQueueQuickConnectsRequest {
|
|
|
1217
1232
|
export interface DisassociateRoutingProfileQueuesRequest {
|
|
1218
1233
|
InstanceId: string | undefined;
|
|
1219
1234
|
RoutingProfileId: string | undefined;
|
|
1220
|
-
QueueReferences
|
|
1235
|
+
QueueReferences?: RoutingProfileQueueReference[] | undefined;
|
|
1236
|
+
ManualAssignmentQueueReferences?: RoutingProfileQueueReference[] | undefined;
|
|
1221
1237
|
}
|
|
1222
1238
|
export interface DisassociateSecurityKeyRequest {
|
|
1223
1239
|
InstanceId: string | undefined;
|
|
@@ -2111,28 +2127,6 @@ export interface ListInstancesRequest {
|
|
|
2111
2127
|
NextToken?: string | undefined;
|
|
2112
2128
|
MaxResults?: number | undefined;
|
|
2113
2129
|
}
|
|
2114
|
-
export interface InstanceSummary {
|
|
2115
|
-
Id?: string | undefined;
|
|
2116
|
-
Arn?: string | undefined;
|
|
2117
|
-
IdentityManagementType?: DirectoryType | undefined;
|
|
2118
|
-
InstanceAlias?: string | undefined;
|
|
2119
|
-
CreatedTime?: Date | undefined;
|
|
2120
|
-
ServiceRole?: string | undefined;
|
|
2121
|
-
InstanceStatus?: InstanceStatus | undefined;
|
|
2122
|
-
InboundCallsEnabled?: boolean | undefined;
|
|
2123
|
-
OutboundCallsEnabled?: boolean | undefined;
|
|
2124
|
-
InstanceAccessUrl?: string | undefined;
|
|
2125
|
-
}
|
|
2126
|
-
export interface ListInstancesResponse {
|
|
2127
|
-
InstanceSummaryList?: InstanceSummary[] | undefined;
|
|
2128
|
-
NextToken?: string | undefined;
|
|
2129
|
-
}
|
|
2130
|
-
export interface ListInstanceStorageConfigsRequest {
|
|
2131
|
-
InstanceId: string | undefined;
|
|
2132
|
-
ResourceType: InstanceStorageResourceType | undefined;
|
|
2133
|
-
NextToken?: string | undefined;
|
|
2134
|
-
MaxResults?: number | undefined;
|
|
2135
|
-
}
|
|
2136
2130
|
export declare const DescribeEmailAddressResponseFilterSensitiveLog: (
|
|
2137
2131
|
obj: DescribeEmailAddressResponse
|
|
2138
2132
|
) => any;
|
|
@@ -2151,9 +2145,3 @@ export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
|
2151
2145
|
export declare const GetFederationTokenResponseFilterSensitiveLog: (
|
|
2152
2146
|
obj: GetFederationTokenResponse
|
|
2153
2147
|
) => any;
|
|
2154
|
-
export declare const InstanceSummaryFilterSensitiveLog: (
|
|
2155
|
-
obj: InstanceSummary
|
|
2156
|
-
) => any;
|
|
2157
|
-
export declare const ListInstancesResponseFilterSensitiveLog: (
|
|
2158
|
-
obj: ListInstancesResponse
|
|
2159
|
-
) => any;
|