class Aws::SSMIncidents::Types::UpdateIncidentRecordInput

@note When making an API call, you may pass UpdateIncidentRecordInput

data as a hash:

    {
      arn: "Arn", # required
      chat_channel: {
        chatbot_sns: ["SnsArn"],
        empty: {
        },
      },
      client_token: "ClientToken",
      impact: 1,
      notification_targets: [
        {
          sns_topic_arn: "Arn",
        },
      ],
      status: "OPEN", # accepts OPEN, RESOLVED
      summary: "IncidentSummary",
      title: "IncidentTitle",
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the incident record you are
updating.
@return [String]

@!attribute [rw] chat_channel

The AWS Chatbot chat channel for responders to collaborate in.
@return [Types::ChatChannel]

@!attribute [rw] client_token

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

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] impact

Defines the impact to customers and applications. Providing an
impact overwrites the impact provided by the 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.
@return [Integer]

@!attribute [rw] notification_targets

The SNS targets that are notified when updates are made to an
incident.

Using multiple SNS topics creates redundancy in the case that a
Region is down during the incident.
@return [Array<Types::NotificationTargetItem>]

@!attribute [rw] status

The status of the incident. An incident can be `Open` or `Resolved`.
@return [String]

@!attribute [rw] summary

The summary describes what has happened during the incident.
@return [String]

@!attribute [rw] title

The title of the incident is a brief and easily recognizable.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/UpdateIncidentRecordInput AWS API Documentation

Constants

SENSITIVE