| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.EndpointBatchRequest
Description
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
| |
Instances
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.