tencentcloud-sdk-nodejs 4.0.342 → 4.0.345
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 +510 -0
- package/SERVICE_CHANGELOG.md +492 -93
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cam/v20190116/cam_client.ts +2 -1
- package/src/services/cam/v20190116/cam_models.ts +119 -83
- package/src/services/cat/v20180409/cat_models.ts +22 -0
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +9 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +94 -21
- package/src/services/cpdp/v20190820/cpdp_models.ts +895 -387
- package/src/services/cvm/v20170312/cvm_models.ts +29 -12
- package/src/services/dlc/v20210125/dlc_models.ts +24 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/ecm/v20190719/ecm_models.ts +6 -0
- package/src/services/emr/v20190103/emr_client.ts +147 -108
- package/src/services/emr/v20190103/emr_models.ts +349 -57
- package/src/services/es/v20180416/es_models.ts +10 -5
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +27 -2
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +144 -30
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +17 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_client.ts +31 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +186 -0
- package/src/services/ocr/v20181119/ocr_client.ts +0 -14
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +122 -81
- package/src/services/ssl/v20191205/ssl_client.ts +15 -2
- package/src/services/ssl/v20191205/ssl_models.ts +89 -31
- package/src/services/tke/v20180525/tke_client.ts +72 -17
- package/src/services/tke/v20180525/tke_models.ts +807 -55
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +4 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +100 -70
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +18 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +7 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +29 -5
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +42 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +785 -360
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +51 -39
- package/tencentcloud/services/emr/v20190103/emr_client.js +75 -57
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +296 -50
- package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -4
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +9 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +12 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +124 -27
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +11 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +15 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +157 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -14
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -14
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +112 -79
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +77 -27
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +30 -14
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +683 -39
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -1
- package/test/cpdp.v20190820.test.js +64 -4
- package/test/emr.v20190103.test.js +70 -40
- package/test/iotcloud.v20210408.test.js +20 -0
- package/test/oceanus.v20190422.test.js +22 -2
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tke.v20180525.test.js +40 -0
|
@@ -34,7 +34,7 @@ export declare class Client extends AbstractClient {
|
|
|
34
34
|
*/
|
|
35
35
|
TextTranslate(req: TextTranslateRequest, cb?: (error: string, rep: TextTranslateResponse) => void): Promise<TextTranslateResponse>;
|
|
36
36
|
/**
|
|
37
|
-
* 提交文档原文内容,输出任务ID, 支持原文为单一语种文档(如出现多语言文档,仅支持以选定的源语言相关内容翻译),文件格式有pdf、docx、pptx、xlsx,支持的文本格式有txt、xml、html、markdown、properties
|
|
37
|
+
* 提交文档原文内容,输出任务ID, 支持原文为单一语种文档(如出现多语言文档,仅支持以选定的源语言相关内容翻译),文件格式有pdf、docx、pptx、xlsx,支持的文本格式有txt、xml、html、markdown、properties。任务翻译数据可保存7天,7天后不再返回任务数据。请注意保存。
|
|
38
38
|
*/
|
|
39
39
|
FileTranslate(req: FileTranslateRequest, cb?: (error: string, rep: FileTranslateResponse) => void): Promise<FileTranslateResponse>;
|
|
40
40
|
/**
|
|
@@ -64,7 +64,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
64
64
|
return this.request("TextTranslate", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
* 提交文档原文内容,输出任务ID, 支持原文为单一语种文档(如出现多语言文档,仅支持以选定的源语言相关内容翻译),文件格式有pdf、docx、pptx、xlsx,支持的文本格式有txt、xml、html、markdown、properties
|
|
67
|
+
* 提交文档原文内容,输出任务ID, 支持原文为单一语种文档(如出现多语言文档,仅支持以选定的源语言相关内容翻译),文件格式有pdf、docx、pptx、xlsx,支持的文本格式有txt、xml、html、markdown、properties。任务翻译数据可保存7天,7天后不再返回任务数据。请注意保存。
|
|
68
68
|
*/
|
|
69
69
|
async FileTranslate(req, cb) {
|
|
70
70
|
return this.request("FileTranslate", req, cb);
|
|
@@ -902,6 +902,7 @@ export interface DescribeApiRateLimitRulesRequest {
|
|
|
902
902
|
export interface DescribeApiGroupsResponse {
|
|
903
903
|
/**
|
|
904
904
|
* 翻页结构体
|
|
905
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
905
906
|
*/
|
|
906
907
|
Result: TsfPageApiGroupInfo;
|
|
907
908
|
/**
|
|
@@ -8316,7 +8317,7 @@ export interface DescribeApiGroupsRequest {
|
|
|
8316
8317
|
*/
|
|
8317
8318
|
GroupType?: string;
|
|
8318
8319
|
/**
|
|
8319
|
-
* 鉴权类型。 secret:
|
|
8320
|
+
* 鉴权类型。 secret: 密钥鉴权; none:无鉴权
|
|
8320
8321
|
*/
|
|
8321
8322
|
AuthType?: string;
|
|
8322
8323
|
/**
|
|
@@ -138,6 +138,16 @@ it("cpdp.v20190820.WithdrawCashMembership", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("cpdp.v20190820.GetPayRollAuthResult", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.GetPayRollAuthResult({})
|
|
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
|
+
|
|
141
151
|
it("cpdp.v20190820.QueryBankTransactionDetails", async function () {
|
|
142
152
|
try {
|
|
143
153
|
const data = await client.QueryBankTransactionDetails({})
|
|
@@ -238,6 +248,16 @@ it("cpdp.v20190820.ModifyMerchant", async function () {
|
|
|
238
248
|
}
|
|
239
249
|
})
|
|
240
250
|
|
|
251
|
+
it("cpdp.v20190820.RegisterBillSupportWithdraw", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.RegisterBillSupportWithdraw({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
241
261
|
it("cpdp.v20190820.QueryOpenBankDailyReceiptDownloadUrl", async function () {
|
|
242
262
|
try {
|
|
243
263
|
const data = await client.QueryOpenBankDailyReceiptDownloadUrl({})
|
|
@@ -428,6 +448,16 @@ it("cpdp.v20190820.UploadTaxPayment", async function () {
|
|
|
428
448
|
}
|
|
429
449
|
})
|
|
430
450
|
|
|
451
|
+
it("cpdp.v20190820.CreatePayRollPreOrderWithAuth", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.CreatePayRollPreOrderWithAuth({})
|
|
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
|
+
|
|
431
461
|
it("cpdp.v20190820.QueryMemberBind", async function () {
|
|
432
462
|
try {
|
|
433
463
|
const data = await client.QueryMemberBind({})
|
|
@@ -478,9 +508,9 @@ it("cpdp.v20190820.DistributeApply", async function () {
|
|
|
478
508
|
}
|
|
479
509
|
})
|
|
480
510
|
|
|
481
|
-
it("cpdp.v20190820.
|
|
511
|
+
it("cpdp.v20190820.QueryMerchantBalance", async function () {
|
|
482
512
|
try {
|
|
483
|
-
const data = await client.
|
|
513
|
+
const data = await client.QueryMerchantBalance({})
|
|
484
514
|
expect(data).to.be.ok
|
|
485
515
|
} catch(error) {
|
|
486
516
|
expect(error.requestId).to.be.ok
|
|
@@ -498,6 +528,16 @@ it("cpdp.v20190820.QueryContractPayWayList", async function () {
|
|
|
498
528
|
}
|
|
499
529
|
})
|
|
500
530
|
|
|
531
|
+
it("cpdp.v20190820.CreatePayRollPreOrder", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.CreatePayRollPreOrder({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
501
541
|
it("cpdp.v20190820.CreateCloudSubMerchant", async function () {
|
|
502
542
|
try {
|
|
503
543
|
const data = await client.CreateCloudSubMerchant({})
|
|
@@ -548,6 +588,16 @@ it("cpdp.v20190820.ContractOrder", async function () {
|
|
|
548
588
|
}
|
|
549
589
|
})
|
|
550
590
|
|
|
591
|
+
it("cpdp.v20190820.GetPayRollAuthList", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.GetPayRollAuthList({})
|
|
594
|
+
expect(data).to.be.ok
|
|
595
|
+
} catch(error) {
|
|
596
|
+
expect(error.requestId).to.be.ok
|
|
597
|
+
expect(error.code).to.be.ok
|
|
598
|
+
}
|
|
599
|
+
})
|
|
600
|
+
|
|
551
601
|
it("cpdp.v20190820.RegisterBehavior", async function () {
|
|
552
602
|
try {
|
|
553
603
|
const data = await client.RegisterBehavior({})
|
|
@@ -558,9 +608,9 @@ it("cpdp.v20190820.RegisterBehavior", async function () {
|
|
|
558
608
|
}
|
|
559
609
|
})
|
|
560
610
|
|
|
561
|
-
it("cpdp.v20190820.
|
|
611
|
+
it("cpdp.v20190820.CreatePayRollToken", async function () {
|
|
562
612
|
try {
|
|
563
|
-
const data = await client.
|
|
613
|
+
const data = await client.CreatePayRollToken({})
|
|
564
614
|
expect(data).to.be.ok
|
|
565
615
|
} catch(error) {
|
|
566
616
|
expect(error.requestId).to.be.ok
|
|
@@ -1328,6 +1378,16 @@ it("cpdp.v20190820.DescribeChargeDetail", async function () {
|
|
|
1328
1378
|
}
|
|
1329
1379
|
})
|
|
1330
1380
|
|
|
1381
|
+
it("cpdp.v20190820.GetPayRollAuth", async function () {
|
|
1382
|
+
try {
|
|
1383
|
+
const data = await client.GetPayRollAuth({})
|
|
1384
|
+
expect(data).to.be.ok
|
|
1385
|
+
} catch(error) {
|
|
1386
|
+
expect(error.requestId).to.be.ok
|
|
1387
|
+
expect(error.code).to.be.ok
|
|
1388
|
+
}
|
|
1389
|
+
})
|
|
1390
|
+
|
|
1331
1391
|
it("cpdp.v20190820.CreateSinglePay", async function () {
|
|
1332
1392
|
try {
|
|
1333
1393
|
const data = await client.CreateSinglePay({})
|
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.emr.v20190103.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("emr.v20190103.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("emr.v20190103.
|
|
21
|
+
it("emr.v20190103.TerminateInstance", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.TerminateInstance({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("emr.v20190103.DescribeInstanceRenewNodes", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("emr.v20190103.
|
|
31
|
+
it("emr.v20190103.InquiryPriceUpdateInstance", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.InquiryPriceUpdateInstance({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("emr.v20190103.TerminateTasks", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("emr.v20190103.
|
|
41
|
+
it("emr.v20190103.DescribeUsersForUserManager", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribeUsersForUserManager({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("emr.v20190103.DescribeInstances", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("emr.v20190103.
|
|
51
|
+
it("emr.v20190103.InquiryPriceRenewInstance", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.InquiryPriceRenewInstance({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("emr.v20190103.InquiryPriceUpdateInstance", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("emr.v20190103.
|
|
61
|
+
it("emr.v20190103.DescribeJobFlow", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeJobFlow({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("emr.v20190103.DescribeClusterNodes", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("emr.v20190103.
|
|
71
|
+
it("emr.v20190103.InquirePriceRenewEmr", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.InquirePriceRenewEmr({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +78,9 @@ it("emr.v20190103.ModifyResourceScheduler", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("emr.v20190103.
|
|
81
|
+
it("emr.v20190103.InquiryPriceScaleOutInstance", async function () {
|
|
82
82
|
try {
|
|
83
|
-
const data = await client.
|
|
83
|
+
const data = await client.InquiryPriceScaleOutInstance({})
|
|
84
84
|
expect(data).to.be.ok
|
|
85
85
|
} catch(error) {
|
|
86
86
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +88,9 @@ it("emr.v20190103.InquiryPriceRenewInstance", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
-
it("emr.v20190103.
|
|
91
|
+
it("emr.v20190103.DescribeCvmQuota", async function () {
|
|
92
92
|
try {
|
|
93
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeCvmQuota({})
|
|
94
94
|
expect(data).to.be.ok
|
|
95
95
|
} catch(error) {
|
|
96
96
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("emr.v20190103.CreateInstance", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("emr.v20190103.
|
|
101
|
+
it("emr.v20190103.ScaleOutInstance", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.ScaleOutInstance({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +108,9 @@ it("emr.v20190103.ModifyResourcePools", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("emr.v20190103.
|
|
111
|
+
it("emr.v20190103.DescribeInstances", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeInstances({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +118,9 @@ it("emr.v20190103.InquiryPriceCreateInstance", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("emr.v20190103.
|
|
121
|
+
it("emr.v20190103.RunJobFlow", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.RunJobFlow({})
|
|
124
124
|
expect(data).to.be.ok
|
|
125
125
|
} catch(error) {
|
|
126
126
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +128,9 @@ it("emr.v20190103.InquirePriceRenewEmr", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("emr.v20190103.
|
|
131
|
+
it("emr.v20190103.AddUsersForUserManager", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.AddUsersForUserManager({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +138,9 @@ it("emr.v20190103.DescribeResourceSchedule", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
-
it("emr.v20190103.
|
|
141
|
+
it("emr.v20190103.DescribeInstanceRenewNodes", async function () {
|
|
142
142
|
try {
|
|
143
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeInstanceRenewNodes({})
|
|
144
144
|
expect(data).to.be.ok
|
|
145
145
|
} catch(error) {
|
|
146
146
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +148,9 @@ it("emr.v20190103.InquiryPriceScaleOutInstance", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
-
it("emr.v20190103.
|
|
151
|
+
it("emr.v20190103.ModifyResourceScheduler", async function () {
|
|
152
152
|
try {
|
|
153
|
-
const data = await client.
|
|
153
|
+
const data = await client.ModifyResourceScheduler({})
|
|
154
154
|
expect(data).to.be.ok
|
|
155
155
|
} catch(error) {
|
|
156
156
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +158,9 @@ it("emr.v20190103.ModifyResourceScheduleConfig", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("emr.v20190103.
|
|
161
|
+
it("emr.v20190103.SyncPodState", async function () {
|
|
162
162
|
try {
|
|
163
|
-
const data = await client.
|
|
163
|
+
const data = await client.SyncPodState({})
|
|
164
164
|
expect(data).to.be.ok
|
|
165
165
|
} catch(error) {
|
|
166
166
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,9 @@ it("emr.v20190103.DescribeJobFlow", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("emr.v20190103.
|
|
171
|
+
it("emr.v20190103.CreateInstance", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.CreateInstance({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +178,9 @@ it("emr.v20190103.DescribeCvmQuota", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
-
it("emr.v20190103.
|
|
181
|
+
it("emr.v20190103.InquiryPriceCreateInstance", async function () {
|
|
182
182
|
try {
|
|
183
|
-
const data = await client.
|
|
183
|
+
const data = await client.InquiryPriceCreateInstance({})
|
|
184
184
|
expect(data).to.be.ok
|
|
185
185
|
} catch(error) {
|
|
186
186
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +188,9 @@ it("emr.v20190103.SyncPodState", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
-
it("emr.v20190103.
|
|
191
|
+
it("emr.v20190103.DescribeResourceSchedule", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeResourceSchedule({})
|
|
194
194
|
expect(data).to.be.ok
|
|
195
195
|
} catch(error) {
|
|
196
196
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +198,9 @@ it("emr.v20190103.ScaleOutInstance", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
-
it("emr.v20190103.
|
|
201
|
+
it("emr.v20190103.ModifyResourceScheduleConfig", async function () {
|
|
202
202
|
try {
|
|
203
|
-
const data = await client.
|
|
203
|
+
const data = await client.ModifyResourceScheduleConfig({})
|
|
204
204
|
expect(data).to.be.ok
|
|
205
205
|
} catch(error) {
|
|
206
206
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +208,39 @@ it("emr.v20190103.RunJobFlow", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
-
it("emr.v20190103.
|
|
211
|
+
it("emr.v20190103.TerminateTasks", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
213
|
+
const data = await client.TerminateTasks({})
|
|
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("emr.v20190103.DescribeClusterNodes", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.DescribeClusterNodes({})
|
|
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("emr.v20190103.DescribeInstancesList", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.DescribeInstancesList({})
|
|
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
|
+
|
|
241
|
+
it("emr.v20190103.ModifyResourcePools", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.ModifyResourcePools({})
|
|
214
244
|
expect(data).to.be.ok
|
|
215
245
|
} catch(error) {
|
|
216
246
|
expect(error.requestId).to.be.ok
|
|
@@ -348,6 +348,16 @@ it("iotcloud.v20210408.UpdateDevicesEnableState", async function () {
|
|
|
348
348
|
}
|
|
349
349
|
})
|
|
350
350
|
|
|
351
|
+
it("iotcloud.v20210408.ListFirmwares", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.ListFirmwares({})
|
|
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
|
+
|
|
351
361
|
it("iotcloud.v20210408.ListSDKLog", async function () {
|
|
352
362
|
try {
|
|
353
363
|
const data = await client.ListSDKLog({})
|
|
@@ -618,6 +628,16 @@ it("iotcloud.v20210408.DescribeDevices", async function () {
|
|
|
618
628
|
}
|
|
619
629
|
})
|
|
620
630
|
|
|
631
|
+
it("iotcloud.v20210408.GetAllVersion", async function () {
|
|
632
|
+
try {
|
|
633
|
+
const data = await client.GetAllVersion({})
|
|
634
|
+
expect(data).to.be.ok
|
|
635
|
+
} catch(error) {
|
|
636
|
+
expect(error.requestId).to.be.ok
|
|
637
|
+
expect(error.code).to.be.ok
|
|
638
|
+
}
|
|
639
|
+
})
|
|
640
|
+
|
|
621
641
|
it("iotcloud.v20210408.DisableTopicRule", async function () {
|
|
622
642
|
try {
|
|
623
643
|
const data = await client.DisableTopicRule({})
|
|
@@ -58,9 +58,9 @@ it("oceanus.v20190422.CreateResource", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("oceanus.v20190422.
|
|
61
|
+
it("oceanus.v20190422.DescribeJobSavepoint", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeJobSavepoint({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -88,6 +88,16 @@ it("oceanus.v20190422.DeleteResources", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("oceanus.v20190422.DescribeResourceRelatedJobs", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeResourceRelatedJobs({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
91
101
|
it("oceanus.v20190422.DescribeJobs", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DescribeJobs({})
|
|
@@ -118,6 +128,16 @@ it("oceanus.v20190422.DeleteResourceConfigs", async function () {
|
|
|
118
128
|
}
|
|
119
129
|
})
|
|
120
130
|
|
|
131
|
+
it("oceanus.v20190422.CheckSavepoint", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.CheckSavepoint({})
|
|
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
|
+
|
|
121
141
|
it("oceanus.v20190422.CreateResourceConfig", async function () {
|
|
122
142
|
try {
|
|
123
143
|
const data = await client.CreateResourceConfig({})
|
|
@@ -178,6 +178,16 @@ it("ssl.v20191205.DescribeManagerDetail", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
+
it("ssl.v20191205.HostCertificate", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.HostCertificate({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
181
191
|
it("ssl.v20191205.ModifyCertificateProject", async function () {
|
|
182
192
|
try {
|
|
183
193
|
const data = await client.ModifyCertificateProject({})
|
|
@@ -698,6 +698,16 @@ it("tke.v20180525.DescribePrometheusInstance", async function () {
|
|
|
698
698
|
}
|
|
699
699
|
})
|
|
700
700
|
|
|
701
|
+
it("tke.v20180525.CreatePrometheusGlobalNotification", async function () {
|
|
702
|
+
try {
|
|
703
|
+
const data = await client.CreatePrometheusGlobalNotification({})
|
|
704
|
+
expect(data).to.be.ok
|
|
705
|
+
} catch(error) {
|
|
706
|
+
expect(error.requestId).to.be.ok
|
|
707
|
+
expect(error.code).to.be.ok
|
|
708
|
+
}
|
|
709
|
+
})
|
|
710
|
+
|
|
701
711
|
it("tke.v20180525.DescribeClusterEndpointVipStatus", async function () {
|
|
702
712
|
try {
|
|
703
713
|
const data = await client.DescribeClusterEndpointVipStatus({})
|
|
@@ -788,6 +798,16 @@ it("tke.v20180525.DeletePrometheusAlertRule", async function () {
|
|
|
788
798
|
}
|
|
789
799
|
})
|
|
790
800
|
|
|
801
|
+
it("tke.v20180525.DescribePrometheusGlobalNotification", async function () {
|
|
802
|
+
try {
|
|
803
|
+
const data = await client.DescribePrometheusGlobalNotification({})
|
|
804
|
+
expect(data).to.be.ok
|
|
805
|
+
} catch(error) {
|
|
806
|
+
expect(error.requestId).to.be.ok
|
|
807
|
+
expect(error.code).to.be.ok
|
|
808
|
+
}
|
|
809
|
+
})
|
|
810
|
+
|
|
791
811
|
it("tke.v20180525.DescribeClusterLevelChangeRecords", async function () {
|
|
792
812
|
try {
|
|
793
813
|
const data = await client.DescribeClusterLevelChangeRecords({})
|
|
@@ -808,6 +828,16 @@ it("tke.v20180525.CreateClusterEndpoint", async function () {
|
|
|
808
828
|
}
|
|
809
829
|
})
|
|
810
830
|
|
|
831
|
+
it("tke.v20180525.ModifyPrometheusGlobalNotification", async function () {
|
|
832
|
+
try {
|
|
833
|
+
const data = await client.ModifyPrometheusGlobalNotification({})
|
|
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
|
+
|
|
811
841
|
it("tke.v20180525.ForwardApplicationRequestV3", async function () {
|
|
812
842
|
try {
|
|
813
843
|
const data = await client.ForwardApplicationRequestV3({})
|
|
@@ -848,6 +878,16 @@ it("tke.v20180525.CreatePrometheusAlertRule", async function () {
|
|
|
848
878
|
}
|
|
849
879
|
})
|
|
850
880
|
|
|
881
|
+
it("tke.v20180525.ModifyPrometheusTemp", async function () {
|
|
882
|
+
try {
|
|
883
|
+
const data = await client.ModifyPrometheusTemp({})
|
|
884
|
+
expect(data).to.be.ok
|
|
885
|
+
} catch(error) {
|
|
886
|
+
expect(error.requestId).to.be.ok
|
|
887
|
+
expect(error.code).to.be.ok
|
|
888
|
+
}
|
|
889
|
+
})
|
|
890
|
+
|
|
851
891
|
it("tke.v20180525.DescribeClusterControllers", async function () {
|
|
852
892
|
try {
|
|
853
893
|
const data = await client.DescribeClusterControllers({})
|