@aws-sdk/client-chime 3.299.0 → 3.300.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,14 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, UpdateGlobalSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateGlobalSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * BusinessCalling: {
31
+ * CdrBucket: "STRING_VALUE",
32
+ * },
33
+ * VoiceConnector: {
34
+ * CdrBucket: "STRING_VALUE",
35
+ * },
36
+ * };
29
37
  * const command = new UpdateGlobalSettingsCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -28,6 +28,11 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
28
28
  * import { ChimeClient, UpdatePhoneNumberCommand } from "@aws-sdk/client-chime"; // ES Modules import
29
29
  * // const { ChimeClient, UpdatePhoneNumberCommand } = require("@aws-sdk/client-chime"); // CommonJS import
30
30
  * const client = new ChimeClient(config);
31
+ * const input = {
32
+ * PhoneNumberId: "STRING_VALUE", // required
33
+ * ProductType: "STRING_VALUE",
34
+ * CallingName: "STRING_VALUE",
35
+ * };
31
36
  * const command = new UpdatePhoneNumberCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -28,6 +28,9 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer
28
28
  * import { ChimeClient, UpdatePhoneNumberSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
29
29
  * // const { ChimeClient, UpdatePhoneNumberSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
30
30
  * const client = new ChimeClient(config);
31
+ * const input = {
32
+ * CallingName: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new UpdatePhoneNumberSettingsCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -26,6 +26,14 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo
26
26
  * import { ChimeClient, UpdateProxySessionCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateProxySessionCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * ProxySessionId: "STRING_VALUE", // required
32
+ * Capabilities: [ // required
33
+ * "STRING_VALUE",
34
+ * ],
35
+ * ExpiryMinutes: Number("int"),
36
+ * };
29
37
  * const command = new UpdateProxySessionCommand(input);
30
38
  * const response = await client.send(command);
31
39
  * ```
@@ -26,6 +26,11 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB
26
26
  * import { ChimeClient, UpdateRoomCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateRoomCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * AccountId: "STRING_VALUE", // required
31
+ * RoomId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE",
33
+ * };
29
34
  * const command = new UpdateRoomCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -29,6 +29,12 @@ export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipR
29
29
  * import { ChimeClient, UpdateRoomMembershipCommand } from "@aws-sdk/client-chime"; // ES Modules import
30
30
  * // const { ChimeClient, UpdateRoomMembershipCommand } = require("@aws-sdk/client-chime"); // CommonJS import
31
31
  * const client = new ChimeClient(config);
32
+ * const input = {
33
+ * AccountId: "STRING_VALUE", // required
34
+ * RoomId: "STRING_VALUE", // required
35
+ * MemberId: "STRING_VALUE", // required
36
+ * Role: "STRING_VALUE",
37
+ * };
32
38
  * const command = new UpdateRoomMembershipCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -26,6 +26,13 @@ export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMed
26
26
  * import { ChimeClient, UpdateSipMediaApplicationCallCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateSipMediaApplicationCallCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * SipMediaApplicationId: "STRING_VALUE", // required
31
+ * TransactionId: "STRING_VALUE", // required
32
+ * Arguments: { // required
33
+ * "<keys>": "STRING_VALUE",
34
+ * },
35
+ * };
29
36
  * const command = new UpdateSipMediaApplicationCallCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,15 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp
26
26
  * import { ChimeClient, UpdateSipMediaApplicationCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateSipMediaApplicationCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * SipMediaApplicationId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE",
32
+ * Endpoints: [
33
+ * {
34
+ * LambdaArn: "STRING_VALUE",
35
+ * },
36
+ * ],
37
+ * };
29
38
  * const command = new UpdateSipMediaApplicationCommand(input);
30
39
  * const response = await client.send(command);
31
40
  * ```
@@ -26,6 +26,18 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
26
26
  * import { ChimeClient, UpdateSipRuleCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateSipRuleCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * SipRuleId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * Disabled: true || false,
33
+ * TargetApplications: [
34
+ * {
35
+ * SipMediaApplicationId: "STRING_VALUE",
36
+ * Priority: Number("int"),
37
+ * AwsRegion: "STRING_VALUE",
38
+ * },
39
+ * ],
40
+ * };
29
41
  * const command = new UpdateSipRuleCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -26,6 +26,16 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
26
26
  * import { ChimeClient, UpdateUserCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateUserCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * AccountId: "STRING_VALUE", // required
31
+ * UserId: "STRING_VALUE", // required
32
+ * LicenseType: "STRING_VALUE",
33
+ * UserType: "STRING_VALUE",
34
+ * AlexaForBusinessMetadata: {
35
+ * IsAlexaForBusinessEnabled: true || false,
36
+ * AlexaForBusinessRoomArn: "STRING_VALUE",
37
+ * },
38
+ * };
29
39
  * const command = new UpdateUserCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,17 @@ export interface UpdateUserSettingsCommandOutput extends __MetadataBearer {
26
26
  * import { ChimeClient, UpdateUserSettingsCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateUserSettingsCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * AccountId: "STRING_VALUE", // required
31
+ * UserId: "STRING_VALUE", // required
32
+ * UserSettings: {
33
+ * Telephony: {
34
+ * InboundCalling: true || false, // required
35
+ * OutboundCalling: true || false, // required
36
+ * SMS: true || false, // required
37
+ * },
38
+ * },
39
+ * };
29
40
  * const command = new UpdateUserSettingsCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,11 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR
26
26
  * import { ChimeClient, UpdateVoiceConnectorCommand } from "@aws-sdk/client-chime"; // ES Modules import
27
27
  * // const { ChimeClient, UpdateVoiceConnectorCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
+ * const input = {
30
+ * VoiceConnectorId: "STRING_VALUE", // required
31
+ * Name: "STRING_VALUE", // required
32
+ * RequireEncryption: true || false, // required
33
+ * };
29
34
  * const command = new UpdateVoiceConnectorCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -27,6 +27,16 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne
27
27
  * import { ChimeClient, UpdateVoiceConnectorGroupCommand } from "@aws-sdk/client-chime"; // ES Modules import
28
28
  * // const { ChimeClient, UpdateVoiceConnectorGroupCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
+ * const input = {
31
+ * VoiceConnectorGroupId: "STRING_VALUE", // required
32
+ * Name: "STRING_VALUE", // required
33
+ * VoiceConnectorItems: [ // required
34
+ * {
35
+ * VoiceConnectorId: "STRING_VALUE", // required
36
+ * Priority: Number("int"), // required
37
+ * },
38
+ * ],
39
+ * };
30
40
  * const command = new UpdateVoiceConnectorGroupCommand(input);
31
41
  * const response = await client.send(command);
32
42
  * ```
@@ -29,6 +29,15 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes
29
29
  * import { ChimeClient, ValidateE911AddressCommand } from "@aws-sdk/client-chime"; // ES Modules import
30
30
  * // const { ChimeClient, ValidateE911AddressCommand } = require("@aws-sdk/client-chime"); // CommonJS import
31
31
  * const client = new ChimeClient(config);
32
+ * const input = {
33
+ * AwsAccountId: "STRING_VALUE", // required
34
+ * StreetNumber: "STRING_VALUE", // required
35
+ * StreetInfo: "STRING_VALUE", // required
36
+ * City: "STRING_VALUE", // required
37
+ * State: "STRING_VALUE", // required
38
+ * Country: "STRING_VALUE", // required
39
+ * PostalCode: "STRING_VALUE", // required
40
+ * };
32
41
  * const command = new ValidateE911AddressCommand(input);
33
42
  * const response = await client.send(command);
34
43
  * ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime",
3
3
  "description": "AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.300.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"