libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.UpdateGatewayGroup

Description

Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified.

Synopsis

Creating a Request

data UpdateGatewayGroup Source #

See: newUpdateGatewayGroup smart constructor.

Constructors

UpdateGatewayGroup' 

Fields

Instances

Instances details
Eq UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Read UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Show UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Generic UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Associated Types

type Rep UpdateGatewayGroup :: Type -> Type #

NFData UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Methods

rnf :: UpdateGatewayGroup -> () #

Hashable UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

ToJSON UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

AWSRequest UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Associated Types

type AWSResponse UpdateGatewayGroup #

ToHeaders UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

ToPath UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

ToQuery UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

type Rep UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

type Rep UpdateGatewayGroup = D1 ('MetaData "UpdateGatewayGroup" "Amazonka.AlexaBusiness.UpdateGatewayGroup" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "UpdateGatewayGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "gatewayGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateGatewayGroup Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

newUpdateGatewayGroup Source #

Create a value of UpdateGatewayGroup 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:UpdateGatewayGroup', updateGatewayGroup_name - The updated name of the gateway group.

$sel:description:UpdateGatewayGroup', updateGatewayGroup_description - The updated description of the gateway group.

$sel:gatewayGroupArn:UpdateGatewayGroup', updateGatewayGroup_gatewayGroupArn - The ARN of the gateway group to update.

Request Lenses

updateGatewayGroup_name :: Lens' UpdateGatewayGroup (Maybe Text) Source #

The updated name of the gateway group.

updateGatewayGroup_description :: Lens' UpdateGatewayGroup (Maybe Text) Source #

The updated description of the gateway group.

updateGatewayGroup_gatewayGroupArn :: Lens' UpdateGatewayGroup Text Source #

The ARN of the gateway group to update.

Destructuring the Response

data UpdateGatewayGroupResponse Source #

See: newUpdateGatewayGroupResponse smart constructor.

Constructors

UpdateGatewayGroupResponse' 

Fields

Instances

Instances details
Eq UpdateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Read UpdateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Show UpdateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Generic UpdateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

Associated Types

type Rep UpdateGatewayGroupResponse :: Type -> Type #

NFData UpdateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

type Rep UpdateGatewayGroupResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateGatewayGroup

type Rep UpdateGatewayGroupResponse = D1 ('MetaData "UpdateGatewayGroupResponse" "Amazonka.AlexaBusiness.UpdateGatewayGroup" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "UpdateGatewayGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateGatewayGroupResponse Source #

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

Response Lenses