@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
@@ -69,6 +69,8 @@ export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTran
69
69
  * };
70
70
  * const command = new StartMeetingTranscriptionCommand(input);
71
71
  * const response = await client.send(command);
72
+ * // {};
73
+ *
72
74
  * ```
73
75
  *
74
76
  * @param StartMeetingTranscriptionCommandInput - {@link StartMeetingTranscriptionCommandInput}
@@ -104,6 +106,8 @@ export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTran
104
106
  * @throws {@link UnprocessableEntityException} (client fault)
105
107
  * <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
106
108
  *
109
+ * @throws {@link ChimeServiceException}
110
+ * <p>Base exception class for all service exceptions from Chime service.</p>
107
111
  *
108
112
  */
109
113
  export declare class StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface StopMeetingTranscriptionCommandOutput extends StopMeetingTransc
31
31
  * };
32
32
  * const command = new StopMeetingTranscriptionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param StopMeetingTranscriptionCommandInput - {@link StopMeetingTranscriptionCommandInput}
@@ -63,6 +65,8 @@ export interface StopMeetingTranscriptionCommandOutput extends StopMeetingTransc
63
65
  * @throws {@link UnprocessableEntityException} (client fault)
64
66
  * <p>The request was well-formed but was unable to be followed due to semantic errors.</p>
65
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
70
  *
67
71
  */
68
72
  export declare class StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,8 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {
38
38
  * };
39
39
  * const command = new TagAttendeeCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // {};
42
+ *
41
43
  * ```
42
44
  *
43
45
  * @param TagAttendeeCommandInput - {@link TagAttendeeCommandInput}
@@ -70,6 +72,8 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {
70
72
  * @throws {@link UnauthorizedClientException} (client fault)
71
73
  * <p>The client is not currently authorized to make the request.</p>
72
74
  *
75
+ * @throws {@link ChimeServiceException}
76
+ * <p>Base exception class for all service exceptions from Chime service.</p>
73
77
  *
74
78
  */
75
79
  export declare class TagAttendeeCommand extends $Command<TagAttendeeCommandInput, TagAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {
37
37
  * };
38
38
  * const command = new TagMeetingCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagMeetingCommandInput - {@link TagMeetingCommandInput}
@@ -69,6 +71,8 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {
69
71
  * @throws {@link UnauthorizedClientException} (client fault)
70
72
  * <p>The client is not currently authorized to make the request.</p>
71
73
  *
74
+ * @throws {@link ChimeServiceException}
75
+ * <p>Base exception class for all service exceptions from Chime service.</p>
72
76
  *
73
77
  */
74
78
  export declare class TagMeetingCommand extends $Command<TagMeetingCommandInput, TagMeetingCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
37
37
  * };
38
38
  * const command = new TagResourceCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -63,6 +65,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
63
65
  * @throws {@link UnauthorizedClientException} (client fault)
64
66
  * <p>The client is not currently authorized to make the request.</p>
65
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
70
  *
67
71
  */
68
72
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,8 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {
35
35
  * };
36
36
  * const command = new UntagAttendeeCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // {};
39
+ *
38
40
  * ```
39
41
  *
40
42
  * @param UntagAttendeeCommandInput - {@link UntagAttendeeCommandInput}
@@ -64,6 +66,8 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {
64
66
  * @throws {@link UnauthorizedClientException} (client fault)
65
67
  * <p>The client is not currently authorized to make the request.</p>
66
68
  *
69
+ * @throws {@link ChimeServiceException}
70
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
71
  *
68
72
  */
69
73
  export declare class UntagAttendeeCommand extends $Command<UntagAttendeeCommandInput, UntagAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new UntagMeetingCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagMeetingCommandInput - {@link UntagMeetingCommandInput}
@@ -63,6 +65,8 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {
63
65
  * @throws {@link UnauthorizedClientException} (client fault)
64
66
  * <p>The client is not currently authorized to make the request.</p>
65
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
70
  *
67
71
  */
68
72
  export declare class UntagMeetingCommand extends $Command<UntagMeetingCommandInput, UntagMeetingCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -60,6 +62,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
60
62
  * @throws {@link UnauthorizedClientException} (client fault)
61
63
  * <p>The client is not currently authorized to make the request.</p>
62
64
  *
65
+ * @throws {@link ChimeServiceException}
66
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
67
  *
64
68
  */
65
69
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,26 @@ export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __Met
33
33
  * };
34
34
  * const command = new UpdateAccountCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateAccountResponse
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 UpdateAccountCommandInput - {@link UpdateAccountCommandInput}
@@ -62,6 +82,8 @@ export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __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 UpdateAccountCommand extends $Command<UpdateAccountCommandInput, UpdateAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,8 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
39
39
  * };
40
40
  * const command = new UpdateAccountSettingsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // {};
43
+ *
42
44
  * ```
43
45
  *
44
46
  * @param UpdateAccountSettingsCommandInput - {@link UpdateAccountSettingsCommandInput}
@@ -72,6 +74,8 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
72
74
  * @throws {@link UnauthorizedClientException} (client fault)
73
75
  * <p>The client is not currently authorized to make the request.</p>
74
76
  *
77
+ * @throws {@link ChimeServiceException}
78
+ * <p>Base exception class for all service exceptions from Chime service.</p>
75
79
  *
76
80
  */
77
81
  export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
33
33
  * };
34
34
  * const command = new UpdateAppInstanceCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateAppInstanceResponse
37
+ * // AppInstanceArn: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param UpdateAppInstanceCommandInput - {@link UpdateAppInstanceCommandInput}
@@ -63,6 +67,8 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
63
67
  * @throws {@link UnauthorizedClientException} (client fault)
64
68
  * <p>The client is not currently authorized to make the request.</p>
65
69
  *
70
+ * @throws {@link ChimeServiceException}
71
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
72
  *
67
73
  */
68
74
  export declare class UpdateAppInstanceCommand extends $Command<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse
33
33
  * };
34
34
  * const command = new UpdateAppInstanceUserCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateAppInstanceUserResponse
37
+ * // AppInstanceUserArn: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param UpdateAppInstanceUserCommandInput - {@link UpdateAppInstanceUserCommandInput}
@@ -63,6 +67,8 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse
63
67
  * @throws {@link UnauthorizedClientException} (client fault)
64
68
  * <p>The client is not currently authorized to make the request.</p>
65
69
  *
70
+ * @throws {@link ChimeServiceException}
71
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
72
  *
67
73
  */
68
74
  export declare class UpdateAppInstanceUserCommand extends $Command<UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
33
33
  * };
34
34
  * const command = new UpdateBotCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateBotResponse
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 UpdateBotCommandInput - {@link UpdateBotCommandInput}
@@ -62,6 +76,8 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
62
76
  * @throws {@link UnauthorizedClientException} (client fault)
63
77
  * <p>The client is not currently authorized to make the request.</p>
64
78
  *
79
+ * @throws {@link ChimeServiceException}
80
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
81
  *
66
82
  */
67
83
  export declare class UpdateBotCommand extends $Command<UpdateBotCommandInput, UpdateBotCommandOutput, ChimeClientResolvedConfig> {
@@ -42,6 +42,10 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
42
42
  * };
43
43
  * const command = new UpdateChannelCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // UpdateChannelResponse
46
+ * // ChannelArn: "STRING_VALUE",
47
+ * // };
48
+ *
45
49
  * ```
46
50
  *
47
51
  * @param UpdateChannelCommandInput - {@link UpdateChannelCommandInput}
@@ -72,6 +76,8 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
72
76
  * @throws {@link UnauthorizedClientException} (client fault)
73
77
  * <p>The client is not currently authorized to make the request.</p>
74
78
  *
79
+ * @throws {@link ChimeServiceException}
80
+ * <p>Base exception class for all service exceptions from Chime service.</p>
75
81
  *
76
82
  */
77
83
  export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeClientResolvedConfig> {
@@ -40,6 +40,11 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
40
40
  * };
41
41
  * const command = new UpdateChannelMessageCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // UpdateChannelMessageResponse
44
+ * // ChannelArn: "STRING_VALUE",
45
+ * // MessageId: "STRING_VALUE",
46
+ * // };
47
+ *
43
48
  * ```
44
49
  *
45
50
  * @param UpdateChannelMessageCommandInput - {@link UpdateChannelMessageCommandInput}
@@ -70,6 +75,8 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
70
75
  * @throws {@link UnauthorizedClientException} (client fault)
71
76
  * <p>The client is not currently authorized to make the request.</p>
72
77
  *
78
+ * @throws {@link ChimeServiceException}
79
+ * <p>Base exception class for all service exceptions from Chime service.</p>
73
80
  *
74
81
  */
75
82
  export declare class UpdateChannelMessageCommand extends $Command<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,10 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
37
37
  * };
38
38
  * const command = new UpdateChannelReadMarkerCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateChannelReadMarkerResponse
41
+ * // ChannelArn: "STRING_VALUE",
42
+ * // };
43
+ *
40
44
  * ```
41
45
  *
42
46
  * @param UpdateChannelReadMarkerCommandInput - {@link UpdateChannelReadMarkerCommandInput}
@@ -67,6 +71,8 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
67
71
  * @throws {@link UnauthorizedClientException} (client fault)
68
72
  * <p>The client is not currently authorized to make the request.</p>
69
73
  *
74
+ * @throws {@link ChimeServiceException}
75
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
76
  *
71
77
  */
72
78
  export declare class UpdateChannelReadMarkerCommand extends $Command<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,8 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
36
36
  * };
37
37
  * const command = new UpdateGlobalSettingsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // {};
40
+ *
39
41
  * ```
40
42
  *
41
43
  * @param UpdateGlobalSettingsCommandInput - {@link UpdateGlobalSettingsCommandInput}
@@ -62,6 +64,8 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
62
64
  * @throws {@link UnauthorizedClientException} (client fault)
63
65
  * <p>The client is not currently authorized to make the request.</p>
64
66
  *
67
+ * @throws {@link ChimeServiceException}
68
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
69
  *
66
70
  */
67
71
  export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,37 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
35
35
  * };
36
36
  * const command = new UpdatePhoneNumberCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // UpdatePhoneNumberResponse
39
+ * // PhoneNumber: { // PhoneNumber
40
+ * // PhoneNumberId: "STRING_VALUE",
41
+ * // E164PhoneNumber: "STRING_VALUE",
42
+ * // Country: "STRING_VALUE",
43
+ * // Type: "Local" || "TollFree",
44
+ * // ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
45
+ * // Status: "AcquireInProgress" || "AcquireFailed" || "Unassigned" || "Assigned" || "ReleaseInProgress" || "DeleteInProgress" || "ReleaseFailed" || "DeleteFailed",
46
+ * // Capabilities: { // PhoneNumberCapabilities
47
+ * // InboundCall: true || false,
48
+ * // OutboundCall: true || false,
49
+ * // InboundSMS: true || false,
50
+ * // OutboundSMS: true || false,
51
+ * // InboundMMS: true || false,
52
+ * // OutboundMMS: true || false,
53
+ * // },
54
+ * // Associations: [ // PhoneNumberAssociationList
55
+ * // { // PhoneNumberAssociation
56
+ * // Value: "STRING_VALUE",
57
+ * // Name: "AccountId" || "UserId" || "VoiceConnectorId" || "VoiceConnectorGroupId" || "SipRuleId",
58
+ * // AssociatedTimestamp: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // ],
61
+ * // CallingName: "STRING_VALUE",
62
+ * // CallingNameStatus: "Unassigned" || "UpdateInProgress" || "UpdateSucceeded" || "UpdateFailed",
63
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
64
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
65
+ * // DeletionTimestamp: new Date("TIMESTAMP"),
66
+ * // },
67
+ * // };
68
+ *
38
69
  * ```
39
70
  *
40
71
  * @param UpdatePhoneNumberCommandInput - {@link UpdatePhoneNumberCommandInput}
@@ -68,6 +99,8 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
68
99
  * @throws {@link UnauthorizedClientException} (client fault)
69
100
  * <p>The client is not currently authorized to make the request.</p>
70
101
  *
102
+ * @throws {@link ChimeServiceException}
103
+ * <p>Base exception class for all service exceptions from Chime service.</p>
71
104
  *
72
105
  */
73
106
  export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer
33
33
  * };
34
34
  * const command = new UpdatePhoneNumberSettingsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param UpdatePhoneNumberSettingsCommandInput - {@link UpdatePhoneNumberSettingsCommandInput}
@@ -59,6 +61,8 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer
59
61
  * @throws {@link UnauthorizedClientException} (client fault)
60
62
  * <p>The client is not currently authorized to make the request.</p>
61
63
  *
64
+ * @throws {@link ChimeServiceException}
65
+ * <p>Base exception class for all service exceptions from Chime service.</p>
62
66
  *
63
67
  */
64
68
  export declare class UpdatePhoneNumberSettingsCommand extends $Command<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,34 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo
36
36
  * };
37
37
  * const command = new UpdateProxySessionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // UpdateProxySessionResponse
40
+ * // ProxySession: { // ProxySession
41
+ * // VoiceConnectorId: "STRING_VALUE",
42
+ * // ProxySessionId: "STRING_VALUE",
43
+ * // Name: "STRING_VALUE",
44
+ * // Status: "Open" || "InProgress" || "Closed",
45
+ * // ExpiryMinutes: Number("int"),
46
+ * // Capabilities: [ // CapabilityList
47
+ * // "Voice" || "SMS",
48
+ * // ],
49
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
50
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
51
+ * // EndedTimestamp: new Date("TIMESTAMP"),
52
+ * // Participants: [ // Participants
53
+ * // { // Participant
54
+ * // PhoneNumber: "STRING_VALUE",
55
+ * // ProxyPhoneNumber: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // NumberSelectionBehavior: "PreferSticky" || "AvoidSticky",
59
+ * // GeoMatchLevel: "Country" || "AreaCode",
60
+ * // GeoMatchParams: { // GeoMatchParams
61
+ * // Country: "STRING_VALUE", // required
62
+ * // AreaCode: "STRING_VALUE", // required
63
+ * // },
64
+ * // },
65
+ * // };
66
+ *
39
67
  * ```
40
68
  *
41
69
  * @param UpdateProxySessionCommandInput - {@link UpdateProxySessionCommandInput}
@@ -65,6 +93,8 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo
65
93
  * @throws {@link UnauthorizedClientException} (client fault)
66
94
  * <p>The client is not currently authorized to make the request.</p>
67
95
  *
96
+ * @throws {@link ChimeServiceException}
97
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
98
  *
69
99
  */
70
100
  export declare class UpdateProxySessionCommand extends $Command<UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,17 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB
33
33
  * };
34
34
  * const command = new UpdateRoomCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // UpdateRoomResponse
37
+ * // Room: { // Room
38
+ * // RoomId: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // AccountId: "STRING_VALUE",
41
+ * // CreatedBy: "STRING_VALUE",
42
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
43
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
44
+ * // },
45
+ * // };
46
+ *
36
47
  * ```
37
48
  *
38
49
  * @param UpdateRoomCommandInput - {@link UpdateRoomCommandInput}
@@ -62,6 +73,8 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB
62
73
  * @throws {@link UnauthorizedClientException} (client fault)
63
74
  * <p>The client is not currently authorized to make the request.</p>
64
75
  *
76
+ * @throws {@link ChimeServiceException}
77
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
78
  *
66
79
  */
67
80
  export declare class UpdateRoomCommand extends $Command<UpdateRoomCommandInput, UpdateRoomCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,22 @@ export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipR
37
37
  * };
38
38
  * const command = new UpdateRoomMembershipCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateRoomMembershipResponse
41
+ * // RoomMembership: { // RoomMembership
42
+ * // RoomId: "STRING_VALUE",
43
+ * // Member: { // Member
44
+ * // MemberId: "STRING_VALUE",
45
+ * // MemberType: "User" || "Bot" || "Webhook",
46
+ * // Email: "STRING_VALUE",
47
+ * // FullName: "STRING_VALUE",
48
+ * // AccountId: "STRING_VALUE",
49
+ * // },
50
+ * // Role: "Administrator" || "Member",
51
+ * // InvitedBy: "STRING_VALUE",
52
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
53
+ * // },
54
+ * // };
55
+ *
40
56
  * ```
41
57
  *
42
58
  * @param UpdateRoomMembershipCommandInput - {@link UpdateRoomMembershipCommandInput}
@@ -66,6 +82,8 @@ export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipR
66
82
  * @throws {@link UnauthorizedClientException} (client fault)
67
83
  * <p>The client is not currently authorized to make the request.</p>
68
84
  *
85
+ * @throws {@link ChimeServiceException}
86
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
87
  *
70
88
  */
71
89
  export declare class UpdateRoomMembershipCommand extends $Command<UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,12 @@ export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMed
35
35
  * };
36
36
  * const command = new UpdateSipMediaApplicationCallCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // UpdateSipMediaApplicationCallResponse
39
+ * // SipMediaApplicationCall: { // SipMediaApplicationCall
40
+ * // TransactionId: "STRING_VALUE",
41
+ * // },
42
+ * // };
43
+ *
38
44
  * ```
39
45
  *
40
46
  * @param UpdateSipMediaApplicationCallCommandInput - {@link UpdateSipMediaApplicationCallCommandInput}
@@ -67,6 +73,8 @@ export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMed
67
73
  * @throws {@link UnauthorizedClientException} (client fault)
68
74
  * <p>The client is not currently authorized to make the request.</p>
69
75
  *
76
+ * @throws {@link ChimeServiceException}
77
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
78
  *
71
79
  */
72
80
  export declare class UpdateSipMediaApplicationCallCommand extends $Command<UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,21 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp
37
37
  * };
38
38
  * const command = new UpdateSipMediaApplicationCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // UpdateSipMediaApplicationResponse
41
+ * // SipMediaApplication: { // SipMediaApplication
42
+ * // SipMediaApplicationId: "STRING_VALUE",
43
+ * // AwsRegion: "STRING_VALUE",
44
+ * // Name: "STRING_VALUE",
45
+ * // Endpoints: [ // SipMediaApplicationEndpointList
46
+ * // { // SipMediaApplicationEndpoint
47
+ * // LambdaArn: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
51
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // };
54
+ *
40
55
  * ```
41
56
  *
42
57
  * @param UpdateSipMediaApplicationCommandInput - {@link UpdateSipMediaApplicationCommandInput}
@@ -70,6 +85,8 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp
70
85
  * @throws {@link UnauthorizedClientException} (client fault)
71
86
  * <p>The client is not currently authorized to make the request.</p>
72
87
  *
88
+ * @throws {@link ChimeServiceException}
89
+ * <p>Base exception class for all service exceptions from Chime service.</p>
73
90
  *
74
91
  */
75
92
  export declare class UpdateSipMediaApplicationCommand extends $Command<UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
@@ -40,6 +40,25 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
40
40
  * };
41
41
  * const command = new UpdateSipRuleCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // UpdateSipRuleResponse
44
+ * // SipRule: { // SipRule
45
+ * // SipRuleId: "STRING_VALUE",
46
+ * // Name: "STRING_VALUE",
47
+ * // Disabled: true || false,
48
+ * // TriggerType: "ToPhoneNumber" || "RequestUriHostname",
49
+ * // TriggerValue: "STRING_VALUE",
50
+ * // TargetApplications: [ // SipRuleTargetApplicationList
51
+ * // { // SipRuleTargetApplication
52
+ * // SipMediaApplicationId: "STRING_VALUE",
53
+ * // Priority: Number("int"),
54
+ * // AwsRegion: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
58
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // };
61
+ *
43
62
  * ```
44
63
  *
45
64
  * @param UpdateSipRuleCommandInput - {@link UpdateSipRuleCommandInput}
@@ -76,6 +95,8 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
76
95
  * @throws {@link UnauthorizedClientException} (client fault)
77
96
  * <p>The client is not currently authorized to make the request.</p>
78
97
  *
98
+ * @throws {@link ChimeServiceException}
99
+ * <p>Base exception class for all service exceptions from Chime service.</p>
79
100
  *
80
101
  */
81
102
  export declare class UpdateSipRuleCommand extends $Command<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,27 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
38
38
  * };
39
39
  * const command = new UpdateUserCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // UpdateUserResponse
42
+ * // User: { // User
43
+ * // UserId: "STRING_VALUE", // required
44
+ * // AccountId: "STRING_VALUE",
45
+ * // PrimaryEmail: "STRING_VALUE",
46
+ * // PrimaryProvisionedNumber: "STRING_VALUE",
47
+ * // DisplayName: "STRING_VALUE",
48
+ * // LicenseType: "Basic" || "Plus" || "Pro" || "ProTrial",
49
+ * // UserType: "PrivateUser" || "SharedDevice",
50
+ * // UserRegistrationStatus: "Unregistered" || "Registered" || "Suspended",
51
+ * // UserInvitationStatus: "Pending" || "Accepted" || "Failed",
52
+ * // RegisteredOn: new Date("TIMESTAMP"),
53
+ * // InvitedOn: new Date("TIMESTAMP"),
54
+ * // AlexaForBusinessMetadata: { // AlexaForBusinessMetadata
55
+ * // IsAlexaForBusinessEnabled: true || false,
56
+ * // AlexaForBusinessRoomArn: "STRING_VALUE",
57
+ * // },
58
+ * // PersonalPIN: "STRING_VALUE",
59
+ * // },
60
+ * // };
61
+ *
41
62
  * ```
42
63
  *
43
64
  * @param UpdateUserCommandInput - {@link UpdateUserCommandInput}
@@ -67,6 +88,8 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
67
88
  * @throws {@link UnauthorizedClientException} (client fault)
68
89
  * <p>The client is not currently authorized to make the request.</p>
69
90
  *
91
+ * @throws {@link ChimeServiceException}
92
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
93
  *
71
94
  */
72
95
  export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, ChimeClientResolvedConfig> {