@aws-sdk/client-chime 3.750.0 → 3.757.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 (553) hide show
  1. package/README.md +92 -1124
  2. package/dist-cjs/index.js +1705 -9575
  3. package/dist-es/Chime.js +0 -258
  4. package/dist-es/commands/GetRoomCommand.js +1 -1
  5. package/dist-es/commands/GetUserCommand.js +1 -1
  6. package/dist-es/commands/InviteUsersCommand.js +1 -1
  7. package/dist-es/commands/ListAccountsCommand.js +1 -1
  8. package/dist-es/commands/ListBotsCommand.js +1 -1
  9. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +1 -1
  10. package/dist-es/commands/ListPhoneNumbersCommand.js +1 -1
  11. package/dist-es/commands/ListRoomMembershipsCommand.js +1 -1
  12. package/dist-es/commands/ListRoomsCommand.js +1 -1
  13. package/dist-es/commands/ListUsersCommand.js +1 -1
  14. package/dist-es/commands/PutEventsConfigurationCommand.js +1 -1
  15. package/dist-es/commands/RegenerateSecurityTokenCommand.js +1 -1
  16. package/dist-es/commands/ResetPersonalPINCommand.js +1 -1
  17. package/dist-es/commands/RestorePhoneNumberCommand.js +1 -1
  18. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +1 -1
  19. package/dist-es/commands/UpdateBotCommand.js +1 -1
  20. package/dist-es/commands/UpdatePhoneNumberCommand.js +1 -1
  21. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +1 -1
  22. package/dist-es/commands/UpdateRoomCommand.js +1 -1
  23. package/dist-es/commands/UpdateRoomMembershipCommand.js +1 -1
  24. package/dist-es/commands/UpdateUserCommand.js +1 -1
  25. package/dist-es/commands/index.js +0 -129
  26. package/dist-es/models/index.js +0 -1
  27. package/dist-es/models/models_0.js +104 -559
  28. package/dist-es/pagination/index.js +0 -18
  29. package/dist-es/protocols/Aws_restJson1.js +516 -4601
  30. package/dist-types/Chime.d.ts +0 -913
  31. package/dist-types/ChimeClient.d.ts +2 -131
  32. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
  33. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +1 -2
  34. package/dist-types/commands/GetRoomCommand.d.ts +1 -1
  35. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  36. package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
  37. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  41. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  46. package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
  47. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
  49. package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
  50. package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
  51. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  52. package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
  53. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
  54. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
  65. package/dist-types/commands/index.d.ts +0 -129
  66. package/dist-types/models/index.d.ts +0 -1
  67. package/dist-types/models/models_0.d.ts +1159 -4028
  68. package/dist-types/pagination/index.d.ts +0 -18
  69. package/dist-types/protocols/Aws_restJson1.d.ts +93 -1254
  70. package/dist-types/ts3.4/Chime.d.ts +78 -2431
  71. package/dist-types/ts3.4/ChimeClient.d.ts +2 -776
  72. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/index.d.ts +0 -129
  105. package/dist-types/ts3.4/models/index.d.ts +0 -1
  106. package/dist-types/ts3.4/models/models_0.d.ts +362 -1214
  107. package/dist-types/ts3.4/pagination/index.d.ts +0 -18
  108. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -1624
  109. package/package.json +1 -1
  110. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -23
  111. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -23
  112. package/dist-es/commands/BatchCreateAttendeeCommand.js +0 -23
  113. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +0 -23
  114. package/dist-es/commands/CreateAppInstanceAdminCommand.js +0 -23
  115. package/dist-es/commands/CreateAppInstanceCommand.js +0 -23
  116. package/dist-es/commands/CreateAppInstanceUserCommand.js +0 -23
  117. package/dist-es/commands/CreateAttendeeCommand.js +0 -23
  118. package/dist-es/commands/CreateChannelBanCommand.js +0 -23
  119. package/dist-es/commands/CreateChannelCommand.js +0 -23
  120. package/dist-es/commands/CreateChannelMembershipCommand.js +0 -23
  121. package/dist-es/commands/CreateChannelModeratorCommand.js +0 -23
  122. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +0 -23
  123. package/dist-es/commands/CreateMeetingCommand.js +0 -23
  124. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +0 -23
  125. package/dist-es/commands/CreateProxySessionCommand.js +0 -23
  126. package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +0 -23
  127. package/dist-es/commands/CreateSipMediaApplicationCommand.js +0 -23
  128. package/dist-es/commands/CreateSipRuleCommand.js +0 -22
  129. package/dist-es/commands/CreateVoiceConnectorCommand.js +0 -22
  130. package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +0 -22
  131. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +0 -22
  132. package/dist-es/commands/DeleteAppInstanceCommand.js +0 -22
  133. package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -22
  134. package/dist-es/commands/DeleteAppInstanceUserCommand.js +0 -22
  135. package/dist-es/commands/DeleteAttendeeCommand.js +0 -22
  136. package/dist-es/commands/DeleteChannelBanCommand.js +0 -22
  137. package/dist-es/commands/DeleteChannelCommand.js +0 -22
  138. package/dist-es/commands/DeleteChannelMembershipCommand.js +0 -22
  139. package/dist-es/commands/DeleteChannelMessageCommand.js +0 -22
  140. package/dist-es/commands/DeleteChannelModeratorCommand.js +0 -22
  141. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +0 -22
  142. package/dist-es/commands/DeleteMeetingCommand.js +0 -22
  143. package/dist-es/commands/DeleteProxySessionCommand.js +0 -22
  144. package/dist-es/commands/DeleteSipMediaApplicationCommand.js +0 -22
  145. package/dist-es/commands/DeleteSipRuleCommand.js +0 -22
  146. package/dist-es/commands/DeleteVoiceConnectorCommand.js +0 -22
  147. package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -22
  148. package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +0 -22
  149. package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +0 -22
  150. package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +0 -22
  151. package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -22
  152. package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +0 -22
  153. package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -23
  154. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +0 -23
  155. package/dist-es/commands/DescribeAppInstanceCommand.js +0 -23
  156. package/dist-es/commands/DescribeAppInstanceUserCommand.js +0 -23
  157. package/dist-es/commands/DescribeChannelBanCommand.js +0 -23
  158. package/dist-es/commands/DescribeChannelCommand.js +0 -23
  159. package/dist-es/commands/DescribeChannelMembershipCommand.js +0 -23
  160. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -23
  161. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -23
  162. package/dist-es/commands/DescribeChannelModeratorCommand.js +0 -23
  163. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -23
  164. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -23
  165. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +0 -22
  166. package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -23
  167. package/dist-es/commands/GetAttendeeCommand.js +0 -23
  168. package/dist-es/commands/GetChannelMessageCommand.js +0 -23
  169. package/dist-es/commands/GetMediaCapturePipelineCommand.js +0 -23
  170. package/dist-es/commands/GetMeetingCommand.js +0 -23
  171. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +0 -22
  172. package/dist-es/commands/GetProxySessionCommand.js +0 -23
  173. package/dist-es/commands/GetSipMediaApplicationCommand.js +0 -23
  174. package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -22
  175. package/dist-es/commands/GetSipRuleCommand.js +0 -22
  176. package/dist-es/commands/GetVoiceConnectorCommand.js +0 -22
  177. package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
  178. package/dist-es/commands/GetVoiceConnectorGroupCommand.js +0 -22
  179. package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -22
  180. package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +0 -22
  181. package/dist-es/commands/GetVoiceConnectorProxyCommand.js +0 -23
  182. package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -22
  183. package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +0 -23
  184. package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -22
  185. package/dist-es/commands/ListAppInstanceAdminsCommand.js +0 -23
  186. package/dist-es/commands/ListAppInstanceUsersCommand.js +0 -23
  187. package/dist-es/commands/ListAppInstancesCommand.js +0 -23
  188. package/dist-es/commands/ListAttendeeTagsCommand.js +0 -23
  189. package/dist-es/commands/ListAttendeesCommand.js +0 -23
  190. package/dist-es/commands/ListChannelBansCommand.js +0 -23
  191. package/dist-es/commands/ListChannelMembershipsCommand.js +0 -23
  192. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -23
  193. package/dist-es/commands/ListChannelMessagesCommand.js +0 -23
  194. package/dist-es/commands/ListChannelModeratorsCommand.js +0 -23
  195. package/dist-es/commands/ListChannelsCommand.js +0 -23
  196. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -23
  197. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +0 -23
  198. package/dist-es/commands/ListMeetingTagsCommand.js +0 -23
  199. package/dist-es/commands/ListMeetingsCommand.js +0 -23
  200. package/dist-es/commands/ListProxySessionsCommand.js +0 -23
  201. package/dist-es/commands/ListSipMediaApplicationsCommand.js +0 -23
  202. package/dist-es/commands/ListSipRulesCommand.js +0 -22
  203. package/dist-es/commands/ListTagsForResourceCommand.js +0 -23
  204. package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +0 -22
  205. package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -23
  206. package/dist-es/commands/ListVoiceConnectorsCommand.js +0 -22
  207. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +0 -22
  208. package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -23
  209. package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -22
  210. package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
  211. package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -22
  212. package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +0 -22
  213. package/dist-es/commands/PutVoiceConnectorProxyCommand.js +0 -23
  214. package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -22
  215. package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +0 -23
  216. package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -23
  217. package/dist-es/commands/RedactChannelMessageCommand.js +0 -22
  218. package/dist-es/commands/SendChannelMessageCommand.js +0 -23
  219. package/dist-es/commands/StartMeetingTranscriptionCommand.js +0 -22
  220. package/dist-es/commands/StopMeetingTranscriptionCommand.js +0 -22
  221. package/dist-es/commands/TagAttendeeCommand.js +0 -23
  222. package/dist-es/commands/TagMeetingCommand.js +0 -23
  223. package/dist-es/commands/TagResourceCommand.js +0 -23
  224. package/dist-es/commands/UntagAttendeeCommand.js +0 -23
  225. package/dist-es/commands/UntagMeetingCommand.js +0 -23
  226. package/dist-es/commands/UntagResourceCommand.js +0 -23
  227. package/dist-es/commands/UpdateAppInstanceCommand.js +0 -23
  228. package/dist-es/commands/UpdateAppInstanceUserCommand.js +0 -23
  229. package/dist-es/commands/UpdateChannelCommand.js +0 -23
  230. package/dist-es/commands/UpdateChannelMessageCommand.js +0 -23
  231. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +0 -22
  232. package/dist-es/commands/UpdateProxySessionCommand.js +0 -23
  233. package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +0 -23
  234. package/dist-es/commands/UpdateSipMediaApplicationCommand.js +0 -23
  235. package/dist-es/commands/UpdateSipRuleCommand.js +0 -22
  236. package/dist-es/commands/UpdateVoiceConnectorCommand.js +0 -22
  237. package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +0 -22
  238. package/dist-es/commands/ValidateE911AddressCommand.js +0 -23
  239. package/dist-es/models/models_1.js +0 -435
  240. package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +0 -4
  241. package/dist-es/pagination/ListAppInstanceUsersPaginator.js +0 -4
  242. package/dist-es/pagination/ListAppInstancesPaginator.js +0 -4
  243. package/dist-es/pagination/ListAttendeesPaginator.js +0 -4
  244. package/dist-es/pagination/ListChannelBansPaginator.js +0 -4
  245. package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -4
  246. package/dist-es/pagination/ListChannelMembershipsPaginator.js +0 -4
  247. package/dist-es/pagination/ListChannelMessagesPaginator.js +0 -4
  248. package/dist-es/pagination/ListChannelModeratorsPaginator.js +0 -4
  249. package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -4
  250. package/dist-es/pagination/ListChannelsPaginator.js +0 -4
  251. package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +0 -4
  252. package/dist-es/pagination/ListMeetingsPaginator.js +0 -4
  253. package/dist-es/pagination/ListProxySessionsPaginator.js +0 -4
  254. package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +0 -4
  255. package/dist-es/pagination/ListSipRulesPaginator.js +0 -4
  256. package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +0 -4
  257. package/dist-es/pagination/ListVoiceConnectorsPaginator.js +0 -4
  258. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -114
  259. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -114
  260. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +0 -133
  261. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +0 -123
  262. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -121
  263. package/dist-types/commands/CreateAppInstanceCommand.d.ts +0 -114
  264. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +0 -116
  265. package/dist-types/commands/CreateAttendeeCommand.d.ts +0 -120
  266. package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -121
  267. package/dist-types/commands/CreateChannelCommand.d.ts +0 -125
  268. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -145
  269. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -133
  270. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +0 -164
  271. package/dist-types/commands/CreateMeetingCommand.d.ts +0 -133
  272. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -163
  273. package/dist-types/commands/CreateProxySessionCommand.d.ts +0 -139
  274. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -112
  275. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +0 -125
  276. package/dist-types/commands/CreateSipRuleCommand.d.ts +0 -133
  277. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +0 -118
  278. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -126
  279. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +0 -102
  280. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +0 -97
  281. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -99
  282. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +0 -96
  283. package/dist-types/commands/DeleteAttendeeCommand.d.ts +0 -103
  284. package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -103
  285. package/dist-types/commands/DeleteChannelCommand.d.ts +0 -103
  286. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -107
  287. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -105
  288. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -103
  289. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -100
  290. package/dist-types/commands/DeleteMeetingCommand.d.ts +0 -102
  291. package/dist-types/commands/DeleteProxySessionCommand.d.ts +0 -100
  292. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +0 -103
  293. package/dist-types/commands/DeleteSipRuleCommand.d.ts +0 -103
  294. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +0 -105
  295. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -99
  296. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -105
  297. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -102
  298. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -99
  299. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -99
  300. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -102
  301. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -102
  302. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +0 -106
  303. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +0 -104
  304. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +0 -104
  305. package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -119
  306. package/dist-types/commands/DescribeChannelCommand.d.ts +0 -118
  307. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +0 -121
  308. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -119
  309. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -115
  310. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +0 -119
  311. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -110
  312. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -110
  313. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -106
  314. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -106
  315. package/dist-types/commands/GetAttendeeCommand.d.ts +0 -110
  316. package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -123
  317. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +0 -136
  318. package/dist-types/commands/GetMeetingCommand.d.ts +0 -121
  319. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +0 -95
  320. package/dist-types/commands/GetProxySessionCommand.d.ts +0 -126
  321. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +0 -112
  322. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -103
  323. package/dist-types/commands/GetSipRuleCommand.d.ts +0 -116
  324. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +0 -110
  325. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -109
  326. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +0 -114
  327. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -105
  328. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -112
  329. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +0 -108
  330. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -111
  331. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -111
  332. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -105
  333. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +0 -109
  334. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +0 -110
  335. package/dist-types/commands/ListAppInstancesCommand.d.ts +0 -106
  336. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +0 -103
  337. package/dist-types/commands/ListAttendeesCommand.d.ts +0 -114
  338. package/dist-types/commands/ListChannelBansCommand.d.ts +0 -115
  339. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -116
  340. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -123
  341. package/dist-types/commands/ListChannelMessagesCommand.d.ts +0 -131
  342. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +0 -115
  343. package/dist-types/commands/ListChannelsCommand.d.ts +0 -131
  344. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -118
  345. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +0 -136
  346. package/dist-types/commands/ListMeetingTagsCommand.d.ts +0 -106
  347. package/dist-types/commands/ListMeetingsCommand.d.ts +0 -115
  348. package/dist-types/commands/ListProxySessionsCommand.d.ts +0 -131
  349. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +0 -113
  350. package/dist-types/commands/ListSipRulesCommand.d.ts +0 -118
  351. package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -111
  352. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -114
  353. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -103
  354. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +0 -111
  355. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -115
  356. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -112
  357. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -106
  358. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -119
  359. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -109
  360. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -127
  361. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +0 -117
  362. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -120
  363. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -128
  364. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -105
  365. package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -107
  366. package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -116
  367. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +0 -144
  368. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +0 -102
  369. package/dist-types/commands/TagAttendeeCommand.d.ts +0 -105
  370. package/dist-types/commands/TagMeetingCommand.d.ts +0 -108
  371. package/dist-types/commands/TagResourceCommand.d.ts +0 -102
  372. package/dist-types/commands/UntagAttendeeCommand.d.ts +0 -99
  373. package/dist-types/commands/UntagMeetingCommand.d.ts +0 -102
  374. package/dist-types/commands/UntagResourceCommand.d.ts +0 -100
  375. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +0 -104
  376. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +0 -104
  377. package/dist-types/commands/UpdateChannelCommand.d.ts +0 -113
  378. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -112
  379. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -108
  380. package/dist-types/commands/UpdateProxySessionCommand.d.ts +0 -130
  381. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -111
  382. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +0 -122
  383. package/dist-types/commands/UpdateSipRuleCommand.d.ts +0 -132
  384. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +0 -112
  385. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -125
  386. package/dist-types/commands/ValidateE911AddressCommand.d.ts +0 -134
  387. package/dist-types/models/models_1.d.ts +0 -3608
  388. package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -7
  389. package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +0 -7
  390. package/dist-types/pagination/ListAppInstancesPaginator.d.ts +0 -7
  391. package/dist-types/pagination/ListAttendeesPaginator.d.ts +0 -7
  392. package/dist-types/pagination/ListChannelBansPaginator.d.ts +0 -7
  393. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -7
  394. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +0 -7
  395. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +0 -7
  396. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +0 -7
  397. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -7
  398. package/dist-types/pagination/ListChannelsPaginator.d.ts +0 -7
  399. package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -7
  400. package/dist-types/pagination/ListMeetingsPaginator.d.ts +0 -7
  401. package/dist-types/pagination/ListProxySessionsPaginator.d.ts +0 -7
  402. package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -7
  403. package/dist-types/pagination/ListSipRulesPaginator.d.ts +0 -7
  404. package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -7
  405. package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +0 -7
  406. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -51
  407. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -51
  408. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -51
  409. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -51
  410. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +0 -51
  411. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +0 -51
  412. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +0 -51
  413. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -50
  414. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -50
  415. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -50
  416. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -51
  417. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -51
  418. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +0 -51
  419. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -50
  420. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -51
  421. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +0 -51
  422. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -51
  423. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +0 -51
  424. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +0 -50
  425. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +0 -51
  426. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -51
  427. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +0 -46
  428. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +0 -46
  429. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -47
  430. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +0 -46
  431. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -45
  432. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -45
  433. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -45
  434. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -47
  435. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -46
  436. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -46
  437. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -47
  438. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -45
  439. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +0 -46
  440. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +0 -47
  441. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +0 -45
  442. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +0 -46
  443. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -47
  444. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -47
  445. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -47
  446. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -47
  447. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -47
  448. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -47
  449. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
  450. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +0 -51
  451. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +0 -51
  452. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +0 -51
  453. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -51
  454. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -50
  455. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -51
  456. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -51
  457. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -51
  458. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -51
  459. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -51
  460. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -51
  461. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -51
  462. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
  463. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -47
  464. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -51
  465. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +0 -51
  466. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +0 -47
  467. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -51
  468. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +0 -50
  469. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +0 -51
  470. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
  471. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +0 -47
  472. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +0 -51
  473. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
  474. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +0 -51
  475. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
  476. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -51
  477. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +0 -51
  478. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
  479. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -51
  480. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -51
  481. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +0 -51
  482. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +0 -51
  483. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +0 -50
  484. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +0 -50
  485. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -50
  486. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -50
  487. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -51
  488. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -51
  489. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -51
  490. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -51
  491. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -47
  492. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -51
  493. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +0 -51
  494. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +0 -50
  495. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +0 -47
  496. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +0 -51
  497. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +0 -51
  498. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +0 -47
  499. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -51
  500. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -51
  501. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -51
  502. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +0 -51
  503. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -51
  504. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
  505. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
  506. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
  507. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
  508. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -51
  509. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +0 -51
  510. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
  511. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -51
  512. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
  513. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -51
  514. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -51
  515. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -51
  516. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -51
  517. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +0 -45
  518. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +0 -45
  519. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -45
  520. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +0 -45
  521. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +0 -45
  522. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -45
  523. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +0 -51
  524. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +0 -51
  525. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -50
  526. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -51
  527. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -51
  528. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +0 -51
  529. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -51
  530. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +0 -51
  531. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +0 -50
  532. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +0 -51
  533. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -51
  534. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +0 -51
  535. package/dist-types/ts3.4/models/models_1.d.ts +0 -1180
  536. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -11
  537. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +0 -11
  538. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +0 -11
  539. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +0 -11
  540. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +0 -11
  541. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -11
  542. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +0 -11
  543. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +0 -11
  544. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +0 -11
  545. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -11
  546. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -11
  547. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -11
  548. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +0 -11
  549. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +0 -11
  550. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -11
  551. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +0 -11
  552. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -11
  553. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +0 -11
@@ -1,11 +1,7 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "../commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
4
- import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "../commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
5
3
  import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "../commands/AssociatePhoneNumberWithUserCommand";
6
4
  import { AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput } from "../commands/AssociateSigninDelegateGroupsWithAccountCommand";
7
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "../commands/BatchCreateAttendeeCommand";
8
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "../commands/BatchCreateChannelMembershipCommand";
9
5
  import { BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput } from "../commands/BatchCreateRoomMembershipCommand";
10
6
  import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "../commands/BatchDeletePhoneNumberCommand";
11
7
  import { BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput } from "../commands/BatchSuspendUserCommand";
@@ -13,192 +9,59 @@ import { BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput } from
13
9
  import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "../commands/BatchUpdatePhoneNumberCommand";
14
10
  import { BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput } from "../commands/BatchUpdateUserCommand";
15
11
  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
12
  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
13
  import { CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput } from "../commands/CreateMeetingDialOutCommand";
28
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "../commands/CreateMeetingWithAttendeesCommand";
29
14
  import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "../commands/CreatePhoneNumberOrderCommand";
30
- import { CreateProxySessionCommandInput, CreateProxySessionCommandOutput } from "../commands/CreateProxySessionCommand";
31
15
  import { CreateRoomCommandInput, CreateRoomCommandOutput } from "../commands/CreateRoomCommand";
32
16
  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
17
  import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
37
- import { CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput } from "../commands/CreateVoiceConnectorCommand";
38
- import { CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput } from "../commands/CreateVoiceConnectorGroupCommand";
39
18
  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
19
  import { DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput } from "../commands/DeleteEventsConfigurationCommand";
51
- import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "../commands/DeleteMediaCapturePipelineCommand";
52
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "../commands/DeleteMeetingCommand";
53
20
  import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "../commands/DeletePhoneNumberCommand";
54
- import { DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput } from "../commands/DeleteProxySessionCommand";
55
21
  import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "../commands/DeleteRoomCommand";
56
22
  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
23
  import { DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput } from "../commands/DisassociatePhoneNumberFromUserCommand";
77
- import { DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
78
- import { DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
79
24
  import { DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput } from "../commands/DisassociateSigninDelegateGroupsFromAccountCommand";
80
25
  import { GetAccountCommandInput, GetAccountCommandOutput } from "../commands/GetAccountCommand";
81
26
  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
27
  import { GetBotCommandInput, GetBotCommandOutput } from "../commands/GetBotCommand";
86
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "../commands/GetChannelMessageCommand";
87
28
  import { GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput } from "../commands/GetEventsConfigurationCommand";
88
29
  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
30
  import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "../commands/GetPhoneNumberCommand";
93
31
  import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "../commands/GetPhoneNumberOrderCommand";
94
32
  import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "../commands/GetPhoneNumberSettingsCommand";
95
- import { GetProxySessionCommandInput, GetProxySessionCommandOutput } from "../commands/GetProxySessionCommand";
96
33
  import { GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput } from "../commands/GetRetentionSettingsCommand";
97
34
  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
35
  import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
102
36
  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
37
  import { InviteUsersCommandInput, InviteUsersCommandOutput } from "../commands/InviteUsersCommand";
113
38
  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
39
  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
40
  import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "../commands/ListPhoneNumberOrdersCommand";
131
41
  import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
132
- import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "../commands/ListProxySessionsCommand";
133
42
  import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "../commands/ListRoomMembershipsCommand";
134
43
  import { ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand";
135
- import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "../commands/ListSipMediaApplicationsCommand";
136
- import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "../commands/ListSipRulesCommand";
137
44
  import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "../commands/ListSupportedPhoneNumberCountriesCommand";
138
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
139
45
  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
46
  import { LogoutUserCommandInput, LogoutUserCommandOutput } from "../commands/LogoutUserCommand";
144
- import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "../commands/PutAppInstanceRetentionSettingsCommand";
145
- import { PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput } from "../commands/PutAppInstanceStreamingConfigurationsCommand";
146
47
  import { PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput } from "../commands/PutEventsConfigurationCommand";
147
48
  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
49
  import { RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput } from "../commands/RedactConversationMessageCommand";
158
50
  import { RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput } from "../commands/RedactRoomMessageCommand";
159
51
  import { RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput } from "../commands/RegenerateSecurityTokenCommand";
160
52
  import { ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput } from "../commands/ResetPersonalPINCommand";
161
53
  import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "../commands/RestorePhoneNumberCommand";
162
54
  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
55
  import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "../commands/UpdateAccountCommand";
173
56
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
174
- import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "../commands/UpdateAppInstanceCommand";
175
- import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "../commands/UpdateAppInstanceUserCommand";
176
57
  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
58
  import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "../commands/UpdateGlobalSettingsCommand";
181
59
  import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "../commands/UpdatePhoneNumberCommand";
182
60
  import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "../commands/UpdatePhoneNumberSettingsCommand";
183
- import { UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput } from "../commands/UpdateProxySessionCommand";
184
61
  import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "../commands/UpdateRoomCommand";
185
62
  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
63
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
190
64
  import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
191
- import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "../commands/UpdateVoiceConnectorCommand";
192
- import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "../commands/UpdateVoiceConnectorGroupCommand";
193
- import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "../commands/ValidateE911AddressCommand";
194
- /**
195
- * serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand
196
- */
197
- export declare const se_AssociatePhoneNumbersWithVoiceConnectorCommand: (input: AssociatePhoneNumbersWithVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand
200
- */
201
- export declare const se_AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
65
  /**
203
66
  * serializeAws_restJson1AssociatePhoneNumberWithUserCommand
204
67
  */
@@ -207,14 +70,6 @@ export declare const se_AssociatePhoneNumberWithUserCommand: (input: AssociatePh
207
70
  * serializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand
208
71
  */
209
72
  export declare const se_AssociateSigninDelegateGroupsWithAccountCommand: (input: AssociateSigninDelegateGroupsWithAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1BatchCreateAttendeeCommand
212
- */
213
- export declare const se_BatchCreateAttendeeCommand: (input: BatchCreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1BatchCreateChannelMembershipCommand
216
- */
217
- export declare const se_BatchCreateChannelMembershipCommand: (input: BatchCreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
73
  /**
219
74
  * serializeAws_restJson1BatchCreateRoomMembershipCommand
220
75
  */
@@ -243,66 +98,18 @@ export declare const se_BatchUpdateUserCommand: (input: BatchUpdateUserCommandIn
243
98
  * serializeAws_restJson1CreateAccountCommand
244
99
  */
245
100
  export declare const se_CreateAccountCommand: (input: CreateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1CreateAppInstanceCommand
248
- */
249
- export declare const se_CreateAppInstanceCommand: (input: CreateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1CreateAppInstanceAdminCommand
252
- */
253
- export declare const se_CreateAppInstanceAdminCommand: (input: CreateAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1CreateAppInstanceUserCommand
256
- */
257
- export declare const se_CreateAppInstanceUserCommand: (input: CreateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1CreateAttendeeCommand
260
- */
261
- export declare const se_CreateAttendeeCommand: (input: CreateAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
101
  /**
263
102
  * serializeAws_restJson1CreateBotCommand
264
103
  */
265
104
  export declare const se_CreateBotCommand: (input: CreateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1CreateChannelCommand
268
- */
269
- export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1CreateChannelBanCommand
272
- */
273
- export declare const se_CreateChannelBanCommand: (input: CreateChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1CreateChannelMembershipCommand
276
- */
277
- export declare const se_CreateChannelMembershipCommand: (input: CreateChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1CreateChannelModeratorCommand
280
- */
281
- export declare const se_CreateChannelModeratorCommand: (input: CreateChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1CreateMediaCapturePipelineCommand
284
- */
285
- export declare const se_CreateMediaCapturePipelineCommand: (input: CreateMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1CreateMeetingCommand
288
- */
289
- export declare const se_CreateMeetingCommand: (input: CreateMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
105
  /**
291
106
  * serializeAws_restJson1CreateMeetingDialOutCommand
292
107
  */
293
108
  export declare const se_CreateMeetingDialOutCommand: (input: CreateMeetingDialOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1CreateMeetingWithAttendeesCommand
296
- */
297
- export declare const se_CreateMeetingWithAttendeesCommand: (input: CreateMeetingWithAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
109
  /**
299
110
  * serializeAws_restJson1CreatePhoneNumberOrderCommand
300
111
  */
301
112
  export declare const se_CreatePhoneNumberOrderCommand: (input: CreatePhoneNumberOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_restJson1CreateProxySessionCommand
304
- */
305
- export declare const se_CreateProxySessionCommand: (input: CreateProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
113
  /**
307
114
  * serializeAws_restJson1CreateRoomCommand
308
115
  */
@@ -311,94 +118,22 @@ export declare const se_CreateRoomCommand: (input: CreateRoomCommandInput, conte
311
118
  * serializeAws_restJson1CreateRoomMembershipCommand
312
119
  */
313
120
  export declare const se_CreateRoomMembershipCommand: (input: CreateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_restJson1CreateSipMediaApplicationCommand
316
- */
317
- export declare const se_CreateSipMediaApplicationCommand: (input: CreateSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_restJson1CreateSipMediaApplicationCallCommand
320
- */
321
- export declare const se_CreateSipMediaApplicationCallCommand: (input: CreateSipMediaApplicationCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_restJson1CreateSipRuleCommand
324
- */
325
- export declare const se_CreateSipRuleCommand: (input: CreateSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
121
  /**
327
122
  * serializeAws_restJson1CreateUserCommand
328
123
  */
329
124
  export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_restJson1CreateVoiceConnectorCommand
332
- */
333
- export declare const se_CreateVoiceConnectorCommand: (input: CreateVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_restJson1CreateVoiceConnectorGroupCommand
336
- */
337
- export declare const se_CreateVoiceConnectorGroupCommand: (input: CreateVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
125
  /**
339
126
  * serializeAws_restJson1DeleteAccountCommand
340
127
  */
341
128
  export declare const se_DeleteAccountCommand: (input: DeleteAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_restJson1DeleteAppInstanceCommand
344
- */
345
- export declare const se_DeleteAppInstanceCommand: (input: DeleteAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_restJson1DeleteAppInstanceAdminCommand
348
- */
349
- export declare const se_DeleteAppInstanceAdminCommand: (input: DeleteAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand
352
- */
353
- export declare const se_DeleteAppInstanceStreamingConfigurationsCommand: (input: DeleteAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_restJson1DeleteAppInstanceUserCommand
356
- */
357
- export declare const se_DeleteAppInstanceUserCommand: (input: DeleteAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_restJson1DeleteAttendeeCommand
360
- */
361
- export declare const se_DeleteAttendeeCommand: (input: DeleteAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_restJson1DeleteChannelCommand
364
- */
365
- export declare const se_DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_restJson1DeleteChannelBanCommand
368
- */
369
- export declare const se_DeleteChannelBanCommand: (input: DeleteChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_restJson1DeleteChannelMembershipCommand
372
- */
373
- export declare const se_DeleteChannelMembershipCommand: (input: DeleteChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_restJson1DeleteChannelMessageCommand
376
- */
377
- export declare const se_DeleteChannelMessageCommand: (input: DeleteChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * serializeAws_restJson1DeleteChannelModeratorCommand
380
- */
381
- export declare const se_DeleteChannelModeratorCommand: (input: DeleteChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
129
  /**
383
130
  * serializeAws_restJson1DeleteEventsConfigurationCommand
384
131
  */
385
132
  export declare const se_DeleteEventsConfigurationCommand: (input: DeleteEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
- /**
387
- * serializeAws_restJson1DeleteMediaCapturePipelineCommand
388
- */
389
- export declare const se_DeleteMediaCapturePipelineCommand: (input: DeleteMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
- /**
391
- * serializeAws_restJson1DeleteMeetingCommand
392
- */
393
- export declare const se_DeleteMeetingCommand: (input: DeleteMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
394
133
  /**
395
134
  * serializeAws_restJson1DeletePhoneNumberCommand
396
135
  */
397
136
  export declare const se_DeletePhoneNumberCommand: (input: DeletePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
- /**
399
- * serializeAws_restJson1DeleteProxySessionCommand
400
- */
401
- export declare const se_DeleteProxySessionCommand: (input: DeleteProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
137
  /**
403
138
  * serializeAws_restJson1DeleteRoomCommand
404
139
  */
@@ -407,94 +142,10 @@ export declare const se_DeleteRoomCommand: (input: DeleteRoomCommandInput, conte
407
142
  * serializeAws_restJson1DeleteRoomMembershipCommand
408
143
  */
409
144
  export declare const se_DeleteRoomMembershipCommand: (input: DeleteRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
410
- /**
411
- * serializeAws_restJson1DeleteSipMediaApplicationCommand
412
- */
413
- export declare const se_DeleteSipMediaApplicationCommand: (input: DeleteSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
414
- /**
415
- * serializeAws_restJson1DeleteSipRuleCommand
416
- */
417
- export declare const se_DeleteSipRuleCommand: (input: DeleteSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
418
- /**
419
- * serializeAws_restJson1DeleteVoiceConnectorCommand
420
- */
421
- export declare const se_DeleteVoiceConnectorCommand: (input: DeleteVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
422
- /**
423
- * serializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand
424
- */
425
- export declare const se_DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
426
- /**
427
- * serializeAws_restJson1DeleteVoiceConnectorGroupCommand
428
- */
429
- export declare const se_DeleteVoiceConnectorGroupCommand: (input: DeleteVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
430
- /**
431
- * serializeAws_restJson1DeleteVoiceConnectorOriginationCommand
432
- */
433
- export declare const se_DeleteVoiceConnectorOriginationCommand: (input: DeleteVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
434
- /**
435
- * serializeAws_restJson1DeleteVoiceConnectorProxyCommand
436
- */
437
- export declare const se_DeleteVoiceConnectorProxyCommand: (input: DeleteVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
438
- /**
439
- * serializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand
440
- */
441
- export declare const se_DeleteVoiceConnectorStreamingConfigurationCommand: (input: DeleteVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
442
- /**
443
- * serializeAws_restJson1DeleteVoiceConnectorTerminationCommand
444
- */
445
- export declare const se_DeleteVoiceConnectorTerminationCommand: (input: DeleteVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
446
- /**
447
- * serializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand
448
- */
449
- export declare const se_DeleteVoiceConnectorTerminationCredentialsCommand: (input: DeleteVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
450
- /**
451
- * serializeAws_restJson1DescribeAppInstanceCommand
452
- */
453
- export declare const se_DescribeAppInstanceCommand: (input: DescribeAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
454
- /**
455
- * serializeAws_restJson1DescribeAppInstanceAdminCommand
456
- */
457
- export declare const se_DescribeAppInstanceAdminCommand: (input: DescribeAppInstanceAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
458
- /**
459
- * serializeAws_restJson1DescribeAppInstanceUserCommand
460
- */
461
- export declare const se_DescribeAppInstanceUserCommand: (input: DescribeAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
462
- /**
463
- * serializeAws_restJson1DescribeChannelCommand
464
- */
465
- export declare const se_DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
466
- /**
467
- * serializeAws_restJson1DescribeChannelBanCommand
468
- */
469
- export declare const se_DescribeChannelBanCommand: (input: DescribeChannelBanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
470
- /**
471
- * serializeAws_restJson1DescribeChannelMembershipCommand
472
- */
473
- export declare const se_DescribeChannelMembershipCommand: (input: DescribeChannelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
474
- /**
475
- * serializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand
476
- */
477
- export declare const se_DescribeChannelMembershipForAppInstanceUserCommand: (input: DescribeChannelMembershipForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
478
- /**
479
- * serializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand
480
- */
481
- export declare const se_DescribeChannelModeratedByAppInstanceUserCommand: (input: DescribeChannelModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
482
- /**
483
- * serializeAws_restJson1DescribeChannelModeratorCommand
484
- */
485
- export declare const se_DescribeChannelModeratorCommand: (input: DescribeChannelModeratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
486
145
  /**
487
146
  * serializeAws_restJson1DisassociatePhoneNumberFromUserCommand
488
147
  */
489
148
  export declare const se_DisassociatePhoneNumberFromUserCommand: (input: DisassociatePhoneNumberFromUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
490
- /**
491
- * serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand
492
- */
493
- export declare const se_DisassociatePhoneNumbersFromVoiceConnectorCommand: (input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
494
- /**
495
- * serializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand
496
- */
497
- export declare const se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
498
149
  /**
499
150
  * serializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand
500
151
  */
@@ -507,26 +158,10 @@ export declare const se_GetAccountCommand: (input: GetAccountCommandInput, conte
507
158
  * serializeAws_restJson1GetAccountSettingsCommand
508
159
  */
509
160
  export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
510
- /**
511
- * serializeAws_restJson1GetAppInstanceRetentionSettingsCommand
512
- */
513
- export declare const se_GetAppInstanceRetentionSettingsCommand: (input: GetAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
514
- /**
515
- * serializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand
516
- */
517
- export declare const se_GetAppInstanceStreamingConfigurationsCommand: (input: GetAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
518
- /**
519
- * serializeAws_restJson1GetAttendeeCommand
520
- */
521
- export declare const se_GetAttendeeCommand: (input: GetAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
522
161
  /**
523
162
  * serializeAws_restJson1GetBotCommand
524
163
  */
525
164
  export declare const se_GetBotCommand: (input: GetBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
526
- /**
527
- * serializeAws_restJson1GetChannelMessageCommand
528
- */
529
- export declare const se_GetChannelMessageCommand: (input: GetChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
530
165
  /**
531
166
  * serializeAws_restJson1GetEventsConfigurationCommand
532
167
  */
@@ -535,18 +170,6 @@ export declare const se_GetEventsConfigurationCommand: (input: GetEventsConfigur
535
170
  * serializeAws_restJson1GetGlobalSettingsCommand
536
171
  */
537
172
  export declare const se_GetGlobalSettingsCommand: (input: GetGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
538
- /**
539
- * serializeAws_restJson1GetMediaCapturePipelineCommand
540
- */
541
- export declare const se_GetMediaCapturePipelineCommand: (input: GetMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
542
- /**
543
- * serializeAws_restJson1GetMeetingCommand
544
- */
545
- export declare const se_GetMeetingCommand: (input: GetMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
546
- /**
547
- * serializeAws_restJson1GetMessagingSessionEndpointCommand
548
- */
549
- export declare const se_GetMessagingSessionEndpointCommand: (input: GetMessagingSessionEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
550
173
  /**
551
174
  * serializeAws_restJson1GetPhoneNumberCommand
552
175
  */
@@ -559,10 +182,6 @@ export declare const se_GetPhoneNumberOrderCommand: (input: GetPhoneNumberOrderC
559
182
  * serializeAws_restJson1GetPhoneNumberSettingsCommand
560
183
  */
561
184
  export declare const se_GetPhoneNumberSettingsCommand: (input: GetPhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
562
- /**
563
- * serializeAws_restJson1GetProxySessionCommand
564
- */
565
- export declare const se_GetProxySessionCommand: (input: GetProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
566
185
  /**
567
186
  * serializeAws_restJson1GetRetentionSettingsCommand
568
187
  */
@@ -571,18 +190,6 @@ export declare const se_GetRetentionSettingsCommand: (input: GetRetentionSetting
571
190
  * serializeAws_restJson1GetRoomCommand
572
191
  */
573
192
  export declare const se_GetRoomCommand: (input: GetRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
574
- /**
575
- * serializeAws_restJson1GetSipMediaApplicationCommand
576
- */
577
- export declare const se_GetSipMediaApplicationCommand: (input: GetSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
578
- /**
579
- * serializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand
580
- */
581
- export declare const se_GetSipMediaApplicationLoggingConfigurationCommand: (input: GetSipMediaApplicationLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
582
- /**
583
- * serializeAws_restJson1GetSipRuleCommand
584
- */
585
- export declare const se_GetSipRuleCommand: (input: GetSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
586
193
  /**
587
194
  * serializeAws_restJson1GetUserCommand
588
195
  */
@@ -591,42 +198,6 @@ export declare const se_GetUserCommand: (input: GetUserCommandInput, context: __
591
198
  * serializeAws_restJson1GetUserSettingsCommand
592
199
  */
593
200
  export declare const se_GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
594
- /**
595
- * serializeAws_restJson1GetVoiceConnectorCommand
596
- */
597
- export declare const se_GetVoiceConnectorCommand: (input: GetVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
598
- /**
599
- * serializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand
600
- */
601
- export declare const se_GetVoiceConnectorEmergencyCallingConfigurationCommand: (input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
602
- /**
603
- * serializeAws_restJson1GetVoiceConnectorGroupCommand
604
- */
605
- export declare const se_GetVoiceConnectorGroupCommand: (input: GetVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
606
- /**
607
- * serializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand
608
- */
609
- export declare const se_GetVoiceConnectorLoggingConfigurationCommand: (input: GetVoiceConnectorLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
610
- /**
611
- * serializeAws_restJson1GetVoiceConnectorOriginationCommand
612
- */
613
- export declare const se_GetVoiceConnectorOriginationCommand: (input: GetVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
614
- /**
615
- * serializeAws_restJson1GetVoiceConnectorProxyCommand
616
- */
617
- export declare const se_GetVoiceConnectorProxyCommand: (input: GetVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
618
- /**
619
- * serializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand
620
- */
621
- export declare const se_GetVoiceConnectorStreamingConfigurationCommand: (input: GetVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
622
- /**
623
- * serializeAws_restJson1GetVoiceConnectorTerminationCommand
624
- */
625
- export declare const se_GetVoiceConnectorTerminationCommand: (input: GetVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
626
- /**
627
- * serializeAws_restJson1GetVoiceConnectorTerminationHealthCommand
628
- */
629
- export declare const se_GetVoiceConnectorTerminationHealthCommand: (input: GetVoiceConnectorTerminationHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
630
201
  /**
631
202
  * serializeAws_restJson1InviteUsersCommand
632
203
  */
@@ -635,630 +206,194 @@ export declare const se_InviteUsersCommand: (input: InviteUsersCommandInput, con
635
206
  * serializeAws_restJson1ListAccountsCommand
636
207
  */
637
208
  export declare const se_ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
638
- /**
639
- * serializeAws_restJson1ListAppInstanceAdminsCommand
640
- */
641
- export declare const se_ListAppInstanceAdminsCommand: (input: ListAppInstanceAdminsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
642
- /**
643
- * serializeAws_restJson1ListAppInstancesCommand
644
- */
645
- export declare const se_ListAppInstancesCommand: (input: ListAppInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
646
- /**
647
- * serializeAws_restJson1ListAppInstanceUsersCommand
648
- */
649
- export declare const se_ListAppInstanceUsersCommand: (input: ListAppInstanceUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
650
- /**
651
- * serializeAws_restJson1ListAttendeesCommand
652
- */
653
- export declare const se_ListAttendeesCommand: (input: ListAttendeesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
654
- /**
655
- * serializeAws_restJson1ListAttendeeTagsCommand
656
- */
657
- export declare const se_ListAttendeeTagsCommand: (input: ListAttendeeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
658
209
  /**
659
210
  * serializeAws_restJson1ListBotsCommand
660
211
  */
661
- export declare const se_ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
662
- /**
663
- * serializeAws_restJson1ListChannelBansCommand
664
- */
665
- export declare const se_ListChannelBansCommand: (input: ListChannelBansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
666
- /**
667
- * serializeAws_restJson1ListChannelMembershipsCommand
668
- */
669
- export declare const se_ListChannelMembershipsCommand: (input: ListChannelMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
670
- /**
671
- * serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand
672
- */
673
- export declare const se_ListChannelMembershipsForAppInstanceUserCommand: (input: ListChannelMembershipsForAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
674
- /**
675
- * serializeAws_restJson1ListChannelMessagesCommand
676
- */
677
- export declare const se_ListChannelMessagesCommand: (input: ListChannelMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
678
- /**
679
- * serializeAws_restJson1ListChannelModeratorsCommand
680
- */
681
- export declare const se_ListChannelModeratorsCommand: (input: ListChannelModeratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
682
- /**
683
- * serializeAws_restJson1ListChannelsCommand
684
- */
685
- export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
686
- /**
687
- * serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand
688
- */
689
- export declare const se_ListChannelsModeratedByAppInstanceUserCommand: (input: ListChannelsModeratedByAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
690
- /**
691
- * serializeAws_restJson1ListMediaCapturePipelinesCommand
692
- */
693
- export declare const se_ListMediaCapturePipelinesCommand: (input: ListMediaCapturePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
694
- /**
695
- * serializeAws_restJson1ListMeetingsCommand
696
- */
697
- export declare const se_ListMeetingsCommand: (input: ListMeetingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
698
- /**
699
- * serializeAws_restJson1ListMeetingTagsCommand
700
- */
701
- export declare const se_ListMeetingTagsCommand: (input: ListMeetingTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
702
- /**
703
- * serializeAws_restJson1ListPhoneNumberOrdersCommand
704
- */
705
- export declare const se_ListPhoneNumberOrdersCommand: (input: ListPhoneNumberOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
706
- /**
707
- * serializeAws_restJson1ListPhoneNumbersCommand
708
- */
709
- export declare const se_ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
710
- /**
711
- * serializeAws_restJson1ListProxySessionsCommand
712
- */
713
- export declare const se_ListProxySessionsCommand: (input: ListProxySessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
714
- /**
715
- * serializeAws_restJson1ListRoomMembershipsCommand
716
- */
717
- export declare const se_ListRoomMembershipsCommand: (input: ListRoomMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
718
- /**
719
- * serializeAws_restJson1ListRoomsCommand
720
- */
721
- export declare const se_ListRoomsCommand: (input: ListRoomsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
722
- /**
723
- * serializeAws_restJson1ListSipMediaApplicationsCommand
724
- */
725
- export declare const se_ListSipMediaApplicationsCommand: (input: ListSipMediaApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
726
- /**
727
- * serializeAws_restJson1ListSipRulesCommand
728
- */
729
- export declare const se_ListSipRulesCommand: (input: ListSipRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
730
- /**
731
- * serializeAws_restJson1ListSupportedPhoneNumberCountriesCommand
732
- */
733
- export declare const se_ListSupportedPhoneNumberCountriesCommand: (input: ListSupportedPhoneNumberCountriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
734
- /**
735
- * serializeAws_restJson1ListTagsForResourceCommand
736
- */
737
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
738
- /**
739
- * serializeAws_restJson1ListUsersCommand
740
- */
741
- export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
742
- /**
743
- * serializeAws_restJson1ListVoiceConnectorGroupsCommand
744
- */
745
- export declare const se_ListVoiceConnectorGroupsCommand: (input: ListVoiceConnectorGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
746
- /**
747
- * serializeAws_restJson1ListVoiceConnectorsCommand
748
- */
749
- export declare const se_ListVoiceConnectorsCommand: (input: ListVoiceConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
750
- /**
751
- * serializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand
752
- */
753
- export declare const se_ListVoiceConnectorTerminationCredentialsCommand: (input: ListVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
754
- /**
755
- * serializeAws_restJson1LogoutUserCommand
756
- */
757
- export declare const se_LogoutUserCommand: (input: LogoutUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
758
- /**
759
- * serializeAws_restJson1PutAppInstanceRetentionSettingsCommand
760
- */
761
- export declare const se_PutAppInstanceRetentionSettingsCommand: (input: PutAppInstanceRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
762
- /**
763
- * serializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand
764
- */
765
- export declare const se_PutAppInstanceStreamingConfigurationsCommand: (input: PutAppInstanceStreamingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
766
- /**
767
- * serializeAws_restJson1PutEventsConfigurationCommand
768
- */
769
- export declare const se_PutEventsConfigurationCommand: (input: PutEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
770
- /**
771
- * serializeAws_restJson1PutRetentionSettingsCommand
772
- */
773
- export declare const se_PutRetentionSettingsCommand: (input: PutRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
774
- /**
775
- * serializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand
776
- */
777
- export declare const se_PutSipMediaApplicationLoggingConfigurationCommand: (input: PutSipMediaApplicationLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
778
- /**
779
- * serializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand
780
- */
781
- export declare const se_PutVoiceConnectorEmergencyCallingConfigurationCommand: (input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
782
- /**
783
- * serializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand
784
- */
785
- export declare const se_PutVoiceConnectorLoggingConfigurationCommand: (input: PutVoiceConnectorLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
786
- /**
787
- * serializeAws_restJson1PutVoiceConnectorOriginationCommand
788
- */
789
- export declare const se_PutVoiceConnectorOriginationCommand: (input: PutVoiceConnectorOriginationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
790
- /**
791
- * serializeAws_restJson1PutVoiceConnectorProxyCommand
792
- */
793
- export declare const se_PutVoiceConnectorProxyCommand: (input: PutVoiceConnectorProxyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
794
- /**
795
- * serializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand
796
- */
797
- export declare const se_PutVoiceConnectorStreamingConfigurationCommand: (input: PutVoiceConnectorStreamingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
798
- /**
799
- * serializeAws_restJson1PutVoiceConnectorTerminationCommand
800
- */
801
- export declare const se_PutVoiceConnectorTerminationCommand: (input: PutVoiceConnectorTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
802
- /**
803
- * serializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand
804
- */
805
- export declare const se_PutVoiceConnectorTerminationCredentialsCommand: (input: PutVoiceConnectorTerminationCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
806
- /**
807
- * serializeAws_restJson1RedactChannelMessageCommand
808
- */
809
- export declare const se_RedactChannelMessageCommand: (input: RedactChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
810
- /**
811
- * serializeAws_restJson1RedactConversationMessageCommand
812
- */
813
- export declare const se_RedactConversationMessageCommand: (input: RedactConversationMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
814
- /**
815
- * serializeAws_restJson1RedactRoomMessageCommand
816
- */
817
- export declare const se_RedactRoomMessageCommand: (input: RedactRoomMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
818
- /**
819
- * serializeAws_restJson1RegenerateSecurityTokenCommand
820
- */
821
- export declare const se_RegenerateSecurityTokenCommand: (input: RegenerateSecurityTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
822
- /**
823
- * serializeAws_restJson1ResetPersonalPINCommand
824
- */
825
- export declare const se_ResetPersonalPINCommand: (input: ResetPersonalPINCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
826
- /**
827
- * serializeAws_restJson1RestorePhoneNumberCommand
828
- */
829
- export declare const se_RestorePhoneNumberCommand: (input: RestorePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
830
- /**
831
- * serializeAws_restJson1SearchAvailablePhoneNumbersCommand
832
- */
833
- export declare const se_SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
834
- /**
835
- * serializeAws_restJson1SendChannelMessageCommand
836
- */
837
- export declare const se_SendChannelMessageCommand: (input: SendChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
838
- /**
839
- * serializeAws_restJson1StartMeetingTranscriptionCommand
840
- */
841
- export declare const se_StartMeetingTranscriptionCommand: (input: StartMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
842
- /**
843
- * serializeAws_restJson1StopMeetingTranscriptionCommand
844
- */
845
- export declare const se_StopMeetingTranscriptionCommand: (input: StopMeetingTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
846
- /**
847
- * serializeAws_restJson1TagAttendeeCommand
848
- */
849
- export declare const se_TagAttendeeCommand: (input: TagAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
850
- /**
851
- * serializeAws_restJson1TagMeetingCommand
852
- */
853
- export declare const se_TagMeetingCommand: (input: TagMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
854
- /**
855
- * serializeAws_restJson1TagResourceCommand
856
- */
857
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
858
- /**
859
- * serializeAws_restJson1UntagAttendeeCommand
860
- */
861
- export declare const se_UntagAttendeeCommand: (input: UntagAttendeeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
862
- /**
863
- * serializeAws_restJson1UntagMeetingCommand
864
- */
865
- export declare const se_UntagMeetingCommand: (input: UntagMeetingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
866
- /**
867
- * serializeAws_restJson1UntagResourceCommand
868
- */
869
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
870
- /**
871
- * serializeAws_restJson1UpdateAccountCommand
872
- */
873
- export declare const se_UpdateAccountCommand: (input: UpdateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
874
- /**
875
- * serializeAws_restJson1UpdateAccountSettingsCommand
876
- */
877
- export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
878
- /**
879
- * serializeAws_restJson1UpdateAppInstanceCommand
880
- */
881
- export declare const se_UpdateAppInstanceCommand: (input: UpdateAppInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
882
- /**
883
- * serializeAws_restJson1UpdateAppInstanceUserCommand
884
- */
885
- export declare const se_UpdateAppInstanceUserCommand: (input: UpdateAppInstanceUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
886
- /**
887
- * serializeAws_restJson1UpdateBotCommand
888
- */
889
- export declare const se_UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
890
- /**
891
- * serializeAws_restJson1UpdateChannelCommand
892
- */
893
- export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
894
- /**
895
- * serializeAws_restJson1UpdateChannelMessageCommand
896
- */
897
- export declare const se_UpdateChannelMessageCommand: (input: UpdateChannelMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
898
- /**
899
- * serializeAws_restJson1UpdateChannelReadMarkerCommand
900
- */
901
- export declare const se_UpdateChannelReadMarkerCommand: (input: UpdateChannelReadMarkerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
902
- /**
903
- * serializeAws_restJson1UpdateGlobalSettingsCommand
904
- */
905
- export declare const se_UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
906
- /**
907
- * serializeAws_restJson1UpdatePhoneNumberCommand
908
- */
909
- export declare const se_UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
910
- /**
911
- * serializeAws_restJson1UpdatePhoneNumberSettingsCommand
912
- */
913
- export declare const se_UpdatePhoneNumberSettingsCommand: (input: UpdatePhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
914
- /**
915
- * serializeAws_restJson1UpdateProxySessionCommand
916
- */
917
- export declare const se_UpdateProxySessionCommand: (input: UpdateProxySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
918
- /**
919
- * serializeAws_restJson1UpdateRoomCommand
920
- */
921
- export declare const se_UpdateRoomCommand: (input: UpdateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
922
- /**
923
- * serializeAws_restJson1UpdateRoomMembershipCommand
924
- */
925
- export declare const se_UpdateRoomMembershipCommand: (input: UpdateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
926
- /**
927
- * serializeAws_restJson1UpdateSipMediaApplicationCommand
928
- */
929
- export declare const se_UpdateSipMediaApplicationCommand: (input: UpdateSipMediaApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
930
- /**
931
- * serializeAws_restJson1UpdateSipMediaApplicationCallCommand
932
- */
933
- export declare const se_UpdateSipMediaApplicationCallCommand: (input: UpdateSipMediaApplicationCallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
934
- /**
935
- * serializeAws_restJson1UpdateSipRuleCommand
936
- */
937
- export declare const se_UpdateSipRuleCommand: (input: UpdateSipRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
938
- /**
939
- * serializeAws_restJson1UpdateUserCommand
940
- */
941
- export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
942
- /**
943
- * serializeAws_restJson1UpdateUserSettingsCommand
944
- */
945
- export declare const se_UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
946
- /**
947
- * serializeAws_restJson1UpdateVoiceConnectorCommand
948
- */
949
- export declare const se_UpdateVoiceConnectorCommand: (input: UpdateVoiceConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
950
- /**
951
- * serializeAws_restJson1UpdateVoiceConnectorGroupCommand
952
- */
953
- export declare const se_UpdateVoiceConnectorGroupCommand: (input: UpdateVoiceConnectorGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
954
- /**
955
- * serializeAws_restJson1ValidateE911AddressCommand
956
- */
957
- export declare const se_ValidateE911AddressCommand: (input: ValidateE911AddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
958
- /**
959
- * deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorCommand
960
- */
961
- export declare const de_AssociatePhoneNumbersWithVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
962
- /**
963
- * deserializeAws_restJson1AssociatePhoneNumbersWithVoiceConnectorGroupCommand
964
- */
965
- export declare const de_AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
966
- /**
967
- * deserializeAws_restJson1AssociatePhoneNumberWithUserCommand
968
- */
969
- export declare const de_AssociatePhoneNumberWithUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumberWithUserCommandOutput>;
970
- /**
971
- * deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand
972
- */
973
- export declare const de_AssociateSigninDelegateGroupsWithAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
974
- /**
975
- * deserializeAws_restJson1BatchCreateAttendeeCommand
976
- */
977
- export declare const de_BatchCreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateAttendeeCommandOutput>;
978
- /**
979
- * deserializeAws_restJson1BatchCreateChannelMembershipCommand
980
- */
981
- export declare const de_BatchCreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateChannelMembershipCommandOutput>;
982
- /**
983
- * deserializeAws_restJson1BatchCreateRoomMembershipCommand
984
- */
985
- export declare const de_BatchCreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateRoomMembershipCommandOutput>;
986
- /**
987
- * deserializeAws_restJson1BatchDeletePhoneNumberCommand
988
- */
989
- export declare const de_BatchDeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeletePhoneNumberCommandOutput>;
990
- /**
991
- * deserializeAws_restJson1BatchSuspendUserCommand
992
- */
993
- export declare const de_BatchSuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchSuspendUserCommandOutput>;
994
- /**
995
- * deserializeAws_restJson1BatchUnsuspendUserCommand
996
- */
997
- export declare const de_BatchUnsuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUnsuspendUserCommandOutput>;
998
- /**
999
- * deserializeAws_restJson1BatchUpdatePhoneNumberCommand
1000
- */
1001
- export declare const de_BatchUpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePhoneNumberCommandOutput>;
1002
- /**
1003
- * deserializeAws_restJson1BatchUpdateUserCommand
1004
- */
1005
- export declare const de_BatchUpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateUserCommandOutput>;
1006
- /**
1007
- * deserializeAws_restJson1CreateAccountCommand
1008
- */
1009
- export declare const de_CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
1010
- /**
1011
- * deserializeAws_restJson1CreateAppInstanceCommand
1012
- */
1013
- export declare const de_CreateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceCommandOutput>;
1014
- /**
1015
- * deserializeAws_restJson1CreateAppInstanceAdminCommand
1016
- */
1017
- export declare const de_CreateAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceAdminCommandOutput>;
1018
- /**
1019
- * deserializeAws_restJson1CreateAppInstanceUserCommand
1020
- */
1021
- export declare const de_CreateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppInstanceUserCommandOutput>;
1022
- /**
1023
- * deserializeAws_restJson1CreateAttendeeCommand
1024
- */
1025
- export declare const de_CreateAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAttendeeCommandOutput>;
1026
- /**
1027
- * deserializeAws_restJson1CreateBotCommand
1028
- */
1029
- export declare const de_CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
1030
- /**
1031
- * deserializeAws_restJson1CreateChannelCommand
1032
- */
1033
- export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
1034
- /**
1035
- * deserializeAws_restJson1CreateChannelBanCommand
1036
- */
1037
- export declare const de_CreateChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelBanCommandOutput>;
1038
- /**
1039
- * deserializeAws_restJson1CreateChannelMembershipCommand
1040
- */
1041
- export declare const de_CreateChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelMembershipCommandOutput>;
1042
- /**
1043
- * deserializeAws_restJson1CreateChannelModeratorCommand
1044
- */
1045
- export declare const de_CreateChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelModeratorCommandOutput>;
1046
- /**
1047
- * deserializeAws_restJson1CreateMediaCapturePipelineCommand
1048
- */
1049
- export declare const de_CreateMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaCapturePipelineCommandOutput>;
1050
- /**
1051
- * deserializeAws_restJson1CreateMeetingCommand
1052
- */
1053
- export declare const de_CreateMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingCommandOutput>;
1054
- /**
1055
- * deserializeAws_restJson1CreateMeetingDialOutCommand
1056
- */
1057
- export declare const de_CreateMeetingDialOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingDialOutCommandOutput>;
1058
- /**
1059
- * deserializeAws_restJson1CreateMeetingWithAttendeesCommand
1060
- */
1061
- export declare const de_CreateMeetingWithAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingWithAttendeesCommandOutput>;
1062
- /**
1063
- * deserializeAws_restJson1CreatePhoneNumberOrderCommand
1064
- */
1065
- export declare const de_CreatePhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePhoneNumberOrderCommandOutput>;
1066
- /**
1067
- * deserializeAws_restJson1CreateProxySessionCommand
1068
- */
1069
- export declare const de_CreateProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProxySessionCommandOutput>;
1070
- /**
1071
- * deserializeAws_restJson1CreateRoomCommand
1072
- */
1073
- export declare const de_CreateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomCommandOutput>;
1074
- /**
1075
- * deserializeAws_restJson1CreateRoomMembershipCommand
1076
- */
1077
- export declare const de_CreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomMembershipCommandOutput>;
212
+ export declare const se_ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1078
213
  /**
1079
- * deserializeAws_restJson1CreateSipMediaApplicationCommand
214
+ * serializeAws_restJson1ListPhoneNumberOrdersCommand
1080
215
  */
1081
- export declare const de_CreateSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipMediaApplicationCommandOutput>;
216
+ export declare const se_ListPhoneNumberOrdersCommand: (input: ListPhoneNumberOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1082
217
  /**
1083
- * deserializeAws_restJson1CreateSipMediaApplicationCallCommand
218
+ * serializeAws_restJson1ListPhoneNumbersCommand
1084
219
  */
1085
- export declare const de_CreateSipMediaApplicationCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipMediaApplicationCallCommandOutput>;
220
+ export declare const se_ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1086
221
  /**
1087
- * deserializeAws_restJson1CreateSipRuleCommand
222
+ * serializeAws_restJson1ListRoomMembershipsCommand
1088
223
  */
1089
- export declare const de_CreateSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSipRuleCommandOutput>;
224
+ export declare const se_ListRoomMembershipsCommand: (input: ListRoomMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1090
225
  /**
1091
- * deserializeAws_restJson1CreateUserCommand
226
+ * serializeAws_restJson1ListRoomsCommand
1092
227
  */
1093
- export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
228
+ export declare const se_ListRoomsCommand: (input: ListRoomsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1094
229
  /**
1095
- * deserializeAws_restJson1CreateVoiceConnectorCommand
230
+ * serializeAws_restJson1ListSupportedPhoneNumberCountriesCommand
1096
231
  */
1097
- export declare const de_CreateVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVoiceConnectorCommandOutput>;
232
+ export declare const se_ListSupportedPhoneNumberCountriesCommand: (input: ListSupportedPhoneNumberCountriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1098
233
  /**
1099
- * deserializeAws_restJson1CreateVoiceConnectorGroupCommand
234
+ * serializeAws_restJson1ListUsersCommand
1100
235
  */
1101
- export declare const de_CreateVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVoiceConnectorGroupCommandOutput>;
236
+ export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1102
237
  /**
1103
- * deserializeAws_restJson1DeleteAccountCommand
238
+ * serializeAws_restJson1LogoutUserCommand
1104
239
  */
1105
- export declare const de_DeleteAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCommandOutput>;
240
+ export declare const se_LogoutUserCommand: (input: LogoutUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1106
241
  /**
1107
- * deserializeAws_restJson1DeleteAppInstanceCommand
242
+ * serializeAws_restJson1PutEventsConfigurationCommand
1108
243
  */
1109
- export declare const de_DeleteAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceCommandOutput>;
244
+ export declare const se_PutEventsConfigurationCommand: (input: PutEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1110
245
  /**
1111
- * deserializeAws_restJson1DeleteAppInstanceAdminCommand
246
+ * serializeAws_restJson1PutRetentionSettingsCommand
1112
247
  */
1113
- export declare const de_DeleteAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceAdminCommandOutput>;
248
+ export declare const se_PutRetentionSettingsCommand: (input: PutRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1114
249
  /**
1115
- * deserializeAws_restJson1DeleteAppInstanceStreamingConfigurationsCommand
250
+ * serializeAws_restJson1RedactConversationMessageCommand
1116
251
  */
1117
- export declare const de_DeleteAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
252
+ export declare const se_RedactConversationMessageCommand: (input: RedactConversationMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1118
253
  /**
1119
- * deserializeAws_restJson1DeleteAppInstanceUserCommand
254
+ * serializeAws_restJson1RedactRoomMessageCommand
1120
255
  */
1121
- export declare const de_DeleteAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppInstanceUserCommandOutput>;
256
+ export declare const se_RedactRoomMessageCommand: (input: RedactRoomMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1122
257
  /**
1123
- * deserializeAws_restJson1DeleteAttendeeCommand
258
+ * serializeAws_restJson1RegenerateSecurityTokenCommand
1124
259
  */
1125
- export declare const de_DeleteAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttendeeCommandOutput>;
260
+ export declare const se_RegenerateSecurityTokenCommand: (input: RegenerateSecurityTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1126
261
  /**
1127
- * deserializeAws_restJson1DeleteChannelCommand
262
+ * serializeAws_restJson1ResetPersonalPINCommand
1128
263
  */
1129
- export declare const de_DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
264
+ export declare const se_ResetPersonalPINCommand: (input: ResetPersonalPINCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1130
265
  /**
1131
- * deserializeAws_restJson1DeleteChannelBanCommand
266
+ * serializeAws_restJson1RestorePhoneNumberCommand
1132
267
  */
1133
- export declare const de_DeleteChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelBanCommandOutput>;
268
+ export declare const se_RestorePhoneNumberCommand: (input: RestorePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1134
269
  /**
1135
- * deserializeAws_restJson1DeleteChannelMembershipCommand
270
+ * serializeAws_restJson1SearchAvailablePhoneNumbersCommand
1136
271
  */
1137
- export declare const de_DeleteChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMembershipCommandOutput>;
272
+ export declare const se_SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1138
273
  /**
1139
- * deserializeAws_restJson1DeleteChannelMessageCommand
274
+ * serializeAws_restJson1UpdateAccountCommand
1140
275
  */
1141
- export declare const de_DeleteChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelMessageCommandOutput>;
276
+ export declare const se_UpdateAccountCommand: (input: UpdateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1142
277
  /**
1143
- * deserializeAws_restJson1DeleteChannelModeratorCommand
278
+ * serializeAws_restJson1UpdateAccountSettingsCommand
1144
279
  */
1145
- export declare const de_DeleteChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelModeratorCommandOutput>;
280
+ export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1146
281
  /**
1147
- * deserializeAws_restJson1DeleteEventsConfigurationCommand
282
+ * serializeAws_restJson1UpdateBotCommand
1148
283
  */
1149
- export declare const de_DeleteEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventsConfigurationCommandOutput>;
284
+ export declare const se_UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1150
285
  /**
1151
- * deserializeAws_restJson1DeleteMediaCapturePipelineCommand
286
+ * serializeAws_restJson1UpdateGlobalSettingsCommand
1152
287
  */
1153
- export declare const de_DeleteMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaCapturePipelineCommandOutput>;
288
+ export declare const se_UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1154
289
  /**
1155
- * deserializeAws_restJson1DeleteMeetingCommand
290
+ * serializeAws_restJson1UpdatePhoneNumberCommand
1156
291
  */
1157
- export declare const de_DeleteMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMeetingCommandOutput>;
292
+ export declare const se_UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1158
293
  /**
1159
- * deserializeAws_restJson1DeletePhoneNumberCommand
294
+ * serializeAws_restJson1UpdatePhoneNumberSettingsCommand
1160
295
  */
1161
- export declare const de_DeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePhoneNumberCommandOutput>;
296
+ export declare const se_UpdatePhoneNumberSettingsCommand: (input: UpdatePhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1162
297
  /**
1163
- * deserializeAws_restJson1DeleteProxySessionCommand
298
+ * serializeAws_restJson1UpdateRoomCommand
1164
299
  */
1165
- export declare const de_DeleteProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProxySessionCommandOutput>;
300
+ export declare const se_UpdateRoomCommand: (input: UpdateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1166
301
  /**
1167
- * deserializeAws_restJson1DeleteRoomCommand
302
+ * serializeAws_restJson1UpdateRoomMembershipCommand
1168
303
  */
1169
- export declare const de_DeleteRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomCommandOutput>;
304
+ export declare const se_UpdateRoomMembershipCommand: (input: UpdateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1170
305
  /**
1171
- * deserializeAws_restJson1DeleteRoomMembershipCommand
306
+ * serializeAws_restJson1UpdateUserCommand
1172
307
  */
1173
- export declare const de_DeleteRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomMembershipCommandOutput>;
308
+ export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1174
309
  /**
1175
- * deserializeAws_restJson1DeleteSipMediaApplicationCommand
310
+ * serializeAws_restJson1UpdateUserSettingsCommand
1176
311
  */
1177
- export declare const de_DeleteSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSipMediaApplicationCommandOutput>;
312
+ export declare const se_UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1178
313
  /**
1179
- * deserializeAws_restJson1DeleteSipRuleCommand
314
+ * deserializeAws_restJson1AssociatePhoneNumberWithUserCommand
1180
315
  */
1181
- export declare const de_DeleteSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSipRuleCommandOutput>;
316
+ export declare const de_AssociatePhoneNumberWithUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumberWithUserCommandOutput>;
1182
317
  /**
1183
- * deserializeAws_restJson1DeleteVoiceConnectorCommand
318
+ * deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand
1184
319
  */
1185
- export declare const de_DeleteVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorCommandOutput>;
320
+ export declare const de_AssociateSigninDelegateGroupsWithAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
1186
321
  /**
1187
- * deserializeAws_restJson1DeleteVoiceConnectorEmergencyCallingConfigurationCommand
322
+ * deserializeAws_restJson1BatchCreateRoomMembershipCommand
1188
323
  */
1189
- export declare const de_DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
324
+ export declare const de_BatchCreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateRoomMembershipCommandOutput>;
1190
325
  /**
1191
- * deserializeAws_restJson1DeleteVoiceConnectorGroupCommand
326
+ * deserializeAws_restJson1BatchDeletePhoneNumberCommand
1192
327
  */
1193
- export declare const de_DeleteVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorGroupCommandOutput>;
328
+ export declare const de_BatchDeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeletePhoneNumberCommandOutput>;
1194
329
  /**
1195
- * deserializeAws_restJson1DeleteVoiceConnectorOriginationCommand
330
+ * deserializeAws_restJson1BatchSuspendUserCommand
1196
331
  */
1197
- export declare const de_DeleteVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorOriginationCommandOutput>;
332
+ export declare const de_BatchSuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchSuspendUserCommandOutput>;
1198
333
  /**
1199
- * deserializeAws_restJson1DeleteVoiceConnectorProxyCommand
334
+ * deserializeAws_restJson1BatchUnsuspendUserCommand
1200
335
  */
1201
- export declare const de_DeleteVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorProxyCommandOutput>;
336
+ export declare const de_BatchUnsuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUnsuspendUserCommandOutput>;
1202
337
  /**
1203
- * deserializeAws_restJson1DeleteVoiceConnectorStreamingConfigurationCommand
338
+ * deserializeAws_restJson1BatchUpdatePhoneNumberCommand
1204
339
  */
1205
- export declare const de_DeleteVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
340
+ export declare const de_BatchUpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePhoneNumberCommandOutput>;
1206
341
  /**
1207
- * deserializeAws_restJson1DeleteVoiceConnectorTerminationCommand
342
+ * deserializeAws_restJson1BatchUpdateUserCommand
1208
343
  */
1209
- export declare const de_DeleteVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorTerminationCommandOutput>;
344
+ export declare const de_BatchUpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateUserCommandOutput>;
1210
345
  /**
1211
- * deserializeAws_restJson1DeleteVoiceConnectorTerminationCredentialsCommand
346
+ * deserializeAws_restJson1CreateAccountCommand
1212
347
  */
1213
- export declare const de_DeleteVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
348
+ export declare const de_CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
1214
349
  /**
1215
- * deserializeAws_restJson1DescribeAppInstanceCommand
350
+ * deserializeAws_restJson1CreateBotCommand
1216
351
  */
1217
- export declare const de_DescribeAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceCommandOutput>;
352
+ export declare const de_CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
1218
353
  /**
1219
- * deserializeAws_restJson1DescribeAppInstanceAdminCommand
354
+ * deserializeAws_restJson1CreateMeetingDialOutCommand
1220
355
  */
1221
- export declare const de_DescribeAppInstanceAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceAdminCommandOutput>;
356
+ export declare const de_CreateMeetingDialOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingDialOutCommandOutput>;
1222
357
  /**
1223
- * deserializeAws_restJson1DescribeAppInstanceUserCommand
358
+ * deserializeAws_restJson1CreatePhoneNumberOrderCommand
1224
359
  */
1225
- export declare const de_DescribeAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAppInstanceUserCommandOutput>;
360
+ export declare const de_CreatePhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePhoneNumberOrderCommandOutput>;
1226
361
  /**
1227
- * deserializeAws_restJson1DescribeChannelCommand
362
+ * deserializeAws_restJson1CreateRoomCommand
1228
363
  */
1229
- export declare const de_DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
364
+ export declare const de_CreateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomCommandOutput>;
1230
365
  /**
1231
- * deserializeAws_restJson1DescribeChannelBanCommand
366
+ * deserializeAws_restJson1CreateRoomMembershipCommand
1232
367
  */
1233
- export declare const de_DescribeChannelBanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelBanCommandOutput>;
368
+ export declare const de_CreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomMembershipCommandOutput>;
1234
369
  /**
1235
- * deserializeAws_restJson1DescribeChannelMembershipCommand
370
+ * deserializeAws_restJson1CreateUserCommand
1236
371
  */
1237
- export declare const de_DescribeChannelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipCommandOutput>;
372
+ export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
1238
373
  /**
1239
- * deserializeAws_restJson1DescribeChannelMembershipForAppInstanceUserCommand
374
+ * deserializeAws_restJson1DeleteAccountCommand
1240
375
  */
1241
- export declare const de_DescribeChannelMembershipForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
376
+ export declare const de_DeleteAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCommandOutput>;
1242
377
  /**
1243
- * deserializeAws_restJson1DescribeChannelModeratedByAppInstanceUserCommand
378
+ * deserializeAws_restJson1DeleteEventsConfigurationCommand
1244
379
  */
1245
- export declare const de_DescribeChannelModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
380
+ export declare const de_DeleteEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventsConfigurationCommandOutput>;
1246
381
  /**
1247
- * deserializeAws_restJson1DescribeChannelModeratorCommand
382
+ * deserializeAws_restJson1DeletePhoneNumberCommand
1248
383
  */
1249
- export declare const de_DescribeChannelModeratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelModeratorCommandOutput>;
384
+ export declare const de_DeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePhoneNumberCommandOutput>;
1250
385
  /**
1251
- * deserializeAws_restJson1DisassociatePhoneNumberFromUserCommand
386
+ * deserializeAws_restJson1DeleteRoomCommand
1252
387
  */
1253
- export declare const de_DisassociatePhoneNumberFromUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
388
+ export declare const de_DeleteRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomCommandOutput>;
1254
389
  /**
1255
- * deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorCommand
390
+ * deserializeAws_restJson1DeleteRoomMembershipCommand
1256
391
  */
1257
- export declare const de_DisassociatePhoneNumbersFromVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
392
+ export declare const de_DeleteRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomMembershipCommandOutput>;
1258
393
  /**
1259
- * deserializeAws_restJson1DisassociatePhoneNumbersFromVoiceConnectorGroupCommand
394
+ * deserializeAws_restJson1DisassociatePhoneNumberFromUserCommand
1260
395
  */
1261
- export declare const de_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
396
+ export declare const de_DisassociatePhoneNumberFromUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
1262
397
  /**
1263
398
  * deserializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand
1264
399
  */
@@ -1271,26 +406,10 @@ export declare const de_GetAccountCommand: (output: __HttpResponse, context: __S
1271
406
  * deserializeAws_restJson1GetAccountSettingsCommand
1272
407
  */
1273
408
  export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
1274
- /**
1275
- * deserializeAws_restJson1GetAppInstanceRetentionSettingsCommand
1276
- */
1277
- export declare const de_GetAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
1278
- /**
1279
- * deserializeAws_restJson1GetAppInstanceStreamingConfigurationsCommand
1280
- */
1281
- export declare const de_GetAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
1282
- /**
1283
- * deserializeAws_restJson1GetAttendeeCommand
1284
- */
1285
- export declare const de_GetAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAttendeeCommandOutput>;
1286
409
  /**
1287
410
  * deserializeAws_restJson1GetBotCommand
1288
411
  */
1289
412
  export declare const de_GetBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotCommandOutput>;
1290
- /**
1291
- * deserializeAws_restJson1GetChannelMessageCommand
1292
- */
1293
- export declare const de_GetChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelMessageCommandOutput>;
1294
413
  /**
1295
414
  * deserializeAws_restJson1GetEventsConfigurationCommand
1296
415
  */
@@ -1299,18 +418,6 @@ export declare const de_GetEventsConfigurationCommand: (output: __HttpResponse,
1299
418
  * deserializeAws_restJson1GetGlobalSettingsCommand
1300
419
  */
1301
420
  export declare const de_GetGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlobalSettingsCommandOutput>;
1302
- /**
1303
- * deserializeAws_restJson1GetMediaCapturePipelineCommand
1304
- */
1305
- export declare const de_GetMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCapturePipelineCommandOutput>;
1306
- /**
1307
- * deserializeAws_restJson1GetMeetingCommand
1308
- */
1309
- export declare const de_GetMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMeetingCommandOutput>;
1310
- /**
1311
- * deserializeAws_restJson1GetMessagingSessionEndpointCommand
1312
- */
1313
- export declare const de_GetMessagingSessionEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessagingSessionEndpointCommandOutput>;
1314
421
  /**
1315
422
  * deserializeAws_restJson1GetPhoneNumberCommand
1316
423
  */
@@ -1323,10 +430,6 @@ export declare const de_GetPhoneNumberOrderCommand: (output: __HttpResponse, con
1323
430
  * deserializeAws_restJson1GetPhoneNumberSettingsCommand
1324
431
  */
1325
432
  export declare const de_GetPhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberSettingsCommandOutput>;
1326
- /**
1327
- * deserializeAws_restJson1GetProxySessionCommand
1328
- */
1329
- export declare const de_GetProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProxySessionCommandOutput>;
1330
433
  /**
1331
434
  * deserializeAws_restJson1GetRetentionSettingsCommand
1332
435
  */
@@ -1335,18 +438,6 @@ export declare const de_GetRetentionSettingsCommand: (output: __HttpResponse, co
1335
438
  * deserializeAws_restJson1GetRoomCommand
1336
439
  */
1337
440
  export declare const de_GetRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoomCommandOutput>;
1338
- /**
1339
- * deserializeAws_restJson1GetSipMediaApplicationCommand
1340
- */
1341
- export declare const de_GetSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipMediaApplicationCommandOutput>;
1342
- /**
1343
- * deserializeAws_restJson1GetSipMediaApplicationLoggingConfigurationCommand
1344
- */
1345
- export declare const de_GetSipMediaApplicationLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
1346
- /**
1347
- * deserializeAws_restJson1GetSipRuleCommand
1348
- */
1349
- export declare const de_GetSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSipRuleCommandOutput>;
1350
441
  /**
1351
442
  * deserializeAws_restJson1GetUserCommand
1352
443
  */
@@ -1355,42 +446,6 @@ export declare const de_GetUserCommand: (output: __HttpResponse, context: __Serd
1355
446
  * deserializeAws_restJson1GetUserSettingsCommand
1356
447
  */
1357
448
  export declare const de_GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
1358
- /**
1359
- * deserializeAws_restJson1GetVoiceConnectorCommand
1360
- */
1361
- export declare const de_GetVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorCommandOutput>;
1362
- /**
1363
- * deserializeAws_restJson1GetVoiceConnectorEmergencyCallingConfigurationCommand
1364
- */
1365
- export declare const de_GetVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1366
- /**
1367
- * deserializeAws_restJson1GetVoiceConnectorGroupCommand
1368
- */
1369
- export declare const de_GetVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorGroupCommandOutput>;
1370
- /**
1371
- * deserializeAws_restJson1GetVoiceConnectorLoggingConfigurationCommand
1372
- */
1373
- export declare const de_GetVoiceConnectorLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
1374
- /**
1375
- * deserializeAws_restJson1GetVoiceConnectorOriginationCommand
1376
- */
1377
- export declare const de_GetVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorOriginationCommandOutput>;
1378
- /**
1379
- * deserializeAws_restJson1GetVoiceConnectorProxyCommand
1380
- */
1381
- export declare const de_GetVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorProxyCommandOutput>;
1382
- /**
1383
- * deserializeAws_restJson1GetVoiceConnectorStreamingConfigurationCommand
1384
- */
1385
- export declare const de_GetVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
1386
- /**
1387
- * deserializeAws_restJson1GetVoiceConnectorTerminationCommand
1388
- */
1389
- export declare const de_GetVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorTerminationCommandOutput>;
1390
- /**
1391
- * deserializeAws_restJson1GetVoiceConnectorTerminationHealthCommand
1392
- */
1393
- export declare const de_GetVoiceConnectorTerminationHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
1394
449
  /**
1395
450
  * deserializeAws_restJson1InviteUsersCommand
1396
451
  */
@@ -1399,70 +454,10 @@ export declare const de_InviteUsersCommand: (output: __HttpResponse, context: __
1399
454
  * deserializeAws_restJson1ListAccountsCommand
1400
455
  */
1401
456
  export declare const de_ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
1402
- /**
1403
- * deserializeAws_restJson1ListAppInstanceAdminsCommand
1404
- */
1405
- export declare const de_ListAppInstanceAdminsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceAdminsCommandOutput>;
1406
- /**
1407
- * deserializeAws_restJson1ListAppInstancesCommand
1408
- */
1409
- export declare const de_ListAppInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstancesCommandOutput>;
1410
- /**
1411
- * deserializeAws_restJson1ListAppInstanceUsersCommand
1412
- */
1413
- export declare const de_ListAppInstanceUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppInstanceUsersCommandOutput>;
1414
- /**
1415
- * deserializeAws_restJson1ListAttendeesCommand
1416
- */
1417
- export declare const de_ListAttendeesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeesCommandOutput>;
1418
- /**
1419
- * deserializeAws_restJson1ListAttendeeTagsCommand
1420
- */
1421
- export declare const de_ListAttendeeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttendeeTagsCommandOutput>;
1422
457
  /**
1423
458
  * deserializeAws_restJson1ListBotsCommand
1424
459
  */
1425
460
  export declare const de_ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
1426
- /**
1427
- * deserializeAws_restJson1ListChannelBansCommand
1428
- */
1429
- export declare const de_ListChannelBansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelBansCommandOutput>;
1430
- /**
1431
- * deserializeAws_restJson1ListChannelMembershipsCommand
1432
- */
1433
- export declare const de_ListChannelMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsCommandOutput>;
1434
- /**
1435
- * deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand
1436
- */
1437
- export declare const de_ListChannelMembershipsForAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
1438
- /**
1439
- * deserializeAws_restJson1ListChannelMessagesCommand
1440
- */
1441
- export declare const de_ListChannelMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelMessagesCommandOutput>;
1442
- /**
1443
- * deserializeAws_restJson1ListChannelModeratorsCommand
1444
- */
1445
- export declare const de_ListChannelModeratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelModeratorsCommandOutput>;
1446
- /**
1447
- * deserializeAws_restJson1ListChannelsCommand
1448
- */
1449
- export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
1450
- /**
1451
- * deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand
1452
- */
1453
- export declare const de_ListChannelsModeratedByAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
1454
- /**
1455
- * deserializeAws_restJson1ListMediaCapturePipelinesCommand
1456
- */
1457
- export declare const de_ListMediaCapturePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaCapturePipelinesCommandOutput>;
1458
- /**
1459
- * deserializeAws_restJson1ListMeetingsCommand
1460
- */
1461
- export declare const de_ListMeetingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeetingsCommandOutput>;
1462
- /**
1463
- * deserializeAws_restJson1ListMeetingTagsCommand
1464
- */
1465
- export declare const de_ListMeetingTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeetingTagsCommandOutput>;
1466
461
  /**
1467
462
  * deserializeAws_restJson1ListPhoneNumberOrdersCommand
1468
463
  */
@@ -1471,10 +466,6 @@ export declare const de_ListPhoneNumberOrdersCommand: (output: __HttpResponse, c
1471
466
  * deserializeAws_restJson1ListPhoneNumbersCommand
1472
467
  */
1473
468
  export declare const de_ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
1474
- /**
1475
- * deserializeAws_restJson1ListProxySessionsCommand
1476
- */
1477
- export declare const de_ListProxySessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProxySessionsCommandOutput>;
1478
469
  /**
1479
470
  * deserializeAws_restJson1ListRoomMembershipsCommand
1480
471
  */
@@ -1483,50 +474,18 @@ export declare const de_ListRoomMembershipsCommand: (output: __HttpResponse, con
1483
474
  * deserializeAws_restJson1ListRoomsCommand
1484
475
  */
1485
476
  export declare const de_ListRoomsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomsCommandOutput>;
1486
- /**
1487
- * deserializeAws_restJson1ListSipMediaApplicationsCommand
1488
- */
1489
- export declare const de_ListSipMediaApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSipMediaApplicationsCommandOutput>;
1490
- /**
1491
- * deserializeAws_restJson1ListSipRulesCommand
1492
- */
1493
- export declare const de_ListSipRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSipRulesCommandOutput>;
1494
477
  /**
1495
478
  * deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommand
1496
479
  */
1497
480
  export declare const de_ListSupportedPhoneNumberCountriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
1498
- /**
1499
- * deserializeAws_restJson1ListTagsForResourceCommand
1500
- */
1501
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
1502
481
  /**
1503
482
  * deserializeAws_restJson1ListUsersCommand
1504
483
  */
1505
484
  export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
1506
- /**
1507
- * deserializeAws_restJson1ListVoiceConnectorGroupsCommand
1508
- */
1509
- export declare const de_ListVoiceConnectorGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorGroupsCommandOutput>;
1510
- /**
1511
- * deserializeAws_restJson1ListVoiceConnectorsCommand
1512
- */
1513
- export declare const de_ListVoiceConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorsCommandOutput>;
1514
- /**
1515
- * deserializeAws_restJson1ListVoiceConnectorTerminationCredentialsCommand
1516
- */
1517
- export declare const de_ListVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
1518
485
  /**
1519
486
  * deserializeAws_restJson1LogoutUserCommand
1520
487
  */
1521
488
  export declare const de_LogoutUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LogoutUserCommandOutput>;
1522
- /**
1523
- * deserializeAws_restJson1PutAppInstanceRetentionSettingsCommand
1524
- */
1525
- export declare const de_PutAppInstanceRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
1526
- /**
1527
- * deserializeAws_restJson1PutAppInstanceStreamingConfigurationsCommand
1528
- */
1529
- export declare const de_PutAppInstanceStreamingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
1530
489
  /**
1531
490
  * deserializeAws_restJson1PutEventsConfigurationCommand
1532
491
  */
@@ -1535,42 +494,6 @@ export declare const de_PutEventsConfigurationCommand: (output: __HttpResponse,
1535
494
  * deserializeAws_restJson1PutRetentionSettingsCommand
1536
495
  */
1537
496
  export declare const de_PutRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRetentionSettingsCommandOutput>;
1538
- /**
1539
- * deserializeAws_restJson1PutSipMediaApplicationLoggingConfigurationCommand
1540
- */
1541
- export declare const de_PutSipMediaApplicationLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
1542
- /**
1543
- * deserializeAws_restJson1PutVoiceConnectorEmergencyCallingConfigurationCommand
1544
- */
1545
- export declare const de_PutVoiceConnectorEmergencyCallingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1546
- /**
1547
- * deserializeAws_restJson1PutVoiceConnectorLoggingConfigurationCommand
1548
- */
1549
- export declare const de_PutVoiceConnectorLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
1550
- /**
1551
- * deserializeAws_restJson1PutVoiceConnectorOriginationCommand
1552
- */
1553
- export declare const de_PutVoiceConnectorOriginationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorOriginationCommandOutput>;
1554
- /**
1555
- * deserializeAws_restJson1PutVoiceConnectorProxyCommand
1556
- */
1557
- export declare const de_PutVoiceConnectorProxyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorProxyCommandOutput>;
1558
- /**
1559
- * deserializeAws_restJson1PutVoiceConnectorStreamingConfigurationCommand
1560
- */
1561
- export declare const de_PutVoiceConnectorStreamingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
1562
- /**
1563
- * deserializeAws_restJson1PutVoiceConnectorTerminationCommand
1564
- */
1565
- export declare const de_PutVoiceConnectorTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorTerminationCommandOutput>;
1566
- /**
1567
- * deserializeAws_restJson1PutVoiceConnectorTerminationCredentialsCommand
1568
- */
1569
- export declare const de_PutVoiceConnectorTerminationCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
1570
- /**
1571
- * deserializeAws_restJson1RedactChannelMessageCommand
1572
- */
1573
- export declare const de_RedactChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactChannelMessageCommandOutput>;
1574
497
  /**
1575
498
  * deserializeAws_restJson1RedactConversationMessageCommand
1576
499
  */
@@ -1595,42 +518,6 @@ export declare const de_RestorePhoneNumberCommand: (output: __HttpResponse, cont
1595
518
  * deserializeAws_restJson1SearchAvailablePhoneNumbersCommand
1596
519
  */
1597
520
  export declare const de_SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
1598
- /**
1599
- * deserializeAws_restJson1SendChannelMessageCommand
1600
- */
1601
- export declare const de_SendChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendChannelMessageCommandOutput>;
1602
- /**
1603
- * deserializeAws_restJson1StartMeetingTranscriptionCommand
1604
- */
1605
- export declare const de_StartMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMeetingTranscriptionCommandOutput>;
1606
- /**
1607
- * deserializeAws_restJson1StopMeetingTranscriptionCommand
1608
- */
1609
- export declare const de_StopMeetingTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMeetingTranscriptionCommandOutput>;
1610
- /**
1611
- * deserializeAws_restJson1TagAttendeeCommand
1612
- */
1613
- export declare const de_TagAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagAttendeeCommandOutput>;
1614
- /**
1615
- * deserializeAws_restJson1TagMeetingCommand
1616
- */
1617
- export declare const de_TagMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagMeetingCommandOutput>;
1618
- /**
1619
- * deserializeAws_restJson1TagResourceCommand
1620
- */
1621
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
1622
- /**
1623
- * deserializeAws_restJson1UntagAttendeeCommand
1624
- */
1625
- export declare const de_UntagAttendeeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagAttendeeCommandOutput>;
1626
- /**
1627
- * deserializeAws_restJson1UntagMeetingCommand
1628
- */
1629
- export declare const de_UntagMeetingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagMeetingCommandOutput>;
1630
- /**
1631
- * deserializeAws_restJson1UntagResourceCommand
1632
- */
1633
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
1634
521
  /**
1635
522
  * deserializeAws_restJson1UpdateAccountCommand
1636
523
  */
@@ -1639,30 +526,10 @@ export declare const de_UpdateAccountCommand: (output: __HttpResponse, context:
1639
526
  * deserializeAws_restJson1UpdateAccountSettingsCommand
1640
527
  */
1641
528
  export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
1642
- /**
1643
- * deserializeAws_restJson1UpdateAppInstanceCommand
1644
- */
1645
- export declare const de_UpdateAppInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceCommandOutput>;
1646
- /**
1647
- * deserializeAws_restJson1UpdateAppInstanceUserCommand
1648
- */
1649
- export declare const de_UpdateAppInstanceUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppInstanceUserCommandOutput>;
1650
529
  /**
1651
530
  * deserializeAws_restJson1UpdateBotCommand
1652
531
  */
1653
532
  export declare const de_UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
1654
- /**
1655
- * deserializeAws_restJson1UpdateChannelCommand
1656
- */
1657
- export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
1658
- /**
1659
- * deserializeAws_restJson1UpdateChannelMessageCommand
1660
- */
1661
- export declare const de_UpdateChannelMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelMessageCommandOutput>;
1662
- /**
1663
- * deserializeAws_restJson1UpdateChannelReadMarkerCommand
1664
- */
1665
- export declare const de_UpdateChannelReadMarkerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelReadMarkerCommandOutput>;
1666
533
  /**
1667
534
  * deserializeAws_restJson1UpdateGlobalSettingsCommand
1668
535
  */
@@ -1675,10 +542,6 @@ export declare const de_UpdatePhoneNumberCommand: (output: __HttpResponse, conte
1675
542
  * deserializeAws_restJson1UpdatePhoneNumberSettingsCommand
1676
543
  */
1677
544
  export declare const de_UpdatePhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
1678
- /**
1679
- * deserializeAws_restJson1UpdateProxySessionCommand
1680
- */
1681
- export declare const de_UpdateProxySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProxySessionCommandOutput>;
1682
545
  /**
1683
546
  * deserializeAws_restJson1UpdateRoomCommand
1684
547
  */
@@ -1687,18 +550,6 @@ export declare const de_UpdateRoomCommand: (output: __HttpResponse, context: __S
1687
550
  * deserializeAws_restJson1UpdateRoomMembershipCommand
1688
551
  */
1689
552
  export declare const de_UpdateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomMembershipCommandOutput>;
1690
- /**
1691
- * deserializeAws_restJson1UpdateSipMediaApplicationCommand
1692
- */
1693
- export declare const de_UpdateSipMediaApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipMediaApplicationCommandOutput>;
1694
- /**
1695
- * deserializeAws_restJson1UpdateSipMediaApplicationCallCommand
1696
- */
1697
- export declare const de_UpdateSipMediaApplicationCallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipMediaApplicationCallCommandOutput>;
1698
- /**
1699
- * deserializeAws_restJson1UpdateSipRuleCommand
1700
- */
1701
- export declare const de_UpdateSipRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSipRuleCommandOutput>;
1702
553
  /**
1703
554
  * deserializeAws_restJson1UpdateUserCommand
1704
555
  */
@@ -1707,15 +558,3 @@ export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __S
1707
558
  * deserializeAws_restJson1UpdateUserSettingsCommand
1708
559
  */
1709
560
  export declare const de_UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;
1710
- /**
1711
- * deserializeAws_restJson1UpdateVoiceConnectorCommand
1712
- */
1713
- export declare const de_UpdateVoiceConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVoiceConnectorCommandOutput>;
1714
- /**
1715
- * deserializeAws_restJson1UpdateVoiceConnectorGroupCommand
1716
- */
1717
- export declare const de_UpdateVoiceConnectorGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVoiceConnectorGroupCommandOutput>;
1718
- /**
1719
- * deserializeAws_restJson1ValidateE911AddressCommand
1720
- */
1721
- export declare const de_ValidateE911AddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateE911AddressCommandOutput>;