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

GetPackageVersionHistoryRequest

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

Container for the request parameters to the "GetPackageVersionHistory" operation.

interface GetPackageVersionHistoryRequest {
MaxResults?: number | null;
NextToken?: string | null;
PackageID: string;
}

§Properties

§
MaxResults?: number | null
[src]

Limits results to a maximum number of package versions.

§
NextToken?: string | null
[src]

Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

§
PackageID: string
[src]

Returns an audit history of package versions.