UNPKG

@aws-sdk/client-dynamodb

Version:

AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native

52 lines (51 loc) 1.7 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DynamoDBClient"; import { ExportTableToPointInTimeInput, ExportTableToPointInTimeOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ExportTableToPointInTimeCommandInput extends ExportTableToPointInTimeInput {} export interface ExportTableToPointInTimeCommandOutput extends ExportTableToPointInTimeOutput, __MetadataBearer {} declare const ExportTableToPointInTimeCommand_base: { new ( input: ExportTableToPointInTimeCommandInput ): import("@smithy/smithy-client").CommandImpl< ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ExportTableToPointInTimeCommandInput ): import("@smithy/smithy-client").CommandImpl< ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base { protected static __types: { api: { input: ExportTableToPointInTimeInput; output: ExportTableToPointInTimeOutput; }; sdk: { input: ExportTableToPointInTimeCommandInput; output: ExportTableToPointInTimeCommandOutput; }; }; }