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

UpdateResourceRequest

import type { UpdateResourceRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface UpdateResourceRequest {
BookingOptions?: BookingOptions | null;
Name?: string | null;
OrganizationId: string;
ResourceId: string;
}

§Properties

§
BookingOptions?: BookingOptions | null
[src]

The resource's booking options to be updated.

§
Name?: string | null
[src]

The name of the resource to be updated.

§
OrganizationId: string
[src]

The identifier associated with the organization for which the resource is updated.

§
ResourceId: string
[src]

The identifier of the resource to be updated.