@aws-sdk/client-ssm
Version:
AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native
40 lines (39 loc) • 1.5 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { StopAutomationExecutionRequest, StopAutomationExecutionResult } from "../models/models_1";
export { __MetadataBearer };
export interface StopAutomationExecutionCommandInput extends StopAutomationExecutionRequest {}
export interface StopAutomationExecutionCommandOutput
extends StopAutomationExecutionResult, __MetadataBearer {}
declare const StopAutomationExecutionCommand_base: {
new (
input: StopAutomationExecutionCommandInput,
): import("@smithy/core/client").CommandImpl<
StopAutomationExecutionCommandInput,
StopAutomationExecutionCommandOutput,
import("..").SSMClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: StopAutomationExecutionCommandInput,
): import("@smithy/core/client").CommandImpl<
StopAutomationExecutionCommandInput,
StopAutomationExecutionCommandOutput,
import("..").SSMClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class StopAutomationExecutionCommand extends StopAutomationExecutionCommand_base {
protected static __types: {
api: {
input: StopAutomationExecutionRequest;
output: {};
};
sdk: {
input: StopAutomationExecutionCommandInput;
output: StopAutomationExecutionCommandOutput;
};
};
}