Values.CreateBackendResponseSourceThis operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.
type nonrec t = {appId : string option;The app ID.
*)backendEnvironmentName : string option;The name of the backend environment.
*)error : string option;If the request fails, this error is returned.
*)jobId : string option;The ID for the job.
*)operation : string option;The name of the operation.
*)status : string option;The current status of the request.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `GatewayTimeoutException of GatewayTimeoutException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]