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

Description

Updates room details by room ARN.

Synopsis

Creating a Request

data UpdateRoom Source #

See: newUpdateRoom smart constructor.

Constructors

UpdateRoom' 

Fields

Instances

Instances details
Eq UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Read UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Show UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Generic UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Associated Types

type Rep UpdateRoom :: Type -> Type #

NFData UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Methods

rnf :: UpdateRoom -> () #

Hashable UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

ToJSON UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

AWSRequest UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Associated Types

type AWSResponse UpdateRoom #

ToHeaders UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Methods

toHeaders :: UpdateRoom -> [Header] #

ToPath UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

ToQuery UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

type Rep UpdateRoom Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

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

Defined in Amazonka.AlexaBusiness.UpdateRoom

newUpdateRoom :: UpdateRoom Source #

Create a value of UpdateRoom 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:profileArn:UpdateRoom', updateRoom_profileArn - The updated profile ARN for the room.

$sel:providerCalendarId:UpdateRoom', updateRoom_providerCalendarId - The updated provider calendar ARN for the room.

$sel:roomArn:UpdateRoom', updateRoom_roomArn - The ARN of the room to update.

$sel:roomName:UpdateRoom', updateRoom_roomName - The updated name for the room.

$sel:description:UpdateRoom', updateRoom_description - The updated description for the room.

Request Lenses

updateRoom_profileArn :: Lens' UpdateRoom (Maybe Text) Source #

The updated profile ARN for the room.

updateRoom_providerCalendarId :: Lens' UpdateRoom (Maybe Text) Source #

The updated provider calendar ARN for the room.

updateRoom_roomArn :: Lens' UpdateRoom (Maybe Text) Source #

The ARN of the room to update.

updateRoom_roomName :: Lens' UpdateRoom (Maybe Text) Source #

The updated name for the room.

updateRoom_description :: Lens' UpdateRoom (Maybe Text) Source #

The updated description for the room.

Destructuring the Response

data UpdateRoomResponse Source #

See: newUpdateRoomResponse smart constructor.

Constructors

UpdateRoomResponse' 

Fields

Instances

Instances details
Eq UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Read UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Show UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Generic UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Associated Types

type Rep UpdateRoomResponse :: Type -> Type #

NFData UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

Methods

rnf :: UpdateRoomResponse -> () #

type Rep UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateRoom

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

newUpdateRoomResponse Source #

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

Response Lenses