UNPKG

@aws-sdk/client-iot

Version:

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

47 lines (46 loc) 1.47 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteCertificateRequest } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {} export interface DeleteCertificateCommandOutput extends __MetadataBearer {} declare const DeleteCertificateCommand_base: { new ( input: DeleteCertificateCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteCertificateCommandInput, DeleteCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteCertificateCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteCertificateCommandInput, DeleteCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base { protected static __types: { api: { input: DeleteCertificateRequest; output: {}; }; sdk: { input: DeleteCertificateCommandInput; output: DeleteCertificateCommandOutput; }; }; }