Module Values.DescribeS3AccessPointAttachmentsRequestSource

Describes one or more S3 access points attached to Amazon FSx volumes. The requester requires the following permission to perform this action: fsx:DescribeS3AccessPointAttachments

Sourcetype nonrec t = {
  1. names : S3AccessPointAttachmentNames.t option;
    (*

    The names of the S3 access point attachments whose descriptions you want to retrieve.

    *)
  2. filters : S3AccessPointAttachmentsFilters.t option;
    (*

    Enter a filter Name and Values pair to view a select set of S3 access point attachments.

    *)
  3. maxResults : MaxResults.t option;
  4. nextToken : NextToken.t option;
}
Sourceval make : ?names:??? -> ?filters:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `List of [> `String of S3AccessPointAttachmentName.t | `Structure of (string * [> `Enum of string | `List of [> `String of S3AccessPointAttachmentsFilterValue.t ] list ]) list ] list | `String of NextToken.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t