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

Description

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

Synopsis

Creating a Request

data UpdateApnsChannel Source #

See: newUpdateApnsChannel smart constructor.

Constructors

UpdateApnsChannel' 

Fields

Instances

Instances details
Eq UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Read UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Show UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Generic UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Associated Types

type Rep UpdateApnsChannel :: Type -> Type #

NFData UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Methods

rnf :: UpdateApnsChannel -> () #

Hashable UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

ToJSON UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

AWSRequest UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Associated Types

type AWSResponse UpdateApnsChannel #

ToHeaders UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

ToPath UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

ToQuery UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

type Rep UpdateApnsChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

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

Defined in Amazonka.Pinpoint.UpdateApnsChannel

newUpdateApnsChannel Source #

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

$sel:aPNSChannelRequest:UpdateApnsChannel', updateApnsChannel_aPNSChannelRequest - Undocumented member.

Request Lenses

updateApnsChannel_applicationId :: Lens' UpdateApnsChannel 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 UpdateApnsChannelResponse Source #

See: newUpdateApnsChannelResponse smart constructor.

Constructors

UpdateApnsChannelResponse' 

Fields

Instances

Instances details
Eq UpdateApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Read UpdateApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Show UpdateApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Generic UpdateApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

Associated Types

type Rep UpdateApnsChannelResponse :: Type -> Type #

NFData UpdateApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

type Rep UpdateApnsChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateApnsChannel

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

newUpdateApnsChannelResponse Source #

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

$sel:aPNSChannelResponse:UpdateApnsChannelResponse', updateApnsChannelResponse_aPNSChannelResponse - Undocumented member.

Response Lenses