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

Description

Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes for a batch of endpoints. If an update includes one or more values for a custom attribute, Amazon Pinpoint replaces (overwrites) any existing values with the new values.

Synopsis

Creating a Request

data UpdateEndpointsBatch Source #

See: newUpdateEndpointsBatch smart constructor.

Constructors

UpdateEndpointsBatch' 

Fields

Instances

Instances details
Eq UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Read UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Show UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Generic UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Associated Types

type Rep UpdateEndpointsBatch :: Type -> Type #

NFData UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Methods

rnf :: UpdateEndpointsBatch -> () #

Hashable UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

ToJSON UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

AWSRequest UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Associated Types

type AWSResponse UpdateEndpointsBatch #

ToHeaders UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

ToPath UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

ToQuery UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

type Rep UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

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

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

newUpdateEndpointsBatch Source #

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

$sel:endpointBatchRequest:UpdateEndpointsBatch', updateEndpointsBatch_endpointBatchRequest - Undocumented member.

Request Lenses

updateEndpointsBatch_applicationId :: Lens' UpdateEndpointsBatch 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 UpdateEndpointsBatchResponse Source #

See: newUpdateEndpointsBatchResponse smart constructor.

Constructors

UpdateEndpointsBatchResponse' 

Fields

Instances

Instances details
Eq UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Read UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Show UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Generic UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Associated Types

type Rep UpdateEndpointsBatchResponse :: Type -> Type #

NFData UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

type Rep UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

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

newUpdateEndpointsBatchResponse Source #

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

$sel:messageBody:UpdateEndpointsBatchResponse', updateEndpointsBatchResponse_messageBody - Undocumented member.

Response Lenses