amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Defined in Amazonka.Pinpoint.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

AWSRequest UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Associated Types

type AWSResponse UpdateEndpointsBatch #

Generic UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Associated Types

type Rep UpdateEndpointsBatch :: Type -> Type #

Read UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Show UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

NFData UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Methods

rnf :: UpdateEndpointsBatch -> () #

Eq UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Hashable UpdateEndpointsBatch Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

type AWSResponse 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" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "UpdateEndpointsBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointBatchRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointBatchRequest)))

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:

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

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Associated Types

type Rep UpdateEndpointsBatchResponse :: Type -> Type #

Read UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Show UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

NFData UpdateEndpointsBatchResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEndpointsBatch

Eq 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" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" '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