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

GetResourcesOutput

import type { GetResourcesOutput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface GetResourcesOutput {
PaginationToken?: string | null;
ResourceTagMappingList?: ResourceTagMapping[] | null;
}

§Properties

§
PaginationToken?: string | null
[src]

A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken value in the request for the next page.

§
ResourceTagMappingList?: ResourceTagMapping[] | null
[src]

A list of resource ARNs and the tags (keys and values) associated with each.