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 |
Amazonka.Translate.Types.TextTranslationJobFilter
Description
Synopsis
- data TextTranslationJobFilter = TextTranslationJobFilter' {}
- newTextTranslationJobFilter :: TextTranslationJobFilter
- textTranslationJobFilter_submittedBeforeTime :: Lens' TextTranslationJobFilter (Maybe UTCTime)
- textTranslationJobFilter_submittedAfterTime :: Lens' TextTranslationJobFilter (Maybe UTCTime)
- textTranslationJobFilter_jobName :: Lens' TextTranslationJobFilter (Maybe Text)
- textTranslationJobFilter_jobStatus :: Lens' TextTranslationJobFilter (Maybe JobStatus)
Documentation
data TextTranslationJobFilter Source #
Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.
See: newTextTranslationJobFilter
smart constructor.
Constructors
TextTranslationJobFilter' | |
Fields
|
Instances
newTextTranslationJobFilter :: TextTranslationJobFilter Source #
Create a value of TextTranslationJobFilter
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:submittedBeforeTime:TextTranslationJobFilter'
, textTranslationJobFilter_submittedBeforeTime
- Filters the list of jobs based on the time that the job was submitted
for processing and returns only the jobs submitted before the specified
time. Jobs are returned in ascending order, oldest to newest.
$sel:submittedAfterTime:TextTranslationJobFilter'
, textTranslationJobFilter_submittedAfterTime
- Filters the list of jobs based on the time that the job was submitted
for processing and returns only the jobs submitted after the specified
time. Jobs are returned in descending order, newest to oldest.
$sel:jobName:TextTranslationJobFilter'
, textTranslationJobFilter_jobName
- Filters the list of jobs by name.
$sel:jobStatus:TextTranslationJobFilter'
, textTranslationJobFilter_jobStatus
- Filters the list of jobs based by job status.
textTranslationJobFilter_submittedBeforeTime :: Lens' TextTranslationJobFilter (Maybe UTCTime) Source #
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
textTranslationJobFilter_submittedAfterTime :: Lens' TextTranslationJobFilter (Maybe UTCTime) Source #
Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
textTranslationJobFilter_jobName :: Lens' TextTranslationJobFilter (Maybe Text) Source #
Filters the list of jobs by name.
textTranslationJobFilter_jobStatus :: Lens' TextTranslationJobFilter (Maybe JobStatus) Source #
Filters the list of jobs based by job status.