|
124 | 124 | #include "model/GetHybridClusterConfigResult.h" |
125 | 125 | #include "model/GetIfEcsTypeSupportHtConfigRequest.h" |
126 | 126 | #include "model/GetIfEcsTypeSupportHtConfigResult.h" |
| 127 | +#include "model/GetJobLogRequest.h" |
| 128 | +#include "model/GetJobLogResult.h" |
127 | 129 | #include "model/GetPostScriptsRequest.h" |
128 | 130 | #include "model/GetPostScriptsResult.h" |
129 | 131 | #include "model/GetSchedulerInfoRequest.h" |
@@ -448,6 +450,9 @@ namespace AlibabaCloud |
448 | 450 | typedef Outcome<Error, Model::GetIfEcsTypeSupportHtConfigResult> GetIfEcsTypeSupportHtConfigOutcome; |
449 | 451 | typedef std::future<GetIfEcsTypeSupportHtConfigOutcome> GetIfEcsTypeSupportHtConfigOutcomeCallable; |
450 | 452 | typedef std::function<void(const EHPCClient*, const Model::GetIfEcsTypeSupportHtConfigRequest&, const GetIfEcsTypeSupportHtConfigOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetIfEcsTypeSupportHtConfigAsyncHandler; |
| 453 | + typedef Outcome<Error, Model::GetJobLogResult> GetJobLogOutcome; |
| 454 | + typedef std::future<GetJobLogOutcome> GetJobLogOutcomeCallable; |
| 455 | + typedef std::function<void(const EHPCClient*, const Model::GetJobLogRequest&, const GetJobLogOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetJobLogAsyncHandler; |
451 | 456 | typedef Outcome<Error, Model::GetPostScriptsResult> GetPostScriptsOutcome; |
452 | 457 | typedef std::future<GetPostScriptsOutcome> GetPostScriptsOutcomeCallable; |
453 | 458 | typedef std::function<void(const EHPCClient*, const Model::GetPostScriptsRequest&, const GetPostScriptsOutcome&, const std::shared_ptr<const AsyncCallerContext>&)> GetPostScriptsAsyncHandler; |
@@ -849,6 +854,9 @@ namespace AlibabaCloud |
849 | 854 | GetIfEcsTypeSupportHtConfigOutcome getIfEcsTypeSupportHtConfig(const Model::GetIfEcsTypeSupportHtConfigRequest &request)const; |
850 | 855 | void getIfEcsTypeSupportHtConfigAsync(const Model::GetIfEcsTypeSupportHtConfigRequest& request, const GetIfEcsTypeSupportHtConfigAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
851 | 856 | GetIfEcsTypeSupportHtConfigOutcomeCallable getIfEcsTypeSupportHtConfigCallable(const Model::GetIfEcsTypeSupportHtConfigRequest& request) const; |
| 857 | + GetJobLogOutcome getJobLog(const Model::GetJobLogRequest &request)const; |
| 858 | + void getJobLogAsync(const Model::GetJobLogRequest& request, const GetJobLogAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
| 859 | + GetJobLogOutcomeCallable getJobLogCallable(const Model::GetJobLogRequest& request) const; |
852 | 860 | GetPostScriptsOutcome getPostScripts(const Model::GetPostScriptsRequest &request)const; |
853 | 861 | void getPostScriptsAsync(const Model::GetPostScriptsRequest& request, const GetPostScriptsAsyncHandler& handler, const std::shared_ptr<const AsyncCallerContext>& context = nullptr) const; |
854 | 862 | GetPostScriptsOutcomeCallable getPostScriptsCallable(const Model::GetPostScriptsRequest& request) const; |
|
0 commit comments