The AWS REST client POST data provider class.
Definition AwsRestClientPostDataProvider.qc.dox.h:28
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderSummaryInfo
Provider summary info.
Definition AwsRestClientPostDataProvider.qc.dox.h:36
const ResponseType
Response type.
Definition AwsRestClientPostDataProvider.qc.dox.h:43
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const ProviderInfo
Provider info.
Definition AwsRestClientPostDataProvider.qc.dox.h:32
constructor(AwsRestClient rest)
Creates the object from a REST connection.
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const RequestType
Request type.
Definition AwsRestClientPostDataProvider.qc.dox.h:40
string getName()
Returns the data provider name.