@aws-sdk/client-connect 3.169.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 +8 -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,775 +1,2794 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
import {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
import {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
import {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
import {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
import {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
import {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
import {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
import {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
import {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
import {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
import {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
import {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
import {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
import {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
import {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
import {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
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
|
-
|
|
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
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateApprovedOriginCommandInput,
|
|
4
|
+
AssociateApprovedOriginCommandOutput,
|
|
5
|
+
} from "./commands/AssociateApprovedOriginCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateBotCommandInput,
|
|
8
|
+
AssociateBotCommandOutput,
|
|
9
|
+
} from "./commands/AssociateBotCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateDefaultVocabularyCommandInput,
|
|
12
|
+
AssociateDefaultVocabularyCommandOutput,
|
|
13
|
+
} from "./commands/AssociateDefaultVocabularyCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateInstanceStorageConfigCommandInput,
|
|
16
|
+
AssociateInstanceStorageConfigCommandOutput,
|
|
17
|
+
} from "./commands/AssociateInstanceStorageConfigCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssociateLambdaFunctionCommandInput,
|
|
20
|
+
AssociateLambdaFunctionCommandOutput,
|
|
21
|
+
} from "./commands/AssociateLambdaFunctionCommand";
|
|
22
|
+
import {
|
|
23
|
+
AssociateLexBotCommandInput,
|
|
24
|
+
AssociateLexBotCommandOutput,
|
|
25
|
+
} from "./commands/AssociateLexBotCommand";
|
|
26
|
+
import {
|
|
27
|
+
AssociatePhoneNumberContactFlowCommandInput,
|
|
28
|
+
AssociatePhoneNumberContactFlowCommandOutput,
|
|
29
|
+
} from "./commands/AssociatePhoneNumberContactFlowCommand";
|
|
30
|
+
import {
|
|
31
|
+
AssociateQueueQuickConnectsCommandInput,
|
|
32
|
+
AssociateQueueQuickConnectsCommandOutput,
|
|
33
|
+
} from "./commands/AssociateQueueQuickConnectsCommand";
|
|
34
|
+
import {
|
|
35
|
+
AssociateRoutingProfileQueuesCommandInput,
|
|
36
|
+
AssociateRoutingProfileQueuesCommandOutput,
|
|
37
|
+
} from "./commands/AssociateRoutingProfileQueuesCommand";
|
|
38
|
+
import {
|
|
39
|
+
AssociateSecurityKeyCommandInput,
|
|
40
|
+
AssociateSecurityKeyCommandOutput,
|
|
41
|
+
} from "./commands/AssociateSecurityKeyCommand";
|
|
42
|
+
import {
|
|
43
|
+
ClaimPhoneNumberCommandInput,
|
|
44
|
+
ClaimPhoneNumberCommandOutput,
|
|
45
|
+
} from "./commands/ClaimPhoneNumberCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateAgentStatusCommandInput,
|
|
48
|
+
CreateAgentStatusCommandOutput,
|
|
49
|
+
} from "./commands/CreateAgentStatusCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateContactFlowCommandInput,
|
|
52
|
+
CreateContactFlowCommandOutput,
|
|
53
|
+
} from "./commands/CreateContactFlowCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateContactFlowModuleCommandInput,
|
|
56
|
+
CreateContactFlowModuleCommandOutput,
|
|
57
|
+
} from "./commands/CreateContactFlowModuleCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateHoursOfOperationCommandInput,
|
|
60
|
+
CreateHoursOfOperationCommandOutput,
|
|
61
|
+
} from "./commands/CreateHoursOfOperationCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateInstanceCommandInput,
|
|
64
|
+
CreateInstanceCommandOutput,
|
|
65
|
+
} from "./commands/CreateInstanceCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateIntegrationAssociationCommandInput,
|
|
68
|
+
CreateIntegrationAssociationCommandOutput,
|
|
69
|
+
} from "./commands/CreateIntegrationAssociationCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateQueueCommandInput,
|
|
72
|
+
CreateQueueCommandOutput,
|
|
73
|
+
} from "./commands/CreateQueueCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateQuickConnectCommandInput,
|
|
76
|
+
CreateQuickConnectCommandOutput,
|
|
77
|
+
} from "./commands/CreateQuickConnectCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateRoutingProfileCommandInput,
|
|
80
|
+
CreateRoutingProfileCommandOutput,
|
|
81
|
+
} from "./commands/CreateRoutingProfileCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateSecurityProfileCommandInput,
|
|
84
|
+
CreateSecurityProfileCommandOutput,
|
|
85
|
+
} from "./commands/CreateSecurityProfileCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateTaskTemplateCommandInput,
|
|
88
|
+
CreateTaskTemplateCommandOutput,
|
|
89
|
+
} from "./commands/CreateTaskTemplateCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreateUseCaseCommandInput,
|
|
92
|
+
CreateUseCaseCommandOutput,
|
|
93
|
+
} from "./commands/CreateUseCaseCommand";
|
|
94
|
+
import {
|
|
95
|
+
CreateUserCommandInput,
|
|
96
|
+
CreateUserCommandOutput,
|
|
97
|
+
} from "./commands/CreateUserCommand";
|
|
98
|
+
import {
|
|
99
|
+
CreateUserHierarchyGroupCommandInput,
|
|
100
|
+
CreateUserHierarchyGroupCommandOutput,
|
|
101
|
+
} from "./commands/CreateUserHierarchyGroupCommand";
|
|
102
|
+
import {
|
|
103
|
+
CreateVocabularyCommandInput,
|
|
104
|
+
CreateVocabularyCommandOutput,
|
|
105
|
+
} from "./commands/CreateVocabularyCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteContactFlowCommandInput,
|
|
108
|
+
DeleteContactFlowCommandOutput,
|
|
109
|
+
} from "./commands/DeleteContactFlowCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteContactFlowModuleCommandInput,
|
|
112
|
+
DeleteContactFlowModuleCommandOutput,
|
|
113
|
+
} from "./commands/DeleteContactFlowModuleCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteHoursOfOperationCommandInput,
|
|
116
|
+
DeleteHoursOfOperationCommandOutput,
|
|
117
|
+
} from "./commands/DeleteHoursOfOperationCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteInstanceCommandInput,
|
|
120
|
+
DeleteInstanceCommandOutput,
|
|
121
|
+
} from "./commands/DeleteInstanceCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteIntegrationAssociationCommandInput,
|
|
124
|
+
DeleteIntegrationAssociationCommandOutput,
|
|
125
|
+
} from "./commands/DeleteIntegrationAssociationCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteQuickConnectCommandInput,
|
|
128
|
+
DeleteQuickConnectCommandOutput,
|
|
129
|
+
} from "./commands/DeleteQuickConnectCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteSecurityProfileCommandInput,
|
|
132
|
+
DeleteSecurityProfileCommandOutput,
|
|
133
|
+
} from "./commands/DeleteSecurityProfileCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteTaskTemplateCommandInput,
|
|
136
|
+
DeleteTaskTemplateCommandOutput,
|
|
137
|
+
} from "./commands/DeleteTaskTemplateCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteUseCaseCommandInput,
|
|
140
|
+
DeleteUseCaseCommandOutput,
|
|
141
|
+
} from "./commands/DeleteUseCaseCommand";
|
|
142
|
+
import {
|
|
143
|
+
DeleteUserCommandInput,
|
|
144
|
+
DeleteUserCommandOutput,
|
|
145
|
+
} from "./commands/DeleteUserCommand";
|
|
146
|
+
import {
|
|
147
|
+
DeleteUserHierarchyGroupCommandInput,
|
|
148
|
+
DeleteUserHierarchyGroupCommandOutput,
|
|
149
|
+
} from "./commands/DeleteUserHierarchyGroupCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteVocabularyCommandInput,
|
|
152
|
+
DeleteVocabularyCommandOutput,
|
|
153
|
+
} from "./commands/DeleteVocabularyCommand";
|
|
154
|
+
import {
|
|
155
|
+
DescribeAgentStatusCommandInput,
|
|
156
|
+
DescribeAgentStatusCommandOutput,
|
|
157
|
+
} from "./commands/DescribeAgentStatusCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeContactCommandInput,
|
|
160
|
+
DescribeContactCommandOutput,
|
|
161
|
+
} from "./commands/DescribeContactCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeContactFlowCommandInput,
|
|
164
|
+
DescribeContactFlowCommandOutput,
|
|
165
|
+
} from "./commands/DescribeContactFlowCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeContactFlowModuleCommandInput,
|
|
168
|
+
DescribeContactFlowModuleCommandOutput,
|
|
169
|
+
} from "./commands/DescribeContactFlowModuleCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeHoursOfOperationCommandInput,
|
|
172
|
+
DescribeHoursOfOperationCommandOutput,
|
|
173
|
+
} from "./commands/DescribeHoursOfOperationCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeInstanceAttributeCommandInput,
|
|
176
|
+
DescribeInstanceAttributeCommandOutput,
|
|
177
|
+
} from "./commands/DescribeInstanceAttributeCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeInstanceCommandInput,
|
|
180
|
+
DescribeInstanceCommandOutput,
|
|
181
|
+
} from "./commands/DescribeInstanceCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeInstanceStorageConfigCommandInput,
|
|
184
|
+
DescribeInstanceStorageConfigCommandOutput,
|
|
185
|
+
} from "./commands/DescribeInstanceStorageConfigCommand";
|
|
186
|
+
import {
|
|
187
|
+
DescribePhoneNumberCommandInput,
|
|
188
|
+
DescribePhoneNumberCommandOutput,
|
|
189
|
+
} from "./commands/DescribePhoneNumberCommand";
|
|
190
|
+
import {
|
|
191
|
+
DescribeQueueCommandInput,
|
|
192
|
+
DescribeQueueCommandOutput,
|
|
193
|
+
} from "./commands/DescribeQueueCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeQuickConnectCommandInput,
|
|
196
|
+
DescribeQuickConnectCommandOutput,
|
|
197
|
+
} from "./commands/DescribeQuickConnectCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeRoutingProfileCommandInput,
|
|
200
|
+
DescribeRoutingProfileCommandOutput,
|
|
201
|
+
} from "./commands/DescribeRoutingProfileCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeSecurityProfileCommandInput,
|
|
204
|
+
DescribeSecurityProfileCommandOutput,
|
|
205
|
+
} from "./commands/DescribeSecurityProfileCommand";
|
|
206
|
+
import {
|
|
207
|
+
DescribeUserCommandInput,
|
|
208
|
+
DescribeUserCommandOutput,
|
|
209
|
+
} from "./commands/DescribeUserCommand";
|
|
210
|
+
import {
|
|
211
|
+
DescribeUserHierarchyGroupCommandInput,
|
|
212
|
+
DescribeUserHierarchyGroupCommandOutput,
|
|
213
|
+
} from "./commands/DescribeUserHierarchyGroupCommand";
|
|
214
|
+
import {
|
|
215
|
+
DescribeUserHierarchyStructureCommandInput,
|
|
216
|
+
DescribeUserHierarchyStructureCommandOutput,
|
|
217
|
+
} from "./commands/DescribeUserHierarchyStructureCommand";
|
|
218
|
+
import {
|
|
219
|
+
DescribeVocabularyCommandInput,
|
|
220
|
+
DescribeVocabularyCommandOutput,
|
|
221
|
+
} from "./commands/DescribeVocabularyCommand";
|
|
222
|
+
import {
|
|
223
|
+
DisassociateApprovedOriginCommandInput,
|
|
224
|
+
DisassociateApprovedOriginCommandOutput,
|
|
225
|
+
} from "./commands/DisassociateApprovedOriginCommand";
|
|
226
|
+
import {
|
|
227
|
+
DisassociateBotCommandInput,
|
|
228
|
+
DisassociateBotCommandOutput,
|
|
229
|
+
} from "./commands/DisassociateBotCommand";
|
|
230
|
+
import {
|
|
231
|
+
DisassociateInstanceStorageConfigCommandInput,
|
|
232
|
+
DisassociateInstanceStorageConfigCommandOutput,
|
|
233
|
+
} from "./commands/DisassociateInstanceStorageConfigCommand";
|
|
234
|
+
import {
|
|
235
|
+
DisassociateLambdaFunctionCommandInput,
|
|
236
|
+
DisassociateLambdaFunctionCommandOutput,
|
|
237
|
+
} from "./commands/DisassociateLambdaFunctionCommand";
|
|
238
|
+
import {
|
|
239
|
+
DisassociateLexBotCommandInput,
|
|
240
|
+
DisassociateLexBotCommandOutput,
|
|
241
|
+
} from "./commands/DisassociateLexBotCommand";
|
|
242
|
+
import {
|
|
243
|
+
DisassociatePhoneNumberContactFlowCommandInput,
|
|
244
|
+
DisassociatePhoneNumberContactFlowCommandOutput,
|
|
245
|
+
} from "./commands/DisassociatePhoneNumberContactFlowCommand";
|
|
246
|
+
import {
|
|
247
|
+
DisassociateQueueQuickConnectsCommandInput,
|
|
248
|
+
DisassociateQueueQuickConnectsCommandOutput,
|
|
249
|
+
} from "./commands/DisassociateQueueQuickConnectsCommand";
|
|
250
|
+
import {
|
|
251
|
+
DisassociateRoutingProfileQueuesCommandInput,
|
|
252
|
+
DisassociateRoutingProfileQueuesCommandOutput,
|
|
253
|
+
} from "./commands/DisassociateRoutingProfileQueuesCommand";
|
|
254
|
+
import {
|
|
255
|
+
DisassociateSecurityKeyCommandInput,
|
|
256
|
+
DisassociateSecurityKeyCommandOutput,
|
|
257
|
+
} from "./commands/DisassociateSecurityKeyCommand";
|
|
258
|
+
import {
|
|
259
|
+
GetContactAttributesCommandInput,
|
|
260
|
+
GetContactAttributesCommandOutput,
|
|
261
|
+
} from "./commands/GetContactAttributesCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetCurrentMetricDataCommandInput,
|
|
264
|
+
GetCurrentMetricDataCommandOutput,
|
|
265
|
+
} from "./commands/GetCurrentMetricDataCommand";
|
|
266
|
+
import {
|
|
267
|
+
GetCurrentUserDataCommandInput,
|
|
268
|
+
GetCurrentUserDataCommandOutput,
|
|
269
|
+
} from "./commands/GetCurrentUserDataCommand";
|
|
270
|
+
import {
|
|
271
|
+
GetFederationTokenCommandInput,
|
|
272
|
+
GetFederationTokenCommandOutput,
|
|
273
|
+
} from "./commands/GetFederationTokenCommand";
|
|
274
|
+
import {
|
|
275
|
+
GetMetricDataCommandInput,
|
|
276
|
+
GetMetricDataCommandOutput,
|
|
277
|
+
} from "./commands/GetMetricDataCommand";
|
|
278
|
+
import {
|
|
279
|
+
GetTaskTemplateCommandInput,
|
|
280
|
+
GetTaskTemplateCommandOutput,
|
|
281
|
+
} from "./commands/GetTaskTemplateCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListAgentStatusesCommandInput,
|
|
284
|
+
ListAgentStatusesCommandOutput,
|
|
285
|
+
} from "./commands/ListAgentStatusesCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListApprovedOriginsCommandInput,
|
|
288
|
+
ListApprovedOriginsCommandOutput,
|
|
289
|
+
} from "./commands/ListApprovedOriginsCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListBotsCommandInput,
|
|
292
|
+
ListBotsCommandOutput,
|
|
293
|
+
} from "./commands/ListBotsCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListContactFlowModulesCommandInput,
|
|
296
|
+
ListContactFlowModulesCommandOutput,
|
|
297
|
+
} from "./commands/ListContactFlowModulesCommand";
|
|
298
|
+
import {
|
|
299
|
+
ListContactFlowsCommandInput,
|
|
300
|
+
ListContactFlowsCommandOutput,
|
|
301
|
+
} from "./commands/ListContactFlowsCommand";
|
|
302
|
+
import {
|
|
303
|
+
ListContactReferencesCommandInput,
|
|
304
|
+
ListContactReferencesCommandOutput,
|
|
305
|
+
} from "./commands/ListContactReferencesCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListDefaultVocabulariesCommandInput,
|
|
308
|
+
ListDefaultVocabulariesCommandOutput,
|
|
309
|
+
} from "./commands/ListDefaultVocabulariesCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListHoursOfOperationsCommandInput,
|
|
312
|
+
ListHoursOfOperationsCommandOutput,
|
|
313
|
+
} from "./commands/ListHoursOfOperationsCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListInstanceAttributesCommandInput,
|
|
316
|
+
ListInstanceAttributesCommandOutput,
|
|
317
|
+
} from "./commands/ListInstanceAttributesCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListInstancesCommandInput,
|
|
320
|
+
ListInstancesCommandOutput,
|
|
321
|
+
} from "./commands/ListInstancesCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListInstanceStorageConfigsCommandInput,
|
|
324
|
+
ListInstanceStorageConfigsCommandOutput,
|
|
325
|
+
} from "./commands/ListInstanceStorageConfigsCommand";
|
|
326
|
+
import {
|
|
327
|
+
ListIntegrationAssociationsCommandInput,
|
|
328
|
+
ListIntegrationAssociationsCommandOutput,
|
|
329
|
+
} from "./commands/ListIntegrationAssociationsCommand";
|
|
330
|
+
import {
|
|
331
|
+
ListLambdaFunctionsCommandInput,
|
|
332
|
+
ListLambdaFunctionsCommandOutput,
|
|
333
|
+
} from "./commands/ListLambdaFunctionsCommand";
|
|
334
|
+
import {
|
|
335
|
+
ListLexBotsCommandInput,
|
|
336
|
+
ListLexBotsCommandOutput,
|
|
337
|
+
} from "./commands/ListLexBotsCommand";
|
|
338
|
+
import {
|
|
339
|
+
ListPhoneNumbersCommandInput,
|
|
340
|
+
ListPhoneNumbersCommandOutput,
|
|
341
|
+
} from "./commands/ListPhoneNumbersCommand";
|
|
342
|
+
import {
|
|
343
|
+
ListPhoneNumbersV2CommandInput,
|
|
344
|
+
ListPhoneNumbersV2CommandOutput,
|
|
345
|
+
} from "./commands/ListPhoneNumbersV2Command";
|
|
346
|
+
import {
|
|
347
|
+
ListPromptsCommandInput,
|
|
348
|
+
ListPromptsCommandOutput,
|
|
349
|
+
} from "./commands/ListPromptsCommand";
|
|
350
|
+
import {
|
|
351
|
+
ListQueueQuickConnectsCommandInput,
|
|
352
|
+
ListQueueQuickConnectsCommandOutput,
|
|
353
|
+
} from "./commands/ListQueueQuickConnectsCommand";
|
|
354
|
+
import {
|
|
355
|
+
ListQueuesCommandInput,
|
|
356
|
+
ListQueuesCommandOutput,
|
|
357
|
+
} from "./commands/ListQueuesCommand";
|
|
358
|
+
import {
|
|
359
|
+
ListQuickConnectsCommandInput,
|
|
360
|
+
ListQuickConnectsCommandOutput,
|
|
361
|
+
} from "./commands/ListQuickConnectsCommand";
|
|
362
|
+
import {
|
|
363
|
+
ListRoutingProfileQueuesCommandInput,
|
|
364
|
+
ListRoutingProfileQueuesCommandOutput,
|
|
365
|
+
} from "./commands/ListRoutingProfileQueuesCommand";
|
|
366
|
+
import {
|
|
367
|
+
ListRoutingProfilesCommandInput,
|
|
368
|
+
ListRoutingProfilesCommandOutput,
|
|
369
|
+
} from "./commands/ListRoutingProfilesCommand";
|
|
370
|
+
import {
|
|
371
|
+
ListSecurityKeysCommandInput,
|
|
372
|
+
ListSecurityKeysCommandOutput,
|
|
373
|
+
} from "./commands/ListSecurityKeysCommand";
|
|
374
|
+
import {
|
|
375
|
+
ListSecurityProfilePermissionsCommandInput,
|
|
376
|
+
ListSecurityProfilePermissionsCommandOutput,
|
|
377
|
+
} from "./commands/ListSecurityProfilePermissionsCommand";
|
|
378
|
+
import {
|
|
379
|
+
ListSecurityProfilesCommandInput,
|
|
380
|
+
ListSecurityProfilesCommandOutput,
|
|
381
|
+
} from "./commands/ListSecurityProfilesCommand";
|
|
382
|
+
import {
|
|
383
|
+
ListTagsForResourceCommandInput,
|
|
384
|
+
ListTagsForResourceCommandOutput,
|
|
385
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
386
|
+
import {
|
|
387
|
+
ListTaskTemplatesCommandInput,
|
|
388
|
+
ListTaskTemplatesCommandOutput,
|
|
389
|
+
} from "./commands/ListTaskTemplatesCommand";
|
|
390
|
+
import {
|
|
391
|
+
ListUseCasesCommandInput,
|
|
392
|
+
ListUseCasesCommandOutput,
|
|
393
|
+
} from "./commands/ListUseCasesCommand";
|
|
394
|
+
import {
|
|
395
|
+
ListUserHierarchyGroupsCommandInput,
|
|
396
|
+
ListUserHierarchyGroupsCommandOutput,
|
|
397
|
+
} from "./commands/ListUserHierarchyGroupsCommand";
|
|
398
|
+
import {
|
|
399
|
+
ListUsersCommandInput,
|
|
400
|
+
ListUsersCommandOutput,
|
|
401
|
+
} from "./commands/ListUsersCommand";
|
|
402
|
+
import {
|
|
403
|
+
PutUserStatusCommandInput,
|
|
404
|
+
PutUserStatusCommandOutput,
|
|
405
|
+
} from "./commands/PutUserStatusCommand";
|
|
406
|
+
import {
|
|
407
|
+
ReleasePhoneNumberCommandInput,
|
|
408
|
+
ReleasePhoneNumberCommandOutput,
|
|
409
|
+
} from "./commands/ReleasePhoneNumberCommand";
|
|
410
|
+
import {
|
|
411
|
+
ResumeContactRecordingCommandInput,
|
|
412
|
+
ResumeContactRecordingCommandOutput,
|
|
413
|
+
} from "./commands/ResumeContactRecordingCommand";
|
|
414
|
+
import {
|
|
415
|
+
SearchAvailablePhoneNumbersCommandInput,
|
|
416
|
+
SearchAvailablePhoneNumbersCommandOutput,
|
|
417
|
+
} from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
418
|
+
import {
|
|
419
|
+
SearchQueuesCommandInput,
|
|
420
|
+
SearchQueuesCommandOutput,
|
|
421
|
+
} from "./commands/SearchQueuesCommand";
|
|
422
|
+
import {
|
|
423
|
+
SearchRoutingProfilesCommandInput,
|
|
424
|
+
SearchRoutingProfilesCommandOutput,
|
|
425
|
+
} from "./commands/SearchRoutingProfilesCommand";
|
|
426
|
+
import {
|
|
427
|
+
SearchSecurityProfilesCommandInput,
|
|
428
|
+
SearchSecurityProfilesCommandOutput,
|
|
429
|
+
} from "./commands/SearchSecurityProfilesCommand";
|
|
430
|
+
import {
|
|
431
|
+
SearchUsersCommandInput,
|
|
432
|
+
SearchUsersCommandOutput,
|
|
433
|
+
} from "./commands/SearchUsersCommand";
|
|
434
|
+
import {
|
|
435
|
+
SearchVocabulariesCommandInput,
|
|
436
|
+
SearchVocabulariesCommandOutput,
|
|
437
|
+
} from "./commands/SearchVocabulariesCommand";
|
|
438
|
+
import {
|
|
439
|
+
StartChatContactCommandInput,
|
|
440
|
+
StartChatContactCommandOutput,
|
|
441
|
+
} from "./commands/StartChatContactCommand";
|
|
442
|
+
import {
|
|
443
|
+
StartContactRecordingCommandInput,
|
|
444
|
+
StartContactRecordingCommandOutput,
|
|
445
|
+
} from "./commands/StartContactRecordingCommand";
|
|
446
|
+
import {
|
|
447
|
+
StartContactStreamingCommandInput,
|
|
448
|
+
StartContactStreamingCommandOutput,
|
|
449
|
+
} from "./commands/StartContactStreamingCommand";
|
|
450
|
+
import {
|
|
451
|
+
StartOutboundVoiceContactCommandInput,
|
|
452
|
+
StartOutboundVoiceContactCommandOutput,
|
|
453
|
+
} from "./commands/StartOutboundVoiceContactCommand";
|
|
454
|
+
import {
|
|
455
|
+
StartTaskContactCommandInput,
|
|
456
|
+
StartTaskContactCommandOutput,
|
|
457
|
+
} from "./commands/StartTaskContactCommand";
|
|
458
|
+
import {
|
|
459
|
+
StopContactCommandInput,
|
|
460
|
+
StopContactCommandOutput,
|
|
461
|
+
} from "./commands/StopContactCommand";
|
|
462
|
+
import {
|
|
463
|
+
StopContactRecordingCommandInput,
|
|
464
|
+
StopContactRecordingCommandOutput,
|
|
465
|
+
} from "./commands/StopContactRecordingCommand";
|
|
466
|
+
import {
|
|
467
|
+
StopContactStreamingCommandInput,
|
|
468
|
+
StopContactStreamingCommandOutput,
|
|
469
|
+
} from "./commands/StopContactStreamingCommand";
|
|
470
|
+
import {
|
|
471
|
+
SuspendContactRecordingCommandInput,
|
|
472
|
+
SuspendContactRecordingCommandOutput,
|
|
473
|
+
} from "./commands/SuspendContactRecordingCommand";
|
|
474
|
+
import {
|
|
475
|
+
TagResourceCommandInput,
|
|
476
|
+
TagResourceCommandOutput,
|
|
477
|
+
} from "./commands/TagResourceCommand";
|
|
478
|
+
import {
|
|
479
|
+
TransferContactCommandInput,
|
|
480
|
+
TransferContactCommandOutput,
|
|
481
|
+
} from "./commands/TransferContactCommand";
|
|
482
|
+
import {
|
|
483
|
+
UntagResourceCommandInput,
|
|
484
|
+
UntagResourceCommandOutput,
|
|
485
|
+
} from "./commands/UntagResourceCommand";
|
|
486
|
+
import {
|
|
487
|
+
UpdateAgentStatusCommandInput,
|
|
488
|
+
UpdateAgentStatusCommandOutput,
|
|
489
|
+
} from "./commands/UpdateAgentStatusCommand";
|
|
490
|
+
import {
|
|
491
|
+
UpdateContactAttributesCommandInput,
|
|
492
|
+
UpdateContactAttributesCommandOutput,
|
|
493
|
+
} from "./commands/UpdateContactAttributesCommand";
|
|
494
|
+
import {
|
|
495
|
+
UpdateContactCommandInput,
|
|
496
|
+
UpdateContactCommandOutput,
|
|
497
|
+
} from "./commands/UpdateContactCommand";
|
|
498
|
+
import {
|
|
499
|
+
UpdateContactFlowContentCommandInput,
|
|
500
|
+
UpdateContactFlowContentCommandOutput,
|
|
501
|
+
} from "./commands/UpdateContactFlowContentCommand";
|
|
502
|
+
import {
|
|
503
|
+
UpdateContactFlowMetadataCommandInput,
|
|
504
|
+
UpdateContactFlowMetadataCommandOutput,
|
|
505
|
+
} from "./commands/UpdateContactFlowMetadataCommand";
|
|
506
|
+
import {
|
|
507
|
+
UpdateContactFlowModuleContentCommandInput,
|
|
508
|
+
UpdateContactFlowModuleContentCommandOutput,
|
|
509
|
+
} from "./commands/UpdateContactFlowModuleContentCommand";
|
|
510
|
+
import {
|
|
511
|
+
UpdateContactFlowModuleMetadataCommandInput,
|
|
512
|
+
UpdateContactFlowModuleMetadataCommandOutput,
|
|
513
|
+
} from "./commands/UpdateContactFlowModuleMetadataCommand";
|
|
514
|
+
import {
|
|
515
|
+
UpdateContactFlowNameCommandInput,
|
|
516
|
+
UpdateContactFlowNameCommandOutput,
|
|
517
|
+
} from "./commands/UpdateContactFlowNameCommand";
|
|
518
|
+
import {
|
|
519
|
+
UpdateContactScheduleCommandInput,
|
|
520
|
+
UpdateContactScheduleCommandOutput,
|
|
521
|
+
} from "./commands/UpdateContactScheduleCommand";
|
|
522
|
+
import {
|
|
523
|
+
UpdateHoursOfOperationCommandInput,
|
|
524
|
+
UpdateHoursOfOperationCommandOutput,
|
|
525
|
+
} from "./commands/UpdateHoursOfOperationCommand";
|
|
526
|
+
import {
|
|
527
|
+
UpdateInstanceAttributeCommandInput,
|
|
528
|
+
UpdateInstanceAttributeCommandOutput,
|
|
529
|
+
} from "./commands/UpdateInstanceAttributeCommand";
|
|
530
|
+
import {
|
|
531
|
+
UpdateInstanceStorageConfigCommandInput,
|
|
532
|
+
UpdateInstanceStorageConfigCommandOutput,
|
|
533
|
+
} from "./commands/UpdateInstanceStorageConfigCommand";
|
|
534
|
+
import {
|
|
535
|
+
UpdatePhoneNumberCommandInput,
|
|
536
|
+
UpdatePhoneNumberCommandOutput,
|
|
537
|
+
} from "./commands/UpdatePhoneNumberCommand";
|
|
538
|
+
import {
|
|
539
|
+
UpdateQueueHoursOfOperationCommandInput,
|
|
540
|
+
UpdateQueueHoursOfOperationCommandOutput,
|
|
541
|
+
} from "./commands/UpdateQueueHoursOfOperationCommand";
|
|
542
|
+
import {
|
|
543
|
+
UpdateQueueMaxContactsCommandInput,
|
|
544
|
+
UpdateQueueMaxContactsCommandOutput,
|
|
545
|
+
} from "./commands/UpdateQueueMaxContactsCommand";
|
|
546
|
+
import {
|
|
547
|
+
UpdateQueueNameCommandInput,
|
|
548
|
+
UpdateQueueNameCommandOutput,
|
|
549
|
+
} from "./commands/UpdateQueueNameCommand";
|
|
550
|
+
import {
|
|
551
|
+
UpdateQueueOutboundCallerConfigCommandInput,
|
|
552
|
+
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
553
|
+
} from "./commands/UpdateQueueOutboundCallerConfigCommand";
|
|
554
|
+
import {
|
|
555
|
+
UpdateQueueStatusCommandInput,
|
|
556
|
+
UpdateQueueStatusCommandOutput,
|
|
557
|
+
} from "./commands/UpdateQueueStatusCommand";
|
|
558
|
+
import {
|
|
559
|
+
UpdateQuickConnectConfigCommandInput,
|
|
560
|
+
UpdateQuickConnectConfigCommandOutput,
|
|
561
|
+
} from "./commands/UpdateQuickConnectConfigCommand";
|
|
562
|
+
import {
|
|
563
|
+
UpdateQuickConnectNameCommandInput,
|
|
564
|
+
UpdateQuickConnectNameCommandOutput,
|
|
565
|
+
} from "./commands/UpdateQuickConnectNameCommand";
|
|
566
|
+
import {
|
|
567
|
+
UpdateRoutingProfileConcurrencyCommandInput,
|
|
568
|
+
UpdateRoutingProfileConcurrencyCommandOutput,
|
|
569
|
+
} from "./commands/UpdateRoutingProfileConcurrencyCommand";
|
|
570
|
+
import {
|
|
571
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
572
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandOutput,
|
|
573
|
+
} from "./commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
574
|
+
import {
|
|
575
|
+
UpdateRoutingProfileNameCommandInput,
|
|
576
|
+
UpdateRoutingProfileNameCommandOutput,
|
|
577
|
+
} from "./commands/UpdateRoutingProfileNameCommand";
|
|
578
|
+
import {
|
|
579
|
+
UpdateRoutingProfileQueuesCommandInput,
|
|
580
|
+
UpdateRoutingProfileQueuesCommandOutput,
|
|
581
|
+
} from "./commands/UpdateRoutingProfileQueuesCommand";
|
|
582
|
+
import {
|
|
583
|
+
UpdateSecurityProfileCommandInput,
|
|
584
|
+
UpdateSecurityProfileCommandOutput,
|
|
585
|
+
} from "./commands/UpdateSecurityProfileCommand";
|
|
586
|
+
import {
|
|
587
|
+
UpdateTaskTemplateCommandInput,
|
|
588
|
+
UpdateTaskTemplateCommandOutput,
|
|
589
|
+
} from "./commands/UpdateTaskTemplateCommand";
|
|
590
|
+
import {
|
|
591
|
+
UpdateUserHierarchyCommandInput,
|
|
592
|
+
UpdateUserHierarchyCommandOutput,
|
|
593
|
+
} from "./commands/UpdateUserHierarchyCommand";
|
|
594
|
+
import {
|
|
595
|
+
UpdateUserHierarchyGroupNameCommandInput,
|
|
596
|
+
UpdateUserHierarchyGroupNameCommandOutput,
|
|
597
|
+
} from "./commands/UpdateUserHierarchyGroupNameCommand";
|
|
598
|
+
import {
|
|
599
|
+
UpdateUserHierarchyStructureCommandInput,
|
|
600
|
+
UpdateUserHierarchyStructureCommandOutput,
|
|
601
|
+
} from "./commands/UpdateUserHierarchyStructureCommand";
|
|
602
|
+
import {
|
|
603
|
+
UpdateUserIdentityInfoCommandInput,
|
|
604
|
+
UpdateUserIdentityInfoCommandOutput,
|
|
605
|
+
} from "./commands/UpdateUserIdentityInfoCommand";
|
|
606
|
+
import {
|
|
607
|
+
UpdateUserPhoneConfigCommandInput,
|
|
608
|
+
UpdateUserPhoneConfigCommandOutput,
|
|
609
|
+
} from "./commands/UpdateUserPhoneConfigCommand";
|
|
610
|
+
import {
|
|
611
|
+
UpdateUserRoutingProfileCommandInput,
|
|
612
|
+
UpdateUserRoutingProfileCommandOutput,
|
|
613
|
+
} from "./commands/UpdateUserRoutingProfileCommand";
|
|
614
|
+
import {
|
|
615
|
+
UpdateUserSecurityProfilesCommandInput,
|
|
616
|
+
UpdateUserSecurityProfilesCommandOutput,
|
|
617
|
+
} from "./commands/UpdateUserSecurityProfilesCommand";
|
|
618
|
+
import { ConnectClient } from "./ConnectClient";
|
|
619
|
+
|
|
620
|
+
export declare class Connect extends ConnectClient {
|
|
621
|
+
associateApprovedOrigin(
|
|
622
|
+
args: AssociateApprovedOriginCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<AssociateApprovedOriginCommandOutput>;
|
|
625
|
+
associateApprovedOrigin(
|
|
626
|
+
args: AssociateApprovedOriginCommandInput,
|
|
627
|
+
cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
associateApprovedOrigin(
|
|
630
|
+
args: AssociateApprovedOriginCommandInput,
|
|
631
|
+
options: __HttpHandlerOptions,
|
|
632
|
+
cb: (err: any, data?: AssociateApprovedOriginCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
|
|
635
|
+
associateBot(
|
|
636
|
+
args: AssociateBotCommandInput,
|
|
637
|
+
options?: __HttpHandlerOptions
|
|
638
|
+
): Promise<AssociateBotCommandOutput>;
|
|
639
|
+
associateBot(
|
|
640
|
+
args: AssociateBotCommandInput,
|
|
641
|
+
cb: (err: any, data?: AssociateBotCommandOutput) => void
|
|
642
|
+
): void;
|
|
643
|
+
associateBot(
|
|
644
|
+
args: AssociateBotCommandInput,
|
|
645
|
+
options: __HttpHandlerOptions,
|
|
646
|
+
cb: (err: any, data?: AssociateBotCommandOutput) => void
|
|
647
|
+
): void;
|
|
648
|
+
|
|
649
|
+
associateDefaultVocabulary(
|
|
650
|
+
args: AssociateDefaultVocabularyCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<AssociateDefaultVocabularyCommandOutput>;
|
|
653
|
+
associateDefaultVocabulary(
|
|
654
|
+
args: AssociateDefaultVocabularyCommandInput,
|
|
655
|
+
cb: (err: any, data?: AssociateDefaultVocabularyCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
associateDefaultVocabulary(
|
|
658
|
+
args: AssociateDefaultVocabularyCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: AssociateDefaultVocabularyCommandOutput) => void
|
|
661
|
+
): void;
|
|
662
|
+
|
|
663
|
+
associateInstanceStorageConfig(
|
|
664
|
+
args: AssociateInstanceStorageConfigCommandInput,
|
|
665
|
+
options?: __HttpHandlerOptions
|
|
666
|
+
): Promise<AssociateInstanceStorageConfigCommandOutput>;
|
|
667
|
+
associateInstanceStorageConfig(
|
|
668
|
+
args: AssociateInstanceStorageConfigCommandInput,
|
|
669
|
+
cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
|
|
670
|
+
): void;
|
|
671
|
+
associateInstanceStorageConfig(
|
|
672
|
+
args: AssociateInstanceStorageConfigCommandInput,
|
|
673
|
+
options: __HttpHandlerOptions,
|
|
674
|
+
cb: (err: any, data?: AssociateInstanceStorageConfigCommandOutput) => void
|
|
675
|
+
): void;
|
|
676
|
+
|
|
677
|
+
associateLambdaFunction(
|
|
678
|
+
args: AssociateLambdaFunctionCommandInput,
|
|
679
|
+
options?: __HttpHandlerOptions
|
|
680
|
+
): Promise<AssociateLambdaFunctionCommandOutput>;
|
|
681
|
+
associateLambdaFunction(
|
|
682
|
+
args: AssociateLambdaFunctionCommandInput,
|
|
683
|
+
cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
|
|
684
|
+
): void;
|
|
685
|
+
associateLambdaFunction(
|
|
686
|
+
args: AssociateLambdaFunctionCommandInput,
|
|
687
|
+
options: __HttpHandlerOptions,
|
|
688
|
+
cb: (err: any, data?: AssociateLambdaFunctionCommandOutput) => void
|
|
689
|
+
): void;
|
|
690
|
+
|
|
691
|
+
associateLexBot(
|
|
692
|
+
args: AssociateLexBotCommandInput,
|
|
693
|
+
options?: __HttpHandlerOptions
|
|
694
|
+
): Promise<AssociateLexBotCommandOutput>;
|
|
695
|
+
associateLexBot(
|
|
696
|
+
args: AssociateLexBotCommandInput,
|
|
697
|
+
cb: (err: any, data?: AssociateLexBotCommandOutput) => void
|
|
698
|
+
): void;
|
|
699
|
+
associateLexBot(
|
|
700
|
+
args: AssociateLexBotCommandInput,
|
|
701
|
+
options: __HttpHandlerOptions,
|
|
702
|
+
cb: (err: any, data?: AssociateLexBotCommandOutput) => void
|
|
703
|
+
): void;
|
|
704
|
+
|
|
705
|
+
associatePhoneNumberContactFlow(
|
|
706
|
+
args: AssociatePhoneNumberContactFlowCommandInput,
|
|
707
|
+
options?: __HttpHandlerOptions
|
|
708
|
+
): Promise<AssociatePhoneNumberContactFlowCommandOutput>;
|
|
709
|
+
associatePhoneNumberContactFlow(
|
|
710
|
+
args: AssociatePhoneNumberContactFlowCommandInput,
|
|
711
|
+
cb: (err: any, data?: AssociatePhoneNumberContactFlowCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
associatePhoneNumberContactFlow(
|
|
714
|
+
args: AssociatePhoneNumberContactFlowCommandInput,
|
|
715
|
+
options: __HttpHandlerOptions,
|
|
716
|
+
cb: (err: any, data?: AssociatePhoneNumberContactFlowCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
|
|
719
|
+
associateQueueQuickConnects(
|
|
720
|
+
args: AssociateQueueQuickConnectsCommandInput,
|
|
721
|
+
options?: __HttpHandlerOptions
|
|
722
|
+
): Promise<AssociateQueueQuickConnectsCommandOutput>;
|
|
723
|
+
associateQueueQuickConnects(
|
|
724
|
+
args: AssociateQueueQuickConnectsCommandInput,
|
|
725
|
+
cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
|
|
726
|
+
): void;
|
|
727
|
+
associateQueueQuickConnects(
|
|
728
|
+
args: AssociateQueueQuickConnectsCommandInput,
|
|
729
|
+
options: __HttpHandlerOptions,
|
|
730
|
+
cb: (err: any, data?: AssociateQueueQuickConnectsCommandOutput) => void
|
|
731
|
+
): void;
|
|
732
|
+
|
|
733
|
+
associateRoutingProfileQueues(
|
|
734
|
+
args: AssociateRoutingProfileQueuesCommandInput,
|
|
735
|
+
options?: __HttpHandlerOptions
|
|
736
|
+
): Promise<AssociateRoutingProfileQueuesCommandOutput>;
|
|
737
|
+
associateRoutingProfileQueues(
|
|
738
|
+
args: AssociateRoutingProfileQueuesCommandInput,
|
|
739
|
+
cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
|
|
740
|
+
): void;
|
|
741
|
+
associateRoutingProfileQueues(
|
|
742
|
+
args: AssociateRoutingProfileQueuesCommandInput,
|
|
743
|
+
options: __HttpHandlerOptions,
|
|
744
|
+
cb: (err: any, data?: AssociateRoutingProfileQueuesCommandOutput) => void
|
|
745
|
+
): void;
|
|
746
|
+
|
|
747
|
+
associateSecurityKey(
|
|
748
|
+
args: AssociateSecurityKeyCommandInput,
|
|
749
|
+
options?: __HttpHandlerOptions
|
|
750
|
+
): Promise<AssociateSecurityKeyCommandOutput>;
|
|
751
|
+
associateSecurityKey(
|
|
752
|
+
args: AssociateSecurityKeyCommandInput,
|
|
753
|
+
cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
|
|
754
|
+
): void;
|
|
755
|
+
associateSecurityKey(
|
|
756
|
+
args: AssociateSecurityKeyCommandInput,
|
|
757
|
+
options: __HttpHandlerOptions,
|
|
758
|
+
cb: (err: any, data?: AssociateSecurityKeyCommandOutput) => void
|
|
759
|
+
): void;
|
|
760
|
+
|
|
761
|
+
claimPhoneNumber(
|
|
762
|
+
args: ClaimPhoneNumberCommandInput,
|
|
763
|
+
options?: __HttpHandlerOptions
|
|
764
|
+
): Promise<ClaimPhoneNumberCommandOutput>;
|
|
765
|
+
claimPhoneNumber(
|
|
766
|
+
args: ClaimPhoneNumberCommandInput,
|
|
767
|
+
cb: (err: any, data?: ClaimPhoneNumberCommandOutput) => void
|
|
768
|
+
): void;
|
|
769
|
+
claimPhoneNumber(
|
|
770
|
+
args: ClaimPhoneNumberCommandInput,
|
|
771
|
+
options: __HttpHandlerOptions,
|
|
772
|
+
cb: (err: any, data?: ClaimPhoneNumberCommandOutput) => void
|
|
773
|
+
): void;
|
|
774
|
+
|
|
775
|
+
createAgentStatus(
|
|
776
|
+
args: CreateAgentStatusCommandInput,
|
|
777
|
+
options?: __HttpHandlerOptions
|
|
778
|
+
): Promise<CreateAgentStatusCommandOutput>;
|
|
779
|
+
createAgentStatus(
|
|
780
|
+
args: CreateAgentStatusCommandInput,
|
|
781
|
+
cb: (err: any, data?: CreateAgentStatusCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
createAgentStatus(
|
|
784
|
+
args: CreateAgentStatusCommandInput,
|
|
785
|
+
options: __HttpHandlerOptions,
|
|
786
|
+
cb: (err: any, data?: CreateAgentStatusCommandOutput) => void
|
|
787
|
+
): void;
|
|
788
|
+
|
|
789
|
+
createContactFlow(
|
|
790
|
+
args: CreateContactFlowCommandInput,
|
|
791
|
+
options?: __HttpHandlerOptions
|
|
792
|
+
): Promise<CreateContactFlowCommandOutput>;
|
|
793
|
+
createContactFlow(
|
|
794
|
+
args: CreateContactFlowCommandInput,
|
|
795
|
+
cb: (err: any, data?: CreateContactFlowCommandOutput) => void
|
|
796
|
+
): void;
|
|
797
|
+
createContactFlow(
|
|
798
|
+
args: CreateContactFlowCommandInput,
|
|
799
|
+
options: __HttpHandlerOptions,
|
|
800
|
+
cb: (err: any, data?: CreateContactFlowCommandOutput) => void
|
|
801
|
+
): void;
|
|
802
|
+
|
|
803
|
+
createContactFlowModule(
|
|
804
|
+
args: CreateContactFlowModuleCommandInput,
|
|
805
|
+
options?: __HttpHandlerOptions
|
|
806
|
+
): Promise<CreateContactFlowModuleCommandOutput>;
|
|
807
|
+
createContactFlowModule(
|
|
808
|
+
args: CreateContactFlowModuleCommandInput,
|
|
809
|
+
cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void
|
|
810
|
+
): void;
|
|
811
|
+
createContactFlowModule(
|
|
812
|
+
args: CreateContactFlowModuleCommandInput,
|
|
813
|
+
options: __HttpHandlerOptions,
|
|
814
|
+
cb: (err: any, data?: CreateContactFlowModuleCommandOutput) => void
|
|
815
|
+
): void;
|
|
816
|
+
|
|
817
|
+
createHoursOfOperation(
|
|
818
|
+
args: CreateHoursOfOperationCommandInput,
|
|
819
|
+
options?: __HttpHandlerOptions
|
|
820
|
+
): Promise<CreateHoursOfOperationCommandOutput>;
|
|
821
|
+
createHoursOfOperation(
|
|
822
|
+
args: CreateHoursOfOperationCommandInput,
|
|
823
|
+
cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
|
|
824
|
+
): void;
|
|
825
|
+
createHoursOfOperation(
|
|
826
|
+
args: CreateHoursOfOperationCommandInput,
|
|
827
|
+
options: __HttpHandlerOptions,
|
|
828
|
+
cb: (err: any, data?: CreateHoursOfOperationCommandOutput) => void
|
|
829
|
+
): void;
|
|
830
|
+
|
|
831
|
+
createInstance(
|
|
832
|
+
args: CreateInstanceCommandInput,
|
|
833
|
+
options?: __HttpHandlerOptions
|
|
834
|
+
): Promise<CreateInstanceCommandOutput>;
|
|
835
|
+
createInstance(
|
|
836
|
+
args: CreateInstanceCommandInput,
|
|
837
|
+
cb: (err: any, data?: CreateInstanceCommandOutput) => void
|
|
838
|
+
): void;
|
|
839
|
+
createInstance(
|
|
840
|
+
args: CreateInstanceCommandInput,
|
|
841
|
+
options: __HttpHandlerOptions,
|
|
842
|
+
cb: (err: any, data?: CreateInstanceCommandOutput) => void
|
|
843
|
+
): void;
|
|
844
|
+
|
|
845
|
+
createIntegrationAssociation(
|
|
846
|
+
args: CreateIntegrationAssociationCommandInput,
|
|
847
|
+
options?: __HttpHandlerOptions
|
|
848
|
+
): Promise<CreateIntegrationAssociationCommandOutput>;
|
|
849
|
+
createIntegrationAssociation(
|
|
850
|
+
args: CreateIntegrationAssociationCommandInput,
|
|
851
|
+
cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
|
|
852
|
+
): void;
|
|
853
|
+
createIntegrationAssociation(
|
|
854
|
+
args: CreateIntegrationAssociationCommandInput,
|
|
855
|
+
options: __HttpHandlerOptions,
|
|
856
|
+
cb: (err: any, data?: CreateIntegrationAssociationCommandOutput) => void
|
|
857
|
+
): void;
|
|
858
|
+
|
|
859
|
+
createQueue(
|
|
860
|
+
args: CreateQueueCommandInput,
|
|
861
|
+
options?: __HttpHandlerOptions
|
|
862
|
+
): Promise<CreateQueueCommandOutput>;
|
|
863
|
+
createQueue(
|
|
864
|
+
args: CreateQueueCommandInput,
|
|
865
|
+
cb: (err: any, data?: CreateQueueCommandOutput) => void
|
|
866
|
+
): void;
|
|
867
|
+
createQueue(
|
|
868
|
+
args: CreateQueueCommandInput,
|
|
869
|
+
options: __HttpHandlerOptions,
|
|
870
|
+
cb: (err: any, data?: CreateQueueCommandOutput) => void
|
|
871
|
+
): void;
|
|
872
|
+
|
|
873
|
+
createQuickConnect(
|
|
874
|
+
args: CreateQuickConnectCommandInput,
|
|
875
|
+
options?: __HttpHandlerOptions
|
|
876
|
+
): Promise<CreateQuickConnectCommandOutput>;
|
|
877
|
+
createQuickConnect(
|
|
878
|
+
args: CreateQuickConnectCommandInput,
|
|
879
|
+
cb: (err: any, data?: CreateQuickConnectCommandOutput) => void
|
|
880
|
+
): void;
|
|
881
|
+
createQuickConnect(
|
|
882
|
+
args: CreateQuickConnectCommandInput,
|
|
883
|
+
options: __HttpHandlerOptions,
|
|
884
|
+
cb: (err: any, data?: CreateQuickConnectCommandOutput) => void
|
|
885
|
+
): void;
|
|
886
|
+
|
|
887
|
+
createRoutingProfile(
|
|
888
|
+
args: CreateRoutingProfileCommandInput,
|
|
889
|
+
options?: __HttpHandlerOptions
|
|
890
|
+
): Promise<CreateRoutingProfileCommandOutput>;
|
|
891
|
+
createRoutingProfile(
|
|
892
|
+
args: CreateRoutingProfileCommandInput,
|
|
893
|
+
cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void
|
|
894
|
+
): void;
|
|
895
|
+
createRoutingProfile(
|
|
896
|
+
args: CreateRoutingProfileCommandInput,
|
|
897
|
+
options: __HttpHandlerOptions,
|
|
898
|
+
cb: (err: any, data?: CreateRoutingProfileCommandOutput) => void
|
|
899
|
+
): void;
|
|
900
|
+
|
|
901
|
+
createSecurityProfile(
|
|
902
|
+
args: CreateSecurityProfileCommandInput,
|
|
903
|
+
options?: __HttpHandlerOptions
|
|
904
|
+
): Promise<CreateSecurityProfileCommandOutput>;
|
|
905
|
+
createSecurityProfile(
|
|
906
|
+
args: CreateSecurityProfileCommandInput,
|
|
907
|
+
cb: (err: any, data?: CreateSecurityProfileCommandOutput) => void
|
|
908
|
+
): void;
|
|
909
|
+
createSecurityProfile(
|
|
910
|
+
args: CreateSecurityProfileCommandInput,
|
|
911
|
+
options: __HttpHandlerOptions,
|
|
912
|
+
cb: (err: any, data?: CreateSecurityProfileCommandOutput) => void
|
|
913
|
+
): void;
|
|
914
|
+
|
|
915
|
+
createTaskTemplate(
|
|
916
|
+
args: CreateTaskTemplateCommandInput,
|
|
917
|
+
options?: __HttpHandlerOptions
|
|
918
|
+
): Promise<CreateTaskTemplateCommandOutput>;
|
|
919
|
+
createTaskTemplate(
|
|
920
|
+
args: CreateTaskTemplateCommandInput,
|
|
921
|
+
cb: (err: any, data?: CreateTaskTemplateCommandOutput) => void
|
|
922
|
+
): void;
|
|
923
|
+
createTaskTemplate(
|
|
924
|
+
args: CreateTaskTemplateCommandInput,
|
|
925
|
+
options: __HttpHandlerOptions,
|
|
926
|
+
cb: (err: any, data?: CreateTaskTemplateCommandOutput) => void
|
|
927
|
+
): void;
|
|
928
|
+
|
|
929
|
+
createUseCase(
|
|
930
|
+
args: CreateUseCaseCommandInput,
|
|
931
|
+
options?: __HttpHandlerOptions
|
|
932
|
+
): Promise<CreateUseCaseCommandOutput>;
|
|
933
|
+
createUseCase(
|
|
934
|
+
args: CreateUseCaseCommandInput,
|
|
935
|
+
cb: (err: any, data?: CreateUseCaseCommandOutput) => void
|
|
936
|
+
): void;
|
|
937
|
+
createUseCase(
|
|
938
|
+
args: CreateUseCaseCommandInput,
|
|
939
|
+
options: __HttpHandlerOptions,
|
|
940
|
+
cb: (err: any, data?: CreateUseCaseCommandOutput) => void
|
|
941
|
+
): void;
|
|
942
|
+
|
|
943
|
+
createUser(
|
|
944
|
+
args: CreateUserCommandInput,
|
|
945
|
+
options?: __HttpHandlerOptions
|
|
946
|
+
): Promise<CreateUserCommandOutput>;
|
|
947
|
+
createUser(
|
|
948
|
+
args: CreateUserCommandInput,
|
|
949
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
950
|
+
): void;
|
|
951
|
+
createUser(
|
|
952
|
+
args: CreateUserCommandInput,
|
|
953
|
+
options: __HttpHandlerOptions,
|
|
954
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
955
|
+
): void;
|
|
956
|
+
|
|
957
|
+
createUserHierarchyGroup(
|
|
958
|
+
args: CreateUserHierarchyGroupCommandInput,
|
|
959
|
+
options?: __HttpHandlerOptions
|
|
960
|
+
): Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
961
|
+
createUserHierarchyGroup(
|
|
962
|
+
args: CreateUserHierarchyGroupCommandInput,
|
|
963
|
+
cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
|
|
964
|
+
): void;
|
|
965
|
+
createUserHierarchyGroup(
|
|
966
|
+
args: CreateUserHierarchyGroupCommandInput,
|
|
967
|
+
options: __HttpHandlerOptions,
|
|
968
|
+
cb: (err: any, data?: CreateUserHierarchyGroupCommandOutput) => void
|
|
969
|
+
): void;
|
|
970
|
+
|
|
971
|
+
createVocabulary(
|
|
972
|
+
args: CreateVocabularyCommandInput,
|
|
973
|
+
options?: __HttpHandlerOptions
|
|
974
|
+
): Promise<CreateVocabularyCommandOutput>;
|
|
975
|
+
createVocabulary(
|
|
976
|
+
args: CreateVocabularyCommandInput,
|
|
977
|
+
cb: (err: any, data?: CreateVocabularyCommandOutput) => void
|
|
978
|
+
): void;
|
|
979
|
+
createVocabulary(
|
|
980
|
+
args: CreateVocabularyCommandInput,
|
|
981
|
+
options: __HttpHandlerOptions,
|
|
982
|
+
cb: (err: any, data?: CreateVocabularyCommandOutput) => void
|
|
983
|
+
): void;
|
|
984
|
+
|
|
985
|
+
deleteContactFlow(
|
|
986
|
+
args: DeleteContactFlowCommandInput,
|
|
987
|
+
options?: __HttpHandlerOptions
|
|
988
|
+
): Promise<DeleteContactFlowCommandOutput>;
|
|
989
|
+
deleteContactFlow(
|
|
990
|
+
args: DeleteContactFlowCommandInput,
|
|
991
|
+
cb: (err: any, data?: DeleteContactFlowCommandOutput) => void
|
|
992
|
+
): void;
|
|
993
|
+
deleteContactFlow(
|
|
994
|
+
args: DeleteContactFlowCommandInput,
|
|
995
|
+
options: __HttpHandlerOptions,
|
|
996
|
+
cb: (err: any, data?: DeleteContactFlowCommandOutput) => void
|
|
997
|
+
): void;
|
|
998
|
+
|
|
999
|
+
deleteContactFlowModule(
|
|
1000
|
+
args: DeleteContactFlowModuleCommandInput,
|
|
1001
|
+
options?: __HttpHandlerOptions
|
|
1002
|
+
): Promise<DeleteContactFlowModuleCommandOutput>;
|
|
1003
|
+
deleteContactFlowModule(
|
|
1004
|
+
args: DeleteContactFlowModuleCommandInput,
|
|
1005
|
+
cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void
|
|
1006
|
+
): void;
|
|
1007
|
+
deleteContactFlowModule(
|
|
1008
|
+
args: DeleteContactFlowModuleCommandInput,
|
|
1009
|
+
options: __HttpHandlerOptions,
|
|
1010
|
+
cb: (err: any, data?: DeleteContactFlowModuleCommandOutput) => void
|
|
1011
|
+
): void;
|
|
1012
|
+
|
|
1013
|
+
deleteHoursOfOperation(
|
|
1014
|
+
args: DeleteHoursOfOperationCommandInput,
|
|
1015
|
+
options?: __HttpHandlerOptions
|
|
1016
|
+
): Promise<DeleteHoursOfOperationCommandOutput>;
|
|
1017
|
+
deleteHoursOfOperation(
|
|
1018
|
+
args: DeleteHoursOfOperationCommandInput,
|
|
1019
|
+
cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
|
|
1020
|
+
): void;
|
|
1021
|
+
deleteHoursOfOperation(
|
|
1022
|
+
args: DeleteHoursOfOperationCommandInput,
|
|
1023
|
+
options: __HttpHandlerOptions,
|
|
1024
|
+
cb: (err: any, data?: DeleteHoursOfOperationCommandOutput) => void
|
|
1025
|
+
): void;
|
|
1026
|
+
|
|
1027
|
+
deleteInstance(
|
|
1028
|
+
args: DeleteInstanceCommandInput,
|
|
1029
|
+
options?: __HttpHandlerOptions
|
|
1030
|
+
): Promise<DeleteInstanceCommandOutput>;
|
|
1031
|
+
deleteInstance(
|
|
1032
|
+
args: DeleteInstanceCommandInput,
|
|
1033
|
+
cb: (err: any, data?: DeleteInstanceCommandOutput) => void
|
|
1034
|
+
): void;
|
|
1035
|
+
deleteInstance(
|
|
1036
|
+
args: DeleteInstanceCommandInput,
|
|
1037
|
+
options: __HttpHandlerOptions,
|
|
1038
|
+
cb: (err: any, data?: DeleteInstanceCommandOutput) => void
|
|
1039
|
+
): void;
|
|
1040
|
+
|
|
1041
|
+
deleteIntegrationAssociation(
|
|
1042
|
+
args: DeleteIntegrationAssociationCommandInput,
|
|
1043
|
+
options?: __HttpHandlerOptions
|
|
1044
|
+
): Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
1045
|
+
deleteIntegrationAssociation(
|
|
1046
|
+
args: DeleteIntegrationAssociationCommandInput,
|
|
1047
|
+
cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
|
|
1048
|
+
): void;
|
|
1049
|
+
deleteIntegrationAssociation(
|
|
1050
|
+
args: DeleteIntegrationAssociationCommandInput,
|
|
1051
|
+
options: __HttpHandlerOptions,
|
|
1052
|
+
cb: (err: any, data?: DeleteIntegrationAssociationCommandOutput) => void
|
|
1053
|
+
): void;
|
|
1054
|
+
|
|
1055
|
+
deleteQuickConnect(
|
|
1056
|
+
args: DeleteQuickConnectCommandInput,
|
|
1057
|
+
options?: __HttpHandlerOptions
|
|
1058
|
+
): Promise<DeleteQuickConnectCommandOutput>;
|
|
1059
|
+
deleteQuickConnect(
|
|
1060
|
+
args: DeleteQuickConnectCommandInput,
|
|
1061
|
+
cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void
|
|
1062
|
+
): void;
|
|
1063
|
+
deleteQuickConnect(
|
|
1064
|
+
args: DeleteQuickConnectCommandInput,
|
|
1065
|
+
options: __HttpHandlerOptions,
|
|
1066
|
+
cb: (err: any, data?: DeleteQuickConnectCommandOutput) => void
|
|
1067
|
+
): void;
|
|
1068
|
+
|
|
1069
|
+
deleteSecurityProfile(
|
|
1070
|
+
args: DeleteSecurityProfileCommandInput,
|
|
1071
|
+
options?: __HttpHandlerOptions
|
|
1072
|
+
): Promise<DeleteSecurityProfileCommandOutput>;
|
|
1073
|
+
deleteSecurityProfile(
|
|
1074
|
+
args: DeleteSecurityProfileCommandInput,
|
|
1075
|
+
cb: (err: any, data?: DeleteSecurityProfileCommandOutput) => void
|
|
1076
|
+
): void;
|
|
1077
|
+
deleteSecurityProfile(
|
|
1078
|
+
args: DeleteSecurityProfileCommandInput,
|
|
1079
|
+
options: __HttpHandlerOptions,
|
|
1080
|
+
cb: (err: any, data?: DeleteSecurityProfileCommandOutput) => void
|
|
1081
|
+
): void;
|
|
1082
|
+
|
|
1083
|
+
deleteTaskTemplate(
|
|
1084
|
+
args: DeleteTaskTemplateCommandInput,
|
|
1085
|
+
options?: __HttpHandlerOptions
|
|
1086
|
+
): Promise<DeleteTaskTemplateCommandOutput>;
|
|
1087
|
+
deleteTaskTemplate(
|
|
1088
|
+
args: DeleteTaskTemplateCommandInput,
|
|
1089
|
+
cb: (err: any, data?: DeleteTaskTemplateCommandOutput) => void
|
|
1090
|
+
): void;
|
|
1091
|
+
deleteTaskTemplate(
|
|
1092
|
+
args: DeleteTaskTemplateCommandInput,
|
|
1093
|
+
options: __HttpHandlerOptions,
|
|
1094
|
+
cb: (err: any, data?: DeleteTaskTemplateCommandOutput) => void
|
|
1095
|
+
): void;
|
|
1096
|
+
|
|
1097
|
+
deleteUseCase(
|
|
1098
|
+
args: DeleteUseCaseCommandInput,
|
|
1099
|
+
options?: __HttpHandlerOptions
|
|
1100
|
+
): Promise<DeleteUseCaseCommandOutput>;
|
|
1101
|
+
deleteUseCase(
|
|
1102
|
+
args: DeleteUseCaseCommandInput,
|
|
1103
|
+
cb: (err: any, data?: DeleteUseCaseCommandOutput) => void
|
|
1104
|
+
): void;
|
|
1105
|
+
deleteUseCase(
|
|
1106
|
+
args: DeleteUseCaseCommandInput,
|
|
1107
|
+
options: __HttpHandlerOptions,
|
|
1108
|
+
cb: (err: any, data?: DeleteUseCaseCommandOutput) => void
|
|
1109
|
+
): void;
|
|
1110
|
+
|
|
1111
|
+
deleteUser(
|
|
1112
|
+
args: DeleteUserCommandInput,
|
|
1113
|
+
options?: __HttpHandlerOptions
|
|
1114
|
+
): Promise<DeleteUserCommandOutput>;
|
|
1115
|
+
deleteUser(
|
|
1116
|
+
args: DeleteUserCommandInput,
|
|
1117
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
1118
|
+
): void;
|
|
1119
|
+
deleteUser(
|
|
1120
|
+
args: DeleteUserCommandInput,
|
|
1121
|
+
options: __HttpHandlerOptions,
|
|
1122
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
1123
|
+
): void;
|
|
1124
|
+
|
|
1125
|
+
deleteUserHierarchyGroup(
|
|
1126
|
+
args: DeleteUserHierarchyGroupCommandInput,
|
|
1127
|
+
options?: __HttpHandlerOptions
|
|
1128
|
+
): Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
1129
|
+
deleteUserHierarchyGroup(
|
|
1130
|
+
args: DeleteUserHierarchyGroupCommandInput,
|
|
1131
|
+
cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
|
|
1132
|
+
): void;
|
|
1133
|
+
deleteUserHierarchyGroup(
|
|
1134
|
+
args: DeleteUserHierarchyGroupCommandInput,
|
|
1135
|
+
options: __HttpHandlerOptions,
|
|
1136
|
+
cb: (err: any, data?: DeleteUserHierarchyGroupCommandOutput) => void
|
|
1137
|
+
): void;
|
|
1138
|
+
|
|
1139
|
+
deleteVocabulary(
|
|
1140
|
+
args: DeleteVocabularyCommandInput,
|
|
1141
|
+
options?: __HttpHandlerOptions
|
|
1142
|
+
): Promise<DeleteVocabularyCommandOutput>;
|
|
1143
|
+
deleteVocabulary(
|
|
1144
|
+
args: DeleteVocabularyCommandInput,
|
|
1145
|
+
cb: (err: any, data?: DeleteVocabularyCommandOutput) => void
|
|
1146
|
+
): void;
|
|
1147
|
+
deleteVocabulary(
|
|
1148
|
+
args: DeleteVocabularyCommandInput,
|
|
1149
|
+
options: __HttpHandlerOptions,
|
|
1150
|
+
cb: (err: any, data?: DeleteVocabularyCommandOutput) => void
|
|
1151
|
+
): void;
|
|
1152
|
+
|
|
1153
|
+
describeAgentStatus(
|
|
1154
|
+
args: DescribeAgentStatusCommandInput,
|
|
1155
|
+
options?: __HttpHandlerOptions
|
|
1156
|
+
): Promise<DescribeAgentStatusCommandOutput>;
|
|
1157
|
+
describeAgentStatus(
|
|
1158
|
+
args: DescribeAgentStatusCommandInput,
|
|
1159
|
+
cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
|
|
1160
|
+
): void;
|
|
1161
|
+
describeAgentStatus(
|
|
1162
|
+
args: DescribeAgentStatusCommandInput,
|
|
1163
|
+
options: __HttpHandlerOptions,
|
|
1164
|
+
cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
|
|
1165
|
+
): void;
|
|
1166
|
+
|
|
1167
|
+
describeContact(
|
|
1168
|
+
args: DescribeContactCommandInput,
|
|
1169
|
+
options?: __HttpHandlerOptions
|
|
1170
|
+
): Promise<DescribeContactCommandOutput>;
|
|
1171
|
+
describeContact(
|
|
1172
|
+
args: DescribeContactCommandInput,
|
|
1173
|
+
cb: (err: any, data?: DescribeContactCommandOutput) => void
|
|
1174
|
+
): void;
|
|
1175
|
+
describeContact(
|
|
1176
|
+
args: DescribeContactCommandInput,
|
|
1177
|
+
options: __HttpHandlerOptions,
|
|
1178
|
+
cb: (err: any, data?: DescribeContactCommandOutput) => void
|
|
1179
|
+
): void;
|
|
1180
|
+
|
|
1181
|
+
describeContactFlow(
|
|
1182
|
+
args: DescribeContactFlowCommandInput,
|
|
1183
|
+
options?: __HttpHandlerOptions
|
|
1184
|
+
): Promise<DescribeContactFlowCommandOutput>;
|
|
1185
|
+
describeContactFlow(
|
|
1186
|
+
args: DescribeContactFlowCommandInput,
|
|
1187
|
+
cb: (err: any, data?: DescribeContactFlowCommandOutput) => void
|
|
1188
|
+
): void;
|
|
1189
|
+
describeContactFlow(
|
|
1190
|
+
args: DescribeContactFlowCommandInput,
|
|
1191
|
+
options: __HttpHandlerOptions,
|
|
1192
|
+
cb: (err: any, data?: DescribeContactFlowCommandOutput) => void
|
|
1193
|
+
): void;
|
|
1194
|
+
|
|
1195
|
+
describeContactFlowModule(
|
|
1196
|
+
args: DescribeContactFlowModuleCommandInput,
|
|
1197
|
+
options?: __HttpHandlerOptions
|
|
1198
|
+
): Promise<DescribeContactFlowModuleCommandOutput>;
|
|
1199
|
+
describeContactFlowModule(
|
|
1200
|
+
args: DescribeContactFlowModuleCommandInput,
|
|
1201
|
+
cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void
|
|
1202
|
+
): void;
|
|
1203
|
+
describeContactFlowModule(
|
|
1204
|
+
args: DescribeContactFlowModuleCommandInput,
|
|
1205
|
+
options: __HttpHandlerOptions,
|
|
1206
|
+
cb: (err: any, data?: DescribeContactFlowModuleCommandOutput) => void
|
|
1207
|
+
): void;
|
|
1208
|
+
|
|
1209
|
+
describeHoursOfOperation(
|
|
1210
|
+
args: DescribeHoursOfOperationCommandInput,
|
|
1211
|
+
options?: __HttpHandlerOptions
|
|
1212
|
+
): Promise<DescribeHoursOfOperationCommandOutput>;
|
|
1213
|
+
describeHoursOfOperation(
|
|
1214
|
+
args: DescribeHoursOfOperationCommandInput,
|
|
1215
|
+
cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
|
|
1216
|
+
): void;
|
|
1217
|
+
describeHoursOfOperation(
|
|
1218
|
+
args: DescribeHoursOfOperationCommandInput,
|
|
1219
|
+
options: __HttpHandlerOptions,
|
|
1220
|
+
cb: (err: any, data?: DescribeHoursOfOperationCommandOutput) => void
|
|
1221
|
+
): void;
|
|
1222
|
+
|
|
1223
|
+
describeInstance(
|
|
1224
|
+
args: DescribeInstanceCommandInput,
|
|
1225
|
+
options?: __HttpHandlerOptions
|
|
1226
|
+
): Promise<DescribeInstanceCommandOutput>;
|
|
1227
|
+
describeInstance(
|
|
1228
|
+
args: DescribeInstanceCommandInput,
|
|
1229
|
+
cb: (err: any, data?: DescribeInstanceCommandOutput) => void
|
|
1230
|
+
): void;
|
|
1231
|
+
describeInstance(
|
|
1232
|
+
args: DescribeInstanceCommandInput,
|
|
1233
|
+
options: __HttpHandlerOptions,
|
|
1234
|
+
cb: (err: any, data?: DescribeInstanceCommandOutput) => void
|
|
1235
|
+
): void;
|
|
1236
|
+
|
|
1237
|
+
describeInstanceAttribute(
|
|
1238
|
+
args: DescribeInstanceAttributeCommandInput,
|
|
1239
|
+
options?: __HttpHandlerOptions
|
|
1240
|
+
): Promise<DescribeInstanceAttributeCommandOutput>;
|
|
1241
|
+
describeInstanceAttribute(
|
|
1242
|
+
args: DescribeInstanceAttributeCommandInput,
|
|
1243
|
+
cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
|
|
1244
|
+
): void;
|
|
1245
|
+
describeInstanceAttribute(
|
|
1246
|
+
args: DescribeInstanceAttributeCommandInput,
|
|
1247
|
+
options: __HttpHandlerOptions,
|
|
1248
|
+
cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
|
|
1249
|
+
): void;
|
|
1250
|
+
|
|
1251
|
+
describeInstanceStorageConfig(
|
|
1252
|
+
args: DescribeInstanceStorageConfigCommandInput,
|
|
1253
|
+
options?: __HttpHandlerOptions
|
|
1254
|
+
): Promise<DescribeInstanceStorageConfigCommandOutput>;
|
|
1255
|
+
describeInstanceStorageConfig(
|
|
1256
|
+
args: DescribeInstanceStorageConfigCommandInput,
|
|
1257
|
+
cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
|
|
1258
|
+
): void;
|
|
1259
|
+
describeInstanceStorageConfig(
|
|
1260
|
+
args: DescribeInstanceStorageConfigCommandInput,
|
|
1261
|
+
options: __HttpHandlerOptions,
|
|
1262
|
+
cb: (err: any, data?: DescribeInstanceStorageConfigCommandOutput) => void
|
|
1263
|
+
): void;
|
|
1264
|
+
|
|
1265
|
+
describePhoneNumber(
|
|
1266
|
+
args: DescribePhoneNumberCommandInput,
|
|
1267
|
+
options?: __HttpHandlerOptions
|
|
1268
|
+
): Promise<DescribePhoneNumberCommandOutput>;
|
|
1269
|
+
describePhoneNumber(
|
|
1270
|
+
args: DescribePhoneNumberCommandInput,
|
|
1271
|
+
cb: (err: any, data?: DescribePhoneNumberCommandOutput) => void
|
|
1272
|
+
): void;
|
|
1273
|
+
describePhoneNumber(
|
|
1274
|
+
args: DescribePhoneNumberCommandInput,
|
|
1275
|
+
options: __HttpHandlerOptions,
|
|
1276
|
+
cb: (err: any, data?: DescribePhoneNumberCommandOutput) => void
|
|
1277
|
+
): void;
|
|
1278
|
+
|
|
1279
|
+
describeQueue(
|
|
1280
|
+
args: DescribeQueueCommandInput,
|
|
1281
|
+
options?: __HttpHandlerOptions
|
|
1282
|
+
): Promise<DescribeQueueCommandOutput>;
|
|
1283
|
+
describeQueue(
|
|
1284
|
+
args: DescribeQueueCommandInput,
|
|
1285
|
+
cb: (err: any, data?: DescribeQueueCommandOutput) => void
|
|
1286
|
+
): void;
|
|
1287
|
+
describeQueue(
|
|
1288
|
+
args: DescribeQueueCommandInput,
|
|
1289
|
+
options: __HttpHandlerOptions,
|
|
1290
|
+
cb: (err: any, data?: DescribeQueueCommandOutput) => void
|
|
1291
|
+
): void;
|
|
1292
|
+
|
|
1293
|
+
describeQuickConnect(
|
|
1294
|
+
args: DescribeQuickConnectCommandInput,
|
|
1295
|
+
options?: __HttpHandlerOptions
|
|
1296
|
+
): Promise<DescribeQuickConnectCommandOutput>;
|
|
1297
|
+
describeQuickConnect(
|
|
1298
|
+
args: DescribeQuickConnectCommandInput,
|
|
1299
|
+
cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void
|
|
1300
|
+
): void;
|
|
1301
|
+
describeQuickConnect(
|
|
1302
|
+
args: DescribeQuickConnectCommandInput,
|
|
1303
|
+
options: __HttpHandlerOptions,
|
|
1304
|
+
cb: (err: any, data?: DescribeQuickConnectCommandOutput) => void
|
|
1305
|
+
): void;
|
|
1306
|
+
|
|
1307
|
+
describeRoutingProfile(
|
|
1308
|
+
args: DescribeRoutingProfileCommandInput,
|
|
1309
|
+
options?: __HttpHandlerOptions
|
|
1310
|
+
): Promise<DescribeRoutingProfileCommandOutput>;
|
|
1311
|
+
describeRoutingProfile(
|
|
1312
|
+
args: DescribeRoutingProfileCommandInput,
|
|
1313
|
+
cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
|
|
1314
|
+
): void;
|
|
1315
|
+
describeRoutingProfile(
|
|
1316
|
+
args: DescribeRoutingProfileCommandInput,
|
|
1317
|
+
options: __HttpHandlerOptions,
|
|
1318
|
+
cb: (err: any, data?: DescribeRoutingProfileCommandOutput) => void
|
|
1319
|
+
): void;
|
|
1320
|
+
|
|
1321
|
+
describeSecurityProfile(
|
|
1322
|
+
args: DescribeSecurityProfileCommandInput,
|
|
1323
|
+
options?: __HttpHandlerOptions
|
|
1324
|
+
): Promise<DescribeSecurityProfileCommandOutput>;
|
|
1325
|
+
describeSecurityProfile(
|
|
1326
|
+
args: DescribeSecurityProfileCommandInput,
|
|
1327
|
+
cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void
|
|
1328
|
+
): void;
|
|
1329
|
+
describeSecurityProfile(
|
|
1330
|
+
args: DescribeSecurityProfileCommandInput,
|
|
1331
|
+
options: __HttpHandlerOptions,
|
|
1332
|
+
cb: (err: any, data?: DescribeSecurityProfileCommandOutput) => void
|
|
1333
|
+
): void;
|
|
1334
|
+
|
|
1335
|
+
describeUser(
|
|
1336
|
+
args: DescribeUserCommandInput,
|
|
1337
|
+
options?: __HttpHandlerOptions
|
|
1338
|
+
): Promise<DescribeUserCommandOutput>;
|
|
1339
|
+
describeUser(
|
|
1340
|
+
args: DescribeUserCommandInput,
|
|
1341
|
+
cb: (err: any, data?: DescribeUserCommandOutput) => void
|
|
1342
|
+
): void;
|
|
1343
|
+
describeUser(
|
|
1344
|
+
args: DescribeUserCommandInput,
|
|
1345
|
+
options: __HttpHandlerOptions,
|
|
1346
|
+
cb: (err: any, data?: DescribeUserCommandOutput) => void
|
|
1347
|
+
): void;
|
|
1348
|
+
|
|
1349
|
+
describeUserHierarchyGroup(
|
|
1350
|
+
args: DescribeUserHierarchyGroupCommandInput,
|
|
1351
|
+
options?: __HttpHandlerOptions
|
|
1352
|
+
): Promise<DescribeUserHierarchyGroupCommandOutput>;
|
|
1353
|
+
describeUserHierarchyGroup(
|
|
1354
|
+
args: DescribeUserHierarchyGroupCommandInput,
|
|
1355
|
+
cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
|
|
1356
|
+
): void;
|
|
1357
|
+
describeUserHierarchyGroup(
|
|
1358
|
+
args: DescribeUserHierarchyGroupCommandInput,
|
|
1359
|
+
options: __HttpHandlerOptions,
|
|
1360
|
+
cb: (err: any, data?: DescribeUserHierarchyGroupCommandOutput) => void
|
|
1361
|
+
): void;
|
|
1362
|
+
|
|
1363
|
+
describeUserHierarchyStructure(
|
|
1364
|
+
args: DescribeUserHierarchyStructureCommandInput,
|
|
1365
|
+
options?: __HttpHandlerOptions
|
|
1366
|
+
): Promise<DescribeUserHierarchyStructureCommandOutput>;
|
|
1367
|
+
describeUserHierarchyStructure(
|
|
1368
|
+
args: DescribeUserHierarchyStructureCommandInput,
|
|
1369
|
+
cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
|
|
1370
|
+
): void;
|
|
1371
|
+
describeUserHierarchyStructure(
|
|
1372
|
+
args: DescribeUserHierarchyStructureCommandInput,
|
|
1373
|
+
options: __HttpHandlerOptions,
|
|
1374
|
+
cb: (err: any, data?: DescribeUserHierarchyStructureCommandOutput) => void
|
|
1375
|
+
): void;
|
|
1376
|
+
|
|
1377
|
+
describeVocabulary(
|
|
1378
|
+
args: DescribeVocabularyCommandInput,
|
|
1379
|
+
options?: __HttpHandlerOptions
|
|
1380
|
+
): Promise<DescribeVocabularyCommandOutput>;
|
|
1381
|
+
describeVocabulary(
|
|
1382
|
+
args: DescribeVocabularyCommandInput,
|
|
1383
|
+
cb: (err: any, data?: DescribeVocabularyCommandOutput) => void
|
|
1384
|
+
): void;
|
|
1385
|
+
describeVocabulary(
|
|
1386
|
+
args: DescribeVocabularyCommandInput,
|
|
1387
|
+
options: __HttpHandlerOptions,
|
|
1388
|
+
cb: (err: any, data?: DescribeVocabularyCommandOutput) => void
|
|
1389
|
+
): void;
|
|
1390
|
+
|
|
1391
|
+
disassociateApprovedOrigin(
|
|
1392
|
+
args: DisassociateApprovedOriginCommandInput,
|
|
1393
|
+
options?: __HttpHandlerOptions
|
|
1394
|
+
): Promise<DisassociateApprovedOriginCommandOutput>;
|
|
1395
|
+
disassociateApprovedOrigin(
|
|
1396
|
+
args: DisassociateApprovedOriginCommandInput,
|
|
1397
|
+
cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
|
|
1398
|
+
): void;
|
|
1399
|
+
disassociateApprovedOrigin(
|
|
1400
|
+
args: DisassociateApprovedOriginCommandInput,
|
|
1401
|
+
options: __HttpHandlerOptions,
|
|
1402
|
+
cb: (err: any, data?: DisassociateApprovedOriginCommandOutput) => void
|
|
1403
|
+
): void;
|
|
1404
|
+
|
|
1405
|
+
disassociateBot(
|
|
1406
|
+
args: DisassociateBotCommandInput,
|
|
1407
|
+
options?: __HttpHandlerOptions
|
|
1408
|
+
): Promise<DisassociateBotCommandOutput>;
|
|
1409
|
+
disassociateBot(
|
|
1410
|
+
args: DisassociateBotCommandInput,
|
|
1411
|
+
cb: (err: any, data?: DisassociateBotCommandOutput) => void
|
|
1412
|
+
): void;
|
|
1413
|
+
disassociateBot(
|
|
1414
|
+
args: DisassociateBotCommandInput,
|
|
1415
|
+
options: __HttpHandlerOptions,
|
|
1416
|
+
cb: (err: any, data?: DisassociateBotCommandOutput) => void
|
|
1417
|
+
): void;
|
|
1418
|
+
|
|
1419
|
+
disassociateInstanceStorageConfig(
|
|
1420
|
+
args: DisassociateInstanceStorageConfigCommandInput,
|
|
1421
|
+
options?: __HttpHandlerOptions
|
|
1422
|
+
): Promise<DisassociateInstanceStorageConfigCommandOutput>;
|
|
1423
|
+
disassociateInstanceStorageConfig(
|
|
1424
|
+
args: DisassociateInstanceStorageConfigCommandInput,
|
|
1425
|
+
cb: (
|
|
1426
|
+
err: any,
|
|
1427
|
+
data?: DisassociateInstanceStorageConfigCommandOutput
|
|
1428
|
+
) => void
|
|
1429
|
+
): void;
|
|
1430
|
+
disassociateInstanceStorageConfig(
|
|
1431
|
+
args: DisassociateInstanceStorageConfigCommandInput,
|
|
1432
|
+
options: __HttpHandlerOptions,
|
|
1433
|
+
cb: (
|
|
1434
|
+
err: any,
|
|
1435
|
+
data?: DisassociateInstanceStorageConfigCommandOutput
|
|
1436
|
+
) => void
|
|
1437
|
+
): void;
|
|
1438
|
+
|
|
1439
|
+
disassociateLambdaFunction(
|
|
1440
|
+
args: DisassociateLambdaFunctionCommandInput,
|
|
1441
|
+
options?: __HttpHandlerOptions
|
|
1442
|
+
): Promise<DisassociateLambdaFunctionCommandOutput>;
|
|
1443
|
+
disassociateLambdaFunction(
|
|
1444
|
+
args: DisassociateLambdaFunctionCommandInput,
|
|
1445
|
+
cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
|
|
1446
|
+
): void;
|
|
1447
|
+
disassociateLambdaFunction(
|
|
1448
|
+
args: DisassociateLambdaFunctionCommandInput,
|
|
1449
|
+
options: __HttpHandlerOptions,
|
|
1450
|
+
cb: (err: any, data?: DisassociateLambdaFunctionCommandOutput) => void
|
|
1451
|
+
): void;
|
|
1452
|
+
|
|
1453
|
+
disassociateLexBot(
|
|
1454
|
+
args: DisassociateLexBotCommandInput,
|
|
1455
|
+
options?: __HttpHandlerOptions
|
|
1456
|
+
): Promise<DisassociateLexBotCommandOutput>;
|
|
1457
|
+
disassociateLexBot(
|
|
1458
|
+
args: DisassociateLexBotCommandInput,
|
|
1459
|
+
cb: (err: any, data?: DisassociateLexBotCommandOutput) => void
|
|
1460
|
+
): void;
|
|
1461
|
+
disassociateLexBot(
|
|
1462
|
+
args: DisassociateLexBotCommandInput,
|
|
1463
|
+
options: __HttpHandlerOptions,
|
|
1464
|
+
cb: (err: any, data?: DisassociateLexBotCommandOutput) => void
|
|
1465
|
+
): void;
|
|
1466
|
+
|
|
1467
|
+
disassociatePhoneNumberContactFlow(
|
|
1468
|
+
args: DisassociatePhoneNumberContactFlowCommandInput,
|
|
1469
|
+
options?: __HttpHandlerOptions
|
|
1470
|
+
): Promise<DisassociatePhoneNumberContactFlowCommandOutput>;
|
|
1471
|
+
disassociatePhoneNumberContactFlow(
|
|
1472
|
+
args: DisassociatePhoneNumberContactFlowCommandInput,
|
|
1473
|
+
cb: (
|
|
1474
|
+
err: any,
|
|
1475
|
+
data?: DisassociatePhoneNumberContactFlowCommandOutput
|
|
1476
|
+
) => void
|
|
1477
|
+
): void;
|
|
1478
|
+
disassociatePhoneNumberContactFlow(
|
|
1479
|
+
args: DisassociatePhoneNumberContactFlowCommandInput,
|
|
1480
|
+
options: __HttpHandlerOptions,
|
|
1481
|
+
cb: (
|
|
1482
|
+
err: any,
|
|
1483
|
+
data?: DisassociatePhoneNumberContactFlowCommandOutput
|
|
1484
|
+
) => void
|
|
1485
|
+
): void;
|
|
1486
|
+
|
|
1487
|
+
disassociateQueueQuickConnects(
|
|
1488
|
+
args: DisassociateQueueQuickConnectsCommandInput,
|
|
1489
|
+
options?: __HttpHandlerOptions
|
|
1490
|
+
): Promise<DisassociateQueueQuickConnectsCommandOutput>;
|
|
1491
|
+
disassociateQueueQuickConnects(
|
|
1492
|
+
args: DisassociateQueueQuickConnectsCommandInput,
|
|
1493
|
+
cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
|
|
1494
|
+
): void;
|
|
1495
|
+
disassociateQueueQuickConnects(
|
|
1496
|
+
args: DisassociateQueueQuickConnectsCommandInput,
|
|
1497
|
+
options: __HttpHandlerOptions,
|
|
1498
|
+
cb: (err: any, data?: DisassociateQueueQuickConnectsCommandOutput) => void
|
|
1499
|
+
): void;
|
|
1500
|
+
|
|
1501
|
+
disassociateRoutingProfileQueues(
|
|
1502
|
+
args: DisassociateRoutingProfileQueuesCommandInput,
|
|
1503
|
+
options?: __HttpHandlerOptions
|
|
1504
|
+
): Promise<DisassociateRoutingProfileQueuesCommandOutput>;
|
|
1505
|
+
disassociateRoutingProfileQueues(
|
|
1506
|
+
args: DisassociateRoutingProfileQueuesCommandInput,
|
|
1507
|
+
cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
|
|
1508
|
+
): void;
|
|
1509
|
+
disassociateRoutingProfileQueues(
|
|
1510
|
+
args: DisassociateRoutingProfileQueuesCommandInput,
|
|
1511
|
+
options: __HttpHandlerOptions,
|
|
1512
|
+
cb: (err: any, data?: DisassociateRoutingProfileQueuesCommandOutput) => void
|
|
1513
|
+
): void;
|
|
1514
|
+
|
|
1515
|
+
disassociateSecurityKey(
|
|
1516
|
+
args: DisassociateSecurityKeyCommandInput,
|
|
1517
|
+
options?: __HttpHandlerOptions
|
|
1518
|
+
): Promise<DisassociateSecurityKeyCommandOutput>;
|
|
1519
|
+
disassociateSecurityKey(
|
|
1520
|
+
args: DisassociateSecurityKeyCommandInput,
|
|
1521
|
+
cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
|
|
1522
|
+
): void;
|
|
1523
|
+
disassociateSecurityKey(
|
|
1524
|
+
args: DisassociateSecurityKeyCommandInput,
|
|
1525
|
+
options: __HttpHandlerOptions,
|
|
1526
|
+
cb: (err: any, data?: DisassociateSecurityKeyCommandOutput) => void
|
|
1527
|
+
): void;
|
|
1528
|
+
|
|
1529
|
+
getContactAttributes(
|
|
1530
|
+
args: GetContactAttributesCommandInput,
|
|
1531
|
+
options?: __HttpHandlerOptions
|
|
1532
|
+
): Promise<GetContactAttributesCommandOutput>;
|
|
1533
|
+
getContactAttributes(
|
|
1534
|
+
args: GetContactAttributesCommandInput,
|
|
1535
|
+
cb: (err: any, data?: GetContactAttributesCommandOutput) => void
|
|
1536
|
+
): void;
|
|
1537
|
+
getContactAttributes(
|
|
1538
|
+
args: GetContactAttributesCommandInput,
|
|
1539
|
+
options: __HttpHandlerOptions,
|
|
1540
|
+
cb: (err: any, data?: GetContactAttributesCommandOutput) => void
|
|
1541
|
+
): void;
|
|
1542
|
+
|
|
1543
|
+
getCurrentMetricData(
|
|
1544
|
+
args: GetCurrentMetricDataCommandInput,
|
|
1545
|
+
options?: __HttpHandlerOptions
|
|
1546
|
+
): Promise<GetCurrentMetricDataCommandOutput>;
|
|
1547
|
+
getCurrentMetricData(
|
|
1548
|
+
args: GetCurrentMetricDataCommandInput,
|
|
1549
|
+
cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
|
|
1550
|
+
): void;
|
|
1551
|
+
getCurrentMetricData(
|
|
1552
|
+
args: GetCurrentMetricDataCommandInput,
|
|
1553
|
+
options: __HttpHandlerOptions,
|
|
1554
|
+
cb: (err: any, data?: GetCurrentMetricDataCommandOutput) => void
|
|
1555
|
+
): void;
|
|
1556
|
+
|
|
1557
|
+
getCurrentUserData(
|
|
1558
|
+
args: GetCurrentUserDataCommandInput,
|
|
1559
|
+
options?: __HttpHandlerOptions
|
|
1560
|
+
): Promise<GetCurrentUserDataCommandOutput>;
|
|
1561
|
+
getCurrentUserData(
|
|
1562
|
+
args: GetCurrentUserDataCommandInput,
|
|
1563
|
+
cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void
|
|
1564
|
+
): void;
|
|
1565
|
+
getCurrentUserData(
|
|
1566
|
+
args: GetCurrentUserDataCommandInput,
|
|
1567
|
+
options: __HttpHandlerOptions,
|
|
1568
|
+
cb: (err: any, data?: GetCurrentUserDataCommandOutput) => void
|
|
1569
|
+
): void;
|
|
1570
|
+
|
|
1571
|
+
getFederationToken(
|
|
1572
|
+
args: GetFederationTokenCommandInput,
|
|
1573
|
+
options?: __HttpHandlerOptions
|
|
1574
|
+
): Promise<GetFederationTokenCommandOutput>;
|
|
1575
|
+
getFederationToken(
|
|
1576
|
+
args: GetFederationTokenCommandInput,
|
|
1577
|
+
cb: (err: any, data?: GetFederationTokenCommandOutput) => void
|
|
1578
|
+
): void;
|
|
1579
|
+
getFederationToken(
|
|
1580
|
+
args: GetFederationTokenCommandInput,
|
|
1581
|
+
options: __HttpHandlerOptions,
|
|
1582
|
+
cb: (err: any, data?: GetFederationTokenCommandOutput) => void
|
|
1583
|
+
): void;
|
|
1584
|
+
|
|
1585
|
+
getMetricData(
|
|
1586
|
+
args: GetMetricDataCommandInput,
|
|
1587
|
+
options?: __HttpHandlerOptions
|
|
1588
|
+
): Promise<GetMetricDataCommandOutput>;
|
|
1589
|
+
getMetricData(
|
|
1590
|
+
args: GetMetricDataCommandInput,
|
|
1591
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
1592
|
+
): void;
|
|
1593
|
+
getMetricData(
|
|
1594
|
+
args: GetMetricDataCommandInput,
|
|
1595
|
+
options: __HttpHandlerOptions,
|
|
1596
|
+
cb: (err: any, data?: GetMetricDataCommandOutput) => void
|
|
1597
|
+
): void;
|
|
1598
|
+
|
|
1599
|
+
getTaskTemplate(
|
|
1600
|
+
args: GetTaskTemplateCommandInput,
|
|
1601
|
+
options?: __HttpHandlerOptions
|
|
1602
|
+
): Promise<GetTaskTemplateCommandOutput>;
|
|
1603
|
+
getTaskTemplate(
|
|
1604
|
+
args: GetTaskTemplateCommandInput,
|
|
1605
|
+
cb: (err: any, data?: GetTaskTemplateCommandOutput) => void
|
|
1606
|
+
): void;
|
|
1607
|
+
getTaskTemplate(
|
|
1608
|
+
args: GetTaskTemplateCommandInput,
|
|
1609
|
+
options: __HttpHandlerOptions,
|
|
1610
|
+
cb: (err: any, data?: GetTaskTemplateCommandOutput) => void
|
|
1611
|
+
): void;
|
|
1612
|
+
|
|
1613
|
+
listAgentStatuses(
|
|
1614
|
+
args: ListAgentStatusesCommandInput,
|
|
1615
|
+
options?: __HttpHandlerOptions
|
|
1616
|
+
): Promise<ListAgentStatusesCommandOutput>;
|
|
1617
|
+
listAgentStatuses(
|
|
1618
|
+
args: ListAgentStatusesCommandInput,
|
|
1619
|
+
cb: (err: any, data?: ListAgentStatusesCommandOutput) => void
|
|
1620
|
+
): void;
|
|
1621
|
+
listAgentStatuses(
|
|
1622
|
+
args: ListAgentStatusesCommandInput,
|
|
1623
|
+
options: __HttpHandlerOptions,
|
|
1624
|
+
cb: (err: any, data?: ListAgentStatusesCommandOutput) => void
|
|
1625
|
+
): void;
|
|
1626
|
+
|
|
1627
|
+
listApprovedOrigins(
|
|
1628
|
+
args: ListApprovedOriginsCommandInput,
|
|
1629
|
+
options?: __HttpHandlerOptions
|
|
1630
|
+
): Promise<ListApprovedOriginsCommandOutput>;
|
|
1631
|
+
listApprovedOrigins(
|
|
1632
|
+
args: ListApprovedOriginsCommandInput,
|
|
1633
|
+
cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void
|
|
1634
|
+
): void;
|
|
1635
|
+
listApprovedOrigins(
|
|
1636
|
+
args: ListApprovedOriginsCommandInput,
|
|
1637
|
+
options: __HttpHandlerOptions,
|
|
1638
|
+
cb: (err: any, data?: ListApprovedOriginsCommandOutput) => void
|
|
1639
|
+
): void;
|
|
1640
|
+
|
|
1641
|
+
listBots(
|
|
1642
|
+
args: ListBotsCommandInput,
|
|
1643
|
+
options?: __HttpHandlerOptions
|
|
1644
|
+
): Promise<ListBotsCommandOutput>;
|
|
1645
|
+
listBots(
|
|
1646
|
+
args: ListBotsCommandInput,
|
|
1647
|
+
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
1648
|
+
): void;
|
|
1649
|
+
listBots(
|
|
1650
|
+
args: ListBotsCommandInput,
|
|
1651
|
+
options: __HttpHandlerOptions,
|
|
1652
|
+
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
1653
|
+
): void;
|
|
1654
|
+
|
|
1655
|
+
listContactFlowModules(
|
|
1656
|
+
args: ListContactFlowModulesCommandInput,
|
|
1657
|
+
options?: __HttpHandlerOptions
|
|
1658
|
+
): Promise<ListContactFlowModulesCommandOutput>;
|
|
1659
|
+
listContactFlowModules(
|
|
1660
|
+
args: ListContactFlowModulesCommandInput,
|
|
1661
|
+
cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void
|
|
1662
|
+
): void;
|
|
1663
|
+
listContactFlowModules(
|
|
1664
|
+
args: ListContactFlowModulesCommandInput,
|
|
1665
|
+
options: __HttpHandlerOptions,
|
|
1666
|
+
cb: (err: any, data?: ListContactFlowModulesCommandOutput) => void
|
|
1667
|
+
): void;
|
|
1668
|
+
|
|
1669
|
+
listContactFlows(
|
|
1670
|
+
args: ListContactFlowsCommandInput,
|
|
1671
|
+
options?: __HttpHandlerOptions
|
|
1672
|
+
): Promise<ListContactFlowsCommandOutput>;
|
|
1673
|
+
listContactFlows(
|
|
1674
|
+
args: ListContactFlowsCommandInput,
|
|
1675
|
+
cb: (err: any, data?: ListContactFlowsCommandOutput) => void
|
|
1676
|
+
): void;
|
|
1677
|
+
listContactFlows(
|
|
1678
|
+
args: ListContactFlowsCommandInput,
|
|
1679
|
+
options: __HttpHandlerOptions,
|
|
1680
|
+
cb: (err: any, data?: ListContactFlowsCommandOutput) => void
|
|
1681
|
+
): void;
|
|
1682
|
+
|
|
1683
|
+
listContactReferences(
|
|
1684
|
+
args: ListContactReferencesCommandInput,
|
|
1685
|
+
options?: __HttpHandlerOptions
|
|
1686
|
+
): Promise<ListContactReferencesCommandOutput>;
|
|
1687
|
+
listContactReferences(
|
|
1688
|
+
args: ListContactReferencesCommandInput,
|
|
1689
|
+
cb: (err: any, data?: ListContactReferencesCommandOutput) => void
|
|
1690
|
+
): void;
|
|
1691
|
+
listContactReferences(
|
|
1692
|
+
args: ListContactReferencesCommandInput,
|
|
1693
|
+
options: __HttpHandlerOptions,
|
|
1694
|
+
cb: (err: any, data?: ListContactReferencesCommandOutput) => void
|
|
1695
|
+
): void;
|
|
1696
|
+
|
|
1697
|
+
listDefaultVocabularies(
|
|
1698
|
+
args: ListDefaultVocabulariesCommandInput,
|
|
1699
|
+
options?: __HttpHandlerOptions
|
|
1700
|
+
): Promise<ListDefaultVocabulariesCommandOutput>;
|
|
1701
|
+
listDefaultVocabularies(
|
|
1702
|
+
args: ListDefaultVocabulariesCommandInput,
|
|
1703
|
+
cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void
|
|
1704
|
+
): void;
|
|
1705
|
+
listDefaultVocabularies(
|
|
1706
|
+
args: ListDefaultVocabulariesCommandInput,
|
|
1707
|
+
options: __HttpHandlerOptions,
|
|
1708
|
+
cb: (err: any, data?: ListDefaultVocabulariesCommandOutput) => void
|
|
1709
|
+
): void;
|
|
1710
|
+
|
|
1711
|
+
listHoursOfOperations(
|
|
1712
|
+
args: ListHoursOfOperationsCommandInput,
|
|
1713
|
+
options?: __HttpHandlerOptions
|
|
1714
|
+
): Promise<ListHoursOfOperationsCommandOutput>;
|
|
1715
|
+
listHoursOfOperations(
|
|
1716
|
+
args: ListHoursOfOperationsCommandInput,
|
|
1717
|
+
cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
|
|
1718
|
+
): void;
|
|
1719
|
+
listHoursOfOperations(
|
|
1720
|
+
args: ListHoursOfOperationsCommandInput,
|
|
1721
|
+
options: __HttpHandlerOptions,
|
|
1722
|
+
cb: (err: any, data?: ListHoursOfOperationsCommandOutput) => void
|
|
1723
|
+
): void;
|
|
1724
|
+
|
|
1725
|
+
listInstanceAttributes(
|
|
1726
|
+
args: ListInstanceAttributesCommandInput,
|
|
1727
|
+
options?: __HttpHandlerOptions
|
|
1728
|
+
): Promise<ListInstanceAttributesCommandOutput>;
|
|
1729
|
+
listInstanceAttributes(
|
|
1730
|
+
args: ListInstanceAttributesCommandInput,
|
|
1731
|
+
cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void
|
|
1732
|
+
): void;
|
|
1733
|
+
listInstanceAttributes(
|
|
1734
|
+
args: ListInstanceAttributesCommandInput,
|
|
1735
|
+
options: __HttpHandlerOptions,
|
|
1736
|
+
cb: (err: any, data?: ListInstanceAttributesCommandOutput) => void
|
|
1737
|
+
): void;
|
|
1738
|
+
|
|
1739
|
+
listInstances(
|
|
1740
|
+
args: ListInstancesCommandInput,
|
|
1741
|
+
options?: __HttpHandlerOptions
|
|
1742
|
+
): Promise<ListInstancesCommandOutput>;
|
|
1743
|
+
listInstances(
|
|
1744
|
+
args: ListInstancesCommandInput,
|
|
1745
|
+
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
1746
|
+
): void;
|
|
1747
|
+
listInstances(
|
|
1748
|
+
args: ListInstancesCommandInput,
|
|
1749
|
+
options: __HttpHandlerOptions,
|
|
1750
|
+
cb: (err: any, data?: ListInstancesCommandOutput) => void
|
|
1751
|
+
): void;
|
|
1752
|
+
|
|
1753
|
+
listInstanceStorageConfigs(
|
|
1754
|
+
args: ListInstanceStorageConfigsCommandInput,
|
|
1755
|
+
options?: __HttpHandlerOptions
|
|
1756
|
+
): Promise<ListInstanceStorageConfigsCommandOutput>;
|
|
1757
|
+
listInstanceStorageConfigs(
|
|
1758
|
+
args: ListInstanceStorageConfigsCommandInput,
|
|
1759
|
+
cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
|
|
1760
|
+
): void;
|
|
1761
|
+
listInstanceStorageConfigs(
|
|
1762
|
+
args: ListInstanceStorageConfigsCommandInput,
|
|
1763
|
+
options: __HttpHandlerOptions,
|
|
1764
|
+
cb: (err: any, data?: ListInstanceStorageConfigsCommandOutput) => void
|
|
1765
|
+
): void;
|
|
1766
|
+
|
|
1767
|
+
listIntegrationAssociations(
|
|
1768
|
+
args: ListIntegrationAssociationsCommandInput,
|
|
1769
|
+
options?: __HttpHandlerOptions
|
|
1770
|
+
): Promise<ListIntegrationAssociationsCommandOutput>;
|
|
1771
|
+
listIntegrationAssociations(
|
|
1772
|
+
args: ListIntegrationAssociationsCommandInput,
|
|
1773
|
+
cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
|
|
1774
|
+
): void;
|
|
1775
|
+
listIntegrationAssociations(
|
|
1776
|
+
args: ListIntegrationAssociationsCommandInput,
|
|
1777
|
+
options: __HttpHandlerOptions,
|
|
1778
|
+
cb: (err: any, data?: ListIntegrationAssociationsCommandOutput) => void
|
|
1779
|
+
): void;
|
|
1780
|
+
|
|
1781
|
+
listLambdaFunctions(
|
|
1782
|
+
args: ListLambdaFunctionsCommandInput,
|
|
1783
|
+
options?: __HttpHandlerOptions
|
|
1784
|
+
): Promise<ListLambdaFunctionsCommandOutput>;
|
|
1785
|
+
listLambdaFunctions(
|
|
1786
|
+
args: ListLambdaFunctionsCommandInput,
|
|
1787
|
+
cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
|
|
1788
|
+
): void;
|
|
1789
|
+
listLambdaFunctions(
|
|
1790
|
+
args: ListLambdaFunctionsCommandInput,
|
|
1791
|
+
options: __HttpHandlerOptions,
|
|
1792
|
+
cb: (err: any, data?: ListLambdaFunctionsCommandOutput) => void
|
|
1793
|
+
): void;
|
|
1794
|
+
|
|
1795
|
+
listLexBots(
|
|
1796
|
+
args: ListLexBotsCommandInput,
|
|
1797
|
+
options?: __HttpHandlerOptions
|
|
1798
|
+
): Promise<ListLexBotsCommandOutput>;
|
|
1799
|
+
listLexBots(
|
|
1800
|
+
args: ListLexBotsCommandInput,
|
|
1801
|
+
cb: (err: any, data?: ListLexBotsCommandOutput) => void
|
|
1802
|
+
): void;
|
|
1803
|
+
listLexBots(
|
|
1804
|
+
args: ListLexBotsCommandInput,
|
|
1805
|
+
options: __HttpHandlerOptions,
|
|
1806
|
+
cb: (err: any, data?: ListLexBotsCommandOutput) => void
|
|
1807
|
+
): void;
|
|
1808
|
+
|
|
1809
|
+
listPhoneNumbers(
|
|
1810
|
+
args: ListPhoneNumbersCommandInput,
|
|
1811
|
+
options?: __HttpHandlerOptions
|
|
1812
|
+
): Promise<ListPhoneNumbersCommandOutput>;
|
|
1813
|
+
listPhoneNumbers(
|
|
1814
|
+
args: ListPhoneNumbersCommandInput,
|
|
1815
|
+
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
1816
|
+
): void;
|
|
1817
|
+
listPhoneNumbers(
|
|
1818
|
+
args: ListPhoneNumbersCommandInput,
|
|
1819
|
+
options: __HttpHandlerOptions,
|
|
1820
|
+
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
1821
|
+
): void;
|
|
1822
|
+
|
|
1823
|
+
listPhoneNumbersV2(
|
|
1824
|
+
args: ListPhoneNumbersV2CommandInput,
|
|
1825
|
+
options?: __HttpHandlerOptions
|
|
1826
|
+
): Promise<ListPhoneNumbersV2CommandOutput>;
|
|
1827
|
+
listPhoneNumbersV2(
|
|
1828
|
+
args: ListPhoneNumbersV2CommandInput,
|
|
1829
|
+
cb: (err: any, data?: ListPhoneNumbersV2CommandOutput) => void
|
|
1830
|
+
): void;
|
|
1831
|
+
listPhoneNumbersV2(
|
|
1832
|
+
args: ListPhoneNumbersV2CommandInput,
|
|
1833
|
+
options: __HttpHandlerOptions,
|
|
1834
|
+
cb: (err: any, data?: ListPhoneNumbersV2CommandOutput) => void
|
|
1835
|
+
): void;
|
|
1836
|
+
|
|
1837
|
+
listPrompts(
|
|
1838
|
+
args: ListPromptsCommandInput,
|
|
1839
|
+
options?: __HttpHandlerOptions
|
|
1840
|
+
): Promise<ListPromptsCommandOutput>;
|
|
1841
|
+
listPrompts(
|
|
1842
|
+
args: ListPromptsCommandInput,
|
|
1843
|
+
cb: (err: any, data?: ListPromptsCommandOutput) => void
|
|
1844
|
+
): void;
|
|
1845
|
+
listPrompts(
|
|
1846
|
+
args: ListPromptsCommandInput,
|
|
1847
|
+
options: __HttpHandlerOptions,
|
|
1848
|
+
cb: (err: any, data?: ListPromptsCommandOutput) => void
|
|
1849
|
+
): void;
|
|
1850
|
+
|
|
1851
|
+
listQueueQuickConnects(
|
|
1852
|
+
args: ListQueueQuickConnectsCommandInput,
|
|
1853
|
+
options?: __HttpHandlerOptions
|
|
1854
|
+
): Promise<ListQueueQuickConnectsCommandOutput>;
|
|
1855
|
+
listQueueQuickConnects(
|
|
1856
|
+
args: ListQueueQuickConnectsCommandInput,
|
|
1857
|
+
cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
|
|
1858
|
+
): void;
|
|
1859
|
+
listQueueQuickConnects(
|
|
1860
|
+
args: ListQueueQuickConnectsCommandInput,
|
|
1861
|
+
options: __HttpHandlerOptions,
|
|
1862
|
+
cb: (err: any, data?: ListQueueQuickConnectsCommandOutput) => void
|
|
1863
|
+
): void;
|
|
1864
|
+
|
|
1865
|
+
listQueues(
|
|
1866
|
+
args: ListQueuesCommandInput,
|
|
1867
|
+
options?: __HttpHandlerOptions
|
|
1868
|
+
): Promise<ListQueuesCommandOutput>;
|
|
1869
|
+
listQueues(
|
|
1870
|
+
args: ListQueuesCommandInput,
|
|
1871
|
+
cb: (err: any, data?: ListQueuesCommandOutput) => void
|
|
1872
|
+
): void;
|
|
1873
|
+
listQueues(
|
|
1874
|
+
args: ListQueuesCommandInput,
|
|
1875
|
+
options: __HttpHandlerOptions,
|
|
1876
|
+
cb: (err: any, data?: ListQueuesCommandOutput) => void
|
|
1877
|
+
): void;
|
|
1878
|
+
|
|
1879
|
+
listQuickConnects(
|
|
1880
|
+
args: ListQuickConnectsCommandInput,
|
|
1881
|
+
options?: __HttpHandlerOptions
|
|
1882
|
+
): Promise<ListQuickConnectsCommandOutput>;
|
|
1883
|
+
listQuickConnects(
|
|
1884
|
+
args: ListQuickConnectsCommandInput,
|
|
1885
|
+
cb: (err: any, data?: ListQuickConnectsCommandOutput) => void
|
|
1886
|
+
): void;
|
|
1887
|
+
listQuickConnects(
|
|
1888
|
+
args: ListQuickConnectsCommandInput,
|
|
1889
|
+
options: __HttpHandlerOptions,
|
|
1890
|
+
cb: (err: any, data?: ListQuickConnectsCommandOutput) => void
|
|
1891
|
+
): void;
|
|
1892
|
+
|
|
1893
|
+
listRoutingProfileQueues(
|
|
1894
|
+
args: ListRoutingProfileQueuesCommandInput,
|
|
1895
|
+
options?: __HttpHandlerOptions
|
|
1896
|
+
): Promise<ListRoutingProfileQueuesCommandOutput>;
|
|
1897
|
+
listRoutingProfileQueues(
|
|
1898
|
+
args: ListRoutingProfileQueuesCommandInput,
|
|
1899
|
+
cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
|
|
1900
|
+
): void;
|
|
1901
|
+
listRoutingProfileQueues(
|
|
1902
|
+
args: ListRoutingProfileQueuesCommandInput,
|
|
1903
|
+
options: __HttpHandlerOptions,
|
|
1904
|
+
cb: (err: any, data?: ListRoutingProfileQueuesCommandOutput) => void
|
|
1905
|
+
): void;
|
|
1906
|
+
|
|
1907
|
+
listRoutingProfiles(
|
|
1908
|
+
args: ListRoutingProfilesCommandInput,
|
|
1909
|
+
options?: __HttpHandlerOptions
|
|
1910
|
+
): Promise<ListRoutingProfilesCommandOutput>;
|
|
1911
|
+
listRoutingProfiles(
|
|
1912
|
+
args: ListRoutingProfilesCommandInput,
|
|
1913
|
+
cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void
|
|
1914
|
+
): void;
|
|
1915
|
+
listRoutingProfiles(
|
|
1916
|
+
args: ListRoutingProfilesCommandInput,
|
|
1917
|
+
options: __HttpHandlerOptions,
|
|
1918
|
+
cb: (err: any, data?: ListRoutingProfilesCommandOutput) => void
|
|
1919
|
+
): void;
|
|
1920
|
+
|
|
1921
|
+
listSecurityKeys(
|
|
1922
|
+
args: ListSecurityKeysCommandInput,
|
|
1923
|
+
options?: __HttpHandlerOptions
|
|
1924
|
+
): Promise<ListSecurityKeysCommandOutput>;
|
|
1925
|
+
listSecurityKeys(
|
|
1926
|
+
args: ListSecurityKeysCommandInput,
|
|
1927
|
+
cb: (err: any, data?: ListSecurityKeysCommandOutput) => void
|
|
1928
|
+
): void;
|
|
1929
|
+
listSecurityKeys(
|
|
1930
|
+
args: ListSecurityKeysCommandInput,
|
|
1931
|
+
options: __HttpHandlerOptions,
|
|
1932
|
+
cb: (err: any, data?: ListSecurityKeysCommandOutput) => void
|
|
1933
|
+
): void;
|
|
1934
|
+
|
|
1935
|
+
listSecurityProfilePermissions(
|
|
1936
|
+
args: ListSecurityProfilePermissionsCommandInput,
|
|
1937
|
+
options?: __HttpHandlerOptions
|
|
1938
|
+
): Promise<ListSecurityProfilePermissionsCommandOutput>;
|
|
1939
|
+
listSecurityProfilePermissions(
|
|
1940
|
+
args: ListSecurityProfilePermissionsCommandInput,
|
|
1941
|
+
cb: (err: any, data?: ListSecurityProfilePermissionsCommandOutput) => void
|
|
1942
|
+
): void;
|
|
1943
|
+
listSecurityProfilePermissions(
|
|
1944
|
+
args: ListSecurityProfilePermissionsCommandInput,
|
|
1945
|
+
options: __HttpHandlerOptions,
|
|
1946
|
+
cb: (err: any, data?: ListSecurityProfilePermissionsCommandOutput) => void
|
|
1947
|
+
): void;
|
|
1948
|
+
|
|
1949
|
+
listSecurityProfiles(
|
|
1950
|
+
args: ListSecurityProfilesCommandInput,
|
|
1951
|
+
options?: __HttpHandlerOptions
|
|
1952
|
+
): Promise<ListSecurityProfilesCommandOutput>;
|
|
1953
|
+
listSecurityProfiles(
|
|
1954
|
+
args: ListSecurityProfilesCommandInput,
|
|
1955
|
+
cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void
|
|
1956
|
+
): void;
|
|
1957
|
+
listSecurityProfiles(
|
|
1958
|
+
args: ListSecurityProfilesCommandInput,
|
|
1959
|
+
options: __HttpHandlerOptions,
|
|
1960
|
+
cb: (err: any, data?: ListSecurityProfilesCommandOutput) => void
|
|
1961
|
+
): void;
|
|
1962
|
+
|
|
1963
|
+
listTagsForResource(
|
|
1964
|
+
args: ListTagsForResourceCommandInput,
|
|
1965
|
+
options?: __HttpHandlerOptions
|
|
1966
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1967
|
+
listTagsForResource(
|
|
1968
|
+
args: ListTagsForResourceCommandInput,
|
|
1969
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1970
|
+
): void;
|
|
1971
|
+
listTagsForResource(
|
|
1972
|
+
args: ListTagsForResourceCommandInput,
|
|
1973
|
+
options: __HttpHandlerOptions,
|
|
1974
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1975
|
+
): void;
|
|
1976
|
+
|
|
1977
|
+
listTaskTemplates(
|
|
1978
|
+
args: ListTaskTemplatesCommandInput,
|
|
1979
|
+
options?: __HttpHandlerOptions
|
|
1980
|
+
): Promise<ListTaskTemplatesCommandOutput>;
|
|
1981
|
+
listTaskTemplates(
|
|
1982
|
+
args: ListTaskTemplatesCommandInput,
|
|
1983
|
+
cb: (err: any, data?: ListTaskTemplatesCommandOutput) => void
|
|
1984
|
+
): void;
|
|
1985
|
+
listTaskTemplates(
|
|
1986
|
+
args: ListTaskTemplatesCommandInput,
|
|
1987
|
+
options: __HttpHandlerOptions,
|
|
1988
|
+
cb: (err: any, data?: ListTaskTemplatesCommandOutput) => void
|
|
1989
|
+
): void;
|
|
1990
|
+
|
|
1991
|
+
listUseCases(
|
|
1992
|
+
args: ListUseCasesCommandInput,
|
|
1993
|
+
options?: __HttpHandlerOptions
|
|
1994
|
+
): Promise<ListUseCasesCommandOutput>;
|
|
1995
|
+
listUseCases(
|
|
1996
|
+
args: ListUseCasesCommandInput,
|
|
1997
|
+
cb: (err: any, data?: ListUseCasesCommandOutput) => void
|
|
1998
|
+
): void;
|
|
1999
|
+
listUseCases(
|
|
2000
|
+
args: ListUseCasesCommandInput,
|
|
2001
|
+
options: __HttpHandlerOptions,
|
|
2002
|
+
cb: (err: any, data?: ListUseCasesCommandOutput) => void
|
|
2003
|
+
): void;
|
|
2004
|
+
|
|
2005
|
+
listUserHierarchyGroups(
|
|
2006
|
+
args: ListUserHierarchyGroupsCommandInput,
|
|
2007
|
+
options?: __HttpHandlerOptions
|
|
2008
|
+
): Promise<ListUserHierarchyGroupsCommandOutput>;
|
|
2009
|
+
listUserHierarchyGroups(
|
|
2010
|
+
args: ListUserHierarchyGroupsCommandInput,
|
|
2011
|
+
cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
|
|
2012
|
+
): void;
|
|
2013
|
+
listUserHierarchyGroups(
|
|
2014
|
+
args: ListUserHierarchyGroupsCommandInput,
|
|
2015
|
+
options: __HttpHandlerOptions,
|
|
2016
|
+
cb: (err: any, data?: ListUserHierarchyGroupsCommandOutput) => void
|
|
2017
|
+
): void;
|
|
2018
|
+
|
|
2019
|
+
listUsers(
|
|
2020
|
+
args: ListUsersCommandInput,
|
|
2021
|
+
options?: __HttpHandlerOptions
|
|
2022
|
+
): Promise<ListUsersCommandOutput>;
|
|
2023
|
+
listUsers(
|
|
2024
|
+
args: ListUsersCommandInput,
|
|
2025
|
+
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
2026
|
+
): void;
|
|
2027
|
+
listUsers(
|
|
2028
|
+
args: ListUsersCommandInput,
|
|
2029
|
+
options: __HttpHandlerOptions,
|
|
2030
|
+
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
2031
|
+
): void;
|
|
2032
|
+
|
|
2033
|
+
putUserStatus(
|
|
2034
|
+
args: PutUserStatusCommandInput,
|
|
2035
|
+
options?: __HttpHandlerOptions
|
|
2036
|
+
): Promise<PutUserStatusCommandOutput>;
|
|
2037
|
+
putUserStatus(
|
|
2038
|
+
args: PutUserStatusCommandInput,
|
|
2039
|
+
cb: (err: any, data?: PutUserStatusCommandOutput) => void
|
|
2040
|
+
): void;
|
|
2041
|
+
putUserStatus(
|
|
2042
|
+
args: PutUserStatusCommandInput,
|
|
2043
|
+
options: __HttpHandlerOptions,
|
|
2044
|
+
cb: (err: any, data?: PutUserStatusCommandOutput) => void
|
|
2045
|
+
): void;
|
|
2046
|
+
|
|
2047
|
+
releasePhoneNumber(
|
|
2048
|
+
args: ReleasePhoneNumberCommandInput,
|
|
2049
|
+
options?: __HttpHandlerOptions
|
|
2050
|
+
): Promise<ReleasePhoneNumberCommandOutput>;
|
|
2051
|
+
releasePhoneNumber(
|
|
2052
|
+
args: ReleasePhoneNumberCommandInput,
|
|
2053
|
+
cb: (err: any, data?: ReleasePhoneNumberCommandOutput) => void
|
|
2054
|
+
): void;
|
|
2055
|
+
releasePhoneNumber(
|
|
2056
|
+
args: ReleasePhoneNumberCommandInput,
|
|
2057
|
+
options: __HttpHandlerOptions,
|
|
2058
|
+
cb: (err: any, data?: ReleasePhoneNumberCommandOutput) => void
|
|
2059
|
+
): void;
|
|
2060
|
+
|
|
2061
|
+
resumeContactRecording(
|
|
2062
|
+
args: ResumeContactRecordingCommandInput,
|
|
2063
|
+
options?: __HttpHandlerOptions
|
|
2064
|
+
): Promise<ResumeContactRecordingCommandOutput>;
|
|
2065
|
+
resumeContactRecording(
|
|
2066
|
+
args: ResumeContactRecordingCommandInput,
|
|
2067
|
+
cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void
|
|
2068
|
+
): void;
|
|
2069
|
+
resumeContactRecording(
|
|
2070
|
+
args: ResumeContactRecordingCommandInput,
|
|
2071
|
+
options: __HttpHandlerOptions,
|
|
2072
|
+
cb: (err: any, data?: ResumeContactRecordingCommandOutput) => void
|
|
2073
|
+
): void;
|
|
2074
|
+
|
|
2075
|
+
searchAvailablePhoneNumbers(
|
|
2076
|
+
args: SearchAvailablePhoneNumbersCommandInput,
|
|
2077
|
+
options?: __HttpHandlerOptions
|
|
2078
|
+
): Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
2079
|
+
searchAvailablePhoneNumbers(
|
|
2080
|
+
args: SearchAvailablePhoneNumbersCommandInput,
|
|
2081
|
+
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
|
|
2082
|
+
): void;
|
|
2083
|
+
searchAvailablePhoneNumbers(
|
|
2084
|
+
args: SearchAvailablePhoneNumbersCommandInput,
|
|
2085
|
+
options: __HttpHandlerOptions,
|
|
2086
|
+
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
|
|
2087
|
+
): void;
|
|
2088
|
+
|
|
2089
|
+
searchQueues(
|
|
2090
|
+
args: SearchQueuesCommandInput,
|
|
2091
|
+
options?: __HttpHandlerOptions
|
|
2092
|
+
): Promise<SearchQueuesCommandOutput>;
|
|
2093
|
+
searchQueues(
|
|
2094
|
+
args: SearchQueuesCommandInput,
|
|
2095
|
+
cb: (err: any, data?: SearchQueuesCommandOutput) => void
|
|
2096
|
+
): void;
|
|
2097
|
+
searchQueues(
|
|
2098
|
+
args: SearchQueuesCommandInput,
|
|
2099
|
+
options: __HttpHandlerOptions,
|
|
2100
|
+
cb: (err: any, data?: SearchQueuesCommandOutput) => void
|
|
2101
|
+
): void;
|
|
2102
|
+
|
|
2103
|
+
searchRoutingProfiles(
|
|
2104
|
+
args: SearchRoutingProfilesCommandInput,
|
|
2105
|
+
options?: __HttpHandlerOptions
|
|
2106
|
+
): Promise<SearchRoutingProfilesCommandOutput>;
|
|
2107
|
+
searchRoutingProfiles(
|
|
2108
|
+
args: SearchRoutingProfilesCommandInput,
|
|
2109
|
+
cb: (err: any, data?: SearchRoutingProfilesCommandOutput) => void
|
|
2110
|
+
): void;
|
|
2111
|
+
searchRoutingProfiles(
|
|
2112
|
+
args: SearchRoutingProfilesCommandInput,
|
|
2113
|
+
options: __HttpHandlerOptions,
|
|
2114
|
+
cb: (err: any, data?: SearchRoutingProfilesCommandOutput) => void
|
|
2115
|
+
): void;
|
|
2116
|
+
|
|
2117
|
+
searchSecurityProfiles(
|
|
2118
|
+
args: SearchSecurityProfilesCommandInput,
|
|
2119
|
+
options?: __HttpHandlerOptions
|
|
2120
|
+
): Promise<SearchSecurityProfilesCommandOutput>;
|
|
2121
|
+
searchSecurityProfiles(
|
|
2122
|
+
args: SearchSecurityProfilesCommandInput,
|
|
2123
|
+
cb: (err: any, data?: SearchSecurityProfilesCommandOutput) => void
|
|
2124
|
+
): void;
|
|
2125
|
+
searchSecurityProfiles(
|
|
2126
|
+
args: SearchSecurityProfilesCommandInput,
|
|
2127
|
+
options: __HttpHandlerOptions,
|
|
2128
|
+
cb: (err: any, data?: SearchSecurityProfilesCommandOutput) => void
|
|
2129
|
+
): void;
|
|
2130
|
+
|
|
2131
|
+
searchUsers(
|
|
2132
|
+
args: SearchUsersCommandInput,
|
|
2133
|
+
options?: __HttpHandlerOptions
|
|
2134
|
+
): Promise<SearchUsersCommandOutput>;
|
|
2135
|
+
searchUsers(
|
|
2136
|
+
args: SearchUsersCommandInput,
|
|
2137
|
+
cb: (err: any, data?: SearchUsersCommandOutput) => void
|
|
2138
|
+
): void;
|
|
2139
|
+
searchUsers(
|
|
2140
|
+
args: SearchUsersCommandInput,
|
|
2141
|
+
options: __HttpHandlerOptions,
|
|
2142
|
+
cb: (err: any, data?: SearchUsersCommandOutput) => void
|
|
2143
|
+
): void;
|
|
2144
|
+
|
|
2145
|
+
searchVocabularies(
|
|
2146
|
+
args: SearchVocabulariesCommandInput,
|
|
2147
|
+
options?: __HttpHandlerOptions
|
|
2148
|
+
): Promise<SearchVocabulariesCommandOutput>;
|
|
2149
|
+
searchVocabularies(
|
|
2150
|
+
args: SearchVocabulariesCommandInput,
|
|
2151
|
+
cb: (err: any, data?: SearchVocabulariesCommandOutput) => void
|
|
2152
|
+
): void;
|
|
2153
|
+
searchVocabularies(
|
|
2154
|
+
args: SearchVocabulariesCommandInput,
|
|
2155
|
+
options: __HttpHandlerOptions,
|
|
2156
|
+
cb: (err: any, data?: SearchVocabulariesCommandOutput) => void
|
|
2157
|
+
): void;
|
|
2158
|
+
|
|
2159
|
+
startChatContact(
|
|
2160
|
+
args: StartChatContactCommandInput,
|
|
2161
|
+
options?: __HttpHandlerOptions
|
|
2162
|
+
): Promise<StartChatContactCommandOutput>;
|
|
2163
|
+
startChatContact(
|
|
2164
|
+
args: StartChatContactCommandInput,
|
|
2165
|
+
cb: (err: any, data?: StartChatContactCommandOutput) => void
|
|
2166
|
+
): void;
|
|
2167
|
+
startChatContact(
|
|
2168
|
+
args: StartChatContactCommandInput,
|
|
2169
|
+
options: __HttpHandlerOptions,
|
|
2170
|
+
cb: (err: any, data?: StartChatContactCommandOutput) => void
|
|
2171
|
+
): void;
|
|
2172
|
+
|
|
2173
|
+
startContactRecording(
|
|
2174
|
+
args: StartContactRecordingCommandInput,
|
|
2175
|
+
options?: __HttpHandlerOptions
|
|
2176
|
+
): Promise<StartContactRecordingCommandOutput>;
|
|
2177
|
+
startContactRecording(
|
|
2178
|
+
args: StartContactRecordingCommandInput,
|
|
2179
|
+
cb: (err: any, data?: StartContactRecordingCommandOutput) => void
|
|
2180
|
+
): void;
|
|
2181
|
+
startContactRecording(
|
|
2182
|
+
args: StartContactRecordingCommandInput,
|
|
2183
|
+
options: __HttpHandlerOptions,
|
|
2184
|
+
cb: (err: any, data?: StartContactRecordingCommandOutput) => void
|
|
2185
|
+
): void;
|
|
2186
|
+
|
|
2187
|
+
startContactStreaming(
|
|
2188
|
+
args: StartContactStreamingCommandInput,
|
|
2189
|
+
options?: __HttpHandlerOptions
|
|
2190
|
+
): Promise<StartContactStreamingCommandOutput>;
|
|
2191
|
+
startContactStreaming(
|
|
2192
|
+
args: StartContactStreamingCommandInput,
|
|
2193
|
+
cb: (err: any, data?: StartContactStreamingCommandOutput) => void
|
|
2194
|
+
): void;
|
|
2195
|
+
startContactStreaming(
|
|
2196
|
+
args: StartContactStreamingCommandInput,
|
|
2197
|
+
options: __HttpHandlerOptions,
|
|
2198
|
+
cb: (err: any, data?: StartContactStreamingCommandOutput) => void
|
|
2199
|
+
): void;
|
|
2200
|
+
|
|
2201
|
+
startOutboundVoiceContact(
|
|
2202
|
+
args: StartOutboundVoiceContactCommandInput,
|
|
2203
|
+
options?: __HttpHandlerOptions
|
|
2204
|
+
): Promise<StartOutboundVoiceContactCommandOutput>;
|
|
2205
|
+
startOutboundVoiceContact(
|
|
2206
|
+
args: StartOutboundVoiceContactCommandInput,
|
|
2207
|
+
cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
|
|
2208
|
+
): void;
|
|
2209
|
+
startOutboundVoiceContact(
|
|
2210
|
+
args: StartOutboundVoiceContactCommandInput,
|
|
2211
|
+
options: __HttpHandlerOptions,
|
|
2212
|
+
cb: (err: any, data?: StartOutboundVoiceContactCommandOutput) => void
|
|
2213
|
+
): void;
|
|
2214
|
+
|
|
2215
|
+
startTaskContact(
|
|
2216
|
+
args: StartTaskContactCommandInput,
|
|
2217
|
+
options?: __HttpHandlerOptions
|
|
2218
|
+
): Promise<StartTaskContactCommandOutput>;
|
|
2219
|
+
startTaskContact(
|
|
2220
|
+
args: StartTaskContactCommandInput,
|
|
2221
|
+
cb: (err: any, data?: StartTaskContactCommandOutput) => void
|
|
2222
|
+
): void;
|
|
2223
|
+
startTaskContact(
|
|
2224
|
+
args: StartTaskContactCommandInput,
|
|
2225
|
+
options: __HttpHandlerOptions,
|
|
2226
|
+
cb: (err: any, data?: StartTaskContactCommandOutput) => void
|
|
2227
|
+
): void;
|
|
2228
|
+
|
|
2229
|
+
stopContact(
|
|
2230
|
+
args: StopContactCommandInput,
|
|
2231
|
+
options?: __HttpHandlerOptions
|
|
2232
|
+
): Promise<StopContactCommandOutput>;
|
|
2233
|
+
stopContact(
|
|
2234
|
+
args: StopContactCommandInput,
|
|
2235
|
+
cb: (err: any, data?: StopContactCommandOutput) => void
|
|
2236
|
+
): void;
|
|
2237
|
+
stopContact(
|
|
2238
|
+
args: StopContactCommandInput,
|
|
2239
|
+
options: __HttpHandlerOptions,
|
|
2240
|
+
cb: (err: any, data?: StopContactCommandOutput) => void
|
|
2241
|
+
): void;
|
|
2242
|
+
|
|
2243
|
+
stopContactRecording(
|
|
2244
|
+
args: StopContactRecordingCommandInput,
|
|
2245
|
+
options?: __HttpHandlerOptions
|
|
2246
|
+
): Promise<StopContactRecordingCommandOutput>;
|
|
2247
|
+
stopContactRecording(
|
|
2248
|
+
args: StopContactRecordingCommandInput,
|
|
2249
|
+
cb: (err: any, data?: StopContactRecordingCommandOutput) => void
|
|
2250
|
+
): void;
|
|
2251
|
+
stopContactRecording(
|
|
2252
|
+
args: StopContactRecordingCommandInput,
|
|
2253
|
+
options: __HttpHandlerOptions,
|
|
2254
|
+
cb: (err: any, data?: StopContactRecordingCommandOutput) => void
|
|
2255
|
+
): void;
|
|
2256
|
+
|
|
2257
|
+
stopContactStreaming(
|
|
2258
|
+
args: StopContactStreamingCommandInput,
|
|
2259
|
+
options?: __HttpHandlerOptions
|
|
2260
|
+
): Promise<StopContactStreamingCommandOutput>;
|
|
2261
|
+
stopContactStreaming(
|
|
2262
|
+
args: StopContactStreamingCommandInput,
|
|
2263
|
+
cb: (err: any, data?: StopContactStreamingCommandOutput) => void
|
|
2264
|
+
): void;
|
|
2265
|
+
stopContactStreaming(
|
|
2266
|
+
args: StopContactStreamingCommandInput,
|
|
2267
|
+
options: __HttpHandlerOptions,
|
|
2268
|
+
cb: (err: any, data?: StopContactStreamingCommandOutput) => void
|
|
2269
|
+
): void;
|
|
2270
|
+
|
|
2271
|
+
suspendContactRecording(
|
|
2272
|
+
args: SuspendContactRecordingCommandInput,
|
|
2273
|
+
options?: __HttpHandlerOptions
|
|
2274
|
+
): Promise<SuspendContactRecordingCommandOutput>;
|
|
2275
|
+
suspendContactRecording(
|
|
2276
|
+
args: SuspendContactRecordingCommandInput,
|
|
2277
|
+
cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void
|
|
2278
|
+
): void;
|
|
2279
|
+
suspendContactRecording(
|
|
2280
|
+
args: SuspendContactRecordingCommandInput,
|
|
2281
|
+
options: __HttpHandlerOptions,
|
|
2282
|
+
cb: (err: any, data?: SuspendContactRecordingCommandOutput) => void
|
|
2283
|
+
): void;
|
|
2284
|
+
|
|
2285
|
+
tagResource(
|
|
2286
|
+
args: TagResourceCommandInput,
|
|
2287
|
+
options?: __HttpHandlerOptions
|
|
2288
|
+
): Promise<TagResourceCommandOutput>;
|
|
2289
|
+
tagResource(
|
|
2290
|
+
args: TagResourceCommandInput,
|
|
2291
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2292
|
+
): void;
|
|
2293
|
+
tagResource(
|
|
2294
|
+
args: TagResourceCommandInput,
|
|
2295
|
+
options: __HttpHandlerOptions,
|
|
2296
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2297
|
+
): void;
|
|
2298
|
+
|
|
2299
|
+
transferContact(
|
|
2300
|
+
args: TransferContactCommandInput,
|
|
2301
|
+
options?: __HttpHandlerOptions
|
|
2302
|
+
): Promise<TransferContactCommandOutput>;
|
|
2303
|
+
transferContact(
|
|
2304
|
+
args: TransferContactCommandInput,
|
|
2305
|
+
cb: (err: any, data?: TransferContactCommandOutput) => void
|
|
2306
|
+
): void;
|
|
2307
|
+
transferContact(
|
|
2308
|
+
args: TransferContactCommandInput,
|
|
2309
|
+
options: __HttpHandlerOptions,
|
|
2310
|
+
cb: (err: any, data?: TransferContactCommandOutput) => void
|
|
2311
|
+
): void;
|
|
2312
|
+
|
|
2313
|
+
untagResource(
|
|
2314
|
+
args: UntagResourceCommandInput,
|
|
2315
|
+
options?: __HttpHandlerOptions
|
|
2316
|
+
): Promise<UntagResourceCommandOutput>;
|
|
2317
|
+
untagResource(
|
|
2318
|
+
args: UntagResourceCommandInput,
|
|
2319
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2320
|
+
): void;
|
|
2321
|
+
untagResource(
|
|
2322
|
+
args: UntagResourceCommandInput,
|
|
2323
|
+
options: __HttpHandlerOptions,
|
|
2324
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2325
|
+
): void;
|
|
2326
|
+
|
|
2327
|
+
updateAgentStatus(
|
|
2328
|
+
args: UpdateAgentStatusCommandInput,
|
|
2329
|
+
options?: __HttpHandlerOptions
|
|
2330
|
+
): Promise<UpdateAgentStatusCommandOutput>;
|
|
2331
|
+
updateAgentStatus(
|
|
2332
|
+
args: UpdateAgentStatusCommandInput,
|
|
2333
|
+
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
2334
|
+
): void;
|
|
2335
|
+
updateAgentStatus(
|
|
2336
|
+
args: UpdateAgentStatusCommandInput,
|
|
2337
|
+
options: __HttpHandlerOptions,
|
|
2338
|
+
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
2339
|
+
): void;
|
|
2340
|
+
|
|
2341
|
+
updateContact(
|
|
2342
|
+
args: UpdateContactCommandInput,
|
|
2343
|
+
options?: __HttpHandlerOptions
|
|
2344
|
+
): Promise<UpdateContactCommandOutput>;
|
|
2345
|
+
updateContact(
|
|
2346
|
+
args: UpdateContactCommandInput,
|
|
2347
|
+
cb: (err: any, data?: UpdateContactCommandOutput) => void
|
|
2348
|
+
): void;
|
|
2349
|
+
updateContact(
|
|
2350
|
+
args: UpdateContactCommandInput,
|
|
2351
|
+
options: __HttpHandlerOptions,
|
|
2352
|
+
cb: (err: any, data?: UpdateContactCommandOutput) => void
|
|
2353
|
+
): void;
|
|
2354
|
+
|
|
2355
|
+
updateContactAttributes(
|
|
2356
|
+
args: UpdateContactAttributesCommandInput,
|
|
2357
|
+
options?: __HttpHandlerOptions
|
|
2358
|
+
): Promise<UpdateContactAttributesCommandOutput>;
|
|
2359
|
+
updateContactAttributes(
|
|
2360
|
+
args: UpdateContactAttributesCommandInput,
|
|
2361
|
+
cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void
|
|
2362
|
+
): void;
|
|
2363
|
+
updateContactAttributes(
|
|
2364
|
+
args: UpdateContactAttributesCommandInput,
|
|
2365
|
+
options: __HttpHandlerOptions,
|
|
2366
|
+
cb: (err: any, data?: UpdateContactAttributesCommandOutput) => void
|
|
2367
|
+
): void;
|
|
2368
|
+
|
|
2369
|
+
updateContactFlowContent(
|
|
2370
|
+
args: UpdateContactFlowContentCommandInput,
|
|
2371
|
+
options?: __HttpHandlerOptions
|
|
2372
|
+
): Promise<UpdateContactFlowContentCommandOutput>;
|
|
2373
|
+
updateContactFlowContent(
|
|
2374
|
+
args: UpdateContactFlowContentCommandInput,
|
|
2375
|
+
cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
|
|
2376
|
+
): void;
|
|
2377
|
+
updateContactFlowContent(
|
|
2378
|
+
args: UpdateContactFlowContentCommandInput,
|
|
2379
|
+
options: __HttpHandlerOptions,
|
|
2380
|
+
cb: (err: any, data?: UpdateContactFlowContentCommandOutput) => void
|
|
2381
|
+
): void;
|
|
2382
|
+
|
|
2383
|
+
updateContactFlowMetadata(
|
|
2384
|
+
args: UpdateContactFlowMetadataCommandInput,
|
|
2385
|
+
options?: __HttpHandlerOptions
|
|
2386
|
+
): Promise<UpdateContactFlowMetadataCommandOutput>;
|
|
2387
|
+
updateContactFlowMetadata(
|
|
2388
|
+
args: UpdateContactFlowMetadataCommandInput,
|
|
2389
|
+
cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void
|
|
2390
|
+
): void;
|
|
2391
|
+
updateContactFlowMetadata(
|
|
2392
|
+
args: UpdateContactFlowMetadataCommandInput,
|
|
2393
|
+
options: __HttpHandlerOptions,
|
|
2394
|
+
cb: (err: any, data?: UpdateContactFlowMetadataCommandOutput) => void
|
|
2395
|
+
): void;
|
|
2396
|
+
|
|
2397
|
+
updateContactFlowModuleContent(
|
|
2398
|
+
args: UpdateContactFlowModuleContentCommandInput,
|
|
2399
|
+
options?: __HttpHandlerOptions
|
|
2400
|
+
): Promise<UpdateContactFlowModuleContentCommandOutput>;
|
|
2401
|
+
updateContactFlowModuleContent(
|
|
2402
|
+
args: UpdateContactFlowModuleContentCommandInput,
|
|
2403
|
+
cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void
|
|
2404
|
+
): void;
|
|
2405
|
+
updateContactFlowModuleContent(
|
|
2406
|
+
args: UpdateContactFlowModuleContentCommandInput,
|
|
2407
|
+
options: __HttpHandlerOptions,
|
|
2408
|
+
cb: (err: any, data?: UpdateContactFlowModuleContentCommandOutput) => void
|
|
2409
|
+
): void;
|
|
2410
|
+
|
|
2411
|
+
updateContactFlowModuleMetadata(
|
|
2412
|
+
args: UpdateContactFlowModuleMetadataCommandInput,
|
|
2413
|
+
options?: __HttpHandlerOptions
|
|
2414
|
+
): Promise<UpdateContactFlowModuleMetadataCommandOutput>;
|
|
2415
|
+
updateContactFlowModuleMetadata(
|
|
2416
|
+
args: UpdateContactFlowModuleMetadataCommandInput,
|
|
2417
|
+
cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void
|
|
2418
|
+
): void;
|
|
2419
|
+
updateContactFlowModuleMetadata(
|
|
2420
|
+
args: UpdateContactFlowModuleMetadataCommandInput,
|
|
2421
|
+
options: __HttpHandlerOptions,
|
|
2422
|
+
cb: (err: any, data?: UpdateContactFlowModuleMetadataCommandOutput) => void
|
|
2423
|
+
): void;
|
|
2424
|
+
|
|
2425
|
+
updateContactFlowName(
|
|
2426
|
+
args: UpdateContactFlowNameCommandInput,
|
|
2427
|
+
options?: __HttpHandlerOptions
|
|
2428
|
+
): Promise<UpdateContactFlowNameCommandOutput>;
|
|
2429
|
+
updateContactFlowName(
|
|
2430
|
+
args: UpdateContactFlowNameCommandInput,
|
|
2431
|
+
cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
|
|
2432
|
+
): void;
|
|
2433
|
+
updateContactFlowName(
|
|
2434
|
+
args: UpdateContactFlowNameCommandInput,
|
|
2435
|
+
options: __HttpHandlerOptions,
|
|
2436
|
+
cb: (err: any, data?: UpdateContactFlowNameCommandOutput) => void
|
|
2437
|
+
): void;
|
|
2438
|
+
|
|
2439
|
+
updateContactSchedule(
|
|
2440
|
+
args: UpdateContactScheduleCommandInput,
|
|
2441
|
+
options?: __HttpHandlerOptions
|
|
2442
|
+
): Promise<UpdateContactScheduleCommandOutput>;
|
|
2443
|
+
updateContactSchedule(
|
|
2444
|
+
args: UpdateContactScheduleCommandInput,
|
|
2445
|
+
cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void
|
|
2446
|
+
): void;
|
|
2447
|
+
updateContactSchedule(
|
|
2448
|
+
args: UpdateContactScheduleCommandInput,
|
|
2449
|
+
options: __HttpHandlerOptions,
|
|
2450
|
+
cb: (err: any, data?: UpdateContactScheduleCommandOutput) => void
|
|
2451
|
+
): void;
|
|
2452
|
+
|
|
2453
|
+
updateHoursOfOperation(
|
|
2454
|
+
args: UpdateHoursOfOperationCommandInput,
|
|
2455
|
+
options?: __HttpHandlerOptions
|
|
2456
|
+
): Promise<UpdateHoursOfOperationCommandOutput>;
|
|
2457
|
+
updateHoursOfOperation(
|
|
2458
|
+
args: UpdateHoursOfOperationCommandInput,
|
|
2459
|
+
cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
|
|
2460
|
+
): void;
|
|
2461
|
+
updateHoursOfOperation(
|
|
2462
|
+
args: UpdateHoursOfOperationCommandInput,
|
|
2463
|
+
options: __HttpHandlerOptions,
|
|
2464
|
+
cb: (err: any, data?: UpdateHoursOfOperationCommandOutput) => void
|
|
2465
|
+
): void;
|
|
2466
|
+
|
|
2467
|
+
updateInstanceAttribute(
|
|
2468
|
+
args: UpdateInstanceAttributeCommandInput,
|
|
2469
|
+
options?: __HttpHandlerOptions
|
|
2470
|
+
): Promise<UpdateInstanceAttributeCommandOutput>;
|
|
2471
|
+
updateInstanceAttribute(
|
|
2472
|
+
args: UpdateInstanceAttributeCommandInput,
|
|
2473
|
+
cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
|
|
2474
|
+
): void;
|
|
2475
|
+
updateInstanceAttribute(
|
|
2476
|
+
args: UpdateInstanceAttributeCommandInput,
|
|
2477
|
+
options: __HttpHandlerOptions,
|
|
2478
|
+
cb: (err: any, data?: UpdateInstanceAttributeCommandOutput) => void
|
|
2479
|
+
): void;
|
|
2480
|
+
|
|
2481
|
+
updateInstanceStorageConfig(
|
|
2482
|
+
args: UpdateInstanceStorageConfigCommandInput,
|
|
2483
|
+
options?: __HttpHandlerOptions
|
|
2484
|
+
): Promise<UpdateInstanceStorageConfigCommandOutput>;
|
|
2485
|
+
updateInstanceStorageConfig(
|
|
2486
|
+
args: UpdateInstanceStorageConfigCommandInput,
|
|
2487
|
+
cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
|
|
2488
|
+
): void;
|
|
2489
|
+
updateInstanceStorageConfig(
|
|
2490
|
+
args: UpdateInstanceStorageConfigCommandInput,
|
|
2491
|
+
options: __HttpHandlerOptions,
|
|
2492
|
+
cb: (err: any, data?: UpdateInstanceStorageConfigCommandOutput) => void
|
|
2493
|
+
): void;
|
|
2494
|
+
|
|
2495
|
+
updatePhoneNumber(
|
|
2496
|
+
args: UpdatePhoneNumberCommandInput,
|
|
2497
|
+
options?: __HttpHandlerOptions
|
|
2498
|
+
): Promise<UpdatePhoneNumberCommandOutput>;
|
|
2499
|
+
updatePhoneNumber(
|
|
2500
|
+
args: UpdatePhoneNumberCommandInput,
|
|
2501
|
+
cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
|
|
2502
|
+
): void;
|
|
2503
|
+
updatePhoneNumber(
|
|
2504
|
+
args: UpdatePhoneNumberCommandInput,
|
|
2505
|
+
options: __HttpHandlerOptions,
|
|
2506
|
+
cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
|
|
2507
|
+
): void;
|
|
2508
|
+
|
|
2509
|
+
updateQueueHoursOfOperation(
|
|
2510
|
+
args: UpdateQueueHoursOfOperationCommandInput,
|
|
2511
|
+
options?: __HttpHandlerOptions
|
|
2512
|
+
): Promise<UpdateQueueHoursOfOperationCommandOutput>;
|
|
2513
|
+
updateQueueHoursOfOperation(
|
|
2514
|
+
args: UpdateQueueHoursOfOperationCommandInput,
|
|
2515
|
+
cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
|
|
2516
|
+
): void;
|
|
2517
|
+
updateQueueHoursOfOperation(
|
|
2518
|
+
args: UpdateQueueHoursOfOperationCommandInput,
|
|
2519
|
+
options: __HttpHandlerOptions,
|
|
2520
|
+
cb: (err: any, data?: UpdateQueueHoursOfOperationCommandOutput) => void
|
|
2521
|
+
): void;
|
|
2522
|
+
|
|
2523
|
+
updateQueueMaxContacts(
|
|
2524
|
+
args: UpdateQueueMaxContactsCommandInput,
|
|
2525
|
+
options?: __HttpHandlerOptions
|
|
2526
|
+
): Promise<UpdateQueueMaxContactsCommandOutput>;
|
|
2527
|
+
updateQueueMaxContacts(
|
|
2528
|
+
args: UpdateQueueMaxContactsCommandInput,
|
|
2529
|
+
cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
|
|
2530
|
+
): void;
|
|
2531
|
+
updateQueueMaxContacts(
|
|
2532
|
+
args: UpdateQueueMaxContactsCommandInput,
|
|
2533
|
+
options: __HttpHandlerOptions,
|
|
2534
|
+
cb: (err: any, data?: UpdateQueueMaxContactsCommandOutput) => void
|
|
2535
|
+
): void;
|
|
2536
|
+
|
|
2537
|
+
updateQueueName(
|
|
2538
|
+
args: UpdateQueueNameCommandInput,
|
|
2539
|
+
options?: __HttpHandlerOptions
|
|
2540
|
+
): Promise<UpdateQueueNameCommandOutput>;
|
|
2541
|
+
updateQueueName(
|
|
2542
|
+
args: UpdateQueueNameCommandInput,
|
|
2543
|
+
cb: (err: any, data?: UpdateQueueNameCommandOutput) => void
|
|
2544
|
+
): void;
|
|
2545
|
+
updateQueueName(
|
|
2546
|
+
args: UpdateQueueNameCommandInput,
|
|
2547
|
+
options: __HttpHandlerOptions,
|
|
2548
|
+
cb: (err: any, data?: UpdateQueueNameCommandOutput) => void
|
|
2549
|
+
): void;
|
|
2550
|
+
|
|
2551
|
+
updateQueueOutboundCallerConfig(
|
|
2552
|
+
args: UpdateQueueOutboundCallerConfigCommandInput,
|
|
2553
|
+
options?: __HttpHandlerOptions
|
|
2554
|
+
): Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
|
|
2555
|
+
updateQueueOutboundCallerConfig(
|
|
2556
|
+
args: UpdateQueueOutboundCallerConfigCommandInput,
|
|
2557
|
+
cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
|
|
2558
|
+
): void;
|
|
2559
|
+
updateQueueOutboundCallerConfig(
|
|
2560
|
+
args: UpdateQueueOutboundCallerConfigCommandInput,
|
|
2561
|
+
options: __HttpHandlerOptions,
|
|
2562
|
+
cb: (err: any, data?: UpdateQueueOutboundCallerConfigCommandOutput) => void
|
|
2563
|
+
): void;
|
|
2564
|
+
|
|
2565
|
+
updateQueueStatus(
|
|
2566
|
+
args: UpdateQueueStatusCommandInput,
|
|
2567
|
+
options?: __HttpHandlerOptions
|
|
2568
|
+
): Promise<UpdateQueueStatusCommandOutput>;
|
|
2569
|
+
updateQueueStatus(
|
|
2570
|
+
args: UpdateQueueStatusCommandInput,
|
|
2571
|
+
cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void
|
|
2572
|
+
): void;
|
|
2573
|
+
updateQueueStatus(
|
|
2574
|
+
args: UpdateQueueStatusCommandInput,
|
|
2575
|
+
options: __HttpHandlerOptions,
|
|
2576
|
+
cb: (err: any, data?: UpdateQueueStatusCommandOutput) => void
|
|
2577
|
+
): void;
|
|
2578
|
+
|
|
2579
|
+
updateQuickConnectConfig(
|
|
2580
|
+
args: UpdateQuickConnectConfigCommandInput,
|
|
2581
|
+
options?: __HttpHandlerOptions
|
|
2582
|
+
): Promise<UpdateQuickConnectConfigCommandOutput>;
|
|
2583
|
+
updateQuickConnectConfig(
|
|
2584
|
+
args: UpdateQuickConnectConfigCommandInput,
|
|
2585
|
+
cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
|
|
2586
|
+
): void;
|
|
2587
|
+
updateQuickConnectConfig(
|
|
2588
|
+
args: UpdateQuickConnectConfigCommandInput,
|
|
2589
|
+
options: __HttpHandlerOptions,
|
|
2590
|
+
cb: (err: any, data?: UpdateQuickConnectConfigCommandOutput) => void
|
|
2591
|
+
): void;
|
|
2592
|
+
|
|
2593
|
+
updateQuickConnectName(
|
|
2594
|
+
args: UpdateQuickConnectNameCommandInput,
|
|
2595
|
+
options?: __HttpHandlerOptions
|
|
2596
|
+
): Promise<UpdateQuickConnectNameCommandOutput>;
|
|
2597
|
+
updateQuickConnectName(
|
|
2598
|
+
args: UpdateQuickConnectNameCommandInput,
|
|
2599
|
+
cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
|
|
2600
|
+
): void;
|
|
2601
|
+
updateQuickConnectName(
|
|
2602
|
+
args: UpdateQuickConnectNameCommandInput,
|
|
2603
|
+
options: __HttpHandlerOptions,
|
|
2604
|
+
cb: (err: any, data?: UpdateQuickConnectNameCommandOutput) => void
|
|
2605
|
+
): void;
|
|
2606
|
+
|
|
2607
|
+
updateRoutingProfileConcurrency(
|
|
2608
|
+
args: UpdateRoutingProfileConcurrencyCommandInput,
|
|
2609
|
+
options?: __HttpHandlerOptions
|
|
2610
|
+
): Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
|
|
2611
|
+
updateRoutingProfileConcurrency(
|
|
2612
|
+
args: UpdateRoutingProfileConcurrencyCommandInput,
|
|
2613
|
+
cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
|
|
2614
|
+
): void;
|
|
2615
|
+
updateRoutingProfileConcurrency(
|
|
2616
|
+
args: UpdateRoutingProfileConcurrencyCommandInput,
|
|
2617
|
+
options: __HttpHandlerOptions,
|
|
2618
|
+
cb: (err: any, data?: UpdateRoutingProfileConcurrencyCommandOutput) => void
|
|
2619
|
+
): void;
|
|
2620
|
+
|
|
2621
|
+
updateRoutingProfileDefaultOutboundQueue(
|
|
2622
|
+
args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
2623
|
+
options?: __HttpHandlerOptions
|
|
2624
|
+
): Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
|
|
2625
|
+
updateRoutingProfileDefaultOutboundQueue(
|
|
2626
|
+
args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
2627
|
+
cb: (
|
|
2628
|
+
err: any,
|
|
2629
|
+
data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput
|
|
2630
|
+
) => void
|
|
2631
|
+
): void;
|
|
2632
|
+
updateRoutingProfileDefaultOutboundQueue(
|
|
2633
|
+
args: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
2634
|
+
options: __HttpHandlerOptions,
|
|
2635
|
+
cb: (
|
|
2636
|
+
err: any,
|
|
2637
|
+
data?: UpdateRoutingProfileDefaultOutboundQueueCommandOutput
|
|
2638
|
+
) => void
|
|
2639
|
+
): void;
|
|
2640
|
+
|
|
2641
|
+
updateRoutingProfileName(
|
|
2642
|
+
args: UpdateRoutingProfileNameCommandInput,
|
|
2643
|
+
options?: __HttpHandlerOptions
|
|
2644
|
+
): Promise<UpdateRoutingProfileNameCommandOutput>;
|
|
2645
|
+
updateRoutingProfileName(
|
|
2646
|
+
args: UpdateRoutingProfileNameCommandInput,
|
|
2647
|
+
cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
|
|
2648
|
+
): void;
|
|
2649
|
+
updateRoutingProfileName(
|
|
2650
|
+
args: UpdateRoutingProfileNameCommandInput,
|
|
2651
|
+
options: __HttpHandlerOptions,
|
|
2652
|
+
cb: (err: any, data?: UpdateRoutingProfileNameCommandOutput) => void
|
|
2653
|
+
): void;
|
|
2654
|
+
|
|
2655
|
+
updateRoutingProfileQueues(
|
|
2656
|
+
args: UpdateRoutingProfileQueuesCommandInput,
|
|
2657
|
+
options?: __HttpHandlerOptions
|
|
2658
|
+
): Promise<UpdateRoutingProfileQueuesCommandOutput>;
|
|
2659
|
+
updateRoutingProfileQueues(
|
|
2660
|
+
args: UpdateRoutingProfileQueuesCommandInput,
|
|
2661
|
+
cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
|
|
2662
|
+
): void;
|
|
2663
|
+
updateRoutingProfileQueues(
|
|
2664
|
+
args: UpdateRoutingProfileQueuesCommandInput,
|
|
2665
|
+
options: __HttpHandlerOptions,
|
|
2666
|
+
cb: (err: any, data?: UpdateRoutingProfileQueuesCommandOutput) => void
|
|
2667
|
+
): void;
|
|
2668
|
+
|
|
2669
|
+
updateSecurityProfile(
|
|
2670
|
+
args: UpdateSecurityProfileCommandInput,
|
|
2671
|
+
options?: __HttpHandlerOptions
|
|
2672
|
+
): Promise<UpdateSecurityProfileCommandOutput>;
|
|
2673
|
+
updateSecurityProfile(
|
|
2674
|
+
args: UpdateSecurityProfileCommandInput,
|
|
2675
|
+
cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void
|
|
2676
|
+
): void;
|
|
2677
|
+
updateSecurityProfile(
|
|
2678
|
+
args: UpdateSecurityProfileCommandInput,
|
|
2679
|
+
options: __HttpHandlerOptions,
|
|
2680
|
+
cb: (err: any, data?: UpdateSecurityProfileCommandOutput) => void
|
|
2681
|
+
): void;
|
|
2682
|
+
|
|
2683
|
+
updateTaskTemplate(
|
|
2684
|
+
args: UpdateTaskTemplateCommandInput,
|
|
2685
|
+
options?: __HttpHandlerOptions
|
|
2686
|
+
): Promise<UpdateTaskTemplateCommandOutput>;
|
|
2687
|
+
updateTaskTemplate(
|
|
2688
|
+
args: UpdateTaskTemplateCommandInput,
|
|
2689
|
+
cb: (err: any, data?: UpdateTaskTemplateCommandOutput) => void
|
|
2690
|
+
): void;
|
|
2691
|
+
updateTaskTemplate(
|
|
2692
|
+
args: UpdateTaskTemplateCommandInput,
|
|
2693
|
+
options: __HttpHandlerOptions,
|
|
2694
|
+
cb: (err: any, data?: UpdateTaskTemplateCommandOutput) => void
|
|
2695
|
+
): void;
|
|
2696
|
+
|
|
2697
|
+
updateUserHierarchy(
|
|
2698
|
+
args: UpdateUserHierarchyCommandInput,
|
|
2699
|
+
options?: __HttpHandlerOptions
|
|
2700
|
+
): Promise<UpdateUserHierarchyCommandOutput>;
|
|
2701
|
+
updateUserHierarchy(
|
|
2702
|
+
args: UpdateUserHierarchyCommandInput,
|
|
2703
|
+
cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
|
|
2704
|
+
): void;
|
|
2705
|
+
updateUserHierarchy(
|
|
2706
|
+
args: UpdateUserHierarchyCommandInput,
|
|
2707
|
+
options: __HttpHandlerOptions,
|
|
2708
|
+
cb: (err: any, data?: UpdateUserHierarchyCommandOutput) => void
|
|
2709
|
+
): void;
|
|
2710
|
+
|
|
2711
|
+
updateUserHierarchyGroupName(
|
|
2712
|
+
args: UpdateUserHierarchyGroupNameCommandInput,
|
|
2713
|
+
options?: __HttpHandlerOptions
|
|
2714
|
+
): Promise<UpdateUserHierarchyGroupNameCommandOutput>;
|
|
2715
|
+
updateUserHierarchyGroupName(
|
|
2716
|
+
args: UpdateUserHierarchyGroupNameCommandInput,
|
|
2717
|
+
cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
|
|
2718
|
+
): void;
|
|
2719
|
+
updateUserHierarchyGroupName(
|
|
2720
|
+
args: UpdateUserHierarchyGroupNameCommandInput,
|
|
2721
|
+
options: __HttpHandlerOptions,
|
|
2722
|
+
cb: (err: any, data?: UpdateUserHierarchyGroupNameCommandOutput) => void
|
|
2723
|
+
): void;
|
|
2724
|
+
|
|
2725
|
+
updateUserHierarchyStructure(
|
|
2726
|
+
args: UpdateUserHierarchyStructureCommandInput,
|
|
2727
|
+
options?: __HttpHandlerOptions
|
|
2728
|
+
): Promise<UpdateUserHierarchyStructureCommandOutput>;
|
|
2729
|
+
updateUserHierarchyStructure(
|
|
2730
|
+
args: UpdateUserHierarchyStructureCommandInput,
|
|
2731
|
+
cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
|
|
2732
|
+
): void;
|
|
2733
|
+
updateUserHierarchyStructure(
|
|
2734
|
+
args: UpdateUserHierarchyStructureCommandInput,
|
|
2735
|
+
options: __HttpHandlerOptions,
|
|
2736
|
+
cb: (err: any, data?: UpdateUserHierarchyStructureCommandOutput) => void
|
|
2737
|
+
): void;
|
|
2738
|
+
|
|
2739
|
+
updateUserIdentityInfo(
|
|
2740
|
+
args: UpdateUserIdentityInfoCommandInput,
|
|
2741
|
+
options?: __HttpHandlerOptions
|
|
2742
|
+
): Promise<UpdateUserIdentityInfoCommandOutput>;
|
|
2743
|
+
updateUserIdentityInfo(
|
|
2744
|
+
args: UpdateUserIdentityInfoCommandInput,
|
|
2745
|
+
cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
|
|
2746
|
+
): void;
|
|
2747
|
+
updateUserIdentityInfo(
|
|
2748
|
+
args: UpdateUserIdentityInfoCommandInput,
|
|
2749
|
+
options: __HttpHandlerOptions,
|
|
2750
|
+
cb: (err: any, data?: UpdateUserIdentityInfoCommandOutput) => void
|
|
2751
|
+
): void;
|
|
2752
|
+
|
|
2753
|
+
updateUserPhoneConfig(
|
|
2754
|
+
args: UpdateUserPhoneConfigCommandInput,
|
|
2755
|
+
options?: __HttpHandlerOptions
|
|
2756
|
+
): Promise<UpdateUserPhoneConfigCommandOutput>;
|
|
2757
|
+
updateUserPhoneConfig(
|
|
2758
|
+
args: UpdateUserPhoneConfigCommandInput,
|
|
2759
|
+
cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
|
|
2760
|
+
): void;
|
|
2761
|
+
updateUserPhoneConfig(
|
|
2762
|
+
args: UpdateUserPhoneConfigCommandInput,
|
|
2763
|
+
options: __HttpHandlerOptions,
|
|
2764
|
+
cb: (err: any, data?: UpdateUserPhoneConfigCommandOutput) => void
|
|
2765
|
+
): void;
|
|
2766
|
+
|
|
2767
|
+
updateUserRoutingProfile(
|
|
2768
|
+
args: UpdateUserRoutingProfileCommandInput,
|
|
2769
|
+
options?: __HttpHandlerOptions
|
|
2770
|
+
): Promise<UpdateUserRoutingProfileCommandOutput>;
|
|
2771
|
+
updateUserRoutingProfile(
|
|
2772
|
+
args: UpdateUserRoutingProfileCommandInput,
|
|
2773
|
+
cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
|
|
2774
|
+
): void;
|
|
2775
|
+
updateUserRoutingProfile(
|
|
2776
|
+
args: UpdateUserRoutingProfileCommandInput,
|
|
2777
|
+
options: __HttpHandlerOptions,
|
|
2778
|
+
cb: (err: any, data?: UpdateUserRoutingProfileCommandOutput) => void
|
|
2779
|
+
): void;
|
|
2780
|
+
|
|
2781
|
+
updateUserSecurityProfiles(
|
|
2782
|
+
args: UpdateUserSecurityProfilesCommandInput,
|
|
2783
|
+
options?: __HttpHandlerOptions
|
|
2784
|
+
): Promise<UpdateUserSecurityProfilesCommandOutput>;
|
|
2785
|
+
updateUserSecurityProfiles(
|
|
2786
|
+
args: UpdateUserSecurityProfilesCommandInput,
|
|
2787
|
+
cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
|
|
2788
|
+
): void;
|
|
2789
|
+
updateUserSecurityProfiles(
|
|
2790
|
+
args: UpdateUserSecurityProfilesCommandInput,
|
|
2791
|
+
options: __HttpHandlerOptions,
|
|
2792
|
+
cb: (err: any, data?: UpdateUserSecurityProfilesCommandOutput) => void
|
|
2793
|
+
): void;
|
|
2794
|
+
}
|