@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
@@ -3,14 +3,6 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@smithy/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociatePhoneNumbersWithVoiceConnectorCommandInput,
8
- AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
9
- } from "../commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
10
- import {
11
- AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
12
- AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
13
- } from "../commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
14
6
  import {
15
7
  AssociatePhoneNumberWithUserCommandInput,
16
8
  AssociatePhoneNumberWithUserCommandOutput,
@@ -19,14 +11,6 @@ import {
19
11
  AssociateSigninDelegateGroupsWithAccountCommandInput,
20
12
  AssociateSigninDelegateGroupsWithAccountCommandOutput,
21
13
  } from "../commands/AssociateSigninDelegateGroupsWithAccountCommand";
22
- import {
23
- BatchCreateAttendeeCommandInput,
24
- BatchCreateAttendeeCommandOutput,
25
- } from "../commands/BatchCreateAttendeeCommand";
26
- import {
27
- BatchCreateChannelMembershipCommandInput,
28
- BatchCreateChannelMembershipCommandOutput,
29
- } from "../commands/BatchCreateChannelMembershipCommand";
30
14
  import {
31
15
  BatchCreateRoomMembershipCommandInput,
32
16
  BatchCreateRoomMembershipCommandOutput,
@@ -55,66 +39,18 @@ import {
55
39
  CreateAccountCommandInput,
56
40
  CreateAccountCommandOutput,
57
41
  } from "../commands/CreateAccountCommand";
58
- import {
59
- CreateAppInstanceAdminCommandInput,
60
- CreateAppInstanceAdminCommandOutput,
61
- } from "../commands/CreateAppInstanceAdminCommand";
62
- import {
63
- CreateAppInstanceCommandInput,
64
- CreateAppInstanceCommandOutput,
65
- } from "../commands/CreateAppInstanceCommand";
66
- import {
67
- CreateAppInstanceUserCommandInput,
68
- CreateAppInstanceUserCommandOutput,
69
- } from "../commands/CreateAppInstanceUserCommand";
70
- import {
71
- CreateAttendeeCommandInput,
72
- CreateAttendeeCommandOutput,
73
- } from "../commands/CreateAttendeeCommand";
74
42
  import {
75
43
  CreateBotCommandInput,
76
44
  CreateBotCommandOutput,
77
45
  } from "../commands/CreateBotCommand";
78
- import {
79
- CreateChannelBanCommandInput,
80
- CreateChannelBanCommandOutput,
81
- } from "../commands/CreateChannelBanCommand";
82
- import {
83
- CreateChannelCommandInput,
84
- CreateChannelCommandOutput,
85
- } from "../commands/CreateChannelCommand";
86
- import {
87
- CreateChannelMembershipCommandInput,
88
- CreateChannelMembershipCommandOutput,
89
- } from "../commands/CreateChannelMembershipCommand";
90
- import {
91
- CreateChannelModeratorCommandInput,
92
- CreateChannelModeratorCommandOutput,
93
- } from "../commands/CreateChannelModeratorCommand";
94
- import {
95
- CreateMediaCapturePipelineCommandInput,
96
- CreateMediaCapturePipelineCommandOutput,
97
- } from "../commands/CreateMediaCapturePipelineCommand";
98
- import {
99
- CreateMeetingCommandInput,
100
- CreateMeetingCommandOutput,
101
- } from "../commands/CreateMeetingCommand";
102
46
  import {
103
47
  CreateMeetingDialOutCommandInput,
104
48
  CreateMeetingDialOutCommandOutput,
105
49
  } from "../commands/CreateMeetingDialOutCommand";
106
- import {
107
- CreateMeetingWithAttendeesCommandInput,
108
- CreateMeetingWithAttendeesCommandOutput,
109
- } from "../commands/CreateMeetingWithAttendeesCommand";
110
50
  import {
111
51
  CreatePhoneNumberOrderCommandInput,
112
52
  CreatePhoneNumberOrderCommandOutput,
113
53
  } from "../commands/CreatePhoneNumberOrderCommand";
114
- import {
115
- CreateProxySessionCommandInput,
116
- CreateProxySessionCommandOutput,
117
- } from "../commands/CreateProxySessionCommand";
118
54
  import {
119
55
  CreateRoomCommandInput,
120
56
  CreateRoomCommandOutput,
@@ -123,94 +59,22 @@ import {
123
59
  CreateRoomMembershipCommandInput,
124
60
  CreateRoomMembershipCommandOutput,
125
61
  } from "../commands/CreateRoomMembershipCommand";
126
- import {
127
- CreateSipMediaApplicationCallCommandInput,
128
- CreateSipMediaApplicationCallCommandOutput,
129
- } from "../commands/CreateSipMediaApplicationCallCommand";
130
- import {
131
- CreateSipMediaApplicationCommandInput,
132
- CreateSipMediaApplicationCommandOutput,
133
- } from "../commands/CreateSipMediaApplicationCommand";
134
- import {
135
- CreateSipRuleCommandInput,
136
- CreateSipRuleCommandOutput,
137
- } from "../commands/CreateSipRuleCommand";
138
62
  import {
139
63
  CreateUserCommandInput,
140
64
  CreateUserCommandOutput,
141
65
  } from "../commands/CreateUserCommand";
142
- import {
143
- CreateVoiceConnectorCommandInput,
144
- CreateVoiceConnectorCommandOutput,
145
- } from "../commands/CreateVoiceConnectorCommand";
146
- import {
147
- CreateVoiceConnectorGroupCommandInput,
148
- CreateVoiceConnectorGroupCommandOutput,
149
- } from "../commands/CreateVoiceConnectorGroupCommand";
150
66
  import {
151
67
  DeleteAccountCommandInput,
152
68
  DeleteAccountCommandOutput,
153
69
  } from "../commands/DeleteAccountCommand";
154
- import {
155
- DeleteAppInstanceAdminCommandInput,
156
- DeleteAppInstanceAdminCommandOutput,
157
- } from "../commands/DeleteAppInstanceAdminCommand";
158
- import {
159
- DeleteAppInstanceCommandInput,
160
- DeleteAppInstanceCommandOutput,
161
- } from "../commands/DeleteAppInstanceCommand";
162
- import {
163
- DeleteAppInstanceStreamingConfigurationsCommandInput,
164
- DeleteAppInstanceStreamingConfigurationsCommandOutput,
165
- } from "../commands/DeleteAppInstanceStreamingConfigurationsCommand";
166
- import {
167
- DeleteAppInstanceUserCommandInput,
168
- DeleteAppInstanceUserCommandOutput,
169
- } from "../commands/DeleteAppInstanceUserCommand";
170
- import {
171
- DeleteAttendeeCommandInput,
172
- DeleteAttendeeCommandOutput,
173
- } from "../commands/DeleteAttendeeCommand";
174
- import {
175
- DeleteChannelBanCommandInput,
176
- DeleteChannelBanCommandOutput,
177
- } from "../commands/DeleteChannelBanCommand";
178
- import {
179
- DeleteChannelCommandInput,
180
- DeleteChannelCommandOutput,
181
- } from "../commands/DeleteChannelCommand";
182
- import {
183
- DeleteChannelMembershipCommandInput,
184
- DeleteChannelMembershipCommandOutput,
185
- } from "../commands/DeleteChannelMembershipCommand";
186
- import {
187
- DeleteChannelMessageCommandInput,
188
- DeleteChannelMessageCommandOutput,
189
- } from "../commands/DeleteChannelMessageCommand";
190
- import {
191
- DeleteChannelModeratorCommandInput,
192
- DeleteChannelModeratorCommandOutput,
193
- } from "../commands/DeleteChannelModeratorCommand";
194
70
  import {
195
71
  DeleteEventsConfigurationCommandInput,
196
72
  DeleteEventsConfigurationCommandOutput,
197
73
  } from "../commands/DeleteEventsConfigurationCommand";
198
- import {
199
- DeleteMediaCapturePipelineCommandInput,
200
- DeleteMediaCapturePipelineCommandOutput,
201
- } from "../commands/DeleteMediaCapturePipelineCommand";
202
- import {
203
- DeleteMeetingCommandInput,
204
- DeleteMeetingCommandOutput,
205
- } from "../commands/DeleteMeetingCommand";
206
74
  import {
207
75
  DeletePhoneNumberCommandInput,
208
76
  DeletePhoneNumberCommandOutput,
209
77
  } from "../commands/DeletePhoneNumberCommand";
210
- import {
211
- DeleteProxySessionCommandInput,
212
- DeleteProxySessionCommandOutput,
213
- } from "../commands/DeleteProxySessionCommand";
214
78
  import {
215
79
  DeleteRoomCommandInput,
216
80
  DeleteRoomCommandOutput,
@@ -219,94 +83,10 @@ import {
219
83
  DeleteRoomMembershipCommandInput,
220
84
  DeleteRoomMembershipCommandOutput,
221
85
  } from "../commands/DeleteRoomMembershipCommand";
222
- import {
223
- DeleteSipMediaApplicationCommandInput,
224
- DeleteSipMediaApplicationCommandOutput,
225
- } from "../commands/DeleteSipMediaApplicationCommand";
226
- import {
227
- DeleteSipRuleCommandInput,
228
- DeleteSipRuleCommandOutput,
229
- } from "../commands/DeleteSipRuleCommand";
230
- import {
231
- DeleteVoiceConnectorCommandInput,
232
- DeleteVoiceConnectorCommandOutput,
233
- } from "../commands/DeleteVoiceConnectorCommand";
234
- import {
235
- DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
236
- DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
237
- } from "../commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
238
- import {
239
- DeleteVoiceConnectorGroupCommandInput,
240
- DeleteVoiceConnectorGroupCommandOutput,
241
- } from "../commands/DeleteVoiceConnectorGroupCommand";
242
- import {
243
- DeleteVoiceConnectorOriginationCommandInput,
244
- DeleteVoiceConnectorOriginationCommandOutput,
245
- } from "../commands/DeleteVoiceConnectorOriginationCommand";
246
- import {
247
- DeleteVoiceConnectorProxyCommandInput,
248
- DeleteVoiceConnectorProxyCommandOutput,
249
- } from "../commands/DeleteVoiceConnectorProxyCommand";
250
- import {
251
- DeleteVoiceConnectorStreamingConfigurationCommandInput,
252
- DeleteVoiceConnectorStreamingConfigurationCommandOutput,
253
- } from "../commands/DeleteVoiceConnectorStreamingConfigurationCommand";
254
- import {
255
- DeleteVoiceConnectorTerminationCommandInput,
256
- DeleteVoiceConnectorTerminationCommandOutput,
257
- } from "../commands/DeleteVoiceConnectorTerminationCommand";
258
- import {
259
- DeleteVoiceConnectorTerminationCredentialsCommandInput,
260
- DeleteVoiceConnectorTerminationCredentialsCommandOutput,
261
- } from "../commands/DeleteVoiceConnectorTerminationCredentialsCommand";
262
- import {
263
- DescribeAppInstanceAdminCommandInput,
264
- DescribeAppInstanceAdminCommandOutput,
265
- } from "../commands/DescribeAppInstanceAdminCommand";
266
- import {
267
- DescribeAppInstanceCommandInput,
268
- DescribeAppInstanceCommandOutput,
269
- } from "../commands/DescribeAppInstanceCommand";
270
- import {
271
- DescribeAppInstanceUserCommandInput,
272
- DescribeAppInstanceUserCommandOutput,
273
- } from "../commands/DescribeAppInstanceUserCommand";
274
- import {
275
- DescribeChannelBanCommandInput,
276
- DescribeChannelBanCommandOutput,
277
- } from "../commands/DescribeChannelBanCommand";
278
- import {
279
- DescribeChannelCommandInput,
280
- DescribeChannelCommandOutput,
281
- } from "../commands/DescribeChannelCommand";
282
- import {
283
- DescribeChannelMembershipCommandInput,
284
- DescribeChannelMembershipCommandOutput,
285
- } from "../commands/DescribeChannelMembershipCommand";
286
- import {
287
- DescribeChannelMembershipForAppInstanceUserCommandInput,
288
- DescribeChannelMembershipForAppInstanceUserCommandOutput,
289
- } from "../commands/DescribeChannelMembershipForAppInstanceUserCommand";
290
- import {
291
- DescribeChannelModeratedByAppInstanceUserCommandInput,
292
- DescribeChannelModeratedByAppInstanceUserCommandOutput,
293
- } from "../commands/DescribeChannelModeratedByAppInstanceUserCommand";
294
- import {
295
- DescribeChannelModeratorCommandInput,
296
- DescribeChannelModeratorCommandOutput,
297
- } from "../commands/DescribeChannelModeratorCommand";
298
86
  import {
299
87
  DisassociatePhoneNumberFromUserCommandInput,
300
88
  DisassociatePhoneNumberFromUserCommandOutput,
301
89
  } from "../commands/DisassociatePhoneNumberFromUserCommand";
302
- import {
303
- DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
304
- DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
305
- } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
306
- import {
307
- DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
308
- DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
309
- } from "../commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
310
90
  import {
311
91
  DisassociateSigninDelegateGroupsFromAccountCommandInput,
312
92
  DisassociateSigninDelegateGroupsFromAccountCommandOutput,
@@ -319,26 +99,10 @@ import {
319
99
  GetAccountSettingsCommandInput,
320
100
  GetAccountSettingsCommandOutput,
321
101
  } from "../commands/GetAccountSettingsCommand";
322
- import {
323
- GetAppInstanceRetentionSettingsCommandInput,
324
- GetAppInstanceRetentionSettingsCommandOutput,
325
- } from "../commands/GetAppInstanceRetentionSettingsCommand";
326
- import {
327
- GetAppInstanceStreamingConfigurationsCommandInput,
328
- GetAppInstanceStreamingConfigurationsCommandOutput,
329
- } from "../commands/GetAppInstanceStreamingConfigurationsCommand";
330
- import {
331
- GetAttendeeCommandInput,
332
- GetAttendeeCommandOutput,
333
- } from "../commands/GetAttendeeCommand";
334
102
  import {
335
103
  GetBotCommandInput,
336
104
  GetBotCommandOutput,
337
105
  } from "../commands/GetBotCommand";
338
- import {
339
- GetChannelMessageCommandInput,
340
- GetChannelMessageCommandOutput,
341
- } from "../commands/GetChannelMessageCommand";
342
106
  import {
343
107
  GetEventsConfigurationCommandInput,
344
108
  GetEventsConfigurationCommandOutput,
@@ -347,18 +111,6 @@ import {
347
111
  GetGlobalSettingsCommandInput,
348
112
  GetGlobalSettingsCommandOutput,
349
113
  } from "../commands/GetGlobalSettingsCommand";
350
- import {
351
- GetMediaCapturePipelineCommandInput,
352
- GetMediaCapturePipelineCommandOutput,
353
- } from "../commands/GetMediaCapturePipelineCommand";
354
- import {
355
- GetMeetingCommandInput,
356
- GetMeetingCommandOutput,
357
- } from "../commands/GetMeetingCommand";
358
- import {
359
- GetMessagingSessionEndpointCommandInput,
360
- GetMessagingSessionEndpointCommandOutput,
361
- } from "../commands/GetMessagingSessionEndpointCommand";
362
114
  import {
363
115
  GetPhoneNumberCommandInput,
364
116
  GetPhoneNumberCommandOutput,
@@ -371,10 +123,6 @@ import {
371
123
  GetPhoneNumberSettingsCommandInput,
372
124
  GetPhoneNumberSettingsCommandOutput,
373
125
  } from "../commands/GetPhoneNumberSettingsCommand";
374
- import {
375
- GetProxySessionCommandInput,
376
- GetProxySessionCommandOutput,
377
- } from "../commands/GetProxySessionCommand";
378
126
  import {
379
127
  GetRetentionSettingsCommandInput,
380
128
  GetRetentionSettingsCommandOutput,
@@ -383,18 +131,6 @@ import {
383
131
  GetRoomCommandInput,
384
132
  GetRoomCommandOutput,
385
133
  } from "../commands/GetRoomCommand";
386
- import {
387
- GetSipMediaApplicationCommandInput,
388
- GetSipMediaApplicationCommandOutput,
389
- } from "../commands/GetSipMediaApplicationCommand";
390
- import {
391
- GetSipMediaApplicationLoggingConfigurationCommandInput,
392
- GetSipMediaApplicationLoggingConfigurationCommandOutput,
393
- } from "../commands/GetSipMediaApplicationLoggingConfigurationCommand";
394
- import {
395
- GetSipRuleCommandInput,
396
- GetSipRuleCommandOutput,
397
- } from "../commands/GetSipRuleCommand";
398
134
  import {
399
135
  GetUserCommandInput,
400
136
  GetUserCommandOutput,
@@ -403,42 +139,6 @@ import {
403
139
  GetUserSettingsCommandInput,
404
140
  GetUserSettingsCommandOutput,
405
141
  } from "../commands/GetUserSettingsCommand";
406
- import {
407
- GetVoiceConnectorCommandInput,
408
- GetVoiceConnectorCommandOutput,
409
- } from "../commands/GetVoiceConnectorCommand";
410
- import {
411
- GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
412
- GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
413
- } from "../commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
414
- import {
415
- GetVoiceConnectorGroupCommandInput,
416
- GetVoiceConnectorGroupCommandOutput,
417
- } from "../commands/GetVoiceConnectorGroupCommand";
418
- import {
419
- GetVoiceConnectorLoggingConfigurationCommandInput,
420
- GetVoiceConnectorLoggingConfigurationCommandOutput,
421
- } from "../commands/GetVoiceConnectorLoggingConfigurationCommand";
422
- import {
423
- GetVoiceConnectorOriginationCommandInput,
424
- GetVoiceConnectorOriginationCommandOutput,
425
- } from "../commands/GetVoiceConnectorOriginationCommand";
426
- import {
427
- GetVoiceConnectorProxyCommandInput,
428
- GetVoiceConnectorProxyCommandOutput,
429
- } from "../commands/GetVoiceConnectorProxyCommand";
430
- import {
431
- GetVoiceConnectorStreamingConfigurationCommandInput,
432
- GetVoiceConnectorStreamingConfigurationCommandOutput,
433
- } from "../commands/GetVoiceConnectorStreamingConfigurationCommand";
434
- import {
435
- GetVoiceConnectorTerminationCommandInput,
436
- GetVoiceConnectorTerminationCommandOutput,
437
- } from "../commands/GetVoiceConnectorTerminationCommand";
438
- import {
439
- GetVoiceConnectorTerminationHealthCommandInput,
440
- GetVoiceConnectorTerminationHealthCommandOutput,
441
- } from "../commands/GetVoiceConnectorTerminationHealthCommand";
442
142
  import {
443
143
  InviteUsersCommandInput,
444
144
  InviteUsersCommandOutput,
@@ -447,70 +147,10 @@ import {
447
147
  ListAccountsCommandInput,
448
148
  ListAccountsCommandOutput,
449
149
  } from "../commands/ListAccountsCommand";
450
- import {
451
- ListAppInstanceAdminsCommandInput,
452
- ListAppInstanceAdminsCommandOutput,
453
- } from "../commands/ListAppInstanceAdminsCommand";
454
- import {
455
- ListAppInstancesCommandInput,
456
- ListAppInstancesCommandOutput,
457
- } from "../commands/ListAppInstancesCommand";
458
- import {
459
- ListAppInstanceUsersCommandInput,
460
- ListAppInstanceUsersCommandOutput,
461
- } from "../commands/ListAppInstanceUsersCommand";
462
- import {
463
- ListAttendeesCommandInput,
464
- ListAttendeesCommandOutput,
465
- } from "../commands/ListAttendeesCommand";
466
- import {
467
- ListAttendeeTagsCommandInput,
468
- ListAttendeeTagsCommandOutput,
469
- } from "../commands/ListAttendeeTagsCommand";
470
150
  import {
471
151
  ListBotsCommandInput,
472
152
  ListBotsCommandOutput,
473
153
  } from "../commands/ListBotsCommand";
474
- import {
475
- ListChannelBansCommandInput,
476
- ListChannelBansCommandOutput,
477
- } from "../commands/ListChannelBansCommand";
478
- import {
479
- ListChannelMembershipsCommandInput,
480
- ListChannelMembershipsCommandOutput,
481
- } from "../commands/ListChannelMembershipsCommand";
482
- import {
483
- ListChannelMembershipsForAppInstanceUserCommandInput,
484
- ListChannelMembershipsForAppInstanceUserCommandOutput,
485
- } from "../commands/ListChannelMembershipsForAppInstanceUserCommand";
486
- import {
487
- ListChannelMessagesCommandInput,
488
- ListChannelMessagesCommandOutput,
489
- } from "../commands/ListChannelMessagesCommand";
490
- import {
491
- ListChannelModeratorsCommandInput,
492
- ListChannelModeratorsCommandOutput,
493
- } from "../commands/ListChannelModeratorsCommand";
494
- import {
495
- ListChannelsCommandInput,
496
- ListChannelsCommandOutput,
497
- } from "../commands/ListChannelsCommand";
498
- import {
499
- ListChannelsModeratedByAppInstanceUserCommandInput,
500
- ListChannelsModeratedByAppInstanceUserCommandOutput,
501
- } from "../commands/ListChannelsModeratedByAppInstanceUserCommand";
502
- import {
503
- ListMediaCapturePipelinesCommandInput,
504
- ListMediaCapturePipelinesCommandOutput,
505
- } from "../commands/ListMediaCapturePipelinesCommand";
506
- import {
507
- ListMeetingsCommandInput,
508
- ListMeetingsCommandOutput,
509
- } from "../commands/ListMeetingsCommand";
510
- import {
511
- ListMeetingTagsCommandInput,
512
- ListMeetingTagsCommandOutput,
513
- } from "../commands/ListMeetingTagsCommand";
514
154
  import {
515
155
  ListPhoneNumberOrdersCommandInput,
516
156
  ListPhoneNumberOrdersCommandOutput,
@@ -519,10 +159,6 @@ import {
519
159
  ListPhoneNumbersCommandInput,
520
160
  ListPhoneNumbersCommandOutput,
521
161
  } from "../commands/ListPhoneNumbersCommand";
522
- import {
523
- ListProxySessionsCommandInput,
524
- ListProxySessionsCommandOutput,
525
- } from "../commands/ListProxySessionsCommand";
526
162
  import {
527
163
  ListRoomMembershipsCommandInput,
528
164
  ListRoomMembershipsCommandOutput,
@@ -531,50 +167,18 @@ import {
531
167
  ListRoomsCommandInput,
532
168
  ListRoomsCommandOutput,
533
169
  } from "../commands/ListRoomsCommand";
534
- import {
535
- ListSipMediaApplicationsCommandInput,
536
- ListSipMediaApplicationsCommandOutput,
537
- } from "../commands/ListSipMediaApplicationsCommand";
538
- import {
539
- ListSipRulesCommandInput,
540
- ListSipRulesCommandOutput,
541
- } from "../commands/ListSipRulesCommand";
542
170
  import {
543
171
  ListSupportedPhoneNumberCountriesCommandInput,
544
172
  ListSupportedPhoneNumberCountriesCommandOutput,
545
173
  } from "../commands/ListSupportedPhoneNumberCountriesCommand";
546
- import {
547
- ListTagsForResourceCommandInput,
548
- ListTagsForResourceCommandOutput,
549
- } from "../commands/ListTagsForResourceCommand";
550
174
  import {
551
175
  ListUsersCommandInput,
552
176
  ListUsersCommandOutput,
553
177
  } from "../commands/ListUsersCommand";
554
- import {
555
- ListVoiceConnectorGroupsCommandInput,
556
- ListVoiceConnectorGroupsCommandOutput,
557
- } from "../commands/ListVoiceConnectorGroupsCommand";
558
- import {
559
- ListVoiceConnectorsCommandInput,
560
- ListVoiceConnectorsCommandOutput,
561
- } from "../commands/ListVoiceConnectorsCommand";
562
- import {
563
- ListVoiceConnectorTerminationCredentialsCommandInput,
564
- ListVoiceConnectorTerminationCredentialsCommandOutput,
565
- } from "../commands/ListVoiceConnectorTerminationCredentialsCommand";
566
178
  import {
567
179
  LogoutUserCommandInput,
568
180
  LogoutUserCommandOutput,
569
181
  } from "../commands/LogoutUserCommand";
570
- import {
571
- PutAppInstanceRetentionSettingsCommandInput,
572
- PutAppInstanceRetentionSettingsCommandOutput,
573
- } from "../commands/PutAppInstanceRetentionSettingsCommand";
574
- import {
575
- PutAppInstanceStreamingConfigurationsCommandInput,
576
- PutAppInstanceStreamingConfigurationsCommandOutput,
577
- } from "../commands/PutAppInstanceStreamingConfigurationsCommand";
578
182
  import {
579
183
  PutEventsConfigurationCommandInput,
580
184
  PutEventsConfigurationCommandOutput,
@@ -583,42 +187,6 @@ import {
583
187
  PutRetentionSettingsCommandInput,
584
188
  PutRetentionSettingsCommandOutput,
585
189
  } from "../commands/PutRetentionSettingsCommand";
586
- import {
587
- PutSipMediaApplicationLoggingConfigurationCommandInput,
588
- PutSipMediaApplicationLoggingConfigurationCommandOutput,
589
- } from "../commands/PutSipMediaApplicationLoggingConfigurationCommand";
590
- import {
591
- PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
592
- PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
593
- } from "../commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
594
- import {
595
- PutVoiceConnectorLoggingConfigurationCommandInput,
596
- PutVoiceConnectorLoggingConfigurationCommandOutput,
597
- } from "../commands/PutVoiceConnectorLoggingConfigurationCommand";
598
- import {
599
- PutVoiceConnectorOriginationCommandInput,
600
- PutVoiceConnectorOriginationCommandOutput,
601
- } from "../commands/PutVoiceConnectorOriginationCommand";
602
- import {
603
- PutVoiceConnectorProxyCommandInput,
604
- PutVoiceConnectorProxyCommandOutput,
605
- } from "../commands/PutVoiceConnectorProxyCommand";
606
- import {
607
- PutVoiceConnectorStreamingConfigurationCommandInput,
608
- PutVoiceConnectorStreamingConfigurationCommandOutput,
609
- } from "../commands/PutVoiceConnectorStreamingConfigurationCommand";
610
- import {
611
- PutVoiceConnectorTerminationCommandInput,
612
- PutVoiceConnectorTerminationCommandOutput,
613
- } from "../commands/PutVoiceConnectorTerminationCommand";
614
- import {
615
- PutVoiceConnectorTerminationCredentialsCommandInput,
616
- PutVoiceConnectorTerminationCredentialsCommandOutput,
617
- } from "../commands/PutVoiceConnectorTerminationCredentialsCommand";
618
- import {
619
- RedactChannelMessageCommandInput,
620
- RedactChannelMessageCommandOutput,
621
- } from "../commands/RedactChannelMessageCommand";
622
190
  import {
623
191
  RedactConversationMessageCommandInput,
624
192
  RedactConversationMessageCommandOutput,
@@ -643,42 +211,6 @@ import {
643
211
  SearchAvailablePhoneNumbersCommandInput,
644
212
  SearchAvailablePhoneNumbersCommandOutput,
645
213
  } from "../commands/SearchAvailablePhoneNumbersCommand";
646
- import {
647
- SendChannelMessageCommandInput,
648
- SendChannelMessageCommandOutput,
649
- } from "../commands/SendChannelMessageCommand";
650
- import {
651
- StartMeetingTranscriptionCommandInput,
652
- StartMeetingTranscriptionCommandOutput,
653
- } from "../commands/StartMeetingTranscriptionCommand";
654
- import {
655
- StopMeetingTranscriptionCommandInput,
656
- StopMeetingTranscriptionCommandOutput,
657
- } from "../commands/StopMeetingTranscriptionCommand";
658
- import {
659
- TagAttendeeCommandInput,
660
- TagAttendeeCommandOutput,
661
- } from "../commands/TagAttendeeCommand";
662
- import {
663
- TagMeetingCommandInput,
664
- TagMeetingCommandOutput,
665
- } from "../commands/TagMeetingCommand";
666
- import {
667
- TagResourceCommandInput,
668
- TagResourceCommandOutput,
669
- } from "../commands/TagResourceCommand";
670
- import {
671
- UntagAttendeeCommandInput,
672
- UntagAttendeeCommandOutput,
673
- } from "../commands/UntagAttendeeCommand";
674
- import {
675
- UntagMeetingCommandInput,
676
- UntagMeetingCommandOutput,
677
- } from "../commands/UntagMeetingCommand";
678
- import {
679
- UntagResourceCommandInput,
680
- UntagResourceCommandOutput,
681
- } from "../commands/UntagResourceCommand";
682
214
  import {
683
215
  UpdateAccountCommandInput,
684
216
  UpdateAccountCommandOutput,
@@ -687,30 +219,10 @@ import {
687
219
  UpdateAccountSettingsCommandInput,
688
220
  UpdateAccountSettingsCommandOutput,
689
221
  } from "../commands/UpdateAccountSettingsCommand";
690
- import {
691
- UpdateAppInstanceCommandInput,
692
- UpdateAppInstanceCommandOutput,
693
- } from "../commands/UpdateAppInstanceCommand";
694
- import {
695
- UpdateAppInstanceUserCommandInput,
696
- UpdateAppInstanceUserCommandOutput,
697
- } from "../commands/UpdateAppInstanceUserCommand";
698
222
  import {
699
223
  UpdateBotCommandInput,
700
224
  UpdateBotCommandOutput,
701
225
  } from "../commands/UpdateBotCommand";
702
- import {
703
- UpdateChannelCommandInput,
704
- UpdateChannelCommandOutput,
705
- } from "../commands/UpdateChannelCommand";
706
- import {
707
- UpdateChannelMessageCommandInput,
708
- UpdateChannelMessageCommandOutput,
709
- } from "../commands/UpdateChannelMessageCommand";
710
- import {
711
- UpdateChannelReadMarkerCommandInput,
712
- UpdateChannelReadMarkerCommandOutput,
713
- } from "../commands/UpdateChannelReadMarkerCommand";
714
226
  import {
715
227
  UpdateGlobalSettingsCommandInput,
716
228
  UpdateGlobalSettingsCommandOutput,
@@ -723,10 +235,6 @@ import {
723
235
  UpdatePhoneNumberSettingsCommandInput,
724
236
  UpdatePhoneNumberSettingsCommandOutput,
725
237
  } from "../commands/UpdatePhoneNumberSettingsCommand";
726
- import {
727
- UpdateProxySessionCommandInput,
728
- UpdateProxySessionCommandOutput,
729
- } from "../commands/UpdateProxySessionCommand";
730
238
  import {
731
239
  UpdateRoomCommandInput,
732
240
  UpdateRoomCommandOutput,
@@ -735,18 +243,6 @@ import {
735
243
  UpdateRoomMembershipCommandInput,
736
244
  UpdateRoomMembershipCommandOutput,
737
245
  } from "../commands/UpdateRoomMembershipCommand";
738
- import {
739
- UpdateSipMediaApplicationCallCommandInput,
740
- UpdateSipMediaApplicationCallCommandOutput,
741
- } from "../commands/UpdateSipMediaApplicationCallCommand";
742
- import {
743
- UpdateSipMediaApplicationCommandInput,
744
- UpdateSipMediaApplicationCommandOutput,
745
- } from "../commands/UpdateSipMediaApplicationCommand";
746
- import {
747
- UpdateSipRuleCommandInput,
748
- UpdateSipRuleCommandOutput,
749
- } from "../commands/UpdateSipRuleCommand";
750
246
  import {
751
247
  UpdateUserCommandInput,
752
248
  UpdateUserCommandOutput,
@@ -755,26 +251,6 @@ import {
755
251
  UpdateUserSettingsCommandInput,
756
252
  UpdateUserSettingsCommandOutput,
757
253
  } from "../commands/UpdateUserSettingsCommand";
758
- import {
759
- UpdateVoiceConnectorCommandInput,
760
- UpdateVoiceConnectorCommandOutput,
761
- } from "../commands/UpdateVoiceConnectorCommand";
762
- import {
763
- UpdateVoiceConnectorGroupCommandInput,
764
- UpdateVoiceConnectorGroupCommandOutput,
765
- } from "../commands/UpdateVoiceConnectorGroupCommand";
766
- import {
767
- ValidateE911AddressCommandInput,
768
- ValidateE911AddressCommandOutput,
769
- } from "../commands/ValidateE911AddressCommand";
770
- export declare const se_AssociatePhoneNumbersWithVoiceConnectorCommand: (
771
- input: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
772
- context: __SerdeContext
773
- ) => Promise<__HttpRequest>;
774
- export declare const se_AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (
775
- input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
776
- context: __SerdeContext
777
- ) => Promise<__HttpRequest>;
778
254
  export declare const se_AssociatePhoneNumberWithUserCommand: (
779
255
  input: AssociatePhoneNumberWithUserCommandInput,
780
256
  context: __SerdeContext
@@ -783,14 +259,6 @@ export declare const se_AssociateSigninDelegateGroupsWithAccountCommand: (
783
259
  input: AssociateSigninDelegateGroupsWithAccountCommandInput,
784
260
  context: __SerdeContext
785
261
  ) => Promise<__HttpRequest>;
786
- export declare const se_BatchCreateAttendeeCommand: (
787
- input: BatchCreateAttendeeCommandInput,
788
- context: __SerdeContext
789
- ) => Promise<__HttpRequest>;
790
- export declare const se_BatchCreateChannelMembershipCommand: (
791
- input: BatchCreateChannelMembershipCommandInput,
792
- context: __SerdeContext
793
- ) => Promise<__HttpRequest>;
794
262
  export declare const se_BatchCreateRoomMembershipCommand: (
795
263
  input: BatchCreateRoomMembershipCommandInput,
796
264
  context: __SerdeContext
@@ -819,66 +287,18 @@ export declare const se_CreateAccountCommand: (
819
287
  input: CreateAccountCommandInput,
820
288
  context: __SerdeContext
821
289
  ) => Promise<__HttpRequest>;
822
- export declare const se_CreateAppInstanceCommand: (
823
- input: CreateAppInstanceCommandInput,
824
- context: __SerdeContext
825
- ) => Promise<__HttpRequest>;
826
- export declare const se_CreateAppInstanceAdminCommand: (
827
- input: CreateAppInstanceAdminCommandInput,
828
- context: __SerdeContext
829
- ) => Promise<__HttpRequest>;
830
- export declare const se_CreateAppInstanceUserCommand: (
831
- input: CreateAppInstanceUserCommandInput,
832
- context: __SerdeContext
833
- ) => Promise<__HttpRequest>;
834
- export declare const se_CreateAttendeeCommand: (
835
- input: CreateAttendeeCommandInput,
836
- context: __SerdeContext
837
- ) => Promise<__HttpRequest>;
838
290
  export declare const se_CreateBotCommand: (
839
291
  input: CreateBotCommandInput,
840
292
  context: __SerdeContext
841
293
  ) => Promise<__HttpRequest>;
842
- export declare const se_CreateChannelCommand: (
843
- input: CreateChannelCommandInput,
844
- context: __SerdeContext
845
- ) => Promise<__HttpRequest>;
846
- export declare const se_CreateChannelBanCommand: (
847
- input: CreateChannelBanCommandInput,
848
- context: __SerdeContext
849
- ) => Promise<__HttpRequest>;
850
- export declare const se_CreateChannelMembershipCommand: (
851
- input: CreateChannelMembershipCommandInput,
852
- context: __SerdeContext
853
- ) => Promise<__HttpRequest>;
854
- export declare const se_CreateChannelModeratorCommand: (
855
- input: CreateChannelModeratorCommandInput,
856
- context: __SerdeContext
857
- ) => Promise<__HttpRequest>;
858
- export declare const se_CreateMediaCapturePipelineCommand: (
859
- input: CreateMediaCapturePipelineCommandInput,
860
- context: __SerdeContext
861
- ) => Promise<__HttpRequest>;
862
- export declare const se_CreateMeetingCommand: (
863
- input: CreateMeetingCommandInput,
864
- context: __SerdeContext
865
- ) => Promise<__HttpRequest>;
866
294
  export declare const se_CreateMeetingDialOutCommand: (
867
295
  input: CreateMeetingDialOutCommandInput,
868
296
  context: __SerdeContext
869
297
  ) => Promise<__HttpRequest>;
870
- export declare const se_CreateMeetingWithAttendeesCommand: (
871
- input: CreateMeetingWithAttendeesCommandInput,
872
- context: __SerdeContext
873
- ) => Promise<__HttpRequest>;
874
298
  export declare const se_CreatePhoneNumberOrderCommand: (
875
299
  input: CreatePhoneNumberOrderCommandInput,
876
300
  context: __SerdeContext
877
301
  ) => Promise<__HttpRequest>;
878
- export declare const se_CreateProxySessionCommand: (
879
- input: CreateProxySessionCommandInput,
880
- context: __SerdeContext
881
- ) => Promise<__HttpRequest>;
882
302
  export declare const se_CreateRoomCommand: (
883
303
  input: CreateRoomCommandInput,
884
304
  context: __SerdeContext
@@ -887,594 +307,170 @@ export declare const se_CreateRoomMembershipCommand: (
887
307
  input: CreateRoomMembershipCommandInput,
888
308
  context: __SerdeContext
889
309
  ) => Promise<__HttpRequest>;
890
- export declare const se_CreateSipMediaApplicationCommand: (
891
- input: CreateSipMediaApplicationCommandInput,
892
- context: __SerdeContext
893
- ) => Promise<__HttpRequest>;
894
- export declare const se_CreateSipMediaApplicationCallCommand: (
895
- input: CreateSipMediaApplicationCallCommandInput,
896
- context: __SerdeContext
897
- ) => Promise<__HttpRequest>;
898
- export declare const se_CreateSipRuleCommand: (
899
- input: CreateSipRuleCommandInput,
900
- context: __SerdeContext
901
- ) => Promise<__HttpRequest>;
902
310
  export declare const se_CreateUserCommand: (
903
311
  input: CreateUserCommandInput,
904
312
  context: __SerdeContext
905
313
  ) => Promise<__HttpRequest>;
906
- export declare const se_CreateVoiceConnectorCommand: (
907
- input: CreateVoiceConnectorCommandInput,
908
- context: __SerdeContext
909
- ) => Promise<__HttpRequest>;
910
- export declare const se_CreateVoiceConnectorGroupCommand: (
911
- input: CreateVoiceConnectorGroupCommandInput,
912
- context: __SerdeContext
913
- ) => Promise<__HttpRequest>;
914
314
  export declare const se_DeleteAccountCommand: (
915
315
  input: DeleteAccountCommandInput,
916
316
  context: __SerdeContext
917
317
  ) => Promise<__HttpRequest>;
918
- export declare const se_DeleteAppInstanceCommand: (
919
- input: DeleteAppInstanceCommandInput,
318
+ export declare const se_DeleteEventsConfigurationCommand: (
319
+ input: DeleteEventsConfigurationCommandInput,
920
320
  context: __SerdeContext
921
321
  ) => Promise<__HttpRequest>;
922
- export declare const se_DeleteAppInstanceAdminCommand: (
923
- input: DeleteAppInstanceAdminCommandInput,
322
+ export declare const se_DeletePhoneNumberCommand: (
323
+ input: DeletePhoneNumberCommandInput,
924
324
  context: __SerdeContext
925
325
  ) => Promise<__HttpRequest>;
926
- export declare const se_DeleteAppInstanceStreamingConfigurationsCommand: (
927
- input: DeleteAppInstanceStreamingConfigurationsCommandInput,
326
+ export declare const se_DeleteRoomCommand: (
327
+ input: DeleteRoomCommandInput,
928
328
  context: __SerdeContext
929
329
  ) => Promise<__HttpRequest>;
930
- export declare const se_DeleteAppInstanceUserCommand: (
931
- input: DeleteAppInstanceUserCommandInput,
330
+ export declare const se_DeleteRoomMembershipCommand: (
331
+ input: DeleteRoomMembershipCommandInput,
932
332
  context: __SerdeContext
933
333
  ) => Promise<__HttpRequest>;
934
- export declare const se_DeleteAttendeeCommand: (
935
- input: DeleteAttendeeCommandInput,
334
+ export declare const se_DisassociatePhoneNumberFromUserCommand: (
335
+ input: DisassociatePhoneNumberFromUserCommandInput,
936
336
  context: __SerdeContext
937
337
  ) => Promise<__HttpRequest>;
938
- export declare const se_DeleteChannelCommand: (
939
- input: DeleteChannelCommandInput,
338
+ export declare const se_DisassociateSigninDelegateGroupsFromAccountCommand: (
339
+ input: DisassociateSigninDelegateGroupsFromAccountCommandInput,
940
340
  context: __SerdeContext
941
341
  ) => Promise<__HttpRequest>;
942
- export declare const se_DeleteChannelBanCommand: (
943
- input: DeleteChannelBanCommandInput,
342
+ export declare const se_GetAccountCommand: (
343
+ input: GetAccountCommandInput,
944
344
  context: __SerdeContext
945
345
  ) => Promise<__HttpRequest>;
946
- export declare const se_DeleteChannelMembershipCommand: (
947
- input: DeleteChannelMembershipCommandInput,
346
+ export declare const se_GetAccountSettingsCommand: (
347
+ input: GetAccountSettingsCommandInput,
948
348
  context: __SerdeContext
949
349
  ) => Promise<__HttpRequest>;
950
- export declare const se_DeleteChannelMessageCommand: (
951
- input: DeleteChannelMessageCommandInput,
350
+ export declare const se_GetBotCommand: (
351
+ input: GetBotCommandInput,
952
352
  context: __SerdeContext
953
353
  ) => Promise<__HttpRequest>;
954
- export declare const se_DeleteChannelModeratorCommand: (
955
- input: DeleteChannelModeratorCommandInput,
354
+ export declare const se_GetEventsConfigurationCommand: (
355
+ input: GetEventsConfigurationCommandInput,
956
356
  context: __SerdeContext
957
357
  ) => Promise<__HttpRequest>;
958
- export declare const se_DeleteEventsConfigurationCommand: (
959
- input: DeleteEventsConfigurationCommandInput,
358
+ export declare const se_GetGlobalSettingsCommand: (
359
+ input: GetGlobalSettingsCommandInput,
960
360
  context: __SerdeContext
961
361
  ) => Promise<__HttpRequest>;
962
- export declare const se_DeleteMediaCapturePipelineCommand: (
963
- input: DeleteMediaCapturePipelineCommandInput,
362
+ export declare const se_GetPhoneNumberCommand: (
363
+ input: GetPhoneNumberCommandInput,
964
364
  context: __SerdeContext
965
365
  ) => Promise<__HttpRequest>;
966
- export declare const se_DeleteMeetingCommand: (
967
- input: DeleteMeetingCommandInput,
366
+ export declare const se_GetPhoneNumberOrderCommand: (
367
+ input: GetPhoneNumberOrderCommandInput,
968
368
  context: __SerdeContext
969
369
  ) => Promise<__HttpRequest>;
970
- export declare const se_DeletePhoneNumberCommand: (
971
- input: DeletePhoneNumberCommandInput,
370
+ export declare const se_GetPhoneNumberSettingsCommand: (
371
+ input: GetPhoneNumberSettingsCommandInput,
972
372
  context: __SerdeContext
973
373
  ) => Promise<__HttpRequest>;
974
- export declare const se_DeleteProxySessionCommand: (
975
- input: DeleteProxySessionCommandInput,
374
+ export declare const se_GetRetentionSettingsCommand: (
375
+ input: GetRetentionSettingsCommandInput,
976
376
  context: __SerdeContext
977
377
  ) => Promise<__HttpRequest>;
978
- export declare const se_DeleteRoomCommand: (
979
- input: DeleteRoomCommandInput,
378
+ export declare const se_GetRoomCommand: (
379
+ input: GetRoomCommandInput,
980
380
  context: __SerdeContext
981
381
  ) => Promise<__HttpRequest>;
982
- export declare const se_DeleteRoomMembershipCommand: (
983
- input: DeleteRoomMembershipCommandInput,
382
+ export declare const se_GetUserCommand: (
383
+ input: GetUserCommandInput,
984
384
  context: __SerdeContext
985
385
  ) => Promise<__HttpRequest>;
986
- export declare const se_DeleteSipMediaApplicationCommand: (
987
- input: DeleteSipMediaApplicationCommandInput,
386
+ export declare const se_GetUserSettingsCommand: (
387
+ input: GetUserSettingsCommandInput,
988
388
  context: __SerdeContext
989
389
  ) => Promise<__HttpRequest>;
990
- export declare const se_DeleteSipRuleCommand: (
991
- input: DeleteSipRuleCommandInput,
390
+ export declare const se_InviteUsersCommand: (
391
+ input: InviteUsersCommandInput,
992
392
  context: __SerdeContext
993
393
  ) => Promise<__HttpRequest>;
994
- export declare const se_DeleteVoiceConnectorCommand: (
995
- input: DeleteVoiceConnectorCommandInput,
394
+ export declare const se_ListAccountsCommand: (
395
+ input: ListAccountsCommandInput,
996
396
  context: __SerdeContext
997
397
  ) => Promise<__HttpRequest>;
998
- export declare const se_DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (
999
- input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
398
+ export declare const se_ListBotsCommand: (
399
+ input: ListBotsCommandInput,
1000
400
  context: __SerdeContext
1001
401
  ) => Promise<__HttpRequest>;
1002
- export declare const se_DeleteVoiceConnectorGroupCommand: (
1003
- input: DeleteVoiceConnectorGroupCommandInput,
402
+ export declare const se_ListPhoneNumberOrdersCommand: (
403
+ input: ListPhoneNumberOrdersCommandInput,
1004
404
  context: __SerdeContext
1005
405
  ) => Promise<__HttpRequest>;
1006
- export declare const se_DeleteVoiceConnectorOriginationCommand: (
1007
- input: DeleteVoiceConnectorOriginationCommandInput,
406
+ export declare const se_ListPhoneNumbersCommand: (
407
+ input: ListPhoneNumbersCommandInput,
1008
408
  context: __SerdeContext
1009
409
  ) => Promise<__HttpRequest>;
1010
- export declare const se_DeleteVoiceConnectorProxyCommand: (
1011
- input: DeleteVoiceConnectorProxyCommandInput,
410
+ export declare const se_ListRoomMembershipsCommand: (
411
+ input: ListRoomMembershipsCommandInput,
1012
412
  context: __SerdeContext
1013
413
  ) => Promise<__HttpRequest>;
1014
- export declare const se_DeleteVoiceConnectorStreamingConfigurationCommand: (
1015
- input: DeleteVoiceConnectorStreamingConfigurationCommandInput,
414
+ export declare const se_ListRoomsCommand: (
415
+ input: ListRoomsCommandInput,
1016
416
  context: __SerdeContext
1017
417
  ) => Promise<__HttpRequest>;
1018
- export declare const se_DeleteVoiceConnectorTerminationCommand: (
1019
- input: DeleteVoiceConnectorTerminationCommandInput,
418
+ export declare const se_ListSupportedPhoneNumberCountriesCommand: (
419
+ input: ListSupportedPhoneNumberCountriesCommandInput,
1020
420
  context: __SerdeContext
1021
421
  ) => Promise<__HttpRequest>;
1022
- export declare const se_DeleteVoiceConnectorTerminationCredentialsCommand: (
1023
- input: DeleteVoiceConnectorTerminationCredentialsCommandInput,
422
+ export declare const se_ListUsersCommand: (
423
+ input: ListUsersCommandInput,
1024
424
  context: __SerdeContext
1025
425
  ) => Promise<__HttpRequest>;
1026
- export declare const se_DescribeAppInstanceCommand: (
1027
- input: DescribeAppInstanceCommandInput,
426
+ export declare const se_LogoutUserCommand: (
427
+ input: LogoutUserCommandInput,
1028
428
  context: __SerdeContext
1029
429
  ) => Promise<__HttpRequest>;
1030
- export declare const se_DescribeAppInstanceAdminCommand: (
1031
- input: DescribeAppInstanceAdminCommandInput,
430
+ export declare const se_PutEventsConfigurationCommand: (
431
+ input: PutEventsConfigurationCommandInput,
1032
432
  context: __SerdeContext
1033
433
  ) => Promise<__HttpRequest>;
1034
- export declare const se_DescribeAppInstanceUserCommand: (
1035
- input: DescribeAppInstanceUserCommandInput,
434
+ export declare const se_PutRetentionSettingsCommand: (
435
+ input: PutRetentionSettingsCommandInput,
1036
436
  context: __SerdeContext
1037
437
  ) => Promise<__HttpRequest>;
1038
- export declare const se_DescribeChannelCommand: (
1039
- input: DescribeChannelCommandInput,
438
+ export declare const se_RedactConversationMessageCommand: (
439
+ input: RedactConversationMessageCommandInput,
1040
440
  context: __SerdeContext
1041
441
  ) => Promise<__HttpRequest>;
1042
- export declare const se_DescribeChannelBanCommand: (
1043
- input: DescribeChannelBanCommandInput,
442
+ export declare const se_RedactRoomMessageCommand: (
443
+ input: RedactRoomMessageCommandInput,
1044
444
  context: __SerdeContext
1045
445
  ) => Promise<__HttpRequest>;
1046
- export declare const se_DescribeChannelMembershipCommand: (
1047
- input: DescribeChannelMembershipCommandInput,
446
+ export declare const se_RegenerateSecurityTokenCommand: (
447
+ input: RegenerateSecurityTokenCommandInput,
1048
448
  context: __SerdeContext
1049
449
  ) => Promise<__HttpRequest>;
1050
- export declare const se_DescribeChannelMembershipForAppInstanceUserCommand: (
1051
- input: DescribeChannelMembershipForAppInstanceUserCommandInput,
450
+ export declare const se_ResetPersonalPINCommand: (
451
+ input: ResetPersonalPINCommandInput,
1052
452
  context: __SerdeContext
1053
453
  ) => Promise<__HttpRequest>;
1054
- export declare const se_DescribeChannelModeratedByAppInstanceUserCommand: (
1055
- input: DescribeChannelModeratedByAppInstanceUserCommandInput,
454
+ export declare const se_RestorePhoneNumberCommand: (
455
+ input: RestorePhoneNumberCommandInput,
1056
456
  context: __SerdeContext
1057
457
  ) => Promise<__HttpRequest>;
1058
- export declare const se_DescribeChannelModeratorCommand: (
1059
- input: DescribeChannelModeratorCommandInput,
458
+ export declare const se_SearchAvailablePhoneNumbersCommand: (
459
+ input: SearchAvailablePhoneNumbersCommandInput,
1060
460
  context: __SerdeContext
1061
461
  ) => Promise<__HttpRequest>;
1062
- export declare const se_DisassociatePhoneNumberFromUserCommand: (
1063
- input: DisassociatePhoneNumberFromUserCommandInput,
1064
- context: __SerdeContext
1065
- ) => Promise<__HttpRequest>;
1066
- export declare const se_DisassociatePhoneNumbersFromVoiceConnectorCommand: (
1067
- input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
1068
- context: __SerdeContext
1069
- ) => Promise<__HttpRequest>;
1070
- export declare const se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (
1071
- input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
1072
- context: __SerdeContext
1073
- ) => Promise<__HttpRequest>;
1074
- export declare const se_DisassociateSigninDelegateGroupsFromAccountCommand: (
1075
- input: DisassociateSigninDelegateGroupsFromAccountCommandInput,
1076
- context: __SerdeContext
1077
- ) => Promise<__HttpRequest>;
1078
- export declare const se_GetAccountCommand: (
1079
- input: GetAccountCommandInput,
1080
- context: __SerdeContext
1081
- ) => Promise<__HttpRequest>;
1082
- export declare const se_GetAccountSettingsCommand: (
1083
- input: GetAccountSettingsCommandInput,
1084
- context: __SerdeContext
1085
- ) => Promise<__HttpRequest>;
1086
- export declare const se_GetAppInstanceRetentionSettingsCommand: (
1087
- input: GetAppInstanceRetentionSettingsCommandInput,
1088
- context: __SerdeContext
1089
- ) => Promise<__HttpRequest>;
1090
- export declare const se_GetAppInstanceStreamingConfigurationsCommand: (
1091
- input: GetAppInstanceStreamingConfigurationsCommandInput,
1092
- context: __SerdeContext
1093
- ) => Promise<__HttpRequest>;
1094
- export declare const se_GetAttendeeCommand: (
1095
- input: GetAttendeeCommandInput,
1096
- context: __SerdeContext
1097
- ) => Promise<__HttpRequest>;
1098
- export declare const se_GetBotCommand: (
1099
- input: GetBotCommandInput,
1100
- context: __SerdeContext
1101
- ) => Promise<__HttpRequest>;
1102
- export declare const se_GetChannelMessageCommand: (
1103
- input: GetChannelMessageCommandInput,
1104
- context: __SerdeContext
1105
- ) => Promise<__HttpRequest>;
1106
- export declare const se_GetEventsConfigurationCommand: (
1107
- input: GetEventsConfigurationCommandInput,
1108
- context: __SerdeContext
1109
- ) => Promise<__HttpRequest>;
1110
- export declare const se_GetGlobalSettingsCommand: (
1111
- input: GetGlobalSettingsCommandInput,
1112
- context: __SerdeContext
1113
- ) => Promise<__HttpRequest>;
1114
- export declare const se_GetMediaCapturePipelineCommand: (
1115
- input: GetMediaCapturePipelineCommandInput,
1116
- context: __SerdeContext
1117
- ) => Promise<__HttpRequest>;
1118
- export declare const se_GetMeetingCommand: (
1119
- input: GetMeetingCommandInput,
1120
- context: __SerdeContext
1121
- ) => Promise<__HttpRequest>;
1122
- export declare const se_GetMessagingSessionEndpointCommand: (
1123
- input: GetMessagingSessionEndpointCommandInput,
1124
- context: __SerdeContext
1125
- ) => Promise<__HttpRequest>;
1126
- export declare const se_GetPhoneNumberCommand: (
1127
- input: GetPhoneNumberCommandInput,
1128
- context: __SerdeContext
1129
- ) => Promise<__HttpRequest>;
1130
- export declare const se_GetPhoneNumberOrderCommand: (
1131
- input: GetPhoneNumberOrderCommandInput,
1132
- context: __SerdeContext
1133
- ) => Promise<__HttpRequest>;
1134
- export declare const se_GetPhoneNumberSettingsCommand: (
1135
- input: GetPhoneNumberSettingsCommandInput,
1136
- context: __SerdeContext
1137
- ) => Promise<__HttpRequest>;
1138
- export declare const se_GetProxySessionCommand: (
1139
- input: GetProxySessionCommandInput,
1140
- context: __SerdeContext
1141
- ) => Promise<__HttpRequest>;
1142
- export declare const se_GetRetentionSettingsCommand: (
1143
- input: GetRetentionSettingsCommandInput,
1144
- context: __SerdeContext
1145
- ) => Promise<__HttpRequest>;
1146
- export declare const se_GetRoomCommand: (
1147
- input: GetRoomCommandInput,
1148
- context: __SerdeContext
1149
- ) => Promise<__HttpRequest>;
1150
- export declare const se_GetSipMediaApplicationCommand: (
1151
- input: GetSipMediaApplicationCommandInput,
1152
- context: __SerdeContext
1153
- ) => Promise<__HttpRequest>;
1154
- export declare const se_GetSipMediaApplicationLoggingConfigurationCommand: (
1155
- input: GetSipMediaApplicationLoggingConfigurationCommandInput,
1156
- context: __SerdeContext
1157
- ) => Promise<__HttpRequest>;
1158
- export declare const se_GetSipRuleCommand: (
1159
- input: GetSipRuleCommandInput,
1160
- context: __SerdeContext
1161
- ) => Promise<__HttpRequest>;
1162
- export declare const se_GetUserCommand: (
1163
- input: GetUserCommandInput,
1164
- context: __SerdeContext
1165
- ) => Promise<__HttpRequest>;
1166
- export declare const se_GetUserSettingsCommand: (
1167
- input: GetUserSettingsCommandInput,
1168
- context: __SerdeContext
1169
- ) => Promise<__HttpRequest>;
1170
- export declare const se_GetVoiceConnectorCommand: (
1171
- input: GetVoiceConnectorCommandInput,
1172
- context: __SerdeContext
1173
- ) => Promise<__HttpRequest>;
1174
- export declare const se_GetVoiceConnectorEmergencyCallingConfigurationCommand: (
1175
- input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
1176
- context: __SerdeContext
1177
- ) => Promise<__HttpRequest>;
1178
- export declare const se_GetVoiceConnectorGroupCommand: (
1179
- input: GetVoiceConnectorGroupCommandInput,
1180
- context: __SerdeContext
1181
- ) => Promise<__HttpRequest>;
1182
- export declare const se_GetVoiceConnectorLoggingConfigurationCommand: (
1183
- input: GetVoiceConnectorLoggingConfigurationCommandInput,
1184
- context: __SerdeContext
1185
- ) => Promise<__HttpRequest>;
1186
- export declare const se_GetVoiceConnectorOriginationCommand: (
1187
- input: GetVoiceConnectorOriginationCommandInput,
1188
- context: __SerdeContext
1189
- ) => Promise<__HttpRequest>;
1190
- export declare const se_GetVoiceConnectorProxyCommand: (
1191
- input: GetVoiceConnectorProxyCommandInput,
1192
- context: __SerdeContext
1193
- ) => Promise<__HttpRequest>;
1194
- export declare const se_GetVoiceConnectorStreamingConfigurationCommand: (
1195
- input: GetVoiceConnectorStreamingConfigurationCommandInput,
1196
- context: __SerdeContext
1197
- ) => Promise<__HttpRequest>;
1198
- export declare const se_GetVoiceConnectorTerminationCommand: (
1199
- input: GetVoiceConnectorTerminationCommandInput,
1200
- context: __SerdeContext
1201
- ) => Promise<__HttpRequest>;
1202
- export declare const se_GetVoiceConnectorTerminationHealthCommand: (
1203
- input: GetVoiceConnectorTerminationHealthCommandInput,
1204
- context: __SerdeContext
1205
- ) => Promise<__HttpRequest>;
1206
- export declare const se_InviteUsersCommand: (
1207
- input: InviteUsersCommandInput,
1208
- context: __SerdeContext
1209
- ) => Promise<__HttpRequest>;
1210
- export declare const se_ListAccountsCommand: (
1211
- input: ListAccountsCommandInput,
1212
- context: __SerdeContext
1213
- ) => Promise<__HttpRequest>;
1214
- export declare const se_ListAppInstanceAdminsCommand: (
1215
- input: ListAppInstanceAdminsCommandInput,
1216
- context: __SerdeContext
1217
- ) => Promise<__HttpRequest>;
1218
- export declare const se_ListAppInstancesCommand: (
1219
- input: ListAppInstancesCommandInput,
1220
- context: __SerdeContext
1221
- ) => Promise<__HttpRequest>;
1222
- export declare const se_ListAppInstanceUsersCommand: (
1223
- input: ListAppInstanceUsersCommandInput,
1224
- context: __SerdeContext
1225
- ) => Promise<__HttpRequest>;
1226
- export declare const se_ListAttendeesCommand: (
1227
- input: ListAttendeesCommandInput,
1228
- context: __SerdeContext
1229
- ) => Promise<__HttpRequest>;
1230
- export declare const se_ListAttendeeTagsCommand: (
1231
- input: ListAttendeeTagsCommandInput,
1232
- context: __SerdeContext
1233
- ) => Promise<__HttpRequest>;
1234
- export declare const se_ListBotsCommand: (
1235
- input: ListBotsCommandInput,
1236
- context: __SerdeContext
1237
- ) => Promise<__HttpRequest>;
1238
- export declare const se_ListChannelBansCommand: (
1239
- input: ListChannelBansCommandInput,
1240
- context: __SerdeContext
1241
- ) => Promise<__HttpRequest>;
1242
- export declare const se_ListChannelMembershipsCommand: (
1243
- input: ListChannelMembershipsCommandInput,
1244
- context: __SerdeContext
1245
- ) => Promise<__HttpRequest>;
1246
- export declare const se_ListChannelMembershipsForAppInstanceUserCommand: (
1247
- input: ListChannelMembershipsForAppInstanceUserCommandInput,
1248
- context: __SerdeContext
1249
- ) => Promise<__HttpRequest>;
1250
- export declare const se_ListChannelMessagesCommand: (
1251
- input: ListChannelMessagesCommandInput,
1252
- context: __SerdeContext
1253
- ) => Promise<__HttpRequest>;
1254
- export declare const se_ListChannelModeratorsCommand: (
1255
- input: ListChannelModeratorsCommandInput,
1256
- context: __SerdeContext
1257
- ) => Promise<__HttpRequest>;
1258
- export declare const se_ListChannelsCommand: (
1259
- input: ListChannelsCommandInput,
1260
- context: __SerdeContext
1261
- ) => Promise<__HttpRequest>;
1262
- export declare const se_ListChannelsModeratedByAppInstanceUserCommand: (
1263
- input: ListChannelsModeratedByAppInstanceUserCommandInput,
1264
- context: __SerdeContext
1265
- ) => Promise<__HttpRequest>;
1266
- export declare const se_ListMediaCapturePipelinesCommand: (
1267
- input: ListMediaCapturePipelinesCommandInput,
1268
- context: __SerdeContext
1269
- ) => Promise<__HttpRequest>;
1270
- export declare const se_ListMeetingsCommand: (
1271
- input: ListMeetingsCommandInput,
1272
- context: __SerdeContext
1273
- ) => Promise<__HttpRequest>;
1274
- export declare const se_ListMeetingTagsCommand: (
1275
- input: ListMeetingTagsCommandInput,
1276
- context: __SerdeContext
1277
- ) => Promise<__HttpRequest>;
1278
- export declare const se_ListPhoneNumberOrdersCommand: (
1279
- input: ListPhoneNumberOrdersCommandInput,
1280
- context: __SerdeContext
1281
- ) => Promise<__HttpRequest>;
1282
- export declare const se_ListPhoneNumbersCommand: (
1283
- input: ListPhoneNumbersCommandInput,
1284
- context: __SerdeContext
1285
- ) => Promise<__HttpRequest>;
1286
- export declare const se_ListProxySessionsCommand: (
1287
- input: ListProxySessionsCommandInput,
1288
- context: __SerdeContext
1289
- ) => Promise<__HttpRequest>;
1290
- export declare const se_ListRoomMembershipsCommand: (
1291
- input: ListRoomMembershipsCommandInput,
1292
- context: __SerdeContext
1293
- ) => Promise<__HttpRequest>;
1294
- export declare const se_ListRoomsCommand: (
1295
- input: ListRoomsCommandInput,
1296
- context: __SerdeContext
1297
- ) => Promise<__HttpRequest>;
1298
- export declare const se_ListSipMediaApplicationsCommand: (
1299
- input: ListSipMediaApplicationsCommandInput,
1300
- context: __SerdeContext
1301
- ) => Promise<__HttpRequest>;
1302
- export declare const se_ListSipRulesCommand: (
1303
- input: ListSipRulesCommandInput,
1304
- context: __SerdeContext
1305
- ) => Promise<__HttpRequest>;
1306
- export declare const se_ListSupportedPhoneNumberCountriesCommand: (
1307
- input: ListSupportedPhoneNumberCountriesCommandInput,
1308
- context: __SerdeContext
1309
- ) => Promise<__HttpRequest>;
1310
- export declare const se_ListTagsForResourceCommand: (
1311
- input: ListTagsForResourceCommandInput,
1312
- context: __SerdeContext
1313
- ) => Promise<__HttpRequest>;
1314
- export declare const se_ListUsersCommand: (
1315
- input: ListUsersCommandInput,
1316
- context: __SerdeContext
1317
- ) => Promise<__HttpRequest>;
1318
- export declare const se_ListVoiceConnectorGroupsCommand: (
1319
- input: ListVoiceConnectorGroupsCommandInput,
1320
- context: __SerdeContext
1321
- ) => Promise<__HttpRequest>;
1322
- export declare const se_ListVoiceConnectorsCommand: (
1323
- input: ListVoiceConnectorsCommandInput,
1324
- context: __SerdeContext
1325
- ) => Promise<__HttpRequest>;
1326
- export declare const se_ListVoiceConnectorTerminationCredentialsCommand: (
1327
- input: ListVoiceConnectorTerminationCredentialsCommandInput,
1328
- context: __SerdeContext
1329
- ) => Promise<__HttpRequest>;
1330
- export declare const se_LogoutUserCommand: (
1331
- input: LogoutUserCommandInput,
1332
- context: __SerdeContext
1333
- ) => Promise<__HttpRequest>;
1334
- export declare const se_PutAppInstanceRetentionSettingsCommand: (
1335
- input: PutAppInstanceRetentionSettingsCommandInput,
1336
- context: __SerdeContext
1337
- ) => Promise<__HttpRequest>;
1338
- export declare const se_PutAppInstanceStreamingConfigurationsCommand: (
1339
- input: PutAppInstanceStreamingConfigurationsCommandInput,
1340
- context: __SerdeContext
1341
- ) => Promise<__HttpRequest>;
1342
- export declare const se_PutEventsConfigurationCommand: (
1343
- input: PutEventsConfigurationCommandInput,
1344
- context: __SerdeContext
1345
- ) => Promise<__HttpRequest>;
1346
- export declare const se_PutRetentionSettingsCommand: (
1347
- input: PutRetentionSettingsCommandInput,
1348
- context: __SerdeContext
1349
- ) => Promise<__HttpRequest>;
1350
- export declare const se_PutSipMediaApplicationLoggingConfigurationCommand: (
1351
- input: PutSipMediaApplicationLoggingConfigurationCommandInput,
1352
- context: __SerdeContext
1353
- ) => Promise<__HttpRequest>;
1354
- export declare const se_PutVoiceConnectorEmergencyCallingConfigurationCommand: (
1355
- input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
1356
- context: __SerdeContext
1357
- ) => Promise<__HttpRequest>;
1358
- export declare const se_PutVoiceConnectorLoggingConfigurationCommand: (
1359
- input: PutVoiceConnectorLoggingConfigurationCommandInput,
1360
- context: __SerdeContext
1361
- ) => Promise<__HttpRequest>;
1362
- export declare const se_PutVoiceConnectorOriginationCommand: (
1363
- input: PutVoiceConnectorOriginationCommandInput,
1364
- context: __SerdeContext
1365
- ) => Promise<__HttpRequest>;
1366
- export declare const se_PutVoiceConnectorProxyCommand: (
1367
- input: PutVoiceConnectorProxyCommandInput,
1368
- context: __SerdeContext
1369
- ) => Promise<__HttpRequest>;
1370
- export declare const se_PutVoiceConnectorStreamingConfigurationCommand: (
1371
- input: PutVoiceConnectorStreamingConfigurationCommandInput,
1372
- context: __SerdeContext
1373
- ) => Promise<__HttpRequest>;
1374
- export declare const se_PutVoiceConnectorTerminationCommand: (
1375
- input: PutVoiceConnectorTerminationCommandInput,
1376
- context: __SerdeContext
1377
- ) => Promise<__HttpRequest>;
1378
- export declare const se_PutVoiceConnectorTerminationCredentialsCommand: (
1379
- input: PutVoiceConnectorTerminationCredentialsCommandInput,
1380
- context: __SerdeContext
1381
- ) => Promise<__HttpRequest>;
1382
- export declare const se_RedactChannelMessageCommand: (
1383
- input: RedactChannelMessageCommandInput,
1384
- context: __SerdeContext
1385
- ) => Promise<__HttpRequest>;
1386
- export declare const se_RedactConversationMessageCommand: (
1387
- input: RedactConversationMessageCommandInput,
1388
- context: __SerdeContext
1389
- ) => Promise<__HttpRequest>;
1390
- export declare const se_RedactRoomMessageCommand: (
1391
- input: RedactRoomMessageCommandInput,
1392
- context: __SerdeContext
1393
- ) => Promise<__HttpRequest>;
1394
- export declare const se_RegenerateSecurityTokenCommand: (
1395
- input: RegenerateSecurityTokenCommandInput,
1396
- context: __SerdeContext
1397
- ) => Promise<__HttpRequest>;
1398
- export declare const se_ResetPersonalPINCommand: (
1399
- input: ResetPersonalPINCommandInput,
1400
- context: __SerdeContext
1401
- ) => Promise<__HttpRequest>;
1402
- export declare const se_RestorePhoneNumberCommand: (
1403
- input: RestorePhoneNumberCommandInput,
1404
- context: __SerdeContext
1405
- ) => Promise<__HttpRequest>;
1406
- export declare const se_SearchAvailablePhoneNumbersCommand: (
1407
- input: SearchAvailablePhoneNumbersCommandInput,
1408
- context: __SerdeContext
1409
- ) => Promise<__HttpRequest>;
1410
- export declare const se_SendChannelMessageCommand: (
1411
- input: SendChannelMessageCommandInput,
1412
- context: __SerdeContext
1413
- ) => Promise<__HttpRequest>;
1414
- export declare const se_StartMeetingTranscriptionCommand: (
1415
- input: StartMeetingTranscriptionCommandInput,
1416
- context: __SerdeContext
1417
- ) => Promise<__HttpRequest>;
1418
- export declare const se_StopMeetingTranscriptionCommand: (
1419
- input: StopMeetingTranscriptionCommandInput,
1420
- context: __SerdeContext
1421
- ) => Promise<__HttpRequest>;
1422
- export declare const se_TagAttendeeCommand: (
1423
- input: TagAttendeeCommandInput,
1424
- context: __SerdeContext
1425
- ) => Promise<__HttpRequest>;
1426
- export declare const se_TagMeetingCommand: (
1427
- input: TagMeetingCommandInput,
1428
- context: __SerdeContext
1429
- ) => Promise<__HttpRequest>;
1430
- export declare const se_TagResourceCommand: (
1431
- input: TagResourceCommandInput,
1432
- context: __SerdeContext
1433
- ) => Promise<__HttpRequest>;
1434
- export declare const se_UntagAttendeeCommand: (
1435
- input: UntagAttendeeCommandInput,
1436
- context: __SerdeContext
1437
- ) => Promise<__HttpRequest>;
1438
- export declare const se_UntagMeetingCommand: (
1439
- input: UntagMeetingCommandInput,
1440
- context: __SerdeContext
1441
- ) => Promise<__HttpRequest>;
1442
- export declare const se_UntagResourceCommand: (
1443
- input: UntagResourceCommandInput,
1444
- context: __SerdeContext
1445
- ) => Promise<__HttpRequest>;
1446
- export declare const se_UpdateAccountCommand: (
1447
- input: UpdateAccountCommandInput,
462
+ export declare const se_UpdateAccountCommand: (
463
+ input: UpdateAccountCommandInput,
1448
464
  context: __SerdeContext
1449
465
  ) => Promise<__HttpRequest>;
1450
466
  export declare const se_UpdateAccountSettingsCommand: (
1451
467
  input: UpdateAccountSettingsCommandInput,
1452
468
  context: __SerdeContext
1453
469
  ) => Promise<__HttpRequest>;
1454
- export declare const se_UpdateAppInstanceCommand: (
1455
- input: UpdateAppInstanceCommandInput,
1456
- context: __SerdeContext
1457
- ) => Promise<__HttpRequest>;
1458
- export declare const se_UpdateAppInstanceUserCommand: (
1459
- input: UpdateAppInstanceUserCommandInput,
1460
- context: __SerdeContext
1461
- ) => Promise<__HttpRequest>;
1462
470
  export declare const se_UpdateBotCommand: (
1463
471
  input: UpdateBotCommandInput,
1464
472
  context: __SerdeContext
1465
473
  ) => Promise<__HttpRequest>;
1466
- export declare const se_UpdateChannelCommand: (
1467
- input: UpdateChannelCommandInput,
1468
- context: __SerdeContext
1469
- ) => Promise<__HttpRequest>;
1470
- export declare const se_UpdateChannelMessageCommand: (
1471
- input: UpdateChannelMessageCommandInput,
1472
- context: __SerdeContext
1473
- ) => Promise<__HttpRequest>;
1474
- export declare const se_UpdateChannelReadMarkerCommand: (
1475
- input: UpdateChannelReadMarkerCommandInput,
1476
- context: __SerdeContext
1477
- ) => Promise<__HttpRequest>;
1478
474
  export declare const se_UpdateGlobalSettingsCommand: (
1479
475
  input: UpdateGlobalSettingsCommandInput,
1480
476
  context: __SerdeContext
@@ -1487,10 +483,6 @@ export declare const se_UpdatePhoneNumberSettingsCommand: (
1487
483
  input: UpdatePhoneNumberSettingsCommandInput,
1488
484
  context: __SerdeContext
1489
485
  ) => Promise<__HttpRequest>;
1490
- export declare const se_UpdateProxySessionCommand: (
1491
- input: UpdateProxySessionCommandInput,
1492
- context: __SerdeContext
1493
- ) => Promise<__HttpRequest>;
1494
486
  export declare const se_UpdateRoomCommand: (
1495
487
  input: UpdateRoomCommandInput,
1496
488
  context: __SerdeContext
@@ -1499,46 +491,14 @@ export declare const se_UpdateRoomMembershipCommand: (
1499
491
  input: UpdateRoomMembershipCommandInput,
1500
492
  context: __SerdeContext
1501
493
  ) => Promise<__HttpRequest>;
1502
- export declare const se_UpdateSipMediaApplicationCommand: (
1503
- input: UpdateSipMediaApplicationCommandInput,
1504
- context: __SerdeContext
1505
- ) => Promise<__HttpRequest>;
1506
- export declare const se_UpdateSipMediaApplicationCallCommand: (
1507
- input: UpdateSipMediaApplicationCallCommandInput,
1508
- context: __SerdeContext
1509
- ) => Promise<__HttpRequest>;
1510
- export declare const se_UpdateSipRuleCommand: (
1511
- input: UpdateSipRuleCommandInput,
1512
- context: __SerdeContext
1513
- ) => Promise<__HttpRequest>;
1514
494
  export declare const se_UpdateUserCommand: (
1515
495
  input: UpdateUserCommandInput,
1516
496
  context: __SerdeContext
1517
497
  ) => Promise<__HttpRequest>;
1518
498
  export declare const se_UpdateUserSettingsCommand: (
1519
- input: UpdateUserSettingsCommandInput,
1520
- context: __SerdeContext
1521
- ) => Promise<__HttpRequest>;
1522
- export declare const se_UpdateVoiceConnectorCommand: (
1523
- input: UpdateVoiceConnectorCommandInput,
1524
- context: __SerdeContext
1525
- ) => Promise<__HttpRequest>;
1526
- export declare const se_UpdateVoiceConnectorGroupCommand: (
1527
- input: UpdateVoiceConnectorGroupCommandInput,
1528
- context: __SerdeContext
1529
- ) => Promise<__HttpRequest>;
1530
- export declare const se_ValidateE911AddressCommand: (
1531
- input: ValidateE911AddressCommandInput,
1532
- context: __SerdeContext
1533
- ) => Promise<__HttpRequest>;
1534
- export declare const de_AssociatePhoneNumbersWithVoiceConnectorCommand: (
1535
- output: __HttpResponse,
1536
- context: __SerdeContext
1537
- ) => Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
1538
- export declare const de_AssociatePhoneNumbersWithVoiceConnectorGroupCommand: (
1539
- output: __HttpResponse,
499
+ input: UpdateUserSettingsCommandInput,
1540
500
  context: __SerdeContext
1541
- ) => Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
501
+ ) => Promise<__HttpRequest>;
1542
502
  export declare const de_AssociatePhoneNumberWithUserCommand: (
1543
503
  output: __HttpResponse,
1544
504
  context: __SerdeContext
@@ -1547,14 +507,6 @@ export declare const de_AssociateSigninDelegateGroupsWithAccountCommand: (
1547
507
  output: __HttpResponse,
1548
508
  context: __SerdeContext
1549
509
  ) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
1550
- export declare const de_BatchCreateAttendeeCommand: (
1551
- output: __HttpResponse,
1552
- context: __SerdeContext
1553
- ) => Promise<BatchCreateAttendeeCommandOutput>;
1554
- export declare const de_BatchCreateChannelMembershipCommand: (
1555
- output: __HttpResponse,
1556
- context: __SerdeContext
1557
- ) => Promise<BatchCreateChannelMembershipCommandOutput>;
1558
510
  export declare const de_BatchCreateRoomMembershipCommand: (
1559
511
  output: __HttpResponse,
1560
512
  context: __SerdeContext
@@ -1583,66 +535,18 @@ export declare const de_CreateAccountCommand: (
1583
535
  output: __HttpResponse,
1584
536
  context: __SerdeContext
1585
537
  ) => Promise<CreateAccountCommandOutput>;
1586
- export declare const de_CreateAppInstanceCommand: (
1587
- output: __HttpResponse,
1588
- context: __SerdeContext
1589
- ) => Promise<CreateAppInstanceCommandOutput>;
1590
- export declare const de_CreateAppInstanceAdminCommand: (
1591
- output: __HttpResponse,
1592
- context: __SerdeContext
1593
- ) => Promise<CreateAppInstanceAdminCommandOutput>;
1594
- export declare const de_CreateAppInstanceUserCommand: (
1595
- output: __HttpResponse,
1596
- context: __SerdeContext
1597
- ) => Promise<CreateAppInstanceUserCommandOutput>;
1598
- export declare const de_CreateAttendeeCommand: (
1599
- output: __HttpResponse,
1600
- context: __SerdeContext
1601
- ) => Promise<CreateAttendeeCommandOutput>;
1602
538
  export declare const de_CreateBotCommand: (
1603
539
  output: __HttpResponse,
1604
540
  context: __SerdeContext
1605
541
  ) => Promise<CreateBotCommandOutput>;
1606
- export declare const de_CreateChannelCommand: (
1607
- output: __HttpResponse,
1608
- context: __SerdeContext
1609
- ) => Promise<CreateChannelCommandOutput>;
1610
- export declare const de_CreateChannelBanCommand: (
1611
- output: __HttpResponse,
1612
- context: __SerdeContext
1613
- ) => Promise<CreateChannelBanCommandOutput>;
1614
- export declare const de_CreateChannelMembershipCommand: (
1615
- output: __HttpResponse,
1616
- context: __SerdeContext
1617
- ) => Promise<CreateChannelMembershipCommandOutput>;
1618
- export declare const de_CreateChannelModeratorCommand: (
1619
- output: __HttpResponse,
1620
- context: __SerdeContext
1621
- ) => Promise<CreateChannelModeratorCommandOutput>;
1622
- export declare const de_CreateMediaCapturePipelineCommand: (
1623
- output: __HttpResponse,
1624
- context: __SerdeContext
1625
- ) => Promise<CreateMediaCapturePipelineCommandOutput>;
1626
- export declare const de_CreateMeetingCommand: (
1627
- output: __HttpResponse,
1628
- context: __SerdeContext
1629
- ) => Promise<CreateMeetingCommandOutput>;
1630
542
  export declare const de_CreateMeetingDialOutCommand: (
1631
543
  output: __HttpResponse,
1632
544
  context: __SerdeContext
1633
545
  ) => Promise<CreateMeetingDialOutCommandOutput>;
1634
- export declare const de_CreateMeetingWithAttendeesCommand: (
1635
- output: __HttpResponse,
1636
- context: __SerdeContext
1637
- ) => Promise<CreateMeetingWithAttendeesCommandOutput>;
1638
546
  export declare const de_CreatePhoneNumberOrderCommand: (
1639
547
  output: __HttpResponse,
1640
548
  context: __SerdeContext
1641
549
  ) => Promise<CreatePhoneNumberOrderCommandOutput>;
1642
- export declare const de_CreateProxySessionCommand: (
1643
- output: __HttpResponse,
1644
- context: __SerdeContext
1645
- ) => Promise<CreateProxySessionCommandOutput>;
1646
550
  export declare const de_CreateRoomCommand: (
1647
551
  output: __HttpResponse,
1648
552
  context: __SerdeContext
@@ -1651,94 +555,22 @@ export declare const de_CreateRoomMembershipCommand: (
1651
555
  output: __HttpResponse,
1652
556
  context: __SerdeContext
1653
557
  ) => Promise<CreateRoomMembershipCommandOutput>;
1654
- export declare const de_CreateSipMediaApplicationCommand: (
1655
- output: __HttpResponse,
1656
- context: __SerdeContext
1657
- ) => Promise<CreateSipMediaApplicationCommandOutput>;
1658
- export declare const de_CreateSipMediaApplicationCallCommand: (
1659
- output: __HttpResponse,
1660
- context: __SerdeContext
1661
- ) => Promise<CreateSipMediaApplicationCallCommandOutput>;
1662
- export declare const de_CreateSipRuleCommand: (
1663
- output: __HttpResponse,
1664
- context: __SerdeContext
1665
- ) => Promise<CreateSipRuleCommandOutput>;
1666
558
  export declare const de_CreateUserCommand: (
1667
559
  output: __HttpResponse,
1668
560
  context: __SerdeContext
1669
561
  ) => Promise<CreateUserCommandOutput>;
1670
- export declare const de_CreateVoiceConnectorCommand: (
1671
- output: __HttpResponse,
1672
- context: __SerdeContext
1673
- ) => Promise<CreateVoiceConnectorCommandOutput>;
1674
- export declare const de_CreateVoiceConnectorGroupCommand: (
1675
- output: __HttpResponse,
1676
- context: __SerdeContext
1677
- ) => Promise<CreateVoiceConnectorGroupCommandOutput>;
1678
562
  export declare const de_DeleteAccountCommand: (
1679
563
  output: __HttpResponse,
1680
564
  context: __SerdeContext
1681
565
  ) => Promise<DeleteAccountCommandOutput>;
1682
- export declare const de_DeleteAppInstanceCommand: (
1683
- output: __HttpResponse,
1684
- context: __SerdeContext
1685
- ) => Promise<DeleteAppInstanceCommandOutput>;
1686
- export declare const de_DeleteAppInstanceAdminCommand: (
1687
- output: __HttpResponse,
1688
- context: __SerdeContext
1689
- ) => Promise<DeleteAppInstanceAdminCommandOutput>;
1690
- export declare const de_DeleteAppInstanceStreamingConfigurationsCommand: (
1691
- output: __HttpResponse,
1692
- context: __SerdeContext
1693
- ) => Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
1694
- export declare const de_DeleteAppInstanceUserCommand: (
1695
- output: __HttpResponse,
1696
- context: __SerdeContext
1697
- ) => Promise<DeleteAppInstanceUserCommandOutput>;
1698
- export declare const de_DeleteAttendeeCommand: (
1699
- output: __HttpResponse,
1700
- context: __SerdeContext
1701
- ) => Promise<DeleteAttendeeCommandOutput>;
1702
- export declare const de_DeleteChannelCommand: (
1703
- output: __HttpResponse,
1704
- context: __SerdeContext
1705
- ) => Promise<DeleteChannelCommandOutput>;
1706
- export declare const de_DeleteChannelBanCommand: (
1707
- output: __HttpResponse,
1708
- context: __SerdeContext
1709
- ) => Promise<DeleteChannelBanCommandOutput>;
1710
- export declare const de_DeleteChannelMembershipCommand: (
1711
- output: __HttpResponse,
1712
- context: __SerdeContext
1713
- ) => Promise<DeleteChannelMembershipCommandOutput>;
1714
- export declare const de_DeleteChannelMessageCommand: (
1715
- output: __HttpResponse,
1716
- context: __SerdeContext
1717
- ) => Promise<DeleteChannelMessageCommandOutput>;
1718
- export declare const de_DeleteChannelModeratorCommand: (
1719
- output: __HttpResponse,
1720
- context: __SerdeContext
1721
- ) => Promise<DeleteChannelModeratorCommandOutput>;
1722
566
  export declare const de_DeleteEventsConfigurationCommand: (
1723
567
  output: __HttpResponse,
1724
568
  context: __SerdeContext
1725
569
  ) => Promise<DeleteEventsConfigurationCommandOutput>;
1726
- export declare const de_DeleteMediaCapturePipelineCommand: (
1727
- output: __HttpResponse,
1728
- context: __SerdeContext
1729
- ) => Promise<DeleteMediaCapturePipelineCommandOutput>;
1730
- export declare const de_DeleteMeetingCommand: (
1731
- output: __HttpResponse,
1732
- context: __SerdeContext
1733
- ) => Promise<DeleteMeetingCommandOutput>;
1734
570
  export declare const de_DeletePhoneNumberCommand: (
1735
571
  output: __HttpResponse,
1736
572
  context: __SerdeContext
1737
573
  ) => Promise<DeletePhoneNumberCommandOutput>;
1738
- export declare const de_DeleteProxySessionCommand: (
1739
- output: __HttpResponse,
1740
- context: __SerdeContext
1741
- ) => Promise<DeleteProxySessionCommandOutput>;
1742
574
  export declare const de_DeleteRoomCommand: (
1743
575
  output: __HttpResponse,
1744
576
  context: __SerdeContext
@@ -1747,94 +579,10 @@ export declare const de_DeleteRoomMembershipCommand: (
1747
579
  output: __HttpResponse,
1748
580
  context: __SerdeContext
1749
581
  ) => Promise<DeleteRoomMembershipCommandOutput>;
1750
- export declare const de_DeleteSipMediaApplicationCommand: (
1751
- output: __HttpResponse,
1752
- context: __SerdeContext
1753
- ) => Promise<DeleteSipMediaApplicationCommandOutput>;
1754
- export declare const de_DeleteSipRuleCommand: (
1755
- output: __HttpResponse,
1756
- context: __SerdeContext
1757
- ) => Promise<DeleteSipRuleCommandOutput>;
1758
- export declare const de_DeleteVoiceConnectorCommand: (
1759
- output: __HttpResponse,
1760
- context: __SerdeContext
1761
- ) => Promise<DeleteVoiceConnectorCommandOutput>;
1762
- export declare const de_DeleteVoiceConnectorEmergencyCallingConfigurationCommand: (
1763
- output: __HttpResponse,
1764
- context: __SerdeContext
1765
- ) => Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1766
- export declare const de_DeleteVoiceConnectorGroupCommand: (
1767
- output: __HttpResponse,
1768
- context: __SerdeContext
1769
- ) => Promise<DeleteVoiceConnectorGroupCommandOutput>;
1770
- export declare const de_DeleteVoiceConnectorOriginationCommand: (
1771
- output: __HttpResponse,
1772
- context: __SerdeContext
1773
- ) => Promise<DeleteVoiceConnectorOriginationCommandOutput>;
1774
- export declare const de_DeleteVoiceConnectorProxyCommand: (
1775
- output: __HttpResponse,
1776
- context: __SerdeContext
1777
- ) => Promise<DeleteVoiceConnectorProxyCommandOutput>;
1778
- export declare const de_DeleteVoiceConnectorStreamingConfigurationCommand: (
1779
- output: __HttpResponse,
1780
- context: __SerdeContext
1781
- ) => Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
1782
- export declare const de_DeleteVoiceConnectorTerminationCommand: (
1783
- output: __HttpResponse,
1784
- context: __SerdeContext
1785
- ) => Promise<DeleteVoiceConnectorTerminationCommandOutput>;
1786
- export declare const de_DeleteVoiceConnectorTerminationCredentialsCommand: (
1787
- output: __HttpResponse,
1788
- context: __SerdeContext
1789
- ) => Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
1790
- export declare const de_DescribeAppInstanceCommand: (
1791
- output: __HttpResponse,
1792
- context: __SerdeContext
1793
- ) => Promise<DescribeAppInstanceCommandOutput>;
1794
- export declare const de_DescribeAppInstanceAdminCommand: (
1795
- output: __HttpResponse,
1796
- context: __SerdeContext
1797
- ) => Promise<DescribeAppInstanceAdminCommandOutput>;
1798
- export declare const de_DescribeAppInstanceUserCommand: (
1799
- output: __HttpResponse,
1800
- context: __SerdeContext
1801
- ) => Promise<DescribeAppInstanceUserCommandOutput>;
1802
- export declare const de_DescribeChannelCommand: (
1803
- output: __HttpResponse,
1804
- context: __SerdeContext
1805
- ) => Promise<DescribeChannelCommandOutput>;
1806
- export declare const de_DescribeChannelBanCommand: (
1807
- output: __HttpResponse,
1808
- context: __SerdeContext
1809
- ) => Promise<DescribeChannelBanCommandOutput>;
1810
- export declare const de_DescribeChannelMembershipCommand: (
1811
- output: __HttpResponse,
1812
- context: __SerdeContext
1813
- ) => Promise<DescribeChannelMembershipCommandOutput>;
1814
- export declare const de_DescribeChannelMembershipForAppInstanceUserCommand: (
1815
- output: __HttpResponse,
1816
- context: __SerdeContext
1817
- ) => Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
1818
- export declare const de_DescribeChannelModeratedByAppInstanceUserCommand: (
1819
- output: __HttpResponse,
1820
- context: __SerdeContext
1821
- ) => Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
1822
- export declare const de_DescribeChannelModeratorCommand: (
1823
- output: __HttpResponse,
1824
- context: __SerdeContext
1825
- ) => Promise<DescribeChannelModeratorCommandOutput>;
1826
582
  export declare const de_DisassociatePhoneNumberFromUserCommand: (
1827
583
  output: __HttpResponse,
1828
584
  context: __SerdeContext
1829
585
  ) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
1830
- export declare const de_DisassociatePhoneNumbersFromVoiceConnectorCommand: (
1831
- output: __HttpResponse,
1832
- context: __SerdeContext
1833
- ) => Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
1834
- export declare const de_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: (
1835
- output: __HttpResponse,
1836
- context: __SerdeContext
1837
- ) => Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
1838
586
  export declare const de_DisassociateSigninDelegateGroupsFromAccountCommand: (
1839
587
  output: __HttpResponse,
1840
588
  context: __SerdeContext
@@ -1847,26 +595,10 @@ export declare const de_GetAccountSettingsCommand: (
1847
595
  output: __HttpResponse,
1848
596
  context: __SerdeContext
1849
597
  ) => Promise<GetAccountSettingsCommandOutput>;
1850
- export declare const de_GetAppInstanceRetentionSettingsCommand: (
1851
- output: __HttpResponse,
1852
- context: __SerdeContext
1853
- ) => Promise<GetAppInstanceRetentionSettingsCommandOutput>;
1854
- export declare const de_GetAppInstanceStreamingConfigurationsCommand: (
1855
- output: __HttpResponse,
1856
- context: __SerdeContext
1857
- ) => Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
1858
- export declare const de_GetAttendeeCommand: (
1859
- output: __HttpResponse,
1860
- context: __SerdeContext
1861
- ) => Promise<GetAttendeeCommandOutput>;
1862
598
  export declare const de_GetBotCommand: (
1863
599
  output: __HttpResponse,
1864
600
  context: __SerdeContext
1865
601
  ) => Promise<GetBotCommandOutput>;
1866
- export declare const de_GetChannelMessageCommand: (
1867
- output: __HttpResponse,
1868
- context: __SerdeContext
1869
- ) => Promise<GetChannelMessageCommandOutput>;
1870
602
  export declare const de_GetEventsConfigurationCommand: (
1871
603
  output: __HttpResponse,
1872
604
  context: __SerdeContext
@@ -1875,18 +607,6 @@ export declare const de_GetGlobalSettingsCommand: (
1875
607
  output: __HttpResponse,
1876
608
  context: __SerdeContext
1877
609
  ) => Promise<GetGlobalSettingsCommandOutput>;
1878
- export declare const de_GetMediaCapturePipelineCommand: (
1879
- output: __HttpResponse,
1880
- context: __SerdeContext
1881
- ) => Promise<GetMediaCapturePipelineCommandOutput>;
1882
- export declare const de_GetMeetingCommand: (
1883
- output: __HttpResponse,
1884
- context: __SerdeContext
1885
- ) => Promise<GetMeetingCommandOutput>;
1886
- export declare const de_GetMessagingSessionEndpointCommand: (
1887
- output: __HttpResponse,
1888
- context: __SerdeContext
1889
- ) => Promise<GetMessagingSessionEndpointCommandOutput>;
1890
610
  export declare const de_GetPhoneNumberCommand: (
1891
611
  output: __HttpResponse,
1892
612
  context: __SerdeContext
@@ -1899,10 +619,6 @@ export declare const de_GetPhoneNumberSettingsCommand: (
1899
619
  output: __HttpResponse,
1900
620
  context: __SerdeContext
1901
621
  ) => Promise<GetPhoneNumberSettingsCommandOutput>;
1902
- export declare const de_GetProxySessionCommand: (
1903
- output: __HttpResponse,
1904
- context: __SerdeContext
1905
- ) => Promise<GetProxySessionCommandOutput>;
1906
622
  export declare const de_GetRetentionSettingsCommand: (
1907
623
  output: __HttpResponse,
1908
624
  context: __SerdeContext
@@ -1911,18 +627,6 @@ export declare const de_GetRoomCommand: (
1911
627
  output: __HttpResponse,
1912
628
  context: __SerdeContext
1913
629
  ) => Promise<GetRoomCommandOutput>;
1914
- export declare const de_GetSipMediaApplicationCommand: (
1915
- output: __HttpResponse,
1916
- context: __SerdeContext
1917
- ) => Promise<GetSipMediaApplicationCommandOutput>;
1918
- export declare const de_GetSipMediaApplicationLoggingConfigurationCommand: (
1919
- output: __HttpResponse,
1920
- context: __SerdeContext
1921
- ) => Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
1922
- export declare const de_GetSipRuleCommand: (
1923
- output: __HttpResponse,
1924
- context: __SerdeContext
1925
- ) => Promise<GetSipRuleCommandOutput>;
1926
630
  export declare const de_GetUserCommand: (
1927
631
  output: __HttpResponse,
1928
632
  context: __SerdeContext
@@ -1931,42 +635,6 @@ export declare const de_GetUserSettingsCommand: (
1931
635
  output: __HttpResponse,
1932
636
  context: __SerdeContext
1933
637
  ) => Promise<GetUserSettingsCommandOutput>;
1934
- export declare const de_GetVoiceConnectorCommand: (
1935
- output: __HttpResponse,
1936
- context: __SerdeContext
1937
- ) => Promise<GetVoiceConnectorCommandOutput>;
1938
- export declare const de_GetVoiceConnectorEmergencyCallingConfigurationCommand: (
1939
- output: __HttpResponse,
1940
- context: __SerdeContext
1941
- ) => Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1942
- export declare const de_GetVoiceConnectorGroupCommand: (
1943
- output: __HttpResponse,
1944
- context: __SerdeContext
1945
- ) => Promise<GetVoiceConnectorGroupCommandOutput>;
1946
- export declare const de_GetVoiceConnectorLoggingConfigurationCommand: (
1947
- output: __HttpResponse,
1948
- context: __SerdeContext
1949
- ) => Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
1950
- export declare const de_GetVoiceConnectorOriginationCommand: (
1951
- output: __HttpResponse,
1952
- context: __SerdeContext
1953
- ) => Promise<GetVoiceConnectorOriginationCommandOutput>;
1954
- export declare const de_GetVoiceConnectorProxyCommand: (
1955
- output: __HttpResponse,
1956
- context: __SerdeContext
1957
- ) => Promise<GetVoiceConnectorProxyCommandOutput>;
1958
- export declare const de_GetVoiceConnectorStreamingConfigurationCommand: (
1959
- output: __HttpResponse,
1960
- context: __SerdeContext
1961
- ) => Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
1962
- export declare const de_GetVoiceConnectorTerminationCommand: (
1963
- output: __HttpResponse,
1964
- context: __SerdeContext
1965
- ) => Promise<GetVoiceConnectorTerminationCommandOutput>;
1966
- export declare const de_GetVoiceConnectorTerminationHealthCommand: (
1967
- output: __HttpResponse,
1968
- context: __SerdeContext
1969
- ) => Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
1970
638
  export declare const de_InviteUsersCommand: (
1971
639
  output: __HttpResponse,
1972
640
  context: __SerdeContext
@@ -1975,70 +643,10 @@ export declare const de_ListAccountsCommand: (
1975
643
  output: __HttpResponse,
1976
644
  context: __SerdeContext
1977
645
  ) => Promise<ListAccountsCommandOutput>;
1978
- export declare const de_ListAppInstanceAdminsCommand: (
1979
- output: __HttpResponse,
1980
- context: __SerdeContext
1981
- ) => Promise<ListAppInstanceAdminsCommandOutput>;
1982
- export declare const de_ListAppInstancesCommand: (
1983
- output: __HttpResponse,
1984
- context: __SerdeContext
1985
- ) => Promise<ListAppInstancesCommandOutput>;
1986
- export declare const de_ListAppInstanceUsersCommand: (
1987
- output: __HttpResponse,
1988
- context: __SerdeContext
1989
- ) => Promise<ListAppInstanceUsersCommandOutput>;
1990
- export declare const de_ListAttendeesCommand: (
1991
- output: __HttpResponse,
1992
- context: __SerdeContext
1993
- ) => Promise<ListAttendeesCommandOutput>;
1994
- export declare const de_ListAttendeeTagsCommand: (
1995
- output: __HttpResponse,
1996
- context: __SerdeContext
1997
- ) => Promise<ListAttendeeTagsCommandOutput>;
1998
646
  export declare const de_ListBotsCommand: (
1999
647
  output: __HttpResponse,
2000
648
  context: __SerdeContext
2001
649
  ) => Promise<ListBotsCommandOutput>;
2002
- export declare const de_ListChannelBansCommand: (
2003
- output: __HttpResponse,
2004
- context: __SerdeContext
2005
- ) => Promise<ListChannelBansCommandOutput>;
2006
- export declare const de_ListChannelMembershipsCommand: (
2007
- output: __HttpResponse,
2008
- context: __SerdeContext
2009
- ) => Promise<ListChannelMembershipsCommandOutput>;
2010
- export declare const de_ListChannelMembershipsForAppInstanceUserCommand: (
2011
- output: __HttpResponse,
2012
- context: __SerdeContext
2013
- ) => Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
2014
- export declare const de_ListChannelMessagesCommand: (
2015
- output: __HttpResponse,
2016
- context: __SerdeContext
2017
- ) => Promise<ListChannelMessagesCommandOutput>;
2018
- export declare const de_ListChannelModeratorsCommand: (
2019
- output: __HttpResponse,
2020
- context: __SerdeContext
2021
- ) => Promise<ListChannelModeratorsCommandOutput>;
2022
- export declare const de_ListChannelsCommand: (
2023
- output: __HttpResponse,
2024
- context: __SerdeContext
2025
- ) => Promise<ListChannelsCommandOutput>;
2026
- export declare const de_ListChannelsModeratedByAppInstanceUserCommand: (
2027
- output: __HttpResponse,
2028
- context: __SerdeContext
2029
- ) => Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
2030
- export declare const de_ListMediaCapturePipelinesCommand: (
2031
- output: __HttpResponse,
2032
- context: __SerdeContext
2033
- ) => Promise<ListMediaCapturePipelinesCommandOutput>;
2034
- export declare const de_ListMeetingsCommand: (
2035
- output: __HttpResponse,
2036
- context: __SerdeContext
2037
- ) => Promise<ListMeetingsCommandOutput>;
2038
- export declare const de_ListMeetingTagsCommand: (
2039
- output: __HttpResponse,
2040
- context: __SerdeContext
2041
- ) => Promise<ListMeetingTagsCommandOutput>;
2042
650
  export declare const de_ListPhoneNumberOrdersCommand: (
2043
651
  output: __HttpResponse,
2044
652
  context: __SerdeContext
@@ -2047,10 +655,6 @@ export declare const de_ListPhoneNumbersCommand: (
2047
655
  output: __HttpResponse,
2048
656
  context: __SerdeContext
2049
657
  ) => Promise<ListPhoneNumbersCommandOutput>;
2050
- export declare const de_ListProxySessionsCommand: (
2051
- output: __HttpResponse,
2052
- context: __SerdeContext
2053
- ) => Promise<ListProxySessionsCommandOutput>;
2054
658
  export declare const de_ListRoomMembershipsCommand: (
2055
659
  output: __HttpResponse,
2056
660
  context: __SerdeContext
@@ -2059,50 +663,18 @@ export declare const de_ListRoomsCommand: (
2059
663
  output: __HttpResponse,
2060
664
  context: __SerdeContext
2061
665
  ) => Promise<ListRoomsCommandOutput>;
2062
- export declare const de_ListSipMediaApplicationsCommand: (
2063
- output: __HttpResponse,
2064
- context: __SerdeContext
2065
- ) => Promise<ListSipMediaApplicationsCommandOutput>;
2066
- export declare const de_ListSipRulesCommand: (
2067
- output: __HttpResponse,
2068
- context: __SerdeContext
2069
- ) => Promise<ListSipRulesCommandOutput>;
2070
666
  export declare const de_ListSupportedPhoneNumberCountriesCommand: (
2071
667
  output: __HttpResponse,
2072
668
  context: __SerdeContext
2073
669
  ) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
2074
- export declare const de_ListTagsForResourceCommand: (
2075
- output: __HttpResponse,
2076
- context: __SerdeContext
2077
- ) => Promise<ListTagsForResourceCommandOutput>;
2078
670
  export declare const de_ListUsersCommand: (
2079
671
  output: __HttpResponse,
2080
672
  context: __SerdeContext
2081
673
  ) => Promise<ListUsersCommandOutput>;
2082
- export declare const de_ListVoiceConnectorGroupsCommand: (
2083
- output: __HttpResponse,
2084
- context: __SerdeContext
2085
- ) => Promise<ListVoiceConnectorGroupsCommandOutput>;
2086
- export declare const de_ListVoiceConnectorsCommand: (
2087
- output: __HttpResponse,
2088
- context: __SerdeContext
2089
- ) => Promise<ListVoiceConnectorsCommandOutput>;
2090
- export declare const de_ListVoiceConnectorTerminationCredentialsCommand: (
2091
- output: __HttpResponse,
2092
- context: __SerdeContext
2093
- ) => Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
2094
674
  export declare const de_LogoutUserCommand: (
2095
675
  output: __HttpResponse,
2096
676
  context: __SerdeContext
2097
677
  ) => Promise<LogoutUserCommandOutput>;
2098
- export declare const de_PutAppInstanceRetentionSettingsCommand: (
2099
- output: __HttpResponse,
2100
- context: __SerdeContext
2101
- ) => Promise<PutAppInstanceRetentionSettingsCommandOutput>;
2102
- export declare const de_PutAppInstanceStreamingConfigurationsCommand: (
2103
- output: __HttpResponse,
2104
- context: __SerdeContext
2105
- ) => Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
2106
678
  export declare const de_PutEventsConfigurationCommand: (
2107
679
  output: __HttpResponse,
2108
680
  context: __SerdeContext
@@ -2111,42 +683,6 @@ export declare const de_PutRetentionSettingsCommand: (
2111
683
  output: __HttpResponse,
2112
684
  context: __SerdeContext
2113
685
  ) => Promise<PutRetentionSettingsCommandOutput>;
2114
- export declare const de_PutSipMediaApplicationLoggingConfigurationCommand: (
2115
- output: __HttpResponse,
2116
- context: __SerdeContext
2117
- ) => Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
2118
- export declare const de_PutVoiceConnectorEmergencyCallingConfigurationCommand: (
2119
- output: __HttpResponse,
2120
- context: __SerdeContext
2121
- ) => Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
2122
- export declare const de_PutVoiceConnectorLoggingConfigurationCommand: (
2123
- output: __HttpResponse,
2124
- context: __SerdeContext
2125
- ) => Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
2126
- export declare const de_PutVoiceConnectorOriginationCommand: (
2127
- output: __HttpResponse,
2128
- context: __SerdeContext
2129
- ) => Promise<PutVoiceConnectorOriginationCommandOutput>;
2130
- export declare const de_PutVoiceConnectorProxyCommand: (
2131
- output: __HttpResponse,
2132
- context: __SerdeContext
2133
- ) => Promise<PutVoiceConnectorProxyCommandOutput>;
2134
- export declare const de_PutVoiceConnectorStreamingConfigurationCommand: (
2135
- output: __HttpResponse,
2136
- context: __SerdeContext
2137
- ) => Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
2138
- export declare const de_PutVoiceConnectorTerminationCommand: (
2139
- output: __HttpResponse,
2140
- context: __SerdeContext
2141
- ) => Promise<PutVoiceConnectorTerminationCommandOutput>;
2142
- export declare const de_PutVoiceConnectorTerminationCredentialsCommand: (
2143
- output: __HttpResponse,
2144
- context: __SerdeContext
2145
- ) => Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
2146
- export declare const de_RedactChannelMessageCommand: (
2147
- output: __HttpResponse,
2148
- context: __SerdeContext
2149
- ) => Promise<RedactChannelMessageCommandOutput>;
2150
686
  export declare const de_RedactConversationMessageCommand: (
2151
687
  output: __HttpResponse,
2152
688
  context: __SerdeContext
@@ -2171,42 +707,6 @@ export declare const de_SearchAvailablePhoneNumbersCommand: (
2171
707
  output: __HttpResponse,
2172
708
  context: __SerdeContext
2173
709
  ) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
2174
- export declare const de_SendChannelMessageCommand: (
2175
- output: __HttpResponse,
2176
- context: __SerdeContext
2177
- ) => Promise<SendChannelMessageCommandOutput>;
2178
- export declare const de_StartMeetingTranscriptionCommand: (
2179
- output: __HttpResponse,
2180
- context: __SerdeContext
2181
- ) => Promise<StartMeetingTranscriptionCommandOutput>;
2182
- export declare const de_StopMeetingTranscriptionCommand: (
2183
- output: __HttpResponse,
2184
- context: __SerdeContext
2185
- ) => Promise<StopMeetingTranscriptionCommandOutput>;
2186
- export declare const de_TagAttendeeCommand: (
2187
- output: __HttpResponse,
2188
- context: __SerdeContext
2189
- ) => Promise<TagAttendeeCommandOutput>;
2190
- export declare const de_TagMeetingCommand: (
2191
- output: __HttpResponse,
2192
- context: __SerdeContext
2193
- ) => Promise<TagMeetingCommandOutput>;
2194
- export declare const de_TagResourceCommand: (
2195
- output: __HttpResponse,
2196
- context: __SerdeContext
2197
- ) => Promise<TagResourceCommandOutput>;
2198
- export declare const de_UntagAttendeeCommand: (
2199
- output: __HttpResponse,
2200
- context: __SerdeContext
2201
- ) => Promise<UntagAttendeeCommandOutput>;
2202
- export declare const de_UntagMeetingCommand: (
2203
- output: __HttpResponse,
2204
- context: __SerdeContext
2205
- ) => Promise<UntagMeetingCommandOutput>;
2206
- export declare const de_UntagResourceCommand: (
2207
- output: __HttpResponse,
2208
- context: __SerdeContext
2209
- ) => Promise<UntagResourceCommandOutput>;
2210
710
  export declare const de_UpdateAccountCommand: (
2211
711
  output: __HttpResponse,
2212
712
  context: __SerdeContext
@@ -2215,30 +715,10 @@ export declare const de_UpdateAccountSettingsCommand: (
2215
715
  output: __HttpResponse,
2216
716
  context: __SerdeContext
2217
717
  ) => Promise<UpdateAccountSettingsCommandOutput>;
2218
- export declare const de_UpdateAppInstanceCommand: (
2219
- output: __HttpResponse,
2220
- context: __SerdeContext
2221
- ) => Promise<UpdateAppInstanceCommandOutput>;
2222
- export declare const de_UpdateAppInstanceUserCommand: (
2223
- output: __HttpResponse,
2224
- context: __SerdeContext
2225
- ) => Promise<UpdateAppInstanceUserCommandOutput>;
2226
718
  export declare const de_UpdateBotCommand: (
2227
719
  output: __HttpResponse,
2228
720
  context: __SerdeContext
2229
721
  ) => Promise<UpdateBotCommandOutput>;
2230
- export declare const de_UpdateChannelCommand: (
2231
- output: __HttpResponse,
2232
- context: __SerdeContext
2233
- ) => Promise<UpdateChannelCommandOutput>;
2234
- export declare const de_UpdateChannelMessageCommand: (
2235
- output: __HttpResponse,
2236
- context: __SerdeContext
2237
- ) => Promise<UpdateChannelMessageCommandOutput>;
2238
- export declare const de_UpdateChannelReadMarkerCommand: (
2239
- output: __HttpResponse,
2240
- context: __SerdeContext
2241
- ) => Promise<UpdateChannelReadMarkerCommandOutput>;
2242
722
  export declare const de_UpdateGlobalSettingsCommand: (
2243
723
  output: __HttpResponse,
2244
724
  context: __SerdeContext
@@ -2251,10 +731,6 @@ export declare const de_UpdatePhoneNumberSettingsCommand: (
2251
731
  output: __HttpResponse,
2252
732
  context: __SerdeContext
2253
733
  ) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
2254
- export declare const de_UpdateProxySessionCommand: (
2255
- output: __HttpResponse,
2256
- context: __SerdeContext
2257
- ) => Promise<UpdateProxySessionCommandOutput>;
2258
734
  export declare const de_UpdateRoomCommand: (
2259
735
  output: __HttpResponse,
2260
736
  context: __SerdeContext
@@ -2263,18 +739,6 @@ export declare const de_UpdateRoomMembershipCommand: (
2263
739
  output: __HttpResponse,
2264
740
  context: __SerdeContext
2265
741
  ) => Promise<UpdateRoomMembershipCommandOutput>;
2266
- export declare const de_UpdateSipMediaApplicationCommand: (
2267
- output: __HttpResponse,
2268
- context: __SerdeContext
2269
- ) => Promise<UpdateSipMediaApplicationCommandOutput>;
2270
- export declare const de_UpdateSipMediaApplicationCallCommand: (
2271
- output: __HttpResponse,
2272
- context: __SerdeContext
2273
- ) => Promise<UpdateSipMediaApplicationCallCommandOutput>;
2274
- export declare const de_UpdateSipRuleCommand: (
2275
- output: __HttpResponse,
2276
- context: __SerdeContext
2277
- ) => Promise<UpdateSipRuleCommandOutput>;
2278
742
  export declare const de_UpdateUserCommand: (
2279
743
  output: __HttpResponse,
2280
744
  context: __SerdeContext
@@ -2283,15 +747,3 @@ export declare const de_UpdateUserSettingsCommand: (
2283
747
  output: __HttpResponse,
2284
748
  context: __SerdeContext
2285
749
  ) => Promise<UpdateUserSettingsCommandOutput>;
2286
- export declare const de_UpdateVoiceConnectorCommand: (
2287
- output: __HttpResponse,
2288
- context: __SerdeContext
2289
- ) => Promise<UpdateVoiceConnectorCommandOutput>;
2290
- export declare const de_UpdateVoiceConnectorGroupCommand: (
2291
- output: __HttpResponse,
2292
- context: __SerdeContext
2293
- ) => Promise<UpdateVoiceConnectorGroupCommandOutput>;
2294
- export declare const de_ValidateE911AddressCommand: (
2295
- output: __HttpResponse,
2296
- context: __SerdeContext
2297
- ) => Promise<ValidateE911AddressCommandOutput>;