@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
@@ -32,6 +32,25 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto
32
32
  * };
33
33
  * const command = new ListVoiceConnectorGroupsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListVoiceConnectorGroupsResponse
36
+ * // VoiceConnectorGroups: [ // VoiceConnectorGroupList
37
+ * // { // VoiceConnectorGroup
38
+ * // VoiceConnectorGroupId: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // VoiceConnectorItems: [ // VoiceConnectorItemList
41
+ * // { // VoiceConnectorItem
42
+ * // VoiceConnectorId: "STRING_VALUE", // required
43
+ * // Priority: Number("int"), // required
44
+ * // },
45
+ * // ],
46
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
47
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
48
+ * // VoiceConnectorGroupArn: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
35
54
  * ```
36
55
  *
37
56
  * @param ListVoiceConnectorGroupsCommandInput - {@link ListVoiceConnectorGroupsCommandInput}
@@ -58,6 +77,8 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto
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 ListVoiceConnectorGroupsCommand extends $Command<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends L
31
31
  * };
32
32
  * const command = new ListVoiceConnectorTerminationCredentialsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ListVoiceConnectorTerminationCredentialsResponse
35
+ * // Usernames: [ // SensitiveStringList
36
+ * // "STRING_VALUE",
37
+ * // ],
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param ListVoiceConnectorTerminationCredentialsCommandInput - {@link ListVoiceConnectorTerminationCredentialsCommandInput}
@@ -60,6 +66,8 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends L
60
66
  * @throws {@link UnauthorizedClientException} (client fault)
61
67
  * <p>The client is not currently authorized to make the request.</p>
62
68
  *
69
+ * @throws {@link ChimeServiceException}
70
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
71
  *
64
72
  */
65
73
  export declare class ListVoiceConnectorTerminationCredentialsCommand extends $Command<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes
32
32
  * };
33
33
  * const command = new ListVoiceConnectorsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListVoiceConnectorsResponse
36
+ * // VoiceConnectors: [ // VoiceConnectorList
37
+ * // { // VoiceConnector
38
+ * // VoiceConnectorId: "STRING_VALUE",
39
+ * // AwsRegion: "us-east-1" || "us-west-2",
40
+ * // Name: "STRING_VALUE",
41
+ * // OutboundHostName: "STRING_VALUE",
42
+ * // RequireEncryption: true || false,
43
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
44
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
45
+ * // VoiceConnectorArn: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // NextToken: "STRING_VALUE",
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param ListVoiceConnectorsCommandInput - {@link ListVoiceConnectorsCommandInput}
@@ -58,6 +74,8 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes
58
74
  * @throws {@link UnauthorizedClientException} (client fault)
59
75
  * <p>The client is not currently authorized to make the request.</p>
60
76
  *
77
+ * @throws {@link ChimeServiceException}
78
+ * <p>Base exception class for all service exceptions from Chime service.</p>
61
79
  *
62
80
  */
63
81
  export declare class ListVoiceConnectorsCommand extends $Command<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataB
32
32
  * };
33
33
  * const command = new LogoutUserCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param LogoutUserCommandInput - {@link LogoutUserCommandInput}
@@ -61,6 +63,8 @@ export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataB
61
63
  * @throws {@link UnauthorizedClientException} (client fault)
62
64
  * <p>The client is not currently authorized to make the request.</p>
63
65
  *
66
+ * @throws {@link ChimeServiceException}
67
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
68
  *
65
69
  */
66
70
  export declare class LogoutUserCommand extends $Command<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,15 @@ export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
36
36
  * };
37
37
  * const command = new PutAppInstanceRetentionSettingsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // PutAppInstanceRetentionSettingsResponse
40
+ * // AppInstanceRetentionSettings: { // AppInstanceRetentionSettings
41
+ * // ChannelRetentionSettings: { // ChannelRetentionSettings
42
+ * // RetentionDays: Number("int"),
43
+ * // },
44
+ * // },
45
+ * // InitiateDeletionTimestamp: new Date("TIMESTAMP"),
46
+ * // };
47
+ *
39
48
  * ```
40
49
  *
41
50
  * @param PutAppInstanceRetentionSettingsCommandInput - {@link PutAppInstanceRetentionSettingsCommandInput}
@@ -69,6 +78,8 @@ export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
69
78
  * @throws {@link UnauthorizedClientException} (client fault)
70
79
  * <p>The client is not currently authorized to make the request.</p>
71
80
  *
81
+ * @throws {@link ChimeServiceException}
82
+ * <p>Base exception class for all service exceptions from Chime service.</p>
72
83
  *
73
84
  */
74
85
  export declare class PutAppInstanceRetentionSettingsCommand extends $Command<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,15 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput extends PutA
37
37
  * };
38
38
  * const command = new PutAppInstanceStreamingConfigurationsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // PutAppInstanceStreamingConfigurationsResponse
41
+ * // AppInstanceStreamingConfigurations: [ // AppInstanceStreamingConfigurationList
42
+ * // { // AppInstanceStreamingConfiguration
43
+ * // AppInstanceDataType: "Channel" || "ChannelMessage", // required
44
+ * // ResourceArn: "STRING_VALUE", // required
45
+ * // },
46
+ * // ],
47
+ * // };
48
+ *
40
49
  * ```
41
50
  *
42
51
  * @param PutAppInstanceStreamingConfigurationsCommandInput - {@link PutAppInstanceStreamingConfigurationsCommandInput}
@@ -66,6 +75,8 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput extends PutA
66
75
  * @throws {@link UnauthorizedClientException} (client fault)
67
76
  * <p>The client is not currently authorized to make the request.</p>
68
77
  *
78
+ * @throws {@link ChimeServiceException}
79
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
80
  *
70
81
  */
71
82
  export declare class PutAppInstanceStreamingConfigurationsCommand extends $Command<PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig> {
@@ -36,6 +36,14 @@ export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurat
36
36
  * };
37
37
  * const command = new PutEventsConfigurationCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // PutEventsConfigurationResponse
40
+ * // EventsConfiguration: { // EventsConfiguration
41
+ * // BotId: "STRING_VALUE",
42
+ * // OutboundEventsHTTPSEndpoint: "STRING_VALUE",
43
+ * // LambdaFunctionArn: "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
39
47
  * ```
40
48
  *
41
49
  * @param PutEventsConfigurationCommandInput - {@link PutEventsConfigurationCommandInput}
@@ -65,6 +73,8 @@ export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurat
65
73
  * @throws {@link UnauthorizedClientException} (client fault)
66
74
  * <p>The client is not currently authorized to make the request.</p>
67
75
  *
76
+ * @throws {@link ChimeServiceException}
77
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
78
  *
69
79
  */
70
80
  export declare class PutEventsConfigurationCommand extends $Command<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -50,6 +50,18 @@ export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsR
50
50
  * };
51
51
  * const command = new PutRetentionSettingsCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // PutRetentionSettingsResponse
54
+ * // RetentionSettings: { // RetentionSettings
55
+ * // RoomRetentionSettings: { // RoomRetentionSettings
56
+ * // RetentionDays: Number("int"),
57
+ * // },
58
+ * // ConversationRetentionSettings: { // ConversationRetentionSettings
59
+ * // RetentionDays: Number("int"),
60
+ * // },
61
+ * // },
62
+ * // InitiateDeletionTimestamp: new Date("TIMESTAMP"),
63
+ * // };
64
+ *
53
65
  * ```
54
66
  *
55
67
  * @param PutRetentionSettingsCommandInput - {@link PutRetentionSettingsCommandInput}
@@ -83,6 +95,8 @@ export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsR
83
95
  * @throws {@link UnauthorizedClientException} (client fault)
84
96
  * <p>The client is not currently authorized to make the request.</p>
85
97
  *
98
+ * @throws {@link ChimeServiceException}
99
+ * <p>Base exception class for all service exceptions from Chime service.</p>
86
100
  *
87
101
  */
88
102
  export declare class PutRetentionSettingsCommand extends $Command<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,12 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput extends
34
34
  * };
35
35
  * const command = new PutSipMediaApplicationLoggingConfigurationCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // PutSipMediaApplicationLoggingConfigurationResponse
38
+ * // SipMediaApplicationLoggingConfiguration: { // SipMediaApplicationLoggingConfiguration
39
+ * // EnableSipMediaApplicationMessageLogs: true || false,
40
+ * // },
41
+ * // };
42
+ *
37
43
  * ```
38
44
  *
39
45
  * @param PutSipMediaApplicationLoggingConfigurationCommandInput - {@link PutSipMediaApplicationLoggingConfigurationCommandInput}
@@ -63,6 +69,8 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput extends
63
69
  * @throws {@link UnauthorizedClientException} (client fault)
64
70
  * <p>The client is not currently authorized to make the request.</p>
65
71
  *
72
+ * @throws {@link ChimeServiceException}
73
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
74
  *
67
75
  */
68
76
  export declare class PutSipMediaApplicationLoggingConfigurationCommand extends $Command<PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -41,6 +41,18 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
41
41
  * };
42
42
  * const command = new PutVoiceConnectorEmergencyCallingConfigurationCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // PutVoiceConnectorEmergencyCallingConfigurationResponse
45
+ * // EmergencyCallingConfiguration: { // EmergencyCallingConfiguration
46
+ * // DNIS: [ // DNISEmergencyCallingConfigurationList
47
+ * // { // DNISEmergencyCallingConfiguration
48
+ * // EmergencyPhoneNumber: "STRING_VALUE", // required
49
+ * // TestPhoneNumber: "STRING_VALUE",
50
+ * // CallingCountry: "STRING_VALUE", // required
51
+ * // },
52
+ * // ],
53
+ * // },
54
+ * // };
55
+ *
44
56
  * ```
45
57
  *
46
58
  * @param PutVoiceConnectorEmergencyCallingConfigurationCommandInput - {@link PutVoiceConnectorEmergencyCallingConfigurationCommandInput}
@@ -70,6 +82,8 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
70
82
  * @throws {@link UnauthorizedClientException} (client fault)
71
83
  * <p>The client is not currently authorized to make the request.</p>
72
84
  *
85
+ * @throws {@link ChimeServiceException}
86
+ * <p>Base exception class for all service exceptions from Chime service.</p>
73
87
  *
74
88
  */
75
89
  export declare class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,13 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput extends PutV
35
35
  * };
36
36
  * const command = new PutVoiceConnectorLoggingConfigurationCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // PutVoiceConnectorLoggingConfigurationResponse
39
+ * // LoggingConfiguration: { // LoggingConfiguration
40
+ * // EnableSIPLogs: true || false,
41
+ * // EnableMediaMetricLogs: true || false,
42
+ * // },
43
+ * // };
44
+ *
38
45
  * ```
39
46
  *
40
47
  * @param PutVoiceConnectorLoggingConfigurationCommandInput - {@link PutVoiceConnectorLoggingConfigurationCommandInput}
@@ -64,6 +71,8 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput extends PutV
64
71
  * @throws {@link UnauthorizedClientException} (client fault)
65
72
  * <p>The client is not currently authorized to make the request.</p>
66
73
  *
74
+ * @throws {@link ChimeServiceException}
75
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
76
  *
68
77
  */
69
78
  export declare class PutVoiceConnectorLoggingConfigurationCommand extends $Command<PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -46,6 +46,21 @@ export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConne
46
46
  * };
47
47
  * const command = new PutVoiceConnectorOriginationCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // PutVoiceConnectorOriginationResponse
50
+ * // Origination: { // Origination
51
+ * // Routes: [ // OriginationRouteList
52
+ * // { // OriginationRoute
53
+ * // Host: "STRING_VALUE",
54
+ * // Port: Number("int"),
55
+ * // Protocol: "TCP" || "UDP",
56
+ * // Priority: Number("int"),
57
+ * // Weight: Number("int"),
58
+ * // },
59
+ * // ],
60
+ * // Disabled: true || false,
61
+ * // },
62
+ * // };
63
+ *
49
64
  * ```
50
65
  *
51
66
  * @param PutVoiceConnectorOriginationCommandInput - {@link PutVoiceConnectorOriginationCommandInput}
@@ -75,6 +90,8 @@ export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConne
75
90
  * @throws {@link UnauthorizedClientException} (client fault)
76
91
  * <p>The client is not currently authorized to make the request.</p>
77
92
  *
93
+ * @throws {@link ChimeServiceException}
94
+ * <p>Base exception class for all service exceptions from Chime service.</p>
78
95
  *
79
96
  */
80
97
  export declare class PutVoiceConnectorOriginationCommand extends $Command<PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,17 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr
37
37
  * };
38
38
  * const command = new PutVoiceConnectorProxyCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // PutVoiceConnectorProxyResponse
41
+ * // Proxy: { // Proxy
42
+ * // DefaultSessionExpiryMinutes: Number("int"),
43
+ * // Disabled: true || false,
44
+ * // FallBackPhoneNumber: "STRING_VALUE",
45
+ * // PhoneNumberCountries: [ // StringList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // },
49
+ * // };
50
+ *
40
51
  * ```
41
52
  *
42
53
  * @param PutVoiceConnectorProxyCommandInput - {@link PutVoiceConnectorProxyCommandInput}
@@ -69,6 +80,8 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr
69
80
  * @throws {@link UnauthorizedClientException} (client fault)
70
81
  * <p>The client is not currently authorized to make the request.</p>
71
82
  *
83
+ * @throws {@link ChimeServiceException}
84
+ * <p>Base exception class for all service exceptions from Chime service.</p>
72
85
  *
73
86
  */
74
87
  export declare class PutVoiceConnectorProxyCommand extends $Command<PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig> {
@@ -42,6 +42,18 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput extends Pu
42
42
  * };
43
43
  * const command = new PutVoiceConnectorStreamingConfigurationCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // PutVoiceConnectorStreamingConfigurationResponse
46
+ * // StreamingConfiguration: { // StreamingConfiguration
47
+ * // DataRetentionInHours: Number("int"), // required
48
+ * // Disabled: true || false,
49
+ * // StreamingNotificationTargets: [ // StreamingNotificationTargetList
50
+ * // { // StreamingNotificationTarget
51
+ * // NotificationTarget: "EventBridge" || "SNS" || "SQS", // required
52
+ * // },
53
+ * // ],
54
+ * // },
55
+ * // };
56
+ *
45
57
  * ```
46
58
  *
47
59
  * @param PutVoiceConnectorStreamingConfigurationCommandInput - {@link PutVoiceConnectorStreamingConfigurationCommandInput}
@@ -71,6 +83,8 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput extends Pu
71
83
  * @throws {@link UnauthorizedClientException} (client fault)
72
84
  * <p>The client is not currently authorized to make the request.</p>
73
85
  *
86
+ * @throws {@link ChimeServiceException}
87
+ * <p>Base exception class for all service exceptions from Chime service.</p>
74
88
  *
75
89
  */
76
90
  export declare class PutVoiceConnectorStreamingConfigurationCommand extends $Command<PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -45,6 +45,20 @@ export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConne
45
45
  * };
46
46
  * const command = new PutVoiceConnectorTerminationCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // PutVoiceConnectorTerminationResponse
49
+ * // Termination: { // Termination
50
+ * // CpsLimit: Number("int"),
51
+ * // DefaultPhoneNumber: "STRING_VALUE",
52
+ * // CallingRegions: [ // CallingRegionList
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // CidrAllowedList: [ // StringList
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // Disabled: true || false,
59
+ * // },
60
+ * // };
61
+ *
48
62
  * ```
49
63
  *
50
64
  * @param PutVoiceConnectorTerminationCommandInput - {@link PutVoiceConnectorTerminationCommandInput}
@@ -77,6 +91,8 @@ export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConne
77
91
  * @throws {@link UnauthorizedClientException} (client fault)
78
92
  * <p>The client is not currently authorized to make the request.</p>
79
93
  *
94
+ * @throws {@link ChimeServiceException}
95
+ * <p>Base exception class for all service exceptions from Chime service.</p>
80
96
  *
81
97
  */
82
98
  export declare class PutVoiceConnectorTerminationCommand extends $Command<PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __
37
37
  * };
38
38
  * const command = new PutVoiceConnectorTerminationCredentialsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param PutVoiceConnectorTerminationCredentialsCommandInput - {@link PutVoiceConnectorTerminationCredentialsCommandInput}
@@ -66,6 +68,8 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __
66
68
  * @throws {@link UnauthorizedClientException} (client fault)
67
69
  * <p>The client is not currently authorized to make the request.</p>
68
70
  *
71
+ * @throws {@link ChimeServiceException}
72
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
73
  *
70
74
  */
71
75
  export declare class PutVoiceConnectorTerminationCredentialsCommand extends $Command<PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
@@ -39,6 +39,11 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
39
39
  * };
40
40
  * const command = new RedactChannelMessageCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // RedactChannelMessageResponse
43
+ * // ChannelArn: "STRING_VALUE",
44
+ * // MessageId: "STRING_VALUE",
45
+ * // };
46
+ *
42
47
  * ```
43
48
  *
44
49
  * @param RedactChannelMessageCommandInput - {@link RedactChannelMessageCommandInput}
@@ -65,6 +70,8 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
65
70
  * @throws {@link UnauthorizedClientException} (client fault)
66
71
  * <p>The client is not currently authorized to make the request.</p>
67
72
  *
73
+ * @throws {@link ChimeServiceException}
74
+ * <p>Base exception class for all service exceptions from Chime service.</p>
68
75
  *
69
76
  */
70
77
  export declare class RedactChannelMessageCommand extends $Command<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface RedactConversationMessageCommandOutput extends RedactConversati
33
33
  * };
34
34
  * const command = new RedactConversationMessageCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param RedactConversationMessageCommandInput - {@link RedactConversationMessageCommandInput}
@@ -62,6 +64,8 @@ export interface RedactConversationMessageCommandOutput extends RedactConversati
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 RedactConversationMessageCommand extends $Command<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface RedactRoomMessageCommandOutput extends RedactRoomMessageRespons
33
33
  * };
34
34
  * const command = new RedactRoomMessageCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param RedactRoomMessageCommandInput - {@link RedactRoomMessageCommandInput}
@@ -62,6 +64,8 @@ export interface RedactRoomMessageCommandOutput extends RedactRoomMessageRespons
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 RedactRoomMessageCommand extends $Command<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurity
32
32
  * };
33
33
  * const command = new RegenerateSecurityTokenCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // RegenerateSecurityTokenResponse
36
+ * // Bot: { // Bot
37
+ * // BotId: "STRING_VALUE",
38
+ * // UserId: "STRING_VALUE",
39
+ * // DisplayName: "STRING_VALUE",
40
+ * // BotType: "ChatBot",
41
+ * // Disabled: true || false,
42
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
43
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
44
+ * // BotEmail: "STRING_VALUE",
45
+ * // SecurityToken: "STRING_VALUE",
46
+ * // },
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param RegenerateSecurityTokenCommandInput - {@link RegenerateSecurityTokenCommandInput}
@@ -61,6 +75,8 @@ export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurity
61
75
  * @throws {@link UnauthorizedClientException} (client fault)
62
76
  * <p>The client is not currently authorized to make the request.</p>
63
77
  *
78
+ * @throws {@link ChimeServiceException}
79
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
80
  *
65
81
  */
66
82
  export declare class RegenerateSecurityTokenCommand extends $Command<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig> {
@@ -33,6 +33,27 @@ export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse,
33
33
  * };
34
34
  * const command = new ResetPersonalPINCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ResetPersonalPINResponse
37
+ * // User: { // User
38
+ * // UserId: "STRING_VALUE", // required
39
+ * // AccountId: "STRING_VALUE",
40
+ * // PrimaryEmail: "STRING_VALUE",
41
+ * // PrimaryProvisionedNumber: "STRING_VALUE",
42
+ * // DisplayName: "STRING_VALUE",
43
+ * // LicenseType: "Basic" || "Plus" || "Pro" || "ProTrial",
44
+ * // UserType: "PrivateUser" || "SharedDevice",
45
+ * // UserRegistrationStatus: "Unregistered" || "Registered" || "Suspended",
46
+ * // UserInvitationStatus: "Pending" || "Accepted" || "Failed",
47
+ * // RegisteredOn: new Date("TIMESTAMP"),
48
+ * // InvitedOn: new Date("TIMESTAMP"),
49
+ * // AlexaForBusinessMetadata: { // AlexaForBusinessMetadata
50
+ * // IsAlexaForBusinessEnabled: true || false,
51
+ * // AlexaForBusinessRoomArn: "STRING_VALUE",
52
+ * // },
53
+ * // PersonalPIN: "STRING_VALUE",
54
+ * // },
55
+ * // };
56
+ *
36
57
  * ```
37
58
  *
38
59
  * @param ResetPersonalPINCommandInput - {@link ResetPersonalPINCommandInput}
@@ -62,6 +83,8 @@ export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse,
62
83
  * @throws {@link UnauthorizedClientException} (client fault)
63
84
  * <p>The client is not currently authorized to make the request.</p>
64
85
  *
86
+ * @throws {@link ChimeServiceException}
87
+ * <p>Base exception class for all service exceptions from Chime service.</p>
65
88
  *
66
89
  */
67
90
  export declare class ResetPersonalPINCommand extends $Command<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,37 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
32
32
  * };
33
33
  * const command = new RestorePhoneNumberCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // RestorePhoneNumberResponse
36
+ * // PhoneNumber: { // PhoneNumber
37
+ * // PhoneNumberId: "STRING_VALUE",
38
+ * // E164PhoneNumber: "STRING_VALUE",
39
+ * // Country: "STRING_VALUE",
40
+ * // Type: "Local" || "TollFree",
41
+ * // ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
42
+ * // Status: "AcquireInProgress" || "AcquireFailed" || "Unassigned" || "Assigned" || "ReleaseInProgress" || "DeleteInProgress" || "ReleaseFailed" || "DeleteFailed",
43
+ * // Capabilities: { // PhoneNumberCapabilities
44
+ * // InboundCall: true || false,
45
+ * // OutboundCall: true || false,
46
+ * // InboundSMS: true || false,
47
+ * // OutboundSMS: true || false,
48
+ * // InboundMMS: true || false,
49
+ * // OutboundMMS: true || false,
50
+ * // },
51
+ * // Associations: [ // PhoneNumberAssociationList
52
+ * // { // PhoneNumberAssociation
53
+ * // Value: "STRING_VALUE",
54
+ * // Name: "AccountId" || "UserId" || "VoiceConnectorId" || "VoiceConnectorGroupId" || "SipRuleId",
55
+ * // AssociatedTimestamp: new Date("TIMESTAMP"),
56
+ * // },
57
+ * // ],
58
+ * // CallingName: "STRING_VALUE",
59
+ * // CallingNameStatus: "Unassigned" || "UpdateInProgress" || "UpdateSucceeded" || "UpdateFailed",
60
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
61
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
62
+ * // DeletionTimestamp: new Date("TIMESTAMP"),
63
+ * // },
64
+ * // };
65
+ *
35
66
  * ```
36
67
  *
37
68
  * @param RestorePhoneNumberCommandInput - {@link RestorePhoneNumberCommandInput}
@@ -64,6 +95,8 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
64
95
  * @throws {@link UnauthorizedClientException} (client fault)
65
96
  * <p>The client is not currently authorized to make the request.</p>
66
97
  *
98
+ * @throws {@link ChimeServiceException}
99
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
100
  *
68
101
  */
69
102
  export declare class RestorePhoneNumberCommand extends $Command<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -42,6 +42,13 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
42
42
  * };
43
43
  * const command = new SearchAvailablePhoneNumbersCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // SearchAvailablePhoneNumbersResponse
46
+ * // E164PhoneNumbers: [ // E164PhoneNumberList
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
45
52
  * ```
46
53
  *
47
54
  * @param SearchAvailablePhoneNumbersCommandInput - {@link SearchAvailablePhoneNumbersCommandInput}
@@ -71,6 +78,8 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
71
78
  * @throws {@link UnauthorizedClientException} (client fault)
72
79
  * <p>The client is not currently authorized to make the request.</p>
73
80
  *
81
+ * @throws {@link ChimeServiceException}
82
+ * <p>Base exception class for all service exceptions from Chime service.</p>
74
83
  *
75
84
  */
76
85
  export declare class SearchAvailablePhoneNumbersCommand extends $Command<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ChimeClientResolvedConfig> {
@@ -44,6 +44,11 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
44
44
  * };
45
45
  * const command = new SendChannelMessageCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // SendChannelMessageResponse
48
+ * // ChannelArn: "STRING_VALUE",
49
+ * // MessageId: "STRING_VALUE",
50
+ * // };
51
+ *
47
52
  * ```
48
53
  *
49
54
  * @param SendChannelMessageCommandInput - {@link SendChannelMessageCommandInput}
@@ -74,6 +79,8 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
74
79
  * @throws {@link UnauthorizedClientException} (client fault)
75
80
  * <p>The client is not currently authorized to make the request.</p>
76
81
  *
82
+ * @throws {@link ChimeServiceException}
83
+ * <p>Base exception class for all service exceptions from Chime service.</p>
77
84
  *
78
85
  */
79
86
  export declare class SendChannelMessageCommand extends $Command<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeClientResolvedConfig> {