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