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 TemplateSourceAnalysis = TemplateSourceAnalysis' {}
- newTemplateSourceAnalysis :: Text -> NonEmpty DataSetReference -> TemplateSourceAnalysis
- templateSourceAnalysis_arn :: Lens' TemplateSourceAnalysis Text
- templateSourceAnalysis_dataSetReferences :: Lens' TemplateSourceAnalysis (NonEmpty DataSetReference)
Documentation
data TemplateSourceAnalysis Source #
The source analysis of the template.
See: newTemplateSourceAnalysis
smart constructor.
TemplateSourceAnalysis' | |
|
Instances
newTemplateSourceAnalysis Source #
Create a value of TemplateSourceAnalysis
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:arn:TemplateSourceAnalysis'
, templateSourceAnalysis_arn
- The Amazon Resource Name (ARN) of the resource.
$sel:dataSetReferences:TemplateSourceAnalysis'
, templateSourceAnalysis_dataSetReferences
- A structure containing information about the dataset references used as
placeholders in the template.
templateSourceAnalysis_arn :: Lens' TemplateSourceAnalysis Text Source #
The Amazon Resource Name (ARN) of the resource.
templateSourceAnalysis_dataSetReferences :: Lens' TemplateSourceAnalysis (NonEmpty DataSetReference) Source #
A structure containing information about the dataset references used as placeholders in the template.