Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateBackendConfigResponse

import type { UpdateBackendConfigResponse } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";
interface UpdateBackendConfigResponse {
AppId?: string | null;
BackendManagerAppId?: string | null;
Error?: string | null;
LoginAuthConfig?: LoginAuthConfigReqObj | null;
}

§Properties

§
AppId?: string | null
[src]

The app ID.

§
BackendManagerAppId?: string | null
[src]

The app ID for the backend manager.

§
Error?: string | null
[src]

If the request fails, this error is returned.

§
LoginAuthConfig?: LoginAuthConfigReqObj | null
[src]

Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.