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

RequestedServiceQuotaChange

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

Information about a quota increase request.

interface RequestedServiceQuotaChange {
CaseId?: string | null;
Created?: Date | number | null;
DesiredValue?: number | null;
GlobalQuota?: boolean | null;
Id?: string | null;
LastUpdated?: Date | number | null;
QuotaArn?: string | null;
QuotaCode?: string | null;
QuotaName?: string | null;
Requester?: string | null;
ServiceCode?: string | null;
ServiceName?: string | null;
Status?: RequestStatus | null;
Unit?: string | null;
}

§Properties

§
CaseId?: string | null
[src]

The case ID.

§
Created?: Date | number | null
[src]

The date and time when the quota increase request was received and the case ID was created.

§
DesiredValue?: number | null
[src]

The new, increased value for the quota.

§
GlobalQuota?: boolean | null
[src]

Indicates whether the quota is global.

§
Id?: string | null
[src]

The unique identifier.

§
LastUpdated?: Date | number | null
[src]

The date and time of the most recent change.

§
QuotaArn?: string | null
[src]

The Amazon Resource Name (ARN) of the quota.

§
QuotaCode?: string | null
[src]

The quota identifier.

§
QuotaName?: string | null
[src]

The quota name.

§
Requester?: string | null
[src]

The IAM identity of the requester.

§
ServiceCode?: string | null
[src]

The service identifier.

§
ServiceName?: string | null
[src]

The service name.

§
Status?: RequestStatus | null
[src]

The state of the quota increase request.

§
Unit?: string | null
[src]

The unit of measurement.