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

DeregisterInstanceTagAttributeRequest

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

Information about the tag keys to deregister for the current Region. You can either specify individual tag keys or deregister all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

interface DeregisterInstanceTagAttributeRequest {
IncludeAllTagsOfInstance?: boolean | null;
InstanceTagKeys?: string[] | null;
}

§Properties

§
IncludeAllTagsOfInstance?: boolean | null
[src]

Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.

§
InstanceTagKeys?: string[] | null
[src]

Information about the tag keys to deregister.