@aws-sdk/client-chime 3.40.0 → 3.45.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.
- package/CHANGELOG.md +41 -0
- package/README.md +1 -2
- package/dist-cjs/commands/GetRetentionSettingsCommand.js +2 -1
- package/dist-cjs/commands/GetRoomCommand.js +3 -3
- package/dist-cjs/commands/GetSipMediaApplicationCommand.js +1 -2
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +20 -27
- package/dist-cjs/models/models_1.js +29 -4
- package/dist-cjs/protocols/Aws_restJson1.js +16 -0
- package/dist-es/commands/GetRetentionSettingsCommand.js +2 -1
- package/dist-es/commands/GetRoomCommand.js +1 -1
- package/dist-es/commands/GetSipMediaApplicationCommand.js +1 -2
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +18 -16
- package/dist-es/models/models_1.js +16 -0
- package/dist-es/protocols/Aws_restJson1.js +11 -2
- package/dist-types/Chime.d.ts +1 -2
- package/dist-types/ChimeClient.d.ts +1 -2
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +1 -1
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/CreateBotCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreateMeetingCommand.d.ts +1 -1
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +1 -1
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/CreateProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoomCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +1 -1
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMeetingCommand.d.ts +1 -1
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRoomCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/GetAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/GetBotCommand.d.ts +1 -1
- package/dist-types/commands/GetChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/GetMeetingCommand.d.ts +1 -1
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +3 -2
- package/dist-types/commands/GetRoomCommand.d.ts +2 -2
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +2 -3
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +1 -1
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +1 -1
- package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListAppInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListAttendeeTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttendeesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelBansCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListMeetingTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListMeetingsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListProxySessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSipRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +1 -1
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/SendChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +1 -1
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +1 -1
- package/dist-types/commands/TagAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/TagMeetingCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/UntagMeetingCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +49 -56
- package/dist-types/models/models_1.d.ts +56 -0
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +28 -36
- package/dist-types/ts3.4/models/models_1.d.ts +36 -0
- package/package.json +6 -6
|
@@ -27,7 +27,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link UpdateChannelCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link UpdateChannelMessageCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link UpdateChannelMessageCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class UpdateChannelMessageCommand extends $Command<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link UpdateChannelReadMarkerCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link UpdateChannelReadMarkerCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class UpdateChannelReadMarkerCommand extends $Command<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateGlobalSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateGlobalSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdatePhoneNumberCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdatePhoneNumberCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdatePhoneNumberSettingsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdatePhoneNumberSettingsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdatePhoneNumberSettingsCommand extends $Command<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateProxySessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateProxySessionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateProxySessionCommand extends $Command<UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateRoomCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateRoomCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateRoomCommand extends $Command<UpdateRoomCommandInput, UpdateRoomCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateRoomMembershipCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateRoomMembershipCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateRoomMembershipCommand extends $Command<UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMed
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateSipMediaApplicationCallCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateSipMediaApplicationCallCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateSipMediaApplicationCallCommand extends $Command<UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateSipMediaApplicationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateSipMediaApplicationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateSipMediaApplicationCommand extends $Command<UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateSipRuleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateSipRuleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateSipRuleCommand extends $Command<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateUserCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateUserSettingsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateUserSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateUserSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateUserSettingsCommand extends $Command<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateVoiceConnectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateVoiceConnectorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateVoiceConnectorCommand extends $Command<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateVoiceConnectorGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateVoiceConnectorGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateVoiceConnectorGroupCommand extends $Command<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -4429,6 +4429,9 @@ export declare namespace EmergencyCallingConfiguration {
|
|
|
4429
4429
|
*/
|
|
4430
4430
|
const filterSensitiveLog: (obj: EmergencyCallingConfiguration) => any;
|
|
4431
4431
|
}
|
|
4432
|
+
export declare enum TranscribeMedicalContentIdentificationType {
|
|
4433
|
+
PHI = "PHI"
|
|
4434
|
+
}
|
|
4432
4435
|
export declare enum TranscribeMedicalLanguageCode {
|
|
4433
4436
|
EN_US = "en-US"
|
|
4434
4437
|
}
|
|
@@ -4477,6 +4480,10 @@ export interface EngineTranscribeMedicalSettings {
|
|
|
4477
4480
|
* <p>The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>
|
|
4478
4481
|
*/
|
|
4479
4482
|
Region?: TranscribeMedicalRegion | string;
|
|
4483
|
+
/**
|
|
4484
|
+
* <p>Set this field to <code>PHI</code> to identify personal health information in the transcription output.</p>
|
|
4485
|
+
*/
|
|
4486
|
+
ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
|
|
4480
4487
|
}
|
|
4481
4488
|
export declare namespace EngineTranscribeMedicalSettings {
|
|
4482
4489
|
/**
|
|
@@ -4484,6 +4491,12 @@ export declare namespace EngineTranscribeMedicalSettings {
|
|
|
4484
4491
|
*/
|
|
4485
4492
|
const filterSensitiveLog: (obj: EngineTranscribeMedicalSettings) => any;
|
|
4486
4493
|
}
|
|
4494
|
+
export declare enum TranscribeContentIdentificationType {
|
|
4495
|
+
PII = "PII"
|
|
4496
|
+
}
|
|
4497
|
+
export declare enum TranscribeContentRedactionType {
|
|
4498
|
+
PII = "PII"
|
|
4499
|
+
}
|
|
4487
4500
|
export declare enum TranscribeLanguageCode {
|
|
4488
4501
|
DE_DE = "de-DE",
|
|
4489
4502
|
EN_AU = "en-AU",
|
|
@@ -4498,6 +4511,11 @@ export declare enum TranscribeLanguageCode {
|
|
|
4498
4511
|
PT_BR = "pt-BR",
|
|
4499
4512
|
ZH_CN = "zh-CN"
|
|
4500
4513
|
}
|
|
4514
|
+
export declare enum TranscribePartialResultsStability {
|
|
4515
|
+
HIGH = "high",
|
|
4516
|
+
LOW = "low",
|
|
4517
|
+
MEDIUM = "medium"
|
|
4518
|
+
}
|
|
4501
4519
|
export declare enum TranscribeRegion {
|
|
4502
4520
|
AP_NORTHEAST_1 = "ap-northeast-1",
|
|
4503
4521
|
AP_NORTHEAST_2 = "ap-northeast-2",
|
|
@@ -4541,6 +4559,37 @@ export interface EngineTranscribeSettings {
|
|
|
4541
4559
|
* <p>The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>
|
|
4542
4560
|
*/
|
|
4543
4561
|
Region?: TranscribeRegion | string;
|
|
4562
|
+
/**
|
|
4563
|
+
* <p>Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.</p>
|
|
4564
|
+
*/
|
|
4565
|
+
EnablePartialResultsStabilization?: boolean;
|
|
4566
|
+
/**
|
|
4567
|
+
* <p>The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.</p>
|
|
4568
|
+
*/
|
|
4569
|
+
PartialResultsStability?: TranscribePartialResultsStability | string;
|
|
4570
|
+
/**
|
|
4571
|
+
* <p>Set this field to <code>PII</code> to identify personal health information in the transcription output.</p>
|
|
4572
|
+
*/
|
|
4573
|
+
ContentIdentificationType?: TranscribeContentIdentificationType | string;
|
|
4574
|
+
/**
|
|
4575
|
+
* <p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p>
|
|
4576
|
+
*/
|
|
4577
|
+
ContentRedactionType?: TranscribeContentRedactionType | string;
|
|
4578
|
+
/**
|
|
4579
|
+
* <p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>
|
|
4580
|
+
* <p>
|
|
4581
|
+
* <code>PIIEntityTypes</code> must be comma-separated. The available values are:
|
|
4582
|
+
* <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>,
|
|
4583
|
+
* <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
|
|
4584
|
+
*
|
|
4585
|
+
* <p>
|
|
4586
|
+
* <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
|
|
4587
|
+
*/
|
|
4588
|
+
PiiEntityTypes?: string;
|
|
4589
|
+
/**
|
|
4590
|
+
* <p>The name of the language model used during transcription.</p>
|
|
4591
|
+
*/
|
|
4592
|
+
LanguageModelName?: string;
|
|
4544
4593
|
}
|
|
4545
4594
|
export declare namespace EngineTranscribeSettings {
|
|
4546
4595
|
/**
|
|
@@ -5186,59 +5235,3 @@ export declare namespace RetentionSettings {
|
|
|
5186
5235
|
*/
|
|
5187
5236
|
const filterSensitiveLog: (obj: RetentionSettings) => any;
|
|
5188
5237
|
}
|
|
5189
|
-
export interface GetRetentionSettingsResponse {
|
|
5190
|
-
/**
|
|
5191
|
-
* <p>The retention settings.</p>
|
|
5192
|
-
*/
|
|
5193
|
-
RetentionSettings?: RetentionSettings;
|
|
5194
|
-
/**
|
|
5195
|
-
* <p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>
|
|
5196
|
-
*/
|
|
5197
|
-
InitiateDeletionTimestamp?: Date;
|
|
5198
|
-
}
|
|
5199
|
-
export declare namespace GetRetentionSettingsResponse {
|
|
5200
|
-
/**
|
|
5201
|
-
* @internal
|
|
5202
|
-
*/
|
|
5203
|
-
const filterSensitiveLog: (obj: GetRetentionSettingsResponse) => any;
|
|
5204
|
-
}
|
|
5205
|
-
export interface GetRoomRequest {
|
|
5206
|
-
/**
|
|
5207
|
-
* <p>The Amazon Chime account ID.</p>
|
|
5208
|
-
*/
|
|
5209
|
-
AccountId: string | undefined;
|
|
5210
|
-
/**
|
|
5211
|
-
* <p>The room ID.</p>
|
|
5212
|
-
*/
|
|
5213
|
-
RoomId: string | undefined;
|
|
5214
|
-
}
|
|
5215
|
-
export declare namespace GetRoomRequest {
|
|
5216
|
-
/**
|
|
5217
|
-
* @internal
|
|
5218
|
-
*/
|
|
5219
|
-
const filterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
5220
|
-
}
|
|
5221
|
-
export interface GetRoomResponse {
|
|
5222
|
-
/**
|
|
5223
|
-
* <p>The room details.</p>
|
|
5224
|
-
*/
|
|
5225
|
-
Room?: Room;
|
|
5226
|
-
}
|
|
5227
|
-
export declare namespace GetRoomResponse {
|
|
5228
|
-
/**
|
|
5229
|
-
* @internal
|
|
5230
|
-
*/
|
|
5231
|
-
const filterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
5232
|
-
}
|
|
5233
|
-
export interface GetSipMediaApplicationRequest {
|
|
5234
|
-
/**
|
|
5235
|
-
* <p>The SIP media application ID.</p>
|
|
5236
|
-
*/
|
|
5237
|
-
SipMediaApplicationId: string | undefined;
|
|
5238
|
-
}
|
|
5239
|
-
export declare namespace GetSipMediaApplicationRequest {
|
|
5240
|
-
/**
|
|
5241
|
-
* @internal
|
|
5242
|
-
*/
|
|
5243
|
-
const filterSensitiveLog: (obj: GetSipMediaApplicationRequest) => any;
|
|
5244
|
-
}
|
|
@@ -1,4 +1,60 @@
|
|
|
1
1
|
import { Account, AccountSettings, AlexaForBusinessMetadata, AppInstanceAdminSummary, AppInstanceRetentionSettings, AppInstanceStreamingConfiguration, AppInstanceSummary, AppInstanceUserSummary, Attendee, Bot, BusinessCallingSettings, Capability, ChannelBanSummary, ChannelMembershipForAppInstanceUserSummary, ChannelMembershipSummary, ChannelMembershipType, ChannelMessagePersistenceType, ChannelMessageSummary, ChannelMessageType, ChannelMode, ChannelModeratedByAppInstanceUserSummary, ChannelModeratorSummary, ChannelPrivacy, ChannelSummary, Credential, EmailStatus, EmergencyCallingConfiguration, EngineTranscribeMedicalSettings, EngineTranscribeSettings, EventsConfiguration, InviteStatus, License, MediaCapturePipeline, Meeting, PhoneNumber, PhoneNumberAssociationName, PhoneNumberOrder, PhoneNumberProductType, PhoneNumberStatus, PhoneNumberType, ProxySession, ProxySessionStatus, RetentionSettings, Room, RoomMembership, RoomMembershipRole, SipMediaApplication, SipMediaApplicationCall, SipMediaApplicationEndpoint, SipRule, SipRuleTargetApplication, Tag, User, UserType, VoiceConnector, VoiceConnectorGroup, VoiceConnectorItem, VoiceConnectorSettings } from "./models_0";
|
|
2
|
+
export interface GetRetentionSettingsResponse {
|
|
3
|
+
/**
|
|
4
|
+
* <p>The retention settings.</p>
|
|
5
|
+
*/
|
|
6
|
+
RetentionSettings?: RetentionSettings;
|
|
7
|
+
/**
|
|
8
|
+
* <p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>
|
|
9
|
+
*/
|
|
10
|
+
InitiateDeletionTimestamp?: Date;
|
|
11
|
+
}
|
|
12
|
+
export declare namespace GetRetentionSettingsResponse {
|
|
13
|
+
/**
|
|
14
|
+
* @internal
|
|
15
|
+
*/
|
|
16
|
+
const filterSensitiveLog: (obj: GetRetentionSettingsResponse) => any;
|
|
17
|
+
}
|
|
18
|
+
export interface GetRoomRequest {
|
|
19
|
+
/**
|
|
20
|
+
* <p>The Amazon Chime account ID.</p>
|
|
21
|
+
*/
|
|
22
|
+
AccountId: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The room ID.</p>
|
|
25
|
+
*/
|
|
26
|
+
RoomId: string | undefined;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace GetRoomRequest {
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
const filterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
33
|
+
}
|
|
34
|
+
export interface GetRoomResponse {
|
|
35
|
+
/**
|
|
36
|
+
* <p>The room details.</p>
|
|
37
|
+
*/
|
|
38
|
+
Room?: Room;
|
|
39
|
+
}
|
|
40
|
+
export declare namespace GetRoomResponse {
|
|
41
|
+
/**
|
|
42
|
+
* @internal
|
|
43
|
+
*/
|
|
44
|
+
const filterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
45
|
+
}
|
|
46
|
+
export interface GetSipMediaApplicationRequest {
|
|
47
|
+
/**
|
|
48
|
+
* <p>The SIP media application ID.</p>
|
|
49
|
+
*/
|
|
50
|
+
SipMediaApplicationId: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
export declare namespace GetSipMediaApplicationRequest {
|
|
53
|
+
/**
|
|
54
|
+
* @internal
|
|
55
|
+
*/
|
|
56
|
+
const filterSensitiveLog: (obj: GetSipMediaApplicationRequest) => any;
|
|
57
|
+
}
|
|
2
58
|
export interface GetSipMediaApplicationResponse {
|
|
3
59
|
/**
|
|
4
60
|
* <p>The SIP media application details.</p>
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetRetentionSettingsRequest
|
|
4
|
+
import { GetRetentionSettingsRequest } from "../models/models_0";
|
|
5
|
+
import { GetRetentionSettingsResponse } from "../models/models_1";
|
|
5
6
|
export interface GetRetentionSettingsCommandInput extends GetRetentionSettingsRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface GetRetentionSettingsCommandOutput extends GetRetentionSettingsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetRoomRequest, GetRoomResponse } from "../models/
|
|
4
|
+
import { GetRoomRequest, GetRoomResponse } from "../models/models_1";
|
|
5
5
|
export interface GetRoomCommandInput extends GetRoomRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetSipMediaApplicationRequest } from "../models/
|
|
5
|
-
import { GetSipMediaApplicationResponse } from "../models/models_1";
|
|
4
|
+
import { GetSipMediaApplicationRequest, GetSipMediaApplicationResponse } from "../models/models_1";
|
|
6
5
|
export interface GetSipMediaApplicationCommandInput extends GetSipMediaApplicationRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicationResponse, __MetadataBearer {
|
|
@@ -2611,6 +2611,9 @@ export declare namespace EmergencyCallingConfiguration {
|
|
|
2611
2611
|
|
|
2612
2612
|
const filterSensitiveLog: (obj: EmergencyCallingConfiguration) => any;
|
|
2613
2613
|
}
|
|
2614
|
+
export declare enum TranscribeMedicalContentIdentificationType {
|
|
2615
|
+
PHI = "PHI"
|
|
2616
|
+
}
|
|
2614
2617
|
export declare enum TranscribeMedicalLanguageCode {
|
|
2615
2618
|
EN_US = "en-US"
|
|
2616
2619
|
}
|
|
@@ -2647,11 +2650,19 @@ export interface EngineTranscribeMedicalSettings {
|
|
|
2647
2650
|
VocabularyName?: string;
|
|
2648
2651
|
|
|
2649
2652
|
Region?: TranscribeMedicalRegion | string;
|
|
2653
|
+
|
|
2654
|
+
ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
|
|
2650
2655
|
}
|
|
2651
2656
|
export declare namespace EngineTranscribeMedicalSettings {
|
|
2652
2657
|
|
|
2653
2658
|
const filterSensitiveLog: (obj: EngineTranscribeMedicalSettings) => any;
|
|
2654
2659
|
}
|
|
2660
|
+
export declare enum TranscribeContentIdentificationType {
|
|
2661
|
+
PII = "PII"
|
|
2662
|
+
}
|
|
2663
|
+
export declare enum TranscribeContentRedactionType {
|
|
2664
|
+
PII = "PII"
|
|
2665
|
+
}
|
|
2655
2666
|
export declare enum TranscribeLanguageCode {
|
|
2656
2667
|
DE_DE = "de-DE",
|
|
2657
2668
|
EN_AU = "en-AU",
|
|
@@ -2666,6 +2677,11 @@ export declare enum TranscribeLanguageCode {
|
|
|
2666
2677
|
PT_BR = "pt-BR",
|
|
2667
2678
|
ZH_CN = "zh-CN"
|
|
2668
2679
|
}
|
|
2680
|
+
export declare enum TranscribePartialResultsStability {
|
|
2681
|
+
HIGH = "high",
|
|
2682
|
+
LOW = "low",
|
|
2683
|
+
MEDIUM = "medium"
|
|
2684
|
+
}
|
|
2669
2685
|
export declare enum TranscribeRegion {
|
|
2670
2686
|
AP_NORTHEAST_1 = "ap-northeast-1",
|
|
2671
2687
|
AP_NORTHEAST_2 = "ap-northeast-2",
|
|
@@ -2697,6 +2713,18 @@ export interface EngineTranscribeSettings {
|
|
|
2697
2713
|
VocabularyName?: string;
|
|
2698
2714
|
|
|
2699
2715
|
Region?: TranscribeRegion | string;
|
|
2716
|
+
|
|
2717
|
+
EnablePartialResultsStabilization?: boolean;
|
|
2718
|
+
|
|
2719
|
+
PartialResultsStability?: TranscribePartialResultsStability | string;
|
|
2720
|
+
|
|
2721
|
+
ContentIdentificationType?: TranscribeContentIdentificationType | string;
|
|
2722
|
+
|
|
2723
|
+
ContentRedactionType?: TranscribeContentRedactionType | string;
|
|
2724
|
+
|
|
2725
|
+
PiiEntityTypes?: string;
|
|
2726
|
+
|
|
2727
|
+
LanguageModelName?: string;
|
|
2700
2728
|
}
|
|
2701
2729
|
export declare namespace EngineTranscribeSettings {
|
|
2702
2730
|
|
|
@@ -3103,39 +3131,3 @@ export declare namespace RetentionSettings {
|
|
|
3103
3131
|
|
|
3104
3132
|
const filterSensitiveLog: (obj: RetentionSettings) => any;
|
|
3105
3133
|
}
|
|
3106
|
-
export interface GetRetentionSettingsResponse {
|
|
3107
|
-
|
|
3108
|
-
RetentionSettings?: RetentionSettings;
|
|
3109
|
-
|
|
3110
|
-
InitiateDeletionTimestamp?: Date;
|
|
3111
|
-
}
|
|
3112
|
-
export declare namespace GetRetentionSettingsResponse {
|
|
3113
|
-
|
|
3114
|
-
const filterSensitiveLog: (obj: GetRetentionSettingsResponse) => any;
|
|
3115
|
-
}
|
|
3116
|
-
export interface GetRoomRequest {
|
|
3117
|
-
|
|
3118
|
-
AccountId: string | undefined;
|
|
3119
|
-
|
|
3120
|
-
RoomId: string | undefined;
|
|
3121
|
-
}
|
|
3122
|
-
export declare namespace GetRoomRequest {
|
|
3123
|
-
|
|
3124
|
-
const filterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
3125
|
-
}
|
|
3126
|
-
export interface GetRoomResponse {
|
|
3127
|
-
|
|
3128
|
-
Room?: Room;
|
|
3129
|
-
}
|
|
3130
|
-
export declare namespace GetRoomResponse {
|
|
3131
|
-
|
|
3132
|
-
const filterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
3133
|
-
}
|
|
3134
|
-
export interface GetSipMediaApplicationRequest {
|
|
3135
|
-
|
|
3136
|
-
SipMediaApplicationId: string | undefined;
|
|
3137
|
-
}
|
|
3138
|
-
export declare namespace GetSipMediaApplicationRequest {
|
|
3139
|
-
|
|
3140
|
-
const filterSensitiveLog: (obj: GetSipMediaApplicationRequest) => any;
|
|
3141
|
-
}
|
|
@@ -1,4 +1,40 @@
|
|
|
1
1
|
import { Account, AccountSettings, AlexaForBusinessMetadata, AppInstanceAdminSummary, AppInstanceRetentionSettings, AppInstanceStreamingConfiguration, AppInstanceSummary, AppInstanceUserSummary, Attendee, Bot, BusinessCallingSettings, Capability, ChannelBanSummary, ChannelMembershipForAppInstanceUserSummary, ChannelMembershipSummary, ChannelMembershipType, ChannelMessagePersistenceType, ChannelMessageSummary, ChannelMessageType, ChannelMode, ChannelModeratedByAppInstanceUserSummary, ChannelModeratorSummary, ChannelPrivacy, ChannelSummary, Credential, EmailStatus, EmergencyCallingConfiguration, EngineTranscribeMedicalSettings, EngineTranscribeSettings, EventsConfiguration, InviteStatus, License, MediaCapturePipeline, Meeting, PhoneNumber, PhoneNumberAssociationName, PhoneNumberOrder, PhoneNumberProductType, PhoneNumberStatus, PhoneNumberType, ProxySession, ProxySessionStatus, RetentionSettings, Room, RoomMembership, RoomMembershipRole, SipMediaApplication, SipMediaApplicationCall, SipMediaApplicationEndpoint, SipRule, SipRuleTargetApplication, Tag, User, UserType, VoiceConnector, VoiceConnectorGroup, VoiceConnectorItem, VoiceConnectorSettings } from "./models_0";
|
|
2
|
+
export interface GetRetentionSettingsResponse {
|
|
3
|
+
|
|
4
|
+
RetentionSettings?: RetentionSettings;
|
|
5
|
+
|
|
6
|
+
InitiateDeletionTimestamp?: Date;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace GetRetentionSettingsResponse {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: GetRetentionSettingsResponse) => any;
|
|
11
|
+
}
|
|
12
|
+
export interface GetRoomRequest {
|
|
13
|
+
|
|
14
|
+
AccountId: string | undefined;
|
|
15
|
+
|
|
16
|
+
RoomId: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
export declare namespace GetRoomRequest {
|
|
19
|
+
|
|
20
|
+
const filterSensitiveLog: (obj: GetRoomRequest) => any;
|
|
21
|
+
}
|
|
22
|
+
export interface GetRoomResponse {
|
|
23
|
+
|
|
24
|
+
Room?: Room;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace GetRoomResponse {
|
|
27
|
+
|
|
28
|
+
const filterSensitiveLog: (obj: GetRoomResponse) => any;
|
|
29
|
+
}
|
|
30
|
+
export interface GetSipMediaApplicationRequest {
|
|
31
|
+
|
|
32
|
+
SipMediaApplicationId: string | undefined;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace GetSipMediaApplicationRequest {
|
|
35
|
+
|
|
36
|
+
const filterSensitiveLog: (obj: GetSipMediaApplicationRequest) => any;
|
|
37
|
+
}
|
|
2
38
|
export interface GetSipMediaApplicationResponse {
|
|
3
39
|
|
|
4
40
|
SipMediaApplication?: SipMediaApplication;
|
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.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|