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 |
Synopsis
- data BatchReadOperationResponse = BatchReadOperationResponse' {}
- newBatchReadOperationResponse :: BatchReadOperationResponse
- batchReadOperationResponse_exceptionResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadException)
- batchReadOperationResponse_successfulResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadSuccessfulResponse)
Documentation
data BatchReadOperationResponse Source #
Represents the output of a BatchRead
response operation.
See: newBatchReadOperationResponse
smart constructor.
BatchReadOperationResponse' | |
|
Instances
newBatchReadOperationResponse :: BatchReadOperationResponse Source #
Create a value of BatchReadOperationResponse
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:exceptionResponse:BatchReadOperationResponse'
, batchReadOperationResponse_exceptionResponse
- Identifies which operation in a batch has failed.
$sel:successfulResponse:BatchReadOperationResponse'
, batchReadOperationResponse_successfulResponse
- Identifies which operation in a batch has succeeded.
batchReadOperationResponse_exceptionResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadException) Source #
Identifies which operation in a batch has failed.
batchReadOperationResponse_successfulResponse :: Lens' BatchReadOperationResponse (Maybe BatchReadSuccessfulResponse) Source #
Identifies which operation in a batch has succeeded.