@aws-sdk/client-chime 3.296.0 → 3.297.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 (224) hide show
  1. package/dist-types/Chime.d.ts +192 -0
  2. package/dist-types/ChimeClient.d.ts +24 -4
  3. package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +16 -0
  5. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +16 -0
  6. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +16 -0
  11. package/dist-types/commands/BatchSuspendUserCommand.d.ts +16 -0
  12. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +16 -0
  13. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +16 -0
  14. package/dist-types/commands/BatchUpdateUserCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateAccountCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateAppInstanceCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateAttendeeCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateBotCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateChannelBanCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +16 -0
  26. package/dist-types/commands/CreateMeetingCommand.d.ts +16 -0
  27. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +16 -0
  28. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +16 -0
  29. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +16 -0
  30. package/dist-types/commands/CreateProxySessionCommand.d.ts +16 -0
  31. package/dist-types/commands/CreateRoomCommand.d.ts +16 -0
  32. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +16 -0
  33. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +16 -0
  34. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateSipRuleCommand.d.ts +16 -0
  36. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  37. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +16 -0
  38. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteAccountCommand.d.ts +16 -0
  40. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +16 -0
  41. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +16 -0
  42. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +16 -0
  43. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +16 -0
  44. package/dist-types/commands/DeleteAttendeeCommand.d.ts +16 -0
  45. package/dist-types/commands/DeleteChannelBanCommand.d.ts +16 -0
  46. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  47. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +16 -0
  48. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +16 -0
  49. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +16 -0
  50. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +16 -0
  51. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +16 -0
  52. package/dist-types/commands/DeleteMeetingCommand.d.ts +16 -0
  53. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteProxySessionCommand.d.ts +16 -0
  55. package/dist-types/commands/DeleteRoomCommand.d.ts +16 -0
  56. package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +16 -0
  57. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +16 -0
  58. package/dist-types/commands/DeleteSipRuleCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +16 -0
  63. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +16 -0
  64. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +16 -0
  69. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeChannelBanCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +16 -0
  74. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +16 -0
  76. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +16 -0
  77. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +16 -0
  78. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +16 -0
  79. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +16 -0
  80. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  81. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  82. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +16 -0
  83. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +16 -0
  84. package/dist-types/commands/GetAttendeeCommand.d.ts +16 -0
  85. package/dist-types/commands/GetBotCommand.d.ts +16 -0
  86. package/dist-types/commands/GetChannelMessageCommand.d.ts +16 -0
  87. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +16 -0
  88. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +16 -0
  89. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +16 -0
  90. package/dist-types/commands/GetMeetingCommand.d.ts +16 -0
  91. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
  92. package/dist-types/commands/GetPhoneNumberCommand.d.ts +16 -0
  93. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +16 -0
  94. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +16 -0
  95. package/dist-types/commands/GetProxySessionCommand.d.ts +16 -0
  96. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +16 -0
  97. package/dist-types/commands/GetRoomCommand.d.ts +16 -0
  98. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +16 -0
  99. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +16 -0
  100. package/dist-types/commands/GetSipRuleCommand.d.ts +16 -0
  101. package/dist-types/commands/GetUserCommand.d.ts +16 -0
  102. package/dist-types/commands/GetUserSettingsCommand.d.ts +16 -0
  103. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +16 -0
  104. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +16 -0
  105. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +16 -0
  106. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +16 -0
  107. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +16 -0
  108. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +16 -0
  109. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +16 -0
  110. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +16 -0
  111. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +16 -0
  112. package/dist-types/commands/InviteUsersCommand.d.ts +16 -0
  113. package/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  114. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +16 -0
  115. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +16 -0
  116. package/dist-types/commands/ListAppInstancesCommand.d.ts +16 -0
  117. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +16 -0
  118. package/dist-types/commands/ListAttendeesCommand.d.ts +16 -0
  119. package/dist-types/commands/ListBotsCommand.d.ts +16 -0
  120. package/dist-types/commands/ListChannelBansCommand.d.ts +16 -0
  121. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +16 -0
  122. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +16 -0
  123. package/dist-types/commands/ListChannelMessagesCommand.d.ts +16 -0
  124. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +16 -0
  125. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  126. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +16 -0
  127. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +16 -0
  128. package/dist-types/commands/ListMeetingTagsCommand.d.ts +16 -0
  129. package/dist-types/commands/ListMeetingsCommand.d.ts +16 -0
  130. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +16 -0
  131. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +16 -0
  132. package/dist-types/commands/ListProxySessionsCommand.d.ts +16 -0
  133. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +16 -0
  134. package/dist-types/commands/ListRoomsCommand.d.ts +16 -0
  135. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +16 -0
  136. package/dist-types/commands/ListSipRulesCommand.d.ts +16 -0
  137. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +16 -0
  138. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  139. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  140. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +16 -0
  141. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +16 -0
  142. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +16 -0
  143. package/dist-types/commands/LogoutUserCommand.d.ts +16 -0
  144. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +16 -0
  145. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +16 -0
  146. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +16 -0
  147. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +16 -0
  148. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +16 -0
  149. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +16 -0
  150. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +16 -0
  151. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +16 -0
  152. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +16 -0
  153. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +16 -0
  154. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +16 -0
  155. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +16 -0
  156. package/dist-types/commands/RedactChannelMessageCommand.d.ts +16 -0
  157. package/dist-types/commands/RedactConversationMessageCommand.d.ts +16 -0
  158. package/dist-types/commands/RedactRoomMessageCommand.d.ts +16 -0
  159. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +16 -0
  160. package/dist-types/commands/ResetPersonalPINCommand.d.ts +16 -0
  161. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +16 -0
  162. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +16 -0
  163. package/dist-types/commands/SendChannelMessageCommand.d.ts +16 -0
  164. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +16 -0
  165. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +16 -0
  166. package/dist-types/commands/TagAttendeeCommand.d.ts +16 -0
  167. package/dist-types/commands/TagMeetingCommand.d.ts +16 -0
  168. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  169. package/dist-types/commands/UntagAttendeeCommand.d.ts +16 -0
  170. package/dist-types/commands/UntagMeetingCommand.d.ts +16 -0
  171. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  172. package/dist-types/commands/UpdateAccountCommand.d.ts +16 -0
  173. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  174. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +16 -0
  175. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +16 -0
  176. package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
  177. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  178. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +16 -0
  179. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +16 -0
  180. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +16 -0
  181. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +16 -0
  182. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +16 -0
  183. package/dist-types/commands/UpdateProxySessionCommand.d.ts +16 -0
  184. package/dist-types/commands/UpdateRoomCommand.d.ts +16 -0
  185. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +16 -0
  186. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +16 -0
  187. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +16 -0
  188. package/dist-types/commands/UpdateSipRuleCommand.d.ts +16 -0
  189. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  190. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +16 -0
  191. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +16 -0
  192. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +16 -0
  193. package/dist-types/commands/ValidateE911AddressCommand.d.ts +16 -0
  194. package/dist-types/models/ChimeServiceException.d.ts +2 -0
  195. package/dist-types/models/models_0.d.ts +712 -0
  196. package/dist-types/models/models_1.d.ts +580 -0
  197. package/dist-types/pagination/Interfaces.d.ts +3 -0
  198. package/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +3 -0
  201. package/dist-types/pagination/ListAppInstancesPaginator.d.ts +3 -0
  202. package/dist-types/pagination/ListAttendeesPaginator.d.ts +3 -0
  203. package/dist-types/pagination/ListBotsPaginator.d.ts +3 -0
  204. package/dist-types/pagination/ListChannelBansPaginator.d.ts +3 -0
  205. package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +3 -0
  206. package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +3 -0
  207. package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +3 -0
  208. package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +3 -0
  209. package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +3 -0
  210. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  211. package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +3 -0
  212. package/dist-types/pagination/ListMeetingsPaginator.d.ts +3 -0
  213. package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +3 -0
  214. package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +3 -0
  215. package/dist-types/pagination/ListProxySessionsPaginator.d.ts +3 -0
  216. package/dist-types/pagination/ListRoomMembershipsPaginator.d.ts +3 -0
  217. package/dist-types/pagination/ListRoomsPaginator.d.ts +3 -0
  218. package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +3 -0
  219. package/dist-types/pagination/ListSipRulesPaginator.d.ts +3 -0
  220. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  221. package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +3 -0
  222. package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +3 -0
  223. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +3 -0
  224. package/package.json +3 -3
@@ -192,6 +192,7 @@ import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } f
192
192
  import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "./commands/UpdateVoiceConnectorGroupCommand";
193
193
  import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
194
194
  /**
195
+ * @public
195
196
  * <p>The Amazon Chime API (application programming interface) is designed for developers to
196
197
  * perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
197
198
  * Connectors. This guide provides detailed information about the Amazon Chime API,
@@ -234,30 +235,35 @@ import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } fro
234
235
  */
235
236
  export declare class Chime extends ChimeClient {
236
237
  /**
238
+ * @public
237
239
  * <p>Associates phone numbers with the specified Amazon Chime Voice Connector.</p>
238
240
  */
239
241
  associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
240
242
  associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
241
243
  associatePhoneNumbersWithVoiceConnector(args: AssociatePhoneNumbersWithVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput) => void): void;
242
244
  /**
245
+ * @public
243
246
  * <p>Associates phone numbers with the specified Amazon Chime Voice Connector group.</p>
244
247
  */
245
248
  associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
246
249
  associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
247
250
  associatePhoneNumbersWithVoiceConnectorGroup(args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput) => void): void;
248
251
  /**
252
+ * @public
249
253
  * <p>Associates a phone number with the specified Amazon Chime user.</p>
250
254
  */
251
255
  associatePhoneNumberWithUser(args: AssociatePhoneNumberWithUserCommandInput, options?: __HttpHandlerOptions): Promise<AssociatePhoneNumberWithUserCommandOutput>;
252
256
  associatePhoneNumberWithUser(args: AssociatePhoneNumberWithUserCommandInput, cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void): void;
253
257
  associatePhoneNumberWithUser(args: AssociatePhoneNumberWithUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void): void;
254
258
  /**
259
+ * @public
255
260
  * <p>Associates the specified sign-in delegate groups with the specified Amazon Chime account.</p>
256
261
  */
257
262
  associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
258
263
  associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void): void;
259
264
  associateSigninDelegateGroupsWithAccount(args: AssociateSigninDelegateGroupsWithAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void): void;
260
265
  /**
266
+ * @public
261
267
  * <p>
262
268
  * Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
263
269
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -269,18 +275,21 @@ export declare class Chime extends ChimeClient {
269
275
  batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
270
276
  batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
271
277
  /**
278
+ * @public
272
279
  * <p>Adds a specified number of users to a channel.</p>
273
280
  */
274
281
  batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateChannelMembershipCommandOutput>;
275
282
  batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
276
283
  batchCreateChannelMembership(args: BatchCreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void): void;
277
284
  /**
285
+ * @public
278
286
  * <p>Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The member role designates whether the member is a chat room administrator or a general chat room member.</p>
279
287
  */
280
288
  batchCreateRoomMembership(args: BatchCreateRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateRoomMembershipCommandOutput>;
281
289
  batchCreateRoomMembership(args: BatchCreateRoomMembershipCommandInput, cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void): void;
282
290
  batchCreateRoomMembership(args: BatchCreateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void): void;
283
291
  /**
292
+ * @public
284
293
  * <p>
285
294
  * Moves phone numbers into the
286
295
  * <b>Deletion queue</b>. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.
@@ -295,6 +304,7 @@ export declare class Chime extends ChimeClient {
295
304
  batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void): void;
296
305
  batchDeletePhoneNumber(args: BatchDeletePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void): void;
297
306
  /**
307
+ * @public
298
308
  * <p>Suspends up to 50 users from a <code>Team</code> or <code>EnterpriseLWA</code> Amazon Chime
299
309
  * account. For more information about different account types, see <a href="https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration
300
310
  * Guide</i>.</p>
@@ -317,6 +327,7 @@ export declare class Chime extends ChimeClient {
317
327
  batchSuspendUser(args: BatchSuspendUserCommandInput, cb: (err: any, data?: BatchSuspendUserCommandOutput) => void): void;
318
328
  batchSuspendUser(args: BatchSuspendUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchSuspendUserCommandOutput) => void): void;
319
329
  /**
330
+ * @public
320
331
  * <p>Removes the suspension from up to 50 previously suspended users for the specified Amazon
321
332
  * Chime <code>EnterpriseLWA</code> account. Only users on <code>EnterpriseLWA</code>
322
333
  * accounts can be unsuspended using this action. For more information about different account types, see
@@ -335,6 +346,7 @@ export declare class Chime extends ChimeClient {
335
346
  batchUnsuspendUser(args: BatchUnsuspendUserCommandInput, cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void): void;
336
347
  batchUnsuspendUser(args: BatchUnsuspendUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void): void;
337
348
  /**
349
+ * @public
338
350
  * <p>Updates phone number product types or calling names. You can update one attribute at a time for each <code>UpdatePhoneNumberRequestItem</code>. For example, you can update the product type or the calling name.</p>
339
351
  * <p>For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.</p>
340
352
  * <p>Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>
@@ -343,12 +355,14 @@ export declare class Chime extends ChimeClient {
343
355
  batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void): void;
344
356
  batchUpdatePhoneNumber(args: BatchUpdatePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void): void;
345
357
  /**
358
+ * @public
346
359
  * <p>Updates user details within the <a>UpdateUserRequestItem</a> object for up to 20 users for the specified Amazon Chime account. Currently, only <code>LicenseType</code> updates are supported for this action.</p>
347
360
  */
348
361
  batchUpdateUser(args: BatchUpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateUserCommandOutput>;
349
362
  batchUpdateUser(args: BatchUpdateUserCommandInput, cb: (err: any, data?: BatchUpdateUserCommandOutput) => void): void;
350
363
  batchUpdateUser(args: BatchUpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateUserCommandOutput) => void): void;
351
364
  /**
365
+ * @public
352
366
  * <p>Creates an Amazon Chime account under the administrator's AWS account. Only <code>Team</code>
353
367
  * account types are currently supported for this action. For more information about different account types, see
354
368
  * <a href="https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p>
@@ -357,6 +371,7 @@ export declare class Chime extends ChimeClient {
357
371
  createAccount(args: CreateAccountCommandInput, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
358
372
  createAccount(args: CreateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
359
373
  /**
374
+ * @public
360
375
  * <p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account. Only SDK messaging customers use this API.
361
376
  * <code>CreateAppInstance</code> supports idempotency behavior as described in the AWS API Standard.</p>
362
377
  */
@@ -364,6 +379,7 @@ export declare class Chime extends ChimeClient {
364
379
  createAppInstance(args: CreateAppInstanceCommandInput, cb: (err: any, data?: CreateAppInstanceCommandOutput) => void): void;
365
380
  createAppInstance(args: CreateAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceCommandOutput) => void): void;
366
381
  /**
382
+ * @public
367
383
  * <p>Promotes an <code>AppInstanceUser</code> to an <code>AppInstanceAdmin</code>. The promoted user can perform the following actions.
368
384
  * </p>
369
385
  *
@@ -384,6 +400,7 @@ export declare class Chime extends ChimeClient {
384
400
  createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void): void;
385
401
  createAppInstanceAdmin(args: CreateAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void): void;
386
402
  /**
403
+ * @public
387
404
  * <p>Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a unique <code>appInstanceUserId</code> and
388
405
  * <code>Name</code> for that user.</p>
389
406
  */
@@ -391,6 +408,7 @@ export declare class Chime extends ChimeClient {
391
408
  createAppInstanceUser(args: CreateAppInstanceUserCommandInput, cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void): void;
392
409
  createAppInstanceUser(args: CreateAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void): void;
393
410
  /**
411
+ * @public
394
412
  * <p>
395
413
  * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
396
414
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -402,12 +420,14 @@ export declare class Chime extends ChimeClient {
402
420
  createAttendee(args: CreateAttendeeCommandInput, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
403
421
  createAttendee(args: CreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
404
422
  /**
423
+ * @public
405
424
  * <p>Creates a bot for an Amazon Chime Enterprise account.</p>
406
425
  */
407
426
  createBot(args: CreateBotCommandInput, options?: __HttpHandlerOptions): Promise<CreateBotCommandOutput>;
408
427
  createBot(args: CreateBotCommandInput, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
409
428
  createBot(args: CreateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBotCommandOutput) => void): void;
410
429
  /**
430
+ * @public
411
431
  * <p>Creates a channel to which you can add users and send messages.</p>
412
432
  *
413
433
  * <p>
@@ -424,6 +444,7 @@ export declare class Chime extends ChimeClient {
424
444
  createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
425
445
  createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
426
446
  /**
447
+ * @public
427
448
  * <p>Permanently bans a member from a channel. Moderators can't add banned members to a
428
449
  * channel. To undo a ban, you first have to <code>DeleteChannelBan</code>, and then
429
450
  * <code>CreateChannelMembership</code>. Bans are cleaned up when you delete users or
@@ -441,6 +462,7 @@ export declare class Chime extends ChimeClient {
441
462
  createChannelBan(args: CreateChannelBanCommandInput, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
442
463
  createChannelBan(args: CreateChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelBanCommandOutput) => void): void;
443
464
  /**
465
+ * @public
444
466
  * <p>Adds a user to a channel. The <code>InvitedBy</code> response field is derived from the
445
467
  * request header. A channel member can:</p>
446
468
  *
@@ -484,6 +506,7 @@ export declare class Chime extends ChimeClient {
484
506
  createChannelMembership(args: CreateChannelMembershipCommandInput, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
485
507
  createChannelMembership(args: CreateChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void): void;
486
508
  /**
509
+ * @public
487
510
  * <p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p>
488
511
  *
489
512
  * <ul>
@@ -514,12 +537,14 @@ export declare class Chime extends ChimeClient {
514
537
  createChannelModerator(args: CreateChannelModeratorCommandInput, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
515
538
  createChannelModerator(args: CreateChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void): void;
516
539
  /**
540
+ * @public
517
541
  * <p>Creates a media capture pipeline.</p>
518
542
  */
519
543
  createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreateMediaCapturePipelineCommandOutput>;
520
544
  createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
521
545
  createMediaCapturePipeline(args: CreateMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void): void;
522
546
  /**
547
+ * @public
523
548
  * <p>
524
549
  * Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see
525
550
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
@@ -536,6 +561,7 @@ export declare class Chime extends ChimeClient {
536
561
  createMeeting(args: CreateMeetingCommandInput, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
537
562
  createMeeting(args: CreateMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
538
563
  /**
564
+ * @public
539
565
  * <p>Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public
540
566
  * switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer.</p>
541
567
  *
@@ -546,6 +572,7 @@ export declare class Chime extends ChimeClient {
546
572
  createMeetingDialOut(args: CreateMeetingDialOutCommandInput, cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void): void;
547
573
  createMeetingDialOut(args: CreateMeetingDialOutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void): void;
548
574
  /**
575
+ * @public
549
576
  * <p>
550
577
  * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see
551
578
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
@@ -562,6 +589,7 @@ export declare class Chime extends ChimeClient {
562
589
  createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
563
590
  createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
564
591
  /**
592
+ * @public
565
593
  * <p>Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type.
566
594
  * For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.</p>
567
595
  */
@@ -569,30 +597,35 @@ export declare class Chime extends ChimeClient {
569
597
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
570
598
  createPhoneNumberOrder(args: CreatePhoneNumberOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void): void;
571
599
  /**
600
+ * @public
572
601
  * <p>Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.</p>
573
602
  */
574
603
  createProxySession(args: CreateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateProxySessionCommandOutput>;
575
604
  createProxySession(args: CreateProxySessionCommandInput, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
576
605
  createProxySession(args: CreateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProxySessionCommandOutput) => void): void;
577
606
  /**
607
+ * @public
578
608
  * <p>Creates a chat room for the specified Amazon Chime Enterprise account.</p>
579
609
  */
580
610
  createRoom(args: CreateRoomCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoomCommandOutput>;
581
611
  createRoom(args: CreateRoomCommandInput, cb: (err: any, data?: CreateRoomCommandOutput) => void): void;
582
612
  createRoom(args: CreateRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoomCommandOutput) => void): void;
583
613
  /**
614
+ * @public
584
615
  * <p>Adds a member to a chat room in an Amazon Chime Enterprise account. A member can be either a user or a bot. The member role designates whether the member is a chat room administrator or a general chat room member.</p>
585
616
  */
586
617
  createRoomMembership(args: CreateRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateRoomMembershipCommandOutput>;
587
618
  createRoomMembership(args: CreateRoomMembershipCommandInput, cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void): void;
588
619
  createRoomMembership(args: CreateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void): void;
589
620
  /**
621
+ * @public
590
622
  * <p>Creates a SIP media application.</p>
591
623
  */
592
624
  createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipMediaApplicationCommandOutput>;
593
625
  createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
594
626
  createSipMediaApplication(args: CreateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void): void;
595
627
  /**
628
+ * @public
596
629
  * <p>Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified
597
630
  * <code>sipMediaApplicationId</code>.</p>
598
631
  */
@@ -600,18 +633,21 @@ export declare class Chime extends ChimeClient {
600
633
  createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
601
634
  createSipMediaApplicationCall(args: CreateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void): void;
602
635
  /**
636
+ * @public
603
637
  * <p>Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.</p>
604
638
  */
605
639
  createSipRule(args: CreateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateSipRuleCommandOutput>;
606
640
  createSipRule(args: CreateSipRuleCommandInput, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
607
641
  createSipRule(args: CreateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSipRuleCommandOutput) => void): void;
608
642
  /**
643
+ * @public
609
644
  * <p>Creates a user under the specified Amazon Chime account.</p>
610
645
  */
611
646
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
612
647
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
613
648
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
614
649
  /**
650
+ * @public
615
651
  * <p>Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region.</p>
616
652
  *
617
653
  * <p>
@@ -624,6 +660,7 @@ export declare class Chime extends ChimeClient {
624
660
  createVoiceConnector(args: CreateVoiceConnectorCommandInput, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
625
661
  createVoiceConnector(args: CreateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void): void;
626
662
  /**
663
+ * @public
627
664
  * <p>Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can
628
665
  * associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by
629
666
  * including <code>VoiceConnectorItems</code> in the request.</p>
@@ -634,6 +671,7 @@ export declare class Chime extends ChimeClient {
634
671
  createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
635
672
  createVoiceConnectorGroup(args: CreateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void): void;
636
673
  /**
674
+ * @public
637
675
  * <p>Deletes the specified Amazon Chime account. You must suspend all users before deleting
638
676
  * <code>Team</code> account. You can use the <a>BatchSuspendUser</a> action
639
677
  * to dodo.</p>
@@ -653,30 +691,35 @@ export declare class Chime extends ChimeClient {
653
691
  deleteAccount(args: DeleteAccountCommandInput, cb: (err: any, data?: DeleteAccountCommandOutput) => void): void;
654
692
  deleteAccount(args: DeleteAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountCommandOutput) => void): void;
655
693
  /**
694
+ * @public
656
695
  * <p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>
657
696
  */
658
697
  deleteAppInstance(args: DeleteAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceCommandOutput>;
659
698
  deleteAppInstance(args: DeleteAppInstanceCommandInput, cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void): void;
660
699
  deleteAppInstance(args: DeleteAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceCommandOutput) => void): void;
661
700
  /**
701
+ * @public
662
702
  * <p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code>. This action does not delete the user.</p>
663
703
  */
664
704
  deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceAdminCommandOutput>;
665
705
  deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void): void;
666
706
  deleteAppInstanceAdmin(args: DeleteAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceAdminCommandOutput) => void): void;
667
707
  /**
708
+ * @public
668
709
  * <p>Deletes the streaming configurations of an <code>AppInstance</code>.</p>
669
710
  */
670
711
  deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceStreamingConfigurationsCommandOutput>;
671
712
  deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: DeleteAppInstanceStreamingConfigurationsCommandOutput) => void): void;
672
713
  deleteAppInstanceStreamingConfigurations(args: DeleteAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceStreamingConfigurationsCommandOutput) => void): void;
673
714
  /**
715
+ * @public
674
716
  * <p>Deletes an <code>AppInstanceUser</code>.</p>
675
717
  */
676
718
  deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppInstanceUserCommandOutput>;
677
719
  deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void): void;
678
720
  deleteAppInstanceUser(args: DeleteAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void): void;
679
721
  /**
722
+ * @public
680
723
  * <p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
681
724
  * <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see
682
725
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -686,6 +729,7 @@ export declare class Chime extends ChimeClient {
686
729
  deleteAttendee(args: DeleteAttendeeCommandInput, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
687
730
  deleteAttendee(args: DeleteAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
688
731
  /**
732
+ * @public
689
733
  * <p>Immediately makes a channel and its memberships inaccessible and marks them for
690
734
  * deletion. This is an irreversible process.</p>
691
735
  *
@@ -699,6 +743,7 @@ export declare class Chime extends ChimeClient {
699
743
  deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
700
744
  deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
701
745
  /**
746
+ * @public
702
747
  * <p>Removes a user from a channel's ban list.</p>
703
748
  *
704
749
  * <note>
@@ -711,6 +756,7 @@ export declare class Chime extends ChimeClient {
711
756
  deleteChannelBan(args: DeleteChannelBanCommandInput, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
712
757
  deleteChannelBan(args: DeleteChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelBanCommandOutput) => void): void;
713
758
  /**
759
+ * @public
714
760
  * <p>Removes a member from a channel.</p>
715
761
  *
716
762
  * <note>
@@ -723,6 +769,7 @@ export declare class Chime extends ChimeClient {
723
769
  deleteChannelMembership(args: DeleteChannelMembershipCommandInput, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
724
770
  deleteChannelMembership(args: DeleteChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void): void;
725
771
  /**
772
+ * @public
726
773
  * <p>Deletes a channel message. Only admins can perform this action. Deletion makes messages
727
774
  * inaccessible immediately. A background process deletes any revisions created by
728
775
  * <code>UpdateChannelMessage</code>.</p>
@@ -737,6 +784,7 @@ export declare class Chime extends ChimeClient {
737
784
  deleteChannelMessage(args: DeleteChannelMessageCommandInput, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
738
785
  deleteChannelMessage(args: DeleteChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void): void;
739
786
  /**
787
+ * @public
740
788
  * <p>Deletes a channel moderator.</p>
741
789
  *
742
790
  * <note>
@@ -749,18 +797,21 @@ export declare class Chime extends ChimeClient {
749
797
  deleteChannelModerator(args: DeleteChannelModeratorCommandInput, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
750
798
  deleteChannelModerator(args: DeleteChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void): void;
751
799
  /**
800
+ * @public
752
801
  * <p>Deletes the events configuration that allows a bot to receive outgoing events.</p>
753
802
  */
754
803
  deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventsConfigurationCommandOutput>;
755
804
  deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void): void;
756
805
  deleteEventsConfiguration(args: DeleteEventsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void): void;
757
806
  /**
807
+ * @public
758
808
  * <p>Deletes the media capture pipeline.</p>
759
809
  */
760
810
  deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMediaCapturePipelineCommandOutput>;
761
811
  deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
762
812
  deleteMediaCapturePipeline(args: DeleteMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void): void;
763
813
  /**
814
+ * @public
764
815
  * <p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
765
816
  * joining the meeting. For more information about the Amazon Chime SDK, see
766
817
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the
@@ -770,6 +821,7 @@ export declare class Chime extends ChimeClient {
770
821
  deleteMeeting(args: DeleteMeetingCommandInput, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
771
822
  deleteMeeting(args: DeleteMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
772
823
  /**
824
+ * @public
773
825
  * <p>Moves the specified phone number into the <b>Deletion queue</b>. A
774
826
  * phone number must be disassociated from any users or Amazon Chime Voice Connectors
775
827
  * before it can be deleted.</p>
@@ -782,36 +834,42 @@ export declare class Chime extends ChimeClient {
782
834
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
783
835
  deletePhoneNumber(args: DeletePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void): void;
784
836
  /**
837
+ * @public
785
838
  * <p>Deletes the specified proxy session from the specified Amazon Chime Voice Connector.</p>
786
839
  */
787
840
  deleteProxySession(args: DeleteProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProxySessionCommandOutput>;
788
841
  deleteProxySession(args: DeleteProxySessionCommandInput, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
789
842
  deleteProxySession(args: DeleteProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProxySessionCommandOutput) => void): void;
790
843
  /**
844
+ * @public
791
845
  * <p>Deletes a chat room in an Amazon Chime Enterprise account.</p>
792
846
  */
793
847
  deleteRoom(args: DeleteRoomCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoomCommandOutput>;
794
848
  deleteRoom(args: DeleteRoomCommandInput, cb: (err: any, data?: DeleteRoomCommandOutput) => void): void;
795
849
  deleteRoom(args: DeleteRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoomCommandOutput) => void): void;
796
850
  /**
851
+ * @public
797
852
  * <p>Removes a member from a chat room in an Amazon Chime Enterprise account.</p>
798
853
  */
799
854
  deleteRoomMembership(args: DeleteRoomMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRoomMembershipCommandOutput>;
800
855
  deleteRoomMembership(args: DeleteRoomMembershipCommandInput, cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void): void;
801
856
  deleteRoomMembership(args: DeleteRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void): void;
802
857
  /**
858
+ * @public
803
859
  * <p>Deletes a SIP media application.</p>
804
860
  */
805
861
  deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipMediaApplicationCommandOutput>;
806
862
  deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
807
863
  deleteSipMediaApplication(args: DeleteSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void): void;
808
864
  /**
865
+ * @public
809
866
  * <p>Deletes a SIP rule. You must disable a SIP rule before you can delete it.</p>
810
867
  */
811
868
  deleteSipRule(args: DeleteSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSipRuleCommandOutput>;
812
869
  deleteSipRule(args: DeleteSipRuleCommandInput, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
813
870
  deleteSipRule(args: DeleteSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSipRuleCommandOutput) => void): void;
814
871
  /**
872
+ * @public
815
873
  * <p>Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the
816
874
  * Amazon Chime Voice Connector must be disassociated from it before it can be
817
875
  * deleted.</p>
@@ -820,12 +878,14 @@ export declare class Chime extends ChimeClient {
820
878
  deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
821
879
  deleteVoiceConnector(args: DeleteVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void): void;
822
880
  /**
881
+ * @public
823
882
  * <p>Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.</p>
824
883
  */
825
884
  deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
826
885
  deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
827
886
  deleteVoiceConnectorEmergencyCallingConfiguration(args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
828
887
  /**
888
+ * @public
829
889
  * <p>Deletes the specified Amazon Chime Voice Connector group. Any
830
890
  * <code>VoiceConnectorItems</code>
831
891
  * and phone numbers associated with the group must be removed before it can be deleted.</p>
@@ -834,6 +894,7 @@ export declare class Chime extends ChimeClient {
834
894
  deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
835
895
  deleteVoiceConnectorGroup(args: DeleteVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void): void;
836
896
  /**
897
+ * @public
837
898
  * <p>Deletes the origination settings for the specified Amazon Chime Voice Connector.</p>
838
899
  *
839
900
  * <note>
@@ -844,18 +905,21 @@ export declare class Chime extends ChimeClient {
844
905
  deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
845
906
  deleteVoiceConnectorOrigination(args: DeleteVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void): void;
846
907
  /**
908
+ * @public
847
909
  * <p>Deletes the proxy configuration from the specified Amazon Chime Voice Connector.</p>
848
910
  */
849
911
  deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorProxyCommandOutput>;
850
912
  deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
851
913
  deleteVoiceConnectorProxy(args: DeleteVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void): void;
852
914
  /**
915
+ * @public
853
916
  * <p>Deletes the streaming configuration for the specified Amazon Chime Voice Connector.</p>
854
917
  */
855
918
  deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
856
919
  deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
857
920
  deleteVoiceConnectorStreamingConfiguration(args: DeleteVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
858
921
  /**
922
+ * @public
859
923
  * <p>Deletes the termination settings for the specified Amazon Chime Voice Connector.</p>
860
924
  *
861
925
  * <note>
@@ -866,30 +930,35 @@ export declare class Chime extends ChimeClient {
866
930
  deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
867
931
  deleteVoiceConnectorTermination(args: DeleteVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void): void;
868
932
  /**
933
+ * @public
869
934
  * <p>Deletes the specified SIP credentials used by your equipment to authenticate during call termination.</p>
870
935
  */
871
936
  deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
872
937
  deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
873
938
  deleteVoiceConnectorTerminationCredentials(args: DeleteVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
874
939
  /**
940
+ * @public
875
941
  * <p>Returns the full details of an <code>AppInstance</code>.</p>
876
942
  */
877
943
  describeAppInstance(args: DescribeAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceCommandOutput>;
878
944
  describeAppInstance(args: DescribeAppInstanceCommandInput, cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void): void;
879
945
  describeAppInstance(args: DescribeAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void): void;
880
946
  /**
947
+ * @public
881
948
  * <p>Returns the full details of an <code>AppInstanceAdmin</code>.</p>
882
949
  */
883
950
  describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceAdminCommandOutput>;
884
951
  describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void): void;
885
952
  describeAppInstanceAdmin(args: DescribeAppInstanceAdminCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void): void;
886
953
  /**
954
+ * @public
887
955
  * <p>Returns the full details of an <code>AppInstanceUser</code>.</p>
888
956
  */
889
957
  describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAppInstanceUserCommandOutput>;
890
958
  describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void): void;
891
959
  describeAppInstanceUser(args: DescribeAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void): void;
892
960
  /**
961
+ * @public
893
962
  * <p>Returns the full details of a channel in an Amazon Chime
894
963
  * <code>AppInstance</code>.</p>
895
964
  *
@@ -904,6 +973,7 @@ export declare class Chime extends ChimeClient {
904
973
  describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
905
974
  describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
906
975
  /**
976
+ * @public
907
977
  * <p>Returns the full details of a channel ban.</p>
908
978
  *
909
979
  * <note>
@@ -917,6 +987,7 @@ export declare class Chime extends ChimeClient {
917
987
  describeChannelBan(args: DescribeChannelBanCommandInput, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
918
988
  describeChannelBan(args: DescribeChannelBanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelBanCommandOutput) => void): void;
919
989
  /**
990
+ * @public
920
991
  * <p>Returns the full details of a user's channel membership.</p>
921
992
  * <note>
922
993
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -928,6 +999,7 @@ export declare class Chime extends ChimeClient {
928
999
  describeChannelMembership(args: DescribeChannelMembershipCommandInput, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
929
1000
  describeChannelMembership(args: DescribeChannelMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void): void;
930
1001
  /**
1002
+ * @public
931
1003
  * <p> Returns the details of a channel based on the membership of the specified
932
1004
  * <code>AppInstanceUser</code>.</p>
933
1005
  *
@@ -941,6 +1013,7 @@ export declare class Chime extends ChimeClient {
941
1013
  describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
942
1014
  describeChannelMembershipForAppInstanceUser(args: DescribeChannelMembershipForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void): void;
943
1015
  /**
1016
+ * @public
944
1017
  * <p>Returns the full details of a channel moderated by the specified
945
1018
  * <code>AppInstanceUser</code>.</p>
946
1019
  *
@@ -954,6 +1027,7 @@ export declare class Chime extends ChimeClient {
954
1027
  describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
955
1028
  describeChannelModeratedByAppInstanceUser(args: DescribeChannelModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void): void;
956
1029
  /**
1030
+ * @public
957
1031
  * <p>Returns the full details of a single ChannelModerator.</p>
958
1032
  * <note>
959
1033
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -965,30 +1039,35 @@ export declare class Chime extends ChimeClient {
965
1039
  describeChannelModerator(args: DescribeChannelModeratorCommandInput, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
966
1040
  describeChannelModerator(args: DescribeChannelModeratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void): void;
967
1041
  /**
1042
+ * @public
968
1043
  * <p>Disassociates the primary provisioned phone number from the specified Amazon Chime user.</p>
969
1044
  */
970
1045
  disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumberFromUserCommandOutput>;
971
1046
  disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void): void;
972
1047
  disassociatePhoneNumberFromUser(args: DisassociatePhoneNumberFromUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void): void;
973
1048
  /**
1049
+ * @public
974
1050
  * <p>Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.</p>
975
1051
  */
976
1052
  disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
977
1053
  disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
978
1054
  disassociatePhoneNumbersFromVoiceConnector(args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput) => void): void;
979
1055
  /**
1056
+ * @public
980
1057
  * <p>Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.</p>
981
1058
  */
982
1059
  disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
983
1060
  disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
984
1061
  disassociatePhoneNumbersFromVoiceConnectorGroup(args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput) => void): void;
985
1062
  /**
1063
+ * @public
986
1064
  * <p>Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.</p>
987
1065
  */
988
1066
  disassociateSigninDelegateGroupsFromAccount(args: DisassociateSigninDelegateGroupsFromAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
989
1067
  disassociateSigninDelegateGroupsFromAccount(args: DisassociateSigninDelegateGroupsFromAccountCommandInput, cb: (err: any, data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput) => void): void;
990
1068
  disassociateSigninDelegateGroupsFromAccount(args: DisassociateSigninDelegateGroupsFromAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput) => void): void;
991
1069
  /**
1070
+ * @public
992
1071
  * <p>Retrieves details for the specified Amazon Chime account, such as account type and supported
993
1072
  * licenses.</p>
994
1073
  */
@@ -996,6 +1075,7 @@ export declare class Chime extends ChimeClient {
996
1075
  getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
997
1076
  getAccount(args: GetAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
998
1077
  /**
1078
+ * @public
999
1079
  * <p>Retrieves account settings for the specified Amazon Chime account ID, such as remote control
1000
1080
  * and dialout settings. For more information about these settings, see
1001
1081
  * <a href="https://docs.aws.amazon.com/chime/latest/ag/policies.html">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.
@@ -1005,18 +1085,21 @@ export declare class Chime extends ChimeClient {
1005
1085
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
1006
1086
  getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
1007
1087
  /**
1088
+ * @public
1008
1089
  * <p>Gets the retention settings for an <code>AppInstance</code>.</p>
1009
1090
  */
1010
1091
  getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAppInstanceRetentionSettingsCommandOutput>;
1011
1092
  getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void): void;
1012
1093
  getAppInstanceRetentionSettings(args: GetAppInstanceRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void): void;
1013
1094
  /**
1095
+ * @public
1014
1096
  * <p>Gets the streaming settings for an <code>AppInstance</code>.</p>
1015
1097
  */
1016
1098
  getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
1017
1099
  getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: GetAppInstanceStreamingConfigurationsCommandOutput) => void): void;
1018
1100
  getAppInstanceStreamingConfigurations(args: GetAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppInstanceStreamingConfigurationsCommandOutput) => void): void;
1019
1101
  /**
1102
+ * @public
1020
1103
  * <p>
1021
1104
  * Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see
1022
1105
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -1029,12 +1112,14 @@ export declare class Chime extends ChimeClient {
1029
1112
  getAttendee(args: GetAttendeeCommandInput, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
1030
1113
  getAttendee(args: GetAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
1031
1114
  /**
1115
+ * @public
1032
1116
  * <p>Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.</p>
1033
1117
  */
1034
1118
  getBot(args: GetBotCommandInput, options?: __HttpHandlerOptions): Promise<GetBotCommandOutput>;
1035
1119
  getBot(args: GetBotCommandInput, cb: (err: any, data?: GetBotCommandOutput) => void): void;
1036
1120
  getBot(args: GetBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBotCommandOutput) => void): void;
1037
1121
  /**
1122
+ * @public
1038
1123
  * <p>Gets the full details of a channel message.</p>
1039
1124
  *
1040
1125
  * <note>
@@ -1047,12 +1132,14 @@ export declare class Chime extends ChimeClient {
1047
1132
  getChannelMessage(args: GetChannelMessageCommandInput, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
1048
1133
  getChannelMessage(args: GetChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelMessageCommandOutput) => void): void;
1049
1134
  /**
1135
+ * @public
1050
1136
  * <p>Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.</p>
1051
1137
  */
1052
1138
  getEventsConfiguration(args: GetEventsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetEventsConfigurationCommandOutput>;
1053
1139
  getEventsConfiguration(args: GetEventsConfigurationCommandInput, cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void): void;
1054
1140
  getEventsConfiguration(args: GetEventsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void): void;
1055
1141
  /**
1142
+ * @public
1056
1143
  * <p>Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business
1057
1144
  * Calling and Amazon Chime Voice Connector settings.</p>
1058
1145
  */
@@ -1060,12 +1147,14 @@ export declare class Chime extends ChimeClient {
1060
1147
  getGlobalSettings(args: GetGlobalSettingsCommandInput, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
1061
1148
  getGlobalSettings(args: GetGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void): void;
1062
1149
  /**
1150
+ * @public
1063
1151
  * <p>Gets an existing media capture pipeline.</p>
1064
1152
  */
1065
1153
  getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetMediaCapturePipelineCommandOutput>;
1066
1154
  getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
1067
1155
  getMediaCapturePipeline(args: GetMediaCapturePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void): void;
1068
1156
  /**
1157
+ * @public
1069
1158
  * <p>
1070
1159
  * Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see
1071
1160
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -1078,18 +1167,21 @@ export declare class Chime extends ChimeClient {
1078
1167
  getMeeting(args: GetMeetingCommandInput, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
1079
1168
  getMeeting(args: GetMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
1080
1169
  /**
1170
+ * @public
1081
1171
  * <p>The details of the endpoint for the messaging session.</p>
1082
1172
  */
1083
1173
  getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetMessagingSessionEndpointCommandOutput>;
1084
1174
  getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
1085
1175
  getMessagingSessionEndpoint(args: GetMessagingSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void): void;
1086
1176
  /**
1177
+ * @public
1087
1178
  * <p>Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.</p>
1088
1179
  */
1089
1180
  getPhoneNumber(args: GetPhoneNumberCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberCommandOutput>;
1090
1181
  getPhoneNumber(args: GetPhoneNumberCommandInput, cb: (err: any, data?: GetPhoneNumberCommandOutput) => void): void;
1091
1182
  getPhoneNumber(args: GetPhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberCommandOutput) => void): void;
1092
1183
  /**
1184
+ * @public
1093
1185
  * <p>Retrieves details for the specified phone number order, such as the order creation timestamp, phone
1094
1186
  * numbers in E.164 format, product type, and order status.</p>
1095
1187
  */
@@ -1097,18 +1189,21 @@ export declare class Chime extends ChimeClient {
1097
1189
  getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void): void;
1098
1190
  getPhoneNumberOrder(args: GetPhoneNumberOrderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void): void;
1099
1191
  /**
1192
+ * @public
1100
1193
  * <p>Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.</p>
1101
1194
  */
1102
1195
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetPhoneNumberSettingsCommandOutput>;
1103
1196
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
1104
1197
  getPhoneNumberSettings(args: GetPhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void): void;
1105
1198
  /**
1199
+ * @public
1106
1200
  * <p>Gets the specified proxy session details for the specified Amazon Chime Voice Connector.</p>
1107
1201
  */
1108
1202
  getProxySession(args: GetProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<GetProxySessionCommandOutput>;
1109
1203
  getProxySession(args: GetProxySessionCommandInput, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
1110
1204
  getProxySession(args: GetProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProxySessionCommandOutput) => void): void;
1111
1205
  /**
1206
+ * @public
1112
1207
  * <p>
1113
1208
  * Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see
1114
1209
  * <a href="https://docs.aws.amazon.com/chime/latest/ag/chat-retention.html">Managing Chat Retention Policies</a> in the <i>Amazon Chime Administration Guide</i>.
@@ -1118,30 +1213,35 @@ export declare class Chime extends ChimeClient {
1118
1213
  getRetentionSettings(args: GetRetentionSettingsCommandInput, cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void): void;
1119
1214
  getRetentionSettings(args: GetRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void): void;
1120
1215
  /**
1216
+ * @public
1121
1217
  * <p>Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>
1122
1218
  */
1123
1219
  getRoom(args: GetRoomCommandInput, options?: __HttpHandlerOptions): Promise<GetRoomCommandOutput>;
1124
1220
  getRoom(args: GetRoomCommandInput, cb: (err: any, data?: GetRoomCommandOutput) => void): void;
1125
1221
  getRoom(args: GetRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoomCommandOutput) => void): void;
1126
1222
  /**
1223
+ * @public
1127
1224
  * <p>Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.</p>
1128
1225
  */
1129
1226
  getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationCommandOutput>;
1130
1227
  getSipMediaApplication(args: GetSipMediaApplicationCommandInput, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
1131
1228
  getSipMediaApplication(args: GetSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void): void;
1132
1229
  /**
1230
+ * @public
1133
1231
  * <p>Returns the logging configuration for the specified SIP media application.</p>
1134
1232
  */
1135
1233
  getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
1136
1234
  getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
1137
1235
  getSipMediaApplicationLoggingConfiguration(args: GetSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
1138
1236
  /**
1237
+ * @public
1139
1238
  * <p>Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.</p>
1140
1239
  */
1141
1240
  getSipRule(args: GetSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetSipRuleCommandOutput>;
1142
1241
  getSipRule(args: GetSipRuleCommandInput, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
1143
1242
  getSipRule(args: GetSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSipRuleCommandOutput) => void): void;
1144
1243
  /**
1244
+ * @public
1145
1245
  * <p>Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting PIN.</p>
1146
1246
  *
1147
1247
  * <p>
@@ -1153,24 +1253,28 @@ export declare class Chime extends ChimeClient {
1153
1253
  getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
1154
1254
  getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
1155
1255
  /**
1256
+ * @public
1156
1257
  * <p>Retrieves settings for the specified user ID, such as any associated phone number settings.</p>
1157
1258
  */
1158
1259
  getUserSettings(args: GetUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetUserSettingsCommandOutput>;
1159
1260
  getUserSettings(args: GetUserSettingsCommandInput, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
1160
1261
  getUserSettings(args: GetUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserSettingsCommandOutput) => void): void;
1161
1262
  /**
1263
+ * @public
1162
1264
  * <p>Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.</p>
1163
1265
  */
1164
1266
  getVoiceConnector(args: GetVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorCommandOutput>;
1165
1267
  getVoiceConnector(args: GetVoiceConnectorCommandInput, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
1166
1268
  getVoiceConnector(args: GetVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void): void;
1167
1269
  /**
1270
+ * @public
1168
1271
  * <p>Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.</p>
1169
1272
  */
1170
1273
  getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
1171
1274
  getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
1172
1275
  getVoiceConnectorEmergencyCallingConfiguration(args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
1173
1276
  /**
1277
+ * @public
1174
1278
  * <p>
1175
1279
  * Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated <code>VoiceConnectorItems</code>.</p>
1176
1280
  */
@@ -1178,24 +1282,28 @@ export declare class Chime extends ChimeClient {
1178
1282
  getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
1179
1283
  getVoiceConnectorGroup(args: GetVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void): void;
1180
1284
  /**
1285
+ * @public
1181
1286
  * <p>Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>
1182
1287
  */
1183
1288
  getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
1184
1289
  getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
1185
1290
  getVoiceConnectorLoggingConfiguration(args: GetVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
1186
1291
  /**
1292
+ * @public
1187
1293
  * <p>Retrieves origination setting details for the specified Amazon Chime Voice Connector.</p>
1188
1294
  */
1189
1295
  getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorOriginationCommandOutput>;
1190
1296
  getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
1191
1297
  getVoiceConnectorOrigination(args: GetVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void): void;
1192
1298
  /**
1299
+ * @public
1193
1300
  * <p>Gets the proxy configuration details for the specified Amazon Chime Voice Connector.</p>
1194
1301
  */
1195
1302
  getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorProxyCommandOutput>;
1196
1303
  getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
1197
1304
  getVoiceConnectorProxy(args: GetVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void): void;
1198
1305
  /**
1306
+ * @public
1199
1307
  * <p>Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector.
1200
1308
  * Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows
1201
1309
  * the retention period, in hours, for the Amazon Kinesis data.</p>
@@ -1204,12 +1312,14 @@ export declare class Chime extends ChimeClient {
1204
1312
  getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
1205
1313
  getVoiceConnectorStreamingConfiguration(args: GetVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
1206
1314
  /**
1315
+ * @public
1207
1316
  * <p>Retrieves termination setting details for the specified Amazon Chime Voice Connector.</p>
1208
1317
  */
1209
1318
  getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options?: __HttpHandlerOptions): Promise<GetVoiceConnectorTerminationCommandOutput>;
1210
1319
  getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
1211
1320
  getVoiceConnectorTermination(args: GetVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void): void;
1212
1321
  /**
1322
+ * @public
1213
1323
  * <p>Retrieves information about the last time a SIP <code>OPTIONS</code> ping was received from
1214
1324
  * your SIP infrastructure for the specified Amazon Chime Voice Connector.</p>
1215
1325
  */
@@ -1217,6 +1327,7 @@ export declare class Chime extends ChimeClient {
1217
1327
  getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
1218
1328
  getVoiceConnectorTerminationHealth(args: GetVoiceConnectorTerminationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVoiceConnectorTerminationHealthCommandOutput) => void): void;
1219
1329
  /**
1330
+ * @public
1220
1331
  * <p>Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime
1221
1332
  * <code>Team</code> account. Only <code>Team</code> account types are currently
1222
1333
  * supported for this action.</p>
@@ -1225,6 +1336,7 @@ export declare class Chime extends ChimeClient {
1225
1336
  inviteUsers(args: InviteUsersCommandInput, cb: (err: any, data?: InviteUsersCommandOutput) => void): void;
1226
1337
  inviteUsers(args: InviteUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteUsersCommandOutput) => void): void;
1227
1338
  /**
1339
+ * @public
1228
1340
  * <p>Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts
1229
1341
  * by account name prefix. To find out which Amazon Chime account a user belongs to, you can
1230
1342
  * filter by the user's email address, which returns one account result.</p>
@@ -1233,18 +1345,21 @@ export declare class Chime extends ChimeClient {
1233
1345
  listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
1234
1346
  listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
1235
1347
  /**
1348
+ * @public
1236
1349
  * <p>Returns a list of the administrators in the <code>AppInstance</code>.</p>
1237
1350
  */
1238
1351
  listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstanceAdminsCommandOutput>;
1239
1352
  listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void): void;
1240
1353
  listAppInstanceAdmins(args: ListAppInstanceAdminsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void): void;
1241
1354
  /**
1355
+ * @public
1242
1356
  * <p>Lists all Amazon Chime <code>AppInstance</code>s created under a single AWS account.</p>
1243
1357
  */
1244
1358
  listAppInstances(args: ListAppInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListAppInstancesCommandOutput>;
1245
1359
  listAppInstances(args: ListAppInstancesCommandInput, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
1246
1360
  listAppInstances(args: ListAppInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstancesCommandOutput) => void): void;
1247
1361
  /**
1362
+ * @public
1248
1363
  * <p>List all <code>AppInstanceUsers</code>
1249
1364
  * created under a single <code>AppInstance</code>.
1250
1365
  * </p>
@@ -1253,6 +1368,7 @@ export declare class Chime extends ChimeClient {
1253
1368
  listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void): void;
1254
1369
  listAppInstanceUsers(args: ListAppInstanceUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void): void;
1255
1370
  /**
1371
+ * @public
1256
1372
  * <p>
1257
1373
  * Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
1258
1374
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -1263,18 +1379,21 @@ export declare class Chime extends ChimeClient {
1263
1379
  listAttendees(args: ListAttendeesCommandInput, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
1264
1380
  listAttendees(args: ListAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
1265
1381
  /**
1382
+ * @public
1266
1383
  * <p>Lists the tags applied to an Amazon Chime SDK attendee resource.</p>
1267
1384
  */
1268
1385
  listAttendeeTags(args: ListAttendeeTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttendeeTagsCommandOutput>;
1269
1386
  listAttendeeTags(args: ListAttendeeTagsCommandInput, cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void): void;
1270
1387
  listAttendeeTags(args: ListAttendeeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void): void;
1271
1388
  /**
1389
+ * @public
1272
1390
  * <p>Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.</p>
1273
1391
  */
1274
1392
  listBots(args: ListBotsCommandInput, options?: __HttpHandlerOptions): Promise<ListBotsCommandOutput>;
1275
1393
  listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
1276
1394
  listBots(args: ListBotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
1277
1395
  /**
1396
+ * @public
1278
1397
  * <p>Lists all the users banned from a particular channel.</p>
1279
1398
  *
1280
1399
  * <note>
@@ -1288,6 +1407,7 @@ export declare class Chime extends ChimeClient {
1288
1407
  listChannelBans(args: ListChannelBansCommandInput, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
1289
1408
  listChannelBans(args: ListChannelBansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelBansCommandOutput) => void): void;
1290
1409
  /**
1410
+ * @public
1291
1411
  * <p>Lists all channel memberships in a channel.</p>
1292
1412
  *
1293
1413
  * <note>
@@ -1301,6 +1421,7 @@ export declare class Chime extends ChimeClient {
1301
1421
  listChannelMemberships(args: ListChannelMembershipsCommandInput, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
1302
1422
  listChannelMemberships(args: ListChannelMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void): void;
1303
1423
  /**
1424
+ * @public
1304
1425
  * <p> Lists all channels that a particular <code>AppInstanceUser</code> is a part of. Only an
1305
1426
  * <code>AppInstanceAdmin</code> can call the API with a user ARN that is not their own. </p>
1306
1427
  *
@@ -1314,6 +1435,7 @@ export declare class Chime extends ChimeClient {
1314
1435
  listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
1315
1436
  listChannelMembershipsForAppInstanceUser(args: ListChannelMembershipsForAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void): void;
1316
1437
  /**
1438
+ * @public
1317
1439
  * <p>List all the messages in a channel. Returns a paginated list of
1318
1440
  * <code>ChannelMessages</code>. By default, sorted by creation timestamp in descending
1319
1441
  * order.</p>
@@ -1330,6 +1452,7 @@ export declare class Chime extends ChimeClient {
1330
1452
  listChannelMessages(args: ListChannelMessagesCommandInput, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
1331
1453
  listChannelMessages(args: ListChannelMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelMessagesCommandOutput) => void): void;
1332
1454
  /**
1455
+ * @public
1333
1456
  * <p>Lists all the moderators for a channel.</p>
1334
1457
  * <note>
1335
1458
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
@@ -1341,6 +1464,7 @@ export declare class Chime extends ChimeClient {
1341
1464
  listChannelModerators(args: ListChannelModeratorsCommandInput, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
1342
1465
  listChannelModerators(args: ListChannelModeratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void): void;
1343
1466
  /**
1467
+ * @public
1344
1468
  * <p>Lists all Channels created under a single Chime App as a paginated list. You can specify
1345
1469
  * filters to narrow results.</p>
1346
1470
  *
@@ -1368,6 +1492,7 @@ export declare class Chime extends ChimeClient {
1368
1492
  listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
1369
1493
  listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
1370
1494
  /**
1495
+ * @public
1371
1496
  * <p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p>
1372
1497
  *
1373
1498
  * <note>
@@ -1380,12 +1505,14 @@ export declare class Chime extends ChimeClient {
1380
1505
  listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
1381
1506
  listChannelsModeratedByAppInstanceUser(args: ListChannelsModeratedByAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void): void;
1382
1507
  /**
1508
+ * @public
1383
1509
  * <p>Returns a list of media capture pipelines.</p>
1384
1510
  */
1385
1511
  listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListMediaCapturePipelinesCommandOutput>;
1386
1512
  listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
1387
1513
  listMediaCapturePipelines(args: ListMediaCapturePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMediaCapturePipelinesCommandOutput) => void): void;
1388
1514
  /**
1515
+ * @public
1389
1516
  * <p>
1390
1517
  * Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see
1391
1518
  * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
@@ -1395,30 +1522,35 @@ export declare class Chime extends ChimeClient {
1395
1522
  listMeetings(args: ListMeetingsCommandInput, cb: (err: any, data?: ListMeetingsCommandOutput) => void): void;
1396
1523
  listMeetings(args: ListMeetingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeetingsCommandOutput) => void): void;
1397
1524
  /**
1525
+ * @public
1398
1526
  * <p>Lists the tags applied to an Amazon Chime SDK meeting resource.</p>
1399
1527
  */
1400
1528
  listMeetingTags(args: ListMeetingTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListMeetingTagsCommandOutput>;
1401
1529
  listMeetingTags(args: ListMeetingTagsCommandInput, cb: (err: any, data?: ListMeetingTagsCommandOutput) => void): void;
1402
1530
  listMeetingTags(args: ListMeetingTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMeetingTagsCommandOutput) => void): void;
1403
1531
  /**
1532
+ * @public
1404
1533
  * <p>Lists the phone number orders for the administrator's Amazon Chime account.</p>
1405
1534
  */
1406
1535
  listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumberOrdersCommandOutput>;
1407
1536
  listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void): void;
1408
1537
  listPhoneNumberOrders(args: ListPhoneNumberOrdersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void): void;
1409
1538
  /**
1539
+ * @public
1410
1540
  * <p>Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.</p>
1411
1541
  */
1412
1542
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options?: __HttpHandlerOptions): Promise<ListPhoneNumbersCommandOutput>;
1413
1543
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
1414
1544
  listPhoneNumbers(args: ListPhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void): void;
1415
1545
  /**
1546
+ * @public
1416
1547
  * <p>Lists the proxy sessions for the specified Amazon Chime Voice Connector.</p>
1417
1548
  */
1418
1549
  listProxySessions(args: ListProxySessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProxySessionsCommandOutput>;
1419
1550
  listProxySessions(args: ListProxySessionsCommandInput, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
1420
1551
  listProxySessions(args: ListProxySessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProxySessionsCommandOutput) => void): void;
1421
1552
  /**
1553
+ * @public
1422
1554
  * <p>Lists the membership details for the specified room in an Amazon Chime Enterprise account,
1423
1555
  * such as the members' IDs, email addresses, and names.</p>
1424
1556
  */
@@ -1426,36 +1558,42 @@ export declare class Chime extends ChimeClient {
1426
1558
  listRoomMemberships(args: ListRoomMembershipsCommandInput, cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void): void;
1427
1559
  listRoomMemberships(args: ListRoomMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void): void;
1428
1560
  /**
1561
+ * @public
1429
1562
  * <p>Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a member ID (user ID or bot ID) to see a list of rooms that the member belongs to.</p>
1430
1563
  */
1431
1564
  listRooms(args: ListRoomsCommandInput, options?: __HttpHandlerOptions): Promise<ListRoomsCommandOutput>;
1432
1565
  listRooms(args: ListRoomsCommandInput, cb: (err: any, data?: ListRoomsCommandOutput) => void): void;
1433
1566
  listRooms(args: ListRoomsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRoomsCommandOutput) => void): void;
1434
1567
  /**
1568
+ * @public
1435
1569
  * <p>Lists the SIP media applications under the administrator's AWS account.</p>
1436
1570
  */
1437
1571
  listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSipMediaApplicationsCommandOutput>;
1438
1572
  listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
1439
1573
  listSipMediaApplications(args: ListSipMediaApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void): void;
1440
1574
  /**
1575
+ * @public
1441
1576
  * <p>Lists the SIP rules under the administrator's AWS account.</p>
1442
1577
  */
1443
1578
  listSipRules(args: ListSipRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListSipRulesCommandOutput>;
1444
1579
  listSipRules(args: ListSipRulesCommandInput, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
1445
1580
  listSipRules(args: ListSipRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSipRulesCommandOutput) => void): void;
1446
1581
  /**
1582
+ * @public
1447
1583
  * <p>Lists supported phone number countries.</p>
1448
1584
  */
1449
1585
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options?: __HttpHandlerOptions): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
1450
1586
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
1451
1587
  listSupportedPhoneNumberCountries(args: ListSupportedPhoneNumberCountriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void): void;
1452
1588
  /**
1589
+ * @public
1453
1590
  * <p>Lists the tags applied to an Amazon Chime SDK meeting resource.</p>
1454
1591
  */
1455
1592
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
1456
1593
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1457
1594
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1458
1595
  /**
1596
+ * @public
1459
1597
  * <p>Lists the users that belong to the specified Amazon Chime account. You can specify an email
1460
1598
  * address to list only the user that the email address belongs to.</p>
1461
1599
  */
@@ -1463,42 +1601,49 @@ export declare class Chime extends ChimeClient {
1463
1601
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
1464
1602
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
1465
1603
  /**
1604
+ * @public
1466
1605
  * <p>Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.</p>
1467
1606
  */
1468
1607
  listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorGroupsCommandOutput>;
1469
1608
  listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
1470
1609
  listVoiceConnectorGroups(args: ListVoiceConnectorGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void): void;
1471
1610
  /**
1611
+ * @public
1472
1612
  * <p>Lists the Amazon Chime Voice Connectors for the administrator's AWS account.</p>
1473
1613
  */
1474
1614
  listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorsCommandOutput>;
1475
1615
  listVoiceConnectors(args: ListVoiceConnectorsCommandInput, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
1476
1616
  listVoiceConnectors(args: ListVoiceConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void): void;
1477
1617
  /**
1618
+ * @public
1478
1619
  * <p>Lists the SIP credentials for the specified Amazon Chime Voice Connector.</p>
1479
1620
  */
1480
1621
  listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
1481
1622
  listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1482
1623
  listVoiceConnectorTerminationCredentials(args: ListVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1483
1624
  /**
1625
+ * @public
1484
1626
  * <p>Logs out the specified user from all of the devices they are currently logged into.</p>
1485
1627
  */
1486
1628
  logoutUser(args: LogoutUserCommandInput, options?: __HttpHandlerOptions): Promise<LogoutUserCommandOutput>;
1487
1629
  logoutUser(args: LogoutUserCommandInput, cb: (err: any, data?: LogoutUserCommandOutput) => void): void;
1488
1630
  logoutUser(args: LogoutUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutUserCommandOutput) => void): void;
1489
1631
  /**
1632
+ * @public
1490
1633
  * <p>Sets the amount of time in days that a given <code>AppInstance</code> retains data.</p>
1491
1634
  */
1492
1635
  putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<PutAppInstanceRetentionSettingsCommandOutput>;
1493
1636
  putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void): void;
1494
1637
  putAppInstanceRetentionSettings(args: PutAppInstanceRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void): void;
1495
1638
  /**
1639
+ * @public
1496
1640
  * <p>The data streaming configurations of an <code>AppInstance</code>.</p>
1497
1641
  */
1498
1642
  putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
1499
1643
  putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, cb: (err: any, data?: PutAppInstanceStreamingConfigurationsCommandOutput) => void): void;
1500
1644
  putAppInstanceStreamingConfigurations(args: PutAppInstanceStreamingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAppInstanceStreamingConfigurationsCommandOutput) => void): void;
1501
1645
  /**
1646
+ * @public
1502
1647
  * <p>Creates an events configuration that allows a bot to receive outgoing events sent by Amazon
1503
1648
  * Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information,
1504
1649
  * see <a>Bot</a>.</p>
@@ -1507,6 +1652,7 @@ export declare class Chime extends ChimeClient {
1507
1652
  putEventsConfiguration(args: PutEventsConfigurationCommandInput, cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void): void;
1508
1653
  putEventsConfiguration(args: PutEventsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void): void;
1509
1654
  /**
1655
+ * @public
1510
1656
  * <p>
1511
1657
  * Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to monitor usage of this API for your account. For more information, see
1512
1658
  * <a href="https://docs.aws.amazon.com/chime/latest/ag/cloudtrail.html">Logging Amazon Chime API Calls with AWS CloudTrail</a>
@@ -1525,12 +1671,14 @@ export declare class Chime extends ChimeClient {
1525
1671
  putRetentionSettings(args: PutRetentionSettingsCommandInput, cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void): void;
1526
1672
  putRetentionSettings(args: PutRetentionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void): void;
1527
1673
  /**
1674
+ * @public
1528
1675
  * <p>Updates the logging configuration for the specified SIP media application.</p>
1529
1676
  */
1530
1677
  putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
1531
1678
  putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
1532
1679
  putSipMediaApplicationLoggingConfiguration(args: PutSipMediaApplicationLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutSipMediaApplicationLoggingConfigurationCommandOutput) => void): void;
1533
1680
  /**
1681
+ * @public
1534
1682
  * <p>Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for
1535
1683
  * the Amazon Chime Voice Connector before emergency calling can be configured.</p>
1536
1684
  */
@@ -1538,12 +1686,14 @@ export declare class Chime extends ChimeClient {
1538
1686
  putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
1539
1687
  putVoiceConnectorEmergencyCallingConfiguration(args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput) => void): void;
1540
1688
  /**
1689
+ * @public
1541
1690
  * <p>Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>
1542
1691
  */
1543
1692
  putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
1544
1693
  putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
1545
1694
  putVoiceConnectorLoggingConfiguration(args: PutVoiceConnectorLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorLoggingConfigurationCommandOutput) => void): void;
1546
1695
  /**
1696
+ * @public
1547
1697
  * <p>Adds origination settings for the specified Amazon Chime Voice Connector.</p>
1548
1698
  *
1549
1699
  * <note>
@@ -1554,12 +1704,14 @@ export declare class Chime extends ChimeClient {
1554
1704
  putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
1555
1705
  putVoiceConnectorOrigination(args: PutVoiceConnectorOriginationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void): void;
1556
1706
  /**
1707
+ * @public
1557
1708
  * <p>Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.</p>
1558
1709
  */
1559
1710
  putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorProxyCommandOutput>;
1560
1711
  putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
1561
1712
  putVoiceConnectorProxy(args: PutVoiceConnectorProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void): void;
1562
1713
  /**
1714
+ * @public
1563
1715
  * <p>Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming
1564
1716
  * configuration specifies whether media streaming is enabled for sending to Kinesis.
1565
1717
  * It also sets the retention period, in hours, for the Amazon Kinesis data.</p>
@@ -1568,6 +1720,7 @@ export declare class Chime extends ChimeClient {
1568
1720
  putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
1569
1721
  putVoiceConnectorStreamingConfiguration(args: PutVoiceConnectorStreamingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorStreamingConfigurationCommandOutput) => void): void;
1570
1722
  /**
1723
+ * @public
1571
1724
  * <p>Adds termination settings for the specified Amazon Chime Voice Connector.</p>
1572
1725
  *
1573
1726
  * <note>
@@ -1578,12 +1731,14 @@ export declare class Chime extends ChimeClient {
1578
1731
  putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
1579
1732
  putVoiceConnectorTermination(args: PutVoiceConnectorTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void): void;
1580
1733
  /**
1734
+ * @public
1581
1735
  * <p>Adds termination SIP credentials for the specified Amazon Chime Voice Connector.</p>
1582
1736
  */
1583
1737
  putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
1584
1738
  putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1585
1739
  putVoiceConnectorTerminationCredentials(args: PutVoiceConnectorTerminationCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutVoiceConnectorTerminationCredentialsCommandOutput) => void): void;
1586
1740
  /**
1741
+ * @public
1587
1742
  * <p>Redacts message content, but not metadata. The message exists in the back end, but the
1588
1743
  * action returns null content, and the state shows as redacted.</p>
1589
1744
  *
@@ -1597,24 +1752,28 @@ export declare class Chime extends ChimeClient {
1597
1752
  redactChannelMessage(args: RedactChannelMessageCommandInput, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
1598
1753
  redactChannelMessage(args: RedactChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactChannelMessageCommandOutput) => void): void;
1599
1754
  /**
1755
+ * @public
1600
1756
  * <p>Redacts the specified message from the specified Amazon Chime conversation.</p>
1601
1757
  */
1602
1758
  redactConversationMessage(args: RedactConversationMessageCommandInput, options?: __HttpHandlerOptions): Promise<RedactConversationMessageCommandOutput>;
1603
1759
  redactConversationMessage(args: RedactConversationMessageCommandInput, cb: (err: any, data?: RedactConversationMessageCommandOutput) => void): void;
1604
1760
  redactConversationMessage(args: RedactConversationMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactConversationMessageCommandOutput) => void): void;
1605
1761
  /**
1762
+ * @public
1606
1763
  * <p>Redacts the specified message from the specified Amazon Chime channel.</p>
1607
1764
  */
1608
1765
  redactRoomMessage(args: RedactRoomMessageCommandInput, options?: __HttpHandlerOptions): Promise<RedactRoomMessageCommandOutput>;
1609
1766
  redactRoomMessage(args: RedactRoomMessageCommandInput, cb: (err: any, data?: RedactRoomMessageCommandOutput) => void): void;
1610
1767
  redactRoomMessage(args: RedactRoomMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RedactRoomMessageCommandOutput) => void): void;
1611
1768
  /**
1769
+ * @public
1612
1770
  * <p>Regenerates the security token for a bot.</p>
1613
1771
  */
1614
1772
  regenerateSecurityToken(args: RegenerateSecurityTokenCommandInput, options?: __HttpHandlerOptions): Promise<RegenerateSecurityTokenCommandOutput>;
1615
1773
  regenerateSecurityToken(args: RegenerateSecurityTokenCommandInput, cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void): void;
1616
1774
  regenerateSecurityToken(args: RegenerateSecurityTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void): void;
1617
1775
  /**
1776
+ * @public
1618
1777
  * <p>Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns
1619
1778
  * the <a>User</a> object with the updated personal meeting PIN.</p>
1620
1779
  */
@@ -1622,6 +1781,7 @@ export declare class Chime extends ChimeClient {
1622
1781
  resetPersonalPIN(args: ResetPersonalPINCommandInput, cb: (err: any, data?: ResetPersonalPINCommandOutput) => void): void;
1623
1782
  resetPersonalPIN(args: ResetPersonalPINCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetPersonalPINCommandOutput) => void): void;
1624
1783
  /**
1784
+ * @public
1625
1785
  * <p>Moves a phone number from the <b>Deletion queue</b> back into the
1626
1786
  * phone number <b>Inventory</b>.</p>
1627
1787
  */
@@ -1629,6 +1789,7 @@ export declare class Chime extends ChimeClient {
1629
1789
  restorePhoneNumber(args: RestorePhoneNumberCommandInput, cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void): void;
1630
1790
  restorePhoneNumber(args: RestorePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void): void;
1631
1791
  /**
1792
+ * @public
1632
1793
  * <p>Searches for phone numbers that can be ordered. For US numbers, provide at least one of
1633
1794
  * the following search filters: <code>AreaCode</code>, <code>City</code>,
1634
1795
  * <code>State</code>, or <code>TollFreePrefix</code>. If you provide
@@ -1639,6 +1800,7 @@ export declare class Chime extends ChimeClient {
1639
1800
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
1640
1801
  searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
1641
1802
  /**
1803
+ * @public
1642
1804
  * <p>Sends a message to a particular channel that the member is a part of.</p>
1643
1805
  *
1644
1806
  * <note>
@@ -1654,60 +1816,70 @@ export declare class Chime extends ChimeClient {
1654
1816
  sendChannelMessage(args: SendChannelMessageCommandInput, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1655
1817
  sendChannelMessage(args: SendChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendChannelMessageCommandOutput) => void): void;
1656
1818
  /**
1819
+ * @public
1657
1820
  * <p>Starts transcription for the specified <code>meetingId</code>. </p>
1658
1821
  */
1659
1822
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
1660
1823
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
1661
1824
  startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
1662
1825
  /**
1826
+ * @public
1663
1827
  * <p>Stops transcription for the specified <code>meetingId</code>.</p>
1664
1828
  */
1665
1829
  stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StopMeetingTranscriptionCommandOutput>;
1666
1830
  stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
1667
1831
  stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
1668
1832
  /**
1833
+ * @public
1669
1834
  * <p>Applies the specified tags to the specified Amazon Chime SDK attendee.</p>
1670
1835
  */
1671
1836
  tagAttendee(args: TagAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<TagAttendeeCommandOutput>;
1672
1837
  tagAttendee(args: TagAttendeeCommandInput, cb: (err: any, data?: TagAttendeeCommandOutput) => void): void;
1673
1838
  tagAttendee(args: TagAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagAttendeeCommandOutput) => void): void;
1674
1839
  /**
1840
+ * @public
1675
1841
  * <p>Applies the specified tags to the specified Amazon Chime SDK meeting.</p>
1676
1842
  */
1677
1843
  tagMeeting(args: TagMeetingCommandInput, options?: __HttpHandlerOptions): Promise<TagMeetingCommandOutput>;
1678
1844
  tagMeeting(args: TagMeetingCommandInput, cb: (err: any, data?: TagMeetingCommandOutput) => void): void;
1679
1845
  tagMeeting(args: TagMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagMeetingCommandOutput) => void): void;
1680
1846
  /**
1847
+ * @public
1681
1848
  * <p>Applies the specified tags to the specified Amazon Chime SDK meeting resource.</p>
1682
1849
  */
1683
1850
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1684
1851
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1685
1852
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1686
1853
  /**
1854
+ * @public
1687
1855
  * <p>Untags the specified tags from the specified Amazon Chime SDK attendee.</p>
1688
1856
  */
1689
1857
  untagAttendee(args: UntagAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<UntagAttendeeCommandOutput>;
1690
1858
  untagAttendee(args: UntagAttendeeCommandInput, cb: (err: any, data?: UntagAttendeeCommandOutput) => void): void;
1691
1859
  untagAttendee(args: UntagAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagAttendeeCommandOutput) => void): void;
1692
1860
  /**
1861
+ * @public
1693
1862
  * <p>Untags the specified tags from the specified Amazon Chime SDK meeting.</p>
1694
1863
  */
1695
1864
  untagMeeting(args: UntagMeetingCommandInput, options?: __HttpHandlerOptions): Promise<UntagMeetingCommandOutput>;
1696
1865
  untagMeeting(args: UntagMeetingCommandInput, cb: (err: any, data?: UntagMeetingCommandOutput) => void): void;
1697
1866
  untagMeeting(args: UntagMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagMeetingCommandOutput) => void): void;
1698
1867
  /**
1868
+ * @public
1699
1869
  * <p>Untags the specified tags from the specified Amazon Chime SDK meeting resource.</p>
1700
1870
  */
1701
1871
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
1702
1872
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1703
1873
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1704
1874
  /**
1875
+ * @public
1705
1876
  * <p>Updates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action.</p>
1706
1877
  */
1707
1878
  updateAccount(args: UpdateAccountCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountCommandOutput>;
1708
1879
  updateAccount(args: UpdateAccountCommandInput, cb: (err: any, data?: UpdateAccountCommandOutput) => void): void;
1709
1880
  updateAccount(args: UpdateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountCommandOutput) => void): void;
1710
1881
  /**
1882
+ * @public
1711
1883
  * <p>Updates the settings for the specified Amazon Chime account. You can update settings for
1712
1884
  * remote control of shared screens, or for the dial-out option. For more information about
1713
1885
  * these settings, see <a href="https://docs.aws.amazon.com/chime/latest/ag/policies.html">Use
@@ -1718,24 +1890,28 @@ export declare class Chime extends ChimeClient {
1718
1890
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
1719
1891
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
1720
1892
  /**
1893
+ * @public
1721
1894
  * <p>Updates <code>AppInstance</code> metadata.</p>
1722
1895
  */
1723
1896
  updateAppInstance(args: UpdateAppInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppInstanceCommandOutput>;
1724
1897
  updateAppInstance(args: UpdateAppInstanceCommandInput, cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void): void;
1725
1898
  updateAppInstance(args: UpdateAppInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void): void;
1726
1899
  /**
1900
+ * @public
1727
1901
  * <p>Updates the details of an <code>AppInstanceUser</code>. You can update names and metadata.</p>
1728
1902
  */
1729
1903
  updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppInstanceUserCommandOutput>;
1730
1904
  updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void): void;
1731
1905
  updateAppInstanceUser(args: UpdateAppInstanceUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void): void;
1732
1906
  /**
1907
+ * @public
1733
1908
  * <p>Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.</p>
1734
1909
  */
1735
1910
  updateBot(args: UpdateBotCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBotCommandOutput>;
1736
1911
  updateBot(args: UpdateBotCommandInput, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
1737
1912
  updateBot(args: UpdateBotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBotCommandOutput) => void): void;
1738
1913
  /**
1914
+ * @public
1739
1915
  * <p>Update a channel's attributes.</p>
1740
1916
  * <p>
1741
1917
  * <b>Restriction</b>: You can't change a channel's privacy. </p>
@@ -1749,6 +1925,7 @@ export declare class Chime extends ChimeClient {
1749
1925
  updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
1750
1926
  updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
1751
1927
  /**
1928
+ * @public
1752
1929
  * <p>Updates the content of a message.</p>
1753
1930
  *
1754
1931
  * <note>
@@ -1761,6 +1938,7 @@ export declare class Chime extends ChimeClient {
1761
1938
  updateChannelMessage(args: UpdateChannelMessageCommandInput, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
1762
1939
  updateChannelMessage(args: UpdateChannelMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void): void;
1763
1940
  /**
1941
+ * @public
1764
1942
  * <p>The details of the time when a user last read messages in a channel.</p>
1765
1943
  *
1766
1944
  * <note>
@@ -1773,12 +1951,14 @@ export declare class Chime extends ChimeClient {
1773
1951
  updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
1774
1952
  updateChannelReadMarker(args: UpdateChannelReadMarkerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void): void;
1775
1953
  /**
1954
+ * @public
1776
1955
  * <p>Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.</p>
1777
1956
  */
1778
1957
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
1779
1958
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
1780
1959
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
1781
1960
  /**
1961
+ * @public
1782
1962
  * <p>Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.</p>
1783
1963
  * <p>For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.</p>
1784
1964
  * <p>Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>
@@ -1787,6 +1967,7 @@ export declare class Chime extends ChimeClient {
1787
1967
  updatePhoneNumber(args: UpdatePhoneNumberCommandInput, cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void): void;
1788
1968
  updatePhoneNumber(args: UpdatePhoneNumberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void): void;
1789
1969
  /**
1970
+ * @public
1790
1971
  * <p>Updates the phone number settings for the administrator's AWS account, such as the default
1791
1972
  * outbound calling name. You can update the default outbound calling name once every seven
1792
1973
  * days. Outbound calling names can take up to 72 hours to update.</p>
@@ -1795,18 +1976,21 @@ export declare class Chime extends ChimeClient {
1795
1976
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
1796
1977
  updatePhoneNumberSettings(args: UpdatePhoneNumberSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void): void;
1797
1978
  /**
1979
+ * @public
1798
1980
  * <p>Updates the specified proxy session details, such as voice or SMS capabilities.</p>
1799
1981
  */
1800
1982
  updateProxySession(args: UpdateProxySessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProxySessionCommandOutput>;
1801
1983
  updateProxySession(args: UpdateProxySessionCommandInput, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
1802
1984
  updateProxySession(args: UpdateProxySessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProxySessionCommandOutput) => void): void;
1803
1985
  /**
1986
+ * @public
1804
1987
  * <p>Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>
1805
1988
  */
1806
1989
  updateRoom(args: UpdateRoomCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRoomCommandOutput>;
1807
1990
  updateRoom(args: UpdateRoomCommandInput, cb: (err: any, data?: UpdateRoomCommandOutput) => void): void;
1808
1991
  updateRoom(args: UpdateRoomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoomCommandOutput) => void): void;
1809
1992
  /**
1993
+ * @public
1810
1994
  * <p>Updates room membership details, such as the member role, for a room in an Amazon Chime
1811
1995
  * Enterprise account. The member role designates whether the member is a chat room
1812
1996
  * administrator or a general chat room member. The member role can be updated only for
@@ -1816,42 +2000,49 @@ export declare class Chime extends ChimeClient {
1816
2000
  updateRoomMembership(args: UpdateRoomMembershipCommandInput, cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void): void;
1817
2001
  updateRoomMembership(args: UpdateRoomMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void): void;
1818
2002
  /**
2003
+ * @public
1819
2004
  * <p>Updates the details of the specified SIP media application.</p>
1820
2005
  */
1821
2006
  updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCommandOutput>;
1822
2007
  updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
1823
2008
  updateSipMediaApplication(args: UpdateSipMediaApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void): void;
1824
2009
  /**
2010
+ * @public
1825
2011
  * <p>Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.</p>
1826
2012
  */
1827
2013
  updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipMediaApplicationCallCommandOutput>;
1828
2014
  updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
1829
2015
  updateSipMediaApplicationCall(args: UpdateSipMediaApplicationCallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void): void;
1830
2016
  /**
2017
+ * @public
1831
2018
  * <p>Updates the details of the specified SIP rule.</p>
1832
2019
  */
1833
2020
  updateSipRule(args: UpdateSipRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSipRuleCommandOutput>;
1834
2021
  updateSipRule(args: UpdateSipRuleCommandInput, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
1835
2022
  updateSipRule(args: UpdateSipRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSipRuleCommandOutput) => void): void;
1836
2023
  /**
2024
+ * @public
1837
2025
  * <p>Updates user details for a specified user ID. Currently, only <code>LicenseType</code> updates are supported for this action.</p>
1838
2026
  */
1839
2027
  updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
1840
2028
  updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
1841
2029
  updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
1842
2030
  /**
2031
+ * @public
1843
2032
  * <p>Updates the settings for the specified user, such as phone number settings.</p>
1844
2033
  */
1845
2034
  updateUserSettings(args: UpdateUserSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserSettingsCommandOutput>;
1846
2035
  updateUserSettings(args: UpdateUserSettingsCommandInput, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
1847
2036
  updateUserSettings(args: UpdateUserSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void): void;
1848
2037
  /**
2038
+ * @public
1849
2039
  * <p>Updates details for the specified Amazon Chime Voice Connector.</p>
1850
2040
  */
1851
2041
  updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVoiceConnectorCommandOutput>;
1852
2042
  updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
1853
2043
  updateVoiceConnector(args: UpdateVoiceConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void): void;
1854
2044
  /**
2045
+ * @public
1855
2046
  * <p>Updates details of the specified Amazon Chime Voice Connector group, such as the name and
1856
2047
  * Amazon Chime Voice Connector priority ranking.</p>
1857
2048
  */
@@ -1859,6 +2050,7 @@ export declare class Chime extends ChimeClient {
1859
2050
  updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
1860
2051
  updateVoiceConnectorGroup(args: UpdateVoiceConnectorGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void): void;
1861
2052
  /**
2053
+ * @public
1862
2054
  * <p>Validates an address to be used for 911 calls made with Amazon
1863
2055
  * Chime Voice Connectors. You can use validated addresses
1864
2056
  * in a Presence Information Data Format Location Object file that you include in SIP requests.