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

GetBackendAPIModelsResponse

import type { GetBackendAPIModelsResponse } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";
interface GetBackendAPIModelsResponse {
ModelIntrospectionSchema?: string | null;
Models?: string | null;
Status?: Status | null;
}

§Properties

§
ModelIntrospectionSchema?: string | null
[src]

Stringified JSON of the model introspection schema for an existing backend API resource.

§
Models?: string | null
[src]

Stringified JSON of the datastore model.

§
Status?: Status | null
[src]

The current status of the request.