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

UpdateMailboxQuotaRequest

import type { UpdateMailboxQuotaRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface UpdateMailboxQuotaRequest {
MailboxQuota: number;
OrganizationId: string;
UserId: string;
}

§Properties

§
MailboxQuota: number
[src]

The updated mailbox quota, in MB, for the specified user.

§
OrganizationId: string
[src]

The identifier for the organization that contains the user for whom to update the mailbox quota.

§
UserId: string
[src]

The identifer for the user for whom to update the mailbox quota.