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