UNPKG

@aws-sdk/client-iot

Version:

AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native

41 lines (40 loc) 1.36 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteScheduledAuditRequest, DeleteScheduledAuditResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteScheduledAuditCommandInput extends DeleteScheduledAuditRequest {} export interface DeleteScheduledAuditCommandOutput extends DeleteScheduledAuditResponse, __MetadataBearer {} declare const DeleteScheduledAuditCommand_base: { new ( input: DeleteScheduledAuditCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteScheduledAuditCommandInput, DeleteScheduledAuditCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: DeleteScheduledAuditCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteScheduledAuditCommandInput, DeleteScheduledAuditCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteScheduledAuditCommand extends DeleteScheduledAuditCommand_base {}