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::UpdateResponsePlan(3) User Contributed Perl Documentation Paws::SSMIncidents::UpdateResponsePlan(3)

Paws::SSMIncidents::UpdateResponsePlan - Arguments for method UpdateResponsePlan on Paws::SSMIncidents

This class represents the parameters used for calling the method UpdateResponsePlan on the AWS Systems Manager Incident Manager service. Use the attributes of this class as arguments to method UpdateResponsePlan.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateResponsePlan.

    my $ssm-incidents = Paws->service('SSMIncidents');
    my $UpdateResponsePlanOutput = $ssm -incidents->UpdateResponsePlan(
      Arn     => 'MyArn',
      Actions => [
        {
          SsmAutomation => {
            DocumentName    => 'MySsmAutomationDocumentNameString',
            RoleArn         => 'MyRoleArn',                          # max: 1000
            DocumentVersion =>
              'MySsmAutomationDocumentVersionString',    # max: 128; OPTIONAL
            Parameters => {
              'MySsmParametersKeyString' => [
                'MySsmParameterValuesMemberString', ...    # max: 512
              ],    # key: min: 1, max: 50, value: max: 100
            },    # min: 1, max: 200; OPTIONAL
            TargetAccount => 'RESPONSE_PLAN_OWNER_ACCOUNT'
            ,  # values: RESPONSE_PLAN_OWNER_ACCOUNT, IMPACTED_ACCOUNT; OPTIONAL
          },    # OPTIONAL
        },
        ...
      ],    # OPTIONAL
      ChatChannel => {
        ChatbotSns => [
          'MySnsArn', ...    # max: 1000
        ],    # min: 1, max: 5; OPTIONAL
        Empty => {
        },    # OPTIONAL
      },    # OPTIONAL
      ClientToken => 'MyClientToken',                # OPTIONAL
      DisplayName => 'MyResponsePlanDisplayName',    # OPTIONAL
      Engagements => [
        'MySsmContactsArn', ...                      # max: 2048
      ],    # OPTIONAL
      IncidentTemplateDedupeString        => 'MyDedupeString',    # OPTIONAL
      IncidentTemplateImpact              => 1,                   # OPTIONAL
      IncidentTemplateNotificationTargets => [
        {
          SnsTopicArn => 'MyArn',                                 # max: 1000
        },
        ...
      ],    # OPTIONAL
      IncidentTemplateSummary => 'MyIncidentSummary',    # OPTIONAL
      IncidentTemplateTitle   => 'MyIncidentTitle',      # OPTIONAL
    );

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/ssm-incidents/UpdateResponsePlan>

The actions that this response plan takes at the beginning of an incident.

REQUIRED Arn => Str

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

The AWS Chatbot chat channel used for collaboration during an incident.

A token ensuring that the action is called only once with the specified details.

The long format name of the response plan. Can't contain spaces.

The contacts and escalation plans that Incident Manager engages at the start of the incident.

Used to create only one incident record for an incident.

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

The SNS targets that AWS Chatbot uses to notify the chat channels and perform actions on the incident record.

A brief summary of the incident. This typically contains what has happened, what's currently happening, and next steps.

The short format name of the incident. Can't contain spaces.

This class forms part of Paws, documenting arguments for method UpdateResponsePlan in Paws::SSMIncidents

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.