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