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