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

UpdateAddressBookRequest

import type { UpdateAddressBookRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface UpdateAddressBookRequest {
AddressBookArn: string;
Description?: string | null;
Name?: string | null;
}

§Properties

§
AddressBookArn: string
[src]

The ARN of the room to update.

§
Description?: string | null
[src]

The updated description of the room.

§
Name?: string | null
[src]

The updated name of the room.