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 SelectParameters = SelectParameters' {}
- newSelectParameters :: SelectParameters
- selectParameters_expressionType :: Lens' SelectParameters (Maybe ExpressionType)
- selectParameters_outputSerialization :: Lens' SelectParameters (Maybe OutputSerialization)
- selectParameters_expression :: Lens' SelectParameters (Maybe Text)
- selectParameters_inputSerialization :: Lens' SelectParameters (Maybe InputSerialization)
Documentation
data SelectParameters Source #
Contains information about the parameters used for a select.
See: newSelectParameters
smart constructor.
SelectParameters' | |
|
Instances
newSelectParameters :: SelectParameters Source #
Create a value of SelectParameters
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:expressionType:SelectParameters'
, selectParameters_expressionType
- The type of the provided expression, for example SQL
.
$sel:outputSerialization:SelectParameters'
, selectParameters_outputSerialization
- Describes how the results of the select job are serialized.
$sel:expression:SelectParameters'
, selectParameters_expression
- The expression that is used to select the object.
$sel:inputSerialization:SelectParameters'
, selectParameters_inputSerialization
- Describes the serialization format of the object.
selectParameters_expressionType :: Lens' SelectParameters (Maybe ExpressionType) Source #
The type of the provided expression, for example SQL
.
selectParameters_outputSerialization :: Lens' SelectParameters (Maybe OutputSerialization) Source #
Describes how the results of the select job are serialized.
selectParameters_expression :: Lens' SelectParameters (Maybe Text) Source #
The expression that is used to select the object.
selectParameters_inputSerialization :: Lens' SelectParameters (Maybe InputSerialization) Source #
Describes the serialization format of the object.