Module Values.CreateAndAttachS3AccessPointResponseSource

Creates an S3 access point and attaches it to an Amazon FSx volume. For FSx for OpenZFS file systems, the volume must be hosted on a high-availability file system, either Single-AZ or Multi-AZ. For more information, see Accessing your data using Amazon S3 access points. in the Amazon FSx for OpenZFS User Guide. The requester requires the following permissions to perform these actions: fsx:CreateAndAttachS3AccessPoint s3:CreateAccessPoint s3:GetAccessPoint s3:PutAccessPointPolicy s3:DeleteAccessPoint The following actions are related to CreateAndAttachS3AccessPoint: DescribeS3AccessPointAttachments DetachAndDeleteS3AccessPoint

Sourcetype nonrec t = {
  1. s3AccessPointAttachment : S3AccessPointAttachment.t option;
    (*

    Describes the configuration of the S3 access point created.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessPointAlreadyOwnedByYou of AccessPointAlreadyOwnedByYou.t
  2. | `BadRequest of BadRequest.t
  3. | `IncompatibleParameterError of IncompatibleParameterError.t
  4. | `InternalServerError of InternalServerError.t
  5. | `InvalidAccessPoint of InvalidAccessPoint.t
  6. | `InvalidRequest of InvalidRequest.t
  7. | `TooManyAccessPoints of TooManyAccessPoints.t
  8. | `UnsupportedOperation of UnsupportedOperation.t
  9. | `VolumeNotFound of VolumeNotFound.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?s3AccessPointAttachment:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessPointAlreadyOwnedByYou of AccessPointAlreadyOwnedByYou.t | `BadRequest of BadRequest.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `InvalidAccessPoint of InvalidAccessPoint.t | `InvalidRequest of InvalidRequest.t | `TooManyAccessPoints of TooManyAccessPoints.t | `Unknown_operation_error of string * string option | `UnsupportedOperation of UnsupportedOperation.t | `VolumeNotFound of VolumeNotFound.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessPointAlreadyOwnedByYou of AccessPointAlreadyOwnedByYou.t | `BadRequest of BadRequest.t | `IncompatibleParameterError of IncompatibleParameterError.t | `InternalServerError of InternalServerError.t | `InvalidAccessPoint of InvalidAccessPoint.t | `InvalidRequest of InvalidRequest.t | `TooManyAccessPoints of TooManyAccessPoints.t | `Unknown_operation_error of string * string option | `UnsupportedOperation of UnsupportedOperation.t | `VolumeNotFound of VolumeNotFound.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]
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