tencentcloud-sdk-nodejs 4.1.268 → 4.1.269

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.
Files changed (52) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cls/v20201016/cls_client.js +59 -17
  3. package/es/services/ga2/v20250115/ga2_client.js +9 -0
  4. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +26 -2
  5. package/es/services/lcic/v20220817/lcic_client.js +13 -4
  6. package/es/services/mps/v20190612/mps_client.js +11 -5
  7. package/es/services/oceanus/v20190422/oceanus_client.js +20 -8
  8. package/es/services/vod/v20180717/vod_client.js +3 -0
  9. package/package.json +1 -1
  10. package/tencentcloud/common/sdk_version.d.ts +1 -1
  11. package/tencentcloud/common/sdk_version.js +1 -1
  12. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +77 -21
  13. package/tencentcloud/services/cls/v20201016/cls_client.js +113 -29
  14. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1212 -280
  15. package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +1 -1
  16. package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +549 -119
  17. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
  18. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +73 -16
  19. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +4 -0
  20. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
  21. package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
  22. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +12 -17
  23. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -16
  24. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +40 -34
  25. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +40 -34
  26. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -2
  27. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
  28. package/tencentcloud/services/ga2/v20250115/ga2_client.d.ts +13 -1
  29. package/tencentcloud/services/ga2/v20250115/ga2_client.js +18 -0
  30. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +207 -113
  31. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +37 -3
  32. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +53 -3
  33. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +752 -111
  34. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +19 -7
  35. package/tencentcloud/services/lcic/v20220817/lcic_client.js +26 -8
  36. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +221 -50
  37. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  38. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
  39. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +15 -7
  40. package/tencentcloud/services/mps/v20190612/mps_client.js +21 -9
  41. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +247 -127
  42. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +25 -9
  43. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +36 -12
  44. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +264 -64
  45. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -8
  46. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +30 -30
  47. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +90 -1
  48. package/tencentcloud/services/tke/v20220501/tke_client.js +90 -1
  49. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +15 -15
  50. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  51. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  52. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +36 -2
@@ -105,6 +105,12 @@ class Client extends abstract_client_1.AbstractClient {
105
105
  async DescribeJobSavepoint(req, cb) {
106
106
  return this.request("DescribeJobSavepoint", req, cb);
107
107
  }
108
+ /**
109
+ * 销毁Oceanus集群
110
+ */
111
+ async DeleteOceanusCluster(req, cb) {
112
+ return this.request("DeleteOceanusCluster", req, cb);
113
+ }
108
114
  /**
109
115
  * 查询作业实例启动日志
110
116
  */
@@ -136,10 +142,10 @@ class Client extends abstract_client_1.AbstractClient {
136
142
  return this.request("RunJobs", req, cb);
137
143
  }
138
144
  /**
139
- * 请求参数不包含 "RunningOrderIds"时,接口获取指定作业的事件,包括作业启动停止、运行失败、快照失败、作业异常等各种事件类型;请求参数不包含 "RunningOrderIds"时,接口为查询作业实例ID接口,获取作业实例
145
+ * 查询集群
140
146
  */
141
- async DescribeJobEvents(req, cb) {
142
- return this.request("DescribeJobEvents", req, cb);
147
+ async DescribeClusters(req, cb) {
148
+ return this.request("DescribeClusters", req, cb);
143
149
  }
144
150
  /**
145
151
  * 描述资源配置接口
@@ -171,6 +177,12 @@ class Client extends abstract_client_1.AbstractClient {
171
177
  async CreateJob(req, cb) {
172
178
  return this.request("CreateJob", req, cb);
173
179
  }
180
+ /**
181
+ * 工作空间用户列表
182
+ */
183
+ async DescribeWorkSpaceUsers(req, cb) {
184
+ return this.request("DescribeWorkSpaceUsers", req, cb);
185
+ }
174
186
  /**
175
187
  * 触发Savepoint
176
188
  */
@@ -202,10 +214,10 @@ class Client extends abstract_client_1.AbstractClient {
202
214
  return this.request("CreateFolder", req, cb);
203
215
  }
204
216
  /**
205
- * 工作空间用户列表
217
+ * 描述系统资源接口
206
218
  */
207
- async DescribeWorkSpaceUsers(req, cb) {
208
- return this.request("DescribeWorkSpaceUsers", req, cb);
219
+ async DescribeSystemResources(req, cb) {
220
+ return this.request("DescribeSystemResources", req, cb);
209
221
  }
210
222
  /**
211
223
  * 检查快照是否可用
@@ -220,10 +232,10 @@ class Client extends abstract_client_1.AbstractClient {
220
232
  return this.request("CreateJobConfig", req, cb);
221
233
  }
222
234
  /**
223
- * 查询集群
235
+ * 请求参数不包含 "RunningOrderIds"时,接口获取指定作业的事件,包括作业启动停止、运行失败、快照失败、作业异常等各种事件类型;请求参数不包含 "RunningOrderIds"时,接口为查询作业实例ID接口,获取作业实例
224
236
  */
225
- async DescribeClusters(req, cb) {
226
- return this.request("DescribeClusters", req, cb);
237
+ async DescribeJobEvents(req, cb) {
238
+ return this.request("DescribeJobEvents", req, cb);
227
239
  }
228
240
  /**
229
241
  * 删除作业配置
@@ -237,6 +249,12 @@ class Client extends abstract_client_1.AbstractClient {
237
249
  async StopJobs(req, cb) {
238
250
  return this.request("StopJobs", req, cb);
239
251
  }
252
+ /**
253
+ * 续费Oceanus集群
254
+ */
255
+ async RenewOceanusCluster(req, cb) {
256
+ return this.request("RenewOceanusCluster", req, cb);
257
+ }
240
258
  /**
241
259
  * 获取资源关联作业信息
242
260
  */
@@ -294,10 +312,16 @@ class Client extends abstract_client_1.AbstractClient {
294
312
  return this.request("CreateResource", req, cb);
295
313
  }
296
314
  /**
297
- * 描述系统资源接口
315
+ * 扩缩容Oceanus集群
298
316
  */
299
- async DescribeSystemResources(req, cb) {
300
- return this.request("DescribeSystemResources", req, cb);
317
+ async ScaleOceanusCluster(req, cb) {
318
+ return this.request("ScaleOceanusCluster", req, cb);
319
+ }
320
+ /**
321
+ * 创建Oceanus集群
322
+ */
323
+ async CreateOceanusCluster(req, cb) {
324
+ return this.request("CreateOceanusCluster", req, cb);
301
325
  }
302
326
  /**
303
327
  * 查询元数据表
@@ -629,6 +629,23 @@ export interface ClusterBucketInfo {
629
629
  */
630
630
  UpdateTime?: string;
631
631
  }
632
+ /**
633
+ * ScaleOceanusCluster请求参数结构体
634
+ */
635
+ export interface ScaleOceanusClusterRequest {
636
+ /**
637
+ * <p>集群ID</p>
638
+ */
639
+ ClusterId: string;
640
+ /**
641
+ * <p>集群的目标CU,需大于12CU,并且集群CU需要满足 12 + 7*n (n&gt;=0)</p>
642
+ */
643
+ NewCU: number;
644
+ /**
645
+ * <p>扩容集群或者缩容集群</p><p>枚举值:</p><ul><li>ScaleDown: 缩容集群</li><li>ScaleUp: 扩容集群</li></ul><p>默认值:ScaleUp</p>
646
+ */
647
+ ScaleMode?: string;
648
+ }
632
649
  /**
633
650
  * 事件信息
634
651
  */
@@ -781,6 +798,19 @@ export interface DescribeJobConfigsRequest {
781
798
  */
782
799
  WorkSpaceId?: string;
783
800
  }
801
+ /**
802
+ * StopJobs请求参数结构体
803
+ */
804
+ export interface StopJobsRequest {
805
+ /**
806
+ * 批量停止作业的描述信息
807
+ */
808
+ StopJobDescriptions: Array<StopJobDescription>;
809
+ /**
810
+ * 工作空间 SerialId
811
+ */
812
+ WorkSpaceId?: string;
813
+ }
784
814
  /**
785
815
  * Sql Gateway返回Column类型
786
816
  */
@@ -1190,6 +1220,19 @@ export interface ResourceLoc {
1190
1220
  */
1191
1221
  Param: ResourceLocParam;
1192
1222
  }
1223
+ /**
1224
+ * RenewOceanusCluster返回参数结构体
1225
+ */
1226
+ export interface RenewOceanusClusterResponse {
1227
+ /**
1228
+ * <p>参数值success代表操作执行成功</p>
1229
+ */
1230
+ TaskExecResult?: string;
1231
+ /**
1232
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1233
+ */
1234
+ RequestId?: string;
1235
+ }
1193
1236
  /**
1194
1237
  * 云联网描述信息
1195
1238
  */
@@ -1246,24 +1289,17 @@ export interface ResourceRefJobInfo {
1246
1289
  ResourceVersion?: number;
1247
1290
  }
1248
1291
  /**
1249
- * SqlGateway返回LogicalType类型
1292
+ * CreateOceanusCluster返回参数结构体
1250
1293
  */
1251
- export interface LogicalType {
1252
- /**
1253
- * <p>类型</p>
1254
- 注意:此字段可能返回 null,表示取不到有效值。
1255
- */
1256
- Type?: string;
1294
+ export interface CreateOceanusClusterResponse {
1257
1295
  /**
1258
- * <p>是否允许为空</p>
1259
- 注意:此字段可能返回 null,表示取不到有效值。
1296
+ * <p>创建的集群ID</p><p>参数格式:cluster-xxx</p>
1260
1297
  */
1261
- NullAble?: boolean;
1298
+ ClusterId?: string;
1262
1299
  /**
1263
- * <p>长度</p><p>单位:字符数</p>
1264
- 注意:此字段可能返回 null,表示取不到有效值。
1300
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1265
1301
  */
1266
- Length?: number;
1302
+ RequestId?: string;
1267
1303
  }
1268
1304
  /**
1269
1305
  * DescribeTreeResources请求参数结构体
@@ -1968,6 +2004,71 @@ export interface GatewayRefItem {
1968
2004
  */
1969
2005
  Type: number;
1970
2006
  }
2007
+ /**
2008
+ * CreateOceanusCluster请求参数结构体
2009
+ */
2010
+ export interface CreateOceanusClusterRequest {
2011
+ /**
2012
+ * <p>集群名称</p><p>入参限制:支持1-50个英文、汉字、数字、连接线-或下划线_</p>
2013
+ */
2014
+ ClusterName: string;
2015
+ /**
2016
+ * <p>地域Id,可通过地域管理系统<a href="https://cloud.tencent.com/document/api/1596/77930"> DescribeRegions</a>查询Product参数设置 oceanus</p>
2017
+ */
2018
+ RegionId: number;
2019
+ /**
2020
+ * <p>可用区Id,可通过地域管理系统<a href="https://cloud.tencent.com/document/api/1596/77929"> DescribeZones</a>查询<br>Product参数设置 oceanus</p>
2021
+ */
2022
+ ZoneId: number;
2023
+ /**
2024
+ * <p>FlinkUI访问密码</p><p>用户名与密码将用于登录查看作业的 Flink UI 界面,集群用户名:admin</p>
2025
+ */
2026
+ LoginPassword: string;
2027
+ /**
2028
+ * <p>流计算通过 VPC 和弹性网卡来访问同地域中的其他云产品资源,并需要占用一定的子网 IP 数量,请确保所选子网的可用 IP 数量充足 如现有网络不符合您的要求,请前往 VPC 控制台<a href="https://console.cloud.tencent.com/vpc/vpc?rid=undefined">新建私有网络</a> 或 <a href="https://console.cloud.tencent.com/vpc/subnet?rid=undefined">新建子网</a></p>
2029
+ */
2030
+ VpcDescriptions: Array<VPCDescription>;
2031
+ /**
2032
+ * <p>流计算使用对象存储 COS 来保存作业的 checkpoint、jar 包、或投递日志等,如本地域无可用存储桶,请前往<a href="https://console.cloud.tencent.com/cos5">对象存储控制台</a>新建 为了保证您的正常使用,对应COS的生命周期配置请参考<a href="https://cloud.tencent.com/document/product/436/33417?from=console_document_search">文档</a></p>
2033
+ */
2034
+ DefaultCOSBucket: string;
2035
+ /**
2036
+ * <p>集群CU数, 12 CU 是流计算的最小计算资源和计费单位,1CU 包含1个 CPU 和 4GB 内存。 当CU数大于等于 48 时,减免管理节点费用。</p>
2037
+ */
2038
+ CU?: number;
2039
+ /**
2040
+ * <p>集群描述</p><p>入参限制:支持1-50个英文、汉字、数字、连接线-或下划线_</p>
2041
+ */
2042
+ Remark?: string;
2043
+ /**
2044
+ * <p>购买时长,以月为单位</p><p>取值范围:[1, 48]</p>
2045
+ */
2046
+ Period?: number;
2047
+ /**
2048
+ * <p>集群计费类型</p><p>枚举值:</p><ul><li>PREPAID: 包年包月</li><li>POSTPAID_BY_SECOND: 按量计费</li></ul><p>默认值:POSTPAID_BY_SECOND</p>
2049
+ */
2050
+ InstanceChargeType?: string;
2051
+ /**
2052
+ * <p>集群类型</p><p>枚举值:</p><ul><li>MULTI_AZ_CLUSTER: 多可用区集群</li></ul>
2053
+ */
2054
+ ClusterType?: string;
2055
+ /**
2056
+ * <p>自动续费标识</p><p>枚举值:</p><ul><li>NOTIFY_AND_MANUAL_RENEW: 通知并手动续费</li><li>NOTIFY_AND_AUTO_RENEW: 通知并自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW: 不通知并不自动续费</li></ul><p>默认值:NOTIFY_AND_MANUAL_RENEW</p><p>InstanceChargeType设置PREPAID时,对应包年包月集群,需要设置自动续费标识,按量计费集群不需要设置</p>
2057
+ */
2058
+ RenewFlag?: string;
2059
+ /**
2060
+ * <p>Flink UI访问类型设置</p><p>枚举值:</p><ul><li>NetworkAccess_INTERNAL: 内网访问</li><li>NetworkAccess_EXTERNAL: 公网访问</li></ul><p>默认值:NetworkAccess_EXTERNAL</p>
2061
+ */
2062
+ FlinkWebUINetworkAccessType?: string;
2063
+ /**
2064
+ * <p>多可用区VPC</p>
2065
+ */
2066
+ SlaveVpcDescriptions?: Array<SlaveVpcDescriptions>;
2067
+ /**
2068
+ * <p>核心内存比值,只支持 [0,2,4,8]</p>
2069
+ */
2070
+ CUMemory?: number;
2071
+ }
1971
2072
  /**
1972
2073
  * CreateResource返回参数结构体
1973
2074
  */
@@ -2126,6 +2227,27 @@ export interface RunJobDescription {
2126
2227
  */
2127
2228
  KafkaScanMode?: string;
2128
2229
  }
2230
+ /**
2231
+ * 多可用区VPC
2232
+ */
2233
+ export interface SlaveVpcDescriptions {
2234
+ /**
2235
+ * <p>私有网络ID</p>
2236
+ */
2237
+ VpcId: string;
2238
+ /**
2239
+ * <p>子网ID</p>
2240
+ */
2241
+ SubnetId: string;
2242
+ /**
2243
+ * <p>用户AppId</p>
2244
+ */
2245
+ AppId?: number;
2246
+ /**
2247
+ * <p>用户UIN</p>
2248
+ */
2249
+ OwnerUin?: string;
2250
+ }
2129
2251
  /**
2130
2252
  * DescribeResourceRelatedJobs返回参数结构体
2131
2253
  */
@@ -2143,6 +2265,26 @@ export interface DescribeResourceRelatedJobsResponse {
2143
2265
  */
2144
2266
  RequestId?: string;
2145
2267
  }
2268
+ /**
2269
+ * SqlGateway返回LogicalType类型
2270
+ */
2271
+ export interface LogicalType {
2272
+ /**
2273
+ * <p>类型</p>
2274
+ 注意:此字段可能返回 null,表示取不到有效值。
2275
+ */
2276
+ Type?: string;
2277
+ /**
2278
+ * <p>是否允许为空</p>
2279
+ 注意:此字段可能返回 null,表示取不到有效值。
2280
+ */
2281
+ NullAble?: boolean;
2282
+ /**
2283
+ * <p>长度</p><p>单位:字符数</p>
2284
+ 注意:此字段可能返回 null,表示取不到有效值。
2285
+ */
2286
+ Length?: number;
2287
+ }
2146
2288
  /**
2147
2289
  * 解析Connector
2148
2290
  */
@@ -2373,17 +2515,17 @@ export interface DeleteJobConfigsRequest {
2373
2515
  ConfigScope?: number;
2374
2516
  }
2375
2517
  /**
2376
- * StopJobs请求参数结构体
2518
+ * RenewOceanusCluster请求参数结构体
2377
2519
  */
2378
- export interface StopJobsRequest {
2520
+ export interface RenewOceanusClusterRequest {
2379
2521
  /**
2380
- * 批量停止作业的描述信息
2522
+ * <p>集群ID</p><p>参数格式:cluster-xxx</p>
2381
2523
  */
2382
- StopJobDescriptions: Array<StopJobDescription>;
2524
+ ClusterId: string;
2383
2525
  /**
2384
- * 工作空间 SerialId
2526
+ * <p>续费的时长,单位为月,只支持包年包月集群</p><p>取值范围:[1, 36]</p>
2385
2527
  */
2386
- WorkSpaceId?: string;
2528
+ Period: number;
2387
2529
  }
2388
2530
  /**
2389
2531
  * {
@@ -3012,24 +3154,43 @@ export interface TreeResourceItem {
3012
3154
  RefJobStatusCountSet?: Array<RefJobStatusCountItem>;
3013
3155
  }
3014
3156
  /**
3015
- * 作业配置 -- 专家模式的详细配置
3157
+ * DescribeTreeResources返回参数结构体
3016
3158
  */
3017
- export interface ExpertModeConfiguration {
3159
+ export interface DescribeTreeResourcesResponse {
3018
3160
  /**
3019
- * Job graph
3161
+ * 父节点ID
3020
3162
  注意:此字段可能返回 null,表示取不到有效值。
3021
3163
  */
3022
- JobGraph?: JobGraph;
3164
+ ParentId?: string;
3023
3165
  /**
3024
- * Node configuration
3166
+ * 文件夹ID
3025
3167
  注意:此字段可能返回 null,表示取不到有效值。
3026
3168
  */
3027
- NodeConfig?: Array<NodeConfig>;
3169
+ Id?: string;
3028
3170
  /**
3029
- * Slot sharing groups
3171
+ * 文件夹名
3030
3172
  注意:此字段可能返回 null,表示取不到有效值。
3031
3173
  */
3032
- SlotSharingGroups?: Array<SlotSharingGroup>;
3174
+ Name?: string;
3175
+ /**
3176
+ * 文件列表
3177
+ 注意:此字段可能返回 null,表示取不到有效值。
3178
+ */
3179
+ Items?: Array<TreeResourceItem>;
3180
+ /**
3181
+ * 子目录列表
3182
+ 注意:此字段可能返回 null,表示取不到有效值。
3183
+ */
3184
+ Children?: Array<DescribeTreeResourcesRsp>;
3185
+ /**
3186
+ * 资源总数
3187
+ 注意:此字段可能返回 null,表示取不到有效值。
3188
+ */
3189
+ TotalCount?: number;
3190
+ /**
3191
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3192
+ */
3193
+ RequestId?: string;
3033
3194
  }
3034
3195
  /**
3035
3196
  * CreateVariable返回参数结构体
@@ -3070,6 +3231,29 @@ export interface DeleteResourcesRequest {
3070
3231
  */
3071
3232
  WorkSpaceId?: string;
3072
3233
  }
3234
+ /**
3235
+ * 客户VPC描述信息,包含VpcId和SubnetId参数
3236
+ */
3237
+ export interface VPCDescription {
3238
+ /**
3239
+ * 私有网络ID
3240
+ */
3241
+ VpcId: string;
3242
+ /**
3243
+ * 子网ID
3244
+ */
3245
+ SubnetId: string;
3246
+ /**
3247
+ * 用户AppId
3248
+ 注意:此字段可能返回 null,表示取不到有效值。
3249
+ */
3250
+ AppId?: number;
3251
+ /**
3252
+ * 用户UIN
3253
+ 注意:此字段可能返回 null,表示取不到有效值。
3254
+ */
3255
+ OwnerUin?: string;
3256
+ }
3073
3257
  /**
3074
3258
  * RunJobs返回参数结构体
3075
3259
  */
@@ -3642,19 +3826,13 @@ export interface CreateVariableRequest {
3642
3826
  SecretValueMd5?: string;
3643
3827
  }
3644
3828
  /**
3645
- * 作业运行图
3829
+ * DeleteOceanusCluster请求参数结构体
3646
3830
  */
3647
- export interface JobGraph {
3648
- /**
3649
- * 运行图的点集合
3650
- 注意:此字段可能返回 null,表示取不到有效值。
3651
- */
3652
- Nodes?: Array<JobGraphNode>;
3831
+ export interface DeleteOceanusClusterRequest {
3653
3832
  /**
3654
- * 运行图的边集合
3655
- 注意:此字段可能返回 null,表示取不到有效值。
3833
+ * <p>集群ID</p><p>参数格式:cluster-xxxx</p>
3656
3834
  */
3657
- Edges?: Array<JobGraphEdge>;
3835
+ ClusterId: string;
3658
3836
  }
3659
3837
  /**
3660
3838
  * DescribeJobSubmissionLog请求参数结构体
@@ -4339,6 +4517,19 @@ export interface CreateJobRequest {
4339
4517
  */
4340
4518
  JdkVersion?: string;
4341
4519
  }
4520
+ /**
4521
+ * ScaleOceanusCluster返回参数结构体
4522
+ */
4523
+ export interface ScaleOceanusClusterResponse {
4524
+ /**
4525
+ * <p>参数值success代表操作执行成功</p>
4526
+ */
4527
+ TaskExecResult?: string;
4528
+ /**
4529
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4530
+ */
4531
+ RequestId?: string;
4532
+ }
4342
4533
  /**
4343
4534
  * 搜索启动日志时返回的作业实例
4344
4535
  */
@@ -4596,6 +4787,21 @@ export interface CreateResourceConfigRequest {
4596
4787
  */
4597
4788
  WorkSpaceId?: string;
4598
4789
  }
4790
+ /**
4791
+ * 作业运行图
4792
+ */
4793
+ export interface JobGraph {
4794
+ /**
4795
+ * 运行图的点集合
4796
+ 注意:此字段可能返回 null,表示取不到有效值。
4797
+ */
4798
+ Nodes?: Array<JobGraphNode>;
4799
+ /**
4800
+ * 运行图的边集合
4801
+ 注意:此字段可能返回 null,表示取不到有效值。
4802
+ */
4803
+ Edges?: Array<JobGraphEdge>;
4804
+ }
4599
4805
  /**
4600
4806
  * ModifyConnector返回参数结构体
4601
4807
  */
@@ -4760,6 +4966,19 @@ export interface CheckSavepointResponse {
4760
4966
  */
4761
4967
  RequestId?: string;
4762
4968
  }
4969
+ /**
4970
+ * DeleteOceanusCluster返回参数结构体
4971
+ */
4972
+ export interface DeleteOceanusClusterResponse {
4973
+ /**
4974
+ * <p>参数值success代表操作执行成功</p>
4975
+ */
4976
+ TaskExecResult?: string;
4977
+ /**
4978
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4979
+ */
4980
+ RequestId?: string;
4981
+ }
4763
4982
  /**
4764
4983
  * DescribeJobs返回参数结构体
4765
4984
  */
@@ -4778,43 +4997,24 @@ export interface DescribeJobsResponse {
4778
4997
  RequestId?: string;
4779
4998
  }
4780
4999
  /**
4781
- * DescribeTreeResources返回参数结构体
5000
+ * 作业配置 -- 专家模式的详细配置
4782
5001
  */
4783
- export interface DescribeTreeResourcesResponse {
4784
- /**
4785
- * 父节点ID
4786
- 注意:此字段可能返回 null,表示取不到有效值。
4787
- */
4788
- ParentId?: string;
4789
- /**
4790
- * 文件夹ID
4791
- 注意:此字段可能返回 null,表示取不到有效值。
4792
- */
4793
- Id?: string;
4794
- /**
4795
- * 文件夹名
4796
- 注意:此字段可能返回 null,表示取不到有效值。
4797
- */
4798
- Name?: string;
5002
+ export interface ExpertModeConfiguration {
4799
5003
  /**
4800
- * 文件列表
5004
+ * Job graph
4801
5005
  注意:此字段可能返回 null,表示取不到有效值。
4802
5006
  */
4803
- Items?: Array<TreeResourceItem>;
5007
+ JobGraph?: JobGraph;
4804
5008
  /**
4805
- * 子目录列表
5009
+ * Node configuration
4806
5010
  注意:此字段可能返回 null,表示取不到有效值。
4807
5011
  */
4808
- Children?: Array<DescribeTreeResourcesRsp>;
5012
+ NodeConfig?: Array<NodeConfig>;
4809
5013
  /**
4810
- * 资源总数
5014
+ * Slot sharing groups
4811
5015
  注意:此字段可能返回 null,表示取不到有效值。
4812
5016
  */
4813
- TotalCount?: number;
4814
- /**
4815
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4816
- */
4817
- RequestId?: string;
5017
+ SlotSharingGroups?: Array<SlotSharingGroup>;
4818
5018
  }
4819
5019
  /**
4820
5020
  * 集群购买、扩缩容、续费订单信息
@@ -572,7 +572,7 @@ export interface DescribeDBInstanceParametersResponse {
572
572
  */
573
573
  export interface DescribeDBInstanceSecurityGroupsResponse {
574
574
  /**
575
- * 安全组信息数组
575
+ * <p>安全组信息数组</p>
576
576
  */
577
577
  SecurityGroupSet?: Array<SecurityGroup>;
578
578
  /**
@@ -3219,17 +3219,15 @@ export interface CloseAuditServiceResponse {
3219
3219
  */
3220
3220
  export interface ModifyDBInstanceSecurityGroupsRequest {
3221
3221
  /**
3222
- * 实例或只读组要绑定的安全组列表。
3223
- 安全组信息可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来查询。
3224
- **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
3222
+ * <p>实例或只读组要绑定的安全组列表。<br>安全组信息可以通过调用 <a href="https://cloud.tencent.com/document/api/215/15808">DescribeSecurityGroups</a> 的返回值中的sgId字段来查询。<br><strong>注意:</strong>该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。</p>
3225
3223
  */
3226
3224
  SecurityGroupIdSet: Array<string>;
3227
3225
  /**
3228
- * 实例ID,可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。DBInstanceIdReadOnlyGroupId至少传一个;如果都传,忽略ReadOnlyGroupId。
3226
+ * <p>实例ID,可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取。DBInstanceIdReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询实例关联的安全组,只传DBInstanceId字段。</p>
3229
3227
  */
3230
3228
  DBInstanceId?: string;
3231
3229
  /**
3232
- * 只读组ID,可通过[DescribeReadOnlyGroups](https://cloud.tencent.com/document/api/409/52599)接口获取。DBInstanceIdReadOnlyGroupId至少传一个;如果要修改只读组关联的安全组,只传ReadOnlyGroupId
3230
+ * <p>只读组ID,可通过<a href="https://cloud.tencent.com/document/api/409/52599">DescribeReadOnlyGroups</a>接口获取。DBInstanceIdReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询只读组关联的安全组,只传ReadOnlyGroupId。</p>
3233
3231
  */
3234
3232
  ReadOnlyGroupId?: string;
3235
3233
  }
@@ -5490,11 +5488,11 @@ export interface DescribeDBInstancesResponse {
5490
5488
  */
5491
5489
  export interface DescribeDBInstanceSecurityGroupsRequest {
5492
5490
  /**
5493
- * 实例ID,可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。DBInstanceIdReadOnlyGroupId至少传一个;如果都传,忽略ReadOnlyGroupId。
5491
+ * <p>实例ID,可通过<a href="https://cloud.tencent.com/document/api/409/16773">DescribeDBInstances</a>接口获取。DBInstanceIdReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询实例关联的安全组,只传DBInstanceId字段。</p>
5494
5492
  */
5495
5493
  DBInstanceId?: string;
5496
5494
  /**
5497
- * 只读组ID,可通过[DescribeReadOnlyGroups](https://cloud.tencent.com/document/api/409/52599)接口获取。DBInstanceIdReadOnlyGroupId至少传一个;如果要查询只读组关联的安全组,只传ReadOnlyGroupId
5495
+ * <p>只读组ID,可通过<a href="https://cloud.tencent.com/document/api/409/52599">DescribeReadOnlyGroups</a>接口获取。DBInstanceIdReadOnlyGroupId、ProxyAddressId至少传一个;如果要查询只读组关联的安全组,只传ReadOnlyGroupId。</p>
5498
5496
  */
5499
5497
  ReadOnlyGroupId?: string;
5500
5498
  }