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

Description

Retrieves information about the history and status of each channel for an application.

Synopsis

Creating a Request

data GetChannels Source #

See: newGetChannels smart constructor.

Constructors

GetChannels' 

Fields

  • applicationId :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Instances

Instances details
Eq GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Read GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Show GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Generic GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Associated Types

type Rep GetChannels :: Type -> Type #

NFData GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Methods

rnf :: GetChannels -> () #

Hashable GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

AWSRequest GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Associated Types

type AWSResponse GetChannels #

ToHeaders GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Methods

toHeaders :: GetChannels -> [Header] #

ToPath GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

ToQuery GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

type Rep GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

type Rep GetChannels = D1 ('MetaData "GetChannels" "Amazonka.Pinpoint.GetChannels" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetChannels'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetChannels Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

newGetChannels Source #

Create a value of GetChannels 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:applicationId:GetChannels', getChannels_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request Lenses

getChannels_applicationId :: Lens' GetChannels Text Source #

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Destructuring the Response

data GetChannelsResponse Source #

See: newGetChannelsResponse smart constructor.

Constructors

GetChannelsResponse' 

Fields

Instances

Instances details
Eq GetChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Read GetChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Show GetChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Generic GetChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Associated Types

type Rep GetChannelsResponse :: Type -> Type #

NFData GetChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

Methods

rnf :: GetChannelsResponse -> () #

type Rep GetChannelsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetChannels

type Rep GetChannelsResponse = D1 ('MetaData "GetChannelsResponse" "Amazonka.Pinpoint.GetChannels" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetChannelsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "channelsResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChannelsResponse)))

newGetChannelsResponse Source #

Create a value of GetChannelsResponse 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:httpStatus:GetChannelsResponse', getChannelsResponse_httpStatus - The response's http status code.

$sel:channelsResponse:GetChannelsResponse', getChannelsResponse_channelsResponse - Undocumented member.

Response Lenses