View Source AWS.SSMIncidents (aws-elixir v1.0.4)
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications.
An incident is any unplanned interruption or reduction in quality of services.
Incident Manager increases incident resolution by notifying responders of impact, highlighting relevant troubleshooting data, and providing collaboration tools to get services back up and running. To achieve the primary goal of reducing the time-to-resolution of critical incidents, Incident Manager automates response plans and enables responder team escalation.
Link to this section Summary
Functions
Retrieves details about all specified findings for an incident, including descriptive details about each finding.
A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.
Creates a response plan that automates the initial response to incidents.
Creates a custom timeline event on the incident details page of an incident record.
Delete an incident record from Incident Manager.
Deletes all Regions in your replication set.
Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.
Deletes the specified response plan.
Deletes a timeline event from an incident.
Returns the details for the specified incident record.
Retrieve your Incident Manager replication set.
Retrieves the resource policies attached to the specified response plan.
Retrieves the details of the specified response plan.
Retrieves a timeline event based on its ID and incident record.
Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident.
Lists all incident records in your account.
List all related items for an incident record.
Lists details about the replication set configured in your account.
Lists all response plans in your account.
Lists the tags that are attached to the specified response plan or incident.
Lists timeline events for the specified incident record.
Adds a resource policy to the specified response plan.
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
Adds a tag to a response plan.
Removes a tag from a resource.
Update deletion protection to either allow or deny deletion of the final Region in a replication set.
Update the details of an incident record.
Add or remove related items from the related items tab of an incident record.
Add or delete Regions from your replication set.
Updates the specified response plan.
Updates a timeline event.
Link to this section Functions
Retrieves details about all specified findings for an incident, including descriptive details about each finding.
A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.
A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.
Creates a response plan that automates the initial response to incidents.
A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.
Creates a custom timeline event on the incident details page of an incident record.
Incident Manager automatically creates timeline events that mark key moments during an incident. You can create custom timeline events to mark important events that Incident Manager can detect automatically.
Delete an incident record from Incident Manager.
Deletes all Regions in your replication set.
Deleting the replication set deletes all Incident Manager data.
Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.
Deletes the specified response plan.
Deleting a response plan stops all linked CloudWatch alarms and EventBridge events from creating an incident with this response plan.
Deletes a timeline event from an incident.
Returns the details for the specified incident record.
Retrieve your Incident Manager replication set.
Retrieves the resource policies attached to the specified response plan.
Retrieves the details of the specified response plan.
get_timeline_event(client, event_id, incident_record_arn, options \\ [])
View SourceRetrieves a timeline event based on its ID and incident record.
Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident.
A finding represents a recent application environment change made by an CloudFormation stack creation or update or an CodeDeploy deployment that can be investigated as a potential cause of the incident.
Lists all incident records in your account.
Use this command to retrieve the Amazon Resource Name (ARN) of the incident record you want to update.
Lists details about the replication set configured in your account.
Lists all response plans in your account.
Lists the tags that are attached to the specified response plan or incident.
Lists timeline events for the specified incident record.
Adds a resource policy to the specified response plan.
The resource policy is used to share the response plan using Resource Access Manager (RAM). For more information about cross-account sharing, see Cross-Region and cross-account incident management.
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
Adds a tag to a response plan.
Removes a tag from a resource.
Update deletion protection to either allow or deny deletion of the final Region in a replication set.
Update the details of an incident record.
You can use this operation to update an incident record from the defined chat channel. For more information about using actions in chat channels, see Interacting through chat.
Add or delete Regions from your replication set.
Updates the specified response plan.
Updates a timeline event.
You can update events of type Custom Event
.