@aws-sdk/client-chime 3.39.0 → 3.43.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 +80 -5
- 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-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- 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 +80 -5
- 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-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Chime.d.ts +1 -2
- package/dist-types/ChimeClient.d.ts +9 -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/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ChimeClient.d.ts +4 -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/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -20,7 +20,7 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput extends PutV
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutVoiceConnectorLoggingConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutVoiceConnectorLoggingConfigurationCommandOutput} 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 PutVoiceConnectorLoggingConfigurationCommand extends $Command<PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface PutVoiceConnectorOriginationCommandOutput extends PutVoiceConne
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link PutVoiceConnectorOriginationCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link PutVoiceConnectorOriginationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class PutVoiceConnectorOriginationCommand extends $Command<PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutVoiceConnectorProxyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutVoiceConnectorProxyCommandOutput} 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 PutVoiceConnectorProxyCommand extends $Command<PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput extends Pu
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutVoiceConnectorStreamingConfigurationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutVoiceConnectorStreamingConfigurationCommandOutput} 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 PutVoiceConnectorStreamingConfigurationCommand extends $Command<PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface PutVoiceConnectorTerminationCommandOutput extends PutVoiceConne
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link PutVoiceConnectorTerminationCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link PutVoiceConnectorTerminationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class PutVoiceConnectorTerminationCommand extends $Command<PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutVoiceConnectorTerminationCredentialsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutVoiceConnectorTerminationCredentialsCommandOutput} 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 PutVoiceConnectorTerminationCredentialsCommand extends $Command<PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link RedactChannelMessageCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link RedactChannelMessageCommandOutput} 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 RedactChannelMessageCommand extends $Command<RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RedactConversationMessageCommandOutput extends RedactConversati
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RedactConversationMessageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RedactConversationMessageCommandOutput} 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 RedactConversationMessageCommand extends $Command<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RedactRoomMessageCommandOutput extends RedactRoomMessageRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RedactRoomMessageCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RedactRoomMessageCommandOutput} 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 RedactRoomMessageCommand extends $Command<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurity
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RegenerateSecurityTokenCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RegenerateSecurityTokenCommandOutput} 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 RegenerateSecurityTokenCommand extends $Command<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ResetPersonalPINCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ResetPersonalPINCommandOutput} 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 ResetPersonalPINCommand extends $Command<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RestorePhoneNumberCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RestorePhoneNumberCommandOutput} 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 RestorePhoneNumberCommand extends $Command<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface SearchAvailablePhoneNumbersCommandOutput extends SearchAvailabl
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link SearchAvailablePhoneNumbersCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link SearchAvailablePhoneNumbersCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class SearchAvailablePhoneNumbersCommand extends $Command<SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link SendChannelMessageCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link SendChannelMessageCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class SendChannelMessageCommand extends $Command<SendChannelMessageCommandInput, SendChannelMessageCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTran
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartMeetingTranscriptionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartMeetingTranscriptionCommandOutput} 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 StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopMeetingTranscriptionCommandOutput extends StopMeetingTransc
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopMeetingTranscriptionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopMeetingTranscriptionCommandOutput} 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 StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagAttendeeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagAttendeeCommandOutput} 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 TagAttendeeCommand extends $Command<TagAttendeeCommandInput, TagAttendeeCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagMeetingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagMeetingCommandOutput} 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 TagMeetingCommand extends $Command<TagMeetingCommandInput, TagMeetingCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} 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 TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagAttendeeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagAttendeeCommandOutput} 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 UntagAttendeeCommand extends $Command<UntagAttendeeCommandInput, UntagAttendeeCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagMeetingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagMeetingCommandOutput} 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 UntagMeetingCommand extends $Command<UntagMeetingCommandInput, UntagMeetingCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAccountCommandOutput} 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 UpdateAccountCommand extends $Command<UpdateAccountCommandInput, UpdateAccountCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UpdateAccountSettingsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UpdateAccountSettingsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAppInstanceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAppInstanceCommandOutput} 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 UpdateAppInstanceCommand extends $Command<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAppInstanceUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAppInstanceUserCommandOutput} 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 UpdateAppInstanceUserCommand extends $Command<UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateBotCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateBotCommandOutput} 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 UpdateBotCommand extends $Command<UpdateBotCommandInput, UpdateBotCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -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
|
-
}
|