Module Values.DescribeLocationEfsResponseSource

DescribeLocationEfsResponse

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

    The ARN of the Amazon EFS file system location.

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

    The URL of the Amazon EFS file system location.

    *)
  3. ec2Config : Ec2Config.t option;
  4. creationTime : Time.t option;
    (*

    The time that the location was created.

    *)
  5. 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.

    *)
  6. 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.

    *)
  7. inTransitEncryption : EfsInTransitEncryption.t option;
    (*

    Indicates whether DataSync uses Transport Layer Security (TLS) encryption when transferring data to or from the Amazon EFS file system.

    *)
}
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:??? -> ?ec2Config:??? -> ?creationTime:??? -> ?accessPointArn:??? -> ?fileSystemAccessRoleArn:??? -> ?inTransitEncryption:??? -> 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 * [> `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 ]
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