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

HoursOfOperation

import type { HoursOfOperation } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Information about of the hours of operation.

interface HoursOfOperation {
Config?: HoursOfOperationConfig[] | null;
Description?: string | null;
HoursOfOperationArn?: string | null;
HoursOfOperationId?: string | null;
Name?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TimeZone?: string | null;
}

§Properties

§
Config?: HoursOfOperationConfig[] | null
[src]

Configuration information for the hours of operation.

§
Description?: string | null
[src]

The description for the hours of operation.

§
HoursOfOperationArn?: string | null
[src]

The Amazon Resource Name (ARN) for the hours of operation.

§
HoursOfOperationId?: string | null
[src]

The identifier for the hours of operation.

§
Name?: string | null
[src]

The name for the hours of operation.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.

§
TimeZone?: string | null
[src]

The time zone for the hours of operation.