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.CodeBuild.Types.BuildBatchFilter
Description
Synopsis
Documentation
data BuildBatchFilter Source #
Specifies filters when retrieving batch builds.
See: newBuildBatchFilter
smart constructor.
Constructors
BuildBatchFilter' | |
Fields
|
Instances
newBuildBatchFilter :: BuildBatchFilter Source #
Create a value of BuildBatchFilter
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:status:BuildBatchFilter'
, buildBatchFilter_status
- The status of the batch builds to retrieve. Only batch builds that have
this status will be retrieved.
buildBatchFilter_status :: Lens' BuildBatchFilter (Maybe StatusType) Source #
The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.