tencentcloud-sdk-nodejs 4.0.693 → 4.0.695
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/CHANGELOG.md +405 -0
- package/SERVICE_CHANGELOG.md +373 -181
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +5 -5
- package/src/services/asr/v20190614/asr_models.ts +56 -51
- package/src/services/cfw/v20190904/cfw_client.ts +4 -2
- package/src/services/csip/v20221121/csip_client.ts +213 -122
- package/src/services/csip/v20221121/csip_models.ts +2265 -1597
- package/src/services/cwp/v20180228/cwp_client.ts +13 -1
- package/src/services/cwp/v20180228/cwp_models.ts +76 -6
- package/src/services/dlc/v20210125/dlc_client.ts +14 -1
- package/src/services/dlc/v20210125/dlc_models.ts +70 -16
- package/src/services/ess/v20201111/ess_client.ts +18 -5
- package/src/services/ess/v20201111/ess_models.ts +189 -122
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +79 -48
- package/src/services/gaap/v20180529/gaap_client.ts +1 -1
- package/src/services/gaap/v20180529/gaap_models.ts +6 -1
- package/src/services/goosefs/v20220519/goosefs_models.ts +14 -0
- package/src/services/hcm/v20181106/hcm_models.ts +2 -0
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/organization/v20210331/organization_models.ts +56 -22
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -2
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_client.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +16 -3
- package/src/services/tione/v20211111/tione_models.ts +15 -10
- package/src/services/tiw/v20190919/tiw_models.ts +3 -2
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/tse/v20201207/tse_models.ts +2 -0
- package/src/services/vpc/v20170312/vpc_models.ts +20 -8
- package/src/services/waf/v20180125/waf_models.ts +8 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +5 -5
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +56 -51
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +55 -27
- package/tencentcloud/services/csip/v20221121/csip_client.js +81 -39
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2130 -1483
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +74 -6
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +67 -16
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +186 -122
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +78 -48
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +6 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +14 -0
- package/tencentcloud/services/hcm/v20181106/hcm_models.d.ts +2 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +56 -22
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +6 -2
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -10
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -8
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -3
- package/test/csip.v20221121.test.js +96 -26
- package/test/cwp.v20180228.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.csip.v20221121.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("csip.v20221121.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("csip.v20221121.
|
|
21
|
+
it("csip.v20221121.DeleteDomainAndIp", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DeleteDomainAndIp({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,69 @@ it("csip.v20221121.DescribeTaskLogURL", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("csip.v20221121.
|
|
31
|
+
it("csip.v20221121.DescribeDbAssetInfo", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribeDbAssetInfo({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
it("csip.v20221121.DescribeDomainAssets", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeDomainAssets({})
|
|
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
|
+
|
|
51
|
+
it("csip.v20221121.DescribePublicIpAssets", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribePublicIpAssets({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
it("csip.v20221121.AddNewBindRoleUser", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.AddNewBindRoleUser({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
it("csip.v20221121.DescribeListenerList", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeListenerList({})
|
|
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("csip.v20221121.DeleteRiskScanTask", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DeleteRiskScanTask({})
|
|
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
|
+
|
|
91
|
+
it("csip.v20221121.DescribeRiskCenterAssetViewWeakPasswordRiskList", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeRiskCenterAssetViewWeakPasswordRiskList({})
|
|
34
94
|
expect(data).to.be.ok
|
|
35
95
|
} catch(error) {
|
|
36
96
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +118,9 @@ it("csip.v20221121.DescribeClusterPodAssets", async function () {
|
|
|
58
118
|
}
|
|
59
119
|
})
|
|
60
120
|
|
|
61
|
-
it("csip.v20221121.
|
|
121
|
+
it("csip.v20221121.DescribeRiskCenterAssetViewCFGRiskList", async function () {
|
|
62
122
|
try {
|
|
63
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeRiskCenterAssetViewCFGRiskList({})
|
|
64
124
|
expect(data).to.be.ok
|
|
65
125
|
} catch(error) {
|
|
66
126
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +138,9 @@ it("csip.v20221121.DescribeVpcAssets", async function () {
|
|
|
78
138
|
}
|
|
79
139
|
})
|
|
80
140
|
|
|
81
|
-
it("csip.v20221121.
|
|
141
|
+
it("csip.v20221121.DescribeRiskCenterServerRiskList", async function () {
|
|
82
142
|
try {
|
|
83
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeRiskCenterServerRiskList({})
|
|
84
144
|
expect(data).to.be.ok
|
|
85
145
|
} catch(error) {
|
|
86
146
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +158,9 @@ it("csip.v20221121.DescribeCVMAssets", async function () {
|
|
|
98
158
|
}
|
|
99
159
|
})
|
|
100
160
|
|
|
101
|
-
it("csip.v20221121.
|
|
161
|
+
it("csip.v20221121.DescribeRiskCenterWebsiteRiskList", async function () {
|
|
102
162
|
try {
|
|
103
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeRiskCenterWebsiteRiskList({})
|
|
104
164
|
expect(data).to.be.ok
|
|
105
165
|
} catch(error) {
|
|
106
166
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +168,9 @@ it("csip.v20221121.DescribeDomainAssets", async function () {
|
|
|
108
168
|
}
|
|
109
169
|
})
|
|
110
170
|
|
|
111
|
-
it("csip.v20221121.
|
|
171
|
+
it("csip.v20221121.DescribeTaskLogURL", async function () {
|
|
112
172
|
try {
|
|
113
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeTaskLogURL({})
|
|
114
174
|
expect(data).to.be.ok
|
|
115
175
|
} catch(error) {
|
|
116
176
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +178,9 @@ it("csip.v20221121.DescribeSearchBugInfo", async function () {
|
|
|
118
178
|
}
|
|
119
179
|
})
|
|
120
180
|
|
|
121
|
-
it("csip.v20221121.
|
|
181
|
+
it("csip.v20221121.CreateRiskCenterScanTask", async function () {
|
|
122
182
|
try {
|
|
123
|
-
const data = await client.
|
|
183
|
+
const data = await client.CreateRiskCenterScanTask({})
|
|
124
184
|
expect(data).to.be.ok
|
|
125
185
|
} catch(error) {
|
|
126
186
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +188,19 @@ it("csip.v20221121.DescribePublicIpAssets", async function () {
|
|
|
128
188
|
}
|
|
129
189
|
})
|
|
130
190
|
|
|
131
|
-
it("csip.v20221121.
|
|
191
|
+
it("csip.v20221121.DescribeSearchBugInfo", async function () {
|
|
132
192
|
try {
|
|
133
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeSearchBugInfo({})
|
|
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("csip.v20221121.DescribeTaskLogList", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.DescribeTaskLogList({})
|
|
134
204
|
expect(data).to.be.ok
|
|
135
205
|
} catch(error) {
|
|
136
206
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +228,9 @@ it("csip.v20221121.CreateDomainAndIp", async function () {
|
|
|
158
228
|
}
|
|
159
229
|
})
|
|
160
230
|
|
|
161
|
-
it("csip.v20221121.
|
|
231
|
+
it("csip.v20221121.DescribeScanTaskList", async function () {
|
|
162
232
|
try {
|
|
163
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeScanTaskList({})
|
|
164
234
|
expect(data).to.be.ok
|
|
165
235
|
} catch(error) {
|
|
166
236
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +238,9 @@ it("csip.v20221121.DescribeRiskCenterAssetViewPortRiskList", async function () {
|
|
|
168
238
|
}
|
|
169
239
|
})
|
|
170
240
|
|
|
171
|
-
it("csip.v20221121.
|
|
241
|
+
it("csip.v20221121.DescribeDbAssets", async function () {
|
|
172
242
|
try {
|
|
173
|
-
const data = await client.
|
|
243
|
+
const data = await client.DescribeDbAssets({})
|
|
174
244
|
expect(data).to.be.ok
|
|
175
245
|
} catch(error) {
|
|
176
246
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +248,9 @@ it("csip.v20221121.DescribeListenerList", async function () {
|
|
|
178
248
|
}
|
|
179
249
|
})
|
|
180
250
|
|
|
181
|
-
it("csip.v20221121.
|
|
251
|
+
it("csip.v20221121.DescribeRiskCenterAssetViewPortRiskList", async function () {
|
|
182
252
|
try {
|
|
183
|
-
const data = await client.
|
|
253
|
+
const data = await client.DescribeRiskCenterAssetViewPortRiskList({})
|
|
184
254
|
expect(data).to.be.ok
|
|
185
255
|
} catch(error) {
|
|
186
256
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +258,9 @@ it("csip.v20221121.CreateRiskCenterScanTask", async function () {
|
|
|
188
258
|
}
|
|
189
259
|
})
|
|
190
260
|
|
|
191
|
-
it("csip.v20221121.
|
|
261
|
+
it("csip.v20221121.StopRiskCenterTask", async function () {
|
|
192
262
|
try {
|
|
193
|
-
const data = await client.
|
|
263
|
+
const data = await client.StopRiskCenterTask({})
|
|
194
264
|
expect(data).to.be.ok
|
|
195
265
|
} catch(error) {
|
|
196
266
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +268,9 @@ it("csip.v20221121.DescribeScanTaskList", async function () {
|
|
|
198
268
|
}
|
|
199
269
|
})
|
|
200
270
|
|
|
201
|
-
it("csip.v20221121.
|
|
271
|
+
it("csip.v20221121.DescribeSubnetAssets", async function () {
|
|
202
272
|
try {
|
|
203
|
-
const data = await client.
|
|
273
|
+
const data = await client.DescribeSubnetAssets({})
|
|
204
274
|
expect(data).to.be.ok
|
|
205
275
|
} catch(error) {
|
|
206
276
|
expect(error.requestId).to.be.ok
|
|
@@ -908,6 +908,16 @@ it("cwp.v20180228.FixBaselineDetect", async function () {
|
|
|
908
908
|
}
|
|
909
909
|
})
|
|
910
910
|
|
|
911
|
+
it("cwp.v20180228.DescribeAgentInstallCommand", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DescribeAgentInstallCommand({})
|
|
914
|
+
expect(data).to.be.ok
|
|
915
|
+
} catch(error) {
|
|
916
|
+
expect(error.requestId).to.be.ok
|
|
917
|
+
expect(error.code).to.be.ok
|
|
918
|
+
}
|
|
919
|
+
})
|
|
920
|
+
|
|
911
921
|
it("cwp.v20180228.DescribeBaselineRuleDetectList", async function () {
|
|
912
922
|
try {
|
|
913
923
|
const data = await client.DescribeBaselineRuleDetectList({})
|
|
@@ -518,6 +518,16 @@ it("dlc.v20210125.DescribeDataEngines", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
+
it("dlc.v20210125.DescribeSparkSessionBatchSQL", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.DescribeSparkSessionBatchSQL({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
521
531
|
it("dlc.v20210125.DropDMSDatabase", async function () {
|
|
522
532
|
try {
|
|
523
533
|
const data = await client.DropDMSDatabase({})
|
|
@@ -508,6 +508,16 @@ it("ess.v20201111.DisableUserAutoSign", async function () {
|
|
|
508
508
|
}
|
|
509
509
|
})
|
|
510
510
|
|
|
511
|
+
it("ess.v20201111.DescribePersonCertificate", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.DescribePersonCertificate({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
511
521
|
it("ess.v20201111.DescribeThirdPartyAuthCode", async function () {
|
|
512
522
|
try {
|
|
513
523
|
const data = await client.DescribeThirdPartyAuthCode({})
|