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

§Properties

§
ResourceARN: string
[src]

The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

§
TagKeys: string[]
[src]

A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.