GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SSMIncidents(3) User Contributed Perl Documentation Paws::SSMIncidents(3)

Paws::SSMIncidents - Perl Interface to AWS AWS Systems Manager Incident Manager

  use Paws;
  my $obj = Paws->service('SSMIncidents');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

AWS Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their AWS-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.

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10>

[ClientToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::CreateReplicationSet

Returns: a Paws::SSMIncidents::CreateReplicationSetOutput instance

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

[Actions => ArrayRef[Paws::SSMIncidents::Action]]
[ChatChannel => Paws::SSMIncidents::ChatChannel]
[ClientToken => Str]
[DisplayName => Str]
[Engagements => ArrayRef[Str|Undef]]
[Tags => Paws::SSMIncidents::TagMap]

Each argument is described in detail in: Paws::SSMIncidents::CreateResponsePlan

Returns: a Paws::SSMIncidents::CreateResponsePlanOutput instance

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.

Each argument is described in detail in: Paws::SSMIncidents::CreateTimelineEvent

Returns: a Paws::SSMIncidents::CreateTimelineEventOutput instance

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.

Each argument is described in detail in: Paws::SSMIncidents::DeleteIncidentRecord

Returns: a Paws::SSMIncidents::DeleteIncidentRecordOutput instance

Delete an incident record from Incident Manager.

Each argument is described in detail in: Paws::SSMIncidents::DeleteReplicationSet

Returns: a Paws::SSMIncidents::DeleteReplicationSetOutput instance

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

Each argument is described in detail in: Paws::SSMIncidents::DeleteResourcePolicy

Returns: a Paws::SSMIncidents::DeleteResourcePolicyOutput instance

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

Each argument is described in detail in: Paws::SSMIncidents::DeleteResponsePlan

Returns: a Paws::SSMIncidents::DeleteResponsePlanOutput instance

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.

Each argument is described in detail in: Paws::SSMIncidents::DeleteTimelineEvent

Returns: a Paws::SSMIncidents::DeleteTimelineEventOutput instance

Deletes a timeline event from an incident.

Each argument is described in detail in: Paws::SSMIncidents::GetIncidentRecord

Returns: a Paws::SSMIncidents::GetIncidentRecordOutput instance

Returns the details of the specified incident record.

Each argument is described in detail in: Paws::SSMIncidents::GetReplicationSet

Returns: a Paws::SSMIncidents::GetReplicationSetOutput instance

Retrieve your Incident Manager replication set.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::GetResourcePolicies

Returns: a Paws::SSMIncidents::GetResourcePoliciesOutput instance

Retrieves the resource policies attached to the specified response plan.

Each argument is described in detail in: Paws::SSMIncidents::GetResponsePlan

Returns: a Paws::SSMIncidents::GetResponsePlanOutput instance

Retrieves the details of the specified response plan.

Each argument is described in detail in: Paws::SSMIncidents::GetTimelineEvent

Returns: a Paws::SSMIncidents::GetTimelineEventOutput instance

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

[Filters => ArrayRef[Paws::SSMIncidents::Filter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::ListIncidentRecords

Returns: a Paws::SSMIncidents::ListIncidentRecordsOutput instance

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.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::ListRelatedItems

Returns: a Paws::SSMIncidents::ListRelatedItemsOutput instance

List all related items for an incident record.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::ListReplicationSets

Returns: a Paws::SSMIncidents::ListReplicationSetsOutput instance

Lists details about the replication set configured in your account.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::ListResponsePlans

Returns: a Paws::SSMIncidents::ListResponsePlansOutput instance

Lists all response plans in your account.

Each argument is described in detail in: Paws::SSMIncidents::ListTagsForResource

Returns: a Paws::SSMIncidents::ListTagsForResourceResponse instance

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

[Filters => ArrayRef[Paws::SSMIncidents::Filter]]
[MaxResults => Int]
[NextToken => Str]
[SortBy => Str]
[SortOrder => Str]

Each argument is described in detail in: Paws::SSMIncidents::ListTimelineEvents

Returns: a Paws::SSMIncidents::ListTimelineEventsOutput instance

Lists timeline events of the specified incident record.

Each argument is described in detail in: Paws::SSMIncidents::PutResourcePolicy

Returns: a Paws::SSMIncidents::PutResourcePolicyOutput instance

Adds a resource policy to the specified response plan.

[ClientToken => Str]
[Impact => Int]
[RelatedItems => ArrayRef[Paws::SSMIncidents::RelatedItem]]
[Title => Str]
[TriggerDetails => Paws::SSMIncidents::TriggerDetails]

Each argument is described in detail in: Paws::SSMIncidents::StartIncident

Returns: a Paws::SSMIncidents::StartIncidentOutput instance

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

Each argument is described in detail in: Paws::SSMIncidents::TagResource

Returns: a Paws::SSMIncidents::TagResourceResponse instance

Adds a tag to a response plan.

Each argument is described in detail in: Paws::SSMIncidents::UntagResource

Returns: a Paws::SSMIncidents::UntagResourceResponse instance

Removes a tag from a resource.

[ClientToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::UpdateDeletionProtection

Returns: a Paws::SSMIncidents::UpdateDeletionProtectionOutput instance

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

[ChatChannel => Paws::SSMIncidents::ChatChannel]
[ClientToken => Str]
[Impact => Int]
[NotificationTargets => ArrayRef[Paws::SSMIncidents::NotificationTargetItem]]
[Status => Str]
[Summary => Str]
[Title => Str]

Each argument is described in detail in: Paws::SSMIncidents::UpdateIncidentRecord

Returns: a Paws::SSMIncidents::UpdateIncidentRecordOutput instance

Update the details of an incident record. You can use this action to update an incident record from the defined chat channel. For more information about using actions in chat channels, see Interacting through chat (https://docs.aws.amazon.com/incident-manager/latest/userguide/chat.html#chat-interact).

[ClientToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::UpdateRelatedItems

Returns: a Paws::SSMIncidents::UpdateRelatedItemsOutput instance

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

[ClientToken => Str]

Each argument is described in detail in: Paws::SSMIncidents::UpdateReplicationSet

Returns: a Paws::SSMIncidents::UpdateReplicationSetOutput instance

Add or delete Regions from your replication set.

[Actions => ArrayRef[Paws::SSMIncidents::Action]]
[ChatChannel => Paws::SSMIncidents::ChatChannel]
[ClientToken => Str]
[DisplayName => Str]
[Engagements => ArrayRef[Str|Undef]]
[IncidentTemplateDedupeString => Str]
[IncidentTemplateImpact => Int]
[IncidentTemplateNotificationTargets => ArrayRef[Paws::SSMIncidents::NotificationTargetItem]]
[IncidentTemplateSummary => Str]
[IncidentTemplateTitle => Str]

Each argument is described in detail in: Paws::SSMIncidents::UpdateResponsePlan

Returns: a Paws::SSMIncidents::UpdateResponsePlanOutput instance

Updates the specified response plan.

[EventData => Str]
[EventTime => Str]
[EventType => Str]

Each argument is described in detail in: Paws::SSMIncidents::UpdateTimelineEvent

Returns: a Paws::SSMIncidents::UpdateTimelineEventOutput instance

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

Paginator methods are helpers that repetively call methods that return partial results

If passed a sub as first parameter, it will call the sub for each element found in :

 - resourcePolicies, passing the object as the first parameter, and the string 'resourcePolicies' as the second parameter

If not, it will return a a Paws::SSMIncidents::GetResourcePoliciesOutput instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - incidentRecordSummaries, passing the object as the first parameter, and the string 'incidentRecordSummaries' as the second parameter

If not, it will return a a Paws::SSMIncidents::ListIncidentRecordsOutput instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - relatedItems, passing the object as the first parameter, and the string 'relatedItems' as the second parameter

If not, it will return a a Paws::SSMIncidents::ListRelatedItemsOutput instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - replicationSetArns, passing the object as the first parameter, and the string 'replicationSetArns' as the second parameter

If not, it will return a a Paws::SSMIncidents::ListReplicationSetsOutput instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - responsePlanSummaries, passing the object as the first parameter, and the string 'responsePlanSummaries' as the second parameter

If not, it will return a a Paws::SSMIncidents::ListResponsePlansOutput instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - eventSummaries, passing the object as the first parameter, and the string 'eventSummaries' as the second parameter

If not, it will return a a Paws::SSMIncidents::ListTimelineEventsOutput instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.