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

ListUsageLimitsRequest

import type { ListUsageLimitsRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface ListUsageLimitsRequest {
maxResults?: number | null;
nextToken?: string | null;
resourceArn?: string | null;
usageType?: UsageLimitUsageType | null;
}

§Properties

§
maxResults?: number | null
[src]

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 100.

§
nextToken?: string | null
[src]

If your initial ListUsageLimits operation returns a nextToken, you can include the returned nextToken in following ListUsageLimits operations, which returns results in the next page.

§
resourceArn?: string | null
[src]

The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.

§
usageType?: UsageLimitUsageType | null
[src]

The Amazon Redshift Serverless feature whose limits you want to see.