Smaws_Client_FSx.DescribeS3AccessPointAttachmentsDescribes one or more S3 access points attached to Amazon FSx volumes.
The requester requires the following permission to perform this action:
fsx:DescribeS3AccessPointAttachmentsval error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `InternalServerError of Types.internal_server_error
| `S3AccessPointAttachmentNotFound of
Types.s3_access_point_attachment_not_found
| `UnsupportedOperation of Types.unsupported_operation ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_s3_access_point_attachments_request ->
(Types.describe_s3_access_point_attachments_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `InternalServerError of Types.internal_server_error
| `S3AccessPointAttachmentNotFound of
Types.s3_access_point_attachment_not_found
| `UnsupportedOperation of Types.unsupported_operation ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_s3_access_point_attachments_request ->
(Types.describe_s3_access_point_attachments_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequest of Types.bad_request
| `InternalServerError of Types.internal_server_error
| `S3AccessPointAttachmentNotFound of
Types.s3_access_point_attachment_not_found
| `UnsupportedOperation of Types.unsupported_operation ]
* Smaws_Lib.Response.metadata)
Stdlib.result