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

PutMetadataFlagRequest

import type { PutMetadataFlagRequest } from "https://aws-api.deno.dev/v0.4/services/amplifyuibuilder.ts?docs=full";
interface PutMetadataFlagRequest {
appId: string;
environmentName: string;
featureName: string;
}

§Properties

§
appId: string
[src]

The unique ID for the Amplify app.

§

The metadata information to store.

§
environmentName: string
[src]

The name of the backend environment that is part of the Amplify app.

§
featureName: string
[src]

The name of the feature associated with the metadata.