Browse Source

TESLASTREAM SDK Auto Released By shenshi,Version:1.53.29

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 6 years ago
parent
commit
4eb893f31f

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-03-13 Version: 1.53.29
+1, Distinguish between system and service parameters
+
 2019-03-13 Version: 1.53.28
 1, add DescribeDemands interface
 

+ 1 - 1
services/teslastream/batch_get_job_metric_info.go

@@ -93,7 +93,7 @@ func CreateBatchGetJobMetricInfoRequest() (request *BatchGetJobMetricInfoRequest
 	request = &BatchGetJobMetricInfoRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("TeslaStream", "2018-01-15", "BatchGetJobMetricInfo", "", "")
+	request.InitWithApiInfo("TeslaStream", "2018-01-15", "BatchGetJobMetricInfo", "teslastream", "openAPI")
 	return
 }
 

+ 1 - 1
services/teslastream/batch_get_plugin_config_info.go

@@ -93,7 +93,7 @@ func CreateBatchGetPluginConfigInfoRequest() (request *BatchGetPluginConfigInfoR
 	request = &BatchGetPluginConfigInfoRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("TeslaStream", "2018-01-15", "BatchGetPluginConfigInfo", "", "")
+	request.InitWithApiInfo("TeslaStream", "2018-01-15", "BatchGetPluginConfigInfo", "teslastream", "openAPI")
 	return
 }
 

+ 1 - 1
services/teslastream/get_job_topology.go

@@ -93,7 +93,7 @@ func CreateGetJobTopologyRequest() (request *GetJobTopologyRequest) {
 	request = &GetJobTopologyRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("TeslaStream", "2018-01-15", "GetJobTopology", "", "")
+	request.InitWithApiInfo("TeslaStream", "2018-01-15", "GetJobTopology", "teslastream", "openAPI")
 	return
 }