tencentcloud-sdk-nodejs-dlc 4.0.1052 → 4.1.7

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.
@@ -4621,6 +4621,10 @@ export interface DatasourceConnectionConfig {
4621
4621
  注意:此字段可能返回 null,表示取不到有效值。
4622
4622
  */
4623
4623
  TCHouseD?: TCHouseD;
4624
+ /**
4625
+ * TccHive数据目录连接信息
4626
+ */
4627
+ TccHive?: TccHive;
4624
4628
  }
4625
4629
  /**
4626
4630
  * UpdateRowFilter请求参数结构体
@@ -6895,6 +6899,39 @@ export interface CreateTasksResponse {
6895
6899
  */
6896
6900
  RequestId?: string;
6897
6901
  }
6902
+ /**
6903
+ * TccHive数据结构
6904
+ */
6905
+ export interface TccHive {
6906
+ /**
6907
+ * 实例ID
6908
+ */
6909
+ InstanceId?: string;
6910
+ /**
6911
+ * 实例名称
6912
+ */
6913
+ InstanceName?: string;
6914
+ /**
6915
+ * 终端节点服务ID
6916
+ */
6917
+ EndpointServiceId?: string;
6918
+ /**
6919
+ * thrift连接地址
6920
+ */
6921
+ MetaStoreUrl?: string;
6922
+ /**
6923
+ * hive版本
6924
+ */
6925
+ HiveVersion?: string;
6926
+ /**
6927
+ * 网络信息
6928
+ */
6929
+ TccConnection?: NetWork;
6930
+ /**
6931
+ * Hms终端节点服务ID
6932
+ */
6933
+ HmsEndpointServiceId?: string;
6934
+ }
6898
6935
  /**
6899
6936
  * GrantDLCCatalogAccess返回参数结构体
6900
6937
  */
@@ -7150,6 +7187,35 @@ export interface SQLTask {
7150
7187
  */
7151
7188
  Config?: Array<KVPair>;
7152
7189
  }
7190
+ /**
7191
+ * 网络配置信息
7192
+ */
7193
+ export interface NetWork {
7194
+ /**
7195
+ * 服务clbip
7196
+ */
7197
+ ClbIp?: string;
7198
+ /**
7199
+ * 服务clbPort
7200
+ */
7201
+ ClbPort?: string;
7202
+ /**
7203
+ * vpc实例id
7204
+ */
7205
+ VpcId?: string;
7206
+ /**
7207
+ * vpc网段
7208
+ */
7209
+ VpcCidrBlock?: string;
7210
+ /**
7211
+ * 子网实例id
7212
+ */
7213
+ SubnetId?: string;
7214
+ /**
7215
+ * 子网网段
7216
+ */
7217
+ SubnetCidrBlock?: string;
7218
+ }
7153
7219
  /**
7154
7220
  * AttachUserPolicy返回参数结构体
7155
7221
  */
@@ -7485,27 +7551,22 @@ export interface DescribeSparkAppJobRequest {
7485
7551
  export interface TCHouseD {
7486
7552
  /**
7487
7553
  * 数据源实例的唯一ID
7488
- 注意:此字段可能返回 null,表示取不到有效值。
7489
7554
  */
7490
7555
  InstanceId?: string;
7491
7556
  /**
7492
7557
  * 数据源名称
7493
- 注意:此字段可能返回 null,表示取不到有效值。
7494
7558
  */
7495
7559
  InstanceName?: string;
7496
7560
  /**
7497
7561
  * 数据源的JDBC
7498
- 注意:此字段可能返回 null,表示取不到有效值。
7499
7562
  */
7500
7563
  JdbcUrl?: string;
7501
7564
  /**
7502
7565
  * 用于访问数据源的用户
7503
- 注意:此字段可能返回 null,表示取不到有效值。
7504
7566
  */
7505
7567
  User?: string;
7506
7568
  /**
7507
7569
  * 数据源访问密码,需要base64编码
7508
- 注意:此字段可能返回 null,表示取不到有效值。
7509
7570
  */
7510
7571
  Password?: string;
7511
7572
  /**
@@ -7515,12 +7576,10 @@ export interface TCHouseD {
7515
7576
  Location?: DatasourceConnectionLocation;
7516
7577
  /**
7517
7578
  * 默认数据库名
7518
- 注意:此字段可能返回 null,表示取不到有效值。
7519
7579
  */
7520
7580
  DbName?: string;
7521
7581
  /**
7522
7582
  * 访问信息
7523
- 注意:此字段可能返回 null,表示取不到有效值。
7524
7583
  */
7525
7584
  AccessInfo?: string;
7526
7585
  }
@@ -7948,7 +8007,6 @@ export interface HiveInfo {
7948
8007
  InstanceName?: string;
7949
8008
  /**
7950
8009
  * EMR集群中hive组件的版本号
7951
- 注意:此字段可能返回 null,表示取不到有效值。
7952
8010
  */
7953
8011
  HiveVersion?: string;
7954
8012
  /**
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.v20210125 = void 0;
4
- const Models = require("./dlc_models");
4
+ const tslib_1 = require("tslib");
5
+ const Models = tslib_1.__importStar(require("./dlc_models"));
5
6
  const dlc_client_1 = require("./dlc_client");
6
7
  exports.v20210125 = {
7
8
  Client: dlc_client_1.Client,
package/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import * as tencentcloud from './tencentcloud';
2
- export default tencentcloud;
package/index.js DELETED
@@ -1,6 +0,0 @@
1
- 'use strict'
2
- Object.defineProperty(exports, '__esModule', { value: true })
3
- const tslib_1 = require('tslib')
4
- const tencentcloud = tslib_1.__importStar(require('./tencentcloud'))
5
- exports.default = tencentcloud
6
- //# sourceMappingURL=index.js.map
@@ -1,38 +0,0 @@
1
- // prettier.config.js
2
- module.exports = {
3
- // 一行最多 100 字符
4
- printWidth: 100,
5
- // 使用 4 个空格缩进
6
- tabWidth: 2,
7
- // 不使用缩进符,而使用空格
8
- useTabs: false,
9
- // 行尾需要有分号
10
- semi: false,
11
- // 使用单引号
12
- singleQuote: false,
13
- // 对象的 key 仅在必要时用引号
14
- quoteProps: "as-needed",
15
- // jsx 不使用单引号,而使用双引号
16
- jsxSingleQuote: false,
17
- // 末尾不需要逗号
18
- trailingComma: "es5",
19
- // 大括号内的首尾需要空格
20
- bracketSpacing: true,
21
- // jsx 标签的反尖括号需要换行
22
- jsxBracketSameLine: false,
23
- // 箭头函数,只有一个参数的时候,也需要括号
24
- arrowParens: "always",
25
- // 每个文件格式化的范围是文件的全部内容
26
- rangeStart: 0,
27
- rangeEnd: Infinity,
28
- // 不需要写文件开头的 @prettier
29
- requirePragma: false,
30
- // 不需要自动在文件开头插入 @prettier
31
- insertPragma: false,
32
- // 使用默认的折行标准
33
- proseWrap: "preserve",
34
- // 根据显示样式决定 html 要不要折行
35
- htmlWhitespaceSensitivity: "css",
36
- // 换行符使用 lf
37
- endOfLine: "lf",
38
- }
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./services"
@@ -1,5 +0,0 @@
1
- import { v20210125 } from "./v20210125"
2
-
3
- export const dlc = {
4
- v20210125: v20210125,
5
- }