Values.DescribeLocationEfsResponseSourceDescribeLocationEfsResponse
type nonrec t = {locationArn : LocationArn.t option;The ARN of the Amazon EFS file system location.
*)locationUri : LocationUri.t option;The URL of the Amazon EFS file system location.
*)ec2Config : Ec2Config.t option;creationTime : Time.t option;The time that the location was created.
*)accessPointArn : EfsAccessPointArn.t option;The ARN of the access point that DataSync uses to access the Amazon EFS file system. For more information, see Accessing restricted file systems.
*)fileSystemAccessRoleArn : IamRoleArn.t option;The Identity and Access Management (IAM) role that allows DataSync to access your Amazon EFS file system. For more information, see Creating a DataSync IAM role for file system access.
*)inTransitEncryption : EfsInTransitEncryption.t option;Indicates whether DataSync uses Transport Layer Security (TLS) encryption when transferring data to or from the Amazon EFS file system.
*)}type nonrec error = [ | `InternalException of InternalException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of LocationArn.t
| `Structure of
(string
* [> `List of [> `String of Ec2SecurityGroupArn.t ] list
| `String of Ec2SubnetArn.t ])
list
| `Timestamp of Time.t ])
list ]