import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifySnapshotCopyRetentionPeriodMessage, ModifySnapshotCopyRetentionPeriodResult, } from "../models/models_1"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface ModifySnapshotCopyRetentionPeriodCommandInput extends ModifySnapshotCopyRetentionPeriodMessage {} export interface ModifySnapshotCopyRetentionPeriodCommandOutput extends ModifySnapshotCopyRetentionPeriodResult, __MetadataBearer {} declare const ModifySnapshotCopyRetentionPeriodCommand_base: { new ( input: ModifySnapshotCopyRetentionPeriodCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifySnapshotCopyRetentionPeriodCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifySnapshotCopyRetentionPeriodCommandInput, ModifySnapshotCopyRetentionPeriodCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifySnapshotCopyRetentionPeriodCommand extends ModifySnapshotCopyRetentionPeriodCommand_base { protected static __types: { api: { input: ModifySnapshotCopyRetentionPeriodMessage; output: ModifySnapshotCopyRetentionPeriodResult; }; sdk: { input: ModifySnapshotCopyRetentionPeriodCommandInput; output: ModifySnapshotCopyRetentionPeriodCommandOutput; }; }; }