Values.MountTargetDescriptionSourceProvides a description of a mount target.
type nonrec t = {ownerId : AwsAccountId.t option;Amazon Web Services account ID that owns the resource.
*)mountTargetId : MountTargetId.t option;System-assigned mount target ID.
*)fileSystemId : FileSystemId.t option;The ID of the file system for which the mount target is intended.
*)subnetId : SubnetId.t option;The ID of the mount target's subnet.
*)lifeCycleState : LifeCycleState.t option;Lifecycle state of the mount target.
*)ipAddress : IpAddress.t option;Address at which the file system can be mounted by using the mount target.
*)ipv6Address : Ipv6Address.t option;The IPv6 address for the mount target.
*)networkInterfaceId : NetworkInterfaceId.t option;The ID of the network interface that Amazon EFS created when it created the mount target.
*)availabilityZoneId : AvailabilityZoneId.t option;The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.
*)availabilityZoneName : AvailabilityZoneName.t option;The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.
*)vpcId : VpcId.t option;The virtual private cloud (VPC) ID that the mount target is configured in.
*)}type nonrec error = [ | `AvailabilityZonesMismatch of AvailabilityZonesMismatch.t| `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t| `InternalServerError of InternalServerError.t| `IpAddressInUse of IpAddressInUse.t| `MountTargetConflict of MountTargetConflict.t| `NetworkInterfaceLimitExceeded of NetworkInterfaceLimitExceeded.t| `NoFreeAddressesInSubnet of NoFreeAddressesInSubnet.t| `SecurityGroupLimitExceeded of SecurityGroupLimitExceeded.t| `SecurityGroupNotFound of SecurityGroupNotFound.t| `SubnetNotFound of SubnetNotFound.t| `UnsupportedAvailabilityZone of UnsupportedAvailabilityZone.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AvailabilityZonesMismatch of AvailabilityZonesMismatch.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t
| `InternalServerError of InternalServerError.t
| `IpAddressInUse of IpAddressInUse.t
| `MountTargetConflict of MountTargetConflict.t
| `NetworkInterfaceLimitExceeded of NetworkInterfaceLimitExceeded.t
| `NoFreeAddressesInSubnet of NoFreeAddressesInSubnet.t
| `SecurityGroupLimitExceeded of SecurityGroupLimitExceeded.t
| `SecurityGroupNotFound of SecurityGroupNotFound.t
| `SubnetNotFound of SubnetNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedAvailabilityZone of UnsupportedAvailabilityZone.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AvailabilityZonesMismatch of AvailabilityZonesMismatch.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t
| `InternalServerError of InternalServerError.t
| `IpAddressInUse of IpAddressInUse.t
| `MountTargetConflict of MountTargetConflict.t
| `NetworkInterfaceLimitExceeded of NetworkInterfaceLimitExceeded.t
| `NoFreeAddressesInSubnet of NoFreeAddressesInSubnet.t
| `SecurityGroupLimitExceeded of SecurityGroupLimitExceeded.t
| `SecurityGroupNotFound of SecurityGroupNotFound.t
| `SubnetNotFound of SubnetNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedAvailabilityZone of UnsupportedAvailabilityZone.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AwsAccountId.t ]) list ]