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

Page

import type { Page } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";

Incident Manager engaging a contact's contact channel.

interface Page {
ContactArn: string;
DeliveryTime?: Date | number | null;
EngagementArn: string;
IncidentId?: string | null;
PageArn: string;
ReadTime?: Date | number | null;
Sender: string;
SentTime?: Date | number | null;
}

§Properties

§
ContactArn: string
[src]

The ARN of the contact that Incident Manager is engaging.

§
DeliveryTime?: Date | number | null
[src]

The time the message was delivered to the contact channel.

§
EngagementArn: string
[src]

The ARN of the engagement that this page is part of.

§
IncidentId?: string | null
[src]

The ARN of the incident that's engaging the contact channel.

§
PageArn: string
[src]

The Amazon Resource Name (ARN) of the page to the contact channel.

§
ReadTime?: Date | number | null
[src]

The time that the contact channel acknowledged engagement.

§
Sender: string
[src]

The user that started the engagement.

§
SentTime?: Date | number | null
[src]

The time that Incident Manager engaged the contact channel.