37 "desc":
"AWS REST DELETE data provider; makes a `DELETE` request to a REST server and returns the "
39 "type":
"AwsRestClientDeleteDataProvider",
41 "supports_request":
True,
46 AbstractDataProvider::DataProviderSummaryInfoKeys
const ConstructorOptions
Constructor arguments.
Definition: AwsRestClientDataProvider.qc.dox.h:39
The AWS REST client DELETE data provider class.
Definition: AwsRestClientDeleteDataProvider.qc.dox.h:28
const ResponseType
Response type.
Definition: AwsRestClientDeleteDataProvider.qc.dox.h:53
auto doRequestImpl(auto req, __7_ hash< auto > request_options)
Makes a request and returns the response.
constructor(__7_ hash< auto > options)
Creates the object from constructor options.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string getName()
Returns the data provider name.
const ProviderSummaryInfo
Provider summary info.
Definition: AwsRestClientDeleteDataProvider.qc.dox.h:45
__7_ AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
__7_ AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
AwsRestClient rest
REST client connection.
Definition: AwsRestClientDeleteDataProvider.qc.dox.h:32
constructor(AwsRestClient rest)
Creates the object from a REST connection.
const RequestType
Request type.
Definition: AwsRestClientDeleteDataProvider.qc.dox.h:50
const ProviderInfo
Provider info.
Definition: AwsRestClientDeleteDataProvider.qc.dox.h:35
Qore AwsRestClientDataProvider module definition.
Definition: AwsRestClientCallDataProvider.qc.dox.h:26