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

Description

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

Synopsis

Creating a Request

data DeleteSmsChannel Source #

See: newDeleteSmsChannel smart constructor.

Constructors

DeleteSmsChannel' 

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

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Read DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Show DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Generic DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Associated Types

type Rep DeleteSmsChannel :: Type -> Type #

NFData DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Methods

rnf :: DeleteSmsChannel -> () #

Hashable DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

AWSRequest DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Associated Types

type AWSResponse DeleteSmsChannel #

ToHeaders DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

ToPath DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

ToQuery DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

type Rep DeleteSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

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

Defined in Amazonka.Pinpoint.DeleteSmsChannel

newDeleteSmsChannel Source #

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

Request Lenses

deleteSmsChannel_applicationId :: Lens' DeleteSmsChannel 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 DeleteSmsChannelResponse Source #

See: newDeleteSmsChannelResponse smart constructor.

Constructors

DeleteSmsChannelResponse' 

Fields

Instances

Instances details
Eq DeleteSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Read DeleteSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Show DeleteSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Generic DeleteSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

Associated Types

type Rep DeleteSmsChannelResponse :: Type -> Type #

NFData DeleteSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

type Rep DeleteSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteSmsChannel

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

newDeleteSmsChannelResponse Source #

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

$sel:sMSChannelResponse:DeleteSmsChannelResponse', deleteSmsChannelResponse_sMSChannelResponse - Undocumented member.

Response Lenses