@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.
Files changed (210) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Connect.d.ts +2794 -775
  3. package/dist-types/ts3.4/ConnectClient.d.ts +1053 -227
  4. package/dist-types/ts3.4/commands/AssociateApprovedOriginCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AssociateBotCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AssociateDefaultVocabularyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateInstanceStorageConfigCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/AssociateLambdaFunctionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/AssociateLexBotCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/AssociateQueueQuickConnectsCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/AssociateRoutingProfileQueuesCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/AssociateSecurityKeyCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateAgentStatusCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateContactFlowCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateContactFlowModuleCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateHoursOfOperationCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/CreateIntegrationAssociationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateQuickConnectCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/CreateRoutingProfileCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/CreateSecurityProfileCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateTaskTemplateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/CreateUseCaseCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/CreateUserHierarchyGroupCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteContactFlowCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/DeleteContactFlowModuleCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/DeleteQuickConnectCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/DeleteSecurityProfileCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/DeleteTaskTemplateCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DeleteUseCaseCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteUserHierarchyGroupCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DescribeAgentStatusCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DescribeContactFlowCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DescribeContactFlowModuleCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/DescribeHoursOfOperationCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DescribeInstanceStorageConfigCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeQueueCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DescribeQuickConnectCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeRoutingProfileCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeSecurityProfileCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/DescribeUserHierarchyGroupCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeUserHierarchyStructureCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/DescribeVocabularyCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/DisassociateApprovedOriginCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/DisassociateBotCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/DisassociateInstanceStorageConfigCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/DisassociateLambdaFunctionCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DisassociateLexBotCommand.d.ts +33 -17
  64. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DisassociateQueueQuickConnectsCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DisassociateRoutingProfileQueuesCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DisassociateSecurityKeyCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/GetContactAttributesCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GetCurrentMetricDataCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/GetCurrentUserDataCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/ListAgentStatusesCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/ListApprovedOriginsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  77. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +38 -17
  87. package/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +34 -17
  88. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  89. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +38 -17
  90. package/dist-types/ts3.4/commands/ListPromptsCommand.d.ts +34 -17
  91. package/dist-types/ts3.4/commands/ListQueueQuickConnectsCommand.d.ts +41 -17
  92. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/ListQuickConnectsCommand.d.ts +38 -17
  94. package/dist-types/ts3.4/commands/ListRoutingProfileQueuesCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/ListRoutingProfilesCommand.d.ts +38 -17
  96. package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  100. package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +38 -17
  101. package/dist-types/ts3.4/commands/ListUseCasesCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/ListUserHierarchyGroupsCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/PutUserStatusCommand.d.ts +37 -17
  105. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +33 -17
  106. package/dist-types/ts3.4/commands/ResumeContactRecordingCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +34 -17
  109. package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +34 -17
  112. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +38 -17
  113. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +37 -17
  114. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +34 -17
  119. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  123. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +37 -17
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  125. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +33 -17
  126. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +41 -17
  127. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
  128. package/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +37 -17
  129. package/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +41 -17
  131. package/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +36 -17
  133. package/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +41 -17
  134. package/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +36 -17
  135. package/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +37 -17
  136. package/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +37 -17
  137. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  138. package/dist-types/ts3.4/commands/UpdateQueueHoursOfOperationCommand.d.ts +37 -17
  139. package/dist-types/ts3.4/commands/UpdateQueueMaxContactsCommand.d.ts +36 -17
  140. package/dist-types/ts3.4/commands/UpdateQueueNameCommand.d.ts +32 -17
  141. package/dist-types/ts3.4/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +37 -17
  142. package/dist-types/ts3.4/commands/UpdateQueueStatusCommand.d.ts +33 -17
  143. package/dist-types/ts3.4/commands/UpdateQuickConnectConfigCommand.d.ts +37 -17
  144. package/dist-types/ts3.4/commands/UpdateQuickConnectNameCommand.d.ts +36 -17
  145. package/dist-types/ts3.4/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +37 -17
  146. package/dist-types/ts3.4/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +37 -17
  147. package/dist-types/ts3.4/commands/UpdateRoutingProfileNameCommand.d.ts +37 -17
  148. package/dist-types/ts3.4/commands/UpdateRoutingProfileQueuesCommand.d.ts +37 -17
  149. package/dist-types/ts3.4/commands/UpdateSecurityProfileCommand.d.ts +36 -17
  150. package/dist-types/ts3.4/commands/UpdateTaskTemplateCommand.d.ts +38 -17
  151. package/dist-types/ts3.4/commands/UpdateUserHierarchyCommand.d.ts +33 -17
  152. package/dist-types/ts3.4/commands/UpdateUserHierarchyGroupNameCommand.d.ts +37 -17
  153. package/dist-types/ts3.4/commands/UpdateUserHierarchyStructureCommand.d.ts +37 -17
  154. package/dist-types/ts3.4/commands/UpdateUserIdentityInfoCommand.d.ts +36 -17
  155. package/dist-types/ts3.4/commands/UpdateUserPhoneConfigCommand.d.ts +36 -17
  156. package/dist-types/ts3.4/commands/UpdateUserRoutingProfileCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/UpdateUserSecurityProfilesCommand.d.ts +37 -17
  158. package/dist-types/ts3.4/commands/index.d.ts +154 -154
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  160. package/dist-types/ts3.4/index.d.ts +6 -6
  161. package/dist-types/ts3.4/models/ConnectServiceException.d.ts +8 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +3558 -3313
  164. package/dist-types/ts3.4/models/models_1.d.ts +1647 -1485
  165. package/dist-types/ts3.4/pagination/GetCurrentMetricDataPaginator.d.ts +11 -4
  166. package/dist-types/ts3.4/pagination/GetCurrentUserDataPaginator.d.ts +11 -4
  167. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  168. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  169. package/dist-types/ts3.4/pagination/ListAgentStatusesPaginator.d.ts +11 -4
  170. package/dist-types/ts3.4/pagination/ListApprovedOriginsPaginator.d.ts +11 -4
  171. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  172. package/dist-types/ts3.4/pagination/ListContactFlowModulesPaginator.d.ts +11 -4
  173. package/dist-types/ts3.4/pagination/ListContactFlowsPaginator.d.ts +11 -4
  174. package/dist-types/ts3.4/pagination/ListContactReferencesPaginator.d.ts +11 -4
  175. package/dist-types/ts3.4/pagination/ListDefaultVocabulariesPaginator.d.ts +11 -4
  176. package/dist-types/ts3.4/pagination/ListHoursOfOperationsPaginator.d.ts +11 -4
  177. package/dist-types/ts3.4/pagination/ListInstanceAttributesPaginator.d.ts +11 -4
  178. package/dist-types/ts3.4/pagination/ListInstanceStorageConfigsPaginator.d.ts +11 -4
  179. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
  180. package/dist-types/ts3.4/pagination/ListIntegrationAssociationsPaginator.d.ts +11 -4
  181. package/dist-types/ts3.4/pagination/ListLambdaFunctionsPaginator.d.ts +11 -4
  182. package/dist-types/ts3.4/pagination/ListLexBotsPaginator.d.ts +11 -4
  183. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  184. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +11 -4
  185. package/dist-types/ts3.4/pagination/ListPromptsPaginator.d.ts +11 -4
  186. package/dist-types/ts3.4/pagination/ListQueueQuickConnectsPaginator.d.ts +11 -4
  187. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
  188. package/dist-types/ts3.4/pagination/ListQuickConnectsPaginator.d.ts +11 -4
  189. package/dist-types/ts3.4/pagination/ListRoutingProfileQueuesPaginator.d.ts +11 -4
  190. package/dist-types/ts3.4/pagination/ListRoutingProfilesPaginator.d.ts +11 -4
  191. package/dist-types/ts3.4/pagination/ListSecurityKeysPaginator.d.ts +11 -4
  192. package/dist-types/ts3.4/pagination/ListSecurityProfilePermissionsPaginator.d.ts +11 -4
  193. package/dist-types/ts3.4/pagination/ListSecurityProfilesPaginator.d.ts +11 -4
  194. package/dist-types/ts3.4/pagination/ListTaskTemplatesPaginator.d.ts +11 -4
  195. package/dist-types/ts3.4/pagination/ListUseCasesPaginator.d.ts +11 -4
  196. package/dist-types/ts3.4/pagination/ListUserHierarchyGroupsPaginator.d.ts +11 -4
  197. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  198. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  199. package/dist-types/ts3.4/pagination/SearchQueuesPaginator.d.ts +11 -4
  200. package/dist-types/ts3.4/pagination/SearchRoutingProfilesPaginator.d.ts +11 -4
  201. package/dist-types/ts3.4/pagination/SearchSecurityProfilesPaginator.d.ts +11 -4
  202. package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +11 -4
  203. package/dist-types/ts3.4/pagination/SearchVocabulariesPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/index.d.ts +39 -39
  205. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1853 -464
  206. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  207. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  208. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  209. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  210. package/package.json +34 -34
@@ -1,464 +1,1853 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateApprovedOriginCommandInput, AssociateApprovedOriginCommandOutput } from "../commands/AssociateApprovedOriginCommand";
4
- import { AssociateBotCommandInput, AssociateBotCommandOutput } from "../commands/AssociateBotCommand";
5
- import { AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput } from "../commands/AssociateDefaultVocabularyCommand";
6
- import { AssociateInstanceStorageConfigCommandInput, AssociateInstanceStorageConfigCommandOutput } from "../commands/AssociateInstanceStorageConfigCommand";
7
- import { AssociateLambdaFunctionCommandInput, AssociateLambdaFunctionCommandOutput } from "../commands/AssociateLambdaFunctionCommand";
8
- import { AssociateLexBotCommandInput, AssociateLexBotCommandOutput } from "../commands/AssociateLexBotCommand";
9
- import { AssociatePhoneNumberContactFlowCommandInput, AssociatePhoneNumberContactFlowCommandOutput } from "../commands/AssociatePhoneNumberContactFlowCommand";
10
- import { AssociateQueueQuickConnectsCommandInput, AssociateQueueQuickConnectsCommandOutput } from "../commands/AssociateQueueQuickConnectsCommand";
11
- import { AssociateRoutingProfileQueuesCommandInput, AssociateRoutingProfileQueuesCommandOutput } from "../commands/AssociateRoutingProfileQueuesCommand";
12
- import { AssociateSecurityKeyCommandInput, AssociateSecurityKeyCommandOutput } from "../commands/AssociateSecurityKeyCommand";
13
- import { ClaimPhoneNumberCommandInput, ClaimPhoneNumberCommandOutput } from "../commands/ClaimPhoneNumberCommand";
14
- import { CreateAgentStatusCommandInput, CreateAgentStatusCommandOutput } from "../commands/CreateAgentStatusCommand";
15
- import { CreateContactFlowCommandInput, CreateContactFlowCommandOutput } from "../commands/CreateContactFlowCommand";
16
- import { CreateContactFlowModuleCommandInput, CreateContactFlowModuleCommandOutput } from "../commands/CreateContactFlowModuleCommand";
17
- import { CreateHoursOfOperationCommandInput, CreateHoursOfOperationCommandOutput } from "../commands/CreateHoursOfOperationCommand";
18
- import { CreateInstanceCommandInput, CreateInstanceCommandOutput } from "../commands/CreateInstanceCommand";
19
- import { CreateIntegrationAssociationCommandInput, CreateIntegrationAssociationCommandOutput } from "../commands/CreateIntegrationAssociationCommand";
20
- import { CreateQueueCommandInput, CreateQueueCommandOutput } from "../commands/CreateQueueCommand";
21
- import { CreateQuickConnectCommandInput, CreateQuickConnectCommandOutput } from "../commands/CreateQuickConnectCommand";
22
- import { CreateRoutingProfileCommandInput, CreateRoutingProfileCommandOutput } from "../commands/CreateRoutingProfileCommand";
23
- import { CreateSecurityProfileCommandInput, CreateSecurityProfileCommandOutput } from "../commands/CreateSecurityProfileCommand";
24
- import { CreateTaskTemplateCommandInput, CreateTaskTemplateCommandOutput } from "../commands/CreateTaskTemplateCommand";
25
- import { CreateUseCaseCommandInput, CreateUseCaseCommandOutput } from "../commands/CreateUseCaseCommand";
26
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
27
- import { CreateUserHierarchyGroupCommandInput, CreateUserHierarchyGroupCommandOutput } from "../commands/CreateUserHierarchyGroupCommand";
28
- import { CreateVocabularyCommandInput, CreateVocabularyCommandOutput } from "../commands/CreateVocabularyCommand";
29
- import { DeleteContactFlowCommandInput, DeleteContactFlowCommandOutput } from "../commands/DeleteContactFlowCommand";
30
- import { DeleteContactFlowModuleCommandInput, DeleteContactFlowModuleCommandOutput } from "../commands/DeleteContactFlowModuleCommand";
31
- import { DeleteHoursOfOperationCommandInput, DeleteHoursOfOperationCommandOutput } from "../commands/DeleteHoursOfOperationCommand";
32
- import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "../commands/DeleteInstanceCommand";
33
- import { DeleteIntegrationAssociationCommandInput, DeleteIntegrationAssociationCommandOutput } from "../commands/DeleteIntegrationAssociationCommand";
34
- import { DeleteQuickConnectCommandInput, DeleteQuickConnectCommandOutput } from "../commands/DeleteQuickConnectCommand";
35
- import { DeleteSecurityProfileCommandInput, DeleteSecurityProfileCommandOutput } from "../commands/DeleteSecurityProfileCommand";
36
- import { DeleteTaskTemplateCommandInput, DeleteTaskTemplateCommandOutput } from "../commands/DeleteTaskTemplateCommand";
37
- import { DeleteUseCaseCommandInput, DeleteUseCaseCommandOutput } from "../commands/DeleteUseCaseCommand";
38
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
39
- import { DeleteUserHierarchyGroupCommandInput, DeleteUserHierarchyGroupCommandOutput } from "../commands/DeleteUserHierarchyGroupCommand";
40
- import { DeleteVocabularyCommandInput, DeleteVocabularyCommandOutput } from "../commands/DeleteVocabularyCommand";
41
- import { DescribeAgentStatusCommandInput, DescribeAgentStatusCommandOutput } from "../commands/DescribeAgentStatusCommand";
42
- import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
43
- import { DescribeContactFlowCommandInput, DescribeContactFlowCommandOutput } from "../commands/DescribeContactFlowCommand";
44
- import { DescribeContactFlowModuleCommandInput, DescribeContactFlowModuleCommandOutput } from "../commands/DescribeContactFlowModuleCommand";
45
- import { DescribeHoursOfOperationCommandInput, DescribeHoursOfOperationCommandOutput } from "../commands/DescribeHoursOfOperationCommand";
46
- import { DescribeInstanceAttributeCommandInput, DescribeInstanceAttributeCommandOutput } from "../commands/DescribeInstanceAttributeCommand";
47
- import { DescribeInstanceCommandInput, DescribeInstanceCommandOutput } from "../commands/DescribeInstanceCommand";
48
- import { DescribeInstanceStorageConfigCommandInput, DescribeInstanceStorageConfigCommandOutput } from "../commands/DescribeInstanceStorageConfigCommand";
49
- import { DescribePhoneNumberCommandInput, DescribePhoneNumberCommandOutput } from "../commands/DescribePhoneNumberCommand";
50
- import { DescribeQueueCommandInput, DescribeQueueCommandOutput } from "../commands/DescribeQueueCommand";
51
- import { DescribeQuickConnectCommandInput, DescribeQuickConnectCommandOutput } from "../commands/DescribeQuickConnectCommand";
52
- import { DescribeRoutingProfileCommandInput, DescribeRoutingProfileCommandOutput } from "../commands/DescribeRoutingProfileCommand";
53
- import { DescribeSecurityProfileCommandInput, DescribeSecurityProfileCommandOutput } from "../commands/DescribeSecurityProfileCommand";
54
- import { DescribeUserCommandInput, DescribeUserCommandOutput } from "../commands/DescribeUserCommand";
55
- import { DescribeUserHierarchyGroupCommandInput, DescribeUserHierarchyGroupCommandOutput } from "../commands/DescribeUserHierarchyGroupCommand";
56
- import { DescribeUserHierarchyStructureCommandInput, DescribeUserHierarchyStructureCommandOutput } from "../commands/DescribeUserHierarchyStructureCommand";
57
- import { DescribeVocabularyCommandInput, DescribeVocabularyCommandOutput } from "../commands/DescribeVocabularyCommand";
58
- import { DisassociateApprovedOriginCommandInput, DisassociateApprovedOriginCommandOutput } from "../commands/DisassociateApprovedOriginCommand";
59
- import { DisassociateBotCommandInput, DisassociateBotCommandOutput } from "../commands/DisassociateBotCommand";
60
- import { DisassociateInstanceStorageConfigCommandInput, DisassociateInstanceStorageConfigCommandOutput } from "../commands/DisassociateInstanceStorageConfigCommand";
61
- import { DisassociateLambdaFunctionCommandInput, DisassociateLambdaFunctionCommandOutput } from "../commands/DisassociateLambdaFunctionCommand";
62
- import { DisassociateLexBotCommandInput, DisassociateLexBotCommandOutput } from "../commands/DisassociateLexBotCommand";
63
- import { DisassociatePhoneNumberContactFlowCommandInput, DisassociatePhoneNumberContactFlowCommandOutput } from "../commands/DisassociatePhoneNumberContactFlowCommand";
64
- import { DisassociateQueueQuickConnectsCommandInput, DisassociateQueueQuickConnectsCommandOutput } from "../commands/DisassociateQueueQuickConnectsCommand";
65
- import { DisassociateRoutingProfileQueuesCommandInput, DisassociateRoutingProfileQueuesCommandOutput } from "../commands/DisassociateRoutingProfileQueuesCommand";
66
- import { DisassociateSecurityKeyCommandInput, DisassociateSecurityKeyCommandOutput } from "../commands/DisassociateSecurityKeyCommand";
67
- import { GetContactAttributesCommandInput, GetContactAttributesCommandOutput } from "../commands/GetContactAttributesCommand";
68
- import { GetCurrentMetricDataCommandInput, GetCurrentMetricDataCommandOutput } from "../commands/GetCurrentMetricDataCommand";
69
- import { GetCurrentUserDataCommandInput, GetCurrentUserDataCommandOutput } from "../commands/GetCurrentUserDataCommand";
70
- import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand";
71
- import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
72
- import { GetTaskTemplateCommandInput, GetTaskTemplateCommandOutput } from "../commands/GetTaskTemplateCommand";
73
- import { ListAgentStatusesCommandInput, ListAgentStatusesCommandOutput } from "../commands/ListAgentStatusesCommand";
74
- import { ListApprovedOriginsCommandInput, ListApprovedOriginsCommandOutput } from "../commands/ListApprovedOriginsCommand";
75
- import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
76
- import { ListContactFlowModulesCommandInput, ListContactFlowModulesCommandOutput } from "../commands/ListContactFlowModulesCommand";
77
- import { ListContactFlowsCommandInput, ListContactFlowsCommandOutput } from "../commands/ListContactFlowsCommand";
78
- import { ListContactReferencesCommandInput, ListContactReferencesCommandOutput } from "../commands/ListContactReferencesCommand";
79
- import { ListDefaultVocabulariesCommandInput, ListDefaultVocabulariesCommandOutput } from "../commands/ListDefaultVocabulariesCommand";
80
- import { ListHoursOfOperationsCommandInput, ListHoursOfOperationsCommandOutput } from "../commands/ListHoursOfOperationsCommand";
81
- import { ListInstanceAttributesCommandInput, ListInstanceAttributesCommandOutput } from "../commands/ListInstanceAttributesCommand";
82
- import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
83
- import { ListInstanceStorageConfigsCommandInput, ListInstanceStorageConfigsCommandOutput } from "../commands/ListInstanceStorageConfigsCommand";
84
- import { ListIntegrationAssociationsCommandInput, ListIntegrationAssociationsCommandOutput } from "../commands/ListIntegrationAssociationsCommand";
85
- import { ListLambdaFunctionsCommandInput, ListLambdaFunctionsCommandOutput } from "../commands/ListLambdaFunctionsCommand";
86
- import { ListLexBotsCommandInput, ListLexBotsCommandOutput } from "../commands/ListLexBotsCommand";
87
- import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
88
- import { ListPhoneNumbersV2CommandInput, ListPhoneNumbersV2CommandOutput } from "../commands/ListPhoneNumbersV2Command";
89
- import { ListPromptsCommandInput, ListPromptsCommandOutput } from "../commands/ListPromptsCommand";
90
- import { ListQueueQuickConnectsCommandInput, ListQueueQuickConnectsCommandOutput } from "../commands/ListQueueQuickConnectsCommand";
91
- import { ListQueuesCommandInput, ListQueuesCommandOutput } from "../commands/ListQueuesCommand";
92
- import { ListQuickConnectsCommandInput, ListQuickConnectsCommandOutput } from "../commands/ListQuickConnectsCommand";
93
- import { ListRoutingProfileQueuesCommandInput, ListRoutingProfileQueuesCommandOutput } from "../commands/ListRoutingProfileQueuesCommand";
94
- import { ListRoutingProfilesCommandInput, ListRoutingProfilesCommandOutput } from "../commands/ListRoutingProfilesCommand";
95
- import { ListSecurityKeysCommandInput, ListSecurityKeysCommandOutput } from "../commands/ListSecurityKeysCommand";
96
- import { ListSecurityProfilePermissionsCommandInput, ListSecurityProfilePermissionsCommandOutput } from "../commands/ListSecurityProfilePermissionsCommand";
97
- import { ListSecurityProfilesCommandInput, ListSecurityProfilesCommandOutput } from "../commands/ListSecurityProfilesCommand";
98
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
99
- import { ListTaskTemplatesCommandInput, ListTaskTemplatesCommandOutput } from "../commands/ListTaskTemplatesCommand";
100
- import { ListUseCasesCommandInput, ListUseCasesCommandOutput } from "../commands/ListUseCasesCommand";
101
- import { ListUserHierarchyGroupsCommandInput, ListUserHierarchyGroupsCommandOutput } from "../commands/ListUserHierarchyGroupsCommand";
102
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
103
- import { PutUserStatusCommandInput, PutUserStatusCommandOutput } from "../commands/PutUserStatusCommand";
104
- import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "../commands/ReleasePhoneNumberCommand";
105
- import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
106
- import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
107
- import { SearchQueuesCommandInput, SearchQueuesCommandOutput } from "../commands/SearchQueuesCommand";
108
- import { SearchRoutingProfilesCommandInput, SearchRoutingProfilesCommandOutput } from "../commands/SearchRoutingProfilesCommand";
109
- import { SearchSecurityProfilesCommandInput, SearchSecurityProfilesCommandOutput } from "../commands/SearchSecurityProfilesCommand";
110
- import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
111
- import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
112
- import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
113
- import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
114
- import { StartContactStreamingCommandInput, StartContactStreamingCommandOutput } from "../commands/StartContactStreamingCommand";
115
- import { StartOutboundVoiceContactCommandInput, StartOutboundVoiceContactCommandOutput } from "../commands/StartOutboundVoiceContactCommand";
116
- import { StartTaskContactCommandInput, StartTaskContactCommandOutput } from "../commands/StartTaskContactCommand";
117
- import { StopContactCommandInput, StopContactCommandOutput } from "../commands/StopContactCommand";
118
- import { StopContactRecordingCommandInput, StopContactRecordingCommandOutput } from "../commands/StopContactRecordingCommand";
119
- import { StopContactStreamingCommandInput, StopContactStreamingCommandOutput } from "../commands/StopContactStreamingCommand";
120
- import { SuspendContactRecordingCommandInput, SuspendContactRecordingCommandOutput } from "../commands/SuspendContactRecordingCommand";
121
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
122
- import { TransferContactCommandInput, TransferContactCommandOutput } from "../commands/TransferContactCommand";
123
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
124
- import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "../commands/UpdateAgentStatusCommand";
125
- import { UpdateContactAttributesCommandInput, UpdateContactAttributesCommandOutput } from "../commands/UpdateContactAttributesCommand";
126
- import { UpdateContactCommandInput, UpdateContactCommandOutput } from "../commands/UpdateContactCommand";
127
- import { UpdateContactFlowContentCommandInput, UpdateContactFlowContentCommandOutput } from "../commands/UpdateContactFlowContentCommand";
128
- import { UpdateContactFlowMetadataCommandInput, UpdateContactFlowMetadataCommandOutput } from "../commands/UpdateContactFlowMetadataCommand";
129
- import { UpdateContactFlowModuleContentCommandInput, UpdateContactFlowModuleContentCommandOutput } from "../commands/UpdateContactFlowModuleContentCommand";
130
- import { UpdateContactFlowModuleMetadataCommandInput, UpdateContactFlowModuleMetadataCommandOutput } from "../commands/UpdateContactFlowModuleMetadataCommand";
131
- import { UpdateContactFlowNameCommandInput, UpdateContactFlowNameCommandOutput } from "../commands/UpdateContactFlowNameCommand";
132
- import { UpdateContactScheduleCommandInput, UpdateContactScheduleCommandOutput } from "../commands/UpdateContactScheduleCommand";
133
- import { UpdateHoursOfOperationCommandInput, UpdateHoursOfOperationCommandOutput } from "../commands/UpdateHoursOfOperationCommand";
134
- import { UpdateInstanceAttributeCommandInput, UpdateInstanceAttributeCommandOutput } from "../commands/UpdateInstanceAttributeCommand";
135
- import { UpdateInstanceStorageConfigCommandInput, UpdateInstanceStorageConfigCommandOutput } from "../commands/UpdateInstanceStorageConfigCommand";
136
- import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "../commands/UpdatePhoneNumberCommand";
137
- import { UpdateQueueHoursOfOperationCommandInput, UpdateQueueHoursOfOperationCommandOutput } from "../commands/UpdateQueueHoursOfOperationCommand";
138
- import { UpdateQueueMaxContactsCommandInput, UpdateQueueMaxContactsCommandOutput } from "../commands/UpdateQueueMaxContactsCommand";
139
- import { UpdateQueueNameCommandInput, UpdateQueueNameCommandOutput } from "../commands/UpdateQueueNameCommand";
140
- import { UpdateQueueOutboundCallerConfigCommandInput, UpdateQueueOutboundCallerConfigCommandOutput } from "../commands/UpdateQueueOutboundCallerConfigCommand";
141
- import { UpdateQueueStatusCommandInput, UpdateQueueStatusCommandOutput } from "../commands/UpdateQueueStatusCommand";
142
- import { UpdateQuickConnectConfigCommandInput, UpdateQuickConnectConfigCommandOutput } from "../commands/UpdateQuickConnectConfigCommand";
143
- import { UpdateQuickConnectNameCommandInput, UpdateQuickConnectNameCommandOutput } from "../commands/UpdateQuickConnectNameCommand";
144
- import { UpdateRoutingProfileConcurrencyCommandInput, UpdateRoutingProfileConcurrencyCommandOutput } from "../commands/UpdateRoutingProfileConcurrencyCommand";
145
- import { UpdateRoutingProfileDefaultOutboundQueueCommandInput, UpdateRoutingProfileDefaultOutboundQueueCommandOutput } from "../commands/UpdateRoutingProfileDefaultOutboundQueueCommand";
146
- import { UpdateRoutingProfileNameCommandInput, UpdateRoutingProfileNameCommandOutput } from "../commands/UpdateRoutingProfileNameCommand";
147
- import { UpdateRoutingProfileQueuesCommandInput, UpdateRoutingProfileQueuesCommandOutput } from "../commands/UpdateRoutingProfileQueuesCommand";
148
- import { UpdateSecurityProfileCommandInput, UpdateSecurityProfileCommandOutput } from "../commands/UpdateSecurityProfileCommand";
149
- import { UpdateTaskTemplateCommandInput, UpdateTaskTemplateCommandOutput } from "../commands/UpdateTaskTemplateCommand";
150
- import { UpdateUserHierarchyCommandInput, UpdateUserHierarchyCommandOutput } from "../commands/UpdateUserHierarchyCommand";
151
- import { UpdateUserHierarchyGroupNameCommandInput, UpdateUserHierarchyGroupNameCommandOutput } from "../commands/UpdateUserHierarchyGroupNameCommand";
152
- import { UpdateUserHierarchyStructureCommandInput, UpdateUserHierarchyStructureCommandOutput } from "../commands/UpdateUserHierarchyStructureCommand";
153
- import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput } from "../commands/UpdateUserIdentityInfoCommand";
154
- import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "../commands/UpdateUserPhoneConfigCommand";
155
- import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "../commands/UpdateUserRoutingProfileCommand";
156
- import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "../commands/UpdateUserSecurityProfilesCommand";
157
- export declare const serializeAws_restJson1AssociateApprovedOriginCommand: (input: AssociateApprovedOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1AssociateBotCommand: (input: AssociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_restJson1AssociateDefaultVocabularyCommand: (input: AssociateDefaultVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_restJson1AssociateInstanceStorageConfigCommand: (input: AssociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_restJson1AssociateLambdaFunctionCommand: (input: AssociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1AssociateLexBotCommand: (input: AssociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_restJson1AssociatePhoneNumberContactFlowCommand: (input: AssociatePhoneNumberContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_restJson1AssociateQueueQuickConnectsCommand: (input: AssociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_restJson1AssociateRoutingProfileQueuesCommand: (input: AssociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1AssociateSecurityKeyCommand: (input: AssociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_restJson1ClaimPhoneNumberCommand: (input: ClaimPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_restJson1CreateAgentStatusCommand: (input: CreateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_restJson1CreateContactFlowCommand: (input: CreateContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1CreateContactFlowModuleCommand: (input: CreateContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_restJson1CreateHoursOfOperationCommand: (input: CreateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_restJson1CreateInstanceCommand: (input: CreateInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_restJson1CreateIntegrationAssociationCommand: (input: CreateIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1CreateQueueCommand: (input: CreateQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_restJson1CreateQuickConnectCommand: (input: CreateQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_restJson1CreateRoutingProfileCommand: (input: CreateRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_restJson1CreateSecurityProfileCommand: (input: CreateSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1CreateTaskTemplateCommand: (input: CreateTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_restJson1CreateUseCaseCommand: (input: CreateUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_restJson1CreateUserHierarchyGroupCommand: (input: CreateUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1CreateVocabularyCommand: (input: CreateVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_restJson1DeleteContactFlowCommand: (input: DeleteContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_restJson1DeleteContactFlowModuleCommand: (input: DeleteContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_restJson1DeleteHoursOfOperationCommand: (input: DeleteHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1DeleteInstanceCommand: (input: DeleteInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const serializeAws_restJson1DeleteIntegrationAssociationCommand: (input: DeleteIntegrationAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_restJson1DeleteQuickConnectCommand: (input: DeleteQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_restJson1DeleteSecurityProfileCommand: (input: DeleteSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1DeleteTaskTemplateCommand: (input: DeleteTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_restJson1DeleteUseCaseCommand: (input: DeleteUseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const serializeAws_restJson1DeleteUserHierarchyGroupCommand: (input: DeleteUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1DeleteVocabularyCommand: (input: DeleteVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_restJson1DescribeAgentStatusCommand: (input: DescribeAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_restJson1DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_restJson1DescribeContactFlowCommand: (input: DescribeContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1DescribeContactFlowModuleCommand: (input: DescribeContactFlowModuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const serializeAws_restJson1DescribeHoursOfOperationCommand: (input: DescribeHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- export declare const serializeAws_restJson1DescribeInstanceCommand: (input: DescribeInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- export declare const serializeAws_restJson1DescribeInstanceAttributeCommand: (input: DescribeInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1DescribeInstanceStorageConfigCommand: (input: DescribeInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- export declare const serializeAws_restJson1DescribePhoneNumberCommand: (input: DescribePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- export declare const serializeAws_restJson1DescribeQueueCommand: (input: DescribeQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- export declare const serializeAws_restJson1DescribeQuickConnectCommand: (input: DescribeQuickConnectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1DescribeRoutingProfileCommand: (input: DescribeRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- export declare const serializeAws_restJson1DescribeSecurityProfileCommand: (input: DescribeSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- export declare const serializeAws_restJson1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- export declare const serializeAws_restJson1DescribeUserHierarchyGroupCommand: (input: DescribeUserHierarchyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1DescribeUserHierarchyStructureCommand: (input: DescribeUserHierarchyStructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- export declare const serializeAws_restJson1DescribeVocabularyCommand: (input: DescribeVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- export declare const serializeAws_restJson1DisassociateApprovedOriginCommand: (input: DisassociateApprovedOriginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- export declare const serializeAws_restJson1DisassociateBotCommand: (input: DisassociateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1DisassociateInstanceStorageConfigCommand: (input: DisassociateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- export declare const serializeAws_restJson1DisassociateLambdaFunctionCommand: (input: DisassociateLambdaFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- export declare const serializeAws_restJson1DisassociateLexBotCommand: (input: DisassociateLexBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- export declare const serializeAws_restJson1DisassociatePhoneNumberContactFlowCommand: (input: DisassociatePhoneNumberContactFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1DisassociateQueueQuickConnectsCommand: (input: DisassociateQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- export declare const serializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (input: DisassociateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- export declare const serializeAws_restJson1DisassociateSecurityKeyCommand: (input: DisassociateSecurityKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- export declare const serializeAws_restJson1GetContactAttributesCommand: (input: GetContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1GetCurrentMetricDataCommand: (input: GetCurrentMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- export declare const serializeAws_restJson1GetCurrentUserDataCommand: (input: GetCurrentUserDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- export declare const serializeAws_restJson1GetFederationTokenCommand: (input: GetFederationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- export declare const serializeAws_restJson1GetMetricDataCommand: (input: GetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1GetTaskTemplateCommand: (input: GetTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- export declare const serializeAws_restJson1ListAgentStatusesCommand: (input: ListAgentStatusesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- export declare const serializeAws_restJson1ListApprovedOriginsCommand: (input: ListApprovedOriginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1ListContactFlowModulesCommand: (input: ListContactFlowModulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- export declare const serializeAws_restJson1ListContactFlowsCommand: (input: ListContactFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- export declare const serializeAws_restJson1ListContactReferencesCommand: (input: ListContactReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- export declare const serializeAws_restJson1ListDefaultVocabulariesCommand: (input: ListDefaultVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1ListHoursOfOperationsCommand: (input: ListHoursOfOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- export declare const serializeAws_restJson1ListInstanceAttributesCommand: (input: ListInstanceAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- export declare const serializeAws_restJson1ListInstancesCommand: (input: ListInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- export declare const serializeAws_restJson1ListInstanceStorageConfigsCommand: (input: ListInstanceStorageConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1ListIntegrationAssociationsCommand: (input: ListIntegrationAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- export declare const serializeAws_restJson1ListLambdaFunctionsCommand: (input: ListLambdaFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- export declare const serializeAws_restJson1ListLexBotsCommand: (input: ListLexBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- export declare const serializeAws_restJson1ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1ListPhoneNumbersV2Command: (input: ListPhoneNumbersV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- export declare const serializeAws_restJson1ListPromptsCommand: (input: ListPromptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- export declare const serializeAws_restJson1ListQueueQuickConnectsCommand: (input: ListQueueQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- export declare const serializeAws_restJson1ListQueuesCommand: (input: ListQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1ListQuickConnectsCommand: (input: ListQuickConnectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- export declare const serializeAws_restJson1ListRoutingProfileQueuesCommand: (input: ListRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- export declare const serializeAws_restJson1ListRoutingProfilesCommand: (input: ListRoutingProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- export declare const serializeAws_restJson1ListSecurityKeysCommand: (input: ListSecurityKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1ListSecurityProfilePermissionsCommand: (input: ListSecurityProfilePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- export declare const serializeAws_restJson1ListSecurityProfilesCommand: (input: ListSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- export declare const serializeAws_restJson1ListTaskTemplatesCommand: (input: ListTaskTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- export declare const serializeAws_restJson1ListUseCasesCommand: (input: ListUseCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- export declare const serializeAws_restJson1ListUserHierarchyGroupsCommand: (input: ListUserHierarchyGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
- export declare const serializeAws_restJson1PutUserStatusCommand: (input: PutUserStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- export declare const serializeAws_restJson1ReleasePhoneNumberCommand: (input: ReleasePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- export declare const serializeAws_restJson1ResumeContactRecordingCommand: (input: ResumeContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
- export declare const serializeAws_restJson1SearchQueuesCommand: (input: SearchQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- export declare const serializeAws_restJson1SearchRoutingProfilesCommand: (input: SearchRoutingProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- export declare const serializeAws_restJson1SearchSecurityProfilesCommand: (input: SearchSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- export declare const serializeAws_restJson1SearchUsersCommand: (input: SearchUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
- export declare const serializeAws_restJson1SearchVocabulariesCommand: (input: SearchVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- export declare const serializeAws_restJson1StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- export declare const serializeAws_restJson1StartContactRecordingCommand: (input: StartContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- export declare const serializeAws_restJson1StartContactStreamingCommand: (input: StartContactStreamingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
- export declare const serializeAws_restJson1StartOutboundVoiceContactCommand: (input: StartOutboundVoiceContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- export declare const serializeAws_restJson1StartTaskContactCommand: (input: StartTaskContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- export declare const serializeAws_restJson1StopContactCommand: (input: StopContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- export declare const serializeAws_restJson1StopContactRecordingCommand: (input: StopContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
- export declare const serializeAws_restJson1StopContactStreamingCommand: (input: StopContactStreamingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- export declare const serializeAws_restJson1SuspendContactRecordingCommand: (input: SuspendContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- export declare const serializeAws_restJson1TransferContactCommand: (input: TransferContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- export declare const serializeAws_restJson1UpdateAgentStatusCommand: (input: UpdateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- export declare const serializeAws_restJson1UpdateContactCommand: (input: UpdateContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- export declare const serializeAws_restJson1UpdateContactAttributesCommand: (input: UpdateContactAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
- export declare const serializeAws_restJson1UpdateContactFlowContentCommand: (input: UpdateContactFlowContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- export declare const serializeAws_restJson1UpdateContactFlowMetadataCommand: (input: UpdateContactFlowMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- export declare const serializeAws_restJson1UpdateContactFlowModuleContentCommand: (input: UpdateContactFlowModuleContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- export declare const serializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (input: UpdateContactFlowModuleMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
- export declare const serializeAws_restJson1UpdateContactFlowNameCommand: (input: UpdateContactFlowNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- export declare const serializeAws_restJson1UpdateContactScheduleCommand: (input: UpdateContactScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- export declare const serializeAws_restJson1UpdateHoursOfOperationCommand: (input: UpdateHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- export declare const serializeAws_restJson1UpdateInstanceAttributeCommand: (input: UpdateInstanceAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
- export declare const serializeAws_restJson1UpdateInstanceStorageConfigCommand: (input: UpdateInstanceStorageConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- export declare const serializeAws_restJson1UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- export declare const serializeAws_restJson1UpdateQueueHoursOfOperationCommand: (input: UpdateQueueHoursOfOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- export declare const serializeAws_restJson1UpdateQueueMaxContactsCommand: (input: UpdateQueueMaxContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
- export declare const serializeAws_restJson1UpdateQueueNameCommand: (input: UpdateQueueNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- export declare const serializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (input: UpdateQueueOutboundCallerConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- export declare const serializeAws_restJson1UpdateQueueStatusCommand: (input: UpdateQueueStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- export declare const serializeAws_restJson1UpdateQuickConnectConfigCommand: (input: UpdateQuickConnectConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
- export declare const serializeAws_restJson1UpdateQuickConnectNameCommand: (input: UpdateQuickConnectNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- export declare const serializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (input: UpdateRoutingProfileConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- export declare const serializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (input: UpdateRoutingProfileDefaultOutboundQueueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- export declare const serializeAws_restJson1UpdateRoutingProfileNameCommand: (input: UpdateRoutingProfileNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
- export declare const serializeAws_restJson1UpdateRoutingProfileQueuesCommand: (input: UpdateRoutingProfileQueuesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- export declare const serializeAws_restJson1UpdateSecurityProfileCommand: (input: UpdateSecurityProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- export declare const serializeAws_restJson1UpdateTaskTemplateCommand: (input: UpdateTaskTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- export declare const serializeAws_restJson1UpdateUserHierarchyCommand: (input: UpdateUserHierarchyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
- export declare const serializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (input: UpdateUserHierarchyGroupNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- export declare const serializeAws_restJson1UpdateUserHierarchyStructureCommand: (input: UpdateUserHierarchyStructureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- export declare const serializeAws_restJson1UpdateUserIdentityInfoCommand: (input: UpdateUserIdentityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- export declare const serializeAws_restJson1UpdateUserPhoneConfigCommand: (input: UpdateUserPhoneConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
- export declare const serializeAws_restJson1UpdateUserRoutingProfileCommand: (input: UpdateUserRoutingProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- export declare const serializeAws_restJson1UpdateUserSecurityProfilesCommand: (input: UpdateUserSecurityProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- export declare const deserializeAws_restJson1AssociateApprovedOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateApprovedOriginCommandOutput>;
312
- export declare const deserializeAws_restJson1AssociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateBotCommandOutput>;
313
- export declare const deserializeAws_restJson1AssociateDefaultVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDefaultVocabularyCommandOutput>;
314
- export declare const deserializeAws_restJson1AssociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceStorageConfigCommandOutput>;
315
- export declare const deserializeAws_restJson1AssociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLambdaFunctionCommandOutput>;
316
- export declare const deserializeAws_restJson1AssociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLexBotCommandOutput>;
317
- export declare const deserializeAws_restJson1AssociatePhoneNumberContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumberContactFlowCommandOutput>;
318
- export declare const deserializeAws_restJson1AssociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateQueueQuickConnectsCommandOutput>;
319
- export declare const deserializeAws_restJson1AssociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRoutingProfileQueuesCommandOutput>;
320
- export declare const deserializeAws_restJson1AssociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSecurityKeyCommandOutput>;
321
- export declare const deserializeAws_restJson1ClaimPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClaimPhoneNumberCommandOutput>;
322
- export declare const deserializeAws_restJson1CreateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentStatusCommandOutput>;
323
- export declare const deserializeAws_restJson1CreateContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowCommandOutput>;
324
- export declare const deserializeAws_restJson1CreateContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContactFlowModuleCommandOutput>;
325
- export declare const deserializeAws_restJson1CreateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHoursOfOperationCommandOutput>;
326
- export declare const deserializeAws_restJson1CreateInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceCommandOutput>;
327
- export declare const deserializeAws_restJson1CreateIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationAssociationCommandOutput>;
328
- export declare const deserializeAws_restJson1CreateQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQueueCommandOutput>;
329
- export declare const deserializeAws_restJson1CreateQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuickConnectCommandOutput>;
330
- export declare const deserializeAws_restJson1CreateRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoutingProfileCommandOutput>;
331
- export declare const deserializeAws_restJson1CreateSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSecurityProfileCommandOutput>;
332
- export declare const deserializeAws_restJson1CreateTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskTemplateCommandOutput>;
333
- export declare const deserializeAws_restJson1CreateUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUseCaseCommandOutput>;
334
- export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
335
- export declare const deserializeAws_restJson1CreateUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserHierarchyGroupCommandOutput>;
336
- export declare const deserializeAws_restJson1CreateVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVocabularyCommandOutput>;
337
- export declare const deserializeAws_restJson1DeleteContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowCommandOutput>;
338
- export declare const deserializeAws_restJson1DeleteContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContactFlowModuleCommandOutput>;
339
- export declare const deserializeAws_restJson1DeleteHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHoursOfOperationCommandOutput>;
340
- export declare const deserializeAws_restJson1DeleteInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceCommandOutput>;
341
- export declare const deserializeAws_restJson1DeleteIntegrationAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationAssociationCommandOutput>;
342
- export declare const deserializeAws_restJson1DeleteQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQuickConnectCommandOutput>;
343
- export declare const deserializeAws_restJson1DeleteSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSecurityProfileCommandOutput>;
344
- export declare const deserializeAws_restJson1DeleteTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskTemplateCommandOutput>;
345
- export declare const deserializeAws_restJson1DeleteUseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUseCaseCommandOutput>;
346
- export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
347
- export declare const deserializeAws_restJson1DeleteUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserHierarchyGroupCommandOutput>;
348
- export declare const deserializeAws_restJson1DeleteVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVocabularyCommandOutput>;
349
- export declare const deserializeAws_restJson1DescribeAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentStatusCommandOutput>;
350
- export declare const deserializeAws_restJson1DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
351
- export declare const deserializeAws_restJson1DescribeContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowCommandOutput>;
352
- export declare const deserializeAws_restJson1DescribeContactFlowModuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactFlowModuleCommandOutput>;
353
- export declare const deserializeAws_restJson1DescribeHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHoursOfOperationCommandOutput>;
354
- export declare const deserializeAws_restJson1DescribeInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceCommandOutput>;
355
- export declare const deserializeAws_restJson1DescribeInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceAttributeCommandOutput>;
356
- export declare const deserializeAws_restJson1DescribeInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInstanceStorageConfigCommandOutput>;
357
- export declare const deserializeAws_restJson1DescribePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePhoneNumberCommandOutput>;
358
- export declare const deserializeAws_restJson1DescribeQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueueCommandOutput>;
359
- export declare const deserializeAws_restJson1DescribeQuickConnectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQuickConnectCommandOutput>;
360
- export declare const deserializeAws_restJson1DescribeRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRoutingProfileCommandOutput>;
361
- export declare const deserializeAws_restJson1DescribeSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSecurityProfileCommandOutput>;
362
- export declare const deserializeAws_restJson1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
363
- export declare const deserializeAws_restJson1DescribeUserHierarchyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserHierarchyGroupCommandOutput>;
364
- export declare const deserializeAws_restJson1DescribeUserHierarchyStructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserHierarchyStructureCommandOutput>;
365
- export declare const deserializeAws_restJson1DescribeVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVocabularyCommandOutput>;
366
- export declare const deserializeAws_restJson1DisassociateApprovedOriginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateApprovedOriginCommandOutput>;
367
- export declare const deserializeAws_restJson1DisassociateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateBotCommandOutput>;
368
- export declare const deserializeAws_restJson1DisassociateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceStorageConfigCommandOutput>;
369
- export declare const deserializeAws_restJson1DisassociateLambdaFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLambdaFunctionCommandOutput>;
370
- export declare const deserializeAws_restJson1DisassociateLexBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLexBotCommandOutput>;
371
- export declare const deserializeAws_restJson1DisassociatePhoneNumberContactFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumberContactFlowCommandOutput>;
372
- export declare const deserializeAws_restJson1DisassociateQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateQueueQuickConnectsCommandOutput>;
373
- export declare const deserializeAws_restJson1DisassociateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRoutingProfileQueuesCommandOutput>;
374
- export declare const deserializeAws_restJson1DisassociateSecurityKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSecurityKeyCommandOutput>;
375
- export declare const deserializeAws_restJson1GetContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContactAttributesCommandOutput>;
376
- export declare const deserializeAws_restJson1GetCurrentMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentMetricDataCommandOutput>;
377
- export declare const deserializeAws_restJson1GetCurrentUserDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentUserDataCommandOutput>;
378
- export declare const deserializeAws_restJson1GetFederationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFederationTokenCommandOutput>;
379
- export declare const deserializeAws_restJson1GetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricDataCommandOutput>;
380
- export declare const deserializeAws_restJson1GetTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTaskTemplateCommandOutput>;
381
- export declare const deserializeAws_restJson1ListAgentStatusesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAgentStatusesCommandOutput>;
382
- export declare const deserializeAws_restJson1ListApprovedOriginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovedOriginsCommandOutput>;
383
- export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
384
- export declare const deserializeAws_restJson1ListContactFlowModulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowModulesCommandOutput>;
385
- export declare const deserializeAws_restJson1ListContactFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactFlowsCommandOutput>;
386
- export declare const deserializeAws_restJson1ListContactReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactReferencesCommandOutput>;
387
- export declare const deserializeAws_restJson1ListDefaultVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDefaultVocabulariesCommandOutput>;
388
- export declare const deserializeAws_restJson1ListHoursOfOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHoursOfOperationsCommandOutput>;
389
- export declare const deserializeAws_restJson1ListInstanceAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceAttributesCommandOutput>;
390
- export declare const deserializeAws_restJson1ListInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstancesCommandOutput>;
391
- export declare const deserializeAws_restJson1ListInstanceStorageConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceStorageConfigsCommandOutput>;
392
- export declare const deserializeAws_restJson1ListIntegrationAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntegrationAssociationsCommandOutput>;
393
- export declare const deserializeAws_restJson1ListLambdaFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLambdaFunctionsCommandOutput>;
394
- export declare const deserializeAws_restJson1ListLexBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLexBotsCommandOutput>;
395
- export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
396
- export declare const deserializeAws_restJson1ListPhoneNumbersV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersV2CommandOutput>;
397
- export declare const deserializeAws_restJson1ListPromptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPromptsCommandOutput>;
398
- export declare const deserializeAws_restJson1ListQueueQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueueQuickConnectsCommandOutput>;
399
- export declare const deserializeAws_restJson1ListQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueuesCommandOutput>;
400
- export declare const deserializeAws_restJson1ListQuickConnectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuickConnectsCommandOutput>;
401
- export declare const deserializeAws_restJson1ListRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfileQueuesCommandOutput>;
402
- export declare const deserializeAws_restJson1ListRoutingProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingProfilesCommandOutput>;
403
- export declare const deserializeAws_restJson1ListSecurityKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityKeysCommandOutput>;
404
- export declare const deserializeAws_restJson1ListSecurityProfilePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityProfilePermissionsCommandOutput>;
405
- export declare const deserializeAws_restJson1ListSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityProfilesCommandOutput>;
406
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
407
- export declare const deserializeAws_restJson1ListTaskTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskTemplatesCommandOutput>;
408
- export declare const deserializeAws_restJson1ListUseCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUseCasesCommandOutput>;
409
- export declare const deserializeAws_restJson1ListUserHierarchyGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserHierarchyGroupsCommandOutput>;
410
- export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
411
- export declare const deserializeAws_restJson1PutUserStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutUserStatusCommandOutput>;
412
- export declare const deserializeAws_restJson1ReleasePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleasePhoneNumberCommandOutput>;
413
- export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeContactRecordingCommandOutput>;
414
- export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
415
- export declare const deserializeAws_restJson1SearchQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchQueuesCommandOutput>;
416
- export declare const deserializeAws_restJson1SearchRoutingProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRoutingProfilesCommandOutput>;
417
- export declare const deserializeAws_restJson1SearchSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSecurityProfilesCommandOutput>;
418
- export declare const deserializeAws_restJson1SearchUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchUsersCommandOutput>;
419
- export declare const deserializeAws_restJson1SearchVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchVocabulariesCommandOutput>;
420
- export declare const deserializeAws_restJson1StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
421
- export declare const deserializeAws_restJson1StartContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactRecordingCommandOutput>;
422
- export declare const deserializeAws_restJson1StartContactStreamingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactStreamingCommandOutput>;
423
- export declare const deserializeAws_restJson1StartOutboundVoiceContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartOutboundVoiceContactCommandOutput>;
424
- export declare const deserializeAws_restJson1StartTaskContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskContactCommandOutput>;
425
- export declare const deserializeAws_restJson1StopContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactCommandOutput>;
426
- export declare const deserializeAws_restJson1StopContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactRecordingCommandOutput>;
427
- export declare const deserializeAws_restJson1StopContactStreamingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContactStreamingCommandOutput>;
428
- export declare const deserializeAws_restJson1SuspendContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SuspendContactRecordingCommandOutput>;
429
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
430
- export declare const deserializeAws_restJson1TransferContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TransferContactCommandOutput>;
431
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
432
- export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentStatusCommandOutput>;
433
- export declare const deserializeAws_restJson1UpdateContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactCommandOutput>;
434
- export declare const deserializeAws_restJson1UpdateContactAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactAttributesCommandOutput>;
435
- export declare const deserializeAws_restJson1UpdateContactFlowContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowContentCommandOutput>;
436
- export declare const deserializeAws_restJson1UpdateContactFlowMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowMetadataCommandOutput>;
437
- export declare const deserializeAws_restJson1UpdateContactFlowModuleContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowModuleContentCommandOutput>;
438
- export declare const deserializeAws_restJson1UpdateContactFlowModuleMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowModuleMetadataCommandOutput>;
439
- export declare const deserializeAws_restJson1UpdateContactFlowNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactFlowNameCommandOutput>;
440
- export declare const deserializeAws_restJson1UpdateContactScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContactScheduleCommandOutput>;
441
- export declare const deserializeAws_restJson1UpdateHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHoursOfOperationCommandOutput>;
442
- export declare const deserializeAws_restJson1UpdateInstanceAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceAttributeCommandOutput>;
443
- export declare const deserializeAws_restJson1UpdateInstanceStorageConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceStorageConfigCommandOutput>;
444
- export declare const deserializeAws_restJson1UpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberCommandOutput>;
445
- export declare const deserializeAws_restJson1UpdateQueueHoursOfOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueHoursOfOperationCommandOutput>;
446
- export declare const deserializeAws_restJson1UpdateQueueMaxContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueMaxContactsCommandOutput>;
447
- export declare const deserializeAws_restJson1UpdateQueueNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueNameCommandOutput>;
448
- export declare const deserializeAws_restJson1UpdateQueueOutboundCallerConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueOutboundCallerConfigCommandOutput>;
449
- export declare const deserializeAws_restJson1UpdateQueueStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQueueStatusCommandOutput>;
450
- export declare const deserializeAws_restJson1UpdateQuickConnectConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickConnectConfigCommandOutput>;
451
- export declare const deserializeAws_restJson1UpdateQuickConnectNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickConnectNameCommandOutput>;
452
- export declare const deserializeAws_restJson1UpdateRoutingProfileConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileConcurrencyCommandOutput>;
453
- export declare const deserializeAws_restJson1UpdateRoutingProfileDefaultOutboundQueueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileDefaultOutboundQueueCommandOutput>;
454
- export declare const deserializeAws_restJson1UpdateRoutingProfileNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileNameCommandOutput>;
455
- export declare const deserializeAws_restJson1UpdateRoutingProfileQueuesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoutingProfileQueuesCommandOutput>;
456
- export declare const deserializeAws_restJson1UpdateSecurityProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityProfileCommandOutput>;
457
- export declare const deserializeAws_restJson1UpdateTaskTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskTemplateCommandOutput>;
458
- export declare const deserializeAws_restJson1UpdateUserHierarchyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyCommandOutput>;
459
- export declare const deserializeAws_restJson1UpdateUserHierarchyGroupNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyGroupNameCommandOutput>;
460
- export declare const deserializeAws_restJson1UpdateUserHierarchyStructureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserHierarchyStructureCommandOutput>;
461
- export declare const deserializeAws_restJson1UpdateUserIdentityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserIdentityInfoCommandOutput>;
462
- export declare const deserializeAws_restJson1UpdateUserPhoneConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPhoneConfigCommandOutput>;
463
- export declare const deserializeAws_restJson1UpdateUserRoutingProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserRoutingProfileCommandOutput>;
464
- export declare const deserializeAws_restJson1UpdateUserSecurityProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSecurityProfilesCommandOutput>;
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>;