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