amazonka-chime-sdk-messaging-2.0: Amazon Chime SDK Messaging 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.ChimeSDKMessaging.Types.PushNotificationConfiguration

Description

 
Synopsis

Documentation

data PushNotificationConfiguration Source #

The push notification configuration of the message.

See: newPushNotificationConfiguration smart constructor.

Constructors

PushNotificationConfiguration' 

Fields

Instances

Instances details
ToJSON PushNotificationConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration

Generic PushNotificationConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration

Associated Types

type Rep PushNotificationConfiguration :: Type -> Type #

Show PushNotificationConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration

NFData PushNotificationConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration

Eq PushNotificationConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration

Hashable PushNotificationConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration

type Rep PushNotificationConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration

type Rep PushNotificationConfiguration = D1 ('MetaData "PushNotificationConfiguration" "Amazonka.ChimeSDKMessaging.Types.PushNotificationConfiguration" "amazonka-chime-sdk-messaging-2.0-BxY1AbjLoDB4AQUv82PCQZ" 'False) (C1 ('MetaCons "PushNotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PushNotificationType)))))

newPushNotificationConfiguration :: PushNotificationConfiguration Source #

Create a value of PushNotificationConfiguration 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:body:PushNotificationConfiguration', pushNotificationConfiguration_body - The body of the push notification.

$sel:title:PushNotificationConfiguration', pushNotificationConfiguration_title - The title of the push notification.

$sel:type':PushNotificationConfiguration', pushNotificationConfiguration_type - Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.

pushNotificationConfiguration_type :: Lens' PushNotificationConfiguration (Maybe PushNotificationType) Source #

Enum value that indicates the type of the push notification for a message. DEFAULT: Normal mobile push notification. VOIP: VOIP mobile push notification.