@aws-sdk/client-chime 3.50.0 → 3.51.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 (233) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Chime.d.ts +955 -0
  3. package/dist-types/ts3.4/ChimeClient.d.ts +263 -0
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +18 -0
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/index.d.ts +190 -0
  195. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  196. package/dist-types/ts3.4/index.d.ts +5 -0
  197. package/dist-types/ts3.4/models/index.d.ts +2 -0
  198. package/dist-types/ts3.4/models/models_0.d.ts +3089 -0
  199. package/dist-types/ts3.4/models/models_1.d.ts +2042 -0
  200. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  201. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
  202. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +4 -0
  203. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +4 -0
  204. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +4 -0
  205. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +4 -0
  206. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
  207. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +4 -0
  208. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +4 -0
  213. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
  214. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
  215. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +4 -0
  216. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
  217. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
  218. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +4 -0
  219. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +4 -0
  220. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +4 -0
  221. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
  222. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +4 -0
  223. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
  224. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
  225. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
  226. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  227. package/dist-types/ts3.4/pagination/index.d.ts +27 -0
  228. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +572 -0
  229. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  230. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  231. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  232. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  233. package/package.json +8 -8
@@ -0,0 +1,572 @@
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
+ export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (input: AssociatePhoneNumbersWithVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ export declare const serializeAws_restJson1AssociatePhoneNumberWithUserCommand: (input: AssociatePhoneNumberWithUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
+ export declare const serializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand: (input: AssociateSigninDelegateGroupsWithAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ export declare const serializeAws_restJson1BatchCreateAttendeeCommand: (input: BatchCreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1BatchCreateChannelMembershipCommand: (input: BatchCreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ export declare const serializeAws_restJson1BatchCreateRoomMembershipCommand: (input: BatchCreateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
+ export declare const serializeAws_restJson1BatchDeletePhoneNumberCommand: (input: BatchDeletePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ export declare const serializeAws_restJson1BatchSuspendUserCommand: (input: BatchSuspendUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1BatchUnsuspendUserCommand: (input: BatchUnsuspendUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ export declare const serializeAws_restJson1BatchUpdatePhoneNumberCommand: (input: BatchUpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
+ export declare const serializeAws_restJson1BatchUpdateUserCommand: (input: BatchUpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ export declare const serializeAws_restJson1CreateAccountCommand: (input: CreateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1CreateAppInstanceCommand: (input: CreateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ export declare const serializeAws_restJson1CreateAppInstanceAdminCommand: (input: CreateAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
+ export declare const serializeAws_restJson1CreateAppInstanceUserCommand: (input: CreateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ export declare const serializeAws_restJson1CreateAttendeeCommand: (input: CreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1CreateBotCommand: (input: CreateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
+ export declare const serializeAws_restJson1CreateChannelBanCommand: (input: CreateChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ export declare const serializeAws_restJson1CreateChannelMembershipCommand: (input: CreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1CreateChannelModeratorCommand: (input: CreateChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ export declare const serializeAws_restJson1CreateMediaCapturePipelineCommand: (input: CreateMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
+ export declare const serializeAws_restJson1CreateMeetingCommand: (input: CreateMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ export declare const serializeAws_restJson1CreateMeetingDialOutCommand: (input: CreateMeetingDialOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1CreateMeetingWithAttendeesCommand: (input: CreateMeetingWithAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ export declare const serializeAws_restJson1CreatePhoneNumberOrderCommand: (input: CreatePhoneNumberOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
+ export declare const serializeAws_restJson1CreateProxySessionCommand: (input: CreateProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ export declare const serializeAws_restJson1CreateRoomCommand: (input: CreateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1CreateRoomMembershipCommand: (input: CreateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ export declare const serializeAws_restJson1CreateSipMediaApplicationCommand: (input: CreateSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
+ export declare const serializeAws_restJson1CreateSipMediaApplicationCallCommand: (input: CreateSipMediaApplicationCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ export declare const serializeAws_restJson1CreateSipRuleCommand: (input: CreateSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ export declare const serializeAws_restJson1CreateVoiceConnectorCommand: (input: CreateVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
+ export declare const serializeAws_restJson1CreateVoiceConnectorGroupCommand: (input: CreateVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ export declare const serializeAws_restJson1DeleteAccountCommand: (input: DeleteAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1DeleteAppInstanceCommand: (input: DeleteAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ export declare const serializeAws_restJson1DeleteAppInstanceAdminCommand: (input: DeleteAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
+ export declare const serializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand: (input: DeleteAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ export declare const serializeAws_restJson1DeleteAppInstanceUserCommand: (input: DeleteAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1DeleteAttendeeCommand: (input: DeleteAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
+ export declare const serializeAws_restJson1DeleteChannelBanCommand: (input: DeleteChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ export declare const serializeAws_restJson1DeleteChannelMembershipCommand: (input: DeleteChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1DeleteChannelMessageCommand: (input: DeleteChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ export declare const serializeAws_restJson1DeleteChannelModeratorCommand: (input: DeleteChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
+ export declare const serializeAws_restJson1DeleteEventsConfigurationCommand: (input: DeleteEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ export declare const serializeAws_restJson1DeleteMediaCapturePipelineCommand: (input: DeleteMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1DeleteMeetingCommand: (input: DeleteMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
+ export declare const serializeAws_restJson1DeletePhoneNumberCommand: (input: DeletePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
+ export declare const serializeAws_restJson1DeleteProxySessionCommand: (input: DeleteProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ export declare const serializeAws_restJson1DeleteRoomCommand: (input: DeleteRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1DeleteRoomMembershipCommand: (input: DeleteRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
+ export declare const serializeAws_restJson1DeleteSipMediaApplicationCommand: (input: DeleteSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
+ export declare const serializeAws_restJson1DeleteSipRuleCommand: (input: DeleteSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ export declare const serializeAws_restJson1DeleteVoiceConnectorCommand: (input: DeleteVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
+ export declare const serializeAws_restJson1DeleteVoiceConnectorGroupCommand: (input: DeleteVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
+ export declare const serializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (input: DeleteVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ export declare const serializeAws_restJson1DeleteVoiceConnectorProxyCommand: (input: DeleteVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (input: DeleteVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (input: DeleteVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
+ export declare const serializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (input: DeleteVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
+ export declare const serializeAws_restJson1DescribeAppInstanceCommand: (input: DescribeAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1DescribeAppInstanceAdminCommand: (input: DescribeAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ export declare const serializeAws_restJson1DescribeAppInstanceUserCommand: (input: DescribeAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
+ export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ export declare const serializeAws_restJson1DescribeChannelBanCommand: (input: DescribeChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1DescribeChannelMembershipCommand: (input: DescribeChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ export declare const serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (input: DescribeChannelMembershipForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
+ export declare const serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (input: DescribeChannelModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ export declare const serializeAws_restJson1DescribeChannelModeratorCommand: (input: DescribeChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1DisassociatePhoneNumberFromUserCommand: (input: DisassociatePhoneNumberFromUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
+ export declare const serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ export declare const serializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand: (input: DisassociateSigninDelegateGroupsFromAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1GetAccountCommand: (input: GetAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ export declare const serializeAws_restJson1GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
+ export declare const serializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (input: GetAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
+ export declare const serializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand: (input: GetAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1GetAttendeeCommand: (input: GetAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ export declare const serializeAws_restJson1GetBotCommand: (input: GetBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
+ export declare const serializeAws_restJson1GetChannelMessageCommand: (input: GetChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
+ export declare const serializeAws_restJson1GetEventsConfigurationCommand: (input: GetEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1GetGlobalSettingsCommand: (input: GetGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ export declare const serializeAws_restJson1GetMediaCapturePipelineCommand: (input: GetMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
+ export declare const serializeAws_restJson1GetMeetingCommand: (input: GetMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
+ export declare const serializeAws_restJson1GetMessagingSessionEndpointCommand: (input: GetMessagingSessionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1GetPhoneNumberCommand: (input: GetPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ export declare const serializeAws_restJson1GetPhoneNumberOrderCommand: (input: GetPhoneNumberOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
+ export declare const serializeAws_restJson1GetPhoneNumberSettingsCommand: (input: GetPhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ export declare const serializeAws_restJson1GetProxySessionCommand: (input: GetProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1GetRetentionSettingsCommand: (input: GetRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ export declare const serializeAws_restJson1GetRoomCommand: (input: GetRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
+ export declare const serializeAws_restJson1GetSipMediaApplicationCommand: (input: GetSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
+ export declare const serializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (input: GetSipMediaApplicationLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1GetSipRuleCommand: (input: GetSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
+ export declare const serializeAws_restJson1GetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
+ export declare const serializeAws_restJson1GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ export declare const serializeAws_restJson1GetVoiceConnectorCommand: (input: GetVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
+ export declare const serializeAws_restJson1GetVoiceConnectorGroupCommand: (input: GetVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
+ export declare const serializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (input: GetVoiceConnectorLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
+ export declare const serializeAws_restJson1GetVoiceConnectorOriginationCommand: (input: GetVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1GetVoiceConnectorProxyCommand: (input: GetVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ export declare const serializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (input: GetVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
+ export declare const serializeAws_restJson1GetVoiceConnectorTerminationCommand: (input: GetVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
+ export declare const serializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (input: GetVoiceConnectorTerminationHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1InviteUsersCommand: (input: InviteUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
+ export declare const serializeAws_restJson1ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
+ export declare const serializeAws_restJson1ListAppInstanceAdminsCommand: (input: ListAppInstanceAdminsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
+ export declare const serializeAws_restJson1ListAppInstancesCommand: (input: ListAppInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1ListAppInstanceUsersCommand: (input: ListAppInstanceUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
+ export declare const serializeAws_restJson1ListAttendeesCommand: (input: ListAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
+ export declare const serializeAws_restJson1ListAttendeeTagsCommand: (input: ListAttendeeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
+ export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1ListChannelBansCommand: (input: ListChannelBansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
+ export declare const serializeAws_restJson1ListChannelMembershipsCommand: (input: ListChannelMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
+ export declare const serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (input: ListChannelMembershipsForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
+ export declare const serializeAws_restJson1ListChannelMessagesCommand: (input: ListChannelMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1ListChannelModeratorsCommand: (input: ListChannelModeratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
+ export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
+ export declare const serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (input: ListChannelsModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
+ export declare const serializeAws_restJson1ListMediaCapturePipelinesCommand: (input: ListMediaCapturePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1ListMeetingsCommand: (input: ListMeetingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
+ export declare const serializeAws_restJson1ListMeetingTagsCommand: (input: ListMeetingTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
+ export declare const serializeAws_restJson1ListPhoneNumberOrdersCommand: (input: ListPhoneNumberOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
+ export declare const serializeAws_restJson1ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1ListProxySessionsCommand: (input: ListProxySessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
+ export declare const serializeAws_restJson1ListRoomMembershipsCommand: (input: ListRoomMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
+ export declare const serializeAws_restJson1ListRoomsCommand: (input: ListRoomsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
+ export declare const serializeAws_restJson1ListSipMediaApplicationsCommand: (input: ListSipMediaApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1ListSipRulesCommand: (input: ListSipRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
+ export declare const serializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (input: ListSupportedPhoneNumberCountriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
+ export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1ListVoiceConnectorGroupsCommand: (input: ListVoiceConnectorGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
+ export declare const serializeAws_restJson1ListVoiceConnectorsCommand: (input: ListVoiceConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
+ export declare const serializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (input: ListVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
+ export declare const serializeAws_restJson1LogoutUserCommand: (input: LogoutUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (input: PutAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
+ export declare const serializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand: (input: PutAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
+ export declare const serializeAws_restJson1PutEventsConfigurationCommand: (input: PutEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
337
+ export declare const serializeAws_restJson1PutRetentionSettingsCommand: (input: PutRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (input: PutSipMediaApplicationLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
+ export declare const serializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
+ export declare const serializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (input: PutVoiceConnectorLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
341
+ export declare const serializeAws_restJson1PutVoiceConnectorOriginationCommand: (input: PutVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1PutVoiceConnectorProxyCommand: (input: PutVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
+ export declare const serializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (input: PutVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
+ export declare const serializeAws_restJson1PutVoiceConnectorTerminationCommand: (input: PutVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
345
+ export declare const serializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (input: PutVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
347
+ export declare const serializeAws_restJson1RedactConversationMessageCommand: (input: RedactConversationMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
+ export declare const serializeAws_restJson1RedactRoomMessageCommand: (input: RedactRoomMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
+ export declare const serializeAws_restJson1RegenerateSecurityTokenCommand: (input: RegenerateSecurityTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1ResetPersonalPINCommand: (input: ResetPersonalPINCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
351
+ export declare const serializeAws_restJson1RestorePhoneNumberCommand: (input: RestorePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
+ export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
+ export declare const serializeAws_restJson1SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1StartMeetingTranscriptionCommand: (input: StartMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
355
+ export declare const serializeAws_restJson1StopMeetingTranscriptionCommand: (input: StopMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
+ export declare const serializeAws_restJson1TagAttendeeCommand: (input: TagAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
357
+ export declare const serializeAws_restJson1TagMeetingCommand: (input: TagMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
+ export declare const serializeAws_restJson1UntagAttendeeCommand: (input: UntagAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
+ export declare const serializeAws_restJson1UntagMeetingCommand: (input: UntagMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
361
+ export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1UpdateAccountCommand: (input: UpdateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
+ export declare const serializeAws_restJson1UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
+ export declare const serializeAws_restJson1UpdateAppInstanceCommand: (input: UpdateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
+ export declare const serializeAws_restJson1UpdateAppInstanceUserCommand: (input: UpdateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
367
+ export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
+ export declare const serializeAws_restJson1UpdateChannelMessageCommand: (input: UpdateChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
+ export declare const serializeAws_restJson1UpdateChannelReadMarkerCommand: (input: UpdateChannelReadMarkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
+ export declare const serializeAws_restJson1UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
372
+ export declare const serializeAws_restJson1UpdatePhoneNumberSettingsCommand: (input: UpdatePhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
373
+ export declare const serializeAws_restJson1UpdateProxySessionCommand: (input: UpdateProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1UpdateRoomCommand: (input: UpdateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
+ export declare const serializeAws_restJson1UpdateRoomMembershipCommand: (input: UpdateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
376
+ export declare const serializeAws_restJson1UpdateSipMediaApplicationCommand: (input: UpdateSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
377
+ export declare const serializeAws_restJson1UpdateSipMediaApplicationCallCommand: (input: UpdateSipMediaApplicationCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1UpdateSipRuleCommand: (input: UpdateSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
379
+ export declare const serializeAws_restJson1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
380
+ export declare const serializeAws_restJson1UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
381
+ export declare const serializeAws_restJson1UpdateVoiceConnectorCommand: (input: UpdateVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1UpdateVoiceConnectorGroupCommand: (input: UpdateVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
+ export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
384
+ export declare const deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
385
+ export declare const deserializeAws_restJson1AssociatePhoneNumberWithUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumberWithUserCommandOutput>;
386
+ export declare const deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
387
+ export declare const deserializeAws_restJson1BatchCreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateAttendeeCommandOutput>;
388
+ export declare const deserializeAws_restJson1BatchCreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateChannelMembershipCommandOutput>;
389
+ export declare const deserializeAws_restJson1BatchCreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateRoomMembershipCommandOutput>;
390
+ export declare const deserializeAws_restJson1BatchDeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeletePhoneNumberCommandOutput>;
391
+ export declare const deserializeAws_restJson1BatchSuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchSuspendUserCommandOutput>;
392
+ export declare const deserializeAws_restJson1BatchUnsuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUnsuspendUserCommandOutput>;
393
+ export declare const deserializeAws_restJson1BatchUpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePhoneNumberCommandOutput>;
394
+ export declare const deserializeAws_restJson1BatchUpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateUserCommandOutput>;
395
+ export declare const deserializeAws_restJson1CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
396
+ export declare const deserializeAws_restJson1CreateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceCommandOutput>;
397
+ export declare const deserializeAws_restJson1CreateAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceAdminCommandOutput>;
398
+ export declare const deserializeAws_restJson1CreateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceUserCommandOutput>;
399
+ export declare const deserializeAws_restJson1CreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAttendeeCommandOutput>;
400
+ export declare const deserializeAws_restJson1CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
401
+ export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
402
+ export declare const deserializeAws_restJson1CreateChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelBanCommandOutput>;
403
+ export declare const deserializeAws_restJson1CreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelMembershipCommandOutput>;
404
+ export declare const deserializeAws_restJson1CreateChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelModeratorCommandOutput>;
405
+ export declare const deserializeAws_restJson1CreateMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaCapturePipelineCommandOutput>;
406
+ export declare const deserializeAws_restJson1CreateMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingCommandOutput>;
407
+ export declare const deserializeAws_restJson1CreateMeetingDialOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingDialOutCommandOutput>;
408
+ export declare const deserializeAws_restJson1CreateMeetingWithAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingWithAttendeesCommandOutput>;
409
+ export declare const deserializeAws_restJson1CreatePhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePhoneNumberOrderCommandOutput>;
410
+ export declare const deserializeAws_restJson1CreateProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProxySessionCommandOutput>;
411
+ export declare const deserializeAws_restJson1CreateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomCommandOutput>;
412
+ export declare const deserializeAws_restJson1CreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomMembershipCommandOutput>;
413
+ export declare const deserializeAws_restJson1CreateSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipMediaApplicationCommandOutput>;
414
+ export declare const deserializeAws_restJson1CreateSipMediaApplicationCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipMediaApplicationCallCommandOutput>;
415
+ export declare const deserializeAws_restJson1CreateSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipRuleCommandOutput>;
416
+ export declare const deserializeAws_restJson1CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
417
+ export declare const deserializeAws_restJson1CreateVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVoiceConnectorCommandOutput>;
418
+ export declare const deserializeAws_restJson1CreateVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVoiceConnectorGroupCommandOutput>;
419
+ export declare const deserializeAws_restJson1DeleteAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCommandOutput>;
420
+ export declare const deserializeAws_restJson1DeleteAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceCommandOutput>;
421
+ export declare const deserializeAws_restJson1DeleteAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceAdminCommandOutput>;
422
+ export declare const deserializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
423
+ export declare const deserializeAws_restJson1DeleteAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceUserCommandOutput>;
424
+ export declare const deserializeAws_restJson1DeleteAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttendeeCommandOutput>;
425
+ export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
426
+ export declare const deserializeAws_restJson1DeleteChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelBanCommandOutput>;
427
+ export declare const deserializeAws_restJson1DeleteChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMembershipCommandOutput>;
428
+ export declare const deserializeAws_restJson1DeleteChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMessageCommandOutput>;
429
+ export declare const deserializeAws_restJson1DeleteChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelModeratorCommandOutput>;
430
+ export declare const deserializeAws_restJson1DeleteEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventsConfigurationCommandOutput>;
431
+ export declare const deserializeAws_restJson1DeleteMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaCapturePipelineCommandOutput>;
432
+ export declare const deserializeAws_restJson1DeleteMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMeetingCommandOutput>;
433
+ export declare const deserializeAws_restJson1DeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePhoneNumberCommandOutput>;
434
+ export declare const deserializeAws_restJson1DeleteProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProxySessionCommandOutput>;
435
+ export declare const deserializeAws_restJson1DeleteRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomCommandOutput>;
436
+ export declare const deserializeAws_restJson1DeleteRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomMembershipCommandOutput>;
437
+ export declare const deserializeAws_restJson1DeleteSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSipMediaApplicationCommandOutput>;
438
+ export declare const deserializeAws_restJson1DeleteSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSipRuleCommandOutput>;
439
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorCommandOutput>;
440
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
441
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorGroupCommandOutput>;
442
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorOriginationCommandOutput>;
443
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorProxyCommandOutput>;
444
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
445
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorTerminationCommandOutput>;
446
+ export declare const deserializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
447
+ export declare const deserializeAws_restJson1DescribeAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceCommandOutput>;
448
+ export declare const deserializeAws_restJson1DescribeAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceAdminCommandOutput>;
449
+ export declare const deserializeAws_restJson1DescribeAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceUserCommandOutput>;
450
+ export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
451
+ export declare const deserializeAws_restJson1DescribeChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelBanCommandOutput>;
452
+ export declare const deserializeAws_restJson1DescribeChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipCommandOutput>;
453
+ export declare const deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
454
+ export declare const deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
455
+ export declare const deserializeAws_restJson1DescribeChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratorCommandOutput>;
456
+ export declare const deserializeAws_restJson1DisassociatePhoneNumberFromUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
457
+ export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
458
+ export declare const deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
459
+ export declare const deserializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
460
+ export declare const deserializeAws_restJson1GetAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountCommandOutput>;
461
+ export declare const deserializeAws_restJson1GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
462
+ export declare const deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
463
+ export declare const deserializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
464
+ export declare const deserializeAws_restJson1GetAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAttendeeCommandOutput>;
465
+ export declare const deserializeAws_restJson1GetBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotCommandOutput>;
466
+ export declare const deserializeAws_restJson1GetChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageCommandOutput>;
467
+ export declare const deserializeAws_restJson1GetEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventsConfigurationCommandOutput>;
468
+ export declare const deserializeAws_restJson1GetGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlobalSettingsCommandOutput>;
469
+ export declare const deserializeAws_restJson1GetMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCapturePipelineCommandOutput>;
470
+ export declare const deserializeAws_restJson1GetMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMeetingCommandOutput>;
471
+ export declare const deserializeAws_restJson1GetMessagingSessionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingSessionEndpointCommandOutput>;
472
+ export declare const deserializeAws_restJson1GetPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberCommandOutput>;
473
+ export declare const deserializeAws_restJson1GetPhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberOrderCommandOutput>;
474
+ export declare const deserializeAws_restJson1GetPhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberSettingsCommandOutput>;
475
+ export declare const deserializeAws_restJson1GetProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProxySessionCommandOutput>;
476
+ export declare const deserializeAws_restJson1GetRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRetentionSettingsCommandOutput>;
477
+ export declare const deserializeAws_restJson1GetRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoomCommandOutput>;
478
+ export declare const deserializeAws_restJson1GetSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipMediaApplicationCommandOutput>;
479
+ export declare const deserializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
480
+ export declare const deserializeAws_restJson1GetSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipRuleCommandOutput>;
481
+ export declare const deserializeAws_restJson1GetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
482
+ export declare const deserializeAws_restJson1GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
483
+ export declare const deserializeAws_restJson1GetVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorCommandOutput>;
484
+ export declare const deserializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
485
+ export declare const deserializeAws_restJson1GetVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorGroupCommandOutput>;
486
+ export declare const deserializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
487
+ export declare const deserializeAws_restJson1GetVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorOriginationCommandOutput>;
488
+ export declare const deserializeAws_restJson1GetVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorProxyCommandOutput>;
489
+ export declare const deserializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
490
+ export declare const deserializeAws_restJson1GetVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorTerminationCommandOutput>;
491
+ export declare const deserializeAws_restJson1GetVoiceConnectorTerminationHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
492
+ export declare const deserializeAws_restJson1InviteUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteUsersCommandOutput>;
493
+ export declare const deserializeAws_restJson1ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
494
+ export declare const deserializeAws_restJson1ListAppInstanceAdminsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceAdminsCommandOutput>;
495
+ export declare const deserializeAws_restJson1ListAppInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstancesCommandOutput>;
496
+ export declare const deserializeAws_restJson1ListAppInstanceUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceUsersCommandOutput>;
497
+ export declare const deserializeAws_restJson1ListAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeesCommandOutput>;
498
+ export declare const deserializeAws_restJson1ListAttendeeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeeTagsCommandOutput>;
499
+ export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
500
+ export declare const deserializeAws_restJson1ListChannelBansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelBansCommandOutput>;
501
+ export declare const deserializeAws_restJson1ListChannelMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsCommandOutput>;
502
+ export declare const deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
503
+ export declare const deserializeAws_restJson1ListChannelMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMessagesCommandOutput>;
504
+ export declare const deserializeAws_restJson1ListChannelModeratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelModeratorsCommandOutput>;
505
+ export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
506
+ export declare const deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
507
+ export declare const deserializeAws_restJson1ListMediaCapturePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaCapturePipelinesCommandOutput>;
508
+ export declare const deserializeAws_restJson1ListMeetingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeetingsCommandOutput>;
509
+ export declare const deserializeAws_restJson1ListMeetingTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeetingTagsCommandOutput>;
510
+ export declare const deserializeAws_restJson1ListPhoneNumberOrdersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumberOrdersCommandOutput>;
511
+ export declare const deserializeAws_restJson1ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
512
+ export declare const deserializeAws_restJson1ListProxySessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProxySessionsCommandOutput>;
513
+ export declare const deserializeAws_restJson1ListRoomMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomMembershipsCommandOutput>;
514
+ export declare const deserializeAws_restJson1ListRoomsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomsCommandOutput>;
515
+ export declare const deserializeAws_restJson1ListSipMediaApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSipMediaApplicationsCommandOutput>;
516
+ export declare const deserializeAws_restJson1ListSipRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSipRulesCommandOutput>;
517
+ export declare const deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
518
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
519
+ export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
520
+ export declare const deserializeAws_restJson1ListVoiceConnectorGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorGroupsCommandOutput>;
521
+ export declare const deserializeAws_restJson1ListVoiceConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorsCommandOutput>;
522
+ export declare const deserializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
523
+ export declare const deserializeAws_restJson1LogoutUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LogoutUserCommandOutput>;
524
+ export declare const deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
525
+ export declare const deserializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
526
+ export declare const deserializeAws_restJson1PutEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEventsConfigurationCommandOutput>;
527
+ export declare const deserializeAws_restJson1PutRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRetentionSettingsCommandOutput>;
528
+ export declare const deserializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
529
+ export declare const deserializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
530
+ export declare const deserializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
531
+ export declare const deserializeAws_restJson1PutVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorOriginationCommandOutput>;
532
+ export declare const deserializeAws_restJson1PutVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorProxyCommandOutput>;
533
+ export declare const deserializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
534
+ export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorTerminationCommandOutput>;
535
+ export declare const deserializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
536
+ export declare const deserializeAws_restJson1RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
537
+ export declare const deserializeAws_restJson1RedactConversationMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactConversationMessageCommandOutput>;
538
+ export declare const deserializeAws_restJson1RedactRoomMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactRoomMessageCommandOutput>;
539
+ export declare const deserializeAws_restJson1RegenerateSecurityTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegenerateSecurityTokenCommandOutput>;
540
+ export declare const deserializeAws_restJson1ResetPersonalPINCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetPersonalPINCommandOutput>;
541
+ export declare const deserializeAws_restJson1RestorePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestorePhoneNumberCommandOutput>;
542
+ export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
543
+ export declare const deserializeAws_restJson1SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
544
+ export declare const deserializeAws_restJson1StartMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMeetingTranscriptionCommandOutput>;
545
+ export declare const deserializeAws_restJson1StopMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMeetingTranscriptionCommandOutput>;
546
+ export declare const deserializeAws_restJson1TagAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagAttendeeCommandOutput>;
547
+ export declare const deserializeAws_restJson1TagMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagMeetingCommandOutput>;
548
+ export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
549
+ export declare const deserializeAws_restJson1UntagAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagAttendeeCommandOutput>;
550
+ export declare const deserializeAws_restJson1UntagMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagMeetingCommandOutput>;
551
+ export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
552
+ export declare const deserializeAws_restJson1UpdateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCommandOutput>;
553
+ export declare const deserializeAws_restJson1UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
554
+ export declare const deserializeAws_restJson1UpdateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceCommandOutput>;
555
+ export declare const deserializeAws_restJson1UpdateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceUserCommandOutput>;
556
+ export declare const deserializeAws_restJson1UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
557
+ export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
558
+ export declare const deserializeAws_restJson1UpdateChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelMessageCommandOutput>;
559
+ export declare const deserializeAws_restJson1UpdateChannelReadMarkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelReadMarkerCommandOutput>;
560
+ export declare const deserializeAws_restJson1UpdateGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalSettingsCommandOutput>;
561
+ export declare const deserializeAws_restJson1UpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberCommandOutput>;
562
+ export declare const deserializeAws_restJson1UpdatePhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
563
+ export declare const deserializeAws_restJson1UpdateProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProxySessionCommandOutput>;
564
+ export declare const deserializeAws_restJson1UpdateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomCommandOutput>;
565
+ export declare const deserializeAws_restJson1UpdateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomMembershipCommandOutput>;
566
+ export declare const deserializeAws_restJson1UpdateSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipMediaApplicationCommandOutput>;
567
+ export declare const deserializeAws_restJson1UpdateSipMediaApplicationCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipMediaApplicationCallCommandOutput>;
568
+ export declare const deserializeAws_restJson1UpdateSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipRuleCommandOutput>;
569
+ export declare const deserializeAws_restJson1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
570
+ export declare const deserializeAws_restJson1UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
571
+ export declare const deserializeAws_restJson1UpdateVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVoiceConnectorCommandOutput>;
572
+ export declare const deserializeAws_restJson1UpdateVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVoiceConnectorGroupCommandOutput>;