Ssm Incidents

This page documents function available when using the Ssm_Incidents module, created with @service Ssm_Incidents.

Index

Documentation

Main.Ssm_Incidents.create_replication_setMethod
create_replication_set(regions)
create_replication_set(regions, params::Dict{String,<:Any})

A replication set replicates and encrypts your data to the provided Regions with the provided KMS key.

Arguments

  • regions: The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A token that ensures that the operation is called only once with the specified details.
  • "tags": A list of tags to add to the replication set.
source
Main.Ssm_Incidents.create_response_planMethod
create_response_plan(incident_template, name)
create_response_plan(incident_template, name, params::Dict{String,<:Any})

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.

Arguments

  • incident_template: Details used to create an incident when using this response plan.
  • name: The short format name of the response plan. Can't include spaces.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "actions": The actions that the response plan starts at the beginning of an incident.
  • "chatChannel": The Chatbot chat channel used for collaboration during an incident.
  • "clientToken": A token ensuring that the operation is called only once with the specified details.
  • "displayName": The long format of the response plan name. This field can contain spaces.
  • "engagements": The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
  • "integrations": Information about third-party services integrated into the response plan.
  • "tags": A list of tags that you are adding to the response plan.
source
Main.Ssm_Incidents.create_timeline_eventMethod
create_timeline_event(event_data, event_time, event_type, incident_record_arn)
create_timeline_event(event_data, event_time, event_type, incident_record_arn, params::Dict{String,<:Any})

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.

Arguments

  • event_data: A short description of the event.
  • event_time: The time that the event occurred.
  • event_type: The type of event. You can create timeline events of type Custom Event.
  • incident_record_arn: The Amazon Resource Name (ARN) of the incident record that the action adds the incident to.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A token that ensures that a client calls the action only once with the specified details.
  • "eventReferences": Adds one or more references to the TimelineEvent. A reference is an Amazon Web Services resource involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You can also specify a related item associated with a resource. For example, to specify an Amazon DynamoDB (DynamoDB) table as a resource, use the table's ARN. You can also specify an Amazon CloudWatch metric associated with the DynamoDB table as a related item.
source
Main.Ssm_Incidents.delete_incident_recordMethod
delete_incident_record(arn)
delete_incident_record(arn, params::Dict{String,<:Any})

Delete an incident record from Incident Manager.

Arguments

  • arn: The Amazon Resource Name (ARN) of the incident record you are deleting.
source
Main.Ssm_Incidents.delete_replication_setMethod
delete_replication_set(arn)
delete_replication_set(arn, params::Dict{String,<:Any})

Deletes all Regions in your replication set. Deleting the replication set deletes all Incident Manager data.

Arguments

  • arn: The Amazon Resource Name (ARN) of the replication set you're deleting.
source
Main.Ssm_Incidents.delete_resource_policyMethod
delete_resource_policy(policy_id, resource_arn)
delete_resource_policy(policy_id, resource_arn, params::Dict{String,<:Any})

Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.

Arguments

  • policy_id: The ID of the resource policy you're deleting.
  • resource_arn: The Amazon Resource Name (ARN) of the resource you're deleting the policy from.
source
Main.Ssm_Incidents.delete_response_planMethod
delete_response_plan(arn)
delete_response_plan(arn, params::Dict{String,<:Any})

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.

Arguments

  • arn: The Amazon Resource Name (ARN) of the response plan.
source
Main.Ssm_Incidents.delete_timeline_eventMethod
delete_timeline_event(event_id, incident_record_arn)
delete_timeline_event(event_id, incident_record_arn, params::Dict{String,<:Any})

Deletes a timeline event from an incident.

Arguments

  • event_id: The ID of the event to update. You can use ListTimelineEvents to find an event's ID.
  • incident_record_arn: The Amazon Resource Name (ARN) of the incident that includes the timeline event.
source
Main.Ssm_Incidents.get_incident_recordMethod
get_incident_record(arn)
get_incident_record(arn, params::Dict{String,<:Any})

Returns the details for the specified incident record.

Arguments

  • arn: The Amazon Resource Name (ARN) of the incident record.
source
Main.Ssm_Incidents.get_replication_setMethod
get_replication_set(arn)
get_replication_set(arn, params::Dict{String,<:Any})

Retrieve your Incident Manager replication set.

Arguments

  • arn: The Amazon Resource Name (ARN) of the replication set you want to retrieve.
source
Main.Ssm_Incidents.get_resource_policiesMethod
get_resource_policies(resource_arn)
get_resource_policies(resource_arn, params::Dict{String,<:Any})

Retrieves the resource policies attached to the specified response plan.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the response plan with the attached resource policy.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of resource policies to display for each page of results.
  • "nextToken": The pagination token to continue to the next page of results.
source
Main.Ssm_Incidents.get_response_planMethod
get_response_plan(arn)
get_response_plan(arn, params::Dict{String,<:Any})

Retrieves the details of the specified response plan.

Arguments

  • arn: The Amazon Resource Name (ARN) of the response plan.
source
Main.Ssm_Incidents.get_timeline_eventMethod
get_timeline_event(event_id, incident_record_arn)
get_timeline_event(event_id, incident_record_arn, params::Dict{String,<:Any})

Retrieves a timeline event based on its ID and incident record.

Arguments

  • event_id: The ID of the event. You can get an event's ID when you create it, or by using ListTimelineEvents.
  • incident_record_arn: The Amazon Resource Name (ARN) of the incident that includes the timeline event.
source
Main.Ssm_Incidents.list_incident_recordsMethod
list_incident_records()
list_incident_records(params::Dict{String,<:Any})

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.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Filters the list of incident records you want to search through. You can filter on the following keys: creationTime impact status createdBy Note the following when when you use Filters: If you don't specify a Filter, the response includes all incident records. If you specify more than one filter in a single request, the response returns incident records that match all filters. If you specify a filter with more than one value, the response returns incident records that match any of the values provided.
  • "maxResults": The maximum number of results per page.
  • "nextToken": The pagination token to continue to the next page of results.
source
Main.Ssm_Incidents.list_related_itemsMethod
list_related_items(incident_record_arn)
list_related_items(incident_record_arn, params::Dict{String,<:Any})

List all related items for an incident record.

Arguments

  • incident_record_arn: The Amazon Resource Name (ARN) of the incident record containing the listed related items.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of related items per page.
  • "nextToken": The pagination token to continue to the next page of results.
source
Main.Ssm_Incidents.list_replication_setsMethod
list_replication_sets()
list_replication_sets(params::Dict{String,<:Any})

Lists details about the replication set configured in your account.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results per page.
  • "nextToken": The pagination token to continue to the next page of results.
source
Main.Ssm_Incidents.list_response_plansMethod
list_response_plans()
list_response_plans(params::Dict{String,<:Any})

Lists all response plans in your account.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of response plans per page.
  • "nextToken": The pagination token to continue to the next page of results.
source
Main.Ssm_Incidents.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

Lists the tags that are attached to the specified response plan.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the response plan.
source
Main.Ssm_Incidents.list_timeline_eventsMethod
list_timeline_events(incident_record_arn)
list_timeline_events(incident_record_arn, params::Dict{String,<:Any})

Lists timeline events for the specified incident record.

Arguments

  • incident_record_arn: The Amazon Resource Name (ARN) of the incident that includes the timeline event.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys: eventTime eventType Note the following when deciding how to use Filters: If you don't specify a Filter, the response includes all timeline events. If you specify more than one filter in a single request, the response returns timeline events that match all filters. If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
  • "maxResults": The maximum number of results per page.
  • "nextToken": The pagination token to continue to the next page of results.
  • "sortBy": Sort timeline events by the specified key value pair.
  • "sortOrder": Sorts the order of timeline events by the value specified in the sortBy field.
source
Main.Ssm_Incidents.put_resource_policyMethod
put_resource_policy(policy, resource_arn)
put_resource_policy(policy, resource_arn, params::Dict{String,<:Any})

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.

Arguments

  • policy: Details of the resource policy.
  • resource_arn: The Amazon Resource Name (ARN) of the response plan to add the resource policy to.
source
Main.Ssm_Incidents.start_incidentMethod
start_incident(response_plan_arn)
start_incident(response_plan_arn, params::Dict{String,<:Any})

Used to start an incident from CloudWatch alarms, EventBridge events, or manually.

Arguments

  • response_plan_arn: 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.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A token ensuring that the operation is called only once with the specified details.
  • "impact": 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": Add related items to the incident for other responders to use. Related items are Amazon Web Services resources, external links, or files uploaded to an Amazon S3 bucket.
  • "title": Provide a title for the incident. Providing a title overwrites the title provided by the response plan.
  • "triggerDetails": Details of what created the incident record in Incident Manager.
source
Main.Ssm_Incidents.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

Adds a tag to a response plan.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the response plan you're adding the tags to.
  • tags: A list of tags to add to the response plan.
source
Main.Ssm_Incidents.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

Removes a tag from a resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the response plan you're removing a tag from.
  • tag_keys: The name of the tag to remove from the response plan.
source
Main.Ssm_Incidents.update_deletion_protectionMethod
update_deletion_protection(arn, deletion_protected)
update_deletion_protection(arn, deletion_protected, params::Dict{String,<:Any})

Update deletion protection to either allow or deny deletion of the final Region in a replication set.

Arguments

  • arn: The Amazon Resource Name (ARN) of the replication set to update.
  • deletion_protected: Specifies if deletion protection is turned on or off in your account.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A token that ensures that the operation is called only once with the specified details.
source
Main.Ssm_Incidents.update_incident_recordMethod
update_incident_record(arn)
update_incident_record(arn, params::Dict{String,<:Any})

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.

Arguments

  • arn: The Amazon Resource Name (ARN) of the incident record you are updating.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "chatChannel": The Chatbot chat channel where responders can collaborate.
  • "clientToken": A token that ensures that a client calls the operation only once with the specified details.
  • "impact": Defines the impact of the incident to customers and applications. If you provide an impact for an incident, it overwrites the impact provided by the response plan. Possible impacts: 1 - Critical impact, 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 aren't impacted by the problem yet. 5 - No impact, customers aren't currently impacted but urgent action is needed to avoid impact.
  • "notificationTargets": The Amazon SNS targets that Incident Manager notifies when a client updates an incident. Using multiple SNS topics creates redundancy in the event that a Region is down during the incident.
  • "status": The status of the incident. Possible statuses are Open or Resolved.
  • "summary": A longer description of what occurred during the incident.
  • "title": A brief description of the incident.
source
Main.Ssm_Incidents.update_related_itemsMethod
update_related_items(incident_record_arn, related_items_update)
update_related_items(incident_record_arn, related_items_update, params::Dict{String,<:Any})

Add or remove related items from the related items tab of an incident record.

Arguments

  • incident_record_arn: The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
  • related_items_update: Details about the item that you are add to, or delete from, an incident.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A token that ensures that a client calls the operation only once with the specified details.
source
Main.Ssm_Incidents.update_replication_setMethod
update_replication_set(actions, arn)
update_replication_set(actions, arn, params::Dict{String,<:Any})

Add or delete Regions from your replication set.

Arguments

  • actions: An action to add or delete a Region.
  • arn: The Amazon Resource Name (ARN) of the replication set you're updating.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A token that ensures that the operation is called only once with the specified details.
source
Main.Ssm_Incidents.update_response_planMethod
update_response_plan(arn)
update_response_plan(arn, params::Dict{String,<:Any})

Updates the specified response plan.

Arguments

  • arn: The Amazon Resource Name (ARN) of the response plan.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "actions": The actions that this response plan takes at the beginning of an incident.
  • "chatChannel": The Chatbot chat channel used for collaboration during an incident. Use the empty structure to remove the chat channel from the response plan.
  • "clientToken": A token ensuring that the operation is called only once with the specified details.
  • "displayName": The long format name of the response plan. The display name can't contain spaces.
  • "engagements": The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
  • "incidentTemplateDedupeString": The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the same account.
  • "incidentTemplateImpact": Defines the impact to the customers. Providing an impact overwrites the impact provided by a response plan. Possible impacts: 5 - Severe impact 4 - High impact 3 - Medium impact 2 - Low impact 1 - No impact
  • "incidentTemplateNotificationTargets": The Amazon SNS targets that are notified when updates are made to an incident.
  • "incidentTemplateSummary": A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.
  • "incidentTemplateTags": Tags to assign to the template. When the StartIncident API action is called, Incident Manager assigns the tags specified in the template to the incident. To call this action, you must also have permission to call the TagResource API action for the incident record resource.
  • "incidentTemplateTitle": The short format name of the incident. The title can't contain spaces.
  • "integrations": Information about third-party services integrated into the response plan.
source
Main.Ssm_Incidents.update_timeline_eventMethod
update_timeline_event(event_id, incident_record_arn)
update_timeline_event(event_id, incident_record_arn, params::Dict{String,<:Any})

Updates a timeline event. You can update events of type Custom Event.

Arguments

  • event_id: The ID of the event to update. You can use ListTimelineEvents to find an event's ID.
  • incident_record_arn: The Amazon Resource Name (ARN) of the incident that includes the timeline event.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A token that ensures that a client calls the operation only once with the specified details.
  • "eventData": A short description of the event.
  • "eventReferences": Updates all existing references in a TimelineEvent. A reference is an Amazon Web Services resource involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You can also specify a related item associated with that resource. For example, to specify an Amazon DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon CloudWatch metric associated with the DynamoDB table as a related item. This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.
  • "eventTime": The time that the event occurred.
  • "eventType": The type of event. You can update events of type Custom Event.
source