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

Description

Updates a gateway's name.

Synopsis

Creating a Request

data UpdateGateway Source #

See: newUpdateGateway smart constructor.

Constructors

UpdateGateway' 

Fields

Instances

Instances details
Eq UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Read UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Show UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Generic UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Associated Types

type Rep UpdateGateway :: Type -> Type #

NFData UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Methods

rnf :: UpdateGateway -> () #

Hashable UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

ToJSON UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

AWSRequest UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Associated Types

type AWSResponse UpdateGateway #

ToHeaders UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

ToPath UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

ToQuery UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

type Rep UpdateGateway Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

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

Defined in Amazonka.IoTSiteWise.UpdateGateway

newUpdateGateway Source #

Create a value of UpdateGateway 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:gatewayId:UpdateGateway', updateGateway_gatewayId - The ID of the gateway to update.

$sel:gatewayName:UpdateGateway', updateGateway_gatewayName - A unique, friendly name for the gateway.

Request Lenses

updateGateway_gatewayId :: Lens' UpdateGateway Text Source #

The ID of the gateway to update.

updateGateway_gatewayName :: Lens' UpdateGateway Text Source #

A unique, friendly name for the gateway.

Destructuring the Response

data UpdateGatewayResponse Source #

See: newUpdateGatewayResponse smart constructor.

Instances

Instances details
Eq UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Read UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Show UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Generic UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Associated Types

type Rep UpdateGatewayResponse :: Type -> Type #

NFData UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

Methods

rnf :: UpdateGatewayResponse -> () #

type Rep UpdateGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTSiteWise.UpdateGateway

type Rep UpdateGatewayResponse = D1 ('MetaData "UpdateGatewayResponse" "Amazonka.IoTSiteWise.UpdateGateway" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "UpdateGatewayResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateGatewayResponse :: UpdateGatewayResponse Source #

Create a value of UpdateGatewayResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.