tencentcloud-sdk-nodejs 4.0.295 → 4.0.298

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 (104) hide show
  1. package/CHANGELOG.md +367 -0
  2. package/SERVICE_CHANGELOG.md +419 -52
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +20 -2
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -1
  8. package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
  9. package/src/services/apigateway/v20180808/apigateway_models.ts +617 -45
  10. package/src/services/as/v20180419/as_models.ts +1 -1
  11. package/src/services/cam/v20190116/cam_client.ts +12 -0
  12. package/src/services/cam/v20190116/cam_models.ts +32 -2
  13. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
  16. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
  17. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
  18. package/src/services/cls/v20201016/cls_client.ts +1 -1
  19. package/src/services/cls/v20201016/cls_models.ts +42 -25
  20. package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
  21. package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
  22. package/src/services/cvm/v20170312/cvm_models.ts +8 -7
  23. package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
  24. package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
  25. package/src/services/ess/index.ts +5 -0
  26. package/src/services/ess/v20201111/ess_client.ts +148 -0
  27. package/src/services/ess/v20201111/ess_models.ts +857 -0
  28. package/src/services/ess/v20201111/index.ts +6 -0
  29. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  30. package/src/services/gme/v20180711/gme_client.ts +36 -0
  31. package/src/services/gme/v20180711/gme_models.ts +126 -0
  32. package/src/services/index.ts +1 -0
  33. package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
  34. package/src/services/mariadb/v20170312/mariadb_models.ts +233 -173
  35. package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
  36. package/src/services/rum/v20210622/rum_models.ts +1 -1
  37. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  38. package/src/services/tcm/v20210413/tcm_models.ts +33 -1
  39. package/src/services/tem/v20210701/tem_models.ts +5 -0
  40. package/src/services/tsf/v20180326/tsf_client.ts +128 -15
  41. package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
  42. package/src/services/vpc/v20170312/vpc_models.ts +5 -4
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +17 -2
  46. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +520 -41
  50. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  51. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
  52. package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
  53. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +27 -2
  54. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  57. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
  58. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
  59. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
  60. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
  61. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  62. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  63. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +36 -19
  64. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
  65. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
  66. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1476 -1378
  67. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
  68. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
  71. package/tencentcloud/services/ess/index.d.ts +6 -0
  72. package/tencentcloud/services/ess/index.js +7 -0
  73. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
  74. package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
  75. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
  76. package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
  77. package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
  78. package/tencentcloud/services/ess/v20201111/index.js +9 -0
  79. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  80. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
  81. package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
  82. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
  83. package/tencentcloud/services/index.d.ts +1 -0
  84. package/tencentcloud/services/index.js +2 -0
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  86. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  87. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +198 -146
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
  89. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  90. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
  91. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  92. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
  93. package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
  94. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
  95. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -2
  96. package/test/apigateway.v20180808.test.js +50 -0
  97. package/test/cam.v20190116.test.js +10 -0
  98. package/test/cloudaudit.v20190319.test.js +32 -2
  99. package/test/cpdp.v20190820.test.js +10 -0
  100. package/test/dcdb.v20180411.test.js +24 -4
  101. package/test/ess.v20201111.test.js +111 -0
  102. package/test/gme.v20180711.test.js +30 -0
  103. package/test/mariadb.v20170312.test.js +20 -0
  104. package/test/tsf.v20180326.test.js +84 -4
@@ -3817,6 +3817,7 @@ export interface SecurityGroupPolicy {
3817
3817
  Protocol?: string;
3818
3818
  /**
3819
3819
  * 端口(all, 离散port, range)。
3820
+ 说明:如果Protocol设置为ALL,则Port也需要设置为all。
3820
3821
  */
3821
3822
  Port?: string;
3822
3823
  /**
@@ -4541,7 +4542,7 @@ export interface CreateVpnConnectionResponse {
4541
4542
  RequestId?: string;
4542
4543
  }
4543
4544
  /**
4544
- * IP地址模版
4545
+ * IP地址模板
4545
4546
  */
4546
4547
  export interface AddressTemplateSpecification {
4547
4548
  /**
@@ -10289,7 +10290,7 @@ export interface ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest {
10289
10290
  DestinationNatRule: DestinationIpPortTranslationNatRule;
10290
10291
  }
10291
10292
  /**
10292
- * 协议端口模版
10293
+ * 协议端口模板
10293
10294
  */
10294
10295
  export interface ServiceTemplateSpecification {
10295
10296
  /**
@@ -228,6 +228,16 @@ it("apigateway.v20180808.DescribeApiApp", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("apigateway.v20180808.DescribeUpstreams", async function () {
232
+ try {
233
+ const data = await client.DescribeUpstreams({})
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
+
231
241
  it("apigateway.v20180808.DescribeApi", async function () {
232
242
  try {
233
243
  const data = await client.DescribeApi({})
@@ -398,6 +408,16 @@ it("apigateway.v20180808.DescribeIPStrategy", async function () {
398
408
  }
399
409
  })
400
410
 
411
+ it("apigateway.v20180808.ModifyUpstream", async function () {
412
+ try {
413
+ const data = await client.ModifyUpstream({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
401
421
  it("apigateway.v20180808.DescribeServiceReleaseVersion", async function () {
402
422
  try {
403
423
  const data = await client.DescribeServiceReleaseVersion({})
@@ -628,6 +648,16 @@ it("apigateway.v20180808.ModifyExclusiveInstance", async function () {
628
648
  }
629
649
  })
630
650
 
651
+ it("apigateway.v20180808.CreateUpstream", async function () {
652
+ try {
653
+ const data = await client.CreateUpstream({})
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
+
631
661
  it("apigateway.v20180808.DescribeUsagePlanEnvironments", async function () {
632
662
  try {
633
663
  const data = await client.DescribeUsagePlanEnvironments({})
@@ -668,6 +698,16 @@ it("apigateway.v20180808.DescribeServiceEnvironmentList", async function () {
668
698
  }
669
699
  })
670
700
 
701
+ it("apigateway.v20180808.DeleteUpstream", async function () {
702
+ try {
703
+ const data = await client.DeleteUpstream({})
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
+
671
711
  it("apigateway.v20180808.UnBindSubDomain", async function () {
672
712
  try {
673
713
  const data = await client.UnBindSubDomain({})
@@ -708,6 +748,16 @@ it("apigateway.v20180808.DescribeApiKey", async function () {
708
748
  }
709
749
  })
710
750
 
751
+ it("apigateway.v20180808.DescribeUpstreamBindApis", async function () {
752
+ try {
753
+ const data = await client.DescribeUpstreamBindApis({})
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
+
711
761
  it("apigateway.v20180808.ReleaseService", async function () {
712
762
  try {
713
763
  const data = await client.ReleaseService({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.cam.v20190116.Client({
18
18
  })
19
19
  describe("cam.v20190116.test.js", function () {
20
20
 
21
+ it("cam.v20190116.GetUserAppId", async function () {
22
+ try {
23
+ const data = await client.GetUserAppId({})
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("cam.v20190116.SetMfaFlag", async function () {
22
32
  try {
23
33
  const data = await client.SetMfaFlag({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.cloudaudit.v20190319.Client({
18
18
  })
19
19
  describe("cloudaudit.v20190319.test.js", function () {
20
20
 
21
+ it("cloudaudit.v20190319.ModifyAuditTrack", async function () {
22
+ try {
23
+ const data = await client.ModifyAuditTrack({})
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("cloudaudit.v20190319.StartLogging", async function () {
22
32
  try {
23
33
  const data = await client.StartLogging({})
@@ -28,6 +38,16 @@ it("cloudaudit.v20190319.StartLogging", async function () {
28
38
  }
29
39
  })
30
40
 
41
+ it("cloudaudit.v20190319.ListCosEnableRegion", async function () {
42
+ try {
43
+ const data = await client.ListCosEnableRegion({})
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
+
31
51
  it("cloudaudit.v20190319.GetAttributeKey", async function () {
32
52
  try {
33
53
  const data = await client.GetAttributeKey({})
@@ -38,6 +58,16 @@ it("cloudaudit.v20190319.GetAttributeKey", async function () {
38
58
  }
39
59
  })
40
60
 
61
+ it("cloudaudit.v20190319.CreateAuditTrack", async function () {
62
+ try {
63
+ const data = await client.CreateAuditTrack({})
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
+
41
71
  it("cloudaudit.v20190319.ListCmqEnableRegion", async function () {
42
72
  try {
43
73
  const data = await client.ListCmqEnableRegion({})
@@ -138,9 +168,9 @@ it("cloudaudit.v20190319.CreateAudit", async function () {
138
168
  }
139
169
  })
140
170
 
141
- it("cloudaudit.v20190319.ListCosEnableRegion", async function () {
171
+ it("cloudaudit.v20190319.DeleteAuditTrack", async function () {
142
172
  try {
143
- const data = await client.ListCosEnableRegion({})
173
+ const data = await client.DeleteAuditTrack({})
144
174
  expect(data).to.be.ok
145
175
  } catch(error) {
146
176
  expect(error.requestId).to.be.ok
@@ -1488,6 +1488,16 @@ it("cpdp.v20190820.QueryReconciliationDocument", async function () {
1488
1488
  }
1489
1489
  })
1490
1490
 
1491
+ it("cpdp.v20190820.QueryExceedingInfo", async function () {
1492
+ try {
1493
+ const data = await client.QueryExceedingInfo({})
1494
+ expect(data).to.be.ok
1495
+ } catch(error) {
1496
+ expect(error.requestId).to.be.ok
1497
+ expect(error.code).to.be.ok
1498
+ }
1499
+ })
1500
+
1491
1501
  it("cpdp.v20190820.RefundOrder", async function () {
1492
1502
  try {
1493
1503
  const data = await client.RefundOrder({})
@@ -28,9 +28,9 @@ it("dcdb.v20180411.DescribeAccountPrivileges", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("dcdb.v20180411.DescribeOrders", async function () {
31
+ it("dcdb.v20180411.ActiveHourDCDBInstance", async function () {
32
32
  try {
33
- const data = await client.DescribeOrders({})
33
+ const data = await client.ActiveHourDCDBInstance({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -118,6 +118,16 @@ it("dcdb.v20180411.ModifyAccountDescription", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("dcdb.v20180411.DescribeOrders", async function () {
122
+ try {
123
+ const data = await client.DescribeOrders({})
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
+
121
131
  it("dcdb.v20180411.DescribeUserTasks", async function () {
122
132
  try {
123
133
  const data = await client.DescribeUserTasks({})
@@ -268,9 +278,9 @@ it("dcdb.v20180411.DescribeDBLogFiles", async function () {
268
278
  }
269
279
  })
270
280
 
271
- it("dcdb.v20180411.UpgradeDCDBInstance", async function () {
281
+ it("dcdb.v20180411.IsolateHourDCDBInstance", async function () {
272
282
  try {
273
- const data = await client.UpgradeDCDBInstance({})
283
+ const data = await client.IsolateHourDCDBInstance({})
274
284
  expect(data).to.be.ok
275
285
  } catch(error) {
276
286
  expect(error.requestId).to.be.ok
@@ -538,6 +548,16 @@ it("dcdb.v20180411.DisassociateSecurityGroups", async function () {
538
548
  }
539
549
  })
540
550
 
551
+ it("dcdb.v20180411.UpgradeDCDBInstance", async function () {
552
+ try {
553
+ const data = await client.UpgradeDCDBInstance({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
541
561
  it("dcdb.v20180411.DescribeDCDBRenewalPrice", async function () {
542
562
  try {
543
563
  const data = await client.DescribeDCDBRenewalPrice({})
@@ -0,0 +1,111 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.ess.v20201111.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("ess.v20201111.test.js", function () {
20
+
21
+ it("ess.v20201111.StartFlow", async function () {
22
+ try {
23
+ const data = await client.StartFlow({})
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
+
31
+ it("ess.v20201111.CancelFlow", async function () {
32
+ try {
33
+ const data = await client.CancelFlow({})
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("ess.v20201111.CreateDocument", async function () {
42
+ try {
43
+ const data = await client.CreateDocument({})
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("ess.v20201111.DescribeFileUrls", async function () {
52
+ try {
53
+ const data = await client.DescribeFileUrls({})
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("ess.v20201111.CreateFlow", async function () {
62
+ try {
63
+ const data = await client.CreateFlow({})
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("ess.v20201111.CreateSchemeUrl", async function () {
72
+ try {
73
+ const data = await client.CreateSchemeUrl({})
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("ess.v20201111.DescribeThirdPartyAuthCode", async function () {
82
+ try {
83
+ const data = await client.DescribeThirdPartyAuthCode({})
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("ess.v20201111.DescribeFlowBriefs", async function () {
92
+ try {
93
+ const data = await client.DescribeFlowBriefs({})
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
+
101
+ it("ess.v20201111.CreateFlowByFiles", async function () {
102
+ try {
103
+ const data = await client.CreateFlowByFiles({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
111
+ })
@@ -28,6 +28,16 @@ it("gme.v20180711.DescribeFilterResult", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("gme.v20180711.UpdateScanRooms", async function () {
32
+ try {
33
+ const data = await client.UpdateScanRooms({})
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("gme.v20180711.CreateApp", async function () {
32
42
  try {
33
43
  const data = await client.CreateApp({})
@@ -78,6 +88,16 @@ it("gme.v20180711.DescribeFilterResultList", async function () {
78
88
  }
79
89
  })
80
90
 
91
+ it("gme.v20180711.UpdateScanUsers", async function () {
92
+ try {
93
+ const data = await client.UpdateScanUsers({})
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
+
81
101
  it("gme.v20180711.DescribeAppStatistics", async function () {
82
102
  try {
83
103
  const data = await client.DescribeAppStatistics({})
@@ -128,6 +148,16 @@ it("gme.v20180711.ModifyAppStatus", async function () {
128
148
  }
129
149
  })
130
150
 
151
+ it("gme.v20180711.DescribeRealtimeScanConfig", async function () {
152
+ try {
153
+ const data = await client.DescribeRealtimeScanConfig({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
131
161
  it("gme.v20180711.DescribeUserInAndOutTime", async function () {
132
162
  try {
133
163
  const data = await client.DescribeUserInAndOutTime({})
@@ -158,6 +158,16 @@ it("mariadb.v20170312.DescribeDBResourceUsageDetails", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("mariadb.v20170312.ActivateHourDBInstance", async function () {
162
+ try {
163
+ const data = await client.ActivateHourDBInstance({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("mariadb.v20170312.ResetAccountPassword", async function () {
162
172
  try {
163
173
  const data = await client.ResetAccountPassword({})
@@ -518,6 +528,16 @@ it("mariadb.v20170312.CopyAccountPrivileges", async function () {
518
528
  }
519
529
  })
520
530
 
531
+ it("mariadb.v20170312.IsolateHourDBInstance", async function () {
532
+ try {
533
+ const data = await client.IsolateHourDBInstance({})
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
+
521
541
  it("mariadb.v20170312.DescribeDatabases", async function () {
522
542
  try {
523
543
  const data = await client.DescribeDatabases({})
@@ -88,6 +88,16 @@ it("tsf.v20180326.EnableTaskFlow", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("tsf.v20180326.DisableUnitRule", async function () {
92
+ try {
93
+ const data = await client.DisableUnitRule({})
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("tsf.v20180326.DescribePodInstances", async function () {
92
102
  try {
93
103
  const data = await client.DescribePodInstances({})
@@ -228,6 +238,16 @@ it("tsf.v20180326.CreateCluster", async function () {
228
238
  }
229
239
  })
230
240
 
241
+ it("tsf.v20180326.DescribeOverviewInvocation", async function () {
242
+ try {
243
+ const data = await client.DescribeOverviewInvocation({})
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
+
231
251
  it("tsf.v20180326.StopTaskExecute", async function () {
232
252
  try {
233
253
  const data = await client.StopTaskExecute({})
@@ -638,6 +658,16 @@ it("tsf.v20180326.DescribeCreateGatewayApiStatus", async function () {
638
658
  }
639
659
  })
640
660
 
661
+ it("tsf.v20180326.DescribeInvocationMetricDataPoint", async function () {
662
+ try {
663
+ const data = await client.DescribeInvocationMetricDataPoint({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
641
671
  it("tsf.v20180326.ModifyTask", async function () {
642
672
  try {
643
673
  const data = await client.ModifyTask({})
@@ -828,6 +858,16 @@ it("tsf.v20180326.BindApiGroup", async function () {
828
858
  }
829
859
  })
830
860
 
861
+ it("tsf.v20180326.DescribeInovcationIndicators", async function () {
862
+ try {
863
+ const data = await client.DescribeInovcationIndicators({})
864
+ expect(data).to.be.ok
865
+ } catch(error) {
866
+ expect(error.requestId).to.be.ok
867
+ expect(error.code).to.be.ok
868
+ }
869
+ })
870
+
831
871
  it("tsf.v20180326.DescribeSimpleGroups", async function () {
832
872
  try {
833
873
  const data = await client.DescribeSimpleGroups({})
@@ -838,6 +878,26 @@ it("tsf.v20180326.DescribeSimpleGroups", async function () {
838
878
  }
839
879
  })
840
880
 
881
+ it("tsf.v20180326.DescribeStatistics", async function () {
882
+ try {
883
+ const data = await client.DescribeStatistics({})
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
+
891
+ it("tsf.v20180326.EnableTask", async function () {
892
+ try {
893
+ const data = await client.EnableTask({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
841
901
  it("tsf.v20180326.ReleaseFileConfig", async function () {
842
902
  try {
843
903
  const data = await client.ReleaseFileConfig({})
@@ -898,9 +958,9 @@ it("tsf.v20180326.DescribeConfigSummary", async function () {
898
958
  }
899
959
  })
900
960
 
901
- it("tsf.v20180326.DisableUnitRule", async function () {
961
+ it("tsf.v20180326.DescribeInvocationMetricScatterPlot", async function () {
902
962
  try {
903
- const data = await client.DisableUnitRule({})
963
+ const data = await client.DescribeInvocationMetricScatterPlot({})
904
964
  expect(data).to.be.ok
905
965
  } catch(error) {
906
966
  expect(error.requestId).to.be.ok
@@ -1068,9 +1128,9 @@ it("tsf.v20180326.DescribePathRewrite", async function () {
1068
1128
  }
1069
1129
  })
1070
1130
 
1071
- it("tsf.v20180326.EnableTask", async function () {
1131
+ it("tsf.v20180326.DescribeInvocationMetricDataCurve", async function () {
1072
1132
  try {
1073
- const data = await client.EnableTask({})
1133
+ const data = await client.DescribeInvocationMetricDataCurve({})
1074
1134
  expect(data).to.be.ok
1075
1135
  } catch(error) {
1076
1136
  expect(error.requestId).to.be.ok
@@ -1358,6 +1418,16 @@ it("tsf.v20180326.RedoTaskExecute", async function () {
1358
1418
  }
1359
1419
  })
1360
1420
 
1421
+ it("tsf.v20180326.DescribeJvmMonitor", async function () {
1422
+ try {
1423
+ const data = await client.DescribeJvmMonitor({})
1424
+ expect(data).to.be.ok
1425
+ } catch(error) {
1426
+ expect(error.requestId).to.be.ok
1427
+ expect(error.code).to.be.ok
1428
+ }
1429
+ })
1430
+
1361
1431
  it("tsf.v20180326.DescribeGatewayAllGroupApis", async function () {
1362
1432
  try {
1363
1433
  const data = await client.DescribeGatewayAllGroupApis({})
@@ -1588,6 +1658,16 @@ it("tsf.v20180326.DescribeRepository", async function () {
1588
1658
  }
1589
1659
  })
1590
1660
 
1661
+ it("tsf.v20180326.DescribeInvocationMetricDataDimension", async function () {
1662
+ try {
1663
+ const data = await client.DescribeInvocationMetricDataDimension({})
1664
+ expect(data).to.be.ok
1665
+ } catch(error) {
1666
+ expect(error.requestId).to.be.ok
1667
+ expect(error.code).to.be.ok
1668
+ }
1669
+ })
1670
+
1591
1671
  it("tsf.v20180326.DescribeApplicationAttribute", async function () {
1592
1672
  try {
1593
1673
  const data = await client.DescribeApplicationAttribute({})