Module Values.DescribeS3AccessPointAttachmentsResponseSource

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. s3AccessPointAttachments : S3AccessPointAttachments.t option;
    (*

    Array of S3 access point attachments returned after a successful DescribeS3AccessPointAttachments operation.

    *)
  2. nextToken : NextToken.t option;
}
Sourcetype nonrec error = [
  1. | `BadRequest of BadRequest.t
  2. | `InternalServerError of InternalServerError.t
  3. | `S3AccessPointAttachmentNotFound of S3AccessPointAttachmentNotFound.t
  4. | `UnsupportedOperation of UnsupportedOperation.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?s3AccessPointAttachments:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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