@aws-sdk/client-connect 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Connect.d.ts +2794 -775
- package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
- package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +154 -154
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ConnectServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
- package/dist-types/ts3.4/models/models_1.d.ts +1647 -1485
- package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +39 -39
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,464 +1,1853 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AssociateApprovedOriginCommandInput,
|
|
8
|
+
AssociateApprovedOriginCommandOutput,
|
|
9
|
+
} from "../commands/AssociateApprovedOriginCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateBotCommandInput,
|
|
12
|
+
AssociateBotCommandOutput,
|
|
13
|
+
} from "../commands/AssociateBotCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateDefaultVocabularyCommandInput,
|
|
16
|
+
AssociateDefaultVocabularyCommandOutput,
|
|
17
|
+
} from "../commands/AssociateDefaultVocabularyCommand";
|
|
18
|
+
import {
|
|
19
|
+
AssociateInstanceStorageConfigCommandInput,
|
|
20
|
+
AssociateInstanceStorageConfigCommandOutput,
|
|
21
|
+
} from "../commands/AssociateInstanceStorageConfigCommand";
|
|
22
|
+
import {
|
|
23
|
+
AssociateLambdaFunctionCommandInput,
|
|
24
|
+
AssociateLambdaFunctionCommandOutput,
|
|
25
|
+
} from "../commands/AssociateLambdaFunctionCommand";
|
|
26
|
+
import {
|
|
27
|
+
AssociateLexBotCommandInput,
|
|
28
|
+
AssociateLexBotCommandOutput,
|
|
29
|
+
} from "../commands/AssociateLexBotCommand";
|
|
30
|
+
import {
|
|
31
|
+
AssociatePhoneNumberContactFlowCommandInput,
|
|
32
|
+
AssociatePhoneNumberContactFlowCommandOutput,
|
|
33
|
+
} from "../commands/AssociatePhoneNumberContactFlowCommand";
|
|
34
|
+
import {
|
|
35
|
+
AssociateQueueQuickConnectsCommandInput,
|
|
36
|
+
AssociateQueueQuickConnectsCommandOutput,
|
|
37
|
+
} from "../commands/AssociateQueueQuickConnectsCommand";
|
|
38
|
+
import {
|
|
39
|
+
AssociateRoutingProfileQueuesCommandInput,
|
|
40
|
+
AssociateRoutingProfileQueuesCommandOutput,
|
|
41
|
+
} from "../commands/AssociateRoutingProfileQueuesCommand";
|
|
42
|
+
import {
|
|
43
|
+
AssociateSecurityKeyCommandInput,
|
|
44
|
+
AssociateSecurityKeyCommandOutput,
|
|
45
|
+
} from "../commands/AssociateSecurityKeyCommand";
|
|
46
|
+
import {
|
|
47
|
+
ClaimPhoneNumberCommandInput,
|
|
48
|
+
ClaimPhoneNumberCommandOutput,
|
|
49
|
+
} from "../commands/ClaimPhoneNumberCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateAgentStatusCommandInput,
|
|
52
|
+
CreateAgentStatusCommandOutput,
|
|
53
|
+
} from "../commands/CreateAgentStatusCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateContactFlowCommandInput,
|
|
56
|
+
CreateContactFlowCommandOutput,
|
|
57
|
+
} from "../commands/CreateContactFlowCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateContactFlowModuleCommandInput,
|
|
60
|
+
CreateContactFlowModuleCommandOutput,
|
|
61
|
+
} from "../commands/CreateContactFlowModuleCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateHoursOfOperationCommandInput,
|
|
64
|
+
CreateHoursOfOperationCommandOutput,
|
|
65
|
+
} from "../commands/CreateHoursOfOperationCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateInstanceCommandInput,
|
|
68
|
+
CreateInstanceCommandOutput,
|
|
69
|
+
} from "../commands/CreateInstanceCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateIntegrationAssociationCommandInput,
|
|
72
|
+
CreateIntegrationAssociationCommandOutput,
|
|
73
|
+
} from "../commands/CreateIntegrationAssociationCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateQueueCommandInput,
|
|
76
|
+
CreateQueueCommandOutput,
|
|
77
|
+
} from "../commands/CreateQueueCommand";
|
|
78
|
+
import {
|
|
79
|
+
CreateQuickConnectCommandInput,
|
|
80
|
+
CreateQuickConnectCommandOutput,
|
|
81
|
+
} from "../commands/CreateQuickConnectCommand";
|
|
82
|
+
import {
|
|
83
|
+
CreateRoutingProfileCommandInput,
|
|
84
|
+
CreateRoutingProfileCommandOutput,
|
|
85
|
+
} from "../commands/CreateRoutingProfileCommand";
|
|
86
|
+
import {
|
|
87
|
+
CreateSecurityProfileCommandInput,
|
|
88
|
+
CreateSecurityProfileCommandOutput,
|
|
89
|
+
} from "../commands/CreateSecurityProfileCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreateTaskTemplateCommandInput,
|
|
92
|
+
CreateTaskTemplateCommandOutput,
|
|
93
|
+
} from "../commands/CreateTaskTemplateCommand";
|
|
94
|
+
import {
|
|
95
|
+
CreateUseCaseCommandInput,
|
|
96
|
+
CreateUseCaseCommandOutput,
|
|
97
|
+
} from "../commands/CreateUseCaseCommand";
|
|
98
|
+
import {
|
|
99
|
+
CreateUserCommandInput,
|
|
100
|
+
CreateUserCommandOutput,
|
|
101
|
+
} from "../commands/CreateUserCommand";
|
|
102
|
+
import {
|
|
103
|
+
CreateUserHierarchyGroupCommandInput,
|
|
104
|
+
CreateUserHierarchyGroupCommandOutput,
|
|
105
|
+
} from "../commands/CreateUserHierarchyGroupCommand";
|
|
106
|
+
import {
|
|
107
|
+
CreateVocabularyCommandInput,
|
|
108
|
+
CreateVocabularyCommandOutput,
|
|
109
|
+
} from "../commands/CreateVocabularyCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteContactFlowCommandInput,
|
|
112
|
+
DeleteContactFlowCommandOutput,
|
|
113
|
+
} from "../commands/DeleteContactFlowCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteContactFlowModuleCommandInput,
|
|
116
|
+
DeleteContactFlowModuleCommandOutput,
|
|
117
|
+
} from "../commands/DeleteContactFlowModuleCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeleteHoursOfOperationCommandInput,
|
|
120
|
+
DeleteHoursOfOperationCommandOutput,
|
|
121
|
+
} from "../commands/DeleteHoursOfOperationCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteInstanceCommandInput,
|
|
124
|
+
DeleteInstanceCommandOutput,
|
|
125
|
+
} from "../commands/DeleteInstanceCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteIntegrationAssociationCommandInput,
|
|
128
|
+
DeleteIntegrationAssociationCommandOutput,
|
|
129
|
+
} from "../commands/DeleteIntegrationAssociationCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteQuickConnectCommandInput,
|
|
132
|
+
DeleteQuickConnectCommandOutput,
|
|
133
|
+
} from "../commands/DeleteQuickConnectCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteSecurityProfileCommandInput,
|
|
136
|
+
DeleteSecurityProfileCommandOutput,
|
|
137
|
+
} from "../commands/DeleteSecurityProfileCommand";
|
|
138
|
+
import {
|
|
139
|
+
DeleteTaskTemplateCommandInput,
|
|
140
|
+
DeleteTaskTemplateCommandOutput,
|
|
141
|
+
} from "../commands/DeleteTaskTemplateCommand";
|
|
142
|
+
import {
|
|
143
|
+
DeleteUseCaseCommandInput,
|
|
144
|
+
DeleteUseCaseCommandOutput,
|
|
145
|
+
} from "../commands/DeleteUseCaseCommand";
|
|
146
|
+
import {
|
|
147
|
+
DeleteUserCommandInput,
|
|
148
|
+
DeleteUserCommandOutput,
|
|
149
|
+
} from "../commands/DeleteUserCommand";
|
|
150
|
+
import {
|
|
151
|
+
DeleteUserHierarchyGroupCommandInput,
|
|
152
|
+
DeleteUserHierarchyGroupCommandOutput,
|
|
153
|
+
} from "../commands/DeleteUserHierarchyGroupCommand";
|
|
154
|
+
import {
|
|
155
|
+
DeleteVocabularyCommandInput,
|
|
156
|
+
DeleteVocabularyCommandOutput,
|
|
157
|
+
} from "../commands/DeleteVocabularyCommand";
|
|
158
|
+
import {
|
|
159
|
+
DescribeAgentStatusCommandInput,
|
|
160
|
+
DescribeAgentStatusCommandOutput,
|
|
161
|
+
} from "../commands/DescribeAgentStatusCommand";
|
|
162
|
+
import {
|
|
163
|
+
DescribeContactCommandInput,
|
|
164
|
+
DescribeContactCommandOutput,
|
|
165
|
+
} from "../commands/DescribeContactCommand";
|
|
166
|
+
import {
|
|
167
|
+
DescribeContactFlowCommandInput,
|
|
168
|
+
DescribeContactFlowCommandOutput,
|
|
169
|
+
} from "../commands/DescribeContactFlowCommand";
|
|
170
|
+
import {
|
|
171
|
+
DescribeContactFlowModuleCommandInput,
|
|
172
|
+
DescribeContactFlowModuleCommandOutput,
|
|
173
|
+
} from "../commands/DescribeContactFlowModuleCommand";
|
|
174
|
+
import {
|
|
175
|
+
DescribeHoursOfOperationCommandInput,
|
|
176
|
+
DescribeHoursOfOperationCommandOutput,
|
|
177
|
+
} from "../commands/DescribeHoursOfOperationCommand";
|
|
178
|
+
import {
|
|
179
|
+
DescribeInstanceAttributeCommandInput,
|
|
180
|
+
DescribeInstanceAttributeCommandOutput,
|
|
181
|
+
} from "../commands/DescribeInstanceAttributeCommand";
|
|
182
|
+
import {
|
|
183
|
+
DescribeInstanceCommandInput,
|
|
184
|
+
DescribeInstanceCommandOutput,
|
|
185
|
+
} from "../commands/DescribeInstanceCommand";
|
|
186
|
+
import {
|
|
187
|
+
DescribeInstanceStorageConfigCommandInput,
|
|
188
|
+
DescribeInstanceStorageConfigCommandOutput,
|
|
189
|
+
} from "../commands/DescribeInstanceStorageConfigCommand";
|
|
190
|
+
import {
|
|
191
|
+
DescribePhoneNumberCommandInput,
|
|
192
|
+
DescribePhoneNumberCommandOutput,
|
|
193
|
+
} from "../commands/DescribePhoneNumberCommand";
|
|
194
|
+
import {
|
|
195
|
+
DescribeQueueCommandInput,
|
|
196
|
+
DescribeQueueCommandOutput,
|
|
197
|
+
} from "../commands/DescribeQueueCommand";
|
|
198
|
+
import {
|
|
199
|
+
DescribeQuickConnectCommandInput,
|
|
200
|
+
DescribeQuickConnectCommandOutput,
|
|
201
|
+
} from "../commands/DescribeQuickConnectCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeRoutingProfileCommandInput,
|
|
204
|
+
DescribeRoutingProfileCommandOutput,
|
|
205
|
+
} from "../commands/DescribeRoutingProfileCommand";
|
|
206
|
+
import {
|
|
207
|
+
DescribeSecurityProfileCommandInput,
|
|
208
|
+
DescribeSecurityProfileCommandOutput,
|
|
209
|
+
} from "../commands/DescribeSecurityProfileCommand";
|
|
210
|
+
import {
|
|
211
|
+
DescribeUserCommandInput,
|
|
212
|
+
DescribeUserCommandOutput,
|
|
213
|
+
} from "../commands/DescribeUserCommand";
|
|
214
|
+
import {
|
|
215
|
+
DescribeUserHierarchyGroupCommandInput,
|
|
216
|
+
DescribeUserHierarchyGroupCommandOutput,
|
|
217
|
+
} from "../commands/DescribeUserHierarchyGroupCommand";
|
|
218
|
+
import {
|
|
219
|
+
DescribeUserHierarchyStructureCommandInput,
|
|
220
|
+
DescribeUserHierarchyStructureCommandOutput,
|
|
221
|
+
} from "../commands/DescribeUserHierarchyStructureCommand";
|
|
222
|
+
import {
|
|
223
|
+
DescribeVocabularyCommandInput,
|
|
224
|
+
DescribeVocabularyCommandOutput,
|
|
225
|
+
} from "../commands/DescribeVocabularyCommand";
|
|
226
|
+
import {
|
|
227
|
+
DisassociateApprovedOriginCommandInput,
|
|
228
|
+
DisassociateApprovedOriginCommandOutput,
|
|
229
|
+
} from "../commands/DisassociateApprovedOriginCommand";
|
|
230
|
+
import {
|
|
231
|
+
DisassociateBotCommandInput,
|
|
232
|
+
DisassociateBotCommandOutput,
|
|
233
|
+
} from "../commands/DisassociateBotCommand";
|
|
234
|
+
import {
|
|
235
|
+
DisassociateInstanceStorageConfigCommandInput,
|
|
236
|
+
DisassociateInstanceStorageConfigCommandOutput,
|
|
237
|
+
} from "../commands/DisassociateInstanceStorageConfigCommand";
|
|
238
|
+
import {
|
|
239
|
+
DisassociateLambdaFunctionCommandInput,
|
|
240
|
+
DisassociateLambdaFunctionCommandOutput,
|
|
241
|
+
} from "../commands/DisassociateLambdaFunctionCommand";
|
|
242
|
+
import {
|
|
243
|
+
DisassociateLexBotCommandInput,
|
|
244
|
+
DisassociateLexBotCommandOutput,
|
|
245
|
+
} from "../commands/DisassociateLexBotCommand";
|
|
246
|
+
import {
|
|
247
|
+
DisassociatePhoneNumberContactFlowCommandInput,
|
|
248
|
+
DisassociatePhoneNumberContactFlowCommandOutput,
|
|
249
|
+
} from "../commands/DisassociatePhoneNumberContactFlowCommand";
|
|
250
|
+
import {
|
|
251
|
+
DisassociateQueueQuickConnectsCommandInput,
|
|
252
|
+
DisassociateQueueQuickConnectsCommandOutput,
|
|
253
|
+
} from "../commands/DisassociateQueueQuickConnectsCommand";
|
|
254
|
+
import {
|
|
255
|
+
DisassociateRoutingProfileQueuesCommandInput,
|
|
256
|
+
DisassociateRoutingProfileQueuesCommandOutput,
|
|
257
|
+
} from "../commands/DisassociateRoutingProfileQueuesCommand";
|
|
258
|
+
import {
|
|
259
|
+
DisassociateSecurityKeyCommandInput,
|
|
260
|
+
DisassociateSecurityKeyCommandOutput,
|
|
261
|
+
} from "../commands/DisassociateSecurityKeyCommand";
|
|
262
|
+
import {
|
|
263
|
+
GetContactAttributesCommandInput,
|
|
264
|
+
GetContactAttributesCommandOutput,
|
|
265
|
+
} from "../commands/GetContactAttributesCommand";
|
|
266
|
+
import {
|
|
267
|
+
GetCurrentMetricDataCommandInput,
|
|
268
|
+
GetCurrentMetricDataCommandOutput,
|
|
269
|
+
} from "../commands/GetCurrentMetricDataCommand";
|
|
270
|
+
import {
|
|
271
|
+
GetCurrentUserDataCommandInput,
|
|
272
|
+
GetCurrentUserDataCommandOutput,
|
|
273
|
+
} from "../commands/GetCurrentUserDataCommand";
|
|
274
|
+
import {
|
|
275
|
+
GetFederationTokenCommandInput,
|
|
276
|
+
GetFederationTokenCommandOutput,
|
|
277
|
+
} from "../commands/GetFederationTokenCommand";
|
|
278
|
+
import {
|
|
279
|
+
GetMetricDataCommandInput,
|
|
280
|
+
GetMetricDataCommandOutput,
|
|
281
|
+
} from "../commands/GetMetricDataCommand";
|
|
282
|
+
import {
|
|
283
|
+
GetTaskTemplateCommandInput,
|
|
284
|
+
GetTaskTemplateCommandOutput,
|
|
285
|
+
} from "../commands/GetTaskTemplateCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListAgentStatusesCommandInput,
|
|
288
|
+
ListAgentStatusesCommandOutput,
|
|
289
|
+
} from "../commands/ListAgentStatusesCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListApprovedOriginsCommandInput,
|
|
292
|
+
ListApprovedOriginsCommandOutput,
|
|
293
|
+
} from "../commands/ListApprovedOriginsCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListBotsCommandInput,
|
|
296
|
+
ListBotsCommandOutput,
|
|
297
|
+
} from "../commands/ListBotsCommand";
|
|
298
|
+
import {
|
|
299
|
+
ListContactFlowModulesCommandInput,
|
|
300
|
+
ListContactFlowModulesCommandOutput,
|
|
301
|
+
} from "../commands/ListContactFlowModulesCommand";
|
|
302
|
+
import {
|
|
303
|
+
ListContactFlowsCommandInput,
|
|
304
|
+
ListContactFlowsCommandOutput,
|
|
305
|
+
} from "../commands/ListContactFlowsCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListContactReferencesCommandInput,
|
|
308
|
+
ListContactReferencesCommandOutput,
|
|
309
|
+
} from "../commands/ListContactReferencesCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListDefaultVocabulariesCommandInput,
|
|
312
|
+
ListDefaultVocabulariesCommandOutput,
|
|
313
|
+
} from "../commands/ListDefaultVocabulariesCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListHoursOfOperationsCommandInput,
|
|
316
|
+
ListHoursOfOperationsCommandOutput,
|
|
317
|
+
} from "../commands/ListHoursOfOperationsCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListInstanceAttributesCommandInput,
|
|
320
|
+
ListInstanceAttributesCommandOutput,
|
|
321
|
+
} from "../commands/ListInstanceAttributesCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListInstancesCommandInput,
|
|
324
|
+
ListInstancesCommandOutput,
|
|
325
|
+
} from "../commands/ListInstancesCommand";
|
|
326
|
+
import {
|
|
327
|
+
ListInstanceStorageConfigsCommandInput,
|
|
328
|
+
ListInstanceStorageConfigsCommandOutput,
|
|
329
|
+
} from "../commands/ListInstanceStorageConfigsCommand";
|
|
330
|
+
import {
|
|
331
|
+
ListIntegrationAssociationsCommandInput,
|
|
332
|
+
ListIntegrationAssociationsCommandOutput,
|
|
333
|
+
} from "../commands/ListIntegrationAssociationsCommand";
|
|
334
|
+
import {
|
|
335
|
+
ListLambdaFunctionsCommandInput,
|
|
336
|
+
ListLambdaFunctionsCommandOutput,
|
|
337
|
+
} from "../commands/ListLambdaFunctionsCommand";
|
|
338
|
+
import {
|
|
339
|
+
ListLexBotsCommandInput,
|
|
340
|
+
ListLexBotsCommandOutput,
|
|
341
|
+
} from "../commands/ListLexBotsCommand";
|
|
342
|
+
import {
|
|
343
|
+
ListPhoneNumbersCommandInput,
|
|
344
|
+
ListPhoneNumbersCommandOutput,
|
|
345
|
+
} from "../commands/ListPhoneNumbersCommand";
|
|
346
|
+
import {
|
|
347
|
+
ListPhoneNumbersV2CommandInput,
|
|
348
|
+
ListPhoneNumbersV2CommandOutput,
|
|
349
|
+
} from "../commands/ListPhoneNumbersV2Command";
|
|
350
|
+
import {
|
|
351
|
+
ListPromptsCommandInput,
|
|
352
|
+
ListPromptsCommandOutput,
|
|
353
|
+
} from "../commands/ListPromptsCommand";
|
|
354
|
+
import {
|
|
355
|
+
ListQueueQuickConnectsCommandInput,
|
|
356
|
+
ListQueueQuickConnectsCommandOutput,
|
|
357
|
+
} from "../commands/ListQueueQuickConnectsCommand";
|
|
358
|
+
import {
|
|
359
|
+
ListQueuesCommandInput,
|
|
360
|
+
ListQueuesCommandOutput,
|
|
361
|
+
} from "../commands/ListQueuesCommand";
|
|
362
|
+
import {
|
|
363
|
+
ListQuickConnectsCommandInput,
|
|
364
|
+
ListQuickConnectsCommandOutput,
|
|
365
|
+
} from "../commands/ListQuickConnectsCommand";
|
|
366
|
+
import {
|
|
367
|
+
ListRoutingProfileQueuesCommandInput,
|
|
368
|
+
ListRoutingProfileQueuesCommandOutput,
|
|
369
|
+
} from "../commands/ListRoutingProfileQueuesCommand";
|
|
370
|
+
import {
|
|
371
|
+
ListRoutingProfilesCommandInput,
|
|
372
|
+
ListRoutingProfilesCommandOutput,
|
|
373
|
+
} from "../commands/ListRoutingProfilesCommand";
|
|
374
|
+
import {
|
|
375
|
+
ListSecurityKeysCommandInput,
|
|
376
|
+
ListSecurityKeysCommandOutput,
|
|
377
|
+
} from "../commands/ListSecurityKeysCommand";
|
|
378
|
+
import {
|
|
379
|
+
ListSecurityProfilePermissionsCommandInput,
|
|
380
|
+
ListSecurityProfilePermissionsCommandOutput,
|
|
381
|
+
} from "../commands/ListSecurityProfilePermissionsCommand";
|
|
382
|
+
import {
|
|
383
|
+
ListSecurityProfilesCommandInput,
|
|
384
|
+
ListSecurityProfilesCommandOutput,
|
|
385
|
+
} from "../commands/ListSecurityProfilesCommand";
|
|
386
|
+
import {
|
|
387
|
+
ListTagsForResourceCommandInput,
|
|
388
|
+
ListTagsForResourceCommandOutput,
|
|
389
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
390
|
+
import {
|
|
391
|
+
ListTaskTemplatesCommandInput,
|
|
392
|
+
ListTaskTemplatesCommandOutput,
|
|
393
|
+
} from "../commands/ListTaskTemplatesCommand";
|
|
394
|
+
import {
|
|
395
|
+
ListUseCasesCommandInput,
|
|
396
|
+
ListUseCasesCommandOutput,
|
|
397
|
+
} from "../commands/ListUseCasesCommand";
|
|
398
|
+
import {
|
|
399
|
+
ListUserHierarchyGroupsCommandInput,
|
|
400
|
+
ListUserHierarchyGroupsCommandOutput,
|
|
401
|
+
} from "../commands/ListUserHierarchyGroupsCommand";
|
|
402
|
+
import {
|
|
403
|
+
ListUsersCommandInput,
|
|
404
|
+
ListUsersCommandOutput,
|
|
405
|
+
} from "../commands/ListUsersCommand";
|
|
406
|
+
import {
|
|
407
|
+
PutUserStatusCommandInput,
|
|
408
|
+
PutUserStatusCommandOutput,
|
|
409
|
+
} from "../commands/PutUserStatusCommand";
|
|
410
|
+
import {
|
|
411
|
+
ReleasePhoneNumberCommandInput,
|
|
412
|
+
ReleasePhoneNumberCommandOutput,
|
|
413
|
+
} from "../commands/ReleasePhoneNumberCommand";
|
|
414
|
+
import {
|
|
415
|
+
ResumeContactRecordingCommandInput,
|
|
416
|
+
ResumeContactRecordingCommandOutput,
|
|
417
|
+
} from "../commands/ResumeContactRecordingCommand";
|
|
418
|
+
import {
|
|
419
|
+
SearchAvailablePhoneNumbersCommandInput,
|
|
420
|
+
SearchAvailablePhoneNumbersCommandOutput,
|
|
421
|
+
} from "../commands/SearchAvailablePhoneNumbersCommand";
|
|
422
|
+
import {
|
|
423
|
+
SearchQueuesCommandInput,
|
|
424
|
+
SearchQueuesCommandOutput,
|
|
425
|
+
} from "../commands/SearchQueuesCommand";
|
|
426
|
+
import {
|
|
427
|
+
SearchRoutingProfilesCommandInput,
|
|
428
|
+
SearchRoutingProfilesCommandOutput,
|
|
429
|
+
} from "../commands/SearchRoutingProfilesCommand";
|
|
430
|
+
import {
|
|
431
|
+
SearchSecurityProfilesCommandInput,
|
|
432
|
+
SearchSecurityProfilesCommandOutput,
|
|
433
|
+
} from "../commands/SearchSecurityProfilesCommand";
|
|
434
|
+
import {
|
|
435
|
+
SearchUsersCommandInput,
|
|
436
|
+
SearchUsersCommandOutput,
|
|
437
|
+
} from "../commands/SearchUsersCommand";
|
|
438
|
+
import {
|
|
439
|
+
SearchVocabulariesCommandInput,
|
|
440
|
+
SearchVocabulariesCommandOutput,
|
|
441
|
+
} from "../commands/SearchVocabulariesCommand";
|
|
442
|
+
import {
|
|
443
|
+
StartChatContactCommandInput,
|
|
444
|
+
StartChatContactCommandOutput,
|
|
445
|
+
} from "../commands/StartChatContactCommand";
|
|
446
|
+
import {
|
|
447
|
+
StartContactRecordingCommandInput,
|
|
448
|
+
StartContactRecordingCommandOutput,
|
|
449
|
+
} from "../commands/StartContactRecordingCommand";
|
|
450
|
+
import {
|
|
451
|
+
StartContactStreamingCommandInput,
|
|
452
|
+
StartContactStreamingCommandOutput,
|
|
453
|
+
} from "../commands/StartContactStreamingCommand";
|
|
454
|
+
import {
|
|
455
|
+
StartOutboundVoiceContactCommandInput,
|
|
456
|
+
StartOutboundVoiceContactCommandOutput,
|
|
457
|
+
} from "../commands/StartOutboundVoiceContactCommand";
|
|
458
|
+
import {
|
|
459
|
+
StartTaskContactCommandInput,
|
|
460
|
+
StartTaskContactCommandOutput,
|
|
461
|
+
} from "../commands/StartTaskContactCommand";
|
|
462
|
+
import {
|
|
463
|
+
StopContactCommandInput,
|
|
464
|
+
StopContactCommandOutput,
|
|
465
|
+
} from "../commands/StopContactCommand";
|
|
466
|
+
import {
|
|
467
|
+
StopContactRecordingCommandInput,
|
|
468
|
+
StopContactRecordingCommandOutput,
|
|
469
|
+
} from "../commands/StopContactRecordingCommand";
|
|
470
|
+
import {
|
|
471
|
+
StopContactStreamingCommandInput,
|
|
472
|
+
StopContactStreamingCommandOutput,
|
|
473
|
+
} from "../commands/StopContactStreamingCommand";
|
|
474
|
+
import {
|
|
475
|
+
SuspendContactRecordingCommandInput,
|
|
476
|
+
SuspendContactRecordingCommandOutput,
|
|
477
|
+
} from "../commands/SuspendContactRecordingCommand";
|
|
478
|
+
import {
|
|
479
|
+
TagResourceCommandInput,
|
|
480
|
+
TagResourceCommandOutput,
|
|
481
|
+
} from "../commands/TagResourceCommand";
|
|
482
|
+
import {
|
|
483
|
+
TransferContactCommandInput,
|
|
484
|
+
TransferContactCommandOutput,
|
|
485
|
+
} from "../commands/TransferContactCommand";
|
|
486
|
+
import {
|
|
487
|
+
UntagResourceCommandInput,
|
|
488
|
+
UntagResourceCommandOutput,
|
|
489
|
+
} from "../commands/UntagResourceCommand";
|
|
490
|
+
import {
|
|
491
|
+
UpdateAgentStatusCommandInput,
|
|
492
|
+
UpdateAgentStatusCommandOutput,
|
|
493
|
+
} from "../commands/UpdateAgentStatusCommand";
|
|
494
|
+
import {
|
|
495
|
+
UpdateContactAttributesCommandInput,
|
|
496
|
+
UpdateContactAttributesCommandOutput,
|
|
497
|
+
} from "../commands/UpdateContactAttributesCommand";
|
|
498
|
+
import {
|
|
499
|
+
UpdateContactCommandInput,
|
|
500
|
+
UpdateContactCommandOutput,
|
|
501
|
+
} from "../commands/UpdateContactCommand";
|
|
502
|
+
import {
|
|
503
|
+
UpdateContactFlowContentCommandInput,
|
|
504
|
+
UpdateContactFlowContentCommandOutput,
|
|
505
|
+
} from "../commands/UpdateContactFlowContentCommand";
|
|
506
|
+
import {
|
|
507
|
+
UpdateContactFlowMetadataCommandInput,
|
|
508
|
+
UpdateContactFlowMetadataCommandOutput,
|
|
509
|
+
} from "../commands/UpdateContactFlowMetadataCommand";
|
|
510
|
+
import {
|
|
511
|
+
UpdateContactFlowModuleContentCommandInput,
|
|
512
|
+
UpdateContactFlowModuleContentCommandOutput,
|
|
513
|
+
} from "../commands/UpdateContactFlowModuleContentCommand";
|
|
514
|
+
import {
|
|
515
|
+
UpdateContactFlowModuleMetadataCommandInput,
|
|
516
|
+
UpdateContactFlowModuleMetadataCommandOutput,
|
|
517
|
+
} from "../commands/UpdateContactFlowModuleMetadataCommand";
|
|
518
|
+
import {
|
|
519
|
+
UpdateContactFlowNameCommandInput,
|
|
520
|
+
UpdateContactFlowNameCommandOutput,
|
|
521
|
+
} from "../commands/UpdateContactFlowNameCommand";
|
|
522
|
+
import {
|
|
523
|
+
UpdateContactScheduleCommandInput,
|
|
524
|
+
UpdateContactScheduleCommandOutput,
|
|
525
|
+
} from "../commands/UpdateContactScheduleCommand";
|
|
526
|
+
import {
|
|
527
|
+
UpdateHoursOfOperationCommandInput,
|
|
528
|
+
UpdateHoursOfOperationCommandOutput,
|
|
529
|
+
} from "../commands/UpdateHoursOfOperationCommand";
|
|
530
|
+
import {
|
|
531
|
+
UpdateInstanceAttributeCommandInput,
|
|
532
|
+
UpdateInstanceAttributeCommandOutput,
|
|
533
|
+
} from "../commands/UpdateInstanceAttributeCommand";
|
|
534
|
+
import {
|
|
535
|
+
UpdateInstanceStorageConfigCommandInput,
|
|
536
|
+
UpdateInstanceStorageConfigCommandOutput,
|
|
537
|
+
} from "../commands/UpdateInstanceStorageConfigCommand";
|
|
538
|
+
import {
|
|
539
|
+
UpdatePhoneNumberCommandInput,
|
|
540
|
+
UpdatePhoneNumberCommandOutput,
|
|
541
|
+
} from "../commands/UpdatePhoneNumberCommand";
|
|
542
|
+
import {
|
|
543
|
+
UpdateQueueHoursOfOperationCommandInput,
|
|
544
|
+
UpdateQueueHoursOfOperationCommandOutput,
|
|
545
|
+
} from "../commands/UpdateQueueHoursOfOperationCommand";
|
|
546
|
+
import {
|
|
547
|
+
UpdateQueueMaxContactsCommandInput,
|
|
548
|
+
UpdateQueueMaxContactsCommandOutput,
|
|
549
|
+
} from "../commands/UpdateQueueMaxContactsCommand";
|
|
550
|
+
import {
|
|
551
|
+
UpdateQueueNameCommandInput,
|
|
552
|
+
UpdateQueueNameCommandOutput,
|
|
553
|
+
} from "../commands/UpdateQueueNameCommand";
|
|
554
|
+
import {
|
|
555
|
+
UpdateQueueOutboundCallerConfigCommandInput,
|
|
556
|
+
UpdateQueueOutboundCallerConfigCommandOutput,
|
|
557
|
+
} from "../commands/UpdateQueueOutboundCallerConfigCommand";
|
|
558
|
+
import {
|
|
559
|
+
UpdateQueueStatusCommandInput,
|
|
560
|
+
UpdateQueueStatusCommandOutput,
|
|
561
|
+
} from "../commands/UpdateQueueStatusCommand";
|
|
562
|
+
import {
|
|
563
|
+
UpdateQuickConnectConfigCommandInput,
|
|
564
|
+
UpdateQuickConnectConfigCommandOutput,
|
|
565
|
+
} from "../commands/UpdateQuickConnectConfigCommand";
|
|
566
|
+
import {
|
|
567
|
+
UpdateQuickConnectNameCommandInput,
|
|
568
|
+
UpdateQuickConnectNameCommandOutput,
|
|
569
|
+
} from "../commands/UpdateQuickConnectNameCommand";
|
|
570
|
+
import {
|
|
571
|
+
UpdateRoutingProfileConcurrencyCommandInput,
|
|
572
|
+
UpdateRoutingProfileConcurrencyCommandOutput,
|
|
573
|
+
} from "../commands/UpdateRoutingProfileConcurrencyCommand";
|
|
574
|
+
import {
|
|
575
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
576
|
+
UpdateRoutingProfileDefaultOutboundQueueCommandOutput,
|
|
577
|
+
} from "../commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
|
|
578
|
+
import {
|
|
579
|
+
UpdateRoutingProfileNameCommandInput,
|
|
580
|
+
UpdateRoutingProfileNameCommandOutput,
|
|
581
|
+
} from "../commands/UpdateRoutingProfileNameCommand";
|
|
582
|
+
import {
|
|
583
|
+
UpdateRoutingProfileQueuesCommandInput,
|
|
584
|
+
UpdateRoutingProfileQueuesCommandOutput,
|
|
585
|
+
} from "../commands/UpdateRoutingProfileQueuesCommand";
|
|
586
|
+
import {
|
|
587
|
+
UpdateSecurityProfileCommandInput,
|
|
588
|
+
UpdateSecurityProfileCommandOutput,
|
|
589
|
+
} from "../commands/UpdateSecurityProfileCommand";
|
|
590
|
+
import {
|
|
591
|
+
UpdateTaskTemplateCommandInput,
|
|
592
|
+
UpdateTaskTemplateCommandOutput,
|
|
593
|
+
} from "../commands/UpdateTaskTemplateCommand";
|
|
594
|
+
import {
|
|
595
|
+
UpdateUserHierarchyCommandInput,
|
|
596
|
+
UpdateUserHierarchyCommandOutput,
|
|
597
|
+
} from "../commands/UpdateUserHierarchyCommand";
|
|
598
|
+
import {
|
|
599
|
+
UpdateUserHierarchyGroupNameCommandInput,
|
|
600
|
+
UpdateUserHierarchyGroupNameCommandOutput,
|
|
601
|
+
} from "../commands/UpdateUserHierarchyGroupNameCommand";
|
|
602
|
+
import {
|
|
603
|
+
UpdateUserHierarchyStructureCommandInput,
|
|
604
|
+
UpdateUserHierarchyStructureCommandOutput,
|
|
605
|
+
} from "../commands/UpdateUserHierarchyStructureCommand";
|
|
606
|
+
import {
|
|
607
|
+
UpdateUserIdentityInfoCommandInput,
|
|
608
|
+
UpdateUserIdentityInfoCommandOutput,
|
|
609
|
+
} from "../commands/UpdateUserIdentityInfoCommand";
|
|
610
|
+
import {
|
|
611
|
+
UpdateUserPhoneConfigCommandInput,
|
|
612
|
+
UpdateUserPhoneConfigCommandOutput,
|
|
613
|
+
} from "../commands/UpdateUserPhoneConfigCommand";
|
|
614
|
+
import {
|
|
615
|
+
UpdateUserRoutingProfileCommandInput,
|
|
616
|
+
UpdateUserRoutingProfileCommandOutput,
|
|
617
|
+
} from "../commands/UpdateUserRoutingProfileCommand";
|
|
618
|
+
import {
|
|
619
|
+
UpdateUserSecurityProfilesCommandInput,
|
|
620
|
+
UpdateUserSecurityProfilesCommandOutput,
|
|
621
|
+
} from "../commands/UpdateUserSecurityProfilesCommand";
|
|
622
|
+
export declare const serializeAws_restJson1AssociateApprovedOriginCommand: (
|
|
623
|
+
input: AssociateApprovedOriginCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const serializeAws_restJson1AssociateBotCommand: (
|
|
627
|
+
input: AssociateBotCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const serializeAws_restJson1AssociateDefaultVocabularyCommand: (
|
|
631
|
+
input: AssociateDefaultVocabularyCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
634
|
+
export declare const serializeAws_restJson1AssociateInstanceStorageConfigCommand: (
|
|
635
|
+
input: AssociateInstanceStorageConfigCommandInput,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const serializeAws_restJson1AssociateLambdaFunctionCommand: (
|
|
639
|
+
input: AssociateLambdaFunctionCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const serializeAws_restJson1AssociateLexBotCommand: (
|
|
643
|
+
input: AssociateLexBotCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const serializeAws_restJson1AssociatePhoneNumberContactFlowCommand: (
|
|
647
|
+
input: AssociatePhoneNumberContactFlowCommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const serializeAws_restJson1AssociateQueueQuickConnectsCommand: (
|
|
651
|
+
input: AssociateQueueQuickConnectsCommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
654
|
+
export declare const serializeAws_restJson1AssociateRoutingProfileQueuesCommand: (
|
|
655
|
+
input: AssociateRoutingProfileQueuesCommandInput,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<__HttpRequest>;
|
|
658
|
+
export declare const serializeAws_restJson1AssociateSecurityKeyCommand: (
|
|
659
|
+
input: AssociateSecurityKeyCommandInput,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<__HttpRequest>;
|
|
662
|
+
export declare const serializeAws_restJson1ClaimPhoneNumberCommand: (
|
|
663
|
+
input: ClaimPhoneNumberCommandInput,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<__HttpRequest>;
|
|
666
|
+
export declare const serializeAws_restJson1CreateAgentStatusCommand: (
|
|
667
|
+
input: CreateAgentStatusCommandInput,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<__HttpRequest>;
|
|
670
|
+
export declare const serializeAws_restJson1CreateContactFlowCommand: (
|
|
671
|
+
input: CreateContactFlowCommandInput,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<__HttpRequest>;
|
|
674
|
+
export declare const serializeAws_restJson1CreateContactFlowModuleCommand: (
|
|
675
|
+
input: CreateContactFlowModuleCommandInput,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<__HttpRequest>;
|
|
678
|
+
export declare const serializeAws_restJson1CreateHoursOfOperationCommand: (
|
|
679
|
+
input: CreateHoursOfOperationCommandInput,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<__HttpRequest>;
|
|
682
|
+
export declare const serializeAws_restJson1CreateInstanceCommand: (
|
|
683
|
+
input: CreateInstanceCommandInput,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<__HttpRequest>;
|
|
686
|
+
export declare const serializeAws_restJson1CreateIntegrationAssociationCommand: (
|
|
687
|
+
input: CreateIntegrationAssociationCommandInput,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const serializeAws_restJson1CreateQueueCommand: (
|
|
691
|
+
input: CreateQueueCommandInput,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<__HttpRequest>;
|
|
694
|
+
export declare const serializeAws_restJson1CreateQuickConnectCommand: (
|
|
695
|
+
input: CreateQuickConnectCommandInput,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<__HttpRequest>;
|
|
698
|
+
export declare const serializeAws_restJson1CreateRoutingProfileCommand: (
|
|
699
|
+
input: CreateRoutingProfileCommandInput,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<__HttpRequest>;
|
|
702
|
+
export declare const serializeAws_restJson1CreateSecurityProfileCommand: (
|
|
703
|
+
input: CreateSecurityProfileCommandInput,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const serializeAws_restJson1CreateTaskTemplateCommand: (
|
|
707
|
+
input: CreateTaskTemplateCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
710
|
+
export declare const serializeAws_restJson1CreateUseCaseCommand: (
|
|
711
|
+
input: CreateUseCaseCommandInput,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<__HttpRequest>;
|
|
714
|
+
export declare const serializeAws_restJson1CreateUserCommand: (
|
|
715
|
+
input: CreateUserCommandInput,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<__HttpRequest>;
|
|
718
|
+
export declare const serializeAws_restJson1CreateUserHierarchyGroupCommand: (
|
|
719
|
+
input: CreateUserHierarchyGroupCommandInput,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<__HttpRequest>;
|
|
722
|
+
export declare const serializeAws_restJson1CreateVocabularyCommand: (
|
|
723
|
+
input: CreateVocabularyCommandInput,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const serializeAws_restJson1DeleteContactFlowCommand: (
|
|
727
|
+
input: DeleteContactFlowCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
730
|
+
export declare const serializeAws_restJson1DeleteContactFlowModuleCommand: (
|
|
731
|
+
input: DeleteContactFlowModuleCommandInput,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const serializeAws_restJson1DeleteHoursOfOperationCommand: (
|
|
735
|
+
input: DeleteHoursOfOperationCommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const serializeAws_restJson1DeleteInstanceCommand: (
|
|
739
|
+
input: DeleteInstanceCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const serializeAws_restJson1DeleteIntegrationAssociationCommand: (
|
|
743
|
+
input: DeleteIntegrationAssociationCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const serializeAws_restJson1DeleteQuickConnectCommand: (
|
|
747
|
+
input: DeleteQuickConnectCommandInput,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<__HttpRequest>;
|
|
750
|
+
export declare const serializeAws_restJson1DeleteSecurityProfileCommand: (
|
|
751
|
+
input: DeleteSecurityProfileCommandInput,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<__HttpRequest>;
|
|
754
|
+
export declare const serializeAws_restJson1DeleteTaskTemplateCommand: (
|
|
755
|
+
input: DeleteTaskTemplateCommandInput,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<__HttpRequest>;
|
|
758
|
+
export declare const serializeAws_restJson1DeleteUseCaseCommand: (
|
|
759
|
+
input: DeleteUseCaseCommandInput,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<__HttpRequest>;
|
|
762
|
+
export declare const serializeAws_restJson1DeleteUserCommand: (
|
|
763
|
+
input: DeleteUserCommandInput,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<__HttpRequest>;
|
|
766
|
+
export declare const serializeAws_restJson1DeleteUserHierarchyGroupCommand: (
|
|
767
|
+
input: DeleteUserHierarchyGroupCommandInput,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<__HttpRequest>;
|
|
770
|
+
export declare const serializeAws_restJson1DeleteVocabularyCommand: (
|
|
771
|
+
input: DeleteVocabularyCommandInput,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<__HttpRequest>;
|
|
774
|
+
export declare const serializeAws_restJson1DescribeAgentStatusCommand: (
|
|
775
|
+
input: DescribeAgentStatusCommandInput,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<__HttpRequest>;
|
|
778
|
+
export declare const serializeAws_restJson1DescribeContactCommand: (
|
|
779
|
+
input: DescribeContactCommandInput,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<__HttpRequest>;
|
|
782
|
+
export declare const serializeAws_restJson1DescribeContactFlowCommand: (
|
|
783
|
+
input: DescribeContactFlowCommandInput,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<__HttpRequest>;
|
|
786
|
+
export declare const serializeAws_restJson1DescribeContactFlowModuleCommand: (
|
|
787
|
+
input: DescribeContactFlowModuleCommandInput,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<__HttpRequest>;
|
|
790
|
+
export declare const serializeAws_restJson1DescribeHoursOfOperationCommand: (
|
|
791
|
+
input: DescribeHoursOfOperationCommandInput,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<__HttpRequest>;
|
|
794
|
+
export declare const serializeAws_restJson1DescribeInstanceCommand: (
|
|
795
|
+
input: DescribeInstanceCommandInput,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<__HttpRequest>;
|
|
798
|
+
export declare const serializeAws_restJson1DescribeInstanceAttributeCommand: (
|
|
799
|
+
input: DescribeInstanceAttributeCommandInput,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<__HttpRequest>;
|
|
802
|
+
export declare const serializeAws_restJson1DescribeInstanceStorageConfigCommand: (
|
|
803
|
+
input: DescribeInstanceStorageConfigCommandInput,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<__HttpRequest>;
|
|
806
|
+
export declare const serializeAws_restJson1DescribePhoneNumberCommand: (
|
|
807
|
+
input: DescribePhoneNumberCommandInput,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<__HttpRequest>;
|
|
810
|
+
export declare const serializeAws_restJson1DescribeQueueCommand: (
|
|
811
|
+
input: DescribeQueueCommandInput,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<__HttpRequest>;
|
|
814
|
+
export declare const serializeAws_restJson1DescribeQuickConnectCommand: (
|
|
815
|
+
input: DescribeQuickConnectCommandInput,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<__HttpRequest>;
|
|
818
|
+
export declare const serializeAws_restJson1DescribeRoutingProfileCommand: (
|
|
819
|
+
input: DescribeRoutingProfileCommandInput,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<__HttpRequest>;
|
|
822
|
+
export declare const serializeAws_restJson1DescribeSecurityProfileCommand: (
|
|
823
|
+
input: DescribeSecurityProfileCommandInput,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<__HttpRequest>;
|
|
826
|
+
export declare const serializeAws_restJson1DescribeUserCommand: (
|
|
827
|
+
input: DescribeUserCommandInput,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<__HttpRequest>;
|
|
830
|
+
export declare const serializeAws_restJson1DescribeUserHierarchyGroupCommand: (
|
|
831
|
+
input: DescribeUserHierarchyGroupCommandInput,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<__HttpRequest>;
|
|
834
|
+
export declare const serializeAws_restJson1DescribeUserHierarchyStructureCommand: (
|
|
835
|
+
input: DescribeUserHierarchyStructureCommandInput,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<__HttpRequest>;
|
|
838
|
+
export declare const serializeAws_restJson1DescribeVocabularyCommand: (
|
|
839
|
+
input: DescribeVocabularyCommandInput,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<__HttpRequest>;
|
|
842
|
+
export declare const serializeAws_restJson1DisassociateApprovedOriginCommand: (
|
|
843
|
+
input: DisassociateApprovedOriginCommandInput,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<__HttpRequest>;
|
|
846
|
+
export declare const serializeAws_restJson1DisassociateBotCommand: (
|
|
847
|
+
input: DisassociateBotCommandInput,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<__HttpRequest>;
|
|
850
|
+
export declare const serializeAws_restJson1DisassociateInstanceStorageConfigCommand: (
|
|
851
|
+
input: DisassociateInstanceStorageConfigCommandInput,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<__HttpRequest>;
|
|
854
|
+
export declare const serializeAws_restJson1DisassociateLambdaFunctionCommand: (
|
|
855
|
+
input: DisassociateLambdaFunctionCommandInput,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<__HttpRequest>;
|
|
858
|
+
export declare const serializeAws_restJson1DisassociateLexBotCommand: (
|
|
859
|
+
input: DisassociateLexBotCommandInput,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<__HttpRequest>;
|
|
862
|
+
export declare const serializeAws_restJson1DisassociatePhoneNumberContactFlowCommand: (
|
|
863
|
+
input: DisassociatePhoneNumberContactFlowCommandInput,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<__HttpRequest>;
|
|
866
|
+
export declare const serializeAws_restJson1DisassociateQueueQuickConnectsCommand: (
|
|
867
|
+
input: DisassociateQueueQuickConnectsCommandInput,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<__HttpRequest>;
|
|
870
|
+
export declare const serializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (
|
|
871
|
+
input: DisassociateRoutingProfileQueuesCommandInput,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<__HttpRequest>;
|
|
874
|
+
export declare const serializeAws_restJson1DisassociateSecurityKeyCommand: (
|
|
875
|
+
input: DisassociateSecurityKeyCommandInput,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<__HttpRequest>;
|
|
878
|
+
export declare const serializeAws_restJson1GetContactAttributesCommand: (
|
|
879
|
+
input: GetContactAttributesCommandInput,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<__HttpRequest>;
|
|
882
|
+
export declare const serializeAws_restJson1GetCurrentMetricDataCommand: (
|
|
883
|
+
input: GetCurrentMetricDataCommandInput,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<__HttpRequest>;
|
|
886
|
+
export declare const serializeAws_restJson1GetCurrentUserDataCommand: (
|
|
887
|
+
input: GetCurrentUserDataCommandInput,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<__HttpRequest>;
|
|
890
|
+
export declare const serializeAws_restJson1GetFederationTokenCommand: (
|
|
891
|
+
input: GetFederationTokenCommandInput,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<__HttpRequest>;
|
|
894
|
+
export declare const serializeAws_restJson1GetMetricDataCommand: (
|
|
895
|
+
input: GetMetricDataCommandInput,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<__HttpRequest>;
|
|
898
|
+
export declare const serializeAws_restJson1GetTaskTemplateCommand: (
|
|
899
|
+
input: GetTaskTemplateCommandInput,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<__HttpRequest>;
|
|
902
|
+
export declare const serializeAws_restJson1ListAgentStatusesCommand: (
|
|
903
|
+
input: ListAgentStatusesCommandInput,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<__HttpRequest>;
|
|
906
|
+
export declare const serializeAws_restJson1ListApprovedOriginsCommand: (
|
|
907
|
+
input: ListApprovedOriginsCommandInput,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<__HttpRequest>;
|
|
910
|
+
export declare const serializeAws_restJson1ListBotsCommand: (
|
|
911
|
+
input: ListBotsCommandInput,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<__HttpRequest>;
|
|
914
|
+
export declare const serializeAws_restJson1ListContactFlowModulesCommand: (
|
|
915
|
+
input: ListContactFlowModulesCommandInput,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<__HttpRequest>;
|
|
918
|
+
export declare const serializeAws_restJson1ListContactFlowsCommand: (
|
|
919
|
+
input: ListContactFlowsCommandInput,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<__HttpRequest>;
|
|
922
|
+
export declare const serializeAws_restJson1ListContactReferencesCommand: (
|
|
923
|
+
input: ListContactReferencesCommandInput,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<__HttpRequest>;
|
|
926
|
+
export declare const serializeAws_restJson1ListDefaultVocabulariesCommand: (
|
|
927
|
+
input: ListDefaultVocabulariesCommandInput,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<__HttpRequest>;
|
|
930
|
+
export declare const serializeAws_restJson1ListHoursOfOperationsCommand: (
|
|
931
|
+
input: ListHoursOfOperationsCommandInput,
|
|
932
|
+
context: __SerdeContext
|
|
933
|
+
) => Promise<__HttpRequest>;
|
|
934
|
+
export declare const serializeAws_restJson1ListInstanceAttributesCommand: (
|
|
935
|
+
input: ListInstanceAttributesCommandInput,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<__HttpRequest>;
|
|
938
|
+
export declare const serializeAws_restJson1ListInstancesCommand: (
|
|
939
|
+
input: ListInstancesCommandInput,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<__HttpRequest>;
|
|
942
|
+
export declare const serializeAws_restJson1ListInstanceStorageConfigsCommand: (
|
|
943
|
+
input: ListInstanceStorageConfigsCommandInput,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<__HttpRequest>;
|
|
946
|
+
export declare const serializeAws_restJson1ListIntegrationAssociationsCommand: (
|
|
947
|
+
input: ListIntegrationAssociationsCommandInput,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<__HttpRequest>;
|
|
950
|
+
export declare const serializeAws_restJson1ListLambdaFunctionsCommand: (
|
|
951
|
+
input: ListLambdaFunctionsCommandInput,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<__HttpRequest>;
|
|
954
|
+
export declare const serializeAws_restJson1ListLexBotsCommand: (
|
|
955
|
+
input: ListLexBotsCommandInput,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<__HttpRequest>;
|
|
958
|
+
export declare const serializeAws_restJson1ListPhoneNumbersCommand: (
|
|
959
|
+
input: ListPhoneNumbersCommandInput,
|
|
960
|
+
context: __SerdeContext
|
|
961
|
+
) => Promise<__HttpRequest>;
|
|
962
|
+
export declare const serializeAws_restJson1ListPhoneNumbersV2Command: (
|
|
963
|
+
input: ListPhoneNumbersV2CommandInput,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<__HttpRequest>;
|
|
966
|
+
export declare const serializeAws_restJson1ListPromptsCommand: (
|
|
967
|
+
input: ListPromptsCommandInput,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<__HttpRequest>;
|
|
970
|
+
export declare const serializeAws_restJson1ListQueueQuickConnectsCommand: (
|
|
971
|
+
input: ListQueueQuickConnectsCommandInput,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<__HttpRequest>;
|
|
974
|
+
export declare const serializeAws_restJson1ListQueuesCommand: (
|
|
975
|
+
input: ListQueuesCommandInput,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<__HttpRequest>;
|
|
978
|
+
export declare const serializeAws_restJson1ListQuickConnectsCommand: (
|
|
979
|
+
input: ListQuickConnectsCommandInput,
|
|
980
|
+
context: __SerdeContext
|
|
981
|
+
) => Promise<__HttpRequest>;
|
|
982
|
+
export declare const serializeAws_restJson1ListRoutingProfileQueuesCommand: (
|
|
983
|
+
input: ListRoutingProfileQueuesCommandInput,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<__HttpRequest>;
|
|
986
|
+
export declare const serializeAws_restJson1ListRoutingProfilesCommand: (
|
|
987
|
+
input: ListRoutingProfilesCommandInput,
|
|
988
|
+
context: __SerdeContext
|
|
989
|
+
) => Promise<__HttpRequest>;
|
|
990
|
+
export declare const serializeAws_restJson1ListSecurityKeysCommand: (
|
|
991
|
+
input: ListSecurityKeysCommandInput,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<__HttpRequest>;
|
|
994
|
+
export declare const serializeAws_restJson1ListSecurityProfilePermissionsCommand: (
|
|
995
|
+
input: ListSecurityProfilePermissionsCommandInput,
|
|
996
|
+
context: __SerdeContext
|
|
997
|
+
) => Promise<__HttpRequest>;
|
|
998
|
+
export declare const serializeAws_restJson1ListSecurityProfilesCommand: (
|
|
999
|
+
input: ListSecurityProfilesCommandInput,
|
|
1000
|
+
context: __SerdeContext
|
|
1001
|
+
) => Promise<__HttpRequest>;
|
|
1002
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
1003
|
+
input: ListTagsForResourceCommandInput,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<__HttpRequest>;
|
|
1006
|
+
export declare const serializeAws_restJson1ListTaskTemplatesCommand: (
|
|
1007
|
+
input: ListTaskTemplatesCommandInput,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<__HttpRequest>;
|
|
1010
|
+
export declare const serializeAws_restJson1ListUseCasesCommand: (
|
|
1011
|
+
input: ListUseCasesCommandInput,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<__HttpRequest>;
|
|
1014
|
+
export declare const serializeAws_restJson1ListUserHierarchyGroupsCommand: (
|
|
1015
|
+
input: ListUserHierarchyGroupsCommandInput,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<__HttpRequest>;
|
|
1018
|
+
export declare const serializeAws_restJson1ListUsersCommand: (
|
|
1019
|
+
input: ListUsersCommandInput,
|
|
1020
|
+
context: __SerdeContext
|
|
1021
|
+
) => Promise<__HttpRequest>;
|
|
1022
|
+
export declare const serializeAws_restJson1PutUserStatusCommand: (
|
|
1023
|
+
input: PutUserStatusCommandInput,
|
|
1024
|
+
context: __SerdeContext
|
|
1025
|
+
) => Promise<__HttpRequest>;
|
|
1026
|
+
export declare const serializeAws_restJson1ReleasePhoneNumberCommand: (
|
|
1027
|
+
input: ReleasePhoneNumberCommandInput,
|
|
1028
|
+
context: __SerdeContext
|
|
1029
|
+
) => Promise<__HttpRequest>;
|
|
1030
|
+
export declare const serializeAws_restJson1ResumeContactRecordingCommand: (
|
|
1031
|
+
input: ResumeContactRecordingCommandInput,
|
|
1032
|
+
context: __SerdeContext
|
|
1033
|
+
) => Promise<__HttpRequest>;
|
|
1034
|
+
export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (
|
|
1035
|
+
input: SearchAvailablePhoneNumbersCommandInput,
|
|
1036
|
+
context: __SerdeContext
|
|
1037
|
+
) => Promise<__HttpRequest>;
|
|
1038
|
+
export declare const serializeAws_restJson1SearchQueuesCommand: (
|
|
1039
|
+
input: SearchQueuesCommandInput,
|
|
1040
|
+
context: __SerdeContext
|
|
1041
|
+
) => Promise<__HttpRequest>;
|
|
1042
|
+
export declare const serializeAws_restJson1SearchRoutingProfilesCommand: (
|
|
1043
|
+
input: SearchRoutingProfilesCommandInput,
|
|
1044
|
+
context: __SerdeContext
|
|
1045
|
+
) => Promise<__HttpRequest>;
|
|
1046
|
+
export declare const serializeAws_restJson1SearchSecurityProfilesCommand: (
|
|
1047
|
+
input: SearchSecurityProfilesCommandInput,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<__HttpRequest>;
|
|
1050
|
+
export declare const serializeAws_restJson1SearchUsersCommand: (
|
|
1051
|
+
input: SearchUsersCommandInput,
|
|
1052
|
+
context: __SerdeContext
|
|
1053
|
+
) => Promise<__HttpRequest>;
|
|
1054
|
+
export declare const serializeAws_restJson1SearchVocabulariesCommand: (
|
|
1055
|
+
input: SearchVocabulariesCommandInput,
|
|
1056
|
+
context: __SerdeContext
|
|
1057
|
+
) => Promise<__HttpRequest>;
|
|
1058
|
+
export declare const serializeAws_restJson1StartChatContactCommand: (
|
|
1059
|
+
input: StartChatContactCommandInput,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<__HttpRequest>;
|
|
1062
|
+
export declare const serializeAws_restJson1StartContactRecordingCommand: (
|
|
1063
|
+
input: StartContactRecordingCommandInput,
|
|
1064
|
+
context: __SerdeContext
|
|
1065
|
+
) => Promise<__HttpRequest>;
|
|
1066
|
+
export declare const serializeAws_restJson1StartContactStreamingCommand: (
|
|
1067
|
+
input: StartContactStreamingCommandInput,
|
|
1068
|
+
context: __SerdeContext
|
|
1069
|
+
) => Promise<__HttpRequest>;
|
|
1070
|
+
export declare const serializeAws_restJson1StartOutboundVoiceContactCommand: (
|
|
1071
|
+
input: StartOutboundVoiceContactCommandInput,
|
|
1072
|
+
context: __SerdeContext
|
|
1073
|
+
) => Promise<__HttpRequest>;
|
|
1074
|
+
export declare const serializeAws_restJson1StartTaskContactCommand: (
|
|
1075
|
+
input: StartTaskContactCommandInput,
|
|
1076
|
+
context: __SerdeContext
|
|
1077
|
+
) => Promise<__HttpRequest>;
|
|
1078
|
+
export declare const serializeAws_restJson1StopContactCommand: (
|
|
1079
|
+
input: StopContactCommandInput,
|
|
1080
|
+
context: __SerdeContext
|
|
1081
|
+
) => Promise<__HttpRequest>;
|
|
1082
|
+
export declare const serializeAws_restJson1StopContactRecordingCommand: (
|
|
1083
|
+
input: StopContactRecordingCommandInput,
|
|
1084
|
+
context: __SerdeContext
|
|
1085
|
+
) => Promise<__HttpRequest>;
|
|
1086
|
+
export declare const serializeAws_restJson1StopContactStreamingCommand: (
|
|
1087
|
+
input: StopContactStreamingCommandInput,
|
|
1088
|
+
context: __SerdeContext
|
|
1089
|
+
) => Promise<__HttpRequest>;
|
|
1090
|
+
export declare const serializeAws_restJson1SuspendContactRecordingCommand: (
|
|
1091
|
+
input: SuspendContactRecordingCommandInput,
|
|
1092
|
+
context: __SerdeContext
|
|
1093
|
+
) => Promise<__HttpRequest>;
|
|
1094
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
1095
|
+
input: TagResourceCommandInput,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<__HttpRequest>;
|
|
1098
|
+
export declare const serializeAws_restJson1TransferContactCommand: (
|
|
1099
|
+
input: TransferContactCommandInput,
|
|
1100
|
+
context: __SerdeContext
|
|
1101
|
+
) => Promise<__HttpRequest>;
|
|
1102
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
1103
|
+
input: UntagResourceCommandInput,
|
|
1104
|
+
context: __SerdeContext
|
|
1105
|
+
) => Promise<__HttpRequest>;
|
|
1106
|
+
export declare const serializeAws_restJson1UpdateAgentStatusCommand: (
|
|
1107
|
+
input: UpdateAgentStatusCommandInput,
|
|
1108
|
+
context: __SerdeContext
|
|
1109
|
+
) => Promise<__HttpRequest>;
|
|
1110
|
+
export declare const serializeAws_restJson1UpdateContactCommand: (
|
|
1111
|
+
input: UpdateContactCommandInput,
|
|
1112
|
+
context: __SerdeContext
|
|
1113
|
+
) => Promise<__HttpRequest>;
|
|
1114
|
+
export declare const serializeAws_restJson1UpdateContactAttributesCommand: (
|
|
1115
|
+
input: UpdateContactAttributesCommandInput,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<__HttpRequest>;
|
|
1118
|
+
export declare const serializeAws_restJson1UpdateContactFlowContentCommand: (
|
|
1119
|
+
input: UpdateContactFlowContentCommandInput,
|
|
1120
|
+
context: __SerdeContext
|
|
1121
|
+
) => Promise<__HttpRequest>;
|
|
1122
|
+
export declare const serializeAws_restJson1UpdateContactFlowMetadataCommand: (
|
|
1123
|
+
input: UpdateContactFlowMetadataCommandInput,
|
|
1124
|
+
context: __SerdeContext
|
|
1125
|
+
) => Promise<__HttpRequest>;
|
|
1126
|
+
export declare const serializeAws_restJson1UpdateContactFlowModuleContentCommand: (
|
|
1127
|
+
input: UpdateContactFlowModuleContentCommandInput,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<__HttpRequest>;
|
|
1130
|
+
export declare const serializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (
|
|
1131
|
+
input: UpdateContactFlowModuleMetadataCommandInput,
|
|
1132
|
+
context: __SerdeContext
|
|
1133
|
+
) => Promise<__HttpRequest>;
|
|
1134
|
+
export declare const serializeAws_restJson1UpdateContactFlowNameCommand: (
|
|
1135
|
+
input: UpdateContactFlowNameCommandInput,
|
|
1136
|
+
context: __SerdeContext
|
|
1137
|
+
) => Promise<__HttpRequest>;
|
|
1138
|
+
export declare const serializeAws_restJson1UpdateContactScheduleCommand: (
|
|
1139
|
+
input: UpdateContactScheduleCommandInput,
|
|
1140
|
+
context: __SerdeContext
|
|
1141
|
+
) => Promise<__HttpRequest>;
|
|
1142
|
+
export declare const serializeAws_restJson1UpdateHoursOfOperationCommand: (
|
|
1143
|
+
input: UpdateHoursOfOperationCommandInput,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<__HttpRequest>;
|
|
1146
|
+
export declare const serializeAws_restJson1UpdateInstanceAttributeCommand: (
|
|
1147
|
+
input: UpdateInstanceAttributeCommandInput,
|
|
1148
|
+
context: __SerdeContext
|
|
1149
|
+
) => Promise<__HttpRequest>;
|
|
1150
|
+
export declare const serializeAws_restJson1UpdateInstanceStorageConfigCommand: (
|
|
1151
|
+
input: UpdateInstanceStorageConfigCommandInput,
|
|
1152
|
+
context: __SerdeContext
|
|
1153
|
+
) => Promise<__HttpRequest>;
|
|
1154
|
+
export declare const serializeAws_restJson1UpdatePhoneNumberCommand: (
|
|
1155
|
+
input: UpdatePhoneNumberCommandInput,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<__HttpRequest>;
|
|
1158
|
+
export declare const serializeAws_restJson1UpdateQueueHoursOfOperationCommand: (
|
|
1159
|
+
input: UpdateQueueHoursOfOperationCommandInput,
|
|
1160
|
+
context: __SerdeContext
|
|
1161
|
+
) => Promise<__HttpRequest>;
|
|
1162
|
+
export declare const serializeAws_restJson1UpdateQueueMaxContactsCommand: (
|
|
1163
|
+
input: UpdateQueueMaxContactsCommandInput,
|
|
1164
|
+
context: __SerdeContext
|
|
1165
|
+
) => Promise<__HttpRequest>;
|
|
1166
|
+
export declare const serializeAws_restJson1UpdateQueueNameCommand: (
|
|
1167
|
+
input: UpdateQueueNameCommandInput,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<__HttpRequest>;
|
|
1170
|
+
export declare const serializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (
|
|
1171
|
+
input: UpdateQueueOutboundCallerConfigCommandInput,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<__HttpRequest>;
|
|
1174
|
+
export declare const serializeAws_restJson1UpdateQueueStatusCommand: (
|
|
1175
|
+
input: UpdateQueueStatusCommandInput,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<__HttpRequest>;
|
|
1178
|
+
export declare const serializeAws_restJson1UpdateQuickConnectConfigCommand: (
|
|
1179
|
+
input: UpdateQuickConnectConfigCommandInput,
|
|
1180
|
+
context: __SerdeContext
|
|
1181
|
+
) => Promise<__HttpRequest>;
|
|
1182
|
+
export declare const serializeAws_restJson1UpdateQuickConnectNameCommand: (
|
|
1183
|
+
input: UpdateQuickConnectNameCommandInput,
|
|
1184
|
+
context: __SerdeContext
|
|
1185
|
+
) => Promise<__HttpRequest>;
|
|
1186
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (
|
|
1187
|
+
input: UpdateRoutingProfileConcurrencyCommandInput,
|
|
1188
|
+
context: __SerdeContext
|
|
1189
|
+
) => Promise<__HttpRequest>;
|
|
1190
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (
|
|
1191
|
+
input: UpdateRoutingProfileDefaultOutboundQueueCommandInput,
|
|
1192
|
+
context: __SerdeContext
|
|
1193
|
+
) => Promise<__HttpRequest>;
|
|
1194
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileNameCommand: (
|
|
1195
|
+
input: UpdateRoutingProfileNameCommandInput,
|
|
1196
|
+
context: __SerdeContext
|
|
1197
|
+
) => Promise<__HttpRequest>;
|
|
1198
|
+
export declare const serializeAws_restJson1UpdateRoutingProfileQueuesCommand: (
|
|
1199
|
+
input: UpdateRoutingProfileQueuesCommandInput,
|
|
1200
|
+
context: __SerdeContext
|
|
1201
|
+
) => Promise<__HttpRequest>;
|
|
1202
|
+
export declare const serializeAws_restJson1UpdateSecurityProfileCommand: (
|
|
1203
|
+
input: UpdateSecurityProfileCommandInput,
|
|
1204
|
+
context: __SerdeContext
|
|
1205
|
+
) => Promise<__HttpRequest>;
|
|
1206
|
+
export declare const serializeAws_restJson1UpdateTaskTemplateCommand: (
|
|
1207
|
+
input: UpdateTaskTemplateCommandInput,
|
|
1208
|
+
context: __SerdeContext
|
|
1209
|
+
) => Promise<__HttpRequest>;
|
|
1210
|
+
export declare const serializeAws_restJson1UpdateUserHierarchyCommand: (
|
|
1211
|
+
input: UpdateUserHierarchyCommandInput,
|
|
1212
|
+
context: __SerdeContext
|
|
1213
|
+
) => Promise<__HttpRequest>;
|
|
1214
|
+
export declare const serializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (
|
|
1215
|
+
input: UpdateUserHierarchyGroupNameCommandInput,
|
|
1216
|
+
context: __SerdeContext
|
|
1217
|
+
) => Promise<__HttpRequest>;
|
|
1218
|
+
export declare const serializeAws_restJson1UpdateUserHierarchyStructureCommand: (
|
|
1219
|
+
input: UpdateUserHierarchyStructureCommandInput,
|
|
1220
|
+
context: __SerdeContext
|
|
1221
|
+
) => Promise<__HttpRequest>;
|
|
1222
|
+
export declare const serializeAws_restJson1UpdateUserIdentityInfoCommand: (
|
|
1223
|
+
input: UpdateUserIdentityInfoCommandInput,
|
|
1224
|
+
context: __SerdeContext
|
|
1225
|
+
) => Promise<__HttpRequest>;
|
|
1226
|
+
export declare const serializeAws_restJson1UpdateUserPhoneConfigCommand: (
|
|
1227
|
+
input: UpdateUserPhoneConfigCommandInput,
|
|
1228
|
+
context: __SerdeContext
|
|
1229
|
+
) => Promise<__HttpRequest>;
|
|
1230
|
+
export declare const serializeAws_restJson1UpdateUserRoutingProfileCommand: (
|
|
1231
|
+
input: UpdateUserRoutingProfileCommandInput,
|
|
1232
|
+
context: __SerdeContext
|
|
1233
|
+
) => Promise<__HttpRequest>;
|
|
1234
|
+
export declare const serializeAws_restJson1UpdateUserSecurityProfilesCommand: (
|
|
1235
|
+
input: UpdateUserSecurityProfilesCommandInput,
|
|
1236
|
+
context: __SerdeContext
|
|
1237
|
+
) => Promise<__HttpRequest>;
|
|
1238
|
+
export declare const deserializeAws_restJson1AssociateApprovedOriginCommand: (
|
|
1239
|
+
output: __HttpResponse,
|
|
1240
|
+
context: __SerdeContext
|
|
1241
|
+
) => Promise<AssociateApprovedOriginCommandOutput>;
|
|
1242
|
+
export declare const deserializeAws_restJson1AssociateBotCommand: (
|
|
1243
|
+
output: __HttpResponse,
|
|
1244
|
+
context: __SerdeContext
|
|
1245
|
+
) => Promise<AssociateBotCommandOutput>;
|
|
1246
|
+
export declare const deserializeAws_restJson1AssociateDefaultVocabularyCommand: (
|
|
1247
|
+
output: __HttpResponse,
|
|
1248
|
+
context: __SerdeContext
|
|
1249
|
+
) => Promise<AssociateDefaultVocabularyCommandOutput>;
|
|
1250
|
+
export declare const deserializeAws_restJson1AssociateInstanceStorageConfigCommand: (
|
|
1251
|
+
output: __HttpResponse,
|
|
1252
|
+
context: __SerdeContext
|
|
1253
|
+
) => Promise<AssociateInstanceStorageConfigCommandOutput>;
|
|
1254
|
+
export declare const deserializeAws_restJson1AssociateLambdaFunctionCommand: (
|
|
1255
|
+
output: __HttpResponse,
|
|
1256
|
+
context: __SerdeContext
|
|
1257
|
+
) => Promise<AssociateLambdaFunctionCommandOutput>;
|
|
1258
|
+
export declare const deserializeAws_restJson1AssociateLexBotCommand: (
|
|
1259
|
+
output: __HttpResponse,
|
|
1260
|
+
context: __SerdeContext
|
|
1261
|
+
) => Promise<AssociateLexBotCommandOutput>;
|
|
1262
|
+
export declare const deserializeAws_restJson1AssociatePhoneNumberContactFlowCommand: (
|
|
1263
|
+
output: __HttpResponse,
|
|
1264
|
+
context: __SerdeContext
|
|
1265
|
+
) => Promise<AssociatePhoneNumberContactFlowCommandOutput>;
|
|
1266
|
+
export declare const deserializeAws_restJson1AssociateQueueQuickConnectsCommand: (
|
|
1267
|
+
output: __HttpResponse,
|
|
1268
|
+
context: __SerdeContext
|
|
1269
|
+
) => Promise<AssociateQueueQuickConnectsCommandOutput>;
|
|
1270
|
+
export declare const deserializeAws_restJson1AssociateRoutingProfileQueuesCommand: (
|
|
1271
|
+
output: __HttpResponse,
|
|
1272
|
+
context: __SerdeContext
|
|
1273
|
+
) => Promise<AssociateRoutingProfileQueuesCommandOutput>;
|
|
1274
|
+
export declare const deserializeAws_restJson1AssociateSecurityKeyCommand: (
|
|
1275
|
+
output: __HttpResponse,
|
|
1276
|
+
context: __SerdeContext
|
|
1277
|
+
) => Promise<AssociateSecurityKeyCommandOutput>;
|
|
1278
|
+
export declare const deserializeAws_restJson1ClaimPhoneNumberCommand: (
|
|
1279
|
+
output: __HttpResponse,
|
|
1280
|
+
context: __SerdeContext
|
|
1281
|
+
) => Promise<ClaimPhoneNumberCommandOutput>;
|
|
1282
|
+
export declare const deserializeAws_restJson1CreateAgentStatusCommand: (
|
|
1283
|
+
output: __HttpResponse,
|
|
1284
|
+
context: __SerdeContext
|
|
1285
|
+
) => Promise<CreateAgentStatusCommandOutput>;
|
|
1286
|
+
export declare const deserializeAws_restJson1CreateContactFlowCommand: (
|
|
1287
|
+
output: __HttpResponse,
|
|
1288
|
+
context: __SerdeContext
|
|
1289
|
+
) => Promise<CreateContactFlowCommandOutput>;
|
|
1290
|
+
export declare const deserializeAws_restJson1CreateContactFlowModuleCommand: (
|
|
1291
|
+
output: __HttpResponse,
|
|
1292
|
+
context: __SerdeContext
|
|
1293
|
+
) => Promise<CreateContactFlowModuleCommandOutput>;
|
|
1294
|
+
export declare const deserializeAws_restJson1CreateHoursOfOperationCommand: (
|
|
1295
|
+
output: __HttpResponse,
|
|
1296
|
+
context: __SerdeContext
|
|
1297
|
+
) => Promise<CreateHoursOfOperationCommandOutput>;
|
|
1298
|
+
export declare const deserializeAws_restJson1CreateInstanceCommand: (
|
|
1299
|
+
output: __HttpResponse,
|
|
1300
|
+
context: __SerdeContext
|
|
1301
|
+
) => Promise<CreateInstanceCommandOutput>;
|
|
1302
|
+
export declare const deserializeAws_restJson1CreateIntegrationAssociationCommand: (
|
|
1303
|
+
output: __HttpResponse,
|
|
1304
|
+
context: __SerdeContext
|
|
1305
|
+
) => Promise<CreateIntegrationAssociationCommandOutput>;
|
|
1306
|
+
export declare const deserializeAws_restJson1CreateQueueCommand: (
|
|
1307
|
+
output: __HttpResponse,
|
|
1308
|
+
context: __SerdeContext
|
|
1309
|
+
) => Promise<CreateQueueCommandOutput>;
|
|
1310
|
+
export declare const deserializeAws_restJson1CreateQuickConnectCommand: (
|
|
1311
|
+
output: __HttpResponse,
|
|
1312
|
+
context: __SerdeContext
|
|
1313
|
+
) => Promise<CreateQuickConnectCommandOutput>;
|
|
1314
|
+
export declare const deserializeAws_restJson1CreateRoutingProfileCommand: (
|
|
1315
|
+
output: __HttpResponse,
|
|
1316
|
+
context: __SerdeContext
|
|
1317
|
+
) => Promise<CreateRoutingProfileCommandOutput>;
|
|
1318
|
+
export declare const deserializeAws_restJson1CreateSecurityProfileCommand: (
|
|
1319
|
+
output: __HttpResponse,
|
|
1320
|
+
context: __SerdeContext
|
|
1321
|
+
) => Promise<CreateSecurityProfileCommandOutput>;
|
|
1322
|
+
export declare const deserializeAws_restJson1CreateTaskTemplateCommand: (
|
|
1323
|
+
output: __HttpResponse,
|
|
1324
|
+
context: __SerdeContext
|
|
1325
|
+
) => Promise<CreateTaskTemplateCommandOutput>;
|
|
1326
|
+
export declare const deserializeAws_restJson1CreateUseCaseCommand: (
|
|
1327
|
+
output: __HttpResponse,
|
|
1328
|
+
context: __SerdeContext
|
|
1329
|
+
) => Promise<CreateUseCaseCommandOutput>;
|
|
1330
|
+
export declare const deserializeAws_restJson1CreateUserCommand: (
|
|
1331
|
+
output: __HttpResponse,
|
|
1332
|
+
context: __SerdeContext
|
|
1333
|
+
) => Promise<CreateUserCommandOutput>;
|
|
1334
|
+
export declare const deserializeAws_restJson1CreateUserHierarchyGroupCommand: (
|
|
1335
|
+
output: __HttpResponse,
|
|
1336
|
+
context: __SerdeContext
|
|
1337
|
+
) => Promise<CreateUserHierarchyGroupCommandOutput>;
|
|
1338
|
+
export declare const deserializeAws_restJson1CreateVocabularyCommand: (
|
|
1339
|
+
output: __HttpResponse,
|
|
1340
|
+
context: __SerdeContext
|
|
1341
|
+
) => Promise<CreateVocabularyCommandOutput>;
|
|
1342
|
+
export declare const deserializeAws_restJson1DeleteContactFlowCommand: (
|
|
1343
|
+
output: __HttpResponse,
|
|
1344
|
+
context: __SerdeContext
|
|
1345
|
+
) => Promise<DeleteContactFlowCommandOutput>;
|
|
1346
|
+
export declare const deserializeAws_restJson1DeleteContactFlowModuleCommand: (
|
|
1347
|
+
output: __HttpResponse,
|
|
1348
|
+
context: __SerdeContext
|
|
1349
|
+
) => Promise<DeleteContactFlowModuleCommandOutput>;
|
|
1350
|
+
export declare const deserializeAws_restJson1DeleteHoursOfOperationCommand: (
|
|
1351
|
+
output: __HttpResponse,
|
|
1352
|
+
context: __SerdeContext
|
|
1353
|
+
) => Promise<DeleteHoursOfOperationCommandOutput>;
|
|
1354
|
+
export declare const deserializeAws_restJson1DeleteInstanceCommand: (
|
|
1355
|
+
output: __HttpResponse,
|
|
1356
|
+
context: __SerdeContext
|
|
1357
|
+
) => Promise<DeleteInstanceCommandOutput>;
|
|
1358
|
+
export declare const deserializeAws_restJson1DeleteIntegrationAssociationCommand: (
|
|
1359
|
+
output: __HttpResponse,
|
|
1360
|
+
context: __SerdeContext
|
|
1361
|
+
) => Promise<DeleteIntegrationAssociationCommandOutput>;
|
|
1362
|
+
export declare const deserializeAws_restJson1DeleteQuickConnectCommand: (
|
|
1363
|
+
output: __HttpResponse,
|
|
1364
|
+
context: __SerdeContext
|
|
1365
|
+
) => Promise<DeleteQuickConnectCommandOutput>;
|
|
1366
|
+
export declare const deserializeAws_restJson1DeleteSecurityProfileCommand: (
|
|
1367
|
+
output: __HttpResponse,
|
|
1368
|
+
context: __SerdeContext
|
|
1369
|
+
) => Promise<DeleteSecurityProfileCommandOutput>;
|
|
1370
|
+
export declare const deserializeAws_restJson1DeleteTaskTemplateCommand: (
|
|
1371
|
+
output: __HttpResponse,
|
|
1372
|
+
context: __SerdeContext
|
|
1373
|
+
) => Promise<DeleteTaskTemplateCommandOutput>;
|
|
1374
|
+
export declare const deserializeAws_restJson1DeleteUseCaseCommand: (
|
|
1375
|
+
output: __HttpResponse,
|
|
1376
|
+
context: __SerdeContext
|
|
1377
|
+
) => Promise<DeleteUseCaseCommandOutput>;
|
|
1378
|
+
export declare const deserializeAws_restJson1DeleteUserCommand: (
|
|
1379
|
+
output: __HttpResponse,
|
|
1380
|
+
context: __SerdeContext
|
|
1381
|
+
) => Promise<DeleteUserCommandOutput>;
|
|
1382
|
+
export declare const deserializeAws_restJson1DeleteUserHierarchyGroupCommand: (
|
|
1383
|
+
output: __HttpResponse,
|
|
1384
|
+
context: __SerdeContext
|
|
1385
|
+
) => Promise<DeleteUserHierarchyGroupCommandOutput>;
|
|
1386
|
+
export declare const deserializeAws_restJson1DeleteVocabularyCommand: (
|
|
1387
|
+
output: __HttpResponse,
|
|
1388
|
+
context: __SerdeContext
|
|
1389
|
+
) => Promise<DeleteVocabularyCommandOutput>;
|
|
1390
|
+
export declare const deserializeAws_restJson1DescribeAgentStatusCommand: (
|
|
1391
|
+
output: __HttpResponse,
|
|
1392
|
+
context: __SerdeContext
|
|
1393
|
+
) => Promise<DescribeAgentStatusCommandOutput>;
|
|
1394
|
+
export declare const deserializeAws_restJson1DescribeContactCommand: (
|
|
1395
|
+
output: __HttpResponse,
|
|
1396
|
+
context: __SerdeContext
|
|
1397
|
+
) => Promise<DescribeContactCommandOutput>;
|
|
1398
|
+
export declare const deserializeAws_restJson1DescribeContactFlowCommand: (
|
|
1399
|
+
output: __HttpResponse,
|
|
1400
|
+
context: __SerdeContext
|
|
1401
|
+
) => Promise<DescribeContactFlowCommandOutput>;
|
|
1402
|
+
export declare const deserializeAws_restJson1DescribeContactFlowModuleCommand: (
|
|
1403
|
+
output: __HttpResponse,
|
|
1404
|
+
context: __SerdeContext
|
|
1405
|
+
) => Promise<DescribeContactFlowModuleCommandOutput>;
|
|
1406
|
+
export declare const deserializeAws_restJson1DescribeHoursOfOperationCommand: (
|
|
1407
|
+
output: __HttpResponse,
|
|
1408
|
+
context: __SerdeContext
|
|
1409
|
+
) => Promise<DescribeHoursOfOperationCommandOutput>;
|
|
1410
|
+
export declare const deserializeAws_restJson1DescribeInstanceCommand: (
|
|
1411
|
+
output: __HttpResponse,
|
|
1412
|
+
context: __SerdeContext
|
|
1413
|
+
) => Promise<DescribeInstanceCommandOutput>;
|
|
1414
|
+
export declare const deserializeAws_restJson1DescribeInstanceAttributeCommand: (
|
|
1415
|
+
output: __HttpResponse,
|
|
1416
|
+
context: __SerdeContext
|
|
1417
|
+
) => Promise<DescribeInstanceAttributeCommandOutput>;
|
|
1418
|
+
export declare const deserializeAws_restJson1DescribeInstanceStorageConfigCommand: (
|
|
1419
|
+
output: __HttpResponse,
|
|
1420
|
+
context: __SerdeContext
|
|
1421
|
+
) => Promise<DescribeInstanceStorageConfigCommandOutput>;
|
|
1422
|
+
export declare const deserializeAws_restJson1DescribePhoneNumberCommand: (
|
|
1423
|
+
output: __HttpResponse,
|
|
1424
|
+
context: __SerdeContext
|
|
1425
|
+
) => Promise<DescribePhoneNumberCommandOutput>;
|
|
1426
|
+
export declare const deserializeAws_restJson1DescribeQueueCommand: (
|
|
1427
|
+
output: __HttpResponse,
|
|
1428
|
+
context: __SerdeContext
|
|
1429
|
+
) => Promise<DescribeQueueCommandOutput>;
|
|
1430
|
+
export declare const deserializeAws_restJson1DescribeQuickConnectCommand: (
|
|
1431
|
+
output: __HttpResponse,
|
|
1432
|
+
context: __SerdeContext
|
|
1433
|
+
) => Promise<DescribeQuickConnectCommandOutput>;
|
|
1434
|
+
export declare const deserializeAws_restJson1DescribeRoutingProfileCommand: (
|
|
1435
|
+
output: __HttpResponse,
|
|
1436
|
+
context: __SerdeContext
|
|
1437
|
+
) => Promise<DescribeRoutingProfileCommandOutput>;
|
|
1438
|
+
export declare const deserializeAws_restJson1DescribeSecurityProfileCommand: (
|
|
1439
|
+
output: __HttpResponse,
|
|
1440
|
+
context: __SerdeContext
|
|
1441
|
+
) => Promise<DescribeSecurityProfileCommandOutput>;
|
|
1442
|
+
export declare const deserializeAws_restJson1DescribeUserCommand: (
|
|
1443
|
+
output: __HttpResponse,
|
|
1444
|
+
context: __SerdeContext
|
|
1445
|
+
) => Promise<DescribeUserCommandOutput>;
|
|
1446
|
+
export declare const deserializeAws_restJson1DescribeUserHierarchyGroupCommand: (
|
|
1447
|
+
output: __HttpResponse,
|
|
1448
|
+
context: __SerdeContext
|
|
1449
|
+
) => Promise<DescribeUserHierarchyGroupCommandOutput>;
|
|
1450
|
+
export declare const deserializeAws_restJson1DescribeUserHierarchyStructureCommand: (
|
|
1451
|
+
output: __HttpResponse,
|
|
1452
|
+
context: __SerdeContext
|
|
1453
|
+
) => Promise<DescribeUserHierarchyStructureCommandOutput>;
|
|
1454
|
+
export declare const deserializeAws_restJson1DescribeVocabularyCommand: (
|
|
1455
|
+
output: __HttpResponse,
|
|
1456
|
+
context: __SerdeContext
|
|
1457
|
+
) => Promise<DescribeVocabularyCommandOutput>;
|
|
1458
|
+
export declare const deserializeAws_restJson1DisassociateApprovedOriginCommand: (
|
|
1459
|
+
output: __HttpResponse,
|
|
1460
|
+
context: __SerdeContext
|
|
1461
|
+
) => Promise<DisassociateApprovedOriginCommandOutput>;
|
|
1462
|
+
export declare const deserializeAws_restJson1DisassociateBotCommand: (
|
|
1463
|
+
output: __HttpResponse,
|
|
1464
|
+
context: __SerdeContext
|
|
1465
|
+
) => Promise<DisassociateBotCommandOutput>;
|
|
1466
|
+
export declare const deserializeAws_restJson1DisassociateInstanceStorageConfigCommand: (
|
|
1467
|
+
output: __HttpResponse,
|
|
1468
|
+
context: __SerdeContext
|
|
1469
|
+
) => Promise<DisassociateInstanceStorageConfigCommandOutput>;
|
|
1470
|
+
export declare const deserializeAws_restJson1DisassociateLambdaFunctionCommand: (
|
|
1471
|
+
output: __HttpResponse,
|
|
1472
|
+
context: __SerdeContext
|
|
1473
|
+
) => Promise<DisassociateLambdaFunctionCommandOutput>;
|
|
1474
|
+
export declare const deserializeAws_restJson1DisassociateLexBotCommand: (
|
|
1475
|
+
output: __HttpResponse,
|
|
1476
|
+
context: __SerdeContext
|
|
1477
|
+
) => Promise<DisassociateLexBotCommandOutput>;
|
|
1478
|
+
export declare const deserializeAws_restJson1DisassociatePhoneNumberContactFlowCommand: (
|
|
1479
|
+
output: __HttpResponse,
|
|
1480
|
+
context: __SerdeContext
|
|
1481
|
+
) => Promise<DisassociatePhoneNumberContactFlowCommandOutput>;
|
|
1482
|
+
export declare const deserializeAws_restJson1DisassociateQueueQuickConnectsCommand: (
|
|
1483
|
+
output: __HttpResponse,
|
|
1484
|
+
context: __SerdeContext
|
|
1485
|
+
) => Promise<DisassociateQueueQuickConnectsCommandOutput>;
|
|
1486
|
+
export declare const deserializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (
|
|
1487
|
+
output: __HttpResponse,
|
|
1488
|
+
context: __SerdeContext
|
|
1489
|
+
) => Promise<DisassociateRoutingProfileQueuesCommandOutput>;
|
|
1490
|
+
export declare const deserializeAws_restJson1DisassociateSecurityKeyCommand: (
|
|
1491
|
+
output: __HttpResponse,
|
|
1492
|
+
context: __SerdeContext
|
|
1493
|
+
) => Promise<DisassociateSecurityKeyCommandOutput>;
|
|
1494
|
+
export declare const deserializeAws_restJson1GetContactAttributesCommand: (
|
|
1495
|
+
output: __HttpResponse,
|
|
1496
|
+
context: __SerdeContext
|
|
1497
|
+
) => Promise<GetContactAttributesCommandOutput>;
|
|
1498
|
+
export declare const deserializeAws_restJson1GetCurrentMetricDataCommand: (
|
|
1499
|
+
output: __HttpResponse,
|
|
1500
|
+
context: __SerdeContext
|
|
1501
|
+
) => Promise<GetCurrentMetricDataCommandOutput>;
|
|
1502
|
+
export declare const deserializeAws_restJson1GetCurrentUserDataCommand: (
|
|
1503
|
+
output: __HttpResponse,
|
|
1504
|
+
context: __SerdeContext
|
|
1505
|
+
) => Promise<GetCurrentUserDataCommandOutput>;
|
|
1506
|
+
export declare const deserializeAws_restJson1GetFederationTokenCommand: (
|
|
1507
|
+
output: __HttpResponse,
|
|
1508
|
+
context: __SerdeContext
|
|
1509
|
+
) => Promise<GetFederationTokenCommandOutput>;
|
|
1510
|
+
export declare const deserializeAws_restJson1GetMetricDataCommand: (
|
|
1511
|
+
output: __HttpResponse,
|
|
1512
|
+
context: __SerdeContext
|
|
1513
|
+
) => Promise<GetMetricDataCommandOutput>;
|
|
1514
|
+
export declare const deserializeAws_restJson1GetTaskTemplateCommand: (
|
|
1515
|
+
output: __HttpResponse,
|
|
1516
|
+
context: __SerdeContext
|
|
1517
|
+
) => Promise<GetTaskTemplateCommandOutput>;
|
|
1518
|
+
export declare const deserializeAws_restJson1ListAgentStatusesCommand: (
|
|
1519
|
+
output: __HttpResponse,
|
|
1520
|
+
context: __SerdeContext
|
|
1521
|
+
) => Promise<ListAgentStatusesCommandOutput>;
|
|
1522
|
+
export declare const deserializeAws_restJson1ListApprovedOriginsCommand: (
|
|
1523
|
+
output: __HttpResponse,
|
|
1524
|
+
context: __SerdeContext
|
|
1525
|
+
) => Promise<ListApprovedOriginsCommandOutput>;
|
|
1526
|
+
export declare const deserializeAws_restJson1ListBotsCommand: (
|
|
1527
|
+
output: __HttpResponse,
|
|
1528
|
+
context: __SerdeContext
|
|
1529
|
+
) => Promise<ListBotsCommandOutput>;
|
|
1530
|
+
export declare const deserializeAws_restJson1ListContactFlowModulesCommand: (
|
|
1531
|
+
output: __HttpResponse,
|
|
1532
|
+
context: __SerdeContext
|
|
1533
|
+
) => Promise<ListContactFlowModulesCommandOutput>;
|
|
1534
|
+
export declare const deserializeAws_restJson1ListContactFlowsCommand: (
|
|
1535
|
+
output: __HttpResponse,
|
|
1536
|
+
context: __SerdeContext
|
|
1537
|
+
) => Promise<ListContactFlowsCommandOutput>;
|
|
1538
|
+
export declare const deserializeAws_restJson1ListContactReferencesCommand: (
|
|
1539
|
+
output: __HttpResponse,
|
|
1540
|
+
context: __SerdeContext
|
|
1541
|
+
) => Promise<ListContactReferencesCommandOutput>;
|
|
1542
|
+
export declare const deserializeAws_restJson1ListDefaultVocabulariesCommand: (
|
|
1543
|
+
output: __HttpResponse,
|
|
1544
|
+
context: __SerdeContext
|
|
1545
|
+
) => Promise<ListDefaultVocabulariesCommandOutput>;
|
|
1546
|
+
export declare const deserializeAws_restJson1ListHoursOfOperationsCommand: (
|
|
1547
|
+
output: __HttpResponse,
|
|
1548
|
+
context: __SerdeContext
|
|
1549
|
+
) => Promise<ListHoursOfOperationsCommandOutput>;
|
|
1550
|
+
export declare const deserializeAws_restJson1ListInstanceAttributesCommand: (
|
|
1551
|
+
output: __HttpResponse,
|
|
1552
|
+
context: __SerdeContext
|
|
1553
|
+
) => Promise<ListInstanceAttributesCommandOutput>;
|
|
1554
|
+
export declare const deserializeAws_restJson1ListInstancesCommand: (
|
|
1555
|
+
output: __HttpResponse,
|
|
1556
|
+
context: __SerdeContext
|
|
1557
|
+
) => Promise<ListInstancesCommandOutput>;
|
|
1558
|
+
export declare const deserializeAws_restJson1ListInstanceStorageConfigsCommand: (
|
|
1559
|
+
output: __HttpResponse,
|
|
1560
|
+
context: __SerdeContext
|
|
1561
|
+
) => Promise<ListInstanceStorageConfigsCommandOutput>;
|
|
1562
|
+
export declare const deserializeAws_restJson1ListIntegrationAssociationsCommand: (
|
|
1563
|
+
output: __HttpResponse,
|
|
1564
|
+
context: __SerdeContext
|
|
1565
|
+
) => Promise<ListIntegrationAssociationsCommandOutput>;
|
|
1566
|
+
export declare const deserializeAws_restJson1ListLambdaFunctionsCommand: (
|
|
1567
|
+
output: __HttpResponse,
|
|
1568
|
+
context: __SerdeContext
|
|
1569
|
+
) => Promise<ListLambdaFunctionsCommandOutput>;
|
|
1570
|
+
export declare const deserializeAws_restJson1ListLexBotsCommand: (
|
|
1571
|
+
output: __HttpResponse,
|
|
1572
|
+
context: __SerdeContext
|
|
1573
|
+
) => Promise<ListLexBotsCommandOutput>;
|
|
1574
|
+
export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (
|
|
1575
|
+
output: __HttpResponse,
|
|
1576
|
+
context: __SerdeContext
|
|
1577
|
+
) => Promise<ListPhoneNumbersCommandOutput>;
|
|
1578
|
+
export declare const deserializeAws_restJson1ListPhoneNumbersV2Command: (
|
|
1579
|
+
output: __HttpResponse,
|
|
1580
|
+
context: __SerdeContext
|
|
1581
|
+
) => Promise<ListPhoneNumbersV2CommandOutput>;
|
|
1582
|
+
export declare const deserializeAws_restJson1ListPromptsCommand: (
|
|
1583
|
+
output: __HttpResponse,
|
|
1584
|
+
context: __SerdeContext
|
|
1585
|
+
) => Promise<ListPromptsCommandOutput>;
|
|
1586
|
+
export declare const deserializeAws_restJson1ListQueueQuickConnectsCommand: (
|
|
1587
|
+
output: __HttpResponse,
|
|
1588
|
+
context: __SerdeContext
|
|
1589
|
+
) => Promise<ListQueueQuickConnectsCommandOutput>;
|
|
1590
|
+
export declare const deserializeAws_restJson1ListQueuesCommand: (
|
|
1591
|
+
output: __HttpResponse,
|
|
1592
|
+
context: __SerdeContext
|
|
1593
|
+
) => Promise<ListQueuesCommandOutput>;
|
|
1594
|
+
export declare const deserializeAws_restJson1ListQuickConnectsCommand: (
|
|
1595
|
+
output: __HttpResponse,
|
|
1596
|
+
context: __SerdeContext
|
|
1597
|
+
) => Promise<ListQuickConnectsCommandOutput>;
|
|
1598
|
+
export declare const deserializeAws_restJson1ListRoutingProfileQueuesCommand: (
|
|
1599
|
+
output: __HttpResponse,
|
|
1600
|
+
context: __SerdeContext
|
|
1601
|
+
) => Promise<ListRoutingProfileQueuesCommandOutput>;
|
|
1602
|
+
export declare const deserializeAws_restJson1ListRoutingProfilesCommand: (
|
|
1603
|
+
output: __HttpResponse,
|
|
1604
|
+
context: __SerdeContext
|
|
1605
|
+
) => Promise<ListRoutingProfilesCommandOutput>;
|
|
1606
|
+
export declare const deserializeAws_restJson1ListSecurityKeysCommand: (
|
|
1607
|
+
output: __HttpResponse,
|
|
1608
|
+
context: __SerdeContext
|
|
1609
|
+
) => Promise<ListSecurityKeysCommandOutput>;
|
|
1610
|
+
export declare const deserializeAws_restJson1ListSecurityProfilePermissionsCommand: (
|
|
1611
|
+
output: __HttpResponse,
|
|
1612
|
+
context: __SerdeContext
|
|
1613
|
+
) => Promise<ListSecurityProfilePermissionsCommandOutput>;
|
|
1614
|
+
export declare const deserializeAws_restJson1ListSecurityProfilesCommand: (
|
|
1615
|
+
output: __HttpResponse,
|
|
1616
|
+
context: __SerdeContext
|
|
1617
|
+
) => Promise<ListSecurityProfilesCommandOutput>;
|
|
1618
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
1619
|
+
output: __HttpResponse,
|
|
1620
|
+
context: __SerdeContext
|
|
1621
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1622
|
+
export declare const deserializeAws_restJson1ListTaskTemplatesCommand: (
|
|
1623
|
+
output: __HttpResponse,
|
|
1624
|
+
context: __SerdeContext
|
|
1625
|
+
) => Promise<ListTaskTemplatesCommandOutput>;
|
|
1626
|
+
export declare const deserializeAws_restJson1ListUseCasesCommand: (
|
|
1627
|
+
output: __HttpResponse,
|
|
1628
|
+
context: __SerdeContext
|
|
1629
|
+
) => Promise<ListUseCasesCommandOutput>;
|
|
1630
|
+
export declare const deserializeAws_restJson1ListUserHierarchyGroupsCommand: (
|
|
1631
|
+
output: __HttpResponse,
|
|
1632
|
+
context: __SerdeContext
|
|
1633
|
+
) => Promise<ListUserHierarchyGroupsCommandOutput>;
|
|
1634
|
+
export declare const deserializeAws_restJson1ListUsersCommand: (
|
|
1635
|
+
output: __HttpResponse,
|
|
1636
|
+
context: __SerdeContext
|
|
1637
|
+
) => Promise<ListUsersCommandOutput>;
|
|
1638
|
+
export declare const deserializeAws_restJson1PutUserStatusCommand: (
|
|
1639
|
+
output: __HttpResponse,
|
|
1640
|
+
context: __SerdeContext
|
|
1641
|
+
) => Promise<PutUserStatusCommandOutput>;
|
|
1642
|
+
export declare const deserializeAws_restJson1ReleasePhoneNumberCommand: (
|
|
1643
|
+
output: __HttpResponse,
|
|
1644
|
+
context: __SerdeContext
|
|
1645
|
+
) => Promise<ReleasePhoneNumberCommandOutput>;
|
|
1646
|
+
export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (
|
|
1647
|
+
output: __HttpResponse,
|
|
1648
|
+
context: __SerdeContext
|
|
1649
|
+
) => Promise<ResumeContactRecordingCommandOutput>;
|
|
1650
|
+
export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (
|
|
1651
|
+
output: __HttpResponse,
|
|
1652
|
+
context: __SerdeContext
|
|
1653
|
+
) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
1654
|
+
export declare const deserializeAws_restJson1SearchQueuesCommand: (
|
|
1655
|
+
output: __HttpResponse,
|
|
1656
|
+
context: __SerdeContext
|
|
1657
|
+
) => Promise<SearchQueuesCommandOutput>;
|
|
1658
|
+
export declare const deserializeAws_restJson1SearchRoutingProfilesCommand: (
|
|
1659
|
+
output: __HttpResponse,
|
|
1660
|
+
context: __SerdeContext
|
|
1661
|
+
) => Promise<SearchRoutingProfilesCommandOutput>;
|
|
1662
|
+
export declare const deserializeAws_restJson1SearchSecurityProfilesCommand: (
|
|
1663
|
+
output: __HttpResponse,
|
|
1664
|
+
context: __SerdeContext
|
|
1665
|
+
) => Promise<SearchSecurityProfilesCommandOutput>;
|
|
1666
|
+
export declare const deserializeAws_restJson1SearchUsersCommand: (
|
|
1667
|
+
output: __HttpResponse,
|
|
1668
|
+
context: __SerdeContext
|
|
1669
|
+
) => Promise<SearchUsersCommandOutput>;
|
|
1670
|
+
export declare const deserializeAws_restJson1SearchVocabulariesCommand: (
|
|
1671
|
+
output: __HttpResponse,
|
|
1672
|
+
context: __SerdeContext
|
|
1673
|
+
) => Promise<SearchVocabulariesCommandOutput>;
|
|
1674
|
+
export declare const deserializeAws_restJson1StartChatContactCommand: (
|
|
1675
|
+
output: __HttpResponse,
|
|
1676
|
+
context: __SerdeContext
|
|
1677
|
+
) => Promise<StartChatContactCommandOutput>;
|
|
1678
|
+
export declare const deserializeAws_restJson1StartContactRecordingCommand: (
|
|
1679
|
+
output: __HttpResponse,
|
|
1680
|
+
context: __SerdeContext
|
|
1681
|
+
) => Promise<StartContactRecordingCommandOutput>;
|
|
1682
|
+
export declare const deserializeAws_restJson1StartContactStreamingCommand: (
|
|
1683
|
+
output: __HttpResponse,
|
|
1684
|
+
context: __SerdeContext
|
|
1685
|
+
) => Promise<StartContactStreamingCommandOutput>;
|
|
1686
|
+
export declare const deserializeAws_restJson1StartOutboundVoiceContactCommand: (
|
|
1687
|
+
output: __HttpResponse,
|
|
1688
|
+
context: __SerdeContext
|
|
1689
|
+
) => Promise<StartOutboundVoiceContactCommandOutput>;
|
|
1690
|
+
export declare const deserializeAws_restJson1StartTaskContactCommand: (
|
|
1691
|
+
output: __HttpResponse,
|
|
1692
|
+
context: __SerdeContext
|
|
1693
|
+
) => Promise<StartTaskContactCommandOutput>;
|
|
1694
|
+
export declare const deserializeAws_restJson1StopContactCommand: (
|
|
1695
|
+
output: __HttpResponse,
|
|
1696
|
+
context: __SerdeContext
|
|
1697
|
+
) => Promise<StopContactCommandOutput>;
|
|
1698
|
+
export declare const deserializeAws_restJson1StopContactRecordingCommand: (
|
|
1699
|
+
output: __HttpResponse,
|
|
1700
|
+
context: __SerdeContext
|
|
1701
|
+
) => Promise<StopContactRecordingCommandOutput>;
|
|
1702
|
+
export declare const deserializeAws_restJson1StopContactStreamingCommand: (
|
|
1703
|
+
output: __HttpResponse,
|
|
1704
|
+
context: __SerdeContext
|
|
1705
|
+
) => Promise<StopContactStreamingCommandOutput>;
|
|
1706
|
+
export declare const deserializeAws_restJson1SuspendContactRecordingCommand: (
|
|
1707
|
+
output: __HttpResponse,
|
|
1708
|
+
context: __SerdeContext
|
|
1709
|
+
) => Promise<SuspendContactRecordingCommandOutput>;
|
|
1710
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
1711
|
+
output: __HttpResponse,
|
|
1712
|
+
context: __SerdeContext
|
|
1713
|
+
) => Promise<TagResourceCommandOutput>;
|
|
1714
|
+
export declare const deserializeAws_restJson1TransferContactCommand: (
|
|
1715
|
+
output: __HttpResponse,
|
|
1716
|
+
context: __SerdeContext
|
|
1717
|
+
) => Promise<TransferContactCommandOutput>;
|
|
1718
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
1719
|
+
output: __HttpResponse,
|
|
1720
|
+
context: __SerdeContext
|
|
1721
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
1722
|
+
export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (
|
|
1723
|
+
output: __HttpResponse,
|
|
1724
|
+
context: __SerdeContext
|
|
1725
|
+
) => Promise<UpdateAgentStatusCommandOutput>;
|
|
1726
|
+
export declare const deserializeAws_restJson1UpdateContactCommand: (
|
|
1727
|
+
output: __HttpResponse,
|
|
1728
|
+
context: __SerdeContext
|
|
1729
|
+
) => Promise<UpdateContactCommandOutput>;
|
|
1730
|
+
export declare const deserializeAws_restJson1UpdateContactAttributesCommand: (
|
|
1731
|
+
output: __HttpResponse,
|
|
1732
|
+
context: __SerdeContext
|
|
1733
|
+
) => Promise<UpdateContactAttributesCommandOutput>;
|
|
1734
|
+
export declare const deserializeAws_restJson1UpdateContactFlowContentCommand: (
|
|
1735
|
+
output: __HttpResponse,
|
|
1736
|
+
context: __SerdeContext
|
|
1737
|
+
) => Promise<UpdateContactFlowContentCommandOutput>;
|
|
1738
|
+
export declare const deserializeAws_restJson1UpdateContactFlowMetadataCommand: (
|
|
1739
|
+
output: __HttpResponse,
|
|
1740
|
+
context: __SerdeContext
|
|
1741
|
+
) => Promise<UpdateContactFlowMetadataCommandOutput>;
|
|
1742
|
+
export declare const deserializeAws_restJson1UpdateContactFlowModuleContentCommand: (
|
|
1743
|
+
output: __HttpResponse,
|
|
1744
|
+
context: __SerdeContext
|
|
1745
|
+
) => Promise<UpdateContactFlowModuleContentCommandOutput>;
|
|
1746
|
+
export declare const deserializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (
|
|
1747
|
+
output: __HttpResponse,
|
|
1748
|
+
context: __SerdeContext
|
|
1749
|
+
) => Promise<UpdateContactFlowModuleMetadataCommandOutput>;
|
|
1750
|
+
export declare const deserializeAws_restJson1UpdateContactFlowNameCommand: (
|
|
1751
|
+
output: __HttpResponse,
|
|
1752
|
+
context: __SerdeContext
|
|
1753
|
+
) => Promise<UpdateContactFlowNameCommandOutput>;
|
|
1754
|
+
export declare const deserializeAws_restJson1UpdateContactScheduleCommand: (
|
|
1755
|
+
output: __HttpResponse,
|
|
1756
|
+
context: __SerdeContext
|
|
1757
|
+
) => Promise<UpdateContactScheduleCommandOutput>;
|
|
1758
|
+
export declare const deserializeAws_restJson1UpdateHoursOfOperationCommand: (
|
|
1759
|
+
output: __HttpResponse,
|
|
1760
|
+
context: __SerdeContext
|
|
1761
|
+
) => Promise<UpdateHoursOfOperationCommandOutput>;
|
|
1762
|
+
export declare const deserializeAws_restJson1UpdateInstanceAttributeCommand: (
|
|
1763
|
+
output: __HttpResponse,
|
|
1764
|
+
context: __SerdeContext
|
|
1765
|
+
) => Promise<UpdateInstanceAttributeCommandOutput>;
|
|
1766
|
+
export declare const deserializeAws_restJson1UpdateInstanceStorageConfigCommand: (
|
|
1767
|
+
output: __HttpResponse,
|
|
1768
|
+
context: __SerdeContext
|
|
1769
|
+
) => Promise<UpdateInstanceStorageConfigCommandOutput>;
|
|
1770
|
+
export declare const deserializeAws_restJson1UpdatePhoneNumberCommand: (
|
|
1771
|
+
output: __HttpResponse,
|
|
1772
|
+
context: __SerdeContext
|
|
1773
|
+
) => Promise<UpdatePhoneNumberCommandOutput>;
|
|
1774
|
+
export declare const deserializeAws_restJson1UpdateQueueHoursOfOperationCommand: (
|
|
1775
|
+
output: __HttpResponse,
|
|
1776
|
+
context: __SerdeContext
|
|
1777
|
+
) => Promise<UpdateQueueHoursOfOperationCommandOutput>;
|
|
1778
|
+
export declare const deserializeAws_restJson1UpdateQueueMaxContactsCommand: (
|
|
1779
|
+
output: __HttpResponse,
|
|
1780
|
+
context: __SerdeContext
|
|
1781
|
+
) => Promise<UpdateQueueMaxContactsCommandOutput>;
|
|
1782
|
+
export declare const deserializeAws_restJson1UpdateQueueNameCommand: (
|
|
1783
|
+
output: __HttpResponse,
|
|
1784
|
+
context: __SerdeContext
|
|
1785
|
+
) => Promise<UpdateQueueNameCommandOutput>;
|
|
1786
|
+
export declare const deserializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (
|
|
1787
|
+
output: __HttpResponse,
|
|
1788
|
+
context: __SerdeContext
|
|
1789
|
+
) => Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
|
|
1790
|
+
export declare const deserializeAws_restJson1UpdateQueueStatusCommand: (
|
|
1791
|
+
output: __HttpResponse,
|
|
1792
|
+
context: __SerdeContext
|
|
1793
|
+
) => Promise<UpdateQueueStatusCommandOutput>;
|
|
1794
|
+
export declare const deserializeAws_restJson1UpdateQuickConnectConfigCommand: (
|
|
1795
|
+
output: __HttpResponse,
|
|
1796
|
+
context: __SerdeContext
|
|
1797
|
+
) => Promise<UpdateQuickConnectConfigCommandOutput>;
|
|
1798
|
+
export declare const deserializeAws_restJson1UpdateQuickConnectNameCommand: (
|
|
1799
|
+
output: __HttpResponse,
|
|
1800
|
+
context: __SerdeContext
|
|
1801
|
+
) => Promise<UpdateQuickConnectNameCommandOutput>;
|
|
1802
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (
|
|
1803
|
+
output: __HttpResponse,
|
|
1804
|
+
context: __SerdeContext
|
|
1805
|
+
) => Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
|
|
1806
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (
|
|
1807
|
+
output: __HttpResponse,
|
|
1808
|
+
context: __SerdeContext
|
|
1809
|
+
) => Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
|
|
1810
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileNameCommand: (
|
|
1811
|
+
output: __HttpResponse,
|
|
1812
|
+
context: __SerdeContext
|
|
1813
|
+
) => Promise<UpdateRoutingProfileNameCommandOutput>;
|
|
1814
|
+
export declare const deserializeAws_restJson1UpdateRoutingProfileQueuesCommand: (
|
|
1815
|
+
output: __HttpResponse,
|
|
1816
|
+
context: __SerdeContext
|
|
1817
|
+
) => Promise<UpdateRoutingProfileQueuesCommandOutput>;
|
|
1818
|
+
export declare const deserializeAws_restJson1UpdateSecurityProfileCommand: (
|
|
1819
|
+
output: __HttpResponse,
|
|
1820
|
+
context: __SerdeContext
|
|
1821
|
+
) => Promise<UpdateSecurityProfileCommandOutput>;
|
|
1822
|
+
export declare const deserializeAws_restJson1UpdateTaskTemplateCommand: (
|
|
1823
|
+
output: __HttpResponse,
|
|
1824
|
+
context: __SerdeContext
|
|
1825
|
+
) => Promise<UpdateTaskTemplateCommandOutput>;
|
|
1826
|
+
export declare const deserializeAws_restJson1UpdateUserHierarchyCommand: (
|
|
1827
|
+
output: __HttpResponse,
|
|
1828
|
+
context: __SerdeContext
|
|
1829
|
+
) => Promise<UpdateUserHierarchyCommandOutput>;
|
|
1830
|
+
export declare const deserializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (
|
|
1831
|
+
output: __HttpResponse,
|
|
1832
|
+
context: __SerdeContext
|
|
1833
|
+
) => Promise<UpdateUserHierarchyGroupNameCommandOutput>;
|
|
1834
|
+
export declare const deserializeAws_restJson1UpdateUserHierarchyStructureCommand: (
|
|
1835
|
+
output: __HttpResponse,
|
|
1836
|
+
context: __SerdeContext
|
|
1837
|
+
) => Promise<UpdateUserHierarchyStructureCommandOutput>;
|
|
1838
|
+
export declare const deserializeAws_restJson1UpdateUserIdentityInfoCommand: (
|
|
1839
|
+
output: __HttpResponse,
|
|
1840
|
+
context: __SerdeContext
|
|
1841
|
+
) => Promise<UpdateUserIdentityInfoCommandOutput>;
|
|
1842
|
+
export declare const deserializeAws_restJson1UpdateUserPhoneConfigCommand: (
|
|
1843
|
+
output: __HttpResponse,
|
|
1844
|
+
context: __SerdeContext
|
|
1845
|
+
) => Promise<UpdateUserPhoneConfigCommandOutput>;
|
|
1846
|
+
export declare const deserializeAws_restJson1UpdateUserRoutingProfileCommand: (
|
|
1847
|
+
output: __HttpResponse,
|
|
1848
|
+
context: __SerdeContext
|
|
1849
|
+
) => Promise<UpdateUserRoutingProfileCommandOutput>;
|
|
1850
|
+
export declare const deserializeAws_restJson1UpdateUserSecurityProfilesCommand: (
|
|
1851
|
+
output: __HttpResponse,
|
|
1852
|
+
context: __SerdeContext
|
|
1853
|
+
) => Promise<UpdateUserSecurityProfilesCommandOutput>;
|