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.4/services/cloudtrail.ts?docs=full";

Specifies the tags to remove from a trail, event data store, or channel.

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

§Properties

§
ResourceId: string
[src]

Specifies the ARN of the trail, event data store, or channel from which tags should be removed.

Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

Example event data store ARN format: arn:aws:cloudtrail:us-east-2:12345678910:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

§
TagsList: Tag[]
[src]

Specifies a list of tags to be removed.