@aws-sdk/client-connect 3.438.0 → 3.441.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 +11 -3
- package/dist-cjs/Connect.js +2 -0
- package/dist-cjs/commands/BatchGetFlowAssociationCommand.js +51 -0
- package/dist-cjs/commands/DescribeViewCommand.js +2 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +6 -7
- package/dist-cjs/models/models_1.js +7 -14
- package/dist-cjs/models/models_2.js +14 -1
- package/dist-cjs/protocols/Aws_restJson1.js +468 -34
- package/dist-es/Connect.js +2 -0
- package/dist-es/commands/BatchGetFlowAssociationCommand.js +47 -0
- package/dist-es/commands/DescribeViewCommand.js +1 -1
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +5 -13
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +457 -25
- package/dist-types/Connect.d.ts +10 -3
- package/dist-types/ConnectClient.d.ts +6 -5
- package/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +101 -0
- package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/CreateViewCommand.d.ts +5 -7
- package/dist-types/commands/CreateViewVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteViewCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAgentStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +2 -0
- package/dist-types/commands/DescribePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/DescribePromptCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQueueCommand.d.ts +2 -0
- package/dist-types/commands/DescribeQuickConnectCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRoutingProfileCommand.d.ts +3 -0
- package/dist-types/commands/DescribeSecurityProfileCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +12 -0
- package/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +12 -1
- package/dist-types/commands/DescribeViewCommand.d.ts +5 -5
- package/dist-types/commands/GetPromptFileCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentStatusesCommand.d.ts +2 -0
- package/dist-types/commands/ListHoursOfOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +2 -0
- package/dist-types/commands/ListPromptsCommand.d.ts +2 -0
- package/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +4 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +2 -0
- package/dist-types/commands/ListQuickConnectsCommand.d.ts +2 -0
- package/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +2 -0
- package/dist-types/commands/ListRoutingProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +3 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/commands/ListViewVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ReplicateInstanceCommand.d.ts +3 -1
- package/dist-types/commands/ResumeContactRecordingCommand.d.ts +3 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -0
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -0
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -0
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -0
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +3 -0
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +5 -3
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -1
- package/dist-types/commands/UpdateViewContentCommand.d.ts +4 -6
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +231 -107
- package/dist-types/models/models_1.d.ts +242 -129
- package/dist-types/models/models_2.d.ts +116 -14
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- 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/BatchGetFlowAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeViewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +47 -21
- package/dist-types/ts3.4/models/models_1.d.ts +50 -41
- package/dist-types/ts3.4/models/models_2.d.ts +44 -2
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +4 -4
|
@@ -1,5 +1,102 @@
|
|
|
1
1
|
import { AgentAvailabilityTimer, AgentConfig, Application, Evaluation, EvaluationFormQuestion, EvaluationFormScoringStrategy, EvaluationFormVersionStatus, MediaConcurrency, OutboundCallerConfig, QueueStatus, QuickConnectConfig, RoutingProfileQueueConfig, RuleAction, RulePublishStatus, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TaskTemplateStatus, UserIdentityInfo, UserPhoneConfig, View, ViewInputContent, ViewStatus } from "./models_0";
|
|
2
|
-
import {
|
|
2
|
+
import { HierarchyGroupCondition, HoursOfOperationSearchFilter, ParticipantTimerType, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SearchableQueueType, SecurityProfilesSearchFilter, SignInConfig, StringCondition, TelephonyConfig, TimerEligibleParticipantRoles, UserSearchFilter } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* @enum
|
|
6
|
+
*/
|
|
7
|
+
export declare const ParticipantTimerAction: {
|
|
8
|
+
readonly Unset: "Unset";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type ParticipantTimerAction = (typeof ParticipantTimerAction)[keyof typeof ParticipantTimerAction];
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p>The value of the timer. Either the timer action (<code>Unset</code> to delete the timer), or
|
|
17
|
+
* the duration of the timer in minutes. Only one value can be set.</p>
|
|
18
|
+
* <p>For more information about how chat timeouts work, see
|
|
19
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html">Set up chat timeouts for human participants</a>. </p>
|
|
20
|
+
*/
|
|
21
|
+
export type ParticipantTimerValue = ParticipantTimerValue.ParticipantTimerActionMember | ParticipantTimerValue.ParticipantTimerDurationInMinutesMember | ParticipantTimerValue.$UnknownMember;
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export declare namespace ParticipantTimerValue {
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* <p>The timer action. Currently only one value is allowed: <code>Unset</code>. It deletes a
|
|
29
|
+
* timer.</p>
|
|
30
|
+
*/
|
|
31
|
+
interface ParticipantTimerActionMember {
|
|
32
|
+
ParticipantTimerAction: ParticipantTimerAction;
|
|
33
|
+
ParticipantTimerDurationInMinutes?: never;
|
|
34
|
+
$unknown?: never;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* <p>The duration of a timer, in minutes. </p>
|
|
39
|
+
*/
|
|
40
|
+
interface ParticipantTimerDurationInMinutesMember {
|
|
41
|
+
ParticipantTimerAction?: never;
|
|
42
|
+
ParticipantTimerDurationInMinutes: number;
|
|
43
|
+
$unknown?: never;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
interface $UnknownMember {
|
|
49
|
+
ParticipantTimerAction?: never;
|
|
50
|
+
ParticipantTimerDurationInMinutes?: never;
|
|
51
|
+
$unknown: [string, any];
|
|
52
|
+
}
|
|
53
|
+
interface Visitor<T> {
|
|
54
|
+
ParticipantTimerAction: (value: ParticipantTimerAction) => T;
|
|
55
|
+
ParticipantTimerDurationInMinutes: (value: number) => T;
|
|
56
|
+
_: (name: string, value: any) => T;
|
|
57
|
+
}
|
|
58
|
+
const visit: <T>(value: ParticipantTimerValue, visitor: Visitor<T>) => T;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* <p>Configuration information for the timer. After the timer configuration is set, it persists
|
|
63
|
+
* for the duration of the chat. It persists across new contacts in the chain, for example, transfer
|
|
64
|
+
* contacts.</p>
|
|
65
|
+
* <p>For more information about how chat timeouts work, see
|
|
66
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/adminguide/setup-chat-timeouts.html">Set up chat timeouts for human participants</a>. </p>
|
|
67
|
+
*/
|
|
68
|
+
export interface ParticipantTimerConfiguration {
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* <p>The role of the participant in the chat conversation.</p>
|
|
72
|
+
*/
|
|
73
|
+
ParticipantRole: TimerEligibleParticipantRoles | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
* <p>The type of timer. <code>IDLE</code> indicates the timer applies for considering a human
|
|
77
|
+
* chat participant as idle. <code>DISCONNECT_NONCUSTOMER</code> indicates the timer applies to
|
|
78
|
+
* automatically disconnecting a chat participant due to idleness.</p>
|
|
79
|
+
*/
|
|
80
|
+
TimerType: ParticipantTimerType | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
* <p>The value of the timer. Either the timer action (Unset to delete the timer), or the duration
|
|
84
|
+
* of the timer in minutes. Only one value can be set.</p>
|
|
85
|
+
*/
|
|
86
|
+
TimerValue: ParticipantTimerValue | undefined;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
* <p>Configuration information for the chat participant role.</p>
|
|
91
|
+
*/
|
|
92
|
+
export interface ChatParticipantRoleConfig {
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
* <p>A list of participant timers. You can specify any unique combination of role and timer type.
|
|
96
|
+
* Duplicate entries error out the request with a 400.</p>
|
|
97
|
+
*/
|
|
98
|
+
ParticipantTimerConfigList: ParticipantTimerConfiguration[] | undefined;
|
|
99
|
+
}
|
|
3
100
|
/**
|
|
4
101
|
* @public
|
|
5
102
|
* <p>Configuration information for the chat participant role.</p>
|
|
@@ -66,9 +163,16 @@ export interface UpdatePhoneNumberRequest {
|
|
|
66
163
|
PhoneNumberId: string | undefined;
|
|
67
164
|
/**
|
|
68
165
|
* @public
|
|
69
|
-
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone
|
|
166
|
+
* <p>The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>
|
|
70
167
|
*/
|
|
71
|
-
TargetArn
|
|
168
|
+
TargetArn?: string;
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
* <p>The identifier of the Amazon Connect instance that phone numbers are claimed to. You
|
|
172
|
+
* can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the
|
|
173
|
+
* instance ID</a> in the Amazon Resource Name (ARN) of the instance. You must enter <code>InstanceId</code> or <code>TargetArn</code>. </p>
|
|
174
|
+
*/
|
|
175
|
+
InstanceId?: string;
|
|
72
176
|
/**
|
|
73
177
|
* @public
|
|
74
178
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
@@ -142,7 +246,9 @@ export interface UpdatePromptRequest {
|
|
|
142
246
|
Description?: string;
|
|
143
247
|
/**
|
|
144
248
|
* @public
|
|
145
|
-
* <p>The URI for the S3 bucket where the prompt is stored
|
|
249
|
+
* <p>The URI for the S3 bucket where the prompt is stored. You can provide S3 pre-signed URLs returned by the
|
|
250
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_GetPromptFile.html">GetPromptFile</a>
|
|
251
|
+
* API instead of providing S3 URIs.</p>
|
|
146
252
|
*/
|
|
147
253
|
S3Uri?: string;
|
|
148
254
|
}
|
|
@@ -496,7 +602,7 @@ export interface UpdateSecurityProfileRequest {
|
|
|
496
602
|
/**
|
|
497
603
|
* @public
|
|
498
604
|
* <p>This API is in preview release for Amazon Connect and is subject to change.</p>
|
|
499
|
-
* <p>A list of the third
|
|
605
|
+
* <p>A list of the third-party application's metadata.</p>
|
|
500
606
|
*/
|
|
501
607
|
Applications?: Application[];
|
|
502
608
|
}
|
|
@@ -837,20 +943,18 @@ export interface UpdateUserSecurityProfilesRequest {
|
|
|
837
943
|
export interface UpdateViewContentRequest {
|
|
838
944
|
/**
|
|
839
945
|
* @public
|
|
840
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
|
|
841
|
-
* the instance.</p>
|
|
946
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
842
947
|
*/
|
|
843
948
|
InstanceId: string | undefined;
|
|
844
949
|
/**
|
|
845
950
|
* @public
|
|
846
|
-
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
|
|
847
|
-
* used.</p>
|
|
951
|
+
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
|
|
848
952
|
*/
|
|
849
953
|
ViewId: string | undefined;
|
|
850
954
|
/**
|
|
851
955
|
* @public
|
|
852
956
|
* <p>Indicates the view status as either <code>SAVED</code> or <code>PUBLISHED</code>. The
|
|
853
|
-
*
|
|
957
|
+
* <code>PUBLISHED</code> status will initiate validation on the content.</p>
|
|
854
958
|
*/
|
|
855
959
|
Status: ViewStatus | undefined;
|
|
856
960
|
/**
|
|
@@ -877,14 +981,12 @@ export interface UpdateViewContentResponse {
|
|
|
877
981
|
export interface UpdateViewMetadataRequest {
|
|
878
982
|
/**
|
|
879
983
|
* @public
|
|
880
|
-
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of
|
|
881
|
-
* the instance.</p>
|
|
984
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
882
985
|
*/
|
|
883
986
|
InstanceId: string | undefined;
|
|
884
987
|
/**
|
|
885
988
|
* @public
|
|
886
|
-
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be
|
|
887
|
-
* used.</p>
|
|
989
|
+
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
|
|
888
990
|
*/
|
|
889
991
|
ViewId: string | undefined;
|
|
890
992
|
/**
|
|
@@ -12,6 +12,7 @@ import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCom
|
|
|
12
12
|
import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "../commands/AssociateRoutingProfileQueuesCommand";
|
|
13
13
|
import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
|
|
14
14
|
import { AssociateTrafficDistributionGroupUserCommandInput, AssociateTrafficDistributionGroupUserCommandOutput } from "../commands/AssociateTrafficDistributionGroupUserCommand";
|
|
15
|
+
import { BatchGetFlowAssociationCommandInput, BatchGetFlowAssociationCommandOutput } from "../commands/BatchGetFlowAssociationCommand";
|
|
15
16
|
import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "../commands/ClaimPhoneNumberCommand";
|
|
16
17
|
import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
|
|
17
18
|
import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
|
|
@@ -259,6 +260,10 @@ export declare const se_AssociateSecurityKeyCommand: (input: AssociateSecurityKe
|
|
|
259
260
|
* serializeAws_restJson1AssociateTrafficDistributionGroupUserCommand
|
|
260
261
|
*/
|
|
261
262
|
export declare const se_AssociateTrafficDistributionGroupUserCommand: (input: AssociateTrafficDistributionGroupUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
263
|
+
/**
|
|
264
|
+
* serializeAws_restJson1BatchGetFlowAssociationCommand
|
|
265
|
+
*/
|
|
266
|
+
export declare const se_BatchGetFlowAssociationCommand: (input: BatchGetFlowAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
267
|
/**
|
|
263
268
|
* serializeAws_restJson1ClaimPhoneNumberCommand
|
|
264
269
|
*/
|
|
@@ -1103,6 +1108,10 @@ export declare const de_AssociateSecurityKeyCommand: (output: __HttpResponse, co
|
|
|
1103
1108
|
* deserializeAws_restJson1AssociateTrafficDistributionGroupUserCommand
|
|
1104
1109
|
*/
|
|
1105
1110
|
export declare const de_AssociateTrafficDistributionGroupUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrafficDistributionGroupUserCommandOutput>;
|
|
1111
|
+
/**
|
|
1112
|
+
* deserializeAws_restJson1BatchGetFlowAssociationCommand
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const de_BatchGetFlowAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFlowAssociationCommandOutput>;
|
|
1106
1115
|
/**
|
|
1107
1116
|
* deserializeAws_restJson1ClaimPhoneNumberCommand
|
|
1108
1117
|
*/
|
|
@@ -47,6 +47,10 @@ import {
|
|
|
47
47
|
AssociateTrafficDistributionGroupUserCommandInput,
|
|
48
48
|
AssociateTrafficDistributionGroupUserCommandOutput,
|
|
49
49
|
} from "./commands/AssociateTrafficDistributionGroupUserCommand";
|
|
50
|
+
import {
|
|
51
|
+
BatchGetFlowAssociationCommandInput,
|
|
52
|
+
BatchGetFlowAssociationCommandOutput,
|
|
53
|
+
} from "./commands/BatchGetFlowAssociationCommand";
|
|
50
54
|
import {
|
|
51
55
|
ClaimPhoneNumberCommandInput,
|
|
52
56
|
ClaimPhoneNumberCommandOutput,
|
|
@@ -1007,6 +1011,19 @@ export interface Connect {
|
|
|
1007
1011
|
data?: AssociateTrafficDistributionGroupUserCommandOutput
|
|
1008
1012
|
) => void
|
|
1009
1013
|
): void;
|
|
1014
|
+
batchGetFlowAssociation(
|
|
1015
|
+
args: BatchGetFlowAssociationCommandInput,
|
|
1016
|
+
options?: __HttpHandlerOptions
|
|
1017
|
+
): Promise<BatchGetFlowAssociationCommandOutput>;
|
|
1018
|
+
batchGetFlowAssociation(
|
|
1019
|
+
args: BatchGetFlowAssociationCommandInput,
|
|
1020
|
+
cb: (err: any, data?: BatchGetFlowAssociationCommandOutput) => void
|
|
1021
|
+
): void;
|
|
1022
|
+
batchGetFlowAssociation(
|
|
1023
|
+
args: BatchGetFlowAssociationCommandInput,
|
|
1024
|
+
options: __HttpHandlerOptions,
|
|
1025
|
+
cb: (err: any, data?: BatchGetFlowAssociationCommandOutput) => void
|
|
1026
|
+
): void;
|
|
1010
1027
|
claimPhoneNumber(
|
|
1011
1028
|
args: ClaimPhoneNumberCommandInput,
|
|
1012
1029
|
options?: __HttpHandlerOptions
|
|
@@ -93,6 +93,10 @@ import {
|
|
|
93
93
|
AssociateTrafficDistributionGroupUserCommandInput,
|
|
94
94
|
AssociateTrafficDistributionGroupUserCommandOutput,
|
|
95
95
|
} from "./commands/AssociateTrafficDistributionGroupUserCommand";
|
|
96
|
+
import {
|
|
97
|
+
BatchGetFlowAssociationCommandInput,
|
|
98
|
+
BatchGetFlowAssociationCommandOutput,
|
|
99
|
+
} from "./commands/BatchGetFlowAssociationCommand";
|
|
96
100
|
import {
|
|
97
101
|
ClaimPhoneNumberCommandInput,
|
|
98
102
|
ClaimPhoneNumberCommandOutput,
|
|
@@ -909,6 +913,7 @@ export type ServiceInputTypes =
|
|
|
909
913
|
| AssociateRoutingProfileQueuesCommandInput
|
|
910
914
|
| AssociateSecurityKeyCommandInput
|
|
911
915
|
| AssociateTrafficDistributionGroupUserCommandInput
|
|
916
|
+
| BatchGetFlowAssociationCommandInput
|
|
912
917
|
| ClaimPhoneNumberCommandInput
|
|
913
918
|
| CreateAgentStatusCommandInput
|
|
914
919
|
| CreateContactFlowCommandInput
|
|
@@ -1121,6 +1126,7 @@ export type ServiceOutputTypes =
|
|
|
1121
1126
|
| AssociateRoutingProfileQueuesCommandOutput
|
|
1122
1127
|
| AssociateSecurityKeyCommandOutput
|
|
1123
1128
|
| AssociateTrafficDistributionGroupUserCommandOutput
|
|
1129
|
+
| BatchGetFlowAssociationCommandOutput
|
|
1124
1130
|
| ClaimPhoneNumberCommandOutput
|
|
1125
1131
|
| CreateAgentStatusCommandOutput
|
|
1126
1132
|
| CreateContactFlowCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ConnectClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ConnectClient";
|
|
14
|
+
import {
|
|
15
|
+
BatchGetFlowAssociationRequest,
|
|
16
|
+
BatchGetFlowAssociationResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface BatchGetFlowAssociationCommandInput
|
|
20
|
+
extends BatchGetFlowAssociationRequest {}
|
|
21
|
+
export interface BatchGetFlowAssociationCommandOutput
|
|
22
|
+
extends BatchGetFlowAssociationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class BatchGetFlowAssociationCommand extends $Command<
|
|
25
|
+
BatchGetFlowAssociationCommandInput,
|
|
26
|
+
BatchGetFlowAssociationCommandOutput,
|
|
27
|
+
ConnectClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: BatchGetFlowAssociationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: BatchGetFlowAssociationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ConnectClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
BatchGetFlowAssociationCommandInput,
|
|
38
|
+
BatchGetFlowAssociationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DescribeUserHierarchyStructureResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
14
|
+
import { DescribeUserHierarchyStructureRequest } from "../models/models_0";
|
|
15
|
+
import { DescribeUserHierarchyStructureResponse } from "../models/models_1";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface DescribeUserHierarchyStructureCommandInput
|
|
20
18
|
extends DescribeUserHierarchyStructureRequest {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ConnectClient";
|
|
14
|
-
import { DescribeViewRequest, DescribeViewResponse } from "../models/
|
|
14
|
+
import { DescribeViewRequest, DescribeViewResponse } from "../models/models_1";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DescribeViewCommandInput extends DescribeViewRequest {}
|
|
17
17
|
export interface DescribeViewCommandOutput
|
|
@@ -10,6 +10,7 @@ export * from "./AssociateQueueQuickConnectsCommand";
|
|
|
10
10
|
export * from "./AssociateRoutingProfileQueuesCommand";
|
|
11
11
|
export * from "./AssociateSecurityKeyCommand";
|
|
12
12
|
export * from "./AssociateTrafficDistributionGroupUserCommand";
|
|
13
|
+
export * from "./BatchGetFlowAssociationCommand";
|
|
13
14
|
export * from "./ClaimPhoneNumberCommand";
|
|
14
15
|
export * from "./CreateAgentStatusCommand";
|
|
15
16
|
export * from "./CreateContactFlowCommand";
|
|
@@ -151,6 +151,8 @@ export interface AgentStatus {
|
|
|
151
151
|
DisplayOrder?: number;
|
|
152
152
|
State?: AgentStatusState;
|
|
153
153
|
Tags?: Record<string, string>;
|
|
154
|
+
LastModifiedTime?: Date;
|
|
155
|
+
LastModifiedRegion?: string;
|
|
154
156
|
}
|
|
155
157
|
export interface AgentStatusReference {
|
|
156
158
|
StatusStartTimestamp?: Date;
|
|
@@ -162,6 +164,8 @@ export interface AgentStatusSummary {
|
|
|
162
164
|
Arn?: string;
|
|
163
165
|
Name?: string;
|
|
164
166
|
Type?: AgentStatusType;
|
|
167
|
+
LastModifiedTime?: Date;
|
|
168
|
+
LastModifiedRegion?: string;
|
|
165
169
|
}
|
|
166
170
|
export declare const MonitorCapability: {
|
|
167
171
|
readonly BARGE: "BARGE";
|
|
@@ -349,8 +353,28 @@ export interface AssociateTrafficDistributionGroupUserRequest {
|
|
|
349
353
|
InstanceId: string | undefined;
|
|
350
354
|
}
|
|
351
355
|
export interface AssociateTrafficDistributionGroupUserResponse {}
|
|
356
|
+
export declare const ListFlowAssociationResourceType: {
|
|
357
|
+
readonly SMS_PHONE_NUMBER: "SMS_PHONE_NUMBER";
|
|
358
|
+
readonly VOICE_PHONE_NUMBER: "VOICE_PHONE_NUMBER";
|
|
359
|
+
};
|
|
360
|
+
export type ListFlowAssociationResourceType =
|
|
361
|
+
(typeof ListFlowAssociationResourceType)[keyof typeof ListFlowAssociationResourceType];
|
|
362
|
+
export interface BatchGetFlowAssociationRequest {
|
|
363
|
+
InstanceId: string | undefined;
|
|
364
|
+
ResourceIds: string[] | undefined;
|
|
365
|
+
ResourceType?: ListFlowAssociationResourceType;
|
|
366
|
+
}
|
|
367
|
+
export interface FlowAssociationSummary {
|
|
368
|
+
ResourceId?: string;
|
|
369
|
+
FlowId?: string;
|
|
370
|
+
ResourceType?: ListFlowAssociationResourceType;
|
|
371
|
+
}
|
|
372
|
+
export interface BatchGetFlowAssociationResponse {
|
|
373
|
+
FlowAssociationSummaryList?: FlowAssociationSummary[];
|
|
374
|
+
}
|
|
352
375
|
export interface ClaimPhoneNumberRequest {
|
|
353
|
-
TargetArn
|
|
376
|
+
TargetArn?: string;
|
|
377
|
+
InstanceId?: string;
|
|
354
378
|
PhoneNumber: string | undefined;
|
|
355
379
|
PhoneNumberDescription?: string;
|
|
356
380
|
Tags?: Record<string, string>;
|
|
@@ -1497,6 +1521,8 @@ export interface HoursOfOperation {
|
|
|
1497
1521
|
TimeZone?: string;
|
|
1498
1522
|
Config?: HoursOfOperationConfig[];
|
|
1499
1523
|
Tags?: Record<string, string>;
|
|
1524
|
+
LastModifiedTime?: Date;
|
|
1525
|
+
LastModifiedRegion?: string;
|
|
1500
1526
|
}
|
|
1501
1527
|
export interface DescribeHoursOfOperationResponse {
|
|
1502
1528
|
HoursOfOperation?: HoursOfOperation;
|
|
@@ -1836,6 +1862,7 @@ export interface ClaimedPhoneNumberSummary {
|
|
|
1836
1862
|
PhoneNumberType?: PhoneNumberType;
|
|
1837
1863
|
PhoneNumberDescription?: string;
|
|
1838
1864
|
TargetArn?: string;
|
|
1865
|
+
InstanceId?: string;
|
|
1839
1866
|
Tags?: Record<string, string>;
|
|
1840
1867
|
PhoneNumberStatus?: PhoneNumberStatus;
|
|
1841
1868
|
}
|
|
@@ -1852,6 +1879,8 @@ export interface Prompt {
|
|
|
1852
1879
|
Name?: string;
|
|
1853
1880
|
Description?: string;
|
|
1854
1881
|
Tags?: Record<string, string>;
|
|
1882
|
+
LastModifiedTime?: Date;
|
|
1883
|
+
LastModifiedRegion?: string;
|
|
1855
1884
|
}
|
|
1856
1885
|
export interface DescribePromptResponse {
|
|
1857
1886
|
Prompt?: Prompt;
|
|
@@ -1875,6 +1904,8 @@ export interface Queue {
|
|
|
1875
1904
|
MaxContacts?: number;
|
|
1876
1905
|
Status?: QueueStatus;
|
|
1877
1906
|
Tags?: Record<string, string>;
|
|
1907
|
+
LastModifiedTime?: Date;
|
|
1908
|
+
LastModifiedRegion?: string;
|
|
1878
1909
|
}
|
|
1879
1910
|
export interface DescribeQueueResponse {
|
|
1880
1911
|
Queue?: Queue;
|
|
@@ -1890,6 +1921,8 @@ export interface QuickConnect {
|
|
|
1890
1921
|
Description?: string;
|
|
1891
1922
|
QuickConnectConfig?: QuickConnectConfig;
|
|
1892
1923
|
Tags?: Record<string, string>;
|
|
1924
|
+
LastModifiedTime?: Date;
|
|
1925
|
+
LastModifiedRegion?: string;
|
|
1893
1926
|
}
|
|
1894
1927
|
export interface DescribeQuickConnectResponse {
|
|
1895
1928
|
QuickConnect?: QuickConnect;
|
|
@@ -1910,6 +1943,9 @@ export interface RoutingProfile {
|
|
|
1910
1943
|
NumberOfAssociatedQueues?: number;
|
|
1911
1944
|
NumberOfAssociatedUsers?: number;
|
|
1912
1945
|
AgentAvailabilityTimer?: AgentAvailabilityTimer;
|
|
1946
|
+
LastModifiedTime?: Date;
|
|
1947
|
+
LastModifiedRegion?: string;
|
|
1948
|
+
IsDefault?: boolean;
|
|
1913
1949
|
}
|
|
1914
1950
|
export interface DescribeRoutingProfileResponse {
|
|
1915
1951
|
RoutingProfile?: RoutingProfile;
|
|
@@ -1947,6 +1983,8 @@ export interface SecurityProfile {
|
|
|
1947
1983
|
Tags?: Record<string, string>;
|
|
1948
1984
|
AllowedAccessControlTags?: Record<string, string>;
|
|
1949
1985
|
TagRestrictedResources?: string[];
|
|
1986
|
+
LastModifiedTime?: Date;
|
|
1987
|
+
LastModifiedRegion?: string;
|
|
1950
1988
|
}
|
|
1951
1989
|
export interface DescribeSecurityProfileResponse {
|
|
1952
1990
|
SecurityProfile?: SecurityProfile;
|
|
@@ -1992,6 +2030,8 @@ export interface User {
|
|
|
1992
2030
|
RoutingProfileId?: string;
|
|
1993
2031
|
HierarchyGroupId?: string;
|
|
1994
2032
|
Tags?: Record<string, string>;
|
|
2033
|
+
LastModifiedTime?: Date;
|
|
2034
|
+
LastModifiedRegion?: string;
|
|
1995
2035
|
}
|
|
1996
2036
|
export interface DescribeUserResponse {
|
|
1997
2037
|
User?: User;
|
|
@@ -2004,6 +2044,8 @@ export interface HierarchyGroupSummary {
|
|
|
2004
2044
|
Id?: string;
|
|
2005
2045
|
Arn?: string;
|
|
2006
2046
|
Name?: string;
|
|
2047
|
+
LastModifiedTime?: Date;
|
|
2048
|
+
LastModifiedRegion?: string;
|
|
2007
2049
|
}
|
|
2008
2050
|
export interface HierarchyPath {
|
|
2009
2051
|
LevelOne?: HierarchyGroupSummary;
|
|
@@ -2019,6 +2061,8 @@ export interface HierarchyGroup {
|
|
|
2019
2061
|
LevelId?: string;
|
|
2020
2062
|
HierarchyPath?: HierarchyPath;
|
|
2021
2063
|
Tags?: Record<string, string>;
|
|
2064
|
+
LastModifiedTime?: Date;
|
|
2065
|
+
LastModifiedRegion?: string;
|
|
2022
2066
|
}
|
|
2023
2067
|
export interface DescribeUserHierarchyGroupResponse {
|
|
2024
2068
|
HierarchyGroup?: HierarchyGroup;
|
|
@@ -2030,23 +2074,8 @@ export interface HierarchyLevel {
|
|
|
2030
2074
|
Id?: string;
|
|
2031
2075
|
Arn?: string;
|
|
2032
2076
|
Name?: string;
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
LevelOne?: HierarchyLevel;
|
|
2036
|
-
LevelTwo?: HierarchyLevel;
|
|
2037
|
-
LevelThree?: HierarchyLevel;
|
|
2038
|
-
LevelFour?: HierarchyLevel;
|
|
2039
|
-
LevelFive?: HierarchyLevel;
|
|
2040
|
-
}
|
|
2041
|
-
export interface DescribeUserHierarchyStructureResponse {
|
|
2042
|
-
HierarchyStructure?: HierarchyStructure;
|
|
2043
|
-
}
|
|
2044
|
-
export interface DescribeViewRequest {
|
|
2045
|
-
InstanceId: string | undefined;
|
|
2046
|
-
ViewId: string | undefined;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DescribeViewResponse {
|
|
2049
|
-
View?: View;
|
|
2077
|
+
LastModifiedTime?: Date;
|
|
2078
|
+
LastModifiedRegion?: string;
|
|
2050
2079
|
}
|
|
2051
2080
|
export declare const CreateInstanceRequestFilterSensitiveLog: (
|
|
2052
2081
|
obj: CreateInstanceRequest
|
|
@@ -2069,6 +2098,3 @@ export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
|
2069
2098
|
export declare const DescribeInstanceResponseFilterSensitiveLog: (
|
|
2070
2099
|
obj: DescribeInstanceResponse
|
|
2071
2100
|
) => any;
|
|
2072
|
-
export declare const DescribeViewResponseFilterSensitiveLog: (
|
|
2073
|
-
obj: DescribeViewResponse
|
|
2074
|
-
) => any;
|