@aws-sdk/client-dynamodb
Version:
AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native
41 lines (40 loc) • 1.51 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../DynamoDBClient";
import {
UpdateTableReplicaAutoScalingInput,
UpdateTableReplicaAutoScalingOutput,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface UpdateTableReplicaAutoScalingCommandInput
extends UpdateTableReplicaAutoScalingInput {}
export interface UpdateTableReplicaAutoScalingCommandOutput
extends UpdateTableReplicaAutoScalingOutput,
__MetadataBearer {}
declare const UpdateTableReplicaAutoScalingCommand_base: {
new (
input: UpdateTableReplicaAutoScalingCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateTableReplicaAutoScalingCommandInput,
UpdateTableReplicaAutoScalingCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: UpdateTableReplicaAutoScalingCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateTableReplicaAutoScalingCommandInput,
UpdateTableReplicaAutoScalingCommandOutput,
DynamoDBClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {}