tencentcloud-sdk-nodejs-dlc 4.1.20 → 4.1.21

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.1.20",
3
+ "version": "4.1.21",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -21,7 +21,6 @@ export interface CheckDataEngineConfigPairsValidityResponse {
21
21
  export interface DescribeResultDownloadResponse {
22
22
  /**
23
23
  * 下载文件路径
24
- 注意:此字段可能返回 null,表示取不到有效值。
25
24
  */
26
25
  Path?: string;
27
26
  /**
@@ -649,7 +648,6 @@ export interface DescribeAdvancedStoreLocationResponse {
649
648
  LakeFsStatus?: string;
650
649
  /**
651
650
  * 托管存储桶类型
652
- 注意:此字段可能返回 null,表示取不到有效值。
653
651
  */
654
652
  BucketType?: string;
655
653
  /**
@@ -1032,7 +1030,6 @@ export interface NotebookSessionStatementInfo {
1032
1030
  OutPut?: StatementOutput;
1033
1031
  /**
1034
1032
  * 批任务id
1035
- 注意:此字段可能返回 null,表示取不到有效值。
1036
1033
  */
1037
1034
  BatchId?: string;
1038
1035
  /**
@@ -3410,22 +3407,18 @@ export interface DescribeLakeFsTaskResultRequest {
3410
3407
  export interface OtherCHDFSBinding {
3411
3408
  /**
3412
3409
  * 产品名称
3413
- 注意:此字段可能返回 null,表示取不到有效值。
3414
3410
  */
3415
3411
  ProductName?: string;
3416
3412
  /**
3417
3413
  * 用户名称(该字段已废弃)
3418
- 注意:此字段可能返回 null,表示取不到有效值。
3419
3414
  */
3420
3415
  SuperUser?: Array<string>;
3421
3416
  /**
3422
3417
  * vpc配置信息
3423
- 注意:此字段可能返回 null,表示取不到有效值。
3424
3418
  */
3425
3419
  VpcInfo?: Array<CHDFSProductVpcInfo>;
3426
3420
  /**
3427
3421
  * 是否与该桶绑定(该字段已废弃)
3428
- 注意:此字段可能返回 null,表示取不到有效值。
3429
3422
  */
3430
3423
  IsBind?: boolean;
3431
3424
  }
@@ -8894,7 +8887,6 @@ export interface TaskResponseInfo {
8894
8887
  OperateUin?: string;
8895
8888
  /**
8896
8889
  * 计算资源名字
8897
- 注意:此字段可能返回 null,表示取不到有效值。
8898
8890
  */
8899
8891
  DataEngineName?: string;
8900
8892
  /**