tencentcloud-sdk-nodejs-dlc 4.0.555 → 4.0.556

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.
@@ -63,6 +63,101 @@ export interface DescribeNotebookSessionStatementRequest {
63
63
  */
64
64
  StatementId: string;
65
65
  }
66
+ /**
67
+ * 网络配置
68
+ */
69
+ export interface NetworkConnection {
70
+ /**
71
+ * 网络配置id
72
+ 注意:此字段可能返回 null,表示取不到有效值。
73
+ */
74
+ Id?: number;
75
+ /**
76
+ * 网络配置唯一标志符
77
+ 注意:此字段可能返回 null,表示取不到有效值。
78
+ */
79
+ AssociateId?: string;
80
+ /**
81
+ * 计算引擎id
82
+ 注意:此字段可能返回 null,表示取不到有效值。
83
+ */
84
+ HouseId?: string;
85
+ /**
86
+ * 数据源id(已废弃)
87
+ 注意:此字段可能返回 null,表示取不到有效值。
88
+ */
89
+ DatasourceConnectionId?: string;
90
+ /**
91
+ * 网络配置状态(0-初始化,1-正常)
92
+ 注意:此字段可能返回 null,表示取不到有效值。
93
+ */
94
+ State?: number;
95
+ /**
96
+ * 创建时间
97
+ 注意:此字段可能返回 null,表示取不到有效值。
98
+ */
99
+ CreateTime?: number;
100
+ /**
101
+ * 修改时间
102
+ 注意:此字段可能返回 null,表示取不到有效值。
103
+ */
104
+ UpdateTime?: number;
105
+ /**
106
+ * 创建用户Appid
107
+ 注意:此字段可能返回 null,表示取不到有效值。
108
+ */
109
+ Appid?: number;
110
+ /**
111
+ * 计算引擎名称
112
+ 注意:此字段可能返回 null,表示取不到有效值。
113
+ */
114
+ HouseName?: string;
115
+ /**
116
+ * 网络配置名称
117
+ 注意:此字段可能返回 null,表示取不到有效值。
118
+ */
119
+ DatasourceConnectionName?: string;
120
+ /**
121
+ * 网络配置类型
122
+ 注意:此字段可能返回 null,表示取不到有效值。
123
+ */
124
+ NetworkConnectionType?: number;
125
+ /**
126
+ * 创建用户uin
127
+ 注意:此字段可能返回 null,表示取不到有效值。
128
+ */
129
+ Uin?: string;
130
+ /**
131
+ * 创建用户SubAccountUin
132
+ 注意:此字段可能返回 null,表示取不到有效值。
133
+ */
134
+ SubAccountUin?: string;
135
+ /**
136
+ * 网络配置描述
137
+ 注意:此字段可能返回 null,表示取不到有效值。
138
+ */
139
+ NetworkConnectionDesc?: string;
140
+ /**
141
+ * 数据源vpcid
142
+ 注意:此字段可能返回 null,表示取不到有效值。
143
+ */
144
+ DatasourceConnectionVpcId?: string;
145
+ /**
146
+ * 数据源SubnetId
147
+ 注意:此字段可能返回 null,表示取不到有效值。
148
+ */
149
+ DatasourceConnectionSubnetId?: string;
150
+ /**
151
+ * 数据源SubnetId
152
+ 注意:此字段可能返回 null,表示取不到有效值。
153
+ */
154
+ DatasourceConnectionCidrBlock?: string;
155
+ /**
156
+ * 数据源SubnetCidrBlock
157
+ 注意:此字段可能返回 null,表示取不到有效值。
158
+ */
159
+ DatasourceConnectionSubnetCidrBlock?: string;
160
+ }
66
161
  /**
67
162
  * CancelNotebookSessionStatement请求参数结构体
68
163
  */
@@ -1905,6 +2000,10 @@ export interface TPartition {
1905
2000
  */
1906
2001
  TransformArgs?: Array<string>;
1907
2002
  }
2003
+ /**
2004
+ * DescribeForbiddenTablePro请求参数结构体
2005
+ */
2006
+ export declare type DescribeForbiddenTableProRequest = null;
1908
2007
  /**
1909
2008
  * CreateDataEngine返回参数结构体
1910
2009
  */
@@ -3702,99 +3801,13 @@ export interface ViewResponseInfo {
3702
3801
  ModifiedTime: string;
3703
3802
  }
3704
3803
  /**
3705
- * 网络配置
3804
+ * DescribeForbiddenTablePro返回参数结构体
3706
3805
  */
3707
- export interface NetworkConnection {
3708
- /**
3709
- * 网络配置id
3710
- 注意:此字段可能返回 null,表示取不到有效值。
3711
- */
3712
- Id?: number;
3713
- /**
3714
- * 网络配置唯一标志符
3715
- 注意:此字段可能返回 null,表示取不到有效值。
3716
- */
3717
- AssociateId?: string;
3718
- /**
3719
- * 计算引擎id
3720
- 注意:此字段可能返回 null,表示取不到有效值。
3721
- */
3722
- HouseId?: string;
3723
- /**
3724
- * 数据源id(已废弃)
3725
- 注意:此字段可能返回 null,表示取不到有效值。
3726
- */
3727
- DatasourceConnectionId?: string;
3728
- /**
3729
- * 网络配置状态(0-初始化,1-正常)
3730
- 注意:此字段可能返回 null,表示取不到有效值。
3731
- */
3732
- State?: number;
3733
- /**
3734
- * 创建时间
3735
- 注意:此字段可能返回 null,表示取不到有效值。
3736
- */
3737
- CreateTime?: number;
3738
- /**
3739
- * 修改时间
3740
- 注意:此字段可能返回 null,表示取不到有效值。
3741
- */
3742
- UpdateTime?: number;
3743
- /**
3744
- * 创建用户Appid
3745
- 注意:此字段可能返回 null,表示取不到有效值。
3746
- */
3747
- Appid?: number;
3748
- /**
3749
- * 计算引擎名称
3750
- 注意:此字段可能返回 null,表示取不到有效值。
3751
- */
3752
- HouseName?: string;
3806
+ export interface DescribeForbiddenTableProResponse {
3753
3807
  /**
3754
- * 网络配置名称
3755
- 注意:此字段可能返回 null,表示取不到有效值。
3756
- */
3757
- DatasourceConnectionName?: string;
3758
- /**
3759
- * 网络配置类型
3760
- 注意:此字段可能返回 null,表示取不到有效值。
3761
- */
3762
- NetworkConnectionType?: number;
3763
- /**
3764
- * 创建用户uin
3765
- 注意:此字段可能返回 null,表示取不到有效值。
3766
- */
3767
- Uin?: string;
3768
- /**
3769
- * 创建用户SubAccountUin
3770
- 注意:此字段可能返回 null,表示取不到有效值。
3771
- */
3772
- SubAccountUin?: string;
3773
- /**
3774
- * 网络配置描述
3775
- 注意:此字段可能返回 null,表示取不到有效值。
3776
- */
3777
- NetworkConnectionDesc?: string;
3778
- /**
3779
- * 数据源vpcid
3780
- 注意:此字段可能返回 null,表示取不到有效值。
3781
- */
3782
- DatasourceConnectionVpcId?: string;
3783
- /**
3784
- * 数据源SubnetId
3785
- 注意:此字段可能返回 null,表示取不到有效值。
3786
- */
3787
- DatasourceConnectionSubnetId?: string;
3788
- /**
3789
- * 数据源SubnetId
3790
- 注意:此字段可能返回 null,表示取不到有效值。
3791
- */
3792
- DatasourceConnectionCidrBlock?: string;
3793
- /**
3794
- * 数据源SubnetCidrBlock
3795
- 注意:此字段可能返回 null,表示取不到有效值。
3796
- */
3797
- DatasourceConnectionSubnetCidrBlock?: string;
3808
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3809
+ */
3810
+ RequestId?: string;
3798
3811
  }
3799
3812
  /**
3800
3813
  * CreateUser请求参数结构体