amazonka-devops-guru-2.0: Amazon DevOps Guru 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.DevOpsGuru.Types.OpsCenterIntegration

Description

 
Synopsis

Documentation

data OpsCenterIntegration Source #

Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.

See: newOpsCenterIntegration smart constructor.

Constructors

OpsCenterIntegration' 

Fields

  • optInStatus :: Maybe OptInStatus

    Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.

Instances

Instances details
FromJSON OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

Generic OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

Associated Types

type Rep OpsCenterIntegration :: Type -> Type #

Read OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

Show OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

NFData OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

Methods

rnf :: OpsCenterIntegration -> () #

Eq OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

Hashable OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

type Rep OpsCenterIntegration Source # 
Instance details

Defined in Amazonka.DevOpsGuru.Types.OpsCenterIntegration

type Rep OpsCenterIntegration = D1 ('MetaData "OpsCenterIntegration" "Amazonka.DevOpsGuru.Types.OpsCenterIntegration" "amazonka-devops-guru-2.0-C03FLSgo73f1Pu5ftIREHS" 'False) (C1 ('MetaCons "OpsCenterIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optInStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OptInStatus))))

newOpsCenterIntegration :: OpsCenterIntegration Source #

Create a value of OpsCenterIntegration 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:optInStatus:OpsCenterIntegration', opsCenterIntegration_optInStatus - Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.

opsCenterIntegration_optInStatus :: Lens' OpsCenterIntegration (Maybe OptInStatus) Source #

Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.