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

RequestServiceQuotaIncreaseResponse

import type { RequestServiceQuotaIncreaseResponse } from "https://aws-api.deno.dev/v0.4/services/servicequotas.ts?docs=full";
interface RequestServiceQuotaIncreaseResponse {
RequestedQuota?: RequestedServiceQuotaChange | null;
}

§Properties

§
RequestedQuota?: RequestedServiceQuotaChange | null
[src]

Information about the quota increase request.