tencentcloud-sdk-nodejs 4.0.902 → 4.0.903

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 (43) hide show
  1. package/CHANGELOG.md +287 -0
  2. package/SERVICE_CHANGELOG.md +353 -114
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_models.ts +5 -0
  7. package/src/services/cdwch/v20200915/cdwch_client.ts +1 -0
  8. package/src/services/cdwch/v20200915/cdwch_models.ts +16 -0
  9. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -0
  10. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +16 -0
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  12. package/src/services/dts/v20211206/dts_models.ts +4 -0
  13. package/src/services/mongodb/v20190725/mongodb_client.ts +71 -4
  14. package/src/services/mongodb/v20190725/mongodb_models.ts +276 -29
  15. package/src/services/mps/v20190612/mps_models.ts +2 -2
  16. package/src/services/tem/v20210701/tem_models.ts +14 -2
  17. package/src/services/thpc/v20230321/thpc_client.ts +40 -16
  18. package/src/services/thpc/v20230321/thpc_models.ts +236 -146
  19. package/src/services/tke/v20220501/tke_models.ts +4 -0
  20. package/src/services/vclm/v20240523/vclm_models.ts +6 -0
  21. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  22. package/src/services/wedata/v20210820/wedata_models.ts +24 -7
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  26. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +15 -0
  27. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +15 -0
  28. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  29. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  30. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +26 -1
  31. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +35 -0
  32. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +264 -29
  33. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  34. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +14 -2
  35. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +14 -6
  36. package/tencentcloud/services/thpc/v20230321/thpc_client.js +18 -6
  37. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +232 -146
  38. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +4 -0
  39. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +6 -0
  40. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +29 -0
  41. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +24 -7
  42. package/test/mongodb.v20190725.test.js +50 -0
  43. package/test/thpc.v20230321.test.js +22 -2
@@ -3015,6 +3015,11 @@ export interface RuleGroupExecStrategy {
3015
3015
  注意:此字段可能返回 null,表示取不到有效值。
3016
3016
  */
3017
3017
  TriggerTypes?: Array<string>;
3018
+ /**
3019
+ * DLC资源组
3020
+ 注意:此字段可能返回 null,表示取不到有效值。
3021
+ */
3022
+ DlcGroupName?: string;
3018
3023
  }
3019
3024
  /**
3020
3025
  * ModifyWorkflowSchedule请求参数结构体
@@ -5047,6 +5052,14 @@ export interface DescribeOrganizationalFunctionsRequest {
5047
5052
 
5048
5053
  */
5049
5054
  EnvType?: string;
5055
+ /**
5056
+ * 过滤条件
5057
+ */
5058
+ Filters?: Filter;
5059
+ /**
5060
+ * 排序条件
5061
+ */
5062
+ OrderFields?: OrderField;
5050
5063
  }
5051
5064
  /**
5052
5065
  * DescribeRuleTemplate返回参数结构体
@@ -14287,33 +14300,33 @@ export interface FunctionVersion {
14287
14300
  /**
14288
14301
  * 版本号:V0 V1 V2
14289
14302
  */
14290
- Tag: string;
14303
+ Tag?: string;
14291
14304
  /**
14292
14305
  * 提交人 ID
14293
14306
  */
14294
- UserId: string;
14307
+ UserId?: string;
14295
14308
  /**
14296
14309
  * 变更类型:ADD、MODIFY
14297
14310
  */
14298
- Type: string;
14311
+ Type?: string;
14299
14312
  /**
14300
14313
  * 备注
14301
14314
  */
14302
- Comment: string;
14315
+ Comment?: string;
14303
14316
  /**
14304
14317
  * 提交时间: UTC 秒数
14305
14318
  */
14306
- Timestamp: string;
14319
+ Timestamp?: string;
14307
14320
  /**
14308
14321
  * 提交人名称
14309
14322
  注意:此字段可能返回 null,表示取不到有效值。
14310
14323
  */
14311
- UserName: string;
14324
+ UserName?: string;
14312
14325
  /**
14313
14326
  * 版本内容:json string 格式
14314
14327
  注意:此字段可能返回 null,表示取不到有效值。
14315
14328
  */
14316
- Content: string;
14329
+ Content?: string;
14317
14330
  }
14318
14331
  /**
14319
14332
  * 概览趋势结果
@@ -16400,6 +16413,10 @@ export interface DescribeTableSchemaInfoRequest {
16400
16413
  * 元数据Database下的Schema名称
16401
16414
  */
16402
16415
  SchemaName?: string;
16416
+ /**
16417
+ * 项目空间ID
16418
+ */
16419
+ ProjectId?: string;
16403
16420
  }
16404
16421
  /**
16405
16422
  * DescribeTableScoreTrend请求参数结构体
@@ -38,6 +38,16 @@ it("mongodb.v20190725.DescribeDBInstanceNodeProperty", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("mongodb.v20190725.DescribeDBInstanceParamTpl", async function () {
42
+ try {
43
+ const data = await client.DescribeDBInstanceParamTpl({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("mongodb.v20190725.DescribeDBInstanceDeal", async function () {
42
52
  try {
43
53
  const data = await client.DescribeDBInstanceDeal({})
@@ -188,6 +198,16 @@ it("mongodb.v20190725.CreateAccountUser", async function () {
188
198
  }
189
199
  })
190
200
 
201
+ it("mongodb.v20190725.ModifyDBInstanceParamTpl", async function () {
202
+ try {
203
+ const data = await client.ModifyDBInstanceParamTpl({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
191
211
  it("mongodb.v20190725.CreateDBInstanceHour", async function () {
192
212
  try {
193
213
  const data = await client.CreateDBInstanceHour({})
@@ -198,6 +218,26 @@ it("mongodb.v20190725.CreateDBInstanceHour", async function () {
198
218
  }
199
219
  })
200
220
 
221
+ it("mongodb.v20190725.CreateDBInstanceParamTpl", async function () {
222
+ try {
223
+ const data = await client.CreateDBInstanceParamTpl({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("mongodb.v20190725.DropDBInstanceParamTpl", async function () {
232
+ try {
233
+ const data = await client.DropDBInstanceParamTpl({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
201
241
  it("mongodb.v20190725.RenewDBInstances", async function () {
202
242
  try {
203
243
  const data = await client.RenewDBInstances({})
@@ -388,6 +428,16 @@ it("mongodb.v20190725.ModifyInstanceParams", async function () {
388
428
  }
389
429
  })
390
430
 
431
+ it("mongodb.v20190725.DescribeDBInstanceParamTplDetail", async function () {
432
+ try {
433
+ const data = await client.DescribeDBInstanceParamTplDetail({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
391
441
  it("mongodb.v20190725.KillOps", async function () {
392
442
  try {
393
443
  const data = await client.KillOps({})
@@ -108,9 +108,9 @@ it("thpc.v20230321.DescribeInitNodeScripts", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("thpc.v20230321.DeleteQueue", async function () {
111
+ it("thpc.v20230321.AttachNodes", async function () {
112
112
  try {
113
- const data = await client.DeleteQueue({})
113
+ const data = await client.AttachNodes({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -158,6 +158,16 @@ it("thpc.v20230321.DescribeClusters", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("thpc.v20230321.DetachNodes", async function () {
162
+ try {
163
+ const data = await client.DetachNodes({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("thpc.v20230321.DeleteCluster", async function () {
162
172
  try {
163
173
  const data = await client.DeleteCluster({})
@@ -188,4 +198,14 @@ it("thpc.v20230321.DescribeQueues", async function () {
188
198
  }
189
199
  })
190
200
 
201
+ it("thpc.v20230321.DeleteQueue", async function () {
202
+ try {
203
+ const data = await client.DeleteQueue({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
191
211
  })