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

Description

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

Synopsis

Creating a Request

data UpdateSmsChannel Source #

See: newUpdateSmsChannel smart constructor.

Constructors

UpdateSmsChannel' 

Fields

Instances

Instances details
Eq UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Read UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Show UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Generic UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Associated Types

type Rep UpdateSmsChannel :: Type -> Type #

NFData UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Methods

rnf :: UpdateSmsChannel -> () #

Hashable UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

ToJSON UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

AWSRequest UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Associated Types

type AWSResponse UpdateSmsChannel #

ToHeaders UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

ToPath UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

ToQuery UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

type Rep UpdateSmsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

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

Defined in Amazonka.Pinpoint.UpdateSmsChannel

newUpdateSmsChannel Source #

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

$sel:sMSChannelRequest:UpdateSmsChannel', updateSmsChannel_sMSChannelRequest - Undocumented member.

Request Lenses

updateSmsChannel_applicationId :: Lens' UpdateSmsChannel 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 UpdateSmsChannelResponse Source #

See: newUpdateSmsChannelResponse smart constructor.

Constructors

UpdateSmsChannelResponse' 

Fields

Instances

Instances details
Eq UpdateSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Read UpdateSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Show UpdateSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Generic UpdateSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

Associated Types

type Rep UpdateSmsChannelResponse :: Type -> Type #

NFData UpdateSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

type Rep UpdateSmsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateSmsChannel

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

newUpdateSmsChannelResponse Source #

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

$sel:sMSChannelResponse:UpdateSmsChannelResponse', updateSmsChannelResponse_sMSChannelResponse - Undocumented member.

Response Lenses