| 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.Athena.Types.CalculationResult
Description
Synopsis
- data CalculationResult = CalculationResult' {}
- newCalculationResult :: CalculationResult
- calculationResult_resultS3Uri :: Lens' CalculationResult (Maybe Text)
- calculationResult_resultType :: Lens' CalculationResult (Maybe Text)
- calculationResult_stdErrorS3Uri :: Lens' CalculationResult (Maybe Text)
- calculationResult_stdOutS3Uri :: Lens' CalculationResult (Maybe Text)
Documentation
data CalculationResult Source #
Contains information about an application-specific calculation result.
See: newCalculationResult smart constructor.
Constructors
| CalculationResult' | |
Fields
| |
Instances
newCalculationResult :: CalculationResult Source #
Create a value of CalculationResult 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:resultS3Uri:CalculationResult', calculationResult_resultS3Uri - The Amazon S3 location of the folder for the calculation results.
$sel:resultType:CalculationResult', calculationResult_resultType - The data format of the calculation result.
$sel:stdErrorS3Uri:CalculationResult', calculationResult_stdErrorS3Uri - The Amazon S3 location of the stderr error messages file for the
calculation.
$sel:stdOutS3Uri:CalculationResult', calculationResult_stdOutS3Uri - The Amazon S3 location of the stdout file for the calculation.
calculationResult_resultS3Uri :: Lens' CalculationResult (Maybe Text) Source #
The Amazon S3 location of the folder for the calculation results.
calculationResult_resultType :: Lens' CalculationResult (Maybe Text) Source #
The data format of the calculation result.
calculationResult_stdErrorS3Uri :: Lens' CalculationResult (Maybe Text) Source #
The Amazon S3 location of the stderr error messages file for the
calculation.
calculationResult_stdOutS3Uri :: Lens' CalculationResult (Maybe Text) Source #
The Amazon S3 location of the stdout file for the calculation.