@aws-sdk/client-iot
Version:
AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native
36 lines (35 loc) • 1.25 kB
TypeScript
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 (
__0_0: UpdateCertificateCommandInput
): import("@smithy/smithy-client").CommandImpl<
UpdateCertificateCommandInput,
UpdateCertificateCommandOutput,
IoTClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class UpdateCertificateCommand extends UpdateCertificateCommand_base {}