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

RemoveTagsRequest

import type { RemoveTagsRequest } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";

Specifies the tags to remove from a trail.

interface RemoveTagsRequest {
ResourceId: string;
TagsList: Tag[];
}

§Properties

§
ResourceId: string
[src]

Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
§
TagsList: Tag[]
[src]

Specifies a list of tags to be removed.