Values.DescribeServerResponseSourceDescribes a file transfer protocol-enabled server that you specify by passing the ServerId parameter. The response contains a description of a server's properties. When you set EndpointType to VPC, the response will contain the EndpointDetails.
type nonrec t = {server : DescribedServer.t option;An array containing the properties of a server with the ServerID you specified.
*)}type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of UserCount.t
| `List of
[> `Enum of string
| `String of Arn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `String of AddressAllocationId.t
| `Structure of
(string * [> `String of WorkflowId.t ]) list ]
list
| `String of PassiveIp.t ])
list ])
list ])
list ]