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 AnalysisSourceTemplate = AnalysisSourceTemplate' {}
- newAnalysisSourceTemplate :: NonEmpty DataSetReference -> Text -> AnalysisSourceTemplate
- analysisSourceTemplate_dataSetReferences :: Lens' AnalysisSourceTemplate (NonEmpty DataSetReference)
- analysisSourceTemplate_arn :: Lens' AnalysisSourceTemplate Text
Documentation
data AnalysisSourceTemplate Source #
The source template of an analysis.
See: newAnalysisSourceTemplate
smart constructor.
AnalysisSourceTemplate' | |
|
Instances
newAnalysisSourceTemplate Source #
Create a value of AnalysisSourceTemplate
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:dataSetReferences:AnalysisSourceTemplate'
, analysisSourceTemplate_dataSetReferences
- The dataset references of the source template of an analysis.
$sel:arn:AnalysisSourceTemplate'
, analysisSourceTemplate_arn
- The Amazon Resource Name (ARN) of the source template of an analysis.
analysisSourceTemplate_dataSetReferences :: Lens' AnalysisSourceTemplate (NonEmpty DataSetReference) Source #
The dataset references of the source template of an analysis.
analysisSourceTemplate_arn :: Lens' AnalysisSourceTemplate Text Source #
The Amazon Resource Name (ARN) of the source template of an analysis.