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 BatchUpdatePartitionFailureEntry = BatchUpdatePartitionFailureEntry' {}
- newBatchUpdatePartitionFailureEntry :: BatchUpdatePartitionFailureEntry
- batchUpdatePartitionFailureEntry_partitionValueList :: Lens' BatchUpdatePartitionFailureEntry (Maybe [Text])
- batchUpdatePartitionFailureEntry_errorDetail :: Lens' BatchUpdatePartitionFailureEntry (Maybe ErrorDetail)
Documentation
data BatchUpdatePartitionFailureEntry Source #
Contains information about a batch update partition error.
See: newBatchUpdatePartitionFailureEntry
smart constructor.
BatchUpdatePartitionFailureEntry' | |
|
Instances
newBatchUpdatePartitionFailureEntry :: BatchUpdatePartitionFailureEntry Source #
Create a value of BatchUpdatePartitionFailureEntry
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:partitionValueList:BatchUpdatePartitionFailureEntry'
, batchUpdatePartitionFailureEntry_partitionValueList
- A list of values defining the partitions.
$sel:errorDetail:BatchUpdatePartitionFailureEntry'
, batchUpdatePartitionFailureEntry_errorDetail
- The details about the batch update partition error.
batchUpdatePartitionFailureEntry_partitionValueList :: Lens' BatchUpdatePartitionFailureEntry (Maybe [Text]) Source #
A list of values defining the partitions.
batchUpdatePartitionFailureEntry_errorDetail :: Lens' BatchUpdatePartitionFailureEntry (Maybe ErrorDetail) Source #
The details about the batch update partition error.