DynamoDB

Base DynamoDB client instance

Construct an instance of this class for the appropriate region, pass in a credentials source, and grab a Table instance to do actual work.

Constructors

this
this(string region, AWSCredentialSource credsSource)
Undocumented in source.
this
this(string endpoint)
Undocumented in source.

Members

Functions

createTable
auto createTable(CreateTableParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
makeException
AWSException makeException(string type, bool retriable, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

table
string table [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
tableNames
auto tableNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tables
auto tables [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AWSClient

exceptionPrefix
auto exceptionPrefix;
Undocumented in source.
endpoint
string endpoint;
Undocumented in source.
endpointUrl
string endpointUrl;
Undocumented in source.
region
string region;
Undocumented in source.
service
string service;
Undocumented in source.
doRequest
AWSResponse doRequest(string operation, Json request)
Undocumented in source. Be warned that the author may not have intended to support it.
currentTimeString
auto currentTimeString()
Undocumented in source. Be warned that the author may not have intended to support it.
checkForError
void checkForError(HTTPClientResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.
makeException
AWSException makeException(string type, bool retriable, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta