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

Description

 
Synopsis

Documentation

data ChannelsResponse Source #

Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.

See: newChannelsResponse smart constructor.

Constructors

ChannelsResponse' 

Fields

  • channels :: HashMap Text ChannelResponse

    A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.

Instances

Instances details
Eq ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

Read ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

Show ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

Generic ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

Associated Types

type Rep ChannelsResponse :: Type -> Type #

NFData ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

Methods

rnf :: ChannelsResponse -> () #

Hashable ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

FromJSON ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

type Rep ChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelsResponse

type Rep ChannelsResponse = D1 ('MetaData "ChannelsResponse" "Amazonka.Pinpoint.Types.ChannelsResponse" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "ChannelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text ChannelResponse))))

newChannelsResponse :: ChannelsResponse Source #

Create a value of ChannelsResponse 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:channels:ChannelsResponse', channelsResponse_channels - A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.

channelsResponse_channels :: Lens' ChannelsResponse (HashMap Text ChannelResponse) Source #

A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.