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

StartEngagementRequest

import type { StartEngagementRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface StartEngagementRequest {
ContactId: string;
Content: string;
IdempotencyToken?: string | null;
IncidentId?: string | null;
PublicContent?: string | null;
PublicSubject?: string | null;
Sender: string;
Subject: string;
}

§Properties

§
ContactId: string
[src]

The Amazon Resource Name (ARN) of the contact being engaged.

§
Content: string
[src]

The secure content of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.

§
IdempotencyToken?: string | null
[src]

A token ensuring that the operation is called only once with the specified details.

§
IncidentId?: string | null
[src]

The ARN of the incident that the engagement is part of.

§
PublicContent?: string | null
[src]

The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.

§
PublicSubject?: string | null
[src]

The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.

§
Sender: string
[src]

The user that started the engagement.

§
Subject: string
[src]

The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE or EMAIL.