Values.DescribeS3AccessPointAttachmentsResponseSourceDescribes 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 = {s3AccessPointAttachments : S3AccessPointAttachments.t option;Array of S3 access point attachments returned after a successful DescribeS3AccessPointAttachments operation.
*)nextToken : NextToken.t option;}type nonrec error = [ | `BadRequest of BadRequest.t| `InternalServerError of InternalServerError.t| `S3AccessPointAttachmentNotFound of S3AccessPointAttachmentNotFound.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `S3AccessPointAttachmentNotFound of S3AccessPointAttachmentNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `InternalServerError of InternalServerError.t
| `S3AccessPointAttachmentNotFound of S3AccessPointAttachmentNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of S3AccessPointAttachmentName.t
| `Structure of
(string
* [> `String of ErrorMessage.t
| `Structure of
(string
* [> `Enum of string
| `String of VpcId.t
| `Structure of
(string
* [> `List of
[> `Long of FileSystemGID.t ] list
| `Long of FileSystemUID.t
| `String of OntapFileSystemUserName.t ])
list ])
list ])
list
| `Timestamp of CreationTime.t ])
list ]
list
| `String of NextToken.t ])
list ]