Values.GetBackendResponseSourceProvides project-level details for your Amplify UI project.
type nonrec t = {amplifyFeatureFlags : string option;A stringified version of the cli.json file for your Amplify project.
*)amplifyMetaConfig : string option;A stringified version of the current configs for your Amplify project.
*)appId : string option;The app ID.
*)appName : string option;The name of the app.
*)backendEnvironmentList : string list option;A list of backend environments in an array.
*)backendEnvironmentName : string option;The name of the backend environment.
*)error : string option;If the request failed, this is the returned error.
*)}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 ]