@aws-sdk/client-dynamodb
Version:
AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native
67 lines (66 loc) • 2.09 kB
TypeScript
import type { EndpointParameterInstructions } from "@smithy/types";
import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DynamoDBClient";
/**
* @internal
*/
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
new (input: I): import("@smithy/core/client").CommandImpl<I, O, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
getEndpointParameterInstructions(): EndpointParameterInstructions;
};
/**
* @internal
*/
export declare const _ep0: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep1: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep2: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep3: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep4: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep5: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep6: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep7: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep8: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep9: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep10: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep11: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _ep12: EndpointParameterInstructions;
/**
* @internal
*/
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];