tencentcloud-sdk-nodejs 4.0.421 → 4.0.424
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 +971 -0
- package/SERVICE_CHANGELOG.md +1025 -97
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +18 -7
- package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
- package/src/services/cls/v20201016/cls_models.ts +11 -1
- package/src/services/cme/v20191029/cme_client.ts +13 -4
- package/src/services/cme/v20191029/cme_models.ts +283 -68
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +44 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +84 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +303 -57
- package/src/services/dcdb/v20180411/dcdb_models.ts +10 -0
- package/src/services/eb/v20210416/eb_models.ts +5 -0
- package/src/services/gaap/v20180529/gaap_client.ts +160 -37
- package/src/services/gaap/v20180529/gaap_models.ts +610 -179
- package/src/services/gs/v20191118/gs_client.ts +1 -1
- package/src/services/gs/v20191118/gs_models.ts +5 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/irp/v20220805/irp_client.ts +3 -3
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/mmps/v20200710/mmps_models.ts +6 -0
- package/src/services/monitor/v20180724/monitor_client.ts +6 -3
- package/src/services/monitor/v20180724/monitor_models.ts +200 -76
- package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +20 -0
- package/src/services/pts/v20210728/pts_client.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +20 -0
- package/src/services/taf/v20200210/taf_client.ts +5 -21
- package/src/services/taf/v20200210/taf_models.ts +42 -170
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
- package/src/services/tcb/v20180608/tcb_models.ts +12 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tcr/v20190924/tcr_client.ts +246 -50
- package/src/services/tcr/v20190924/tcr_models.ts +946 -298
- package/src/services/tcss/v20201101/tcss_models.ts +24 -2
- package/src/services/teo/v20220106/teo_models.ts +284 -109
- package/src/services/tiia/v20190529/tiia_client.ts +4 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +31 -1
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +41 -0
- package/src/services/vod/v20180717/vod_client.ts +70 -24
- package/src/services/vod/v20180717/vod_models.ts +498 -86
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +27 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +260 -51
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -0
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +51 -11
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +75 -15
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +544 -174
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
- package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +172 -69
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +73 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +108 -12
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +817 -264
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +29 -15
- package/tencentcloud/services/vod/v20180717/vod_client.js +35 -15
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +429 -77
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +56 -6
- package/test/gaap.v20180529.test.js +116 -16
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/taf.v20200210.test.js +0 -10
- package/test/tcr.v20190924.test.js +168 -8
- package/test/vod.v20180717.test.js +32 -2
- package/test/yinsuda.v20220527.test.js +56 -6
|
@@ -758,6 +758,16 @@ it("apigateway.v20180808.DescribeUpstreamBindApis", async function () {
|
|
|
758
758
|
}
|
|
759
759
|
})
|
|
760
760
|
|
|
761
|
+
it("apigateway.v20180808.ImportOpenApi", async function () {
|
|
762
|
+
try {
|
|
763
|
+
const data = await client.ImportOpenApi({})
|
|
764
|
+
expect(data).to.be.ok
|
|
765
|
+
} catch(error) {
|
|
766
|
+
expect(error.requestId).to.be.ok
|
|
767
|
+
expect(error.code).to.be.ok
|
|
768
|
+
}
|
|
769
|
+
})
|
|
770
|
+
|
|
761
771
|
it("apigateway.v20180808.ModifyService", async function () {
|
|
762
772
|
try {
|
|
763
773
|
const data = await client.ModifyService({})
|
|
@@ -78,9 +78,19 @@ it("cynosdb.v20190107.DescribeBinlogSaveDays", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("cynosdb.v20190107.
|
|
81
|
+
it("cynosdb.v20190107.DescribeInstanceSpecs", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.DescribeInstanceSpecs({})
|
|
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("cynosdb.v20190107.AddClusterSlaveZone", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.AddClusterSlaveZone({})
|
|
84
94
|
expect(data).to.be.ok
|
|
85
95
|
} catch(error) {
|
|
86
96
|
expect(error.requestId).to.be.ok
|
|
@@ -98,6 +108,16 @@ it("cynosdb.v20190107.DescribeParamTemplates", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
111
|
+
it("cynosdb.v20190107.SetRenewFlag", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.SetRenewFlag({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
101
121
|
it("cynosdb.v20190107.DescribeClusterInstanceGrps", async function () {
|
|
102
122
|
try {
|
|
103
123
|
const data = await client.DescribeClusterInstanceGrps({})
|
|
@@ -218,6 +238,16 @@ it("cynosdb.v20190107.ModifyMaintainPeriodConfig", async function () {
|
|
|
218
238
|
}
|
|
219
239
|
})
|
|
220
240
|
|
|
241
|
+
it("cynosdb.v20190107.ModifyClusterSlaveZone", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ModifyClusterSlaveZone({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
221
251
|
it("cynosdb.v20190107.ModifyAccountParams", async function () {
|
|
222
252
|
try {
|
|
223
253
|
const data = await client.ModifyAccountParams({})
|
|
@@ -228,6 +258,16 @@ it("cynosdb.v20190107.ModifyAccountParams", async function () {
|
|
|
228
258
|
}
|
|
229
259
|
})
|
|
230
260
|
|
|
261
|
+
it("cynosdb.v20190107.DescribeClusterParams", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.DescribeClusterParams({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
231
271
|
it("cynosdb.v20190107.OfflineInstance", async function () {
|
|
232
272
|
try {
|
|
233
273
|
const data = await client.OfflineInstance({})
|
|
@@ -308,9 +348,9 @@ it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
|
|
|
308
348
|
}
|
|
309
349
|
})
|
|
310
350
|
|
|
311
|
-
it("cynosdb.v20190107.
|
|
351
|
+
it("cynosdb.v20190107.RemoveClusterSlaveZone", async function () {
|
|
312
352
|
try {
|
|
313
|
-
const data = await client.
|
|
353
|
+
const data = await client.RemoveClusterSlaveZone({})
|
|
314
354
|
expect(data).to.be.ok
|
|
315
355
|
} catch(error) {
|
|
316
356
|
expect(error.requestId).to.be.ok
|
|
@@ -348,9 +388,9 @@ it("cynosdb.v20190107.IsolateInstance", async function () {
|
|
|
348
388
|
}
|
|
349
389
|
})
|
|
350
390
|
|
|
351
|
-
it("cynosdb.v20190107.
|
|
391
|
+
it("cynosdb.v20190107.DescribeBackupConfig", async function () {
|
|
352
392
|
try {
|
|
353
|
-
const data = await client.
|
|
393
|
+
const data = await client.DescribeBackupConfig({})
|
|
354
394
|
expect(data).to.be.ok
|
|
355
395
|
} catch(error) {
|
|
356
396
|
expect(error.requestId).to.be.ok
|
|
@@ -498,6 +538,16 @@ it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
|
|
|
498
538
|
}
|
|
499
539
|
})
|
|
500
540
|
|
|
541
|
+
it("cynosdb.v20190107.SwitchClusterZone", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.SwitchClusterZone({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
501
551
|
it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
|
|
502
552
|
try {
|
|
503
553
|
const data = await client.DisassociateSecurityGroups({})
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.gaap.v20180529.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("gaap.v20180529.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("gaap.v20180529.ModifyGlobalDomainDns", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.ModifyGlobalDomainDns({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
21
31
|
it("gaap.v20180529.DescribeCertificates", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.DescribeCertificates({})
|
|
@@ -98,6 +108,26 @@ it("gaap.v20180529.ModifyCertificateAttributes", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
111
|
+
it("gaap.v20180529.DescribeGlobalDomainDns", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DescribeGlobalDomainDns({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
121
|
+
it("gaap.v20180529.CreateGlobalDomain", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.CreateGlobalDomain({})
|
|
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
|
+
|
|
101
131
|
it("gaap.v20180529.CreateCustomHeader", async function () {
|
|
102
132
|
try {
|
|
103
133
|
const data = await client.CreateCustomHeader({})
|
|
@@ -178,6 +208,16 @@ it("gaap.v20180529.DescribeRuleRealServers", async function () {
|
|
|
178
208
|
}
|
|
179
209
|
})
|
|
180
210
|
|
|
211
|
+
it("gaap.v20180529.DescribeUDPListeners", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeUDPListeners({})
|
|
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
|
+
|
|
181
221
|
it("gaap.v20180529.DescribeDestRegions", async function () {
|
|
182
222
|
try {
|
|
183
223
|
const data = await client.DescribeDestRegions({})
|
|
@@ -348,9 +388,9 @@ it("gaap.v20180529.DescribeProxyAndStatisticsListeners", async function () {
|
|
|
348
388
|
}
|
|
349
389
|
})
|
|
350
390
|
|
|
351
|
-
it("gaap.v20180529.
|
|
391
|
+
it("gaap.v20180529.ModifyGlobalDomainAttribute", async function () {
|
|
352
392
|
try {
|
|
353
|
-
const data = await client.
|
|
393
|
+
const data = await client.ModifyGlobalDomainAttribute({})
|
|
354
394
|
expect(data).to.be.ok
|
|
355
395
|
} catch(error) {
|
|
356
396
|
expect(error.requestId).to.be.ok
|
|
@@ -398,6 +438,16 @@ it("gaap.v20180529.ModifyTCPListenerAttribute", async function () {
|
|
|
398
438
|
}
|
|
399
439
|
})
|
|
400
440
|
|
|
441
|
+
it("gaap.v20180529.CreateHTTPListener", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.CreateHTTPListener({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
401
451
|
it("gaap.v20180529.DescribeRealServerStatistics", async function () {
|
|
402
452
|
try {
|
|
403
453
|
const data = await client.DescribeRealServerStatistics({})
|
|
@@ -408,9 +458,9 @@ it("gaap.v20180529.DescribeRealServerStatistics", async function () {
|
|
|
408
458
|
}
|
|
409
459
|
})
|
|
410
460
|
|
|
411
|
-
it("gaap.v20180529.
|
|
461
|
+
it("gaap.v20180529.DescribeHTTPListeners", async function () {
|
|
412
462
|
try {
|
|
413
|
-
const data = await client.
|
|
463
|
+
const data = await client.DescribeHTTPListeners({})
|
|
414
464
|
expect(data).to.be.ok
|
|
415
465
|
} catch(error) {
|
|
416
466
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +498,9 @@ it("gaap.v20180529.DescribeCustomHeader", async function () {
|
|
|
448
498
|
}
|
|
449
499
|
})
|
|
450
500
|
|
|
451
|
-
it("gaap.v20180529.
|
|
501
|
+
it("gaap.v20180529.DeleteGlobalDomainDns", async function () {
|
|
452
502
|
try {
|
|
453
|
-
const data = await client.
|
|
503
|
+
const data = await client.DeleteGlobalDomainDns({})
|
|
454
504
|
expect(data).to.be.ok
|
|
455
505
|
} catch(error) {
|
|
456
506
|
expect(error.requestId).to.be.ok
|
|
@@ -508,6 +558,16 @@ it("gaap.v20180529.RemoveRealServers", async function () {
|
|
|
508
558
|
}
|
|
509
559
|
})
|
|
510
560
|
|
|
561
|
+
it("gaap.v20180529.DeleteGlobalDomain", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DeleteGlobalDomain({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
511
571
|
it("gaap.v20180529.DescribeSecurityRules", async function () {
|
|
512
572
|
try {
|
|
513
573
|
const data = await client.DescribeSecurityRules({})
|
|
@@ -568,16 +628,6 @@ it("gaap.v20180529.OpenProxies", async function () {
|
|
|
568
628
|
}
|
|
569
629
|
})
|
|
570
630
|
|
|
571
|
-
it("gaap.v20180529.DescribeHTTPListeners", async function () {
|
|
572
|
-
try {
|
|
573
|
-
const data = await client.DescribeHTTPListeners({})
|
|
574
|
-
expect(data).to.be.ok
|
|
575
|
-
} catch(error) {
|
|
576
|
-
expect(error.requestId).to.be.ok
|
|
577
|
-
expect(error.code).to.be.ok
|
|
578
|
-
}
|
|
579
|
-
})
|
|
580
|
-
|
|
581
631
|
it("gaap.v20180529.ModifyUDPListenerAttribute", async function () {
|
|
582
632
|
try {
|
|
583
633
|
const data = await client.ModifyUDPListenerAttribute({})
|
|
@@ -678,6 +728,16 @@ it("gaap.v20180529.DeleteFirstLinkSession", async function () {
|
|
|
678
728
|
}
|
|
679
729
|
})
|
|
680
730
|
|
|
731
|
+
it("gaap.v20180529.DisableGlobalDomain", async function () {
|
|
732
|
+
try {
|
|
733
|
+
const data = await client.DisableGlobalDomain({})
|
|
734
|
+
expect(data).to.be.ok
|
|
735
|
+
} catch(error) {
|
|
736
|
+
expect(error.requestId).to.be.ok
|
|
737
|
+
expect(error.code).to.be.ok
|
|
738
|
+
}
|
|
739
|
+
})
|
|
740
|
+
|
|
681
741
|
it("gaap.v20180529.DescribeRegionAndPrice", async function () {
|
|
682
742
|
try {
|
|
683
743
|
const data = await client.DescribeRegionAndPrice({})
|
|
@@ -688,6 +748,16 @@ it("gaap.v20180529.DescribeRegionAndPrice", async function () {
|
|
|
688
748
|
}
|
|
689
749
|
})
|
|
690
750
|
|
|
751
|
+
it("gaap.v20180529.DescribeGlobalDomains", async function () {
|
|
752
|
+
try {
|
|
753
|
+
const data = await client.DescribeGlobalDomains({})
|
|
754
|
+
expect(data).to.be.ok
|
|
755
|
+
} catch(error) {
|
|
756
|
+
expect(error.requestId).to.be.ok
|
|
757
|
+
expect(error.code).to.be.ok
|
|
758
|
+
}
|
|
759
|
+
})
|
|
760
|
+
|
|
691
761
|
it("gaap.v20180529.DescribeRealServersStatus", async function () {
|
|
692
762
|
try {
|
|
693
763
|
const data = await client.DescribeRealServersStatus({})
|
|
@@ -708,6 +778,16 @@ it("gaap.v20180529.DescribeRules", async function () {
|
|
|
708
778
|
}
|
|
709
779
|
})
|
|
710
780
|
|
|
781
|
+
it("gaap.v20180529.EnableGlobalDomain", async function () {
|
|
782
|
+
try {
|
|
783
|
+
const data = await client.EnableGlobalDomain({})
|
|
784
|
+
expect(data).to.be.ok
|
|
785
|
+
} catch(error) {
|
|
786
|
+
expect(error.requestId).to.be.ok
|
|
787
|
+
expect(error.code).to.be.ok
|
|
788
|
+
}
|
|
789
|
+
})
|
|
790
|
+
|
|
711
791
|
it("gaap.v20180529.DescribeListenerRealServers", async function () {
|
|
712
792
|
try {
|
|
713
793
|
const data = await client.DescribeListenerRealServers({})
|
|
@@ -788,6 +868,16 @@ it("gaap.v20180529.DescribeGroupDomainConfig", async function () {
|
|
|
788
868
|
}
|
|
789
869
|
})
|
|
790
870
|
|
|
871
|
+
it("gaap.v20180529.ModifyProxiesAttribute", async function () {
|
|
872
|
+
try {
|
|
873
|
+
const data = await client.ModifyProxiesAttribute({})
|
|
874
|
+
expect(data).to.be.ok
|
|
875
|
+
} catch(error) {
|
|
876
|
+
expect(error.requestId).to.be.ok
|
|
877
|
+
expect(error.code).to.be.ok
|
|
878
|
+
}
|
|
879
|
+
})
|
|
880
|
+
|
|
791
881
|
it("gaap.v20180529.ModifyHTTPSListenerAttribute", async function () {
|
|
792
882
|
try {
|
|
793
883
|
const data = await client.ModifyHTTPSListenerAttribute({})
|
|
@@ -868,6 +958,16 @@ it("gaap.v20180529.InquiryPriceCreateProxy", async function () {
|
|
|
868
958
|
}
|
|
869
959
|
})
|
|
870
960
|
|
|
961
|
+
it("gaap.v20180529.CreateGlobalDomainDns", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.CreateGlobalDomainDns({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
871
971
|
it("gaap.v20180529.ModifySecurityRule", async function () {
|
|
872
972
|
try {
|
|
873
973
|
const data = await client.ModifySecurityRule({})
|
|
@@ -28,6 +28,16 @@ it("oceanus.v20190422.DescribeTreeJobs", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("oceanus.v20190422.DescribeTreeResources", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeTreeResources({})
|
|
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
|
+
|
|
31
41
|
it("oceanus.v20190422.CopyJobs", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.CopyJobs({})
|
|
@@ -28,16 +28,6 @@ it("taf.v20200210.RecognizeCustomizedAudience", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("taf.v20200210.DetectFraudKOL", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.DetectFraudKOL({})
|
|
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
31
|
it("taf.v20200210.RecognizePreciseTargetAudience", async function () {
|
|
42
32
|
try {
|
|
43
33
|
const data = await client.RecognizePreciseTargetAudience({})
|
|
@@ -58,6 +58,16 @@ it("tcr.v20190924.DescribeImagePersonal", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("tcr.v20190924.DeleteReplicationInstance", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DeleteReplicationInstance({})
|
|
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
|
+
|
|
61
71
|
it("tcr.v20190924.CreateNamespace", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.CreateNamespace({})
|
|
@@ -128,6 +138,16 @@ it("tcr.v20190924.ManageImageLifecycleGlobalPersonal", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
141
|
+
it("tcr.v20190924.CreateInstanceCustomizedDomain", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.CreateInstanceCustomizedDomain({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
131
151
|
it("tcr.v20190924.DeleteImmutableTagRules", async function () {
|
|
132
152
|
try {
|
|
133
153
|
const data = await client.DeleteImmutableTagRules({})
|
|
@@ -148,6 +168,16 @@ it("tcr.v20190924.DeleteImagePersonal", async function () {
|
|
|
148
168
|
}
|
|
149
169
|
})
|
|
150
170
|
|
|
171
|
+
it("tcr.v20190924.CreateImageAccelerationService", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.CreateImageAccelerationService({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
151
181
|
it("tcr.v20190924.ModifyWebhookTrigger", async function () {
|
|
152
182
|
try {
|
|
153
183
|
const data = await client.ModifyWebhookTrigger({})
|
|
@@ -188,9 +218,9 @@ it("tcr.v20190924.DescribeReplicationInstanceCreateTasks", async function () {
|
|
|
188
218
|
}
|
|
189
219
|
})
|
|
190
220
|
|
|
191
|
-
it("tcr.v20190924.
|
|
221
|
+
it("tcr.v20190924.DeleteImageAccelerateService", async function () {
|
|
192
222
|
try {
|
|
193
|
-
const data = await client.
|
|
223
|
+
const data = await client.DeleteImageAccelerateService({})
|
|
194
224
|
expect(data).to.be.ok
|
|
195
225
|
} catch(error) {
|
|
196
226
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +348,16 @@ it("tcr.v20190924.DescribeApplicationTriggerPersonal", async function () {
|
|
|
318
348
|
}
|
|
319
349
|
})
|
|
320
350
|
|
|
351
|
+
it("tcr.v20190924.DescribeInstanceAll", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.DescribeInstanceAll({})
|
|
354
|
+
expect(data).to.be.ok
|
|
355
|
+
} catch(error) {
|
|
356
|
+
expect(error.requestId).to.be.ok
|
|
357
|
+
expect(error.code).to.be.ok
|
|
358
|
+
}
|
|
359
|
+
})
|
|
360
|
+
|
|
321
361
|
it("tcr.v20190924.DescribeTagRetentionExecution", async function () {
|
|
322
362
|
try {
|
|
323
363
|
const data = await client.DescribeTagRetentionExecution({})
|
|
@@ -328,9 +368,29 @@ it("tcr.v20190924.DescribeTagRetentionExecution", async function () {
|
|
|
328
368
|
}
|
|
329
369
|
})
|
|
330
370
|
|
|
331
|
-
it("tcr.v20190924.
|
|
371
|
+
it("tcr.v20190924.DeleteInstanceCustomizedDomain", async function () {
|
|
332
372
|
try {
|
|
333
|
-
const data = await client.
|
|
373
|
+
const data = await client.DeleteInstanceCustomizedDomain({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
381
|
+
it("tcr.v20190924.DescribeGCJobs", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.DescribeGCJobs({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
391
|
+
it("tcr.v20190924.DescribeImageAccelerateService", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DescribeImageAccelerateService({})
|
|
334
394
|
expect(data).to.be.ok
|
|
335
395
|
} catch(error) {
|
|
336
396
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +448,16 @@ it("tcr.v20190924.DescribeNamespacePersonal", async function () {
|
|
|
388
448
|
}
|
|
389
449
|
})
|
|
390
450
|
|
|
451
|
+
it("tcr.v20190924.DescribeInstanceAllNamespaces", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.DescribeInstanceAllNamespaces({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
391
461
|
it("tcr.v20190924.DescribeRepositoryPersonal", async function () {
|
|
392
462
|
try {
|
|
393
463
|
const data = await client.DescribeRepositoryPersonal({})
|
|
@@ -418,6 +488,16 @@ it("tcr.v20190924.CreateInstance", async function () {
|
|
|
418
488
|
}
|
|
419
489
|
})
|
|
420
490
|
|
|
491
|
+
it("tcr.v20190924.DescribeRegions", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.DescribeRegions({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
421
501
|
it("tcr.v20190924.DescribeSecurityPolicies", async function () {
|
|
422
502
|
try {
|
|
423
503
|
const data = await client.DescribeSecurityPolicies({})
|
|
@@ -498,6 +578,16 @@ it("tcr.v20190924.DeleteMultipleSecurityPolicy", async function () {
|
|
|
498
578
|
}
|
|
499
579
|
})
|
|
500
580
|
|
|
581
|
+
it("tcr.v20190924.DescribeImageLifecyclePersonal", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.DescribeImageLifecyclePersonal({})
|
|
584
|
+
expect(data).to.be.ok
|
|
585
|
+
} catch(error) {
|
|
586
|
+
expect(error.requestId).to.be.ok
|
|
587
|
+
expect(error.code).to.be.ok
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
|
|
501
591
|
it("tcr.v20190924.DescribeRepositoryFilterPersonal", async function () {
|
|
502
592
|
try {
|
|
503
593
|
const data = await client.DescribeRepositoryFilterPersonal({})
|
|
@@ -518,6 +608,16 @@ it("tcr.v20190924.CreateUserPersonal", async function () {
|
|
|
518
608
|
}
|
|
519
609
|
})
|
|
520
610
|
|
|
611
|
+
it("tcr.v20190924.DescribeInstanceCustomizedDomain", async function () {
|
|
612
|
+
try {
|
|
613
|
+
const data = await client.DescribeInstanceCustomizedDomain({})
|
|
614
|
+
expect(data).to.be.ok
|
|
615
|
+
} catch(error) {
|
|
616
|
+
expect(error.requestId).to.be.ok
|
|
617
|
+
expect(error.code).to.be.ok
|
|
618
|
+
}
|
|
619
|
+
})
|
|
620
|
+
|
|
521
621
|
it("tcr.v20190924.ModifyNamespace", async function () {
|
|
522
622
|
try {
|
|
523
623
|
const data = await client.ModifyNamespace({})
|
|
@@ -548,6 +648,16 @@ it("tcr.v20190924.CreateSecurityPolicy", async function () {
|
|
|
548
648
|
}
|
|
549
649
|
})
|
|
550
650
|
|
|
651
|
+
it("tcr.v20190924.CreateSignaturePolicy", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.CreateSignaturePolicy({})
|
|
654
|
+
expect(data).to.be.ok
|
|
655
|
+
} catch(error) {
|
|
656
|
+
expect(error.requestId).to.be.ok
|
|
657
|
+
expect(error.code).to.be.ok
|
|
658
|
+
}
|
|
659
|
+
})
|
|
660
|
+
|
|
551
661
|
it("tcr.v20190924.DeleteInstance", async function () {
|
|
552
662
|
try {
|
|
553
663
|
const data = await client.DeleteInstance({})
|
|
@@ -598,6 +708,16 @@ it("tcr.v20190924.CreateImmutableTagRules", async function () {
|
|
|
598
708
|
}
|
|
599
709
|
})
|
|
600
710
|
|
|
711
|
+
it("tcr.v20190924.DeleteRepositoryTags", async function () {
|
|
712
|
+
try {
|
|
713
|
+
const data = await client.DeleteRepositoryTags({})
|
|
714
|
+
expect(data).to.be.ok
|
|
715
|
+
} catch(error) {
|
|
716
|
+
expect(error.requestId).to.be.ok
|
|
717
|
+
expect(error.code).to.be.ok
|
|
718
|
+
}
|
|
719
|
+
})
|
|
720
|
+
|
|
601
721
|
it("tcr.v20190924.DescribeInstanceToken", async function () {
|
|
602
722
|
try {
|
|
603
723
|
const data = await client.DescribeInstanceToken({})
|
|
@@ -708,6 +828,26 @@ it("tcr.v20190924.DescribeNamespaces", async function () {
|
|
|
708
828
|
}
|
|
709
829
|
})
|
|
710
830
|
|
|
831
|
+
it("tcr.v20190924.CreateSecurityPolicies", async function () {
|
|
832
|
+
try {
|
|
833
|
+
const data = await client.CreateSecurityPolicies({})
|
|
834
|
+
expect(data).to.be.ok
|
|
835
|
+
} catch(error) {
|
|
836
|
+
expect(error.requestId).to.be.ok
|
|
837
|
+
expect(error.code).to.be.ok
|
|
838
|
+
}
|
|
839
|
+
})
|
|
840
|
+
|
|
841
|
+
it("tcr.v20190924.CreateSignature", async function () {
|
|
842
|
+
try {
|
|
843
|
+
const data = await client.CreateSignature({})
|
|
844
|
+
expect(data).to.be.ok
|
|
845
|
+
} catch(error) {
|
|
846
|
+
expect(error.requestId).to.be.ok
|
|
847
|
+
expect(error.code).to.be.ok
|
|
848
|
+
}
|
|
849
|
+
})
|
|
850
|
+
|
|
711
851
|
it("tcr.v20190924.DeleteInternalEndpointDns", async function () {
|
|
712
852
|
try {
|
|
713
853
|
const data = await client.DeleteInternalEndpointDns({})
|
|
@@ -788,6 +928,16 @@ it("tcr.v20190924.DeleteNamespace", async function () {
|
|
|
788
928
|
}
|
|
789
929
|
})
|
|
790
930
|
|
|
931
|
+
it("tcr.v20190924.DeleteSignaturePolicy", async function () {
|
|
932
|
+
try {
|
|
933
|
+
const data = await client.DeleteSignaturePolicy({})
|
|
934
|
+
expect(data).to.be.ok
|
|
935
|
+
} catch(error) {
|
|
936
|
+
expect(error.requestId).to.be.ok
|
|
937
|
+
expect(error.code).to.be.ok
|
|
938
|
+
}
|
|
939
|
+
})
|
|
940
|
+
|
|
791
941
|
it("tcr.v20190924.DescribeInstances", async function () {
|
|
792
942
|
try {
|
|
793
943
|
const data = await client.DescribeInstances({})
|
|
@@ -798,6 +948,16 @@ it("tcr.v20190924.DescribeInstances", async function () {
|
|
|
798
948
|
}
|
|
799
949
|
})
|
|
800
950
|
|
|
951
|
+
it("tcr.v20190924.DeleteRepositoryPersonal", async function () {
|
|
952
|
+
try {
|
|
953
|
+
const data = await client.DeleteRepositoryPersonal({})
|
|
954
|
+
expect(data).to.be.ok
|
|
955
|
+
} catch(error) {
|
|
956
|
+
expect(error.requestId).to.be.ok
|
|
957
|
+
expect(error.code).to.be.ok
|
|
958
|
+
}
|
|
959
|
+
})
|
|
960
|
+
|
|
801
961
|
it("tcr.v20190924.DescribeApplicationTriggerLogPersonal", async function () {
|
|
802
962
|
try {
|
|
803
963
|
const data = await client.DescribeApplicationTriggerLogPersonal({})
|
|
@@ -838,9 +998,9 @@ it("tcr.v20190924.DescribeWebhookTrigger", async function () {
|
|
|
838
998
|
}
|
|
839
999
|
})
|
|
840
1000
|
|
|
841
|
-
it("tcr.v20190924.
|
|
1001
|
+
it("tcr.v20190924.ManageInternalEndpoint", async function () {
|
|
842
1002
|
try {
|
|
843
|
-
const data = await client.
|
|
1003
|
+
const data = await client.ManageInternalEndpoint({})
|
|
844
1004
|
expect(data).to.be.ok
|
|
845
1005
|
} catch(error) {
|
|
846
1006
|
expect(error.requestId).to.be.ok
|
|
@@ -908,9 +1068,9 @@ it("tcr.v20190924.DescribeExternalEndpointStatus", async function () {
|
|
|
908
1068
|
}
|
|
909
1069
|
})
|
|
910
1070
|
|
|
911
|
-
it("tcr.v20190924.
|
|
1071
|
+
it("tcr.v20190924.DescribeInternalEndpoints", async function () {
|
|
912
1072
|
try {
|
|
913
|
-
const data = await client.
|
|
1073
|
+
const data = await client.DescribeInternalEndpoints({})
|
|
914
1074
|
expect(data).to.be.ok
|
|
915
1075
|
} catch(error) {
|
|
916
1076
|
expect(error.requestId).to.be.ok
|