@aws-sdk/client-chime 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Chime.d.ts +3610 -960
  3. package/dist-types/ts3.4/ChimeClient.d.ts +1275 -264
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +33 -17
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +33 -17
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +33 -17
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +43 -17
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +38 -17
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +37 -17
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +39 -18
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +34 -17
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +34 -17
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +37 -17
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +34 -17
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +38 -17
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +38 -17
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +34 -17
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +41 -17
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +41 -17
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +38 -17
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +34 -17
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +41 -17
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +41 -17
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +41 -17
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +41 -17
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +41 -17
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +41 -17
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +37 -17
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +38 -17
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +41 -17
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +41 -17
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +32 -17
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +32 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +32 -17
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +32 -17
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +37 -17
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +38 -17
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +41 -17
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -17
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -17
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +38 -17
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +34 -17
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +41 -17
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +41 -17
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +41 -17
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +37 -17
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +33 -17
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +41 -17
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +41 -17
  194. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +38 -17
  195. package/dist-types/ts3.4/commands/index.d.ts +191 -191
  196. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  197. package/dist-types/ts3.4/index.d.ts +6 -6
  198. package/dist-types/ts3.4/models/ChimeServiceException.d.ts +8 -6
  199. package/dist-types/ts3.4/models/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/models_0.d.ts +2875 -2656
  201. package/dist-types/ts3.4/models/models_1.d.ts +1948 -1694
  202. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  203. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +11 -4
  205. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +11 -4
  206. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +11 -4
  207. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
  208. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  209. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  210. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  211. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  212. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  213. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  214. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  215. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  216. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +11 -4
  217. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +11 -4
  218. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +11 -4
  219. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  220. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +11 -4
  221. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +11 -4
  222. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +11 -4
  223. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +11 -4
  224. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +11 -4
  225. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  226. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +11 -4
  227. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +11 -4
  228. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  229. package/dist-types/ts3.4/pagination/index.d.ts +27 -27
  230. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +2297 -575
  231. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  232. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  233. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  234. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  235. package/package.json +34 -34
@@ -1,575 +1,2297 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "../commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
4
- import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "../commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
5
- import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "../commands/AssociatePhoneNumberWithUserCommand";
6
- import { AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput } from "../commands/AssociateSigninDelegateGroupsWithAccountCommand";
7
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "../commands/BatchCreateAttendeeCommand";
8
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "../commands/BatchCreateChannelMembershipCommand";
9
- import { BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput } from "../commands/BatchCreateRoomMembershipCommand";
10
- import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "../commands/BatchDeletePhoneNumberCommand";
11
- import { BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput } from "../commands/BatchSuspendUserCommand";
12
- import { BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput } from "../commands/BatchUnsuspendUserCommand";
13
- import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "../commands/BatchUpdatePhoneNumberCommand";
14
- import { BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput } from "../commands/BatchUpdateUserCommand";
15
- import { CreateAccountCommandInput, CreateAccountCommandOutput } from "../commands/CreateAccountCommand";
16
- import { CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput } from "../commands/CreateAppInstanceAdminCommand";
17
- import { CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput } from "../commands/CreateAppInstanceCommand";
18
- import { CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput } from "../commands/CreateAppInstanceUserCommand";
19
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "../commands/CreateAttendeeCommand";
20
- import { CreateBotCommandInput, CreateBotCommandOutput } from "../commands/CreateBotCommand";
21
- import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "../commands/CreateChannelBanCommand";
22
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
23
- import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "../commands/CreateChannelMembershipCommand";
24
- import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "../commands/CreateChannelModeratorCommand";
25
- import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "../commands/CreateMediaCapturePipelineCommand";
26
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "../commands/CreateMeetingCommand";
27
- import { CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput } from "../commands/CreateMeetingDialOutCommand";
28
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "../commands/CreateMeetingWithAttendeesCommand";
29
- import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "../commands/CreatePhoneNumberOrderCommand";
30
- import { CreateProxySessionCommandInput, CreateProxySessionCommandOutput } from "../commands/CreateProxySessionCommand";
31
- import { CreateRoomCommandInput, CreateRoomCommandOutput } from "../commands/CreateRoomCommand";
32
- import { CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput } from "../commands/CreateRoomMembershipCommand";
33
- import { CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput } from "../commands/CreateSipMediaApplicationCallCommand";
34
- import { CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput } from "../commands/CreateSipMediaApplicationCommand";
35
- import { CreateSipRuleCommandInput, CreateSipRuleCommandOutput } from "../commands/CreateSipRuleCommand";
36
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
37
- import { CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput } from "../commands/CreateVoiceConnectorCommand";
38
- import { CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput } from "../commands/CreateVoiceConnectorGroupCommand";
39
- import { DeleteAccountCommandInput, DeleteAccountCommandOutput } from "../commands/DeleteAccountCommand";
40
- import { DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput } from "../commands/DeleteAppInstanceAdminCommand";
41
- import { DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput } from "../commands/DeleteAppInstanceCommand";
42
- import { DeleteAppInstanceStreamingConfigurationsCommandInput, DeleteAppInstanceStreamingConfigurationsCommandOutput } from "../commands/DeleteAppInstanceStreamingConfigurationsCommand";
43
- import { DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput } from "../commands/DeleteAppInstanceUserCommand";
44
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "../commands/DeleteAttendeeCommand";
45
- import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "../commands/DeleteChannelBanCommand";
46
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
47
- import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "../commands/DeleteChannelMembershipCommand";
48
- import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "../commands/DeleteChannelMessageCommand";
49
- import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "../commands/DeleteChannelModeratorCommand";
50
- import { DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput } from "../commands/DeleteEventsConfigurationCommand";
51
- import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "../commands/DeleteMediaCapturePipelineCommand";
52
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "../commands/DeleteMeetingCommand";
53
- import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "../commands/DeletePhoneNumberCommand";
54
- import { DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput } from "../commands/DeleteProxySessionCommand";
55
- import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "../commands/DeleteRoomCommand";
56
- import { DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput } from "../commands/DeleteRoomMembershipCommand";
57
- import { DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput } from "../commands/DeleteSipMediaApplicationCommand";
58
- import { DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput } from "../commands/DeleteSipRuleCommand";
59
- import { DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput } from "../commands/DeleteVoiceConnectorCommand";
60
- import { DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "../commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
61
- import { DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput } from "../commands/DeleteVoiceConnectorGroupCommand";
62
- import { DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput } from "../commands/DeleteVoiceConnectorOriginationCommand";
63
- import { DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput } from "../commands/DeleteVoiceConnectorProxyCommand";
64
- import { DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput } from "../commands/DeleteVoiceConnectorStreamingConfigurationCommand";
65
- import { DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput } from "../commands/DeleteVoiceConnectorTerminationCommand";
66
- import { DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput } from "../commands/DeleteVoiceConnectorTerminationCredentialsCommand";
67
- import { DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput } from "../commands/DescribeAppInstanceAdminCommand";
68
- import { DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput } from "../commands/DescribeAppInstanceCommand";
69
- import { DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput } from "../commands/DescribeAppInstanceUserCommand";
70
- import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "../commands/DescribeChannelBanCommand";
71
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
72
- import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "../commands/DescribeChannelMembershipCommand";
73
- import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "../commands/DescribeChannelMembershipForAppInstanceUserCommand";
74
- import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "../commands/DescribeChannelModeratedByAppInstanceUserCommand";
75
- import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "../commands/DescribeChannelModeratorCommand";
76
- import { DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput } from "../commands/DisassociatePhoneNumberFromUserCommand";
77
- import { DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
78
- import { DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
79
- import { DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput } from "../commands/DisassociateSigninDelegateGroupsFromAccountCommand";
80
- import { GetAccountCommandInput, GetAccountCommandOutput } from "../commands/GetAccountCommand";
81
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
82
- import { GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput } from "../commands/GetAppInstanceRetentionSettingsCommand";
83
- import { GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput } from "../commands/GetAppInstanceStreamingConfigurationsCommand";
84
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "../commands/GetAttendeeCommand";
85
- import { GetBotCommandInput, GetBotCommandOutput } from "../commands/GetBotCommand";
86
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "../commands/GetChannelMessageCommand";
87
- import { GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput } from "../commands/GetEventsConfigurationCommand";
88
- import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "../commands/GetGlobalSettingsCommand";
89
- import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "../commands/GetMediaCapturePipelineCommand";
90
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "../commands/GetMeetingCommand";
91
- import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "../commands/GetMessagingSessionEndpointCommand";
92
- import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "../commands/GetPhoneNumberCommand";
93
- import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "../commands/GetPhoneNumberOrderCommand";
94
- import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "../commands/GetPhoneNumberSettingsCommand";
95
- import { GetProxySessionCommandInput, GetProxySessionCommandOutput } from "../commands/GetProxySessionCommand";
96
- import { GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput } from "../commands/GetRetentionSettingsCommand";
97
- import { GetRoomCommandInput, GetRoomCommandOutput } from "../commands/GetRoomCommand";
98
- import { GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput } from "../commands/GetSipMediaApplicationCommand";
99
- import { GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput } from "../commands/GetSipMediaApplicationLoggingConfigurationCommand";
100
- import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "../commands/GetSipRuleCommand";
101
- import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
102
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "../commands/GetUserSettingsCommand";
103
- import { GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput } from "../commands/GetVoiceConnectorCommand";
104
- import { GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "../commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
105
- import { GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput } from "../commands/GetVoiceConnectorGroupCommand";
106
- import { GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput } from "../commands/GetVoiceConnectorLoggingConfigurationCommand";
107
- import { GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput } from "../commands/GetVoiceConnectorOriginationCommand";
108
- import { GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput } from "../commands/GetVoiceConnectorProxyCommand";
109
- import { GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput } from "../commands/GetVoiceConnectorStreamingConfigurationCommand";
110
- import { GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput } from "../commands/GetVoiceConnectorTerminationCommand";
111
- import { GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput } from "../commands/GetVoiceConnectorTerminationHealthCommand";
112
- import { InviteUsersCommandInput, InviteUsersCommandOutput } from "../commands/InviteUsersCommand";
113
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
114
- import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "../commands/ListAppInstanceAdminsCommand";
115
- import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "../commands/ListAppInstancesCommand";
116
- import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "../commands/ListAppInstanceUsersCommand";
117
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "../commands/ListAttendeesCommand";
118
- import { ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput } from "../commands/ListAttendeeTagsCommand";
119
- import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
120
- import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "../commands/ListChannelBansCommand";
121
- import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "../commands/ListChannelMembershipsCommand";
122
- import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
123
- import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "../commands/ListChannelMessagesCommand";
124
- import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "../commands/ListChannelModeratorsCommand";
125
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
126
- import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
127
- import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "../commands/ListMediaCapturePipelinesCommand";
128
- import { ListMeetingsCommandInput, ListMeetingsCommandOutput } from "../commands/ListMeetingsCommand";
129
- import { ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput } from "../commands/ListMeetingTagsCommand";
130
- import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "../commands/ListPhoneNumberOrdersCommand";
131
- import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
132
- import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "../commands/ListProxySessionsCommand";
133
- import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "../commands/ListRoomMembershipsCommand";
134
- import { ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand";
135
- import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "../commands/ListSipMediaApplicationsCommand";
136
- import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "../commands/ListSipRulesCommand";
137
- import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "../commands/ListSupportedPhoneNumberCountriesCommand";
138
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
139
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
140
- import { ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput } from "../commands/ListVoiceConnectorGroupsCommand";
141
- import { ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput } from "../commands/ListVoiceConnectorsCommand";
142
- import { ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput } from "../commands/ListVoiceConnectorTerminationCredentialsCommand";
143
- import { LogoutUserCommandInput, LogoutUserCommandOutput } from "../commands/LogoutUserCommand";
144
- import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "../commands/PutAppInstanceRetentionSettingsCommand";
145
- import { PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput } from "../commands/PutAppInstanceStreamingConfigurationsCommand";
146
- import { PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput } from "../commands/PutEventsConfigurationCommand";
147
- import { PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput } from "../commands/PutRetentionSettingsCommand";
148
- import { PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput } from "../commands/PutSipMediaApplicationLoggingConfigurationCommand";
149
- import { PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "../commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
150
- import { PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput } from "../commands/PutVoiceConnectorLoggingConfigurationCommand";
151
- import { PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput } from "../commands/PutVoiceConnectorOriginationCommand";
152
- import { PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput } from "../commands/PutVoiceConnectorProxyCommand";
153
- import { PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput } from "../commands/PutVoiceConnectorStreamingConfigurationCommand";
154
- import { PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput } from "../commands/PutVoiceConnectorTerminationCommand";
155
- import { PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput } from "../commands/PutVoiceConnectorTerminationCredentialsCommand";
156
- import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "../commands/RedactChannelMessageCommand";
157
- import { RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput } from "../commands/RedactConversationMessageCommand";
158
- import { RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput } from "../commands/RedactRoomMessageCommand";
159
- import { RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput } from "../commands/RegenerateSecurityTokenCommand";
160
- import { ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput } from "../commands/ResetPersonalPINCommand";
161
- import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "../commands/RestorePhoneNumberCommand";
162
- import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
163
- import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "../commands/SendChannelMessageCommand";
164
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "../commands/StartMeetingTranscriptionCommand";
165
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "../commands/StopMeetingTranscriptionCommand";
166
- import { TagAttendeeCommandInput, TagAttendeeCommandOutput } from "../commands/TagAttendeeCommand";
167
- import { TagMeetingCommandInput, TagMeetingCommandOutput } from "../commands/TagMeetingCommand";
168
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
169
- import { UntagAttendeeCommandInput, UntagAttendeeCommandOutput } from "../commands/UntagAttendeeCommand";
170
- import { UntagMeetingCommandInput, UntagMeetingCommandOutput } from "../commands/UntagMeetingCommand";
171
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
172
- import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "../commands/UpdateAccountCommand";
173
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
174
- import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "../commands/UpdateAppInstanceCommand";
175
- import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "../commands/UpdateAppInstanceUserCommand";
176
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "../commands/UpdateBotCommand";
177
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
178
- import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "../commands/UpdateChannelMessageCommand";
179
- import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "../commands/UpdateChannelReadMarkerCommand";
180
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "../commands/UpdateGlobalSettingsCommand";
181
- import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "../commands/UpdatePhoneNumberCommand";
182
- import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "../commands/UpdatePhoneNumberSettingsCommand";
183
- import { UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput } from "../commands/UpdateProxySessionCommand";
184
- import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "../commands/UpdateRoomCommand";
185
- import { UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput } from "../commands/UpdateRoomMembershipCommand";
186
- import { UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput } from "../commands/UpdateSipMediaApplicationCallCommand";
187
- import { UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput } from "../commands/UpdateSipMediaApplicationCommand";
188
- import { UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput } from "../commands/UpdateSipRuleCommand";
189
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
190
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
191
- import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "../commands/UpdateVoiceConnectorCommand";
192
- import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "../commands/UpdateVoiceConnectorGroupCommand";
193
- import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "../commands/ValidateE911AddressCommand";
194
- export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (input: AssociatePhoneNumbersWithVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_restJson1AssociatePhoneNumberWithUserCommand: (input: AssociatePhoneNumberWithUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand: (input: AssociateSigninDelegateGroupsWithAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1BatchCreateAttendeeCommand: (input: BatchCreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const serializeAws_restJson1BatchCreateChannelMembershipCommand: (input: BatchCreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- export declare const serializeAws_restJson1BatchCreateRoomMembershipCommand: (input: BatchCreateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- export declare const serializeAws_restJson1BatchDeletePhoneNumberCommand: (input: BatchDeletePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1BatchSuspendUserCommand: (input: BatchSuspendUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- export declare const serializeAws_restJson1BatchUnsuspendUserCommand: (input: BatchUnsuspendUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- export declare const serializeAws_restJson1BatchUpdatePhoneNumberCommand: (input: BatchUpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- export declare const serializeAws_restJson1BatchUpdateUserCommand: (input: BatchUpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1CreateAccountCommand: (input: CreateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- export declare const serializeAws_restJson1CreateAppInstanceCommand: (input: CreateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- export declare const serializeAws_restJson1CreateAppInstanceAdminCommand: (input: CreateAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- export declare const serializeAws_restJson1CreateAppInstanceUserCommand: (input: CreateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1CreateAttendeeCommand: (input: CreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- export declare const serializeAws_restJson1CreateBotCommand: (input: CreateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- export declare const serializeAws_restJson1CreateChannelBanCommand: (input: CreateChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1CreateChannelMembershipCommand: (input: CreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- export declare const serializeAws_restJson1CreateChannelModeratorCommand: (input: CreateChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- export declare const serializeAws_restJson1CreateMediaCapturePipelineCommand: (input: CreateMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- export declare const serializeAws_restJson1CreateMeetingCommand: (input: CreateMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1CreateMeetingDialOutCommand: (input: CreateMeetingDialOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- export declare const serializeAws_restJson1CreateMeetingWithAttendeesCommand: (input: CreateMeetingWithAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- export declare const serializeAws_restJson1CreatePhoneNumberOrderCommand: (input: CreatePhoneNumberOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- export declare const serializeAws_restJson1CreateProxySessionCommand: (input: CreateProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1CreateRoomCommand: (input: CreateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- export declare const serializeAws_restJson1CreateRoomMembershipCommand: (input: CreateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- export declare const serializeAws_restJson1CreateSipMediaApplicationCommand: (input: CreateSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- export declare const serializeAws_restJson1CreateSipMediaApplicationCallCommand: (input: CreateSipMediaApplicationCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1CreateSipRuleCommand: (input: CreateSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- export declare const serializeAws_restJson1CreateVoiceConnectorCommand: (input: CreateVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- export declare const serializeAws_restJson1CreateVoiceConnectorGroupCommand: (input: CreateVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1DeleteAccountCommand: (input: DeleteAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- export declare const serializeAws_restJson1DeleteAppInstanceCommand: (input: DeleteAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- export declare const serializeAws_restJson1DeleteAppInstanceAdminCommand: (input: DeleteAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- export declare const serializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand: (input: DeleteAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1DeleteAppInstanceUserCommand: (input: DeleteAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- export declare const serializeAws_restJson1DeleteAttendeeCommand: (input: DeleteAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- export declare const serializeAws_restJson1DeleteChannelBanCommand: (input: DeleteChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (input: DeleteChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- export declare const serializeAws_restJson1DeleteChannelMessageCommand: (input: DeleteChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (input: DeleteChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- export declare const serializeAws_restJson1DeleteEventsConfigurationCommand: (input: DeleteEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1DeleteMediaCapturePipelineCommand: (input: DeleteMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- export declare const serializeAws_restJson1DeleteMeetingCommand: (input: DeleteMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- export declare const serializeAws_restJson1DeletePhoneNumberCommand: (input: DeletePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- export declare const serializeAws_restJson1DeleteProxySessionCommand: (input: DeleteProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1DeleteRoomCommand: (input: DeleteRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- export declare const serializeAws_restJson1DeleteRoomMembershipCommand: (input: DeleteRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- export declare const serializeAws_restJson1DeleteSipMediaApplicationCommand: (input: DeleteSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- export declare const serializeAws_restJson1DeleteSipRuleCommand: (input: DeleteSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1DeleteVoiceConnectorCommand: (input: DeleteVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- export declare const serializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- export declare const serializeAws_restJson1DeleteVoiceConnectorGroupCommand: (input: DeleteVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- export declare const serializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (input: DeleteVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- export declare const serializeAws_restJson1DeleteVoiceConnectorProxyCommand: (input: DeleteVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- export declare const serializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (input: DeleteVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (input: DeleteVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
- export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (input: DeleteVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- export declare const serializeAws_restJson1DescribeAppInstanceCommand: (input: DescribeAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- export declare const serializeAws_restJson1DescribeAppInstanceAdminCommand: (input: DescribeAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- export declare const serializeAws_restJson1DescribeAppInstanceUserCommand: (input: DescribeAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
- export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- export declare const serializeAws_restJson1DescribeChannelBanCommand: (input: DescribeChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- export declare const serializeAws_restJson1DescribeChannelMembershipCommand: (input: DescribeChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- export declare const serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (input: DescribeChannelMembershipForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
- export declare const serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (input: DescribeChannelModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- export declare const serializeAws_restJson1DescribeChannelModeratorCommand: (input: DescribeChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- export declare const serializeAws_restJson1DisassociatePhoneNumberFromUserCommand: (input: DisassociatePhoneNumberFromUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
- export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- export declare const serializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand: (input: DisassociateSigninDelegateGroupsFromAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- export declare const serializeAws_restJson1GetAccountCommand: (input: GetAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- export declare const serializeAws_restJson1GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
- export declare const serializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (input: GetAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- export declare const serializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand: (input: GetAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- export declare const serializeAws_restJson1GetAttendeeCommand: (input: GetAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- export declare const serializeAws_restJson1GetBotCommand: (input: GetBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
- export declare const serializeAws_restJson1GetChannelMessageCommand: (input: GetChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- export declare const serializeAws_restJson1GetEventsConfigurationCommand: (input: GetEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- export declare const serializeAws_restJson1GetGlobalSettingsCommand: (input: GetGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- export declare const serializeAws_restJson1GetMediaCapturePipelineCommand: (input: GetMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
- export declare const serializeAws_restJson1GetMeetingCommand: (input: GetMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (input: GetMessagingSessionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- export declare const serializeAws_restJson1GetPhoneNumberCommand: (input: GetPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- export declare const serializeAws_restJson1GetPhoneNumberOrderCommand: (input: GetPhoneNumberOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
- export declare const serializeAws_restJson1GetPhoneNumberSettingsCommand: (input: GetPhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- export declare const serializeAws_restJson1GetProxySessionCommand: (input: GetProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- export declare const serializeAws_restJson1GetRetentionSettingsCommand: (input: GetRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- export declare const serializeAws_restJson1GetRoomCommand: (input: GetRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
- export declare const serializeAws_restJson1GetSipMediaApplicationCommand: (input: GetSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- export declare const serializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (input: GetSipMediaApplicationLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- export declare const serializeAws_restJson1GetSipRuleCommand: (input: GetSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- export declare const serializeAws_restJson1GetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
- export declare const serializeAws_restJson1GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- export declare const serializeAws_restJson1GetVoiceConnectorCommand: (input: GetVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- export declare const serializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- export declare const serializeAws_restJson1GetVoiceConnectorGroupCommand: (input: GetVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
- export declare const serializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (input: GetVoiceConnectorLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- export declare const serializeAws_restJson1GetVoiceConnectorOriginationCommand: (input: GetVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- export declare const serializeAws_restJson1GetVoiceConnectorProxyCommand: (input: GetVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- export declare const serializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (input: GetVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
- export declare const serializeAws_restJson1GetVoiceConnectorTerminationCommand: (input: GetVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- export declare const serializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (input: GetVoiceConnectorTerminationHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- export declare const serializeAws_restJson1InviteUsersCommand: (input: InviteUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- export declare const serializeAws_restJson1ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
- export declare const serializeAws_restJson1ListAppInstanceAdminsCommand: (input: ListAppInstanceAdminsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- export declare const serializeAws_restJson1ListAppInstancesCommand: (input: ListAppInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- export declare const serializeAws_restJson1ListAppInstanceUsersCommand: (input: ListAppInstanceUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- export declare const serializeAws_restJson1ListAttendeesCommand: (input: ListAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
- export declare const serializeAws_restJson1ListAttendeeTagsCommand: (input: ListAttendeeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- export declare const serializeAws_restJson1ListChannelBansCommand: (input: ListChannelBansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- export declare const serializeAws_restJson1ListChannelMembershipsCommand: (input: ListChannelMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
- export declare const serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (input: ListChannelMembershipsForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- export declare const serializeAws_restJson1ListChannelMessagesCommand: (input: ListChannelMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
- export declare const serializeAws_restJson1ListChannelModeratorsCommand: (input: ListChannelModeratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
- export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (input: ListChannelsModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- export declare const serializeAws_restJson1ListMediaCapturePipelinesCommand: (input: ListMediaCapturePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
- export declare const serializeAws_restJson1ListMeetingsCommand: (input: ListMeetingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- export declare const serializeAws_restJson1ListMeetingTagsCommand: (input: ListMeetingTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
- export declare const serializeAws_restJson1ListPhoneNumberOrdersCommand: (input: ListPhoneNumberOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- export declare const serializeAws_restJson1ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
- export declare const serializeAws_restJson1ListProxySessionsCommand: (input: ListProxySessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- export declare const serializeAws_restJson1ListRoomMembershipsCommand: (input: ListRoomMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
- export declare const serializeAws_restJson1ListRoomsCommand: (input: ListRoomsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- export declare const serializeAws_restJson1ListSipMediaApplicationsCommand: (input: ListSipMediaApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
- export declare const serializeAws_restJson1ListSipRulesCommand: (input: ListSipRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- export declare const serializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (input: ListSupportedPhoneNumberCountriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
- export declare const serializeAws_restJson1ListVoiceConnectorGroupsCommand: (input: ListVoiceConnectorGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
- export declare const serializeAws_restJson1ListVoiceConnectorsCommand: (input: ListVoiceConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
- export declare const serializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (input: ListVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- export declare const serializeAws_restJson1LogoutUserCommand: (input: LogoutUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
- export declare const serializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (input: PutAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
- export declare const serializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand: (input: PutAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
337
- export declare const serializeAws_restJson1PutEventsConfigurationCommand: (input: PutEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- export declare const serializeAws_restJson1PutRetentionSettingsCommand: (input: PutRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
- export declare const serializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (input: PutSipMediaApplicationLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
- export declare const serializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
341
- export declare const serializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (input: PutVoiceConnectorLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- export declare const serializeAws_restJson1PutVoiceConnectorOriginationCommand: (input: PutVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
- export declare const serializeAws_restJson1PutVoiceConnectorProxyCommand: (input: PutVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
- export declare const serializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (input: PutVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
345
- export declare const serializeAws_restJson1PutVoiceConnectorTerminationCommand: (input: PutVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- export declare const serializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (input: PutVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
- export declare const serializeAws_restJson1RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
- export declare const serializeAws_restJson1RedactConversationMessageCommand: (input: RedactConversationMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
- export declare const serializeAws_restJson1RedactRoomMessageCommand: (input: RedactRoomMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- export declare const serializeAws_restJson1RegenerateSecurityTokenCommand: (input: RegenerateSecurityTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
- export declare const serializeAws_restJson1ResetPersonalPINCommand: (input: ResetPersonalPINCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
- export declare const serializeAws_restJson1RestorePhoneNumberCommand: (input: RestorePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
- export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- export declare const serializeAws_restJson1SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
- export declare const serializeAws_restJson1StartMeetingTranscriptionCommand: (input: StartMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
- export declare const serializeAws_restJson1StopMeetingTranscriptionCommand: (input: StopMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
357
- export declare const serializeAws_restJson1TagAttendeeCommand: (input: TagAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- export declare const serializeAws_restJson1TagMeetingCommand: (input: TagMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
- export declare const serializeAws_restJson1UntagAttendeeCommand: (input: UntagAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
361
- export declare const serializeAws_restJson1UntagMeetingCommand: (input: UntagMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
- export declare const serializeAws_restJson1UpdateAccountCommand: (input: UpdateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
- export declare const serializeAws_restJson1UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
- export declare const serializeAws_restJson1UpdateAppInstanceCommand: (input: UpdateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- export declare const serializeAws_restJson1UpdateAppInstanceUserCommand: (input: UpdateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
- export declare const serializeAws_restJson1UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
- export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
- export declare const serializeAws_restJson1UpdateChannelMessageCommand: (input: UpdateChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- export declare const serializeAws_restJson1UpdateChannelReadMarkerCommand: (input: UpdateChannelReadMarkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
- export declare const serializeAws_restJson1UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
372
- export declare const serializeAws_restJson1UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
373
- export declare const serializeAws_restJson1UpdatePhoneNumberSettingsCommand: (input: UpdatePhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- export declare const serializeAws_restJson1UpdateProxySessionCommand: (input: UpdateProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
- export declare const serializeAws_restJson1UpdateRoomCommand: (input: UpdateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
376
- export declare const serializeAws_restJson1UpdateRoomMembershipCommand: (input: UpdateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
377
- export declare const serializeAws_restJson1UpdateSipMediaApplicationCommand: (input: UpdateSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- export declare const serializeAws_restJson1UpdateSipMediaApplicationCallCommand: (input: UpdateSipMediaApplicationCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
379
- export declare const serializeAws_restJson1UpdateSipRuleCommand: (input: UpdateSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
380
- export declare const serializeAws_restJson1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
381
- export declare const serializeAws_restJson1UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
- export declare const serializeAws_restJson1UpdateVoiceConnectorCommand: (input: UpdateVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
- export declare const serializeAws_restJson1UpdateVoiceConnectorGroupCommand: (input: UpdateVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
- export declare const serializeAws_restJson1ValidateE911AddressCommand: (input: ValidateE911AddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
385
- export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
386
- export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
387
- export declare const deserializeAws_restJson1AssociatePhoneNumberWithUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumberWithUserCommandOutput>;
388
- export declare const deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
389
- export declare const deserializeAws_restJson1BatchCreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateAttendeeCommandOutput>;
390
- export declare const deserializeAws_restJson1BatchCreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateChannelMembershipCommandOutput>;
391
- export declare const deserializeAws_restJson1BatchCreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateRoomMembershipCommandOutput>;
392
- export declare const deserializeAws_restJson1BatchDeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeletePhoneNumberCommandOutput>;
393
- export declare const deserializeAws_restJson1BatchSuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchSuspendUserCommandOutput>;
394
- export declare const deserializeAws_restJson1BatchUnsuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUnsuspendUserCommandOutput>;
395
- export declare const deserializeAws_restJson1BatchUpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePhoneNumberCommandOutput>;
396
- export declare const deserializeAws_restJson1BatchUpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateUserCommandOutput>;
397
- export declare const deserializeAws_restJson1CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
398
- export declare const deserializeAws_restJson1CreateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceCommandOutput>;
399
- export declare const deserializeAws_restJson1CreateAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceAdminCommandOutput>;
400
- export declare const deserializeAws_restJson1CreateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceUserCommandOutput>;
401
- export declare const deserializeAws_restJson1CreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAttendeeCommandOutput>;
402
- export declare const deserializeAws_restJson1CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
403
- export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
404
- export declare const deserializeAws_restJson1CreateChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelBanCommandOutput>;
405
- export declare const deserializeAws_restJson1CreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelMembershipCommandOutput>;
406
- export declare const deserializeAws_restJson1CreateChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelModeratorCommandOutput>;
407
- export declare const deserializeAws_restJson1CreateMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaCapturePipelineCommandOutput>;
408
- export declare const deserializeAws_restJson1CreateMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingCommandOutput>;
409
- export declare const deserializeAws_restJson1CreateMeetingDialOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingDialOutCommandOutput>;
410
- export declare const deserializeAws_restJson1CreateMeetingWithAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingWithAttendeesCommandOutput>;
411
- export declare const deserializeAws_restJson1CreatePhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePhoneNumberOrderCommandOutput>;
412
- export declare const deserializeAws_restJson1CreateProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProxySessionCommandOutput>;
413
- export declare const deserializeAws_restJson1CreateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomCommandOutput>;
414
- export declare const deserializeAws_restJson1CreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomMembershipCommandOutput>;
415
- export declare const deserializeAws_restJson1CreateSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipMediaApplicationCommandOutput>;
416
- export declare const deserializeAws_restJson1CreateSipMediaApplicationCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipMediaApplicationCallCommandOutput>;
417
- export declare const deserializeAws_restJson1CreateSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipRuleCommandOutput>;
418
- export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
419
- export declare const deserializeAws_restJson1CreateVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVoiceConnectorCommandOutput>;
420
- export declare const deserializeAws_restJson1CreateVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVoiceConnectorGroupCommandOutput>;
421
- export declare const deserializeAws_restJson1DeleteAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCommandOutput>;
422
- export declare const deserializeAws_restJson1DeleteAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceCommandOutput>;
423
- export declare const deserializeAws_restJson1DeleteAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceAdminCommandOutput>;
424
- export declare const deserializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
425
- export declare const deserializeAws_restJson1DeleteAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceUserCommandOutput>;
426
- export declare const deserializeAws_restJson1DeleteAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttendeeCommandOutput>;
427
- export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
428
- export declare const deserializeAws_restJson1DeleteChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelBanCommandOutput>;
429
- export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMembershipCommandOutput>;
430
- export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMessageCommandOutput>;
431
- export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelModeratorCommandOutput>;
432
- export declare const deserializeAws_restJson1DeleteEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventsConfigurationCommandOutput>;
433
- export declare const deserializeAws_restJson1DeleteMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaCapturePipelineCommandOutput>;
434
- export declare const deserializeAws_restJson1DeleteMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMeetingCommandOutput>;
435
- export declare const deserializeAws_restJson1DeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePhoneNumberCommandOutput>;
436
- export declare const deserializeAws_restJson1DeleteProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProxySessionCommandOutput>;
437
- export declare const deserializeAws_restJson1DeleteRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomCommandOutput>;
438
- export declare const deserializeAws_restJson1DeleteRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomMembershipCommandOutput>;
439
- export declare const deserializeAws_restJson1DeleteSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSipMediaApplicationCommandOutput>;
440
- export declare const deserializeAws_restJson1DeleteSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSipRuleCommandOutput>;
441
- export declare const deserializeAws_restJson1DeleteVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorCommandOutput>;
442
- export declare const deserializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
443
- export declare const deserializeAws_restJson1DeleteVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorGroupCommandOutput>;
444
- export declare const deserializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorOriginationCommandOutput>;
445
- export declare const deserializeAws_restJson1DeleteVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorProxyCommandOutput>;
446
- export declare const deserializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
447
- export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorTerminationCommandOutput>;
448
- export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
449
- export declare const deserializeAws_restJson1DescribeAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceCommandOutput>;
450
- export declare const deserializeAws_restJson1DescribeAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceAdminCommandOutput>;
451
- export declare const deserializeAws_restJson1DescribeAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceUserCommandOutput>;
452
- export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
453
- export declare const deserializeAws_restJson1DescribeChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelBanCommandOutput>;
454
- export declare const deserializeAws_restJson1DescribeChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipCommandOutput>;
455
- export declare const deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
456
- export declare const deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
457
- export declare const deserializeAws_restJson1DescribeChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratorCommandOutput>;
458
- export declare const deserializeAws_restJson1DisassociatePhoneNumberFromUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
459
- export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
460
- export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
461
- export declare const deserializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
462
- export declare const deserializeAws_restJson1GetAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountCommandOutput>;
463
- export declare const deserializeAws_restJson1GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
464
- export declare const deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
465
- export declare const deserializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
466
- export declare const deserializeAws_restJson1GetAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAttendeeCommandOutput>;
467
- export declare const deserializeAws_restJson1GetBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotCommandOutput>;
468
- export declare const deserializeAws_restJson1GetChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageCommandOutput>;
469
- export declare const deserializeAws_restJson1GetEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventsConfigurationCommandOutput>;
470
- export declare const deserializeAws_restJson1GetGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlobalSettingsCommandOutput>;
471
- export declare const deserializeAws_restJson1GetMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCapturePipelineCommandOutput>;
472
- export declare const deserializeAws_restJson1GetMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMeetingCommandOutput>;
473
- export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingSessionEndpointCommandOutput>;
474
- export declare const deserializeAws_restJson1GetPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberCommandOutput>;
475
- export declare const deserializeAws_restJson1GetPhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberOrderCommandOutput>;
476
- export declare const deserializeAws_restJson1GetPhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberSettingsCommandOutput>;
477
- export declare const deserializeAws_restJson1GetProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProxySessionCommandOutput>;
478
- export declare const deserializeAws_restJson1GetRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRetentionSettingsCommandOutput>;
479
- export declare const deserializeAws_restJson1GetRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoomCommandOutput>;
480
- export declare const deserializeAws_restJson1GetSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipMediaApplicationCommandOutput>;
481
- export declare const deserializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
482
- export declare const deserializeAws_restJson1GetSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipRuleCommandOutput>;
483
- export declare const deserializeAws_restJson1GetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
484
- export declare const deserializeAws_restJson1GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
485
- export declare const deserializeAws_restJson1GetVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorCommandOutput>;
486
- export declare const deserializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
487
- export declare const deserializeAws_restJson1GetVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorGroupCommandOutput>;
488
- export declare const deserializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
489
- export declare const deserializeAws_restJson1GetVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorOriginationCommandOutput>;
490
- export declare const deserializeAws_restJson1GetVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorProxyCommandOutput>;
491
- export declare const deserializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
492
- export declare const deserializeAws_restJson1GetVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorTerminationCommandOutput>;
493
- export declare const deserializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
494
- export declare const deserializeAws_restJson1InviteUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteUsersCommandOutput>;
495
- export declare const deserializeAws_restJson1ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
496
- export declare const deserializeAws_restJson1ListAppInstanceAdminsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceAdminsCommandOutput>;
497
- export declare const deserializeAws_restJson1ListAppInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstancesCommandOutput>;
498
- export declare const deserializeAws_restJson1ListAppInstanceUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceUsersCommandOutput>;
499
- export declare const deserializeAws_restJson1ListAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeesCommandOutput>;
500
- export declare const deserializeAws_restJson1ListAttendeeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeeTagsCommandOutput>;
501
- export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
502
- export declare const deserializeAws_restJson1ListChannelBansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelBansCommandOutput>;
503
- export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsCommandOutput>;
504
- export declare const deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
505
- export declare const deserializeAws_restJson1ListChannelMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMessagesCommandOutput>;
506
- export declare const deserializeAws_restJson1ListChannelModeratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelModeratorsCommandOutput>;
507
- export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
508
- export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
509
- export declare const deserializeAws_restJson1ListMediaCapturePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaCapturePipelinesCommandOutput>;
510
- export declare const deserializeAws_restJson1ListMeetingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeetingsCommandOutput>;
511
- export declare const deserializeAws_restJson1ListMeetingTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeetingTagsCommandOutput>;
512
- export declare const deserializeAws_restJson1ListPhoneNumberOrdersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumberOrdersCommandOutput>;
513
- export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
514
- export declare const deserializeAws_restJson1ListProxySessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProxySessionsCommandOutput>;
515
- export declare const deserializeAws_restJson1ListRoomMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomMembershipsCommandOutput>;
516
- export declare const deserializeAws_restJson1ListRoomsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomsCommandOutput>;
517
- export declare const deserializeAws_restJson1ListSipMediaApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSipMediaApplicationsCommandOutput>;
518
- export declare const deserializeAws_restJson1ListSipRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSipRulesCommandOutput>;
519
- export declare const deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
520
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
521
- export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
522
- export declare const deserializeAws_restJson1ListVoiceConnectorGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorGroupsCommandOutput>;
523
- export declare const deserializeAws_restJson1ListVoiceConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorsCommandOutput>;
524
- export declare const deserializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
525
- export declare const deserializeAws_restJson1LogoutUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LogoutUserCommandOutput>;
526
- export declare const deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
527
- export declare const deserializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
528
- export declare const deserializeAws_restJson1PutEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEventsConfigurationCommandOutput>;
529
- export declare const deserializeAws_restJson1PutRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRetentionSettingsCommandOutput>;
530
- export declare const deserializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
531
- export declare const deserializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
532
- export declare const deserializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
533
- export declare const deserializeAws_restJson1PutVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorOriginationCommandOutput>;
534
- export declare const deserializeAws_restJson1PutVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorProxyCommandOutput>;
535
- export declare const deserializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
536
- export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorTerminationCommandOutput>;
537
- export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
538
- export declare const deserializeAws_restJson1RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
539
- export declare const deserializeAws_restJson1RedactConversationMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactConversationMessageCommandOutput>;
540
- export declare const deserializeAws_restJson1RedactRoomMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactRoomMessageCommandOutput>;
541
- export declare const deserializeAws_restJson1RegenerateSecurityTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegenerateSecurityTokenCommandOutput>;
542
- export declare const deserializeAws_restJson1ResetPersonalPINCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetPersonalPINCommandOutput>;
543
- export declare const deserializeAws_restJson1RestorePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestorePhoneNumberCommandOutput>;
544
- export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
545
- export declare const deserializeAws_restJson1SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
546
- export declare const deserializeAws_restJson1StartMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMeetingTranscriptionCommandOutput>;
547
- export declare const deserializeAws_restJson1StopMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMeetingTranscriptionCommandOutput>;
548
- export declare const deserializeAws_restJson1TagAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagAttendeeCommandOutput>;
549
- export declare const deserializeAws_restJson1TagMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagMeetingCommandOutput>;
550
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
551
- export declare const deserializeAws_restJson1UntagAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagAttendeeCommandOutput>;
552
- export declare const deserializeAws_restJson1UntagMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagMeetingCommandOutput>;
553
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
554
- export declare const deserializeAws_restJson1UpdateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCommandOutput>;
555
- export declare const deserializeAws_restJson1UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
556
- export declare const deserializeAws_restJson1UpdateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceCommandOutput>;
557
- export declare const deserializeAws_restJson1UpdateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceUserCommandOutput>;
558
- export declare const deserializeAws_restJson1UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
559
- export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
560
- export declare const deserializeAws_restJson1UpdateChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelMessageCommandOutput>;
561
- export declare const deserializeAws_restJson1UpdateChannelReadMarkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelReadMarkerCommandOutput>;
562
- export declare const deserializeAws_restJson1UpdateGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalSettingsCommandOutput>;
563
- export declare const deserializeAws_restJson1UpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberCommandOutput>;
564
- export declare const deserializeAws_restJson1UpdatePhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
565
- export declare const deserializeAws_restJson1UpdateProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProxySessionCommandOutput>;
566
- export declare const deserializeAws_restJson1UpdateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomCommandOutput>;
567
- export declare const deserializeAws_restJson1UpdateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomMembershipCommandOutput>;
568
- export declare const deserializeAws_restJson1UpdateSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipMediaApplicationCommandOutput>;
569
- export declare const deserializeAws_restJson1UpdateSipMediaApplicationCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipMediaApplicationCallCommandOutput>;
570
- export declare const deserializeAws_restJson1UpdateSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipRuleCommandOutput>;
571
- export declare const deserializeAws_restJson1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
572
- export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
573
- export declare const deserializeAws_restJson1UpdateVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVoiceConnectorCommandOutput>;
574
- export declare const deserializeAws_restJson1UpdateVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVoiceConnectorGroupCommandOutput>;
575
- export declare const deserializeAws_restJson1ValidateE911AddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateE911AddressCommandOutput>;
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
+ AssociatePhoneNumbersWithVoiceConnectorCommandInput,
8
+ AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
9
+ } from "../commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
10
+ import {
11
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
12
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
13
+ } from "../commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
14
+ import {
15
+ AssociatePhoneNumberWithUserCommandInput,
16
+ AssociatePhoneNumberWithUserCommandOutput,
17
+ } from "../commands/AssociatePhoneNumberWithUserCommand";
18
+ import {
19
+ AssociateSigninDelegateGroupsWithAccountCommandInput,
20
+ AssociateSigninDelegateGroupsWithAccountCommandOutput,
21
+ } from "../commands/AssociateSigninDelegateGroupsWithAccountCommand";
22
+ import {
23
+ BatchCreateAttendeeCommandInput,
24
+ BatchCreateAttendeeCommandOutput,
25
+ } from "../commands/BatchCreateAttendeeCommand";
26
+ import {
27
+ BatchCreateChannelMembershipCommandInput,
28
+ BatchCreateChannelMembershipCommandOutput,
29
+ } from "../commands/BatchCreateChannelMembershipCommand";
30
+ import {
31
+ BatchCreateRoomMembershipCommandInput,
32
+ BatchCreateRoomMembershipCommandOutput,
33
+ } from "../commands/BatchCreateRoomMembershipCommand";
34
+ import {
35
+ BatchDeletePhoneNumberCommandInput,
36
+ BatchDeletePhoneNumberCommandOutput,
37
+ } from "../commands/BatchDeletePhoneNumberCommand";
38
+ import {
39
+ BatchSuspendUserCommandInput,
40
+ BatchSuspendUserCommandOutput,
41
+ } from "../commands/BatchSuspendUserCommand";
42
+ import {
43
+ BatchUnsuspendUserCommandInput,
44
+ BatchUnsuspendUserCommandOutput,
45
+ } from "../commands/BatchUnsuspendUserCommand";
46
+ import {
47
+ BatchUpdatePhoneNumberCommandInput,
48
+ BatchUpdatePhoneNumberCommandOutput,
49
+ } from "../commands/BatchUpdatePhoneNumberCommand";
50
+ import {
51
+ BatchUpdateUserCommandInput,
52
+ BatchUpdateUserCommandOutput,
53
+ } from "../commands/BatchUpdateUserCommand";
54
+ import {
55
+ CreateAccountCommandInput,
56
+ CreateAccountCommandOutput,
57
+ } from "../commands/CreateAccountCommand";
58
+ import {
59
+ CreateAppInstanceAdminCommandInput,
60
+ CreateAppInstanceAdminCommandOutput,
61
+ } from "../commands/CreateAppInstanceAdminCommand";
62
+ import {
63
+ CreateAppInstanceCommandInput,
64
+ CreateAppInstanceCommandOutput,
65
+ } from "../commands/CreateAppInstanceCommand";
66
+ import {
67
+ CreateAppInstanceUserCommandInput,
68
+ CreateAppInstanceUserCommandOutput,
69
+ } from "../commands/CreateAppInstanceUserCommand";
70
+ import {
71
+ CreateAttendeeCommandInput,
72
+ CreateAttendeeCommandOutput,
73
+ } from "../commands/CreateAttendeeCommand";
74
+ import {
75
+ CreateBotCommandInput,
76
+ CreateBotCommandOutput,
77
+ } from "../commands/CreateBotCommand";
78
+ import {
79
+ CreateChannelBanCommandInput,
80
+ CreateChannelBanCommandOutput,
81
+ } from "../commands/CreateChannelBanCommand";
82
+ import {
83
+ CreateChannelCommandInput,
84
+ CreateChannelCommandOutput,
85
+ } from "../commands/CreateChannelCommand";
86
+ import {
87
+ CreateChannelMembershipCommandInput,
88
+ CreateChannelMembershipCommandOutput,
89
+ } from "../commands/CreateChannelMembershipCommand";
90
+ import {
91
+ CreateChannelModeratorCommandInput,
92
+ CreateChannelModeratorCommandOutput,
93
+ } from "../commands/CreateChannelModeratorCommand";
94
+ import {
95
+ CreateMediaCapturePipelineCommandInput,
96
+ CreateMediaCapturePipelineCommandOutput,
97
+ } from "../commands/CreateMediaCapturePipelineCommand";
98
+ import {
99
+ CreateMeetingCommandInput,
100
+ CreateMeetingCommandOutput,
101
+ } from "../commands/CreateMeetingCommand";
102
+ import {
103
+ CreateMeetingDialOutCommandInput,
104
+ CreateMeetingDialOutCommandOutput,
105
+ } from "../commands/CreateMeetingDialOutCommand";
106
+ import {
107
+ CreateMeetingWithAttendeesCommandInput,
108
+ CreateMeetingWithAttendeesCommandOutput,
109
+ } from "../commands/CreateMeetingWithAttendeesCommand";
110
+ import {
111
+ CreatePhoneNumberOrderCommandInput,
112
+ CreatePhoneNumberOrderCommandOutput,
113
+ } from "../commands/CreatePhoneNumberOrderCommand";
114
+ import {
115
+ CreateProxySessionCommandInput,
116
+ CreateProxySessionCommandOutput,
117
+ } from "../commands/CreateProxySessionCommand";
118
+ import {
119
+ CreateRoomCommandInput,
120
+ CreateRoomCommandOutput,
121
+ } from "../commands/CreateRoomCommand";
122
+ import {
123
+ CreateRoomMembershipCommandInput,
124
+ CreateRoomMembershipCommandOutput,
125
+ } from "../commands/CreateRoomMembershipCommand";
126
+ import {
127
+ CreateSipMediaApplicationCallCommandInput,
128
+ CreateSipMediaApplicationCallCommandOutput,
129
+ } from "../commands/CreateSipMediaApplicationCallCommand";
130
+ import {
131
+ CreateSipMediaApplicationCommandInput,
132
+ CreateSipMediaApplicationCommandOutput,
133
+ } from "../commands/CreateSipMediaApplicationCommand";
134
+ import {
135
+ CreateSipRuleCommandInput,
136
+ CreateSipRuleCommandOutput,
137
+ } from "../commands/CreateSipRuleCommand";
138
+ import {
139
+ CreateUserCommandInput,
140
+ CreateUserCommandOutput,
141
+ } from "../commands/CreateUserCommand";
142
+ import {
143
+ CreateVoiceConnectorCommandInput,
144
+ CreateVoiceConnectorCommandOutput,
145
+ } from "../commands/CreateVoiceConnectorCommand";
146
+ import {
147
+ CreateVoiceConnectorGroupCommandInput,
148
+ CreateVoiceConnectorGroupCommandOutput,
149
+ } from "../commands/CreateVoiceConnectorGroupCommand";
150
+ import {
151
+ DeleteAccountCommandInput,
152
+ DeleteAccountCommandOutput,
153
+ } from "../commands/DeleteAccountCommand";
154
+ import {
155
+ DeleteAppInstanceAdminCommandInput,
156
+ DeleteAppInstanceAdminCommandOutput,
157
+ } from "../commands/DeleteAppInstanceAdminCommand";
158
+ import {
159
+ DeleteAppInstanceCommandInput,
160
+ DeleteAppInstanceCommandOutput,
161
+ } from "../commands/DeleteAppInstanceCommand";
162
+ import {
163
+ DeleteAppInstanceStreamingConfigurationsCommandInput,
164
+ DeleteAppInstanceStreamingConfigurationsCommandOutput,
165
+ } from "../commands/DeleteAppInstanceStreamingConfigurationsCommand";
166
+ import {
167
+ DeleteAppInstanceUserCommandInput,
168
+ DeleteAppInstanceUserCommandOutput,
169
+ } from "../commands/DeleteAppInstanceUserCommand";
170
+ import {
171
+ DeleteAttendeeCommandInput,
172
+ DeleteAttendeeCommandOutput,
173
+ } from "../commands/DeleteAttendeeCommand";
174
+ import {
175
+ DeleteChannelBanCommandInput,
176
+ DeleteChannelBanCommandOutput,
177
+ } from "../commands/DeleteChannelBanCommand";
178
+ import {
179
+ DeleteChannelCommandInput,
180
+ DeleteChannelCommandOutput,
181
+ } from "../commands/DeleteChannelCommand";
182
+ import {
183
+ DeleteChannelMembershipCommandInput,
184
+ DeleteChannelMembershipCommandOutput,
185
+ } from "../commands/DeleteChannelMembershipCommand";
186
+ import {
187
+ DeleteChannelMessageCommandInput,
188
+ DeleteChannelMessageCommandOutput,
189
+ } from "../commands/DeleteChannelMessageCommand";
190
+ import {
191
+ DeleteChannelModeratorCommandInput,
192
+ DeleteChannelModeratorCommandOutput,
193
+ } from "../commands/DeleteChannelModeratorCommand";
194
+ import {
195
+ DeleteEventsConfigurationCommandInput,
196
+ DeleteEventsConfigurationCommandOutput,
197
+ } from "../commands/DeleteEventsConfigurationCommand";
198
+ import {
199
+ DeleteMediaCapturePipelineCommandInput,
200
+ DeleteMediaCapturePipelineCommandOutput,
201
+ } from "../commands/DeleteMediaCapturePipelineCommand";
202
+ import {
203
+ DeleteMeetingCommandInput,
204
+ DeleteMeetingCommandOutput,
205
+ } from "../commands/DeleteMeetingCommand";
206
+ import {
207
+ DeletePhoneNumberCommandInput,
208
+ DeletePhoneNumberCommandOutput,
209
+ } from "../commands/DeletePhoneNumberCommand";
210
+ import {
211
+ DeleteProxySessionCommandInput,
212
+ DeleteProxySessionCommandOutput,
213
+ } from "../commands/DeleteProxySessionCommand";
214
+ import {
215
+ DeleteRoomCommandInput,
216
+ DeleteRoomCommandOutput,
217
+ } from "../commands/DeleteRoomCommand";
218
+ import {
219
+ DeleteRoomMembershipCommandInput,
220
+ DeleteRoomMembershipCommandOutput,
221
+ } from "../commands/DeleteRoomMembershipCommand";
222
+ import {
223
+ DeleteSipMediaApplicationCommandInput,
224
+ DeleteSipMediaApplicationCommandOutput,
225
+ } from "../commands/DeleteSipMediaApplicationCommand";
226
+ import {
227
+ DeleteSipRuleCommandInput,
228
+ DeleteSipRuleCommandOutput,
229
+ } from "../commands/DeleteSipRuleCommand";
230
+ import {
231
+ DeleteVoiceConnectorCommandInput,
232
+ DeleteVoiceConnectorCommandOutput,
233
+ } from "../commands/DeleteVoiceConnectorCommand";
234
+ import {
235
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
236
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
237
+ } from "../commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
238
+ import {
239
+ DeleteVoiceConnectorGroupCommandInput,
240
+ DeleteVoiceConnectorGroupCommandOutput,
241
+ } from "../commands/DeleteVoiceConnectorGroupCommand";
242
+ import {
243
+ DeleteVoiceConnectorOriginationCommandInput,
244
+ DeleteVoiceConnectorOriginationCommandOutput,
245
+ } from "../commands/DeleteVoiceConnectorOriginationCommand";
246
+ import {
247
+ DeleteVoiceConnectorProxyCommandInput,
248
+ DeleteVoiceConnectorProxyCommandOutput,
249
+ } from "../commands/DeleteVoiceConnectorProxyCommand";
250
+ import {
251
+ DeleteVoiceConnectorStreamingConfigurationCommandInput,
252
+ DeleteVoiceConnectorStreamingConfigurationCommandOutput,
253
+ } from "../commands/DeleteVoiceConnectorStreamingConfigurationCommand";
254
+ import {
255
+ DeleteVoiceConnectorTerminationCommandInput,
256
+ DeleteVoiceConnectorTerminationCommandOutput,
257
+ } from "../commands/DeleteVoiceConnectorTerminationCommand";
258
+ import {
259
+ DeleteVoiceConnectorTerminationCredentialsCommandInput,
260
+ DeleteVoiceConnectorTerminationCredentialsCommandOutput,
261
+ } from "../commands/DeleteVoiceConnectorTerminationCredentialsCommand";
262
+ import {
263
+ DescribeAppInstanceAdminCommandInput,
264
+ DescribeAppInstanceAdminCommandOutput,
265
+ } from "../commands/DescribeAppInstanceAdminCommand";
266
+ import {
267
+ DescribeAppInstanceCommandInput,
268
+ DescribeAppInstanceCommandOutput,
269
+ } from "../commands/DescribeAppInstanceCommand";
270
+ import {
271
+ DescribeAppInstanceUserCommandInput,
272
+ DescribeAppInstanceUserCommandOutput,
273
+ } from "../commands/DescribeAppInstanceUserCommand";
274
+ import {
275
+ DescribeChannelBanCommandInput,
276
+ DescribeChannelBanCommandOutput,
277
+ } from "../commands/DescribeChannelBanCommand";
278
+ import {
279
+ DescribeChannelCommandInput,
280
+ DescribeChannelCommandOutput,
281
+ } from "../commands/DescribeChannelCommand";
282
+ import {
283
+ DescribeChannelMembershipCommandInput,
284
+ DescribeChannelMembershipCommandOutput,
285
+ } from "../commands/DescribeChannelMembershipCommand";
286
+ import {
287
+ DescribeChannelMembershipForAppInstanceUserCommandInput,
288
+ DescribeChannelMembershipForAppInstanceUserCommandOutput,
289
+ } from "../commands/DescribeChannelMembershipForAppInstanceUserCommand";
290
+ import {
291
+ DescribeChannelModeratedByAppInstanceUserCommandInput,
292
+ DescribeChannelModeratedByAppInstanceUserCommandOutput,
293
+ } from "../commands/DescribeChannelModeratedByAppInstanceUserCommand";
294
+ import {
295
+ DescribeChannelModeratorCommandInput,
296
+ DescribeChannelModeratorCommandOutput,
297
+ } from "../commands/DescribeChannelModeratorCommand";
298
+ import {
299
+ DisassociatePhoneNumberFromUserCommandInput,
300
+ DisassociatePhoneNumberFromUserCommandOutput,
301
+ } from "../commands/DisassociatePhoneNumberFromUserCommand";
302
+ import {
303
+ DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
304
+ DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
305
+ } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
306
+ import {
307
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
308
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
309
+ } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
310
+ import {
311
+ DisassociateSigninDelegateGroupsFromAccountCommandInput,
312
+ DisassociateSigninDelegateGroupsFromAccountCommandOutput,
313
+ } from "../commands/DisassociateSigninDelegateGroupsFromAccountCommand";
314
+ import {
315
+ GetAccountCommandInput,
316
+ GetAccountCommandOutput,
317
+ } from "../commands/GetAccountCommand";
318
+ import {
319
+ GetAccountSettingsCommandInput,
320
+ GetAccountSettingsCommandOutput,
321
+ } from "../commands/GetAccountSettingsCommand";
322
+ import {
323
+ GetAppInstanceRetentionSettingsCommandInput,
324
+ GetAppInstanceRetentionSettingsCommandOutput,
325
+ } from "../commands/GetAppInstanceRetentionSettingsCommand";
326
+ import {
327
+ GetAppInstanceStreamingConfigurationsCommandInput,
328
+ GetAppInstanceStreamingConfigurationsCommandOutput,
329
+ } from "../commands/GetAppInstanceStreamingConfigurationsCommand";
330
+ import {
331
+ GetAttendeeCommandInput,
332
+ GetAttendeeCommandOutput,
333
+ } from "../commands/GetAttendeeCommand";
334
+ import {
335
+ GetBotCommandInput,
336
+ GetBotCommandOutput,
337
+ } from "../commands/GetBotCommand";
338
+ import {
339
+ GetChannelMessageCommandInput,
340
+ GetChannelMessageCommandOutput,
341
+ } from "../commands/GetChannelMessageCommand";
342
+ import {
343
+ GetEventsConfigurationCommandInput,
344
+ GetEventsConfigurationCommandOutput,
345
+ } from "../commands/GetEventsConfigurationCommand";
346
+ import {
347
+ GetGlobalSettingsCommandInput,
348
+ GetGlobalSettingsCommandOutput,
349
+ } from "../commands/GetGlobalSettingsCommand";
350
+ import {
351
+ GetMediaCapturePipelineCommandInput,
352
+ GetMediaCapturePipelineCommandOutput,
353
+ } from "../commands/GetMediaCapturePipelineCommand";
354
+ import {
355
+ GetMeetingCommandInput,
356
+ GetMeetingCommandOutput,
357
+ } from "../commands/GetMeetingCommand";
358
+ import {
359
+ GetMessagingSessionEndpointCommandInput,
360
+ GetMessagingSessionEndpointCommandOutput,
361
+ } from "../commands/GetMessagingSessionEndpointCommand";
362
+ import {
363
+ GetPhoneNumberCommandInput,
364
+ GetPhoneNumberCommandOutput,
365
+ } from "../commands/GetPhoneNumberCommand";
366
+ import {
367
+ GetPhoneNumberOrderCommandInput,
368
+ GetPhoneNumberOrderCommandOutput,
369
+ } from "../commands/GetPhoneNumberOrderCommand";
370
+ import {
371
+ GetPhoneNumberSettingsCommandInput,
372
+ GetPhoneNumberSettingsCommandOutput,
373
+ } from "../commands/GetPhoneNumberSettingsCommand";
374
+ import {
375
+ GetProxySessionCommandInput,
376
+ GetProxySessionCommandOutput,
377
+ } from "../commands/GetProxySessionCommand";
378
+ import {
379
+ GetRetentionSettingsCommandInput,
380
+ GetRetentionSettingsCommandOutput,
381
+ } from "../commands/GetRetentionSettingsCommand";
382
+ import {
383
+ GetRoomCommandInput,
384
+ GetRoomCommandOutput,
385
+ } from "../commands/GetRoomCommand";
386
+ import {
387
+ GetSipMediaApplicationCommandInput,
388
+ GetSipMediaApplicationCommandOutput,
389
+ } from "../commands/GetSipMediaApplicationCommand";
390
+ import {
391
+ GetSipMediaApplicationLoggingConfigurationCommandInput,
392
+ GetSipMediaApplicationLoggingConfigurationCommandOutput,
393
+ } from "../commands/GetSipMediaApplicationLoggingConfigurationCommand";
394
+ import {
395
+ GetSipRuleCommandInput,
396
+ GetSipRuleCommandOutput,
397
+ } from "../commands/GetSipRuleCommand";
398
+ import {
399
+ GetUserCommandInput,
400
+ GetUserCommandOutput,
401
+ } from "../commands/GetUserCommand";
402
+ import {
403
+ GetUserSettingsCommandInput,
404
+ GetUserSettingsCommandOutput,
405
+ } from "../commands/GetUserSettingsCommand";
406
+ import {
407
+ GetVoiceConnectorCommandInput,
408
+ GetVoiceConnectorCommandOutput,
409
+ } from "../commands/GetVoiceConnectorCommand";
410
+ import {
411
+ GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
412
+ GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
413
+ } from "../commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
414
+ import {
415
+ GetVoiceConnectorGroupCommandInput,
416
+ GetVoiceConnectorGroupCommandOutput,
417
+ } from "../commands/GetVoiceConnectorGroupCommand";
418
+ import {
419
+ GetVoiceConnectorLoggingConfigurationCommandInput,
420
+ GetVoiceConnectorLoggingConfigurationCommandOutput,
421
+ } from "../commands/GetVoiceConnectorLoggingConfigurationCommand";
422
+ import {
423
+ GetVoiceConnectorOriginationCommandInput,
424
+ GetVoiceConnectorOriginationCommandOutput,
425
+ } from "../commands/GetVoiceConnectorOriginationCommand";
426
+ import {
427
+ GetVoiceConnectorProxyCommandInput,
428
+ GetVoiceConnectorProxyCommandOutput,
429
+ } from "../commands/GetVoiceConnectorProxyCommand";
430
+ import {
431
+ GetVoiceConnectorStreamingConfigurationCommandInput,
432
+ GetVoiceConnectorStreamingConfigurationCommandOutput,
433
+ } from "../commands/GetVoiceConnectorStreamingConfigurationCommand";
434
+ import {
435
+ GetVoiceConnectorTerminationCommandInput,
436
+ GetVoiceConnectorTerminationCommandOutput,
437
+ } from "../commands/GetVoiceConnectorTerminationCommand";
438
+ import {
439
+ GetVoiceConnectorTerminationHealthCommandInput,
440
+ GetVoiceConnectorTerminationHealthCommandOutput,
441
+ } from "../commands/GetVoiceConnectorTerminationHealthCommand";
442
+ import {
443
+ InviteUsersCommandInput,
444
+ InviteUsersCommandOutput,
445
+ } from "../commands/InviteUsersCommand";
446
+ import {
447
+ ListAccountsCommandInput,
448
+ ListAccountsCommandOutput,
449
+ } from "../commands/ListAccountsCommand";
450
+ import {
451
+ ListAppInstanceAdminsCommandInput,
452
+ ListAppInstanceAdminsCommandOutput,
453
+ } from "../commands/ListAppInstanceAdminsCommand";
454
+ import {
455
+ ListAppInstancesCommandInput,
456
+ ListAppInstancesCommandOutput,
457
+ } from "../commands/ListAppInstancesCommand";
458
+ import {
459
+ ListAppInstanceUsersCommandInput,
460
+ ListAppInstanceUsersCommandOutput,
461
+ } from "../commands/ListAppInstanceUsersCommand";
462
+ import {
463
+ ListAttendeesCommandInput,
464
+ ListAttendeesCommandOutput,
465
+ } from "../commands/ListAttendeesCommand";
466
+ import {
467
+ ListAttendeeTagsCommandInput,
468
+ ListAttendeeTagsCommandOutput,
469
+ } from "../commands/ListAttendeeTagsCommand";
470
+ import {
471
+ ListBotsCommandInput,
472
+ ListBotsCommandOutput,
473
+ } from "../commands/ListBotsCommand";
474
+ import {
475
+ ListChannelBansCommandInput,
476
+ ListChannelBansCommandOutput,
477
+ } from "../commands/ListChannelBansCommand";
478
+ import {
479
+ ListChannelMembershipsCommandInput,
480
+ ListChannelMembershipsCommandOutput,
481
+ } from "../commands/ListChannelMembershipsCommand";
482
+ import {
483
+ ListChannelMembershipsForAppInstanceUserCommandInput,
484
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
485
+ } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
486
+ import {
487
+ ListChannelMessagesCommandInput,
488
+ ListChannelMessagesCommandOutput,
489
+ } from "../commands/ListChannelMessagesCommand";
490
+ import {
491
+ ListChannelModeratorsCommandInput,
492
+ ListChannelModeratorsCommandOutput,
493
+ } from "../commands/ListChannelModeratorsCommand";
494
+ import {
495
+ ListChannelsCommandInput,
496
+ ListChannelsCommandOutput,
497
+ } from "../commands/ListChannelsCommand";
498
+ import {
499
+ ListChannelsModeratedByAppInstanceUserCommandInput,
500
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
501
+ } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
502
+ import {
503
+ ListMediaCapturePipelinesCommandInput,
504
+ ListMediaCapturePipelinesCommandOutput,
505
+ } from "../commands/ListMediaCapturePipelinesCommand";
506
+ import {
507
+ ListMeetingsCommandInput,
508
+ ListMeetingsCommandOutput,
509
+ } from "../commands/ListMeetingsCommand";
510
+ import {
511
+ ListMeetingTagsCommandInput,
512
+ ListMeetingTagsCommandOutput,
513
+ } from "../commands/ListMeetingTagsCommand";
514
+ import {
515
+ ListPhoneNumberOrdersCommandInput,
516
+ ListPhoneNumberOrdersCommandOutput,
517
+ } from "../commands/ListPhoneNumberOrdersCommand";
518
+ import {
519
+ ListPhoneNumbersCommandInput,
520
+ ListPhoneNumbersCommandOutput,
521
+ } from "../commands/ListPhoneNumbersCommand";
522
+ import {
523
+ ListProxySessionsCommandInput,
524
+ ListProxySessionsCommandOutput,
525
+ } from "../commands/ListProxySessionsCommand";
526
+ import {
527
+ ListRoomMembershipsCommandInput,
528
+ ListRoomMembershipsCommandOutput,
529
+ } from "../commands/ListRoomMembershipsCommand";
530
+ import {
531
+ ListRoomsCommandInput,
532
+ ListRoomsCommandOutput,
533
+ } from "../commands/ListRoomsCommand";
534
+ import {
535
+ ListSipMediaApplicationsCommandInput,
536
+ ListSipMediaApplicationsCommandOutput,
537
+ } from "../commands/ListSipMediaApplicationsCommand";
538
+ import {
539
+ ListSipRulesCommandInput,
540
+ ListSipRulesCommandOutput,
541
+ } from "../commands/ListSipRulesCommand";
542
+ import {
543
+ ListSupportedPhoneNumberCountriesCommandInput,
544
+ ListSupportedPhoneNumberCountriesCommandOutput,
545
+ } from "../commands/ListSupportedPhoneNumberCountriesCommand";
546
+ import {
547
+ ListTagsForResourceCommandInput,
548
+ ListTagsForResourceCommandOutput,
549
+ } from "../commands/ListTagsForResourceCommand";
550
+ import {
551
+ ListUsersCommandInput,
552
+ ListUsersCommandOutput,
553
+ } from "../commands/ListUsersCommand";
554
+ import {
555
+ ListVoiceConnectorGroupsCommandInput,
556
+ ListVoiceConnectorGroupsCommandOutput,
557
+ } from "../commands/ListVoiceConnectorGroupsCommand";
558
+ import {
559
+ ListVoiceConnectorsCommandInput,
560
+ ListVoiceConnectorsCommandOutput,
561
+ } from "../commands/ListVoiceConnectorsCommand";
562
+ import {
563
+ ListVoiceConnectorTerminationCredentialsCommandInput,
564
+ ListVoiceConnectorTerminationCredentialsCommandOutput,
565
+ } from "../commands/ListVoiceConnectorTerminationCredentialsCommand";
566
+ import {
567
+ LogoutUserCommandInput,
568
+ LogoutUserCommandOutput,
569
+ } from "../commands/LogoutUserCommand";
570
+ import {
571
+ PutAppInstanceRetentionSettingsCommandInput,
572
+ PutAppInstanceRetentionSettingsCommandOutput,
573
+ } from "../commands/PutAppInstanceRetentionSettingsCommand";
574
+ import {
575
+ PutAppInstanceStreamingConfigurationsCommandInput,
576
+ PutAppInstanceStreamingConfigurationsCommandOutput,
577
+ } from "../commands/PutAppInstanceStreamingConfigurationsCommand";
578
+ import {
579
+ PutEventsConfigurationCommandInput,
580
+ PutEventsConfigurationCommandOutput,
581
+ } from "../commands/PutEventsConfigurationCommand";
582
+ import {
583
+ PutRetentionSettingsCommandInput,
584
+ PutRetentionSettingsCommandOutput,
585
+ } from "../commands/PutRetentionSettingsCommand";
586
+ import {
587
+ PutSipMediaApplicationLoggingConfigurationCommandInput,
588
+ PutSipMediaApplicationLoggingConfigurationCommandOutput,
589
+ } from "../commands/PutSipMediaApplicationLoggingConfigurationCommand";
590
+ import {
591
+ PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
592
+ PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
593
+ } from "../commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
594
+ import {
595
+ PutVoiceConnectorLoggingConfigurationCommandInput,
596
+ PutVoiceConnectorLoggingConfigurationCommandOutput,
597
+ } from "../commands/PutVoiceConnectorLoggingConfigurationCommand";
598
+ import {
599
+ PutVoiceConnectorOriginationCommandInput,
600
+ PutVoiceConnectorOriginationCommandOutput,
601
+ } from "../commands/PutVoiceConnectorOriginationCommand";
602
+ import {
603
+ PutVoiceConnectorProxyCommandInput,
604
+ PutVoiceConnectorProxyCommandOutput,
605
+ } from "../commands/PutVoiceConnectorProxyCommand";
606
+ import {
607
+ PutVoiceConnectorStreamingConfigurationCommandInput,
608
+ PutVoiceConnectorStreamingConfigurationCommandOutput,
609
+ } from "../commands/PutVoiceConnectorStreamingConfigurationCommand";
610
+ import {
611
+ PutVoiceConnectorTerminationCommandInput,
612
+ PutVoiceConnectorTerminationCommandOutput,
613
+ } from "../commands/PutVoiceConnectorTerminationCommand";
614
+ import {
615
+ PutVoiceConnectorTerminationCredentialsCommandInput,
616
+ PutVoiceConnectorTerminationCredentialsCommandOutput,
617
+ } from "../commands/PutVoiceConnectorTerminationCredentialsCommand";
618
+ import {
619
+ RedactChannelMessageCommandInput,
620
+ RedactChannelMessageCommandOutput,
621
+ } from "../commands/RedactChannelMessageCommand";
622
+ import {
623
+ RedactConversationMessageCommandInput,
624
+ RedactConversationMessageCommandOutput,
625
+ } from "../commands/RedactConversationMessageCommand";
626
+ import {
627
+ RedactRoomMessageCommandInput,
628
+ RedactRoomMessageCommandOutput,
629
+ } from "../commands/RedactRoomMessageCommand";
630
+ import {
631
+ RegenerateSecurityTokenCommandInput,
632
+ RegenerateSecurityTokenCommandOutput,
633
+ } from "../commands/RegenerateSecurityTokenCommand";
634
+ import {
635
+ ResetPersonalPINCommandInput,
636
+ ResetPersonalPINCommandOutput,
637
+ } from "../commands/ResetPersonalPINCommand";
638
+ import {
639
+ RestorePhoneNumberCommandInput,
640
+ RestorePhoneNumberCommandOutput,
641
+ } from "../commands/RestorePhoneNumberCommand";
642
+ import {
643
+ SearchAvailablePhoneNumbersCommandInput,
644
+ SearchAvailablePhoneNumbersCommandOutput,
645
+ } from "../commands/SearchAvailablePhoneNumbersCommand";
646
+ import {
647
+ SendChannelMessageCommandInput,
648
+ SendChannelMessageCommandOutput,
649
+ } from "../commands/SendChannelMessageCommand";
650
+ import {
651
+ StartMeetingTranscriptionCommandInput,
652
+ StartMeetingTranscriptionCommandOutput,
653
+ } from "../commands/StartMeetingTranscriptionCommand";
654
+ import {
655
+ StopMeetingTranscriptionCommandInput,
656
+ StopMeetingTranscriptionCommandOutput,
657
+ } from "../commands/StopMeetingTranscriptionCommand";
658
+ import {
659
+ TagAttendeeCommandInput,
660
+ TagAttendeeCommandOutput,
661
+ } from "../commands/TagAttendeeCommand";
662
+ import {
663
+ TagMeetingCommandInput,
664
+ TagMeetingCommandOutput,
665
+ } from "../commands/TagMeetingCommand";
666
+ import {
667
+ TagResourceCommandInput,
668
+ TagResourceCommandOutput,
669
+ } from "../commands/TagResourceCommand";
670
+ import {
671
+ UntagAttendeeCommandInput,
672
+ UntagAttendeeCommandOutput,
673
+ } from "../commands/UntagAttendeeCommand";
674
+ import {
675
+ UntagMeetingCommandInput,
676
+ UntagMeetingCommandOutput,
677
+ } from "../commands/UntagMeetingCommand";
678
+ import {
679
+ UntagResourceCommandInput,
680
+ UntagResourceCommandOutput,
681
+ } from "../commands/UntagResourceCommand";
682
+ import {
683
+ UpdateAccountCommandInput,
684
+ UpdateAccountCommandOutput,
685
+ } from "../commands/UpdateAccountCommand";
686
+ import {
687
+ UpdateAccountSettingsCommandInput,
688
+ UpdateAccountSettingsCommandOutput,
689
+ } from "../commands/UpdateAccountSettingsCommand";
690
+ import {
691
+ UpdateAppInstanceCommandInput,
692
+ UpdateAppInstanceCommandOutput,
693
+ } from "../commands/UpdateAppInstanceCommand";
694
+ import {
695
+ UpdateAppInstanceUserCommandInput,
696
+ UpdateAppInstanceUserCommandOutput,
697
+ } from "../commands/UpdateAppInstanceUserCommand";
698
+ import {
699
+ UpdateBotCommandInput,
700
+ UpdateBotCommandOutput,
701
+ } from "../commands/UpdateBotCommand";
702
+ import {
703
+ UpdateChannelCommandInput,
704
+ UpdateChannelCommandOutput,
705
+ } from "../commands/UpdateChannelCommand";
706
+ import {
707
+ UpdateChannelMessageCommandInput,
708
+ UpdateChannelMessageCommandOutput,
709
+ } from "../commands/UpdateChannelMessageCommand";
710
+ import {
711
+ UpdateChannelReadMarkerCommandInput,
712
+ UpdateChannelReadMarkerCommandOutput,
713
+ } from "../commands/UpdateChannelReadMarkerCommand";
714
+ import {
715
+ UpdateGlobalSettingsCommandInput,
716
+ UpdateGlobalSettingsCommandOutput,
717
+ } from "../commands/UpdateGlobalSettingsCommand";
718
+ import {
719
+ UpdatePhoneNumberCommandInput,
720
+ UpdatePhoneNumberCommandOutput,
721
+ } from "../commands/UpdatePhoneNumberCommand";
722
+ import {
723
+ UpdatePhoneNumberSettingsCommandInput,
724
+ UpdatePhoneNumberSettingsCommandOutput,
725
+ } from "../commands/UpdatePhoneNumberSettingsCommand";
726
+ import {
727
+ UpdateProxySessionCommandInput,
728
+ UpdateProxySessionCommandOutput,
729
+ } from "../commands/UpdateProxySessionCommand";
730
+ import {
731
+ UpdateRoomCommandInput,
732
+ UpdateRoomCommandOutput,
733
+ } from "../commands/UpdateRoomCommand";
734
+ import {
735
+ UpdateRoomMembershipCommandInput,
736
+ UpdateRoomMembershipCommandOutput,
737
+ } from "../commands/UpdateRoomMembershipCommand";
738
+ import {
739
+ UpdateSipMediaApplicationCallCommandInput,
740
+ UpdateSipMediaApplicationCallCommandOutput,
741
+ } from "../commands/UpdateSipMediaApplicationCallCommand";
742
+ import {
743
+ UpdateSipMediaApplicationCommandInput,
744
+ UpdateSipMediaApplicationCommandOutput,
745
+ } from "../commands/UpdateSipMediaApplicationCommand";
746
+ import {
747
+ UpdateSipRuleCommandInput,
748
+ UpdateSipRuleCommandOutput,
749
+ } from "../commands/UpdateSipRuleCommand";
750
+ import {
751
+ UpdateUserCommandInput,
752
+ UpdateUserCommandOutput,
753
+ } from "../commands/UpdateUserCommand";
754
+ import {
755
+ UpdateUserSettingsCommandInput,
756
+ UpdateUserSettingsCommandOutput,
757
+ } from "../commands/UpdateUserSettingsCommand";
758
+ import {
759
+ UpdateVoiceConnectorCommandInput,
760
+ UpdateVoiceConnectorCommandOutput,
761
+ } from "../commands/UpdateVoiceConnectorCommand";
762
+ import {
763
+ UpdateVoiceConnectorGroupCommandInput,
764
+ UpdateVoiceConnectorGroupCommandOutput,
765
+ } from "../commands/UpdateVoiceConnectorGroupCommand";
766
+ import {
767
+ ValidateE911AddressCommandInput,
768
+ ValidateE911AddressCommandOutput,
769
+ } from "../commands/ValidateE911AddressCommand";
770
+ export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (
771
+ input: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
772
+ context: __SerdeContext
773
+ ) => Promise<__HttpRequest>;
774
+ export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (
775
+ input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
776
+ context: __SerdeContext
777
+ ) => Promise<__HttpRequest>;
778
+ export declare const serializeAws_restJson1AssociatePhoneNumberWithUserCommand: (
779
+ input: AssociatePhoneNumberWithUserCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
782
+ export declare const serializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand: (
783
+ input: AssociateSigninDelegateGroupsWithAccountCommandInput,
784
+ context: __SerdeContext
785
+ ) => Promise<__HttpRequest>;
786
+ export declare const serializeAws_restJson1BatchCreateAttendeeCommand: (
787
+ input: BatchCreateAttendeeCommandInput,
788
+ context: __SerdeContext
789
+ ) => Promise<__HttpRequest>;
790
+ export declare const serializeAws_restJson1BatchCreateChannelMembershipCommand: (
791
+ input: BatchCreateChannelMembershipCommandInput,
792
+ context: __SerdeContext
793
+ ) => Promise<__HttpRequest>;
794
+ export declare const serializeAws_restJson1BatchCreateRoomMembershipCommand: (
795
+ input: BatchCreateRoomMembershipCommandInput,
796
+ context: __SerdeContext
797
+ ) => Promise<__HttpRequest>;
798
+ export declare const serializeAws_restJson1BatchDeletePhoneNumberCommand: (
799
+ input: BatchDeletePhoneNumberCommandInput,
800
+ context: __SerdeContext
801
+ ) => Promise<__HttpRequest>;
802
+ export declare const serializeAws_restJson1BatchSuspendUserCommand: (
803
+ input: BatchSuspendUserCommandInput,
804
+ context: __SerdeContext
805
+ ) => Promise<__HttpRequest>;
806
+ export declare const serializeAws_restJson1BatchUnsuspendUserCommand: (
807
+ input: BatchUnsuspendUserCommandInput,
808
+ context: __SerdeContext
809
+ ) => Promise<__HttpRequest>;
810
+ export declare const serializeAws_restJson1BatchUpdatePhoneNumberCommand: (
811
+ input: BatchUpdatePhoneNumberCommandInput,
812
+ context: __SerdeContext
813
+ ) => Promise<__HttpRequest>;
814
+ export declare const serializeAws_restJson1BatchUpdateUserCommand: (
815
+ input: BatchUpdateUserCommandInput,
816
+ context: __SerdeContext
817
+ ) => Promise<__HttpRequest>;
818
+ export declare const serializeAws_restJson1CreateAccountCommand: (
819
+ input: CreateAccountCommandInput,
820
+ context: __SerdeContext
821
+ ) => Promise<__HttpRequest>;
822
+ export declare const serializeAws_restJson1CreateAppInstanceCommand: (
823
+ input: CreateAppInstanceCommandInput,
824
+ context: __SerdeContext
825
+ ) => Promise<__HttpRequest>;
826
+ export declare const serializeAws_restJson1CreateAppInstanceAdminCommand: (
827
+ input: CreateAppInstanceAdminCommandInput,
828
+ context: __SerdeContext
829
+ ) => Promise<__HttpRequest>;
830
+ export declare const serializeAws_restJson1CreateAppInstanceUserCommand: (
831
+ input: CreateAppInstanceUserCommandInput,
832
+ context: __SerdeContext
833
+ ) => Promise<__HttpRequest>;
834
+ export declare const serializeAws_restJson1CreateAttendeeCommand: (
835
+ input: CreateAttendeeCommandInput,
836
+ context: __SerdeContext
837
+ ) => Promise<__HttpRequest>;
838
+ export declare const serializeAws_restJson1CreateBotCommand: (
839
+ input: CreateBotCommandInput,
840
+ context: __SerdeContext
841
+ ) => Promise<__HttpRequest>;
842
+ export declare const serializeAws_restJson1CreateChannelCommand: (
843
+ input: CreateChannelCommandInput,
844
+ context: __SerdeContext
845
+ ) => Promise<__HttpRequest>;
846
+ export declare const serializeAws_restJson1CreateChannelBanCommand: (
847
+ input: CreateChannelBanCommandInput,
848
+ context: __SerdeContext
849
+ ) => Promise<__HttpRequest>;
850
+ export declare const serializeAws_restJson1CreateChannelMembershipCommand: (
851
+ input: CreateChannelMembershipCommandInput,
852
+ context: __SerdeContext
853
+ ) => Promise<__HttpRequest>;
854
+ export declare const serializeAws_restJson1CreateChannelModeratorCommand: (
855
+ input: CreateChannelModeratorCommandInput,
856
+ context: __SerdeContext
857
+ ) => Promise<__HttpRequest>;
858
+ export declare const serializeAws_restJson1CreateMediaCapturePipelineCommand: (
859
+ input: CreateMediaCapturePipelineCommandInput,
860
+ context: __SerdeContext
861
+ ) => Promise<__HttpRequest>;
862
+ export declare const serializeAws_restJson1CreateMeetingCommand: (
863
+ input: CreateMeetingCommandInput,
864
+ context: __SerdeContext
865
+ ) => Promise<__HttpRequest>;
866
+ export declare const serializeAws_restJson1CreateMeetingDialOutCommand: (
867
+ input: CreateMeetingDialOutCommandInput,
868
+ context: __SerdeContext
869
+ ) => Promise<__HttpRequest>;
870
+ export declare const serializeAws_restJson1CreateMeetingWithAttendeesCommand: (
871
+ input: CreateMeetingWithAttendeesCommandInput,
872
+ context: __SerdeContext
873
+ ) => Promise<__HttpRequest>;
874
+ export declare const serializeAws_restJson1CreatePhoneNumberOrderCommand: (
875
+ input: CreatePhoneNumberOrderCommandInput,
876
+ context: __SerdeContext
877
+ ) => Promise<__HttpRequest>;
878
+ export declare const serializeAws_restJson1CreateProxySessionCommand: (
879
+ input: CreateProxySessionCommandInput,
880
+ context: __SerdeContext
881
+ ) => Promise<__HttpRequest>;
882
+ export declare const serializeAws_restJson1CreateRoomCommand: (
883
+ input: CreateRoomCommandInput,
884
+ context: __SerdeContext
885
+ ) => Promise<__HttpRequest>;
886
+ export declare const serializeAws_restJson1CreateRoomMembershipCommand: (
887
+ input: CreateRoomMembershipCommandInput,
888
+ context: __SerdeContext
889
+ ) => Promise<__HttpRequest>;
890
+ export declare const serializeAws_restJson1CreateSipMediaApplicationCommand: (
891
+ input: CreateSipMediaApplicationCommandInput,
892
+ context: __SerdeContext
893
+ ) => Promise<__HttpRequest>;
894
+ export declare const serializeAws_restJson1CreateSipMediaApplicationCallCommand: (
895
+ input: CreateSipMediaApplicationCallCommandInput,
896
+ context: __SerdeContext
897
+ ) => Promise<__HttpRequest>;
898
+ export declare const serializeAws_restJson1CreateSipRuleCommand: (
899
+ input: CreateSipRuleCommandInput,
900
+ context: __SerdeContext
901
+ ) => Promise<__HttpRequest>;
902
+ export declare const serializeAws_restJson1CreateUserCommand: (
903
+ input: CreateUserCommandInput,
904
+ context: __SerdeContext
905
+ ) => Promise<__HttpRequest>;
906
+ export declare const serializeAws_restJson1CreateVoiceConnectorCommand: (
907
+ input: CreateVoiceConnectorCommandInput,
908
+ context: __SerdeContext
909
+ ) => Promise<__HttpRequest>;
910
+ export declare const serializeAws_restJson1CreateVoiceConnectorGroupCommand: (
911
+ input: CreateVoiceConnectorGroupCommandInput,
912
+ context: __SerdeContext
913
+ ) => Promise<__HttpRequest>;
914
+ export declare const serializeAws_restJson1DeleteAccountCommand: (
915
+ input: DeleteAccountCommandInput,
916
+ context: __SerdeContext
917
+ ) => Promise<__HttpRequest>;
918
+ export declare const serializeAws_restJson1DeleteAppInstanceCommand: (
919
+ input: DeleteAppInstanceCommandInput,
920
+ context: __SerdeContext
921
+ ) => Promise<__HttpRequest>;
922
+ export declare const serializeAws_restJson1DeleteAppInstanceAdminCommand: (
923
+ input: DeleteAppInstanceAdminCommandInput,
924
+ context: __SerdeContext
925
+ ) => Promise<__HttpRequest>;
926
+ export declare const serializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand: (
927
+ input: DeleteAppInstanceStreamingConfigurationsCommandInput,
928
+ context: __SerdeContext
929
+ ) => Promise<__HttpRequest>;
930
+ export declare const serializeAws_restJson1DeleteAppInstanceUserCommand: (
931
+ input: DeleteAppInstanceUserCommandInput,
932
+ context: __SerdeContext
933
+ ) => Promise<__HttpRequest>;
934
+ export declare const serializeAws_restJson1DeleteAttendeeCommand: (
935
+ input: DeleteAttendeeCommandInput,
936
+ context: __SerdeContext
937
+ ) => Promise<__HttpRequest>;
938
+ export declare const serializeAws_restJson1DeleteChannelCommand: (
939
+ input: DeleteChannelCommandInput,
940
+ context: __SerdeContext
941
+ ) => Promise<__HttpRequest>;
942
+ export declare const serializeAws_restJson1DeleteChannelBanCommand: (
943
+ input: DeleteChannelBanCommandInput,
944
+ context: __SerdeContext
945
+ ) => Promise<__HttpRequest>;
946
+ export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (
947
+ input: DeleteChannelMembershipCommandInput,
948
+ context: __SerdeContext
949
+ ) => Promise<__HttpRequest>;
950
+ export declare const serializeAws_restJson1DeleteChannelMessageCommand: (
951
+ input: DeleteChannelMessageCommandInput,
952
+ context: __SerdeContext
953
+ ) => Promise<__HttpRequest>;
954
+ export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (
955
+ input: DeleteChannelModeratorCommandInput,
956
+ context: __SerdeContext
957
+ ) => Promise<__HttpRequest>;
958
+ export declare const serializeAws_restJson1DeleteEventsConfigurationCommand: (
959
+ input: DeleteEventsConfigurationCommandInput,
960
+ context: __SerdeContext
961
+ ) => Promise<__HttpRequest>;
962
+ export declare const serializeAws_restJson1DeleteMediaCapturePipelineCommand: (
963
+ input: DeleteMediaCapturePipelineCommandInput,
964
+ context: __SerdeContext
965
+ ) => Promise<__HttpRequest>;
966
+ export declare const serializeAws_restJson1DeleteMeetingCommand: (
967
+ input: DeleteMeetingCommandInput,
968
+ context: __SerdeContext
969
+ ) => Promise<__HttpRequest>;
970
+ export declare const serializeAws_restJson1DeletePhoneNumberCommand: (
971
+ input: DeletePhoneNumberCommandInput,
972
+ context: __SerdeContext
973
+ ) => Promise<__HttpRequest>;
974
+ export declare const serializeAws_restJson1DeleteProxySessionCommand: (
975
+ input: DeleteProxySessionCommandInput,
976
+ context: __SerdeContext
977
+ ) => Promise<__HttpRequest>;
978
+ export declare const serializeAws_restJson1DeleteRoomCommand: (
979
+ input: DeleteRoomCommandInput,
980
+ context: __SerdeContext
981
+ ) => Promise<__HttpRequest>;
982
+ export declare const serializeAws_restJson1DeleteRoomMembershipCommand: (
983
+ input: DeleteRoomMembershipCommandInput,
984
+ context: __SerdeContext
985
+ ) => Promise<__HttpRequest>;
986
+ export declare const serializeAws_restJson1DeleteSipMediaApplicationCommand: (
987
+ input: DeleteSipMediaApplicationCommandInput,
988
+ context: __SerdeContext
989
+ ) => Promise<__HttpRequest>;
990
+ export declare const serializeAws_restJson1DeleteSipRuleCommand: (
991
+ input: DeleteSipRuleCommandInput,
992
+ context: __SerdeContext
993
+ ) => Promise<__HttpRequest>;
994
+ export declare const serializeAws_restJson1DeleteVoiceConnectorCommand: (
995
+ input: DeleteVoiceConnectorCommandInput,
996
+ context: __SerdeContext
997
+ ) => Promise<__HttpRequest>;
998
+ export declare const serializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (
999
+ input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
1000
+ context: __SerdeContext
1001
+ ) => Promise<__HttpRequest>;
1002
+ export declare const serializeAws_restJson1DeleteVoiceConnectorGroupCommand: (
1003
+ input: DeleteVoiceConnectorGroupCommandInput,
1004
+ context: __SerdeContext
1005
+ ) => Promise<__HttpRequest>;
1006
+ export declare const serializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (
1007
+ input: DeleteVoiceConnectorOriginationCommandInput,
1008
+ context: __SerdeContext
1009
+ ) => Promise<__HttpRequest>;
1010
+ export declare const serializeAws_restJson1DeleteVoiceConnectorProxyCommand: (
1011
+ input: DeleteVoiceConnectorProxyCommandInput,
1012
+ context: __SerdeContext
1013
+ ) => Promise<__HttpRequest>;
1014
+ export declare const serializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (
1015
+ input: DeleteVoiceConnectorStreamingConfigurationCommandInput,
1016
+ context: __SerdeContext
1017
+ ) => Promise<__HttpRequest>;
1018
+ export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (
1019
+ input: DeleteVoiceConnectorTerminationCommandInput,
1020
+ context: __SerdeContext
1021
+ ) => Promise<__HttpRequest>;
1022
+ export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (
1023
+ input: DeleteVoiceConnectorTerminationCredentialsCommandInput,
1024
+ context: __SerdeContext
1025
+ ) => Promise<__HttpRequest>;
1026
+ export declare const serializeAws_restJson1DescribeAppInstanceCommand: (
1027
+ input: DescribeAppInstanceCommandInput,
1028
+ context: __SerdeContext
1029
+ ) => Promise<__HttpRequest>;
1030
+ export declare const serializeAws_restJson1DescribeAppInstanceAdminCommand: (
1031
+ input: DescribeAppInstanceAdminCommandInput,
1032
+ context: __SerdeContext
1033
+ ) => Promise<__HttpRequest>;
1034
+ export declare const serializeAws_restJson1DescribeAppInstanceUserCommand: (
1035
+ input: DescribeAppInstanceUserCommandInput,
1036
+ context: __SerdeContext
1037
+ ) => Promise<__HttpRequest>;
1038
+ export declare const serializeAws_restJson1DescribeChannelCommand: (
1039
+ input: DescribeChannelCommandInput,
1040
+ context: __SerdeContext
1041
+ ) => Promise<__HttpRequest>;
1042
+ export declare const serializeAws_restJson1DescribeChannelBanCommand: (
1043
+ input: DescribeChannelBanCommandInput,
1044
+ context: __SerdeContext
1045
+ ) => Promise<__HttpRequest>;
1046
+ export declare const serializeAws_restJson1DescribeChannelMembershipCommand: (
1047
+ input: DescribeChannelMembershipCommandInput,
1048
+ context: __SerdeContext
1049
+ ) => Promise<__HttpRequest>;
1050
+ export declare const serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (
1051
+ input: DescribeChannelMembershipForAppInstanceUserCommandInput,
1052
+ context: __SerdeContext
1053
+ ) => Promise<__HttpRequest>;
1054
+ export declare const serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (
1055
+ input: DescribeChannelModeratedByAppInstanceUserCommandInput,
1056
+ context: __SerdeContext
1057
+ ) => Promise<__HttpRequest>;
1058
+ export declare const serializeAws_restJson1DescribeChannelModeratorCommand: (
1059
+ input: DescribeChannelModeratorCommandInput,
1060
+ context: __SerdeContext
1061
+ ) => Promise<__HttpRequest>;
1062
+ export declare const serializeAws_restJson1DisassociatePhoneNumberFromUserCommand: (
1063
+ input: DisassociatePhoneNumberFromUserCommandInput,
1064
+ context: __SerdeContext
1065
+ ) => Promise<__HttpRequest>;
1066
+ export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (
1067
+ input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
1068
+ context: __SerdeContext
1069
+ ) => Promise<__HttpRequest>;
1070
+ export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (
1071
+ input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
1072
+ context: __SerdeContext
1073
+ ) => Promise<__HttpRequest>;
1074
+ export declare const serializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand: (
1075
+ input: DisassociateSigninDelegateGroupsFromAccountCommandInput,
1076
+ context: __SerdeContext
1077
+ ) => Promise<__HttpRequest>;
1078
+ export declare const serializeAws_restJson1GetAccountCommand: (
1079
+ input: GetAccountCommandInput,
1080
+ context: __SerdeContext
1081
+ ) => Promise<__HttpRequest>;
1082
+ export declare const serializeAws_restJson1GetAccountSettingsCommand: (
1083
+ input: GetAccountSettingsCommandInput,
1084
+ context: __SerdeContext
1085
+ ) => Promise<__HttpRequest>;
1086
+ export declare const serializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (
1087
+ input: GetAppInstanceRetentionSettingsCommandInput,
1088
+ context: __SerdeContext
1089
+ ) => Promise<__HttpRequest>;
1090
+ export declare const serializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand: (
1091
+ input: GetAppInstanceStreamingConfigurationsCommandInput,
1092
+ context: __SerdeContext
1093
+ ) => Promise<__HttpRequest>;
1094
+ export declare const serializeAws_restJson1GetAttendeeCommand: (
1095
+ input: GetAttendeeCommandInput,
1096
+ context: __SerdeContext
1097
+ ) => Promise<__HttpRequest>;
1098
+ export declare const serializeAws_restJson1GetBotCommand: (
1099
+ input: GetBotCommandInput,
1100
+ context: __SerdeContext
1101
+ ) => Promise<__HttpRequest>;
1102
+ export declare const serializeAws_restJson1GetChannelMessageCommand: (
1103
+ input: GetChannelMessageCommandInput,
1104
+ context: __SerdeContext
1105
+ ) => Promise<__HttpRequest>;
1106
+ export declare const serializeAws_restJson1GetEventsConfigurationCommand: (
1107
+ input: GetEventsConfigurationCommandInput,
1108
+ context: __SerdeContext
1109
+ ) => Promise<__HttpRequest>;
1110
+ export declare const serializeAws_restJson1GetGlobalSettingsCommand: (
1111
+ input: GetGlobalSettingsCommandInput,
1112
+ context: __SerdeContext
1113
+ ) => Promise<__HttpRequest>;
1114
+ export declare const serializeAws_restJson1GetMediaCapturePipelineCommand: (
1115
+ input: GetMediaCapturePipelineCommandInput,
1116
+ context: __SerdeContext
1117
+ ) => Promise<__HttpRequest>;
1118
+ export declare const serializeAws_restJson1GetMeetingCommand: (
1119
+ input: GetMeetingCommandInput,
1120
+ context: __SerdeContext
1121
+ ) => Promise<__HttpRequest>;
1122
+ export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (
1123
+ input: GetMessagingSessionEndpointCommandInput,
1124
+ context: __SerdeContext
1125
+ ) => Promise<__HttpRequest>;
1126
+ export declare const serializeAws_restJson1GetPhoneNumberCommand: (
1127
+ input: GetPhoneNumberCommandInput,
1128
+ context: __SerdeContext
1129
+ ) => Promise<__HttpRequest>;
1130
+ export declare const serializeAws_restJson1GetPhoneNumberOrderCommand: (
1131
+ input: GetPhoneNumberOrderCommandInput,
1132
+ context: __SerdeContext
1133
+ ) => Promise<__HttpRequest>;
1134
+ export declare const serializeAws_restJson1GetPhoneNumberSettingsCommand: (
1135
+ input: GetPhoneNumberSettingsCommandInput,
1136
+ context: __SerdeContext
1137
+ ) => Promise<__HttpRequest>;
1138
+ export declare const serializeAws_restJson1GetProxySessionCommand: (
1139
+ input: GetProxySessionCommandInput,
1140
+ context: __SerdeContext
1141
+ ) => Promise<__HttpRequest>;
1142
+ export declare const serializeAws_restJson1GetRetentionSettingsCommand: (
1143
+ input: GetRetentionSettingsCommandInput,
1144
+ context: __SerdeContext
1145
+ ) => Promise<__HttpRequest>;
1146
+ export declare const serializeAws_restJson1GetRoomCommand: (
1147
+ input: GetRoomCommandInput,
1148
+ context: __SerdeContext
1149
+ ) => Promise<__HttpRequest>;
1150
+ export declare const serializeAws_restJson1GetSipMediaApplicationCommand: (
1151
+ input: GetSipMediaApplicationCommandInput,
1152
+ context: __SerdeContext
1153
+ ) => Promise<__HttpRequest>;
1154
+ export declare const serializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (
1155
+ input: GetSipMediaApplicationLoggingConfigurationCommandInput,
1156
+ context: __SerdeContext
1157
+ ) => Promise<__HttpRequest>;
1158
+ export declare const serializeAws_restJson1GetSipRuleCommand: (
1159
+ input: GetSipRuleCommandInput,
1160
+ context: __SerdeContext
1161
+ ) => Promise<__HttpRequest>;
1162
+ export declare const serializeAws_restJson1GetUserCommand: (
1163
+ input: GetUserCommandInput,
1164
+ context: __SerdeContext
1165
+ ) => Promise<__HttpRequest>;
1166
+ export declare const serializeAws_restJson1GetUserSettingsCommand: (
1167
+ input: GetUserSettingsCommandInput,
1168
+ context: __SerdeContext
1169
+ ) => Promise<__HttpRequest>;
1170
+ export declare const serializeAws_restJson1GetVoiceConnectorCommand: (
1171
+ input: GetVoiceConnectorCommandInput,
1172
+ context: __SerdeContext
1173
+ ) => Promise<__HttpRequest>;
1174
+ export declare const serializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (
1175
+ input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
1176
+ context: __SerdeContext
1177
+ ) => Promise<__HttpRequest>;
1178
+ export declare const serializeAws_restJson1GetVoiceConnectorGroupCommand: (
1179
+ input: GetVoiceConnectorGroupCommandInput,
1180
+ context: __SerdeContext
1181
+ ) => Promise<__HttpRequest>;
1182
+ export declare const serializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (
1183
+ input: GetVoiceConnectorLoggingConfigurationCommandInput,
1184
+ context: __SerdeContext
1185
+ ) => Promise<__HttpRequest>;
1186
+ export declare const serializeAws_restJson1GetVoiceConnectorOriginationCommand: (
1187
+ input: GetVoiceConnectorOriginationCommandInput,
1188
+ context: __SerdeContext
1189
+ ) => Promise<__HttpRequest>;
1190
+ export declare const serializeAws_restJson1GetVoiceConnectorProxyCommand: (
1191
+ input: GetVoiceConnectorProxyCommandInput,
1192
+ context: __SerdeContext
1193
+ ) => Promise<__HttpRequest>;
1194
+ export declare const serializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (
1195
+ input: GetVoiceConnectorStreamingConfigurationCommandInput,
1196
+ context: __SerdeContext
1197
+ ) => Promise<__HttpRequest>;
1198
+ export declare const serializeAws_restJson1GetVoiceConnectorTerminationCommand: (
1199
+ input: GetVoiceConnectorTerminationCommandInput,
1200
+ context: __SerdeContext
1201
+ ) => Promise<__HttpRequest>;
1202
+ export declare const serializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (
1203
+ input: GetVoiceConnectorTerminationHealthCommandInput,
1204
+ context: __SerdeContext
1205
+ ) => Promise<__HttpRequest>;
1206
+ export declare const serializeAws_restJson1InviteUsersCommand: (
1207
+ input: InviteUsersCommandInput,
1208
+ context: __SerdeContext
1209
+ ) => Promise<__HttpRequest>;
1210
+ export declare const serializeAws_restJson1ListAccountsCommand: (
1211
+ input: ListAccountsCommandInput,
1212
+ context: __SerdeContext
1213
+ ) => Promise<__HttpRequest>;
1214
+ export declare const serializeAws_restJson1ListAppInstanceAdminsCommand: (
1215
+ input: ListAppInstanceAdminsCommandInput,
1216
+ context: __SerdeContext
1217
+ ) => Promise<__HttpRequest>;
1218
+ export declare const serializeAws_restJson1ListAppInstancesCommand: (
1219
+ input: ListAppInstancesCommandInput,
1220
+ context: __SerdeContext
1221
+ ) => Promise<__HttpRequest>;
1222
+ export declare const serializeAws_restJson1ListAppInstanceUsersCommand: (
1223
+ input: ListAppInstanceUsersCommandInput,
1224
+ context: __SerdeContext
1225
+ ) => Promise<__HttpRequest>;
1226
+ export declare const serializeAws_restJson1ListAttendeesCommand: (
1227
+ input: ListAttendeesCommandInput,
1228
+ context: __SerdeContext
1229
+ ) => Promise<__HttpRequest>;
1230
+ export declare const serializeAws_restJson1ListAttendeeTagsCommand: (
1231
+ input: ListAttendeeTagsCommandInput,
1232
+ context: __SerdeContext
1233
+ ) => Promise<__HttpRequest>;
1234
+ export declare const serializeAws_restJson1ListBotsCommand: (
1235
+ input: ListBotsCommandInput,
1236
+ context: __SerdeContext
1237
+ ) => Promise<__HttpRequest>;
1238
+ export declare const serializeAws_restJson1ListChannelBansCommand: (
1239
+ input: ListChannelBansCommandInput,
1240
+ context: __SerdeContext
1241
+ ) => Promise<__HttpRequest>;
1242
+ export declare const serializeAws_restJson1ListChannelMembershipsCommand: (
1243
+ input: ListChannelMembershipsCommandInput,
1244
+ context: __SerdeContext
1245
+ ) => Promise<__HttpRequest>;
1246
+ export declare const serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (
1247
+ input: ListChannelMembershipsForAppInstanceUserCommandInput,
1248
+ context: __SerdeContext
1249
+ ) => Promise<__HttpRequest>;
1250
+ export declare const serializeAws_restJson1ListChannelMessagesCommand: (
1251
+ input: ListChannelMessagesCommandInput,
1252
+ context: __SerdeContext
1253
+ ) => Promise<__HttpRequest>;
1254
+ export declare const serializeAws_restJson1ListChannelModeratorsCommand: (
1255
+ input: ListChannelModeratorsCommandInput,
1256
+ context: __SerdeContext
1257
+ ) => Promise<__HttpRequest>;
1258
+ export declare const serializeAws_restJson1ListChannelsCommand: (
1259
+ input: ListChannelsCommandInput,
1260
+ context: __SerdeContext
1261
+ ) => Promise<__HttpRequest>;
1262
+ export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (
1263
+ input: ListChannelsModeratedByAppInstanceUserCommandInput,
1264
+ context: __SerdeContext
1265
+ ) => Promise<__HttpRequest>;
1266
+ export declare const serializeAws_restJson1ListMediaCapturePipelinesCommand: (
1267
+ input: ListMediaCapturePipelinesCommandInput,
1268
+ context: __SerdeContext
1269
+ ) => Promise<__HttpRequest>;
1270
+ export declare const serializeAws_restJson1ListMeetingsCommand: (
1271
+ input: ListMeetingsCommandInput,
1272
+ context: __SerdeContext
1273
+ ) => Promise<__HttpRequest>;
1274
+ export declare const serializeAws_restJson1ListMeetingTagsCommand: (
1275
+ input: ListMeetingTagsCommandInput,
1276
+ context: __SerdeContext
1277
+ ) => Promise<__HttpRequest>;
1278
+ export declare const serializeAws_restJson1ListPhoneNumberOrdersCommand: (
1279
+ input: ListPhoneNumberOrdersCommandInput,
1280
+ context: __SerdeContext
1281
+ ) => Promise<__HttpRequest>;
1282
+ export declare const serializeAws_restJson1ListPhoneNumbersCommand: (
1283
+ input: ListPhoneNumbersCommandInput,
1284
+ context: __SerdeContext
1285
+ ) => Promise<__HttpRequest>;
1286
+ export declare const serializeAws_restJson1ListProxySessionsCommand: (
1287
+ input: ListProxySessionsCommandInput,
1288
+ context: __SerdeContext
1289
+ ) => Promise<__HttpRequest>;
1290
+ export declare const serializeAws_restJson1ListRoomMembershipsCommand: (
1291
+ input: ListRoomMembershipsCommandInput,
1292
+ context: __SerdeContext
1293
+ ) => Promise<__HttpRequest>;
1294
+ export declare const serializeAws_restJson1ListRoomsCommand: (
1295
+ input: ListRoomsCommandInput,
1296
+ context: __SerdeContext
1297
+ ) => Promise<__HttpRequest>;
1298
+ export declare const serializeAws_restJson1ListSipMediaApplicationsCommand: (
1299
+ input: ListSipMediaApplicationsCommandInput,
1300
+ context: __SerdeContext
1301
+ ) => Promise<__HttpRequest>;
1302
+ export declare const serializeAws_restJson1ListSipRulesCommand: (
1303
+ input: ListSipRulesCommandInput,
1304
+ context: __SerdeContext
1305
+ ) => Promise<__HttpRequest>;
1306
+ export declare const serializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (
1307
+ input: ListSupportedPhoneNumberCountriesCommandInput,
1308
+ context: __SerdeContext
1309
+ ) => Promise<__HttpRequest>;
1310
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
1311
+ input: ListTagsForResourceCommandInput,
1312
+ context: __SerdeContext
1313
+ ) => Promise<__HttpRequest>;
1314
+ export declare const serializeAws_restJson1ListUsersCommand: (
1315
+ input: ListUsersCommandInput,
1316
+ context: __SerdeContext
1317
+ ) => Promise<__HttpRequest>;
1318
+ export declare const serializeAws_restJson1ListVoiceConnectorGroupsCommand: (
1319
+ input: ListVoiceConnectorGroupsCommandInput,
1320
+ context: __SerdeContext
1321
+ ) => Promise<__HttpRequest>;
1322
+ export declare const serializeAws_restJson1ListVoiceConnectorsCommand: (
1323
+ input: ListVoiceConnectorsCommandInput,
1324
+ context: __SerdeContext
1325
+ ) => Promise<__HttpRequest>;
1326
+ export declare const serializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (
1327
+ input: ListVoiceConnectorTerminationCredentialsCommandInput,
1328
+ context: __SerdeContext
1329
+ ) => Promise<__HttpRequest>;
1330
+ export declare const serializeAws_restJson1LogoutUserCommand: (
1331
+ input: LogoutUserCommandInput,
1332
+ context: __SerdeContext
1333
+ ) => Promise<__HttpRequest>;
1334
+ export declare const serializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (
1335
+ input: PutAppInstanceRetentionSettingsCommandInput,
1336
+ context: __SerdeContext
1337
+ ) => Promise<__HttpRequest>;
1338
+ export declare const serializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand: (
1339
+ input: PutAppInstanceStreamingConfigurationsCommandInput,
1340
+ context: __SerdeContext
1341
+ ) => Promise<__HttpRequest>;
1342
+ export declare const serializeAws_restJson1PutEventsConfigurationCommand: (
1343
+ input: PutEventsConfigurationCommandInput,
1344
+ context: __SerdeContext
1345
+ ) => Promise<__HttpRequest>;
1346
+ export declare const serializeAws_restJson1PutRetentionSettingsCommand: (
1347
+ input: PutRetentionSettingsCommandInput,
1348
+ context: __SerdeContext
1349
+ ) => Promise<__HttpRequest>;
1350
+ export declare const serializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (
1351
+ input: PutSipMediaApplicationLoggingConfigurationCommandInput,
1352
+ context: __SerdeContext
1353
+ ) => Promise<__HttpRequest>;
1354
+ export declare const serializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (
1355
+ input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1356
+ context: __SerdeContext
1357
+ ) => Promise<__HttpRequest>;
1358
+ export declare const serializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (
1359
+ input: PutVoiceConnectorLoggingConfigurationCommandInput,
1360
+ context: __SerdeContext
1361
+ ) => Promise<__HttpRequest>;
1362
+ export declare const serializeAws_restJson1PutVoiceConnectorOriginationCommand: (
1363
+ input: PutVoiceConnectorOriginationCommandInput,
1364
+ context: __SerdeContext
1365
+ ) => Promise<__HttpRequest>;
1366
+ export declare const serializeAws_restJson1PutVoiceConnectorProxyCommand: (
1367
+ input: PutVoiceConnectorProxyCommandInput,
1368
+ context: __SerdeContext
1369
+ ) => Promise<__HttpRequest>;
1370
+ export declare const serializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (
1371
+ input: PutVoiceConnectorStreamingConfigurationCommandInput,
1372
+ context: __SerdeContext
1373
+ ) => Promise<__HttpRequest>;
1374
+ export declare const serializeAws_restJson1PutVoiceConnectorTerminationCommand: (
1375
+ input: PutVoiceConnectorTerminationCommandInput,
1376
+ context: __SerdeContext
1377
+ ) => Promise<__HttpRequest>;
1378
+ export declare const serializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (
1379
+ input: PutVoiceConnectorTerminationCredentialsCommandInput,
1380
+ context: __SerdeContext
1381
+ ) => Promise<__HttpRequest>;
1382
+ export declare const serializeAws_restJson1RedactChannelMessageCommand: (
1383
+ input: RedactChannelMessageCommandInput,
1384
+ context: __SerdeContext
1385
+ ) => Promise<__HttpRequest>;
1386
+ export declare const serializeAws_restJson1RedactConversationMessageCommand: (
1387
+ input: RedactConversationMessageCommandInput,
1388
+ context: __SerdeContext
1389
+ ) => Promise<__HttpRequest>;
1390
+ export declare const serializeAws_restJson1RedactRoomMessageCommand: (
1391
+ input: RedactRoomMessageCommandInput,
1392
+ context: __SerdeContext
1393
+ ) => Promise<__HttpRequest>;
1394
+ export declare const serializeAws_restJson1RegenerateSecurityTokenCommand: (
1395
+ input: RegenerateSecurityTokenCommandInput,
1396
+ context: __SerdeContext
1397
+ ) => Promise<__HttpRequest>;
1398
+ export declare const serializeAws_restJson1ResetPersonalPINCommand: (
1399
+ input: ResetPersonalPINCommandInput,
1400
+ context: __SerdeContext
1401
+ ) => Promise<__HttpRequest>;
1402
+ export declare const serializeAws_restJson1RestorePhoneNumberCommand: (
1403
+ input: RestorePhoneNumberCommandInput,
1404
+ context: __SerdeContext
1405
+ ) => Promise<__HttpRequest>;
1406
+ export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (
1407
+ input: SearchAvailablePhoneNumbersCommandInput,
1408
+ context: __SerdeContext
1409
+ ) => Promise<__HttpRequest>;
1410
+ export declare const serializeAws_restJson1SendChannelMessageCommand: (
1411
+ input: SendChannelMessageCommandInput,
1412
+ context: __SerdeContext
1413
+ ) => Promise<__HttpRequest>;
1414
+ export declare const serializeAws_restJson1StartMeetingTranscriptionCommand: (
1415
+ input: StartMeetingTranscriptionCommandInput,
1416
+ context: __SerdeContext
1417
+ ) => Promise<__HttpRequest>;
1418
+ export declare const serializeAws_restJson1StopMeetingTranscriptionCommand: (
1419
+ input: StopMeetingTranscriptionCommandInput,
1420
+ context: __SerdeContext
1421
+ ) => Promise<__HttpRequest>;
1422
+ export declare const serializeAws_restJson1TagAttendeeCommand: (
1423
+ input: TagAttendeeCommandInput,
1424
+ context: __SerdeContext
1425
+ ) => Promise<__HttpRequest>;
1426
+ export declare const serializeAws_restJson1TagMeetingCommand: (
1427
+ input: TagMeetingCommandInput,
1428
+ context: __SerdeContext
1429
+ ) => Promise<__HttpRequest>;
1430
+ export declare const serializeAws_restJson1TagResourceCommand: (
1431
+ input: TagResourceCommandInput,
1432
+ context: __SerdeContext
1433
+ ) => Promise<__HttpRequest>;
1434
+ export declare const serializeAws_restJson1UntagAttendeeCommand: (
1435
+ input: UntagAttendeeCommandInput,
1436
+ context: __SerdeContext
1437
+ ) => Promise<__HttpRequest>;
1438
+ export declare const serializeAws_restJson1UntagMeetingCommand: (
1439
+ input: UntagMeetingCommandInput,
1440
+ context: __SerdeContext
1441
+ ) => Promise<__HttpRequest>;
1442
+ export declare const serializeAws_restJson1UntagResourceCommand: (
1443
+ input: UntagResourceCommandInput,
1444
+ context: __SerdeContext
1445
+ ) => Promise<__HttpRequest>;
1446
+ export declare const serializeAws_restJson1UpdateAccountCommand: (
1447
+ input: UpdateAccountCommandInput,
1448
+ context: __SerdeContext
1449
+ ) => Promise<__HttpRequest>;
1450
+ export declare const serializeAws_restJson1UpdateAccountSettingsCommand: (
1451
+ input: UpdateAccountSettingsCommandInput,
1452
+ context: __SerdeContext
1453
+ ) => Promise<__HttpRequest>;
1454
+ export declare const serializeAws_restJson1UpdateAppInstanceCommand: (
1455
+ input: UpdateAppInstanceCommandInput,
1456
+ context: __SerdeContext
1457
+ ) => Promise<__HttpRequest>;
1458
+ export declare const serializeAws_restJson1UpdateAppInstanceUserCommand: (
1459
+ input: UpdateAppInstanceUserCommandInput,
1460
+ context: __SerdeContext
1461
+ ) => Promise<__HttpRequest>;
1462
+ export declare const serializeAws_restJson1UpdateBotCommand: (
1463
+ input: UpdateBotCommandInput,
1464
+ context: __SerdeContext
1465
+ ) => Promise<__HttpRequest>;
1466
+ export declare const serializeAws_restJson1UpdateChannelCommand: (
1467
+ input: UpdateChannelCommandInput,
1468
+ context: __SerdeContext
1469
+ ) => Promise<__HttpRequest>;
1470
+ export declare const serializeAws_restJson1UpdateChannelMessageCommand: (
1471
+ input: UpdateChannelMessageCommandInput,
1472
+ context: __SerdeContext
1473
+ ) => Promise<__HttpRequest>;
1474
+ export declare const serializeAws_restJson1UpdateChannelReadMarkerCommand: (
1475
+ input: UpdateChannelReadMarkerCommandInput,
1476
+ context: __SerdeContext
1477
+ ) => Promise<__HttpRequest>;
1478
+ export declare const serializeAws_restJson1UpdateGlobalSettingsCommand: (
1479
+ input: UpdateGlobalSettingsCommandInput,
1480
+ context: __SerdeContext
1481
+ ) => Promise<__HttpRequest>;
1482
+ export declare const serializeAws_restJson1UpdatePhoneNumberCommand: (
1483
+ input: UpdatePhoneNumberCommandInput,
1484
+ context: __SerdeContext
1485
+ ) => Promise<__HttpRequest>;
1486
+ export declare const serializeAws_restJson1UpdatePhoneNumberSettingsCommand: (
1487
+ input: UpdatePhoneNumberSettingsCommandInput,
1488
+ context: __SerdeContext
1489
+ ) => Promise<__HttpRequest>;
1490
+ export declare const serializeAws_restJson1UpdateProxySessionCommand: (
1491
+ input: UpdateProxySessionCommandInput,
1492
+ context: __SerdeContext
1493
+ ) => Promise<__HttpRequest>;
1494
+ export declare const serializeAws_restJson1UpdateRoomCommand: (
1495
+ input: UpdateRoomCommandInput,
1496
+ context: __SerdeContext
1497
+ ) => Promise<__HttpRequest>;
1498
+ export declare const serializeAws_restJson1UpdateRoomMembershipCommand: (
1499
+ input: UpdateRoomMembershipCommandInput,
1500
+ context: __SerdeContext
1501
+ ) => Promise<__HttpRequest>;
1502
+ export declare const serializeAws_restJson1UpdateSipMediaApplicationCommand: (
1503
+ input: UpdateSipMediaApplicationCommandInput,
1504
+ context: __SerdeContext
1505
+ ) => Promise<__HttpRequest>;
1506
+ export declare const serializeAws_restJson1UpdateSipMediaApplicationCallCommand: (
1507
+ input: UpdateSipMediaApplicationCallCommandInput,
1508
+ context: __SerdeContext
1509
+ ) => Promise<__HttpRequest>;
1510
+ export declare const serializeAws_restJson1UpdateSipRuleCommand: (
1511
+ input: UpdateSipRuleCommandInput,
1512
+ context: __SerdeContext
1513
+ ) => Promise<__HttpRequest>;
1514
+ export declare const serializeAws_restJson1UpdateUserCommand: (
1515
+ input: UpdateUserCommandInput,
1516
+ context: __SerdeContext
1517
+ ) => Promise<__HttpRequest>;
1518
+ export declare const serializeAws_restJson1UpdateUserSettingsCommand: (
1519
+ input: UpdateUserSettingsCommandInput,
1520
+ context: __SerdeContext
1521
+ ) => Promise<__HttpRequest>;
1522
+ export declare const serializeAws_restJson1UpdateVoiceConnectorCommand: (
1523
+ input: UpdateVoiceConnectorCommandInput,
1524
+ context: __SerdeContext
1525
+ ) => Promise<__HttpRequest>;
1526
+ export declare const serializeAws_restJson1UpdateVoiceConnectorGroupCommand: (
1527
+ input: UpdateVoiceConnectorGroupCommandInput,
1528
+ context: __SerdeContext
1529
+ ) => Promise<__HttpRequest>;
1530
+ export declare const serializeAws_restJson1ValidateE911AddressCommand: (
1531
+ input: ValidateE911AddressCommandInput,
1532
+ context: __SerdeContext
1533
+ ) => Promise<__HttpRequest>;
1534
+ export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (
1535
+ output: __HttpResponse,
1536
+ context: __SerdeContext
1537
+ ) => Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
1538
+ export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (
1539
+ output: __HttpResponse,
1540
+ context: __SerdeContext
1541
+ ) => Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
1542
+ export declare const deserializeAws_restJson1AssociatePhoneNumberWithUserCommand: (
1543
+ output: __HttpResponse,
1544
+ context: __SerdeContext
1545
+ ) => Promise<AssociatePhoneNumberWithUserCommandOutput>;
1546
+ export declare const deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand: (
1547
+ output: __HttpResponse,
1548
+ context: __SerdeContext
1549
+ ) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
1550
+ export declare const deserializeAws_restJson1BatchCreateAttendeeCommand: (
1551
+ output: __HttpResponse,
1552
+ context: __SerdeContext
1553
+ ) => Promise<BatchCreateAttendeeCommandOutput>;
1554
+ export declare const deserializeAws_restJson1BatchCreateChannelMembershipCommand: (
1555
+ output: __HttpResponse,
1556
+ context: __SerdeContext
1557
+ ) => Promise<BatchCreateChannelMembershipCommandOutput>;
1558
+ export declare const deserializeAws_restJson1BatchCreateRoomMembershipCommand: (
1559
+ output: __HttpResponse,
1560
+ context: __SerdeContext
1561
+ ) => Promise<BatchCreateRoomMembershipCommandOutput>;
1562
+ export declare const deserializeAws_restJson1BatchDeletePhoneNumberCommand: (
1563
+ output: __HttpResponse,
1564
+ context: __SerdeContext
1565
+ ) => Promise<BatchDeletePhoneNumberCommandOutput>;
1566
+ export declare const deserializeAws_restJson1BatchSuspendUserCommand: (
1567
+ output: __HttpResponse,
1568
+ context: __SerdeContext
1569
+ ) => Promise<BatchSuspendUserCommandOutput>;
1570
+ export declare const deserializeAws_restJson1BatchUnsuspendUserCommand: (
1571
+ output: __HttpResponse,
1572
+ context: __SerdeContext
1573
+ ) => Promise<BatchUnsuspendUserCommandOutput>;
1574
+ export declare const deserializeAws_restJson1BatchUpdatePhoneNumberCommand: (
1575
+ output: __HttpResponse,
1576
+ context: __SerdeContext
1577
+ ) => Promise<BatchUpdatePhoneNumberCommandOutput>;
1578
+ export declare const deserializeAws_restJson1BatchUpdateUserCommand: (
1579
+ output: __HttpResponse,
1580
+ context: __SerdeContext
1581
+ ) => Promise<BatchUpdateUserCommandOutput>;
1582
+ export declare const deserializeAws_restJson1CreateAccountCommand: (
1583
+ output: __HttpResponse,
1584
+ context: __SerdeContext
1585
+ ) => Promise<CreateAccountCommandOutput>;
1586
+ export declare const deserializeAws_restJson1CreateAppInstanceCommand: (
1587
+ output: __HttpResponse,
1588
+ context: __SerdeContext
1589
+ ) => Promise<CreateAppInstanceCommandOutput>;
1590
+ export declare const deserializeAws_restJson1CreateAppInstanceAdminCommand: (
1591
+ output: __HttpResponse,
1592
+ context: __SerdeContext
1593
+ ) => Promise<CreateAppInstanceAdminCommandOutput>;
1594
+ export declare const deserializeAws_restJson1CreateAppInstanceUserCommand: (
1595
+ output: __HttpResponse,
1596
+ context: __SerdeContext
1597
+ ) => Promise<CreateAppInstanceUserCommandOutput>;
1598
+ export declare const deserializeAws_restJson1CreateAttendeeCommand: (
1599
+ output: __HttpResponse,
1600
+ context: __SerdeContext
1601
+ ) => Promise<CreateAttendeeCommandOutput>;
1602
+ export declare const deserializeAws_restJson1CreateBotCommand: (
1603
+ output: __HttpResponse,
1604
+ context: __SerdeContext
1605
+ ) => Promise<CreateBotCommandOutput>;
1606
+ export declare const deserializeAws_restJson1CreateChannelCommand: (
1607
+ output: __HttpResponse,
1608
+ context: __SerdeContext
1609
+ ) => Promise<CreateChannelCommandOutput>;
1610
+ export declare const deserializeAws_restJson1CreateChannelBanCommand: (
1611
+ output: __HttpResponse,
1612
+ context: __SerdeContext
1613
+ ) => Promise<CreateChannelBanCommandOutput>;
1614
+ export declare const deserializeAws_restJson1CreateChannelMembershipCommand: (
1615
+ output: __HttpResponse,
1616
+ context: __SerdeContext
1617
+ ) => Promise<CreateChannelMembershipCommandOutput>;
1618
+ export declare const deserializeAws_restJson1CreateChannelModeratorCommand: (
1619
+ output: __HttpResponse,
1620
+ context: __SerdeContext
1621
+ ) => Promise<CreateChannelModeratorCommandOutput>;
1622
+ export declare const deserializeAws_restJson1CreateMediaCapturePipelineCommand: (
1623
+ output: __HttpResponse,
1624
+ context: __SerdeContext
1625
+ ) => Promise<CreateMediaCapturePipelineCommandOutput>;
1626
+ export declare const deserializeAws_restJson1CreateMeetingCommand: (
1627
+ output: __HttpResponse,
1628
+ context: __SerdeContext
1629
+ ) => Promise<CreateMeetingCommandOutput>;
1630
+ export declare const deserializeAws_restJson1CreateMeetingDialOutCommand: (
1631
+ output: __HttpResponse,
1632
+ context: __SerdeContext
1633
+ ) => Promise<CreateMeetingDialOutCommandOutput>;
1634
+ export declare const deserializeAws_restJson1CreateMeetingWithAttendeesCommand: (
1635
+ output: __HttpResponse,
1636
+ context: __SerdeContext
1637
+ ) => Promise<CreateMeetingWithAttendeesCommandOutput>;
1638
+ export declare const deserializeAws_restJson1CreatePhoneNumberOrderCommand: (
1639
+ output: __HttpResponse,
1640
+ context: __SerdeContext
1641
+ ) => Promise<CreatePhoneNumberOrderCommandOutput>;
1642
+ export declare const deserializeAws_restJson1CreateProxySessionCommand: (
1643
+ output: __HttpResponse,
1644
+ context: __SerdeContext
1645
+ ) => Promise<CreateProxySessionCommandOutput>;
1646
+ export declare const deserializeAws_restJson1CreateRoomCommand: (
1647
+ output: __HttpResponse,
1648
+ context: __SerdeContext
1649
+ ) => Promise<CreateRoomCommandOutput>;
1650
+ export declare const deserializeAws_restJson1CreateRoomMembershipCommand: (
1651
+ output: __HttpResponse,
1652
+ context: __SerdeContext
1653
+ ) => Promise<CreateRoomMembershipCommandOutput>;
1654
+ export declare const deserializeAws_restJson1CreateSipMediaApplicationCommand: (
1655
+ output: __HttpResponse,
1656
+ context: __SerdeContext
1657
+ ) => Promise<CreateSipMediaApplicationCommandOutput>;
1658
+ export declare const deserializeAws_restJson1CreateSipMediaApplicationCallCommand: (
1659
+ output: __HttpResponse,
1660
+ context: __SerdeContext
1661
+ ) => Promise<CreateSipMediaApplicationCallCommandOutput>;
1662
+ export declare const deserializeAws_restJson1CreateSipRuleCommand: (
1663
+ output: __HttpResponse,
1664
+ context: __SerdeContext
1665
+ ) => Promise<CreateSipRuleCommandOutput>;
1666
+ export declare const deserializeAws_restJson1CreateUserCommand: (
1667
+ output: __HttpResponse,
1668
+ context: __SerdeContext
1669
+ ) => Promise<CreateUserCommandOutput>;
1670
+ export declare const deserializeAws_restJson1CreateVoiceConnectorCommand: (
1671
+ output: __HttpResponse,
1672
+ context: __SerdeContext
1673
+ ) => Promise<CreateVoiceConnectorCommandOutput>;
1674
+ export declare const deserializeAws_restJson1CreateVoiceConnectorGroupCommand: (
1675
+ output: __HttpResponse,
1676
+ context: __SerdeContext
1677
+ ) => Promise<CreateVoiceConnectorGroupCommandOutput>;
1678
+ export declare const deserializeAws_restJson1DeleteAccountCommand: (
1679
+ output: __HttpResponse,
1680
+ context: __SerdeContext
1681
+ ) => Promise<DeleteAccountCommandOutput>;
1682
+ export declare const deserializeAws_restJson1DeleteAppInstanceCommand: (
1683
+ output: __HttpResponse,
1684
+ context: __SerdeContext
1685
+ ) => Promise<DeleteAppInstanceCommandOutput>;
1686
+ export declare const deserializeAws_restJson1DeleteAppInstanceAdminCommand: (
1687
+ output: __HttpResponse,
1688
+ context: __SerdeContext
1689
+ ) => Promise<DeleteAppInstanceAdminCommandOutput>;
1690
+ export declare const deserializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand: (
1691
+ output: __HttpResponse,
1692
+ context: __SerdeContext
1693
+ ) => Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
1694
+ export declare const deserializeAws_restJson1DeleteAppInstanceUserCommand: (
1695
+ output: __HttpResponse,
1696
+ context: __SerdeContext
1697
+ ) => Promise<DeleteAppInstanceUserCommandOutput>;
1698
+ export declare const deserializeAws_restJson1DeleteAttendeeCommand: (
1699
+ output: __HttpResponse,
1700
+ context: __SerdeContext
1701
+ ) => Promise<DeleteAttendeeCommandOutput>;
1702
+ export declare const deserializeAws_restJson1DeleteChannelCommand: (
1703
+ output: __HttpResponse,
1704
+ context: __SerdeContext
1705
+ ) => Promise<DeleteChannelCommandOutput>;
1706
+ export declare const deserializeAws_restJson1DeleteChannelBanCommand: (
1707
+ output: __HttpResponse,
1708
+ context: __SerdeContext
1709
+ ) => Promise<DeleteChannelBanCommandOutput>;
1710
+ export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (
1711
+ output: __HttpResponse,
1712
+ context: __SerdeContext
1713
+ ) => Promise<DeleteChannelMembershipCommandOutput>;
1714
+ export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (
1715
+ output: __HttpResponse,
1716
+ context: __SerdeContext
1717
+ ) => Promise<DeleteChannelMessageCommandOutput>;
1718
+ export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (
1719
+ output: __HttpResponse,
1720
+ context: __SerdeContext
1721
+ ) => Promise<DeleteChannelModeratorCommandOutput>;
1722
+ export declare const deserializeAws_restJson1DeleteEventsConfigurationCommand: (
1723
+ output: __HttpResponse,
1724
+ context: __SerdeContext
1725
+ ) => Promise<DeleteEventsConfigurationCommandOutput>;
1726
+ export declare const deserializeAws_restJson1DeleteMediaCapturePipelineCommand: (
1727
+ output: __HttpResponse,
1728
+ context: __SerdeContext
1729
+ ) => Promise<DeleteMediaCapturePipelineCommandOutput>;
1730
+ export declare const deserializeAws_restJson1DeleteMeetingCommand: (
1731
+ output: __HttpResponse,
1732
+ context: __SerdeContext
1733
+ ) => Promise<DeleteMeetingCommandOutput>;
1734
+ export declare const deserializeAws_restJson1DeletePhoneNumberCommand: (
1735
+ output: __HttpResponse,
1736
+ context: __SerdeContext
1737
+ ) => Promise<DeletePhoneNumberCommandOutput>;
1738
+ export declare const deserializeAws_restJson1DeleteProxySessionCommand: (
1739
+ output: __HttpResponse,
1740
+ context: __SerdeContext
1741
+ ) => Promise<DeleteProxySessionCommandOutput>;
1742
+ export declare const deserializeAws_restJson1DeleteRoomCommand: (
1743
+ output: __HttpResponse,
1744
+ context: __SerdeContext
1745
+ ) => Promise<DeleteRoomCommandOutput>;
1746
+ export declare const deserializeAws_restJson1DeleteRoomMembershipCommand: (
1747
+ output: __HttpResponse,
1748
+ context: __SerdeContext
1749
+ ) => Promise<DeleteRoomMembershipCommandOutput>;
1750
+ export declare const deserializeAws_restJson1DeleteSipMediaApplicationCommand: (
1751
+ output: __HttpResponse,
1752
+ context: __SerdeContext
1753
+ ) => Promise<DeleteSipMediaApplicationCommandOutput>;
1754
+ export declare const deserializeAws_restJson1DeleteSipRuleCommand: (
1755
+ output: __HttpResponse,
1756
+ context: __SerdeContext
1757
+ ) => Promise<DeleteSipRuleCommandOutput>;
1758
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorCommand: (
1759
+ output: __HttpResponse,
1760
+ context: __SerdeContext
1761
+ ) => Promise<DeleteVoiceConnectorCommandOutput>;
1762
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (
1763
+ output: __HttpResponse,
1764
+ context: __SerdeContext
1765
+ ) => Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1766
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorGroupCommand: (
1767
+ output: __HttpResponse,
1768
+ context: __SerdeContext
1769
+ ) => Promise<DeleteVoiceConnectorGroupCommandOutput>;
1770
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (
1771
+ output: __HttpResponse,
1772
+ context: __SerdeContext
1773
+ ) => Promise<DeleteVoiceConnectorOriginationCommandOutput>;
1774
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorProxyCommand: (
1775
+ output: __HttpResponse,
1776
+ context: __SerdeContext
1777
+ ) => Promise<DeleteVoiceConnectorProxyCommandOutput>;
1778
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (
1779
+ output: __HttpResponse,
1780
+ context: __SerdeContext
1781
+ ) => Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
1782
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (
1783
+ output: __HttpResponse,
1784
+ context: __SerdeContext
1785
+ ) => Promise<DeleteVoiceConnectorTerminationCommandOutput>;
1786
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (
1787
+ output: __HttpResponse,
1788
+ context: __SerdeContext
1789
+ ) => Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
1790
+ export declare const deserializeAws_restJson1DescribeAppInstanceCommand: (
1791
+ output: __HttpResponse,
1792
+ context: __SerdeContext
1793
+ ) => Promise<DescribeAppInstanceCommandOutput>;
1794
+ export declare const deserializeAws_restJson1DescribeAppInstanceAdminCommand: (
1795
+ output: __HttpResponse,
1796
+ context: __SerdeContext
1797
+ ) => Promise<DescribeAppInstanceAdminCommandOutput>;
1798
+ export declare const deserializeAws_restJson1DescribeAppInstanceUserCommand: (
1799
+ output: __HttpResponse,
1800
+ context: __SerdeContext
1801
+ ) => Promise<DescribeAppInstanceUserCommandOutput>;
1802
+ export declare const deserializeAws_restJson1DescribeChannelCommand: (
1803
+ output: __HttpResponse,
1804
+ context: __SerdeContext
1805
+ ) => Promise<DescribeChannelCommandOutput>;
1806
+ export declare const deserializeAws_restJson1DescribeChannelBanCommand: (
1807
+ output: __HttpResponse,
1808
+ context: __SerdeContext
1809
+ ) => Promise<DescribeChannelBanCommandOutput>;
1810
+ export declare const deserializeAws_restJson1DescribeChannelMembershipCommand: (
1811
+ output: __HttpResponse,
1812
+ context: __SerdeContext
1813
+ ) => Promise<DescribeChannelMembershipCommandOutput>;
1814
+ export declare const deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (
1815
+ output: __HttpResponse,
1816
+ context: __SerdeContext
1817
+ ) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
1818
+ export declare const deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (
1819
+ output: __HttpResponse,
1820
+ context: __SerdeContext
1821
+ ) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
1822
+ export declare const deserializeAws_restJson1DescribeChannelModeratorCommand: (
1823
+ output: __HttpResponse,
1824
+ context: __SerdeContext
1825
+ ) => Promise<DescribeChannelModeratorCommandOutput>;
1826
+ export declare const deserializeAws_restJson1DisassociatePhoneNumberFromUserCommand: (
1827
+ output: __HttpResponse,
1828
+ context: __SerdeContext
1829
+ ) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
1830
+ export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (
1831
+ output: __HttpResponse,
1832
+ context: __SerdeContext
1833
+ ) => Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
1834
+ export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (
1835
+ output: __HttpResponse,
1836
+ context: __SerdeContext
1837
+ ) => Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
1838
+ export declare const deserializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand: (
1839
+ output: __HttpResponse,
1840
+ context: __SerdeContext
1841
+ ) => Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
1842
+ export declare const deserializeAws_restJson1GetAccountCommand: (
1843
+ output: __HttpResponse,
1844
+ context: __SerdeContext
1845
+ ) => Promise<GetAccountCommandOutput>;
1846
+ export declare const deserializeAws_restJson1GetAccountSettingsCommand: (
1847
+ output: __HttpResponse,
1848
+ context: __SerdeContext
1849
+ ) => Promise<GetAccountSettingsCommandOutput>;
1850
+ export declare const deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (
1851
+ output: __HttpResponse,
1852
+ context: __SerdeContext
1853
+ ) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
1854
+ export declare const deserializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand: (
1855
+ output: __HttpResponse,
1856
+ context: __SerdeContext
1857
+ ) => Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
1858
+ export declare const deserializeAws_restJson1GetAttendeeCommand: (
1859
+ output: __HttpResponse,
1860
+ context: __SerdeContext
1861
+ ) => Promise<GetAttendeeCommandOutput>;
1862
+ export declare const deserializeAws_restJson1GetBotCommand: (
1863
+ output: __HttpResponse,
1864
+ context: __SerdeContext
1865
+ ) => Promise<GetBotCommandOutput>;
1866
+ export declare const deserializeAws_restJson1GetChannelMessageCommand: (
1867
+ output: __HttpResponse,
1868
+ context: __SerdeContext
1869
+ ) => Promise<GetChannelMessageCommandOutput>;
1870
+ export declare const deserializeAws_restJson1GetEventsConfigurationCommand: (
1871
+ output: __HttpResponse,
1872
+ context: __SerdeContext
1873
+ ) => Promise<GetEventsConfigurationCommandOutput>;
1874
+ export declare const deserializeAws_restJson1GetGlobalSettingsCommand: (
1875
+ output: __HttpResponse,
1876
+ context: __SerdeContext
1877
+ ) => Promise<GetGlobalSettingsCommandOutput>;
1878
+ export declare const deserializeAws_restJson1GetMediaCapturePipelineCommand: (
1879
+ output: __HttpResponse,
1880
+ context: __SerdeContext
1881
+ ) => Promise<GetMediaCapturePipelineCommandOutput>;
1882
+ export declare const deserializeAws_restJson1GetMeetingCommand: (
1883
+ output: __HttpResponse,
1884
+ context: __SerdeContext
1885
+ ) => Promise<GetMeetingCommandOutput>;
1886
+ export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (
1887
+ output: __HttpResponse,
1888
+ context: __SerdeContext
1889
+ ) => Promise<GetMessagingSessionEndpointCommandOutput>;
1890
+ export declare const deserializeAws_restJson1GetPhoneNumberCommand: (
1891
+ output: __HttpResponse,
1892
+ context: __SerdeContext
1893
+ ) => Promise<GetPhoneNumberCommandOutput>;
1894
+ export declare const deserializeAws_restJson1GetPhoneNumberOrderCommand: (
1895
+ output: __HttpResponse,
1896
+ context: __SerdeContext
1897
+ ) => Promise<GetPhoneNumberOrderCommandOutput>;
1898
+ export declare const deserializeAws_restJson1GetPhoneNumberSettingsCommand: (
1899
+ output: __HttpResponse,
1900
+ context: __SerdeContext
1901
+ ) => Promise<GetPhoneNumberSettingsCommandOutput>;
1902
+ export declare const deserializeAws_restJson1GetProxySessionCommand: (
1903
+ output: __HttpResponse,
1904
+ context: __SerdeContext
1905
+ ) => Promise<GetProxySessionCommandOutput>;
1906
+ export declare const deserializeAws_restJson1GetRetentionSettingsCommand: (
1907
+ output: __HttpResponse,
1908
+ context: __SerdeContext
1909
+ ) => Promise<GetRetentionSettingsCommandOutput>;
1910
+ export declare const deserializeAws_restJson1GetRoomCommand: (
1911
+ output: __HttpResponse,
1912
+ context: __SerdeContext
1913
+ ) => Promise<GetRoomCommandOutput>;
1914
+ export declare const deserializeAws_restJson1GetSipMediaApplicationCommand: (
1915
+ output: __HttpResponse,
1916
+ context: __SerdeContext
1917
+ ) => Promise<GetSipMediaApplicationCommandOutput>;
1918
+ export declare const deserializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (
1919
+ output: __HttpResponse,
1920
+ context: __SerdeContext
1921
+ ) => Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
1922
+ export declare const deserializeAws_restJson1GetSipRuleCommand: (
1923
+ output: __HttpResponse,
1924
+ context: __SerdeContext
1925
+ ) => Promise<GetSipRuleCommandOutput>;
1926
+ export declare const deserializeAws_restJson1GetUserCommand: (
1927
+ output: __HttpResponse,
1928
+ context: __SerdeContext
1929
+ ) => Promise<GetUserCommandOutput>;
1930
+ export declare const deserializeAws_restJson1GetUserSettingsCommand: (
1931
+ output: __HttpResponse,
1932
+ context: __SerdeContext
1933
+ ) => Promise<GetUserSettingsCommandOutput>;
1934
+ export declare const deserializeAws_restJson1GetVoiceConnectorCommand: (
1935
+ output: __HttpResponse,
1936
+ context: __SerdeContext
1937
+ ) => Promise<GetVoiceConnectorCommandOutput>;
1938
+ export declare const deserializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (
1939
+ output: __HttpResponse,
1940
+ context: __SerdeContext
1941
+ ) => Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1942
+ export declare const deserializeAws_restJson1GetVoiceConnectorGroupCommand: (
1943
+ output: __HttpResponse,
1944
+ context: __SerdeContext
1945
+ ) => Promise<GetVoiceConnectorGroupCommandOutput>;
1946
+ export declare const deserializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (
1947
+ output: __HttpResponse,
1948
+ context: __SerdeContext
1949
+ ) => Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
1950
+ export declare const deserializeAws_restJson1GetVoiceConnectorOriginationCommand: (
1951
+ output: __HttpResponse,
1952
+ context: __SerdeContext
1953
+ ) => Promise<GetVoiceConnectorOriginationCommandOutput>;
1954
+ export declare const deserializeAws_restJson1GetVoiceConnectorProxyCommand: (
1955
+ output: __HttpResponse,
1956
+ context: __SerdeContext
1957
+ ) => Promise<GetVoiceConnectorProxyCommandOutput>;
1958
+ export declare const deserializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (
1959
+ output: __HttpResponse,
1960
+ context: __SerdeContext
1961
+ ) => Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
1962
+ export declare const deserializeAws_restJson1GetVoiceConnectorTerminationCommand: (
1963
+ output: __HttpResponse,
1964
+ context: __SerdeContext
1965
+ ) => Promise<GetVoiceConnectorTerminationCommandOutput>;
1966
+ export declare const deserializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (
1967
+ output: __HttpResponse,
1968
+ context: __SerdeContext
1969
+ ) => Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
1970
+ export declare const deserializeAws_restJson1InviteUsersCommand: (
1971
+ output: __HttpResponse,
1972
+ context: __SerdeContext
1973
+ ) => Promise<InviteUsersCommandOutput>;
1974
+ export declare const deserializeAws_restJson1ListAccountsCommand: (
1975
+ output: __HttpResponse,
1976
+ context: __SerdeContext
1977
+ ) => Promise<ListAccountsCommandOutput>;
1978
+ export declare const deserializeAws_restJson1ListAppInstanceAdminsCommand: (
1979
+ output: __HttpResponse,
1980
+ context: __SerdeContext
1981
+ ) => Promise<ListAppInstanceAdminsCommandOutput>;
1982
+ export declare const deserializeAws_restJson1ListAppInstancesCommand: (
1983
+ output: __HttpResponse,
1984
+ context: __SerdeContext
1985
+ ) => Promise<ListAppInstancesCommandOutput>;
1986
+ export declare const deserializeAws_restJson1ListAppInstanceUsersCommand: (
1987
+ output: __HttpResponse,
1988
+ context: __SerdeContext
1989
+ ) => Promise<ListAppInstanceUsersCommandOutput>;
1990
+ export declare const deserializeAws_restJson1ListAttendeesCommand: (
1991
+ output: __HttpResponse,
1992
+ context: __SerdeContext
1993
+ ) => Promise<ListAttendeesCommandOutput>;
1994
+ export declare const deserializeAws_restJson1ListAttendeeTagsCommand: (
1995
+ output: __HttpResponse,
1996
+ context: __SerdeContext
1997
+ ) => Promise<ListAttendeeTagsCommandOutput>;
1998
+ export declare const deserializeAws_restJson1ListBotsCommand: (
1999
+ output: __HttpResponse,
2000
+ context: __SerdeContext
2001
+ ) => Promise<ListBotsCommandOutput>;
2002
+ export declare const deserializeAws_restJson1ListChannelBansCommand: (
2003
+ output: __HttpResponse,
2004
+ context: __SerdeContext
2005
+ ) => Promise<ListChannelBansCommandOutput>;
2006
+ export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (
2007
+ output: __HttpResponse,
2008
+ context: __SerdeContext
2009
+ ) => Promise<ListChannelMembershipsCommandOutput>;
2010
+ export declare const deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (
2011
+ output: __HttpResponse,
2012
+ context: __SerdeContext
2013
+ ) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
2014
+ export declare const deserializeAws_restJson1ListChannelMessagesCommand: (
2015
+ output: __HttpResponse,
2016
+ context: __SerdeContext
2017
+ ) => Promise<ListChannelMessagesCommandOutput>;
2018
+ export declare const deserializeAws_restJson1ListChannelModeratorsCommand: (
2019
+ output: __HttpResponse,
2020
+ context: __SerdeContext
2021
+ ) => Promise<ListChannelModeratorsCommandOutput>;
2022
+ export declare const deserializeAws_restJson1ListChannelsCommand: (
2023
+ output: __HttpResponse,
2024
+ context: __SerdeContext
2025
+ ) => Promise<ListChannelsCommandOutput>;
2026
+ export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (
2027
+ output: __HttpResponse,
2028
+ context: __SerdeContext
2029
+ ) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
2030
+ export declare const deserializeAws_restJson1ListMediaCapturePipelinesCommand: (
2031
+ output: __HttpResponse,
2032
+ context: __SerdeContext
2033
+ ) => Promise<ListMediaCapturePipelinesCommandOutput>;
2034
+ export declare const deserializeAws_restJson1ListMeetingsCommand: (
2035
+ output: __HttpResponse,
2036
+ context: __SerdeContext
2037
+ ) => Promise<ListMeetingsCommandOutput>;
2038
+ export declare const deserializeAws_restJson1ListMeetingTagsCommand: (
2039
+ output: __HttpResponse,
2040
+ context: __SerdeContext
2041
+ ) => Promise<ListMeetingTagsCommandOutput>;
2042
+ export declare const deserializeAws_restJson1ListPhoneNumberOrdersCommand: (
2043
+ output: __HttpResponse,
2044
+ context: __SerdeContext
2045
+ ) => Promise<ListPhoneNumberOrdersCommandOutput>;
2046
+ export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (
2047
+ output: __HttpResponse,
2048
+ context: __SerdeContext
2049
+ ) => Promise<ListPhoneNumbersCommandOutput>;
2050
+ export declare const deserializeAws_restJson1ListProxySessionsCommand: (
2051
+ output: __HttpResponse,
2052
+ context: __SerdeContext
2053
+ ) => Promise<ListProxySessionsCommandOutput>;
2054
+ export declare const deserializeAws_restJson1ListRoomMembershipsCommand: (
2055
+ output: __HttpResponse,
2056
+ context: __SerdeContext
2057
+ ) => Promise<ListRoomMembershipsCommandOutput>;
2058
+ export declare const deserializeAws_restJson1ListRoomsCommand: (
2059
+ output: __HttpResponse,
2060
+ context: __SerdeContext
2061
+ ) => Promise<ListRoomsCommandOutput>;
2062
+ export declare const deserializeAws_restJson1ListSipMediaApplicationsCommand: (
2063
+ output: __HttpResponse,
2064
+ context: __SerdeContext
2065
+ ) => Promise<ListSipMediaApplicationsCommandOutput>;
2066
+ export declare const deserializeAws_restJson1ListSipRulesCommand: (
2067
+ output: __HttpResponse,
2068
+ context: __SerdeContext
2069
+ ) => Promise<ListSipRulesCommandOutput>;
2070
+ export declare const deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (
2071
+ output: __HttpResponse,
2072
+ context: __SerdeContext
2073
+ ) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
2074
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
2075
+ output: __HttpResponse,
2076
+ context: __SerdeContext
2077
+ ) => Promise<ListTagsForResourceCommandOutput>;
2078
+ export declare const deserializeAws_restJson1ListUsersCommand: (
2079
+ output: __HttpResponse,
2080
+ context: __SerdeContext
2081
+ ) => Promise<ListUsersCommandOutput>;
2082
+ export declare const deserializeAws_restJson1ListVoiceConnectorGroupsCommand: (
2083
+ output: __HttpResponse,
2084
+ context: __SerdeContext
2085
+ ) => Promise<ListVoiceConnectorGroupsCommandOutput>;
2086
+ export declare const deserializeAws_restJson1ListVoiceConnectorsCommand: (
2087
+ output: __HttpResponse,
2088
+ context: __SerdeContext
2089
+ ) => Promise<ListVoiceConnectorsCommandOutput>;
2090
+ export declare const deserializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (
2091
+ output: __HttpResponse,
2092
+ context: __SerdeContext
2093
+ ) => Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
2094
+ export declare const deserializeAws_restJson1LogoutUserCommand: (
2095
+ output: __HttpResponse,
2096
+ context: __SerdeContext
2097
+ ) => Promise<LogoutUserCommandOutput>;
2098
+ export declare const deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (
2099
+ output: __HttpResponse,
2100
+ context: __SerdeContext
2101
+ ) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
2102
+ export declare const deserializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand: (
2103
+ output: __HttpResponse,
2104
+ context: __SerdeContext
2105
+ ) => Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
2106
+ export declare const deserializeAws_restJson1PutEventsConfigurationCommand: (
2107
+ output: __HttpResponse,
2108
+ context: __SerdeContext
2109
+ ) => Promise<PutEventsConfigurationCommandOutput>;
2110
+ export declare const deserializeAws_restJson1PutRetentionSettingsCommand: (
2111
+ output: __HttpResponse,
2112
+ context: __SerdeContext
2113
+ ) => Promise<PutRetentionSettingsCommandOutput>;
2114
+ export declare const deserializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (
2115
+ output: __HttpResponse,
2116
+ context: __SerdeContext
2117
+ ) => Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
2118
+ export declare const deserializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (
2119
+ output: __HttpResponse,
2120
+ context: __SerdeContext
2121
+ ) => Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
2122
+ export declare const deserializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (
2123
+ output: __HttpResponse,
2124
+ context: __SerdeContext
2125
+ ) => Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
2126
+ export declare const deserializeAws_restJson1PutVoiceConnectorOriginationCommand: (
2127
+ output: __HttpResponse,
2128
+ context: __SerdeContext
2129
+ ) => Promise<PutVoiceConnectorOriginationCommandOutput>;
2130
+ export declare const deserializeAws_restJson1PutVoiceConnectorProxyCommand: (
2131
+ output: __HttpResponse,
2132
+ context: __SerdeContext
2133
+ ) => Promise<PutVoiceConnectorProxyCommandOutput>;
2134
+ export declare const deserializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (
2135
+ output: __HttpResponse,
2136
+ context: __SerdeContext
2137
+ ) => Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
2138
+ export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCommand: (
2139
+ output: __HttpResponse,
2140
+ context: __SerdeContext
2141
+ ) => Promise<PutVoiceConnectorTerminationCommandOutput>;
2142
+ export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (
2143
+ output: __HttpResponse,
2144
+ context: __SerdeContext
2145
+ ) => Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
2146
+ export declare const deserializeAws_restJson1RedactChannelMessageCommand: (
2147
+ output: __HttpResponse,
2148
+ context: __SerdeContext
2149
+ ) => Promise<RedactChannelMessageCommandOutput>;
2150
+ export declare const deserializeAws_restJson1RedactConversationMessageCommand: (
2151
+ output: __HttpResponse,
2152
+ context: __SerdeContext
2153
+ ) => Promise<RedactConversationMessageCommandOutput>;
2154
+ export declare const deserializeAws_restJson1RedactRoomMessageCommand: (
2155
+ output: __HttpResponse,
2156
+ context: __SerdeContext
2157
+ ) => Promise<RedactRoomMessageCommandOutput>;
2158
+ export declare const deserializeAws_restJson1RegenerateSecurityTokenCommand: (
2159
+ output: __HttpResponse,
2160
+ context: __SerdeContext
2161
+ ) => Promise<RegenerateSecurityTokenCommandOutput>;
2162
+ export declare const deserializeAws_restJson1ResetPersonalPINCommand: (
2163
+ output: __HttpResponse,
2164
+ context: __SerdeContext
2165
+ ) => Promise<ResetPersonalPINCommandOutput>;
2166
+ export declare const deserializeAws_restJson1RestorePhoneNumberCommand: (
2167
+ output: __HttpResponse,
2168
+ context: __SerdeContext
2169
+ ) => Promise<RestorePhoneNumberCommandOutput>;
2170
+ export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (
2171
+ output: __HttpResponse,
2172
+ context: __SerdeContext
2173
+ ) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
2174
+ export declare const deserializeAws_restJson1SendChannelMessageCommand: (
2175
+ output: __HttpResponse,
2176
+ context: __SerdeContext
2177
+ ) => Promise<SendChannelMessageCommandOutput>;
2178
+ export declare const deserializeAws_restJson1StartMeetingTranscriptionCommand: (
2179
+ output: __HttpResponse,
2180
+ context: __SerdeContext
2181
+ ) => Promise<StartMeetingTranscriptionCommandOutput>;
2182
+ export declare const deserializeAws_restJson1StopMeetingTranscriptionCommand: (
2183
+ output: __HttpResponse,
2184
+ context: __SerdeContext
2185
+ ) => Promise<StopMeetingTranscriptionCommandOutput>;
2186
+ export declare const deserializeAws_restJson1TagAttendeeCommand: (
2187
+ output: __HttpResponse,
2188
+ context: __SerdeContext
2189
+ ) => Promise<TagAttendeeCommandOutput>;
2190
+ export declare const deserializeAws_restJson1TagMeetingCommand: (
2191
+ output: __HttpResponse,
2192
+ context: __SerdeContext
2193
+ ) => Promise<TagMeetingCommandOutput>;
2194
+ export declare const deserializeAws_restJson1TagResourceCommand: (
2195
+ output: __HttpResponse,
2196
+ context: __SerdeContext
2197
+ ) => Promise<TagResourceCommandOutput>;
2198
+ export declare const deserializeAws_restJson1UntagAttendeeCommand: (
2199
+ output: __HttpResponse,
2200
+ context: __SerdeContext
2201
+ ) => Promise<UntagAttendeeCommandOutput>;
2202
+ export declare const deserializeAws_restJson1UntagMeetingCommand: (
2203
+ output: __HttpResponse,
2204
+ context: __SerdeContext
2205
+ ) => Promise<UntagMeetingCommandOutput>;
2206
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
2207
+ output: __HttpResponse,
2208
+ context: __SerdeContext
2209
+ ) => Promise<UntagResourceCommandOutput>;
2210
+ export declare const deserializeAws_restJson1UpdateAccountCommand: (
2211
+ output: __HttpResponse,
2212
+ context: __SerdeContext
2213
+ ) => Promise<UpdateAccountCommandOutput>;
2214
+ export declare const deserializeAws_restJson1UpdateAccountSettingsCommand: (
2215
+ output: __HttpResponse,
2216
+ context: __SerdeContext
2217
+ ) => Promise<UpdateAccountSettingsCommandOutput>;
2218
+ export declare const deserializeAws_restJson1UpdateAppInstanceCommand: (
2219
+ output: __HttpResponse,
2220
+ context: __SerdeContext
2221
+ ) => Promise<UpdateAppInstanceCommandOutput>;
2222
+ export declare const deserializeAws_restJson1UpdateAppInstanceUserCommand: (
2223
+ output: __HttpResponse,
2224
+ context: __SerdeContext
2225
+ ) => Promise<UpdateAppInstanceUserCommandOutput>;
2226
+ export declare const deserializeAws_restJson1UpdateBotCommand: (
2227
+ output: __HttpResponse,
2228
+ context: __SerdeContext
2229
+ ) => Promise<UpdateBotCommandOutput>;
2230
+ export declare const deserializeAws_restJson1UpdateChannelCommand: (
2231
+ output: __HttpResponse,
2232
+ context: __SerdeContext
2233
+ ) => Promise<UpdateChannelCommandOutput>;
2234
+ export declare const deserializeAws_restJson1UpdateChannelMessageCommand: (
2235
+ output: __HttpResponse,
2236
+ context: __SerdeContext
2237
+ ) => Promise<UpdateChannelMessageCommandOutput>;
2238
+ export declare const deserializeAws_restJson1UpdateChannelReadMarkerCommand: (
2239
+ output: __HttpResponse,
2240
+ context: __SerdeContext
2241
+ ) => Promise<UpdateChannelReadMarkerCommandOutput>;
2242
+ export declare const deserializeAws_restJson1UpdateGlobalSettingsCommand: (
2243
+ output: __HttpResponse,
2244
+ context: __SerdeContext
2245
+ ) => Promise<UpdateGlobalSettingsCommandOutput>;
2246
+ export declare const deserializeAws_restJson1UpdatePhoneNumberCommand: (
2247
+ output: __HttpResponse,
2248
+ context: __SerdeContext
2249
+ ) => Promise<UpdatePhoneNumberCommandOutput>;
2250
+ export declare const deserializeAws_restJson1UpdatePhoneNumberSettingsCommand: (
2251
+ output: __HttpResponse,
2252
+ context: __SerdeContext
2253
+ ) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
2254
+ export declare const deserializeAws_restJson1UpdateProxySessionCommand: (
2255
+ output: __HttpResponse,
2256
+ context: __SerdeContext
2257
+ ) => Promise<UpdateProxySessionCommandOutput>;
2258
+ export declare const deserializeAws_restJson1UpdateRoomCommand: (
2259
+ output: __HttpResponse,
2260
+ context: __SerdeContext
2261
+ ) => Promise<UpdateRoomCommandOutput>;
2262
+ export declare const deserializeAws_restJson1UpdateRoomMembershipCommand: (
2263
+ output: __HttpResponse,
2264
+ context: __SerdeContext
2265
+ ) => Promise<UpdateRoomMembershipCommandOutput>;
2266
+ export declare const deserializeAws_restJson1UpdateSipMediaApplicationCommand: (
2267
+ output: __HttpResponse,
2268
+ context: __SerdeContext
2269
+ ) => Promise<UpdateSipMediaApplicationCommandOutput>;
2270
+ export declare const deserializeAws_restJson1UpdateSipMediaApplicationCallCommand: (
2271
+ output: __HttpResponse,
2272
+ context: __SerdeContext
2273
+ ) => Promise<UpdateSipMediaApplicationCallCommandOutput>;
2274
+ export declare const deserializeAws_restJson1UpdateSipRuleCommand: (
2275
+ output: __HttpResponse,
2276
+ context: __SerdeContext
2277
+ ) => Promise<UpdateSipRuleCommandOutput>;
2278
+ export declare const deserializeAws_restJson1UpdateUserCommand: (
2279
+ output: __HttpResponse,
2280
+ context: __SerdeContext
2281
+ ) => Promise<UpdateUserCommandOutput>;
2282
+ export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (
2283
+ output: __HttpResponse,
2284
+ context: __SerdeContext
2285
+ ) => Promise<UpdateUserSettingsCommandOutput>;
2286
+ export declare const deserializeAws_restJson1UpdateVoiceConnectorCommand: (
2287
+ output: __HttpResponse,
2288
+ context: __SerdeContext
2289
+ ) => Promise<UpdateVoiceConnectorCommandOutput>;
2290
+ export declare const deserializeAws_restJson1UpdateVoiceConnectorGroupCommand: (
2291
+ output: __HttpResponse,
2292
+ context: __SerdeContext
2293
+ ) => Promise<UpdateVoiceConnectorGroupCommandOutput>;
2294
+ export declare const deserializeAws_restJson1ValidateE911AddressCommand: (
2295
+ output: __HttpResponse,
2296
+ context: __SerdeContext
2297
+ ) => Promise<ValidateE911AddressCommandOutput>;