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

UpdateOpsMetadataRequest

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

§Properties

§
KeysToDelete?: string[] | null
[src]

The metadata keys to delete from the OpsMetadata object.

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

Metadata to add to an OpsMetadata object.

§
OpsMetadataArn: string
[src]

The Amazon Resoure Name (ARN) of the OpsMetadata Object to update.