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