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.DescribeDashboard

Description

Provides a summary for a dashboard.

Synopsis

Creating a Request

data DescribeDashboard Source #

See: newDescribeDashboard smart constructor.

Constructors

DescribeDashboard' 

Fields

Instances

Instances details
ToHeaders DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

ToPath DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

ToQuery DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

AWSRequest DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Associated Types

type AWSResponse DescribeDashboard #

Generic DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Associated Types

type Rep DescribeDashboard :: Type -> Type #

Read DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Show DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

NFData DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Methods

rnf :: DescribeDashboard -> () #

Eq DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Hashable DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

type AWSResponse DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

type Rep DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

type Rep DescribeDashboard = D1 ('MetaData "DescribeDashboard" "Amazonka.QuickSight.DescribeDashboard" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeDashboard'" '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))))

newDescribeDashboard Source #

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

DescribeDashboard, describeDashboard_aliasName - The alias name.

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

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

DescribeDashboard, describeDashboard_dashboardId - The ID for the dashboard.

Request Lenses

describeDashboard_versionNumber :: Lens' DescribeDashboard (Maybe Natural) Source #

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

describeDashboard_awsAccountId :: Lens' DescribeDashboard Text Source #

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

Destructuring the Response

data DescribeDashboardResponse Source #

See: newDescribeDashboardResponse smart constructor.

Constructors

DescribeDashboardResponse' 

Fields

Instances

Instances details
Generic DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Associated Types

type Rep DescribeDashboardResponse :: Type -> Type #

Read DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Show DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

NFData DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Eq DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

type Rep DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

type Rep DescribeDashboardResponse = D1 ('MetaData "DescribeDashboardResponse" "Amazonka.QuickSight.DescribeDashboard" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeDashboardResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dashboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Dashboard)) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDashboardResponse Source #

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

DescribeDashboardResponse, describeDashboardResponse_dashboard - Information about the dashboard.

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

DescribeDashboardResponse, describeDashboardResponse_status - The HTTP status of this request.

Response Lenses

describeDashboardResponse_requestId :: Lens' DescribeDashboardResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.