Values.GetMountTargetResponseSourceReturns detailed resource information for the specified mount target including network configuration.
type nonrec t = {availabilityZoneId : AvailabilityZoneId.t option;The Availability Zone ID where the mount target is located.
*)ownerId : AwsAccountId.t option;The Amazon Web Services account ID of the mount target owner.
*)mountTargetId : MountTargetId.t option;The ID of the mount target.
*)fileSystemId : FileSystemId.t option;The ID of the file system.
*)subnetId : SubnetId.t option;The ID of the subnet where the mount target is located.
*)ipv4Address : Ipv4Address.t option;The IPv4 address of the mount target.
*)ipv6Address : Ipv6Address.t option;The IPv6 address of the mount target.
*)networkInterfaceId : NetworkInterfaceId.t option;The ID of the network interface associated with the mount target.
*)vpcId : VpcId.t option;The ID of the VPC where the mount target is located.
*)securityGroups : SecurityGroups.t option;The security groups associated with the mount target.
*)status : LifeCycleState.t option;The current status of the mount target.
*)statusMessage : StatusMessage.t option;Additional information about the mount target status.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SecurityGroup.t ] list
| `String of AvailabilityZoneId.t ])
list ]