Values.ImportBackendAuthRequestSourceThe request body for ImportBackendAuth.
type nonrec t = {appId : string;The app ID.
*)backendEnvironmentName : string;The name of the backend environment.
*)identityPoolId : string option;The ID of the Amazon Cognito identity pool.
*)nativeClientId : string;The ID of the Amazon Cognito native client.
*)userPoolId : string;The ID of the Amazon Cognito user pool.
*)webClientId : string;The ID of the Amazon Cognito web client.
*)}