@aws-sdk/client-chime 3.321.1 → 3.326.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 (192) hide show
  1. package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +4 -0
  2. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +12 -0
  3. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +12 -0
  4. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +4 -0
  5. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +19 -0
  6. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +26 -0
  7. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +12 -0
  8. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +12 -0
  9. package/dist-types/commands/BatchSuspendUserCommand.d.ts +12 -0
  10. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +12 -0
  11. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +12 -0
  12. package/dist-types/commands/BatchUpdateUserCommand.d.ts +12 -0
  13. package/dist-types/commands/CreateAccountCommand.d.ts +22 -0
  14. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +10 -0
  15. package/dist-types/commands/CreateAppInstanceCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateAttendeeCommand.d.ts +10 -0
  18. package/dist-types/commands/CreateBotCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateChannelBanCommand.d.ts +10 -0
  20. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +10 -0
  22. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +10 -0
  23. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +40 -0
  24. package/dist-types/commands/CreateMeetingCommand.d.ts +20 -0
  25. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +6 -0
  26. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +34 -0
  27. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +18 -0
  28. package/dist-types/commands/CreateProxySessionCommand.d.ts +30 -0
  29. package/dist-types/commands/CreateRoomCommand.d.ts +13 -0
  30. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +18 -0
  31. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +8 -0
  32. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +17 -0
  33. package/dist-types/commands/CreateSipRuleCommand.d.ts +21 -0
  34. package/dist-types/commands/CreateUserCommand.d.ts +23 -0
  35. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +15 -0
  36. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +18 -0
  37. package/dist-types/commands/DeleteAccountCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteAttendeeCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteChannelBanCommand.d.ts +4 -0
  44. package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +4 -0
  50. package/dist-types/commands/DeleteMeetingCommand.d.ts +4 -0
  51. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteProxySessionCommand.d.ts +4 -0
  53. package/dist-types/commands/DeleteRoomCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +4 -0
  55. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +4 -0
  56. package/dist-types/commands/DeleteSipRuleCommand.d.ts +4 -0
  57. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +4 -0
  58. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -0
  60. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -0
  61. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -0
  62. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -0
  64. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
  65. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +13 -0
  66. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +12 -0
  67. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +12 -0
  68. package/dist-types/commands/DescribeChannelBanCommand.d.ts +17 -0
  69. package/dist-types/commands/DescribeChannelCommand.d.ts +19 -0
  70. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +19 -0
  71. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +19 -0
  72. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +15 -0
  73. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +17 -0
  74. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -0
  75. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +12 -0
  76. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +12 -0
  77. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +4 -0
  78. package/dist-types/commands/GetAccountCommand.d.ts +22 -0
  79. package/dist-types/commands/GetAccountSettingsCommand.d.ts +9 -0
  80. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +11 -0
  81. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +11 -0
  82. package/dist-types/commands/GetAttendeeCommand.d.ts +10 -0
  83. package/dist-types/commands/GetBotCommand.d.ts +16 -0
  84. package/dist-types/commands/GetChannelMessageCommand.d.ts +21 -0
  85. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +10 -0
  86. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +11 -0
  87. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +40 -0
  88. package/dist-types/commands/GetMeetingCommand.d.ts +20 -0
  89. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +8 -0
  90. package/dist-types/commands/GetPhoneNumberCommand.d.ts +33 -0
  91. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +18 -0
  92. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +7 -0
  93. package/dist-types/commands/GetProxySessionCommand.d.ts +30 -0
  94. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +14 -0
  95. package/dist-types/commands/GetRoomCommand.d.ts +13 -0
  96. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +17 -0
  97. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
  98. package/dist-types/commands/GetSipRuleCommand.d.ts +21 -0
  99. package/dist-types/commands/GetUserCommand.d.ts +23 -0
  100. package/dist-types/commands/GetUserSettingsCommand.d.ts +12 -0
  101. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +15 -0
  102. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
  103. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +18 -0
  104. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
  105. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
  106. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +13 -0
  107. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +14 -0
  108. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +16 -0
  109. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +9 -0
  110. package/dist-types/commands/InviteUsersCommand.d.ts +13 -0
  111. package/dist-types/commands/ListAccountsCommand.d.ts +25 -0
  112. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +15 -0
  113. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +14 -0
  114. package/dist-types/commands/ListAppInstancesCommand.d.ts +13 -0
  115. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +11 -0
  116. package/dist-types/commands/ListAttendeesCommand.d.ts +13 -0
  117. package/dist-types/commands/ListBotsCommand.d.ts +19 -0
  118. package/dist-types/commands/ListChannelBansCommand.d.ts +15 -0
  119. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +15 -0
  120. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +22 -0
  121. package/dist-types/commands/ListChannelMessagesCommand.d.ts +23 -0
  122. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +15 -0
  123. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  124. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +18 -0
  125. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +43 -0
  126. package/dist-types/commands/ListMeetingTagsCommand.d.ts +11 -0
  127. package/dist-types/commands/ListMeetingsCommand.d.ts +23 -0
  128. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +21 -0
  129. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +36 -0
  130. package/dist-types/commands/ListProxySessionsCommand.d.ts +33 -0
  131. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +21 -0
  132. package/dist-types/commands/ListRoomsCommand.d.ts +16 -0
  133. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +20 -0
  134. package/dist-types/commands/ListSipRulesCommand.d.ts +24 -0
  135. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +13 -0
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  137. package/dist-types/commands/ListUsersCommand.d.ts +26 -0
  138. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +21 -0
  139. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +8 -0
  140. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +18 -0
  141. package/dist-types/commands/LogoutUserCommand.d.ts +4 -0
  142. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +11 -0
  143. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +11 -0
  144. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +10 -0
  145. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +14 -0
  146. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
  147. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
  148. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
  149. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
  150. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +13 -0
  151. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +14 -0
  152. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +16 -0
  153. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
  154. package/dist-types/commands/RedactChannelMessageCommand.d.ts +7 -0
  155. package/dist-types/commands/RedactConversationMessageCommand.d.ts +4 -0
  156. package/dist-types/commands/RedactRoomMessageCommand.d.ts +4 -0
  157. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +16 -0
  158. package/dist-types/commands/ResetPersonalPINCommand.d.ts +23 -0
  159. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +33 -0
  160. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +9 -0
  161. package/dist-types/commands/SendChannelMessageCommand.d.ts +7 -0
  162. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +4 -0
  163. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +4 -0
  164. package/dist-types/commands/TagAttendeeCommand.d.ts +4 -0
  165. package/dist-types/commands/TagMeetingCommand.d.ts +4 -0
  166. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  167. package/dist-types/commands/UntagAttendeeCommand.d.ts +4 -0
  168. package/dist-types/commands/UntagMeetingCommand.d.ts +4 -0
  169. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  170. package/dist-types/commands/UpdateAccountCommand.d.ts +22 -0
  171. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +4 -0
  172. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +6 -0
  173. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +6 -0
  174. package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
  175. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  176. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +7 -0
  177. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +6 -0
  178. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +33 -0
  180. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateProxySessionCommand.d.ts +30 -0
  182. package/dist-types/commands/UpdateRoomCommand.d.ts +13 -0
  183. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +18 -0
  184. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +8 -0
  185. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +17 -0
  186. package/dist-types/commands/UpdateSipRuleCommand.d.ts +21 -0
  187. package/dist-types/commands/UpdateUserCommand.d.ts +23 -0
  188. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +4 -0
  189. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +15 -0
  190. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +18 -0
  191. package/dist-types/commands/ValidateE911AddressCommand.d.ts +30 -0
  192. package/package.json +16 -16
@@ -31,6 +31,8 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare
31
31
  * };
32
32
  * const command = new DeleteMediaCapturePipelineCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteMediaCapturePipelineCommandInput - {@link DeleteMediaCapturePipelineCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare
60
62
  * @throws {@link UnauthorizedClientException} (client fault)
61
63
  * <p>The client is not currently authorized to make the request.</p>
62
64
  *
65
+ * @throws {@link ChimeServiceException}
66
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteMediaCapturePipelineCommand extends $Command<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new DeleteMeetingCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteMeetingCommandInput - {@link DeleteMeetingCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
63
65
  * @throws {@link UnauthorizedClientException} (client fault)
64
66
  * <p>The client is not currently authorized to make the request.</p>
65
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteMeetingCommand extends $Command<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
36
36
  * };
37
37
  * const command = new DeletePhoneNumberCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param DeletePhoneNumberCommandInput - {@link DeletePhoneNumberCommandInput}
@@ -65,6 +67,8 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
65
67
  * @throws {@link UnauthorizedClientException} (client fault)
66
68
  * <p>The client is not currently authorized to make the request.</p>
67
69
  *
70
+ * @throws {@link ChimeServiceException}
71
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
72
  *
69
73
  */
70
74
  export declare class DeletePhoneNumberCommand extends $Command<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteProxySessionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteProxySessionCommandInput - {@link DeleteProxySessionCommandInput}
@@ -61,6 +63,8 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
61
63
  * @throws {@link UnauthorizedClientException} (client fault)
62
64
  * <p>The client is not currently authorized to make the request.</p>
63
65
  *
66
+ * @throws {@link ChimeServiceException}
67
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
68
  *
65
69
  */
66
70
  export declare class DeleteProxySessionCommand extends $Command<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteRoomCommandOutput extends __MetadataBearer {
32
32
  * };
33
33
  * const command = new DeleteRoomCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteRoomCommandInput - {@link DeleteRoomCommandInput}
@@ -61,6 +63,8 @@ export interface DeleteRoomCommandOutput extends __MetadataBearer {
61
63
  * @throws {@link UnauthorizedClientException} (client fault)
62
64
  * <p>The client is not currently authorized to make the request.</p>
63
65
  *
66
+ * @throws {@link ChimeServiceException}
67
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
68
  *
65
69
  */
66
70
  export declare class DeleteRoomCommand extends $Command<DeleteRoomCommandInput, DeleteRoomCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteRoomMembershipCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DeleteRoomMembershipCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteRoomMembershipCommandInput - {@link DeleteRoomMembershipCommandInput}
@@ -62,6 +64,8 @@ export interface DeleteRoomMembershipCommandOutput extends __MetadataBearer {
62
64
  * @throws {@link UnauthorizedClientException} (client fault)
63
65
  * <p>The client is not currently authorized to make the request.</p>
64
66
  *
67
+ * @throws {@link ChimeServiceException}
68
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
69
  *
66
70
  */
67
71
  export declare class DeleteRoomMembershipCommand extends $Command<DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer
31
31
  * };
32
32
  * const command = new DeleteSipMediaApplicationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteSipMediaApplicationCommandInput - {@link DeleteSipMediaApplicationCommandInput}
@@ -64,6 +66,8 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer
64
66
  * @throws {@link UnauthorizedClientException} (client fault)
65
67
  * <p>The client is not currently authorized to make the request.</p>
66
68
  *
69
+ * @throws {@link ChimeServiceException}
70
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
71
  *
68
72
  */
69
73
  export declare class DeleteSipMediaApplicationCommand extends $Command<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
31
31
  * };
32
32
  * const command = new DeleteSipRuleCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteSipRuleCommandInput - {@link DeleteSipRuleCommandInput}
@@ -64,6 +66,8 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
64
66
  * @throws {@link UnauthorizedClientException} (client fault)
65
67
  * <p>The client is not currently authorized to make the request.</p>
66
68
  *
69
+ * @throws {@link ChimeServiceException}
70
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
71
  *
68
72
  */
69
73
  export declare class DeleteSipRuleCommand extends $Command<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
33
33
  * };
34
34
  * const command = new DeleteVoiceConnectorCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteVoiceConnectorCommandInput - {@link DeleteVoiceConnectorCommandInput}
@@ -66,6 +68,8 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
66
68
  * @throws {@link UnauthorizedClientException} (client fault)
67
69
  * <p>The client is not currently authorized to make the request.</p>
68
70
  *
71
+ * @throws {@link ChimeServiceException}
72
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
73
  *
70
74
  */
71
75
  export declare class DeleteVoiceConnectorCommand extends $Command<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
31
31
  * };
32
32
  * const command = new DeleteVoiceConnectorEmergencyCallingConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput - {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
60
62
  * @throws {@link UnauthorizedClientException} (client fault)
61
63
  * <p>The client is not currently authorized to make the request.</p>
62
64
  *
65
+ * @throws {@link ChimeServiceException}
66
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer
33
33
  * };
34
34
  * const command = new DeleteVoiceConnectorGroupCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteVoiceConnectorGroupCommandInput - {@link DeleteVoiceConnectorGroupCommandInput}
@@ -66,6 +68,8 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer
66
68
  * @throws {@link UnauthorizedClientException} (client fault)
67
69
  * <p>The client is not currently authorized to make the request.</p>
68
70
  *
71
+ * @throws {@link ChimeServiceException}
72
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
73
  *
70
74
  */
71
75
  export declare class DeleteVoiceConnectorGroupCommand extends $Command<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
34
34
  * };
35
35
  * const command = new DeleteVoiceConnectorOriginationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteVoiceConnectorOriginationCommandInput - {@link DeleteVoiceConnectorOriginationCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
63
65
  * @throws {@link UnauthorizedClientException} (client fault)
64
66
  * <p>The client is not currently authorized to make the request.</p>
65
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteVoiceConnectorOriginationCommand extends $Command<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer
31
31
  * };
32
32
  * const command = new DeleteVoiceConnectorProxyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteVoiceConnectorProxyCommandInput - {@link DeleteVoiceConnectorProxyCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer
60
62
  * @throws {@link UnauthorizedClientException} (client fault)
61
63
  * <p>The client is not currently authorized to make the request.</p>
62
64
  *
65
+ * @throws {@link ChimeServiceException}
66
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteVoiceConnectorProxyCommand extends $Command<DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends
31
31
  * };
32
32
  * const command = new DeleteVoiceConnectorStreamingConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteVoiceConnectorStreamingConfigurationCommandInput - {@link DeleteVoiceConnectorStreamingConfigurationCommandInput}
@@ -60,6 +62,8 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends
60
62
  * @throws {@link UnauthorizedClientException} (client fault)
61
63
  * <p>The client is not currently authorized to make the request.</p>
62
64
  *
65
+ * @throws {@link ChimeServiceException}
66
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
67
  *
64
68
  */
65
69
  export declare class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command<DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata
34
34
  * };
35
35
  * const command = new DeleteVoiceConnectorTerminationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteVoiceConnectorTerminationCommandInput - {@link DeleteVoiceConnectorTerminationCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata
63
65
  * @throws {@link UnauthorizedClientException} (client fault)
64
66
  * <p>The client is not currently authorized to make the request.</p>
65
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteVoiceConnectorTerminationCommand extends $Command<DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends
34
34
  * };
35
35
  * const command = new DeleteVoiceConnectorTerminationCredentialsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DeleteVoiceConnectorTerminationCredentialsCommandInput - {@link DeleteVoiceConnectorTerminationCredentialsCommandInput}
@@ -63,6 +65,8 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends
63
65
  * @throws {@link UnauthorizedClientException} (client fault)
64
66
  * <p>The client is not currently authorized to make the request.</p>
65
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
70
  *
67
71
  */
68
72
  export declare class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
32
32
  * };
33
33
  * const command = new DescribeAppInstanceAdminCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeAppInstanceAdminResponse
36
+ * // AppInstanceAdmin: { // AppInstanceAdmin
37
+ * // Admin: { // Identity
38
+ * // Arn: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // },
41
+ * // AppInstanceArn: "STRING_VALUE",
42
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
43
+ * // },
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param DescribeAppInstanceAdminCommandInput - {@link DescribeAppInstanceAdminCommandInput}
@@ -58,6 +69,8 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
58
69
  * @throws {@link UnauthorizedClientException} (client fault)
59
70
  * <p>The client is not currently authorized to make the request.</p>
60
71
  *
72
+ * @throws {@link ChimeServiceException}
73
+ * <p>Base exception class for all service exceptions from Chime service.</p>
61
74
  *
62
75
  */
63
76
  export declare class DescribeAppInstanceAdminCommand extends $Command<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
31
31
  * };
32
32
  * const command = new DescribeAppInstanceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeAppInstanceResponse
35
+ * // AppInstance: { // AppInstance
36
+ * // AppInstanceArn: "STRING_VALUE",
37
+ * // Name: "STRING_VALUE",
38
+ * // Metadata: "STRING_VALUE",
39
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
40
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
41
+ * // },
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param DescribeAppInstanceCommandInput - {@link DescribeAppInstanceCommandInput}
@@ -57,6 +67,8 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
57
67
  * @throws {@link UnauthorizedClientException} (client fault)
58
68
  * <p>The client is not currently authorized to make the request.</p>
59
69
  *
70
+ * @throws {@link ChimeServiceException}
71
+ * <p>Base exception class for all service exceptions from Chime service.</p>
60
72
  *
61
73
  */
62
74
  export declare class DescribeAppInstanceCommand extends $Command<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
31
31
  * };
32
32
  * const command = new DescribeAppInstanceUserCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeAppInstanceUserResponse
35
+ * // AppInstanceUser: { // AppInstanceUser
36
+ * // AppInstanceUserArn: "STRING_VALUE",
37
+ * // Name: "STRING_VALUE",
38
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
39
+ * // Metadata: "STRING_VALUE",
40
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
41
+ * // },
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param DescribeAppInstanceUserCommandInput - {@link DescribeAppInstanceUserCommandInput}
@@ -57,6 +67,8 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
57
67
  * @throws {@link UnauthorizedClientException} (client fault)
58
68
  * <p>The client is not currently authorized to make the request.</p>
59
69
  *
70
+ * @throws {@link ChimeServiceException}
71
+ * <p>Base exception class for all service exceptions from Chime service.</p>
60
72
  *
61
73
  */
62
74
  export declare class DescribeAppInstanceUserCommand extends $Command<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,21 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
38
38
  * };
39
39
  * const command = new DescribeChannelBanCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeChannelBanResponse
42
+ * // ChannelBan: { // ChannelBan
43
+ * // Member: { // Identity
44
+ * // Arn: "STRING_VALUE",
45
+ * // Name: "STRING_VALUE",
46
+ * // },
47
+ * // ChannelArn: "STRING_VALUE",
48
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
49
+ * // CreatedBy: {
50
+ * // Arn: "STRING_VALUE",
51
+ * // Name: "STRING_VALUE",
52
+ * // },
53
+ * // },
54
+ * // };
55
+ *
41
56
  * ```
42
57
  *
43
58
  * @param DescribeChannelBanCommandInput - {@link DescribeChannelBanCommandInput}
@@ -67,6 +82,8 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
67
82
  * @throws {@link UnauthorizedClientException} (client fault)
68
83
  * <p>The client is not currently authorized to make the request.</p>
69
84
  *
85
+ * @throws {@link ChimeServiceException}
86
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
87
  *
71
88
  */
72
89
  export declare class DescribeChannelBanCommand extends $Command<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,23 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
38
38
  * };
39
39
  * const command = new DescribeChannelCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeChannelResponse
42
+ * // Channel: { // Channel
43
+ * // Name: "STRING_VALUE",
44
+ * // ChannelArn: "STRING_VALUE",
45
+ * // Mode: "UNRESTRICTED" || "RESTRICTED",
46
+ * // Privacy: "PUBLIC" || "PRIVATE",
47
+ * // Metadata: "STRING_VALUE",
48
+ * // CreatedBy: { // Identity
49
+ * // Arn: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // },
52
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
53
+ * // LastMessageTimestamp: new Date("TIMESTAMP"),
54
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
55
+ * // },
56
+ * // };
57
+ *
41
58
  * ```
42
59
  *
43
60
  * @param DescribeChannelCommandInput - {@link DescribeChannelCommandInput}
@@ -64,6 +81,8 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
64
81
  * @throws {@link UnauthorizedClientException} (client fault)
65
82
  * <p>The client is not currently authorized to make the request.</p>
66
83
  *
84
+ * @throws {@link ChimeServiceException}
85
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
86
  *
68
87
  */
69
88
  export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,23 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
38
38
  * };
39
39
  * const command = new DescribeChannelMembershipCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeChannelMembershipResponse
42
+ * // ChannelMembership: { // ChannelMembership
43
+ * // InvitedBy: { // Identity
44
+ * // Arn: "STRING_VALUE",
45
+ * // Name: "STRING_VALUE",
46
+ * // },
47
+ * // Type: "DEFAULT" || "HIDDEN",
48
+ * // Member: {
49
+ * // Arn: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // },
52
+ * // ChannelArn: "STRING_VALUE",
53
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
54
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
55
+ * // },
56
+ * // };
57
+ *
41
58
  * ```
42
59
  *
43
60
  * @param DescribeChannelMembershipCommandInput - {@link DescribeChannelMembershipCommandInput}
@@ -67,6 +84,8 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
67
84
  * @throws {@link UnauthorizedClientException} (client fault)
68
85
  * <p>The client is not currently authorized to make the request.</p>
69
86
  *
87
+ * @throws {@link ChimeServiceException}
88
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
89
  *
71
90
  */
72
91
  export declare class DescribeChannelMembershipCommand extends $Command<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,23 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
39
39
  * };
40
40
  * const command = new DescribeChannelMembershipForAppInstanceUserCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeChannelMembershipForAppInstanceUserResponse
43
+ * // ChannelMembership: { // ChannelMembershipForAppInstanceUserSummary
44
+ * // ChannelSummary: { // ChannelSummary
45
+ * // Name: "STRING_VALUE",
46
+ * // ChannelArn: "STRING_VALUE",
47
+ * // Mode: "UNRESTRICTED" || "RESTRICTED",
48
+ * // Privacy: "PUBLIC" || "PRIVATE",
49
+ * // Metadata: "STRING_VALUE",
50
+ * // LastMessageTimestamp: new Date("TIMESTAMP"),
51
+ * // },
52
+ * // AppInstanceUserMembershipSummary: { // AppInstanceUserMembershipSummary
53
+ * // Type: "DEFAULT" || "HIDDEN",
54
+ * // ReadMarkerTimestamp: new Date("TIMESTAMP"),
55
+ * // },
56
+ * // },
57
+ * // };
58
+ *
42
59
  * ```
43
60
  *
44
61
  * @param DescribeChannelMembershipForAppInstanceUserCommandInput - {@link DescribeChannelMembershipForAppInstanceUserCommandInput}
@@ -65,6 +82,8 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
65
82
  * @throws {@link UnauthorizedClientException} (client fault)
66
83
  * <p>The client is not currently authorized to make the request.</p>
67
84
  *
85
+ * @throws {@link ChimeServiceException}
86
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
87
  *
69
88
  */
70
89
  export declare class DescribeChannelMembershipForAppInstanceUserCommand extends $Command<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
39
39
  * };
40
40
  * const command = new DescribeChannelModeratedByAppInstanceUserCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeChannelModeratedByAppInstanceUserResponse
43
+ * // Channel: { // ChannelModeratedByAppInstanceUserSummary
44
+ * // ChannelSummary: { // ChannelSummary
45
+ * // Name: "STRING_VALUE",
46
+ * // ChannelArn: "STRING_VALUE",
47
+ * // Mode: "UNRESTRICTED" || "RESTRICTED",
48
+ * // Privacy: "PUBLIC" || "PRIVATE",
49
+ * // Metadata: "STRING_VALUE",
50
+ * // LastMessageTimestamp: new Date("TIMESTAMP"),
51
+ * // },
52
+ * // },
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param DescribeChannelModeratedByAppInstanceUserCommandInput - {@link DescribeChannelModeratedByAppInstanceUserCommandInput}
@@ -65,6 +78,8 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
65
78
  * @throws {@link UnauthorizedClientException} (client fault)
66
79
  * <p>The client is not currently authorized to make the request.</p>
67
80
  *
81
+ * @throws {@link ChimeServiceException}
82
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
83
  *
69
84
  */
70
85
  export declare class DescribeChannelModeratedByAppInstanceUserCommand extends $Command<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,21 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
38
38
  * };
39
39
  * const command = new DescribeChannelModeratorCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DescribeChannelModeratorResponse
42
+ * // ChannelModerator: { // ChannelModerator
43
+ * // Moderator: { // Identity
44
+ * // Arn: "STRING_VALUE",
45
+ * // Name: "STRING_VALUE",
46
+ * // },
47
+ * // ChannelArn: "STRING_VALUE",
48
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
49
+ * // CreatedBy: {
50
+ * // Arn: "STRING_VALUE",
51
+ * // Name: "STRING_VALUE",
52
+ * // },
53
+ * // },
54
+ * // };
55
+ *
41
56
  * ```
42
57
  *
43
58
  * @param DescribeChannelModeratorCommandInput - {@link DescribeChannelModeratorCommandInput}
@@ -67,6 +82,8 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
67
82
  * @throws {@link UnauthorizedClientException} (client fault)
68
83
  * <p>The client is not currently authorized to make the request.</p>
69
84
  *
85
+ * @throws {@link ChimeServiceException}
86
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
87
  *
71
88
  */
72
89
  export declare class DescribeChannelModeratorCommand extends $Command<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisassociatePhoneNumberFromUserCommandOutput extends Disassocia
32
32
  * };
33
33
  * const command = new DisassociatePhoneNumberFromUserCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociatePhoneNumberFromUserCommandInput - {@link DisassociatePhoneNumberFromUserCommandInput}
@@ -61,6 +63,8 @@ export interface DisassociatePhoneNumberFromUserCommandOutput extends Disassocia
61
63
  * @throws {@link UnauthorizedClientException} (client fault)
62
64
  * <p>The client is not currently authorized to make the request.</p>
63
65
  *
66
+ * @throws {@link ChimeServiceException}
67
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
68
  *
65
69
  */
66
70
  export declare class DisassociatePhoneNumberFromUserCommand extends $Command<DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends
34
34
  * };
35
35
  * const command = new DisassociatePhoneNumbersFromVoiceConnectorCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DisassociatePhoneNumbersFromVoiceConnectorResponse
38
+ * // PhoneNumberErrors: [ // PhoneNumberErrorList
39
+ * // { // PhoneNumberError
40
+ * // PhoneNumberId: "STRING_VALUE",
41
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
42
+ * // ErrorMessage: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param DisassociatePhoneNumbersFromVoiceConnectorCommandInput - {@link DisassociatePhoneNumbersFromVoiceConnectorCommandInput}
@@ -63,6 +73,8 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends
63
73
  * @throws {@link UnauthorizedClientException} (client fault)
64
74
  * <p>The client is not currently authorized to make the request.</p>
65
75
  *
76
+ * @throws {@link ChimeServiceException}
77
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
78
  *
67
79
  */
68
80
  export declare class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput ex
34
34
  * };
35
35
  * const command = new DisassociatePhoneNumbersFromVoiceConnectorGroupCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DisassociatePhoneNumbersFromVoiceConnectorGroupResponse
38
+ * // PhoneNumberErrors: [ // PhoneNumberErrorList
39
+ * // { // PhoneNumberError
40
+ * // PhoneNumberId: "STRING_VALUE",
41
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
42
+ * // ErrorMessage: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput - {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput}
@@ -63,6 +73,8 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput ex
63
73
  * @throws {@link UnauthorizedClientException} (client fault)
64
74
  * <p>The client is not currently authorized to make the request.</p>
65
75
  *
76
+ * @throws {@link ChimeServiceException}
77
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
78
  *
67
79
  */
68
80
  export declare class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {