amazonka-pinpoint-2.0: Amazon Pinpoint 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.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
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

AWSRequest GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Associated Types

type AWSResponse GetBaiduChannel #

Generic GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Associated Types

type Rep GetBaiduChannel :: Type -> Type #

Read GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Show GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

NFData GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Methods

rnf :: GetBaiduChannel -> () #

Eq GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Hashable GetBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

type AWSResponse 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" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "GetBaiduChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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

Defined in Amazonka.Pinpoint.GetBaiduChannel

Associated Types

type Rep GetBaiduChannelResponse :: Type -> Type #

Read GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Show GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

NFData GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

Methods

rnf :: GetBaiduChannelResponse -> () #

Eq GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

type Rep GetBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetBaiduChannel

type Rep GetBaiduChannelResponse = D1 ('MetaData "GetBaiduChannelResponse" "Amazonka.Pinpoint.GetBaiduChannel" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" '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