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

UntagResourceRequest

interface UntagResourceRequest {
Keys: string[];
ResourceArn: string;
}

§Properties

§
Keys: string[]
[src]

Specifies the keys in the tags that you want to remove.

§
ResourceArn: string
[src]

Specifies the Amazon Resource Name (ARN) of the resource to remove the tags from.