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