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

CreateAddressBookRequest

import type { CreateAddressBookRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface CreateAddressBookRequest {
ClientRequestToken?: string | null;
Description?: string | null;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

A unique, user-specified identifier for the request that ensures idempotency.

§
Description?: string | null
[src]

The description of the address book.

§
Name: string
[src]

The name of the address book.

§
Tags?: Tag[] | null
[src]

The tags to be added to the specified resource. Do not provide system tags.