Values.CreateServerResponseSourceInstantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work with users, use the service-generated ServerId property that is assigned to the newly created server.
type nonrec t = {serverId : ServerId.t option;The service-assigned identifier of the server that is created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `ResourceExistsException of ResourceExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceExistsException of ResourceExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceExistsException of ResourceExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]