amazonka-ssm-incidents-2.0: Amazon Systems Manager Incident Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSMIncidents.Types.Integration

Description

 
Synopsis

Documentation

data Integration Source #

Information about third-party services integrated into a response plan.

See: newIntegration smart constructor.

Constructors

Integration' 

Fields

Instances

Instances details
FromJSON Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

ToJSON Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

Generic Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

Associated Types

type Rep Integration :: Type -> Type #

Read Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

Show Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

NFData Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

Methods

rnf :: Integration -> () #

Eq Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

Hashable Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

type Rep Integration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.Integration

type Rep Integration = D1 ('MetaData "Integration" "Amazonka.SSMIncidents.Types.Integration" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "Integration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pagerDutyConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PagerDutyConfiguration))))

newIntegration :: Integration Source #

Create a value of Integration 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:pagerDutyConfiguration:Integration', integration_pagerDutyConfiguration - Information about the PagerDuty service where the response plan creates an incident.

integration_pagerDutyConfiguration :: Lens' Integration (Maybe PagerDutyConfiguration) Source #

Information about the PagerDuty service where the response plan creates an incident.