@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 ListChannelBansCommandOutput extends ListChannelBansResponse, _
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListChannelBansCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListChannelBansCommandOutput} 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 ListChannelBansCommand extends $Command<ListChannelBansCommandInput, ListChannelBansCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListChannelMembershipsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListChannelMembershipsCommandOutput} 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 ListChannelMembershipsCommand extends $Command<ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput extends L
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListChannelMembershipsForAppInstanceUserCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListChannelMembershipsForAppInstanceUserCommandOutput} 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 ListChannelMembershipsForAppInstanceUserCommand extends $Command<ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link ListChannelMessagesCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link ListChannelMessagesCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class ListChannelMessagesCommand extends $Command<ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListChannelModeratorsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListChannelModeratorsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListChannelModeratorsCommand extends $Command<ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link ListChannelsCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput extends Lis
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListChannelsModeratedByAppInstanceUserCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListChannelsModeratedByAppInstanceUserCommandOutput} 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 ListChannelsModeratedByAppInstanceUserCommand extends $Command<ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMediaCapturePipelinesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMediaCapturePipelinesCommandOutput} 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 ListMediaCapturePipelinesCommand extends $Command<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMeetingTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMeetingTagsCommandOutput} 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 ListMeetingTagsCommand extends $Command<ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListMeetingsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListMeetingsCommandOutput} 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 ListMeetingsCommand extends $Command<ListMeetingsCommandInput, ListMeetingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListPhoneNumberOrdersCommandOutput extends ListPhoneNumberOrder
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListPhoneNumberOrdersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListPhoneNumberOrdersCommandOutput} 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 ListPhoneNumberOrdersCommand extends $Command<ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListPhoneNumbersCommandOutput extends ListPhoneNumbersResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListPhoneNumbersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListPhoneNumbersCommandOutput} 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 ListPhoneNumbersCommand extends $Command<ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListProxySessionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListProxySessionsCommandOutput} 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 ListProxySessionsCommand extends $Command<ListProxySessionsCommandInput, ListProxySessionsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListRoomMembershipsCommandOutput extends ListRoomMembershipsRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListRoomMembershipsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListRoomMembershipsCommandOutput} 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 ListRoomMembershipsCommand extends $Command<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListRoomsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListRoomsCommandOutput} 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 ListRoomsCommand extends $Command<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSipMediaApplicationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSipMediaApplicationsCommandOutput} 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 ListSipMediaApplicationsCommand extends $Command<ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSipRulesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSipRulesCommandOutput} 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 ListSipRulesCommand extends $Command<ListSipRulesCommandInput, ListSipRulesCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupp
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSupportedPhoneNumberCountriesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSupportedPhoneNumberCountriesCommandOutput} 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 ListSupportedPhoneNumberCountriesCommand extends $Command<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListUsersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListUsersCommandOutput} 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 ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListVoiceConnectorGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListVoiceConnectorGroupsCommandOutput} 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 ListVoiceConnectorGroupsCommand extends $Command<ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput extends L
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListVoiceConnectorTerminationCredentialsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListVoiceConnectorTerminationCredentialsCommandOutput} 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 ListVoiceConnectorTerminationCredentialsCommand extends $Command<ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListVoiceConnectorsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListVoiceConnectorsCommandOutput} 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 ListVoiceConnectorsCommand extends $Command<ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link LogoutUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link LogoutUserCommandOutput} 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 LogoutUserCommand extends $Command<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAppInstanceRetentionSettingsCommandOutput extends PutAppInst
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAppInstanceRetentionSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAppInstanceRetentionSettingsCommandOutput} 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 PutAppInstanceRetentionSettingsCommand extends $Command<PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput extends PutA
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAppInstanceStreamingConfigurationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAppInstanceStreamingConfigurationsCommandOutput} 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 PutAppInstanceStreamingConfigurationsCommand extends $Command<PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutEventsConfigurationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutEventsConfigurationCommandOutput} 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 PutEventsConfigurationCommand extends $Command<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsR
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link PutRetentionSettingsCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link PutRetentionSettingsCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class PutRetentionSettingsCommand extends $Command<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutSipMediaApplicationLoggingConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutSipMediaApplicationLoggingConfigurationCommandOutput} 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 PutSipMediaApplicationLoggingConfigurationCommand extends $Command<PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutVoiceConnectorEmergencyCallingConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutVoiceConnectorEmergencyCallingConfigurationCommandOutput} 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 PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -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> {
|