| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.BatchUpdatePartitionFailureEntry
Description
Synopsis
- data BatchUpdatePartitionFailureEntry = BatchUpdatePartitionFailureEntry' {}
- newBatchUpdatePartitionFailureEntry :: BatchUpdatePartitionFailureEntry
- batchUpdatePartitionFailureEntry_errorDetail :: Lens' BatchUpdatePartitionFailureEntry (Maybe ErrorDetail)
- batchUpdatePartitionFailureEntry_partitionValueList :: Lens' BatchUpdatePartitionFailureEntry (Maybe [Text])
Documentation
data BatchUpdatePartitionFailureEntry Source #
Contains information about a batch update partition error.
See: newBatchUpdatePartitionFailureEntry smart constructor.
Constructors
| BatchUpdatePartitionFailureEntry' | |
Fields
| |
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:errorDetail:BatchUpdatePartitionFailureEntry', batchUpdatePartitionFailureEntry_errorDetail - The details about the batch update partition error.
$sel:partitionValueList:BatchUpdatePartitionFailureEntry', batchUpdatePartitionFailureEntry_partitionValueList - A list of values defining the partitions.
batchUpdatePartitionFailureEntry_errorDetail :: Lens' BatchUpdatePartitionFailureEntry (Maybe ErrorDetail) Source #
The details about the batch update partition error.
batchUpdatePartitionFailureEntry_partitionValueList :: Lens' BatchUpdatePartitionFailureEntry (Maybe [Text]) Source #
A list of values defining the partitions.