Values.DescribeMountTargetsResponseSourcetype nonrec t = {marker : Marker.t option;If the request included the Marker, the response returns that value in this field.
*)mountTargets : MountTargetDescriptions.t option;Returns the file system's mount targets as an array of MountTargetDescription objects.
*)nextMarker : Marker.t option;If a value is present, there are more mount targets to return. In a subsequent request, you can provide Marker in your request with this value to retrieve the next set of mount targets.
*)}type nonrec error = [ | `AccessPointNotFound of AccessPointNotFound.t| `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `MountTargetNotFound of MountTargetNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointNotFound of AccessPointNotFound.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `MountTargetNotFound of MountTargetNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointNotFound of AccessPointNotFound.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `MountTargetNotFound of MountTargetNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of AwsAccountId.t ])
list ]
list
| `String of Marker.t ])
list ]