import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateObjectAttributesRequest, UpdateObjectAttributesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateObjectAttributesCommandInput extends UpdateObjectAttributesRequest {} export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttributesResponse, __MetadataBearer {} declare const UpdateObjectAttributesCommand_base: { new ( input: UpdateObjectAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateObjectAttributesCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateObjectAttributesCommandInput, UpdateObjectAttributesCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateObjectAttributesCommand extends UpdateObjectAttributesCommand_base { protected static __types: { api: { input: UpdateObjectAttributesRequest; output: UpdateObjectAttributesResponse; }; sdk: { input: UpdateObjectAttributesCommandInput; output: UpdateObjectAttributesCommandOutput; }; }; }