tencentcloud-sdk-nodejs-oceanus 4.1.235 → 4.1.246

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-oceanus",
3
- "version": "4.1.235",
3
+ "version": "4.1.246",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -815,11 +815,11 @@ export interface Setats {
815
815
  */
816
816
  WebUIType?: number;
817
817
  /**
818
- * <p>setats集群的名字</p>
818
+ * <p>Setats集群名字</p>
819
819
  */
820
820
  Name?: string;
821
821
  /**
822
- * <p>setats集群注释</p>
822
+ * <p>Setats集群描述</p>
823
823
  */
824
824
  Remark?: string;
825
825
  }
@@ -1225,6 +1225,62 @@ export interface DescribeResourceConfigsResponse {
1225
1225
  */
1226
1226
  RequestId?: string;
1227
1227
  }
1228
+ /**
1229
+ * 变量信息列表
1230
+ */
1231
+ export interface VariableItem {
1232
+ /**
1233
+ * <p>变量id</p>
1234
+ 注意:此字段可能返回 null,表示取不到有效值。
1235
+ */
1236
+ SerialId?: string;
1237
+ /**
1238
+ * <p>变量名</p>
1239
+ 注意:此字段可能返回 null,表示取不到有效值。
1240
+ */
1241
+ Name?: string;
1242
+ /**
1243
+ * <p>变量值</p>
1244
+ 注意:此字段可能返回 null,表示取不到有效值。
1245
+ */
1246
+ Value?: string;
1247
+ /**
1248
+ * <p>变量值类型</p><p>枚举值:</p><ul><li>0: 自定义变量</li><li>1: 凭据值</li></ul>
1249
+ */
1250
+ ValueType?: number;
1251
+ /**
1252
+ * <p>凭据所在地域</p>
1253
+ */
1254
+ SecretRegion?: string;
1255
+ /**
1256
+ * <p>凭据名称</p>
1257
+ */
1258
+ SecretName?: string;
1259
+ /**
1260
+ * <p>凭据版本</p>
1261
+ */
1262
+ SecretVersionId?: string;
1263
+ /**
1264
+ * <p>变量值是否隐藏</p>
1265
+ 注意:此字段可能返回 null,表示取不到有效值。
1266
+ */
1267
+ Type?: number;
1268
+ /**
1269
+ * <p>变量描述</p>
1270
+ 注意:此字段可能返回 null,表示取不到有效值。
1271
+ */
1272
+ Remark?: string;
1273
+ /**
1274
+ * <p>变量创建时间</p>
1275
+ 注意:此字段可能返回 null,表示取不到有效值。
1276
+ */
1277
+ CreateTime?: string;
1278
+ /**
1279
+ * <p>变量创建人</p>
1280
+ 注意:此字段可能返回 null,表示取不到有效值。
1281
+ */
1282
+ CreatorUin?: string;
1283
+ }
1228
1284
  /**
1229
1285
  * DescribeClusters请求参数结构体
1230
1286
  */
@@ -2361,60 +2417,63 @@ export interface TriggerJobSavepointResponse {
2361
2417
  RequestId?: string;
2362
2418
  }
2363
2419
  /**
2364
- * 变量信息列表
2420
+ * HiveMetastoreInfo
2365
2421
  */
2366
- export interface VariableItem {
2422
+ export interface HiveMetastoreInfo {
2367
2423
  /**
2368
- * <p>变量id</p>
2369
- 注意:此字段可能返回 null,表示取不到有效值。
2424
+ * <p>hms serialId</p>
2370
2425
  */
2371
- SerialId?: string;
2426
+ HiveMetastoreSerialId?: string;
2372
2427
  /**
2373
- * <p>变量名</p>
2374
- 注意:此字段可能返回 null,表示取不到有效值。
2428
+ * <p>集群SerialId</p>
2375
2429
  */
2376
- Name?: string;
2430
+ ClusterGroupSerialId?: string;
2377
2431
  /**
2378
- * <p>变量值</p>
2379
- 注意:此字段可能返回 null,表示取不到有效值。
2432
+ * <p>状态枚举</p><p>枚举值:</p><ul><li>3: 运行中</li><li>1: 初始化中</li><li>2: 部署中</li><li>-2: 已删除</li></ul>
2380
2433
  */
2381
- Value?: string;
2434
+ Status?: number;
2382
2435
  /**
2383
- * <p>变量值类型</p><p>枚举值:</p><ul><li>0: 自定义变量</li><li>1: 凭据值</li></ul>
2436
+ * <p>使用核数</p><p>单位:cu</p>
2384
2437
  */
2385
- ValueType?: number;
2438
+ Cpu?: number;
2386
2439
  /**
2387
- * <p>凭据所在地域</p>
2440
+ * <p>使用内存资源</p><p>单位:GB</p>
2388
2441
  */
2389
- SecretRegion?: string;
2442
+ MemGB?: number;
2390
2443
  /**
2391
- * <p>凭据名称</p>
2444
+ * <p>副本数</p>
2392
2445
  */
2393
- SecretName?: string;
2446
+ Replica?: number;
2394
2447
  /**
2395
- * <p>凭据版本</p>
2448
+ * <p>hms 访问uri</p>
2449
+ 注意:此字段可能返回 null,表示取不到有效值。
2396
2450
  */
2397
- SecretVersionId?: string;
2451
+ HiveUri?: string;
2398
2452
  /**
2399
- * <p>变量值是否隐藏</p>
2453
+ * <p>命名空间</p>
2400
2454
  注意:此字段可能返回 null,表示取不到有效值。
2401
2455
  */
2402
- Type?: number;
2456
+ HiveNamespace?: string;
2403
2457
  /**
2404
- * <p>变量描述</p>
2458
+ * <p>创建时间</p>
2405
2459
  注意:此字段可能返回 null,表示取不到有效值。
2406
2460
  */
2407
- Remark?: string;
2461
+ CreateTime?: string;
2408
2462
  /**
2409
- * <p>变量创建时间</p>
2463
+ * <p>更新时间</p>
2410
2464
  注意:此字段可能返回 null,表示取不到有效值。
2411
2465
  */
2412
- CreateTime?: string;
2466
+ UpdateTime?: string;
2413
2467
  /**
2414
- * <p>变量创建人</p>
2468
+ * <p>Warehouse地址</p>
2415
2469
  注意:此字段可能返回 null,表示取不到有效值。
2416
2470
  */
2417
- CreatorUin?: string;
2471
+ HiveMetastoreWarehouseDir?: string;
2472
+ /**
2473
+ * <p>高级参数</p>
2474
+ 注意:此字段可能返回 null,表示取不到有效值。
2475
+ */
2476
+ Config?: Array<Property>;
2418
2477
  }
2419
2478
  /**
2420
2479
  * DeleteJobs返回参数结构体
@@ -3177,7 +3236,7 @@ export interface Cluster {
3177
3236
  */
3178
3237
  CreateTime?: string;
3179
3238
  /**
3180
- * <p>最后一次操作集群的时间</p>
3239
+ * <p>最后一次操作集群的时间</p><p>默认值:-</p>
3181
3240
  */
3182
3241
  UpdateTime?: string;
3183
3242
  /**
@@ -3214,7 +3273,7 @@ export interface Cluster {
3214
3273
  */
3215
3274
  Tags?: Array<Tag>;
3216
3275
  /**
3217
- * <p>集群隔离时间; 没隔离时间,则为 -</p>
3276
+ * <p>集群隔离时间; 没隔离时间,则为 -</p><p>默认值:-</p>
3218
3277
  注意:此字段可能返回 null,表示取不到有效值。
3219
3278
  */
3220
3279
  IsolatedTime?: string;
@@ -3416,6 +3475,20 @@ export interface Cluster {
3416
3475
  * <p>单作业最大可配置 CU 数</p>
3417
3476
  */
3418
3477
  MaxCuPerJob?: number;
3478
+ /**
3479
+ * <p>元数据服务信息</p>
3480
+ 注意:此字段可能返回 null,表示取不到有效值。
3481
+ */
3482
+ HiveMetastore?: HiveMetastoreInfo;
3483
+ /**
3484
+ * <p>安全组</p>
3485
+ 注意:此字段可能返回 null,表示取不到有效值。
3486
+ */
3487
+ SecurityGroupIds?: Array<string>;
3488
+ /**
3489
+ * <p>弹性网卡方案,0:POD弹性网卡,1:Node弹性网卡。</p><p>枚举值:</p><ul><li>0: POD弹性网卡</li><li>1: Node弹性网卡</li></ul>
3490
+ */
3491
+ NetEniType?: number;
3419
3492
  }
3420
3493
  /**
3421
3494
  * CreateVariable请求参数结构体