import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateLocationFsxLustreRequest, UpdateLocationFsxLustreResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateLocationFsxLustreCommandInput extends UpdateLocationFsxLustreRequest {} export interface UpdateLocationFsxLustreCommandOutput extends UpdateLocationFsxLustreResponse, __MetadataBearer {} declare const UpdateLocationFsxLustreCommand_base: { new ( input: UpdateLocationFsxLustreCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateLocationFsxLustreCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateLocationFsxLustreCommand extends UpdateLocationFsxLustreCommand_base { protected static __types: { api: { input: UpdateLocationFsxLustreRequest; output: {}; }; sdk: { input: UpdateLocationFsxLustreCommandInput; output: UpdateLocationFsxLustreCommandOutput; }; }; }