AWSClient

Constructors

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

Members

Functions

checkForError
void checkForError(HTTPClientResponse response)
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.
doRequest
AWSResponse doRequest(string operation, Json request)
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.

Static variables

exceptionPrefix
auto exceptionPrefix;
Undocumented in source.

Variables

endpoint
string endpoint;
Undocumented in source.
endpointUrl
string endpointUrl;
Undocumented in source.
region
string region;
Undocumented in source.
service
string service;
Undocumented in source.

Meta