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.Types.EndpointBatchRequest

Description

 
Synopsis

Documentation

data EndpointBatchRequest Source #

Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.

See: newEndpointBatchRequest smart constructor.

Constructors

EndpointBatchRequest' 

Fields

  • item :: [EndpointBatchItem]

    An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.

Instances

Instances details
Eq EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

Read EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

Show EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

Generic EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

Associated Types

type Rep EndpointBatchRequest :: Type -> Type #

NFData EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

Methods

rnf :: EndpointBatchRequest -> () #

Hashable EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

ToJSON EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

type Rep EndpointBatchRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointBatchRequest

type Rep EndpointBatchRequest = D1 ('MetaData "EndpointBatchRequest" "Amazonka.Pinpoint.Types.EndpointBatchRequest" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "EndpointBatchRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "item") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EndpointBatchItem])))

newEndpointBatchRequest :: EndpointBatchRequest Source #

Create a value of EndpointBatchRequest 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:item:EndpointBatchRequest', endpointBatchRequest_item - An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.

endpointBatchRequest_item :: Lens' EndpointBatchRequest [EndpointBatchItem] Source #

An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.