@aws-sdk/client-dynamodb
Version:
AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native
37 lines (36 loc) • 1.24 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../DynamoDBClient";
import { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface CreateBackupCommandInput extends CreateBackupInput {}
export interface CreateBackupCommandOutput
extends CreateBackupOutput,
__MetadataBearer {}
declare const CreateBackupCommand_base: {
new (
input: CreateBackupCommandInput
): import("@smithy/smithy-client").CommandImpl<
CreateBackupCommandInput,
CreateBackupCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: CreateBackupCommandInput
): import("@smithy/smithy-client").CommandImpl<
CreateBackupCommandInput,
CreateBackupCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class CreateBackupCommand extends CreateBackupCommand_base {}