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

UpdateApiKeyRequest

import type { UpdateApiKeyRequest } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface UpdateApiKeyRequest {
apiId: string;
description?: string | null;
expires?: number | null;
id: string;
}

§Properties

§
apiId: string
[src]

The ID for the GraphQL API.

§
description?: string | null
[src]

A description of the purpose of the API key.

§
expires?: number | null
[src]

From the update time, the time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .

§
id: string
[src]

The API key ID.