UNPKG

@aws-sdk/client-iot

Version:

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

41 lines (40 loc) 1.45 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteProvisioningTemplateRequest, DeleteProvisioningTemplateResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteProvisioningTemplateCommandInput extends DeleteProvisioningTemplateRequest {} export interface DeleteProvisioningTemplateCommandOutput extends DeleteProvisioningTemplateResponse, __MetadataBearer {} declare const DeleteProvisioningTemplateCommand_base: { new ( input: DeleteProvisioningTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteProvisioningTemplateCommandInput, DeleteProvisioningTemplateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: DeleteProvisioningTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteProvisioningTemplateCommandInput, DeleteProvisioningTemplateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteProvisioningTemplateCommand extends DeleteProvisioningTemplateCommand_base {}