import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeS3AccessPointAttachmentsRequest, DescribeS3AccessPointAttachmentsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeS3AccessPointAttachmentsCommandInput extends DescribeS3AccessPointAttachmentsRequest {} export interface DescribeS3AccessPointAttachmentsCommandOutput extends DescribeS3AccessPointAttachmentsResponse, __MetadataBearer {} declare const DescribeS3AccessPointAttachmentsCommand_base: { new ( input: DescribeS3AccessPointAttachmentsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeS3AccessPointAttachmentsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeS3AccessPointAttachmentsCommandInput, DescribeS3AccessPointAttachmentsCommandOutput, import("..").FSxClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeS3AccessPointAttachmentsCommand extends DescribeS3AccessPointAttachmentsCommand_base { protected static __types: { api: { input: DescribeS3AccessPointAttachmentsRequest; output: DescribeS3AccessPointAttachmentsResponse; }; sdk: { input: DescribeS3AccessPointAttachmentsCommandInput; output: DescribeS3AccessPointAttachmentsCommandOutput; }; }; }