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

CreateResourceRequest

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

§Properties

§
Name: string
[src]

The name of the new resource.

§
OrganizationId: string
[src]

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

§

The type of the new resource. The available types are equipment and room.