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

DescribeTagsRequest

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

§Properties

§
filters?: TagFilter[] | null
[src]

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

§
maxResults?: number | null
[src]

The total number of items to return in a single page of output. The maximum value is 100.

§
nextToken?: string | null
[src]

A token to start the list. Use this token to get the next set of results.