@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
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { ChimeClient, ListTagsForResourceCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // ListTagsForResourceRequest
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,13 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
27
27
  * import { ChimeClient, ListUsersCommand } from "@aws-sdk/client-chime"; // ES Modules import
28
28
  * // const { ChimeClient, ListUsersCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
+ * const input = { // ListUsersRequest
31
+ * AccountId: "STRING_VALUE", // required
32
+ * UserEmail: "STRING_VALUE",
33
+ * UserType: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * NextToken: "STRING_VALUE",
36
+ * };
30
37
  * const command = new ListUsersCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,10 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto
26
26
  * import { ChimeClient, ListVoiceConnectorGroupsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, ListVoiceConnectorGroupsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // ListVoiceConnectorGroupsRequest
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListVoiceConnectorGroupsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends L
26
26
  * import { ChimeClient, ListVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, ListVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // ListVoiceConnectorTerminationCredentialsRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListVoiceConnectorTerminationCredentialsCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes
26
26
  * import { ChimeClient, ListVoiceConnectorsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, ListVoiceConnectorsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // ListVoiceConnectorsRequest
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListVoiceConnectorsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,10 @@ export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataB
26
26
  * import { ChimeClient, LogoutUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, LogoutUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // LogoutUserRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * UserId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new LogoutUserCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,14 @@ export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
26
26
  * import { ChimeClient, PutAppInstanceRetentionSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, PutAppInstanceRetentionSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // PutAppInstanceRetentionSettingsRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * AppInstanceRetentionSettings: { // AppInstanceRetentionSettings
32
+ * ChannelRetentionSettings: { // ChannelRetentionSettings
33
+ * RetentionDays: Number("int"),
34
+ * },
35
+ * },
36
+ * };
29
37
  * const command = new PutAppInstanceRetentionSettingsCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,15 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput extends PutA
26
26
  * import { ChimeClient, PutAppInstanceStreamingConfigurationsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, PutAppInstanceStreamingConfigurationsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // PutAppInstanceStreamingConfigurationsRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * AppInstanceStreamingConfigurations: [ // AppInstanceStreamingConfigurationList // required
32
+ * { // AppInstanceStreamingConfiguration
33
+ * AppInstanceDataType: "STRING_VALUE", // required
34
+ * ResourceArn: "STRING_VALUE", // required
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new PutAppInstanceStreamingConfigurationsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -28,6 +28,12 @@ export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurat
28
28
  * import { ChimeClient, PutEventsConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
29
29
  * // const { ChimeClient, PutEventsConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
30
30
  * const client = new ChimeClient(config);
31
+ * const input = { // PutEventsConfigurationRequest
32
+ * AccountId: "STRING_VALUE", // required
33
+ * BotId: "STRING_VALUE", // required
34
+ * OutboundEventsHTTPSEndpoint: "STRING_VALUE",
35
+ * LambdaFunctionArn: "STRING_VALUE",
36
+ * };
31
37
  * const command = new PutEventsConfigurationCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```
@@ -38,6 +38,17 @@ export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsR
38
38
  * import { ChimeClient, PutRetentionSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
39
39
  * // const { ChimeClient, PutRetentionSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
40
40
  * const client = new ChimeClient(config);
41
+ * const input = { // PutRetentionSettingsRequest
42
+ * AccountId: "STRING_VALUE", // required
43
+ * RetentionSettings: { // RetentionSettings
44
+ * RoomRetentionSettings: { // RoomRetentionSettings
45
+ * RetentionDays: Number("int"),
46
+ * },
47
+ * ConversationRetentionSettings: { // ConversationRetentionSettings
48
+ * RetentionDays: Number("int"),
49
+ * },
50
+ * },
51
+ * };
41
52
  * const command = new PutRetentionSettingsCommand(input);
42
53
  * const response = await client.send(command);
43
54
  * ```
@@ -26,6 +26,12 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput extends
26
26
  * import { ChimeClient, PutSipMediaApplicationLoggingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, PutSipMediaApplicationLoggingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // PutSipMediaApplicationLoggingConfigurationRequest
30
+ * SipMediaApplicationId: "STRING_VALUE", // required
31
+ * SipMediaApplicationLoggingConfiguration: { // SipMediaApplicationLoggingConfiguration
32
+ * EnableSipMediaApplicationMessageLogs: true || false,
33
+ * },
34
+ * };
29
35
  * const command = new PutSipMediaApplicationLoggingConfigurationCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -27,6 +27,18 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
27
27
  * import { ChimeClient, PutVoiceConnectorEmergencyCallingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
28
28
  * // const { ChimeClient, PutVoiceConnectorEmergencyCallingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
+ * const input = { // PutVoiceConnectorEmergencyCallingConfigurationRequest
31
+ * VoiceConnectorId: "STRING_VALUE", // required
32
+ * EmergencyCallingConfiguration: { // EmergencyCallingConfiguration
33
+ * DNIS: [ // DNISEmergencyCallingConfigurationList
34
+ * { // DNISEmergencyCallingConfiguration
35
+ * EmergencyPhoneNumber: "STRING_VALUE", // required
36
+ * TestPhoneNumber: "STRING_VALUE",
37
+ * CallingCountry: "STRING_VALUE", // required
38
+ * },
39
+ * ],
40
+ * },
41
+ * };
30
42
  * const command = new PutVoiceConnectorEmergencyCallingConfigurationCommand(input);
31
43
  * const response = await client.send(command);
32
44
  * ```
@@ -26,6 +26,13 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput extends PutV
26
26
  * import { ChimeClient, PutVoiceConnectorLoggingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, PutVoiceConnectorLoggingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // PutVoiceConnectorLoggingConfigurationRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * LoggingConfiguration: { // LoggingConfiguration
32
+ * EnableSIPLogs: true || false,
33
+ * EnableMediaMetricLogs: true || false,
34
+ * },
35
+ * };
29
36
  * const command = new PutVoiceConnectorLoggingConfigurationCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -30,6 +30,21 @@ export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConne
30
30
  * import { ChimeClient, PutVoiceConnectorOriginationCommand } from "@aws-sdk/client-chime"; // ES Modules import
31
31
  * // const { ChimeClient, PutVoiceConnectorOriginationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
32
32
  * const client = new ChimeClient(config);
33
+ * const input = { // PutVoiceConnectorOriginationRequest
34
+ * VoiceConnectorId: "STRING_VALUE", // required
35
+ * Origination: { // Origination
36
+ * Routes: [ // OriginationRouteList
37
+ * { // OriginationRoute
38
+ * Host: "STRING_VALUE",
39
+ * Port: Number("int"),
40
+ * Protocol: "STRING_VALUE",
41
+ * Priority: Number("int"),
42
+ * Weight: Number("int"),
43
+ * },
44
+ * ],
45
+ * Disabled: true || false,
46
+ * },
47
+ * };
33
48
  * const command = new PutVoiceConnectorOriginationCommand(input);
34
49
  * const response = await client.send(command);
35
50
  * ```
@@ -26,6 +26,15 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr
26
26
  * import { ChimeClient, PutVoiceConnectorProxyCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, PutVoiceConnectorProxyCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // PutVoiceConnectorProxyRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * DefaultSessionExpiryMinutes: Number("int"), // required
32
+ * PhoneNumberPoolCountries: [ // CountryList // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * FallBackPhoneNumber: "STRING_VALUE",
36
+ * Disabled: true || false,
37
+ * };
29
38
  * const command = new PutVoiceConnectorProxyCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -28,6 +28,18 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput extends Pu
28
28
  * import { ChimeClient, PutVoiceConnectorStreamingConfigurationCommand } from "@aws-sdk/client-chime"; // ES Modules import
29
29
  * // const { ChimeClient, PutVoiceConnectorStreamingConfigurationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
30
30
  * const client = new ChimeClient(config);
31
+ * const input = { // PutVoiceConnectorStreamingConfigurationRequest
32
+ * VoiceConnectorId: "STRING_VALUE", // required
33
+ * StreamingConfiguration: { // StreamingConfiguration
34
+ * DataRetentionInHours: Number("int"), // required
35
+ * Disabled: true || false,
36
+ * StreamingNotificationTargets: [ // StreamingNotificationTargetList
37
+ * { // StreamingNotificationTarget
38
+ * NotificationTarget: "STRING_VALUE", // required
39
+ * },
40
+ * ],
41
+ * },
42
+ * };
31
43
  * const command = new PutVoiceConnectorStreamingConfigurationCommand(input);
32
44
  * const response = await client.send(command);
33
45
  * ```
@@ -30,6 +30,20 @@ export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConne
30
30
  * import { ChimeClient, PutVoiceConnectorTerminationCommand } from "@aws-sdk/client-chime"; // ES Modules import
31
31
  * // const { ChimeClient, PutVoiceConnectorTerminationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
32
32
  * const client = new ChimeClient(config);
33
+ * const input = { // PutVoiceConnectorTerminationRequest
34
+ * VoiceConnectorId: "STRING_VALUE", // required
35
+ * Termination: { // Termination
36
+ * CpsLimit: Number("int"),
37
+ * DefaultPhoneNumber: "STRING_VALUE",
38
+ * CallingRegions: [ // CallingRegionList
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * CidrAllowedList: [ // StringList
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * Disabled: true || false,
45
+ * },
46
+ * };
33
47
  * const command = new PutVoiceConnectorTerminationCommand(input);
34
48
  * const response = await client.send(command);
35
49
  * ```
@@ -26,6 +26,15 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __
26
26
  * import { ChimeClient, PutVoiceConnectorTerminationCredentialsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, PutVoiceConnectorTerminationCredentialsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // PutVoiceConnectorTerminationCredentialsRequest
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * Credentials: [ // CredentialList
32
+ * { // Credential
33
+ * Username: "STRING_VALUE",
34
+ * Password: "STRING_VALUE",
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new PutVoiceConnectorTerminationCredentialsCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -33,6 +33,11 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
33
33
  * import { ChimeClient, RedactChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import
34
34
  * // const { ChimeClient, RedactChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import
35
35
  * const client = new ChimeClient(config);
36
+ * const input = { // RedactChannelMessageRequest
37
+ * ChannelArn: "STRING_VALUE", // required
38
+ * MessageId: "STRING_VALUE", // required
39
+ * ChimeBearer: "STRING_VALUE",
40
+ * };
36
41
  * const command = new RedactChannelMessageCommand(input);
37
42
  * const response = await client.send(command);
38
43
  * ```
@@ -26,6 +26,11 @@ export interface RedactConversationMessageCommandOutput extends RedactConversati
26
26
  * import { ChimeClient, RedactConversationMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, RedactConversationMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // RedactConversationMessageRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * ConversationId: "STRING_VALUE", // required
32
+ * MessageId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new RedactConversationMessageCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface RedactRoomMessageCommandOutput extends RedactRoomMessageRespons
26
26
  * import { ChimeClient, RedactRoomMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, RedactRoomMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // RedactRoomMessageRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * RoomId: "STRING_VALUE", // required
32
+ * MessageId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new RedactRoomMessageCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,10 @@ export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurity
26
26
  * import { ChimeClient, RegenerateSecurityTokenCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, RegenerateSecurityTokenCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // RegenerateSecurityTokenRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * BotId: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new RegenerateSecurityTokenCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -27,6 +27,10 @@ export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse,
27
27
  * import { ChimeClient, ResetPersonalPINCommand } from "@aws-sdk/client-chime"; // ES Modules import
28
28
  * // const { ChimeClient, ResetPersonalPINCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
+ * const input = { // ResetPersonalPINRequest
31
+ * AccountId: "STRING_VALUE", // required
32
+ * UserId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new ResetPersonalPINCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -27,6 +27,9 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
27
27
  * import { ChimeClient, RestorePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import
28
28
  * // const { ChimeClient, RestorePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
+ * const input = { // RestorePhoneNumberRequest
31
+ * PhoneNumberId: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new RestorePhoneNumberCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -30,6 +30,16 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
30
30
  * import { ChimeClient, SearchAvailablePhoneNumbersCommand } from "@aws-sdk/client-chime"; // ES Modules import
31
31
  * // const { ChimeClient, SearchAvailablePhoneNumbersCommand } = require("@aws-sdk/client-chime"); // CommonJS import
32
32
  * const client = new ChimeClient(config);
33
+ * const input = { // SearchAvailablePhoneNumbersRequest
34
+ * AreaCode: "STRING_VALUE",
35
+ * City: "STRING_VALUE",
36
+ * Country: "STRING_VALUE",
37
+ * State: "STRING_VALUE",
38
+ * TollFreePrefix: "STRING_VALUE",
39
+ * PhoneNumberType: "STRING_VALUE",
40
+ * MaxResults: Number("int"),
41
+ * NextToken: "STRING_VALUE",
42
+ * };
33
43
  * const command = new SearchAvailablePhoneNumbersCommand(input);
34
44
  * const response = await client.send(command);
35
45
  * ```
@@ -35,6 +35,15 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
35
35
  * import { ChimeClient, SendChannelMessageCommand } from "@aws-sdk/client-chime"; // ES Modules import
36
36
  * // const { ChimeClient, SendChannelMessageCommand } = require("@aws-sdk/client-chime"); // CommonJS import
37
37
  * const client = new ChimeClient(config);
38
+ * const input = { // SendChannelMessageRequest
39
+ * ChannelArn: "STRING_VALUE", // required
40
+ * Content: "STRING_VALUE", // required
41
+ * Type: "STRING_VALUE", // required
42
+ * Persistence: "STRING_VALUE", // required
43
+ * Metadata: "STRING_VALUE",
44
+ * ClientRequestToken: "STRING_VALUE", // required
45
+ * ChimeBearer: "STRING_VALUE",
46
+ * };
38
47
  * const command = new SendChannelMessageCommand(input);
39
48
  * const response = await client.send(command);
40
49
  * ```
@@ -26,6 +26,32 @@ export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTran
26
26
  * import { ChimeClient, StartMeetingTranscriptionCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, StartMeetingTranscriptionCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // StartMeetingTranscriptionRequest
30
+ * MeetingId: "STRING_VALUE", // required
31
+ * TranscriptionConfiguration: { // TranscriptionConfiguration
32
+ * EngineTranscribeSettings: { // EngineTranscribeSettings
33
+ * LanguageCode: "STRING_VALUE", // required
34
+ * VocabularyFilterMethod: "STRING_VALUE",
35
+ * VocabularyFilterName: "STRING_VALUE",
36
+ * VocabularyName: "STRING_VALUE",
37
+ * Region: "STRING_VALUE",
38
+ * EnablePartialResultsStabilization: true || false,
39
+ * PartialResultsStability: "STRING_VALUE",
40
+ * ContentIdentificationType: "STRING_VALUE",
41
+ * ContentRedactionType: "STRING_VALUE",
42
+ * PiiEntityTypes: "STRING_VALUE",
43
+ * LanguageModelName: "STRING_VALUE",
44
+ * },
45
+ * EngineTranscribeMedicalSettings: { // EngineTranscribeMedicalSettings
46
+ * LanguageCode: "STRING_VALUE", // required
47
+ * Specialty: "STRING_VALUE", // required
48
+ * Type: "STRING_VALUE", // required
49
+ * VocabularyName: "STRING_VALUE",
50
+ * Region: "STRING_VALUE",
51
+ * ContentIdentificationType: "STRING_VALUE",
52
+ * },
53
+ * },
54
+ * };
29
55
  * const command = new StartMeetingTranscriptionCommand(input);
30
56
  * const response = await client.send(command);
31
57
  * ```
@@ -26,6 +26,9 @@ export interface StopMeetingTranscriptionCommandOutput extends StopMeetingTransc
26
26
  * import { ChimeClient, StopMeetingTranscriptionCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, StopMeetingTranscriptionCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // StopMeetingTranscriptionRequest
30
+ * MeetingId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new StopMeetingTranscriptionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,16 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, TagAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, TagAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // TagAttendeeRequest
30
+ * MeetingId: "STRING_VALUE", // required
31
+ * AttendeeId: "STRING_VALUE", // required
32
+ * Tags: [ // AttendeeTagList // required
33
+ * { // Tag
34
+ * Key: "STRING_VALUE", // required
35
+ * Value: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * };
29
39
  * const command = new TagAttendeeCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,15 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, TagMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, TagMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // TagMeetingRequest
30
+ * MeetingId: "STRING_VALUE", // required
31
+ * Tags: [ // MeetingTagList // required
32
+ * { // Tag
33
+ * Key: "STRING_VALUE", // required
34
+ * Value: "STRING_VALUE", // required
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new TagMeetingCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,15 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, TagResourceCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, TagResourceCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // TagResourceRequest
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * Tags: [ // TagList // required
32
+ * { // Tag
33
+ * Key: "STRING_VALUE", // required
34
+ * Value: "STRING_VALUE", // required
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new TagResourceCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,13 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, UntagAttendeeCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UntagAttendeeCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // UntagAttendeeRequest
30
+ * MeetingId: "STRING_VALUE", // required
31
+ * AttendeeId: "STRING_VALUE", // required
32
+ * TagKeys: [ // AttendeeTagKeyList // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * };
29
36
  * const command = new UntagAttendeeCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,12 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, UntagMeetingCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UntagMeetingCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // UntagMeetingRequest
30
+ * MeetingId: "STRING_VALUE", // required
31
+ * TagKeys: [ // MeetingTagKeyList // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagMeetingCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, UntagResourceCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UntagResourceCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // UntagResourceRequest
30
+ * ResourceARN: "STRING_VALUE", // required
31
+ * TagKeys: [ // TagKeyList // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,11 @@ export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __Met
26
26
  * import { ChimeClient, UpdateAccountCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateAccountCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // UpdateAccountRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE",
32
+ * DefaultLicense: "STRING_VALUE",
33
+ * };
29
34
  * const command = new UpdateAccountCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -30,6 +30,13 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
30
30
  * import { ChimeClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
31
31
  * // const { ChimeClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
32
32
  * const client = new ChimeClient(config);
33
+ * const input = { // UpdateAccountSettingsRequest
34
+ * AccountId: "STRING_VALUE", // required
35
+ * AccountSettings: { // AccountSettings
36
+ * DisableRemoteControl: true || false,
37
+ * EnableDialOut: true || false,
38
+ * },
39
+ * };
33
40
  * const command = new UpdateAccountSettingsCommand(input);
34
41
  * const response = await client.send(command);
35
42
  * ```
@@ -26,6 +26,11 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
26
26
  * import { ChimeClient, UpdateAppInstanceCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateAppInstanceCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // UpdateAppInstanceRequest
30
+ * AppInstanceArn: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * Metadata: "STRING_VALUE",
33
+ * };
29
34
  * const command = new UpdateAppInstanceCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse
26
26
  * import { ChimeClient, UpdateAppInstanceUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateAppInstanceUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // UpdateAppInstanceUserRequest
30
+ * AppInstanceUserArn: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * Metadata: "STRING_VALUE",
33
+ * };
29
34
  * const command = new UpdateAppInstanceUserCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -26,6 +26,11 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
26
26
  * import { ChimeClient, UpdateBotCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateBotCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = { // UpdateBotRequest
30
+ * AccountId: "STRING_VALUE", // required
31
+ * BotId: "STRING_VALUE", // required
32
+ * Disabled: true || false,
33
+ * };
29
34
  * const command = new UpdateBotCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -33,6 +33,13 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
33
33
  * import { ChimeClient, UpdateChannelCommand } from "@aws-sdk/client-chime"; // ES Modules import
34
34
  * // const { ChimeClient, UpdateChannelCommand } = require("@aws-sdk/client-chime"); // CommonJS import
35
35
  * const client = new ChimeClient(config);
36
+ * const input = { // UpdateChannelRequest
37
+ * ChannelArn: "STRING_VALUE", // required
38
+ * Name: "STRING_VALUE", // required
39
+ * Mode: "STRING_VALUE", // required
40
+ * Metadata: "STRING_VALUE",
41
+ * ChimeBearer: "STRING_VALUE",
42
+ * };
36
43
  * const command = new UpdateChannelCommand(input);
37
44
  * const response = await client.send(command);
38
45
  * ```