UNPKG

@aws-sdk/client-ssm

Version:

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

43 lines (42 loc) 1.76 kB
import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RegisterTargetWithMaintenanceWindowRequest, RegisterTargetWithMaintenanceWindowResult, } from "../models/models_1"; export { __MetadataBearer }; export interface RegisterTargetWithMaintenanceWindowCommandInput extends RegisterTargetWithMaintenanceWindowRequest {} export interface RegisterTargetWithMaintenanceWindowCommandOutput extends RegisterTargetWithMaintenanceWindowResult, __MetadataBearer {} declare const RegisterTargetWithMaintenanceWindowCommand_base: { new ( input: RegisterTargetWithMaintenanceWindowCommandInput, ): import("@smithy/core/client").CommandImpl< RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RegisterTargetWithMaintenanceWindowCommandInput, ): import("@smithy/core/client").CommandImpl< RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput, import("..").SSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RegisterTargetWithMaintenanceWindowCommand extends RegisterTargetWithMaintenanceWindowCommand_base { protected static __types: { api: { input: RegisterTargetWithMaintenanceWindowRequest; output: RegisterTargetWithMaintenanceWindowResult; }; sdk: { input: RegisterTargetWithMaintenanceWindowCommandInput; output: RegisterTargetWithMaintenanceWindowCommandOutput; }; }; }