@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
@@ -40,6 +40,26 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
40
40
  * };
41
41
  * const command = new ListChannelMembershipsForAppInstanceUserCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // ListChannelMembershipsForAppInstanceUserResponse
44
+ * // ChannelMemberships: [ // ChannelMembershipForAppInstanceUserSummaryList
45
+ * // { // ChannelMembershipForAppInstanceUserSummary
46
+ * // ChannelSummary: { // ChannelSummary
47
+ * // Name: "STRING_VALUE",
48
+ * // ChannelArn: "STRING_VALUE",
49
+ * // Mode: "UNRESTRICTED" || "RESTRICTED",
50
+ * // Privacy: "PUBLIC" || "PRIVATE",
51
+ * // Metadata: "STRING_VALUE",
52
+ * // LastMessageTimestamp: new Date("TIMESTAMP"),
53
+ * // },
54
+ * // AppInstanceUserMembershipSummary: { // AppInstanceUserMembershipSummary
55
+ * // Type: "DEFAULT" || "HIDDEN",
56
+ * // ReadMarkerTimestamp: new Date("TIMESTAMP"),
57
+ * // },
58
+ * // },
59
+ * // ],
60
+ * // NextToken: "STRING_VALUE",
61
+ * // };
62
+ *
43
63
  * ```
44
64
  *
45
65
  * @param ListChannelMembershipsForAppInstanceUserCommandInput - {@link ListChannelMembershipsForAppInstanceUserCommandInput}
@@ -66,6 +86,8 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
66
86
  * @throws {@link UnauthorizedClientException} (client fault)
67
87
  * <p>The client is not currently authorized to make the request.</p>
68
88
  *
89
+ * @throws {@link ChimeServiceException}
90
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
91
  *
70
92
  */
71
93
  export declare class ListChannelMembershipsForAppInstanceUserCommand extends $Command<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -47,6 +47,27 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
47
47
  * };
48
48
  * const command = new ListChannelMessagesCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // ListChannelMessagesResponse
51
+ * // ChannelArn: "STRING_VALUE",
52
+ * // NextToken: "STRING_VALUE",
53
+ * // ChannelMessages: [ // ChannelMessageSummaryList
54
+ * // { // ChannelMessageSummary
55
+ * // MessageId: "STRING_VALUE",
56
+ * // Content: "STRING_VALUE",
57
+ * // Metadata: "STRING_VALUE",
58
+ * // Type: "STANDARD" || "CONTROL",
59
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
60
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
61
+ * // LastEditedTimestamp: new Date("TIMESTAMP"),
62
+ * // Sender: { // Identity
63
+ * // Arn: "STRING_VALUE",
64
+ * // Name: "STRING_VALUE",
65
+ * // },
66
+ * // Redacted: true || false,
67
+ * // },
68
+ * // ],
69
+ * // };
70
+ *
50
71
  * ```
51
72
  *
52
73
  * @param ListChannelMessagesCommandInput - {@link ListChannelMessagesCommandInput}
@@ -73,6 +94,8 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
73
94
  * @throws {@link UnauthorizedClientException} (client fault)
74
95
  * <p>The client is not currently authorized to make the request.</p>
75
96
  *
97
+ * @throws {@link ChimeServiceException}
98
+ * <p>Base exception class for all service exceptions from Chime service.</p>
76
99
  *
77
100
  */
78
101
  export declare class ListChannelMessagesCommand extends $Command<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
39
39
  * };
40
40
  * const command = new ListChannelModeratorsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListChannelModeratorsResponse
43
+ * // ChannelArn: "STRING_VALUE",
44
+ * // NextToken: "STRING_VALUE",
45
+ * // ChannelModerators: [ // ChannelModeratorSummaryList
46
+ * // { // ChannelModeratorSummary
47
+ * // Moderator: { // Identity
48
+ * // Arn: "STRING_VALUE",
49
+ * // Name: "STRING_VALUE",
50
+ * // },
51
+ * // },
52
+ * // ],
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param ListChannelModeratorsCommandInput - {@link ListChannelModeratorsCommandInput}
@@ -65,6 +78,8 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
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 ListChannelModeratorsCommand extends $Command<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeClientResolvedConfig> {
@@ -54,6 +54,20 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
54
54
  * };
55
55
  * const command = new ListChannelsCommand(input);
56
56
  * const response = await client.send(command);
57
+ * // { // ListChannelsResponse
58
+ * // Channels: [ // ChannelSummaryList
59
+ * // { // ChannelSummary
60
+ * // Name: "STRING_VALUE",
61
+ * // ChannelArn: "STRING_VALUE",
62
+ * // Mode: "UNRESTRICTED" || "RESTRICTED",
63
+ * // Privacy: "PUBLIC" || "PRIVATE",
64
+ * // Metadata: "STRING_VALUE",
65
+ * // LastMessageTimestamp: new Date("TIMESTAMP"),
66
+ * // },
67
+ * // ],
68
+ * // NextToken: "STRING_VALUE",
69
+ * // };
70
+ *
57
71
  * ```
58
72
  *
59
73
  * @param ListChannelsCommandInput - {@link ListChannelsCommandInput}
@@ -80,6 +94,8 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
80
94
  * @throws {@link UnauthorizedClientException} (client fault)
81
95
  * <p>The client is not currently authorized to make the request.</p>
82
96
  *
97
+ * @throws {@link ChimeServiceException}
98
+ * <p>Base exception class for all service exceptions from Chime service.</p>
83
99
  *
84
100
  */
85
101
  export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,22 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
39
39
  * };
40
40
  * const command = new ListChannelsModeratedByAppInstanceUserCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListChannelsModeratedByAppInstanceUserResponse
43
+ * // Channels: [ // ChannelModeratedByAppInstanceUserSummaryList
44
+ * // { // ChannelModeratedByAppInstanceUserSummary
45
+ * // ChannelSummary: { // ChannelSummary
46
+ * // Name: "STRING_VALUE",
47
+ * // ChannelArn: "STRING_VALUE",
48
+ * // Mode: "UNRESTRICTED" || "RESTRICTED",
49
+ * // Privacy: "PUBLIC" || "PRIVATE",
50
+ * // Metadata: "STRING_VALUE",
51
+ * // LastMessageTimestamp: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
42
58
  * ```
43
59
  *
44
60
  * @param ListChannelsModeratedByAppInstanceUserCommandInput - {@link ListChannelsModeratedByAppInstanceUserCommandInput}
@@ -65,6 +81,8 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
65
81
  * @throws {@link UnauthorizedClientException} (client fault)
66
82
  * <p>The client is not currently authorized to make the request.</p>
67
83
  *
84
+ * @throws {@link ChimeServiceException}
85
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
86
  *
69
87
  */
70
88
  export declare class ListChannelsModeratedByAppInstanceUserCommand extends $Command<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,47 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture
32
32
  * };
33
33
  * const command = new ListMediaCapturePipelinesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListMediaCapturePipelinesResponse
36
+ * // MediaCapturePipelines: [ // MediaCapturePipelineList
37
+ * // { // MediaCapturePipeline
38
+ * // MediaPipelineId: "STRING_VALUE",
39
+ * // SourceType: "ChimeSdkMeeting",
40
+ * // SourceArn: "STRING_VALUE",
41
+ * // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped",
42
+ * // SinkType: "S3Bucket",
43
+ * // SinkArn: "STRING_VALUE",
44
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
45
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
46
+ * // ChimeSdkMeetingConfiguration: { // ChimeSdkMeetingConfiguration
47
+ * // SourceConfiguration: { // SourceConfiguration
48
+ * // SelectedVideoStreams: { // SelectedVideoStreams
49
+ * // AttendeeIds: [ // AttendeeIdList
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // ExternalUserIds: [ // ExternalUserIdList
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // },
56
+ * // },
57
+ * // ArtifactsConfiguration: { // ArtifactsConfiguration
58
+ * // Audio: { // AudioArtifactsConfiguration
59
+ * // MuxType: "AudioOnly" || "AudioWithActiveSpeakerVideo", // required
60
+ * // },
61
+ * // Video: { // VideoArtifactsConfiguration
62
+ * // State: "Enabled" || "Disabled", // required
63
+ * // MuxType: "VideoOnly",
64
+ * // },
65
+ * // Content: { // ContentArtifactsConfiguration
66
+ * // State: "Enabled" || "Disabled", // required
67
+ * // MuxType: "ContentOnly",
68
+ * // },
69
+ * // },
70
+ * // },
71
+ * // },
72
+ * // ],
73
+ * // NextToken: "STRING_VALUE",
74
+ * // };
75
+ *
35
76
  * ```
36
77
  *
37
78
  * @param ListMediaCapturePipelinesCommandInput - {@link ListMediaCapturePipelinesCommandInput}
@@ -58,6 +99,8 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture
58
99
  * @throws {@link UnauthorizedClientException} (client fault)
59
100
  * <p>The client is not currently authorized to make the request.</p>
60
101
  *
102
+ * @throws {@link ChimeServiceException}
103
+ * <p>Base exception class for all service exceptions from Chime service.</p>
61
104
  *
62
105
  */
63
106
  export declare class ListMediaCapturePipelinesCommand extends $Command<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _
31
31
  * };
32
32
  * const command = new ListMeetingTagsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListMeetingTagsResponse
35
+ * // Tags: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE", // required
38
+ * // Value: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListMeetingTagsCommandInput - {@link ListMeetingTagsCommandInput}
@@ -60,6 +69,8 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _
60
69
  * @throws {@link UnauthorizedClientException} (client fault)
61
70
  * <p>The client is not currently authorized to make the request.</p>
62
71
  *
72
+ * @throws {@link ChimeServiceException}
73
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
74
  *
64
75
  */
65
76
  export declare class ListMeetingTagsCommand extends $Command<ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,27 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad
35
35
  * };
36
36
  * const command = new ListMeetingsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListMeetingsResponse
39
+ * // Meetings: [ // MeetingList
40
+ * // { // Meeting
41
+ * // MeetingId: "STRING_VALUE",
42
+ * // ExternalMeetingId: "STRING_VALUE",
43
+ * // MediaPlacement: { // MediaPlacement
44
+ * // AudioHostUrl: "STRING_VALUE",
45
+ * // AudioFallbackUrl: "STRING_VALUE",
46
+ * // ScreenDataUrl: "STRING_VALUE",
47
+ * // ScreenSharingUrl: "STRING_VALUE",
48
+ * // ScreenViewingUrl: "STRING_VALUE",
49
+ * // SignalingUrl: "STRING_VALUE",
50
+ * // TurnControlUrl: "STRING_VALUE",
51
+ * // EventIngestionUrl: "STRING_VALUE",
52
+ * // },
53
+ * // MediaRegion: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // NextToken: "STRING_VALUE",
57
+ * // };
58
+ *
38
59
  * ```
39
60
  *
40
61
  * @param ListMeetingsCommandInput - {@link ListMeetingsCommandInput}
@@ -61,6 +82,8 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad
61
82
  * @throws {@link UnauthorizedClientException} (client fault)
62
83
  * <p>The client is not currently authorized to make the request.</p>
63
84
  *
85
+ * @throws {@link ChimeServiceException}
86
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
87
  *
65
88
  */
66
89
  export declare class ListMeetingsCommand extends $Command<ListMeetingsCommandInput, ListMeetingsCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,25 @@ export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrder
32
32
  * };
33
33
  * const command = new ListPhoneNumberOrdersCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListPhoneNumberOrdersResponse
36
+ * // PhoneNumberOrders: [ // PhoneNumberOrderList
37
+ * // { // PhoneNumberOrder
38
+ * // PhoneNumberOrderId: "STRING_VALUE",
39
+ * // ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
40
+ * // Status: "Processing" || "Successful" || "Failed" || "Partial",
41
+ * // OrderedPhoneNumbers: [ // OrderedPhoneNumberList
42
+ * // { // OrderedPhoneNumber
43
+ * // E164PhoneNumber: "STRING_VALUE",
44
+ * // Status: "Processing" || "Acquired" || "Failed",
45
+ * // },
46
+ * // ],
47
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
48
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
35
54
  * ```
36
55
  *
37
56
  * @param ListPhoneNumberOrdersCommandInput - {@link ListPhoneNumberOrdersCommandInput}
@@ -58,6 +77,8 @@ export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrder
58
77
  * @throws {@link UnauthorizedClientException} (client fault)
59
78
  * <p>The client is not currently authorized to make the request.</p>
60
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
61
82
  *
62
83
  */
63
84
  export declare class ListPhoneNumberOrdersCommand extends $Command<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,40 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
36
36
  * };
37
37
  * const command = new ListPhoneNumbersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListPhoneNumbersResponse
40
+ * // PhoneNumbers: [ // PhoneNumberList
41
+ * // { // PhoneNumber
42
+ * // PhoneNumberId: "STRING_VALUE",
43
+ * // E164PhoneNumber: "STRING_VALUE",
44
+ * // Country: "STRING_VALUE",
45
+ * // Type: "Local" || "TollFree",
46
+ * // ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
47
+ * // Status: "AcquireInProgress" || "AcquireFailed" || "Unassigned" || "Assigned" || "ReleaseInProgress" || "DeleteInProgress" || "ReleaseFailed" || "DeleteFailed",
48
+ * // Capabilities: { // PhoneNumberCapabilities
49
+ * // InboundCall: true || false,
50
+ * // OutboundCall: true || false,
51
+ * // InboundSMS: true || false,
52
+ * // OutboundSMS: true || false,
53
+ * // InboundMMS: true || false,
54
+ * // OutboundMMS: true || false,
55
+ * // },
56
+ * // Associations: [ // PhoneNumberAssociationList
57
+ * // { // PhoneNumberAssociation
58
+ * // Value: "STRING_VALUE",
59
+ * // Name: "AccountId" || "UserId" || "VoiceConnectorId" || "VoiceConnectorGroupId" || "SipRuleId",
60
+ * // AssociatedTimestamp: new Date("TIMESTAMP"),
61
+ * // },
62
+ * // ],
63
+ * // CallingName: "STRING_VALUE",
64
+ * // CallingNameStatus: "Unassigned" || "UpdateInProgress" || "UpdateSucceeded" || "UpdateFailed",
65
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
66
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
67
+ * // DeletionTimestamp: new Date("TIMESTAMP"),
68
+ * // },
69
+ * // ],
70
+ * // NextToken: "STRING_VALUE",
71
+ * // };
72
+ *
39
73
  * ```
40
74
  *
41
75
  * @param ListPhoneNumbersCommandInput - {@link ListPhoneNumbersCommandInput}
@@ -65,6 +99,8 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
65
99
  * @throws {@link UnauthorizedClientException} (client fault)
66
100
  * <p>The client is not currently authorized to make the request.</p>
67
101
  *
102
+ * @throws {@link ChimeServiceException}
103
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
104
  *
69
105
  */
70
106
  export declare class ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,37 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons
34
34
  * };
35
35
  * const command = new ListProxySessionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListProxySessionsResponse
38
+ * // ProxySessions: [ // ProxySessions
39
+ * // { // ProxySession
40
+ * // VoiceConnectorId: "STRING_VALUE",
41
+ * // ProxySessionId: "STRING_VALUE",
42
+ * // Name: "STRING_VALUE",
43
+ * // Status: "Open" || "InProgress" || "Closed",
44
+ * // ExpiryMinutes: Number("int"),
45
+ * // Capabilities: [ // CapabilityList
46
+ * // "Voice" || "SMS",
47
+ * // ],
48
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
49
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
50
+ * // EndedTimestamp: new Date("TIMESTAMP"),
51
+ * // Participants: [ // Participants
52
+ * // { // Participant
53
+ * // PhoneNumber: "STRING_VALUE",
54
+ * // ProxyPhoneNumber: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // NumberSelectionBehavior: "PreferSticky" || "AvoidSticky",
58
+ * // GeoMatchLevel: "Country" || "AreaCode",
59
+ * // GeoMatchParams: { // GeoMatchParams
60
+ * // Country: "STRING_VALUE", // required
61
+ * // AreaCode: "STRING_VALUE", // required
62
+ * // },
63
+ * // },
64
+ * // ],
65
+ * // NextToken: "STRING_VALUE",
66
+ * // };
67
+ *
37
68
  * ```
38
69
  *
39
70
  * @param ListProxySessionsCommandInput - {@link ListProxySessionsCommandInput}
@@ -63,6 +94,8 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons
63
94
  * @throws {@link UnauthorizedClientException} (client fault)
64
95
  * <p>The client is not currently authorized to make the request.</p>
65
96
  *
97
+ * @throws {@link ChimeServiceException}
98
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
99
  *
67
100
  */
68
101
  export declare class ListProxySessionsCommand extends $Command<ListProxySessionsCommandInput, ListProxySessionsCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,25 @@ export interface ListRoomMembershipsCommandOutput extends ListRoomMembershipsRes
35
35
  * };
36
36
  * const command = new ListRoomMembershipsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListRoomMembershipsResponse
39
+ * // RoomMemberships: [ // RoomMembershipList
40
+ * // { // RoomMembership
41
+ * // RoomId: "STRING_VALUE",
42
+ * // Member: { // Member
43
+ * // MemberId: "STRING_VALUE",
44
+ * // MemberType: "User" || "Bot" || "Webhook",
45
+ * // Email: "STRING_VALUE",
46
+ * // FullName: "STRING_VALUE",
47
+ * // AccountId: "STRING_VALUE",
48
+ * // },
49
+ * // Role: "Administrator" || "Member",
50
+ * // InvitedBy: "STRING_VALUE",
51
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
38
57
  * ```
39
58
  *
40
59
  * @param ListRoomMembershipsCommandInput - {@link ListRoomMembershipsCommandInput}
@@ -64,6 +83,8 @@ export interface ListRoomMembershipsCommandOutput extends ListRoomMembershipsRes
64
83
  * @throws {@link UnauthorizedClientException} (client fault)
65
84
  * <p>The client is not currently authorized to make the request.</p>
66
85
  *
86
+ * @throws {@link ChimeServiceException}
87
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
88
  *
68
89
  */
69
90
  export declare class ListRoomMembershipsCommand extends $Command<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBea
34
34
  * };
35
35
  * const command = new ListRoomsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListRoomsResponse
38
+ * // Rooms: [ // RoomList
39
+ * // { // Room
40
+ * // RoomId: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // AccountId: "STRING_VALUE",
43
+ * // CreatedBy: "STRING_VALUE",
44
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
45
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param ListRoomsCommandInput - {@link ListRoomsCommandInput}
@@ -63,6 +77,8 @@ export interface ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBea
63
77
  * @throws {@link UnauthorizedClientException} (client fault)
64
78
  * <p>The client is not currently authorized to make the request.</p>
65
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
82
  *
67
83
  */
68
84
  export declare class ListRoomsCommand extends $Command<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,24 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli
32
32
  * };
33
33
  * const command = new ListSipMediaApplicationsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListSipMediaApplicationsResponse
36
+ * // SipMediaApplications: [ // SipMediaApplicationList
37
+ * // { // SipMediaApplication
38
+ * // SipMediaApplicationId: "STRING_VALUE",
39
+ * // AwsRegion: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Endpoints: [ // SipMediaApplicationEndpointList
42
+ * // { // SipMediaApplicationEndpoint
43
+ * // LambdaArn: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
47
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
35
53
  * ```
36
54
  *
37
55
  * @param ListSipMediaApplicationsCommandInput - {@link ListSipMediaApplicationsCommandInput}
@@ -58,6 +76,8 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli
58
76
  * @throws {@link UnauthorizedClientException} (client fault)
59
77
  * <p>The client is not currently authorized to make the request.</p>
60
78
  *
79
+ * @throws {@link ChimeServiceException}
80
+ * <p>Base exception class for all service exceptions from Chime service.</p>
61
81
  *
62
82
  */
63
83
  export declare class ListSipMediaApplicationsCommand extends $Command<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,28 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad
33
33
  * };
34
34
  * const command = new ListSipRulesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListSipRulesResponse
37
+ * // SipRules: [ // SipRuleList
38
+ * // { // SipRule
39
+ * // SipRuleId: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // Disabled: true || false,
42
+ * // TriggerType: "ToPhoneNumber" || "RequestUriHostname",
43
+ * // TriggerValue: "STRING_VALUE",
44
+ * // TargetApplications: [ // SipRuleTargetApplicationList
45
+ * // { // SipRuleTargetApplication
46
+ * // SipMediaApplicationId: "STRING_VALUE",
47
+ * // Priority: Number("int"),
48
+ * // AwsRegion: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
52
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
36
58
  * ```
37
59
  *
38
60
  * @param ListSipRulesCommandInput - {@link ListSipRulesCommandInput}
@@ -59,6 +81,8 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad
59
81
  * @throws {@link UnauthorizedClientException} (client fault)
60
82
  * <p>The client is not currently authorized to make the request.</p>
61
83
  *
84
+ * @throws {@link ChimeServiceException}
85
+ * <p>Base exception class for all service exceptions from Chime service.</p>
62
86
  *
63
87
  */
64
88
  export declare class ListSipRulesCommand extends $Command<ListSipRulesCommandInput, ListSipRulesCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,17 @@ export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupp
31
31
  * };
32
32
  * const command = new ListSupportedPhoneNumberCountriesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListSupportedPhoneNumberCountriesResponse
35
+ * // PhoneNumberCountries: [ // PhoneNumberCountriesList
36
+ * // { // PhoneNumberCountry
37
+ * // CountryCode: "STRING_VALUE",
38
+ * // SupportedPhoneNumberTypes: [ // PhoneNumberTypeList
39
+ * // "Local" || "TollFree",
40
+ * // ],
41
+ * // },
42
+ * // ],
43
+ * // };
44
+ *
34
45
  * ```
35
46
  *
36
47
  * @param ListSupportedPhoneNumberCountriesCommandInput - {@link ListSupportedPhoneNumberCountriesCommandInput}
@@ -60,6 +71,8 @@ export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupp
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 ListSupportedPhoneNumberCountriesCommand extends $Command<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListTagsForResourceResponse
35
+ * // Tags: [ // TagList
36
+ * // { // Tag
37
+ * // Key: "STRING_VALUE", // required
38
+ * // Value: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
@@ -57,6 +66,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
57
66
  * @throws {@link UnauthorizedClientException} (client fault)
58
67
  * <p>The client is not currently authorized to make the request.</p>
59
68
  *
69
+ * @throws {@link ChimeServiceException}
70
+ * <p>Base exception class for all service exceptions from Chime service.</p>
60
71
  *
61
72
  */
62
73
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,30 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
36
36
  * };
37
37
  * const command = new ListUsersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListUsersResponse
40
+ * // Users: [ // UserList
41
+ * // { // User
42
+ * // UserId: "STRING_VALUE", // required
43
+ * // AccountId: "STRING_VALUE",
44
+ * // PrimaryEmail: "STRING_VALUE",
45
+ * // PrimaryProvisionedNumber: "STRING_VALUE",
46
+ * // DisplayName: "STRING_VALUE",
47
+ * // LicenseType: "Basic" || "Plus" || "Pro" || "ProTrial",
48
+ * // UserType: "PrivateUser" || "SharedDevice",
49
+ * // UserRegistrationStatus: "Unregistered" || "Registered" || "Suspended",
50
+ * // UserInvitationStatus: "Pending" || "Accepted" || "Failed",
51
+ * // RegisteredOn: new Date("TIMESTAMP"),
52
+ * // InvitedOn: new Date("TIMESTAMP"),
53
+ * // AlexaForBusinessMetadata: { // AlexaForBusinessMetadata
54
+ * // IsAlexaForBusinessEnabled: true || false,
55
+ * // AlexaForBusinessRoomArn: "STRING_VALUE",
56
+ * // },
57
+ * // PersonalPIN: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // NextToken: "STRING_VALUE",
61
+ * // };
62
+ *
39
63
  * ```
40
64
  *
41
65
  * @param ListUsersCommandInput - {@link ListUsersCommandInput}
@@ -65,6 +89,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
65
89
  * @throws {@link UnauthorizedClientException} (client fault)
66
90
  * <p>The client is not currently authorized to make the request.</p>
67
91
  *
92
+ * @throws {@link ChimeServiceException}
93
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
94
  *
69
95
  */
70
96
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig> {