import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ClusterExtendedCredentials, GetClusterCredentialsWithIAMMessage, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface GetClusterCredentialsWithIAMCommandInput extends GetClusterCredentialsWithIAMMessage {} export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtendedCredentials, __MetadataBearer {} declare const GetClusterCredentialsWithIAMCommand_base: { new ( input: GetClusterCredentialsWithIAMCommandInput ): import("@smithy/smithy-client").CommandImpl< GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetClusterCredentialsWithIAMCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetClusterCredentialsWithIAMCommand extends GetClusterCredentialsWithIAMCommand_base { protected static __types: { api: { input: GetClusterCredentialsWithIAMMessage; output: ClusterExtendedCredentials; }; sdk: { input: GetClusterCredentialsWithIAMCommandInput; output: GetClusterCredentialsWithIAMCommandOutput; }; }; }