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

ListTagsResponse

import type { ListTagsResponse } from "https://aws-api.deno.dev/v0.4/services/cloudhsmv2.ts?docs=full";
interface ListTagsResponse {
NextToken?: string | null;
TagList: Tag[];
}

§Properties

§
NextToken?: string | null
[src]

An opaque string that indicates that the response contains only a subset of tags. Use this value in a subsequent ListTags request to get more tags.

§
TagList: Tag[]
[src]

A list of tags.