Module Values.DetachAndDeleteS3AccessPointResponseSource

Detaches an S3 access point from an Amazon FSx volume and deletes the S3 access point. The requester requires the following permission to perform this action: fsx:DetachAndDeleteS3AccessPoint s3:DeleteAccessPoint

Sourcetype nonrec t = {
  1. lifecycle : S3AccessPointAttachmentLifecycle.t option;
    (*

    The lifecycle status of the S3 access point attachment.

    *)
  2. name : S3AccessPointAttachmentName.t option;
    (*

    The name of the S3 access point attachment being deleted.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequest of BadRequest.t
  2. | `IncompatibleParameterError of IncompatibleParameterError.t
  3. | `InternalServerError of InternalServerError.t
  4. | `S3AccessPointAttachmentNotFound of S3AccessPointAttachmentNotFound.t
  5. | `UnsupportedOperation of UnsupportedOperation.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?lifecycle:??? -> ?name:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequest of BadRequest.t | `IncompatibleParameterError of IncompatibleParameterError.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 | `IncompatibleParameterError of IncompatibleParameterError.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 * [> `Enum of string | `String of S3AccessPointAttachmentName.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