@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
|
@@ -20,7 +20,7 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteVoiceConnectorTerminationCredentialsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteVoiceConnectorTerminationCredentialsCommandOutput} 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 DeleteVoiceConnectorTerminationCredentialsCommand extends $Command<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAppInstanceAdminCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAppInstanceAdminCommandOutput} 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 DescribeAppInstanceAdminCommand extends $Command<DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAppInstanceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAppInstanceCommandOutput} 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 DescribeAppInstanceCommand extends $Command<DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAppInstanceUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAppInstanceUserCommandOutput} 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 DescribeAppInstanceUserCommand extends $Command<DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeChannelBanCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeChannelBanCommandOutput} 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 DescribeChannelBanCommand extends $Command<DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DescribeChannelCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeChannelMembershipCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeChannelMembershipCommandOutput} 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 DescribeChannelMembershipCommand extends $Command<DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput extend
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeChannelMembershipForAppInstanceUserCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeChannelMembershipForAppInstanceUserCommandOutput} 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 DescribeChannelMembershipForAppInstanceUserCommand extends $Command<DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput extends
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeChannelModeratedByAppInstanceUserCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeChannelModeratedByAppInstanceUserCommandOutput} 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 DescribeChannelModeratedByAppInstanceUserCommand extends $Command<DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeChannelModeratorCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeChannelModeratorCommandOutput} 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 DescribeChannelModeratorCommand extends $Command<DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociatePhoneNumberFromUserCommandOutput extends Disassocia
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociatePhoneNumberFromUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociatePhoneNumberFromUserCommandOutput} 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 DisassociatePhoneNumberFromUserCommand extends $Command<DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociatePhoneNumbersFromVoiceConnectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociatePhoneNumbersFromVoiceConnectorCommandOutput} 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 DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput ex
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput} 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 DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Command<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput extend
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateSigninDelegateGroupsFromAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateSigninDelegateGroupsFromAccountCommandOutput} 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 DisassociateSigninDelegateGroupsFromAccountCommand extends $Command<DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAccountCommandOutput} 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 GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetAccountSettingsCommandOutput} 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 GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAppInstanceRetentionSettingsCommandOutput extends GetAppInst
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAppInstanceRetentionSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAppInstanceRetentionSettingsCommandOutput} 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 GetAppInstanceRetentionSettingsCommand extends $Command<GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput extends GetA
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAppInstanceStreamingConfigurationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAppInstanceStreamingConfigurationsCommandOutput} 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 GetAppInstanceStreamingConfigurationsCommand extends $Command<GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetAttendeeCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetAttendeeCommandOutput} 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 GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBotCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBotCommandOutput} 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 GetBotCommand extends $Command<GetBotCommandInput, GetBotCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetChannelMessageCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetChannelMessageCommandOutput} 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 GetChannelMessageCommand extends $Command<GetChannelMessageCommandInput, GetChannelMessageCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetEventsConfigurationCommandOutput extends GetEventsConfigurat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetEventsConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetEventsConfigurationCommandOutput} 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 GetEventsConfigurationCommand extends $Command<GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetGlobalSettingsCommandOutput extends GetGlobalSettingsRespons
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetGlobalSettingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetGlobalSettingsCommandOutput} 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 GetGlobalSettingsCommand extends $Command<GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMediaCapturePipelineCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMediaCapturePipelineCommandOutput} 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 GetMediaCapturePipelineCommand extends $Command<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link GetMeetingCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link GetMeetingCommandOutput} 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 GetMeetingCommand extends $Command<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMessagingSessionEndpointCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMessagingSessionEndpointCommandOutput} 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 GetMessagingSessionEndpointCommand extends $Command<GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPhoneNumberCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPhoneNumberCommandOutput} 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 GetPhoneNumberCommand extends $Command<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderRes
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetPhoneNumberOrderCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetPhoneNumberOrderCommandOutput} 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 GetPhoneNumberOrderCommand extends $Command<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetPhoneNumberSettingsCommandOutput extends GetPhoneNumberSetti
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetPhoneNumberSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetPhoneNumberSettingsCommandOutput} 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 GetPhoneNumberSettingsCommand extends $Command<GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetProxySessionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetProxySessionCommandOutput} 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 GetProxySessionCommand extends $Command<GetProxySessionCommandInput, GetProxySessionCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetRetentionSettingsRequest
|
|
4
|
+
import { GetRetentionSettingsRequest } from "../models/models_0";
|
|
5
|
+
import { GetRetentionSettingsResponse } from "../models/models_1";
|
|
5
6
|
export interface GetRetentionSettingsCommandInput extends GetRetentionSettingsRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface GetRetentionSettingsCommandOutput extends GetRetentionSettingsResponse, __MetadataBearer {
|
|
@@ -23,7 +24,7 @@ export interface GetRetentionSettingsCommandOutput extends GetRetentionSettingsR
|
|
|
23
24
|
*
|
|
24
25
|
* @see {@link GetRetentionSettingsCommandInput} for command's `input` shape.
|
|
25
26
|
* @see {@link GetRetentionSettingsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
27
28
|
*
|
|
28
29
|
*/
|
|
29
30
|
export declare class GetRetentionSettingsCommand extends $Command<GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetRoomRequest, GetRoomResponse } from "../models/
|
|
4
|
+
import { GetRoomRequest, GetRoomResponse } from "../models/models_1";
|
|
5
5
|
export interface GetRoomCommandInput extends GetRoomRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer {
|
|
@@ -20,7 +20,7 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRoomCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRoomCommandOutput} 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 GetRoomCommand extends $Command<GetRoomCommandInput, GetRoomCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetSipMediaApplicationRequest } from "../models/
|
|
5
|
-
import { GetSipMediaApplicationResponse } from "../models/models_1";
|
|
4
|
+
import { GetSipMediaApplicationRequest, GetSipMediaApplicationResponse } from "../models/models_1";
|
|
6
5
|
export interface GetSipMediaApplicationCommandInput extends GetSipMediaApplicationRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicationResponse, __MetadataBearer {
|
|
@@ -21,7 +20,7 @@ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicat
|
|
|
21
20
|
*
|
|
22
21
|
* @see {@link GetSipMediaApplicationCommandInput} for command's `input` shape.
|
|
23
22
|
* @see {@link GetSipMediaApplicationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ChimeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ChimeClientResolvedConfig | config} for ChimeClient's `config` shape.
|
|
25
24
|
*
|
|
26
25
|
*/
|
|
27
26
|
export declare class GetSipMediaApplicationCommand extends $Command<GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSipMediaApplicationLoggingConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSipMediaApplicationLoggingConfigurationCommandOutput} 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 GetSipMediaApplicationLoggingConfigurationCommand extends $Command<GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSipRuleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSipRuleCommandOutput} 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 GetSipRuleCommand extends $Command<GetSipRuleCommandInput, GetSipRuleCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link GetUserCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link GetUserCommandOutput} 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 GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUserSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUserSettingsCommandOutput} 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 GetUserSettingsCommand extends $Command<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVoiceConnectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVoiceConnectorCommandOutput} 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 GetVoiceConnectorCommand extends $Command<GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput ext
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVoiceConnectorEmergencyCallingConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVoiceConnectorEmergencyCallingConfigurationCommandOutput} 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 GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetVoiceConnectorGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetVoiceConnectorGroupCommandOutput} 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 GetVoiceConnectorGroupCommand extends $Command<GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput extends GetV
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVoiceConnectorLoggingConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVoiceConnectorLoggingConfigurationCommandOutput} 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 GetVoiceConnectorLoggingConfigurationCommand extends $Command<GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVoiceConnectorOriginationCommandOutput extends GetVoiceConne
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVoiceConnectorOriginationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVoiceConnectorOriginationCommandOutput} 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 GetVoiceConnectorOriginationCommand extends $Command<GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVoiceConnectorProxyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVoiceConnectorProxyCommandOutput} 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 GetVoiceConnectorProxyCommand extends $Command<GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput extends Ge
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GetVoiceConnectorStreamingConfigurationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GetVoiceConnectorStreamingConfigurationCommandOutput} 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 GetVoiceConnectorStreamingConfigurationCommand extends $Command<GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetVoiceConnectorTerminationCommandOutput extends GetVoiceConne
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetVoiceConnectorTerminationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetVoiceConnectorTerminationCommandOutput} 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 GetVoiceConnectorTerminationCommand extends $Command<GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput extends GetVoic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetVoiceConnectorTerminationHealthCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetVoiceConnectorTerminationHealthCommandOutput} 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 GetVoiceConnectorTerminationHealthCommand extends $Command<GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface InviteUsersCommandOutput extends InviteUsersResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link InviteUsersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link InviteUsersCommandOutput} 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 InviteUsersCommand extends $Command<InviteUsersCommandInput, InviteUsersCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListAccountsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListAccountsCommandOutput} 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 ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAppInstanceAdminsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAppInstanceAdminsCommandOutput} 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 ListAppInstanceAdminsCommand extends $Command<ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListAppInstanceUsersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListAppInstanceUsersCommandOutput} 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 ListAppInstanceUsersCommand extends $Command<ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAppInstancesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAppInstancesCommandOutput} 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 ListAppInstancesCommand extends $Command<ListAppInstancesCommandInput, ListAppInstancesCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAttendeeTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAttendeeTagsCommandOutput} 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 ListAttendeeTagsCommand extends $Command<ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListAttendeesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListAttendeesCommandOutput} 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 ListAttendeesCommand extends $Command<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListBotsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListBotsCommandOutput} 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 ListBotsCommand extends $Command<ListBotsCommandInput, ListBotsCommandOutput, ChimeClientResolvedConfig> {
|