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

DescribeTagsResponse

import type { DescribeTagsResponse } from "https://aws-api.deno.dev/v0.3/services/discovery.ts?docs=full";
interface DescribeTagsResponse {
nextToken?: string | null;
tags?: ConfigurationTag[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The call returns a token. Use this token to get the next set of results.

§
tags?: ConfigurationTag[] | null
[src]

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.