libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.Types.EmptyChatChannel

Description

 
Synopsis

Documentation

data EmptyChatChannel Source #

Used to remove the chat channel from an incident record or response plan.

See: newEmptyChatChannel smart constructor.

Constructors

EmptyChatChannel' 

Instances

Instances details
Eq EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

Read EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

Show EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

Generic EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

Associated Types

type Rep EmptyChatChannel :: Type -> Type #

NFData EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

Methods

rnf :: EmptyChatChannel -> () #

Hashable EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

ToJSON EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

FromJSON EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

type Rep EmptyChatChannel Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EmptyChatChannel

type Rep EmptyChatChannel = D1 ('MetaData "EmptyChatChannel" "Amazonka.SSMIncidents.Types.EmptyChatChannel" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "EmptyChatChannel'" 'PrefixI 'False) (U1 :: Type -> Type))

newEmptyChatChannel :: EmptyChatChannel Source #

Create a value of EmptyChatChannel with all optional fields omitted.

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