import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateLocationFsxWindowsRequest, UpdateLocationFsxWindowsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateLocationFsxWindowsCommandInput extends UpdateLocationFsxWindowsRequest {} export interface UpdateLocationFsxWindowsCommandOutput extends UpdateLocationFsxWindowsResponse, __MetadataBearer {} declare const UpdateLocationFsxWindowsCommand_base: { new ( input: UpdateLocationFsxWindowsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationFsxWindowsCommandInput, UpdateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateLocationFsxWindowsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationFsxWindowsCommandInput, UpdateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateLocationFsxWindowsCommand extends UpdateLocationFsxWindowsCommand_base { protected static __types: { api: { input: UpdateLocationFsxWindowsRequest; output: {}; }; sdk: { input: UpdateLocationFsxWindowsCommandInput; output: UpdateLocationFsxWindowsCommandOutput; }; }; }