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

AcceptPageRequest

import type { AcceptPageRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface AcceptPageRequest {
AcceptCode: string;
AcceptCodeValidation?: AcceptCodeValidation | null;
AcceptType: AcceptType;
ContactChannelId?: string | null;
Note?: string | null;
PageId: string;
}

§Properties

§
AcceptCode: string
[src]

The accept code is a 6-digit code used to acknowledge the page.

§
AcceptCodeValidation?: AcceptCodeValidation | null
[src]

An optional field that Incident Manager uses to ENFORCE AcceptCode validation when acknowledging an page. Acknowledgement can occur by replying to a page, or when entering the AcceptCode in the console. Enforcing AcceptCode validation causes Incident Manager to verify that the code entered by the user matches the code sent by Incident Manager with the page.

Incident Manager can also IGNORE AcceptCode validation. Ignoring AcceptCode validation causes Incident Manager to accept any value entered for the AcceptCode.

§
AcceptType: AcceptType
[src]

The type indicates if the page was DELIVERED or READ.

§
ContactChannelId?: string | null
[src]

The ARN of the contact channel.

§
Note?: string | null
[src]

Information provided by the user when the user acknowledges the page.

§
PageId: string
[src]

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