tencentcloud-sdk-nodejs 4.0.665 → 4.0.667

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 (65) hide show
  1. package/CHANGELOG.md +305 -0
  2. package/SERVICE_CHANGELOG.md +291 -112
  3. package/package.json +1 -1
  4. package/products.md +117 -117
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
  7. package/src/services/batch/v20170312/batch_models.ts +8 -4
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  9. package/src/services/cynosdb/v20190107/cynosdb_models.ts +33 -3
  10. package/src/services/dasb/v20191018/dasb_client.ts +5 -3
  11. package/src/services/dasb/v20191018/dasb_models.ts +153 -73
  12. package/src/services/emr/v20190103/emr_client.ts +23 -10
  13. package/src/services/emr/v20190103/emr_models.ts +129 -52
  14. package/src/services/ess/v20201111/ess_models.ts +215 -86
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -7
  17. package/src/services/faceid/v20180301/faceid_client.ts +6 -3
  18. package/src/services/faceid/v20180301/faceid_models.ts +114 -33
  19. package/src/services/iotvideo/v20211125/iotvideo_models.ts +14 -0
  20. package/src/services/live/v20180801/live_models.ts +9 -5
  21. package/src/services/ms/v20180408/ms_client.ts +127 -91
  22. package/src/services/ms/v20180408/ms_models.ts +145 -8
  23. package/src/services/redis/v20180412/redis_models.ts +89 -65
  24. package/src/services/ssa/v20180608/ssa_models.ts +2 -2
  25. package/src/services/ssl/v20191205/ssl_models.ts +9 -0
  26. package/src/services/teo/v20220901/teo_models.ts +12 -3
  27. package/src/services/tione/v20211111/tione_client.ts +1 -1
  28. package/src/services/tke/v20180525/tke_models.ts +1 -1
  29. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  30. package/src/services/waf/v20180125/waf_models.ts +1 -1
  31. package/src/services/wedata/v20210820/wedata_models.ts +5 -1
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
  35. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -4
  36. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +33 -3
  38. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +1 -1
  39. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +150 -72
  40. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +7 -3
  41. package/tencentcloud/services/emr/v20190103/emr_client.js +9 -3
  42. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +126 -52
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +215 -86
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -7
  47. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  48. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +111 -33
  49. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +14 -0
  50. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -5
  51. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +51 -39
  52. package/tencentcloud/services/ms/v20180408/ms_client.js +72 -54
  53. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +139 -8
  54. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +89 -65
  55. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +2 -2
  56. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +9 -0
  57. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +12 -3
  58. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
  59. package/tencentcloud/services/tione/v20211111/tione_client.js +1 -1
  60. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  61. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  62. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  63. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -1
  64. package/test/emr.v20190103.test.js +12 -2
  65. package/test/ms.v20180408.test.js +66 -36
@@ -3197,7 +3197,7 @@ export interface DeleteEdgeCVMInstancesResponse {
3197
3197
  */
3198
3198
  export interface DescribeClusterKubeconfigResponse {
3199
3199
  /**
3200
- * 子账户kubeconfig文件,可用于直接访问集群kube-apiserver
3200
+ * 子账户kubeconfig文件,可用于直接访问集群kube-apiserver(入参IsExtranet为false,返回内网访问的kubeconfig,没开内网的情况下server会是一个默认域名;入参IsExtranet为true,返回外网的kubeconfig,没开外网的情况下server会是一个默认域名。默认域名默认不可达,需要自行处理)
3201
3201
  */
3202
3202
  Kubeconfig?: string;
3203
3203
  /**
@@ -2692,8 +2692,8 @@ export interface DescribeSecurityGroupsRequest {
2692
2692
  <li>security-group-id - String - (过滤条件)安全组ID。</li>
2693
2693
  <li>project-id - Integer - (过滤条件)项目ID。</li>
2694
2694
  <li>security-group-name - String - (过滤条件)安全组名称。</li>
2695
- <li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。使用请参考示例2。</li>
2696
- <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3。</li>
2695
+ <li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。</li>
2696
+ <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 其中 tag-key 请使用具体的标签键进行替换。</li>
2697
2697
  */
2698
2698
  Filters?: Array<Filter>;
2699
2699
  /**
@@ -1066,7 +1066,7 @@ export interface CreateHostResponse {
1066
1066
  /**
1067
1067
  * 新增防护域名ID
1068
1068
  */
1069
- DomainId: string;
1069
+ DomainId?: string;
1070
1070
  /**
1071
1071
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1072
1072
  */
@@ -1486,6 +1486,10 @@ export interface DescribeTableLineageRequest {
1486
1486
  * 是否过滤临时表,默认true
1487
1487
  */
1488
1488
  IgnoreTemp?: boolean;
1489
+ /**
1490
+ * 是否递归查询二级节点数目,默认为true
1491
+ */
1492
+ RecursiveSecond?: boolean;
1489
1493
  }
1490
1494
  /**
1491
1495
  * KillOpsMakePlanInstances请求参数结构体
@@ -4001,7 +4005,7 @@ export interface DescribeTableLineageResponse {
4001
4005
  * 表血缘信息
4002
4006
  注意:此字段可能返回 null,表示取不到有效值。
4003
4007
  */
4004
- TableLineage: TableLineageInfo;
4008
+ TableLineage?: TableLineageInfo;
4005
4009
  /**
4006
4010
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4007
4011
  */
@@ -28,9 +28,9 @@ it("emr.v20190103.DescribeYarnApplications", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("emr.v20190103.TerminateInstance", async function () {
31
+ it("emr.v20190103.ModifyResourcesTags", async function () {
32
32
  try {
33
- const data = await client.TerminateInstance({})
33
+ const data = await client.ModifyResourcesTags({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -128,6 +128,16 @@ it("emr.v20190103.ScaleOutInstance", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("emr.v20190103.TerminateInstance", async function () {
132
+ try {
133
+ const data = await client.TerminateInstance({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
131
141
  it("emr.v20190103.DescribeInstances", async function () {
132
142
  try {
133
143
  const data = await client.DescribeInstances({})
@@ -18,9 +18,9 @@ const client = new tencentcloud.ms.v20180408.Client({
18
18
  })
19
19
  describe("ms.v20180408.test.js", function () {
20
20
 
21
- it("ms.v20180408.CreateShieldPlanInstance", async function () {
21
+ it("ms.v20180408.RequestLocalTask", async function () {
22
22
  try {
23
- const data = await client.CreateShieldPlanInstance({})
23
+ const data = await client.RequestLocalTask({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("ms.v20180408.CreateShieldPlanInstance", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("ms.v20180408.DeleteShieldInstances", async function () {
31
+ it("ms.v20180408.DescribeResourceInstances", async function () {
32
32
  try {
33
- const data = await client.DeleteShieldInstances({})
33
+ const data = await client.DescribeResourceInstances({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("ms.v20180408.DeleteShieldInstances", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("ms.v20180408.CreateResourceInstances", async function () {
41
+ it("ms.v20180408.DescribeShieldPlanInstance", async function () {
42
42
  try {
43
- const data = await client.CreateResourceInstances({})
43
+ const data = await client.DescribeShieldPlanInstance({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("ms.v20180408.CreateResourceInstances", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("ms.v20180408.CreateBindInstance", async function () {
51
+ it("ms.v20180408.DescribeShieldInstances", async function () {
52
52
  try {
53
- const data = await client.CreateBindInstance({})
53
+ const data = await client.DescribeShieldInstances({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("ms.v20180408.CreateBindInstance", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("ms.v20180408.CreateCosSecKeyInstance", async function () {
61
+ it("ms.v20180408.DescribeUrlDetectionResult", async function () {
62
62
  try {
63
- const data = await client.CreateCosSecKeyInstance({})
63
+ const data = await client.DescribeUrlDetectionResult({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("ms.v20180408.CreateCosSecKeyInstance", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("ms.v20180408.DescribeResourceInstances", async function () {
71
+ it("ms.v20180408.CreateEncryptInstance", async function () {
72
72
  try {
73
- const data = await client.DescribeResourceInstances({})
73
+ const data = await client.CreateEncryptInstance({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("ms.v20180408.DescribeResourceInstances", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("ms.v20180408.DescribeShieldPlanInstance", async function () {
81
+ it("ms.v20180408.DescribeEncryptPlan", async function () {
82
82
  try {
83
- const data = await client.DescribeShieldPlanInstance({})
83
+ const data = await client.DescribeEncryptPlan({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("ms.v20180408.DescribeShieldPlanInstance", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("ms.v20180408.DescribeShieldResult", async function () {
91
+ it("ms.v20180408.DescribeOrderInstances", async function () {
92
92
  try {
93
- const data = await client.DescribeShieldResult({})
93
+ const data = await client.DescribeOrderInstances({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("ms.v20180408.DescribeShieldResult", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("ms.v20180408.CreateShieldInstance", async function () {
101
+ it("ms.v20180408.UpdateLocalTaskResult", async function () {
102
102
  try {
103
- const data = await client.CreateShieldInstance({})
103
+ const data = await client.UpdateLocalTaskResult({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("ms.v20180408.CreateShieldInstance", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("ms.v20180408.DescribeShieldInstances", async function () {
111
+ it("ms.v20180408.CreateShieldPlanInstance", async function () {
112
112
  try {
113
- const data = await client.DescribeShieldInstances({})
113
+ const data = await client.CreateShieldPlanInstance({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("ms.v20180408.DescribeShieldInstances", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("ms.v20180408.DescribeUrlDetectionResult", async function () {
121
+ it("ms.v20180408.CreateResourceInstances", async function () {
122
122
  try {
123
- const data = await client.DescribeUrlDetectionResult({})
123
+ const data = await client.CreateResourceInstances({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("ms.v20180408.DescribeUrlDetectionResult", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("ms.v20180408.CancelEncryptTask", async function () {
131
+ it("ms.v20180408.CreateBindInstance", async function () {
132
132
  try {
133
- const data = await client.CancelEncryptTask({})
133
+ const data = await client.CreateBindInstance({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("ms.v20180408.CancelEncryptTask", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
141
+ it("ms.v20180408.CreateShieldInstance", async function () {
142
142
  try {
143
- const data = await client.DescribeUserBaseInfoInstance({})
143
+ const data = await client.CreateShieldInstance({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("ms.v20180408.DescribeApkDetectionResult", async function () {
151
+ it("ms.v20180408.DeleteShieldInstances", async function () {
152
152
  try {
153
- const data = await client.DescribeApkDetectionResult({})
153
+ const data = await client.DeleteShieldInstances({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("ms.v20180408.DescribeApkDetectionResult", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("ms.v20180408.DescribeEncryptInstances", async function () {
161
+ it("ms.v20180408.DescribeShieldResult", async function () {
162
162
  try {
163
- const data = await client.DescribeEncryptInstances({})
163
+ const data = await client.DescribeShieldResult({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("ms.v20180408.DescribeEncryptInstances", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("ms.v20180408.CreateEncryptInstance", async function () {
171
+ it("ms.v20180408.UpdateClientState", async function () {
172
172
  try {
173
- const data = await client.CreateEncryptInstance({})
173
+ const data = await client.UpdateClientState({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("ms.v20180408.CreateEncryptInstance", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("ms.v20180408.DescribeEncryptPlan", async function () {
181
+ it("ms.v20180408.CreateCosSecKeyInstance", async function () {
182
182
  try {
183
- const data = await client.DescribeEncryptPlan({})
183
+ const data = await client.CreateCosSecKeyInstance({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,39 @@ it("ms.v20180408.DescribeEncryptPlan", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("ms.v20180408.DescribeOrderInstances", async function () {
191
+ it("ms.v20180408.CancelEncryptTask", async function () {
192
192
  try {
193
- const data = await client.DescribeOrderInstances({})
193
+ const data = await client.CancelEncryptTask({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
202
+ try {
203
+ const data = await client.DescribeUserBaseInfoInstance({})
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
+
211
+ it("ms.v20180408.DescribeApkDetectionResult", async function () {
212
+ try {
213
+ const data = await client.DescribeApkDetectionResult({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("ms.v20180408.DescribeEncryptInstances", async function () {
222
+ try {
223
+ const data = await client.DescribeEncryptInstances({})
194
224
  expect(data).to.be.ok
195
225
  } catch(error) {
196
226
  expect(error.requestId).to.be.ok