@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
41 lines (40 loc) • 1.45 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../IoTClient";
import {
UpdateTopicRuleDestinationRequest,
UpdateTopicRuleDestinationResponse,
} from "../models/models_2";
export { __MetadataBearer };
export { $Command };
export interface UpdateTopicRuleDestinationCommandInput
extends UpdateTopicRuleDestinationRequest {}
export interface UpdateTopicRuleDestinationCommandOutput
extends UpdateTopicRuleDestinationResponse,
__MetadataBearer {}
declare const UpdateTopicRuleDestinationCommand_base: {
new (
input: UpdateTopicRuleDestinationCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateTopicRuleDestinationCommandInput,
UpdateTopicRuleDestinationCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: UpdateTopicRuleDestinationCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateTopicRuleDestinationCommandInput,
UpdateTopicRuleDestinationCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateTopicRuleDestinationCommand extends UpdateTopicRuleDestinationCommand_base {}