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

GetTagsRequest

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

Gets the "Tags" collection for a given resource.

interface GetTagsRequest {
limit?: number | null;
position?: string | null;
resourceArn: string;
}

§Properties

§
limit?: number | null
[src]

(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

§
position?: string | null
[src]

(Not currently supported) The current pagination position in the paged result set.

§
resourceArn: string
[src]

[Required] The ARN of a resource that can be tagged.