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