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 ArrayPropertiesDetail = ArrayPropertiesDetail' {}
- newArrayPropertiesDetail :: ArrayPropertiesDetail
- arrayPropertiesDetail_size :: Lens' ArrayPropertiesDetail (Maybe Int)
- arrayPropertiesDetail_statusSummary :: Lens' ArrayPropertiesDetail (Maybe (HashMap Text Int))
- arrayPropertiesDetail_index :: Lens' ArrayPropertiesDetail (Maybe Int)
Documentation
data ArrayPropertiesDetail Source #
An object representing the array properties of a job.
See: newArrayPropertiesDetail
smart constructor.
ArrayPropertiesDetail' | |
|
Instances
newArrayPropertiesDetail :: ArrayPropertiesDetail Source #
Create a value of ArrayPropertiesDetail
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:size:ArrayPropertiesDetail'
, arrayPropertiesDetail_size
- The size of the array job. This parameter is returned for parent array
jobs.
$sel:statusSummary:ArrayPropertiesDetail'
, arrayPropertiesDetail_statusSummary
- A summary of the number of array job children in each available job
status. This parameter is returned for parent array jobs.
$sel:index:ArrayPropertiesDetail'
, arrayPropertiesDetail_index
- The job index within the array that's associated with this job. This
parameter is returned for array job children.
arrayPropertiesDetail_size :: Lens' ArrayPropertiesDetail (Maybe Int) Source #
The size of the array job. This parameter is returned for parent array jobs.
arrayPropertiesDetail_statusSummary :: Lens' ArrayPropertiesDetail (Maybe (HashMap Text Int)) Source #
A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
arrayPropertiesDetail_index :: Lens' ArrayPropertiesDetail (Maybe Int) Source #
The job index within the array that's associated with this job. This parameter is returned for array job children.