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

ListRequestedServiceQuotaChangeHistoryRequest

import type { ListRequestedServiceQuotaChangeHistoryRequest } from "https://aws-api.deno.dev/v0.3/services/servicequotas.ts?docs=full";
interface ListRequestedServiceQuotaChangeHistoryRequest {
MaxResults?: number | null;
NextToken?: string | null;
ServiceCode?: string | null;
Status?: RequestStatus | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.

§
NextToken?: string | null
[src]

The token for the next page of results.

§
ServiceCode?: string | null
[src]

The service identifier.

§
Status?: RequestStatus | null
[src]

The status of the quota increase request.