@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
@@ -33,6 +33,8 @@ export interface AssociatePhoneNumberWithUserCommandOutput extends AssociatePhon
33
33
  * };
34
34
  * const command = new AssociatePhoneNumberWithUserCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param AssociatePhoneNumberWithUserCommandInput - {@link AssociatePhoneNumberWithUserCommandInput}
@@ -65,6 +67,8 @@ export interface AssociatePhoneNumberWithUserCommandOutput extends AssociatePhon
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 AssociatePhoneNumberWithUserCommand extends $Command<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,16 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends As
35
35
  * };
36
36
  * const command = new AssociatePhoneNumbersWithVoiceConnectorCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // AssociatePhoneNumbersWithVoiceConnectorResponse
39
+ * // PhoneNumberErrors: [ // PhoneNumberErrorList
40
+ * // { // PhoneNumberError
41
+ * // PhoneNumberId: "STRING_VALUE",
42
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
43
+ * // ErrorMessage: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
38
48
  * ```
39
49
  *
40
50
  * @param AssociatePhoneNumbersWithVoiceConnectorCommandInput - {@link AssociatePhoneNumbersWithVoiceConnectorCommandInput}
@@ -67,6 +77,8 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends As
67
77
  * @throws {@link UnauthorizedClientException} (client fault)
68
78
  * <p>The client is not currently authorized to make the request.</p>
69
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
82
  *
71
83
  */
72
84
  export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,16 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput exten
35
35
  * };
36
36
  * const command = new AssociatePhoneNumbersWithVoiceConnectorGroupCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // AssociatePhoneNumbersWithVoiceConnectorGroupResponse
39
+ * // PhoneNumberErrors: [ // PhoneNumberErrorList
40
+ * // { // PhoneNumberError
41
+ * // PhoneNumberId: "STRING_VALUE",
42
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
43
+ * // ErrorMessage: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
38
48
  * ```
39
49
  *
40
50
  * @param AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput - {@link AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput}
@@ -67,6 +77,8 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput exten
67
77
  * @throws {@link UnauthorizedClientException} (client fault)
68
78
  * <p>The client is not currently authorized to make the request.</p>
69
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
82
  *
71
83
  */
72
84
  export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput extends A
36
36
  * };
37
37
  * const command = new AssociateSigninDelegateGroupsWithAccountCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param AssociateSigninDelegateGroupsWithAccountCommandInput - {@link AssociateSigninDelegateGroupsWithAccountCommandInput}
@@ -65,6 +67,8 @@ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput extends A
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 AssociateSigninDelegateGroupsWithAccountCommand extends $Command<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -47,6 +47,23 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
47
47
  * };
48
48
  * const command = new BatchCreateAttendeeCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // BatchCreateAttendeeResponse
51
+ * // Attendees: [ // AttendeeList
52
+ * // { // Attendee
53
+ * // ExternalUserId: "STRING_VALUE",
54
+ * // AttendeeId: "STRING_VALUE",
55
+ * // JoinToken: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // Errors: [ // BatchCreateAttendeeErrorList
59
+ * // { // CreateAttendeeError
60
+ * // ExternalUserId: "STRING_VALUE",
61
+ * // ErrorCode: "STRING_VALUE",
62
+ * // ErrorMessage: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // };
66
+ *
50
67
  * ```
51
68
  *
52
69
  * @param BatchCreateAttendeeCommandInput - {@link BatchCreateAttendeeCommandInput}
@@ -79,6 +96,8 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
79
96
  * @throws {@link UnauthorizedClientException} (client fault)
80
97
  * <p>The client is not currently authorized to make the request.</p>
81
98
  *
99
+ * @throws {@link ChimeServiceException}
100
+ * <p>Base exception class for all service exceptions from Chime service.</p>
82
101
  *
83
102
  */
84
103
  export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,30 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
36
36
  * };
37
37
  * const command = new BatchCreateChannelMembershipCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // BatchCreateChannelMembershipResponse
40
+ * // BatchChannelMemberships: { // BatchChannelMemberships
41
+ * // InvitedBy: { // Identity
42
+ * // Arn: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // },
45
+ * // Type: "DEFAULT" || "HIDDEN",
46
+ * // Members: [ // Members
47
+ * // {
48
+ * // Arn: "STRING_VALUE",
49
+ * // Name: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // ChannelArn: "STRING_VALUE",
53
+ * // },
54
+ * // Errors: [ // BatchCreateChannelMembershipErrors
55
+ * // { // BatchCreateChannelMembershipError
56
+ * // MemberArn: "STRING_VALUE",
57
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
58
+ * // ErrorMessage: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // };
62
+ *
39
63
  * ```
40
64
  *
41
65
  * @param BatchCreateChannelMembershipCommandInput - {@link BatchCreateChannelMembershipCommandInput}
@@ -62,6 +86,8 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
62
86
  * @throws {@link UnauthorizedClientException} (client fault)
63
87
  * <p>The client is not currently authorized to make the request.</p>
64
88
  *
89
+ * @throws {@link ChimeServiceException}
90
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
91
  *
66
92
  */
67
93
  export declare class BatchCreateChannelMembershipCommand extends $Command<BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,16 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM
38
38
  * };
39
39
  * const command = new BatchCreateRoomMembershipCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // BatchCreateRoomMembershipResponse
42
+ * // Errors: [ // MemberErrorList
43
+ * // { // MemberError
44
+ * // MemberId: "STRING_VALUE",
45
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
46
+ * // ErrorMessage: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
41
51
  * ```
42
52
  *
43
53
  * @param BatchCreateRoomMembershipCommandInput - {@link BatchCreateRoomMembershipCommandInput}
@@ -67,6 +77,8 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM
67
77
  * @throws {@link UnauthorizedClientException} (client fault)
68
78
  * <p>The client is not currently authorized to make the request.</p>
69
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
82
  *
71
83
  */
72
84
  export declare class BatchCreateRoomMembershipCommand extends $Command<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -40,6 +40,16 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
40
40
  * };
41
41
  * const command = new BatchDeletePhoneNumberCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // BatchDeletePhoneNumberResponse
44
+ * // PhoneNumberErrors: [ // PhoneNumberErrorList
45
+ * // { // PhoneNumberError
46
+ * // PhoneNumberId: "STRING_VALUE",
47
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
48
+ * // ErrorMessage: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // };
52
+ *
43
53
  * ```
44
54
  *
45
55
  * @param BatchDeletePhoneNumberCommandInput - {@link BatchDeletePhoneNumberCommandInput}
@@ -69,6 +79,8 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
69
79
  * @throws {@link UnauthorizedClientException} (client fault)
70
80
  * <p>The client is not currently authorized to make the request.</p>
71
81
  *
82
+ * @throws {@link ChimeServiceException}
83
+ * <p>Base exception class for all service exceptions from Chime service.</p>
72
84
  *
73
85
  */
74
86
  export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -47,6 +47,16 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse,
47
47
  * };
48
48
  * const command = new BatchSuspendUserCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // BatchSuspendUserResponse
51
+ * // UserErrors: [ // UserErrorList
52
+ * // { // UserError
53
+ * // UserId: "STRING_VALUE",
54
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
55
+ * // ErrorMessage: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
50
60
  * ```
51
61
  *
52
62
  * @param BatchSuspendUserCommandInput - {@link BatchSuspendUserCommandInput}
@@ -76,6 +86,8 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse,
76
86
  * @throws {@link UnauthorizedClientException} (client fault)
77
87
  * <p>The client is not currently authorized to make the request.</p>
78
88
  *
89
+ * @throws {@link ChimeServiceException}
90
+ * <p>Base exception class for all service exceptions from Chime service.</p>
79
91
  *
80
92
  */
81
93
  export declare class BatchSuspendUserCommand extends $Command<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig> {
@@ -45,6 +45,16 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo
45
45
  * };
46
46
  * const command = new BatchUnsuspendUserCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // BatchUnsuspendUserResponse
49
+ * // UserErrors: [ // UserErrorList
50
+ * // { // UserError
51
+ * // UserId: "STRING_VALUE",
52
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
53
+ * // ErrorMessage: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // };
57
+ *
48
58
  * ```
49
59
  *
50
60
  * @param BatchUnsuspendUserCommandInput - {@link BatchUnsuspendUserCommandInput}
@@ -74,6 +84,8 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo
74
84
  * @throws {@link UnauthorizedClientException} (client fault)
75
85
  * <p>The client is not currently authorized to make the request.</p>
76
86
  *
87
+ * @throws {@link ChimeServiceException}
88
+ * <p>Base exception class for all service exceptions from Chime service.</p>
77
89
  *
78
90
  */
79
91
  export declare class BatchUnsuspendUserCommand extends $Command<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,16 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
39
39
  * };
40
40
  * const command = new BatchUpdatePhoneNumberCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // BatchUpdatePhoneNumberResponse
43
+ * // PhoneNumberErrors: [ // PhoneNumberErrorList
44
+ * // { // PhoneNumberError
45
+ * // PhoneNumberId: "STRING_VALUE",
46
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
47
+ * // ErrorMessage: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // };
51
+ *
42
52
  * ```
43
53
  *
44
54
  * @param BatchUpdatePhoneNumberCommandInput - {@link BatchUpdatePhoneNumberCommandInput}
@@ -68,6 +78,8 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
68
78
  * @throws {@link UnauthorizedClientException} (client fault)
69
79
  * <p>The client is not currently authorized to make the request.</p>
70
80
  *
81
+ * @throws {@link ChimeServiceException}
82
+ * <p>Base exception class for all service exceptions from Chime service.</p>
71
83
  *
72
84
  */
73
85
  export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -42,6 +42,16 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _
42
42
  * };
43
43
  * const command = new BatchUpdateUserCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // BatchUpdateUserResponse
46
+ * // UserErrors: [ // UserErrorList
47
+ * // { // UserError
48
+ * // UserId: "STRING_VALUE",
49
+ * // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist",
50
+ * // ErrorMessage: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // };
54
+ *
45
55
  * ```
46
56
  *
47
57
  * @param BatchUpdateUserCommandInput - {@link BatchUpdateUserCommandInput}
@@ -71,6 +81,8 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _
71
81
  * @throws {@link UnauthorizedClientException} (client fault)
72
82
  * <p>The client is not currently authorized to make the request.</p>
73
83
  *
84
+ * @throws {@link ChimeServiceException}
85
+ * <p>Base exception class for all service exceptions from Chime service.</p>
74
86
  *
75
87
  */
76
88
  export declare class BatchUpdateUserCommand extends $Command<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,26 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
33
33
  * };
34
34
  * const command = new CreateAccountCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // CreateAccountResponse
37
+ * // Account: { // Account
38
+ * // AwsAccountId: "STRING_VALUE", // required
39
+ * // AccountId: "STRING_VALUE", // required
40
+ * // Name: "STRING_VALUE", // required
41
+ * // AccountType: "Team" || "EnterpriseDirectory" || "EnterpriseLWA" || "EnterpriseOIDC",
42
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
43
+ * // DefaultLicense: "Basic" || "Plus" || "Pro" || "ProTrial",
44
+ * // SupportedLicenses: [ // LicenseList
45
+ * // "Basic" || "Plus" || "Pro" || "ProTrial",
46
+ * // ],
47
+ * // AccountStatus: "Suspended" || "Active",
48
+ * // SigninDelegateGroups: [ // SigninDelegateGroupList
49
+ * // { // SigninDelegateGroup
50
+ * // GroupName: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // };
55
+ *
36
56
  * ```
37
57
  *
38
58
  * @param CreateAccountCommandInput - {@link CreateAccountCommandInput}
@@ -62,6 +82,8 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
62
82
  * @throws {@link UnauthorizedClientException} (client fault)
63
83
  * <p>The client is not currently authorized to make the request.</p>
64
84
  *
85
+ * @throws {@link ChimeServiceException}
86
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
87
  *
66
88
  */
67
89
  export declare class CreateAccountCommand extends $Command<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -44,6 +44,14 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
44
44
  * };
45
45
  * const command = new CreateAppInstanceAdminCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // CreateAppInstanceAdminResponse
48
+ * // AppInstanceAdmin: { // Identity
49
+ * // Arn: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // },
52
+ * // AppInstanceArn: "STRING_VALUE",
53
+ * // };
54
+ *
47
55
  * ```
48
56
  *
49
57
  * @param CreateAppInstanceAdminCommandInput - {@link CreateAppInstanceAdminCommandInput}
@@ -77,6 +85,8 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
77
85
  * @throws {@link UnauthorizedClientException} (client fault)
78
86
  * <p>The client is not currently authorized to make the request.</p>
79
87
  *
88
+ * @throws {@link ChimeServiceException}
89
+ * <p>Base exception class for all service exceptions from Chime service.</p>
80
90
  *
81
91
  */
82
92
  export declare class CreateAppInstanceAdminCommand extends $Command<CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
@@ -40,6 +40,10 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons
40
40
  * };
41
41
  * const command = new CreateAppInstanceCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // CreateAppInstanceResponse
44
+ * // AppInstanceArn: "STRING_VALUE",
45
+ * // };
46
+ *
43
47
  * ```
44
48
  *
45
49
  * @param CreateAppInstanceCommandInput - {@link CreateAppInstanceCommandInput}
@@ -73,6 +77,8 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons
73
77
  * @throws {@link UnauthorizedClientException} (client fault)
74
78
  * <p>The client is not currently authorized to make the request.</p>
75
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
76
82
  *
77
83
  */
78
84
  export declare class CreateAppInstanceCommand extends $Command<CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
@@ -42,6 +42,10 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse
42
42
  * };
43
43
  * const command = new CreateAppInstanceUserCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateAppInstanceUserResponse
46
+ * // AppInstanceUserArn: "STRING_VALUE",
47
+ * // };
48
+ *
45
49
  * ```
46
50
  *
47
51
  * @param CreateAppInstanceUserCommandInput - {@link CreateAppInstanceUserCommandInput}
@@ -75,6 +79,8 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse
75
79
  * @throws {@link UnauthorizedClientException} (client fault)
76
80
  * <p>The client is not currently authorized to make the request.</p>
77
81
  *
82
+ * @throws {@link ChimeServiceException}
83
+ * <p>Base exception class for all service exceptions from Chime service.</p>
78
84
  *
79
85
  */
80
86
  export declare class CreateAppInstanceUserCommand extends $Command<CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -43,6 +43,14 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
43
43
  * };
44
44
  * const command = new CreateAttendeeCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateAttendeeResponse
47
+ * // Attendee: { // Attendee
48
+ * // ExternalUserId: "STRING_VALUE",
49
+ * // AttendeeId: "STRING_VALUE",
50
+ * // JoinToken: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
46
54
  * ```
47
55
  *
48
56
  * @param CreateAttendeeCommandInput - {@link CreateAttendeeCommandInput}
@@ -75,6 +83,8 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
75
83
  * @throws {@link UnauthorizedClientException} (client fault)
76
84
  * <p>The client is not currently authorized to make the request.</p>
77
85
  *
86
+ * @throws {@link ChimeServiceException}
87
+ * <p>Base exception class for all service exceptions from Chime service.</p>
78
88
  *
79
89
  */
80
90
  export declare class CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea
33
33
  * };
34
34
  * const command = new CreateBotCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // CreateBotResponse
37
+ * // Bot: { // Bot
38
+ * // BotId: "STRING_VALUE",
39
+ * // UserId: "STRING_VALUE",
40
+ * // DisplayName: "STRING_VALUE",
41
+ * // BotType: "ChatBot",
42
+ * // Disabled: true || false,
43
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
44
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
45
+ * // BotEmail: "STRING_VALUE",
46
+ * // SecurityToken: "STRING_VALUE",
47
+ * // },
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param CreateBotCommandInput - {@link CreateBotCommandInput}
@@ -65,6 +79,8 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea
65
79
  * @throws {@link UnauthorizedClientException} (client fault)
66
80
  * <p>The client is not currently authorized to make the request.</p>
67
81
  *
82
+ * @throws {@link ChimeServiceException}
83
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
84
  *
69
85
  */
70
86
  export declare class CreateBotCommand extends $Command<CreateBotCommandInput, CreateBotCommandOutput, ChimeClientResolvedConfig> {
@@ -43,6 +43,14 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
43
43
  * };
44
44
  * const command = new CreateChannelBanCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateChannelBanResponse
47
+ * // ChannelArn: "STRING_VALUE",
48
+ * // Member: { // Identity
49
+ * // Arn: "STRING_VALUE",
50
+ * // Name: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
46
54
  * ```
47
55
  *
48
56
  * @param CreateChannelBanCommandInput - {@link CreateChannelBanCommandInput}
@@ -76,6 +84,8 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
76
84
  * @throws {@link UnauthorizedClientException} (client fault)
77
85
  * <p>The client is not currently authorized to make the request.</p>
78
86
  *
87
+ * @throws {@link ChimeServiceException}
88
+ * <p>Base exception class for all service exceptions from Chime service.</p>
79
89
  *
80
90
  */
81
91
  export declare class CreateChannelBanCommand extends $Command<CreateChannelBanCommandInput, CreateChannelBanCommandOutput, ChimeClientResolvedConfig> {
@@ -51,6 +51,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
51
51
  * };
52
52
  * const command = new CreateChannelCommand(input);
53
53
  * const response = await client.send(command);
54
+ * // { // CreateChannelResponse
55
+ * // ChannelArn: "STRING_VALUE",
56
+ * // };
57
+ *
54
58
  * ```
55
59
  *
56
60
  * @param CreateChannelCommandInput - {@link CreateChannelCommandInput}
@@ -84,6 +88,8 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
84
88
  * @throws {@link UnauthorizedClientException} (client fault)
85
89
  * <p>The client is not currently authorized to make the request.</p>
86
90
  *
91
+ * @throws {@link ChimeServiceException}
92
+ * <p>Base exception class for all service exceptions from Chime service.</p>
87
93
  *
88
94
  */
89
95
  export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, ChimeClientResolvedConfig> {
@@ -67,6 +67,14 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
67
67
  * };
68
68
  * const command = new CreateChannelMembershipCommand(input);
69
69
  * const response = await client.send(command);
70
+ * // { // CreateChannelMembershipResponse
71
+ * // ChannelArn: "STRING_VALUE",
72
+ * // Member: { // Identity
73
+ * // Arn: "STRING_VALUE",
74
+ * // Name: "STRING_VALUE",
75
+ * // },
76
+ * // };
77
+ *
70
78
  * ```
71
79
  *
72
80
  * @param CreateChannelMembershipCommandInput - {@link CreateChannelMembershipCommandInput}
@@ -100,6 +108,8 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
100
108
  * @throws {@link UnauthorizedClientException} (client fault)
101
109
  * <p>The client is not currently authorized to make the request.</p>
102
110
  *
111
+ * @throws {@link ChimeServiceException}
112
+ * <p>Base exception class for all service exceptions from Chime service.</p>
103
113
  *
104
114
  */
105
115
  export declare class CreateChannelMembershipCommand extends $Command<CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -55,6 +55,14 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
55
55
  * };
56
56
  * const command = new CreateChannelModeratorCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // CreateChannelModeratorResponse
59
+ * // ChannelArn: "STRING_VALUE",
60
+ * // ChannelModerator: { // Identity
61
+ * // Arn: "STRING_VALUE",
62
+ * // Name: "STRING_VALUE",
63
+ * // },
64
+ * // };
65
+ *
58
66
  * ```
59
67
  *
60
68
  * @param CreateChannelModeratorCommandInput - {@link CreateChannelModeratorCommandInput}
@@ -88,6 +96,8 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
88
96
  * @throws {@link UnauthorizedClientException} (client fault)
89
97
  * <p>The client is not currently authorized to make the request.</p>
90
98
  *
99
+ * @throws {@link ChimeServiceException}
100
+ * <p>Base exception class for all service exceptions from Chime service.</p>
91
101
  *
92
102
  */
93
103
  export declare class CreateChannelModeratorCommand extends $Command<CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput, ChimeClientResolvedConfig> {
@@ -60,6 +60,44 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
60
60
  * };
61
61
  * const command = new CreateMediaCapturePipelineCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // CreateMediaCapturePipelineResponse
64
+ * // MediaCapturePipeline: { // MediaCapturePipeline
65
+ * // MediaPipelineId: "STRING_VALUE",
66
+ * // SourceType: "ChimeSdkMeeting",
67
+ * // SourceArn: "STRING_VALUE",
68
+ * // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped",
69
+ * // SinkType: "S3Bucket",
70
+ * // SinkArn: "STRING_VALUE",
71
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
72
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
73
+ * // ChimeSdkMeetingConfiguration: { // ChimeSdkMeetingConfiguration
74
+ * // SourceConfiguration: { // SourceConfiguration
75
+ * // SelectedVideoStreams: { // SelectedVideoStreams
76
+ * // AttendeeIds: [ // AttendeeIdList
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // ExternalUserIds: [ // ExternalUserIdList
80
+ * // "STRING_VALUE",
81
+ * // ],
82
+ * // },
83
+ * // },
84
+ * // ArtifactsConfiguration: { // ArtifactsConfiguration
85
+ * // Audio: { // AudioArtifactsConfiguration
86
+ * // MuxType: "AudioOnly" || "AudioWithActiveSpeakerVideo", // required
87
+ * // },
88
+ * // Video: { // VideoArtifactsConfiguration
89
+ * // State: "Enabled" || "Disabled", // required
90
+ * // MuxType: "VideoOnly",
91
+ * // },
92
+ * // Content: { // ContentArtifactsConfiguration
93
+ * // State: "Enabled" || "Disabled", // required
94
+ * // MuxType: "ContentOnly",
95
+ * // },
96
+ * // },
97
+ * // },
98
+ * // },
99
+ * // };
100
+ *
63
101
  * ```
64
102
  *
65
103
  * @param CreateMediaCapturePipelineCommandInput - {@link CreateMediaCapturePipelineCommandInput}
@@ -89,6 +127,8 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
89
127
  * @throws {@link UnauthorizedClientException} (client fault)
90
128
  * <p>The client is not currently authorized to make the request.</p>
91
129
  *
130
+ * @throws {@link ChimeServiceException}
131
+ * <p>Base exception class for all service exceptions from Chime service.</p>
92
132
  *
93
133
  */
94
134
  export declare class CreateMediaCapturePipelineCommand extends $Command<CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {