Values.GetAccessPointResponseSourceReturns resource information for an S3 File System Access Point.
type nonrec t = {accessPointArn : AccessPointArn.t option;The ARN of the access point.
*)accessPointId : AccessPointId.t option;The ID of the access point.
*)clientToken : ClientToken.t option;The client token used for idempotency when the access point was created.
*)fileSystemId : FileSystemId.t option;The ID of the S3 File System.
*)status : LifeCycleState.t option;The current status of the access point.
*)ownerId : AwsAccountId.t option;The Amazon Web Services account ID of the access point owner.
*)posixUser : PosixUser.t option;The POSIX identity configured for this access point.
*)rootDirectory : RootDirectory.t option;The root directory configuration for this access point.
*)name : TagValue.t option;The name of the access point.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of AccessPointArn.t
| `Structure of
(string
* [> `List of [> `Long of Gid.t ] list
| `Long of Uid.t
| `String of Path.t
| `Structure of
(string * [> `Long of OwnerUid.t | `String of Permissions.t ])
list ])
list ])
list ]