tencentcloud-sdk-nodejs-dlc 4.0.1034 → 4.0.1035

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-dlc",
3
- "version": "4.0.1034",
3
+ "version": "4.0.1035",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -3449,12 +3449,10 @@ export interface Users {
3449
3449
  export interface DataEngineConfigPair {
3450
3450
  /**
3451
3451
  * 配置项
3452
- 注意:此字段可能返回 null,表示取不到有效值。
3453
3452
  */
3454
3453
  ConfigItem: string
3455
3454
  /**
3456
3455
  * 配置值
3457
- 注意:此字段可能返回 null,表示取不到有效值。
3458
3456
  */
3459
3457
  ConfigValue: string
3460
3458
  }
@@ -4944,17 +4942,14 @@ export interface DeleteUserRequest {
4944
4942
  export interface DataEngineScaleInfoDetail {
4945
4943
  /**
4946
4944
  * 统计开始时间,格式为:yyyy-MM-dd HH:mm:ss
4947
- 注意:此字段可能返回 null,表示取不到有效值。
4948
4945
  */
4949
4946
  StartTime?: string
4950
4947
  /**
4951
4948
  * 统计结束时间,格式为:yyyy-MM-dd HH:mm:ss
4952
- 注意:此字段可能返回 null,表示取不到有效值。
4953
4949
  */
4954
4950
  EndTime?: string
4955
4951
  /**
4956
4952
  * 当前统计时间段,引擎规格
4957
- 注意:此字段可能返回 null,表示取不到有效值。
4958
4953
  */
4959
4954
  CU?: number
4960
4955
  }
@@ -5241,7 +5236,6 @@ export interface DataEngineBasicInfo {
5241
5236
  UpdateTime?: number
5242
5237
  /**
5243
5238
  * 返回信息
5244
- 注意:此字段可能返回 null,表示取不到有效值。
5245
5239
  */
5246
5240
  Message?: string
5247
5241
  /**
@@ -5250,17 +5244,14 @@ export interface DataEngineBasicInfo {
5250
5244
  DataEngineId?: string
5251
5245
  /**
5252
5246
  * 引擎类型,有效值:PrestoSQL/SparkSQL/SparkBatch
5253
- 注意:此字段可能返回 null,表示取不到有效值。
5254
5247
  */
5255
5248
  DataEngineType?: string
5256
5249
  /**
5257
5250
  * 用户ID
5258
- 注意:此字段可能返回 null,表示取不到有效值。
5259
5251
  */
5260
5252
  AppId?: number
5261
5253
  /**
5262
5254
  * 账号ID
5263
- 注意:此字段可能返回 null,表示取不到有效值。
5264
5255
  */
5265
5256
  UserUin?: string
5266
5257
  }
@@ -9880,17 +9871,14 @@ export interface DescribeDataEngineResponse {
9880
9871
  export interface DataEngineScaleInfo {
9881
9872
  /**
9882
9873
  * 引擎ID
9883
- 注意:此字段可能返回 null,表示取不到有效值。
9884
9874
  */
9885
9875
  DataEngineId?: string
9886
9876
  /**
9887
9877
  * 引擎名称
9888
- 注意:此字段可能返回 null,表示取不到有效值。
9889
9878
  */
9890
9879
  DataEngineName?: string
9891
9880
  /**
9892
9881
  * 引擎规格详情
9893
- 注意:此字段可能返回 null,表示取不到有效值。
9894
9882
  */
9895
9883
  ScaleDetail?: Array<DataEngineScaleInfoDetail>
9896
9884
  }
@@ -3296,12 +3296,10 @@ export interface Users {
3296
3296
  export interface DataEngineConfigPair {
3297
3297
  /**
3298
3298
  * 配置项
3299
- 注意:此字段可能返回 null,表示取不到有效值。
3300
3299
  */
3301
3300
  ConfigItem: string;
3302
3301
  /**
3303
3302
  * 配置值
3304
- 注意:此字段可能返回 null,表示取不到有效值。
3305
3303
  */
3306
3304
  ConfigValue: string;
3307
3305
  }
@@ -4732,17 +4730,14 @@ export interface DeleteUserRequest {
4732
4730
  export interface DataEngineScaleInfoDetail {
4733
4731
  /**
4734
4732
  * 统计开始时间,格式为:yyyy-MM-dd HH:mm:ss
4735
- 注意:此字段可能返回 null,表示取不到有效值。
4736
4733
  */
4737
4734
  StartTime?: string;
4738
4735
  /**
4739
4736
  * 统计结束时间,格式为:yyyy-MM-dd HH:mm:ss
4740
- 注意:此字段可能返回 null,表示取不到有效值。
4741
4737
  */
4742
4738
  EndTime?: string;
4743
4739
  /**
4744
4740
  * 当前统计时间段,引擎规格
4745
- 注意:此字段可能返回 null,表示取不到有效值。
4746
4741
  */
4747
4742
  CU?: number;
4748
4743
  }
@@ -5019,7 +5014,6 @@ export interface DataEngineBasicInfo {
5019
5014
  UpdateTime?: number;
5020
5015
  /**
5021
5016
  * 返回信息
5022
- 注意:此字段可能返回 null,表示取不到有效值。
5023
5017
  */
5024
5018
  Message?: string;
5025
5019
  /**
@@ -5028,17 +5022,14 @@ export interface DataEngineBasicInfo {
5028
5022
  DataEngineId?: string;
5029
5023
  /**
5030
5024
  * 引擎类型,有效值:PrestoSQL/SparkSQL/SparkBatch
5031
- 注意:此字段可能返回 null,表示取不到有效值。
5032
5025
  */
5033
5026
  DataEngineType?: string;
5034
5027
  /**
5035
5028
  * 用户ID
5036
- 注意:此字段可能返回 null,表示取不到有效值。
5037
5029
  */
5038
5030
  AppId?: number;
5039
5031
  /**
5040
5032
  * 账号ID
5041
- 注意:此字段可能返回 null,表示取不到有效值。
5042
5033
  */
5043
5034
  UserUin?: string;
5044
5035
  }
@@ -9477,17 +9468,14 @@ export interface DescribeDataEngineResponse {
9477
9468
  export interface DataEngineScaleInfo {
9478
9469
  /**
9479
9470
  * 引擎ID
9480
- 注意:此字段可能返回 null,表示取不到有效值。
9481
9471
  */
9482
9472
  DataEngineId?: string;
9483
9473
  /**
9484
9474
  * 引擎名称
9485
- 注意:此字段可能返回 null,表示取不到有效值。
9486
9475
  */
9487
9476
  DataEngineName?: string;
9488
9477
  /**
9489
9478
  * 引擎规格详情
9490
- 注意:此字段可能返回 null,表示取不到有效值。
9491
9479
  */
9492
9480
  ScaleDetail?: Array<DataEngineScaleInfoDetail>;
9493
9481
  }