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

Description

Disables the Baidu channel for an application and deletes any existing settings for the channel.

Synopsis

Creating a Request

data DeleteBaiduChannel Source #

See: newDeleteBaiduChannel smart constructor.

Constructors

DeleteBaiduChannel' 

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

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Read DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Show DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Generic DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Associated Types

type Rep DeleteBaiduChannel :: Type -> Type #

NFData DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Methods

rnf :: DeleteBaiduChannel -> () #

Hashable DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

AWSRequest DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Associated Types

type AWSResponse DeleteBaiduChannel #

ToHeaders DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

ToPath DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

ToQuery DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

type Rep DeleteBaiduChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

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

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

newDeleteBaiduChannel Source #

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

Request Lenses

deleteBaiduChannel_applicationId :: Lens' DeleteBaiduChannel 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 DeleteBaiduChannelResponse Source #

See: newDeleteBaiduChannelResponse smart constructor.

Constructors

DeleteBaiduChannelResponse' 

Fields

Instances

Instances details
Eq DeleteBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Read DeleteBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Show DeleteBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Generic DeleteBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

Associated Types

type Rep DeleteBaiduChannelResponse :: Type -> Type #

NFData DeleteBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

type Rep DeleteBaiduChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteBaiduChannel

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

newDeleteBaiduChannelResponse Source #

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

$sel:baiduChannelResponse:DeleteBaiduChannelResponse', deleteBaiduChannelResponse_baiduChannelResponse - Undocumented member.

Response Lenses