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

Description

Updates an IoT SiteWise Monitor dashboard.

Synopsis

Creating a Request

data UpdateDashboard Source #

See: newUpdateDashboard smart constructor.

Constructors

UpdateDashboard' 

Fields

Instances

Instances details
Eq UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Read UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Show UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Generic UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Associated Types

type Rep UpdateDashboard :: Type -> Type #

NFData UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Methods

rnf :: UpdateDashboard -> () #

Hashable UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

ToJSON UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

AWSRequest UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Associated Types

type AWSResponse UpdateDashboard #

ToHeaders UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

ToPath UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

ToQuery UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

type Rep UpdateDashboard Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

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

Defined in Amazonka.IoTSiteWise.UpdateDashboard

newUpdateDashboard Source #

Create a value of UpdateDashboard 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:UpdateDashboard', updateDashboard_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:dashboardDescription:UpdateDashboard', updateDashboard_dashboardDescription - A new description for the dashboard.

$sel:dashboardId:UpdateDashboard', updateDashboard_dashboardId - The ID of the dashboard to update.

$sel:dashboardName:UpdateDashboard', updateDashboard_dashboardName - A new friendly name for the dashboard.

$sel:dashboardDefinition:UpdateDashboard', updateDashboard_dashboardDefinition - The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.

Request Lenses

updateDashboard_clientToken :: Lens' UpdateDashboard (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.

updateDashboard_dashboardId :: Lens' UpdateDashboard Text Source #

The ID of the dashboard to update.

updateDashboard_dashboardName :: Lens' UpdateDashboard Text Source #

A new friendly name for the dashboard.

updateDashboard_dashboardDefinition :: Lens' UpdateDashboard Text Source #

The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.

Destructuring the Response

data UpdateDashboardResponse Source #

See: newUpdateDashboardResponse smart constructor.

Constructors

UpdateDashboardResponse' 

Fields

Instances

Instances details
Eq UpdateDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Read UpdateDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Show UpdateDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Generic UpdateDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Associated Types

type Rep UpdateDashboardResponse :: Type -> Type #

NFData UpdateDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

Methods

rnf :: UpdateDashboardResponse -> () #

type Rep UpdateDashboardResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateDashboard

type Rep UpdateDashboardResponse = D1 ('MetaData "UpdateDashboardResponse" "Amazonka.IoTSiteWise.UpdateDashboard" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "UpdateDashboardResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDashboardResponse Source #

Create a value of UpdateDashboardResponse 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:UpdateDashboardResponse', updateDashboardResponse_httpStatus - The response's http status code.

Response Lenses