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

GetApiKeysRequest

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

A request to get information about the current "ApiKeys" resource.

interface GetApiKeysRequest {
customerId?: string | null;
includeValues?: boolean | null;
limit?: number | null;
nameQuery?: string | null;
position?: string | null;
}

§Properties

§
customerId?: string | null
[src]

The identifier of a customer in AWS Marketplace or an external system, such as a developer portal.

§
includeValues?: boolean | null
[src]

A boolean flag to specify whether (true) or not (false) the result contains key values.

§
limit?: number | null
[src]

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

§
nameQuery?: string | null
[src]

The name of queried API keys.

§
position?: string | null
[src]

The current pagination position in the paged result set.