@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
@@ -34,6 +34,8 @@ export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput extend
34
34
  * };
35
35
  * const command = new DisassociateSigninDelegateGroupsFromAccountCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param DisassociateSigninDelegateGroupsFromAccountCommandInput - {@link DisassociateSigninDelegateGroupsFromAccountCommandInput}
@@ -63,6 +65,8 @@ export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput extend
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 DisassociateSigninDelegateGroupsFromAccountCommand extends $Command<DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,26 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
32
32
  * };
33
33
  * const command = new GetAccountCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetAccountResponse
36
+ * // Account: { // Account
37
+ * // AwsAccountId: "STRING_VALUE", // required
38
+ * // AccountId: "STRING_VALUE", // required
39
+ * // Name: "STRING_VALUE", // required
40
+ * // AccountType: "Team" || "EnterpriseDirectory" || "EnterpriseLWA" || "EnterpriseOIDC",
41
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
42
+ * // DefaultLicense: "Basic" || "Plus" || "Pro" || "ProTrial",
43
+ * // SupportedLicenses: [ // LicenseList
44
+ * // "Basic" || "Plus" || "Pro" || "ProTrial",
45
+ * // ],
46
+ * // AccountStatus: "Suspended" || "Active",
47
+ * // SigninDelegateGroups: [ // SigninDelegateGroupList
48
+ * // { // SigninDelegateGroup
49
+ * // GroupName: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // },
53
+ * // };
54
+ *
35
55
  * ```
36
56
  *
37
57
  * @param GetAccountCommandInput - {@link GetAccountCommandInput}
@@ -61,6 +81,8 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
61
81
  * @throws {@link UnauthorizedClientException} (client fault)
62
82
  * <p>The client is not currently authorized to make the request.</p>
63
83
  *
84
+ * @throws {@link ChimeServiceException}
85
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
86
  *
65
87
  */
66
88
  export declare class GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, ChimeClientResolvedConfig> {
@@ -34,6 +34,13 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
34
34
  * };
35
35
  * const command = new GetAccountSettingsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetAccountSettingsResponse
38
+ * // AccountSettings: { // AccountSettings
39
+ * // DisableRemoteControl: true || false,
40
+ * // EnableDialOut: true || false,
41
+ * // },
42
+ * // };
43
+ *
37
44
  * ```
38
45
  *
39
46
  * @param GetAccountSettingsCommandInput - {@link GetAccountSettingsCommandInput}
@@ -63,6 +70,8 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
63
70
  * @throws {@link UnauthorizedClientException} (client fault)
64
71
  * <p>The client is not currently authorized to make the request.</p>
65
72
  *
73
+ * @throws {@link ChimeServiceException}
74
+ * <p>Base exception class for all service exceptions from Chime service.</p>
66
75
  *
67
76
  */
68
77
  export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
31
31
  * };
32
32
  * const command = new GetAppInstanceRetentionSettingsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetAppInstanceRetentionSettingsResponse
35
+ * // AppInstanceRetentionSettings: { // AppInstanceRetentionSettings
36
+ * // ChannelRetentionSettings: { // ChannelRetentionSettings
37
+ * // RetentionDays: Number("int"),
38
+ * // },
39
+ * // },
40
+ * // InitiateDeletionTimestamp: new Date("TIMESTAMP"),
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param GetAppInstanceRetentionSettingsCommandInput - {@link GetAppInstanceRetentionSettingsCommandInput}
@@ -60,6 +69,8 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
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 GetAppInstanceRetentionSettingsCommand extends $Command<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput extends GetA
31
31
  * };
32
32
  * const command = new GetAppInstanceStreamingConfigurationsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetAppInstanceStreamingConfigurationsResponse
35
+ * // AppInstanceStreamingConfigurations: [ // AppInstanceStreamingConfigurationList
36
+ * // { // AppInstanceStreamingConfiguration
37
+ * // AppInstanceDataType: "Channel" || "ChannelMessage", // required
38
+ * // ResourceArn: "STRING_VALUE", // required
39
+ * // },
40
+ * // ],
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param GetAppInstanceStreamingConfigurationsCommandInput - {@link GetAppInstanceStreamingConfigurationsCommandInput}
@@ -60,6 +69,8 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput extends GetA
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 GetAppInstanceStreamingConfigurationsCommand extends $Command<GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,14 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
38
38
  * };
39
39
  * const command = new GetAttendeeCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetAttendeeResponse
42
+ * // Attendee: { // Attendee
43
+ * // ExternalUserId: "STRING_VALUE",
44
+ * // AttendeeId: "STRING_VALUE",
45
+ * // JoinToken: "STRING_VALUE",
46
+ * // },
47
+ * // };
48
+ *
41
49
  * ```
42
50
  *
43
51
  * @param GetAttendeeCommandInput - {@link GetAttendeeCommandInput}
@@ -67,6 +75,8 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
67
75
  * @throws {@link UnauthorizedClientException} (client fault)
68
76
  * <p>The client is not currently authorized to make the request.</p>
69
77
  *
78
+ * @throws {@link ChimeServiceException}
79
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
80
  *
71
81
  */
72
82
  export declare class GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
32
32
  * };
33
33
  * const command = new GetBotCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetBotResponse
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 GetBotCommandInput - {@link GetBotCommandInput}
@@ -61,6 +75,8 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
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 GetBotCommand extends $Command<GetBotCommandInput, GetBotCommandOutput, ChimeClientResolvedConfig> {
@@ -38,6 +38,25 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
38
38
  * };
39
39
  * const command = new GetChannelMessageCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetChannelMessageResponse
42
+ * // ChannelMessage: { // ChannelMessage
43
+ * // ChannelArn: "STRING_VALUE",
44
+ * // MessageId: "STRING_VALUE",
45
+ * // Content: "STRING_VALUE",
46
+ * // Metadata: "STRING_VALUE",
47
+ * // Type: "STANDARD" || "CONTROL",
48
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
49
+ * // LastEditedTimestamp: new Date("TIMESTAMP"),
50
+ * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
51
+ * // Sender: { // Identity
52
+ * // Arn: "STRING_VALUE",
53
+ * // Name: "STRING_VALUE",
54
+ * // },
55
+ * // Redacted: true || false,
56
+ * // Persistence: "PERSISTENT" || "NON_PERSISTENT",
57
+ * // },
58
+ * // };
59
+ *
41
60
  * ```
42
61
  *
43
62
  * @param GetChannelMessageCommandInput - {@link GetChannelMessageCommandInput}
@@ -67,6 +86,8 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
67
86
  * @throws {@link UnauthorizedClientException} (client fault)
68
87
  * <p>The client is not currently authorized to make the request.</p>
69
88
  *
89
+ * @throws {@link ChimeServiceException}
90
+ * <p>Base exception class for all service exceptions from Chime service.</p>
70
91
  *
71
92
  */
72
93
  export declare class GetChannelMessageCommand extends $Command<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,14 @@ export interface GetEventsConfigurationCommandOutput extends GetEventsConfigurat
32
32
  * };
33
33
  * const command = new GetEventsConfigurationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetEventsConfigurationResponse
36
+ * // EventsConfiguration: { // EventsConfiguration
37
+ * // BotId: "STRING_VALUE",
38
+ * // OutboundEventsHTTPSEndpoint: "STRING_VALUE",
39
+ * // LambdaFunctionArn: "STRING_VALUE",
40
+ * // },
41
+ * // };
42
+ *
35
43
  * ```
36
44
  *
37
45
  * @param GetEventsConfigurationCommandInput - {@link GetEventsConfigurationCommandInput}
@@ -61,6 +69,8 @@ export interface GetEventsConfigurationCommandOutput extends GetEventsConfigurat
61
69
  * @throws {@link UnauthorizedClientException} (client fault)
62
70
  * <p>The client is not currently authorized to make the request.</p>
63
71
  *
72
+ * @throws {@link ChimeServiceException}
73
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
74
  *
65
75
  */
66
76
  export declare class GetEventsConfigurationCommand extends $Command<GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput, ChimeClientResolvedConfig> {
@@ -30,6 +30,15 @@ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsRespons
30
30
  * const input = {};
31
31
  * const command = new GetGlobalSettingsCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetGlobalSettingsResponse
34
+ * // BusinessCalling: { // BusinessCallingSettings
35
+ * // CdrBucket: "STRING_VALUE",
36
+ * // },
37
+ * // VoiceConnector: { // VoiceConnectorSettings
38
+ * // CdrBucket: "STRING_VALUE",
39
+ * // },
40
+ * // };
41
+ *
33
42
  * ```
34
43
  *
35
44
  * @param GetGlobalSettingsCommandInput - {@link GetGlobalSettingsCommandInput}
@@ -56,6 +65,8 @@ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsRespons
56
65
  * @throws {@link UnauthorizedClientException} (client fault)
57
66
  * <p>The client is not currently authorized to make the request.</p>
58
67
  *
68
+ * @throws {@link ChimeServiceException}
69
+ * <p>Base exception class for all service exceptions from Chime service.</p>
59
70
  *
60
71
  */
61
72
  export declare class GetGlobalSettingsCommand extends $Command<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,44 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip
31
31
  * };
32
32
  * const command = new GetMediaCapturePipelineCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetMediaCapturePipelineResponse
35
+ * // MediaCapturePipeline: { // MediaCapturePipeline
36
+ * // MediaPipelineId: "STRING_VALUE",
37
+ * // SourceType: "ChimeSdkMeeting",
38
+ * // SourceArn: "STRING_VALUE",
39
+ * // Status: "Initializing" || "InProgress" || "Failed" || "Stopping" || "Stopped",
40
+ * // SinkType: "S3Bucket",
41
+ * // SinkArn: "STRING_VALUE",
42
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
43
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
44
+ * // ChimeSdkMeetingConfiguration: { // ChimeSdkMeetingConfiguration
45
+ * // SourceConfiguration: { // SourceConfiguration
46
+ * // SelectedVideoStreams: { // SelectedVideoStreams
47
+ * // AttendeeIds: [ // AttendeeIdList
48
+ * // "STRING_VALUE",
49
+ * // ],
50
+ * // ExternalUserIds: [ // ExternalUserIdList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // },
54
+ * // },
55
+ * // ArtifactsConfiguration: { // ArtifactsConfiguration
56
+ * // Audio: { // AudioArtifactsConfiguration
57
+ * // MuxType: "AudioOnly" || "AudioWithActiveSpeakerVideo", // required
58
+ * // },
59
+ * // Video: { // VideoArtifactsConfiguration
60
+ * // State: "Enabled" || "Disabled", // required
61
+ * // MuxType: "VideoOnly",
62
+ * // },
63
+ * // Content: { // ContentArtifactsConfiguration
64
+ * // State: "Enabled" || "Disabled", // required
65
+ * // MuxType: "ContentOnly",
66
+ * // },
67
+ * // },
68
+ * // },
69
+ * // },
70
+ * // };
71
+ *
34
72
  * ```
35
73
  *
36
74
  * @param GetMediaCapturePipelineCommandInput - {@link GetMediaCapturePipelineCommandInput}
@@ -60,6 +98,8 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip
60
98
  * @throws {@link UnauthorizedClientException} (client fault)
61
99
  * <p>The client is not currently authorized to make the request.</p>
62
100
  *
101
+ * @throws {@link ChimeServiceException}
102
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
103
  *
64
104
  */
65
105
  export declare class GetMediaCapturePipelineCommand extends $Command<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {
@@ -37,6 +37,24 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
37
37
  * };
38
38
  * const command = new GetMeetingCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetMeetingResponse
41
+ * // Meeting: { // Meeting
42
+ * // MeetingId: "STRING_VALUE",
43
+ * // ExternalMeetingId: "STRING_VALUE",
44
+ * // MediaPlacement: { // MediaPlacement
45
+ * // AudioHostUrl: "STRING_VALUE",
46
+ * // AudioFallbackUrl: "STRING_VALUE",
47
+ * // ScreenDataUrl: "STRING_VALUE",
48
+ * // ScreenSharingUrl: "STRING_VALUE",
49
+ * // ScreenViewingUrl: "STRING_VALUE",
50
+ * // SignalingUrl: "STRING_VALUE",
51
+ * // TurnControlUrl: "STRING_VALUE",
52
+ * // EventIngestionUrl: "STRING_VALUE",
53
+ * // },
54
+ * // MediaRegion: "STRING_VALUE",
55
+ * // },
56
+ * // };
57
+ *
40
58
  * ```
41
59
  *
42
60
  * @param GetMeetingCommandInput - {@link GetMeetingCommandInput}
@@ -66,6 +84,8 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
66
84
  * @throws {@link UnauthorizedClientException} (client fault)
67
85
  * <p>The client is not currently authorized to make the request.</p>
68
86
  *
87
+ * @throws {@link ChimeServiceException}
88
+ * <p>Base exception class for all service exceptions from Chime service.</p>
69
89
  *
70
90
  */
71
91
  export declare class GetMeetingCommand extends $Command<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeClientResolvedConfig> {
@@ -29,6 +29,12 @@ export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSe
29
29
  * const input = {};
30
30
  * const command = new GetMessagingSessionEndpointCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // GetMessagingSessionEndpointResponse
33
+ * // Endpoint: { // MessagingSessionEndpoint
34
+ * // Url: "STRING_VALUE",
35
+ * // },
36
+ * // };
37
+ *
32
38
  * ```
33
39
  *
34
40
  * @param GetMessagingSessionEndpointCommandInput - {@link GetMessagingSessionEndpointCommandInput}
@@ -52,6 +58,8 @@ export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSe
52
58
  * @throws {@link UnauthorizedClientException} (client fault)
53
59
  * <p>The client is not currently authorized to make the request.</p>
54
60
  *
61
+ * @throws {@link ChimeServiceException}
62
+ * <p>Base exception class for all service exceptions from Chime service.</p>
55
63
  *
56
64
  */
57
65
  export declare class GetMessagingSessionEndpointCommand extends $Command<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,37 @@ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __M
31
31
  * };
32
32
  * const command = new GetPhoneNumberCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetPhoneNumberResponse
35
+ * // PhoneNumber: { // PhoneNumber
36
+ * // PhoneNumberId: "STRING_VALUE",
37
+ * // E164PhoneNumber: "STRING_VALUE",
38
+ * // Country: "STRING_VALUE",
39
+ * // Type: "Local" || "TollFree",
40
+ * // ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
41
+ * // Status: "AcquireInProgress" || "AcquireFailed" || "Unassigned" || "Assigned" || "ReleaseInProgress" || "DeleteInProgress" || "ReleaseFailed" || "DeleteFailed",
42
+ * // Capabilities: { // PhoneNumberCapabilities
43
+ * // InboundCall: true || false,
44
+ * // OutboundCall: true || false,
45
+ * // InboundSMS: true || false,
46
+ * // OutboundSMS: true || false,
47
+ * // InboundMMS: true || false,
48
+ * // OutboundMMS: true || false,
49
+ * // },
50
+ * // Associations: [ // PhoneNumberAssociationList
51
+ * // { // PhoneNumberAssociation
52
+ * // Value: "STRING_VALUE",
53
+ * // Name: "AccountId" || "UserId" || "VoiceConnectorId" || "VoiceConnectorGroupId" || "SipRuleId",
54
+ * // AssociatedTimestamp: new Date("TIMESTAMP"),
55
+ * // },
56
+ * // ],
57
+ * // CallingName: "STRING_VALUE",
58
+ * // CallingNameStatus: "Unassigned" || "UpdateInProgress" || "UpdateSucceeded" || "UpdateFailed",
59
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
60
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
61
+ * // DeletionTimestamp: new Date("TIMESTAMP"),
62
+ * // },
63
+ * // };
64
+ *
34
65
  * ```
35
66
  *
36
67
  * @param GetPhoneNumberCommandInput - {@link GetPhoneNumberCommandInput}
@@ -60,6 +91,8 @@ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __M
60
91
  * @throws {@link UnauthorizedClientException} (client fault)
61
92
  * <p>The client is not currently authorized to make the request.</p>
62
93
  *
94
+ * @throws {@link ChimeServiceException}
95
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
96
  *
64
97
  */
65
98
  export declare class GetPhoneNumberCommand extends $Command<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,22 @@ export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderRes
32
32
  * };
33
33
  * const command = new GetPhoneNumberOrderCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetPhoneNumberOrderResponse
36
+ * // PhoneNumberOrder: { // PhoneNumberOrder
37
+ * // PhoneNumberOrderId: "STRING_VALUE",
38
+ * // ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
39
+ * // Status: "Processing" || "Successful" || "Failed" || "Partial",
40
+ * // OrderedPhoneNumbers: [ // OrderedPhoneNumberList
41
+ * // { // OrderedPhoneNumber
42
+ * // E164PhoneNumber: "STRING_VALUE",
43
+ * // Status: "Processing" || "Acquired" || "Failed",
44
+ * // },
45
+ * // ],
46
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
47
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param GetPhoneNumberOrderCommandInput - {@link GetPhoneNumberOrderCommandInput}
@@ -61,6 +77,8 @@ export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderRes
61
77
  * @throws {@link UnauthorizedClientException} (client fault)
62
78
  * <p>The client is not currently authorized to make the request.</p>
63
79
  *
80
+ * @throws {@link ChimeServiceException}
81
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
82
  *
65
83
  */
66
84
  export declare class GetPhoneNumberOrderCommand extends $Command<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeClientResolvedConfig> {
@@ -29,6 +29,11 @@ export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSetti
29
29
  * const input = {};
30
30
  * const command = new GetPhoneNumberSettingsCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // GetPhoneNumberSettingsResponse
33
+ * // CallingName: "STRING_VALUE",
34
+ * // CallingNameUpdatedTimestamp: new Date("TIMESTAMP"),
35
+ * // };
36
+ *
32
37
  * ```
33
38
  *
34
39
  * @param GetPhoneNumberSettingsCommandInput - {@link GetPhoneNumberSettingsCommandInput}
@@ -55,6 +60,8 @@ export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSetti
55
60
  * @throws {@link UnauthorizedClientException} (client fault)
56
61
  * <p>The client is not currently authorized to make the request.</p>
57
62
  *
63
+ * @throws {@link ChimeServiceException}
64
+ * <p>Base exception class for all service exceptions from Chime service.</p>
58
65
  *
59
66
  */
60
67
  export declare class GetPhoneNumberSettingsCommand extends $Command<GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,34 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _
32
32
  * };
33
33
  * const command = new GetProxySessionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetProxySessionResponse
36
+ * // ProxySession: { // ProxySession
37
+ * // VoiceConnectorId: "STRING_VALUE",
38
+ * // ProxySessionId: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Status: "Open" || "InProgress" || "Closed",
41
+ * // ExpiryMinutes: Number("int"),
42
+ * // Capabilities: [ // CapabilityList
43
+ * // "Voice" || "SMS",
44
+ * // ],
45
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
46
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
47
+ * // EndedTimestamp: new Date("TIMESTAMP"),
48
+ * // Participants: [ // Participants
49
+ * // { // Participant
50
+ * // PhoneNumber: "STRING_VALUE",
51
+ * // ProxyPhoneNumber: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // NumberSelectionBehavior: "PreferSticky" || "AvoidSticky",
55
+ * // GeoMatchLevel: "Country" || "AreaCode",
56
+ * // GeoMatchParams: { // GeoMatchParams
57
+ * // Country: "STRING_VALUE", // required
58
+ * // AreaCode: "STRING_VALUE", // required
59
+ * // },
60
+ * // },
61
+ * // };
62
+ *
35
63
  * ```
36
64
  *
37
65
  * @param GetProxySessionCommandInput - {@link GetProxySessionCommandInput}
@@ -61,6 +89,8 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _
61
89
  * @throws {@link UnauthorizedClientException} (client fault)
62
90
  * <p>The client is not currently authorized to make the request.</p>
63
91
  *
92
+ * @throws {@link ChimeServiceException}
93
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
94
  *
65
95
  */
66
96
  export declare class GetProxySessionCommand extends $Command<GetProxySessionCommandInput, GetProxySessionCommandOutput, ChimeClientResolvedConfig> {
@@ -35,6 +35,18 @@ export interface GetRetentionSettingsCommandOutput extends GetRetentionSettingsR
35
35
  * };
36
36
  * const command = new GetRetentionSettingsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetRetentionSettingsResponse
39
+ * // RetentionSettings: { // RetentionSettings
40
+ * // RoomRetentionSettings: { // RoomRetentionSettings
41
+ * // RetentionDays: Number("int"),
42
+ * // },
43
+ * // ConversationRetentionSettings: { // ConversationRetentionSettings
44
+ * // RetentionDays: Number("int"),
45
+ * // },
46
+ * // },
47
+ * // InitiateDeletionTimestamp: new Date("TIMESTAMP"),
48
+ * // };
49
+ *
38
50
  * ```
39
51
  *
40
52
  * @param GetRetentionSettingsCommandInput - {@link GetRetentionSettingsCommandInput}
@@ -64,6 +76,8 @@ export interface GetRetentionSettingsCommandOutput extends GetRetentionSettingsR
64
76
  * @throws {@link UnauthorizedClientException} (client fault)
65
77
  * <p>The client is not currently authorized to make the request.</p>
66
78
  *
79
+ * @throws {@link ChimeServiceException}
80
+ * <p>Base exception class for all service exceptions from Chime service.</p>
67
81
  *
68
82
  */
69
83
  export declare class GetRetentionSettingsCommand extends $Command<GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer
32
32
  * };
33
33
  * const command = new GetRoomCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetRoomResponse
36
+ * // Room: { // Room
37
+ * // RoomId: "STRING_VALUE",
38
+ * // Name: "STRING_VALUE",
39
+ * // AccountId: "STRING_VALUE",
40
+ * // CreatedBy: "STRING_VALUE",
41
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
42
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
43
+ * // },
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param GetRoomCommandInput - {@link GetRoomCommandInput}
@@ -61,6 +72,8 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer
61
72
  * @throws {@link UnauthorizedClientException} (client fault)
62
73
  * <p>The client is not currently authorized to make the request.</p>
63
74
  *
75
+ * @throws {@link ChimeServiceException}
76
+ * <p>Base exception class for all service exceptions from Chime service.</p>
64
77
  *
65
78
  */
66
79
  export declare class GetRoomCommand extends $Command<GetRoomCommandInput, GetRoomCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,21 @@ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicat
31
31
  * };
32
32
  * const command = new GetSipMediaApplicationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSipMediaApplicationResponse
35
+ * // SipMediaApplication: { // SipMediaApplication
36
+ * // SipMediaApplicationId: "STRING_VALUE",
37
+ * // AwsRegion: "STRING_VALUE",
38
+ * // Name: "STRING_VALUE",
39
+ * // Endpoints: [ // SipMediaApplicationEndpointList
40
+ * // { // SipMediaApplicationEndpoint
41
+ * // LambdaArn: "STRING_VALUE",
42
+ * // },
43
+ * // ],
44
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
45
+ * // UpdatedTimestamp: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // };
48
+ *
34
49
  * ```
35
50
  *
36
51
  * @param GetSipMediaApplicationCommandInput - {@link GetSipMediaApplicationCommandInput}
@@ -60,6 +75,8 @@ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicat
60
75
  * @throws {@link UnauthorizedClientException} (client fault)
61
76
  * <p>The client is not currently authorized to make the request.</p>
62
77
  *
78
+ * @throws {@link ChimeServiceException}
79
+ * <p>Base exception class for all service exceptions from Chime service.</p>
63
80
  *
64
81
  */
65
82
  export declare class GetSipMediaApplicationCommand extends $Command<GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput extends
31
31
  * };
32
32
  * const command = new GetSipMediaApplicationLoggingConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSipMediaApplicationLoggingConfigurationResponse
35
+ * // SipMediaApplicationLoggingConfiguration: { // SipMediaApplicationLoggingConfiguration
36
+ * // EnableSipMediaApplicationMessageLogs: true || false,
37
+ * // },
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param GetSipMediaApplicationLoggingConfigurationCommandInput - {@link GetSipMediaApplicationLoggingConfigurationCommandInput}
@@ -60,6 +66,8 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput extends
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 GetSipMediaApplicationLoggingConfigurationCommand extends $Command<GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {