Documentation ¶
Index ¶
- type Builder
- type Option
- func AttributeUpdates(updates map[string]types.AttributeValueUpdate) Option
- func ConsistentRead(consistentRead *bool) Option
- func ExclusiveStartKey(exclusiveStartKey map[string]types.AttributeValue) Option
- func Limit(limit int32) Option
- func ReturnConsumedCapacity(capacity types.ReturnConsumedCapacity) Option
- func ReturnItemCollectionMetrics(metrics types.ReturnItemCollectionMetrics) Option
- func ReturnValues(value types.ReturnValue) Option
- func ReturnValuesOnConditionCheckFailure(value types.ReturnValuesOnConditionCheckFailure) Option
- func ScanIndexForward(asc bool) Option
- func Segment(segment *int32) Option
- func Select(selectType types.Select) Option
- func TotalSegments(totalSegments *int32) Option
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶ added in v0.1.11
type Builder struct {
// contains filtered or unexported fields
}
type Option ¶
func AttributeUpdates ¶
func AttributeUpdates(updates map[string]types.AttributeValueUpdate) Option
AttributeUpdates dynamodb.UpdateItemInput.AttributeUpdates
func ConsistentRead ¶ added in v0.1.3
func ExclusiveStartKey ¶ added in v0.1.3
func ExclusiveStartKey(exclusiveStartKey map[string]types.AttributeValue) Option
func ReturnConsumedCapacity ¶
func ReturnConsumedCapacity(capacity types.ReturnConsumedCapacity) Option
func ReturnItemCollectionMetrics ¶
func ReturnItemCollectionMetrics(metrics types.ReturnItemCollectionMetrics) Option
func ReturnValues ¶
func ReturnValues(value types.ReturnValue) Option
func ReturnValuesOnConditionCheckFailure ¶ added in v0.1.1
func ReturnValuesOnConditionCheckFailure(value types.ReturnValuesOnConditionCheckFailure) Option
func ScanIndexForward ¶
ScanIndexForward dynamodb.QueryInput.ScanIndexForward
func TotalSegments ¶ added in v0.1.3
Click to show internal directories.
Click to hide internal directories.