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

ServiceQuotaIncreaseRequestInTemplate

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

Information about a quota increase request.

interface ServiceQuotaIncreaseRequestInTemplate {
AwsRegion?: string | null;
DesiredValue?: number | null;
GlobalQuota?: boolean | null;
QuotaCode?: string | null;
QuotaName?: string | null;
ServiceCode?: string | null;
ServiceName?: string | null;
Unit?: string | null;
}

§Properties

§
AwsRegion?: string | null
[src]

The AWS Region.

§
DesiredValue?: number | null
[src]

The new, increased value of the quota.

§
GlobalQuota?: boolean | null
[src]

Indicates whether the quota is global.

§
QuotaCode?: string | null
[src]

The quota identifier.

§
QuotaName?: string | null
[src]

The quota name.

§
ServiceCode?: string | null
[src]

The service identifier.

§
ServiceName?: string | null
[src]

The service name.

§
Unit?: string | null
[src]

The unit of measurement.