libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.UpdateWirelessGateway

Description

Updates properties of a wireless gateway.

Synopsis

Creating a Request

data UpdateWirelessGateway Source #

See: newUpdateWirelessGateway smart constructor.

Constructors

UpdateWirelessGateway' 

Fields

Instances

Instances details
Eq UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Read UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Show UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Generic UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Associated Types

type Rep UpdateWirelessGateway :: Type -> Type #

NFData UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Methods

rnf :: UpdateWirelessGateway -> () #

Hashable UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

ToJSON UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

AWSRequest UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Associated Types

type AWSResponse UpdateWirelessGateway #

ToHeaders UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

ToPath UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

ToQuery UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

type Rep UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

type Rep UpdateWirelessGateway = D1 ('MetaData "UpdateWirelessGateway" "Amazonka.IoTWireless.UpdateWirelessGateway" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "UpdateWirelessGateway'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "joinEuiFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NonEmpty Text]))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "netIdFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateWirelessGateway Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

newUpdateWirelessGateway Source #

Create a value of UpdateWirelessGateway 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:name:UpdateWirelessGateway', updateWirelessGateway_name - The new name of the resource.

$sel:joinEuiFilters:UpdateWirelessGateway', updateWirelessGateway_joinEuiFilters - Undocumented member.

$sel:description:UpdateWirelessGateway', updateWirelessGateway_description - A new description of the resource.

$sel:netIdFilters:UpdateWirelessGateway', updateWirelessGateway_netIdFilters - Undocumented member.

$sel:id:UpdateWirelessGateway', updateWirelessGateway_id - The ID of the resource to update.

Request Lenses

updateWirelessGateway_id :: Lens' UpdateWirelessGateway Text Source #

The ID of the resource to update.

Destructuring the Response

data UpdateWirelessGatewayResponse Source #

See: newUpdateWirelessGatewayResponse smart constructor.

Constructors

UpdateWirelessGatewayResponse' 

Fields

Instances

Instances details
Eq UpdateWirelessGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Read UpdateWirelessGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Show UpdateWirelessGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Generic UpdateWirelessGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

Associated Types

type Rep UpdateWirelessGatewayResponse :: Type -> Type #

NFData UpdateWirelessGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

type Rep UpdateWirelessGatewayResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.UpdateWirelessGateway

type Rep UpdateWirelessGatewayResponse = D1 ('MetaData "UpdateWirelessGatewayResponse" "Amazonka.IoTWireless.UpdateWirelessGateway" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "UpdateWirelessGatewayResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateWirelessGatewayResponse Source #

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

Response Lenses