Ssm Incidents
This page documents function available when using the Ssm_Incidents
module, created with @service Ssm_Incidents
.
Index
Main.Ssm_Incidents.create_replication_set
Main.Ssm_Incidents.create_response_plan
Main.Ssm_Incidents.create_timeline_event
Main.Ssm_Incidents.delete_incident_record
Main.Ssm_Incidents.delete_replication_set
Main.Ssm_Incidents.delete_resource_policy
Main.Ssm_Incidents.delete_response_plan
Main.Ssm_Incidents.delete_timeline_event
Main.Ssm_Incidents.get_incident_record
Main.Ssm_Incidents.get_replication_set
Main.Ssm_Incidents.get_resource_policies
Main.Ssm_Incidents.get_response_plan
Main.Ssm_Incidents.get_timeline_event
Main.Ssm_Incidents.list_incident_records
Main.Ssm_Incidents.list_related_items
Main.Ssm_Incidents.list_replication_sets
Main.Ssm_Incidents.list_response_plans
Main.Ssm_Incidents.list_tags_for_resource
Main.Ssm_Incidents.list_timeline_events
Main.Ssm_Incidents.put_resource_policy
Main.Ssm_Incidents.start_incident
Main.Ssm_Incidents.tag_resource
Main.Ssm_Incidents.untag_resource
Main.Ssm_Incidents.update_deletion_protection
Main.Ssm_Incidents.update_incident_record
Main.Ssm_Incidents.update_related_items
Main.Ssm_Incidents.update_replication_set
Main.Ssm_Incidents.update_response_plan
Main.Ssm_Incidents.update_timeline_event
Documentation
Main.Ssm_Incidents.create_replication_set
— Methodcreate_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.
Main.Ssm_Incidents.create_response_plan
— Methodcreate_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.
Main.Ssm_Incidents.create_timeline_event
— Methodcreate_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. Timeline events are automatically created by Incident Manager, marking key moment during an incident. You can create custom timeline events to mark important events that are automatically detected by Incident Manager.
Arguments
event_data
: A short description of the event.event_time
: The time that the event occurred.event_type
: The type of the event. You can create timeline events of type Custom Event.incident_record_arn
: The Amazon Resource Name (ARN) of the incident record to which the event will be added.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"clientToken"
: A token ensuring that the action is called only once with the specified details."eventReferences"
: Adds one or more references to the TimelineEvent. A reference can be an Amazon Web Services resource involved in the incident or in some way associated with it. When you specify a reference, you enter the Amazon Resource Name (ARN) of the resource. You can also specify a related item. As an example, you could specify the ARN of an Amazon DynamoDB (DynamoDB) table. The table for this example is the resource. You could also specify a Amazon CloudWatch metric for that table. The metric is the related item.
Main.Ssm_Incidents.delete_incident_record
— Methoddelete_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.
Main.Ssm_Incidents.delete_replication_set
— Methoddelete_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.
Main.Ssm_Incidents.delete_resource_policy
— Methoddelete_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.
Main.Ssm_Incidents.delete_response_plan
— Methoddelete_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.
Main.Ssm_Incidents.delete_timeline_event
— Methoddelete_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 you are updating. You can find this by using ListTimelineEvents.incident_record_arn
: The Amazon Resource Name (ARN) of the incident that includes the timeline event.
Main.Ssm_Incidents.get_incident_record
— Methodget_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.
Main.Ssm_Incidents.get_replication_set
— Methodget_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.
Main.Ssm_Incidents.get_resource_policies
— Methodget_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.
Main.Ssm_Incidents.get_response_plan
— Methodget_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.
Main.Ssm_Incidents.get_timeline_event
— Methodget_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.
Main.Ssm_Incidents.list_incident_records
— Methodlist_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 through which you are searching. You can filter on the following keys: creationTime impact status createdBy Note the following when deciding how to 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.
Main.Ssm_Incidents.list_related_items
— Methodlist_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.
Main.Ssm_Incidents.list_replication_sets
— Methodlist_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.
Main.Ssm_Incidents.list_response_plans
— Methodlist_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.
Main.Ssm_Incidents.list_tags_for_resource
— Methodlist_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.
Main.Ssm_Incidents.list_timeline_events
— Methodlist_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 using 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 by the specified key value pair."sortOrder"
: Sorts the order of timeline events by the value specified in the sortBy field.
Main.Ssm_Incidents.put_resource_policy
— Methodput_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.
Main.Ssm_Incidents.start_incident
— Methodstart_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 AWS 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.
Main.Ssm_Incidents.tag_resource
— Methodtag_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.
Main.Ssm_Incidents.untag_resource
— Methoduntag_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.
Main.Ssm_Incidents.update_deletion_protection
— Methodupdate_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.
Main.Ssm_Incidents.update_incident_record
— Methodupdate_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 the operation is called only once with the specified details."impact"
: Defines the impact of the incident to customers and applications. Providing an impact 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 are notified when updates are made to 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. An incident can be Open or Resolved."summary"
: A longer description of what occurred during the incident."title"
: A brief description of the incident.
Main.Ssm_Incidents.update_related_items
— Methodupdate_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 containing the related items you are updating.related_items_update
: Details about the item you are adding or deleting.
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.
Main.Ssm_Incidents.update_replication_set
— Methodupdate_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.
Main.Ssm_Incidents.update_response_plan
— Methodupdate_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.
Main.Ssm_Incidents.update_timeline_event
— Methodupdate_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 you are updating. You can find this by using ListTimelineEvents.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 ensuring that the operation is called only once with the specified details."eventData"
: A short description of the event."eventReferences"
: Updates all existing references in a TimelineEvent. A reference can be an Amazon Web Services resource involved in the incident or in some way associated with it. When you specify a reference, you enter the Amazon Resource Name (ARN) of the resource. You can also specify a related item. As an example, you could specify the ARN of an Amazon DynamoDB (DynamoDB) table. The table for this example is the resource. You could also specify a Amazon CloudWatch metric for that table. The metric is the 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 them and enters only new references."eventTime"
: The time that the event occurred."eventType"
: The type of the event. You can update events of type Custom Event.