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

CreateComputerRequest

import type { CreateComputerRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
interface CreateComputerRequest {
ComputerAttributes?: Attribute[] | null;
ComputerName: string;
DirectoryId: string;
OrganizationalUnitDistinguishedName?: string | null;
Password: string;
}

§Properties

§
ComputerAttributes?: Attribute[] | null
[src]
§
ComputerName: string
[src]
§
DirectoryId: string
[src]
§
OrganizationalUnitDistinguishedName?: string | null
[src]
§
Password: string
[src]