amazonka-ecr-2.0: Amazon EC2 Container Registry 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.ECR.Types.Remediation

Description

 
Synopsis

Documentation

data Remediation Source #

Information on how to remediate a finding.

See: newRemediation smart constructor.

Constructors

Remediation' 

Fields

Instances

Instances details
FromJSON Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

Generic Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

Associated Types

type Rep Remediation :: Type -> Type #

Read Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

Show Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

NFData Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

Methods

rnf :: Remediation -> () #

Eq Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

Hashable Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

type Rep Remediation Source # 
Instance details

Defined in Amazonka.ECR.Types.Remediation

type Rep Remediation = D1 ('MetaData "Remediation" "Amazonka.ECR.Types.Remediation" "amazonka-ecr-2.0-BqgZWPod2JCFn2nq69DCrJ" 'False) (C1 ('MetaCons "Remediation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recommendation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Recommendation))))

newRemediation :: Remediation Source #

Create a value of Remediation 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:recommendation:Remediation', remediation_recommendation - An object that contains information about the recommended course of action to remediate the finding.

remediation_recommendation :: Lens' Remediation (Maybe Recommendation) Source #

An object that contains information about the recommended course of action to remediate the finding.