40 const RequestType =
new RestClientCallWithoutBodyRequestDataType();
The AWS REST client base data provider class.
Definition AwsRestClientDataProviderBase.qc.dox.h:28
The AWS REST client GET data provider class.
Definition AwsRestClientGetDataProvider.qc.dox.h:28
*AbstractDataProviderType getRequestTypeImpl()
const ProviderInfo
Provider info.
Definition AwsRestClientGetDataProvider.qc.dox.h:32
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderSummaryInfo
Provider summary info.
Definition AwsRestClientGetDataProvider.qc.dox.h:36
constructor(AwsRestClient rest)
Creates the object from a REST connection.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const ResponseType
Response type.
Definition AwsRestClientGetDataProvider.qc.dox.h:43
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const RequestType
Request type.
Definition AwsRestClientGetDataProvider.qc.dox.h:40
Qore AwsRestClientDataProvider module definition.
Definition AwsRestClientCallDataProvider.qc.dox.h:26