import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SwitchoverBlueGreenDeploymentRequest, SwitchoverBlueGreenDeploymentResponse, } from "../models/models_1"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RDSClient"; export { __MetadataBearer }; export { $Command }; export interface SwitchoverBlueGreenDeploymentCommandInput extends SwitchoverBlueGreenDeploymentRequest {} export interface SwitchoverBlueGreenDeploymentCommandOutput extends SwitchoverBlueGreenDeploymentResponse, __MetadataBearer {} declare const SwitchoverBlueGreenDeploymentCommand_base: { new ( input: SwitchoverBlueGreenDeploymentCommandInput ): import("@smithy/core/client").CommandImpl< SwitchoverBlueGreenDeploymentCommandInput, SwitchoverBlueGreenDeploymentCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SwitchoverBlueGreenDeploymentCommandInput ): import("@smithy/core/client").CommandImpl< SwitchoverBlueGreenDeploymentCommandInput, SwitchoverBlueGreenDeploymentCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class SwitchoverBlueGreenDeploymentCommand extends SwitchoverBlueGreenDeploymentCommand_base { protected static __types: { api: { input: SwitchoverBlueGreenDeploymentRequest; output: SwitchoverBlueGreenDeploymentResponse; }; sdk: { input: SwitchoverBlueGreenDeploymentCommandInput; output: SwitchoverBlueGreenDeploymentCommandOutput; }; }; }