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

UntagResourceRequest

import type { UntagResourceRequest } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";
interface UntagResourceRequest {
resourceArn: string;
TagKeys: string[];
}

§Properties

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations.

§
TagKeys: string[]
[src]

A list of the keys for each tag you want to remove from an associated repository.