UNPKG

@aws-sdk/client-iot

Version:

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

41 lines (40 loc) 1.42 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { CreateCertificateFromCsrRequest, CreateCertificateFromCsrResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateCertificateFromCsrCommandInput extends CreateCertificateFromCsrRequest {} export interface CreateCertificateFromCsrCommandOutput extends CreateCertificateFromCsrResponse, __MetadataBearer {} declare const CreateCertificateFromCsrCommand_base: { new ( input: CreateCertificateFromCsrCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCertificateFromCsrCommandInput, CreateCertificateFromCsrCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: CreateCertificateFromCsrCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCertificateFromCsrCommandInput, CreateCertificateFromCsrCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateCertificateFromCsrCommand extends CreateCertificateFromCsrCommand_base {}