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

GetOpsMetadataResult

import type { GetOpsMetadataResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetOpsMetadataResult {
Metadata?: {
[key: string]: MetadataValue | null | undefined;
}
| null;
NextToken?: string | null;
ResourceId?: string | null;
}

§Properties

§
Metadata?: {
[key: string]: MetadataValue | null | undefined;
}
| null
[src]

OpsMetadata for an Application Manager application.

§
NextToken?: string | null
[src]

The token for the next set of items to return. Use this token to get the next set of results.

§
ResourceId?: string | null
[src]

The resource ID of the Application Manager application.