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