@aws-sdk/client-chime 3.750.0 → 3.757.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/README.md +92 -1124
  2. package/dist-cjs/index.js +1705 -9575
  3. package/dist-es/Chime.js +0 -258
  4. package/dist-es/commands/GetRoomCommand.js +1 -1
  5. package/dist-es/commands/GetUserCommand.js +1 -1
  6. package/dist-es/commands/InviteUsersCommand.js +1 -1
  7. package/dist-es/commands/ListAccountsCommand.js +1 -1
  8. package/dist-es/commands/ListBotsCommand.js +1 -1
  9. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +1 -1
  10. package/dist-es/commands/ListPhoneNumbersCommand.js +1 -1
  11. package/dist-es/commands/ListRoomMembershipsCommand.js +1 -1
  12. package/dist-es/commands/ListRoomsCommand.js +1 -1
  13. package/dist-es/commands/ListUsersCommand.js +1 -1
  14. package/dist-es/commands/PutEventsConfigurationCommand.js +1 -1
  15. package/dist-es/commands/RegenerateSecurityTokenCommand.js +1 -1
  16. package/dist-es/commands/ResetPersonalPINCommand.js +1 -1
  17. package/dist-es/commands/RestorePhoneNumberCommand.js +1 -1
  18. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +1 -1
  19. package/dist-es/commands/UpdateBotCommand.js +1 -1
  20. package/dist-es/commands/UpdatePhoneNumberCommand.js +1 -1
  21. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +1 -1
  22. package/dist-es/commands/UpdateRoomCommand.js +1 -1
  23. package/dist-es/commands/UpdateRoomMembershipCommand.js +1 -1
  24. package/dist-es/commands/UpdateUserCommand.js +1 -1
  25. package/dist-es/commands/index.js +0 -129
  26. package/dist-es/models/index.js +0 -1
  27. package/dist-es/models/models_0.js +104 -559
  28. package/dist-es/pagination/index.js +0 -18
  29. package/dist-es/protocols/Aws_restJson1.js +516 -4601
  30. package/dist-types/Chime.d.ts +0 -913
  31. package/dist-types/ChimeClient.d.ts +2 -131
  32. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
  33. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +1 -2
  34. package/dist-types/commands/GetRoomCommand.d.ts +1 -1
  35. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  36. package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
  37. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  41. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  46. package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
  47. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
  48. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
  49. package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
  50. package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
  51. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  52. package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
  53. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
  54. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
  65. package/dist-types/commands/index.d.ts +0 -129
  66. package/dist-types/models/index.d.ts +0 -1
  67. package/dist-types/models/models_0.d.ts +1159 -4028
  68. package/dist-types/pagination/index.d.ts +0 -18
  69. package/dist-types/protocols/Aws_restJson1.d.ts +93 -1254
  70. package/dist-types/ts3.4/Chime.d.ts +78 -2431
  71. package/dist-types/ts3.4/ChimeClient.d.ts +2 -776
  72. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/index.d.ts +0 -129
  105. package/dist-types/ts3.4/models/index.d.ts +0 -1
  106. package/dist-types/ts3.4/models/models_0.d.ts +362 -1214
  107. package/dist-types/ts3.4/pagination/index.d.ts +0 -18
  108. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -1624
  109. package/package.json +1 -1
  110. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -23
  111. package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -23
  112. package/dist-es/commands/BatchCreateAttendeeCommand.js +0 -23
  113. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +0 -23
  114. package/dist-es/commands/CreateAppInstanceAdminCommand.js +0 -23
  115. package/dist-es/commands/CreateAppInstanceCommand.js +0 -23
  116. package/dist-es/commands/CreateAppInstanceUserCommand.js +0 -23
  117. package/dist-es/commands/CreateAttendeeCommand.js +0 -23
  118. package/dist-es/commands/CreateChannelBanCommand.js +0 -23
  119. package/dist-es/commands/CreateChannelCommand.js +0 -23
  120. package/dist-es/commands/CreateChannelMembershipCommand.js +0 -23
  121. package/dist-es/commands/CreateChannelModeratorCommand.js +0 -23
  122. package/dist-es/commands/CreateMediaCapturePipelineCommand.js +0 -23
  123. package/dist-es/commands/CreateMeetingCommand.js +0 -23
  124. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +0 -23
  125. package/dist-es/commands/CreateProxySessionCommand.js +0 -23
  126. package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +0 -23
  127. package/dist-es/commands/CreateSipMediaApplicationCommand.js +0 -23
  128. package/dist-es/commands/CreateSipRuleCommand.js +0 -22
  129. package/dist-es/commands/CreateVoiceConnectorCommand.js +0 -22
  130. package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +0 -22
  131. package/dist-es/commands/DeleteAppInstanceAdminCommand.js +0 -22
  132. package/dist-es/commands/DeleteAppInstanceCommand.js +0 -22
  133. package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -22
  134. package/dist-es/commands/DeleteAppInstanceUserCommand.js +0 -22
  135. package/dist-es/commands/DeleteAttendeeCommand.js +0 -22
  136. package/dist-es/commands/DeleteChannelBanCommand.js +0 -22
  137. package/dist-es/commands/DeleteChannelCommand.js +0 -22
  138. package/dist-es/commands/DeleteChannelMembershipCommand.js +0 -22
  139. package/dist-es/commands/DeleteChannelMessageCommand.js +0 -22
  140. package/dist-es/commands/DeleteChannelModeratorCommand.js +0 -22
  141. package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +0 -22
  142. package/dist-es/commands/DeleteMeetingCommand.js +0 -22
  143. package/dist-es/commands/DeleteProxySessionCommand.js +0 -22
  144. package/dist-es/commands/DeleteSipMediaApplicationCommand.js +0 -22
  145. package/dist-es/commands/DeleteSipRuleCommand.js +0 -22
  146. package/dist-es/commands/DeleteVoiceConnectorCommand.js +0 -22
  147. package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -22
  148. package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +0 -22
  149. package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +0 -22
  150. package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +0 -22
  151. package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -22
  152. package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +0 -22
  153. package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -23
  154. package/dist-es/commands/DescribeAppInstanceAdminCommand.js +0 -23
  155. package/dist-es/commands/DescribeAppInstanceCommand.js +0 -23
  156. package/dist-es/commands/DescribeAppInstanceUserCommand.js +0 -23
  157. package/dist-es/commands/DescribeChannelBanCommand.js +0 -23
  158. package/dist-es/commands/DescribeChannelCommand.js +0 -23
  159. package/dist-es/commands/DescribeChannelMembershipCommand.js +0 -23
  160. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -23
  161. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -23
  162. package/dist-es/commands/DescribeChannelModeratorCommand.js +0 -23
  163. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -23
  164. package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -23
  165. package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +0 -22
  166. package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -23
  167. package/dist-es/commands/GetAttendeeCommand.js +0 -23
  168. package/dist-es/commands/GetChannelMessageCommand.js +0 -23
  169. package/dist-es/commands/GetMediaCapturePipelineCommand.js +0 -23
  170. package/dist-es/commands/GetMeetingCommand.js +0 -23
  171. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +0 -22
  172. package/dist-es/commands/GetProxySessionCommand.js +0 -23
  173. package/dist-es/commands/GetSipMediaApplicationCommand.js +0 -23
  174. package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -22
  175. package/dist-es/commands/GetSipRuleCommand.js +0 -22
  176. package/dist-es/commands/GetVoiceConnectorCommand.js +0 -22
  177. package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
  178. package/dist-es/commands/GetVoiceConnectorGroupCommand.js +0 -22
  179. package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -22
  180. package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +0 -22
  181. package/dist-es/commands/GetVoiceConnectorProxyCommand.js +0 -23
  182. package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -22
  183. package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +0 -23
  184. package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -22
  185. package/dist-es/commands/ListAppInstanceAdminsCommand.js +0 -23
  186. package/dist-es/commands/ListAppInstanceUsersCommand.js +0 -23
  187. package/dist-es/commands/ListAppInstancesCommand.js +0 -23
  188. package/dist-es/commands/ListAttendeeTagsCommand.js +0 -23
  189. package/dist-es/commands/ListAttendeesCommand.js +0 -23
  190. package/dist-es/commands/ListChannelBansCommand.js +0 -23
  191. package/dist-es/commands/ListChannelMembershipsCommand.js +0 -23
  192. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -23
  193. package/dist-es/commands/ListChannelMessagesCommand.js +0 -23
  194. package/dist-es/commands/ListChannelModeratorsCommand.js +0 -23
  195. package/dist-es/commands/ListChannelsCommand.js +0 -23
  196. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -23
  197. package/dist-es/commands/ListMediaCapturePipelinesCommand.js +0 -23
  198. package/dist-es/commands/ListMeetingTagsCommand.js +0 -23
  199. package/dist-es/commands/ListMeetingsCommand.js +0 -23
  200. package/dist-es/commands/ListProxySessionsCommand.js +0 -23
  201. package/dist-es/commands/ListSipMediaApplicationsCommand.js +0 -23
  202. package/dist-es/commands/ListSipRulesCommand.js +0 -22
  203. package/dist-es/commands/ListTagsForResourceCommand.js +0 -23
  204. package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +0 -22
  205. package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -23
  206. package/dist-es/commands/ListVoiceConnectorsCommand.js +0 -22
  207. package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +0 -22
  208. package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -23
  209. package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -22
  210. package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
  211. package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -22
  212. package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +0 -22
  213. package/dist-es/commands/PutVoiceConnectorProxyCommand.js +0 -23
  214. package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -22
  215. package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +0 -23
  216. package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -23
  217. package/dist-es/commands/RedactChannelMessageCommand.js +0 -22
  218. package/dist-es/commands/SendChannelMessageCommand.js +0 -23
  219. package/dist-es/commands/StartMeetingTranscriptionCommand.js +0 -22
  220. package/dist-es/commands/StopMeetingTranscriptionCommand.js +0 -22
  221. package/dist-es/commands/TagAttendeeCommand.js +0 -23
  222. package/dist-es/commands/TagMeetingCommand.js +0 -23
  223. package/dist-es/commands/TagResourceCommand.js +0 -23
  224. package/dist-es/commands/UntagAttendeeCommand.js +0 -23
  225. package/dist-es/commands/UntagMeetingCommand.js +0 -23
  226. package/dist-es/commands/UntagResourceCommand.js +0 -23
  227. package/dist-es/commands/UpdateAppInstanceCommand.js +0 -23
  228. package/dist-es/commands/UpdateAppInstanceUserCommand.js +0 -23
  229. package/dist-es/commands/UpdateChannelCommand.js +0 -23
  230. package/dist-es/commands/UpdateChannelMessageCommand.js +0 -23
  231. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +0 -22
  232. package/dist-es/commands/UpdateProxySessionCommand.js +0 -23
  233. package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +0 -23
  234. package/dist-es/commands/UpdateSipMediaApplicationCommand.js +0 -23
  235. package/dist-es/commands/UpdateSipRuleCommand.js +0 -22
  236. package/dist-es/commands/UpdateVoiceConnectorCommand.js +0 -22
  237. package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +0 -22
  238. package/dist-es/commands/ValidateE911AddressCommand.js +0 -23
  239. package/dist-es/models/models_1.js +0 -435
  240. package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +0 -4
  241. package/dist-es/pagination/ListAppInstanceUsersPaginator.js +0 -4
  242. package/dist-es/pagination/ListAppInstancesPaginator.js +0 -4
  243. package/dist-es/pagination/ListAttendeesPaginator.js +0 -4
  244. package/dist-es/pagination/ListChannelBansPaginator.js +0 -4
  245. package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -4
  246. package/dist-es/pagination/ListChannelMembershipsPaginator.js +0 -4
  247. package/dist-es/pagination/ListChannelMessagesPaginator.js +0 -4
  248. package/dist-es/pagination/ListChannelModeratorsPaginator.js +0 -4
  249. package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -4
  250. package/dist-es/pagination/ListChannelsPaginator.js +0 -4
  251. package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +0 -4
  252. package/dist-es/pagination/ListMeetingsPaginator.js +0 -4
  253. package/dist-es/pagination/ListProxySessionsPaginator.js +0 -4
  254. package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +0 -4
  255. package/dist-es/pagination/ListSipRulesPaginator.js +0 -4
  256. package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +0 -4
  257. package/dist-es/pagination/ListVoiceConnectorsPaginator.js +0 -4
  258. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -114
  259. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -114
  260. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +0 -133
  261. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +0 -123
  262. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -121
  263. package/dist-types/commands/CreateAppInstanceCommand.d.ts +0 -114
  264. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +0 -116
  265. package/dist-types/commands/CreateAttendeeCommand.d.ts +0 -120
  266. package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -121
  267. package/dist-types/commands/CreateChannelCommand.d.ts +0 -125
  268. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -145
  269. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -133
  270. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +0 -164
  271. package/dist-types/commands/CreateMeetingCommand.d.ts +0 -133
  272. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -163
  273. package/dist-types/commands/CreateProxySessionCommand.d.ts +0 -139
  274. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -112
  275. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +0 -125
  276. package/dist-types/commands/CreateSipRuleCommand.d.ts +0 -133
  277. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +0 -118
  278. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -126
  279. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +0 -102
  280. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +0 -97
  281. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -99
  282. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +0 -96
  283. package/dist-types/commands/DeleteAttendeeCommand.d.ts +0 -103
  284. package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -103
  285. package/dist-types/commands/DeleteChannelCommand.d.ts +0 -103
  286. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -107
  287. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -105
  288. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -103
  289. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -100
  290. package/dist-types/commands/DeleteMeetingCommand.d.ts +0 -102
  291. package/dist-types/commands/DeleteProxySessionCommand.d.ts +0 -100
  292. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +0 -103
  293. package/dist-types/commands/DeleteSipRuleCommand.d.ts +0 -103
  294. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +0 -105
  295. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -99
  296. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -105
  297. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -102
  298. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -99
  299. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -99
  300. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -102
  301. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -102
  302. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +0 -106
  303. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +0 -104
  304. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +0 -104
  305. package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -119
  306. package/dist-types/commands/DescribeChannelCommand.d.ts +0 -118
  307. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +0 -121
  308. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -119
  309. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -115
  310. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +0 -119
  311. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -110
  312. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -110
  313. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -106
  314. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -106
  315. package/dist-types/commands/GetAttendeeCommand.d.ts +0 -110
  316. package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -123
  317. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +0 -136
  318. package/dist-types/commands/GetMeetingCommand.d.ts +0 -121
  319. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +0 -95
  320. package/dist-types/commands/GetProxySessionCommand.d.ts +0 -126
  321. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +0 -112
  322. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -103
  323. package/dist-types/commands/GetSipRuleCommand.d.ts +0 -116
  324. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +0 -110
  325. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -109
  326. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +0 -114
  327. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -105
  328. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -112
  329. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +0 -108
  330. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -111
  331. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -111
  332. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -105
  333. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +0 -109
  334. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +0 -110
  335. package/dist-types/commands/ListAppInstancesCommand.d.ts +0 -106
  336. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +0 -103
  337. package/dist-types/commands/ListAttendeesCommand.d.ts +0 -114
  338. package/dist-types/commands/ListChannelBansCommand.d.ts +0 -115
  339. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -116
  340. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -123
  341. package/dist-types/commands/ListChannelMessagesCommand.d.ts +0 -131
  342. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +0 -115
  343. package/dist-types/commands/ListChannelsCommand.d.ts +0 -131
  344. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -118
  345. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +0 -136
  346. package/dist-types/commands/ListMeetingTagsCommand.d.ts +0 -106
  347. package/dist-types/commands/ListMeetingsCommand.d.ts +0 -115
  348. package/dist-types/commands/ListProxySessionsCommand.d.ts +0 -131
  349. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +0 -113
  350. package/dist-types/commands/ListSipRulesCommand.d.ts +0 -118
  351. package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -111
  352. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -114
  353. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -103
  354. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +0 -111
  355. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -115
  356. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -112
  357. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -106
  358. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -119
  359. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -109
  360. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -127
  361. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +0 -117
  362. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -120
  363. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -128
  364. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -105
  365. package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -107
  366. package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -116
  367. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +0 -144
  368. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +0 -102
  369. package/dist-types/commands/TagAttendeeCommand.d.ts +0 -105
  370. package/dist-types/commands/TagMeetingCommand.d.ts +0 -108
  371. package/dist-types/commands/TagResourceCommand.d.ts +0 -102
  372. package/dist-types/commands/UntagAttendeeCommand.d.ts +0 -99
  373. package/dist-types/commands/UntagMeetingCommand.d.ts +0 -102
  374. package/dist-types/commands/UntagResourceCommand.d.ts +0 -100
  375. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +0 -104
  376. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +0 -104
  377. package/dist-types/commands/UpdateChannelCommand.d.ts +0 -113
  378. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -112
  379. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -108
  380. package/dist-types/commands/UpdateProxySessionCommand.d.ts +0 -130
  381. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -111
  382. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +0 -122
  383. package/dist-types/commands/UpdateSipRuleCommand.d.ts +0 -132
  384. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +0 -112
  385. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -125
  386. package/dist-types/commands/ValidateE911AddressCommand.d.ts +0 -134
  387. package/dist-types/models/models_1.d.ts +0 -3608
  388. package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -7
  389. package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +0 -7
  390. package/dist-types/pagination/ListAppInstancesPaginator.d.ts +0 -7
  391. package/dist-types/pagination/ListAttendeesPaginator.d.ts +0 -7
  392. package/dist-types/pagination/ListChannelBansPaginator.d.ts +0 -7
  393. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -7
  394. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +0 -7
  395. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +0 -7
  396. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +0 -7
  397. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -7
  398. package/dist-types/pagination/ListChannelsPaginator.d.ts +0 -7
  399. package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -7
  400. package/dist-types/pagination/ListMeetingsPaginator.d.ts +0 -7
  401. package/dist-types/pagination/ListProxySessionsPaginator.d.ts +0 -7
  402. package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -7
  403. package/dist-types/pagination/ListSipRulesPaginator.d.ts +0 -7
  404. package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -7
  405. package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +0 -7
  406. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -51
  407. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -51
  408. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -51
  409. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -51
  410. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +0 -51
  411. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +0 -51
  412. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +0 -51
  413. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -50
  414. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -50
  415. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -50
  416. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -51
  417. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -51
  418. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +0 -51
  419. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -50
  420. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -51
  421. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +0 -51
  422. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -51
  423. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +0 -51
  424. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +0 -50
  425. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +0 -51
  426. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -51
  427. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +0 -46
  428. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +0 -46
  429. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -47
  430. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +0 -46
  431. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -45
  432. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -45
  433. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -45
  434. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -47
  435. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -46
  436. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -46
  437. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -47
  438. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -45
  439. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +0 -46
  440. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +0 -47
  441. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +0 -45
  442. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +0 -46
  443. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -47
  444. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -47
  445. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -47
  446. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -47
  447. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -47
  448. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -47
  449. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
  450. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +0 -51
  451. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +0 -51
  452. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +0 -51
  453. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -51
  454. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -50
  455. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -51
  456. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -51
  457. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -51
  458. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -51
  459. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -51
  460. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -51
  461. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -51
  462. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
  463. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -47
  464. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -51
  465. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +0 -51
  466. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +0 -47
  467. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -51
  468. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +0 -50
  469. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +0 -51
  470. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
  471. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +0 -47
  472. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +0 -51
  473. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
  474. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +0 -51
  475. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
  476. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -51
  477. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +0 -51
  478. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
  479. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -51
  480. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -51
  481. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +0 -51
  482. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +0 -51
  483. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +0 -50
  484. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +0 -50
  485. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -50
  486. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -50
  487. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -51
  488. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -51
  489. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -51
  490. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -51
  491. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -47
  492. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -51
  493. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +0 -51
  494. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +0 -50
  495. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +0 -47
  496. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +0 -51
  497. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +0 -51
  498. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +0 -47
  499. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -51
  500. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -51
  501. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -51
  502. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +0 -51
  503. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -51
  504. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
  505. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
  506. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
  507. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
  508. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -51
  509. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +0 -51
  510. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
  511. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -51
  512. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
  513. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -51
  514. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -51
  515. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -51
  516. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -51
  517. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +0 -45
  518. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +0 -45
  519. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -45
  520. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +0 -45
  521. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +0 -45
  522. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -45
  523. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +0 -51
  524. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +0 -51
  525. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -50
  526. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -51
  527. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -51
  528. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +0 -51
  529. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -51
  530. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +0 -51
  531. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +0 -50
  532. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +0 -51
  533. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -51
  534. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +0 -51
  535. package/dist-types/ts3.4/models/models_1.d.ts +0 -1180
  536. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -11
  537. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +0 -11
  538. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +0 -11
  539. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +0 -11
  540. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +0 -11
  541. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -11
  542. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +0 -11
  543. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +0 -11
  544. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +0 -11
  545. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -11
  546. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -11
  547. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -11
  548. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +0 -11
  549. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +0 -11
  550. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -11
  551. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +0 -11
  552. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -11
  553. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +0 -11
@@ -1,11 +1,7 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { ChimeClient } from "./ChimeClient";
3
- import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
4
- import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
5
3
  import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "./commands/AssociatePhoneNumberWithUserCommand";
6
4
  import { AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput } from "./commands/AssociateSigninDelegateGroupsWithAccountCommand";
7
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
8
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
9
5
  import { BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput } from "./commands/BatchCreateRoomMembershipCommand";
10
6
  import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "./commands/BatchDeletePhoneNumberCommand";
11
7
  import { BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput } from "./commands/BatchSuspendUserCommand";
@@ -13,197 +9,60 @@ import { BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput } from
13
9
  import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "./commands/BatchUpdatePhoneNumberCommand";
14
10
  import { BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput } from "./commands/BatchUpdateUserCommand";
15
11
  import { CreateAccountCommandInput, CreateAccountCommandOutput } from "./commands/CreateAccountCommand";
16
- import { CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput } from "./commands/CreateAppInstanceAdminCommand";
17
- import { CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput } from "./commands/CreateAppInstanceCommand";
18
- import { CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput } from "./commands/CreateAppInstanceUserCommand";
19
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
20
12
  import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
21
- import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "./commands/CreateChannelBanCommand";
22
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
23
- import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "./commands/CreateChannelMembershipCommand";
24
- import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "./commands/CreateChannelModeratorCommand";
25
- import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "./commands/CreateMediaCapturePipelineCommand";
26
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
27
13
  import { CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput } from "./commands/CreateMeetingDialOutCommand";
28
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "./commands/CreateMeetingWithAttendeesCommand";
29
14
  import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "./commands/CreatePhoneNumberOrderCommand";
30
- import { CreateProxySessionCommandInput, CreateProxySessionCommandOutput } from "./commands/CreateProxySessionCommand";
31
15
  import { CreateRoomCommandInput, CreateRoomCommandOutput } from "./commands/CreateRoomCommand";
32
16
  import { CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput } from "./commands/CreateRoomMembershipCommand";
33
- import { CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput } from "./commands/CreateSipMediaApplicationCallCommand";
34
- import { CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput } from "./commands/CreateSipMediaApplicationCommand";
35
- import { CreateSipRuleCommandInput, CreateSipRuleCommandOutput } from "./commands/CreateSipRuleCommand";
36
17
  import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
37
- import { CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput } from "./commands/CreateVoiceConnectorCommand";
38
- import { CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput } from "./commands/CreateVoiceConnectorGroupCommand";
39
18
  import { DeleteAccountCommandInput, DeleteAccountCommandOutput } from "./commands/DeleteAccountCommand";
40
- import { DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput } from "./commands/DeleteAppInstanceAdminCommand";
41
- import { DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput } from "./commands/DeleteAppInstanceCommand";
42
- import { DeleteAppInstanceStreamingConfigurationsCommandInput, DeleteAppInstanceStreamingConfigurationsCommandOutput } from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
43
- import { DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput } from "./commands/DeleteAppInstanceUserCommand";
44
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "./commands/DeleteAttendeeCommand";
45
- import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "./commands/DeleteChannelBanCommand";
46
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
47
- import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
48
- import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
49
- import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
50
19
  import { DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput } from "./commands/DeleteEventsConfigurationCommand";
51
- import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
52
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "./commands/DeleteMeetingCommand";
53
20
  import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "./commands/DeletePhoneNumberCommand";
54
- import { DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput } from "./commands/DeleteProxySessionCommand";
55
21
  import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "./commands/DeleteRoomCommand";
56
22
  import { DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput } from "./commands/DeleteRoomMembershipCommand";
57
- import { DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput } from "./commands/DeleteSipMediaApplicationCommand";
58
- import { DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput } from "./commands/DeleteSipRuleCommand";
59
- import { DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput } from "./commands/DeleteVoiceConnectorCommand";
60
- import { DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
61
- import { DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput } from "./commands/DeleteVoiceConnectorGroupCommand";
62
- import { DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput } from "./commands/DeleteVoiceConnectorOriginationCommand";
63
- import { DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput } from "./commands/DeleteVoiceConnectorProxyCommand";
64
- import { DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
65
- import { DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCommand";
66
- import { DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
67
- import { DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput } from "./commands/DescribeAppInstanceAdminCommand";
68
- import { DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput } from "./commands/DescribeAppInstanceCommand";
69
- import { DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput } from "./commands/DescribeAppInstanceUserCommand";
70
- import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
71
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
72
- import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "./commands/DescribeChannelMembershipCommand";
73
- import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
74
- import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
75
- import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "./commands/DescribeChannelModeratorCommand";
76
23
  import { DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput } from "./commands/DisassociatePhoneNumberFromUserCommand";
77
- import { DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
78
- import { DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
79
24
  import { DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput } from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
80
25
  import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
81
26
  import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
82
- import { GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput } from "./commands/GetAppInstanceRetentionSettingsCommand";
83
- import { GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput } from "./commands/GetAppInstanceStreamingConfigurationsCommand";
84
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "./commands/GetAttendeeCommand";
85
27
  import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
86
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
87
28
  import { GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput } from "./commands/GetEventsConfigurationCommand";
88
29
  import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
89
- import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
90
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "./commands/GetMeetingCommand";
91
- import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
92
30
  import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "./commands/GetPhoneNumberCommand";
93
31
  import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "./commands/GetPhoneNumberOrderCommand";
94
32
  import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "./commands/GetPhoneNumberSettingsCommand";
95
- import { GetProxySessionCommandInput, GetProxySessionCommandOutput } from "./commands/GetProxySessionCommand";
96
33
  import { GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput } from "./commands/GetRetentionSettingsCommand";
97
34
  import { GetRoomCommandInput, GetRoomCommandOutput } from "./commands/GetRoomCommand";
98
- import { GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput } from "./commands/GetSipMediaApplicationCommand";
99
- import { GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
100
- import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "./commands/GetSipRuleCommand";
101
35
  import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
102
36
  import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
103
- import { GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput } from "./commands/GetVoiceConnectorCommand";
104
- import { GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
105
- import { GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput } from "./commands/GetVoiceConnectorGroupCommand";
106
- import { GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
107
- import { GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput } from "./commands/GetVoiceConnectorOriginationCommand";
108
- import { GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput } from "./commands/GetVoiceConnectorProxyCommand";
109
- import { GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
110
- import { GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput } from "./commands/GetVoiceConnectorTerminationCommand";
111
- import { GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput } from "./commands/GetVoiceConnectorTerminationHealthCommand";
112
37
  import { InviteUsersCommandInput, InviteUsersCommandOutput } from "./commands/InviteUsersCommand";
113
38
  import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
114
- import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "./commands/ListAppInstanceAdminsCommand";
115
- import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "./commands/ListAppInstancesCommand";
116
- import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "./commands/ListAppInstanceUsersCommand";
117
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "./commands/ListAttendeesCommand";
118
- import { ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput } from "./commands/ListAttendeeTagsCommand";
119
39
  import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
120
- import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
121
- import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
122
- import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
123
- import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "./commands/ListChannelMessagesCommand";
124
- import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "./commands/ListChannelModeratorsCommand";
125
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
126
- import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
127
- import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
128
- import { ListMeetingsCommandInput, ListMeetingsCommandOutput } from "./commands/ListMeetingsCommand";
129
- import { ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput } from "./commands/ListMeetingTagsCommand";
130
40
  import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "./commands/ListPhoneNumberOrdersCommand";
131
41
  import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
132
- import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "./commands/ListProxySessionsCommand";
133
42
  import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "./commands/ListRoomMembershipsCommand";
134
43
  import { ListRoomsCommandInput, ListRoomsCommandOutput } from "./commands/ListRoomsCommand";
135
- import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "./commands/ListSipMediaApplicationsCommand";
136
- import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "./commands/ListSipRulesCommand";
137
44
  import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "./commands/ListSupportedPhoneNumberCountriesCommand";
138
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
139
45
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
140
- import { ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput } from "./commands/ListVoiceConnectorGroupsCommand";
141
- import { ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput } from "./commands/ListVoiceConnectorsCommand";
142
- import { ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
143
46
  import { LogoutUserCommandInput, LogoutUserCommandOutput } from "./commands/LogoutUserCommand";
144
- import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "./commands/PutAppInstanceRetentionSettingsCommand";
145
- import { PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput } from "./commands/PutAppInstanceStreamingConfigurationsCommand";
146
47
  import { PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput } from "./commands/PutEventsConfigurationCommand";
147
48
  import { PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput } from "./commands/PutRetentionSettingsCommand";
148
- import { PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
149
- import { PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
150
- import { PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
151
- import { PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput } from "./commands/PutVoiceConnectorOriginationCommand";
152
- import { PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput } from "./commands/PutVoiceConnectorProxyCommand";
153
- import { PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
154
- import { PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput } from "./commands/PutVoiceConnectorTerminationCommand";
155
- import { PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
156
- import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
157
49
  import { RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput } from "./commands/RedactConversationMessageCommand";
158
50
  import { RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput } from "./commands/RedactRoomMessageCommand";
159
51
  import { RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput } from "./commands/RegenerateSecurityTokenCommand";
160
52
  import { ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput } from "./commands/ResetPersonalPINCommand";
161
53
  import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "./commands/RestorePhoneNumberCommand";
162
54
  import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
163
- import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
164
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "./commands/StartMeetingTranscriptionCommand";
165
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
166
- import { TagAttendeeCommandInput, TagAttendeeCommandOutput } from "./commands/TagAttendeeCommand";
167
- import { TagMeetingCommandInput, TagMeetingCommandOutput } from "./commands/TagMeetingCommand";
168
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
169
- import { UntagAttendeeCommandInput, UntagAttendeeCommandOutput } from "./commands/UntagAttendeeCommand";
170
- import { UntagMeetingCommandInput, UntagMeetingCommandOutput } from "./commands/UntagMeetingCommand";
171
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
172
55
  import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "./commands/UpdateAccountCommand";
173
56
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
174
- import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "./commands/UpdateAppInstanceCommand";
175
- import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "./commands/UpdateAppInstanceUserCommand";
176
57
  import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
177
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
178
- import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
179
- import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
180
58
  import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
181
59
  import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
182
60
  import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "./commands/UpdatePhoneNumberSettingsCommand";
183
- import { UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput } from "./commands/UpdateProxySessionCommand";
184
61
  import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "./commands/UpdateRoomCommand";
185
62
  import { UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput } from "./commands/UpdateRoomMembershipCommand";
186
- import { UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput } from "./commands/UpdateSipMediaApplicationCallCommand";
187
- import { UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput } from "./commands/UpdateSipMediaApplicationCommand";
188
- import { UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput } from "./commands/UpdateSipRuleCommand";
189
63
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
190
64
  import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
191
- import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "./commands/UpdateVoiceConnectorCommand";
192
- import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "./commands/UpdateVoiceConnectorGroupCommand";
193
- import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
194
65
  export interface Chime {
195
- /**
196
- * @see {@link AssociatePhoneNumbersWithVoiceConnectorCommand}
197
- */
198
- associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
199
- associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
200
- associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
201
- /**
202
- * @see {@link AssociatePhoneNumbersWithVoiceConnectorGroupCommand}
203
- */
204
- associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
205
- associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
206
- associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
207
66
  /**
208
67
  * @see {@link AssociatePhoneNumberWithUserCommand}
209
68
  */
@@ -216,18 +75,6 @@ export interface Chime {
216
75
  associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
217
76
  associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void): void;
218
77
  associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void): void;
219
- /**
220
- * @see {@link BatchCreateAttendeeCommand}
221
- */
222
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateAttendeeCommandOutput>;
223
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
224
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
225
- /**
226
- * @see {@link BatchCreateChannelMembershipCommand}
227
- */
228
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateChannelMembershipCommandOutput>;
229
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
230
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
231
78
  /**
232
79
  * @see {@link BatchCreateRoomMembershipCommand}
233
80
  */
@@ -270,96 +117,24 @@ export interface Chime {
270
117
  createAccount(args: CreateAccountCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountCommandOutput>;
271
118
  createAccount(args: CreateAccountCommandInput, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
272
119
  createAccount(args: CreateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
273
- /**
274
- * @see {@link CreateAppInstanceCommand}
275
- */
276
- createAppInstance(args: CreateAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppInstanceCommandOutput>;
277
- createAppInstance(args: CreateAppInstanceCommandInput, cb: (err: any, data?: CreateAppInstanceCommandOutput) => void): void;
278
- createAppInstance(args: CreateAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceCommandOutput) => void): void;
279
- /**
280
- * @see {@link CreateAppInstanceAdminCommand}
281
- */
282
- createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppInstanceAdminCommandOutput>;
283
- createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void): void;
284
- createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void): void;
285
- /**
286
- * @see {@link CreateAppInstanceUserCommand}
287
- */
288
- createAppInstanceUser(args: CreateAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppInstanceUserCommandOutput>;
289
- createAppInstanceUser(args: CreateAppInstanceUserCommandInput, cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void): void;
290
- createAppInstanceUser(args: CreateAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void): void;
291
- /**
292
- * @see {@link CreateAttendeeCommand}
293
- */
294
- createAttendee(args: CreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<CreateAttendeeCommandOutput>;
295
- createAttendee(args: CreateAttendeeCommandInput, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
296
- createAttendee(args: CreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
297
120
  /**
298
121
  * @see {@link CreateBotCommand}
299
122
  */
300
123
  createBot(args: CreateBotCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotCommandOutput>;
301
124
  createBot(args: CreateBotCommandInput, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
302
125
  createBot(args: CreateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
303
- /**
304
- * @see {@link CreateChannelCommand}
305
- */
306
- createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
307
- createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
308
- createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
309
- /**
310
- * @see {@link CreateChannelBanCommand}
311
- */
312
- createChannelBan(args: CreateChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelBanCommandOutput>;
313
- createChannelBan(args: CreateChannelBanCommandInput, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
314
- createChannelBan(args: CreateChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
315
- /**
316
- * @see {@link CreateChannelMembershipCommand}
317
- */
318
- createChannelMembership(args: CreateChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelMembershipCommandOutput>;
319
- createChannelMembership(args: CreateChannelMembershipCommandInput, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
320
- createChannelMembership(args: CreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
321
- /**
322
- * @see {@link CreateChannelModeratorCommand}
323
- */
324
- createChannelModerator(args: CreateChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelModeratorCommandOutput>;
325
- createChannelModerator(args: CreateChannelModeratorCommandInput, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
326
- createChannelModerator(args: CreateChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
327
- /**
328
- * @see {@link CreateMediaCapturePipelineCommand}
329
- */
330
- createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaCapturePipelineCommandOutput>;
331
- createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
332
- createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
333
- /**
334
- * @see {@link CreateMeetingCommand}
335
- */
336
- createMeeting(args: CreateMeetingCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingCommandOutput>;
337
- createMeeting(args: CreateMeetingCommandInput, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
338
- createMeeting(args: CreateMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
339
126
  /**
340
127
  * @see {@link CreateMeetingDialOutCommand}
341
128
  */
342
129
  createMeetingDialOut(args: CreateMeetingDialOutCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingDialOutCommandOutput>;
343
130
  createMeetingDialOut(args: CreateMeetingDialOutCommandInput, cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void): void;
344
131
  createMeetingDialOut(args: CreateMeetingDialOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void): void;
345
- /**
346
- * @see {@link CreateMeetingWithAttendeesCommand}
347
- */
348
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingWithAttendeesCommandOutput>;
349
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
350
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
351
132
  /**
352
133
  * @see {@link CreatePhoneNumberOrderCommand}
353
134
  */
354
135
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, options?: __HttpHandlerOptions): Promise<CreatePhoneNumberOrderCommandOutput>;
355
136
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
356
137
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
357
- /**
358
- * @see {@link CreateProxySessionCommand}
359
- */
360
- createProxySession(args: CreateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateProxySessionCommandOutput>;
361
- createProxySession(args: CreateProxySessionCommandInput, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
362
- createProxySession(args: CreateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
363
138
  /**
364
139
  * @see {@link CreateRoomCommand}
365
140
  */
@@ -372,138 +147,30 @@ export interface Chime {
372
147
  createRoomMembership(args: CreateRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoomMembershipCommandOutput>;
373
148
  createRoomMembership(args: CreateRoomMembershipCommandInput, cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void): void;
374
149
  createRoomMembership(args: CreateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void): void;
375
- /**
376
- * @see {@link CreateSipMediaApplicationCommand}
377
- */
378
- createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipMediaApplicationCommandOutput>;
379
- createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
380
- createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
381
- /**
382
- * @see {@link CreateSipMediaApplicationCallCommand}
383
- */
384
- createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipMediaApplicationCallCommandOutput>;
385
- createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
386
- createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
387
- /**
388
- * @see {@link CreateSipRuleCommand}
389
- */
390
- createSipRule(args: CreateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipRuleCommandOutput>;
391
- createSipRule(args: CreateSipRuleCommandInput, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
392
- createSipRule(args: CreateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
393
150
  /**
394
151
  * @see {@link CreateUserCommand}
395
152
  */
396
153
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
397
154
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
398
155
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
399
- /**
400
- * @see {@link CreateVoiceConnectorCommand}
401
- */
402
- createVoiceConnector(args: CreateVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceConnectorCommandOutput>;
403
- createVoiceConnector(args: CreateVoiceConnectorCommandInput, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
404
- createVoiceConnector(args: CreateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
405
- /**
406
- * @see {@link CreateVoiceConnectorGroupCommand}
407
- */
408
- createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceConnectorGroupCommandOutput>;
409
- createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
410
- createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
411
156
  /**
412
157
  * @see {@link DeleteAccountCommand}
413
158
  */
414
159
  deleteAccount(args: DeleteAccountCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountCommandOutput>;
415
160
  deleteAccount(args: DeleteAccountCommandInput, cb: (err: any, data?: DeleteAccountCommandOutput) => void): void;
416
161
  deleteAccount(args: DeleteAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountCommandOutput) => void): void;
417
- /**
418
- * @see {@link DeleteAppInstanceCommand}
419
- */
420
- deleteAppInstance(args: DeleteAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceCommandOutput>;
421
- deleteAppInstance(args: DeleteAppInstanceCommandInput, cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void): void;
422
- deleteAppInstance(args: DeleteAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void): void;
423
- /**
424
- * @see {@link DeleteAppInstanceAdminCommand}
425
- */
426
- deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceAdminCommandOutput>;
427
- deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void): void;
428
- deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void): void;
429
- /**
430
- * @see {@link DeleteAppInstanceStreamingConfigurationsCommand}
431
- */
432
- deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
433
- deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: DeleteAppInstanceStreamingConfigurationsCommandOutput) => void): void;
434
- deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceStreamingConfigurationsCommandOutput) => void): void;
435
- /**
436
- * @see {@link DeleteAppInstanceUserCommand}
437
- */
438
- deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceUserCommandOutput>;
439
- deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void): void;
440
- deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void): void;
441
- /**
442
- * @see {@link DeleteAttendeeCommand}
443
- */
444
- deleteAttendee(args: DeleteAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttendeeCommandOutput>;
445
- deleteAttendee(args: DeleteAttendeeCommandInput, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
446
- deleteAttendee(args: DeleteAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
447
- /**
448
- * @see {@link DeleteChannelCommand}
449
- */
450
- deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
451
- deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
452
- deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
453
- /**
454
- * @see {@link DeleteChannelBanCommand}
455
- */
456
- deleteChannelBan(args: DeleteChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelBanCommandOutput>;
457
- deleteChannelBan(args: DeleteChannelBanCommandInput, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
458
- deleteChannelBan(args: DeleteChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
459
- /**
460
- * @see {@link DeleteChannelMembershipCommand}
461
- */
462
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelMembershipCommandOutput>;
463
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
464
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
465
- /**
466
- * @see {@link DeleteChannelMessageCommand}
467
- */
468
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelMessageCommandOutput>;
469
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
470
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
471
- /**
472
- * @see {@link DeleteChannelModeratorCommand}
473
- */
474
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelModeratorCommandOutput>;
475
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
476
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
477
162
  /**
478
163
  * @see {@link DeleteEventsConfigurationCommand}
479
164
  */
480
165
  deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventsConfigurationCommandOutput>;
481
166
  deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void): void;
482
167
  deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void): void;
483
- /**
484
- * @see {@link DeleteMediaCapturePipelineCommand}
485
- */
486
- deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMediaCapturePipelineCommandOutput>;
487
- deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
488
- deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
489
- /**
490
- * @see {@link DeleteMeetingCommand}
491
- */
492
- deleteMeeting(args: DeleteMeetingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMeetingCommandOutput>;
493
- deleteMeeting(args: DeleteMeetingCommandInput, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
494
- deleteMeeting(args: DeleteMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
495
168
  /**
496
169
  * @see {@link DeletePhoneNumberCommand}
497
170
  */
498
171
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<DeletePhoneNumberCommandOutput>;
499
172
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
500
173
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
501
- /**
502
- * @see {@link DeleteProxySessionCommand}
503
- */
504
- deleteProxySession(args: DeleteProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProxySessionCommandOutput>;
505
- deleteProxySession(args: DeleteProxySessionCommandInput, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
506
- deleteProxySession(args: DeleteProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
507
174
  /**
508
175
  * @see {@link DeleteRoomCommand}
509
176
  */
@@ -516,138 +183,12 @@ export interface Chime {
516
183
  deleteRoomMembership(args: DeleteRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoomMembershipCommandOutput>;
517
184
  deleteRoomMembership(args: DeleteRoomMembershipCommandInput, cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void): void;
518
185
  deleteRoomMembership(args: DeleteRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void): void;
519
- /**
520
- * @see {@link DeleteSipMediaApplicationCommand}
521
- */
522
- deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipMediaApplicationCommandOutput>;
523
- deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
524
- deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
525
- /**
526
- * @see {@link DeleteSipRuleCommand}
527
- */
528
- deleteSipRule(args: DeleteSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipRuleCommandOutput>;
529
- deleteSipRule(args: DeleteSipRuleCommandInput, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
530
- deleteSipRule(args: DeleteSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
531
- /**
532
- * @see {@link DeleteVoiceConnectorCommand}
533
- */
534
- deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorCommandOutput>;
535
- deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
536
- deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
537
- /**
538
- * @see {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommand}
539
- */
540
- deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
541
- deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
542
- deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
543
- /**
544
- * @see {@link DeleteVoiceConnectorGroupCommand}
545
- */
546
- deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorGroupCommandOutput>;
547
- deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
548
- deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
549
- /**
550
- * @see {@link DeleteVoiceConnectorOriginationCommand}
551
- */
552
- deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
553
- deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
554
- deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
555
- /**
556
- * @see {@link DeleteVoiceConnectorProxyCommand}
557
- */
558
- deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorProxyCommandOutput>;
559
- deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
560
- deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
561
- /**
562
- * @see {@link DeleteVoiceConnectorStreamingConfigurationCommand}
563
- */
564
- deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
565
- deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
566
- deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
567
- /**
568
- * @see {@link DeleteVoiceConnectorTerminationCommand}
569
- */
570
- deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
571
- deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
572
- deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
573
- /**
574
- * @see {@link DeleteVoiceConnectorTerminationCredentialsCommand}
575
- */
576
- deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
577
- deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
578
- deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
579
- /**
580
- * @see {@link DescribeAppInstanceCommand}
581
- */
582
- describeAppInstance(args: DescribeAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceCommandOutput>;
583
- describeAppInstance(args: DescribeAppInstanceCommandInput, cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void): void;
584
- describeAppInstance(args: DescribeAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void): void;
585
- /**
586
- * @see {@link DescribeAppInstanceAdminCommand}
587
- */
588
- describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceAdminCommandOutput>;
589
- describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void): void;
590
- describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void): void;
591
- /**
592
- * @see {@link DescribeAppInstanceUserCommand}
593
- */
594
- describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceUserCommandOutput>;
595
- describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void): void;
596
- describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void): void;
597
- /**
598
- * @see {@link DescribeChannelCommand}
599
- */
600
- describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
601
- describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
602
- describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
603
- /**
604
- * @see {@link DescribeChannelBanCommand}
605
- */
606
- describeChannelBan(args: DescribeChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelBanCommandOutput>;
607
- describeChannelBan(args: DescribeChannelBanCommandInput, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
608
- describeChannelBan(args: DescribeChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
609
- /**
610
- * @see {@link DescribeChannelMembershipCommand}
611
- */
612
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelMembershipCommandOutput>;
613
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
614
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
615
- /**
616
- * @see {@link DescribeChannelMembershipForAppInstanceUserCommand}
617
- */
618
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
619
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
620
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
621
- /**
622
- * @see {@link DescribeChannelModeratedByAppInstanceUserCommand}
623
- */
624
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
625
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
626
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
627
- /**
628
- * @see {@link DescribeChannelModeratorCommand}
629
- */
630
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelModeratorCommandOutput>;
631
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
632
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
633
186
  /**
634
187
  * @see {@link DisassociatePhoneNumberFromUserCommand}
635
188
  */
636
189
  disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumberFromUserCommandOutput>;
637
190
  disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void): void;
638
191
  disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void): void;
639
- /**
640
- * @see {@link DisassociatePhoneNumbersFromVoiceConnectorCommand}
641
- */
642
- disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
643
- disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
644
- disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
645
- /**
646
- * @see {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommand}
647
- */
648
- disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
649
- disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
650
- disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
651
192
  /**
652
193
  * @see {@link DisassociateSigninDelegateGroupsFromAccountCommand}
653
194
  */
@@ -666,36 +207,12 @@ export interface Chime {
666
207
  getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
667
208
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
668
209
  getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
669
- /**
670
- * @see {@link GetAppInstanceRetentionSettingsCommand}
671
- */
672
- getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAppInstanceRetentionSettingsCommandOutput>;
673
- getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void): void;
674
- getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void): void;
675
- /**
676
- * @see {@link GetAppInstanceStreamingConfigurationsCommand}
677
- */
678
- getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
679
- getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: GetAppInstanceStreamingConfigurationsCommandOutput) => void): void;
680
- getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppInstanceStreamingConfigurationsCommandOutput) => void): void;
681
- /**
682
- * @see {@link GetAttendeeCommand}
683
- */
684
- getAttendee(args: GetAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<GetAttendeeCommandOutput>;
685
- getAttendee(args: GetAttendeeCommandInput, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
686
- getAttendee(args: GetAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
687
210
  /**
688
211
  * @see {@link GetBotCommand}
689
212
  */
690
213
  getBot(args: GetBotCommandInput, options?: __HttpHandlerOptions): Promise<GetBotCommandOutput>;
691
214
  getBot(args: GetBotCommandInput, cb: (err: any, data?: GetBotCommandOutput) => void): void;
692
215
  getBot(args: GetBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotCommandOutput) => void): void;
693
- /**
694
- * @see {@link GetChannelMessageCommand}
695
- */
696
- getChannelMessage(args: GetChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelMessageCommandOutput>;
697
- getChannelMessage(args: GetChannelMessageCommandInput, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
698
- getChannelMessage(args: GetChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
699
216
  /**
700
217
  * @see {@link GetEventsConfigurationCommand}
701
218
  */
@@ -709,25 +226,6 @@ export interface Chime {
709
226
  getGlobalSettings(args: GetGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetGlobalSettingsCommandOutput>;
710
227
  getGlobalSettings(args: GetGlobalSettingsCommandInput, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
711
228
  getGlobalSettings(args: GetGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
712
- /**
713
- * @see {@link GetMediaCapturePipelineCommand}
714
- */
715
- getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetMediaCapturePipelineCommandOutput>;
716
- getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
717
- getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
718
- /**
719
- * @see {@link GetMeetingCommand}
720
- */
721
- getMeeting(args: GetMeetingCommandInput, options?: __HttpHandlerOptions): Promise<GetMeetingCommandOutput>;
722
- getMeeting(args: GetMeetingCommandInput, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
723
- getMeeting(args: GetMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
724
- /**
725
- * @see {@link GetMessagingSessionEndpointCommand}
726
- */
727
- getMessagingSessionEndpoint(): Promise<GetMessagingSessionEndpointCommandOutput>;
728
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetMessagingSessionEndpointCommandOutput>;
729
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
730
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
731
229
  /**
732
230
  * @see {@link GetPhoneNumberCommand}
733
231
  */
@@ -747,12 +245,6 @@ export interface Chime {
747
245
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberSettingsCommandOutput>;
748
246
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
749
247
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
750
- /**
751
- * @see {@link GetProxySessionCommand}
752
- */
753
- getProxySession(args: GetProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<GetProxySessionCommandOutput>;
754
- getProxySession(args: GetProxySessionCommandInput, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
755
- getProxySession(args: GetProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
756
248
  /**
757
249
  * @see {@link GetRetentionSettingsCommand}
758
250
  */
@@ -765,24 +257,6 @@ export interface Chime {
765
257
  getRoom(args: GetRoomCommandInput, options?: __HttpHandlerOptions): Promise<GetRoomCommandOutput>;
766
258
  getRoom(args: GetRoomCommandInput, cb: (err: any, data?: GetRoomCommandOutput) => void): void;
767
259
  getRoom(args: GetRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoomCommandOutput) => void): void;
768
- /**
769
- * @see {@link GetSipMediaApplicationCommand}
770
- */
771
- getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationCommandOutput>;
772
- getSipMediaApplication(args: GetSipMediaApplicationCommandInput, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
773
- getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
774
- /**
775
- * @see {@link GetSipMediaApplicationLoggingConfigurationCommand}
776
- */
777
- getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
778
- getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
779
- getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
780
- /**
781
- * @see {@link GetSipRuleCommand}
782
- */
783
- getSipRule(args: GetSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetSipRuleCommandOutput>;
784
- getSipRule(args: GetSipRuleCommandInput, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
785
- getSipRule(args: GetSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
786
260
  /**
787
261
  * @see {@link GetUserCommand}
788
262
  */
@@ -795,60 +269,6 @@ export interface Chime {
795
269
  getUserSettings(args: GetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserSettingsCommandOutput>;
796
270
  getUserSettings(args: GetUserSettingsCommandInput, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
797
271
  getUserSettings(args: GetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
798
- /**
799
- * @see {@link GetVoiceConnectorCommand}
800
- */
801
- getVoiceConnector(args: GetVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorCommandOutput>;
802
- getVoiceConnector(args: GetVoiceConnectorCommandInput, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
803
- getVoiceConnector(args: GetVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
804
- /**
805
- * @see {@link GetVoiceConnectorEmergencyCallingConfigurationCommand}
806
- */
807
- getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
808
- getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
809
- getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
810
- /**
811
- * @see {@link GetVoiceConnectorGroupCommand}
812
- */
813
- getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorGroupCommandOutput>;
814
- getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
815
- getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
816
- /**
817
- * @see {@link GetVoiceConnectorLoggingConfigurationCommand}
818
- */
819
- getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
820
- getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
821
- getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
822
- /**
823
- * @see {@link GetVoiceConnectorOriginationCommand}
824
- */
825
- getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorOriginationCommandOutput>;
826
- getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
827
- getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
828
- /**
829
- * @see {@link GetVoiceConnectorProxyCommand}
830
- */
831
- getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorProxyCommandOutput>;
832
- getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
833
- getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
834
- /**
835
- * @see {@link GetVoiceConnectorStreamingConfigurationCommand}
836
- */
837
- getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
838
- getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
839
- getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
840
- /**
841
- * @see {@link GetVoiceConnectorTerminationCommand}
842
- */
843
- getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorTerminationCommandOutput>;
844
- getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
845
- getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
846
- /**
847
- * @see {@link GetVoiceConnectorTerminationHealthCommand}
848
- */
849
- getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
850
- getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
851
- getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
852
272
  /**
853
273
  * @see {@link InviteUsersCommand}
854
274
  */
@@ -862,107 +282,12 @@ export interface Chime {
862
282
  listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
863
283
  listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
864
284
  listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
865
- /**
866
- * @see {@link ListAppInstanceAdminsCommand}
867
- */
868
- listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstanceAdminsCommandOutput>;
869
- listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void): void;
870
- listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void): void;
871
- /**
872
- * @see {@link ListAppInstancesCommand}
873
- */
874
- listAppInstances(): Promise<ListAppInstancesCommandOutput>;
875
- listAppInstances(args: ListAppInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstancesCommandOutput>;
876
- listAppInstances(args: ListAppInstancesCommandInput, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
877
- listAppInstances(args: ListAppInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
878
- /**
879
- * @see {@link ListAppInstanceUsersCommand}
880
- */
881
- listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstanceUsersCommandOutput>;
882
- listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void): void;
883
- listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void): void;
884
- /**
885
- * @see {@link ListAttendeesCommand}
886
- */
887
- listAttendees(args: ListAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttendeesCommandOutput>;
888
- listAttendees(args: ListAttendeesCommandInput, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
889
- listAttendees(args: ListAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
890
- /**
891
- * @see {@link ListAttendeeTagsCommand}
892
- */
893
- listAttendeeTags(args: ListAttendeeTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttendeeTagsCommandOutput>;
894
- listAttendeeTags(args: ListAttendeeTagsCommandInput, cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void): void;
895
- listAttendeeTags(args: ListAttendeeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void): void;
896
285
  /**
897
286
  * @see {@link ListBotsCommand}
898
287
  */
899
288
  listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
900
289
  listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
901
290
  listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
902
- /**
903
- * @see {@link ListChannelBansCommand}
904
- */
905
- listChannelBans(args: ListChannelBansCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelBansCommandOutput>;
906
- listChannelBans(args: ListChannelBansCommandInput, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
907
- listChannelBans(args: ListChannelBansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
908
- /**
909
- * @see {@link ListChannelMembershipsCommand}
910
- */
911
- listChannelMemberships(args: ListChannelMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMembershipsCommandOutput>;
912
- listChannelMemberships(args: ListChannelMembershipsCommandInput, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
913
- listChannelMemberships(args: ListChannelMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
914
- /**
915
- * @see {@link ListChannelMembershipsForAppInstanceUserCommand}
916
- */
917
- listChannelMembershipsForAppInstanceUser(): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
918
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
919
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
920
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
921
- /**
922
- * @see {@link ListChannelMessagesCommand}
923
- */
924
- listChannelMessages(args: ListChannelMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMessagesCommandOutput>;
925
- listChannelMessages(args: ListChannelMessagesCommandInput, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
926
- listChannelMessages(args: ListChannelMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
927
- /**
928
- * @see {@link ListChannelModeratorsCommand}
929
- */
930
- listChannelModerators(args: ListChannelModeratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelModeratorsCommandOutput>;
931
- listChannelModerators(args: ListChannelModeratorsCommandInput, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
932
- listChannelModerators(args: ListChannelModeratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
933
- /**
934
- * @see {@link ListChannelsCommand}
935
- */
936
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
937
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
938
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
939
- /**
940
- * @see {@link ListChannelsModeratedByAppInstanceUserCommand}
941
- */
942
- listChannelsModeratedByAppInstanceUser(): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
943
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
944
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
945
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
946
- /**
947
- * @see {@link ListMediaCapturePipelinesCommand}
948
- */
949
- listMediaCapturePipelines(): Promise<ListMediaCapturePipelinesCommandOutput>;
950
- listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListMediaCapturePipelinesCommandOutput>;
951
- listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
952
- listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
953
- /**
954
- * @see {@link ListMeetingsCommand}
955
- */
956
- listMeetings(): Promise<ListMeetingsCommandOutput>;
957
- listMeetings(args: ListMeetingsCommandInput, options?: __HttpHandlerOptions): Promise<ListMeetingsCommandOutput>;
958
- listMeetings(args: ListMeetingsCommandInput, cb: (err: any, data?: ListMeetingsCommandOutput) => void): void;
959
- listMeetings(args: ListMeetingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeetingsCommandOutput) => void): void;
960
- /**
961
- * @see {@link ListMeetingTagsCommand}
962
- */
963
- listMeetingTags(args: ListMeetingTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListMeetingTagsCommandOutput>;
964
- listMeetingTags(args: ListMeetingTagsCommandInput, cb: (err: any, data?: ListMeetingTagsCommandOutput) => void): void;
965
- listMeetingTags(args: ListMeetingTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeetingTagsCommandOutput) => void): void;
966
291
  /**
967
292
  * @see {@link ListPhoneNumberOrdersCommand}
968
293
  */
@@ -977,12 +302,6 @@ export interface Chime {
977
302
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersCommandOutput>;
978
303
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
979
304
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
980
- /**
981
- * @see {@link ListProxySessionsCommand}
982
- */
983
- listProxySessions(args: ListProxySessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProxySessionsCommandOutput>;
984
- listProxySessions(args: ListProxySessionsCommandInput, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
985
- listProxySessions(args: ListProxySessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
986
305
  /**
987
306
  * @see {@link ListRoomMembershipsCommand}
988
307
  */
@@ -995,76 +314,24 @@ export interface Chime {
995
314
  listRooms(args: ListRoomsCommandInput, options?: __HttpHandlerOptions): Promise<ListRoomsCommandOutput>;
996
315
  listRooms(args: ListRoomsCommandInput, cb: (err: any, data?: ListRoomsCommandOutput) => void): void;
997
316
  listRooms(args: ListRoomsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoomsCommandOutput) => void): void;
998
- /**
999
- * @see {@link ListSipMediaApplicationsCommand}
1000
- */
1001
- listSipMediaApplications(): Promise<ListSipMediaApplicationsCommandOutput>;
1002
- listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSipMediaApplicationsCommandOutput>;
1003
- listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
1004
- listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
1005
- /**
1006
- * @see {@link ListSipRulesCommand}
1007
- */
1008
- listSipRules(): Promise<ListSipRulesCommandOutput>;
1009
- listSipRules(args: ListSipRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListSipRulesCommandOutput>;
1010
- listSipRules(args: ListSipRulesCommandInput, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
1011
- listSipRules(args: ListSipRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
1012
317
  /**
1013
318
  * @see {@link ListSupportedPhoneNumberCountriesCommand}
1014
319
  */
1015
320
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options?: __HttpHandlerOptions): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
1016
321
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
1017
322
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
1018
- /**
1019
- * @see {@link ListTagsForResourceCommand}
1020
- */
1021
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
1022
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1023
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1024
323
  /**
1025
324
  * @see {@link ListUsersCommand}
1026
325
  */
1027
326
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
1028
327
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
1029
328
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
1030
- /**
1031
- * @see {@link ListVoiceConnectorGroupsCommand}
1032
- */
1033
- listVoiceConnectorGroups(): Promise<ListVoiceConnectorGroupsCommandOutput>;
1034
- listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorGroupsCommandOutput>;
1035
- listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
1036
- listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
1037
- /**
1038
- * @see {@link ListVoiceConnectorsCommand}
1039
- */
1040
- listVoiceConnectors(): Promise<ListVoiceConnectorsCommandOutput>;
1041
- listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorsCommandOutput>;
1042
- listVoiceConnectors(args: ListVoiceConnectorsCommandInput, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
1043
- listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
1044
- /**
1045
- * @see {@link ListVoiceConnectorTerminationCredentialsCommand}
1046
- */
1047
- listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
1048
- listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1049
- listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1050
329
  /**
1051
330
  * @see {@link LogoutUserCommand}
1052
331
  */
1053
332
  logoutUser(args: LogoutUserCommandInput, options?: __HttpHandlerOptions): Promise<LogoutUserCommandOutput>;
1054
333
  logoutUser(args: LogoutUserCommandInput, cb: (err: any, data?: LogoutUserCommandOutput) => void): void;
1055
334
  logoutUser(args: LogoutUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutUserCommandOutput) => void): void;
1056
- /**
1057
- * @see {@link PutAppInstanceRetentionSettingsCommand}
1058
- */
1059
- putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutAppInstanceRetentionSettingsCommandOutput>;
1060
- putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void): void;
1061
- putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void): void;
1062
- /**
1063
- * @see {@link PutAppInstanceStreamingConfigurationsCommand}
1064
- */
1065
- putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
1066
- putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: PutAppInstanceStreamingConfigurationsCommandOutput) => void): void;
1067
- putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppInstanceStreamingConfigurationsCommandOutput) => void): void;
1068
335
  /**
1069
336
  * @see {@link PutEventsConfigurationCommand}
1070
337
  */
@@ -1077,60 +344,6 @@ export interface Chime {
1077
344
  putRetentionSettings(args: PutRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutRetentionSettingsCommandOutput>;
1078
345
  putRetentionSettings(args: PutRetentionSettingsCommandInput, cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void): void;
1079
346
  putRetentionSettings(args: PutRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void): void;
1080
- /**
1081
- * @see {@link PutSipMediaApplicationLoggingConfigurationCommand}
1082
- */
1083
- putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
1084
- putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
1085
- putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
1086
- /**
1087
- * @see {@link PutVoiceConnectorEmergencyCallingConfigurationCommand}
1088
- */
1089
- putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1090
- putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
1091
- putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
1092
- /**
1093
- * @see {@link PutVoiceConnectorLoggingConfigurationCommand}
1094
- */
1095
- putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
1096
- putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
1097
- putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
1098
- /**
1099
- * @see {@link PutVoiceConnectorOriginationCommand}
1100
- */
1101
- putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorOriginationCommandOutput>;
1102
- putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
1103
- putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
1104
- /**
1105
- * @see {@link PutVoiceConnectorProxyCommand}
1106
- */
1107
- putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorProxyCommandOutput>;
1108
- putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
1109
- putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
1110
- /**
1111
- * @see {@link PutVoiceConnectorStreamingConfigurationCommand}
1112
- */
1113
- putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
1114
- putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
1115
- putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
1116
- /**
1117
- * @see {@link PutVoiceConnectorTerminationCommand}
1118
- */
1119
- putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorTerminationCommandOutput>;
1120
- putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
1121
- putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
1122
- /**
1123
- * @see {@link PutVoiceConnectorTerminationCredentialsCommand}
1124
- */
1125
- putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
1126
- putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1127
- putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1128
- /**
1129
- * @see {@link RedactChannelMessageCommand}
1130
- */
1131
- redactChannelMessage(args: RedactChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<RedactChannelMessageCommandOutput>;
1132
- redactChannelMessage(args: RedactChannelMessageCommandInput, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
1133
- redactChannelMessage(args: RedactChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
1134
347
  /**
1135
348
  * @see {@link RedactConversationMessageCommand}
1136
349
  */
@@ -1168,60 +381,6 @@ export interface Chime {
1168
381
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<SearchAvailablePhoneNumbersCommandOutput>;
1169
382
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
1170
383
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
1171
- /**
1172
- * @see {@link SendChannelMessageCommand}
1173
- */
1174
- sendChannelMessage(args: SendChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendChannelMessageCommandOutput>;
1175
- sendChannelMessage(args: SendChannelMessageCommandInput, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1176
- sendChannelMessage(args: SendChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1177
- /**
1178
- * @see {@link StartMeetingTranscriptionCommand}
1179
- */
1180
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
1181
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
1182
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
1183
- /**
1184
- * @see {@link StopMeetingTranscriptionCommand}
1185
- */
1186
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StopMeetingTranscriptionCommandOutput>;
1187
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
1188
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
1189
- /**
1190
- * @see {@link TagAttendeeCommand}
1191
- */
1192
- tagAttendee(args: TagAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<TagAttendeeCommandOutput>;
1193
- tagAttendee(args: TagAttendeeCommandInput, cb: (err: any, data?: TagAttendeeCommandOutput) => void): void;
1194
- tagAttendee(args: TagAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagAttendeeCommandOutput) => void): void;
1195
- /**
1196
- * @see {@link TagMeetingCommand}
1197
- */
1198
- tagMeeting(args: TagMeetingCommandInput, options?: __HttpHandlerOptions): Promise<TagMeetingCommandOutput>;
1199
- tagMeeting(args: TagMeetingCommandInput, cb: (err: any, data?: TagMeetingCommandOutput) => void): void;
1200
- tagMeeting(args: TagMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagMeetingCommandOutput) => void): void;
1201
- /**
1202
- * @see {@link TagResourceCommand}
1203
- */
1204
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1205
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1206
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1207
- /**
1208
- * @see {@link UntagAttendeeCommand}
1209
- */
1210
- untagAttendee(args: UntagAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<UntagAttendeeCommandOutput>;
1211
- untagAttendee(args: UntagAttendeeCommandInput, cb: (err: any, data?: UntagAttendeeCommandOutput) => void): void;
1212
- untagAttendee(args: UntagAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagAttendeeCommandOutput) => void): void;
1213
- /**
1214
- * @see {@link UntagMeetingCommand}
1215
- */
1216
- untagMeeting(args: UntagMeetingCommandInput, options?: __HttpHandlerOptions): Promise<UntagMeetingCommandOutput>;
1217
- untagMeeting(args: UntagMeetingCommandInput, cb: (err: any, data?: UntagMeetingCommandOutput) => void): void;
1218
- untagMeeting(args: UntagMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagMeetingCommandOutput) => void): void;
1219
- /**
1220
- * @see {@link UntagResourceCommand}
1221
- */
1222
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
1223
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1224
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1225
384
  /**
1226
385
  * @see {@link UpdateAccountCommand}
1227
386
  */
@@ -1234,42 +393,12 @@ export interface Chime {
1234
393
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
1235
394
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
1236
395
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
1237
- /**
1238
- * @see {@link UpdateAppInstanceCommand}
1239
- */
1240
- updateAppInstance(args: UpdateAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppInstanceCommandOutput>;
1241
- updateAppInstance(args: UpdateAppInstanceCommandInput, cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void): void;
1242
- updateAppInstance(args: UpdateAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void): void;
1243
- /**
1244
- * @see {@link UpdateAppInstanceUserCommand}
1245
- */
1246
- updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppInstanceUserCommandOutput>;
1247
- updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void): void;
1248
- updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void): void;
1249
396
  /**
1250
397
  * @see {@link UpdateBotCommand}
1251
398
  */
1252
399
  updateBot(args: UpdateBotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBotCommandOutput>;
1253
400
  updateBot(args: UpdateBotCommandInput, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
1254
401
  updateBot(args: UpdateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
1255
- /**
1256
- * @see {@link UpdateChannelCommand}
1257
- */
1258
- updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
1259
- updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
1260
- updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
1261
- /**
1262
- * @see {@link UpdateChannelMessageCommand}
1263
- */
1264
- updateChannelMessage(args: UpdateChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelMessageCommandOutput>;
1265
- updateChannelMessage(args: UpdateChannelMessageCommandInput, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
1266
- updateChannelMessage(args: UpdateChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
1267
- /**
1268
- * @see {@link UpdateChannelReadMarkerCommand}
1269
- */
1270
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelReadMarkerCommandOutput>;
1271
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
1272
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
1273
402
  /**
1274
403
  * @see {@link UpdateGlobalSettingsCommand}
1275
404
  */
@@ -1289,12 +418,6 @@ export interface Chime {
1289
418
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePhoneNumberSettingsCommandOutput>;
1290
419
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
1291
420
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
1292
- /**
1293
- * @see {@link UpdateProxySessionCommand}
1294
- */
1295
- updateProxySession(args: UpdateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProxySessionCommandOutput>;
1296
- updateProxySession(args: UpdateProxySessionCommandInput, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
1297
- updateProxySession(args: UpdateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
1298
421
  /**
1299
422
  * @see {@link UpdateRoomCommand}
1300
423
  */
@@ -1307,24 +430,6 @@ export interface Chime {
1307
430
  updateRoomMembership(args: UpdateRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoomMembershipCommandOutput>;
1308
431
  updateRoomMembership(args: UpdateRoomMembershipCommandInput, cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void): void;
1309
432
  updateRoomMembership(args: UpdateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void): void;
1310
- /**
1311
- * @see {@link UpdateSipMediaApplicationCommand}
1312
- */
1313
- updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCommandOutput>;
1314
- updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
1315
- updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
1316
- /**
1317
- * @see {@link UpdateSipMediaApplicationCallCommand}
1318
- */
1319
- updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCallCommandOutput>;
1320
- updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
1321
- updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
1322
- /**
1323
- * @see {@link UpdateSipRuleCommand}
1324
- */
1325
- updateSipRule(args: UpdateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipRuleCommandOutput>;
1326
- updateSipRule(args: UpdateSipRuleCommandInput, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
1327
- updateSipRule(args: UpdateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
1328
433
  /**
1329
434
  * @see {@link UpdateUserCommand}
1330
435
  */
@@ -1337,24 +442,6 @@ export interface Chime {
1337
442
  updateUserSettings(args: UpdateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserSettingsCommandOutput>;
1338
443
  updateUserSettings(args: UpdateUserSettingsCommandInput, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
1339
444
  updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
1340
- /**
1341
- * @see {@link UpdateVoiceConnectorCommand}
1342
- */
1343
- updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceConnectorCommandOutput>;
1344
- updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
1345
- updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
1346
- /**
1347
- * @see {@link UpdateVoiceConnectorGroupCommand}
1348
- */
1349
- updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceConnectorGroupCommandOutput>;
1350
- updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
1351
- updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
1352
- /**
1353
- * @see {@link ValidateE911AddressCommand}
1354
- */
1355
- validateE911Address(args: ValidateE911AddressCommandInput, options?: __HttpHandlerOptions): Promise<ValidateE911AddressCommandOutput>;
1356
- validateE911Address(args: ValidateE911AddressCommandInput, cb: (err: any, data?: ValidateE911AddressCommandOutput) => void): void;
1357
- validateE911Address(args: ValidateE911AddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateE911AddressCommandOutput) => void): void;
1358
445
  }
1359
446
  /**
1360
447
  * <important>