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 { UpdateCertificateRequest } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateCertificateCommandInput extends UpdateCertificateRequest {} export interface UpdateCertificateCommandOutput extends __MetadataBearer {} declare const UpdateCertificateCommand_base: { new ( input: UpdateCertificateCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateCertificateCommandInput, UpdateCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateCertificateCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateCertificateCommandInput, UpdateCertificateCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateCertificateCommand extends UpdateCertificateCommand_base { protected static __types: { api: { input: UpdateCertificateRequest; output: {}; }; sdk: { input: UpdateCertificateCommandInput; output: UpdateCertificateCommandOutput; }; }; }