@aws-sdk/client-chime 3.288.0 → 3.290.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 +25 -0
  2. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +25 -0
  3. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +25 -0
  4. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +22 -0
  5. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +25 -0
  6. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +19 -0
  7. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +22 -0
  8. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +22 -0
  9. package/dist-types/commands/BatchSuspendUserCommand.d.ts +22 -0
  10. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +22 -0
  11. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +22 -0
  12. package/dist-types/commands/BatchUpdateUserCommand.d.ts +22 -0
  13. package/dist-types/commands/CreateAccountCommand.d.ts +22 -0
  14. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +26 -0
  15. package/dist-types/commands/CreateAppInstanceCommand.d.ts +26 -0
  16. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +26 -0
  17. package/dist-types/commands/CreateAttendeeCommand.d.ts +25 -0
  18. package/dist-types/commands/CreateBotCommand.d.ts +25 -0
  19. package/dist-types/commands/CreateChannelBanCommand.d.ts +26 -0
  20. package/dist-types/commands/CreateChannelCommand.d.ts +26 -0
  21. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +26 -0
  22. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +26 -0
  23. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +22 -0
  24. package/dist-types/commands/CreateMeetingCommand.d.ts +22 -0
  25. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +25 -0
  26. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +22 -0
  27. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +25 -0
  28. package/dist-types/commands/CreateProxySessionCommand.d.ts +22 -0
  29. package/dist-types/commands/CreateRoomCommand.d.ts +25 -0
  30. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +29 -0
  31. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +25 -0
  32. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +29 -0
  33. package/dist-types/commands/CreateSipRuleCommand.d.ts +29 -0
  34. package/dist-types/commands/CreateUserCommand.d.ts +26 -0
  35. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +25 -0
  36. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +25 -0
  37. package/dist-types/commands/DeleteAccountCommand.d.ts +25 -0
  38. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +23 -0
  39. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +19 -0
  40. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +22 -0
  41. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +19 -0
  42. package/dist-types/commands/DeleteAttendeeCommand.d.ts +22 -0
  43. package/dist-types/commands/DeleteChannelBanCommand.d.ts +19 -0
  44. package/dist-types/commands/DeleteChannelCommand.d.ts +19 -0
  45. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +23 -0
  46. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +19 -0
  47. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +19 -0
  48. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +19 -0
  49. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +22 -0
  50. package/dist-types/commands/DeleteMeetingCommand.d.ts +22 -0
  51. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +22 -0
  52. package/dist-types/commands/DeleteProxySessionCommand.d.ts +22 -0
  53. package/dist-types/commands/DeleteRoomCommand.d.ts +22 -0
  54. package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +22 -0
  55. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +26 -0
  56. package/dist-types/commands/DeleteSipRuleCommand.d.ts +26 -0
  57. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +26 -0
  58. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +22 -0
  59. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +26 -0
  60. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +22 -0
  61. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +22 -0
  62. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +22 -0
  63. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +22 -0
  64. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +22 -0
  65. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +19 -0
  66. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +19 -0
  67. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +19 -0
  68. package/dist-types/commands/DescribeChannelBanCommand.d.ts +22 -0
  69. package/dist-types/commands/DescribeChannelCommand.d.ts +19 -0
  70. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +22 -0
  71. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +19 -0
  72. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +19 -0
  73. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +22 -0
  74. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +22 -0
  75. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +22 -0
  76. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +22 -0
  77. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +22 -0
  78. package/dist-types/commands/GetAccountCommand.d.ts +22 -0
  79. package/dist-types/commands/GetAccountSettingsCommand.d.ts +22 -0
  80. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +22 -0
  81. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +22 -0
  82. package/dist-types/commands/GetAttendeeCommand.d.ts +22 -0
  83. package/dist-types/commands/GetBotCommand.d.ts +22 -0
  84. package/dist-types/commands/GetChannelMessageCommand.d.ts +22 -0
  85. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +22 -0
  86. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +19 -0
  87. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +22 -0
  88. package/dist-types/commands/GetMeetingCommand.d.ts +22 -0
  89. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +16 -0
  90. package/dist-types/commands/GetPhoneNumberCommand.d.ts +22 -0
  91. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +22 -0
  92. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +19 -0
  93. package/dist-types/commands/GetProxySessionCommand.d.ts +22 -0
  94. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +22 -0
  95. package/dist-types/commands/GetRoomCommand.d.ts +22 -0
  96. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +22 -0
  97. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +22 -0
  98. package/dist-types/commands/GetSipRuleCommand.d.ts +22 -0
  99. package/dist-types/commands/GetUserCommand.d.ts +22 -0
  100. package/dist-types/commands/GetUserSettingsCommand.d.ts +22 -0
  101. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +22 -0
  102. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +22 -0
  103. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +22 -0
  104. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +22 -0
  105. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +22 -0
  106. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +22 -0
  107. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +22 -0
  108. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +22 -0
  109. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +22 -0
  110. package/dist-types/commands/InviteUsersCommand.d.ts +22 -0
  111. package/dist-types/commands/ListAccountsCommand.d.ts +22 -0
  112. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +19 -0
  113. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +19 -0
  114. package/dist-types/commands/ListAppInstancesCommand.d.ts +19 -0
  115. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +22 -0
  116. package/dist-types/commands/ListAttendeesCommand.d.ts +22 -0
  117. package/dist-types/commands/ListBotsCommand.d.ts +22 -0
  118. package/dist-types/commands/ListChannelBansCommand.d.ts +19 -0
  119. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +19 -0
  120. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +19 -0
  121. package/dist-types/commands/ListChannelMessagesCommand.d.ts +19 -0
  122. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +19 -0
  123. package/dist-types/commands/ListChannelsCommand.d.ts +19 -0
  124. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +19 -0
  125. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +19 -0
  126. package/dist-types/commands/ListMeetingTagsCommand.d.ts +22 -0
  127. package/dist-types/commands/ListMeetingsCommand.d.ts +19 -0
  128. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +19 -0
  129. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +22 -0
  130. package/dist-types/commands/ListProxySessionsCommand.d.ts +22 -0
  131. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +22 -0
  132. package/dist-types/commands/ListRoomsCommand.d.ts +22 -0
  133. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +19 -0
  134. package/dist-types/commands/ListSipRulesCommand.d.ts +19 -0
  135. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +22 -0
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
  137. package/dist-types/commands/ListUsersCommand.d.ts +22 -0
  138. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +19 -0
  139. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +22 -0
  140. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +19 -0
  141. package/dist-types/commands/LogoutUserCommand.d.ts +22 -0
  142. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +26 -0
  143. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +22 -0
  144. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +22 -0
  145. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +26 -0
  146. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +22 -0
  147. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +22 -0
  148. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +22 -0
  149. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +22 -0
  150. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +25 -0
  151. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +22 -0
  152. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +25 -0
  153. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +22 -0
  154. package/dist-types/commands/RedactChannelMessageCommand.d.ts +19 -0
  155. package/dist-types/commands/RedactConversationMessageCommand.d.ts +22 -0
  156. package/dist-types/commands/RedactRoomMessageCommand.d.ts +22 -0
  157. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +22 -0
  158. package/dist-types/commands/ResetPersonalPINCommand.d.ts +22 -0
  159. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +25 -0
  160. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +22 -0
  161. package/dist-types/commands/SendChannelMessageCommand.d.ts +23 -0
  162. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +28 -0
  163. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +25 -0
  164. package/dist-types/commands/TagAttendeeCommand.d.ts +25 -0
  165. package/dist-types/commands/TagMeetingCommand.d.ts +25 -0
  166. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  167. package/dist-types/commands/UntagAttendeeCommand.d.ts +22 -0
  168. package/dist-types/commands/UntagMeetingCommand.d.ts +22 -0
  169. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  170. package/dist-types/commands/UpdateAccountCommand.d.ts +22 -0
  171. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +26 -0
  172. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +23 -0
  173. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +23 -0
  174. package/dist-types/commands/UpdateBotCommand.d.ts +22 -0
  175. package/dist-types/commands/UpdateChannelCommand.d.ts +23 -0
  176. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +23 -0
  177. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +23 -0
  178. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +19 -0
  179. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +26 -0
  180. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +19 -0
  181. package/dist-types/commands/UpdateProxySessionCommand.d.ts +22 -0
  182. package/dist-types/commands/UpdateRoomCommand.d.ts +22 -0
  183. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +22 -0
  184. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +25 -0
  185. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +26 -0
  186. package/dist-types/commands/UpdateSipRuleCommand.d.ts +29 -0
  187. package/dist-types/commands/UpdateUserCommand.d.ts +22 -0
  188. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +22 -0
  189. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +22 -0
  190. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +26 -0
  191. package/dist-types/commands/ValidateE911AddressCommand.d.ts +22 -0
  192. package/package.json +29 -29
@@ -31,6 +31,28 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends Ge
31
31
  * @see {@link GetVoiceConnectorStreamingConfigurationCommandOutput} for command's `response` shape.
32
32
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input parameters don't match the service's restrictions.</p>
36
+ *
37
+ * @throws {@link ForbiddenException} (client fault)
38
+ * <p>The client is permanently forbidden from making the request.</p>
39
+ *
40
+ * @throws {@link NotFoundException} (client fault)
41
+ * <p>One or more of the resources in the request does not exist in the system.</p>
42
+ *
43
+ * @throws {@link ServiceFailureException} (server fault)
44
+ * <p>The service encountered an unexpected error.</p>
45
+ *
46
+ * @throws {@link ServiceUnavailableException} (server fault)
47
+ * <p>The service is currently unavailable.</p>
48
+ *
49
+ * @throws {@link ThrottledClientException} (client fault)
50
+ * <p>The client exceeded its request rate limit.</p>
51
+ *
52
+ * @throws {@link UnauthorizedClientException} (client fault)
53
+ * <p>The client is not currently authorized to make the request.</p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class GetVoiceConnectorStreamingConfigurationCommand extends $Command<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
36
58
  readonly input: GetVoiceConnectorStreamingConfigurationCommandInput;
@@ -29,6 +29,28 @@ export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConne
29
29
  * @see {@link GetVoiceConnectorTerminationCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>One or more of the resources in the request does not exist in the system.</p>
40
+ *
41
+ * @throws {@link ServiceFailureException} (server fault)
42
+ * <p>The service encountered an unexpected error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottledClientException} (client fault)
48
+ * <p>The client exceeded its request rate limit.</p>
49
+ *
50
+ * @throws {@link UnauthorizedClientException} (client fault)
51
+ * <p>The client is not currently authorized to make the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class GetVoiceConnectorTerminationCommand extends $Command<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
34
56
  readonly input: GetVoiceConnectorTerminationCommandInput;
@@ -30,6 +30,28 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoic
30
30
  * @see {@link GetVoiceConnectorTerminationHealthCommandOutput} for command's `response` shape.
31
31
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The input parameters don't match the service's restrictions.</p>
35
+ *
36
+ * @throws {@link ForbiddenException} (client fault)
37
+ * <p>The client is permanently forbidden from making the request.</p>
38
+ *
39
+ * @throws {@link NotFoundException} (client fault)
40
+ * <p>One or more of the resources in the request does not exist in the system.</p>
41
+ *
42
+ * @throws {@link ServiceFailureException} (server fault)
43
+ * <p>The service encountered an unexpected error.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The service is currently unavailable.</p>
47
+ *
48
+ * @throws {@link ThrottledClientException} (client fault)
49
+ * <p>The client exceeded its request rate limit.</p>
50
+ *
51
+ * @throws {@link UnauthorizedClientException} (client fault)
52
+ * <p>The client is not currently authorized to make the request.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class GetVoiceConnectorTerminationHealthCommand extends $Command<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput, ChimeClientResolvedConfig> {
35
57
  readonly input: GetVoiceConnectorTerminationHealthCommandInput;
@@ -31,6 +31,28 @@ export interface InviteUsersCommandOutput extends InviteUsersResponse, __Metadat
31
31
  * @see {@link InviteUsersCommandOutput} for command's `response` shape.
32
32
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input parameters don't match the service's restrictions.</p>
36
+ *
37
+ * @throws {@link ForbiddenException} (client fault)
38
+ * <p>The client is permanently forbidden from making the request.</p>
39
+ *
40
+ * @throws {@link NotFoundException} (client fault)
41
+ * <p>One or more of the resources in the request does not exist in the system.</p>
42
+ *
43
+ * @throws {@link ServiceFailureException} (server fault)
44
+ * <p>The service encountered an unexpected error.</p>
45
+ *
46
+ * @throws {@link ServiceUnavailableException} (server fault)
47
+ * <p>The service is currently unavailable.</p>
48
+ *
49
+ * @throws {@link ThrottledClientException} (client fault)
50
+ * <p>The client exceeded its request rate limit.</p>
51
+ *
52
+ * @throws {@link UnauthorizedClientException} (client fault)
53
+ * <p>The client is not currently authorized to make the request.</p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class InviteUsersCommand extends $Command<InviteUsersCommandInput, InviteUsersCommandOutput, ChimeClientResolvedConfig> {
36
58
  readonly input: InviteUsersCommandInput;
@@ -31,6 +31,28 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
31
31
  * @see {@link ListAccountsCommandOutput} for command's `response` shape.
32
32
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input parameters don't match the service's restrictions.</p>
36
+ *
37
+ * @throws {@link ForbiddenException} (client fault)
38
+ * <p>The client is permanently forbidden from making the request.</p>
39
+ *
40
+ * @throws {@link NotFoundException} (client fault)
41
+ * <p>One or more of the resources in the request does not exist in the system.</p>
42
+ *
43
+ * @throws {@link ServiceFailureException} (server fault)
44
+ * <p>The service encountered an unexpected error.</p>
45
+ *
46
+ * @throws {@link ServiceUnavailableException} (server fault)
47
+ * <p>The service is currently unavailable.</p>
48
+ *
49
+ * @throws {@link ThrottledClientException} (client fault)
50
+ * <p>The client exceeded its request rate limit.</p>
51
+ *
52
+ * @throws {@link UnauthorizedClientException} (client fault)
53
+ * <p>The client is not currently authorized to make the request.</p>
54
+ *
55
+ *
34
56
  */
35
57
  export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, ChimeClientResolvedConfig> {
36
58
  readonly input: ListAccountsCommandInput;
@@ -29,6 +29,25 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
29
29
  * @see {@link ListAppInstanceAdminsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link ServiceFailureException} (server fault)
39
+ * <p>The service encountered an unexpected error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is currently unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottledClientException} (client fault)
45
+ * <p>The client exceeded its request rate limit.</p>
46
+ *
47
+ * @throws {@link UnauthorizedClientException} (client fault)
48
+ * <p>The client is not currently authorized to make the request.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListAppInstanceAdminsCommand extends $Command<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeClientResolvedConfig> {
34
53
  readonly input: ListAppInstanceAdminsCommandInput;
@@ -31,6 +31,25 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
31
31
  * @see {@link ListAppInstanceUsersCommandOutput} for command's `response` shape.
32
32
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
33
33
  *
34
+ * @throws {@link BadRequestException} (client fault)
35
+ * <p>The input parameters don't match the service's restrictions.</p>
36
+ *
37
+ * @throws {@link ForbiddenException} (client fault)
38
+ * <p>The client is permanently forbidden from making the request.</p>
39
+ *
40
+ * @throws {@link ServiceFailureException} (server fault)
41
+ * <p>The service encountered an unexpected error.</p>
42
+ *
43
+ * @throws {@link ServiceUnavailableException} (server fault)
44
+ * <p>The service is currently unavailable.</p>
45
+ *
46
+ * @throws {@link ThrottledClientException} (client fault)
47
+ * <p>The client exceeded its request rate limit.</p>
48
+ *
49
+ * @throws {@link UnauthorizedClientException} (client fault)
50
+ * <p>The client is not currently authorized to make the request.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class ListAppInstanceUsersCommand extends $Command<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeClientResolvedConfig> {
36
55
  readonly input: ListAppInstanceUsersCommandInput;
@@ -29,6 +29,25 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
29
29
  * @see {@link ListAppInstancesCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link ServiceFailureException} (server fault)
39
+ * <p>The service encountered an unexpected error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is currently unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottledClientException} (client fault)
45
+ * <p>The client exceeded its request rate limit.</p>
46
+ *
47
+ * @throws {@link UnauthorizedClientException} (client fault)
48
+ * <p>The client is not currently authorized to make the request.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListAppInstancesCommand extends $Command<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeClientResolvedConfig> {
34
53
  readonly input: ListAppInstancesCommandInput;
@@ -29,6 +29,28 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse,
29
29
  * @see {@link ListAttendeeTagsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>One or more of the resources in the request does not exist in the system.</p>
40
+ *
41
+ * @throws {@link ServiceFailureException} (server fault)
42
+ * <p>The service encountered an unexpected error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottledClientException} (client fault)
48
+ * <p>The client exceeded its request rate limit.</p>
49
+ *
50
+ * @throws {@link UnauthorizedClientException} (client fault)
51
+ * <p>The client is not currently authorized to make the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListAttendeeTagsCommand extends $Command<ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput, ChimeClientResolvedConfig> {
34
56
  readonly input: ListAttendeeTagsCommandInput;
@@ -33,6 +33,28 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
33
33
  * @see {@link ListAttendeesCommandOutput} for command's `response` shape.
34
34
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
35
35
  *
36
+ * @throws {@link BadRequestException} (client fault)
37
+ * <p>The input parameters don't match the service's restrictions.</p>
38
+ *
39
+ * @throws {@link ForbiddenException} (client fault)
40
+ * <p>The client is permanently forbidden from making the request.</p>
41
+ *
42
+ * @throws {@link NotFoundException} (client fault)
43
+ * <p>One or more of the resources in the request does not exist in the system.</p>
44
+ *
45
+ * @throws {@link ServiceFailureException} (server fault)
46
+ * <p>The service encountered an unexpected error.</p>
47
+ *
48
+ * @throws {@link ServiceUnavailableException} (server fault)
49
+ * <p>The service is currently unavailable.</p>
50
+ *
51
+ * @throws {@link ThrottledClientException} (client fault)
52
+ * <p>The client exceeded its request rate limit.</p>
53
+ *
54
+ * @throws {@link UnauthorizedClientException} (client fault)
55
+ * <p>The client is not currently authorized to make the request.</p>
56
+ *
57
+ *
36
58
  */
37
59
  export declare class ListAttendeesCommand extends $Command<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeClientResolvedConfig> {
38
60
  readonly input: ListAttendeesCommandInput;
@@ -29,6 +29,28 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
29
29
  * @see {@link ListBotsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>One or more of the resources in the request does not exist in the system.</p>
40
+ *
41
+ * @throws {@link ServiceFailureException} (server fault)
42
+ * <p>The service encountered an unexpected error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottledClientException} (client fault)
48
+ * <p>The client exceeded its request rate limit.</p>
49
+ *
50
+ * @throws {@link UnauthorizedClientException} (client fault)
51
+ * <p>The client is not currently authorized to make the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, ChimeClientResolvedConfig> {
34
56
  readonly input: ListBotsCommandInput;
@@ -36,6 +36,25 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
36
36
  * @see {@link ListChannelBansCommandOutput} for command's `response` shape.
37
37
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
38
38
  *
39
+ * @throws {@link BadRequestException} (client fault)
40
+ * <p>The input parameters don't match the service's restrictions.</p>
41
+ *
42
+ * @throws {@link ForbiddenException} (client fault)
43
+ * <p>The client is permanently forbidden from making the request.</p>
44
+ *
45
+ * @throws {@link ServiceFailureException} (server fault)
46
+ * <p>The service encountered an unexpected error.</p>
47
+ *
48
+ * @throws {@link ServiceUnavailableException} (server fault)
49
+ * <p>The service is currently unavailable.</p>
50
+ *
51
+ * @throws {@link ThrottledClientException} (client fault)
52
+ * <p>The client exceeded its request rate limit.</p>
53
+ *
54
+ * @throws {@link UnauthorizedClientException} (client fault)
55
+ * <p>The client is not currently authorized to make the request.</p>
56
+ *
57
+ *
39
58
  */
40
59
  export declare class ListChannelBansCommand extends $Command<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeClientResolvedConfig> {
41
60
  readonly input: ListChannelBansCommandInput;
@@ -36,6 +36,25 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
36
36
  * @see {@link ListChannelMembershipsCommandOutput} for command's `response` shape.
37
37
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
38
38
  *
39
+ * @throws {@link BadRequestException} (client fault)
40
+ * <p>The input parameters don't match the service's restrictions.</p>
41
+ *
42
+ * @throws {@link ForbiddenException} (client fault)
43
+ * <p>The client is permanently forbidden from making the request.</p>
44
+ *
45
+ * @throws {@link ServiceFailureException} (server fault)
46
+ * <p>The service encountered an unexpected error.</p>
47
+ *
48
+ * @throws {@link ServiceUnavailableException} (server fault)
49
+ * <p>The service is currently unavailable.</p>
50
+ *
51
+ * @throws {@link ThrottledClientException} (client fault)
52
+ * <p>The client exceeded its request rate limit.</p>
53
+ *
54
+ * @throws {@link UnauthorizedClientException} (client fault)
55
+ * <p>The client is not currently authorized to make the request.</p>
56
+ *
57
+ *
39
58
  */
40
59
  export declare class ListChannelMembershipsCommand extends $Command<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeClientResolvedConfig> {
41
60
  readonly input: ListChannelMembershipsCommandInput;
@@ -36,6 +36,25 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
36
36
  * @see {@link ListChannelMembershipsForAppInstanceUserCommandOutput} for command's `response` shape.
37
37
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
38
38
  *
39
+ * @throws {@link BadRequestException} (client fault)
40
+ * <p>The input parameters don't match the service's restrictions.</p>
41
+ *
42
+ * @throws {@link ForbiddenException} (client fault)
43
+ * <p>The client is permanently forbidden from making the request.</p>
44
+ *
45
+ * @throws {@link ServiceFailureException} (server fault)
46
+ * <p>The service encountered an unexpected error.</p>
47
+ *
48
+ * @throws {@link ServiceUnavailableException} (server fault)
49
+ * <p>The service is currently unavailable.</p>
50
+ *
51
+ * @throws {@link ThrottledClientException} (client fault)
52
+ * <p>The client exceeded its request rate limit.</p>
53
+ *
54
+ * @throws {@link UnauthorizedClientException} (client fault)
55
+ * <p>The client is not currently authorized to make the request.</p>
56
+ *
57
+ *
39
58
  */
40
59
  export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
41
60
  readonly input: ListChannelMembershipsForAppInstanceUserCommandInput;
@@ -39,6 +39,25 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
39
39
  * @see {@link ListChannelMessagesCommandOutput} for command's `response` shape.
40
40
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
41
41
  *
42
+ * @throws {@link BadRequestException} (client fault)
43
+ * <p>The input parameters don't match the service's restrictions.</p>
44
+ *
45
+ * @throws {@link ForbiddenException} (client fault)
46
+ * <p>The client is permanently forbidden from making the request.</p>
47
+ *
48
+ * @throws {@link ServiceFailureException} (server fault)
49
+ * <p>The service encountered an unexpected error.</p>
50
+ *
51
+ * @throws {@link ServiceUnavailableException} (server fault)
52
+ * <p>The service is currently unavailable.</p>
53
+ *
54
+ * @throws {@link ThrottledClientException} (client fault)
55
+ * <p>The client exceeded its request rate limit.</p>
56
+ *
57
+ * @throws {@link UnauthorizedClientException} (client fault)
58
+ * <p>The client is not currently authorized to make the request.</p>
59
+ *
60
+ *
42
61
  */
43
62
  export declare class ListChannelMessagesCommand extends $Command<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeClientResolvedConfig> {
44
63
  readonly input: ListChannelMessagesCommandInput;
@@ -34,6 +34,25 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
34
34
  * @see {@link ListChannelModeratorsCommandOutput} for command's `response` shape.
35
35
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
36
36
  *
37
+ * @throws {@link BadRequestException} (client fault)
38
+ * <p>The input parameters don't match the service's restrictions.</p>
39
+ *
40
+ * @throws {@link ForbiddenException} (client fault)
41
+ * <p>The client is permanently forbidden from making the request.</p>
42
+ *
43
+ * @throws {@link ServiceFailureException} (server fault)
44
+ * <p>The service encountered an unexpected error.</p>
45
+ *
46
+ * @throws {@link ServiceUnavailableException} (server fault)
47
+ * <p>The service is currently unavailable.</p>
48
+ *
49
+ * @throws {@link ThrottledClientException} (client fault)
50
+ * <p>The client exceeded its request rate limit.</p>
51
+ *
52
+ * @throws {@link UnauthorizedClientException} (client fault)
53
+ * <p>The client is not currently authorized to make the request.</p>
54
+ *
55
+ *
37
56
  */
38
57
  export declare class ListChannelModeratorsCommand extends $Command<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeClientResolvedConfig> {
39
58
  readonly input: ListChannelModeratorsCommandInput;
@@ -50,6 +50,25 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
50
50
  * @see {@link ListChannelsCommandOutput} for command's `response` shape.
51
51
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
52
52
  *
53
+ * @throws {@link BadRequestException} (client fault)
54
+ * <p>The input parameters don't match the service's restrictions.</p>
55
+ *
56
+ * @throws {@link ForbiddenException} (client fault)
57
+ * <p>The client is permanently forbidden from making the request.</p>
58
+ *
59
+ * @throws {@link ServiceFailureException} (server fault)
60
+ * <p>The service encountered an unexpected error.</p>
61
+ *
62
+ * @throws {@link ServiceUnavailableException} (server fault)
63
+ * <p>The service is currently unavailable.</p>
64
+ *
65
+ * @throws {@link ThrottledClientException} (client fault)
66
+ * <p>The client exceeded its request rate limit.</p>
67
+ *
68
+ * @throws {@link UnauthorizedClientException} (client fault)
69
+ * <p>The client is not currently authorized to make the request.</p>
70
+ *
71
+ *
53
72
  */
54
73
  export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeClientResolvedConfig> {
55
74
  readonly input: ListChannelsCommandInput;
@@ -35,6 +35,25 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
35
35
  * @see {@link ListChannelsModeratedByAppInstanceUserCommandOutput} for command's `response` shape.
36
36
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
37
37
  *
38
+ * @throws {@link BadRequestException} (client fault)
39
+ * <p>The input parameters don't match the service's restrictions.</p>
40
+ *
41
+ * @throws {@link ForbiddenException} (client fault)
42
+ * <p>The client is permanently forbidden from making the request.</p>
43
+ *
44
+ * @throws {@link ServiceFailureException} (server fault)
45
+ * <p>The service encountered an unexpected error.</p>
46
+ *
47
+ * @throws {@link ServiceUnavailableException} (server fault)
48
+ * <p>The service is currently unavailable.</p>
49
+ *
50
+ * @throws {@link ThrottledClientException} (client fault)
51
+ * <p>The client exceeded its request rate limit.</p>
52
+ *
53
+ * @throws {@link UnauthorizedClientException} (client fault)
54
+ * <p>The client is not currently authorized to make the request.</p>
55
+ *
56
+ *
38
57
  */
39
58
  export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
40
59
  readonly input: ListChannelsModeratedByAppInstanceUserCommandInput;
@@ -29,6 +29,25 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture
29
29
  * @see {@link ListMediaCapturePipelinesCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link ServiceFailureException} (server fault)
39
+ * <p>The service encountered an unexpected error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is currently unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottledClientException} (client fault)
45
+ * <p>The client exceeded its request rate limit.</p>
46
+ *
47
+ * @throws {@link UnauthorizedClientException} (client fault)
48
+ * <p>The client is not currently authorized to make the request.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListMediaCapturePipelinesCommand extends $Command<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeClientResolvedConfig> {
34
53
  readonly input: ListMediaCapturePipelinesCommandInput;
@@ -29,6 +29,28 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _
29
29
  * @see {@link ListMeetingTagsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>One or more of the resources in the request does not exist in the system.</p>
40
+ *
41
+ * @throws {@link ServiceFailureException} (server fault)
42
+ * <p>The service encountered an unexpected error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottledClientException} (client fault)
48
+ * <p>The client exceeded its request rate limit.</p>
49
+ *
50
+ * @throws {@link UnauthorizedClientException} (client fault)
51
+ * <p>The client is not currently authorized to make the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListMeetingTagsCommand extends $Command<ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput, ChimeClientResolvedConfig> {
34
56
  readonly input: ListMeetingTagsCommandInput;
@@ -32,6 +32,25 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad
32
32
  * @see {@link ListMeetingsCommandOutput} for command's `response` shape.
33
33
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
34
34
  *
35
+ * @throws {@link BadRequestException} (client fault)
36
+ * <p>The input parameters don't match the service's restrictions.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>The client is permanently forbidden from making the request.</p>
40
+ *
41
+ * @throws {@link ServiceFailureException} (server fault)
42
+ * <p>The service encountered an unexpected error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottledClientException} (client fault)
48
+ * <p>The client exceeded its request rate limit.</p>
49
+ *
50
+ * @throws {@link UnauthorizedClientException} (client fault)
51
+ * <p>The client is not currently authorized to make the request.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class ListMeetingsCommand extends $Command<ListMeetingsCommandInput, ListMeetingsCommandOutput, ChimeClientResolvedConfig> {
37
56
  readonly input: ListMeetingsCommandInput;
@@ -29,6 +29,25 @@ export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrder
29
29
  * @see {@link ListPhoneNumberOrdersCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link ServiceFailureException} (server fault)
39
+ * <p>The service encountered an unexpected error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>The service is currently unavailable.</p>
43
+ *
44
+ * @throws {@link ThrottledClientException} (client fault)
45
+ * <p>The client exceeded its request rate limit.</p>
46
+ *
47
+ * @throws {@link UnauthorizedClientException} (client fault)
48
+ * <p>The client is not currently authorized to make the request.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListPhoneNumberOrdersCommand extends $Command<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput, ChimeClientResolvedConfig> {
34
53
  readonly input: ListPhoneNumberOrdersCommandInput;
@@ -29,6 +29,28 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
29
29
  * @see {@link ListPhoneNumbersCommandOutput} for command's `response` shape.
30
30
  * @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The input parameters don't match the service's restrictions.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>The client is permanently forbidden from making the request.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>One or more of the resources in the request does not exist in the system.</p>
40
+ *
41
+ * @throws {@link ServiceFailureException} (server fault)
42
+ * <p>The service encountered an unexpected error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The service is currently unavailable.</p>
46
+ *
47
+ * @throws {@link ThrottledClientException} (client fault)
48
+ * <p>The client exceeded its request rate limit.</p>
49
+ *
50
+ * @throws {@link UnauthorizedClientException} (client fault)
51
+ * <p>The client is not currently authorized to make the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeClientResolvedConfig> {
34
56
  readonly input: ListPhoneNumbersCommandInput;