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

Defined in Amazonka.QuickSight.DeleteDashboard

Read DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Show DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Generic DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Associated Types

type Rep DeleteDashboard :: Type -> Type #

NFData DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Methods

rnf :: DeleteDashboard -> () #

Hashable DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

AWSRequest DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Associated Types

type AWSResponse DeleteDashboard #

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

type Rep DeleteDashboard Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

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

Defined in Amazonka.QuickSight.DeleteDashboard

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:

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

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

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

Defined in Amazonka.QuickSight.DeleteDashboard

Read DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Show DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Generic DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Associated Types

type Rep DeleteDashboardResponse :: Type -> Type #

NFData DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

Methods

rnf :: DeleteDashboardResponse -> () #

type Rep DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DeleteDashboard

type Rep DeleteDashboardResponse = D1 ('MetaData "DeleteDashboardResponse" "Amazonka.QuickSight.DeleteDashboard" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DeleteDashboardResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dashboardId") '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:

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

$sel:arn:DeleteDashboardResponse', deleteDashboardResponse_arn - The Secure Socket Layer (SSL) properties that apply for the resource.

$sel:dashboardId:DeleteDashboard', deleteDashboardResponse_dashboardId - The ID of the dashboard.

$sel:status:DeleteDashboardResponse', deleteDashboardResponse_status - The HTTP status of the request.

Response Lenses

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

The Amazon Web Services request ID for this operation.

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

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