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 BatchStatementResponse = BatchStatementResponse' {}
- newBatchStatementResponse :: BatchStatementResponse
- batchStatementResponse_error :: Lens' BatchStatementResponse (Maybe BatchStatementError)
- batchStatementResponse_item :: Lens' BatchStatementResponse (Maybe (HashMap Text AttributeValue))
- batchStatementResponse_tableName :: Lens' BatchStatementResponse (Maybe Text)
Documentation
data BatchStatementResponse Source #
A PartiQL batch statement response..
See: newBatchStatementResponse
smart constructor.
Instances
newBatchStatementResponse :: BatchStatementResponse Source #
Create a value of BatchStatementResponse
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:error:BatchStatementResponse'
, batchStatementResponse_error
- The error associated with a failed PartiQL batch statement.
$sel:item:BatchStatementResponse'
, batchStatementResponse_item
- A DynamoDB item associated with a BatchStatementResponse
$sel:tableName:BatchStatementResponse'
, batchStatementResponse_tableName
- The table name associated with a failed PartiQL batch statement.
batchStatementResponse_error :: Lens' BatchStatementResponse (Maybe BatchStatementError) Source #
The error associated with a failed PartiQL batch statement.
batchStatementResponse_item :: Lens' BatchStatementResponse (Maybe (HashMap Text AttributeValue)) Source #
A DynamoDB item associated with a BatchStatementResponse
batchStatementResponse_tableName :: Lens' BatchStatementResponse (Maybe Text) Source #
The table name associated with a failed PartiQL batch statement.