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/organizations.ts?docs=full";
interface UntagResourceRequest {
ResourceId: string;
TagKeys: string[];
}

§Properties

§
ResourceId: string
[src]

The ID of the resource to remove a tag from.

You can specify any of the following taggable resources.

  • Amazon Web Services account – specify the account ID number.
  • Organizational unit – specify the OU ID that begins with ou- and looks similar to: ou-_1a2b-34uvwxyz_
  • Root – specify the root ID that begins with r- and looks similar to: r-_1a2b_
  • Policy – specify the policy ID that begins with p- andlooks similar to: p-_12abcdefg3_
§
TagKeys: string[]
[src]

The list of keys for tags to remove from the specified resource.