Module Values.DescribeLocationFsxLustreResponseSource

Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.

Sourcetype nonrec t = {
  1. locationArn : LocationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.

    *)
  2. locationUri : LocationUri.t option;
    (*

    The URI of the FSx for Lustre location that was described.

    *)
  3. securityGroupArns : Ec2SecurityGroupArnList.t option;
    (*

    The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.

    *)
  4. creationTime : Time.t option;
    (*

    The time that the FSx for Lustre location was created.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalException of InternalException.t
  2. | `InvalidRequestException of InvalidRequestException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?locationArn:??? -> ?locationUri:??? -> ?securityGroupArns:??? -> ?creationTime:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalException of InternalException.t | `InvalidRequestException of InvalidRequestException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalException of InternalException.t | `InvalidRequestException of InvalidRequestException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Ec2SecurityGroupArn.t ] list | `String of LocationArn.t | `Timestamp of Time.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t