UNPKG

@aws-sdk/client-ssm

Version:

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

40 lines (39 loc) 1.47 kB
import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCloudConnectorRequest, DeleteCloudConnectorResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCloudConnectorCommandInput extends DeleteCloudConnectorRequest {} export interface DeleteCloudConnectorCommandOutput extends DeleteCloudConnectorResult, __MetadataBearer {} declare const DeleteCloudConnectorCommand_base: { new ( input: DeleteCloudConnectorCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCloudConnectorCommandInput, DeleteCloudConnectorCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCloudConnectorCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCloudConnectorCommandInput, DeleteCloudConnectorCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCloudConnectorCommand extends DeleteCloudConnectorCommand_base { protected static __types: { api: { input: DeleteCloudConnectorRequest; output: DeleteCloudConnectorResult; }; sdk: { input: DeleteCloudConnectorCommandInput; output: DeleteCloudConnectorCommandOutput; }; }; }