Module Smaws_Client_FSx.DetachAndDeleteS3AccessPoint

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:

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `S3AccessPointAttachmentNotFound of Types.s3_access_point_attachment_not_found | `UnsupportedOperation of Types.unsupported_operation ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.detach_and_delete_s3_access_point_request -> (Types.detach_and_delete_s3_access_point_response, [> Smaws_Lib.Protocols.AwsJson.error | `BadRequest of Types.bad_request | `IncompatibleParameterError of Types.incompatible_parameter_error | `InternalServerError of Types.internal_server_error | `S3AccessPointAttachmentNotFound of Types.s3_access_point_attachment_not_found | `UnsupportedOperation of Types.unsupported_operation ]) Stdlib.result