tencentcloud-sdk-nodejs 4.0.343 → 4.0.344

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 (55) hide show
  1. package/CHANGELOG.md +304 -0
  2. package/SERVICE_CHANGELOG.md +493 -25
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  7. package/src/services/cpdp/v20190820/cpdp_client.ts +94 -21
  8. package/src/services/cpdp/v20190820/cpdp_models.ts +895 -387
  9. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  10. package/src/services/dlc/v20210125/dlc_models.ts +24 -0
  11. package/src/services/ecm/v20190719/ecm_models.ts +6 -0
  12. package/src/services/emr/v20190103/emr_client.ts +135 -108
  13. package/src/services/emr/v20190103/emr_models.ts +329 -57
  14. package/src/services/iotcloud/v20210408/iotcloud_client.ts +27 -2
  15. package/src/services/iotcloud/v20210408/iotcloud_models.ts +144 -30
  16. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  17. package/src/services/lighthouse/v20200324/lighthouse_models.ts +17 -1
  18. package/src/services/live/v20180801/live_models.ts +1 -1
  19. package/src/services/sqlserver/v20180328/sqlserver_models.ts +101 -80
  20. package/src/services/ssl/v20191205/ssl_client.ts +15 -2
  21. package/src/services/ssl/v20191205/ssl_models.ts +89 -31
  22. package/src/services/tke/v20180525/tke_client.ts +61 -18
  23. package/src/services/tke/v20180525/tke_models.ts +783 -46
  24. package/src/services/tsf/v20180326/tsf_models.ts +4 -3
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  28. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +29 -5
  29. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +42 -6
  30. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +785 -360
  31. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  32. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -0
  33. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -0
  34. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +47 -39
  35. package/tencentcloud/services/emr/v20190103/emr_client.js +69 -57
  36. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +278 -50
  37. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +9 -1
  38. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +12 -0
  39. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +124 -27
  40. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  41. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -1
  42. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  43. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +95 -78
  44. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  45. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  46. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +77 -27
  47. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +27 -15
  48. package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
  49. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +671 -40
  50. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -1
  51. package/test/cpdp.v20190820.test.js +64 -4
  52. package/test/emr.v20190103.test.js +60 -40
  53. package/test/iotcloud.v20210408.test.js +20 -0
  54. package/test/ssl.v20191205.test.js +10 -0
  55. package/test/tke.v20180525.test.js +30 -0
@@ -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: 秘钥鉴权; none:无鉴权
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.RegisterBillSupportWithdraw", async function () {
511
+ it("cpdp.v20190820.QueryMerchantBalance", async function () {
482
512
  try {
483
- const data = await client.RegisterBillSupportWithdraw({})
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.QueryMerchantBalance", async function () {
611
+ it("cpdp.v20190820.CreatePayRollToken", async function () {
562
612
  try {
563
- const data = await client.QueryMerchantBalance({})
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.DescribeInstanceRenewNodes", async function () {
21
+ it("emr.v20190103.TerminateInstance", async function () {
22
22
  try {
23
- const data = await client.DescribeInstanceRenewNodes({})
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.TerminateTasks", async function () {
31
+ it("emr.v20190103.InquiryPriceUpdateInstance", async function () {
32
32
  try {
33
- const data = await client.TerminateTasks({})
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.DescribeInstances", async function () {
41
+ it("emr.v20190103.InquiryPriceRenewInstance", async function () {
42
42
  try {
43
- const data = await client.DescribeInstances({})
43
+ const data = await client.InquiryPriceRenewInstance({})
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.InquiryPriceUpdateInstance", async function () {
51
+ it("emr.v20190103.DescribeJobFlow", async function () {
52
52
  try {
53
- const data = await client.InquiryPriceUpdateInstance({})
53
+ const data = await client.DescribeJobFlow({})
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.DescribeClusterNodes", async function () {
61
+ it("emr.v20190103.InquirePriceRenewEmr", async function () {
62
62
  try {
63
- const data = await client.DescribeClusterNodes({})
63
+ const data = await client.InquirePriceRenewEmr({})
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.ModifyResourceScheduler", async function () {
71
+ it("emr.v20190103.InquiryPriceScaleOutInstance", async function () {
72
72
  try {
73
- const data = await client.ModifyResourceScheduler({})
73
+ const data = await client.InquiryPriceScaleOutInstance({})
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.InquiryPriceRenewInstance", async function () {
81
+ it("emr.v20190103.DescribeCvmQuota", async function () {
82
82
  try {
83
- const data = await client.InquiryPriceRenewInstance({})
83
+ const data = await client.DescribeCvmQuota({})
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.CreateInstance", async function () {
91
+ it("emr.v20190103.ScaleOutInstance", async function () {
92
92
  try {
93
- const data = await client.CreateInstance({})
93
+ const data = await client.ScaleOutInstance({})
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.ModifyResourcePools", async function () {
101
+ it("emr.v20190103.DescribeInstances", async function () {
102
102
  try {
103
- const data = await client.ModifyResourcePools({})
103
+ const data = await client.DescribeInstances({})
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.InquiryPriceCreateInstance", async function () {
111
+ it("emr.v20190103.RunJobFlow", async function () {
112
112
  try {
113
- const data = await client.InquiryPriceCreateInstance({})
113
+ const data = await client.RunJobFlow({})
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.InquirePriceRenewEmr", async function () {
121
+ it("emr.v20190103.AddUsersForUserManager", async function () {
122
122
  try {
123
- const data = await client.InquirePriceRenewEmr({})
123
+ const data = await client.AddUsersForUserManager({})
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.DescribeResourceSchedule", async function () {
131
+ it("emr.v20190103.DescribeInstanceRenewNodes", async function () {
132
132
  try {
133
- const data = await client.DescribeResourceSchedule({})
133
+ const data = await client.DescribeInstanceRenewNodes({})
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.InquiryPriceScaleOutInstance", async function () {
141
+ it("emr.v20190103.ModifyResourceScheduler", async function () {
142
142
  try {
143
- const data = await client.InquiryPriceScaleOutInstance({})
143
+ const data = await client.ModifyResourceScheduler({})
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.ModifyResourceScheduleConfig", async function () {
151
+ it("emr.v20190103.SyncPodState", async function () {
152
152
  try {
153
- const data = await client.ModifyResourceScheduleConfig({})
153
+ const data = await client.SyncPodState({})
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.DescribeJobFlow", async function () {
161
+ it("emr.v20190103.CreateInstance", async function () {
162
162
  try {
163
- const data = await client.DescribeJobFlow({})
163
+ const data = await client.CreateInstance({})
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.DescribeCvmQuota", async function () {
171
+ it("emr.v20190103.InquiryPriceCreateInstance", async function () {
172
172
  try {
173
- const data = await client.DescribeCvmQuota({})
173
+ const data = await client.InquiryPriceCreateInstance({})
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.SyncPodState", async function () {
181
+ it("emr.v20190103.DescribeResourceSchedule", async function () {
182
182
  try {
183
- const data = await client.SyncPodState({})
183
+ const data = await client.DescribeResourceSchedule({})
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.ScaleOutInstance", async function () {
191
+ it("emr.v20190103.ModifyResourceScheduleConfig", async function () {
192
192
  try {
193
- const data = await client.ScaleOutInstance({})
193
+ const data = await client.ModifyResourceScheduleConfig({})
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.RunJobFlow", async function () {
201
+ it("emr.v20190103.TerminateTasks", async function () {
202
202
  try {
203
- const data = await client.RunJobFlow({})
203
+ const data = await client.TerminateTasks({})
204
204
  expect(data).to.be.ok
205
205
  } catch(error) {
206
206
  expect(error.requestId).to.be.ok
@@ -208,9 +208,29 @@ it("emr.v20190103.RunJobFlow", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("emr.v20190103.TerminateInstance", async function () {
211
+ it("emr.v20190103.DescribeClusterNodes", async function () {
212
212
  try {
213
- const data = await client.TerminateInstance({})
213
+ const data = await client.DescribeClusterNodes({})
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.DescribeInstancesList", async function () {
222
+ try {
223
+ const data = await client.DescribeInstancesList({})
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.ModifyResourcePools", async function () {
232
+ try {
233
+ const data = await client.ModifyResourcePools({})
214
234
  expect(data).to.be.ok
215
235
  } catch(error) {
216
236
  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({})
@@ -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({})