UNPKG

@aws-sdk/client-dynamodb

Version:

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

44 lines (43 loc) 1.43 kB
import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateGlobalTableInput, CreateGlobalTableOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateGlobalTableCommandInput extends CreateGlobalTableInput {} export interface CreateGlobalTableCommandOutput extends CreateGlobalTableOutput, __MetadataBearer {} declare const CreateGlobalTableCommand_base: { new ( input: CreateGlobalTableCommandInput ): import("@smithy/core/client").CommandImpl< CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, import("..").DynamoDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateGlobalTableCommandInput ): import("@smithy/core/client").CommandImpl< CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, import("..").DynamoDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base { protected static __types: { api: { input: CreateGlobalTableInput; output: CreateGlobalTableOutput; }; sdk: { input: CreateGlobalTableCommandInput; output: CreateGlobalTableCommandOutput; }; }; }