amazonka-chime-2.0: Amazon Chime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Chime.UpdateRoom

Description

Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.

Synopsis

Creating a Request

data UpdateRoom Source #

See: newUpdateRoom smart constructor.

Constructors

UpdateRoom' 

Fields

Instances

Instances details
ToJSON UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

ToHeaders UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

toHeaders :: UpdateRoom -> [Header] #

ToPath UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

ToQuery UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

AWSRequest UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type AWSResponse UpdateRoom #

Generic UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type Rep UpdateRoom :: Type -> Type #

Show UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

NFData UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

rnf :: UpdateRoom -> () #

Eq UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Hashable UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type AWSResponse UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoom Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoom = D1 ('MetaData "UpdateRoom" "Amazonka.Chime.UpdateRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roomId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateRoom 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:

UpdateRoom, updateRoom_name - The room name.

UpdateRoom, updateRoom_accountId - The Amazon Chime account ID.

UpdateRoom, updateRoom_roomId - The room ID.

Request Lenses

updateRoom_accountId :: Lens' UpdateRoom Text Source #

The Amazon Chime account ID.

Destructuring the Response

data UpdateRoomResponse Source #

See: newUpdateRoomResponse smart constructor.

Constructors

UpdateRoomResponse' 

Fields

Instances

Instances details
Generic UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Associated Types

type Rep UpdateRoomResponse :: Type -> Type #

Show UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

NFData UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

Methods

rnf :: UpdateRoomResponse -> () #

Eq UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoomResponse Source # 
Instance details

Defined in Amazonka.Chime.UpdateRoom

type Rep UpdateRoomResponse = D1 ('MetaData "UpdateRoomResponse" "Amazonka.Chime.UpdateRoom" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "UpdateRoomResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "room") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Room)) :*: 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:room:UpdateRoomResponse', updateRoomResponse_room - The room details.

$sel:httpStatus:UpdateRoomResponse', updateRoomResponse_httpStatus - The response's http status code.

Response Lenses