@aws-sdk/client-chime 3.321.1 → 3.326.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +4 -0
  2. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +12 -0
  3. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +12 -0
  4. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +4 -0
  5. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +19 -0
  6. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +26 -0
  7. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +12 -0
  8. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +12 -0
  9. package/dist-types/commands/BatchSuspendUserCommand.d.ts +12 -0
  10. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +12 -0
  11. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +12 -0
  12. package/dist-types/commands/BatchUpdateUserCommand.d.ts +12 -0
  13. package/dist-types/commands/CreateAccountCommand.d.ts +22 -0
  14. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +10 -0
  15. package/dist-types/commands/CreateAppInstanceCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateAttendeeCommand.d.ts +10 -0
  18. package/dist-types/commands/CreateBotCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateChannelBanCommand.d.ts +10 -0
  20. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +10 -0
  22. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +10 -0
  23. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +40 -0
  24. package/dist-types/commands/CreateMeetingCommand.d.ts +20 -0
  25. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +6 -0
  26. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +34 -0
  27. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +18 -0
  28. package/dist-types/commands/CreateProxySessionCommand.d.ts +30 -0
  29. package/dist-types/commands/CreateRoomCommand.d.ts +13 -0
  30. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +18 -0
  31. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +8 -0
  32. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +17 -0
  33. package/dist-types/commands/CreateSipRuleCommand.d.ts +21 -0
  34. package/dist-types/commands/CreateUserCommand.d.ts +23 -0
  35. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +15 -0
  36. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +18 -0
  37. package/dist-types/commands/DeleteAccountCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteAttendeeCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteChannelBanCommand.d.ts +4 -0
  44. package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +4 -0
  46. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +4 -0
  47. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +4 -0
  48. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +4 -0
  50. package/dist-types/commands/DeleteMeetingCommand.d.ts +4 -0
  51. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteProxySessionCommand.d.ts +4 -0
  53. package/dist-types/commands/DeleteRoomCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +4 -0
  55. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +4 -0
  56. package/dist-types/commands/DeleteSipRuleCommand.d.ts +4 -0
  57. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +4 -0
  58. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -0
  60. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -0
  61. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -0
  62. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -0
  64. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
  65. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +13 -0
  66. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +12 -0
  67. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +12 -0
  68. package/dist-types/commands/DescribeChannelBanCommand.d.ts +17 -0
  69. package/dist-types/commands/DescribeChannelCommand.d.ts +19 -0
  70. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +19 -0
  71. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +19 -0
  72. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +15 -0
  73. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +17 -0
  74. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -0
  75. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +12 -0
  76. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +12 -0
  77. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +4 -0
  78. package/dist-types/commands/GetAccountCommand.d.ts +22 -0
  79. package/dist-types/commands/GetAccountSettingsCommand.d.ts +9 -0
  80. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +11 -0
  81. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +11 -0
  82. package/dist-types/commands/GetAttendeeCommand.d.ts +10 -0
  83. package/dist-types/commands/GetBotCommand.d.ts +16 -0
  84. package/dist-types/commands/GetChannelMessageCommand.d.ts +21 -0
  85. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +10 -0
  86. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +11 -0
  87. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +40 -0
  88. package/dist-types/commands/GetMeetingCommand.d.ts +20 -0
  89. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +8 -0
  90. package/dist-types/commands/GetPhoneNumberCommand.d.ts +33 -0
  91. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +18 -0
  92. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +7 -0
  93. package/dist-types/commands/GetProxySessionCommand.d.ts +30 -0
  94. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +14 -0
  95. package/dist-types/commands/GetRoomCommand.d.ts +13 -0
  96. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +17 -0
  97. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
  98. package/dist-types/commands/GetSipRuleCommand.d.ts +21 -0
  99. package/dist-types/commands/GetUserCommand.d.ts +23 -0
  100. package/dist-types/commands/GetUserSettingsCommand.d.ts +12 -0
  101. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +15 -0
  102. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
  103. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +18 -0
  104. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
  105. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
  106. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +13 -0
  107. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +14 -0
  108. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +16 -0
  109. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +9 -0
  110. package/dist-types/commands/InviteUsersCommand.d.ts +13 -0
  111. package/dist-types/commands/ListAccountsCommand.d.ts +25 -0
  112. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +15 -0
  113. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +14 -0
  114. package/dist-types/commands/ListAppInstancesCommand.d.ts +13 -0
  115. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +11 -0
  116. package/dist-types/commands/ListAttendeesCommand.d.ts +13 -0
  117. package/dist-types/commands/ListBotsCommand.d.ts +19 -0
  118. package/dist-types/commands/ListChannelBansCommand.d.ts +15 -0
  119. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +15 -0
  120. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +22 -0
  121. package/dist-types/commands/ListChannelMessagesCommand.d.ts +23 -0
  122. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +15 -0
  123. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  124. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +18 -0
  125. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +43 -0
  126. package/dist-types/commands/ListMeetingTagsCommand.d.ts +11 -0
  127. package/dist-types/commands/ListMeetingsCommand.d.ts +23 -0
  128. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +21 -0
  129. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +36 -0
  130. package/dist-types/commands/ListProxySessionsCommand.d.ts +33 -0
  131. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +21 -0
  132. package/dist-types/commands/ListRoomsCommand.d.ts +16 -0
  133. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +20 -0
  134. package/dist-types/commands/ListSipRulesCommand.d.ts +24 -0
  135. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +13 -0
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  137. package/dist-types/commands/ListUsersCommand.d.ts +26 -0
  138. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +21 -0
  139. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +8 -0
  140. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +18 -0
  141. package/dist-types/commands/LogoutUserCommand.d.ts +4 -0
  142. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +11 -0
  143. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +11 -0
  144. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +10 -0
  145. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +14 -0
  146. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
  147. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
  148. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
  149. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
  150. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +13 -0
  151. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +14 -0
  152. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +16 -0
  153. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
  154. package/dist-types/commands/RedactChannelMessageCommand.d.ts +7 -0
  155. package/dist-types/commands/RedactConversationMessageCommand.d.ts +4 -0
  156. package/dist-types/commands/RedactRoomMessageCommand.d.ts +4 -0
  157. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +16 -0
  158. package/dist-types/commands/ResetPersonalPINCommand.d.ts +23 -0
  159. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +33 -0
  160. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +9 -0
  161. package/dist-types/commands/SendChannelMessageCommand.d.ts +7 -0
  162. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +4 -0
  163. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +4 -0
  164. package/dist-types/commands/TagAttendeeCommand.d.ts +4 -0
  165. package/dist-types/commands/TagMeetingCommand.d.ts +4 -0
  166. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  167. package/dist-types/commands/UntagAttendeeCommand.d.ts +4 -0
  168. package/dist-types/commands/UntagMeetingCommand.d.ts +4 -0
  169. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  170. package/dist-types/commands/UpdateAccountCommand.d.ts +22 -0
  171. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +4 -0
  172. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +6 -0
  173. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +6 -0
  174. package/dist-types/commands/UpdateBotCommand.d.ts +16 -0
  175. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  176. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +7 -0
  177. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +6 -0
  178. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +4 -0
  179. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +33 -0
  180. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -0
  181. package/dist-types/commands/UpdateProxySessionCommand.d.ts +30 -0
  182. package/dist-types/commands/UpdateRoomCommand.d.ts +13 -0
  183. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +18 -0
  184. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +8 -0
  185. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +17 -0
  186. package/dist-types/commands/UpdateSipRuleCommand.d.ts +21 -0
  187. package/dist-types/commands/UpdateUserCommand.d.ts +23 -0
  188. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +4 -0
  189. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +15 -0
  190. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +18 -0
  191. package/dist-types/commands/ValidateE911AddressCommand.d.ts +30 -0
  192. package/package.json +16 -16
@@ -31,6 +31,25 @@ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataB
31
31
  * };
32
32
  * const command = new GetSipRuleCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSipRuleResponse
35
+ * // SipRule: { // SipRule
36
+ * // SipRuleId: "STRING_VALUE",
37
+ * // Name: "STRING_VALUE",
38
+ * // Disabled: true || false,
39
+ * // TriggerType: "ToPhoneNumber" || "RequestUriHostname",
40
+ * // TriggerValue: "STRING_VALUE",
41
+ * // TargetApplications: [ // SipRuleTargetApplicationList
42
+ * // { // SipRuleTargetApplication
43
+ * // SipMediaApplicationId: "STRING_VALUE",
44
+ * // Priority: Number("int"),
45
+ * // AwsRegion: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
49
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
50
+ * // },
51
+ * // };
52
+ *
34
53
  * ```
35
54
  *
36
55
  * @param GetSipRuleCommandInput - {@link GetSipRuleCommandInput}
@@ -60,6 +79,8 @@ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataB
60
79
  * @throws {@link UnauthorizedClientException} (client fault)
61
80
  * <p>The client is not currently authorized to make the request.</p>
62
81
  *
82
+ * @throws {@link ChimeServiceException}
83
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
84
  *
64
85
  */
65
86
  export declare class GetSipRuleCommand extends $Command<GetSipRuleCommandInput, GetSipRuleCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,27 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
36
36
  * };
37
37
  * const command = new GetUserCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetUserResponse
40
+ * // User: { // User
41
+ * // UserId: "STRING_VALUE", // required
42
+ * // AccountId: "STRING_VALUE",
43
+ * // PrimaryEmail: "STRING_VALUE",
44
+ * // PrimaryProvisionedNumber: "STRING_VALUE",
45
+ * // DisplayName: "STRING_VALUE",
46
+ * // LicenseType: "Basic" || "Plus" || "Pro" || "ProTrial",
47
+ * // UserType: "PrivateUser" || "SharedDevice",
48
+ * // UserRegistrationStatus: "Unregistered" || "Registered" || "Suspended",
49
+ * // UserInvitationStatus: "Pending" || "Accepted" || "Failed",
50
+ * // RegisteredOn: new Date("TIMESTAMP"),
51
+ * // InvitedOn: new Date("TIMESTAMP"),
52
+ * // AlexaForBusinessMetadata: { // AlexaForBusinessMetadata
53
+ * // IsAlexaForBusinessEnabled: true || false,
54
+ * // AlexaForBusinessRoomArn: "STRING_VALUE",
55
+ * // },
56
+ * // PersonalPIN: "STRING_VALUE",
57
+ * // },
58
+ * // };
59
+ *
39
60
  * ```
40
61
  *
41
62
  * @param GetUserCommandInput - {@link GetUserCommandInput}
@@ -65,6 +86,8 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
65
86
  * @throws {@link UnauthorizedClientException} (client fault)
66
87
  * <p>The client is not currently authorized to make the request.</p>
67
88
  *
89
+ * @throws {@link ChimeServiceException}
90
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
91
  *
69
92
  */
70
93
  export declare class GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
32
32
  * };
33
33
  * const command = new GetUserSettingsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetUserSettingsResponse
36
+ * // UserSettings: { // UserSettings
37
+ * // Telephony: { // TelephonySettings
38
+ * // InboundCalling: true || false, // required
39
+ * // OutboundCalling: true || false, // required
40
+ * // SMS: true || false, // required
41
+ * // },
42
+ * // },
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param GetUserSettingsCommandInput - {@link GetUserSettingsCommandInput}
@@ -61,6 +71,8 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
61
71
  * @throws {@link UnauthorizedClientException} (client fault)
62
72
  * <p>The client is not currently authorized to make the request.</p>
63
73
  *
74
+ * @throws {@link ChimeServiceException}
75
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
76
  *
65
77
  */
66
78
  export declare class GetUserSettingsCommand extends $Command<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorRespons
31
31
  * };
32
32
  * const command = new GetVoiceConnectorCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVoiceConnectorResponse
35
+ * // VoiceConnector: { // VoiceConnector
36
+ * // VoiceConnectorId: "STRING_VALUE",
37
+ * // AwsRegion: "us-east-1" || "us-west-2",
38
+ * // Name: "STRING_VALUE",
39
+ * // OutboundHostName: "STRING_VALUE",
40
+ * // RequireEncryption: true || false,
41
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
42
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
43
+ * // VoiceConnectorArn: "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param GetVoiceConnectorCommandInput - {@link GetVoiceConnectorCommandInput}
@@ -60,6 +73,8 @@ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorRespons
60
73
  * @throws {@link UnauthorizedClientException} (client fault)
61
74
  * <p>The client is not currently authorized to make the request.</p>
62
75
  *
76
+ * @throws {@link ChimeServiceException}
77
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
78
  *
64
79
  */
65
80
  export declare class GetVoiceConnectorCommand extends $Command<GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,18 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
31
31
  * };
32
32
  * const command = new GetVoiceConnectorEmergencyCallingConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVoiceConnectorEmergencyCallingConfigurationResponse
35
+ * // EmergencyCallingConfiguration: { // EmergencyCallingConfiguration
36
+ * // DNIS: [ // DNISEmergencyCallingConfigurationList
37
+ * // { // DNISEmergencyCallingConfiguration
38
+ * // EmergencyPhoneNumber: "STRING_VALUE", // required
39
+ * // TestPhoneNumber: "STRING_VALUE",
40
+ * // CallingCountry: "STRING_VALUE", // required
41
+ * // },
42
+ * // ],
43
+ * // },
44
+ * // };
45
+ *
34
46
  * ```
35
47
  *
36
48
  * @param GetVoiceConnectorEmergencyCallingConfigurationCommandInput - {@link GetVoiceConnectorEmergencyCallingConfigurationCommandInput}
@@ -60,6 +72,8 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
60
72
  * @throws {@link UnauthorizedClientException} (client fault)
61
73
  * <p>The client is not currently authorized to make the request.</p>
62
74
  *
75
+ * @throws {@link ChimeServiceException}
76
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
77
  *
64
78
  */
65
79
  export declare class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr
32
32
  * };
33
33
  * const command = new GetVoiceConnectorGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetVoiceConnectorGroupResponse
36
+ * // VoiceConnectorGroup: { // VoiceConnectorGroup
37
+ * // VoiceConnectorGroupId: "STRING_VALUE",
38
+ * // Name: "STRING_VALUE",
39
+ * // VoiceConnectorItems: [ // VoiceConnectorItemList
40
+ * // { // VoiceConnectorItem
41
+ * // VoiceConnectorId: "STRING_VALUE", // required
42
+ * // Priority: Number("int"), // required
43
+ * // },
44
+ * // ],
45
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
46
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
47
+ * // VoiceConnectorGroupArn: "STRING_VALUE",
48
+ * // },
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param GetVoiceConnectorGroupCommandInput - {@link GetVoiceConnectorGroupCommandInput}
@@ -61,6 +77,8 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr
61
77
  * @throws {@link UnauthorizedClientException} (client fault)
62
78
  * <p>The client is not currently authorized to make the request.</p>
63
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
82
  *
65
83
  */
66
84
  export declare class GetVoiceConnectorGroupCommand extends $Command<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,13 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetV
31
31
  * };
32
32
  * const command = new GetVoiceConnectorLoggingConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVoiceConnectorLoggingConfigurationResponse
35
+ * // LoggingConfiguration: { // LoggingConfiguration
36
+ * // EnableSIPLogs: true || false,
37
+ * // EnableMediaMetricLogs: true || false,
38
+ * // },
39
+ * // };
40
+ *
34
41
  * ```
35
42
  *
36
43
  * @param GetVoiceConnectorLoggingConfigurationCommandInput - {@link GetVoiceConnectorLoggingConfigurationCommandInput}
@@ -60,6 +67,8 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetV
60
67
  * @throws {@link UnauthorizedClientException} (client fault)
61
68
  * <p>The client is not currently authorized to make the request.</p>
62
69
  *
70
+ * @throws {@link ChimeServiceException}
71
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
72
  *
64
73
  */
65
74
  export declare class GetVoiceConnectorLoggingConfigurationCommand extends $Command<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,21 @@ export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConne
31
31
  * };
32
32
  * const command = new GetVoiceConnectorOriginationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVoiceConnectorOriginationResponse
35
+ * // Origination: { // Origination
36
+ * // Routes: [ // OriginationRouteList
37
+ * // { // OriginationRoute
38
+ * // Host: "STRING_VALUE",
39
+ * // Port: Number("int"),
40
+ * // Protocol: "TCP" || "UDP",
41
+ * // Priority: Number("int"),
42
+ * // Weight: Number("int"),
43
+ * // },
44
+ * // ],
45
+ * // Disabled: true || false,
46
+ * // },
47
+ * // };
48
+ *
34
49
  * ```
35
50
  *
36
51
  * @param GetVoiceConnectorOriginationCommandInput - {@link GetVoiceConnectorOriginationCommandInput}
@@ -60,6 +75,8 @@ export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConne
60
75
  * @throws {@link UnauthorizedClientException} (client fault)
61
76
  * <p>The client is not currently authorized to make the request.</p>
62
77
  *
78
+ * @throws {@link ChimeServiceException}
79
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
80
  *
64
81
  */
65
82
  export declare class GetVoiceConnectorOriginationCommand extends $Command<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,17 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr
31
31
  * };
32
32
  * const command = new GetVoiceConnectorProxyCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVoiceConnectorProxyResponse
35
+ * // Proxy: { // Proxy
36
+ * // DefaultSessionExpiryMinutes: Number("int"),
37
+ * // Disabled: true || false,
38
+ * // FallBackPhoneNumber: "STRING_VALUE",
39
+ * // PhoneNumberCountries: [ // StringList
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // },
43
+ * // };
44
+ *
34
45
  * ```
35
46
  *
36
47
  * @param GetVoiceConnectorProxyCommandInput - {@link GetVoiceConnectorProxyCommandInput}
@@ -60,6 +71,8 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr
60
71
  * @throws {@link UnauthorizedClientException} (client fault)
61
72
  * <p>The client is not currently authorized to make the request.</p>
62
73
  *
74
+ * @throws {@link ChimeServiceException}
75
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
76
  *
64
77
  */
65
78
  export declare class GetVoiceConnectorProxyCommand extends $Command<GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,18 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends Ge
33
33
  * };
34
34
  * const command = new GetVoiceConnectorStreamingConfigurationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetVoiceConnectorStreamingConfigurationResponse
37
+ * // StreamingConfiguration: { // StreamingConfiguration
38
+ * // DataRetentionInHours: Number("int"), // required
39
+ * // Disabled: true || false,
40
+ * // StreamingNotificationTargets: [ // StreamingNotificationTargetList
41
+ * // { // StreamingNotificationTarget
42
+ * // NotificationTarget: "EventBridge" || "SNS" || "SQS", // required
43
+ * // },
44
+ * // ],
45
+ * // },
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param GetVoiceConnectorStreamingConfigurationCommandInput - {@link GetVoiceConnectorStreamingConfigurationCommandInput}
@@ -62,6 +74,8 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends Ge
62
74
  * @throws {@link UnauthorizedClientException} (client fault)
63
75
  * <p>The client is not currently authorized to make the request.</p>
64
76
  *
77
+ * @throws {@link ChimeServiceException}
78
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
79
  *
66
80
  */
67
81
  export declare class GetVoiceConnectorStreamingConfigurationCommand extends $Command<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,20 @@ export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConne
31
31
  * };
32
32
  * const command = new GetVoiceConnectorTerminationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetVoiceConnectorTerminationResponse
35
+ * // Termination: { // Termination
36
+ * // CpsLimit: Number("int"),
37
+ * // DefaultPhoneNumber: "STRING_VALUE",
38
+ * // CallingRegions: [ // CallingRegionList
39
+ * // "STRING_VALUE",
40
+ * // ],
41
+ * // CidrAllowedList: [ // StringList
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // Disabled: true || false,
45
+ * // },
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param GetVoiceConnectorTerminationCommandInput - {@link GetVoiceConnectorTerminationCommandInput}
@@ -60,6 +74,8 @@ export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConne
60
74
  * @throws {@link UnauthorizedClientException} (client fault)
61
75
  * <p>The client is not currently authorized to make the request.</p>
62
76
  *
77
+ * @throws {@link ChimeServiceException}
78
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
79
  *
64
80
  */
65
81
  export declare class GetVoiceConnectorTerminationCommand extends $Command<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,13 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoic
32
32
  * };
33
33
  * const command = new GetVoiceConnectorTerminationHealthCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetVoiceConnectorTerminationHealthResponse
36
+ * // TerminationHealth: { // TerminationHealth
37
+ * // Timestamp: new Date("TIMESTAMP"),
38
+ * // Source: "STRING_VALUE",
39
+ * // },
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param GetVoiceConnectorTerminationHealthCommandInput - {@link GetVoiceConnectorTerminationHealthCommandInput}
@@ -61,6 +68,8 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoic
61
68
  * @throws {@link UnauthorizedClientException} (client fault)
62
69
  * <p>The client is not currently authorized to make the request.</p>
63
70
  *
71
+ * @throws {@link ChimeServiceException}
72
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
73
  *
65
74
  */
66
75
  export declare class GetVoiceConnectorTerminationHealthCommand extends $Command<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,17 @@ export interface InviteUsersCommandOutput extends InviteUsersResponse, __Metadat
37
37
  * };
38
38
  * const command = new InviteUsersCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // InviteUsersResponse
41
+ * // Invites: [ // InviteList
42
+ * // { // Invite
43
+ * // InviteId: "STRING_VALUE",
44
+ * // Status: "Pending" || "Accepted" || "Failed",
45
+ * // EmailAddress: "STRING_VALUE",
46
+ * // EmailStatus: "NotSent" || "Sent" || "Failed",
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
40
51
  * ```
41
52
  *
42
53
  * @param InviteUsersCommandInput - {@link InviteUsersCommandInput}
@@ -66,6 +77,8 @@ export interface InviteUsersCommandOutput extends InviteUsersResponse, __Metadat
66
77
  * @throws {@link UnauthorizedClientException} (client fault)
67
78
  * <p>The client is not currently authorized to make the request.</p>
68
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
82
  *
70
83
  */
71
84
  export declare class InviteUsersCommand extends $Command<InviteUsersCommandInput, InviteUsersCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,29 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
36
36
  * };
37
37
  * const command = new ListAccountsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListAccountsResponse
40
+ * // Accounts: [ // AccountList
41
+ * // { // Account
42
+ * // AwsAccountId: "STRING_VALUE", // required
43
+ * // AccountId: "STRING_VALUE", // required
44
+ * // Name: "STRING_VALUE", // required
45
+ * // AccountType: "Team" || "EnterpriseDirectory" || "EnterpriseLWA" || "EnterpriseOIDC",
46
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
47
+ * // DefaultLicense: "Basic" || "Plus" || "Pro" || "ProTrial",
48
+ * // SupportedLicenses: [ // LicenseList
49
+ * // "Basic" || "Plus" || "Pro" || "ProTrial",
50
+ * // ],
51
+ * // AccountStatus: "Suspended" || "Active",
52
+ * // SigninDelegateGroups: [ // SigninDelegateGroupList
53
+ * // { // SigninDelegateGroup
54
+ * // GroupName: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // },
58
+ * // ],
59
+ * // NextToken: "STRING_VALUE",
60
+ * // };
61
+ *
39
62
  * ```
40
63
  *
41
64
  * @param ListAccountsCommandInput - {@link ListAccountsCommandInput}
@@ -65,6 +88,8 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
65
88
  * @throws {@link UnauthorizedClientException} (client fault)
66
89
  * <p>The client is not currently authorized to make the request.</p>
67
90
  *
91
+ * @throws {@link ChimeServiceException}
92
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
93
  *
69
94
  */
70
95
  export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
33
33
  * };
34
34
  * const command = new ListAppInstanceAdminsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListAppInstanceAdminsResponse
37
+ * // AppInstanceArn: "STRING_VALUE",
38
+ * // AppInstanceAdmins: [ // AppInstanceAdminList
39
+ * // { // AppInstanceAdminSummary
40
+ * // Admin: { // Identity
41
+ * // Arn: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // },
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param ListAppInstanceAdminsCommandInput - {@link ListAppInstanceAdminsCommandInput}
@@ -59,6 +72,8 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
59
72
  * @throws {@link UnauthorizedClientException} (client fault)
60
73
  * <p>The client is not currently authorized to make the request.</p>
61
74
  *
75
+ * @throws {@link ChimeServiceException}
76
+ * <p>Base exception class for all service exceptions from Chime service.</p>
62
77
  *
63
78
  */
64
79
  export declare class ListAppInstanceAdminsCommand extends $Command<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
35
35
  * };
36
36
  * const command = new ListAppInstanceUsersCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListAppInstanceUsersResponse
39
+ * // AppInstanceArn: "STRING_VALUE",
40
+ * // AppInstanceUsers: [ // AppInstanceUserList
41
+ * // { // AppInstanceUserSummary
42
+ * // AppInstanceUserArn: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // Metadata: "STRING_VALUE",
45
+ * // },
46
+ * // ],
47
+ * // NextToken: "STRING_VALUE",
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param ListAppInstanceUsersCommandInput - {@link ListAppInstanceUsersCommandInput}
@@ -61,6 +73,8 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
61
73
  * @throws {@link UnauthorizedClientException} (client fault)
62
74
  * <p>The client is not currently authorized to make the request.</p>
63
75
  *
76
+ * @throws {@link ChimeServiceException}
77
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
78
  *
65
79
  */
66
80
  export declare class ListAppInstanceUsersCommand extends $Command<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
32
32
  * };
33
33
  * const command = new ListAppInstancesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListAppInstancesResponse
36
+ * // AppInstances: [ // AppInstanceList
37
+ * // { // AppInstanceSummary
38
+ * // AppInstanceArn: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Metadata: "STRING_VALUE",
41
+ * // },
42
+ * // ],
43
+ * // NextToken: "STRING_VALUE",
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param ListAppInstancesCommandInput - {@link ListAppInstancesCommandInput}
@@ -58,6 +69,8 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
58
69
  * @throws {@link UnauthorizedClientException} (client fault)
59
70
  * <p>The client is not currently authorized to make the request.</p>
60
71
  *
72
+ * @throws {@link ChimeServiceException}
73
+ * <p>Base exception class for all service exceptions from Chime service.</p>
61
74
  *
62
75
  */
63
76
  export declare class ListAppInstancesCommand extends $Command<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,15 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse,
32
32
  * };
33
33
  * const command = new ListAttendeeTagsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListAttendeeTagsResponse
36
+ * // Tags: [ // TagList
37
+ * // { // Tag
38
+ * // Key: "STRING_VALUE", // required
39
+ * // Value: "STRING_VALUE", // required
40
+ * // },
41
+ * // ],
42
+ * // };
43
+ *
35
44
  * ```
36
45
  *
37
46
  * @param ListAttendeeTagsCommandInput - {@link ListAttendeeTagsCommandInput}
@@ -61,6 +70,8 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse,
61
70
  * @throws {@link UnauthorizedClientException} (client fault)
62
71
  * <p>The client is not currently authorized to make the request.</p>
63
72
  *
73
+ * @throws {@link ChimeServiceException}
74
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
75
  *
65
76
  */
66
77
  export declare class ListAttendeeTagsCommand extends $Command<ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,17 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
37
37
  * };
38
38
  * const command = new ListAttendeesCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // ListAttendeesResponse
41
+ * // Attendees: [ // AttendeeList
42
+ * // { // Attendee
43
+ * // ExternalUserId: "STRING_VALUE",
44
+ * // AttendeeId: "STRING_VALUE",
45
+ * // JoinToken: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // };
50
+ *
40
51
  * ```
41
52
  *
42
53
  * @param ListAttendeesCommandInput - {@link ListAttendeesCommandInput}
@@ -66,6 +77,8 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
66
77
  * @throws {@link UnauthorizedClientException} (client fault)
67
78
  * <p>The client is not currently authorized to make the request.</p>
68
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
82
  *
70
83
  */
71
84
  export declare class ListAttendeesCommand extends $Command<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,23 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
33
33
  * };
34
34
  * const command = new ListBotsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListBotsResponse
37
+ * // Bots: [ // BotList
38
+ * // { // Bot
39
+ * // BotId: "STRING_VALUE",
40
+ * // UserId: "STRING_VALUE",
41
+ * // DisplayName: "STRING_VALUE",
42
+ * // BotType: "ChatBot",
43
+ * // Disabled: true || false,
44
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
45
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
46
+ * // BotEmail: "STRING_VALUE",
47
+ * // SecurityToken: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
36
53
  * ```
37
54
  *
38
55
  * @param ListBotsCommandInput - {@link ListBotsCommandInput}
@@ -62,6 +79,8 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
62
79
  * @throws {@link UnauthorizedClientException} (client fault)
63
80
  * <p>The client is not currently authorized to make the request.</p>
64
81
  *
82
+ * @throws {@link ChimeServiceException}
83
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
84
  *
66
85
  */
67
86
  export declare class ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
39
39
  * };
40
40
  * const command = new ListChannelBansCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListChannelBansResponse
43
+ * // ChannelArn: "STRING_VALUE",
44
+ * // NextToken: "STRING_VALUE",
45
+ * // ChannelBans: [ // ChannelBanSummaryList
46
+ * // { // ChannelBanSummary
47
+ * // Member: { // Identity
48
+ * // Arn: "STRING_VALUE",
49
+ * // Name: "STRING_VALUE",
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param ListChannelBansCommandInput - {@link ListChannelBansCommandInput}
@@ -65,6 +78,8 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
65
78
  * @throws {@link UnauthorizedClientException} (client fault)
66
79
  * <p>The client is not currently authorized to make the request.</p>
67
80
  *
81
+ * @throws {@link ChimeServiceException}
82
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
83
  *
69
84
  */
70
85
  export declare class ListChannelBansCommand extends $Command<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeClientResolvedConfig> {
@@ -40,6 +40,19 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
40
40
  * };
41
41
  * const command = new ListChannelMembershipsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListChannelMembershipsResponse
44
+ * // ChannelArn: "STRING_VALUE",
45
+ * // ChannelMemberships: [ // ChannelMembershipSummaryList
46
+ * // { // ChannelMembershipSummary
47
+ * // Member: { // Identity
48
+ * // Arn: "STRING_VALUE",
49
+ * // Name: "STRING_VALUE",
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // NextToken: "STRING_VALUE",
54
+ * // };
55
+ *
43
56
  * ```
44
57
  *
45
58
  * @param ListChannelMembershipsCommandInput - {@link ListChannelMembershipsCommandInput}
@@ -66,6 +79,8 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
66
79
  * @throws {@link UnauthorizedClientException} (client fault)
67
80
  * <p>The client is not currently authorized to make the request.</p>
68
81
  *
82
+ * @throws {@link ChimeServiceException}
83
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
84
  *
70
85
  */
71
86
  export declare class ListChannelMembershipsCommand extends $Command<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeClientResolvedConfig> {