Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
EndpointBatchRequest' | |
|
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.