amazonka-datapipeline-2.0: Amazon Data Pipeline 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.DataPipeline.Types.ValidationWarning

Description

 
Synopsis

Documentation

data ValidationWarning Source #

Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.

See: newValidationWarning smart constructor.

Constructors

ValidationWarning' 

Fields

  • id :: Maybe Text

    The identifier of the object that contains the validation warning.

  • warnings :: Maybe [Text]

    A description of the validation warning.

Instances

Instances details
FromJSON ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Generic ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Associated Types

type Rep ValidationWarning :: Type -> Type #

Read ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Show ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

NFData ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Methods

rnf :: ValidationWarning -> () #

Eq ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Hashable ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

type Rep ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

type Rep ValidationWarning = D1 ('MetaData "ValidationWarning" "Amazonka.DataPipeline.Types.ValidationWarning" "amazonka-datapipeline-2.0-1cySuAk2jmdDRpZSxMUuos" 'False) (C1 ('MetaCons "ValidationWarning'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newValidationWarning :: ValidationWarning Source #

Create a value of ValidationWarning 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:id:ValidationWarning', validationWarning_id - The identifier of the object that contains the validation warning.

$sel:warnings:ValidationWarning', validationWarning_warnings - A description of the validation warning.

validationWarning_id :: Lens' ValidationWarning (Maybe Text) Source #

The identifier of the object that contains the validation warning.

validationWarning_warnings :: Lens' ValidationWarning (Maybe [Text]) Source #

A description of the validation warning.