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

Receipt

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

Records events during an engagement.

interface Receipt {
ContactChannelArn?: string | null;
ReceiptInfo?: string | null;
ReceiptTime: Date | number;
ReceiptType: ReceiptType;
}

§Properties

§
ContactChannelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.

§
ReceiptInfo?: string | null
[src]

Information provided during the page acknowledgement.

§
ReceiptTime: Date | number
[src]

The time receipt was SENT, DELIVERED, or READ.

§
ReceiptType: ReceiptType
[src]

The type follows the engagement cycle, SENT, DELIVERED, and READ.