@aws-sdk/client-chime 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Chime.d.ts +3610 -960
  3. package/dist-types/ts3.4/ChimeClient.d.ts +1275 -264
  4. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +36 -17
  42. package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +33 -17
  43. package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +36 -17
  50. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +33 -17
  55. package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +33 -17
  56. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +37 -17
  59. package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +43 -17
  80. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
  82. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +41 -17
  84. package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +38 -17
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +38 -17
  95. package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +37 -17
  96. package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +37 -17
  97. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +39 -18
  98. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +34 -17
  99. package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +37 -17
  104. package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +38 -17
  105. package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  106. package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  111. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +41 -17
  113. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +34 -17
  114. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +34 -17
  115. package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +37 -17
  118. package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +37 -17
  119. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +37 -17
  120. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  121. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +37 -17
  122. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +38 -17
  125. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +41 -17
  126. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  127. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -17
  128. package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +41 -17
  129. package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +37 -17
  130. package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +34 -17
  131. package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +41 -17
  132. package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +37 -17
  133. package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +38 -17
  134. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +38 -17
  135. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +34 -17
  136. package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +41 -17
  137. package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +34 -17
  138. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  140. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  141. package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +41 -17
  142. package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +38 -17
  144. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +34 -17
  145. package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +41 -17
  146. package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +41 -17
  147. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +41 -17
  148. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +41 -17
  149. package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +41 -17
  150. package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +43 -17
  151. package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +41 -17
  152. package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +41 -17
  154. package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +41 -17
  155. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +41 -17
  156. package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +37 -17
  157. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +41 -17
  158. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +41 -17
  159. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +38 -17
  160. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +41 -17
  161. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +37 -17
  162. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +38 -17
  163. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +41 -17
  164. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +38 -17
  165. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +41 -17
  166. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +41 -17
  167. package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +32 -17
  168. package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +32 -17
  169. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  170. package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +32 -17
  171. package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +32 -17
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  173. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +37 -17
  174. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
  175. package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +38 -17
  176. package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +41 -17
  177. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
  178. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  179. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -17
  180. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -17
  181. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  182. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +38 -17
  183. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -17
  184. package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +38 -17
  185. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +34 -17
  186. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +41 -17
  187. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +41 -17
  188. package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +41 -17
  189. package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +37 -17
  190. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  191. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +33 -17
  192. package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +41 -17
  193. package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +41 -17
  194. package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +38 -17
  195. package/dist-types/ts3.4/commands/index.d.ts +191 -191
  196. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  197. package/dist-types/ts3.4/index.d.ts +6 -6
  198. package/dist-types/ts3.4/models/ChimeServiceException.d.ts +8 -6
  199. package/dist-types/ts3.4/models/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/models_0.d.ts +2875 -2656
  201. package/dist-types/ts3.4/models/models_1.d.ts +1948 -1694
  202. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  203. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -4
  204. package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +11 -4
  205. package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +11 -4
  206. package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +11 -4
  207. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
  208. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  209. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  210. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  211. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  212. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  213. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  214. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  215. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  216. package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +11 -4
  217. package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +11 -4
  218. package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +11 -4
  219. package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +11 -4
  220. package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +11 -4
  221. package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +11 -4
  222. package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +11 -4
  223. package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +11 -4
  224. package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +11 -4
  225. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  226. package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +11 -4
  227. package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +11 -4
  228. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +11 -4
  229. package/dist-types/ts3.4/pagination/index.d.ts +27 -27
  230. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +2297 -575
  231. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  232. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  233. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  234. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  235. package/package.json +34 -34
@@ -1,960 +1,3610 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ChimeClient } from "./ChimeClient";
3
- import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
4
- import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
5
- import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "./commands/AssociatePhoneNumberWithUserCommand";
6
- import { AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput } from "./commands/AssociateSigninDelegateGroupsWithAccountCommand";
7
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
8
- import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
9
- import { BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput } from "./commands/BatchCreateRoomMembershipCommand";
10
- import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "./commands/BatchDeletePhoneNumberCommand";
11
- import { BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput } from "./commands/BatchSuspendUserCommand";
12
- import { BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput } from "./commands/BatchUnsuspendUserCommand";
13
- import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "./commands/BatchUpdatePhoneNumberCommand";
14
- import { BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput } from "./commands/BatchUpdateUserCommand";
15
- import { CreateAccountCommandInput, CreateAccountCommandOutput } from "./commands/CreateAccountCommand";
16
- import { CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput } from "./commands/CreateAppInstanceAdminCommand";
17
- import { CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput } from "./commands/CreateAppInstanceCommand";
18
- import { CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput } from "./commands/CreateAppInstanceUserCommand";
19
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
20
- import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
21
- import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "./commands/CreateChannelBanCommand";
22
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
23
- import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "./commands/CreateChannelMembershipCommand";
24
- import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "./commands/CreateChannelModeratorCommand";
25
- import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "./commands/CreateMediaCapturePipelineCommand";
26
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
27
- import { CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput } from "./commands/CreateMeetingDialOutCommand";
28
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "./commands/CreateMeetingWithAttendeesCommand";
29
- import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "./commands/CreatePhoneNumberOrderCommand";
30
- import { CreateProxySessionCommandInput, CreateProxySessionCommandOutput } from "./commands/CreateProxySessionCommand";
31
- import { CreateRoomCommandInput, CreateRoomCommandOutput } from "./commands/CreateRoomCommand";
32
- import { CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput } from "./commands/CreateRoomMembershipCommand";
33
- import { CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput } from "./commands/CreateSipMediaApplicationCallCommand";
34
- import { CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput } from "./commands/CreateSipMediaApplicationCommand";
35
- import { CreateSipRuleCommandInput, CreateSipRuleCommandOutput } from "./commands/CreateSipRuleCommand";
36
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
37
- import { CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput } from "./commands/CreateVoiceConnectorCommand";
38
- import { CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput } from "./commands/CreateVoiceConnectorGroupCommand";
39
- import { DeleteAccountCommandInput, DeleteAccountCommandOutput } from "./commands/DeleteAccountCommand";
40
- import { DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput } from "./commands/DeleteAppInstanceAdminCommand";
41
- import { DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput } from "./commands/DeleteAppInstanceCommand";
42
- import { DeleteAppInstanceStreamingConfigurationsCommandInput, DeleteAppInstanceStreamingConfigurationsCommandOutput } from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
43
- import { DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput } from "./commands/DeleteAppInstanceUserCommand";
44
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "./commands/DeleteAttendeeCommand";
45
- import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "./commands/DeleteChannelBanCommand";
46
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
47
- import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
48
- import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
49
- import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
50
- import { DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput } from "./commands/DeleteEventsConfigurationCommand";
51
- import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
52
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "./commands/DeleteMeetingCommand";
53
- import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "./commands/DeletePhoneNumberCommand";
54
- import { DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput } from "./commands/DeleteProxySessionCommand";
55
- import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "./commands/DeleteRoomCommand";
56
- import { DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput } from "./commands/DeleteRoomMembershipCommand";
57
- import { DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput } from "./commands/DeleteSipMediaApplicationCommand";
58
- import { DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput } from "./commands/DeleteSipRuleCommand";
59
- import { DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput } from "./commands/DeleteVoiceConnectorCommand";
60
- import { DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
61
- import { DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput } from "./commands/DeleteVoiceConnectorGroupCommand";
62
- import { DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput } from "./commands/DeleteVoiceConnectorOriginationCommand";
63
- import { DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput } from "./commands/DeleteVoiceConnectorProxyCommand";
64
- import { DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
65
- import { DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCommand";
66
- import { DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
67
- import { DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput } from "./commands/DescribeAppInstanceAdminCommand";
68
- import { DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput } from "./commands/DescribeAppInstanceCommand";
69
- import { DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput } from "./commands/DescribeAppInstanceUserCommand";
70
- import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
71
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
72
- import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "./commands/DescribeChannelMembershipCommand";
73
- import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
74
- import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
75
- import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "./commands/DescribeChannelModeratorCommand";
76
- import { DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput } from "./commands/DisassociatePhoneNumberFromUserCommand";
77
- import { DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
78
- import { DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
79
- import { DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput } from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
80
- import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
81
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
82
- import { GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput } from "./commands/GetAppInstanceRetentionSettingsCommand";
83
- import { GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput } from "./commands/GetAppInstanceStreamingConfigurationsCommand";
84
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "./commands/GetAttendeeCommand";
85
- import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
86
- import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
87
- import { GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput } from "./commands/GetEventsConfigurationCommand";
88
- import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
89
- import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
90
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "./commands/GetMeetingCommand";
91
- import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
92
- import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "./commands/GetPhoneNumberCommand";
93
- import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "./commands/GetPhoneNumberOrderCommand";
94
- import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "./commands/GetPhoneNumberSettingsCommand";
95
- import { GetProxySessionCommandInput, GetProxySessionCommandOutput } from "./commands/GetProxySessionCommand";
96
- import { GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput } from "./commands/GetRetentionSettingsCommand";
97
- import { GetRoomCommandInput, GetRoomCommandOutput } from "./commands/GetRoomCommand";
98
- import { GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput } from "./commands/GetSipMediaApplicationCommand";
99
- import { GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
100
- import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "./commands/GetSipRuleCommand";
101
- import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
102
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
103
- import { GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput } from "./commands/GetVoiceConnectorCommand";
104
- import { GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
105
- import { GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput } from "./commands/GetVoiceConnectorGroupCommand";
106
- import { GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
107
- import { GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput } from "./commands/GetVoiceConnectorOriginationCommand";
108
- import { GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput } from "./commands/GetVoiceConnectorProxyCommand";
109
- import { GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
110
- import { GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput } from "./commands/GetVoiceConnectorTerminationCommand";
111
- import { GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput } from "./commands/GetVoiceConnectorTerminationHealthCommand";
112
- import { InviteUsersCommandInput, InviteUsersCommandOutput } from "./commands/InviteUsersCommand";
113
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
114
- import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "./commands/ListAppInstanceAdminsCommand";
115
- import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "./commands/ListAppInstancesCommand";
116
- import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "./commands/ListAppInstanceUsersCommand";
117
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "./commands/ListAttendeesCommand";
118
- import { ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput } from "./commands/ListAttendeeTagsCommand";
119
- import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
120
- import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
121
- import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
122
- import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
123
- import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "./commands/ListChannelMessagesCommand";
124
- import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "./commands/ListChannelModeratorsCommand";
125
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
126
- import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
127
- import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
128
- import { ListMeetingsCommandInput, ListMeetingsCommandOutput } from "./commands/ListMeetingsCommand";
129
- import { ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput } from "./commands/ListMeetingTagsCommand";
130
- import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "./commands/ListPhoneNumberOrdersCommand";
131
- import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
132
- import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "./commands/ListProxySessionsCommand";
133
- import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "./commands/ListRoomMembershipsCommand";
134
- import { ListRoomsCommandInput, ListRoomsCommandOutput } from "./commands/ListRoomsCommand";
135
- import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "./commands/ListSipMediaApplicationsCommand";
136
- import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "./commands/ListSipRulesCommand";
137
- import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "./commands/ListSupportedPhoneNumberCountriesCommand";
138
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
139
- import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
140
- import { ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput } from "./commands/ListVoiceConnectorGroupsCommand";
141
- import { ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput } from "./commands/ListVoiceConnectorsCommand";
142
- import { ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
143
- import { LogoutUserCommandInput, LogoutUserCommandOutput } from "./commands/LogoutUserCommand";
144
- import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "./commands/PutAppInstanceRetentionSettingsCommand";
145
- import { PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput } from "./commands/PutAppInstanceStreamingConfigurationsCommand";
146
- import { PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput } from "./commands/PutEventsConfigurationCommand";
147
- import { PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput } from "./commands/PutRetentionSettingsCommand";
148
- import { PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
149
- import { PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
150
- import { PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
151
- import { PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput } from "./commands/PutVoiceConnectorOriginationCommand";
152
- import { PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput } from "./commands/PutVoiceConnectorProxyCommand";
153
- import { PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
154
- import { PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput } from "./commands/PutVoiceConnectorTerminationCommand";
155
- import { PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
156
- import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
157
- import { RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput } from "./commands/RedactConversationMessageCommand";
158
- import { RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput } from "./commands/RedactRoomMessageCommand";
159
- import { RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput } from "./commands/RegenerateSecurityTokenCommand";
160
- import { ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput } from "./commands/ResetPersonalPINCommand";
161
- import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "./commands/RestorePhoneNumberCommand";
162
- import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
163
- import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
164
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "./commands/StartMeetingTranscriptionCommand";
165
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
166
- import { TagAttendeeCommandInput, TagAttendeeCommandOutput } from "./commands/TagAttendeeCommand";
167
- import { TagMeetingCommandInput, TagMeetingCommandOutput } from "./commands/TagMeetingCommand";
168
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
169
- import { UntagAttendeeCommandInput, UntagAttendeeCommandOutput } from "./commands/UntagAttendeeCommand";
170
- import { UntagMeetingCommandInput, UntagMeetingCommandOutput } from "./commands/UntagMeetingCommand";
171
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
172
- import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "./commands/UpdateAccountCommand";
173
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
174
- import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "./commands/UpdateAppInstanceCommand";
175
- import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "./commands/UpdateAppInstanceUserCommand";
176
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
177
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
178
- import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
179
- import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
180
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
181
- import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
182
- import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "./commands/UpdatePhoneNumberSettingsCommand";
183
- import { UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput } from "./commands/UpdateProxySessionCommand";
184
- import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "./commands/UpdateRoomCommand";
185
- import { UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput } from "./commands/UpdateRoomMembershipCommand";
186
- import { UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput } from "./commands/UpdateSipMediaApplicationCallCommand";
187
- import { UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput } from "./commands/UpdateSipMediaApplicationCommand";
188
- import { UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput } from "./commands/UpdateSipRuleCommand";
189
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
190
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
191
- import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "./commands/UpdateVoiceConnectorCommand";
192
- import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "./commands/UpdateVoiceConnectorGroupCommand";
193
- import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
194
-
195
- export declare class Chime extends ChimeClient {
196
-
197
- associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
198
- associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
199
- associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
200
-
201
- associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
202
- associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
203
- associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
204
-
205
- associatePhoneNumberWithUser(args: AssociatePhoneNumberWithUserCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumberWithUserCommandOutput>;
206
- associatePhoneNumberWithUser(args: AssociatePhoneNumberWithUserCommandInput, cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void): void;
207
- associatePhoneNumberWithUser(args: AssociatePhoneNumberWithUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void): void;
208
-
209
- associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
210
- associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void): void;
211
- associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void): void;
212
-
213
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateAttendeeCommandOutput>;
214
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
215
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
216
-
217
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateChannelMembershipCommandOutput>;
218
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
219
- batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
220
-
221
- batchCreateRoomMembership(args: BatchCreateRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateRoomMembershipCommandOutput>;
222
- batchCreateRoomMembership(args: BatchCreateRoomMembershipCommandInput, cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void): void;
223
- batchCreateRoomMembership(args: BatchCreateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void): void;
224
-
225
- batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeletePhoneNumberCommandOutput>;
226
- batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void): void;
227
- batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void): void;
228
-
229
- batchSuspendUser(args: BatchSuspendUserCommandInput, options?: __HttpHandlerOptions): Promise<BatchSuspendUserCommandOutput>;
230
- batchSuspendUser(args: BatchSuspendUserCommandInput, cb: (err: any, data?: BatchSuspendUserCommandOutput) => void): void;
231
- batchSuspendUser(args: BatchSuspendUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchSuspendUserCommandOutput) => void): void;
232
-
233
- batchUnsuspendUser(args: BatchUnsuspendUserCommandInput, options?: __HttpHandlerOptions): Promise<BatchUnsuspendUserCommandOutput>;
234
- batchUnsuspendUser(args: BatchUnsuspendUserCommandInput, cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void): void;
235
- batchUnsuspendUser(args: BatchUnsuspendUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void): void;
236
-
237
- batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdatePhoneNumberCommandOutput>;
238
- batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void): void;
239
- batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void): void;
240
-
241
- batchUpdateUser(args: BatchUpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateUserCommandOutput>;
242
- batchUpdateUser(args: BatchUpdateUserCommandInput, cb: (err: any, data?: BatchUpdateUserCommandOutput) => void): void;
243
- batchUpdateUser(args: BatchUpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateUserCommandOutput) => void): void;
244
-
245
- createAccount(args: CreateAccountCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountCommandOutput>;
246
- createAccount(args: CreateAccountCommandInput, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
247
- createAccount(args: CreateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
248
-
249
- createAppInstance(args: CreateAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppInstanceCommandOutput>;
250
- createAppInstance(args: CreateAppInstanceCommandInput, cb: (err: any, data?: CreateAppInstanceCommandOutput) => void): void;
251
- createAppInstance(args: CreateAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceCommandOutput) => void): void;
252
-
253
- createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppInstanceAdminCommandOutput>;
254
- createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void): void;
255
- createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void): void;
256
-
257
- createAppInstanceUser(args: CreateAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppInstanceUserCommandOutput>;
258
- createAppInstanceUser(args: CreateAppInstanceUserCommandInput, cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void): void;
259
- createAppInstanceUser(args: CreateAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void): void;
260
-
261
- createAttendee(args: CreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<CreateAttendeeCommandOutput>;
262
- createAttendee(args: CreateAttendeeCommandInput, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
263
- createAttendee(args: CreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
264
-
265
- createBot(args: CreateBotCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotCommandOutput>;
266
- createBot(args: CreateBotCommandInput, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
267
- createBot(args: CreateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
268
-
269
- createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
270
- createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
271
- createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
272
-
273
- createChannelBan(args: CreateChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelBanCommandOutput>;
274
- createChannelBan(args: CreateChannelBanCommandInput, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
275
- createChannelBan(args: CreateChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
276
-
277
- createChannelMembership(args: CreateChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelMembershipCommandOutput>;
278
- createChannelMembership(args: CreateChannelMembershipCommandInput, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
279
- createChannelMembership(args: CreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
280
-
281
- createChannelModerator(args: CreateChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelModeratorCommandOutput>;
282
- createChannelModerator(args: CreateChannelModeratorCommandInput, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
283
- createChannelModerator(args: CreateChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
284
-
285
- createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaCapturePipelineCommandOutput>;
286
- createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
287
- createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
288
-
289
- createMeeting(args: CreateMeetingCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingCommandOutput>;
290
- createMeeting(args: CreateMeetingCommandInput, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
291
- createMeeting(args: CreateMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
292
-
293
- createMeetingDialOut(args: CreateMeetingDialOutCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingDialOutCommandOutput>;
294
- createMeetingDialOut(args: CreateMeetingDialOutCommandInput, cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void): void;
295
- createMeetingDialOut(args: CreateMeetingDialOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void): void;
296
-
297
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingWithAttendeesCommandOutput>;
298
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
299
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
300
-
301
- createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, options?: __HttpHandlerOptions): Promise<CreatePhoneNumberOrderCommandOutput>;
302
- createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
303
- createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
304
-
305
- createProxySession(args: CreateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateProxySessionCommandOutput>;
306
- createProxySession(args: CreateProxySessionCommandInput, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
307
- createProxySession(args: CreateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
308
-
309
- createRoom(args: CreateRoomCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoomCommandOutput>;
310
- createRoom(args: CreateRoomCommandInput, cb: (err: any, data?: CreateRoomCommandOutput) => void): void;
311
- createRoom(args: CreateRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoomCommandOutput) => void): void;
312
-
313
- createRoomMembership(args: CreateRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoomMembershipCommandOutput>;
314
- createRoomMembership(args: CreateRoomMembershipCommandInput, cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void): void;
315
- createRoomMembership(args: CreateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void): void;
316
-
317
- createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipMediaApplicationCommandOutput>;
318
- createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
319
- createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
320
-
321
- createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipMediaApplicationCallCommandOutput>;
322
- createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
323
- createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
324
-
325
- createSipRule(args: CreateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipRuleCommandOutput>;
326
- createSipRule(args: CreateSipRuleCommandInput, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
327
- createSipRule(args: CreateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
328
-
329
- createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
330
- createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
331
- createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
332
-
333
- createVoiceConnector(args: CreateVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceConnectorCommandOutput>;
334
- createVoiceConnector(args: CreateVoiceConnectorCommandInput, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
335
- createVoiceConnector(args: CreateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
336
-
337
- createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateVoiceConnectorGroupCommandOutput>;
338
- createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
339
- createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
340
-
341
- deleteAccount(args: DeleteAccountCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountCommandOutput>;
342
- deleteAccount(args: DeleteAccountCommandInput, cb: (err: any, data?: DeleteAccountCommandOutput) => void): void;
343
- deleteAccount(args: DeleteAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountCommandOutput) => void): void;
344
-
345
- deleteAppInstance(args: DeleteAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceCommandOutput>;
346
- deleteAppInstance(args: DeleteAppInstanceCommandInput, cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void): void;
347
- deleteAppInstance(args: DeleteAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void): void;
348
-
349
- deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceAdminCommandOutput>;
350
- deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void): void;
351
- deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void): void;
352
-
353
- deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
354
- deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: DeleteAppInstanceStreamingConfigurationsCommandOutput) => void): void;
355
- deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceStreamingConfigurationsCommandOutput) => void): void;
356
-
357
- deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceUserCommandOutput>;
358
- deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void): void;
359
- deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void): void;
360
-
361
- deleteAttendee(args: DeleteAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttendeeCommandOutput>;
362
- deleteAttendee(args: DeleteAttendeeCommandInput, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
363
- deleteAttendee(args: DeleteAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
364
-
365
- deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
366
- deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
367
- deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
368
-
369
- deleteChannelBan(args: DeleteChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelBanCommandOutput>;
370
- deleteChannelBan(args: DeleteChannelBanCommandInput, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
371
- deleteChannelBan(args: DeleteChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
372
-
373
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelMembershipCommandOutput>;
374
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
375
- deleteChannelMembership(args: DeleteChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
376
-
377
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelMessageCommandOutput>;
378
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
379
- deleteChannelMessage(args: DeleteChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
380
-
381
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelModeratorCommandOutput>;
382
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
383
- deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
384
-
385
- deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventsConfigurationCommandOutput>;
386
- deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void): void;
387
- deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void): void;
388
-
389
- deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMediaCapturePipelineCommandOutput>;
390
- deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
391
- deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
392
-
393
- deleteMeeting(args: DeleteMeetingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMeetingCommandOutput>;
394
- deleteMeeting(args: DeleteMeetingCommandInput, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
395
- deleteMeeting(args: DeleteMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
396
-
397
- deletePhoneNumber(args: DeletePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<DeletePhoneNumberCommandOutput>;
398
- deletePhoneNumber(args: DeletePhoneNumberCommandInput, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
399
- deletePhoneNumber(args: DeletePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
400
-
401
- deleteProxySession(args: DeleteProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProxySessionCommandOutput>;
402
- deleteProxySession(args: DeleteProxySessionCommandInput, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
403
- deleteProxySession(args: DeleteProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
404
-
405
- deleteRoom(args: DeleteRoomCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoomCommandOutput>;
406
- deleteRoom(args: DeleteRoomCommandInput, cb: (err: any, data?: DeleteRoomCommandOutput) => void): void;
407
- deleteRoom(args: DeleteRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoomCommandOutput) => void): void;
408
-
409
- deleteRoomMembership(args: DeleteRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoomMembershipCommandOutput>;
410
- deleteRoomMembership(args: DeleteRoomMembershipCommandInput, cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void): void;
411
- deleteRoomMembership(args: DeleteRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void): void;
412
-
413
- deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipMediaApplicationCommandOutput>;
414
- deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
415
- deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
416
-
417
- deleteSipRule(args: DeleteSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipRuleCommandOutput>;
418
- deleteSipRule(args: DeleteSipRuleCommandInput, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
419
- deleteSipRule(args: DeleteSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
420
-
421
- deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorCommandOutput>;
422
- deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
423
- deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
424
-
425
- deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
426
- deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
427
- deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
428
-
429
- deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorGroupCommandOutput>;
430
- deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
431
- deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
432
-
433
- deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
434
- deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
435
- deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
436
-
437
- deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorProxyCommandOutput>;
438
- deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
439
- deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
440
-
441
- deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
442
- deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
443
- deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
444
-
445
- deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
446
- deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
447
- deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
448
-
449
- deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
450
- deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
451
- deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
452
-
453
- describeAppInstance(args: DescribeAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceCommandOutput>;
454
- describeAppInstance(args: DescribeAppInstanceCommandInput, cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void): void;
455
- describeAppInstance(args: DescribeAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void): void;
456
-
457
- describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceAdminCommandOutput>;
458
- describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void): void;
459
- describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void): void;
460
-
461
- describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceUserCommandOutput>;
462
- describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void): void;
463
- describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void): void;
464
-
465
- describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
466
- describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
467
- describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
468
-
469
- describeChannelBan(args: DescribeChannelBanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelBanCommandOutput>;
470
- describeChannelBan(args: DescribeChannelBanCommandInput, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
471
- describeChannelBan(args: DescribeChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
472
-
473
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelMembershipCommandOutput>;
474
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
475
- describeChannelMembership(args: DescribeChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
476
-
477
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
478
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
479
- describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
480
-
481
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
482
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
483
- describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
484
-
485
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelModeratorCommandOutput>;
486
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
487
- describeChannelModerator(args: DescribeChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
488
-
489
- disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumberFromUserCommandOutput>;
490
- disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void): void;
491
- disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void): void;
492
-
493
- disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
494
- disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
495
- disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
496
-
497
- disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
498
- disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
499
- disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
500
-
501
- disassociateSigninDelegateGroupsFromAccount(args: DisassociateSigninDelegateGroupsFromAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
502
- disassociateSigninDelegateGroupsFromAccount(args: DisassociateSigninDelegateGroupsFromAccountCommandInput, cb: (err: any, data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput) => void): void;
503
- disassociateSigninDelegateGroupsFromAccount(args: DisassociateSigninDelegateGroupsFromAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput) => void): void;
504
-
505
- getAccount(args: GetAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountCommandOutput>;
506
- getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
507
- getAccount(args: GetAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
508
-
509
- getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
510
- getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
511
- getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
512
-
513
- getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAppInstanceRetentionSettingsCommandOutput>;
514
- getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void): void;
515
- getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void): void;
516
-
517
- getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
518
- getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: GetAppInstanceStreamingConfigurationsCommandOutput) => void): void;
519
- getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppInstanceStreamingConfigurationsCommandOutput) => void): void;
520
-
521
- getAttendee(args: GetAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<GetAttendeeCommandOutput>;
522
- getAttendee(args: GetAttendeeCommandInput, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
523
- getAttendee(args: GetAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
524
-
525
- getBot(args: GetBotCommandInput, options?: __HttpHandlerOptions): Promise<GetBotCommandOutput>;
526
- getBot(args: GetBotCommandInput, cb: (err: any, data?: GetBotCommandOutput) => void): void;
527
- getBot(args: GetBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotCommandOutput) => void): void;
528
-
529
- getChannelMessage(args: GetChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelMessageCommandOutput>;
530
- getChannelMessage(args: GetChannelMessageCommandInput, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
531
- getChannelMessage(args: GetChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
532
-
533
- getEventsConfiguration(args: GetEventsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetEventsConfigurationCommandOutput>;
534
- getEventsConfiguration(args: GetEventsConfigurationCommandInput, cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void): void;
535
- getEventsConfiguration(args: GetEventsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void): void;
536
-
537
- getGlobalSettings(args: GetGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetGlobalSettingsCommandOutput>;
538
- getGlobalSettings(args: GetGlobalSettingsCommandInput, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
539
- getGlobalSettings(args: GetGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
540
-
541
- getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetMediaCapturePipelineCommandOutput>;
542
- getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
543
- getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
544
-
545
- getMeeting(args: GetMeetingCommandInput, options?: __HttpHandlerOptions): Promise<GetMeetingCommandOutput>;
546
- getMeeting(args: GetMeetingCommandInput, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
547
- getMeeting(args: GetMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
548
-
549
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetMessagingSessionEndpointCommandOutput>;
550
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
551
- getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
552
-
553
- getPhoneNumber(args: GetPhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberCommandOutput>;
554
- getPhoneNumber(args: GetPhoneNumberCommandInput, cb: (err: any, data?: GetPhoneNumberCommandOutput) => void): void;
555
- getPhoneNumber(args: GetPhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberCommandOutput) => void): void;
556
-
557
- getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberOrderCommandOutput>;
558
- getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void): void;
559
- getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void): void;
560
-
561
- getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberSettingsCommandOutput>;
562
- getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
563
- getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
564
-
565
- getProxySession(args: GetProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<GetProxySessionCommandOutput>;
566
- getProxySession(args: GetProxySessionCommandInput, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
567
- getProxySession(args: GetProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
568
-
569
- getRetentionSettings(args: GetRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetRetentionSettingsCommandOutput>;
570
- getRetentionSettings(args: GetRetentionSettingsCommandInput, cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void): void;
571
- getRetentionSettings(args: GetRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void): void;
572
-
573
- getRoom(args: GetRoomCommandInput, options?: __HttpHandlerOptions): Promise<GetRoomCommandOutput>;
574
- getRoom(args: GetRoomCommandInput, cb: (err: any, data?: GetRoomCommandOutput) => void): void;
575
- getRoom(args: GetRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoomCommandOutput) => void): void;
576
-
577
- getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationCommandOutput>;
578
- getSipMediaApplication(args: GetSipMediaApplicationCommandInput, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
579
- getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
580
-
581
- getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
582
- getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
583
- getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
584
-
585
- getSipRule(args: GetSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetSipRuleCommandOutput>;
586
- getSipRule(args: GetSipRuleCommandInput, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
587
- getSipRule(args: GetSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
588
-
589
- getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
590
- getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
591
- getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
592
-
593
- getUserSettings(args: GetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserSettingsCommandOutput>;
594
- getUserSettings(args: GetUserSettingsCommandInput, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
595
- getUserSettings(args: GetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
596
-
597
- getVoiceConnector(args: GetVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorCommandOutput>;
598
- getVoiceConnector(args: GetVoiceConnectorCommandInput, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
599
- getVoiceConnector(args: GetVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
600
-
601
- getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
602
- getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
603
- getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
604
-
605
- getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorGroupCommandOutput>;
606
- getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
607
- getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
608
-
609
- getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
610
- getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
611
- getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
612
-
613
- getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorOriginationCommandOutput>;
614
- getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
615
- getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
616
-
617
- getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorProxyCommandOutput>;
618
- getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
619
- getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
620
-
621
- getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
622
- getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
623
- getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
624
-
625
- getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorTerminationCommandOutput>;
626
- getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
627
- getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
628
-
629
- getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
630
- getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
631
- getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
632
-
633
- inviteUsers(args: InviteUsersCommandInput, options?: __HttpHandlerOptions): Promise<InviteUsersCommandOutput>;
634
- inviteUsers(args: InviteUsersCommandInput, cb: (err: any, data?: InviteUsersCommandOutput) => void): void;
635
- inviteUsers(args: InviteUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteUsersCommandOutput) => void): void;
636
-
637
- listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
638
- listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
639
- listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
640
-
641
- listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstanceAdminsCommandOutput>;
642
- listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void): void;
643
- listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void): void;
644
-
645
- listAppInstances(args: ListAppInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstancesCommandOutput>;
646
- listAppInstances(args: ListAppInstancesCommandInput, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
647
- listAppInstances(args: ListAppInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
648
-
649
- listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstanceUsersCommandOutput>;
650
- listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void): void;
651
- listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void): void;
652
-
653
- listAttendees(args: ListAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttendeesCommandOutput>;
654
- listAttendees(args: ListAttendeesCommandInput, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
655
- listAttendees(args: ListAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
656
-
657
- listAttendeeTags(args: ListAttendeeTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttendeeTagsCommandOutput>;
658
- listAttendeeTags(args: ListAttendeeTagsCommandInput, cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void): void;
659
- listAttendeeTags(args: ListAttendeeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void): void;
660
-
661
- listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
662
- listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
663
- listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
664
-
665
- listChannelBans(args: ListChannelBansCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelBansCommandOutput>;
666
- listChannelBans(args: ListChannelBansCommandInput, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
667
- listChannelBans(args: ListChannelBansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
668
-
669
- listChannelMemberships(args: ListChannelMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMembershipsCommandOutput>;
670
- listChannelMemberships(args: ListChannelMembershipsCommandInput, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
671
- listChannelMemberships(args: ListChannelMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
672
-
673
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
674
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
675
- listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
676
-
677
- listChannelMessages(args: ListChannelMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelMessagesCommandOutput>;
678
- listChannelMessages(args: ListChannelMessagesCommandInput, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
679
- listChannelMessages(args: ListChannelMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
680
-
681
- listChannelModerators(args: ListChannelModeratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelModeratorsCommandOutput>;
682
- listChannelModerators(args: ListChannelModeratorsCommandInput, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
683
- listChannelModerators(args: ListChannelModeratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
684
-
685
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
686
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
687
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
688
-
689
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
690
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
691
- listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
692
-
693
- listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListMediaCapturePipelinesCommandOutput>;
694
- listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
695
- listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
696
-
697
- listMeetings(args: ListMeetingsCommandInput, options?: __HttpHandlerOptions): Promise<ListMeetingsCommandOutput>;
698
- listMeetings(args: ListMeetingsCommandInput, cb: (err: any, data?: ListMeetingsCommandOutput) => void): void;
699
- listMeetings(args: ListMeetingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeetingsCommandOutput) => void): void;
700
-
701
- listMeetingTags(args: ListMeetingTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListMeetingTagsCommandOutput>;
702
- listMeetingTags(args: ListMeetingTagsCommandInput, cb: (err: any, data?: ListMeetingTagsCommandOutput) => void): void;
703
- listMeetingTags(args: ListMeetingTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeetingTagsCommandOutput) => void): void;
704
-
705
- listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumberOrdersCommandOutput>;
706
- listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void): void;
707
- listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void): void;
708
-
709
- listPhoneNumbers(args: ListPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersCommandOutput>;
710
- listPhoneNumbers(args: ListPhoneNumbersCommandInput, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
711
- listPhoneNumbers(args: ListPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
712
-
713
- listProxySessions(args: ListProxySessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProxySessionsCommandOutput>;
714
- listProxySessions(args: ListProxySessionsCommandInput, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
715
- listProxySessions(args: ListProxySessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
716
-
717
- listRoomMemberships(args: ListRoomMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListRoomMembershipsCommandOutput>;
718
- listRoomMemberships(args: ListRoomMembershipsCommandInput, cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void): void;
719
- listRoomMemberships(args: ListRoomMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void): void;
720
-
721
- listRooms(args: ListRoomsCommandInput, options?: __HttpHandlerOptions): Promise<ListRoomsCommandOutput>;
722
- listRooms(args: ListRoomsCommandInput, cb: (err: any, data?: ListRoomsCommandOutput) => void): void;
723
- listRooms(args: ListRoomsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoomsCommandOutput) => void): void;
724
-
725
- listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSipMediaApplicationsCommandOutput>;
726
- listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
727
- listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
728
-
729
- listSipRules(args: ListSipRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListSipRulesCommandOutput>;
730
- listSipRules(args: ListSipRulesCommandInput, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
731
- listSipRules(args: ListSipRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
732
-
733
- listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options?: __HttpHandlerOptions): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
734
- listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
735
- listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
736
-
737
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
738
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
739
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
740
-
741
- listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
742
- listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
743
- listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
744
-
745
- listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorGroupsCommandOutput>;
746
- listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
747
- listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
748
-
749
- listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorsCommandOutput>;
750
- listVoiceConnectors(args: ListVoiceConnectorsCommandInput, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
751
- listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
752
-
753
- listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
754
- listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
755
- listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
756
-
757
- logoutUser(args: LogoutUserCommandInput, options?: __HttpHandlerOptions): Promise<LogoutUserCommandOutput>;
758
- logoutUser(args: LogoutUserCommandInput, cb: (err: any, data?: LogoutUserCommandOutput) => void): void;
759
- logoutUser(args: LogoutUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutUserCommandOutput) => void): void;
760
-
761
- putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutAppInstanceRetentionSettingsCommandOutput>;
762
- putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void): void;
763
- putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void): void;
764
-
765
- putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
766
- putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: PutAppInstanceStreamingConfigurationsCommandOutput) => void): void;
767
- putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppInstanceStreamingConfigurationsCommandOutput) => void): void;
768
-
769
- putEventsConfiguration(args: PutEventsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutEventsConfigurationCommandOutput>;
770
- putEventsConfiguration(args: PutEventsConfigurationCommandInput, cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void): void;
771
- putEventsConfiguration(args: PutEventsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void): void;
772
-
773
- putRetentionSettings(args: PutRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutRetentionSettingsCommandOutput>;
774
- putRetentionSettings(args: PutRetentionSettingsCommandInput, cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void): void;
775
- putRetentionSettings(args: PutRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void): void;
776
-
777
- putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
778
- putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
779
- putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
780
-
781
- putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
782
- putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
783
- putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
784
-
785
- putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
786
- putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
787
- putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
788
-
789
- putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorOriginationCommandOutput>;
790
- putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
791
- putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
792
-
793
- putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorProxyCommandOutput>;
794
- putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
795
- putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
796
-
797
- putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
798
- putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
799
- putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
800
-
801
- putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorTerminationCommandOutput>;
802
- putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
803
- putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
804
-
805
- putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
806
- putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
807
- putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
808
-
809
- redactChannelMessage(args: RedactChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<RedactChannelMessageCommandOutput>;
810
- redactChannelMessage(args: RedactChannelMessageCommandInput, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
811
- redactChannelMessage(args: RedactChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
812
-
813
- redactConversationMessage(args: RedactConversationMessageCommandInput, options?: __HttpHandlerOptions): Promise<RedactConversationMessageCommandOutput>;
814
- redactConversationMessage(args: RedactConversationMessageCommandInput, cb: (err: any, data?: RedactConversationMessageCommandOutput) => void): void;
815
- redactConversationMessage(args: RedactConversationMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactConversationMessageCommandOutput) => void): void;
816
-
817
- redactRoomMessage(args: RedactRoomMessageCommandInput, options?: __HttpHandlerOptions): Promise<RedactRoomMessageCommandOutput>;
818
- redactRoomMessage(args: RedactRoomMessageCommandInput, cb: (err: any, data?: RedactRoomMessageCommandOutput) => void): void;
819
- redactRoomMessage(args: RedactRoomMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactRoomMessageCommandOutput) => void): void;
820
-
821
- regenerateSecurityToken(args: RegenerateSecurityTokenCommandInput, options?: __HttpHandlerOptions): Promise<RegenerateSecurityTokenCommandOutput>;
822
- regenerateSecurityToken(args: RegenerateSecurityTokenCommandInput, cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void): void;
823
- regenerateSecurityToken(args: RegenerateSecurityTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void): void;
824
-
825
- resetPersonalPIN(args: ResetPersonalPINCommandInput, options?: __HttpHandlerOptions): Promise<ResetPersonalPINCommandOutput>;
826
- resetPersonalPIN(args: ResetPersonalPINCommandInput, cb: (err: any, data?: ResetPersonalPINCommandOutput) => void): void;
827
- resetPersonalPIN(args: ResetPersonalPINCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetPersonalPINCommandOutput) => void): void;
828
-
829
- restorePhoneNumber(args: RestorePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<RestorePhoneNumberCommandOutput>;
830
- restorePhoneNumber(args: RestorePhoneNumberCommandInput, cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void): void;
831
- restorePhoneNumber(args: RestorePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void): void;
832
-
833
- searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<SearchAvailablePhoneNumbersCommandOutput>;
834
- searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
835
- searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
836
-
837
- sendChannelMessage(args: SendChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<SendChannelMessageCommandOutput>;
838
- sendChannelMessage(args: SendChannelMessageCommandInput, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
839
- sendChannelMessage(args: SendChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
840
-
841
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
842
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
843
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
844
-
845
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StopMeetingTranscriptionCommandOutput>;
846
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
847
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
848
-
849
- tagAttendee(args: TagAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<TagAttendeeCommandOutput>;
850
- tagAttendee(args: TagAttendeeCommandInput, cb: (err: any, data?: TagAttendeeCommandOutput) => void): void;
851
- tagAttendee(args: TagAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagAttendeeCommandOutput) => void): void;
852
-
853
- tagMeeting(args: TagMeetingCommandInput, options?: __HttpHandlerOptions): Promise<TagMeetingCommandOutput>;
854
- tagMeeting(args: TagMeetingCommandInput, cb: (err: any, data?: TagMeetingCommandOutput) => void): void;
855
- tagMeeting(args: TagMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagMeetingCommandOutput) => void): void;
856
-
857
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
858
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
859
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
860
-
861
- untagAttendee(args: UntagAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<UntagAttendeeCommandOutput>;
862
- untagAttendee(args: UntagAttendeeCommandInput, cb: (err: any, data?: UntagAttendeeCommandOutput) => void): void;
863
- untagAttendee(args: UntagAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagAttendeeCommandOutput) => void): void;
864
-
865
- untagMeeting(args: UntagMeetingCommandInput, options?: __HttpHandlerOptions): Promise<UntagMeetingCommandOutput>;
866
- untagMeeting(args: UntagMeetingCommandInput, cb: (err: any, data?: UntagMeetingCommandOutput) => void): void;
867
- untagMeeting(args: UntagMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagMeetingCommandOutput) => void): void;
868
-
869
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
870
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
871
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
872
-
873
- updateAccount(args: UpdateAccountCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountCommandOutput>;
874
- updateAccount(args: UpdateAccountCommandInput, cb: (err: any, data?: UpdateAccountCommandOutput) => void): void;
875
- updateAccount(args: UpdateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountCommandOutput) => void): void;
876
-
877
- updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
878
- updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
879
- updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
880
-
881
- updateAppInstance(args: UpdateAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppInstanceCommandOutput>;
882
- updateAppInstance(args: UpdateAppInstanceCommandInput, cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void): void;
883
- updateAppInstance(args: UpdateAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void): void;
884
-
885
- updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppInstanceUserCommandOutput>;
886
- updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void): void;
887
- updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void): void;
888
-
889
- updateBot(args: UpdateBotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBotCommandOutput>;
890
- updateBot(args: UpdateBotCommandInput, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
891
- updateBot(args: UpdateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
892
-
893
- updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
894
- updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
895
- updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
896
-
897
- updateChannelMessage(args: UpdateChannelMessageCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelMessageCommandOutput>;
898
- updateChannelMessage(args: UpdateChannelMessageCommandInput, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
899
- updateChannelMessage(args: UpdateChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
900
-
901
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelReadMarkerCommandOutput>;
902
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
903
- updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
904
-
905
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
906
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
907
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
908
-
909
- updatePhoneNumber(args: UpdatePhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePhoneNumberCommandOutput>;
910
- updatePhoneNumber(args: UpdatePhoneNumberCommandInput, cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void): void;
911
- updatePhoneNumber(args: UpdatePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void): void;
912
-
913
- updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePhoneNumberSettingsCommandOutput>;
914
- updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
915
- updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
916
-
917
- updateProxySession(args: UpdateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProxySessionCommandOutput>;
918
- updateProxySession(args: UpdateProxySessionCommandInput, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
919
- updateProxySession(args: UpdateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
920
-
921
- updateRoom(args: UpdateRoomCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoomCommandOutput>;
922
- updateRoom(args: UpdateRoomCommandInput, cb: (err: any, data?: UpdateRoomCommandOutput) => void): void;
923
- updateRoom(args: UpdateRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoomCommandOutput) => void): void;
924
-
925
- updateRoomMembership(args: UpdateRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoomMembershipCommandOutput>;
926
- updateRoomMembership(args: UpdateRoomMembershipCommandInput, cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void): void;
927
- updateRoomMembership(args: UpdateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void): void;
928
-
929
- updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCommandOutput>;
930
- updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
931
- updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
932
-
933
- updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCallCommandOutput>;
934
- updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
935
- updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
936
-
937
- updateSipRule(args: UpdateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipRuleCommandOutput>;
938
- updateSipRule(args: UpdateSipRuleCommandInput, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
939
- updateSipRule(args: UpdateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
940
-
941
- updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
942
- updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
943
- updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
944
-
945
- updateUserSettings(args: UpdateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserSettingsCommandOutput>;
946
- updateUserSettings(args: UpdateUserSettingsCommandInput, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
947
- updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
948
-
949
- updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceConnectorCommandOutput>;
950
- updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
951
- updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
952
-
953
- updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceConnectorGroupCommandOutput>;
954
- updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
955
- updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
956
-
957
- validateE911Address(args: ValidateE911AddressCommandInput, options?: __HttpHandlerOptions): Promise<ValidateE911AddressCommandOutput>;
958
- validateE911Address(args: ValidateE911AddressCommandInput, cb: (err: any, data?: ValidateE911AddressCommandOutput) => void): void;
959
- validateE911Address(args: ValidateE911AddressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateE911AddressCommandOutput) => void): void;
960
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { ChimeClient } from "./ChimeClient";
3
+ import {
4
+ AssociatePhoneNumbersWithVoiceConnectorCommandInput,
5
+ AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
6
+ } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
7
+ import {
8
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
9
+ AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
10
+ } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
11
+ import {
12
+ AssociatePhoneNumberWithUserCommandInput,
13
+ AssociatePhoneNumberWithUserCommandOutput,
14
+ } from "./commands/AssociatePhoneNumberWithUserCommand";
15
+ import {
16
+ AssociateSigninDelegateGroupsWithAccountCommandInput,
17
+ AssociateSigninDelegateGroupsWithAccountCommandOutput,
18
+ } from "./commands/AssociateSigninDelegateGroupsWithAccountCommand";
19
+ import {
20
+ BatchCreateAttendeeCommandInput,
21
+ BatchCreateAttendeeCommandOutput,
22
+ } from "./commands/BatchCreateAttendeeCommand";
23
+ import {
24
+ BatchCreateChannelMembershipCommandInput,
25
+ BatchCreateChannelMembershipCommandOutput,
26
+ } from "./commands/BatchCreateChannelMembershipCommand";
27
+ import {
28
+ BatchCreateRoomMembershipCommandInput,
29
+ BatchCreateRoomMembershipCommandOutput,
30
+ } from "./commands/BatchCreateRoomMembershipCommand";
31
+ import {
32
+ BatchDeletePhoneNumberCommandInput,
33
+ BatchDeletePhoneNumberCommandOutput,
34
+ } from "./commands/BatchDeletePhoneNumberCommand";
35
+ import {
36
+ BatchSuspendUserCommandInput,
37
+ BatchSuspendUserCommandOutput,
38
+ } from "./commands/BatchSuspendUserCommand";
39
+ import {
40
+ BatchUnsuspendUserCommandInput,
41
+ BatchUnsuspendUserCommandOutput,
42
+ } from "./commands/BatchUnsuspendUserCommand";
43
+ import {
44
+ BatchUpdatePhoneNumberCommandInput,
45
+ BatchUpdatePhoneNumberCommandOutput,
46
+ } from "./commands/BatchUpdatePhoneNumberCommand";
47
+ import {
48
+ BatchUpdateUserCommandInput,
49
+ BatchUpdateUserCommandOutput,
50
+ } from "./commands/BatchUpdateUserCommand";
51
+ import {
52
+ CreateAccountCommandInput,
53
+ CreateAccountCommandOutput,
54
+ } from "./commands/CreateAccountCommand";
55
+ import {
56
+ CreateAppInstanceAdminCommandInput,
57
+ CreateAppInstanceAdminCommandOutput,
58
+ } from "./commands/CreateAppInstanceAdminCommand";
59
+ import {
60
+ CreateAppInstanceCommandInput,
61
+ CreateAppInstanceCommandOutput,
62
+ } from "./commands/CreateAppInstanceCommand";
63
+ import {
64
+ CreateAppInstanceUserCommandInput,
65
+ CreateAppInstanceUserCommandOutput,
66
+ } from "./commands/CreateAppInstanceUserCommand";
67
+ import {
68
+ CreateAttendeeCommandInput,
69
+ CreateAttendeeCommandOutput,
70
+ } from "./commands/CreateAttendeeCommand";
71
+ import {
72
+ CreateBotCommandInput,
73
+ CreateBotCommandOutput,
74
+ } from "./commands/CreateBotCommand";
75
+ import {
76
+ CreateChannelBanCommandInput,
77
+ CreateChannelBanCommandOutput,
78
+ } from "./commands/CreateChannelBanCommand";
79
+ import {
80
+ CreateChannelCommandInput,
81
+ CreateChannelCommandOutput,
82
+ } from "./commands/CreateChannelCommand";
83
+ import {
84
+ CreateChannelMembershipCommandInput,
85
+ CreateChannelMembershipCommandOutput,
86
+ } from "./commands/CreateChannelMembershipCommand";
87
+ import {
88
+ CreateChannelModeratorCommandInput,
89
+ CreateChannelModeratorCommandOutput,
90
+ } from "./commands/CreateChannelModeratorCommand";
91
+ import {
92
+ CreateMediaCapturePipelineCommandInput,
93
+ CreateMediaCapturePipelineCommandOutput,
94
+ } from "./commands/CreateMediaCapturePipelineCommand";
95
+ import {
96
+ CreateMeetingCommandInput,
97
+ CreateMeetingCommandOutput,
98
+ } from "./commands/CreateMeetingCommand";
99
+ import {
100
+ CreateMeetingDialOutCommandInput,
101
+ CreateMeetingDialOutCommandOutput,
102
+ } from "./commands/CreateMeetingDialOutCommand";
103
+ import {
104
+ CreateMeetingWithAttendeesCommandInput,
105
+ CreateMeetingWithAttendeesCommandOutput,
106
+ } from "./commands/CreateMeetingWithAttendeesCommand";
107
+ import {
108
+ CreatePhoneNumberOrderCommandInput,
109
+ CreatePhoneNumberOrderCommandOutput,
110
+ } from "./commands/CreatePhoneNumberOrderCommand";
111
+ import {
112
+ CreateProxySessionCommandInput,
113
+ CreateProxySessionCommandOutput,
114
+ } from "./commands/CreateProxySessionCommand";
115
+ import {
116
+ CreateRoomCommandInput,
117
+ CreateRoomCommandOutput,
118
+ } from "./commands/CreateRoomCommand";
119
+ import {
120
+ CreateRoomMembershipCommandInput,
121
+ CreateRoomMembershipCommandOutput,
122
+ } from "./commands/CreateRoomMembershipCommand";
123
+ import {
124
+ CreateSipMediaApplicationCallCommandInput,
125
+ CreateSipMediaApplicationCallCommandOutput,
126
+ } from "./commands/CreateSipMediaApplicationCallCommand";
127
+ import {
128
+ CreateSipMediaApplicationCommandInput,
129
+ CreateSipMediaApplicationCommandOutput,
130
+ } from "./commands/CreateSipMediaApplicationCommand";
131
+ import {
132
+ CreateSipRuleCommandInput,
133
+ CreateSipRuleCommandOutput,
134
+ } from "./commands/CreateSipRuleCommand";
135
+ import {
136
+ CreateUserCommandInput,
137
+ CreateUserCommandOutput,
138
+ } from "./commands/CreateUserCommand";
139
+ import {
140
+ CreateVoiceConnectorCommandInput,
141
+ CreateVoiceConnectorCommandOutput,
142
+ } from "./commands/CreateVoiceConnectorCommand";
143
+ import {
144
+ CreateVoiceConnectorGroupCommandInput,
145
+ CreateVoiceConnectorGroupCommandOutput,
146
+ } from "./commands/CreateVoiceConnectorGroupCommand";
147
+ import {
148
+ DeleteAccountCommandInput,
149
+ DeleteAccountCommandOutput,
150
+ } from "./commands/DeleteAccountCommand";
151
+ import {
152
+ DeleteAppInstanceAdminCommandInput,
153
+ DeleteAppInstanceAdminCommandOutput,
154
+ } from "./commands/DeleteAppInstanceAdminCommand";
155
+ import {
156
+ DeleteAppInstanceCommandInput,
157
+ DeleteAppInstanceCommandOutput,
158
+ } from "./commands/DeleteAppInstanceCommand";
159
+ import {
160
+ DeleteAppInstanceStreamingConfigurationsCommandInput,
161
+ DeleteAppInstanceStreamingConfigurationsCommandOutput,
162
+ } from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
163
+ import {
164
+ DeleteAppInstanceUserCommandInput,
165
+ DeleteAppInstanceUserCommandOutput,
166
+ } from "./commands/DeleteAppInstanceUserCommand";
167
+ import {
168
+ DeleteAttendeeCommandInput,
169
+ DeleteAttendeeCommandOutput,
170
+ } from "./commands/DeleteAttendeeCommand";
171
+ import {
172
+ DeleteChannelBanCommandInput,
173
+ DeleteChannelBanCommandOutput,
174
+ } from "./commands/DeleteChannelBanCommand";
175
+ import {
176
+ DeleteChannelCommandInput,
177
+ DeleteChannelCommandOutput,
178
+ } from "./commands/DeleteChannelCommand";
179
+ import {
180
+ DeleteChannelMembershipCommandInput,
181
+ DeleteChannelMembershipCommandOutput,
182
+ } from "./commands/DeleteChannelMembershipCommand";
183
+ import {
184
+ DeleteChannelMessageCommandInput,
185
+ DeleteChannelMessageCommandOutput,
186
+ } from "./commands/DeleteChannelMessageCommand";
187
+ import {
188
+ DeleteChannelModeratorCommandInput,
189
+ DeleteChannelModeratorCommandOutput,
190
+ } from "./commands/DeleteChannelModeratorCommand";
191
+ import {
192
+ DeleteEventsConfigurationCommandInput,
193
+ DeleteEventsConfigurationCommandOutput,
194
+ } from "./commands/DeleteEventsConfigurationCommand";
195
+ import {
196
+ DeleteMediaCapturePipelineCommandInput,
197
+ DeleteMediaCapturePipelineCommandOutput,
198
+ } from "./commands/DeleteMediaCapturePipelineCommand";
199
+ import {
200
+ DeleteMeetingCommandInput,
201
+ DeleteMeetingCommandOutput,
202
+ } from "./commands/DeleteMeetingCommand";
203
+ import {
204
+ DeletePhoneNumberCommandInput,
205
+ DeletePhoneNumberCommandOutput,
206
+ } from "./commands/DeletePhoneNumberCommand";
207
+ import {
208
+ DeleteProxySessionCommandInput,
209
+ DeleteProxySessionCommandOutput,
210
+ } from "./commands/DeleteProxySessionCommand";
211
+ import {
212
+ DeleteRoomCommandInput,
213
+ DeleteRoomCommandOutput,
214
+ } from "./commands/DeleteRoomCommand";
215
+ import {
216
+ DeleteRoomMembershipCommandInput,
217
+ DeleteRoomMembershipCommandOutput,
218
+ } from "./commands/DeleteRoomMembershipCommand";
219
+ import {
220
+ DeleteSipMediaApplicationCommandInput,
221
+ DeleteSipMediaApplicationCommandOutput,
222
+ } from "./commands/DeleteSipMediaApplicationCommand";
223
+ import {
224
+ DeleteSipRuleCommandInput,
225
+ DeleteSipRuleCommandOutput,
226
+ } from "./commands/DeleteSipRuleCommand";
227
+ import {
228
+ DeleteVoiceConnectorCommandInput,
229
+ DeleteVoiceConnectorCommandOutput,
230
+ } from "./commands/DeleteVoiceConnectorCommand";
231
+ import {
232
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
233
+ DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
234
+ } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
235
+ import {
236
+ DeleteVoiceConnectorGroupCommandInput,
237
+ DeleteVoiceConnectorGroupCommandOutput,
238
+ } from "./commands/DeleteVoiceConnectorGroupCommand";
239
+ import {
240
+ DeleteVoiceConnectorOriginationCommandInput,
241
+ DeleteVoiceConnectorOriginationCommandOutput,
242
+ } from "./commands/DeleteVoiceConnectorOriginationCommand";
243
+ import {
244
+ DeleteVoiceConnectorProxyCommandInput,
245
+ DeleteVoiceConnectorProxyCommandOutput,
246
+ } from "./commands/DeleteVoiceConnectorProxyCommand";
247
+ import {
248
+ DeleteVoiceConnectorStreamingConfigurationCommandInput,
249
+ DeleteVoiceConnectorStreamingConfigurationCommandOutput,
250
+ } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
251
+ import {
252
+ DeleteVoiceConnectorTerminationCommandInput,
253
+ DeleteVoiceConnectorTerminationCommandOutput,
254
+ } from "./commands/DeleteVoiceConnectorTerminationCommand";
255
+ import {
256
+ DeleteVoiceConnectorTerminationCredentialsCommandInput,
257
+ DeleteVoiceConnectorTerminationCredentialsCommandOutput,
258
+ } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
259
+ import {
260
+ DescribeAppInstanceAdminCommandInput,
261
+ DescribeAppInstanceAdminCommandOutput,
262
+ } from "./commands/DescribeAppInstanceAdminCommand";
263
+ import {
264
+ DescribeAppInstanceCommandInput,
265
+ DescribeAppInstanceCommandOutput,
266
+ } from "./commands/DescribeAppInstanceCommand";
267
+ import {
268
+ DescribeAppInstanceUserCommandInput,
269
+ DescribeAppInstanceUserCommandOutput,
270
+ } from "./commands/DescribeAppInstanceUserCommand";
271
+ import {
272
+ DescribeChannelBanCommandInput,
273
+ DescribeChannelBanCommandOutput,
274
+ } from "./commands/DescribeChannelBanCommand";
275
+ import {
276
+ DescribeChannelCommandInput,
277
+ DescribeChannelCommandOutput,
278
+ } from "./commands/DescribeChannelCommand";
279
+ import {
280
+ DescribeChannelMembershipCommandInput,
281
+ DescribeChannelMembershipCommandOutput,
282
+ } from "./commands/DescribeChannelMembershipCommand";
283
+ import {
284
+ DescribeChannelMembershipForAppInstanceUserCommandInput,
285
+ DescribeChannelMembershipForAppInstanceUserCommandOutput,
286
+ } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
287
+ import {
288
+ DescribeChannelModeratedByAppInstanceUserCommandInput,
289
+ DescribeChannelModeratedByAppInstanceUserCommandOutput,
290
+ } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
291
+ import {
292
+ DescribeChannelModeratorCommandInput,
293
+ DescribeChannelModeratorCommandOutput,
294
+ } from "./commands/DescribeChannelModeratorCommand";
295
+ import {
296
+ DisassociatePhoneNumberFromUserCommandInput,
297
+ DisassociatePhoneNumberFromUserCommandOutput,
298
+ } from "./commands/DisassociatePhoneNumberFromUserCommand";
299
+ import {
300
+ DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
301
+ DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
302
+ } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
303
+ import {
304
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
305
+ DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
306
+ } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
307
+ import {
308
+ DisassociateSigninDelegateGroupsFromAccountCommandInput,
309
+ DisassociateSigninDelegateGroupsFromAccountCommandOutput,
310
+ } from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
311
+ import {
312
+ GetAccountCommandInput,
313
+ GetAccountCommandOutput,
314
+ } from "./commands/GetAccountCommand";
315
+ import {
316
+ GetAccountSettingsCommandInput,
317
+ GetAccountSettingsCommandOutput,
318
+ } from "./commands/GetAccountSettingsCommand";
319
+ import {
320
+ GetAppInstanceRetentionSettingsCommandInput,
321
+ GetAppInstanceRetentionSettingsCommandOutput,
322
+ } from "./commands/GetAppInstanceRetentionSettingsCommand";
323
+ import {
324
+ GetAppInstanceStreamingConfigurationsCommandInput,
325
+ GetAppInstanceStreamingConfigurationsCommandOutput,
326
+ } from "./commands/GetAppInstanceStreamingConfigurationsCommand";
327
+ import {
328
+ GetAttendeeCommandInput,
329
+ GetAttendeeCommandOutput,
330
+ } from "./commands/GetAttendeeCommand";
331
+ import {
332
+ GetBotCommandInput,
333
+ GetBotCommandOutput,
334
+ } from "./commands/GetBotCommand";
335
+ import {
336
+ GetChannelMessageCommandInput,
337
+ GetChannelMessageCommandOutput,
338
+ } from "./commands/GetChannelMessageCommand";
339
+ import {
340
+ GetEventsConfigurationCommandInput,
341
+ GetEventsConfigurationCommandOutput,
342
+ } from "./commands/GetEventsConfigurationCommand";
343
+ import {
344
+ GetGlobalSettingsCommandInput,
345
+ GetGlobalSettingsCommandOutput,
346
+ } from "./commands/GetGlobalSettingsCommand";
347
+ import {
348
+ GetMediaCapturePipelineCommandInput,
349
+ GetMediaCapturePipelineCommandOutput,
350
+ } from "./commands/GetMediaCapturePipelineCommand";
351
+ import {
352
+ GetMeetingCommandInput,
353
+ GetMeetingCommandOutput,
354
+ } from "./commands/GetMeetingCommand";
355
+ import {
356
+ GetMessagingSessionEndpointCommandInput,
357
+ GetMessagingSessionEndpointCommandOutput,
358
+ } from "./commands/GetMessagingSessionEndpointCommand";
359
+ import {
360
+ GetPhoneNumberCommandInput,
361
+ GetPhoneNumberCommandOutput,
362
+ } from "./commands/GetPhoneNumberCommand";
363
+ import {
364
+ GetPhoneNumberOrderCommandInput,
365
+ GetPhoneNumberOrderCommandOutput,
366
+ } from "./commands/GetPhoneNumberOrderCommand";
367
+ import {
368
+ GetPhoneNumberSettingsCommandInput,
369
+ GetPhoneNumberSettingsCommandOutput,
370
+ } from "./commands/GetPhoneNumberSettingsCommand";
371
+ import {
372
+ GetProxySessionCommandInput,
373
+ GetProxySessionCommandOutput,
374
+ } from "./commands/GetProxySessionCommand";
375
+ import {
376
+ GetRetentionSettingsCommandInput,
377
+ GetRetentionSettingsCommandOutput,
378
+ } from "./commands/GetRetentionSettingsCommand";
379
+ import {
380
+ GetRoomCommandInput,
381
+ GetRoomCommandOutput,
382
+ } from "./commands/GetRoomCommand";
383
+ import {
384
+ GetSipMediaApplicationCommandInput,
385
+ GetSipMediaApplicationCommandOutput,
386
+ } from "./commands/GetSipMediaApplicationCommand";
387
+ import {
388
+ GetSipMediaApplicationLoggingConfigurationCommandInput,
389
+ GetSipMediaApplicationLoggingConfigurationCommandOutput,
390
+ } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
391
+ import {
392
+ GetSipRuleCommandInput,
393
+ GetSipRuleCommandOutput,
394
+ } from "./commands/GetSipRuleCommand";
395
+ import {
396
+ GetUserCommandInput,
397
+ GetUserCommandOutput,
398
+ } from "./commands/GetUserCommand";
399
+ import {
400
+ GetUserSettingsCommandInput,
401
+ GetUserSettingsCommandOutput,
402
+ } from "./commands/GetUserSettingsCommand";
403
+ import {
404
+ GetVoiceConnectorCommandInput,
405
+ GetVoiceConnectorCommandOutput,
406
+ } from "./commands/GetVoiceConnectorCommand";
407
+ import {
408
+ GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
409
+ GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
410
+ } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
411
+ import {
412
+ GetVoiceConnectorGroupCommandInput,
413
+ GetVoiceConnectorGroupCommandOutput,
414
+ } from "./commands/GetVoiceConnectorGroupCommand";
415
+ import {
416
+ GetVoiceConnectorLoggingConfigurationCommandInput,
417
+ GetVoiceConnectorLoggingConfigurationCommandOutput,
418
+ } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
419
+ import {
420
+ GetVoiceConnectorOriginationCommandInput,
421
+ GetVoiceConnectorOriginationCommandOutput,
422
+ } from "./commands/GetVoiceConnectorOriginationCommand";
423
+ import {
424
+ GetVoiceConnectorProxyCommandInput,
425
+ GetVoiceConnectorProxyCommandOutput,
426
+ } from "./commands/GetVoiceConnectorProxyCommand";
427
+ import {
428
+ GetVoiceConnectorStreamingConfigurationCommandInput,
429
+ GetVoiceConnectorStreamingConfigurationCommandOutput,
430
+ } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
431
+ import {
432
+ GetVoiceConnectorTerminationCommandInput,
433
+ GetVoiceConnectorTerminationCommandOutput,
434
+ } from "./commands/GetVoiceConnectorTerminationCommand";
435
+ import {
436
+ GetVoiceConnectorTerminationHealthCommandInput,
437
+ GetVoiceConnectorTerminationHealthCommandOutput,
438
+ } from "./commands/GetVoiceConnectorTerminationHealthCommand";
439
+ import {
440
+ InviteUsersCommandInput,
441
+ InviteUsersCommandOutput,
442
+ } from "./commands/InviteUsersCommand";
443
+ import {
444
+ ListAccountsCommandInput,
445
+ ListAccountsCommandOutput,
446
+ } from "./commands/ListAccountsCommand";
447
+ import {
448
+ ListAppInstanceAdminsCommandInput,
449
+ ListAppInstanceAdminsCommandOutput,
450
+ } from "./commands/ListAppInstanceAdminsCommand";
451
+ import {
452
+ ListAppInstancesCommandInput,
453
+ ListAppInstancesCommandOutput,
454
+ } from "./commands/ListAppInstancesCommand";
455
+ import {
456
+ ListAppInstanceUsersCommandInput,
457
+ ListAppInstanceUsersCommandOutput,
458
+ } from "./commands/ListAppInstanceUsersCommand";
459
+ import {
460
+ ListAttendeesCommandInput,
461
+ ListAttendeesCommandOutput,
462
+ } from "./commands/ListAttendeesCommand";
463
+ import {
464
+ ListAttendeeTagsCommandInput,
465
+ ListAttendeeTagsCommandOutput,
466
+ } from "./commands/ListAttendeeTagsCommand";
467
+ import {
468
+ ListBotsCommandInput,
469
+ ListBotsCommandOutput,
470
+ } from "./commands/ListBotsCommand";
471
+ import {
472
+ ListChannelBansCommandInput,
473
+ ListChannelBansCommandOutput,
474
+ } from "./commands/ListChannelBansCommand";
475
+ import {
476
+ ListChannelMembershipsCommandInput,
477
+ ListChannelMembershipsCommandOutput,
478
+ } from "./commands/ListChannelMembershipsCommand";
479
+ import {
480
+ ListChannelMembershipsForAppInstanceUserCommandInput,
481
+ ListChannelMembershipsForAppInstanceUserCommandOutput,
482
+ } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
483
+ import {
484
+ ListChannelMessagesCommandInput,
485
+ ListChannelMessagesCommandOutput,
486
+ } from "./commands/ListChannelMessagesCommand";
487
+ import {
488
+ ListChannelModeratorsCommandInput,
489
+ ListChannelModeratorsCommandOutput,
490
+ } from "./commands/ListChannelModeratorsCommand";
491
+ import {
492
+ ListChannelsCommandInput,
493
+ ListChannelsCommandOutput,
494
+ } from "./commands/ListChannelsCommand";
495
+ import {
496
+ ListChannelsModeratedByAppInstanceUserCommandInput,
497
+ ListChannelsModeratedByAppInstanceUserCommandOutput,
498
+ } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
499
+ import {
500
+ ListMediaCapturePipelinesCommandInput,
501
+ ListMediaCapturePipelinesCommandOutput,
502
+ } from "./commands/ListMediaCapturePipelinesCommand";
503
+ import {
504
+ ListMeetingsCommandInput,
505
+ ListMeetingsCommandOutput,
506
+ } from "./commands/ListMeetingsCommand";
507
+ import {
508
+ ListMeetingTagsCommandInput,
509
+ ListMeetingTagsCommandOutput,
510
+ } from "./commands/ListMeetingTagsCommand";
511
+ import {
512
+ ListPhoneNumberOrdersCommandInput,
513
+ ListPhoneNumberOrdersCommandOutput,
514
+ } from "./commands/ListPhoneNumberOrdersCommand";
515
+ import {
516
+ ListPhoneNumbersCommandInput,
517
+ ListPhoneNumbersCommandOutput,
518
+ } from "./commands/ListPhoneNumbersCommand";
519
+ import {
520
+ ListProxySessionsCommandInput,
521
+ ListProxySessionsCommandOutput,
522
+ } from "./commands/ListProxySessionsCommand";
523
+ import {
524
+ ListRoomMembershipsCommandInput,
525
+ ListRoomMembershipsCommandOutput,
526
+ } from "./commands/ListRoomMembershipsCommand";
527
+ import {
528
+ ListRoomsCommandInput,
529
+ ListRoomsCommandOutput,
530
+ } from "./commands/ListRoomsCommand";
531
+ import {
532
+ ListSipMediaApplicationsCommandInput,
533
+ ListSipMediaApplicationsCommandOutput,
534
+ } from "./commands/ListSipMediaApplicationsCommand";
535
+ import {
536
+ ListSipRulesCommandInput,
537
+ ListSipRulesCommandOutput,
538
+ } from "./commands/ListSipRulesCommand";
539
+ import {
540
+ ListSupportedPhoneNumberCountriesCommandInput,
541
+ ListSupportedPhoneNumberCountriesCommandOutput,
542
+ } from "./commands/ListSupportedPhoneNumberCountriesCommand";
543
+ import {
544
+ ListTagsForResourceCommandInput,
545
+ ListTagsForResourceCommandOutput,
546
+ } from "./commands/ListTagsForResourceCommand";
547
+ import {
548
+ ListUsersCommandInput,
549
+ ListUsersCommandOutput,
550
+ } from "./commands/ListUsersCommand";
551
+ import {
552
+ ListVoiceConnectorGroupsCommandInput,
553
+ ListVoiceConnectorGroupsCommandOutput,
554
+ } from "./commands/ListVoiceConnectorGroupsCommand";
555
+ import {
556
+ ListVoiceConnectorsCommandInput,
557
+ ListVoiceConnectorsCommandOutput,
558
+ } from "./commands/ListVoiceConnectorsCommand";
559
+ import {
560
+ ListVoiceConnectorTerminationCredentialsCommandInput,
561
+ ListVoiceConnectorTerminationCredentialsCommandOutput,
562
+ } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
563
+ import {
564
+ LogoutUserCommandInput,
565
+ LogoutUserCommandOutput,
566
+ } from "./commands/LogoutUserCommand";
567
+ import {
568
+ PutAppInstanceRetentionSettingsCommandInput,
569
+ PutAppInstanceRetentionSettingsCommandOutput,
570
+ } from "./commands/PutAppInstanceRetentionSettingsCommand";
571
+ import {
572
+ PutAppInstanceStreamingConfigurationsCommandInput,
573
+ PutAppInstanceStreamingConfigurationsCommandOutput,
574
+ } from "./commands/PutAppInstanceStreamingConfigurationsCommand";
575
+ import {
576
+ PutEventsConfigurationCommandInput,
577
+ PutEventsConfigurationCommandOutput,
578
+ } from "./commands/PutEventsConfigurationCommand";
579
+ import {
580
+ PutRetentionSettingsCommandInput,
581
+ PutRetentionSettingsCommandOutput,
582
+ } from "./commands/PutRetentionSettingsCommand";
583
+ import {
584
+ PutSipMediaApplicationLoggingConfigurationCommandInput,
585
+ PutSipMediaApplicationLoggingConfigurationCommandOutput,
586
+ } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
587
+ import {
588
+ PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
589
+ PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
590
+ } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
591
+ import {
592
+ PutVoiceConnectorLoggingConfigurationCommandInput,
593
+ PutVoiceConnectorLoggingConfigurationCommandOutput,
594
+ } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
595
+ import {
596
+ PutVoiceConnectorOriginationCommandInput,
597
+ PutVoiceConnectorOriginationCommandOutput,
598
+ } from "./commands/PutVoiceConnectorOriginationCommand";
599
+ import {
600
+ PutVoiceConnectorProxyCommandInput,
601
+ PutVoiceConnectorProxyCommandOutput,
602
+ } from "./commands/PutVoiceConnectorProxyCommand";
603
+ import {
604
+ PutVoiceConnectorStreamingConfigurationCommandInput,
605
+ PutVoiceConnectorStreamingConfigurationCommandOutput,
606
+ } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
607
+ import {
608
+ PutVoiceConnectorTerminationCommandInput,
609
+ PutVoiceConnectorTerminationCommandOutput,
610
+ } from "./commands/PutVoiceConnectorTerminationCommand";
611
+ import {
612
+ PutVoiceConnectorTerminationCredentialsCommandInput,
613
+ PutVoiceConnectorTerminationCredentialsCommandOutput,
614
+ } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
615
+ import {
616
+ RedactChannelMessageCommandInput,
617
+ RedactChannelMessageCommandOutput,
618
+ } from "./commands/RedactChannelMessageCommand";
619
+ import {
620
+ RedactConversationMessageCommandInput,
621
+ RedactConversationMessageCommandOutput,
622
+ } from "./commands/RedactConversationMessageCommand";
623
+ import {
624
+ RedactRoomMessageCommandInput,
625
+ RedactRoomMessageCommandOutput,
626
+ } from "./commands/RedactRoomMessageCommand";
627
+ import {
628
+ RegenerateSecurityTokenCommandInput,
629
+ RegenerateSecurityTokenCommandOutput,
630
+ } from "./commands/RegenerateSecurityTokenCommand";
631
+ import {
632
+ ResetPersonalPINCommandInput,
633
+ ResetPersonalPINCommandOutput,
634
+ } from "./commands/ResetPersonalPINCommand";
635
+ import {
636
+ RestorePhoneNumberCommandInput,
637
+ RestorePhoneNumberCommandOutput,
638
+ } from "./commands/RestorePhoneNumberCommand";
639
+ import {
640
+ SearchAvailablePhoneNumbersCommandInput,
641
+ SearchAvailablePhoneNumbersCommandOutput,
642
+ } from "./commands/SearchAvailablePhoneNumbersCommand";
643
+ import {
644
+ SendChannelMessageCommandInput,
645
+ SendChannelMessageCommandOutput,
646
+ } from "./commands/SendChannelMessageCommand";
647
+ import {
648
+ StartMeetingTranscriptionCommandInput,
649
+ StartMeetingTranscriptionCommandOutput,
650
+ } from "./commands/StartMeetingTranscriptionCommand";
651
+ import {
652
+ StopMeetingTranscriptionCommandInput,
653
+ StopMeetingTranscriptionCommandOutput,
654
+ } from "./commands/StopMeetingTranscriptionCommand";
655
+ import {
656
+ TagAttendeeCommandInput,
657
+ TagAttendeeCommandOutput,
658
+ } from "./commands/TagAttendeeCommand";
659
+ import {
660
+ TagMeetingCommandInput,
661
+ TagMeetingCommandOutput,
662
+ } from "./commands/TagMeetingCommand";
663
+ import {
664
+ TagResourceCommandInput,
665
+ TagResourceCommandOutput,
666
+ } from "./commands/TagResourceCommand";
667
+ import {
668
+ UntagAttendeeCommandInput,
669
+ UntagAttendeeCommandOutput,
670
+ } from "./commands/UntagAttendeeCommand";
671
+ import {
672
+ UntagMeetingCommandInput,
673
+ UntagMeetingCommandOutput,
674
+ } from "./commands/UntagMeetingCommand";
675
+ import {
676
+ UntagResourceCommandInput,
677
+ UntagResourceCommandOutput,
678
+ } from "./commands/UntagResourceCommand";
679
+ import {
680
+ UpdateAccountCommandInput,
681
+ UpdateAccountCommandOutput,
682
+ } from "./commands/UpdateAccountCommand";
683
+ import {
684
+ UpdateAccountSettingsCommandInput,
685
+ UpdateAccountSettingsCommandOutput,
686
+ } from "./commands/UpdateAccountSettingsCommand";
687
+ import {
688
+ UpdateAppInstanceCommandInput,
689
+ UpdateAppInstanceCommandOutput,
690
+ } from "./commands/UpdateAppInstanceCommand";
691
+ import {
692
+ UpdateAppInstanceUserCommandInput,
693
+ UpdateAppInstanceUserCommandOutput,
694
+ } from "./commands/UpdateAppInstanceUserCommand";
695
+ import {
696
+ UpdateBotCommandInput,
697
+ UpdateBotCommandOutput,
698
+ } from "./commands/UpdateBotCommand";
699
+ import {
700
+ UpdateChannelCommandInput,
701
+ UpdateChannelCommandOutput,
702
+ } from "./commands/UpdateChannelCommand";
703
+ import {
704
+ UpdateChannelMessageCommandInput,
705
+ UpdateChannelMessageCommandOutput,
706
+ } from "./commands/UpdateChannelMessageCommand";
707
+ import {
708
+ UpdateChannelReadMarkerCommandInput,
709
+ UpdateChannelReadMarkerCommandOutput,
710
+ } from "./commands/UpdateChannelReadMarkerCommand";
711
+ import {
712
+ UpdateGlobalSettingsCommandInput,
713
+ UpdateGlobalSettingsCommandOutput,
714
+ } from "./commands/UpdateGlobalSettingsCommand";
715
+ import {
716
+ UpdatePhoneNumberCommandInput,
717
+ UpdatePhoneNumberCommandOutput,
718
+ } from "./commands/UpdatePhoneNumberCommand";
719
+ import {
720
+ UpdatePhoneNumberSettingsCommandInput,
721
+ UpdatePhoneNumberSettingsCommandOutput,
722
+ } from "./commands/UpdatePhoneNumberSettingsCommand";
723
+ import {
724
+ UpdateProxySessionCommandInput,
725
+ UpdateProxySessionCommandOutput,
726
+ } from "./commands/UpdateProxySessionCommand";
727
+ import {
728
+ UpdateRoomCommandInput,
729
+ UpdateRoomCommandOutput,
730
+ } from "./commands/UpdateRoomCommand";
731
+ import {
732
+ UpdateRoomMembershipCommandInput,
733
+ UpdateRoomMembershipCommandOutput,
734
+ } from "./commands/UpdateRoomMembershipCommand";
735
+ import {
736
+ UpdateSipMediaApplicationCallCommandInput,
737
+ UpdateSipMediaApplicationCallCommandOutput,
738
+ } from "./commands/UpdateSipMediaApplicationCallCommand";
739
+ import {
740
+ UpdateSipMediaApplicationCommandInput,
741
+ UpdateSipMediaApplicationCommandOutput,
742
+ } from "./commands/UpdateSipMediaApplicationCommand";
743
+ import {
744
+ UpdateSipRuleCommandInput,
745
+ UpdateSipRuleCommandOutput,
746
+ } from "./commands/UpdateSipRuleCommand";
747
+ import {
748
+ UpdateUserCommandInput,
749
+ UpdateUserCommandOutput,
750
+ } from "./commands/UpdateUserCommand";
751
+ import {
752
+ UpdateUserSettingsCommandInput,
753
+ UpdateUserSettingsCommandOutput,
754
+ } from "./commands/UpdateUserSettingsCommand";
755
+ import {
756
+ UpdateVoiceConnectorCommandInput,
757
+ UpdateVoiceConnectorCommandOutput,
758
+ } from "./commands/UpdateVoiceConnectorCommand";
759
+ import {
760
+ UpdateVoiceConnectorGroupCommandInput,
761
+ UpdateVoiceConnectorGroupCommandOutput,
762
+ } from "./commands/UpdateVoiceConnectorGroupCommand";
763
+ import {
764
+ ValidateE911AddressCommandInput,
765
+ ValidateE911AddressCommandOutput,
766
+ } from "./commands/ValidateE911AddressCommand";
767
+
768
+ export declare class Chime extends ChimeClient {
769
+ associatePhoneNumbersWithVoiceConnector(
770
+ args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
773
+ associatePhoneNumbersWithVoiceConnector(
774
+ args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
775
+ cb: (
776
+ err: any,
777
+ data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
778
+ ) => void
779
+ ): void;
780
+ associatePhoneNumbersWithVoiceConnector(
781
+ args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
782
+ options: __HttpHandlerOptions,
783
+ cb: (
784
+ err: any,
785
+ data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
786
+ ) => void
787
+ ): void;
788
+
789
+ associatePhoneNumbersWithVoiceConnectorGroup(
790
+ args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
791
+ options?: __HttpHandlerOptions
792
+ ): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
793
+ associatePhoneNumbersWithVoiceConnectorGroup(
794
+ args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
795
+ cb: (
796
+ err: any,
797
+ data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
798
+ ) => void
799
+ ): void;
800
+ associatePhoneNumbersWithVoiceConnectorGroup(
801
+ args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
802
+ options: __HttpHandlerOptions,
803
+ cb: (
804
+ err: any,
805
+ data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
806
+ ) => void
807
+ ): void;
808
+
809
+ associatePhoneNumberWithUser(
810
+ args: AssociatePhoneNumberWithUserCommandInput,
811
+ options?: __HttpHandlerOptions
812
+ ): Promise<AssociatePhoneNumberWithUserCommandOutput>;
813
+ associatePhoneNumberWithUser(
814
+ args: AssociatePhoneNumberWithUserCommandInput,
815
+ cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void
816
+ ): void;
817
+ associatePhoneNumberWithUser(
818
+ args: AssociatePhoneNumberWithUserCommandInput,
819
+ options: __HttpHandlerOptions,
820
+ cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void
821
+ ): void;
822
+
823
+ associateSigninDelegateGroupsWithAccount(
824
+ args: AssociateSigninDelegateGroupsWithAccountCommandInput,
825
+ options?: __HttpHandlerOptions
826
+ ): Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
827
+ associateSigninDelegateGroupsWithAccount(
828
+ args: AssociateSigninDelegateGroupsWithAccountCommandInput,
829
+ cb: (
830
+ err: any,
831
+ data?: AssociateSigninDelegateGroupsWithAccountCommandOutput
832
+ ) => void
833
+ ): void;
834
+ associateSigninDelegateGroupsWithAccount(
835
+ args: AssociateSigninDelegateGroupsWithAccountCommandInput,
836
+ options: __HttpHandlerOptions,
837
+ cb: (
838
+ err: any,
839
+ data?: AssociateSigninDelegateGroupsWithAccountCommandOutput
840
+ ) => void
841
+ ): void;
842
+
843
+ batchCreateAttendee(
844
+ args: BatchCreateAttendeeCommandInput,
845
+ options?: __HttpHandlerOptions
846
+ ): Promise<BatchCreateAttendeeCommandOutput>;
847
+ batchCreateAttendee(
848
+ args: BatchCreateAttendeeCommandInput,
849
+ cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void
850
+ ): void;
851
+ batchCreateAttendee(
852
+ args: BatchCreateAttendeeCommandInput,
853
+ options: __HttpHandlerOptions,
854
+ cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void
855
+ ): void;
856
+
857
+ batchCreateChannelMembership(
858
+ args: BatchCreateChannelMembershipCommandInput,
859
+ options?: __HttpHandlerOptions
860
+ ): Promise<BatchCreateChannelMembershipCommandOutput>;
861
+ batchCreateChannelMembership(
862
+ args: BatchCreateChannelMembershipCommandInput,
863
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
864
+ ): void;
865
+ batchCreateChannelMembership(
866
+ args: BatchCreateChannelMembershipCommandInput,
867
+ options: __HttpHandlerOptions,
868
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
869
+ ): void;
870
+
871
+ batchCreateRoomMembership(
872
+ args: BatchCreateRoomMembershipCommandInput,
873
+ options?: __HttpHandlerOptions
874
+ ): Promise<BatchCreateRoomMembershipCommandOutput>;
875
+ batchCreateRoomMembership(
876
+ args: BatchCreateRoomMembershipCommandInput,
877
+ cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void
878
+ ): void;
879
+ batchCreateRoomMembership(
880
+ args: BatchCreateRoomMembershipCommandInput,
881
+ options: __HttpHandlerOptions,
882
+ cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void
883
+ ): void;
884
+
885
+ batchDeletePhoneNumber(
886
+ args: BatchDeletePhoneNumberCommandInput,
887
+ options?: __HttpHandlerOptions
888
+ ): Promise<BatchDeletePhoneNumberCommandOutput>;
889
+ batchDeletePhoneNumber(
890
+ args: BatchDeletePhoneNumberCommandInput,
891
+ cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
892
+ ): void;
893
+ batchDeletePhoneNumber(
894
+ args: BatchDeletePhoneNumberCommandInput,
895
+ options: __HttpHandlerOptions,
896
+ cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
897
+ ): void;
898
+
899
+ batchSuspendUser(
900
+ args: BatchSuspendUserCommandInput,
901
+ options?: __HttpHandlerOptions
902
+ ): Promise<BatchSuspendUserCommandOutput>;
903
+ batchSuspendUser(
904
+ args: BatchSuspendUserCommandInput,
905
+ cb: (err: any, data?: BatchSuspendUserCommandOutput) => void
906
+ ): void;
907
+ batchSuspendUser(
908
+ args: BatchSuspendUserCommandInput,
909
+ options: __HttpHandlerOptions,
910
+ cb: (err: any, data?: BatchSuspendUserCommandOutput) => void
911
+ ): void;
912
+
913
+ batchUnsuspendUser(
914
+ args: BatchUnsuspendUserCommandInput,
915
+ options?: __HttpHandlerOptions
916
+ ): Promise<BatchUnsuspendUserCommandOutput>;
917
+ batchUnsuspendUser(
918
+ args: BatchUnsuspendUserCommandInput,
919
+ cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void
920
+ ): void;
921
+ batchUnsuspendUser(
922
+ args: BatchUnsuspendUserCommandInput,
923
+ options: __HttpHandlerOptions,
924
+ cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void
925
+ ): void;
926
+
927
+ batchUpdatePhoneNumber(
928
+ args: BatchUpdatePhoneNumberCommandInput,
929
+ options?: __HttpHandlerOptions
930
+ ): Promise<BatchUpdatePhoneNumberCommandOutput>;
931
+ batchUpdatePhoneNumber(
932
+ args: BatchUpdatePhoneNumberCommandInput,
933
+ cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
934
+ ): void;
935
+ batchUpdatePhoneNumber(
936
+ args: BatchUpdatePhoneNumberCommandInput,
937
+ options: __HttpHandlerOptions,
938
+ cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
939
+ ): void;
940
+
941
+ batchUpdateUser(
942
+ args: BatchUpdateUserCommandInput,
943
+ options?: __HttpHandlerOptions
944
+ ): Promise<BatchUpdateUserCommandOutput>;
945
+ batchUpdateUser(
946
+ args: BatchUpdateUserCommandInput,
947
+ cb: (err: any, data?: BatchUpdateUserCommandOutput) => void
948
+ ): void;
949
+ batchUpdateUser(
950
+ args: BatchUpdateUserCommandInput,
951
+ options: __HttpHandlerOptions,
952
+ cb: (err: any, data?: BatchUpdateUserCommandOutput) => void
953
+ ): void;
954
+
955
+ createAccount(
956
+ args: CreateAccountCommandInput,
957
+ options?: __HttpHandlerOptions
958
+ ): Promise<CreateAccountCommandOutput>;
959
+ createAccount(
960
+ args: CreateAccountCommandInput,
961
+ cb: (err: any, data?: CreateAccountCommandOutput) => void
962
+ ): void;
963
+ createAccount(
964
+ args: CreateAccountCommandInput,
965
+ options: __HttpHandlerOptions,
966
+ cb: (err: any, data?: CreateAccountCommandOutput) => void
967
+ ): void;
968
+
969
+ createAppInstance(
970
+ args: CreateAppInstanceCommandInput,
971
+ options?: __HttpHandlerOptions
972
+ ): Promise<CreateAppInstanceCommandOutput>;
973
+ createAppInstance(
974
+ args: CreateAppInstanceCommandInput,
975
+ cb: (err: any, data?: CreateAppInstanceCommandOutput) => void
976
+ ): void;
977
+ createAppInstance(
978
+ args: CreateAppInstanceCommandInput,
979
+ options: __HttpHandlerOptions,
980
+ cb: (err: any, data?: CreateAppInstanceCommandOutput) => void
981
+ ): void;
982
+
983
+ createAppInstanceAdmin(
984
+ args: CreateAppInstanceAdminCommandInput,
985
+ options?: __HttpHandlerOptions
986
+ ): Promise<CreateAppInstanceAdminCommandOutput>;
987
+ createAppInstanceAdmin(
988
+ args: CreateAppInstanceAdminCommandInput,
989
+ cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void
990
+ ): void;
991
+ createAppInstanceAdmin(
992
+ args: CreateAppInstanceAdminCommandInput,
993
+ options: __HttpHandlerOptions,
994
+ cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void
995
+ ): void;
996
+
997
+ createAppInstanceUser(
998
+ args: CreateAppInstanceUserCommandInput,
999
+ options?: __HttpHandlerOptions
1000
+ ): Promise<CreateAppInstanceUserCommandOutput>;
1001
+ createAppInstanceUser(
1002
+ args: CreateAppInstanceUserCommandInput,
1003
+ cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void
1004
+ ): void;
1005
+ createAppInstanceUser(
1006
+ args: CreateAppInstanceUserCommandInput,
1007
+ options: __HttpHandlerOptions,
1008
+ cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void
1009
+ ): void;
1010
+
1011
+ createAttendee(
1012
+ args: CreateAttendeeCommandInput,
1013
+ options?: __HttpHandlerOptions
1014
+ ): Promise<CreateAttendeeCommandOutput>;
1015
+ createAttendee(
1016
+ args: CreateAttendeeCommandInput,
1017
+ cb: (err: any, data?: CreateAttendeeCommandOutput) => void
1018
+ ): void;
1019
+ createAttendee(
1020
+ args: CreateAttendeeCommandInput,
1021
+ options: __HttpHandlerOptions,
1022
+ cb: (err: any, data?: CreateAttendeeCommandOutput) => void
1023
+ ): void;
1024
+
1025
+ createBot(
1026
+ args: CreateBotCommandInput,
1027
+ options?: __HttpHandlerOptions
1028
+ ): Promise<CreateBotCommandOutput>;
1029
+ createBot(
1030
+ args: CreateBotCommandInput,
1031
+ cb: (err: any, data?: CreateBotCommandOutput) => void
1032
+ ): void;
1033
+ createBot(
1034
+ args: CreateBotCommandInput,
1035
+ options: __HttpHandlerOptions,
1036
+ cb: (err: any, data?: CreateBotCommandOutput) => void
1037
+ ): void;
1038
+
1039
+ createChannel(
1040
+ args: CreateChannelCommandInput,
1041
+ options?: __HttpHandlerOptions
1042
+ ): Promise<CreateChannelCommandOutput>;
1043
+ createChannel(
1044
+ args: CreateChannelCommandInput,
1045
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
1046
+ ): void;
1047
+ createChannel(
1048
+ args: CreateChannelCommandInput,
1049
+ options: __HttpHandlerOptions,
1050
+ cb: (err: any, data?: CreateChannelCommandOutput) => void
1051
+ ): void;
1052
+
1053
+ createChannelBan(
1054
+ args: CreateChannelBanCommandInput,
1055
+ options?: __HttpHandlerOptions
1056
+ ): Promise<CreateChannelBanCommandOutput>;
1057
+ createChannelBan(
1058
+ args: CreateChannelBanCommandInput,
1059
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void
1060
+ ): void;
1061
+ createChannelBan(
1062
+ args: CreateChannelBanCommandInput,
1063
+ options: __HttpHandlerOptions,
1064
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void
1065
+ ): void;
1066
+
1067
+ createChannelMembership(
1068
+ args: CreateChannelMembershipCommandInput,
1069
+ options?: __HttpHandlerOptions
1070
+ ): Promise<CreateChannelMembershipCommandOutput>;
1071
+ createChannelMembership(
1072
+ args: CreateChannelMembershipCommandInput,
1073
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
1074
+ ): void;
1075
+ createChannelMembership(
1076
+ args: CreateChannelMembershipCommandInput,
1077
+ options: __HttpHandlerOptions,
1078
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
1079
+ ): void;
1080
+
1081
+ createChannelModerator(
1082
+ args: CreateChannelModeratorCommandInput,
1083
+ options?: __HttpHandlerOptions
1084
+ ): Promise<CreateChannelModeratorCommandOutput>;
1085
+ createChannelModerator(
1086
+ args: CreateChannelModeratorCommandInput,
1087
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
1088
+ ): void;
1089
+ createChannelModerator(
1090
+ args: CreateChannelModeratorCommandInput,
1091
+ options: __HttpHandlerOptions,
1092
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
1093
+ ): void;
1094
+
1095
+ createMediaCapturePipeline(
1096
+ args: CreateMediaCapturePipelineCommandInput,
1097
+ options?: __HttpHandlerOptions
1098
+ ): Promise<CreateMediaCapturePipelineCommandOutput>;
1099
+ createMediaCapturePipeline(
1100
+ args: CreateMediaCapturePipelineCommandInput,
1101
+ cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void
1102
+ ): void;
1103
+ createMediaCapturePipeline(
1104
+ args: CreateMediaCapturePipelineCommandInput,
1105
+ options: __HttpHandlerOptions,
1106
+ cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void
1107
+ ): void;
1108
+
1109
+ createMeeting(
1110
+ args: CreateMeetingCommandInput,
1111
+ options?: __HttpHandlerOptions
1112
+ ): Promise<CreateMeetingCommandOutput>;
1113
+ createMeeting(
1114
+ args: CreateMeetingCommandInput,
1115
+ cb: (err: any, data?: CreateMeetingCommandOutput) => void
1116
+ ): void;
1117
+ createMeeting(
1118
+ args: CreateMeetingCommandInput,
1119
+ options: __HttpHandlerOptions,
1120
+ cb: (err: any, data?: CreateMeetingCommandOutput) => void
1121
+ ): void;
1122
+
1123
+ createMeetingDialOut(
1124
+ args: CreateMeetingDialOutCommandInput,
1125
+ options?: __HttpHandlerOptions
1126
+ ): Promise<CreateMeetingDialOutCommandOutput>;
1127
+ createMeetingDialOut(
1128
+ args: CreateMeetingDialOutCommandInput,
1129
+ cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void
1130
+ ): void;
1131
+ createMeetingDialOut(
1132
+ args: CreateMeetingDialOutCommandInput,
1133
+ options: __HttpHandlerOptions,
1134
+ cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void
1135
+ ): void;
1136
+
1137
+ createMeetingWithAttendees(
1138
+ args: CreateMeetingWithAttendeesCommandInput,
1139
+ options?: __HttpHandlerOptions
1140
+ ): Promise<CreateMeetingWithAttendeesCommandOutput>;
1141
+ createMeetingWithAttendees(
1142
+ args: CreateMeetingWithAttendeesCommandInput,
1143
+ cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void
1144
+ ): void;
1145
+ createMeetingWithAttendees(
1146
+ args: CreateMeetingWithAttendeesCommandInput,
1147
+ options: __HttpHandlerOptions,
1148
+ cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void
1149
+ ): void;
1150
+
1151
+ createPhoneNumberOrder(
1152
+ args: CreatePhoneNumberOrderCommandInput,
1153
+ options?: __HttpHandlerOptions
1154
+ ): Promise<CreatePhoneNumberOrderCommandOutput>;
1155
+ createPhoneNumberOrder(
1156
+ args: CreatePhoneNumberOrderCommandInput,
1157
+ cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
1158
+ ): void;
1159
+ createPhoneNumberOrder(
1160
+ args: CreatePhoneNumberOrderCommandInput,
1161
+ options: __HttpHandlerOptions,
1162
+ cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
1163
+ ): void;
1164
+
1165
+ createProxySession(
1166
+ args: CreateProxySessionCommandInput,
1167
+ options?: __HttpHandlerOptions
1168
+ ): Promise<CreateProxySessionCommandOutput>;
1169
+ createProxySession(
1170
+ args: CreateProxySessionCommandInput,
1171
+ cb: (err: any, data?: CreateProxySessionCommandOutput) => void
1172
+ ): void;
1173
+ createProxySession(
1174
+ args: CreateProxySessionCommandInput,
1175
+ options: __HttpHandlerOptions,
1176
+ cb: (err: any, data?: CreateProxySessionCommandOutput) => void
1177
+ ): void;
1178
+
1179
+ createRoom(
1180
+ args: CreateRoomCommandInput,
1181
+ options?: __HttpHandlerOptions
1182
+ ): Promise<CreateRoomCommandOutput>;
1183
+ createRoom(
1184
+ args: CreateRoomCommandInput,
1185
+ cb: (err: any, data?: CreateRoomCommandOutput) => void
1186
+ ): void;
1187
+ createRoom(
1188
+ args: CreateRoomCommandInput,
1189
+ options: __HttpHandlerOptions,
1190
+ cb: (err: any, data?: CreateRoomCommandOutput) => void
1191
+ ): void;
1192
+
1193
+ createRoomMembership(
1194
+ args: CreateRoomMembershipCommandInput,
1195
+ options?: __HttpHandlerOptions
1196
+ ): Promise<CreateRoomMembershipCommandOutput>;
1197
+ createRoomMembership(
1198
+ args: CreateRoomMembershipCommandInput,
1199
+ cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void
1200
+ ): void;
1201
+ createRoomMembership(
1202
+ args: CreateRoomMembershipCommandInput,
1203
+ options: __HttpHandlerOptions,
1204
+ cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void
1205
+ ): void;
1206
+
1207
+ createSipMediaApplication(
1208
+ args: CreateSipMediaApplicationCommandInput,
1209
+ options?: __HttpHandlerOptions
1210
+ ): Promise<CreateSipMediaApplicationCommandOutput>;
1211
+ createSipMediaApplication(
1212
+ args: CreateSipMediaApplicationCommandInput,
1213
+ cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
1214
+ ): void;
1215
+ createSipMediaApplication(
1216
+ args: CreateSipMediaApplicationCommandInput,
1217
+ options: __HttpHandlerOptions,
1218
+ cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
1219
+ ): void;
1220
+
1221
+ createSipMediaApplicationCall(
1222
+ args: CreateSipMediaApplicationCallCommandInput,
1223
+ options?: __HttpHandlerOptions
1224
+ ): Promise<CreateSipMediaApplicationCallCommandOutput>;
1225
+ createSipMediaApplicationCall(
1226
+ args: CreateSipMediaApplicationCallCommandInput,
1227
+ cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
1228
+ ): void;
1229
+ createSipMediaApplicationCall(
1230
+ args: CreateSipMediaApplicationCallCommandInput,
1231
+ options: __HttpHandlerOptions,
1232
+ cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
1233
+ ): void;
1234
+
1235
+ createSipRule(
1236
+ args: CreateSipRuleCommandInput,
1237
+ options?: __HttpHandlerOptions
1238
+ ): Promise<CreateSipRuleCommandOutput>;
1239
+ createSipRule(
1240
+ args: CreateSipRuleCommandInput,
1241
+ cb: (err: any, data?: CreateSipRuleCommandOutput) => void
1242
+ ): void;
1243
+ createSipRule(
1244
+ args: CreateSipRuleCommandInput,
1245
+ options: __HttpHandlerOptions,
1246
+ cb: (err: any, data?: CreateSipRuleCommandOutput) => void
1247
+ ): void;
1248
+
1249
+ createUser(
1250
+ args: CreateUserCommandInput,
1251
+ options?: __HttpHandlerOptions
1252
+ ): Promise<CreateUserCommandOutput>;
1253
+ createUser(
1254
+ args: CreateUserCommandInput,
1255
+ cb: (err: any, data?: CreateUserCommandOutput) => void
1256
+ ): void;
1257
+ createUser(
1258
+ args: CreateUserCommandInput,
1259
+ options: __HttpHandlerOptions,
1260
+ cb: (err: any, data?: CreateUserCommandOutput) => void
1261
+ ): void;
1262
+
1263
+ createVoiceConnector(
1264
+ args: CreateVoiceConnectorCommandInput,
1265
+ options?: __HttpHandlerOptions
1266
+ ): Promise<CreateVoiceConnectorCommandOutput>;
1267
+ createVoiceConnector(
1268
+ args: CreateVoiceConnectorCommandInput,
1269
+ cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
1270
+ ): void;
1271
+ createVoiceConnector(
1272
+ args: CreateVoiceConnectorCommandInput,
1273
+ options: __HttpHandlerOptions,
1274
+ cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
1275
+ ): void;
1276
+
1277
+ createVoiceConnectorGroup(
1278
+ args: CreateVoiceConnectorGroupCommandInput,
1279
+ options?: __HttpHandlerOptions
1280
+ ): Promise<CreateVoiceConnectorGroupCommandOutput>;
1281
+ createVoiceConnectorGroup(
1282
+ args: CreateVoiceConnectorGroupCommandInput,
1283
+ cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
1284
+ ): void;
1285
+ createVoiceConnectorGroup(
1286
+ args: CreateVoiceConnectorGroupCommandInput,
1287
+ options: __HttpHandlerOptions,
1288
+ cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
1289
+ ): void;
1290
+
1291
+ deleteAccount(
1292
+ args: DeleteAccountCommandInput,
1293
+ options?: __HttpHandlerOptions
1294
+ ): Promise<DeleteAccountCommandOutput>;
1295
+ deleteAccount(
1296
+ args: DeleteAccountCommandInput,
1297
+ cb: (err: any, data?: DeleteAccountCommandOutput) => void
1298
+ ): void;
1299
+ deleteAccount(
1300
+ args: DeleteAccountCommandInput,
1301
+ options: __HttpHandlerOptions,
1302
+ cb: (err: any, data?: DeleteAccountCommandOutput) => void
1303
+ ): void;
1304
+
1305
+ deleteAppInstance(
1306
+ args: DeleteAppInstanceCommandInput,
1307
+ options?: __HttpHandlerOptions
1308
+ ): Promise<DeleteAppInstanceCommandOutput>;
1309
+ deleteAppInstance(
1310
+ args: DeleteAppInstanceCommandInput,
1311
+ cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void
1312
+ ): void;
1313
+ deleteAppInstance(
1314
+ args: DeleteAppInstanceCommandInput,
1315
+ options: __HttpHandlerOptions,
1316
+ cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void
1317
+ ): void;
1318
+
1319
+ deleteAppInstanceAdmin(
1320
+ args: DeleteAppInstanceAdminCommandInput,
1321
+ options?: __HttpHandlerOptions
1322
+ ): Promise<DeleteAppInstanceAdminCommandOutput>;
1323
+ deleteAppInstanceAdmin(
1324
+ args: DeleteAppInstanceAdminCommandInput,
1325
+ cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void
1326
+ ): void;
1327
+ deleteAppInstanceAdmin(
1328
+ args: DeleteAppInstanceAdminCommandInput,
1329
+ options: __HttpHandlerOptions,
1330
+ cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void
1331
+ ): void;
1332
+
1333
+ deleteAppInstanceStreamingConfigurations(
1334
+ args: DeleteAppInstanceStreamingConfigurationsCommandInput,
1335
+ options?: __HttpHandlerOptions
1336
+ ): Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
1337
+ deleteAppInstanceStreamingConfigurations(
1338
+ args: DeleteAppInstanceStreamingConfigurationsCommandInput,
1339
+ cb: (
1340
+ err: any,
1341
+ data?: DeleteAppInstanceStreamingConfigurationsCommandOutput
1342
+ ) => void
1343
+ ): void;
1344
+ deleteAppInstanceStreamingConfigurations(
1345
+ args: DeleteAppInstanceStreamingConfigurationsCommandInput,
1346
+ options: __HttpHandlerOptions,
1347
+ cb: (
1348
+ err: any,
1349
+ data?: DeleteAppInstanceStreamingConfigurationsCommandOutput
1350
+ ) => void
1351
+ ): void;
1352
+
1353
+ deleteAppInstanceUser(
1354
+ args: DeleteAppInstanceUserCommandInput,
1355
+ options?: __HttpHandlerOptions
1356
+ ): Promise<DeleteAppInstanceUserCommandOutput>;
1357
+ deleteAppInstanceUser(
1358
+ args: DeleteAppInstanceUserCommandInput,
1359
+ cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void
1360
+ ): void;
1361
+ deleteAppInstanceUser(
1362
+ args: DeleteAppInstanceUserCommandInput,
1363
+ options: __HttpHandlerOptions,
1364
+ cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void
1365
+ ): void;
1366
+
1367
+ deleteAttendee(
1368
+ args: DeleteAttendeeCommandInput,
1369
+ options?: __HttpHandlerOptions
1370
+ ): Promise<DeleteAttendeeCommandOutput>;
1371
+ deleteAttendee(
1372
+ args: DeleteAttendeeCommandInput,
1373
+ cb: (err: any, data?: DeleteAttendeeCommandOutput) => void
1374
+ ): void;
1375
+ deleteAttendee(
1376
+ args: DeleteAttendeeCommandInput,
1377
+ options: __HttpHandlerOptions,
1378
+ cb: (err: any, data?: DeleteAttendeeCommandOutput) => void
1379
+ ): void;
1380
+
1381
+ deleteChannel(
1382
+ args: DeleteChannelCommandInput,
1383
+ options?: __HttpHandlerOptions
1384
+ ): Promise<DeleteChannelCommandOutput>;
1385
+ deleteChannel(
1386
+ args: DeleteChannelCommandInput,
1387
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
1388
+ ): void;
1389
+ deleteChannel(
1390
+ args: DeleteChannelCommandInput,
1391
+ options: __HttpHandlerOptions,
1392
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void
1393
+ ): void;
1394
+
1395
+ deleteChannelBan(
1396
+ args: DeleteChannelBanCommandInput,
1397
+ options?: __HttpHandlerOptions
1398
+ ): Promise<DeleteChannelBanCommandOutput>;
1399
+ deleteChannelBan(
1400
+ args: DeleteChannelBanCommandInput,
1401
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
1402
+ ): void;
1403
+ deleteChannelBan(
1404
+ args: DeleteChannelBanCommandInput,
1405
+ options: __HttpHandlerOptions,
1406
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
1407
+ ): void;
1408
+
1409
+ deleteChannelMembership(
1410
+ args: DeleteChannelMembershipCommandInput,
1411
+ options?: __HttpHandlerOptions
1412
+ ): Promise<DeleteChannelMembershipCommandOutput>;
1413
+ deleteChannelMembership(
1414
+ args: DeleteChannelMembershipCommandInput,
1415
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
1416
+ ): void;
1417
+ deleteChannelMembership(
1418
+ args: DeleteChannelMembershipCommandInput,
1419
+ options: __HttpHandlerOptions,
1420
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
1421
+ ): void;
1422
+
1423
+ deleteChannelMessage(
1424
+ args: DeleteChannelMessageCommandInput,
1425
+ options?: __HttpHandlerOptions
1426
+ ): Promise<DeleteChannelMessageCommandOutput>;
1427
+ deleteChannelMessage(
1428
+ args: DeleteChannelMessageCommandInput,
1429
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
1430
+ ): void;
1431
+ deleteChannelMessage(
1432
+ args: DeleteChannelMessageCommandInput,
1433
+ options: __HttpHandlerOptions,
1434
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
1435
+ ): void;
1436
+
1437
+ deleteChannelModerator(
1438
+ args: DeleteChannelModeratorCommandInput,
1439
+ options?: __HttpHandlerOptions
1440
+ ): Promise<DeleteChannelModeratorCommandOutput>;
1441
+ deleteChannelModerator(
1442
+ args: DeleteChannelModeratorCommandInput,
1443
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
1444
+ ): void;
1445
+ deleteChannelModerator(
1446
+ args: DeleteChannelModeratorCommandInput,
1447
+ options: __HttpHandlerOptions,
1448
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
1449
+ ): void;
1450
+
1451
+ deleteEventsConfiguration(
1452
+ args: DeleteEventsConfigurationCommandInput,
1453
+ options?: __HttpHandlerOptions
1454
+ ): Promise<DeleteEventsConfigurationCommandOutput>;
1455
+ deleteEventsConfiguration(
1456
+ args: DeleteEventsConfigurationCommandInput,
1457
+ cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
1458
+ ): void;
1459
+ deleteEventsConfiguration(
1460
+ args: DeleteEventsConfigurationCommandInput,
1461
+ options: __HttpHandlerOptions,
1462
+ cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
1463
+ ): void;
1464
+
1465
+ deleteMediaCapturePipeline(
1466
+ args: DeleteMediaCapturePipelineCommandInput,
1467
+ options?: __HttpHandlerOptions
1468
+ ): Promise<DeleteMediaCapturePipelineCommandOutput>;
1469
+ deleteMediaCapturePipeline(
1470
+ args: DeleteMediaCapturePipelineCommandInput,
1471
+ cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void
1472
+ ): void;
1473
+ deleteMediaCapturePipeline(
1474
+ args: DeleteMediaCapturePipelineCommandInput,
1475
+ options: __HttpHandlerOptions,
1476
+ cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void
1477
+ ): void;
1478
+
1479
+ deleteMeeting(
1480
+ args: DeleteMeetingCommandInput,
1481
+ options?: __HttpHandlerOptions
1482
+ ): Promise<DeleteMeetingCommandOutput>;
1483
+ deleteMeeting(
1484
+ args: DeleteMeetingCommandInput,
1485
+ cb: (err: any, data?: DeleteMeetingCommandOutput) => void
1486
+ ): void;
1487
+ deleteMeeting(
1488
+ args: DeleteMeetingCommandInput,
1489
+ options: __HttpHandlerOptions,
1490
+ cb: (err: any, data?: DeleteMeetingCommandOutput) => void
1491
+ ): void;
1492
+
1493
+ deletePhoneNumber(
1494
+ args: DeletePhoneNumberCommandInput,
1495
+ options?: __HttpHandlerOptions
1496
+ ): Promise<DeletePhoneNumberCommandOutput>;
1497
+ deletePhoneNumber(
1498
+ args: DeletePhoneNumberCommandInput,
1499
+ cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
1500
+ ): void;
1501
+ deletePhoneNumber(
1502
+ args: DeletePhoneNumberCommandInput,
1503
+ options: __HttpHandlerOptions,
1504
+ cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
1505
+ ): void;
1506
+
1507
+ deleteProxySession(
1508
+ args: DeleteProxySessionCommandInput,
1509
+ options?: __HttpHandlerOptions
1510
+ ): Promise<DeleteProxySessionCommandOutput>;
1511
+ deleteProxySession(
1512
+ args: DeleteProxySessionCommandInput,
1513
+ cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
1514
+ ): void;
1515
+ deleteProxySession(
1516
+ args: DeleteProxySessionCommandInput,
1517
+ options: __HttpHandlerOptions,
1518
+ cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
1519
+ ): void;
1520
+
1521
+ deleteRoom(
1522
+ args: DeleteRoomCommandInput,
1523
+ options?: __HttpHandlerOptions
1524
+ ): Promise<DeleteRoomCommandOutput>;
1525
+ deleteRoom(
1526
+ args: DeleteRoomCommandInput,
1527
+ cb: (err: any, data?: DeleteRoomCommandOutput) => void
1528
+ ): void;
1529
+ deleteRoom(
1530
+ args: DeleteRoomCommandInput,
1531
+ options: __HttpHandlerOptions,
1532
+ cb: (err: any, data?: DeleteRoomCommandOutput) => void
1533
+ ): void;
1534
+
1535
+ deleteRoomMembership(
1536
+ args: DeleteRoomMembershipCommandInput,
1537
+ options?: __HttpHandlerOptions
1538
+ ): Promise<DeleteRoomMembershipCommandOutput>;
1539
+ deleteRoomMembership(
1540
+ args: DeleteRoomMembershipCommandInput,
1541
+ cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void
1542
+ ): void;
1543
+ deleteRoomMembership(
1544
+ args: DeleteRoomMembershipCommandInput,
1545
+ options: __HttpHandlerOptions,
1546
+ cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void
1547
+ ): void;
1548
+
1549
+ deleteSipMediaApplication(
1550
+ args: DeleteSipMediaApplicationCommandInput,
1551
+ options?: __HttpHandlerOptions
1552
+ ): Promise<DeleteSipMediaApplicationCommandOutput>;
1553
+ deleteSipMediaApplication(
1554
+ args: DeleteSipMediaApplicationCommandInput,
1555
+ cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
1556
+ ): void;
1557
+ deleteSipMediaApplication(
1558
+ args: DeleteSipMediaApplicationCommandInput,
1559
+ options: __HttpHandlerOptions,
1560
+ cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
1561
+ ): void;
1562
+
1563
+ deleteSipRule(
1564
+ args: DeleteSipRuleCommandInput,
1565
+ options?: __HttpHandlerOptions
1566
+ ): Promise<DeleteSipRuleCommandOutput>;
1567
+ deleteSipRule(
1568
+ args: DeleteSipRuleCommandInput,
1569
+ cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
1570
+ ): void;
1571
+ deleteSipRule(
1572
+ args: DeleteSipRuleCommandInput,
1573
+ options: __HttpHandlerOptions,
1574
+ cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
1575
+ ): void;
1576
+
1577
+ deleteVoiceConnector(
1578
+ args: DeleteVoiceConnectorCommandInput,
1579
+ options?: __HttpHandlerOptions
1580
+ ): Promise<DeleteVoiceConnectorCommandOutput>;
1581
+ deleteVoiceConnector(
1582
+ args: DeleteVoiceConnectorCommandInput,
1583
+ cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
1584
+ ): void;
1585
+ deleteVoiceConnector(
1586
+ args: DeleteVoiceConnectorCommandInput,
1587
+ options: __HttpHandlerOptions,
1588
+ cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
1589
+ ): void;
1590
+
1591
+ deleteVoiceConnectorEmergencyCallingConfiguration(
1592
+ args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
1593
+ options?: __HttpHandlerOptions
1594
+ ): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1595
+ deleteVoiceConnectorEmergencyCallingConfiguration(
1596
+ args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
1597
+ cb: (
1598
+ err: any,
1599
+ data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
1600
+ ) => void
1601
+ ): void;
1602
+ deleteVoiceConnectorEmergencyCallingConfiguration(
1603
+ args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
1604
+ options: __HttpHandlerOptions,
1605
+ cb: (
1606
+ err: any,
1607
+ data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
1608
+ ) => void
1609
+ ): void;
1610
+
1611
+ deleteVoiceConnectorGroup(
1612
+ args: DeleteVoiceConnectorGroupCommandInput,
1613
+ options?: __HttpHandlerOptions
1614
+ ): Promise<DeleteVoiceConnectorGroupCommandOutput>;
1615
+ deleteVoiceConnectorGroup(
1616
+ args: DeleteVoiceConnectorGroupCommandInput,
1617
+ cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
1618
+ ): void;
1619
+ deleteVoiceConnectorGroup(
1620
+ args: DeleteVoiceConnectorGroupCommandInput,
1621
+ options: __HttpHandlerOptions,
1622
+ cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
1623
+ ): void;
1624
+
1625
+ deleteVoiceConnectorOrigination(
1626
+ args: DeleteVoiceConnectorOriginationCommandInput,
1627
+ options?: __HttpHandlerOptions
1628
+ ): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
1629
+ deleteVoiceConnectorOrigination(
1630
+ args: DeleteVoiceConnectorOriginationCommandInput,
1631
+ cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
1632
+ ): void;
1633
+ deleteVoiceConnectorOrigination(
1634
+ args: DeleteVoiceConnectorOriginationCommandInput,
1635
+ options: __HttpHandlerOptions,
1636
+ cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
1637
+ ): void;
1638
+
1639
+ deleteVoiceConnectorProxy(
1640
+ args: DeleteVoiceConnectorProxyCommandInput,
1641
+ options?: __HttpHandlerOptions
1642
+ ): Promise<DeleteVoiceConnectorProxyCommandOutput>;
1643
+ deleteVoiceConnectorProxy(
1644
+ args: DeleteVoiceConnectorProxyCommandInput,
1645
+ cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
1646
+ ): void;
1647
+ deleteVoiceConnectorProxy(
1648
+ args: DeleteVoiceConnectorProxyCommandInput,
1649
+ options: __HttpHandlerOptions,
1650
+ cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
1651
+ ): void;
1652
+
1653
+ deleteVoiceConnectorStreamingConfiguration(
1654
+ args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
1655
+ options?: __HttpHandlerOptions
1656
+ ): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
1657
+ deleteVoiceConnectorStreamingConfiguration(
1658
+ args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
1659
+ cb: (
1660
+ err: any,
1661
+ data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
1662
+ ) => void
1663
+ ): void;
1664
+ deleteVoiceConnectorStreamingConfiguration(
1665
+ args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
1666
+ options: __HttpHandlerOptions,
1667
+ cb: (
1668
+ err: any,
1669
+ data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
1670
+ ) => void
1671
+ ): void;
1672
+
1673
+ deleteVoiceConnectorTermination(
1674
+ args: DeleteVoiceConnectorTerminationCommandInput,
1675
+ options?: __HttpHandlerOptions
1676
+ ): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
1677
+ deleteVoiceConnectorTermination(
1678
+ args: DeleteVoiceConnectorTerminationCommandInput,
1679
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
1680
+ ): void;
1681
+ deleteVoiceConnectorTermination(
1682
+ args: DeleteVoiceConnectorTerminationCommandInput,
1683
+ options: __HttpHandlerOptions,
1684
+ cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
1685
+ ): void;
1686
+
1687
+ deleteVoiceConnectorTerminationCredentials(
1688
+ args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
1689
+ options?: __HttpHandlerOptions
1690
+ ): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
1691
+ deleteVoiceConnectorTerminationCredentials(
1692
+ args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
1693
+ cb: (
1694
+ err: any,
1695
+ data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
1696
+ ) => void
1697
+ ): void;
1698
+ deleteVoiceConnectorTerminationCredentials(
1699
+ args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
1700
+ options: __HttpHandlerOptions,
1701
+ cb: (
1702
+ err: any,
1703
+ data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
1704
+ ) => void
1705
+ ): void;
1706
+
1707
+ describeAppInstance(
1708
+ args: DescribeAppInstanceCommandInput,
1709
+ options?: __HttpHandlerOptions
1710
+ ): Promise<DescribeAppInstanceCommandOutput>;
1711
+ describeAppInstance(
1712
+ args: DescribeAppInstanceCommandInput,
1713
+ cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void
1714
+ ): void;
1715
+ describeAppInstance(
1716
+ args: DescribeAppInstanceCommandInput,
1717
+ options: __HttpHandlerOptions,
1718
+ cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void
1719
+ ): void;
1720
+
1721
+ describeAppInstanceAdmin(
1722
+ args: DescribeAppInstanceAdminCommandInput,
1723
+ options?: __HttpHandlerOptions
1724
+ ): Promise<DescribeAppInstanceAdminCommandOutput>;
1725
+ describeAppInstanceAdmin(
1726
+ args: DescribeAppInstanceAdminCommandInput,
1727
+ cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void
1728
+ ): void;
1729
+ describeAppInstanceAdmin(
1730
+ args: DescribeAppInstanceAdminCommandInput,
1731
+ options: __HttpHandlerOptions,
1732
+ cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void
1733
+ ): void;
1734
+
1735
+ describeAppInstanceUser(
1736
+ args: DescribeAppInstanceUserCommandInput,
1737
+ options?: __HttpHandlerOptions
1738
+ ): Promise<DescribeAppInstanceUserCommandOutput>;
1739
+ describeAppInstanceUser(
1740
+ args: DescribeAppInstanceUserCommandInput,
1741
+ cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void
1742
+ ): void;
1743
+ describeAppInstanceUser(
1744
+ args: DescribeAppInstanceUserCommandInput,
1745
+ options: __HttpHandlerOptions,
1746
+ cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void
1747
+ ): void;
1748
+
1749
+ describeChannel(
1750
+ args: DescribeChannelCommandInput,
1751
+ options?: __HttpHandlerOptions
1752
+ ): Promise<DescribeChannelCommandOutput>;
1753
+ describeChannel(
1754
+ args: DescribeChannelCommandInput,
1755
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
1756
+ ): void;
1757
+ describeChannel(
1758
+ args: DescribeChannelCommandInput,
1759
+ options: __HttpHandlerOptions,
1760
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void
1761
+ ): void;
1762
+
1763
+ describeChannelBan(
1764
+ args: DescribeChannelBanCommandInput,
1765
+ options?: __HttpHandlerOptions
1766
+ ): Promise<DescribeChannelBanCommandOutput>;
1767
+ describeChannelBan(
1768
+ args: DescribeChannelBanCommandInput,
1769
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
1770
+ ): void;
1771
+ describeChannelBan(
1772
+ args: DescribeChannelBanCommandInput,
1773
+ options: __HttpHandlerOptions,
1774
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
1775
+ ): void;
1776
+
1777
+ describeChannelMembership(
1778
+ args: DescribeChannelMembershipCommandInput,
1779
+ options?: __HttpHandlerOptions
1780
+ ): Promise<DescribeChannelMembershipCommandOutput>;
1781
+ describeChannelMembership(
1782
+ args: DescribeChannelMembershipCommandInput,
1783
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
1784
+ ): void;
1785
+ describeChannelMembership(
1786
+ args: DescribeChannelMembershipCommandInput,
1787
+ options: __HttpHandlerOptions,
1788
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
1789
+ ): void;
1790
+
1791
+ describeChannelMembershipForAppInstanceUser(
1792
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
1793
+ options?: __HttpHandlerOptions
1794
+ ): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
1795
+ describeChannelMembershipForAppInstanceUser(
1796
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
1797
+ cb: (
1798
+ err: any,
1799
+ data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
1800
+ ) => void
1801
+ ): void;
1802
+ describeChannelMembershipForAppInstanceUser(
1803
+ args: DescribeChannelMembershipForAppInstanceUserCommandInput,
1804
+ options: __HttpHandlerOptions,
1805
+ cb: (
1806
+ err: any,
1807
+ data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
1808
+ ) => void
1809
+ ): void;
1810
+
1811
+ describeChannelModeratedByAppInstanceUser(
1812
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
1813
+ options?: __HttpHandlerOptions
1814
+ ): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
1815
+ describeChannelModeratedByAppInstanceUser(
1816
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
1817
+ cb: (
1818
+ err: any,
1819
+ data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
1820
+ ) => void
1821
+ ): void;
1822
+ describeChannelModeratedByAppInstanceUser(
1823
+ args: DescribeChannelModeratedByAppInstanceUserCommandInput,
1824
+ options: __HttpHandlerOptions,
1825
+ cb: (
1826
+ err: any,
1827
+ data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
1828
+ ) => void
1829
+ ): void;
1830
+
1831
+ describeChannelModerator(
1832
+ args: DescribeChannelModeratorCommandInput,
1833
+ options?: __HttpHandlerOptions
1834
+ ): Promise<DescribeChannelModeratorCommandOutput>;
1835
+ describeChannelModerator(
1836
+ args: DescribeChannelModeratorCommandInput,
1837
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
1838
+ ): void;
1839
+ describeChannelModerator(
1840
+ args: DescribeChannelModeratorCommandInput,
1841
+ options: __HttpHandlerOptions,
1842
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
1843
+ ): void;
1844
+
1845
+ disassociatePhoneNumberFromUser(
1846
+ args: DisassociatePhoneNumberFromUserCommandInput,
1847
+ options?: __HttpHandlerOptions
1848
+ ): Promise<DisassociatePhoneNumberFromUserCommandOutput>;
1849
+ disassociatePhoneNumberFromUser(
1850
+ args: DisassociatePhoneNumberFromUserCommandInput,
1851
+ cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void
1852
+ ): void;
1853
+ disassociatePhoneNumberFromUser(
1854
+ args: DisassociatePhoneNumberFromUserCommandInput,
1855
+ options: __HttpHandlerOptions,
1856
+ cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void
1857
+ ): void;
1858
+
1859
+ disassociatePhoneNumbersFromVoiceConnector(
1860
+ args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
1861
+ options?: __HttpHandlerOptions
1862
+ ): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
1863
+ disassociatePhoneNumbersFromVoiceConnector(
1864
+ args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
1865
+ cb: (
1866
+ err: any,
1867
+ data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
1868
+ ) => void
1869
+ ): void;
1870
+ disassociatePhoneNumbersFromVoiceConnector(
1871
+ args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
1872
+ options: __HttpHandlerOptions,
1873
+ cb: (
1874
+ err: any,
1875
+ data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
1876
+ ) => void
1877
+ ): void;
1878
+
1879
+ disassociatePhoneNumbersFromVoiceConnectorGroup(
1880
+ args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
1881
+ options?: __HttpHandlerOptions
1882
+ ): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
1883
+ disassociatePhoneNumbersFromVoiceConnectorGroup(
1884
+ args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
1885
+ cb: (
1886
+ err: any,
1887
+ data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
1888
+ ) => void
1889
+ ): void;
1890
+ disassociatePhoneNumbersFromVoiceConnectorGroup(
1891
+ args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
1892
+ options: __HttpHandlerOptions,
1893
+ cb: (
1894
+ err: any,
1895
+ data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
1896
+ ) => void
1897
+ ): void;
1898
+
1899
+ disassociateSigninDelegateGroupsFromAccount(
1900
+ args: DisassociateSigninDelegateGroupsFromAccountCommandInput,
1901
+ options?: __HttpHandlerOptions
1902
+ ): Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
1903
+ disassociateSigninDelegateGroupsFromAccount(
1904
+ args: DisassociateSigninDelegateGroupsFromAccountCommandInput,
1905
+ cb: (
1906
+ err: any,
1907
+ data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput
1908
+ ) => void
1909
+ ): void;
1910
+ disassociateSigninDelegateGroupsFromAccount(
1911
+ args: DisassociateSigninDelegateGroupsFromAccountCommandInput,
1912
+ options: __HttpHandlerOptions,
1913
+ cb: (
1914
+ err: any,
1915
+ data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput
1916
+ ) => void
1917
+ ): void;
1918
+
1919
+ getAccount(
1920
+ args: GetAccountCommandInput,
1921
+ options?: __HttpHandlerOptions
1922
+ ): Promise<GetAccountCommandOutput>;
1923
+ getAccount(
1924
+ args: GetAccountCommandInput,
1925
+ cb: (err: any, data?: GetAccountCommandOutput) => void
1926
+ ): void;
1927
+ getAccount(
1928
+ args: GetAccountCommandInput,
1929
+ options: __HttpHandlerOptions,
1930
+ cb: (err: any, data?: GetAccountCommandOutput) => void
1931
+ ): void;
1932
+
1933
+ getAccountSettings(
1934
+ args: GetAccountSettingsCommandInput,
1935
+ options?: __HttpHandlerOptions
1936
+ ): Promise<GetAccountSettingsCommandOutput>;
1937
+ getAccountSettings(
1938
+ args: GetAccountSettingsCommandInput,
1939
+ cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
1940
+ ): void;
1941
+ getAccountSettings(
1942
+ args: GetAccountSettingsCommandInput,
1943
+ options: __HttpHandlerOptions,
1944
+ cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
1945
+ ): void;
1946
+
1947
+ getAppInstanceRetentionSettings(
1948
+ args: GetAppInstanceRetentionSettingsCommandInput,
1949
+ options?: __HttpHandlerOptions
1950
+ ): Promise<GetAppInstanceRetentionSettingsCommandOutput>;
1951
+ getAppInstanceRetentionSettings(
1952
+ args: GetAppInstanceRetentionSettingsCommandInput,
1953
+ cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void
1954
+ ): void;
1955
+ getAppInstanceRetentionSettings(
1956
+ args: GetAppInstanceRetentionSettingsCommandInput,
1957
+ options: __HttpHandlerOptions,
1958
+ cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void
1959
+ ): void;
1960
+
1961
+ getAppInstanceStreamingConfigurations(
1962
+ args: GetAppInstanceStreamingConfigurationsCommandInput,
1963
+ options?: __HttpHandlerOptions
1964
+ ): Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
1965
+ getAppInstanceStreamingConfigurations(
1966
+ args: GetAppInstanceStreamingConfigurationsCommandInput,
1967
+ cb: (
1968
+ err: any,
1969
+ data?: GetAppInstanceStreamingConfigurationsCommandOutput
1970
+ ) => void
1971
+ ): void;
1972
+ getAppInstanceStreamingConfigurations(
1973
+ args: GetAppInstanceStreamingConfigurationsCommandInput,
1974
+ options: __HttpHandlerOptions,
1975
+ cb: (
1976
+ err: any,
1977
+ data?: GetAppInstanceStreamingConfigurationsCommandOutput
1978
+ ) => void
1979
+ ): void;
1980
+
1981
+ getAttendee(
1982
+ args: GetAttendeeCommandInput,
1983
+ options?: __HttpHandlerOptions
1984
+ ): Promise<GetAttendeeCommandOutput>;
1985
+ getAttendee(
1986
+ args: GetAttendeeCommandInput,
1987
+ cb: (err: any, data?: GetAttendeeCommandOutput) => void
1988
+ ): void;
1989
+ getAttendee(
1990
+ args: GetAttendeeCommandInput,
1991
+ options: __HttpHandlerOptions,
1992
+ cb: (err: any, data?: GetAttendeeCommandOutput) => void
1993
+ ): void;
1994
+
1995
+ getBot(
1996
+ args: GetBotCommandInput,
1997
+ options?: __HttpHandlerOptions
1998
+ ): Promise<GetBotCommandOutput>;
1999
+ getBot(
2000
+ args: GetBotCommandInput,
2001
+ cb: (err: any, data?: GetBotCommandOutput) => void
2002
+ ): void;
2003
+ getBot(
2004
+ args: GetBotCommandInput,
2005
+ options: __HttpHandlerOptions,
2006
+ cb: (err: any, data?: GetBotCommandOutput) => void
2007
+ ): void;
2008
+
2009
+ getChannelMessage(
2010
+ args: GetChannelMessageCommandInput,
2011
+ options?: __HttpHandlerOptions
2012
+ ): Promise<GetChannelMessageCommandOutput>;
2013
+ getChannelMessage(
2014
+ args: GetChannelMessageCommandInput,
2015
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void
2016
+ ): void;
2017
+ getChannelMessage(
2018
+ args: GetChannelMessageCommandInput,
2019
+ options: __HttpHandlerOptions,
2020
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void
2021
+ ): void;
2022
+
2023
+ getEventsConfiguration(
2024
+ args: GetEventsConfigurationCommandInput,
2025
+ options?: __HttpHandlerOptions
2026
+ ): Promise<GetEventsConfigurationCommandOutput>;
2027
+ getEventsConfiguration(
2028
+ args: GetEventsConfigurationCommandInput,
2029
+ cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void
2030
+ ): void;
2031
+ getEventsConfiguration(
2032
+ args: GetEventsConfigurationCommandInput,
2033
+ options: __HttpHandlerOptions,
2034
+ cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void
2035
+ ): void;
2036
+
2037
+ getGlobalSettings(
2038
+ args: GetGlobalSettingsCommandInput,
2039
+ options?: __HttpHandlerOptions
2040
+ ): Promise<GetGlobalSettingsCommandOutput>;
2041
+ getGlobalSettings(
2042
+ args: GetGlobalSettingsCommandInput,
2043
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
2044
+ ): void;
2045
+ getGlobalSettings(
2046
+ args: GetGlobalSettingsCommandInput,
2047
+ options: __HttpHandlerOptions,
2048
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
2049
+ ): void;
2050
+
2051
+ getMediaCapturePipeline(
2052
+ args: GetMediaCapturePipelineCommandInput,
2053
+ options?: __HttpHandlerOptions
2054
+ ): Promise<GetMediaCapturePipelineCommandOutput>;
2055
+ getMediaCapturePipeline(
2056
+ args: GetMediaCapturePipelineCommandInput,
2057
+ cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void
2058
+ ): void;
2059
+ getMediaCapturePipeline(
2060
+ args: GetMediaCapturePipelineCommandInput,
2061
+ options: __HttpHandlerOptions,
2062
+ cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void
2063
+ ): void;
2064
+
2065
+ getMeeting(
2066
+ args: GetMeetingCommandInput,
2067
+ options?: __HttpHandlerOptions
2068
+ ): Promise<GetMeetingCommandOutput>;
2069
+ getMeeting(
2070
+ args: GetMeetingCommandInput,
2071
+ cb: (err: any, data?: GetMeetingCommandOutput) => void
2072
+ ): void;
2073
+ getMeeting(
2074
+ args: GetMeetingCommandInput,
2075
+ options: __HttpHandlerOptions,
2076
+ cb: (err: any, data?: GetMeetingCommandOutput) => void
2077
+ ): void;
2078
+
2079
+ getMessagingSessionEndpoint(
2080
+ args: GetMessagingSessionEndpointCommandInput,
2081
+ options?: __HttpHandlerOptions
2082
+ ): Promise<GetMessagingSessionEndpointCommandOutput>;
2083
+ getMessagingSessionEndpoint(
2084
+ args: GetMessagingSessionEndpointCommandInput,
2085
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
2086
+ ): void;
2087
+ getMessagingSessionEndpoint(
2088
+ args: GetMessagingSessionEndpointCommandInput,
2089
+ options: __HttpHandlerOptions,
2090
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
2091
+ ): void;
2092
+
2093
+ getPhoneNumber(
2094
+ args: GetPhoneNumberCommandInput,
2095
+ options?: __HttpHandlerOptions
2096
+ ): Promise<GetPhoneNumberCommandOutput>;
2097
+ getPhoneNumber(
2098
+ args: GetPhoneNumberCommandInput,
2099
+ cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
2100
+ ): void;
2101
+ getPhoneNumber(
2102
+ args: GetPhoneNumberCommandInput,
2103
+ options: __HttpHandlerOptions,
2104
+ cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
2105
+ ): void;
2106
+
2107
+ getPhoneNumberOrder(
2108
+ args: GetPhoneNumberOrderCommandInput,
2109
+ options?: __HttpHandlerOptions
2110
+ ): Promise<GetPhoneNumberOrderCommandOutput>;
2111
+ getPhoneNumberOrder(
2112
+ args: GetPhoneNumberOrderCommandInput,
2113
+ cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
2114
+ ): void;
2115
+ getPhoneNumberOrder(
2116
+ args: GetPhoneNumberOrderCommandInput,
2117
+ options: __HttpHandlerOptions,
2118
+ cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
2119
+ ): void;
2120
+
2121
+ getPhoneNumberSettings(
2122
+ args: GetPhoneNumberSettingsCommandInput,
2123
+ options?: __HttpHandlerOptions
2124
+ ): Promise<GetPhoneNumberSettingsCommandOutput>;
2125
+ getPhoneNumberSettings(
2126
+ args: GetPhoneNumberSettingsCommandInput,
2127
+ cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
2128
+ ): void;
2129
+ getPhoneNumberSettings(
2130
+ args: GetPhoneNumberSettingsCommandInput,
2131
+ options: __HttpHandlerOptions,
2132
+ cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
2133
+ ): void;
2134
+
2135
+ getProxySession(
2136
+ args: GetProxySessionCommandInput,
2137
+ options?: __HttpHandlerOptions
2138
+ ): Promise<GetProxySessionCommandOutput>;
2139
+ getProxySession(
2140
+ args: GetProxySessionCommandInput,
2141
+ cb: (err: any, data?: GetProxySessionCommandOutput) => void
2142
+ ): void;
2143
+ getProxySession(
2144
+ args: GetProxySessionCommandInput,
2145
+ options: __HttpHandlerOptions,
2146
+ cb: (err: any, data?: GetProxySessionCommandOutput) => void
2147
+ ): void;
2148
+
2149
+ getRetentionSettings(
2150
+ args: GetRetentionSettingsCommandInput,
2151
+ options?: __HttpHandlerOptions
2152
+ ): Promise<GetRetentionSettingsCommandOutput>;
2153
+ getRetentionSettings(
2154
+ args: GetRetentionSettingsCommandInput,
2155
+ cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void
2156
+ ): void;
2157
+ getRetentionSettings(
2158
+ args: GetRetentionSettingsCommandInput,
2159
+ options: __HttpHandlerOptions,
2160
+ cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void
2161
+ ): void;
2162
+
2163
+ getRoom(
2164
+ args: GetRoomCommandInput,
2165
+ options?: __HttpHandlerOptions
2166
+ ): Promise<GetRoomCommandOutput>;
2167
+ getRoom(
2168
+ args: GetRoomCommandInput,
2169
+ cb: (err: any, data?: GetRoomCommandOutput) => void
2170
+ ): void;
2171
+ getRoom(
2172
+ args: GetRoomCommandInput,
2173
+ options: __HttpHandlerOptions,
2174
+ cb: (err: any, data?: GetRoomCommandOutput) => void
2175
+ ): void;
2176
+
2177
+ getSipMediaApplication(
2178
+ args: GetSipMediaApplicationCommandInput,
2179
+ options?: __HttpHandlerOptions
2180
+ ): Promise<GetSipMediaApplicationCommandOutput>;
2181
+ getSipMediaApplication(
2182
+ args: GetSipMediaApplicationCommandInput,
2183
+ cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
2184
+ ): void;
2185
+ getSipMediaApplication(
2186
+ args: GetSipMediaApplicationCommandInput,
2187
+ options: __HttpHandlerOptions,
2188
+ cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
2189
+ ): void;
2190
+
2191
+ getSipMediaApplicationLoggingConfiguration(
2192
+ args: GetSipMediaApplicationLoggingConfigurationCommandInput,
2193
+ options?: __HttpHandlerOptions
2194
+ ): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
2195
+ getSipMediaApplicationLoggingConfiguration(
2196
+ args: GetSipMediaApplicationLoggingConfigurationCommandInput,
2197
+ cb: (
2198
+ err: any,
2199
+ data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
2200
+ ) => void
2201
+ ): void;
2202
+ getSipMediaApplicationLoggingConfiguration(
2203
+ args: GetSipMediaApplicationLoggingConfigurationCommandInput,
2204
+ options: __HttpHandlerOptions,
2205
+ cb: (
2206
+ err: any,
2207
+ data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
2208
+ ) => void
2209
+ ): void;
2210
+
2211
+ getSipRule(
2212
+ args: GetSipRuleCommandInput,
2213
+ options?: __HttpHandlerOptions
2214
+ ): Promise<GetSipRuleCommandOutput>;
2215
+ getSipRule(
2216
+ args: GetSipRuleCommandInput,
2217
+ cb: (err: any, data?: GetSipRuleCommandOutput) => void
2218
+ ): void;
2219
+ getSipRule(
2220
+ args: GetSipRuleCommandInput,
2221
+ options: __HttpHandlerOptions,
2222
+ cb: (err: any, data?: GetSipRuleCommandOutput) => void
2223
+ ): void;
2224
+
2225
+ getUser(
2226
+ args: GetUserCommandInput,
2227
+ options?: __HttpHandlerOptions
2228
+ ): Promise<GetUserCommandOutput>;
2229
+ getUser(
2230
+ args: GetUserCommandInput,
2231
+ cb: (err: any, data?: GetUserCommandOutput) => void
2232
+ ): void;
2233
+ getUser(
2234
+ args: GetUserCommandInput,
2235
+ options: __HttpHandlerOptions,
2236
+ cb: (err: any, data?: GetUserCommandOutput) => void
2237
+ ): void;
2238
+
2239
+ getUserSettings(
2240
+ args: GetUserSettingsCommandInput,
2241
+ options?: __HttpHandlerOptions
2242
+ ): Promise<GetUserSettingsCommandOutput>;
2243
+ getUserSettings(
2244
+ args: GetUserSettingsCommandInput,
2245
+ cb: (err: any, data?: GetUserSettingsCommandOutput) => void
2246
+ ): void;
2247
+ getUserSettings(
2248
+ args: GetUserSettingsCommandInput,
2249
+ options: __HttpHandlerOptions,
2250
+ cb: (err: any, data?: GetUserSettingsCommandOutput) => void
2251
+ ): void;
2252
+
2253
+ getVoiceConnector(
2254
+ args: GetVoiceConnectorCommandInput,
2255
+ options?: __HttpHandlerOptions
2256
+ ): Promise<GetVoiceConnectorCommandOutput>;
2257
+ getVoiceConnector(
2258
+ args: GetVoiceConnectorCommandInput,
2259
+ cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
2260
+ ): void;
2261
+ getVoiceConnector(
2262
+ args: GetVoiceConnectorCommandInput,
2263
+ options: __HttpHandlerOptions,
2264
+ cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
2265
+ ): void;
2266
+
2267
+ getVoiceConnectorEmergencyCallingConfiguration(
2268
+ args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
2269
+ options?: __HttpHandlerOptions
2270
+ ): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
2271
+ getVoiceConnectorEmergencyCallingConfiguration(
2272
+ args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
2273
+ cb: (
2274
+ err: any,
2275
+ data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
2276
+ ) => void
2277
+ ): void;
2278
+ getVoiceConnectorEmergencyCallingConfiguration(
2279
+ args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
2280
+ options: __HttpHandlerOptions,
2281
+ cb: (
2282
+ err: any,
2283
+ data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
2284
+ ) => void
2285
+ ): void;
2286
+
2287
+ getVoiceConnectorGroup(
2288
+ args: GetVoiceConnectorGroupCommandInput,
2289
+ options?: __HttpHandlerOptions
2290
+ ): Promise<GetVoiceConnectorGroupCommandOutput>;
2291
+ getVoiceConnectorGroup(
2292
+ args: GetVoiceConnectorGroupCommandInput,
2293
+ cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
2294
+ ): void;
2295
+ getVoiceConnectorGroup(
2296
+ args: GetVoiceConnectorGroupCommandInput,
2297
+ options: __HttpHandlerOptions,
2298
+ cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
2299
+ ): void;
2300
+
2301
+ getVoiceConnectorLoggingConfiguration(
2302
+ args: GetVoiceConnectorLoggingConfigurationCommandInput,
2303
+ options?: __HttpHandlerOptions
2304
+ ): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
2305
+ getVoiceConnectorLoggingConfiguration(
2306
+ args: GetVoiceConnectorLoggingConfigurationCommandInput,
2307
+ cb: (
2308
+ err: any,
2309
+ data?: GetVoiceConnectorLoggingConfigurationCommandOutput
2310
+ ) => void
2311
+ ): void;
2312
+ getVoiceConnectorLoggingConfiguration(
2313
+ args: GetVoiceConnectorLoggingConfigurationCommandInput,
2314
+ options: __HttpHandlerOptions,
2315
+ cb: (
2316
+ err: any,
2317
+ data?: GetVoiceConnectorLoggingConfigurationCommandOutput
2318
+ ) => void
2319
+ ): void;
2320
+
2321
+ getVoiceConnectorOrigination(
2322
+ args: GetVoiceConnectorOriginationCommandInput,
2323
+ options?: __HttpHandlerOptions
2324
+ ): Promise<GetVoiceConnectorOriginationCommandOutput>;
2325
+ getVoiceConnectorOrigination(
2326
+ args: GetVoiceConnectorOriginationCommandInput,
2327
+ cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
2328
+ ): void;
2329
+ getVoiceConnectorOrigination(
2330
+ args: GetVoiceConnectorOriginationCommandInput,
2331
+ options: __HttpHandlerOptions,
2332
+ cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
2333
+ ): void;
2334
+
2335
+ getVoiceConnectorProxy(
2336
+ args: GetVoiceConnectorProxyCommandInput,
2337
+ options?: __HttpHandlerOptions
2338
+ ): Promise<GetVoiceConnectorProxyCommandOutput>;
2339
+ getVoiceConnectorProxy(
2340
+ args: GetVoiceConnectorProxyCommandInput,
2341
+ cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
2342
+ ): void;
2343
+ getVoiceConnectorProxy(
2344
+ args: GetVoiceConnectorProxyCommandInput,
2345
+ options: __HttpHandlerOptions,
2346
+ cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
2347
+ ): void;
2348
+
2349
+ getVoiceConnectorStreamingConfiguration(
2350
+ args: GetVoiceConnectorStreamingConfigurationCommandInput,
2351
+ options?: __HttpHandlerOptions
2352
+ ): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
2353
+ getVoiceConnectorStreamingConfiguration(
2354
+ args: GetVoiceConnectorStreamingConfigurationCommandInput,
2355
+ cb: (
2356
+ err: any,
2357
+ data?: GetVoiceConnectorStreamingConfigurationCommandOutput
2358
+ ) => void
2359
+ ): void;
2360
+ getVoiceConnectorStreamingConfiguration(
2361
+ args: GetVoiceConnectorStreamingConfigurationCommandInput,
2362
+ options: __HttpHandlerOptions,
2363
+ cb: (
2364
+ err: any,
2365
+ data?: GetVoiceConnectorStreamingConfigurationCommandOutput
2366
+ ) => void
2367
+ ): void;
2368
+
2369
+ getVoiceConnectorTermination(
2370
+ args: GetVoiceConnectorTerminationCommandInput,
2371
+ options?: __HttpHandlerOptions
2372
+ ): Promise<GetVoiceConnectorTerminationCommandOutput>;
2373
+ getVoiceConnectorTermination(
2374
+ args: GetVoiceConnectorTerminationCommandInput,
2375
+ cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
2376
+ ): void;
2377
+ getVoiceConnectorTermination(
2378
+ args: GetVoiceConnectorTerminationCommandInput,
2379
+ options: __HttpHandlerOptions,
2380
+ cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
2381
+ ): void;
2382
+
2383
+ getVoiceConnectorTerminationHealth(
2384
+ args: GetVoiceConnectorTerminationHealthCommandInput,
2385
+ options?: __HttpHandlerOptions
2386
+ ): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
2387
+ getVoiceConnectorTerminationHealth(
2388
+ args: GetVoiceConnectorTerminationHealthCommandInput,
2389
+ cb: (
2390
+ err: any,
2391
+ data?: GetVoiceConnectorTerminationHealthCommandOutput
2392
+ ) => void
2393
+ ): void;
2394
+ getVoiceConnectorTerminationHealth(
2395
+ args: GetVoiceConnectorTerminationHealthCommandInput,
2396
+ options: __HttpHandlerOptions,
2397
+ cb: (
2398
+ err: any,
2399
+ data?: GetVoiceConnectorTerminationHealthCommandOutput
2400
+ ) => void
2401
+ ): void;
2402
+
2403
+ inviteUsers(
2404
+ args: InviteUsersCommandInput,
2405
+ options?: __HttpHandlerOptions
2406
+ ): Promise<InviteUsersCommandOutput>;
2407
+ inviteUsers(
2408
+ args: InviteUsersCommandInput,
2409
+ cb: (err: any, data?: InviteUsersCommandOutput) => void
2410
+ ): void;
2411
+ inviteUsers(
2412
+ args: InviteUsersCommandInput,
2413
+ options: __HttpHandlerOptions,
2414
+ cb: (err: any, data?: InviteUsersCommandOutput) => void
2415
+ ): void;
2416
+
2417
+ listAccounts(
2418
+ args: ListAccountsCommandInput,
2419
+ options?: __HttpHandlerOptions
2420
+ ): Promise<ListAccountsCommandOutput>;
2421
+ listAccounts(
2422
+ args: ListAccountsCommandInput,
2423
+ cb: (err: any, data?: ListAccountsCommandOutput) => void
2424
+ ): void;
2425
+ listAccounts(
2426
+ args: ListAccountsCommandInput,
2427
+ options: __HttpHandlerOptions,
2428
+ cb: (err: any, data?: ListAccountsCommandOutput) => void
2429
+ ): void;
2430
+
2431
+ listAppInstanceAdmins(
2432
+ args: ListAppInstanceAdminsCommandInput,
2433
+ options?: __HttpHandlerOptions
2434
+ ): Promise<ListAppInstanceAdminsCommandOutput>;
2435
+ listAppInstanceAdmins(
2436
+ args: ListAppInstanceAdminsCommandInput,
2437
+ cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void
2438
+ ): void;
2439
+ listAppInstanceAdmins(
2440
+ args: ListAppInstanceAdminsCommandInput,
2441
+ options: __HttpHandlerOptions,
2442
+ cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void
2443
+ ): void;
2444
+
2445
+ listAppInstances(
2446
+ args: ListAppInstancesCommandInput,
2447
+ options?: __HttpHandlerOptions
2448
+ ): Promise<ListAppInstancesCommandOutput>;
2449
+ listAppInstances(
2450
+ args: ListAppInstancesCommandInput,
2451
+ cb: (err: any, data?: ListAppInstancesCommandOutput) => void
2452
+ ): void;
2453
+ listAppInstances(
2454
+ args: ListAppInstancesCommandInput,
2455
+ options: __HttpHandlerOptions,
2456
+ cb: (err: any, data?: ListAppInstancesCommandOutput) => void
2457
+ ): void;
2458
+
2459
+ listAppInstanceUsers(
2460
+ args: ListAppInstanceUsersCommandInput,
2461
+ options?: __HttpHandlerOptions
2462
+ ): Promise<ListAppInstanceUsersCommandOutput>;
2463
+ listAppInstanceUsers(
2464
+ args: ListAppInstanceUsersCommandInput,
2465
+ cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void
2466
+ ): void;
2467
+ listAppInstanceUsers(
2468
+ args: ListAppInstanceUsersCommandInput,
2469
+ options: __HttpHandlerOptions,
2470
+ cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void
2471
+ ): void;
2472
+
2473
+ listAttendees(
2474
+ args: ListAttendeesCommandInput,
2475
+ options?: __HttpHandlerOptions
2476
+ ): Promise<ListAttendeesCommandOutput>;
2477
+ listAttendees(
2478
+ args: ListAttendeesCommandInput,
2479
+ cb: (err: any, data?: ListAttendeesCommandOutput) => void
2480
+ ): void;
2481
+ listAttendees(
2482
+ args: ListAttendeesCommandInput,
2483
+ options: __HttpHandlerOptions,
2484
+ cb: (err: any, data?: ListAttendeesCommandOutput) => void
2485
+ ): void;
2486
+
2487
+ listAttendeeTags(
2488
+ args: ListAttendeeTagsCommandInput,
2489
+ options?: __HttpHandlerOptions
2490
+ ): Promise<ListAttendeeTagsCommandOutput>;
2491
+ listAttendeeTags(
2492
+ args: ListAttendeeTagsCommandInput,
2493
+ cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void
2494
+ ): void;
2495
+ listAttendeeTags(
2496
+ args: ListAttendeeTagsCommandInput,
2497
+ options: __HttpHandlerOptions,
2498
+ cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void
2499
+ ): void;
2500
+
2501
+ listBots(
2502
+ args: ListBotsCommandInput,
2503
+ options?: __HttpHandlerOptions
2504
+ ): Promise<ListBotsCommandOutput>;
2505
+ listBots(
2506
+ args: ListBotsCommandInput,
2507
+ cb: (err: any, data?: ListBotsCommandOutput) => void
2508
+ ): void;
2509
+ listBots(
2510
+ args: ListBotsCommandInput,
2511
+ options: __HttpHandlerOptions,
2512
+ cb: (err: any, data?: ListBotsCommandOutput) => void
2513
+ ): void;
2514
+
2515
+ listChannelBans(
2516
+ args: ListChannelBansCommandInput,
2517
+ options?: __HttpHandlerOptions
2518
+ ): Promise<ListChannelBansCommandOutput>;
2519
+ listChannelBans(
2520
+ args: ListChannelBansCommandInput,
2521
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void
2522
+ ): void;
2523
+ listChannelBans(
2524
+ args: ListChannelBansCommandInput,
2525
+ options: __HttpHandlerOptions,
2526
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void
2527
+ ): void;
2528
+
2529
+ listChannelMemberships(
2530
+ args: ListChannelMembershipsCommandInput,
2531
+ options?: __HttpHandlerOptions
2532
+ ): Promise<ListChannelMembershipsCommandOutput>;
2533
+ listChannelMemberships(
2534
+ args: ListChannelMembershipsCommandInput,
2535
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
2536
+ ): void;
2537
+ listChannelMemberships(
2538
+ args: ListChannelMembershipsCommandInput,
2539
+ options: __HttpHandlerOptions,
2540
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
2541
+ ): void;
2542
+
2543
+ listChannelMembershipsForAppInstanceUser(
2544
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
2545
+ options?: __HttpHandlerOptions
2546
+ ): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
2547
+ listChannelMembershipsForAppInstanceUser(
2548
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
2549
+ cb: (
2550
+ err: any,
2551
+ data?: ListChannelMembershipsForAppInstanceUserCommandOutput
2552
+ ) => void
2553
+ ): void;
2554
+ listChannelMembershipsForAppInstanceUser(
2555
+ args: ListChannelMembershipsForAppInstanceUserCommandInput,
2556
+ options: __HttpHandlerOptions,
2557
+ cb: (
2558
+ err: any,
2559
+ data?: ListChannelMembershipsForAppInstanceUserCommandOutput
2560
+ ) => void
2561
+ ): void;
2562
+
2563
+ listChannelMessages(
2564
+ args: ListChannelMessagesCommandInput,
2565
+ options?: __HttpHandlerOptions
2566
+ ): Promise<ListChannelMessagesCommandOutput>;
2567
+ listChannelMessages(
2568
+ args: ListChannelMessagesCommandInput,
2569
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
2570
+ ): void;
2571
+ listChannelMessages(
2572
+ args: ListChannelMessagesCommandInput,
2573
+ options: __HttpHandlerOptions,
2574
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
2575
+ ): void;
2576
+
2577
+ listChannelModerators(
2578
+ args: ListChannelModeratorsCommandInput,
2579
+ options?: __HttpHandlerOptions
2580
+ ): Promise<ListChannelModeratorsCommandOutput>;
2581
+ listChannelModerators(
2582
+ args: ListChannelModeratorsCommandInput,
2583
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
2584
+ ): void;
2585
+ listChannelModerators(
2586
+ args: ListChannelModeratorsCommandInput,
2587
+ options: __HttpHandlerOptions,
2588
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
2589
+ ): void;
2590
+
2591
+ listChannels(
2592
+ args: ListChannelsCommandInput,
2593
+ options?: __HttpHandlerOptions
2594
+ ): Promise<ListChannelsCommandOutput>;
2595
+ listChannels(
2596
+ args: ListChannelsCommandInput,
2597
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
2598
+ ): void;
2599
+ listChannels(
2600
+ args: ListChannelsCommandInput,
2601
+ options: __HttpHandlerOptions,
2602
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
2603
+ ): void;
2604
+
2605
+ listChannelsModeratedByAppInstanceUser(
2606
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
2607
+ options?: __HttpHandlerOptions
2608
+ ): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
2609
+ listChannelsModeratedByAppInstanceUser(
2610
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
2611
+ cb: (
2612
+ err: any,
2613
+ data?: ListChannelsModeratedByAppInstanceUserCommandOutput
2614
+ ) => void
2615
+ ): void;
2616
+ listChannelsModeratedByAppInstanceUser(
2617
+ args: ListChannelsModeratedByAppInstanceUserCommandInput,
2618
+ options: __HttpHandlerOptions,
2619
+ cb: (
2620
+ err: any,
2621
+ data?: ListChannelsModeratedByAppInstanceUserCommandOutput
2622
+ ) => void
2623
+ ): void;
2624
+
2625
+ listMediaCapturePipelines(
2626
+ args: ListMediaCapturePipelinesCommandInput,
2627
+ options?: __HttpHandlerOptions
2628
+ ): Promise<ListMediaCapturePipelinesCommandOutput>;
2629
+ listMediaCapturePipelines(
2630
+ args: ListMediaCapturePipelinesCommandInput,
2631
+ cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void
2632
+ ): void;
2633
+ listMediaCapturePipelines(
2634
+ args: ListMediaCapturePipelinesCommandInput,
2635
+ options: __HttpHandlerOptions,
2636
+ cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void
2637
+ ): void;
2638
+
2639
+ listMeetings(
2640
+ args: ListMeetingsCommandInput,
2641
+ options?: __HttpHandlerOptions
2642
+ ): Promise<ListMeetingsCommandOutput>;
2643
+ listMeetings(
2644
+ args: ListMeetingsCommandInput,
2645
+ cb: (err: any, data?: ListMeetingsCommandOutput) => void
2646
+ ): void;
2647
+ listMeetings(
2648
+ args: ListMeetingsCommandInput,
2649
+ options: __HttpHandlerOptions,
2650
+ cb: (err: any, data?: ListMeetingsCommandOutput) => void
2651
+ ): void;
2652
+
2653
+ listMeetingTags(
2654
+ args: ListMeetingTagsCommandInput,
2655
+ options?: __HttpHandlerOptions
2656
+ ): Promise<ListMeetingTagsCommandOutput>;
2657
+ listMeetingTags(
2658
+ args: ListMeetingTagsCommandInput,
2659
+ cb: (err: any, data?: ListMeetingTagsCommandOutput) => void
2660
+ ): void;
2661
+ listMeetingTags(
2662
+ args: ListMeetingTagsCommandInput,
2663
+ options: __HttpHandlerOptions,
2664
+ cb: (err: any, data?: ListMeetingTagsCommandOutput) => void
2665
+ ): void;
2666
+
2667
+ listPhoneNumberOrders(
2668
+ args: ListPhoneNumberOrdersCommandInput,
2669
+ options?: __HttpHandlerOptions
2670
+ ): Promise<ListPhoneNumberOrdersCommandOutput>;
2671
+ listPhoneNumberOrders(
2672
+ args: ListPhoneNumberOrdersCommandInput,
2673
+ cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
2674
+ ): void;
2675
+ listPhoneNumberOrders(
2676
+ args: ListPhoneNumberOrdersCommandInput,
2677
+ options: __HttpHandlerOptions,
2678
+ cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
2679
+ ): void;
2680
+
2681
+ listPhoneNumbers(
2682
+ args: ListPhoneNumbersCommandInput,
2683
+ options?: __HttpHandlerOptions
2684
+ ): Promise<ListPhoneNumbersCommandOutput>;
2685
+ listPhoneNumbers(
2686
+ args: ListPhoneNumbersCommandInput,
2687
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
2688
+ ): void;
2689
+ listPhoneNumbers(
2690
+ args: ListPhoneNumbersCommandInput,
2691
+ options: __HttpHandlerOptions,
2692
+ cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
2693
+ ): void;
2694
+
2695
+ listProxySessions(
2696
+ args: ListProxySessionsCommandInput,
2697
+ options?: __HttpHandlerOptions
2698
+ ): Promise<ListProxySessionsCommandOutput>;
2699
+ listProxySessions(
2700
+ args: ListProxySessionsCommandInput,
2701
+ cb: (err: any, data?: ListProxySessionsCommandOutput) => void
2702
+ ): void;
2703
+ listProxySessions(
2704
+ args: ListProxySessionsCommandInput,
2705
+ options: __HttpHandlerOptions,
2706
+ cb: (err: any, data?: ListProxySessionsCommandOutput) => void
2707
+ ): void;
2708
+
2709
+ listRoomMemberships(
2710
+ args: ListRoomMembershipsCommandInput,
2711
+ options?: __HttpHandlerOptions
2712
+ ): Promise<ListRoomMembershipsCommandOutput>;
2713
+ listRoomMemberships(
2714
+ args: ListRoomMembershipsCommandInput,
2715
+ cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void
2716
+ ): void;
2717
+ listRoomMemberships(
2718
+ args: ListRoomMembershipsCommandInput,
2719
+ options: __HttpHandlerOptions,
2720
+ cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void
2721
+ ): void;
2722
+
2723
+ listRooms(
2724
+ args: ListRoomsCommandInput,
2725
+ options?: __HttpHandlerOptions
2726
+ ): Promise<ListRoomsCommandOutput>;
2727
+ listRooms(
2728
+ args: ListRoomsCommandInput,
2729
+ cb: (err: any, data?: ListRoomsCommandOutput) => void
2730
+ ): void;
2731
+ listRooms(
2732
+ args: ListRoomsCommandInput,
2733
+ options: __HttpHandlerOptions,
2734
+ cb: (err: any, data?: ListRoomsCommandOutput) => void
2735
+ ): void;
2736
+
2737
+ listSipMediaApplications(
2738
+ args: ListSipMediaApplicationsCommandInput,
2739
+ options?: __HttpHandlerOptions
2740
+ ): Promise<ListSipMediaApplicationsCommandOutput>;
2741
+ listSipMediaApplications(
2742
+ args: ListSipMediaApplicationsCommandInput,
2743
+ cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
2744
+ ): void;
2745
+ listSipMediaApplications(
2746
+ args: ListSipMediaApplicationsCommandInput,
2747
+ options: __HttpHandlerOptions,
2748
+ cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
2749
+ ): void;
2750
+
2751
+ listSipRules(
2752
+ args: ListSipRulesCommandInput,
2753
+ options?: __HttpHandlerOptions
2754
+ ): Promise<ListSipRulesCommandOutput>;
2755
+ listSipRules(
2756
+ args: ListSipRulesCommandInput,
2757
+ cb: (err: any, data?: ListSipRulesCommandOutput) => void
2758
+ ): void;
2759
+ listSipRules(
2760
+ args: ListSipRulesCommandInput,
2761
+ options: __HttpHandlerOptions,
2762
+ cb: (err: any, data?: ListSipRulesCommandOutput) => void
2763
+ ): void;
2764
+
2765
+ listSupportedPhoneNumberCountries(
2766
+ args: ListSupportedPhoneNumberCountriesCommandInput,
2767
+ options?: __HttpHandlerOptions
2768
+ ): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
2769
+ listSupportedPhoneNumberCountries(
2770
+ args: ListSupportedPhoneNumberCountriesCommandInput,
2771
+ cb: (
2772
+ err: any,
2773
+ data?: ListSupportedPhoneNumberCountriesCommandOutput
2774
+ ) => void
2775
+ ): void;
2776
+ listSupportedPhoneNumberCountries(
2777
+ args: ListSupportedPhoneNumberCountriesCommandInput,
2778
+ options: __HttpHandlerOptions,
2779
+ cb: (
2780
+ err: any,
2781
+ data?: ListSupportedPhoneNumberCountriesCommandOutput
2782
+ ) => void
2783
+ ): void;
2784
+
2785
+ listTagsForResource(
2786
+ args: ListTagsForResourceCommandInput,
2787
+ options?: __HttpHandlerOptions
2788
+ ): Promise<ListTagsForResourceCommandOutput>;
2789
+ listTagsForResource(
2790
+ args: ListTagsForResourceCommandInput,
2791
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2792
+ ): void;
2793
+ listTagsForResource(
2794
+ args: ListTagsForResourceCommandInput,
2795
+ options: __HttpHandlerOptions,
2796
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
2797
+ ): void;
2798
+
2799
+ listUsers(
2800
+ args: ListUsersCommandInput,
2801
+ options?: __HttpHandlerOptions
2802
+ ): Promise<ListUsersCommandOutput>;
2803
+ listUsers(
2804
+ args: ListUsersCommandInput,
2805
+ cb: (err: any, data?: ListUsersCommandOutput) => void
2806
+ ): void;
2807
+ listUsers(
2808
+ args: ListUsersCommandInput,
2809
+ options: __HttpHandlerOptions,
2810
+ cb: (err: any, data?: ListUsersCommandOutput) => void
2811
+ ): void;
2812
+
2813
+ listVoiceConnectorGroups(
2814
+ args: ListVoiceConnectorGroupsCommandInput,
2815
+ options?: __HttpHandlerOptions
2816
+ ): Promise<ListVoiceConnectorGroupsCommandOutput>;
2817
+ listVoiceConnectorGroups(
2818
+ args: ListVoiceConnectorGroupsCommandInput,
2819
+ cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
2820
+ ): void;
2821
+ listVoiceConnectorGroups(
2822
+ args: ListVoiceConnectorGroupsCommandInput,
2823
+ options: __HttpHandlerOptions,
2824
+ cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
2825
+ ): void;
2826
+
2827
+ listVoiceConnectors(
2828
+ args: ListVoiceConnectorsCommandInput,
2829
+ options?: __HttpHandlerOptions
2830
+ ): Promise<ListVoiceConnectorsCommandOutput>;
2831
+ listVoiceConnectors(
2832
+ args: ListVoiceConnectorsCommandInput,
2833
+ cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
2834
+ ): void;
2835
+ listVoiceConnectors(
2836
+ args: ListVoiceConnectorsCommandInput,
2837
+ options: __HttpHandlerOptions,
2838
+ cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
2839
+ ): void;
2840
+
2841
+ listVoiceConnectorTerminationCredentials(
2842
+ args: ListVoiceConnectorTerminationCredentialsCommandInput,
2843
+ options?: __HttpHandlerOptions
2844
+ ): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
2845
+ listVoiceConnectorTerminationCredentials(
2846
+ args: ListVoiceConnectorTerminationCredentialsCommandInput,
2847
+ cb: (
2848
+ err: any,
2849
+ data?: ListVoiceConnectorTerminationCredentialsCommandOutput
2850
+ ) => void
2851
+ ): void;
2852
+ listVoiceConnectorTerminationCredentials(
2853
+ args: ListVoiceConnectorTerminationCredentialsCommandInput,
2854
+ options: __HttpHandlerOptions,
2855
+ cb: (
2856
+ err: any,
2857
+ data?: ListVoiceConnectorTerminationCredentialsCommandOutput
2858
+ ) => void
2859
+ ): void;
2860
+
2861
+ logoutUser(
2862
+ args: LogoutUserCommandInput,
2863
+ options?: __HttpHandlerOptions
2864
+ ): Promise<LogoutUserCommandOutput>;
2865
+ logoutUser(
2866
+ args: LogoutUserCommandInput,
2867
+ cb: (err: any, data?: LogoutUserCommandOutput) => void
2868
+ ): void;
2869
+ logoutUser(
2870
+ args: LogoutUserCommandInput,
2871
+ options: __HttpHandlerOptions,
2872
+ cb: (err: any, data?: LogoutUserCommandOutput) => void
2873
+ ): void;
2874
+
2875
+ putAppInstanceRetentionSettings(
2876
+ args: PutAppInstanceRetentionSettingsCommandInput,
2877
+ options?: __HttpHandlerOptions
2878
+ ): Promise<PutAppInstanceRetentionSettingsCommandOutput>;
2879
+ putAppInstanceRetentionSettings(
2880
+ args: PutAppInstanceRetentionSettingsCommandInput,
2881
+ cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void
2882
+ ): void;
2883
+ putAppInstanceRetentionSettings(
2884
+ args: PutAppInstanceRetentionSettingsCommandInput,
2885
+ options: __HttpHandlerOptions,
2886
+ cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void
2887
+ ): void;
2888
+
2889
+ putAppInstanceStreamingConfigurations(
2890
+ args: PutAppInstanceStreamingConfigurationsCommandInput,
2891
+ options?: __HttpHandlerOptions
2892
+ ): Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
2893
+ putAppInstanceStreamingConfigurations(
2894
+ args: PutAppInstanceStreamingConfigurationsCommandInput,
2895
+ cb: (
2896
+ err: any,
2897
+ data?: PutAppInstanceStreamingConfigurationsCommandOutput
2898
+ ) => void
2899
+ ): void;
2900
+ putAppInstanceStreamingConfigurations(
2901
+ args: PutAppInstanceStreamingConfigurationsCommandInput,
2902
+ options: __HttpHandlerOptions,
2903
+ cb: (
2904
+ err: any,
2905
+ data?: PutAppInstanceStreamingConfigurationsCommandOutput
2906
+ ) => void
2907
+ ): void;
2908
+
2909
+ putEventsConfiguration(
2910
+ args: PutEventsConfigurationCommandInput,
2911
+ options?: __HttpHandlerOptions
2912
+ ): Promise<PutEventsConfigurationCommandOutput>;
2913
+ putEventsConfiguration(
2914
+ args: PutEventsConfigurationCommandInput,
2915
+ cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void
2916
+ ): void;
2917
+ putEventsConfiguration(
2918
+ args: PutEventsConfigurationCommandInput,
2919
+ options: __HttpHandlerOptions,
2920
+ cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void
2921
+ ): void;
2922
+
2923
+ putRetentionSettings(
2924
+ args: PutRetentionSettingsCommandInput,
2925
+ options?: __HttpHandlerOptions
2926
+ ): Promise<PutRetentionSettingsCommandOutput>;
2927
+ putRetentionSettings(
2928
+ args: PutRetentionSettingsCommandInput,
2929
+ cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void
2930
+ ): void;
2931
+ putRetentionSettings(
2932
+ args: PutRetentionSettingsCommandInput,
2933
+ options: __HttpHandlerOptions,
2934
+ cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void
2935
+ ): void;
2936
+
2937
+ putSipMediaApplicationLoggingConfiguration(
2938
+ args: PutSipMediaApplicationLoggingConfigurationCommandInput,
2939
+ options?: __HttpHandlerOptions
2940
+ ): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
2941
+ putSipMediaApplicationLoggingConfiguration(
2942
+ args: PutSipMediaApplicationLoggingConfigurationCommandInput,
2943
+ cb: (
2944
+ err: any,
2945
+ data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
2946
+ ) => void
2947
+ ): void;
2948
+ putSipMediaApplicationLoggingConfiguration(
2949
+ args: PutSipMediaApplicationLoggingConfigurationCommandInput,
2950
+ options: __HttpHandlerOptions,
2951
+ cb: (
2952
+ err: any,
2953
+ data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
2954
+ ) => void
2955
+ ): void;
2956
+
2957
+ putVoiceConnectorEmergencyCallingConfiguration(
2958
+ args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
2959
+ options?: __HttpHandlerOptions
2960
+ ): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
2961
+ putVoiceConnectorEmergencyCallingConfiguration(
2962
+ args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
2963
+ cb: (
2964
+ err: any,
2965
+ data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
2966
+ ) => void
2967
+ ): void;
2968
+ putVoiceConnectorEmergencyCallingConfiguration(
2969
+ args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
2970
+ options: __HttpHandlerOptions,
2971
+ cb: (
2972
+ err: any,
2973
+ data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
2974
+ ) => void
2975
+ ): void;
2976
+
2977
+ putVoiceConnectorLoggingConfiguration(
2978
+ args: PutVoiceConnectorLoggingConfigurationCommandInput,
2979
+ options?: __HttpHandlerOptions
2980
+ ): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
2981
+ putVoiceConnectorLoggingConfiguration(
2982
+ args: PutVoiceConnectorLoggingConfigurationCommandInput,
2983
+ cb: (
2984
+ err: any,
2985
+ data?: PutVoiceConnectorLoggingConfigurationCommandOutput
2986
+ ) => void
2987
+ ): void;
2988
+ putVoiceConnectorLoggingConfiguration(
2989
+ args: PutVoiceConnectorLoggingConfigurationCommandInput,
2990
+ options: __HttpHandlerOptions,
2991
+ cb: (
2992
+ err: any,
2993
+ data?: PutVoiceConnectorLoggingConfigurationCommandOutput
2994
+ ) => void
2995
+ ): void;
2996
+
2997
+ putVoiceConnectorOrigination(
2998
+ args: PutVoiceConnectorOriginationCommandInput,
2999
+ options?: __HttpHandlerOptions
3000
+ ): Promise<PutVoiceConnectorOriginationCommandOutput>;
3001
+ putVoiceConnectorOrigination(
3002
+ args: PutVoiceConnectorOriginationCommandInput,
3003
+ cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
3004
+ ): void;
3005
+ putVoiceConnectorOrigination(
3006
+ args: PutVoiceConnectorOriginationCommandInput,
3007
+ options: __HttpHandlerOptions,
3008
+ cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
3009
+ ): void;
3010
+
3011
+ putVoiceConnectorProxy(
3012
+ args: PutVoiceConnectorProxyCommandInput,
3013
+ options?: __HttpHandlerOptions
3014
+ ): Promise<PutVoiceConnectorProxyCommandOutput>;
3015
+ putVoiceConnectorProxy(
3016
+ args: PutVoiceConnectorProxyCommandInput,
3017
+ cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
3018
+ ): void;
3019
+ putVoiceConnectorProxy(
3020
+ args: PutVoiceConnectorProxyCommandInput,
3021
+ options: __HttpHandlerOptions,
3022
+ cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
3023
+ ): void;
3024
+
3025
+ putVoiceConnectorStreamingConfiguration(
3026
+ args: PutVoiceConnectorStreamingConfigurationCommandInput,
3027
+ options?: __HttpHandlerOptions
3028
+ ): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
3029
+ putVoiceConnectorStreamingConfiguration(
3030
+ args: PutVoiceConnectorStreamingConfigurationCommandInput,
3031
+ cb: (
3032
+ err: any,
3033
+ data?: PutVoiceConnectorStreamingConfigurationCommandOutput
3034
+ ) => void
3035
+ ): void;
3036
+ putVoiceConnectorStreamingConfiguration(
3037
+ args: PutVoiceConnectorStreamingConfigurationCommandInput,
3038
+ options: __HttpHandlerOptions,
3039
+ cb: (
3040
+ err: any,
3041
+ data?: PutVoiceConnectorStreamingConfigurationCommandOutput
3042
+ ) => void
3043
+ ): void;
3044
+
3045
+ putVoiceConnectorTermination(
3046
+ args: PutVoiceConnectorTerminationCommandInput,
3047
+ options?: __HttpHandlerOptions
3048
+ ): Promise<PutVoiceConnectorTerminationCommandOutput>;
3049
+ putVoiceConnectorTermination(
3050
+ args: PutVoiceConnectorTerminationCommandInput,
3051
+ cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
3052
+ ): void;
3053
+ putVoiceConnectorTermination(
3054
+ args: PutVoiceConnectorTerminationCommandInput,
3055
+ options: __HttpHandlerOptions,
3056
+ cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
3057
+ ): void;
3058
+
3059
+ putVoiceConnectorTerminationCredentials(
3060
+ args: PutVoiceConnectorTerminationCredentialsCommandInput,
3061
+ options?: __HttpHandlerOptions
3062
+ ): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
3063
+ putVoiceConnectorTerminationCredentials(
3064
+ args: PutVoiceConnectorTerminationCredentialsCommandInput,
3065
+ cb: (
3066
+ err: any,
3067
+ data?: PutVoiceConnectorTerminationCredentialsCommandOutput
3068
+ ) => void
3069
+ ): void;
3070
+ putVoiceConnectorTerminationCredentials(
3071
+ args: PutVoiceConnectorTerminationCredentialsCommandInput,
3072
+ options: __HttpHandlerOptions,
3073
+ cb: (
3074
+ err: any,
3075
+ data?: PutVoiceConnectorTerminationCredentialsCommandOutput
3076
+ ) => void
3077
+ ): void;
3078
+
3079
+ redactChannelMessage(
3080
+ args: RedactChannelMessageCommandInput,
3081
+ options?: __HttpHandlerOptions
3082
+ ): Promise<RedactChannelMessageCommandOutput>;
3083
+ redactChannelMessage(
3084
+ args: RedactChannelMessageCommandInput,
3085
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
3086
+ ): void;
3087
+ redactChannelMessage(
3088
+ args: RedactChannelMessageCommandInput,
3089
+ options: __HttpHandlerOptions,
3090
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
3091
+ ): void;
3092
+
3093
+ redactConversationMessage(
3094
+ args: RedactConversationMessageCommandInput,
3095
+ options?: __HttpHandlerOptions
3096
+ ): Promise<RedactConversationMessageCommandOutput>;
3097
+ redactConversationMessage(
3098
+ args: RedactConversationMessageCommandInput,
3099
+ cb: (err: any, data?: RedactConversationMessageCommandOutput) => void
3100
+ ): void;
3101
+ redactConversationMessage(
3102
+ args: RedactConversationMessageCommandInput,
3103
+ options: __HttpHandlerOptions,
3104
+ cb: (err: any, data?: RedactConversationMessageCommandOutput) => void
3105
+ ): void;
3106
+
3107
+ redactRoomMessage(
3108
+ args: RedactRoomMessageCommandInput,
3109
+ options?: __HttpHandlerOptions
3110
+ ): Promise<RedactRoomMessageCommandOutput>;
3111
+ redactRoomMessage(
3112
+ args: RedactRoomMessageCommandInput,
3113
+ cb: (err: any, data?: RedactRoomMessageCommandOutput) => void
3114
+ ): void;
3115
+ redactRoomMessage(
3116
+ args: RedactRoomMessageCommandInput,
3117
+ options: __HttpHandlerOptions,
3118
+ cb: (err: any, data?: RedactRoomMessageCommandOutput) => void
3119
+ ): void;
3120
+
3121
+ regenerateSecurityToken(
3122
+ args: RegenerateSecurityTokenCommandInput,
3123
+ options?: __HttpHandlerOptions
3124
+ ): Promise<RegenerateSecurityTokenCommandOutput>;
3125
+ regenerateSecurityToken(
3126
+ args: RegenerateSecurityTokenCommandInput,
3127
+ cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void
3128
+ ): void;
3129
+ regenerateSecurityToken(
3130
+ args: RegenerateSecurityTokenCommandInput,
3131
+ options: __HttpHandlerOptions,
3132
+ cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void
3133
+ ): void;
3134
+
3135
+ resetPersonalPIN(
3136
+ args: ResetPersonalPINCommandInput,
3137
+ options?: __HttpHandlerOptions
3138
+ ): Promise<ResetPersonalPINCommandOutput>;
3139
+ resetPersonalPIN(
3140
+ args: ResetPersonalPINCommandInput,
3141
+ cb: (err: any, data?: ResetPersonalPINCommandOutput) => void
3142
+ ): void;
3143
+ resetPersonalPIN(
3144
+ args: ResetPersonalPINCommandInput,
3145
+ options: __HttpHandlerOptions,
3146
+ cb: (err: any, data?: ResetPersonalPINCommandOutput) => void
3147
+ ): void;
3148
+
3149
+ restorePhoneNumber(
3150
+ args: RestorePhoneNumberCommandInput,
3151
+ options?: __HttpHandlerOptions
3152
+ ): Promise<RestorePhoneNumberCommandOutput>;
3153
+ restorePhoneNumber(
3154
+ args: RestorePhoneNumberCommandInput,
3155
+ cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
3156
+ ): void;
3157
+ restorePhoneNumber(
3158
+ args: RestorePhoneNumberCommandInput,
3159
+ options: __HttpHandlerOptions,
3160
+ cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
3161
+ ): void;
3162
+
3163
+ searchAvailablePhoneNumbers(
3164
+ args: SearchAvailablePhoneNumbersCommandInput,
3165
+ options?: __HttpHandlerOptions
3166
+ ): Promise<SearchAvailablePhoneNumbersCommandOutput>;
3167
+ searchAvailablePhoneNumbers(
3168
+ args: SearchAvailablePhoneNumbersCommandInput,
3169
+ cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
3170
+ ): void;
3171
+ searchAvailablePhoneNumbers(
3172
+ args: SearchAvailablePhoneNumbersCommandInput,
3173
+ options: __HttpHandlerOptions,
3174
+ cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
3175
+ ): void;
3176
+
3177
+ sendChannelMessage(
3178
+ args: SendChannelMessageCommandInput,
3179
+ options?: __HttpHandlerOptions
3180
+ ): Promise<SendChannelMessageCommandOutput>;
3181
+ sendChannelMessage(
3182
+ args: SendChannelMessageCommandInput,
3183
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void
3184
+ ): void;
3185
+ sendChannelMessage(
3186
+ args: SendChannelMessageCommandInput,
3187
+ options: __HttpHandlerOptions,
3188
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void
3189
+ ): void;
3190
+
3191
+ startMeetingTranscription(
3192
+ args: StartMeetingTranscriptionCommandInput,
3193
+ options?: __HttpHandlerOptions
3194
+ ): Promise<StartMeetingTranscriptionCommandOutput>;
3195
+ startMeetingTranscription(
3196
+ args: StartMeetingTranscriptionCommandInput,
3197
+ cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void
3198
+ ): void;
3199
+ startMeetingTranscription(
3200
+ args: StartMeetingTranscriptionCommandInput,
3201
+ options: __HttpHandlerOptions,
3202
+ cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void
3203
+ ): void;
3204
+
3205
+ stopMeetingTranscription(
3206
+ args: StopMeetingTranscriptionCommandInput,
3207
+ options?: __HttpHandlerOptions
3208
+ ): Promise<StopMeetingTranscriptionCommandOutput>;
3209
+ stopMeetingTranscription(
3210
+ args: StopMeetingTranscriptionCommandInput,
3211
+ cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void
3212
+ ): void;
3213
+ stopMeetingTranscription(
3214
+ args: StopMeetingTranscriptionCommandInput,
3215
+ options: __HttpHandlerOptions,
3216
+ cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void
3217
+ ): void;
3218
+
3219
+ tagAttendee(
3220
+ args: TagAttendeeCommandInput,
3221
+ options?: __HttpHandlerOptions
3222
+ ): Promise<TagAttendeeCommandOutput>;
3223
+ tagAttendee(
3224
+ args: TagAttendeeCommandInput,
3225
+ cb: (err: any, data?: TagAttendeeCommandOutput) => void
3226
+ ): void;
3227
+ tagAttendee(
3228
+ args: TagAttendeeCommandInput,
3229
+ options: __HttpHandlerOptions,
3230
+ cb: (err: any, data?: TagAttendeeCommandOutput) => void
3231
+ ): void;
3232
+
3233
+ tagMeeting(
3234
+ args: TagMeetingCommandInput,
3235
+ options?: __HttpHandlerOptions
3236
+ ): Promise<TagMeetingCommandOutput>;
3237
+ tagMeeting(
3238
+ args: TagMeetingCommandInput,
3239
+ cb: (err: any, data?: TagMeetingCommandOutput) => void
3240
+ ): void;
3241
+ tagMeeting(
3242
+ args: TagMeetingCommandInput,
3243
+ options: __HttpHandlerOptions,
3244
+ cb: (err: any, data?: TagMeetingCommandOutput) => void
3245
+ ): void;
3246
+
3247
+ tagResource(
3248
+ args: TagResourceCommandInput,
3249
+ options?: __HttpHandlerOptions
3250
+ ): Promise<TagResourceCommandOutput>;
3251
+ tagResource(
3252
+ args: TagResourceCommandInput,
3253
+ cb: (err: any, data?: TagResourceCommandOutput) => void
3254
+ ): void;
3255
+ tagResource(
3256
+ args: TagResourceCommandInput,
3257
+ options: __HttpHandlerOptions,
3258
+ cb: (err: any, data?: TagResourceCommandOutput) => void
3259
+ ): void;
3260
+
3261
+ untagAttendee(
3262
+ args: UntagAttendeeCommandInput,
3263
+ options?: __HttpHandlerOptions
3264
+ ): Promise<UntagAttendeeCommandOutput>;
3265
+ untagAttendee(
3266
+ args: UntagAttendeeCommandInput,
3267
+ cb: (err: any, data?: UntagAttendeeCommandOutput) => void
3268
+ ): void;
3269
+ untagAttendee(
3270
+ args: UntagAttendeeCommandInput,
3271
+ options: __HttpHandlerOptions,
3272
+ cb: (err: any, data?: UntagAttendeeCommandOutput) => void
3273
+ ): void;
3274
+
3275
+ untagMeeting(
3276
+ args: UntagMeetingCommandInput,
3277
+ options?: __HttpHandlerOptions
3278
+ ): Promise<UntagMeetingCommandOutput>;
3279
+ untagMeeting(
3280
+ args: UntagMeetingCommandInput,
3281
+ cb: (err: any, data?: UntagMeetingCommandOutput) => void
3282
+ ): void;
3283
+ untagMeeting(
3284
+ args: UntagMeetingCommandInput,
3285
+ options: __HttpHandlerOptions,
3286
+ cb: (err: any, data?: UntagMeetingCommandOutput) => void
3287
+ ): void;
3288
+
3289
+ untagResource(
3290
+ args: UntagResourceCommandInput,
3291
+ options?: __HttpHandlerOptions
3292
+ ): Promise<UntagResourceCommandOutput>;
3293
+ untagResource(
3294
+ args: UntagResourceCommandInput,
3295
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
3296
+ ): void;
3297
+ untagResource(
3298
+ args: UntagResourceCommandInput,
3299
+ options: __HttpHandlerOptions,
3300
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
3301
+ ): void;
3302
+
3303
+ updateAccount(
3304
+ args: UpdateAccountCommandInput,
3305
+ options?: __HttpHandlerOptions
3306
+ ): Promise<UpdateAccountCommandOutput>;
3307
+ updateAccount(
3308
+ args: UpdateAccountCommandInput,
3309
+ cb: (err: any, data?: UpdateAccountCommandOutput) => void
3310
+ ): void;
3311
+ updateAccount(
3312
+ args: UpdateAccountCommandInput,
3313
+ options: __HttpHandlerOptions,
3314
+ cb: (err: any, data?: UpdateAccountCommandOutput) => void
3315
+ ): void;
3316
+
3317
+ updateAccountSettings(
3318
+ args: UpdateAccountSettingsCommandInput,
3319
+ options?: __HttpHandlerOptions
3320
+ ): Promise<UpdateAccountSettingsCommandOutput>;
3321
+ updateAccountSettings(
3322
+ args: UpdateAccountSettingsCommandInput,
3323
+ cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
3324
+ ): void;
3325
+ updateAccountSettings(
3326
+ args: UpdateAccountSettingsCommandInput,
3327
+ options: __HttpHandlerOptions,
3328
+ cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
3329
+ ): void;
3330
+
3331
+ updateAppInstance(
3332
+ args: UpdateAppInstanceCommandInput,
3333
+ options?: __HttpHandlerOptions
3334
+ ): Promise<UpdateAppInstanceCommandOutput>;
3335
+ updateAppInstance(
3336
+ args: UpdateAppInstanceCommandInput,
3337
+ cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void
3338
+ ): void;
3339
+ updateAppInstance(
3340
+ args: UpdateAppInstanceCommandInput,
3341
+ options: __HttpHandlerOptions,
3342
+ cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void
3343
+ ): void;
3344
+
3345
+ updateAppInstanceUser(
3346
+ args: UpdateAppInstanceUserCommandInput,
3347
+ options?: __HttpHandlerOptions
3348
+ ): Promise<UpdateAppInstanceUserCommandOutput>;
3349
+ updateAppInstanceUser(
3350
+ args: UpdateAppInstanceUserCommandInput,
3351
+ cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void
3352
+ ): void;
3353
+ updateAppInstanceUser(
3354
+ args: UpdateAppInstanceUserCommandInput,
3355
+ options: __HttpHandlerOptions,
3356
+ cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void
3357
+ ): void;
3358
+
3359
+ updateBot(
3360
+ args: UpdateBotCommandInput,
3361
+ options?: __HttpHandlerOptions
3362
+ ): Promise<UpdateBotCommandOutput>;
3363
+ updateBot(
3364
+ args: UpdateBotCommandInput,
3365
+ cb: (err: any, data?: UpdateBotCommandOutput) => void
3366
+ ): void;
3367
+ updateBot(
3368
+ args: UpdateBotCommandInput,
3369
+ options: __HttpHandlerOptions,
3370
+ cb: (err: any, data?: UpdateBotCommandOutput) => void
3371
+ ): void;
3372
+
3373
+ updateChannel(
3374
+ args: UpdateChannelCommandInput,
3375
+ options?: __HttpHandlerOptions
3376
+ ): Promise<UpdateChannelCommandOutput>;
3377
+ updateChannel(
3378
+ args: UpdateChannelCommandInput,
3379
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
3380
+ ): void;
3381
+ updateChannel(
3382
+ args: UpdateChannelCommandInput,
3383
+ options: __HttpHandlerOptions,
3384
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void
3385
+ ): void;
3386
+
3387
+ updateChannelMessage(
3388
+ args: UpdateChannelMessageCommandInput,
3389
+ options?: __HttpHandlerOptions
3390
+ ): Promise<UpdateChannelMessageCommandOutput>;
3391
+ updateChannelMessage(
3392
+ args: UpdateChannelMessageCommandInput,
3393
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
3394
+ ): void;
3395
+ updateChannelMessage(
3396
+ args: UpdateChannelMessageCommandInput,
3397
+ options: __HttpHandlerOptions,
3398
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
3399
+ ): void;
3400
+
3401
+ updateChannelReadMarker(
3402
+ args: UpdateChannelReadMarkerCommandInput,
3403
+ options?: __HttpHandlerOptions
3404
+ ): Promise<UpdateChannelReadMarkerCommandOutput>;
3405
+ updateChannelReadMarker(
3406
+ args: UpdateChannelReadMarkerCommandInput,
3407
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
3408
+ ): void;
3409
+ updateChannelReadMarker(
3410
+ args: UpdateChannelReadMarkerCommandInput,
3411
+ options: __HttpHandlerOptions,
3412
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
3413
+ ): void;
3414
+
3415
+ updateGlobalSettings(
3416
+ args: UpdateGlobalSettingsCommandInput,
3417
+ options?: __HttpHandlerOptions
3418
+ ): Promise<UpdateGlobalSettingsCommandOutput>;
3419
+ updateGlobalSettings(
3420
+ args: UpdateGlobalSettingsCommandInput,
3421
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
3422
+ ): void;
3423
+ updateGlobalSettings(
3424
+ args: UpdateGlobalSettingsCommandInput,
3425
+ options: __HttpHandlerOptions,
3426
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
3427
+ ): void;
3428
+
3429
+ updatePhoneNumber(
3430
+ args: UpdatePhoneNumberCommandInput,
3431
+ options?: __HttpHandlerOptions
3432
+ ): Promise<UpdatePhoneNumberCommandOutput>;
3433
+ updatePhoneNumber(
3434
+ args: UpdatePhoneNumberCommandInput,
3435
+ cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
3436
+ ): void;
3437
+ updatePhoneNumber(
3438
+ args: UpdatePhoneNumberCommandInput,
3439
+ options: __HttpHandlerOptions,
3440
+ cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
3441
+ ): void;
3442
+
3443
+ updatePhoneNumberSettings(
3444
+ args: UpdatePhoneNumberSettingsCommandInput,
3445
+ options?: __HttpHandlerOptions
3446
+ ): Promise<UpdatePhoneNumberSettingsCommandOutput>;
3447
+ updatePhoneNumberSettings(
3448
+ args: UpdatePhoneNumberSettingsCommandInput,
3449
+ cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
3450
+ ): void;
3451
+ updatePhoneNumberSettings(
3452
+ args: UpdatePhoneNumberSettingsCommandInput,
3453
+ options: __HttpHandlerOptions,
3454
+ cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
3455
+ ): void;
3456
+
3457
+ updateProxySession(
3458
+ args: UpdateProxySessionCommandInput,
3459
+ options?: __HttpHandlerOptions
3460
+ ): Promise<UpdateProxySessionCommandOutput>;
3461
+ updateProxySession(
3462
+ args: UpdateProxySessionCommandInput,
3463
+ cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
3464
+ ): void;
3465
+ updateProxySession(
3466
+ args: UpdateProxySessionCommandInput,
3467
+ options: __HttpHandlerOptions,
3468
+ cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
3469
+ ): void;
3470
+
3471
+ updateRoom(
3472
+ args: UpdateRoomCommandInput,
3473
+ options?: __HttpHandlerOptions
3474
+ ): Promise<UpdateRoomCommandOutput>;
3475
+ updateRoom(
3476
+ args: UpdateRoomCommandInput,
3477
+ cb: (err: any, data?: UpdateRoomCommandOutput) => void
3478
+ ): void;
3479
+ updateRoom(
3480
+ args: UpdateRoomCommandInput,
3481
+ options: __HttpHandlerOptions,
3482
+ cb: (err: any, data?: UpdateRoomCommandOutput) => void
3483
+ ): void;
3484
+
3485
+ updateRoomMembership(
3486
+ args: UpdateRoomMembershipCommandInput,
3487
+ options?: __HttpHandlerOptions
3488
+ ): Promise<UpdateRoomMembershipCommandOutput>;
3489
+ updateRoomMembership(
3490
+ args: UpdateRoomMembershipCommandInput,
3491
+ cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void
3492
+ ): void;
3493
+ updateRoomMembership(
3494
+ args: UpdateRoomMembershipCommandInput,
3495
+ options: __HttpHandlerOptions,
3496
+ cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void
3497
+ ): void;
3498
+
3499
+ updateSipMediaApplication(
3500
+ args: UpdateSipMediaApplicationCommandInput,
3501
+ options?: __HttpHandlerOptions
3502
+ ): Promise<UpdateSipMediaApplicationCommandOutput>;
3503
+ updateSipMediaApplication(
3504
+ args: UpdateSipMediaApplicationCommandInput,
3505
+ cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
3506
+ ): void;
3507
+ updateSipMediaApplication(
3508
+ args: UpdateSipMediaApplicationCommandInput,
3509
+ options: __HttpHandlerOptions,
3510
+ cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
3511
+ ): void;
3512
+
3513
+ updateSipMediaApplicationCall(
3514
+ args: UpdateSipMediaApplicationCallCommandInput,
3515
+ options?: __HttpHandlerOptions
3516
+ ): Promise<UpdateSipMediaApplicationCallCommandOutput>;
3517
+ updateSipMediaApplicationCall(
3518
+ args: UpdateSipMediaApplicationCallCommandInput,
3519
+ cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
3520
+ ): void;
3521
+ updateSipMediaApplicationCall(
3522
+ args: UpdateSipMediaApplicationCallCommandInput,
3523
+ options: __HttpHandlerOptions,
3524
+ cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
3525
+ ): void;
3526
+
3527
+ updateSipRule(
3528
+ args: UpdateSipRuleCommandInput,
3529
+ options?: __HttpHandlerOptions
3530
+ ): Promise<UpdateSipRuleCommandOutput>;
3531
+ updateSipRule(
3532
+ args: UpdateSipRuleCommandInput,
3533
+ cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
3534
+ ): void;
3535
+ updateSipRule(
3536
+ args: UpdateSipRuleCommandInput,
3537
+ options: __HttpHandlerOptions,
3538
+ cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
3539
+ ): void;
3540
+
3541
+ updateUser(
3542
+ args: UpdateUserCommandInput,
3543
+ options?: __HttpHandlerOptions
3544
+ ): Promise<UpdateUserCommandOutput>;
3545
+ updateUser(
3546
+ args: UpdateUserCommandInput,
3547
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
3548
+ ): void;
3549
+ updateUser(
3550
+ args: UpdateUserCommandInput,
3551
+ options: __HttpHandlerOptions,
3552
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
3553
+ ): void;
3554
+
3555
+ updateUserSettings(
3556
+ args: UpdateUserSettingsCommandInput,
3557
+ options?: __HttpHandlerOptions
3558
+ ): Promise<UpdateUserSettingsCommandOutput>;
3559
+ updateUserSettings(
3560
+ args: UpdateUserSettingsCommandInput,
3561
+ cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void
3562
+ ): void;
3563
+ updateUserSettings(
3564
+ args: UpdateUserSettingsCommandInput,
3565
+ options: __HttpHandlerOptions,
3566
+ cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void
3567
+ ): void;
3568
+
3569
+ updateVoiceConnector(
3570
+ args: UpdateVoiceConnectorCommandInput,
3571
+ options?: __HttpHandlerOptions
3572
+ ): Promise<UpdateVoiceConnectorCommandOutput>;
3573
+ updateVoiceConnector(
3574
+ args: UpdateVoiceConnectorCommandInput,
3575
+ cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
3576
+ ): void;
3577
+ updateVoiceConnector(
3578
+ args: UpdateVoiceConnectorCommandInput,
3579
+ options: __HttpHandlerOptions,
3580
+ cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
3581
+ ): void;
3582
+
3583
+ updateVoiceConnectorGroup(
3584
+ args: UpdateVoiceConnectorGroupCommandInput,
3585
+ options?: __HttpHandlerOptions
3586
+ ): Promise<UpdateVoiceConnectorGroupCommandOutput>;
3587
+ updateVoiceConnectorGroup(
3588
+ args: UpdateVoiceConnectorGroupCommandInput,
3589
+ cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
3590
+ ): void;
3591
+ updateVoiceConnectorGroup(
3592
+ args: UpdateVoiceConnectorGroupCommandInput,
3593
+ options: __HttpHandlerOptions,
3594
+ cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
3595
+ ): void;
3596
+
3597
+ validateE911Address(
3598
+ args: ValidateE911AddressCommandInput,
3599
+ options?: __HttpHandlerOptions
3600
+ ): Promise<ValidateE911AddressCommandOutput>;
3601
+ validateE911Address(
3602
+ args: ValidateE911AddressCommandInput,
3603
+ cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
3604
+ ): void;
3605
+ validateE911Address(
3606
+ args: ValidateE911AddressCommandInput,
3607
+ options: __HttpHandlerOptions,
3608
+ cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
3609
+ ): void;
3610
+ }