libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise
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.IoTSiteWise.DeleteDashboard

Description

Deletes a dashboard from IoT SiteWise Monitor.

Synopsis

Creating a Request

data DeleteDashboard Source #

See: newDeleteDashboard smart constructor.

Constructors

DeleteDashboard' 

Fields

  • clientToken :: Maybe Text

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

  • dashboardId :: Text

    The ID of the dashboard to delete.

Instances

Instances details
Eq DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Read DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Show DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Generic DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Associated Types

type Rep DeleteDashboard :: Type -> Type #

NFData DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Methods

rnf :: DeleteDashboard -> () #

Hashable DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

AWSRequest DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Associated Types

type AWSResponse DeleteDashboard #

ToHeaders DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

ToPath DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

ToQuery DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

type Rep DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

type Rep DeleteDashboard = D1 ('MetaData "DeleteDashboard" "Amazonka.IoTSiteWise.DeleteDashboard" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "DeleteDashboard'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dashboardId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.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:clientToken:DeleteDashboard', deleteDashboard_clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

$sel:dashboardId:DeleteDashboard', deleteDashboard_dashboardId - The ID of the dashboard to delete.

Request Lenses

deleteDashboard_clientToken :: Lens' DeleteDashboard (Maybe Text) Source #

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

deleteDashboard_dashboardId :: Lens' DeleteDashboard Text Source #

The ID of the dashboard to delete.

Destructuring the Response

data DeleteDashboardResponse Source #

See: newDeleteDashboardResponse smart constructor.

Constructors

DeleteDashboardResponse' 

Fields

Instances

Instances details
Eq DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Read DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Show DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Generic DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Associated Types

type Rep DeleteDashboardResponse :: Type -> Type #

NFData DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

Methods

rnf :: DeleteDashboardResponse -> () #

type Rep DeleteDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.DeleteDashboard

type Rep DeleteDashboardResponse = D1 ('MetaData "DeleteDashboardResponse" "Amazonka.IoTSiteWise.DeleteDashboard" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "DeleteDashboardResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") '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:httpStatus:DeleteDashboardResponse', deleteDashboardResponse_httpStatus - The response's http status code.

Response Lenses