@aws-sdk/client-connect 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Connect.d.ts +2794 -775
- package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +154 -154
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ConnectServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
- package/dist-types/ts3.4/models/models_1.d.ts +1647 -1485
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +39 -39
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1485 +1,1647 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
export
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
export interface
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
export interface
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
}
|
|
267
|
-
export interface ListUsersResponse {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
export interface
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
}
|
|
322
|
-
export
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
export
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
export interface
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
export interface
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
}
|
|
536
|
-
export interface
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
export interface
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
export interface
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
}
|
|
671
|
-
export interface
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
}
|
|
742
|
-
export interface
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export interface
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
export declare const
|
|
1216
|
-
|
|
1217
|
-
export declare const
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
export declare const
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
export declare const
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
export declare const
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
export declare const
|
|
1234
|
-
|
|
1235
|
-
export declare const
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
export declare const
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
export declare const
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
export declare const
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
export declare const
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
export declare const
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
export declare const
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
export declare const
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
export declare const
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
export declare const
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
export declare const
|
|
1276
|
-
|
|
1277
|
-
export declare const
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
export declare const
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
export declare const
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
export declare const
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
export declare const
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
export declare const
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
export declare const
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
export declare const
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
export declare const
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
export declare const
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
export declare const
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
export declare const UserSearchSummaryFilterSensitiveLog: (
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
export declare const
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
export declare const
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
export declare const
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
export declare const
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
export declare const
|
|
1342
|
-
|
|
1343
|
-
export declare const
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
export declare const
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
export declare const
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
export declare const
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
export declare const
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
export declare const
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
export declare const
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
export declare const
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
export declare const
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
export declare const
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
export declare const
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
export declare const
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
export declare const
|
|
1392
|
-
|
|
1393
|
-
export declare const
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
export declare const
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
export declare const
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
export declare const
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
export declare const
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
export declare const
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
export declare const
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
export declare const
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
export declare const
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
export declare const
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
export declare const
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
export declare const
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
export declare const
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
export declare const
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
export declare const
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
export declare const
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
export declare const
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
export declare const
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
export declare const
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
export declare const
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
export declare const
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
export declare const
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
export declare const
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ConnectServiceException as __BaseException } from "./ConnectServiceException";
|
|
3
|
+
import {
|
|
4
|
+
AgentStatusState,
|
|
5
|
+
Channel,
|
|
6
|
+
ContactFlowModuleState,
|
|
7
|
+
ContactFlowState,
|
|
8
|
+
HierarchyGroupSummary,
|
|
9
|
+
HoursOfOperationConfig,
|
|
10
|
+
InstanceAttributeType,
|
|
11
|
+
InstanceStorageConfig,
|
|
12
|
+
InstanceStorageResourceType,
|
|
13
|
+
MediaConcurrency,
|
|
14
|
+
OutboundCallerConfig,
|
|
15
|
+
PhoneNumberCountryCode,
|
|
16
|
+
PhoneNumberType,
|
|
17
|
+
Queue,
|
|
18
|
+
QueueStatus,
|
|
19
|
+
QuickConnectConfig,
|
|
20
|
+
QuickConnectSummary,
|
|
21
|
+
QuickConnectType,
|
|
22
|
+
ReferenceType,
|
|
23
|
+
RoutingProfile,
|
|
24
|
+
RoutingProfileQueueConfig,
|
|
25
|
+
TaskTemplateConstraints,
|
|
26
|
+
TaskTemplateDefaults,
|
|
27
|
+
TaskTemplateField,
|
|
28
|
+
TaskTemplateStatus,
|
|
29
|
+
UseCaseType,
|
|
30
|
+
UserIdentityInfo,
|
|
31
|
+
UserPhoneConfig,
|
|
32
|
+
VocabularyLanguageCode,
|
|
33
|
+
VocabularyState,
|
|
34
|
+
} from "./models_0";
|
|
35
|
+
export declare enum QueueType {
|
|
36
|
+
AGENT = "AGENT",
|
|
37
|
+
STANDARD = "STANDARD",
|
|
38
|
+
}
|
|
39
|
+
export interface ListQueuesRequest {
|
|
40
|
+
InstanceId: string | undefined;
|
|
41
|
+
|
|
42
|
+
QueueTypes?: (QueueType | string)[];
|
|
43
|
+
|
|
44
|
+
NextToken?: string;
|
|
45
|
+
|
|
46
|
+
MaxResults?: number;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface QueueSummary {
|
|
50
|
+
Id?: string;
|
|
51
|
+
|
|
52
|
+
Arn?: string;
|
|
53
|
+
|
|
54
|
+
Name?: string;
|
|
55
|
+
|
|
56
|
+
QueueType?: QueueType | string;
|
|
57
|
+
}
|
|
58
|
+
export interface ListQueuesResponse {
|
|
59
|
+
QueueSummaryList?: QueueSummary[];
|
|
60
|
+
|
|
61
|
+
NextToken?: string;
|
|
62
|
+
}
|
|
63
|
+
export interface ListQuickConnectsRequest {
|
|
64
|
+
InstanceId: string | undefined;
|
|
65
|
+
|
|
66
|
+
NextToken?: string;
|
|
67
|
+
|
|
68
|
+
MaxResults?: number;
|
|
69
|
+
|
|
70
|
+
QuickConnectTypes?: (QuickConnectType | string)[];
|
|
71
|
+
}
|
|
72
|
+
export interface ListQuickConnectsResponse {
|
|
73
|
+
QuickConnectSummaryList?: QuickConnectSummary[];
|
|
74
|
+
|
|
75
|
+
NextToken?: string;
|
|
76
|
+
}
|
|
77
|
+
export interface ListRoutingProfileQueuesRequest {
|
|
78
|
+
InstanceId: string | undefined;
|
|
79
|
+
|
|
80
|
+
RoutingProfileId: string | undefined;
|
|
81
|
+
|
|
82
|
+
NextToken?: string;
|
|
83
|
+
|
|
84
|
+
MaxResults?: number;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface RoutingProfileQueueConfigSummary {
|
|
88
|
+
QueueId: string | undefined;
|
|
89
|
+
|
|
90
|
+
QueueArn: string | undefined;
|
|
91
|
+
|
|
92
|
+
QueueName: string | undefined;
|
|
93
|
+
|
|
94
|
+
Priority: number | undefined;
|
|
95
|
+
|
|
96
|
+
Delay: number | undefined;
|
|
97
|
+
|
|
98
|
+
Channel: Channel | string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface ListRoutingProfileQueuesResponse {
|
|
101
|
+
NextToken?: string;
|
|
102
|
+
|
|
103
|
+
RoutingProfileQueueConfigSummaryList?: RoutingProfileQueueConfigSummary[];
|
|
104
|
+
}
|
|
105
|
+
export interface ListRoutingProfilesRequest {
|
|
106
|
+
InstanceId: string | undefined;
|
|
107
|
+
|
|
108
|
+
NextToken?: string;
|
|
109
|
+
|
|
110
|
+
MaxResults?: number;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export interface RoutingProfileSummary {
|
|
114
|
+
Id?: string;
|
|
115
|
+
|
|
116
|
+
Arn?: string;
|
|
117
|
+
|
|
118
|
+
Name?: string;
|
|
119
|
+
}
|
|
120
|
+
export interface ListRoutingProfilesResponse {
|
|
121
|
+
RoutingProfileSummaryList?: RoutingProfileSummary[];
|
|
122
|
+
|
|
123
|
+
NextToken?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface ListSecurityKeysRequest {
|
|
126
|
+
InstanceId: string | undefined;
|
|
127
|
+
|
|
128
|
+
NextToken?: string;
|
|
129
|
+
|
|
130
|
+
MaxResults?: number;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface SecurityKey {
|
|
134
|
+
AssociationId?: string;
|
|
135
|
+
|
|
136
|
+
Key?: string;
|
|
137
|
+
|
|
138
|
+
CreationTime?: Date;
|
|
139
|
+
}
|
|
140
|
+
export interface ListSecurityKeysResponse {
|
|
141
|
+
SecurityKeys?: SecurityKey[];
|
|
142
|
+
|
|
143
|
+
NextToken?: string;
|
|
144
|
+
}
|
|
145
|
+
export interface ListSecurityProfilePermissionsRequest {
|
|
146
|
+
SecurityProfileId: string | undefined;
|
|
147
|
+
|
|
148
|
+
InstanceId: string | undefined;
|
|
149
|
+
|
|
150
|
+
NextToken?: string;
|
|
151
|
+
|
|
152
|
+
MaxResults?: number;
|
|
153
|
+
}
|
|
154
|
+
export interface ListSecurityProfilePermissionsResponse {
|
|
155
|
+
Permissions?: string[];
|
|
156
|
+
|
|
157
|
+
NextToken?: string;
|
|
158
|
+
}
|
|
159
|
+
export interface ListSecurityProfilesRequest {
|
|
160
|
+
InstanceId: string | undefined;
|
|
161
|
+
|
|
162
|
+
NextToken?: string;
|
|
163
|
+
|
|
164
|
+
MaxResults?: number;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export interface SecurityProfileSummary {
|
|
168
|
+
Id?: string;
|
|
169
|
+
|
|
170
|
+
Arn?: string;
|
|
171
|
+
|
|
172
|
+
Name?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface ListSecurityProfilesResponse {
|
|
175
|
+
SecurityProfileSummaryList?: SecurityProfileSummary[];
|
|
176
|
+
|
|
177
|
+
NextToken?: string;
|
|
178
|
+
}
|
|
179
|
+
export interface ListTagsForResourceRequest {
|
|
180
|
+
resourceArn: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface ListTagsForResourceResponse {
|
|
183
|
+
tags?: Record<string, string>;
|
|
184
|
+
}
|
|
185
|
+
export interface ListTaskTemplatesRequest {
|
|
186
|
+
InstanceId: string | undefined;
|
|
187
|
+
|
|
188
|
+
NextToken?: string;
|
|
189
|
+
|
|
190
|
+
MaxResults?: number;
|
|
191
|
+
|
|
192
|
+
Status?: TaskTemplateStatus | string;
|
|
193
|
+
|
|
194
|
+
Name?: string;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export interface TaskTemplateMetadata {
|
|
198
|
+
Id?: string;
|
|
199
|
+
|
|
200
|
+
Arn?: string;
|
|
201
|
+
|
|
202
|
+
Name?: string;
|
|
203
|
+
|
|
204
|
+
Description?: string;
|
|
205
|
+
|
|
206
|
+
Status?: TaskTemplateStatus | string;
|
|
207
|
+
|
|
208
|
+
LastModifiedTime?: Date;
|
|
209
|
+
|
|
210
|
+
CreatedTime?: Date;
|
|
211
|
+
}
|
|
212
|
+
export interface ListTaskTemplatesResponse {
|
|
213
|
+
TaskTemplates?: TaskTemplateMetadata[];
|
|
214
|
+
|
|
215
|
+
NextToken?: string;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export interface ListUseCasesRequest {
|
|
219
|
+
InstanceId: string | undefined;
|
|
220
|
+
|
|
221
|
+
IntegrationAssociationId: string | undefined;
|
|
222
|
+
|
|
223
|
+
NextToken?: string;
|
|
224
|
+
|
|
225
|
+
MaxResults?: number;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export interface UseCase {
|
|
229
|
+
UseCaseId?: string;
|
|
230
|
+
|
|
231
|
+
UseCaseArn?: string;
|
|
232
|
+
|
|
233
|
+
UseCaseType?: UseCaseType | string;
|
|
234
|
+
}
|
|
235
|
+
export interface ListUseCasesResponse {
|
|
236
|
+
UseCaseSummaryList?: UseCase[];
|
|
237
|
+
|
|
238
|
+
NextToken?: string;
|
|
239
|
+
}
|
|
240
|
+
export interface ListUserHierarchyGroupsRequest {
|
|
241
|
+
InstanceId: string | undefined;
|
|
242
|
+
|
|
243
|
+
NextToken?: string;
|
|
244
|
+
|
|
245
|
+
MaxResults?: number;
|
|
246
|
+
}
|
|
247
|
+
export interface ListUserHierarchyGroupsResponse {
|
|
248
|
+
UserHierarchyGroupSummaryList?: HierarchyGroupSummary[];
|
|
249
|
+
|
|
250
|
+
NextToken?: string;
|
|
251
|
+
}
|
|
252
|
+
export interface ListUsersRequest {
|
|
253
|
+
InstanceId: string | undefined;
|
|
254
|
+
|
|
255
|
+
NextToken?: string;
|
|
256
|
+
|
|
257
|
+
MaxResults?: number;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
export interface UserSummary {
|
|
261
|
+
Id?: string;
|
|
262
|
+
|
|
263
|
+
Arn?: string;
|
|
264
|
+
|
|
265
|
+
Username?: string;
|
|
266
|
+
}
|
|
267
|
+
export interface ListUsersResponse {
|
|
268
|
+
UserSummaryList?: UserSummary[];
|
|
269
|
+
|
|
270
|
+
NextToken?: string;
|
|
271
|
+
}
|
|
272
|
+
export interface PutUserStatusRequest {
|
|
273
|
+
UserId: string | undefined;
|
|
274
|
+
|
|
275
|
+
InstanceId: string | undefined;
|
|
276
|
+
|
|
277
|
+
AgentStatusId: string | undefined;
|
|
278
|
+
}
|
|
279
|
+
export interface PutUserStatusResponse {}
|
|
280
|
+
export interface ReleasePhoneNumberRequest {
|
|
281
|
+
PhoneNumberId: string | undefined;
|
|
282
|
+
|
|
283
|
+
ClientToken?: string;
|
|
284
|
+
}
|
|
285
|
+
export interface ResumeContactRecordingRequest {
|
|
286
|
+
InstanceId: string | undefined;
|
|
287
|
+
|
|
288
|
+
ContactId: string | undefined;
|
|
289
|
+
|
|
290
|
+
InitialContactId: string | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface ResumeContactRecordingResponse {}
|
|
293
|
+
export interface SearchAvailablePhoneNumbersRequest {
|
|
294
|
+
TargetArn: string | undefined;
|
|
295
|
+
|
|
296
|
+
PhoneNumberCountryCode: PhoneNumberCountryCode | string | undefined;
|
|
297
|
+
|
|
298
|
+
PhoneNumberType: PhoneNumberType | string | undefined;
|
|
299
|
+
|
|
300
|
+
PhoneNumberPrefix?: string;
|
|
301
|
+
|
|
302
|
+
MaxResults?: number;
|
|
303
|
+
|
|
304
|
+
NextToken?: string;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
export interface AvailableNumberSummary {
|
|
308
|
+
PhoneNumber?: string;
|
|
309
|
+
|
|
310
|
+
PhoneNumberCountryCode?: PhoneNumberCountryCode | string;
|
|
311
|
+
|
|
312
|
+
PhoneNumberType?: PhoneNumberType | string;
|
|
313
|
+
}
|
|
314
|
+
export interface SearchAvailablePhoneNumbersResponse {
|
|
315
|
+
NextToken?: string;
|
|
316
|
+
|
|
317
|
+
AvailableNumbersList?: AvailableNumberSummary[];
|
|
318
|
+
}
|
|
319
|
+
export declare enum SearchableQueueType {
|
|
320
|
+
STANDARD = "STANDARD",
|
|
321
|
+
}
|
|
322
|
+
export declare enum StringComparisonType {
|
|
323
|
+
CONTAINS = "CONTAINS",
|
|
324
|
+
EXACT = "EXACT",
|
|
325
|
+
STARTS_WITH = "STARTS_WITH",
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
export interface StringCondition {
|
|
329
|
+
FieldName?: string;
|
|
330
|
+
|
|
331
|
+
Value?: string;
|
|
332
|
+
|
|
333
|
+
ComparisonType?: StringComparisonType | string;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
export interface TagCondition {
|
|
337
|
+
TagKey?: string;
|
|
338
|
+
|
|
339
|
+
TagValue?: string;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface ControlPlaneTagFilter {
|
|
343
|
+
OrConditions?: TagCondition[][];
|
|
344
|
+
|
|
345
|
+
AndConditions?: TagCondition[];
|
|
346
|
+
|
|
347
|
+
TagCondition?: TagCondition;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
export interface QueueSearchFilter {
|
|
351
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
352
|
+
}
|
|
353
|
+
export interface SearchQueuesResponse {
|
|
354
|
+
Queues?: Queue[];
|
|
355
|
+
|
|
356
|
+
NextToken?: string;
|
|
357
|
+
|
|
358
|
+
ApproximateTotalCount?: number;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
export interface RoutingProfileSearchFilter {
|
|
362
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
363
|
+
}
|
|
364
|
+
export interface SearchRoutingProfilesResponse {
|
|
365
|
+
RoutingProfiles?: RoutingProfile[];
|
|
366
|
+
|
|
367
|
+
NextToken?: string;
|
|
368
|
+
|
|
369
|
+
ApproximateTotalCount?: number;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export interface SecurityProfilesSearchFilter {
|
|
373
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
export interface SecurityProfileSearchSummary {
|
|
377
|
+
Id?: string;
|
|
378
|
+
|
|
379
|
+
OrganizationResourceId?: string;
|
|
380
|
+
|
|
381
|
+
Arn?: string;
|
|
382
|
+
|
|
383
|
+
SecurityProfileName?: string;
|
|
384
|
+
|
|
385
|
+
Description?: string;
|
|
386
|
+
|
|
387
|
+
Tags?: Record<string, string>;
|
|
388
|
+
}
|
|
389
|
+
export interface SearchSecurityProfilesResponse {
|
|
390
|
+
SecurityProfiles?: SecurityProfileSearchSummary[];
|
|
391
|
+
|
|
392
|
+
NextToken?: string;
|
|
393
|
+
|
|
394
|
+
ApproximateTotalCount?: number;
|
|
395
|
+
}
|
|
396
|
+
export declare enum HierarchyGroupMatchType {
|
|
397
|
+
EXACT = "EXACT",
|
|
398
|
+
WITH_CHILD_GROUPS = "WITH_CHILD_GROUPS",
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export interface HierarchyGroupCondition {
|
|
402
|
+
Value?: string;
|
|
403
|
+
|
|
404
|
+
HierarchyGroupMatchType?: HierarchyGroupMatchType | string;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export interface UserSearchFilter {
|
|
408
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
export interface UserIdentityInfoLite {
|
|
412
|
+
FirstName?: string;
|
|
413
|
+
|
|
414
|
+
LastName?: string;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export interface UserSearchSummary {
|
|
418
|
+
Arn?: string;
|
|
419
|
+
|
|
420
|
+
DirectoryUserId?: string;
|
|
421
|
+
|
|
422
|
+
HierarchyGroupId?: string;
|
|
423
|
+
|
|
424
|
+
Id?: string;
|
|
425
|
+
|
|
426
|
+
IdentityInfo?: UserIdentityInfoLite;
|
|
427
|
+
|
|
428
|
+
PhoneConfig?: UserPhoneConfig;
|
|
429
|
+
|
|
430
|
+
RoutingProfileId?: string;
|
|
431
|
+
|
|
432
|
+
SecurityProfileIds?: string[];
|
|
433
|
+
|
|
434
|
+
Tags?: Record<string, string>;
|
|
435
|
+
|
|
436
|
+
Username?: string;
|
|
437
|
+
}
|
|
438
|
+
export interface SearchUsersResponse {
|
|
439
|
+
Users?: UserSearchSummary[];
|
|
440
|
+
|
|
441
|
+
NextToken?: string;
|
|
442
|
+
|
|
443
|
+
ApproximateTotalCount?: number;
|
|
444
|
+
}
|
|
445
|
+
export interface SearchVocabulariesRequest {
|
|
446
|
+
InstanceId: string | undefined;
|
|
447
|
+
|
|
448
|
+
MaxResults?: number;
|
|
449
|
+
|
|
450
|
+
NextToken?: string;
|
|
451
|
+
|
|
452
|
+
State?: VocabularyState | string;
|
|
453
|
+
|
|
454
|
+
NameStartsWith?: string;
|
|
455
|
+
|
|
456
|
+
LanguageCode?: VocabularyLanguageCode | string;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export interface VocabularySummary {
|
|
460
|
+
Name: string | undefined;
|
|
461
|
+
|
|
462
|
+
Id: string | undefined;
|
|
463
|
+
|
|
464
|
+
Arn: string | undefined;
|
|
465
|
+
|
|
466
|
+
LanguageCode: VocabularyLanguageCode | string | undefined;
|
|
467
|
+
|
|
468
|
+
State: VocabularyState | string | undefined;
|
|
469
|
+
|
|
470
|
+
LastModifiedTime: Date | undefined;
|
|
471
|
+
|
|
472
|
+
FailureReason?: string;
|
|
473
|
+
}
|
|
474
|
+
export interface SearchVocabulariesResponse {
|
|
475
|
+
VocabularySummaryList?: VocabularySummary[];
|
|
476
|
+
|
|
477
|
+
NextToken?: string;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export interface ChatMessage {
|
|
481
|
+
ContentType: string | undefined;
|
|
482
|
+
|
|
483
|
+
Content: string | undefined;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface ParticipantDetails {
|
|
487
|
+
DisplayName: string | undefined;
|
|
488
|
+
}
|
|
489
|
+
export interface StartChatContactRequest {
|
|
490
|
+
InstanceId: string | undefined;
|
|
491
|
+
|
|
492
|
+
ContactFlowId: string | undefined;
|
|
493
|
+
|
|
494
|
+
Attributes?: Record<string, string>;
|
|
495
|
+
|
|
496
|
+
ParticipantDetails: ParticipantDetails | undefined;
|
|
497
|
+
|
|
498
|
+
InitialMessage?: ChatMessage;
|
|
499
|
+
|
|
500
|
+
ClientToken?: string;
|
|
501
|
+
|
|
502
|
+
ChatDurationInMinutes?: number;
|
|
503
|
+
|
|
504
|
+
SupportedMessagingContentTypes?: string[];
|
|
505
|
+
}
|
|
506
|
+
export interface StartChatContactResponse {
|
|
507
|
+
ContactId?: string;
|
|
508
|
+
|
|
509
|
+
ParticipantId?: string;
|
|
510
|
+
|
|
511
|
+
ParticipantToken?: string;
|
|
512
|
+
}
|
|
513
|
+
export declare enum VoiceRecordingTrack {
|
|
514
|
+
ALL = "ALL",
|
|
515
|
+
FROM_AGENT = "FROM_AGENT",
|
|
516
|
+
TO_AGENT = "TO_AGENT",
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export interface VoiceRecordingConfiguration {
|
|
520
|
+
VoiceRecordingTrack?: VoiceRecordingTrack | string;
|
|
521
|
+
}
|
|
522
|
+
export interface StartContactRecordingRequest {
|
|
523
|
+
InstanceId: string | undefined;
|
|
524
|
+
|
|
525
|
+
ContactId: string | undefined;
|
|
526
|
+
|
|
527
|
+
InitialContactId: string | undefined;
|
|
528
|
+
|
|
529
|
+
VoiceRecordingConfiguration: VoiceRecordingConfiguration | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface StartContactRecordingResponse {}
|
|
532
|
+
|
|
533
|
+
export interface ChatStreamingConfiguration {
|
|
534
|
+
StreamingEndpointArn: string | undefined;
|
|
535
|
+
}
|
|
536
|
+
export interface StartContactStreamingRequest {
|
|
537
|
+
InstanceId: string | undefined;
|
|
538
|
+
|
|
539
|
+
ContactId: string | undefined;
|
|
540
|
+
|
|
541
|
+
ChatStreamingConfiguration: ChatStreamingConfiguration | undefined;
|
|
542
|
+
|
|
543
|
+
ClientToken?: string;
|
|
544
|
+
}
|
|
545
|
+
export interface StartContactStreamingResponse {
|
|
546
|
+
StreamingId: string | undefined;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export declare class DestinationNotAllowedException extends __BaseException {
|
|
550
|
+
readonly name: "DestinationNotAllowedException";
|
|
551
|
+
readonly $fault: "client";
|
|
552
|
+
|
|
553
|
+
Message?: string;
|
|
554
|
+
|
|
555
|
+
constructor(
|
|
556
|
+
opts: __ExceptionOptionType<DestinationNotAllowedException, __BaseException>
|
|
557
|
+
);
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
export declare class OutboundContactNotPermittedException extends __BaseException {
|
|
561
|
+
readonly name: "OutboundContactNotPermittedException";
|
|
562
|
+
readonly $fault: "client";
|
|
563
|
+
|
|
564
|
+
Message?: string;
|
|
565
|
+
|
|
566
|
+
constructor(
|
|
567
|
+
opts: __ExceptionOptionType<
|
|
568
|
+
OutboundContactNotPermittedException,
|
|
569
|
+
__BaseException
|
|
570
|
+
>
|
|
571
|
+
);
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
export interface AnswerMachineDetectionConfig {
|
|
575
|
+
EnableAnswerMachineDetection?: boolean;
|
|
576
|
+
|
|
577
|
+
AwaitAnswerMachinePrompt?: boolean;
|
|
578
|
+
}
|
|
579
|
+
export declare enum TrafficType {
|
|
580
|
+
CAMPAIGN = "CAMPAIGN",
|
|
581
|
+
GENERAL = "GENERAL",
|
|
582
|
+
}
|
|
583
|
+
export interface StartOutboundVoiceContactRequest {
|
|
584
|
+
DestinationPhoneNumber: string | undefined;
|
|
585
|
+
|
|
586
|
+
ContactFlowId: string | undefined;
|
|
587
|
+
|
|
588
|
+
InstanceId: string | undefined;
|
|
589
|
+
|
|
590
|
+
ClientToken?: string;
|
|
591
|
+
|
|
592
|
+
SourcePhoneNumber?: string;
|
|
593
|
+
|
|
594
|
+
QueueId?: string;
|
|
595
|
+
|
|
596
|
+
Attributes?: Record<string, string>;
|
|
597
|
+
|
|
598
|
+
AnswerMachineDetectionConfig?: AnswerMachineDetectionConfig;
|
|
599
|
+
|
|
600
|
+
CampaignId?: string;
|
|
601
|
+
|
|
602
|
+
TrafficType?: TrafficType | string;
|
|
603
|
+
}
|
|
604
|
+
export interface StartOutboundVoiceContactResponse {
|
|
605
|
+
ContactId?: string;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export interface Reference {
|
|
609
|
+
Value: string | undefined;
|
|
610
|
+
|
|
611
|
+
Type: ReferenceType | string | undefined;
|
|
612
|
+
}
|
|
613
|
+
export interface StartTaskContactRequest {
|
|
614
|
+
InstanceId: string | undefined;
|
|
615
|
+
|
|
616
|
+
PreviousContactId?: string;
|
|
617
|
+
|
|
618
|
+
ContactFlowId?: string;
|
|
619
|
+
|
|
620
|
+
Attributes?: Record<string, string>;
|
|
621
|
+
|
|
622
|
+
Name: string | undefined;
|
|
623
|
+
|
|
624
|
+
References?: Record<string, Reference>;
|
|
625
|
+
|
|
626
|
+
Description?: string;
|
|
627
|
+
|
|
628
|
+
ClientToken?: string;
|
|
629
|
+
|
|
630
|
+
ScheduledTime?: Date;
|
|
631
|
+
|
|
632
|
+
TaskTemplateId?: string;
|
|
633
|
+
|
|
634
|
+
QuickConnectId?: string;
|
|
635
|
+
}
|
|
636
|
+
export interface StartTaskContactResponse {
|
|
637
|
+
ContactId?: string;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
export declare class ContactNotFoundException extends __BaseException {
|
|
641
|
+
readonly name: "ContactNotFoundException";
|
|
642
|
+
readonly $fault: "client";
|
|
643
|
+
|
|
644
|
+
Message?: string;
|
|
645
|
+
|
|
646
|
+
constructor(
|
|
647
|
+
opts: __ExceptionOptionType<ContactNotFoundException, __BaseException>
|
|
648
|
+
);
|
|
649
|
+
}
|
|
650
|
+
export interface StopContactRequest {
|
|
651
|
+
ContactId: string | undefined;
|
|
652
|
+
|
|
653
|
+
InstanceId: string | undefined;
|
|
654
|
+
}
|
|
655
|
+
export interface StopContactResponse {}
|
|
656
|
+
export interface StopContactRecordingRequest {
|
|
657
|
+
InstanceId: string | undefined;
|
|
658
|
+
|
|
659
|
+
ContactId: string | undefined;
|
|
660
|
+
|
|
661
|
+
InitialContactId: string | undefined;
|
|
662
|
+
}
|
|
663
|
+
export interface StopContactRecordingResponse {}
|
|
664
|
+
export interface StopContactStreamingRequest {
|
|
665
|
+
InstanceId: string | undefined;
|
|
666
|
+
|
|
667
|
+
ContactId: string | undefined;
|
|
668
|
+
|
|
669
|
+
StreamingId: string | undefined;
|
|
670
|
+
}
|
|
671
|
+
export interface StopContactStreamingResponse {}
|
|
672
|
+
export interface SuspendContactRecordingRequest {
|
|
673
|
+
InstanceId: string | undefined;
|
|
674
|
+
|
|
675
|
+
ContactId: string | undefined;
|
|
676
|
+
|
|
677
|
+
InitialContactId: string | undefined;
|
|
678
|
+
}
|
|
679
|
+
export interface SuspendContactRecordingResponse {}
|
|
680
|
+
export interface TagResourceRequest {
|
|
681
|
+
resourceArn: string | undefined;
|
|
682
|
+
|
|
683
|
+
tags: Record<string, string> | undefined;
|
|
684
|
+
}
|
|
685
|
+
export interface TransferContactRequest {
|
|
686
|
+
InstanceId: string | undefined;
|
|
687
|
+
|
|
688
|
+
ContactId: string | undefined;
|
|
689
|
+
|
|
690
|
+
QueueId?: string;
|
|
691
|
+
|
|
692
|
+
UserId?: string;
|
|
693
|
+
|
|
694
|
+
ContactFlowId: string | undefined;
|
|
695
|
+
|
|
696
|
+
ClientToken?: string;
|
|
697
|
+
}
|
|
698
|
+
export interface TransferContactResponse {
|
|
699
|
+
ContactId?: string;
|
|
700
|
+
|
|
701
|
+
ContactArn?: string;
|
|
702
|
+
}
|
|
703
|
+
export interface UntagResourceRequest {
|
|
704
|
+
resourceArn: string | undefined;
|
|
705
|
+
|
|
706
|
+
tagKeys: string[] | undefined;
|
|
707
|
+
}
|
|
708
|
+
export interface UpdateAgentStatusRequest {
|
|
709
|
+
InstanceId: string | undefined;
|
|
710
|
+
|
|
711
|
+
AgentStatusId: string | undefined;
|
|
712
|
+
|
|
713
|
+
Name?: string;
|
|
714
|
+
|
|
715
|
+
Description?: string;
|
|
716
|
+
|
|
717
|
+
State?: AgentStatusState | string;
|
|
718
|
+
|
|
719
|
+
DisplayOrder?: number;
|
|
720
|
+
|
|
721
|
+
ResetOrderNumber?: boolean;
|
|
722
|
+
}
|
|
723
|
+
export interface UpdateContactRequest {
|
|
724
|
+
InstanceId: string | undefined;
|
|
725
|
+
|
|
726
|
+
ContactId: string | undefined;
|
|
727
|
+
|
|
728
|
+
Name?: string;
|
|
729
|
+
|
|
730
|
+
Description?: string;
|
|
731
|
+
|
|
732
|
+
References?: Record<string, Reference>;
|
|
733
|
+
}
|
|
734
|
+
export interface UpdateContactResponse {}
|
|
735
|
+
export interface UpdateContactAttributesRequest {
|
|
736
|
+
InitialContactId: string | undefined;
|
|
737
|
+
|
|
738
|
+
InstanceId: string | undefined;
|
|
739
|
+
|
|
740
|
+
Attributes: Record<string, string> | undefined;
|
|
741
|
+
}
|
|
742
|
+
export interface UpdateContactAttributesResponse {}
|
|
743
|
+
export interface UpdateContactFlowContentRequest {
|
|
744
|
+
InstanceId: string | undefined;
|
|
745
|
+
|
|
746
|
+
ContactFlowId: string | undefined;
|
|
747
|
+
|
|
748
|
+
Content: string | undefined;
|
|
749
|
+
}
|
|
750
|
+
export interface UpdateContactFlowMetadataRequest {
|
|
751
|
+
InstanceId: string | undefined;
|
|
752
|
+
|
|
753
|
+
ContactFlowId: string | undefined;
|
|
754
|
+
|
|
755
|
+
Name?: string;
|
|
756
|
+
|
|
757
|
+
Description?: string;
|
|
758
|
+
|
|
759
|
+
ContactFlowState?: ContactFlowState | string;
|
|
760
|
+
}
|
|
761
|
+
export interface UpdateContactFlowModuleContentRequest {
|
|
762
|
+
InstanceId: string | undefined;
|
|
763
|
+
|
|
764
|
+
ContactFlowModuleId: string | undefined;
|
|
765
|
+
|
|
766
|
+
Content: string | undefined;
|
|
767
|
+
}
|
|
768
|
+
export interface UpdateContactFlowModuleContentResponse {}
|
|
769
|
+
export interface UpdateContactFlowModuleMetadataRequest {
|
|
770
|
+
InstanceId: string | undefined;
|
|
771
|
+
|
|
772
|
+
ContactFlowModuleId: string | undefined;
|
|
773
|
+
|
|
774
|
+
Name?: string;
|
|
775
|
+
|
|
776
|
+
Description?: string;
|
|
777
|
+
|
|
778
|
+
State?: ContactFlowModuleState | string;
|
|
779
|
+
}
|
|
780
|
+
export interface UpdateContactFlowModuleMetadataResponse {}
|
|
781
|
+
export interface UpdateContactFlowNameRequest {
|
|
782
|
+
InstanceId: string | undefined;
|
|
783
|
+
|
|
784
|
+
ContactFlowId: string | undefined;
|
|
785
|
+
|
|
786
|
+
Name?: string;
|
|
787
|
+
|
|
788
|
+
Description?: string;
|
|
789
|
+
}
|
|
790
|
+
export interface UpdateContactScheduleRequest {
|
|
791
|
+
InstanceId: string | undefined;
|
|
792
|
+
|
|
793
|
+
ContactId: string | undefined;
|
|
794
|
+
|
|
795
|
+
ScheduledTime: Date | undefined;
|
|
796
|
+
}
|
|
797
|
+
export interface UpdateContactScheduleResponse {}
|
|
798
|
+
export interface UpdateHoursOfOperationRequest {
|
|
799
|
+
InstanceId: string | undefined;
|
|
800
|
+
|
|
801
|
+
HoursOfOperationId: string | undefined;
|
|
802
|
+
|
|
803
|
+
Name?: string;
|
|
804
|
+
|
|
805
|
+
Description?: string;
|
|
806
|
+
|
|
807
|
+
TimeZone?: string;
|
|
808
|
+
|
|
809
|
+
Config?: HoursOfOperationConfig[];
|
|
810
|
+
}
|
|
811
|
+
export interface UpdateInstanceAttributeRequest {
|
|
812
|
+
InstanceId: string | undefined;
|
|
813
|
+
|
|
814
|
+
AttributeType: InstanceAttributeType | string | undefined;
|
|
815
|
+
|
|
816
|
+
Value: string | undefined;
|
|
817
|
+
}
|
|
818
|
+
export interface UpdateInstanceStorageConfigRequest {
|
|
819
|
+
InstanceId: string | undefined;
|
|
820
|
+
|
|
821
|
+
AssociationId: string | undefined;
|
|
822
|
+
|
|
823
|
+
ResourceType: InstanceStorageResourceType | string | undefined;
|
|
824
|
+
|
|
825
|
+
StorageConfig: InstanceStorageConfig | undefined;
|
|
826
|
+
}
|
|
827
|
+
export interface UpdatePhoneNumberRequest {
|
|
828
|
+
PhoneNumberId: string | undefined;
|
|
829
|
+
|
|
830
|
+
TargetArn: string | undefined;
|
|
831
|
+
|
|
832
|
+
ClientToken?: string;
|
|
833
|
+
}
|
|
834
|
+
export interface UpdatePhoneNumberResponse {
|
|
835
|
+
PhoneNumberId?: string;
|
|
836
|
+
|
|
837
|
+
PhoneNumberArn?: string;
|
|
838
|
+
}
|
|
839
|
+
export interface UpdateQueueHoursOfOperationRequest {
|
|
840
|
+
InstanceId: string | undefined;
|
|
841
|
+
|
|
842
|
+
QueueId: string | undefined;
|
|
843
|
+
|
|
844
|
+
HoursOfOperationId: string | undefined;
|
|
845
|
+
}
|
|
846
|
+
export interface UpdateQueueMaxContactsRequest {
|
|
847
|
+
InstanceId: string | undefined;
|
|
848
|
+
|
|
849
|
+
QueueId: string | undefined;
|
|
850
|
+
|
|
851
|
+
MaxContacts?: number;
|
|
852
|
+
}
|
|
853
|
+
export interface UpdateQueueNameRequest {
|
|
854
|
+
InstanceId: string | undefined;
|
|
855
|
+
|
|
856
|
+
QueueId: string | undefined;
|
|
857
|
+
|
|
858
|
+
Name?: string;
|
|
859
|
+
|
|
860
|
+
Description?: string;
|
|
861
|
+
}
|
|
862
|
+
export interface UpdateQueueOutboundCallerConfigRequest {
|
|
863
|
+
InstanceId: string | undefined;
|
|
864
|
+
|
|
865
|
+
QueueId: string | undefined;
|
|
866
|
+
|
|
867
|
+
OutboundCallerConfig: OutboundCallerConfig | undefined;
|
|
868
|
+
}
|
|
869
|
+
export interface UpdateQueueStatusRequest {
|
|
870
|
+
InstanceId: string | undefined;
|
|
871
|
+
|
|
872
|
+
QueueId: string | undefined;
|
|
873
|
+
|
|
874
|
+
Status: QueueStatus | string | undefined;
|
|
875
|
+
}
|
|
876
|
+
export interface UpdateQuickConnectConfigRequest {
|
|
877
|
+
InstanceId: string | undefined;
|
|
878
|
+
|
|
879
|
+
QuickConnectId: string | undefined;
|
|
880
|
+
|
|
881
|
+
QuickConnectConfig: QuickConnectConfig | undefined;
|
|
882
|
+
}
|
|
883
|
+
export interface UpdateQuickConnectNameRequest {
|
|
884
|
+
InstanceId: string | undefined;
|
|
885
|
+
|
|
886
|
+
QuickConnectId: string | undefined;
|
|
887
|
+
|
|
888
|
+
Name?: string;
|
|
889
|
+
|
|
890
|
+
Description?: string;
|
|
891
|
+
}
|
|
892
|
+
export interface UpdateRoutingProfileConcurrencyRequest {
|
|
893
|
+
InstanceId: string | undefined;
|
|
894
|
+
|
|
895
|
+
RoutingProfileId: string | undefined;
|
|
896
|
+
|
|
897
|
+
MediaConcurrencies: MediaConcurrency[] | undefined;
|
|
898
|
+
}
|
|
899
|
+
export interface UpdateRoutingProfileDefaultOutboundQueueRequest {
|
|
900
|
+
InstanceId: string | undefined;
|
|
901
|
+
|
|
902
|
+
RoutingProfileId: string | undefined;
|
|
903
|
+
|
|
904
|
+
DefaultOutboundQueueId: string | undefined;
|
|
905
|
+
}
|
|
906
|
+
export interface UpdateRoutingProfileNameRequest {
|
|
907
|
+
InstanceId: string | undefined;
|
|
908
|
+
|
|
909
|
+
RoutingProfileId: string | undefined;
|
|
910
|
+
|
|
911
|
+
Name?: string;
|
|
912
|
+
|
|
913
|
+
Description?: string;
|
|
914
|
+
}
|
|
915
|
+
export interface UpdateRoutingProfileQueuesRequest {
|
|
916
|
+
InstanceId: string | undefined;
|
|
917
|
+
|
|
918
|
+
RoutingProfileId: string | undefined;
|
|
919
|
+
|
|
920
|
+
QueueConfigs: RoutingProfileQueueConfig[] | undefined;
|
|
921
|
+
}
|
|
922
|
+
export interface UpdateSecurityProfileRequest {
|
|
923
|
+
Description?: string;
|
|
924
|
+
|
|
925
|
+
Permissions?: string[];
|
|
926
|
+
|
|
927
|
+
SecurityProfileId: string | undefined;
|
|
928
|
+
|
|
929
|
+
InstanceId: string | undefined;
|
|
930
|
+
}
|
|
931
|
+
export interface UpdateTaskTemplateRequest {
|
|
932
|
+
TaskTemplateId: string | undefined;
|
|
933
|
+
|
|
934
|
+
InstanceId: string | undefined;
|
|
935
|
+
|
|
936
|
+
Name?: string;
|
|
937
|
+
|
|
938
|
+
Description?: string;
|
|
939
|
+
|
|
940
|
+
ContactFlowId?: string;
|
|
941
|
+
|
|
942
|
+
Constraints?: TaskTemplateConstraints;
|
|
943
|
+
|
|
944
|
+
Defaults?: TaskTemplateDefaults;
|
|
945
|
+
|
|
946
|
+
Status?: TaskTemplateStatus | string;
|
|
947
|
+
|
|
948
|
+
Fields?: TaskTemplateField[];
|
|
949
|
+
}
|
|
950
|
+
export interface UpdateTaskTemplateResponse {
|
|
951
|
+
InstanceId?: string;
|
|
952
|
+
|
|
953
|
+
Id?: string;
|
|
954
|
+
|
|
955
|
+
Arn?: string;
|
|
956
|
+
|
|
957
|
+
Name?: string;
|
|
958
|
+
|
|
959
|
+
Description?: string;
|
|
960
|
+
|
|
961
|
+
ContactFlowId?: string;
|
|
962
|
+
|
|
963
|
+
Constraints?: TaskTemplateConstraints;
|
|
964
|
+
|
|
965
|
+
Defaults?: TaskTemplateDefaults;
|
|
966
|
+
|
|
967
|
+
Fields?: TaskTemplateField[];
|
|
968
|
+
|
|
969
|
+
Status?: TaskTemplateStatus | string;
|
|
970
|
+
|
|
971
|
+
LastModifiedTime?: Date;
|
|
972
|
+
|
|
973
|
+
CreatedTime?: Date;
|
|
974
|
+
}
|
|
975
|
+
export interface UpdateUserHierarchyRequest {
|
|
976
|
+
HierarchyGroupId?: string;
|
|
977
|
+
|
|
978
|
+
UserId: string | undefined;
|
|
979
|
+
|
|
980
|
+
InstanceId: string | undefined;
|
|
981
|
+
}
|
|
982
|
+
export interface UpdateUserHierarchyGroupNameRequest {
|
|
983
|
+
Name: string | undefined;
|
|
984
|
+
|
|
985
|
+
HierarchyGroupId: string | undefined;
|
|
986
|
+
|
|
987
|
+
InstanceId: string | undefined;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export interface HierarchyLevelUpdate {
|
|
991
|
+
Name: string | undefined;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
export interface HierarchyStructureUpdate {
|
|
995
|
+
LevelOne?: HierarchyLevelUpdate;
|
|
996
|
+
|
|
997
|
+
LevelTwo?: HierarchyLevelUpdate;
|
|
998
|
+
|
|
999
|
+
LevelThree?: HierarchyLevelUpdate;
|
|
1000
|
+
|
|
1001
|
+
LevelFour?: HierarchyLevelUpdate;
|
|
1002
|
+
|
|
1003
|
+
LevelFive?: HierarchyLevelUpdate;
|
|
1004
|
+
}
|
|
1005
|
+
export interface UpdateUserHierarchyStructureRequest {
|
|
1006
|
+
HierarchyStructure: HierarchyStructureUpdate | undefined;
|
|
1007
|
+
|
|
1008
|
+
InstanceId: string | undefined;
|
|
1009
|
+
}
|
|
1010
|
+
export interface UpdateUserIdentityInfoRequest {
|
|
1011
|
+
IdentityInfo: UserIdentityInfo | undefined;
|
|
1012
|
+
|
|
1013
|
+
UserId: string | undefined;
|
|
1014
|
+
|
|
1015
|
+
InstanceId: string | undefined;
|
|
1016
|
+
}
|
|
1017
|
+
export interface UpdateUserPhoneConfigRequest {
|
|
1018
|
+
PhoneConfig: UserPhoneConfig | undefined;
|
|
1019
|
+
|
|
1020
|
+
UserId: string | undefined;
|
|
1021
|
+
|
|
1022
|
+
InstanceId: string | undefined;
|
|
1023
|
+
}
|
|
1024
|
+
export interface UpdateUserRoutingProfileRequest {
|
|
1025
|
+
RoutingProfileId: string | undefined;
|
|
1026
|
+
|
|
1027
|
+
UserId: string | undefined;
|
|
1028
|
+
|
|
1029
|
+
InstanceId: string | undefined;
|
|
1030
|
+
}
|
|
1031
|
+
export interface UpdateUserSecurityProfilesRequest {
|
|
1032
|
+
SecurityProfileIds: string[] | undefined;
|
|
1033
|
+
|
|
1034
|
+
UserId: string | undefined;
|
|
1035
|
+
|
|
1036
|
+
InstanceId: string | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
export interface QueueSearchCriteria {
|
|
1040
|
+
OrConditions?: QueueSearchCriteria[];
|
|
1041
|
+
|
|
1042
|
+
AndConditions?: QueueSearchCriteria[];
|
|
1043
|
+
|
|
1044
|
+
StringCondition?: StringCondition;
|
|
1045
|
+
|
|
1046
|
+
QueueTypeCondition?: SearchableQueueType | string;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
export interface RoutingProfileSearchCriteria {
|
|
1050
|
+
OrConditions?: RoutingProfileSearchCriteria[];
|
|
1051
|
+
|
|
1052
|
+
AndConditions?: RoutingProfileSearchCriteria[];
|
|
1053
|
+
|
|
1054
|
+
StringCondition?: StringCondition;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
export interface SecurityProfileSearchCriteria {
|
|
1058
|
+
OrConditions?: SecurityProfileSearchCriteria[];
|
|
1059
|
+
|
|
1060
|
+
AndConditions?: SecurityProfileSearchCriteria[];
|
|
1061
|
+
|
|
1062
|
+
StringCondition?: StringCondition;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
export interface UserSearchCriteria {
|
|
1066
|
+
OrConditions?: UserSearchCriteria[];
|
|
1067
|
+
|
|
1068
|
+
AndConditions?: UserSearchCriteria[];
|
|
1069
|
+
|
|
1070
|
+
StringCondition?: StringCondition;
|
|
1071
|
+
|
|
1072
|
+
HierarchyGroupCondition?: HierarchyGroupCondition;
|
|
1073
|
+
}
|
|
1074
|
+
export interface SearchQueuesRequest {
|
|
1075
|
+
InstanceId: string | undefined;
|
|
1076
|
+
|
|
1077
|
+
NextToken?: string;
|
|
1078
|
+
|
|
1079
|
+
MaxResults?: number;
|
|
1080
|
+
|
|
1081
|
+
SearchFilter?: QueueSearchFilter;
|
|
1082
|
+
|
|
1083
|
+
SearchCriteria?: QueueSearchCriteria;
|
|
1084
|
+
}
|
|
1085
|
+
export interface SearchRoutingProfilesRequest {
|
|
1086
|
+
InstanceId: string | undefined;
|
|
1087
|
+
|
|
1088
|
+
NextToken?: string;
|
|
1089
|
+
|
|
1090
|
+
MaxResults?: number;
|
|
1091
|
+
|
|
1092
|
+
SearchFilter?: RoutingProfileSearchFilter;
|
|
1093
|
+
|
|
1094
|
+
SearchCriteria?: RoutingProfileSearchCriteria;
|
|
1095
|
+
}
|
|
1096
|
+
export interface SearchSecurityProfilesRequest {
|
|
1097
|
+
InstanceId: string | undefined;
|
|
1098
|
+
|
|
1099
|
+
NextToken?: string;
|
|
1100
|
+
|
|
1101
|
+
MaxResults?: number;
|
|
1102
|
+
|
|
1103
|
+
SearchCriteria?: SecurityProfileSearchCriteria;
|
|
1104
|
+
|
|
1105
|
+
SearchFilter?: SecurityProfilesSearchFilter;
|
|
1106
|
+
}
|
|
1107
|
+
export interface SearchUsersRequest {
|
|
1108
|
+
InstanceId?: string;
|
|
1109
|
+
|
|
1110
|
+
NextToken?: string;
|
|
1111
|
+
|
|
1112
|
+
MaxResults?: number;
|
|
1113
|
+
|
|
1114
|
+
SearchFilter?: UserSearchFilter;
|
|
1115
|
+
|
|
1116
|
+
SearchCriteria?: UserSearchCriteria;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
export declare const ListQueuesRequestFilterSensitiveLog: (
|
|
1120
|
+
obj: ListQueuesRequest
|
|
1121
|
+
) => any;
|
|
1122
|
+
|
|
1123
|
+
export declare const QueueSummaryFilterSensitiveLog: (obj: QueueSummary) => any;
|
|
1124
|
+
|
|
1125
|
+
export declare const ListQueuesResponseFilterSensitiveLog: (
|
|
1126
|
+
obj: ListQueuesResponse
|
|
1127
|
+
) => any;
|
|
1128
|
+
|
|
1129
|
+
export declare const ListQuickConnectsRequestFilterSensitiveLog: (
|
|
1130
|
+
obj: ListQuickConnectsRequest
|
|
1131
|
+
) => any;
|
|
1132
|
+
|
|
1133
|
+
export declare const ListQuickConnectsResponseFilterSensitiveLog: (
|
|
1134
|
+
obj: ListQuickConnectsResponse
|
|
1135
|
+
) => any;
|
|
1136
|
+
|
|
1137
|
+
export declare const ListRoutingProfileQueuesRequestFilterSensitiveLog: (
|
|
1138
|
+
obj: ListRoutingProfileQueuesRequest
|
|
1139
|
+
) => any;
|
|
1140
|
+
|
|
1141
|
+
export declare const RoutingProfileQueueConfigSummaryFilterSensitiveLog: (
|
|
1142
|
+
obj: RoutingProfileQueueConfigSummary
|
|
1143
|
+
) => any;
|
|
1144
|
+
|
|
1145
|
+
export declare const ListRoutingProfileQueuesResponseFilterSensitiveLog: (
|
|
1146
|
+
obj: ListRoutingProfileQueuesResponse
|
|
1147
|
+
) => any;
|
|
1148
|
+
|
|
1149
|
+
export declare const ListRoutingProfilesRequestFilterSensitiveLog: (
|
|
1150
|
+
obj: ListRoutingProfilesRequest
|
|
1151
|
+
) => any;
|
|
1152
|
+
|
|
1153
|
+
export declare const RoutingProfileSummaryFilterSensitiveLog: (
|
|
1154
|
+
obj: RoutingProfileSummary
|
|
1155
|
+
) => any;
|
|
1156
|
+
|
|
1157
|
+
export declare const ListRoutingProfilesResponseFilterSensitiveLog: (
|
|
1158
|
+
obj: ListRoutingProfilesResponse
|
|
1159
|
+
) => any;
|
|
1160
|
+
|
|
1161
|
+
export declare const ListSecurityKeysRequestFilterSensitiveLog: (
|
|
1162
|
+
obj: ListSecurityKeysRequest
|
|
1163
|
+
) => any;
|
|
1164
|
+
|
|
1165
|
+
export declare const SecurityKeyFilterSensitiveLog: (obj: SecurityKey) => any;
|
|
1166
|
+
|
|
1167
|
+
export declare const ListSecurityKeysResponseFilterSensitiveLog: (
|
|
1168
|
+
obj: ListSecurityKeysResponse
|
|
1169
|
+
) => any;
|
|
1170
|
+
|
|
1171
|
+
export declare const ListSecurityProfilePermissionsRequestFilterSensitiveLog: (
|
|
1172
|
+
obj: ListSecurityProfilePermissionsRequest
|
|
1173
|
+
) => any;
|
|
1174
|
+
|
|
1175
|
+
export declare const ListSecurityProfilePermissionsResponseFilterSensitiveLog: (
|
|
1176
|
+
obj: ListSecurityProfilePermissionsResponse
|
|
1177
|
+
) => any;
|
|
1178
|
+
|
|
1179
|
+
export declare const ListSecurityProfilesRequestFilterSensitiveLog: (
|
|
1180
|
+
obj: ListSecurityProfilesRequest
|
|
1181
|
+
) => any;
|
|
1182
|
+
|
|
1183
|
+
export declare const SecurityProfileSummaryFilterSensitiveLog: (
|
|
1184
|
+
obj: SecurityProfileSummary
|
|
1185
|
+
) => any;
|
|
1186
|
+
|
|
1187
|
+
export declare const ListSecurityProfilesResponseFilterSensitiveLog: (
|
|
1188
|
+
obj: ListSecurityProfilesResponse
|
|
1189
|
+
) => any;
|
|
1190
|
+
|
|
1191
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1192
|
+
obj: ListTagsForResourceRequest
|
|
1193
|
+
) => any;
|
|
1194
|
+
|
|
1195
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1196
|
+
obj: ListTagsForResourceResponse
|
|
1197
|
+
) => any;
|
|
1198
|
+
|
|
1199
|
+
export declare const ListTaskTemplatesRequestFilterSensitiveLog: (
|
|
1200
|
+
obj: ListTaskTemplatesRequest
|
|
1201
|
+
) => any;
|
|
1202
|
+
|
|
1203
|
+
export declare const TaskTemplateMetadataFilterSensitiveLog: (
|
|
1204
|
+
obj: TaskTemplateMetadata
|
|
1205
|
+
) => any;
|
|
1206
|
+
|
|
1207
|
+
export declare const ListTaskTemplatesResponseFilterSensitiveLog: (
|
|
1208
|
+
obj: ListTaskTemplatesResponse
|
|
1209
|
+
) => any;
|
|
1210
|
+
|
|
1211
|
+
export declare const ListUseCasesRequestFilterSensitiveLog: (
|
|
1212
|
+
obj: ListUseCasesRequest
|
|
1213
|
+
) => any;
|
|
1214
|
+
|
|
1215
|
+
export declare const UseCaseFilterSensitiveLog: (obj: UseCase) => any;
|
|
1216
|
+
|
|
1217
|
+
export declare const ListUseCasesResponseFilterSensitiveLog: (
|
|
1218
|
+
obj: ListUseCasesResponse
|
|
1219
|
+
) => any;
|
|
1220
|
+
|
|
1221
|
+
export declare const ListUserHierarchyGroupsRequestFilterSensitiveLog: (
|
|
1222
|
+
obj: ListUserHierarchyGroupsRequest
|
|
1223
|
+
) => any;
|
|
1224
|
+
|
|
1225
|
+
export declare const ListUserHierarchyGroupsResponseFilterSensitiveLog: (
|
|
1226
|
+
obj: ListUserHierarchyGroupsResponse
|
|
1227
|
+
) => any;
|
|
1228
|
+
|
|
1229
|
+
export declare const ListUsersRequestFilterSensitiveLog: (
|
|
1230
|
+
obj: ListUsersRequest
|
|
1231
|
+
) => any;
|
|
1232
|
+
|
|
1233
|
+
export declare const UserSummaryFilterSensitiveLog: (obj: UserSummary) => any;
|
|
1234
|
+
|
|
1235
|
+
export declare const ListUsersResponseFilterSensitiveLog: (
|
|
1236
|
+
obj: ListUsersResponse
|
|
1237
|
+
) => any;
|
|
1238
|
+
|
|
1239
|
+
export declare const PutUserStatusRequestFilterSensitiveLog: (
|
|
1240
|
+
obj: PutUserStatusRequest
|
|
1241
|
+
) => any;
|
|
1242
|
+
|
|
1243
|
+
export declare const PutUserStatusResponseFilterSensitiveLog: (
|
|
1244
|
+
obj: PutUserStatusResponse
|
|
1245
|
+
) => any;
|
|
1246
|
+
|
|
1247
|
+
export declare const ReleasePhoneNumberRequestFilterSensitiveLog: (
|
|
1248
|
+
obj: ReleasePhoneNumberRequest
|
|
1249
|
+
) => any;
|
|
1250
|
+
|
|
1251
|
+
export declare const ResumeContactRecordingRequestFilterSensitiveLog: (
|
|
1252
|
+
obj: ResumeContactRecordingRequest
|
|
1253
|
+
) => any;
|
|
1254
|
+
|
|
1255
|
+
export declare const ResumeContactRecordingResponseFilterSensitiveLog: (
|
|
1256
|
+
obj: ResumeContactRecordingResponse
|
|
1257
|
+
) => any;
|
|
1258
|
+
|
|
1259
|
+
export declare const SearchAvailablePhoneNumbersRequestFilterSensitiveLog: (
|
|
1260
|
+
obj: SearchAvailablePhoneNumbersRequest
|
|
1261
|
+
) => any;
|
|
1262
|
+
|
|
1263
|
+
export declare const AvailableNumberSummaryFilterSensitiveLog: (
|
|
1264
|
+
obj: AvailableNumberSummary
|
|
1265
|
+
) => any;
|
|
1266
|
+
|
|
1267
|
+
export declare const SearchAvailablePhoneNumbersResponseFilterSensitiveLog: (
|
|
1268
|
+
obj: SearchAvailablePhoneNumbersResponse
|
|
1269
|
+
) => any;
|
|
1270
|
+
|
|
1271
|
+
export declare const StringConditionFilterSensitiveLog: (
|
|
1272
|
+
obj: StringCondition
|
|
1273
|
+
) => any;
|
|
1274
|
+
|
|
1275
|
+
export declare const TagConditionFilterSensitiveLog: (obj: TagCondition) => any;
|
|
1276
|
+
|
|
1277
|
+
export declare const ControlPlaneTagFilterFilterSensitiveLog: (
|
|
1278
|
+
obj: ControlPlaneTagFilter
|
|
1279
|
+
) => any;
|
|
1280
|
+
|
|
1281
|
+
export declare const QueueSearchFilterFilterSensitiveLog: (
|
|
1282
|
+
obj: QueueSearchFilter
|
|
1283
|
+
) => any;
|
|
1284
|
+
|
|
1285
|
+
export declare const SearchQueuesResponseFilterSensitiveLog: (
|
|
1286
|
+
obj: SearchQueuesResponse
|
|
1287
|
+
) => any;
|
|
1288
|
+
|
|
1289
|
+
export declare const RoutingProfileSearchFilterFilterSensitiveLog: (
|
|
1290
|
+
obj: RoutingProfileSearchFilter
|
|
1291
|
+
) => any;
|
|
1292
|
+
|
|
1293
|
+
export declare const SearchRoutingProfilesResponseFilterSensitiveLog: (
|
|
1294
|
+
obj: SearchRoutingProfilesResponse
|
|
1295
|
+
) => any;
|
|
1296
|
+
|
|
1297
|
+
export declare const SecurityProfilesSearchFilterFilterSensitiveLog: (
|
|
1298
|
+
obj: SecurityProfilesSearchFilter
|
|
1299
|
+
) => any;
|
|
1300
|
+
|
|
1301
|
+
export declare const SecurityProfileSearchSummaryFilterSensitiveLog: (
|
|
1302
|
+
obj: SecurityProfileSearchSummary
|
|
1303
|
+
) => any;
|
|
1304
|
+
|
|
1305
|
+
export declare const SearchSecurityProfilesResponseFilterSensitiveLog: (
|
|
1306
|
+
obj: SearchSecurityProfilesResponse
|
|
1307
|
+
) => any;
|
|
1308
|
+
|
|
1309
|
+
export declare const HierarchyGroupConditionFilterSensitiveLog: (
|
|
1310
|
+
obj: HierarchyGroupCondition
|
|
1311
|
+
) => any;
|
|
1312
|
+
|
|
1313
|
+
export declare const UserSearchFilterFilterSensitiveLog: (
|
|
1314
|
+
obj: UserSearchFilter
|
|
1315
|
+
) => any;
|
|
1316
|
+
|
|
1317
|
+
export declare const UserIdentityInfoLiteFilterSensitiveLog: (
|
|
1318
|
+
obj: UserIdentityInfoLite
|
|
1319
|
+
) => any;
|
|
1320
|
+
|
|
1321
|
+
export declare const UserSearchSummaryFilterSensitiveLog: (
|
|
1322
|
+
obj: UserSearchSummary
|
|
1323
|
+
) => any;
|
|
1324
|
+
|
|
1325
|
+
export declare const SearchUsersResponseFilterSensitiveLog: (
|
|
1326
|
+
obj: SearchUsersResponse
|
|
1327
|
+
) => any;
|
|
1328
|
+
|
|
1329
|
+
export declare const SearchVocabulariesRequestFilterSensitiveLog: (
|
|
1330
|
+
obj: SearchVocabulariesRequest
|
|
1331
|
+
) => any;
|
|
1332
|
+
|
|
1333
|
+
export declare const VocabularySummaryFilterSensitiveLog: (
|
|
1334
|
+
obj: VocabularySummary
|
|
1335
|
+
) => any;
|
|
1336
|
+
|
|
1337
|
+
export declare const SearchVocabulariesResponseFilterSensitiveLog: (
|
|
1338
|
+
obj: SearchVocabulariesResponse
|
|
1339
|
+
) => any;
|
|
1340
|
+
|
|
1341
|
+
export declare const ChatMessageFilterSensitiveLog: (obj: ChatMessage) => any;
|
|
1342
|
+
|
|
1343
|
+
export declare const ParticipantDetailsFilterSensitiveLog: (
|
|
1344
|
+
obj: ParticipantDetails
|
|
1345
|
+
) => any;
|
|
1346
|
+
|
|
1347
|
+
export declare const StartChatContactRequestFilterSensitiveLog: (
|
|
1348
|
+
obj: StartChatContactRequest
|
|
1349
|
+
) => any;
|
|
1350
|
+
|
|
1351
|
+
export declare const StartChatContactResponseFilterSensitiveLog: (
|
|
1352
|
+
obj: StartChatContactResponse
|
|
1353
|
+
) => any;
|
|
1354
|
+
|
|
1355
|
+
export declare const VoiceRecordingConfigurationFilterSensitiveLog: (
|
|
1356
|
+
obj: VoiceRecordingConfiguration
|
|
1357
|
+
) => any;
|
|
1358
|
+
|
|
1359
|
+
export declare const StartContactRecordingRequestFilterSensitiveLog: (
|
|
1360
|
+
obj: StartContactRecordingRequest
|
|
1361
|
+
) => any;
|
|
1362
|
+
|
|
1363
|
+
export declare const StartContactRecordingResponseFilterSensitiveLog: (
|
|
1364
|
+
obj: StartContactRecordingResponse
|
|
1365
|
+
) => any;
|
|
1366
|
+
|
|
1367
|
+
export declare const ChatStreamingConfigurationFilterSensitiveLog: (
|
|
1368
|
+
obj: ChatStreamingConfiguration
|
|
1369
|
+
) => any;
|
|
1370
|
+
|
|
1371
|
+
export declare const StartContactStreamingRequestFilterSensitiveLog: (
|
|
1372
|
+
obj: StartContactStreamingRequest
|
|
1373
|
+
) => any;
|
|
1374
|
+
|
|
1375
|
+
export declare const StartContactStreamingResponseFilterSensitiveLog: (
|
|
1376
|
+
obj: StartContactStreamingResponse
|
|
1377
|
+
) => any;
|
|
1378
|
+
|
|
1379
|
+
export declare const AnswerMachineDetectionConfigFilterSensitiveLog: (
|
|
1380
|
+
obj: AnswerMachineDetectionConfig
|
|
1381
|
+
) => any;
|
|
1382
|
+
|
|
1383
|
+
export declare const StartOutboundVoiceContactRequestFilterSensitiveLog: (
|
|
1384
|
+
obj: StartOutboundVoiceContactRequest
|
|
1385
|
+
) => any;
|
|
1386
|
+
|
|
1387
|
+
export declare const StartOutboundVoiceContactResponseFilterSensitiveLog: (
|
|
1388
|
+
obj: StartOutboundVoiceContactResponse
|
|
1389
|
+
) => any;
|
|
1390
|
+
|
|
1391
|
+
export declare const ReferenceFilterSensitiveLog: (obj: Reference) => any;
|
|
1392
|
+
|
|
1393
|
+
export declare const StartTaskContactRequestFilterSensitiveLog: (
|
|
1394
|
+
obj: StartTaskContactRequest
|
|
1395
|
+
) => any;
|
|
1396
|
+
|
|
1397
|
+
export declare const StartTaskContactResponseFilterSensitiveLog: (
|
|
1398
|
+
obj: StartTaskContactResponse
|
|
1399
|
+
) => any;
|
|
1400
|
+
|
|
1401
|
+
export declare const StopContactRequestFilterSensitiveLog: (
|
|
1402
|
+
obj: StopContactRequest
|
|
1403
|
+
) => any;
|
|
1404
|
+
|
|
1405
|
+
export declare const StopContactResponseFilterSensitiveLog: (
|
|
1406
|
+
obj: StopContactResponse
|
|
1407
|
+
) => any;
|
|
1408
|
+
|
|
1409
|
+
export declare const StopContactRecordingRequestFilterSensitiveLog: (
|
|
1410
|
+
obj: StopContactRecordingRequest
|
|
1411
|
+
) => any;
|
|
1412
|
+
|
|
1413
|
+
export declare const StopContactRecordingResponseFilterSensitiveLog: (
|
|
1414
|
+
obj: StopContactRecordingResponse
|
|
1415
|
+
) => any;
|
|
1416
|
+
|
|
1417
|
+
export declare const StopContactStreamingRequestFilterSensitiveLog: (
|
|
1418
|
+
obj: StopContactStreamingRequest
|
|
1419
|
+
) => any;
|
|
1420
|
+
|
|
1421
|
+
export declare const StopContactStreamingResponseFilterSensitiveLog: (
|
|
1422
|
+
obj: StopContactStreamingResponse
|
|
1423
|
+
) => any;
|
|
1424
|
+
|
|
1425
|
+
export declare const SuspendContactRecordingRequestFilterSensitiveLog: (
|
|
1426
|
+
obj: SuspendContactRecordingRequest
|
|
1427
|
+
) => any;
|
|
1428
|
+
|
|
1429
|
+
export declare const SuspendContactRecordingResponseFilterSensitiveLog: (
|
|
1430
|
+
obj: SuspendContactRecordingResponse
|
|
1431
|
+
) => any;
|
|
1432
|
+
|
|
1433
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1434
|
+
obj: TagResourceRequest
|
|
1435
|
+
) => any;
|
|
1436
|
+
|
|
1437
|
+
export declare const TransferContactRequestFilterSensitiveLog: (
|
|
1438
|
+
obj: TransferContactRequest
|
|
1439
|
+
) => any;
|
|
1440
|
+
|
|
1441
|
+
export declare const TransferContactResponseFilterSensitiveLog: (
|
|
1442
|
+
obj: TransferContactResponse
|
|
1443
|
+
) => any;
|
|
1444
|
+
|
|
1445
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1446
|
+
obj: UntagResourceRequest
|
|
1447
|
+
) => any;
|
|
1448
|
+
|
|
1449
|
+
export declare const UpdateAgentStatusRequestFilterSensitiveLog: (
|
|
1450
|
+
obj: UpdateAgentStatusRequest
|
|
1451
|
+
) => any;
|
|
1452
|
+
|
|
1453
|
+
export declare const UpdateContactRequestFilterSensitiveLog: (
|
|
1454
|
+
obj: UpdateContactRequest
|
|
1455
|
+
) => any;
|
|
1456
|
+
|
|
1457
|
+
export declare const UpdateContactResponseFilterSensitiveLog: (
|
|
1458
|
+
obj: UpdateContactResponse
|
|
1459
|
+
) => any;
|
|
1460
|
+
|
|
1461
|
+
export declare const UpdateContactAttributesRequestFilterSensitiveLog: (
|
|
1462
|
+
obj: UpdateContactAttributesRequest
|
|
1463
|
+
) => any;
|
|
1464
|
+
|
|
1465
|
+
export declare const UpdateContactAttributesResponseFilterSensitiveLog: (
|
|
1466
|
+
obj: UpdateContactAttributesResponse
|
|
1467
|
+
) => any;
|
|
1468
|
+
|
|
1469
|
+
export declare const UpdateContactFlowContentRequestFilterSensitiveLog: (
|
|
1470
|
+
obj: UpdateContactFlowContentRequest
|
|
1471
|
+
) => any;
|
|
1472
|
+
|
|
1473
|
+
export declare const UpdateContactFlowMetadataRequestFilterSensitiveLog: (
|
|
1474
|
+
obj: UpdateContactFlowMetadataRequest
|
|
1475
|
+
) => any;
|
|
1476
|
+
|
|
1477
|
+
export declare const UpdateContactFlowModuleContentRequestFilterSensitiveLog: (
|
|
1478
|
+
obj: UpdateContactFlowModuleContentRequest
|
|
1479
|
+
) => any;
|
|
1480
|
+
|
|
1481
|
+
export declare const UpdateContactFlowModuleContentResponseFilterSensitiveLog: (
|
|
1482
|
+
obj: UpdateContactFlowModuleContentResponse
|
|
1483
|
+
) => any;
|
|
1484
|
+
|
|
1485
|
+
export declare const UpdateContactFlowModuleMetadataRequestFilterSensitiveLog: (
|
|
1486
|
+
obj: UpdateContactFlowModuleMetadataRequest
|
|
1487
|
+
) => any;
|
|
1488
|
+
|
|
1489
|
+
export declare const UpdateContactFlowModuleMetadataResponseFilterSensitiveLog: (
|
|
1490
|
+
obj: UpdateContactFlowModuleMetadataResponse
|
|
1491
|
+
) => any;
|
|
1492
|
+
|
|
1493
|
+
export declare const UpdateContactFlowNameRequestFilterSensitiveLog: (
|
|
1494
|
+
obj: UpdateContactFlowNameRequest
|
|
1495
|
+
) => any;
|
|
1496
|
+
|
|
1497
|
+
export declare const UpdateContactScheduleRequestFilterSensitiveLog: (
|
|
1498
|
+
obj: UpdateContactScheduleRequest
|
|
1499
|
+
) => any;
|
|
1500
|
+
|
|
1501
|
+
export declare const UpdateContactScheduleResponseFilterSensitiveLog: (
|
|
1502
|
+
obj: UpdateContactScheduleResponse
|
|
1503
|
+
) => any;
|
|
1504
|
+
|
|
1505
|
+
export declare const UpdateHoursOfOperationRequestFilterSensitiveLog: (
|
|
1506
|
+
obj: UpdateHoursOfOperationRequest
|
|
1507
|
+
) => any;
|
|
1508
|
+
|
|
1509
|
+
export declare const UpdateInstanceAttributeRequestFilterSensitiveLog: (
|
|
1510
|
+
obj: UpdateInstanceAttributeRequest
|
|
1511
|
+
) => any;
|
|
1512
|
+
|
|
1513
|
+
export declare const UpdateInstanceStorageConfigRequestFilterSensitiveLog: (
|
|
1514
|
+
obj: UpdateInstanceStorageConfigRequest
|
|
1515
|
+
) => any;
|
|
1516
|
+
|
|
1517
|
+
export declare const UpdatePhoneNumberRequestFilterSensitiveLog: (
|
|
1518
|
+
obj: UpdatePhoneNumberRequest
|
|
1519
|
+
) => any;
|
|
1520
|
+
|
|
1521
|
+
export declare const UpdatePhoneNumberResponseFilterSensitiveLog: (
|
|
1522
|
+
obj: UpdatePhoneNumberResponse
|
|
1523
|
+
) => any;
|
|
1524
|
+
|
|
1525
|
+
export declare const UpdateQueueHoursOfOperationRequestFilterSensitiveLog: (
|
|
1526
|
+
obj: UpdateQueueHoursOfOperationRequest
|
|
1527
|
+
) => any;
|
|
1528
|
+
|
|
1529
|
+
export declare const UpdateQueueMaxContactsRequestFilterSensitiveLog: (
|
|
1530
|
+
obj: UpdateQueueMaxContactsRequest
|
|
1531
|
+
) => any;
|
|
1532
|
+
|
|
1533
|
+
export declare const UpdateQueueNameRequestFilterSensitiveLog: (
|
|
1534
|
+
obj: UpdateQueueNameRequest
|
|
1535
|
+
) => any;
|
|
1536
|
+
|
|
1537
|
+
export declare const UpdateQueueOutboundCallerConfigRequestFilterSensitiveLog: (
|
|
1538
|
+
obj: UpdateQueueOutboundCallerConfigRequest
|
|
1539
|
+
) => any;
|
|
1540
|
+
|
|
1541
|
+
export declare const UpdateQueueStatusRequestFilterSensitiveLog: (
|
|
1542
|
+
obj: UpdateQueueStatusRequest
|
|
1543
|
+
) => any;
|
|
1544
|
+
|
|
1545
|
+
export declare const UpdateQuickConnectConfigRequestFilterSensitiveLog: (
|
|
1546
|
+
obj: UpdateQuickConnectConfigRequest
|
|
1547
|
+
) => any;
|
|
1548
|
+
|
|
1549
|
+
export declare const UpdateQuickConnectNameRequestFilterSensitiveLog: (
|
|
1550
|
+
obj: UpdateQuickConnectNameRequest
|
|
1551
|
+
) => any;
|
|
1552
|
+
|
|
1553
|
+
export declare const UpdateRoutingProfileConcurrencyRequestFilterSensitiveLog: (
|
|
1554
|
+
obj: UpdateRoutingProfileConcurrencyRequest
|
|
1555
|
+
) => any;
|
|
1556
|
+
|
|
1557
|
+
export declare const UpdateRoutingProfileDefaultOutboundQueueRequestFilterSensitiveLog: (
|
|
1558
|
+
obj: UpdateRoutingProfileDefaultOutboundQueueRequest
|
|
1559
|
+
) => any;
|
|
1560
|
+
|
|
1561
|
+
export declare const UpdateRoutingProfileNameRequestFilterSensitiveLog: (
|
|
1562
|
+
obj: UpdateRoutingProfileNameRequest
|
|
1563
|
+
) => any;
|
|
1564
|
+
|
|
1565
|
+
export declare const UpdateRoutingProfileQueuesRequestFilterSensitiveLog: (
|
|
1566
|
+
obj: UpdateRoutingProfileQueuesRequest
|
|
1567
|
+
) => any;
|
|
1568
|
+
|
|
1569
|
+
export declare const UpdateSecurityProfileRequestFilterSensitiveLog: (
|
|
1570
|
+
obj: UpdateSecurityProfileRequest
|
|
1571
|
+
) => any;
|
|
1572
|
+
|
|
1573
|
+
export declare const UpdateTaskTemplateRequestFilterSensitiveLog: (
|
|
1574
|
+
obj: UpdateTaskTemplateRequest
|
|
1575
|
+
) => any;
|
|
1576
|
+
|
|
1577
|
+
export declare const UpdateTaskTemplateResponseFilterSensitiveLog: (
|
|
1578
|
+
obj: UpdateTaskTemplateResponse
|
|
1579
|
+
) => any;
|
|
1580
|
+
|
|
1581
|
+
export declare const UpdateUserHierarchyRequestFilterSensitiveLog: (
|
|
1582
|
+
obj: UpdateUserHierarchyRequest
|
|
1583
|
+
) => any;
|
|
1584
|
+
|
|
1585
|
+
export declare const UpdateUserHierarchyGroupNameRequestFilterSensitiveLog: (
|
|
1586
|
+
obj: UpdateUserHierarchyGroupNameRequest
|
|
1587
|
+
) => any;
|
|
1588
|
+
|
|
1589
|
+
export declare const HierarchyLevelUpdateFilterSensitiveLog: (
|
|
1590
|
+
obj: HierarchyLevelUpdate
|
|
1591
|
+
) => any;
|
|
1592
|
+
|
|
1593
|
+
export declare const HierarchyStructureUpdateFilterSensitiveLog: (
|
|
1594
|
+
obj: HierarchyStructureUpdate
|
|
1595
|
+
) => any;
|
|
1596
|
+
|
|
1597
|
+
export declare const UpdateUserHierarchyStructureRequestFilterSensitiveLog: (
|
|
1598
|
+
obj: UpdateUserHierarchyStructureRequest
|
|
1599
|
+
) => any;
|
|
1600
|
+
|
|
1601
|
+
export declare const UpdateUserIdentityInfoRequestFilterSensitiveLog: (
|
|
1602
|
+
obj: UpdateUserIdentityInfoRequest
|
|
1603
|
+
) => any;
|
|
1604
|
+
|
|
1605
|
+
export declare const UpdateUserPhoneConfigRequestFilterSensitiveLog: (
|
|
1606
|
+
obj: UpdateUserPhoneConfigRequest
|
|
1607
|
+
) => any;
|
|
1608
|
+
|
|
1609
|
+
export declare const UpdateUserRoutingProfileRequestFilterSensitiveLog: (
|
|
1610
|
+
obj: UpdateUserRoutingProfileRequest
|
|
1611
|
+
) => any;
|
|
1612
|
+
|
|
1613
|
+
export declare const UpdateUserSecurityProfilesRequestFilterSensitiveLog: (
|
|
1614
|
+
obj: UpdateUserSecurityProfilesRequest
|
|
1615
|
+
) => any;
|
|
1616
|
+
|
|
1617
|
+
export declare const QueueSearchCriteriaFilterSensitiveLog: (
|
|
1618
|
+
obj: QueueSearchCriteria
|
|
1619
|
+
) => any;
|
|
1620
|
+
|
|
1621
|
+
export declare const RoutingProfileSearchCriteriaFilterSensitiveLog: (
|
|
1622
|
+
obj: RoutingProfileSearchCriteria
|
|
1623
|
+
) => any;
|
|
1624
|
+
|
|
1625
|
+
export declare const SecurityProfileSearchCriteriaFilterSensitiveLog: (
|
|
1626
|
+
obj: SecurityProfileSearchCriteria
|
|
1627
|
+
) => any;
|
|
1628
|
+
|
|
1629
|
+
export declare const UserSearchCriteriaFilterSensitiveLog: (
|
|
1630
|
+
obj: UserSearchCriteria
|
|
1631
|
+
) => any;
|
|
1632
|
+
|
|
1633
|
+
export declare const SearchQueuesRequestFilterSensitiveLog: (
|
|
1634
|
+
obj: SearchQueuesRequest
|
|
1635
|
+
) => any;
|
|
1636
|
+
|
|
1637
|
+
export declare const SearchRoutingProfilesRequestFilterSensitiveLog: (
|
|
1638
|
+
obj: SearchRoutingProfilesRequest
|
|
1639
|
+
) => any;
|
|
1640
|
+
|
|
1641
|
+
export declare const SearchSecurityProfilesRequestFilterSensitiveLog: (
|
|
1642
|
+
obj: SearchSecurityProfilesRequest
|
|
1643
|
+
) => any;
|
|
1644
|
+
|
|
1645
|
+
export declare const SearchUsersRequestFilterSensitiveLog: (
|
|
1646
|
+
obj: SearchUsersRequest
|
|
1647
|
+
) => any;
|