- 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.
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.