Values.DescribeLocationFsxOpenZfsResponseSourceProvides details about how an DataSync transfer location for an Amazon FSx for OpenZFS file system is configured. Response elements related to SMB aren't supported with the DescribeLocationFsxOpenZfs operation.
type nonrec t = {locationArn : LocationArn.t option;The ARN of the FSx for OpenZFS location that was described.
*)locationUri : LocationUri.t option;The uniform resource identifier (URI) of the FSx for OpenZFS location that was described. Example: fsxz://us-west-2.fs-1234567890abcdef02/fsx/folderA/folder
*)securityGroupArns : Ec2SecurityGroupArnList.t option;The ARNs of the security groups that are configured for the FSx for OpenZFS file system.
*)protocol : FsxProtocol.t option;The type of protocol that DataSync uses to access your file system.
*)creationTime : Time.t option;The time that the FSx for OpenZFS 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
| `Structure of
(string
* [> `Structure of
(string
* [> `String of SmbDomain.t
| `Structure of
(string
* [> `Enum of string | `String of SecretArn.t ])
list ])
list ])
list
| `Timestamp of Time.t ])
list ]