| 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.QuickSight.Types.TemplateVersion
Description
Synopsis
- data TemplateVersion = TemplateVersion' {}
- newTemplateVersion :: TemplateVersion
- templateVersion_createdTime :: Lens' TemplateVersion (Maybe UTCTime)
- templateVersion_dataSetConfigurations :: Lens' TemplateVersion (Maybe [DataSetConfiguration])
- templateVersion_description :: Lens' TemplateVersion (Maybe Text)
- templateVersion_errors :: Lens' TemplateVersion (Maybe (NonEmpty TemplateError))
- templateVersion_sheets :: Lens' TemplateVersion (Maybe [Sheet])
- templateVersion_sourceEntityArn :: Lens' TemplateVersion (Maybe Text)
- templateVersion_status :: Lens' TemplateVersion (Maybe ResourceStatus)
- templateVersion_themeArn :: Lens' TemplateVersion (Maybe Text)
- templateVersion_versionNumber :: Lens' TemplateVersion (Maybe Natural)
Documentation
data TemplateVersion Source #
A version of a template.
See: newTemplateVersion smart constructor.
Constructors
| TemplateVersion' | |
Fields
| |
Instances
newTemplateVersion :: TemplateVersion Source #
Create a value of TemplateVersion 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:createdTime:TemplateVersion', templateVersion_createdTime - The time that this template version was created.
$sel:dataSetConfigurations:TemplateVersion', templateVersion_dataSetConfigurations - Schema of the dataset identified by the placeholder. Any dashboard
created from this template should be bound to new datasets matching the
same schema described through this API operation.
$sel:description:TemplateVersion', templateVersion_description - The description of the template.
$sel:errors:TemplateVersion', templateVersion_errors - Errors associated with this template version.
$sel:sheets:TemplateVersion', templateVersion_sheets - A list of the associated sheets with the unique identifier and name of
each sheet.
$sel:sourceEntityArn:TemplateVersion', templateVersion_sourceEntityArn - The Amazon Resource Name (ARN) of an analysis or template that was used
to create this template.
$sel:status:TemplateVersion', templateVersion_status - The HTTP status of the request.
$sel:themeArn:TemplateVersion', templateVersion_themeArn - The ARN of the theme associated with this version of the template.
$sel:versionNumber:TemplateVersion', templateVersion_versionNumber - The version number of the template version.
templateVersion_createdTime :: Lens' TemplateVersion (Maybe UTCTime) Source #
The time that this template version was created.
templateVersion_dataSetConfigurations :: Lens' TemplateVersion (Maybe [DataSetConfiguration]) Source #
Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.
templateVersion_description :: Lens' TemplateVersion (Maybe Text) Source #
The description of the template.
templateVersion_errors :: Lens' TemplateVersion (Maybe (NonEmpty TemplateError)) Source #
Errors associated with this template version.
templateVersion_sheets :: Lens' TemplateVersion (Maybe [Sheet]) Source #
A list of the associated sheets with the unique identifier and name of each sheet.
templateVersion_sourceEntityArn :: Lens' TemplateVersion (Maybe Text) Source #
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
templateVersion_status :: Lens' TemplateVersion (Maybe ResourceStatus) Source #
The HTTP status of the request.
templateVersion_themeArn :: Lens' TemplateVersion (Maybe Text) Source #
The ARN of the theme associated with this version of the template.
templateVersion_versionNumber :: Lens' TemplateVersion (Maybe Natural) Source #
The version number of the template version.