libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.Types.StreamingNotificationTarget

Description

 
Synopsis

Documentation

data StreamingNotificationTarget Source #

The targeted recipient for a streaming configuration notification.

See: newStreamingNotificationTarget smart constructor.

Constructors

StreamingNotificationTarget' 

Fields

Instances

Instances details
Eq StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Read StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Show StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Generic StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Associated Types

type Rep StreamingNotificationTarget :: Type -> Type #

NFData StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

Hashable StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

ToJSON StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

FromJSON StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

type Rep StreamingNotificationTarget Source # 
Instance details

Defined in Amazonka.Chime.Types.StreamingNotificationTarget

type Rep StreamingNotificationTarget = D1 ('MetaData "StreamingNotificationTarget" "Amazonka.Chime.Types.StreamingNotificationTarget" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "StreamingNotificationTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NotificationTarget)))

newStreamingNotificationTarget Source #

Create a value of StreamingNotificationTarget 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:notificationTarget:StreamingNotificationTarget', streamingNotificationTarget_notificationTarget - The streaming notification target.