amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.DescribeDashboardDefinition

Description

Provides a detailed description of the definition of a dashboard.

If you do not need to know details about the content of a dashboard, for instance if you are trying to check the status of a recently created or updated dashboard, use the DescribeDashboard instead.

Synopsis

Creating a Request

data DescribeDashboardDefinition Source #

See: newDescribeDashboardDefinition smart constructor.

Constructors

DescribeDashboardDefinition' 

Fields

Instances

Instances details
ToHeaders DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

ToPath DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

ToQuery DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

AWSRequest DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

Generic DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

Associated Types

type Rep DescribeDashboardDefinition :: Type -> Type #

Read DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

Show DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

NFData DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

Eq DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

Hashable DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

type AWSResponse DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

type Rep DescribeDashboardDefinition Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

type Rep DescribeDashboardDefinition = D1 ('MetaData "DescribeDashboardDefinition" "Amazonka.QuickSight.DescribeDashboardDefinition" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeDashboardDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aliasName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dashboardId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeDashboardDefinition Source #

Create a value of DescribeDashboardDefinition 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:

DescribeDashboardDefinition, describeDashboardDefinition_aliasName - The alias name.

DescribeDashboardDefinition, describeDashboardDefinition_versionNumber - The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.

DescribeDashboardDefinition, describeDashboardDefinition_awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're describing.

DescribeDashboardDefinition, describeDashboardDefinition_dashboardId - The ID for the dashboard.

Request Lenses

describeDashboardDefinition_versionNumber :: Lens' DescribeDashboardDefinition (Maybe Natural) Source #

The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.

describeDashboardDefinition_awsAccountId :: Lens' DescribeDashboardDefinition Text Source #

The ID of the Amazon Web Services account that contains the dashboard that you're describing.

Destructuring the Response

data DescribeDashboardDefinitionResponse Source #

Constructors

DescribeDashboardDefinitionResponse' 

Fields

Instances

Instances details
Generic DescribeDashboardDefinitionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

Show DescribeDashboardDefinitionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

NFData DescribeDashboardDefinitionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

Eq DescribeDashboardDefinitionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

type Rep DescribeDashboardDefinitionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboardDefinition

newDescribeDashboardDefinitionResponse Source #

Create a value of DescribeDashboardDefinitionResponse 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:

DescribeDashboardDefinition, describeDashboardDefinitionResponse_dashboardId - The ID of the dashboard described.

$sel:definition:DescribeDashboardDefinitionResponse', describeDashboardDefinitionResponse_definition - The definition of a dashboard.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

DescribeDashboardDefinitionResponse, describeDashboardDefinitionResponse_errors - Errors associated with this dashboard version.

DescribeDashboardDefinitionResponse, describeDashboardDefinitionResponse_name - The display name of the dashboard.

$sel:requestId:DescribeDashboardDefinitionResponse', describeDashboardDefinitionResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:resourceStatus:DescribeDashboardDefinitionResponse', describeDashboardDefinitionResponse_resourceStatus - Status associated with the dashboard version.

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED

DescribeDashboardDefinitionResponse, describeDashboardDefinitionResponse_themeArn - The ARN of the theme of the dashboard.

DescribeDashboardDefinitionResponse, describeDashboardDefinitionResponse_status - The HTTP status of the request.

Response Lenses

describeDashboardDefinitionResponse_definition :: Lens' DescribeDashboardDefinitionResponse (Maybe DashboardVersionDefinition) Source #

The definition of a dashboard.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

describeDashboardDefinitionResponse_resourceStatus :: Lens' DescribeDashboardDefinitionResponse (Maybe ResourceStatus) Source #

Status associated with the dashboard version.

  • CREATION_IN_PROGRESS
  • CREATION_SUCCESSFUL
  • CREATION_FAILED
  • UPDATE_IN_PROGRESS
  • UPDATE_SUCCESSFUL
  • UPDATE_FAILED
  • DELETED