amazonka-ivschat-2.0: Amazon Interactive Video Service Chat 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.IVSChat.DeleteRoom

Description

Deletes the specified room.

Synopsis

Creating a Request

data DeleteRoom Source #

See: newDeleteRoom smart constructor.

Constructors

DeleteRoom' 

Fields

  • identifier :: Text

    Identifier of the room to be deleted. Currently this must be an ARN.

Instances

Instances details
ToJSON DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

ToHeaders DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Methods

toHeaders :: DeleteRoom -> [Header] #

ToPath DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

ToQuery DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

AWSRequest DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Associated Types

type AWSResponse DeleteRoom #

Generic DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Associated Types

type Rep DeleteRoom :: Type -> Type #

Read DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Show DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

NFData DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Methods

rnf :: DeleteRoom -> () #

Eq DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Hashable DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

type AWSResponse DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

type Rep DeleteRoom Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

type Rep DeleteRoom = D1 ('MetaData "DeleteRoom" "Amazonka.IVSChat.DeleteRoom" "amazonka-ivschat-2.0-AB4QlCKEEGt4izEWjWKMb2" 'False) (C1 ('MetaCons "DeleteRoom'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteRoom Source #

Create a value of DeleteRoom 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:identifier:DeleteRoom', deleteRoom_identifier - Identifier of the room to be deleted. Currently this must be an ARN.

Request Lenses

deleteRoom_identifier :: Lens' DeleteRoom Text Source #

Identifier of the room to be deleted. Currently this must be an ARN.

Destructuring the Response

data DeleteRoomResponse Source #

See: newDeleteRoomResponse smart constructor.

Constructors

DeleteRoomResponse' 

Instances

Instances details
Generic DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Associated Types

type Rep DeleteRoomResponse :: Type -> Type #

Read DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Show DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

NFData DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

Methods

rnf :: DeleteRoomResponse -> () #

Eq DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

type Rep DeleteRoomResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteRoom

type Rep DeleteRoomResponse = D1 ('MetaData "DeleteRoomResponse" "Amazonka.IVSChat.DeleteRoom" "amazonka-ivschat-2.0-AB4QlCKEEGt4izEWjWKMb2" 'False) (C1 ('MetaCons "DeleteRoomResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteRoomResponse :: DeleteRoomResponse Source #

Create a value of DeleteRoomResponse with all optional fields omitted.

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