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