import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAndAttachS3AccessPointRequest, CreateAndAttachS3AccessPointResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAndAttachS3AccessPointCommandInput extends CreateAndAttachS3AccessPointRequest {} export interface CreateAndAttachS3AccessPointCommandOutput extends CreateAndAttachS3AccessPointResponse, __MetadataBearer {} declare const CreateAndAttachS3AccessPointCommand_base: { new ( input: CreateAndAttachS3AccessPointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAndAttachS3AccessPointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAndAttachS3AccessPointCommandInput, CreateAndAttachS3AccessPointCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAndAttachS3AccessPointCommand extends CreateAndAttachS3AccessPointCommand_base { protected static __types: { api: { input: CreateAndAttachS3AccessPointRequest; output: CreateAndAttachS3AccessPointResponse; }; sdk: { input: CreateAndAttachS3AccessPointCommandInput; output: CreateAndAttachS3AccessPointCommandOutput; }; }; }