Values.DescribeS3AccessPointAttachmentsRequestSourceDescribes one or more S3 access points attached to Amazon FSx volumes. The requester requires the following permission to perform this action: fsx:DescribeS3AccessPointAttachments
type nonrec t = {names : S3AccessPointAttachmentNames.t option;The names of the S3 access point attachments whose descriptions you want to retrieve.
*)filters : S3AccessPointAttachmentsFilters.t option;Enter a filter Name and Values pair to view a select set of S3 access point attachments.
*)maxResults : MaxResults.t option;nextToken : NextToken.t option;}val 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 ]