@aws-sdk/client-chime 3.299.0 → 3.301.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 +5 -0
  2. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +7 -0
  3. package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +7 -0
  4. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +8 -0
  5. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +14 -0
  6. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +8 -0
  7. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +10 -0
  8. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +5 -0
  9. package/dist-types/commands/BatchSuspendUserCommand.d.ts +6 -0
  10. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +6 -0
  11. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +9 -0
  12. package/dist-types/commands/BatchUpdateUserCommand.d.ts +14 -0
  13. package/dist-types/commands/CreateAccountCommand.d.ts +3 -0
  14. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +4 -0
  15. package/dist-types/commands/CreateAppInstanceCommand.d.ts +11 -0
  16. package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +13 -0
  17. package/dist-types/commands/CreateAttendeeCommand.d.ts +10 -0
  18. package/dist-types/commands/CreateBotCommand.d.ts +5 -0
  19. package/dist-types/commands/CreateChannelBanCommand.d.ts +5 -0
  20. package/dist-types/commands/CreateChannelCommand.d.ts +15 -0
  21. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +6 -0
  22. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +5 -0
  23. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +32 -0
  24. package/dist-types/commands/CreateMeetingCommand.d.ts +16 -0
  25. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +6 -0
  26. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +27 -0
  27. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +6 -0
  28. package/dist-types/commands/CreateProxySessionCommand.d.ts +17 -0
  29. package/dist-types/commands/CreateRoomCommand.d.ts +5 -0
  30. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +6 -0
  31. package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +8 -0
  32. package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +9 -0
  33. package/dist-types/commands/CreateSipRuleCommand.d.ts +13 -0
  34. package/dist-types/commands/CreateUserCommand.d.ts +6 -0
  35. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +5 -0
  36. package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +9 -0
  37. package/dist-types/commands/DeleteAccountCommand.d.ts +3 -0
  38. package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteAppInstanceCommand.d.ts +3 -0
  40. package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +3 -0
  41. package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +3 -0
  42. package/dist-types/commands/DeleteAttendeeCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteChannelBanCommand.d.ts +5 -0
  44. package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
  45. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +5 -0
  46. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +5 -0
  47. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +5 -0
  48. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +4 -0
  49. package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +3 -0
  50. package/dist-types/commands/DeleteMeetingCommand.d.ts +3 -0
  51. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +3 -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 +5 -0
  55. package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +3 -0
  56. package/dist-types/commands/DeleteSipRuleCommand.d.ts +3 -0
  57. package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +3 -0
  58. package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +3 -0
  59. package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +3 -0
  60. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +3 -0
  61. package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +3 -0
  62. package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +3 -0
  63. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +3 -0
  64. package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +6 -0
  65. package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeAppInstanceCommand.d.ts +3 -0
  67. package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +3 -0
  68. package/dist-types/commands/DescribeChannelBanCommand.d.ts +5 -0
  69. package/dist-types/commands/DescribeChannelCommand.d.ts +4 -0
  70. package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +5 -0
  71. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +5 -0
  72. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +5 -0
  73. package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +5 -0
  74. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -0
  75. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +6 -0
  76. package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +6 -0
  77. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +6 -0
  78. package/dist-types/commands/GetAccountCommand.d.ts +3 -0
  79. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -0
  80. package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +3 -0
  81. package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +3 -0
  82. package/dist-types/commands/GetAttendeeCommand.d.ts +4 -0
  83. package/dist-types/commands/GetBotCommand.d.ts +4 -0
  84. package/dist-types/commands/GetChannelMessageCommand.d.ts +5 -0
  85. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +4 -0
  86. package/dist-types/commands/GetGlobalSettingsCommand.d.ts +1 -0
  87. package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +3 -0
  88. package/dist-types/commands/GetMeetingCommand.d.ts +3 -0
  89. package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +1 -0
  90. package/dist-types/commands/GetPhoneNumberCommand.d.ts +3 -0
  91. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +3 -0
  92. package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +1 -0
  93. package/dist-types/commands/GetProxySessionCommand.d.ts +4 -0
  94. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +3 -0
  95. package/dist-types/commands/GetRoomCommand.d.ts +4 -0
  96. package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +3 -0
  97. package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +3 -0
  98. package/dist-types/commands/GetSipRuleCommand.d.ts +3 -0
  99. package/dist-types/commands/GetUserCommand.d.ts +4 -0
  100. package/dist-types/commands/GetUserSettingsCommand.d.ts +4 -0
  101. package/dist-types/commands/GetVoiceConnectorCommand.d.ts +3 -0
  102. package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +3 -0
  103. package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +3 -0
  104. package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +3 -0
  105. package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +3 -0
  106. package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +3 -0
  107. package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +3 -0
  108. package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +3 -0
  109. package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +3 -0
  110. package/dist-types/commands/InviteUsersCommand.d.ts +7 -0
  111. package/dist-types/commands/ListAccountsCommand.d.ts +6 -0
  112. package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +5 -0
  113. package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +5 -0
  114. package/dist-types/commands/ListAppInstancesCommand.d.ts +4 -0
  115. package/dist-types/commands/ListAttendeeTagsCommand.d.ts +4 -0
  116. package/dist-types/commands/ListAttendeesCommand.d.ts +5 -0
  117. package/dist-types/commands/ListBotsCommand.d.ts +5 -0
  118. package/dist-types/commands/ListChannelBansCommand.d.ts +6 -0
  119. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +7 -0
  120. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +6 -0
  121. package/dist-types/commands/ListChannelMessagesCommand.d.ts +9 -0
  122. package/dist-types/commands/ListChannelModeratorsCommand.d.ts +6 -0
  123. package/dist-types/commands/ListChannelsCommand.d.ts +7 -0
  124. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +6 -0
  125. package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +4 -0
  126. package/dist-types/commands/ListMeetingTagsCommand.d.ts +3 -0
  127. package/dist-types/commands/ListMeetingsCommand.d.ts +4 -0
  128. package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +4 -0
  129. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +8 -0
  130. package/dist-types/commands/ListProxySessionsCommand.d.ts +6 -0
  131. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +6 -0
  132. package/dist-types/commands/ListRoomsCommand.d.ts +6 -0
  133. package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +4 -0
  134. package/dist-types/commands/ListSipRulesCommand.d.ts +5 -0
  135. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +3 -0
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  137. package/dist-types/commands/ListUsersCommand.d.ts +7 -0
  138. package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +4 -0
  139. package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +3 -0
  140. package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +4 -0
  141. package/dist-types/commands/LogoutUserCommand.d.ts +4 -0
  142. package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +8 -0
  143. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +9 -0
  144. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +6 -0
  145. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +11 -0
  146. package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +6 -0
  147. package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +12 -0
  148. package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +7 -0
  149. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +15 -0
  150. package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +9 -0
  151. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +12 -0
  152. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +14 -0
  153. package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +9 -0
  154. package/dist-types/commands/RedactChannelMessageCommand.d.ts +5 -0
  155. package/dist-types/commands/RedactConversationMessageCommand.d.ts +5 -0
  156. package/dist-types/commands/RedactRoomMessageCommand.d.ts +5 -0
  157. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +4 -0
  158. package/dist-types/commands/ResetPersonalPINCommand.d.ts +4 -0
  159. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +3 -0
  160. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +10 -0
  161. package/dist-types/commands/SendChannelMessageCommand.d.ts +9 -0
  162. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +26 -0
  163. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +3 -0
  164. package/dist-types/commands/TagAttendeeCommand.d.ts +10 -0
  165. package/dist-types/commands/TagMeetingCommand.d.ts +9 -0
  166. package/dist-types/commands/TagResourceCommand.d.ts +9 -0
  167. package/dist-types/commands/UntagAttendeeCommand.d.ts +7 -0
  168. package/dist-types/commands/UntagMeetingCommand.d.ts +6 -0
  169. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  170. package/dist-types/commands/UpdateAccountCommand.d.ts +5 -0
  171. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  172. package/dist-types/commands/UpdateAppInstanceCommand.d.ts +5 -0
  173. package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +5 -0
  174. package/dist-types/commands/UpdateBotCommand.d.ts +5 -0
  175. package/dist-types/commands/UpdateChannelCommand.d.ts +7 -0
  176. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +7 -0
  177. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +4 -0
  178. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +8 -0
  179. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +5 -0
  180. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +3 -0
  181. package/dist-types/commands/UpdateProxySessionCommand.d.ts +8 -0
  182. package/dist-types/commands/UpdateRoomCommand.d.ts +5 -0
  183. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +6 -0
  184. package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +7 -0
  185. package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +9 -0
  186. package/dist-types/commands/UpdateSipRuleCommand.d.ts +12 -0
  187. package/dist-types/commands/UpdateUserCommand.d.ts +10 -0
  188. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +11 -0
  189. package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +5 -0
  190. package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +10 -0
  191. package/dist-types/commands/ValidateE911AddressCommand.d.ts +9 -0
  192. package/package.json +8 -8
@@ -39,6 +39,9 @@ export interface DeleteAccountCommandOutput extends DeleteAccountResponse, __Met
39
39
  * import { ChimeClient, DeleteAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import
40
40
  * // const { ChimeClient, DeleteAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import
41
41
  * const client = new ChimeClient(config);
42
+ * const input = { // DeleteAccountRequest
43
+ * AccountId: "STRING_VALUE", // required
44
+ * };
42
45
  * const command = new DeleteAccountCommand(input);
43
46
  * const response = await client.send(command);
44
47
  * ```
@@ -26,6 +26,10 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, DeleteAppInstanceAdminCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteAppInstanceAdminCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteAppInstanceAdminRequest
30
+ * AppInstanceAdminArn: "STRING_VALUE", // required
31
+ * AppInstanceArn: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteAppInstanceAdminCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, DeleteAppInstanceCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteAppInstanceCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteAppInstanceRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAppInstanceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteAppInstanceStreamingConfigurationsCommandOutput extends _
26
26
  * import { ChimeClient, DeleteAppInstanceStreamingConfigurationsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteAppInstanceStreamingConfigurationsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteAppInstanceStreamingConfigurationsRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAppInstanceStreamingConfigurationsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, DeleteAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteAppInstanceUserRequest
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteAppInstanceUserCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,10 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
29
29
  * import { ChimeClient, DeleteAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import
30
30
  * // const { ChimeClient, DeleteAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import
31
31
  * const client = new ChimeClient(config);
32
+ * const input = { // DeleteAttendeeRequest
33
+ * MeetingId: "STRING_VALUE", // required
34
+ * AttendeeId: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DeleteAttendeeCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -32,6 +32,11 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {
32
32
  * import { ChimeClient, DeleteChannelBanCommand } from "@aws-sdk/client-chime"; // ES Modules import
33
33
  * // const { ChimeClient, DeleteChannelBanCommand } = require("@aws-sdk/client-chime"); // CommonJS import
34
34
  * const client = new ChimeClient(config);
35
+ * const input = { // DeleteChannelBanRequest
36
+ * ChannelArn: "STRING_VALUE", // required
37
+ * MemberArn: "STRING_VALUE", // required
38
+ * ChimeBearer: "STRING_VALUE",
39
+ * };
35
40
  * const command = new DeleteChannelBanCommand(input);
36
41
  * const response = await client.send(command);
37
42
  * ```
@@ -33,6 +33,10 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
33
33
  * import { ChimeClient, DeleteChannelCommand } from "@aws-sdk/client-chime"; // ES Modules import
34
34
  * // const { ChimeClient, DeleteChannelCommand } = require("@aws-sdk/client-chime"); // CommonJS import
35
35
  * const client = new ChimeClient(config);
36
+ * const input = { // DeleteChannelRequest
37
+ * ChannelArn: "STRING_VALUE", // required
38
+ * ChimeBearer: "STRING_VALUE",
39
+ * };
36
40
  * const command = new DeleteChannelCommand(input);
37
41
  * const response = await client.send(command);
38
42
  * ```
@@ -32,6 +32,11 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {
32
32
  * import { ChimeClient, DeleteChannelMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import
33
33
  * // const { ChimeClient, DeleteChannelMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import
34
34
  * const client = new ChimeClient(config);
35
+ * const input = { // DeleteChannelMembershipRequest
36
+ * ChannelArn: "STRING_VALUE", // required
37
+ * MemberArn: "STRING_VALUE", // required
38
+ * ChimeBearer: "STRING_VALUE",
39
+ * };
35
40
  * const command = new DeleteChannelMembershipCommand(input);
36
41
  * const response = await client.send(command);
37
42
  * ```
@@ -34,6 +34,11 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {
34
34
  * import { ChimeClient, DeleteChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import
35
35
  * // const { ChimeClient, DeleteChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import
36
36
  * const client = new ChimeClient(config);
37
+ * const input = { // DeleteChannelMessageRequest
38
+ * ChannelArn: "STRING_VALUE", // required
39
+ * MessageId: "STRING_VALUE", // required
40
+ * ChimeBearer: "STRING_VALUE",
41
+ * };
37
42
  * const command = new DeleteChannelMessageCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -32,6 +32,11 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {
32
32
  * import { ChimeClient, DeleteChannelModeratorCommand } from "@aws-sdk/client-chime"; // ES Modules import
33
33
  * // const { ChimeClient, DeleteChannelModeratorCommand } = require("@aws-sdk/client-chime"); // CommonJS import
34
34
  * const client = new ChimeClient(config);
35
+ * const input = { // DeleteChannelModeratorRequest
36
+ * ChannelArn: "STRING_VALUE", // required
37
+ * ChannelModeratorArn: "STRING_VALUE", // required
38
+ * ChimeBearer: "STRING_VALUE",
39
+ * };
35
40
  * const command = new DeleteChannelModeratorCommand(input);
36
41
  * const response = await client.send(command);
37
42
  * ```
@@ -26,6 +26,10 @@ export interface DeleteEventsConfigurationCommandOutput extends __MetadataBearer
26
26
  * import { ChimeClient, DeleteEventsConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteEventsConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteEventsConfigurationRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * BotId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteEventsConfigurationCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare
26
26
  * import { ChimeClient, DeleteMediaCapturePipelineCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteMediaCapturePipelineCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteMediaCapturePipelineRequest
30
+ * MediaPipelineId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteMediaCapturePipelineCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -29,6 +29,9 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
29
29
  * import { ChimeClient, DeleteMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import
30
30
  * // const { ChimeClient, DeleteMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import
31
31
  * const client = new ChimeClient(config);
32
+ * const input = { // DeleteMeetingRequest
33
+ * MeetingId: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DeleteMeetingCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -32,6 +32,9 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
32
32
  * import { ChimeClient, DeletePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import
33
33
  * // const { ChimeClient, DeletePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import
34
34
  * const client = new ChimeClient(config);
35
+ * const input = { // DeletePhoneNumberRequest
36
+ * PhoneNumberId: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new DeletePhoneNumberCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -26,6 +26,10 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, DeleteProxySessionCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteProxySessionCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteProxySessionRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * ProxySessionId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteProxySessionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface DeleteRoomCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, DeleteRoomCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteRoomCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteRoomRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * RoomId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DeleteRoomCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface DeleteRoomMembershipCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, DeleteRoomMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteRoomMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteRoomMembershipRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * RoomId: "STRING_VALUE", // required
32
+ * MemberId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new DeleteRoomMembershipCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,9 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer
26
26
  * import { ChimeClient, DeleteSipMediaApplicationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteSipMediaApplicationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteSipMediaApplicationRequest
30
+ * SipMediaApplicationId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteSipMediaApplicationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, DeleteSipRuleCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteSipRuleCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteSipRuleRequest
30
+ * SipRuleId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteSipRuleCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -28,6 +28,9 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
28
28
  * import { ChimeClient, DeleteVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import
29
29
  * // const { ChimeClient, DeleteVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import
30
30
  * const client = new ChimeClient(config);
31
+ * const input = { // DeleteVoiceConnectorRequest
32
+ * VoiceConnectorId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeleteVoiceConnectorCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -26,6 +26,9 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
26
26
  * import { ChimeClient, DeleteVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteVoiceConnectorEmergencyCallingConfigurationRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteVoiceConnectorEmergencyCallingConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -28,6 +28,9 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer
28
28
  * import { ChimeClient, DeleteVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import
29
29
  * // const { ChimeClient, DeleteVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import
30
30
  * const client = new ChimeClient(config);
31
+ * const input = { // DeleteVoiceConnectorGroupRequest
32
+ * VoiceConnectorGroupId: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeleteVoiceConnectorGroupCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -30,6 +30,9 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
30
30
  * import { ChimeClient, DeleteVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime"; // ES Modules import
31
31
  * // const { ChimeClient, DeleteVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
32
32
  * const client = new ChimeClient(config);
33
+ * const input = { // DeleteVoiceConnectorOriginationRequest
34
+ * VoiceConnectorId: "STRING_VALUE", // required
35
+ * };
33
36
  * const command = new DeleteVoiceConnectorOriginationCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -26,6 +26,9 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer
26
26
  * import { ChimeClient, DeleteVoiceConnectorProxyCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteVoiceConnectorProxyCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteVoiceConnectorProxyRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteVoiceConnectorProxyCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends
26
26
  * import { ChimeClient, DeleteVoiceConnectorStreamingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteVoiceConnectorStreamingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteVoiceConnectorStreamingConfigurationRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteVoiceConnectorStreamingConfigurationCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -30,6 +30,9 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata
30
30
  * import { ChimeClient, DeleteVoiceConnectorTerminationCommand } from "@aws-sdk/client-chime"; // ES Modules import
31
31
  * // const { ChimeClient, DeleteVoiceConnectorTerminationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
32
32
  * const client = new ChimeClient(config);
33
+ * const input = { // DeleteVoiceConnectorTerminationRequest
34
+ * VoiceConnectorId: "STRING_VALUE", // required
35
+ * };
33
36
  * const command = new DeleteVoiceConnectorTerminationCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -26,6 +26,12 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends
26
26
  * import { ChimeClient, DeleteVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DeleteVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DeleteVoiceConnectorTerminationCredentialsRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * Usernames: [ // SensitiveStringList // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new DeleteVoiceConnectorTerminationCredentialsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,10 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
26
26
  * import { ChimeClient, DescribeAppInstanceAdminCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DescribeAppInstanceAdminCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DescribeAppInstanceAdminRequest
30
+ * AppInstanceAdminArn: "STRING_VALUE", // required
31
+ * AppInstanceArn: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DescribeAppInstanceAdminCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
26
26
  * import { ChimeClient, DescribeAppInstanceCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DescribeAppInstanceCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DescribeAppInstanceRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeAppInstanceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
26
26
  * import { ChimeClient, DescribeAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DescribeAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DescribeAppInstanceUserRequest
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DescribeAppInstanceUserCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -33,6 +33,11 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
33
33
  * import { ChimeClient, DescribeChannelBanCommand } from "@aws-sdk/client-chime"; // ES Modules import
34
34
  * // const { ChimeClient, DescribeChannelBanCommand } = require("@aws-sdk/client-chime"); // CommonJS import
35
35
  * const client = new ChimeClient(config);
36
+ * const input = { // DescribeChannelBanRequest
37
+ * ChannelArn: "STRING_VALUE", // required
38
+ * MemberArn: "STRING_VALUE", // required
39
+ * ChimeBearer: "STRING_VALUE",
40
+ * };
36
41
  * const command = new DescribeChannelBanCommand(input);
37
42
  * const response = await client.send(command);
38
43
  * ```
@@ -34,6 +34,10 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
34
34
  * import { ChimeClient, DescribeChannelCommand } from "@aws-sdk/client-chime"; // ES Modules import
35
35
  * // const { ChimeClient, DescribeChannelCommand } = require("@aws-sdk/client-chime"); // CommonJS import
36
36
  * const client = new ChimeClient(config);
37
+ * const input = { // DescribeChannelRequest
38
+ * ChannelArn: "STRING_VALUE", // required
39
+ * ChimeBearer: "STRING_VALUE",
40
+ * };
37
41
  * const command = new DescribeChannelCommand(input);
38
42
  * const response = await client.send(command);
39
43
  * ```
@@ -31,6 +31,11 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
31
31
  * import { ChimeClient, DescribeChannelMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import
32
32
  * // const { ChimeClient, DescribeChannelMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import
33
33
  * const client = new ChimeClient(config);
34
+ * const input = { // DescribeChannelMembershipRequest
35
+ * ChannelArn: "STRING_VALUE", // required
36
+ * MemberArn: "STRING_VALUE", // required
37
+ * ChimeBearer: "STRING_VALUE",
38
+ * };
34
39
  * const command = new DescribeChannelMembershipCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -33,6 +33,11 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
33
33
  * import { ChimeClient, DescribeChannelMembershipForAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
34
34
  * // const { ChimeClient, DescribeChannelMembershipForAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
35
35
  * const client = new ChimeClient(config);
36
+ * const input = { // DescribeChannelMembershipForAppInstanceUserRequest
37
+ * ChannelArn: "STRING_VALUE", // required
38
+ * AppInstanceUserArn: "STRING_VALUE", // required
39
+ * ChimeBearer: "STRING_VALUE",
40
+ * };
36
41
  * const command = new DescribeChannelMembershipForAppInstanceUserCommand(input);
37
42
  * const response = await client.send(command);
38
43
  * ```
@@ -33,6 +33,11 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
33
33
  * import { ChimeClient, DescribeChannelModeratedByAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
34
34
  * // const { ChimeClient, DescribeChannelModeratedByAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
35
35
  * const client = new ChimeClient(config);
36
+ * const input = { // DescribeChannelModeratedByAppInstanceUserRequest
37
+ * ChannelArn: "STRING_VALUE", // required
38
+ * AppInstanceUserArn: "STRING_VALUE", // required
39
+ * ChimeBearer: "STRING_VALUE",
40
+ * };
36
41
  * const command = new DescribeChannelModeratedByAppInstanceUserCommand(input);
37
42
  * const response = await client.send(command);
38
43
  * ```
@@ -31,6 +31,11 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
31
31
  * import { ChimeClient, DescribeChannelModeratorCommand } from "@aws-sdk/client-chime"; // ES Modules import
32
32
  * // const { ChimeClient, DescribeChannelModeratorCommand } = require("@aws-sdk/client-chime"); // CommonJS import
33
33
  * const client = new ChimeClient(config);
34
+ * const input = { // DescribeChannelModeratorRequest
35
+ * ChannelArn: "STRING_VALUE", // required
36
+ * ChannelModeratorArn: "STRING_VALUE", // required
37
+ * ChimeBearer: "STRING_VALUE",
38
+ * };
34
39
  * const command = new DescribeChannelModeratorCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -26,6 +26,10 @@ export interface DisassociatePhoneNumberFromUserCommandOutput extends Disassocia
26
26
  * import { ChimeClient, DisassociatePhoneNumberFromUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DisassociatePhoneNumberFromUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DisassociatePhoneNumberFromUserRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * UserId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new DisassociatePhoneNumberFromUserCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,12 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends
26
26
  * import { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DisassociatePhoneNumbersFromVoiceConnectorRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * E164PhoneNumbers: [ // E164PhoneNumberList // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new DisassociatePhoneNumbersFromVoiceConnectorCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput ex
26
26
  * import { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DisassociatePhoneNumbersFromVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
30
+ * VoiceConnectorGroupId: "STRING_VALUE", // required
31
+ * E164PhoneNumbers: [ // E164PhoneNumberList // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new DisassociatePhoneNumbersFromVoiceConnectorGroupCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput extend
26
26
  * import { ChimeClient, DisassociateSigninDelegateGroupsFromAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, DisassociateSigninDelegateGroupsFromAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // DisassociateSigninDelegateGroupsFromAccountRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * GroupNames: [ // NonEmptyStringList // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new DisassociateSigninDelegateGroupsFromAccountCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -27,6 +27,9 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
27
27
  * import { ChimeClient, GetAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import
28
28
  * // const { ChimeClient, GetAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
+ * const input = { // GetAccountRequest
31
+ * AccountId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetAccountCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,9 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
29
29
  * import { ChimeClient, GetAccountSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
30
30
  * // const { ChimeClient, GetAccountSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
31
31
  * const client = new ChimeClient(config);
32
+ * const input = { // GetAccountSettingsRequest
33
+ * AccountId: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new GetAccountSettingsCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -26,6 +26,9 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
26
26
  * import { ChimeClient, GetAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, GetAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // GetAppInstanceRetentionSettingsRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetAppInstanceRetentionSettingsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput extends GetA
26
26
  * import { ChimeClient, GetAppInstanceStreamingConfigurationsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, GetAppInstanceStreamingConfigurationsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // GetAppInstanceStreamingConfigurationsRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetAppInstanceStreamingConfigurationsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -32,6 +32,10 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
32
32
  * import { ChimeClient, GetAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import
33
33
  * // const { ChimeClient, GetAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import
34
34
  * const client = new ChimeClient(config);
35
+ * const input = { // GetAttendeeRequest
36
+ * MeetingId: "STRING_VALUE", // required
37
+ * AttendeeId: "STRING_VALUE", // required
38
+ * };
35
39
  * const command = new GetAttendeeCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -26,6 +26,10 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
26
26
  * import { ChimeClient, GetBotCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, GetBotCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // GetBotRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * BotId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetBotCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -32,6 +32,11 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
32
32
  * import { ChimeClient, GetChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import
33
33
  * // const { ChimeClient, GetChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import
34
34
  * const client = new ChimeClient(config);
35
+ * const input = { // GetChannelMessageRequest
36
+ * ChannelArn: "STRING_VALUE", // required
37
+ * MessageId: "STRING_VALUE", // required
38
+ * ChimeBearer: "STRING_VALUE",
39
+ * };
35
40
  * const command = new GetChannelMessageCommand(input);
36
41
  * const response = await client.send(command);
37
42
  * ```
@@ -26,6 +26,10 @@ export interface GetEventsConfigurationCommandOutput extends GetEventsConfigurat
26
26
  * import { ChimeClient, GetEventsConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, GetEventsConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // GetEventsConfigurationRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * BotId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new GetEventsConfigurationCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,7 @@ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsRespons
27
27
  * import { ChimeClient, GetGlobalSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
28
28
  * // const { ChimeClient, GetGlobalSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
+ * const input = {};
30
31
  * const command = new GetGlobalSettingsCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```