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

Description

Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an application.

Synopsis

Creating a Request

data UpdateBaiduChannel Source #

See: newUpdateBaiduChannel smart constructor.

Constructors

UpdateBaiduChannel' 

Fields

Instances

Instances details
Eq UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Read UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Show UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Generic UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Associated Types

type Rep UpdateBaiduChannel :: Type -> Type #

NFData UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Methods

rnf :: UpdateBaiduChannel -> () #

Hashable UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

ToJSON UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

AWSRequest UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Associated Types

type AWSResponse UpdateBaiduChannel #

ToHeaders UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

ToPath UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

ToQuery UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

type Rep UpdateBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

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

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

newUpdateBaiduChannel Source #

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

$sel:baiduChannelRequest:UpdateBaiduChannel', updateBaiduChannel_baiduChannelRequest - Undocumented member.

Request Lenses

updateBaiduChannel_applicationId :: Lens' UpdateBaiduChannel 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 UpdateBaiduChannelResponse Source #

See: newUpdateBaiduChannelResponse smart constructor.

Constructors

UpdateBaiduChannelResponse' 

Fields

Instances

Instances details
Eq UpdateBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Read UpdateBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Show UpdateBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Generic UpdateBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

Associated Types

type Rep UpdateBaiduChannelResponse :: Type -> Type #

NFData UpdateBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

type Rep UpdateBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateBaiduChannel

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

newUpdateBaiduChannelResponse Source #

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

$sel:baiduChannelResponse:UpdateBaiduChannelResponse', updateBaiduChannelResponse_baiduChannelResponse - Undocumented member.

Response Lenses