Values.DescribeLocationFsxLustreResponseSourceProvides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.
type nonrec t = {locationArn : LocationArn.t option;The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.
*)locationUri : LocationUri.t option;The URI of the FSx for Lustre location that was described.
*)securityGroupArns : Ec2SecurityGroupArnList.t option;The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
*)creationTime : Time.t option;The time that the FSx for Lustre location was created.
*)}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
* [> `List of [> `String of Ec2SecurityGroupArn.t ] list
| `String of LocationArn.t
| `Timestamp of Time.t ])
list ]