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
Documentation
data RenameColumnOperation Source #
A transform operation that renames a column.
See: newRenameColumnOperation
smart constructor.
RenameColumnOperation' | |
|
Instances
newRenameColumnOperation Source #
:: Text | |
-> Text | |
-> RenameColumnOperation |
Create a value of RenameColumnOperation
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:columnName:RenameColumnOperation'
, renameColumnOperation_columnName
- The name of the column to be renamed.
$sel:newColumnName':RenameColumnOperation'
, renameColumnOperation_newColumnName
- The new name for the column.
renameColumnOperation_columnName :: Lens' RenameColumnOperation Text Source #
The name of the column to be renamed.
renameColumnOperation_newColumnName :: Lens' RenameColumnOperation Text Source #
The new name for the column.