libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSMIncidents.Types.ResponsePlanSummary

Description

 
Synopsis

Documentation

data ResponsePlanSummary Source #

Details of the response plan that are used when creating an incident.

See: newResponsePlanSummary smart constructor.

Constructors

ResponsePlanSummary' 

Fields

  • displayName :: Maybe Text

    The human readable name of the response plan. This can include spaces.

  • arn :: Text

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

  • name :: Text

    The name of the response plan. This can't include spaces.

Instances

Instances details
Eq ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

Read ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

Show ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

Generic ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

Associated Types

type Rep ResponsePlanSummary :: Type -> Type #

NFData ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

Methods

rnf :: ResponsePlanSummary -> () #

Hashable ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

FromJSON ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

type Rep ResponsePlanSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ResponsePlanSummary

type Rep ResponsePlanSummary = D1 ('MetaData "ResponsePlanSummary" "Amazonka.SSMIncidents.Types.ResponsePlanSummary" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "ResponsePlanSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newResponsePlanSummary Source #

Create a value of ResponsePlanSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:displayName:ResponsePlanSummary', responsePlanSummary_displayName - The human readable name of the response plan. This can include spaces.

$sel:arn:ResponsePlanSummary', responsePlanSummary_arn - The Amazon Resource Name (ARN) of the response plan.

$sel:name:ResponsePlanSummary', responsePlanSummary_name - The name of the response plan. This can't include spaces.

responsePlanSummary_displayName :: Lens' ResponsePlanSummary (Maybe Text) Source #

The human readable name of the response plan. This can include spaces.

responsePlanSummary_arn :: Lens' ResponsePlanSummary Text Source #

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

responsePlanSummary_name :: Lens' ResponsePlanSummary Text Source #

The name of the response plan. This can't include spaces.