Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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:warnings:ValidationWarning'
, validationWarning_warnings
- A description of the validation warning.
$sel:id:ValidationWarning'
, validationWarning_id
- The identifier of the object that contains the validation warning.
validationWarning_warnings :: Lens' ValidationWarning (Maybe [Text]) Source #
A description of the validation warning.
validationWarning_id :: Lens' ValidationWarning (Maybe Text) Source #
The identifier of the object that contains the validation warning.