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

Description

Redacts the specified message from the specified Amazon Chime channel.

Synopsis

Creating a Request

data RedactRoomMessage Source #

See: newRedactRoomMessage smart constructor.

Constructors

RedactRoomMessage' 

Fields

Instances

Instances details
ToJSON RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

ToHeaders RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

ToPath RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

ToQuery RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

AWSRequest RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type AWSResponse RedactRoomMessage #

Generic RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type Rep RedactRoomMessage :: Type -> Type #

Read RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Show RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

NFData RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Methods

rnf :: RedactRoomMessage -> () #

Eq RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Hashable RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type AWSResponse RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessage Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

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

newRedactRoomMessage Source #

Create a value of RedactRoomMessage 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:

RedactRoomMessage, redactRoomMessage_accountId - The Amazon Chime account ID.

RedactRoomMessage, redactRoomMessage_roomId - The room ID.

RedactRoomMessage, redactRoomMessage_messageId - The message ID.

Request Lenses

Destructuring the Response

data RedactRoomMessageResponse Source #

See: newRedactRoomMessageResponse smart constructor.

Constructors

RedactRoomMessageResponse' 

Fields

Instances

Instances details
Generic RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Associated Types

type Rep RedactRoomMessageResponse :: Type -> Type #

Read RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Show RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

NFData RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

Eq RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessageResponse Source # 
Instance details

Defined in Amazonka.Chime.RedactRoomMessage

type Rep RedactRoomMessageResponse = D1 ('MetaData "RedactRoomMessageResponse" "Amazonka.Chime.RedactRoomMessage" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "RedactRoomMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRedactRoomMessageResponse Source #

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

Response Lenses