tencentcloud-sdk-nodejs-sqlserver 4.1.120 → 4.1.136

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/README.md CHANGED
@@ -62,6 +62,8 @@ npm install tencentcloud-sdk-slim-nodejs --save
62
62
 
63
63
  1. clone 代码到本地:
64
64
  ```
65
+ git clone https://cnb.cool/tencent/cloud/api/sdk/tencentcloud-sdk-nodejs
66
+ # 或者
65
67
  git clone https://github.com/tencentcloud/tencentcloud-sdk-nodejs
66
68
  # 或者
67
69
  git clone https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs
@@ -135,7 +137,7 @@ const CvmClient = tencentcloud.cvm.v20170312.Client
135
137
  // ...
136
138
  ```
137
139
 
138
- 实例化 `Client` 的入参支持 `clientConfig`,数据结构和说明详见 [ClientConfig](https://github.com/TencentCloud/tencentcloud-sdk-nodejs/blob/master/src/common/interface.ts)。
140
+ 实例化 `Client` 的入参支持 `clientConfig`,数据结构和说明详见 [ClientConfig](src/common/interface.ts)。
139
141
 
140
142
  ## Common Client
141
143
 
@@ -143,17 +145,17 @@ const CvmClient = tencentcloud.cvm.v20170312.Client
143
145
 
144
146
  **注意,您必须明确知道您调用的接口所需参数,否则可能会调用失败。**
145
147
 
146
- 详细使用请参阅示例:[使用 Common Client 进行调用](https://github.com/TencentCloud/tencentcloud-sdk-nodejs/tree/master/examples/common)
148
+ 详细使用请参阅示例:[使用 Common Client 进行调用](examples/common)
147
149
 
148
150
  ## 更多示例
149
151
 
150
- 请参考 [examples](https://github.com/TencentCloud/tencentcloud-sdk-nodejs/tree/master/examples) 目录。
152
+ 请参考 [examples](examples) 目录。
151
153
 
152
154
  # 相关配置
153
155
 
154
156
  ## 代理
155
157
 
156
- 如果是有代理的环境下,需要配置代理,请在创建 Client 时传入 [profile.httpProfile.proxy](https://github.com/TencentCloud/tencentcloud-sdk-nodejs/blob/master/src/common/interface.ts#L78) 参数,或设置系统环境变量 `http_proxy` ,否则可能无法正常调用,抛出连接超时的异常。
158
+ 如果是有代理的环境下,需要配置代理,请在创建 Client 时传入 [profile.httpProfile.proxy](src/common/interface.ts#L78) 参数,或设置系统环境变量 `http_proxy` ,否则可能无法正常调用,抛出连接超时的异常。
157
159
 
158
160
  # 凭证管理
159
161
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-sqlserver",
3
- "version": "4.1.120",
3
+ "version": "4.1.136",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -45,6 +45,7 @@
45
45
  "url": "https://github.com/tencentcloud/tencentcloud-sdk-nodejs"
46
46
  },
47
47
  "devDependencies": {
48
+ "@types/ini": "^4.1.1",
48
49
  "@types/json-bigint": "^1.0.1",
49
50
  "@types/node": "^18.0.0",
50
51
  "@types/node-fetch": "^2.5.7",
@@ -1352,6 +1352,10 @@ export interface UpgradeDBInstanceRequest {
1352
1352
 
1353
1353
  */
1354
1354
  DrZones?: Array<DrZoneInfo>;
1355
+ /**
1356
+ * 是否自动升级数据库的兼容性级别,默认0。0-否,1-是
1357
+ */
1358
+ UpgradeCompatLevel?: number;
1355
1359
  }
1356
1360
  /**
1357
1361
  * ModifyDBInstanceSSL返回参数结构体
@@ -5386,7 +5390,7 @@ export interface Events {
5386
5390
  */
5387
5391
  EventType?: string;
5388
5392
  /**
5389
- * 事件记录状态,1-成功,2-失败
5393
+ * 事件记录状态,1-成功,2-失败,3-文件待删除,4-写入中
5390
5394
  */
5391
5395
  Status?: number;
5392
5396
  /**
@@ -5394,7 +5398,7 @@ export interface Events {
5394
5398
  */
5395
5399
  StartTime?: string;
5396
5400
  /**
5397
- * 扩展文件生成开始时间
5401
+ * 扩展文件最后更新时间
5398
5402
  */
5399
5403
  EndTime?: string;
5400
5404
  /**
@@ -7818,6 +7822,14 @@ export interface DbNormalDetail {
7818
7822
  * 是否全文启用 0:否 1:是
7819
7823
  */
7820
7824
  IsFullTextEnabled?: string;
7825
+ /**
7826
+ * 是否是可用性组 0:否 1:是
7827
+ */
7828
+ IsAvailabilityGroups?: string;
7829
+ /**
7830
+ * AG组数据库同步状态
7831
+ */
7832
+ AGSyncState?: string;
7821
7833
  }
7822
7834
  /**
7823
7835
  * CreateBackup返回参数结构体