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

Description

Retrieves information about the status and settings of the Baidu channel for an application.

Synopsis

Creating a Request

data GetBaiduChannel Source #

See: newGetBaiduChannel smart constructor.

Constructors

GetBaiduChannel' 

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 GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Read GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Show GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Generic GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Associated Types

type Rep GetBaiduChannel :: Type -> Type #

NFData GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Methods

rnf :: GetBaiduChannel -> () #

Hashable GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

AWSRequest GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Associated Types

type AWSResponse GetBaiduChannel #

ToHeaders GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

ToPath GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

ToQuery GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

type Rep GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

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

Defined in Amazonka.Pinpoint.GetBaiduChannel

newGetBaiduChannel Source #

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

Request Lenses

getBaiduChannel_applicationId :: Lens' GetBaiduChannel 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 GetBaiduChannelResponse Source #

See: newGetBaiduChannelResponse smart constructor.

Constructors

GetBaiduChannelResponse' 

Fields

Instances

Instances details
Eq GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Read GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Show GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Generic GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Associated Types

type Rep GetBaiduChannelResponse :: Type -> Type #

NFData GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Methods

rnf :: GetBaiduChannelResponse -> () #

type Rep GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

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

newGetBaiduChannelResponse Source #

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

$sel:baiduChannelResponse:GetBaiduChannelResponse', getBaiduChannelResponse_baiduChannelResponse - Undocumented member.

Response Lenses