tencentcloud-sdk-nodejs-tsf 4.0.985 → 4.0.994
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/products.md +66 -65
- package/src/services/tsf/v20180326/tsf_client.ts +2 -2
- package/src/services/tsf/v20180326/tsf_models.ts +392 -368
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +2 -2
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +2 -2
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +392 -368
|
@@ -111,7 +111,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
111
111
|
*/
|
|
112
112
|
ModifyCluster(req: ModifyClusterRequest, cb?: (error: string, rep: ModifyClusterResponse) => void): Promise<ModifyClusterResponse>;
|
|
113
113
|
/**
|
|
114
|
-
*
|
|
114
|
+
* 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
|
|
115
115
|
*/
|
|
116
116
|
DescribeContainerGroupDetail(req: DescribeContainerGroupDetailRequest, cb?: (error: string, rep: DescribeContainerGroupDetailResponse) => void): Promise<DescribeContainerGroupDetailResponse>;
|
|
117
117
|
/**
|
|
@@ -192,7 +192,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
192
192
|
*/
|
|
193
193
|
CreatePathRewritesWithDetailResp(req: CreatePathRewritesWithDetailRespRequest, cb?: (error: string, rep: CreatePathRewritesWithDetailRespResponse) => void): Promise<CreatePathRewritesWithDetailRespResponse>;
|
|
194
194
|
/**
|
|
195
|
-
*
|
|
195
|
+
* 获取部署组详情
|
|
196
196
|
*/
|
|
197
197
|
DescribeContainerGroupDeployInfo(req: DescribeContainerGroupDeployInfoRequest, cb?: (error: string, rep: DescribeContainerGroupDeployInfoResponse) => void): Promise<DescribeContainerGroupDeployInfoResponse>;
|
|
198
198
|
/**
|
|
@@ -184,7 +184,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
184
184
|
return this.request("ModifyCluster", req, cb);
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* 容器部署组详情(已废弃,请使用 DescribeContainerGroupDeployInfo)
|
|
188
188
|
*/
|
|
189
189
|
async DescribeContainerGroupDetail(req, cb) {
|
|
190
190
|
return this.request("DescribeContainerGroupDetail", req, cb);
|
|
@@ -305,7 +305,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
305
305
|
return this.request("CreatePathRewritesWithDetailResp", req, cb);
|
|
306
306
|
}
|
|
307
307
|
/**
|
|
308
|
-
*
|
|
308
|
+
* 获取部署组详情
|
|
309
309
|
*/
|
|
310
310
|
async DescribeContainerGroupDeployInfo(req, cb) {
|
|
311
311
|
return this.request("DescribeContainerGroupDeployInfo", req, cb);
|