libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.DashboardVersion

Description

 
Synopsis

Documentation

data DashboardVersion Source #

Dashboard version.

See: newDashboardVersion smart constructor.

Constructors

DashboardVersion' 

Fields

Instances

Instances details
Eq DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Read DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Show DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Generic DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Associated Types

type Rep DashboardVersion :: Type -> Type #

NFData DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

Methods

rnf :: DashboardVersion -> () #

Hashable DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

FromJSON DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

type Rep DashboardVersion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardVersion

newDashboardVersion :: DashboardVersion Source #

Create a value of DashboardVersion 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:status:DashboardVersion', dashboardVersion_status - The HTTP status of the request.

$sel:themeArn:DashboardVersion', dashboardVersion_themeArn - The ARN of the theme associated with a version of the dashboard.

$sel:dataSetArns:DashboardVersion', dashboardVersion_dataSetArns - The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

$sel:sheets:DashboardVersion', dashboardVersion_sheets - A list of the associated sheets with the unique identifier and name of each sheet.

$sel:arn:DashboardVersion', dashboardVersion_arn - The Amazon Resource Name (ARN) of the resource.

$sel:createdTime:DashboardVersion', dashboardVersion_createdTime - The time that this dashboard version was created.

$sel:sourceEntityArn:DashboardVersion', dashboardVersion_sourceEntityArn - Source entity ARN.

$sel:versionNumber:DashboardVersion', dashboardVersion_versionNumber - Version number for this version of the dashboard.

$sel:errors:DashboardVersion', dashboardVersion_errors - Errors associated with this dashboard version.

$sel:description:DashboardVersion', dashboardVersion_description - Description.

dashboardVersion_themeArn :: Lens' DashboardVersion (Maybe Text) Source #

The ARN of the theme associated with a version of the dashboard.

dashboardVersion_dataSetArns :: Lens' DashboardVersion (Maybe [Text]) Source #

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

dashboardVersion_sheets :: Lens' DashboardVersion (Maybe [Sheet]) Source #

A list of the associated sheets with the unique identifier and name of each sheet.

dashboardVersion_arn :: Lens' DashboardVersion (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource.

dashboardVersion_createdTime :: Lens' DashboardVersion (Maybe UTCTime) Source #

The time that this dashboard version was created.

dashboardVersion_versionNumber :: Lens' DashboardVersion (Maybe Natural) Source #

Version number for this version of the dashboard.

dashboardVersion_errors :: Lens' DashboardVersion (Maybe (NonEmpty DashboardError)) Source #

Errors associated with this dashboard version.