libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.Types.VoiceChannelRequest

Description

 
Synopsis

Documentation

data VoiceChannelRequest Source #

Specifies the status and settings of the voice channel for an application.

See: newVoiceChannelRequest smart constructor.

Constructors

VoiceChannelRequest' 

Fields

  • enabled :: Maybe Bool

    Specifies whether to enable the voice channel for the application.

Instances

Instances details
Eq VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

Read VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

Show VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

Generic VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

Associated Types

type Rep VoiceChannelRequest :: Type -> Type #

NFData VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

Methods

rnf :: VoiceChannelRequest -> () #

Hashable VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

ToJSON VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

type Rep VoiceChannelRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VoiceChannelRequest

type Rep VoiceChannelRequest = D1 ('MetaData "VoiceChannelRequest" "Amazonka.Pinpoint.Types.VoiceChannelRequest" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "VoiceChannelRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newVoiceChannelRequest :: VoiceChannelRequest Source #

Create a value of VoiceChannelRequest 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:enabled:VoiceChannelRequest', voiceChannelRequest_enabled - Specifies whether to enable the voice channel for the application.

voiceChannelRequest_enabled :: Lens' VoiceChannelRequest (Maybe Bool) Source #

Specifies whether to enable the voice channel for the application.