Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
DynamoDBQuery.type
Members list
Type members
Classlikes
Attributes
- Supertypes
- Known subtypes
-
Attributes
- Supertypes
Attributes
- Companion
- trait
- Supertypes
- Self type
-
TableStatus.type
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
object Active.typeobject Archived.typeobject Archiving.typeobject Creating.typeobject Deleting.typeobject InaccessibleEncryptionCredentials.typeobject Updating.typeobject unknownToSdkVersion.typeShow all
Attributes
- Supertypes
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Each element in values is zipped together using function body which has signature A => DynamoDBQuery[B] Note that when DynamoDBQuery's are zipped together, on execution the queries are batched together as AWS DynamoDB batch queries whenever this is possible - only AWS GetItem, PutItem and DeleteItem queries can be batched, other query types will be executed in parallel.
Each element in values is zipped together using function body which has signature A => DynamoDBQuery[B] Note that when DynamoDBQuery's are zipped together, on execution the queries are batched together as AWS DynamoDB batch queries whenever this is possible - only AWS GetItem, PutItem and DeleteItem queries can be batched, other query types will be executed in parallel.
Note this is a low level function for a small amount of elements - if you want to perform a large number of reads and writes prefer the following utility functions - zio.dynamodb.batchReadItemFromStream, zio.dynamodb.batchWriteFromStream which work with ZStreams and efficiently limit batch sizes to the maximum size allowed by the AWS API, or alternatively use forEach to implement your own streaming functions.
Note that if you need need access to unprocessedItems or unprocessedKeys then an error handler for DynamoDBError.BatchError should be provided.
Attributes
when executed will return a ZStream of A
when executed will return a ZStream of A
Attributes
when executed will return a ZStream of Item
when executed will return a ZStream of Item
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
Either[String,(Chunk[A], LastEvaluatedKey)]
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
(Chunk[Item], LastEvaluatedKey)
Attributes
when executed will return a ZStream of A
when executed will return a ZStream of A
Attributes
when executed will return a ZStream of Item
when executed will return a ZStream of Item
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
Either[String,(Chunk[A], LastEvaluatedKey)]
Attributes
when executed will return a Tuple of
when executed will return a Tuple of
(Chunk[Item], LastEvaluatedKey)