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

Description

Deletes a dashboard.

Synopsis

Creating a Request

data DeleteDashboard Source #

See: newDeleteDashboard smart constructor.

Constructors

DeleteDashboard' 

Fields

  • versionNumber :: Maybe Natural

    The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.

  • awsAccountId :: Text

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

  • dashboardId :: Text

    The ID for the dashboard.

Instances

Instances details
ToHeaders DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

ToPath DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

ToQuery DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

AWSRequest DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Associated Types

type AWSResponse DeleteDashboard #

Generic DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Associated Types

type Rep DeleteDashboard :: Type -> Type #

Read DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Show DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

NFData DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Methods

rnf :: DeleteDashboard -> () #

Eq DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Hashable DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

type AWSResponse DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

type Rep DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

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

newDeleteDashboard Source #

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

DeleteDashboard, deleteDashboard_versionNumber - The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.

DeleteDashboard, deleteDashboard_awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're deleting.

DeleteDashboard, deleteDashboard_dashboardId - The ID for the dashboard.

Request Lenses

deleteDashboard_versionNumber :: Lens' DeleteDashboard (Maybe Natural) Source #

The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.

deleteDashboard_awsAccountId :: Lens' DeleteDashboard Text Source #

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

Destructuring the Response

data DeleteDashboardResponse Source #

See: newDeleteDashboardResponse smart constructor.

Constructors

DeleteDashboardResponse' 

Fields

Instances

Instances details
Generic DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Associated Types

type Rep DeleteDashboardResponse :: Type -> Type #

Read DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Show DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

NFData DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Methods

rnf :: DeleteDashboardResponse -> () #

Eq DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

type Rep DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

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

newDeleteDashboardResponse Source #

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

DeleteDashboardResponse, deleteDashboardResponse_arn - The Secure Socket Layer (SSL) properties that apply for the resource.

DeleteDashboard, deleteDashboardResponse_dashboardId - The ID of the dashboard.

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

DeleteDashboardResponse, deleteDashboardResponse_status - The HTTP status of the request.

Response Lenses

deleteDashboardResponse_arn :: Lens' DeleteDashboardResponse (Maybe Text) Source #

The Secure Socket Layer (SSL) properties that apply for the resource.

deleteDashboardResponse_requestId :: Lens' DeleteDashboardResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.