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 PartitionInput = PartitionInput' {}
- newPartitionInput :: PartitionInput
- partitionInput_values :: Lens' PartitionInput (Maybe [Text])
- partitionInput_lastAnalyzedTime :: Lens' PartitionInput (Maybe UTCTime)
- partitionInput_storageDescriptor :: Lens' PartitionInput (Maybe StorageDescriptor)
- partitionInput_parameters :: Lens' PartitionInput (Maybe (HashMap Text Text))
- partitionInput_lastAccessTime :: Lens' PartitionInput (Maybe UTCTime)
Documentation
data PartitionInput Source #
The structure used to create and update a partition.
See: newPartitionInput
smart constructor.
PartitionInput' | |
|
Instances
newPartitionInput :: PartitionInput Source #
Create a value of PartitionInput
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:values:PartitionInput'
, partitionInput_values
- The values of the partition. Although this parameter is not required by
the SDK, you must specify this parameter for a valid input.
The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.
$sel:lastAnalyzedTime:PartitionInput'
, partitionInput_lastAnalyzedTime
- The last time at which column statistics were computed for this
partition.
$sel:storageDescriptor:PartitionInput'
, partitionInput_storageDescriptor
- Provides information about the physical location where the partition is
stored.
$sel:parameters:PartitionInput'
, partitionInput_parameters
- These key-value pairs define partition parameters.
$sel:lastAccessTime:PartitionInput'
, partitionInput_lastAccessTime
- The last time at which the partition was accessed.
partitionInput_values :: Lens' PartitionInput (Maybe [Text]) Source #
The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.
The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.
partitionInput_lastAnalyzedTime :: Lens' PartitionInput (Maybe UTCTime) Source #
The last time at which column statistics were computed for this partition.
partitionInput_storageDescriptor :: Lens' PartitionInput (Maybe StorageDescriptor) Source #
Provides information about the physical location where the partition is stored.
partitionInput_parameters :: Lens' PartitionInput (Maybe (HashMap Text Text)) Source #
These key-value pairs define partition parameters.
partitionInput_lastAccessTime :: Lens' PartitionInput (Maybe UTCTime) Source #
The last time at which the partition was accessed.