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

Description

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

Synopsis

Creating a Request

data DeleteAdmChannel Source #

See: newDeleteAdmChannel smart constructor.

Constructors

DeleteAdmChannel' 

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

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Read DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Show DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Generic DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Associated Types

type Rep DeleteAdmChannel :: Type -> Type #

NFData DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Methods

rnf :: DeleteAdmChannel -> () #

Hashable DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

AWSRequest DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Associated Types

type AWSResponse DeleteAdmChannel #

ToHeaders DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

ToPath DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

ToQuery DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

type Rep DeleteAdmChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

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

Defined in Amazonka.Pinpoint.DeleteAdmChannel

newDeleteAdmChannel Source #

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

Request Lenses

deleteAdmChannel_applicationId :: Lens' DeleteAdmChannel 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 DeleteAdmChannelResponse Source #

See: newDeleteAdmChannelResponse smart constructor.

Constructors

DeleteAdmChannelResponse' 

Fields

Instances

Instances details
Eq DeleteAdmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Read DeleteAdmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Show DeleteAdmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Generic DeleteAdmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

Associated Types

type Rep DeleteAdmChannelResponse :: Type -> Type #

NFData DeleteAdmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

type Rep DeleteAdmChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteAdmChannel

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

newDeleteAdmChannelResponse Source #

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

$sel:aDMChannelResponse:DeleteAdmChannelResponse', deleteAdmChannelResponse_aDMChannelResponse - Undocumented member.

Response Lenses