Values.UpdateBackendConfigResponseSourceUpdates the AWS resources required to access the Amplify Admin UI.
type nonrec t = {appId : string option;The app ID.
*)backendManagerAppId : string option;The app ID for the backend manager.
*)error : string option;If the request fails, this error is returned.
*)loginAuthConfig : LoginAuthConfigReqObj.t option;Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
*)}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 ]