tencentcloud-sdk-nodejs-batch 4.1.45 → 4.1.47
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
CHANGED
|
@@ -98,7 +98,7 @@ export interface RetryJobsResponse {
|
|
|
98
98
|
*/
|
|
99
99
|
export interface TerminateComputeNodeRequest {
|
|
100
100
|
/**
|
|
101
|
-
* 计算环境ID,环境ID通过调用接口 [
|
|
101
|
+
* 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
|
102
102
|
*/
|
|
103
103
|
EnvId: string;
|
|
104
104
|
/**
|
|
@@ -821,7 +821,7 @@ export interface LocalDiskType {
|
|
|
821
821
|
*/
|
|
822
822
|
export interface DescribeComputeEnvActivitiesRequest {
|
|
823
823
|
/**
|
|
824
|
-
* 计算环境ID,环境ID通过调用接口 [
|
|
824
|
+
* 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
|
825
825
|
*/
|
|
826
826
|
EnvId: string;
|
|
827
827
|
/**
|
|
@@ -833,8 +833,7 @@ export interface DescribeComputeEnvActivitiesRequest {
|
|
|
833
833
|
*/
|
|
834
834
|
Limit?: number;
|
|
835
835
|
/**
|
|
836
|
-
*
|
|
837
|
-
<li> compute-node-id - String - 是否必填:否 -(过滤条件)按照计算节点ID过滤。</li>
|
|
836
|
+
* 过滤条件<li> compute-node-id - String - 是否必填:否 -(过滤条件)按照计算节点ID过滤,节点ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。</li>
|
|
838
837
|
*/
|
|
839
838
|
Filters?: Filter;
|
|
840
839
|
}
|
|
@@ -912,7 +911,7 @@ export interface Job {
|
|
|
912
911
|
*/
|
|
913
912
|
export interface DeleteComputeEnvRequest {
|
|
914
913
|
/**
|
|
915
|
-
* 计算环境ID,环境ID通过调用接口 [
|
|
914
|
+
* 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取,不能对状态处于删除中或者存在计算实例未销毁的环境发起删除动作。
|
|
916
915
|
*/
|
|
917
916
|
EnvId: string;
|
|
918
917
|
}
|
|
@@ -1050,7 +1049,7 @@ export interface ComputeEnvCreateInfo {
|
|
|
1050
1049
|
*/
|
|
1051
1050
|
export interface DescribeComputeEnvCreateInfosRequest {
|
|
1052
1051
|
/**
|
|
1053
|
-
* 计算环境ID列表,与Filters参数不能同时指定,最大限制100
|
|
1052
|
+
* 计算环境ID列表,与Filters参数不能同时指定,最大限制100,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
|
1054
1053
|
*/
|
|
1055
1054
|
EnvIds?: Array<string>;
|
|
1056
1055
|
/**
|
|
@@ -1071,7 +1070,7 @@ export interface DescribeComputeEnvCreateInfosRequest {
|
|
|
1071
1070
|
*/
|
|
1072
1071
|
export interface DescribeComputeEnvRequest {
|
|
1073
1072
|
/**
|
|
1074
|
-
* 计算环境ID
|
|
1073
|
+
* 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
|
1075
1074
|
*/
|
|
1076
1075
|
EnvId: string;
|
|
1077
1076
|
}
|
|
@@ -1415,7 +1414,7 @@ export interface LoginSettings {
|
|
|
1415
1414
|
*/
|
|
1416
1415
|
export interface DetachInstancesRequest {
|
|
1417
1416
|
/**
|
|
1418
|
-
* 计算环境ID,环境ID通过调用接口 [
|
|
1417
|
+
* 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
|
1419
1418
|
*/
|
|
1420
1419
|
EnvId: string;
|
|
1421
1420
|
/**
|
|
@@ -1428,11 +1427,11 @@ export interface DetachInstancesRequest {
|
|
|
1428
1427
|
*/
|
|
1429
1428
|
export interface Instance {
|
|
1430
1429
|
/**
|
|
1431
|
-
* 实例ID
|
|
1430
|
+
* 实例ID,可通过调用接口[DescribeInstances](https://cloud.tencent.com/document/product/213/15728)获取。
|
|
1432
1431
|
*/
|
|
1433
1432
|
InstanceId: string;
|
|
1434
1433
|
/**
|
|
1435
|
-
* 镜像ID
|
|
1434
|
+
* 镜像ID,可通过调用接口[DescribeImages](https://cloud.tencent.com/document/product/213/15715)获取。
|
|
1436
1435
|
*/
|
|
1437
1436
|
ImageId?: string;
|
|
1438
1437
|
/**
|
|
@@ -2417,7 +2416,7 @@ export interface DescribeTaskRequest {
|
|
|
2417
2416
|
*/
|
|
2418
2417
|
export interface AttachInstancesRequest {
|
|
2419
2418
|
/**
|
|
2420
|
-
* 计算环境ID,环境ID通过调用接口 [
|
|
2419
|
+
* 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
|
2421
2420
|
*/
|
|
2422
2421
|
EnvId: string;
|
|
2423
2422
|
/**
|
|
@@ -2430,7 +2429,7 @@ export interface AttachInstancesRequest {
|
|
|
2430
2429
|
*/
|
|
2431
2430
|
export interface DescribeComputeEnvsRequest {
|
|
2432
2431
|
/**
|
|
2433
|
-
* 计算环境ID列表,与Filters参数不能同时指定。最大数量上限100
|
|
2432
|
+
* 计算环境ID列表,与Filters参数不能同时指定。最大数量上限100。
|
|
2434
2433
|
*/
|
|
2435
2434
|
EnvIds?: Array<string>;
|
|
2436
2435
|
/**
|
|
@@ -2595,7 +2594,7 @@ export declare type DescribeInstanceCategoriesRequest = null;
|
|
|
2595
2594
|
*/
|
|
2596
2595
|
export interface ModifyComputeEnvRequest {
|
|
2597
2596
|
/**
|
|
2598
|
-
* 计算环境ID,环境ID通过调用接口 [
|
|
2597
|
+
* 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
|
|
2599
2598
|
*/
|
|
2600
2599
|
EnvId: string;
|
|
2601
2600
|
/**
|