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

CreateHoursOfOperationResponse

import type { CreateHoursOfOperationResponse } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateHoursOfOperationResponse {
HoursOfOperationArn?: string | null;
HoursOfOperationId?: string | null;
}

§Properties

§
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.