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.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
Eq DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Read DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Show DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Generic DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Associated Types

type Rep DescribeDashboard :: Type -> Type #

NFData DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Methods

rnf :: DescribeDashboard -> () #

Hashable DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

AWSRequest DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Associated Types

type AWSResponse DescribeDashboard #

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

type Rep DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

type Rep DescribeDashboard = D1 ('MetaData "DescribeDashboard" "Amazonka.QuickSight.DescribeDashboard" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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))))
type AWSResponse DescribeDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

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:

$sel:aliasName:DescribeDashboard', describeDashboard_aliasName - The alias name.

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

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

$sel:dashboardId: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
Eq DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Read DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Show DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Generic DescribeDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDashboard

Associated Types

type Rep DescribeDashboardResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeDashboardResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dashboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Dashboard)) :*: 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:

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

$sel:dashboard:DescribeDashboardResponse', describeDashboardResponse_dashboard - Information about the dashboard.

$sel:status: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.