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
- data JobMessages = JobMessages' {}
- newJobMessages :: JobMessages
- jobMessages_warning :: Lens' JobMessages (Maybe [Text])
- jobMessages_info :: Lens' JobMessages (Maybe [Text])
Documentation
data JobMessages Source #
Provides messages from the service about jobs that you have already successfully submitted.
See: newJobMessages
smart constructor.
Instances
newJobMessages :: JobMessages Source #
Create a value of JobMessages
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:warning:JobMessages'
, jobMessages_warning
- List of messages that warn about conditions that might cause your job
not to run or to fail.
$sel:info:JobMessages'
, jobMessages_info
- List of messages that are informational only and don't indicate a
problem with your job.
jobMessages_warning :: Lens' JobMessages (Maybe [Text]) Source #
List of messages that warn about conditions that might cause your job not to run or to fail.
jobMessages_info :: Lens' JobMessages (Maybe [Text]) Source #
List of messages that are informational only and don't indicate a problem with your job.