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

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) that is assigned to and uniquely identifies the GameLift resource that you want to remove tags from. GameLift resource ARNs are included in the data object for the resource, which can be retrieved by calling a List or Describe operation for the resource type.

§
TagKeys: string[]
[src]

A list of one or more tag keys to remove from the specified GameLift resource. An AWS resource can have only one tag with a specific tag key, so specifying the tag key identifies which tag to remove.