![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSMIncidents - Perl Interface to AWS AWS Systems Manager Incident Manager SYNOPSISuse 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' } ], ); DESCRIPTIONAWS 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> METHODSCreateReplicationSet
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. CreateResponsePlan
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. CreateTimelineEventEach 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. DeleteIncidentRecordEach argument is described in detail in: Paws::SSMIncidents::DeleteIncidentRecord Returns: a Paws::SSMIncidents::DeleteIncidentRecordOutput instance Delete an incident record from Incident Manager. DeleteReplicationSetEach 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. DeleteResourcePolicyEach 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. DeleteResponsePlanEach 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. DeleteTimelineEventEach argument is described in detail in: Paws::SSMIncidents::DeleteTimelineEvent Returns: a Paws::SSMIncidents::DeleteTimelineEventOutput instance Deletes a timeline event from an incident. GetIncidentRecordEach argument is described in detail in: Paws::SSMIncidents::GetIncidentRecord Returns: a Paws::SSMIncidents::GetIncidentRecordOutput instance Returns the details of the specified incident record. GetReplicationSetEach argument is described in detail in: Paws::SSMIncidents::GetReplicationSet Returns: a Paws::SSMIncidents::GetReplicationSetOutput instance Retrieve your Incident Manager replication set. GetResourcePolicies
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. GetResponsePlanEach argument is described in detail in: Paws::SSMIncidents::GetResponsePlan Returns: a Paws::SSMIncidents::GetResponsePlanOutput instance Retrieves the details of the specified response plan. GetTimelineEventEach 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. ListIncidentRecords
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. ListRelatedItems
Each argument is described in detail in: Paws::SSMIncidents::ListRelatedItems Returns: a Paws::SSMIncidents::ListRelatedItemsOutput instance List all related items for an incident record. ListReplicationSets
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. ListResponsePlans
Each argument is described in detail in: Paws::SSMIncidents::ListResponsePlans Returns: a Paws::SSMIncidents::ListResponsePlansOutput instance Lists all response plans in your account. ListTagsForResourceEach 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. ListTimelineEvents
Each argument is described in detail in: Paws::SSMIncidents::ListTimelineEvents Returns: a Paws::SSMIncidents::ListTimelineEventsOutput instance Lists timeline events of the specified incident record. PutResourcePolicyEach argument is described in detail in: Paws::SSMIncidents::PutResourcePolicy Returns: a Paws::SSMIncidents::PutResourcePolicyOutput instance Adds a resource policy to the specified response plan. StartIncident
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. TagResourceEach argument is described in detail in: Paws::SSMIncidents::TagResource Returns: a Paws::SSMIncidents::TagResourceResponse instance Adds a tag to a response plan. UntagResourceEach argument is described in detail in: Paws::SSMIncidents::UntagResource Returns: a Paws::SSMIncidents::UntagResourceResponse instance Removes a tag from a resource. UpdateDeletionProtection
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. UpdateIncidentRecord
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). UpdateRelatedItems
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. UpdateReplicationSet
Each argument is described in detail in: Paws::SSMIncidents::UpdateReplicationSet Returns: a Paws::SSMIncidents::UpdateReplicationSetOutput instance Add or delete Regions from your replication set. UpdateResponsePlan
Each argument is described in detail in: Paws::SSMIncidents::UpdateResponsePlan Returns: a Paws::SSMIncidents::UpdateResponsePlanOutput instance Updates the specified response plan. UpdateTimelineEvent
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". PAGINATORSPaginator methods are helpers that repetively call methods that return partial results GetAllResourcePolicies(sub { },ResourceArn => Str, [MaxResults => Int, NextToken => Str])GetAllResourcePolicies(ResourceArn => Str, [MaxResults => Int, NextToken => Str])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. ListAllIncidentRecords(sub { },[Filters => ArrayRef[Paws::SSMIncidents::Filter], MaxResults => Int, NextToken => Str])ListAllIncidentRecords([Filters => ArrayRef[Paws::SSMIncidents::Filter], MaxResults => Int, NextToken => Str])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. ListAllRelatedItems(sub { },IncidentRecordArn => Str, [MaxResults => Int, NextToken => Str])ListAllRelatedItems(IncidentRecordArn => Str, [MaxResults => Int, NextToken => Str])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. ListAllReplicationSets(sub { },[MaxResults => Int, NextToken => Str])ListAllReplicationSets([MaxResults => Int, NextToken => Str])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. ListAllResponsePlans(sub { },[MaxResults => Int, NextToken => Str])ListAllResponsePlans([MaxResults => Int, NextToken => Str])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. ListAllTimelineEvents(sub { },IncidentRecordArn => Str, [Filters => ArrayRef[Paws::SSMIncidents::Filter], MaxResults => Int, NextToken => Str, SortBy => Str, SortOrder => Str])ListAllTimelineEvents(IncidentRecordArn => Str, [Filters => ArrayRef[Paws::SSMIncidents::Filter], MaxResults => Int, NextToken => Str, SortBy => Str, SortOrder => Str])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. SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|