tencentcloud-sdk-nodejs 4.0.596 → 4.0.598

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 (92) hide show
  1. package/CHANGELOG.md +531 -0
  2. package/SERVICE_CHANGELOG.md +492 -56
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +1 -1
  7. package/src/services/billing/v20180709/billing_client.ts +5 -2
  8. package/src/services/billing/v20180709/billing_models.ts +23 -12
  9. package/src/services/cdb/v20170320/cdb_models.ts +12 -2
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +19 -2
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +229 -77
  12. package/src/services/cwp/v20180228/cwp_models.ts +52 -6
  13. package/src/services/dasb/v20191018/dasb_models.ts +11 -1
  14. package/src/services/dlc/v20210125/dlc_models.ts +25 -2
  15. package/src/services/eis/v20210601/eis_client.ts +1 -1
  16. package/src/services/eis/v20210601/eis_models.ts +23 -3
  17. package/src/services/ess/v20201111/ess_client.ts +14 -2
  18. package/src/services/ess/v20201111/ess_models.ts +102 -67
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +7 -2
  20. package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -0
  21. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  22. package/src/services/monitor/v20180724/monitor_client.ts +16 -4
  23. package/src/services/monitor/v20180724/monitor_models.ts +77 -62
  24. package/src/services/mrs/v20200910/mrs_models.ts +2 -2
  25. package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
  27. package/src/services/omics/v20221128/omics_client.ts +58 -19
  28. package/src/services/omics/v20221128/omics_models.ts +263 -58
  29. package/src/services/redis/v20180412/redis_client.ts +6 -6
  30. package/src/services/redis/v20180412/redis_models.ts +132 -107
  31. package/src/services/rum/v20210622/rum_models.ts +6 -0
  32. package/src/services/scf/v20180416/scf_models.ts +11 -1
  33. package/src/services/ssl/v20191205/ssl_models.ts +62 -32
  34. package/src/services/ssm/v20190923/ssm_models.ts +38 -22
  35. package/src/services/tcss/v20201101/tcss_models.ts +6 -0
  36. package/src/services/teo/v20220901/teo_models.ts +2 -2
  37. package/src/services/tione/v20211111/tione_models.ts +17 -11
  38. package/src/services/trp/v20210515/trp_models.ts +1 -1
  39. package/src/services/vpc/v20170312/vpc_client.ts +5 -5
  40. package/src/services/vpc/v20170312/vpc_models.ts +27 -9
  41. package/src/services/vrs/v20200824/vrs_models.ts +3 -3
  42. package/src/services/wedata/v20210820/wedata_models.ts +6 -0
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
  46. package/tencentcloud/services/as/v20180419/as_client.js +1 -1
  47. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +4 -1
  48. package/tencentcloud/services/billing/v20180709/billing_client.js +4 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +21 -12
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +6 -1
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +7 -0
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +195 -66
  54. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +45 -6
  55. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +9 -1
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
  57. package/tencentcloud/services/eis/v20210601/eis_client.d.ts +1 -1
  58. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +20 -3
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -60
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -2
  63. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -0
  64. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  65. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
  66. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
  67. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +66 -53
  68. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
  69. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
  70. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +19 -7
  71. package/tencentcloud/services/omics/v20221128/omics_client.js +27 -9
  72. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +226 -50
  73. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -6
  74. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -6
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +123 -98
  76. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -0
  77. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -1
  78. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +57 -32
  79. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +35 -22
  80. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +5 -0
  81. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  82. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +16 -11
  83. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1 -1
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -5
  85. package/tencentcloud/services/vpc/v20170312/vpc_client.js +5 -5
  86. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -3
  87. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -3
  88. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  89. package/test/ckafka.v20190819.test.js +10 -0
  90. package/test/ess.v20201111.test.js +10 -0
  91. package/test/monitor.v20180724.test.js +10 -0
  92. package/test/omics.v20221128.test.js +36 -6
@@ -103,6 +103,18 @@ export interface SecurityGroupLimitSet {
103
103
  * 实例关联安全组数
104
104
  */
105
105
  InstanceSecurityGroupLimit: number;
106
+ /**
107
+ * 安全组展开后的规则数限制
108
+ */
109
+ SecurityGroupExtendedPolicyLimit?: number;
110
+ /**
111
+ * 被引用的安全组关联CVM、ENI的实例配额
112
+ */
113
+ SecurityGroupReferedCvmAndEniLimit?: number;
114
+ /**
115
+ * 被引用的安全组关联数据库、LB等服务实例配额
116
+ */
117
+ SecurityGroupReferedSvcLimit?: number;
106
118
  }
107
119
  /**
108
120
  * LockCcns请求参数结构体
@@ -1423,14 +1435,17 @@ export interface DisassociateNetworkInterfaceSecurityGroupsRequest {
1423
1435
  export interface SecurityGroupPolicySet {
1424
1436
  /**
1425
1437
  * 安全组规则当前版本。用户每次更新安全规则版本会自动加1,防止更新的路由规则已过期,不填不考虑冲突。
1438
+ 注意:此字段可能返回 null,表示取不到有效值。
1426
1439
  */
1427
1440
  Version?: string;
1428
1441
  /**
1429
1442
  * 出站规则。
1443
+ 注意:此字段可能返回 null,表示取不到有效值。
1430
1444
  */
1431
1445
  Egress?: Array<SecurityGroupPolicy>;
1432
1446
  /**
1433
1447
  * 入站规则。
1448
+ 注意:此字段可能返回 null,表示取不到有效值。
1434
1449
  */
1435
1450
  Ingress?: Array<SecurityGroupPolicy>;
1436
1451
  }
@@ -4275,7 +4290,7 @@ export interface SecurityGroupPolicy {
4275
4290
  */
4276
4291
  ServiceTemplate?: ServiceTemplateSpecification;
4277
4292
  /**
4278
- * 网段或IP(互斥)。
4293
+ * 网段或IP(互斥),特殊说明:0.0.0.0/n 都会映射为0.0.0.0/0
4279
4294
  */
4280
4295
  CidrBlock?: string;
4281
4296
  /**
@@ -4578,7 +4593,7 @@ export interface CreateCustomerGatewayResponse {
4578
4593
  /**
4579
4594
  * 对端网关对象
4580
4595
  */
4581
- CustomerGateway: CustomerGateway;
4596
+ CustomerGateway?: CustomerGateway;
4582
4597
  /**
4583
4598
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4584
4599
  */
@@ -6451,7 +6466,7 @@ export interface ResetVpnGatewayInternetMaxBandwidthRequest {
6451
6466
  */
6452
6467
  VpnGatewayId: string;
6453
6468
  /**
6454
- * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps。
6469
+ * 新规格公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:Mbps。VPN网关带宽目前仅支持部分带宽范围内升降配,如【5,100】Mbps和【200,1000】Mbps,在各自带宽范围内可提升配额,跨范围提升配额和降配暂不支持。
6455
6470
  */
6456
6471
  InternetMaxBandwidthOut: number;
6457
6472
  }
@@ -95,7 +95,7 @@ export interface DetectEnvAndSoundQualityRequest {
95
95
  */
96
96
  TextId: string;
97
97
  /**
98
- * 语音数据 要使用base64编码(采用python语言时注意读取文件应该为string而不是byte,以byte格式读取后要decode()。编码后的数据不可带有回车换行符)。
98
+ * 语音数据 要使用base64编码(采用python语言时注意读取文件时需要转成base64字符串编码,例如:str(base64.b64encode(open("input.aac", mode="rb").read()), encoding='utf-8') )
99
99
  */
100
100
  AudioData: string;
101
101
  /**
@@ -233,7 +233,7 @@ export interface CreateVRSTaskRequest {
233
233
  /**
234
234
  * 音频采样率:
235
235
 
236
- 16000:16k(默认)
236
+ 16000:16k
237
237
  */
238
238
  SampleRate: number;
239
239
  /**
@@ -247,7 +247,7 @@ export interface CreateVRSTaskRequest {
247
247
  /**
248
248
  * 语言类型:
249
249
 
250
- 1-中文(默认)
250
+ 1-中文
251
251
  */
252
252
  VoiceLanguage: number;
253
253
  /**
@@ -8681,6 +8681,11 @@ export interface DatasourceBaseInfo {
8681
8681
  注意:此字段可能返回 null,表示取不到有效值。
8682
8682
  */
8683
8683
  ClusterId: string;
8684
+ /**
8685
+ * 数据源版本信息
8686
+ 注意:此字段可能返回 null,表示取不到有效值。
8687
+ */
8688
+ Version?: string;
8684
8689
  }
8685
8690
  /**
8686
8691
  * DescribeRuleTemplates请求参数结构体
@@ -428,6 +428,16 @@ it("ckafka.v20190819.CheckCdcCluster", async function () {
428
428
  }
429
429
  })
430
430
 
431
+ it("ckafka.v20190819.DescribeTopicFlowRanking", async function () {
432
+ try {
433
+ const data = await client.DescribeTopicFlowRanking({})
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
+
431
441
  it("ckafka.v20190819.ModifyAclRule", async function () {
432
442
  try {
433
443
  const data = await client.ModifyAclRule({})
@@ -268,6 +268,16 @@ it("ess.v20201111.DescribeUserAutoSignStatus", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("ess.v20201111.CreateChannelSubOrganizationModifyQrCode", async function () {
272
+ try {
273
+ const data = await client.CreateChannelSubOrganizationModifyQrCode({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
271
281
  it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
272
282
  try {
273
283
  const data = await client.DescribeFlowEvidenceReport({})
@@ -1478,6 +1478,16 @@ it("monitor.v20180724.DescribePluginOverviews", async function () {
1478
1478
  }
1479
1479
  })
1480
1480
 
1481
+ it("monitor.v20180724.DescribeClusterAgentCreatingProgress", async function () {
1482
+ try {
1483
+ const data = await client.DescribeClusterAgentCreatingProgress({})
1484
+ expect(data).to.be.ok
1485
+ } catch(error) {
1486
+ expect(error.requestId).to.be.ok
1487
+ expect(error.code).to.be.ok
1488
+ }
1489
+ })
1490
+
1481
1491
  it("monitor.v20180724.DescribeRecordingRules", async function () {
1482
1492
  try {
1483
1493
  const data = await client.DescribeRecordingRules({})
@@ -18,9 +18,9 @@ const client = new tencentcloud.omics.v20221128.Client({
18
18
  })
19
19
  describe("omics.v20221128.test.js", function () {
20
20
 
21
- it("omics.v20221128.GetRunCalls", async function () {
21
+ it("omics.v20221128.DescribeTablesRows", async function () {
22
22
  try {
23
- const data = await client.GetRunCalls({})
23
+ const data = await client.DescribeTablesRows({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("omics.v20221128.ImportTableFile", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("omics.v20221128.CreateEnvironment", async function () {
51
+ it("omics.v20221128.GetRunStatus", async function () {
52
52
  try {
53
- const data = await client.CreateEnvironment({})
53
+ const data = await client.GetRunStatus({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -68,6 +68,26 @@ it("omics.v20221128.RunApplication", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("omics.v20221128.CreateEnvironment", async function () {
72
+ try {
73
+ const data = await client.CreateEnvironment({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("omics.v20221128.RetryRuns", async function () {
82
+ try {
83
+ const data = await client.RetryRuns({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
71
91
  it("omics.v20221128.DescribeRuns", async function () {
72
92
  try {
73
93
  const data = await client.DescribeRuns({})
@@ -98,9 +118,19 @@ it("omics.v20221128.DeleteEnvironment", async function () {
98
118
  }
99
119
  })
100
120
 
101
- it("omics.v20221128.GetRunStatus", async function () {
121
+ it("omics.v20221128.DescribeTables", async function () {
102
122
  try {
103
- const data = await client.GetRunStatus({})
123
+ const data = await client.DescribeTables({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("omics.v20221128.GetRunCalls", async function () {
132
+ try {
133
+ const data = await client.GetRunCalls({})
104
134
  expect(data).to.be.ok
105
135
  } catch(error) {
106
136
  expect(error.requestId).to.be.ok