# Functions
Marshal converts map data to DynamoDB Item data.
MarshalStringSlice converts string slice to DynamoDB Item data.
New returns initialized *DynamoDB.
NewAttributeDefinition creates AttributeDefinition from SDK's output.
NewAttributeDefinitionFromType creates AttributeDefinition from the give type.
NewAttributeDefinitionList creates the list of AttributeDefinition from SDK's output.
NewBillingModeSummary creates BillingModeSummary from SDK's output.
NewBinarySetAttribute returns a table AttributeDefinition for binary set.
NewBoolAttribute returns a table AttributeDefinition for boolean.
NewByteAttribute returns a table AttributeDefinition for byte.
NewConditionList returns initialized *ConditionList.
NewExpectedCondition returns *SDK.ExpectedAttributeValue with ComparisonOperator and value.
NewFromSession returns initialized *DynamoDB from aws.Session.
NewGSI returns initilized GlobalSecondaryIndex.
NewGSIDescription creates GSIDescription from SDK's output.
NewGSIDescriptionList creates the list of GSIDescription from SDK's output.
NewHashKeyElement creates initialized *SDK.KeySchemaElement for HashKey.
NewKeyElement creates initialized *SDK.KeySchemaElement.
NewKeySchema creates new []*SDK.KeySchemaElement.
NewKeySchemaElement creates KeySchemaElement from SDK's output.
NewKeySchemaElementList creates the list of KeySchemaElement from SDK's output.
NewListAttribute returns a table AttributeDefinition for list.
NewLSI returns initilized LocalSecondaryIndex.
NewLSIDescription creates LSIDescription from SDK's output.
NewLSIDescriptionList creates the list of LSIDescription from SDK's output.
NewMapAttribute returns a table AttributeDefinition for map.
NewNullAttribute returns a table AttributeDefinition for null.
NewNumberAttribute returns a table AttributeDefinition for number.
NewNumberSetAttribute returns a table AttributeDefinition for number set.
NewProjection creates Projection from SDK's output.
NewProvisionedThroughputDescription creates ProvisionedThroughputDescription from SDK's output.
NewPutItem returns initialized *PutItem.
NewRangeKeyElement creates initialized *SDK.KeySchemaElement for RangeKey.
NewRestoreSummary creates RestoreSummary from SDK's output.
NewSSEDescription creates SSEDescription from SDK's output.
NewStreamSpecification creates StreamSpecification from SDK's output.
NewStringAttribute returns a table AttributeDefinition for string.
NewStringSetAttribute returns a table AttributeDefinition for string set.
NewTable returns initialized *Table.
NewTableDescription creates TableDescription from SDK's output.
NewTableDesignWithHashKeyN returns create table request data for number hashkey.
NewTableDesignWithHashKeyS returns create table request data for string hashkey.
NewTableWithDesign returns initialized *Table.
NewTableWithoutDesign returns initialized *Table without table design.
UnmarshalAttributeValue converts DynamoDB Item to map data.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
attribvute types.
No description provided by the author
comparison operators.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
key type name for DynamoDB Index.
No description provided by the author
projection type of the index.
projection type of the index.
No description provided by the author
# Structs
AttributeDefinition represents an attribute for describing the key schema for the table and indexes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BillingModeSummary contains the details for the read/write capacity mode.
No description provided by the author
Condition contains condition.
ConditionList contains multiple condition.
No description provided by the author
DynamoDB has DynamoDB client and table list.
GSIDescription contains the properties of a global secondary index.
No description provided by the author
KeySchemaElement represents a single element of a key schema.
LSIDescription represents the properties of a local secondary index.
Projection represents attributes that are copied (projected) from the table into an index.
ProvisionedThroughputDescription represents the provisioned throughput settings for the table.
PutItem is wrapped struct for DynamoDB Item to put.
QueryResult is struct for result of Query operation.
RestoreSummary contains details for the restore.
SSEDescription contains description of the server-side encryption status on the specified table.
StreamSpecification represents the DynamoDB Streams configuration for a table in DynamoDB.
Table is a wapper struct for DynamoDB table.
TableDescription represents the properties of a table.
TableDesign is struct for table schema.