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

StartIncidentInput

import type { StartIncidentInput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface StartIncidentInput {
clientToken?: string | null;
impact?: number | null;
relatedItems?: RelatedItem[] | null;
responsePlanArn: string;
title?: string | null;
triggerDetails?: TriggerDetails | null;
}

§Properties

§
clientToken?: string | null
[src]

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

§
impact?: number | null
[src]

Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan.

Possible impacts:

  • 1 - Critical impact, this typically relates to full application failure that impacts many to all customers.
  • 2 - High impact, partial application failure with impact to many customers.
  • 3 - Medium impact, the application is providing reduced service to customers.
  • 4 - Low impact, customer might aren't impacted by the problem yet.
  • 5 - No impact, customers aren't currently impacted but urgent action is needed to avoid impact.
§
relatedItems?: RelatedItem[] | null
[src]

Add related items to the incident for other responders to use. Related items are AWS resources, external links, or files uploaded to an Amazon S3 bucket.

§
responsePlanArn: string
[src]

The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS topics, runbooks, title, and impact of the incident.

§
title?: string | null
[src]

Provide a title for the incident. Providing a title overwrites the title provided by the response plan.

§
triggerDetails?: TriggerDetails | null
[src]

Details of what created the incident record in Incident Manager.