tencentcloud-sdk-nodejs 4.0.218 → 4.0.222

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 (122) hide show
  1. package/CHANGELOG.md +880 -324
  2. package/package.json +1 -1
  3. package/products.md +30 -29
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/advisor/index.ts +5 -0
  6. package/src/services/advisor/v20200721/advisor_client.ts +58 -0
  7. package/src/services/advisor/v20200721/advisor_models.ts +197 -0
  8. package/src/services/advisor/v20200721/index.ts +6 -0
  9. package/src/services/as/v20180419/as_client.ts +30 -2
  10. package/src/services/as/v20180419/as_models.ts +44 -4
  11. package/src/services/cdb/v20170320/cdb_models.ts +5 -0
  12. package/src/services/cdn/v20180606/cdn_client.ts +105 -40
  13. package/src/services/cdn/v20180606/cdn_models.ts +844 -346
  14. package/src/services/clb/v20180317/clb_models.ts +20 -2
  15. package/src/services/cls/v20201016/cls_models.ts +2 -2
  16. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  17. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  18. package/src/services/cwp/v20180228/cwp_client.ts +33 -22
  19. package/src/services/cwp/v20180228/cwp_models.ts +252 -105
  20. package/src/services/ecm/v20190719/ecm_client.ts +16 -0
  21. package/src/services/ecm/v20190719/ecm_models.ts +160 -8
  22. package/src/services/eiam/v20210420/eiam_models.ts +1 -1
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -0
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +81 -0
  25. package/src/services/faceid/v20180301/faceid_models.ts +5 -0
  26. package/src/services/gaap/v20180529/gaap_models.ts +5 -5
  27. package/src/services/ie/v20200304/ie_models.ts +1 -1
  28. package/src/services/index.ts +1 -0
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +3 -1
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +76 -1
  31. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  32. package/src/services/lighthouse/v20200324/lighthouse_models.ts +35 -0
  33. package/src/services/live/v20180801/live_client.ts +1 -1
  34. package/src/services/live/v20180801/live_models.ts +1 -0
  35. package/src/services/mrs/v20200910/mrs_client.ts +11 -7
  36. package/src/services/mrs/v20200910/mrs_models.ts +321 -97
  37. package/src/services/organization/v20210331/organization_client.ts +12 -0
  38. package/src/services/organization/v20210331/organization_models.ts +50 -0
  39. package/src/services/postgres/v20170312/postgres_client.ts +48 -8
  40. package/src/services/postgres/v20170312/postgres_models.ts +300 -12
  41. package/src/services/rce/v20201103/rce_models.ts +19 -96
  42. package/src/services/scf/v20180416/scf_client.ts +1 -0
  43. package/src/services/scf/v20180416/scf_models.ts +34 -0
  44. package/src/services/tcb/v20180608/tcb_client.ts +31 -5
  45. package/src/services/tcb/v20180608/tcb_models.ts +462 -189
  46. package/src/services/tcr/v20190924/tcr_models.ts +15 -0
  47. package/src/services/tdmq/v20200217/tdmq_models.ts +79 -1
  48. package/src/services/tsf/v20180326/tsf_client.ts +57 -32
  49. package/src/services/tsf/v20180326/tsf_models.ts +137 -51
  50. package/src/services/vpc/v20170312/vpc_client.ts +3 -1
  51. package/src/services/vpc/v20170312/vpc_models.ts +86 -22
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/advisor/index.d.ts +6 -0
  55. package/tencentcloud/services/advisor/index.js +7 -0
  56. package/tencentcloud/services/advisor/v20200721/advisor_client.d.ts +18 -0
  57. package/tencentcloud/services/advisor/v20200721/advisor_client.js +43 -0
  58. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +155 -0
  59. package/tencentcloud/services/advisor/v20200721/advisor_models.js +18 -0
  60. package/tencentcloud/services/advisor/v20200721/index.d.ts +6 -0
  61. package/tencentcloud/services/advisor/v20200721/index.js +9 -0
  62. package/tencentcloud/services/as/v20180419/as_client.d.ts +28 -0
  63. package/tencentcloud/services/as/v20180419/as_client.js +28 -0
  64. package/tencentcloud/services/as/v20180419/as_models.d.ts +36 -4
  65. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  66. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +29 -9
  67. package/tencentcloud/services/cdn/v20180606/cdn_client.js +42 -12
  68. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +731 -307
  69. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +16 -1
  70. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  71. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  72. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  73. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  74. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +11 -9
  75. package/tencentcloud/services/cwp/v20180228/cwp_client.js +15 -11
  76. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +214 -88
  77. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +5 -1
  78. package/tencentcloud/services/ecm/v20190719/ecm_client.js +6 -0
  79. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +137 -8
  80. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1 -1
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  83. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +70 -0
  84. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  85. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -5
  86. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
  87. package/tencentcloud/services/index.d.ts +1 -0
  88. package/tencentcloud/services/index.js +2 -0
  89. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  90. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +64 -1
  91. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +29 -0
  92. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  93. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  94. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
  95. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +1 -1
  96. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +275 -85
  97. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  98. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  99. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +42 -0
  100. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +15 -3
  101. package/tencentcloud/services/postgres/v20170312/postgres_client.js +21 -3
  102. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +258 -12
  103. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +13 -90
  104. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +29 -0
  105. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
  106. package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
  107. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +387 -157
  108. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +12 -0
  109. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +65 -1
  110. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +19 -11
  111. package/tencentcloud/services/tsf/v20180326/tsf_client.js +27 -15
  112. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -46
  113. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +75 -21
  114. package/test/advisor.v20200721.test.js +41 -0
  115. package/test/cdn.v20180606.test.js +58 -8
  116. package/test/cwp.v20180228.test.js +22 -12
  117. package/test/ecm.v20190719.test.js +10 -0
  118. package/test/essbasic.v20210526.test.js +10 -0
  119. package/test/organization.v20210331.test.js +10 -0
  120. package/test/postgres.v20170312.test.js +32 -2
  121. package/test/tcb.v20180608.test.js +20 -0
  122. package/test/tsf.v20180326.test.js +36 -16
@@ -172,9 +172,13 @@ export interface CreateServiceTemplateRequest {
172
172
  */
173
173
  ServiceTemplateName: string;
174
174
  /**
175
- * 支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。
175
+ * 支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。Services与ServicesExtra必填其一。
176
+ */
177
+ Services?: Array<string>;
178
+ /**
179
+ * 支持添加备注,单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。Services与ServicesExtra必填其一。
176
180
  */
177
- Services: Array<string>;
181
+ ServicesExtra?: Array<ServicesInfo>;
178
182
  }
179
183
  /**
180
184
  * DescribeIp6TranslatorQuota返回参数结构体
@@ -463,7 +467,7 @@ export interface CreateDhcpIpResponse {
463
467
  */
464
468
  export interface DescribeIpGeolocationInfosRequest {
465
469
  /**
466
- * 需查询的IP地址列表,支持IPv4和IPv6。批量查询的IP地址上限为100个。
470
+ * 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。
467
471
  */
468
472
  AddressIps: Array<string>;
469
473
  /**
@@ -827,6 +831,10 @@ export interface AddressTemplate {
827
831
  * 创建时间。
828
832
  */
829
833
  CreatedTime?: string;
834
+ /**
835
+ * 带备注的IP地址信息。
836
+ */
837
+ AddressExtraSet: Array<AddressInfo>;
830
838
  }
831
839
  /**
832
840
  * IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议
@@ -1449,6 +1457,10 @@ export interface ServiceTemplate {
1449
1457
  * 创建时间。
1450
1458
  */
1451
1459
  CreatedTime?: string;
1460
+ /**
1461
+ * 带备注的协议端口信息。
1462
+ */
1463
+ ServiceExtraSet: Array<ServicesInfo>;
1452
1464
  }
1453
1465
  /**
1454
1466
  * DescribeCcnAttachedInstances请求参数结构体
@@ -2629,6 +2641,10 @@ export interface ModifyAddressTemplateAttributeRequest {
2629
2641
  * 地址信息,支持 IP、CIDR、IP 范围。
2630
2642
  */
2631
2643
  Addresses?: Array<string>;
2644
+ /**
2645
+ * 支持添加备注的地址信息,支持 IP、CIDR、IP 范围。
2646
+ */
2647
+ AddressesExtra?: Array<AddressInfo>;
2632
2648
  }
2633
2649
  /**
2634
2650
  * CreateNatGateway返回参数结构体
@@ -4730,7 +4746,7 @@ export interface CreateAddressTemplateResponse {
4730
4746
  /**
4731
4747
  * IP地址模板对象。
4732
4748
  */
4733
- AddressTemplate?: AddressTemplate;
4749
+ AddressTemplate: AddressTemplate;
4734
4750
  /**
4735
4751
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4736
4752
  */
@@ -4964,6 +4980,10 @@ export interface ModifyServiceTemplateAttributeRequest {
4964
4980
  * 支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。
4965
4981
  */
4966
4982
  Services?: Array<string>;
4983
+ /**
4984
+ * 支持添加备注的协议端口信息,支持单个端口、多个端口、连续端口及所有端口,协议支持:TCP、UDP、ICMP、GRE 协议。
4985
+ */
4986
+ ServicesExtra?: Array<ServicesInfo>;
4967
4987
  }
4968
4988
  /**
4969
4989
  * AssociateAddress返回参数结构体
@@ -7453,11 +7473,11 @@ export interface DescribeServiceTemplatesResponse {
7453
7473
  /**
7454
7474
  * 符合条件的实例数量。
7455
7475
  */
7456
- TotalCount?: number;
7476
+ TotalCount: number;
7457
7477
  /**
7458
7478
  * 协议端口模板对象。
7459
7479
  */
7460
- ServiceTemplateSet?: Array<ServiceTemplate>;
7480
+ ServiceTemplateSet: Array<ServiceTemplate>;
7461
7481
  /**
7462
7482
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7463
7483
  */
@@ -9244,6 +9264,20 @@ export interface CreateLocalGatewayResponse {
9244
9264
  */
9245
9265
  RequestId?: string;
9246
9266
  }
9267
+ /**
9268
+ * 协议端口模板信息
9269
+ */
9270
+ export interface ServicesInfo {
9271
+ /**
9272
+ * 协议端口
9273
+ */
9274
+ Service: string;
9275
+ /**
9276
+ * 备注
9277
+ 注意:此字段可能返回 null,表示取不到有效值。
9278
+ */
9279
+ Description?: string;
9280
+ }
9247
9281
  /**
9248
9282
  * MigratePrivateIpAddress请求参数结构体
9249
9283
  */
@@ -9267,8 +9301,9 @@ export interface MigratePrivateIpAddressRequest {
9267
9301
  export interface DescribeServiceTemplatesRequest {
9268
9302
  /**
9269
9303
  * 过滤条件。
9270
- <li>service-template-name - String - (过滤条件)协议端口模板名称。</li>
9271
- <li>service-template-id - String - (过滤条件)协议端口模板实例ID,例如:ppm-e6dy460g。</li>
9304
+ <li>service-template-name - 协议端口模板名称。</li>
9305
+ <li>service-template-id - 协议端口模板实例ID,例如:ppm-e6dy460g。</li>
9306
+ <li>service-port- 协议端口。</li>
9272
9307
  */
9273
9308
  Filters?: Array<Filter>;
9274
9309
  /**
@@ -9794,9 +9829,13 @@ export interface CreateAddressTemplateRequest {
9794
9829
  */
9795
9830
  AddressTemplateName: string;
9796
9831
  /**
9797
- * 地址信息,支持 IP、CIDR、IP 范围。
9832
+ * 地址信息,支持 IP、CIDR、IP 范围。Addresses与AddressesExtra必填其一。
9833
+ */
9834
+ Addresses?: Array<string>;
9835
+ /**
9836
+ * 地址信息,支持携带备注,支持 IP、CIDR、IP 范围。Addresses与AddressesExtra必填其一。
9798
9837
  */
9799
- Addresses: Array<string>;
9838
+ AddressesExtra?: Array<AddressInfo>;
9800
9839
  }
9801
9840
  /**
9802
9841
  * DescribeRouteConflicts请求参数结构体
@@ -10624,7 +10663,7 @@ export interface CreateServiceTemplateResponse {
10624
10663
  /**
10625
10664
  * 协议端口模板对象。
10626
10665
  */
10627
- ServiceTemplate?: ServiceTemplate;
10666
+ ServiceTemplate: ServiceTemplate;
10628
10667
  /**
10629
10668
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10630
10669
  */
@@ -10711,8 +10750,9 @@ export interface CustomerGatewayVendor {
10711
10750
  export interface DescribeAddressTemplatesRequest {
10712
10751
  /**
10713
10752
  * 过滤条件。
10714
- <li>address-template-name - String - (过滤条件)IP地址模板名称。</li>
10715
- <li>address-template-id - String - (过滤条件)IP地址模板实例ID,例如:ipm-mdunqeb6。</li>
10753
+ <li>address-template-name - IP地址模板名称。</li>
10754
+ <li>address-template-id - IP地址模板实例ID,例如:ipm-mdunqeb6。</li>
10755
+ <li>address-ip - IP地址。</li>
10716
10756
  */
10717
10757
  Filters?: Array<Filter>;
10718
10758
  /**
@@ -10795,11 +10835,11 @@ export interface DescribeAddressTemplatesResponse {
10795
10835
  /**
10796
10836
  * 符合条件的实例数量。
10797
10837
  */
10798
- TotalCount?: number;
10838
+ TotalCount: number;
10799
10839
  /**
10800
10840
  * IP地址模版。
10801
10841
  */
10802
- AddressTemplateSet?: Array<AddressTemplate>;
10842
+ AddressTemplateSet: Array<AddressTemplate>;
10803
10843
  /**
10804
10844
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10805
10845
  */
@@ -11078,6 +11118,19 @@ export interface DeleteVpcResponse {
11078
11118
  */
11079
11119
  RequestId?: string;
11080
11120
  }
11121
+ /**
11122
+ * 预付费(包年包月)计费对象。
11123
+ */
11124
+ export interface InstanceChargePrepaid {
11125
+ /**
11126
+ * 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36。
11127
+ */
11128
+ Period: number;
11129
+ /**
11130
+ * 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费, NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费。默认:NOTIFY_AND_MANUAL_RENEW
11131
+ */
11132
+ RenewFlag?: string;
11133
+ }
11081
11134
  /**
11082
11135
  * DescribeTemplateLimits请求参数结构体
11083
11136
  */
@@ -11122,17 +11175,18 @@ export interface AcceptAttachCcnInstancesResponse {
11122
11175
  RequestId?: string;
11123
11176
  }
11124
11177
  /**
11125
- * 预付费(包年包月)计费对象。
11178
+ * IP地址模板信息
11126
11179
  */
11127
- export interface InstanceChargePrepaid {
11180
+ export interface AddressInfo {
11128
11181
  /**
11129
- * 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36。
11182
+ * ip地址
11130
11183
  */
11131
- Period: number;
11184
+ Address: string;
11132
11185
  /**
11133
- * 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费, NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费。默认:NOTIFY_AND_MANUAL_RENEW
11186
+ * 备注
11187
+ 注意:此字段可能返回 null,表示取不到有效值。
11134
11188
  */
11135
- RenewFlag?: string;
11189
+ Description?: string;
11136
11190
  }
11137
11191
  /**
11138
11192
  * AuditCrossBorderCompliance请求参数结构体
@@ -0,0 +1,41 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.advisor.v20200721.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("advisor.v20200721.test.js", function () {
20
+
21
+ it("advisor.v20200721.DescribeTaskStrategyRisks", async function () {
22
+ try {
23
+ const data = await client.DescribeTaskStrategyRisks({})
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("advisor.v20200721.DescribeStrategies", async function () {
32
+ try {
33
+ const data = await client.DescribeStrategies({})
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
+ })
@@ -128,6 +128,16 @@ it("cdn.v20180606.AddCdnDomain", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("cdn.v20180606.GetDisableRecords", async function () {
132
+ try {
133
+ const data = await client.GetDisableRecords({})
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
+
131
141
  it("cdn.v20180606.DescribeIpVisit", async function () {
132
142
  try {
133
143
  const data = await client.DescribeIpVisit({})
@@ -178,9 +188,9 @@ it("cdn.v20180606.CreateVerifyRecord", async function () {
178
188
  }
179
189
  })
180
190
 
181
- it("cdn.v20180606.GetDisableRecords", async function () {
191
+ it("cdn.v20180606.DescribeCcData", async function () {
182
192
  try {
183
- const data = await client.GetDisableRecords({})
193
+ const data = await client.DescribeCcData({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -238,9 +248,29 @@ it("cdn.v20180606.StopScdnDomain", async function () {
238
248
  }
239
249
  })
240
250
 
241
- it("cdn.v20180606.DescribeCertDomains", async function () {
251
+ it("cdn.v20180606.DescribeDiagnoseReport", async function () {
242
252
  try {
243
- const data = await client.DescribeCertDomains({})
253
+ const data = await client.DescribeDiagnoseReport({})
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
+
261
+ it("cdn.v20180606.DescribeDDoSData", async function () {
262
+ try {
263
+ const data = await client.DescribeDDoSData({})
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
+
271
+ it("cdn.v20180606.ListTopClsLogData", async function () {
272
+ try {
273
+ const data = await client.ListTopClsLogData({})
244
274
  expect(data).to.be.ok
245
275
  } catch(error) {
246
276
  expect(error.requestId).to.be.ok
@@ -268,6 +298,16 @@ it("cdn.v20180606.ListTopCcData", async function () {
268
298
  }
269
299
  })
270
300
 
301
+ it("cdn.v20180606.DescribeScdnIpStrategy", async function () {
302
+ try {
303
+ const data = await client.DescribeScdnIpStrategy({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
271
311
  it("cdn.v20180606.DescribePurgeQuota", async function () {
272
312
  try {
273
313
  const data = await client.DescribePurgeQuota({})
@@ -418,6 +458,16 @@ it("cdn.v20180606.DescribeUrlViolations", async function () {
418
458
  }
419
459
  })
420
460
 
461
+ it("cdn.v20180606.DescribeWafData", async function () {
462
+ try {
463
+ const data = await client.DescribeWafData({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
421
471
  it("cdn.v20180606.ListTopDDoSData", async function () {
422
472
  try {
423
473
  const data = await client.ListTopDDoSData({})
@@ -478,9 +528,9 @@ it("cdn.v20180606.DescribePushTasks", async function () {
478
528
  }
479
529
  })
480
530
 
481
- it("cdn.v20180606.DescribeDiagnoseReport", async function () {
531
+ it("cdn.v20180606.DescribeCertDomains", async function () {
482
532
  try {
483
- const data = await client.DescribeDiagnoseReport({})
533
+ const data = await client.DescribeCertDomains({})
484
534
  expect(data).to.be.ok
485
535
  } catch(error) {
486
536
  expect(error.requestId).to.be.ok
@@ -488,9 +538,9 @@ it("cdn.v20180606.DescribeDiagnoseReport", async function () {
488
538
  }
489
539
  })
490
540
 
491
- it("cdn.v20180606.DescribeScdnIpStrategy", async function () {
541
+ it("cdn.v20180606.DescribeEventLogData", async function () {
492
542
  try {
493
- const data = await client.DescribeScdnIpStrategy({})
543
+ const data = await client.DescribeEventLogData({})
494
544
  expect(data).to.be.ok
495
545
  } catch(error) {
496
546
  expect(error.requestId).to.be.ok
@@ -178,16 +178,6 @@ it("cwp.v20180228.CheckBashRuleParams", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("cwp.v20180228.DescribeVulTop", async function () {
182
- try {
183
- const data = await client.DescribeVulTop({})
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
-
191
181
  it("cwp.v20180228.DescribeScanTaskDetails", async function () {
192
182
  try {
193
183
  const data = await client.DescribeScanTaskDetails({})
@@ -1198,6 +1188,16 @@ it("cwp.v20180228.DescribeAssetDatabaseList", async function () {
1198
1188
  }
1199
1189
  })
1200
1190
 
1191
+ it("cwp.v20180228.DescribeVulEffectHostList", async function () {
1192
+ try {
1193
+ const data = await client.DescribeVulEffectHostList({})
1194
+ expect(data).to.be.ok
1195
+ } catch(error) {
1196
+ expect(error.requestId).to.be.ok
1197
+ expect(error.code).to.be.ok
1198
+ }
1199
+ })
1200
+
1201
1201
  it("cwp.v20180228.DescribeScanTaskStatus", async function () {
1202
1202
  try {
1203
1203
  const data = await client.DescribeScanTaskStatus({})
@@ -1468,9 +1468,9 @@ it("cwp.v20180228.DeleteMalwareScanTask", async function () {
1468
1468
  }
1469
1469
  })
1470
1470
 
1471
- it("cwp.v20180228.DescribeAccounts", async function () {
1471
+ it("cwp.v20180228.DescribeVulTop", async function () {
1472
1472
  try {
1473
- const data = await client.DescribeAccounts({})
1473
+ const data = await client.DescribeVulTop({})
1474
1474
  expect(data).to.be.ok
1475
1475
  } catch(error) {
1476
1476
  expect(error.requestId).to.be.ok
@@ -1788,6 +1788,16 @@ it("cwp.v20180228.ModifyMalwareTimingScanSettings", async function () {
1788
1788
  }
1789
1789
  })
1790
1790
 
1791
+ it("cwp.v20180228.DescribeVulList", async function () {
1792
+ try {
1793
+ const data = await client.DescribeVulList({})
1794
+ expect(data).to.be.ok
1795
+ } catch(error) {
1796
+ expect(error.requestId).to.be.ok
1797
+ expect(error.code).to.be.ok
1798
+ }
1799
+ })
1800
+
1791
1801
  it("cwp.v20180228.ModifyProVersionRenewFlag", async function () {
1792
1802
  try {
1793
1803
  const data = await client.ModifyProVersionRenewFlag({})
@@ -738,6 +738,16 @@ it("ecm.v20190719.ModifySubnetAttribute", async function () {
738
738
  }
739
739
  })
740
740
 
741
+ it("ecm.v20190719.DescribePackingQuotaGroup", async function () {
742
+ try {
743
+ const data = await client.DescribePackingQuotaGroup({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
741
751
  it("ecm.v20190719.DescribeNetworkInterfaces", async function () {
742
752
  try {
743
753
  const data = await client.DescribeNetworkInterfaces({})
@@ -78,6 +78,16 @@ it("essbasic.v20210526.DescribeUsage", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
82
+ try {
83
+ const data = await client.DescribeResourceUrlsByFlows({})
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
+
81
91
  it("essbasic.v20210526.SyncProxyOrganization", async function () {
82
92
  try {
83
93
  const data = await client.SyncProxyOrganization({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.organization.v20210331.Client({
18
18
  })
19
19
  describe("organization.v20210331.test.js", function () {
20
20
 
21
+ it("organization.v20210331.CreateOrganizationMember", async function () {
22
+ try {
23
+ const data = await client.CreateOrganizationMember({})
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("organization.v20210331.BindOrganizationMemberAuthAccount", async function () {
22
32
  try {
23
33
  const data = await client.BindOrganizationMemberAuthAccount({})
@@ -38,6 +38,16 @@ it("postgres.v20170312.DescribeOrders", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("postgres.v20170312.ModifyDBInstanceParameters", async function () {
42
+ try {
43
+ const data = await client.ModifyDBInstanceParameters({})
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
+
41
51
  it("postgres.v20170312.DestroyDBInstance", async function () {
42
52
  try {
43
53
  const data = await client.DestroyDBInstance({})
@@ -108,9 +118,9 @@ it("postgres.v20170312.InquiryPriceCreateDBInstances", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("postgres.v20170312.OpenDBExtranetAccess", async function () {
121
+ it("postgres.v20170312.DescribeDBInstanceParameters", async function () {
112
122
  try {
113
- const data = await client.OpenDBExtranetAccess({})
123
+ const data = await client.DescribeDBInstanceParameters({})
114
124
  expect(data).to.be.ok
115
125
  } catch(error) {
116
126
  expect(error.requestId).to.be.ok
@@ -248,6 +258,16 @@ it("postgres.v20170312.RestartDBInstance", async function () {
248
258
  }
249
259
  })
250
260
 
261
+ it("postgres.v20170312.OpenDBExtranetAccess", async function () {
262
+ try {
263
+ const data = await client.OpenDBExtranetAccess({})
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
+
251
271
  it("postgres.v20170312.IsolateDBInstances", async function () {
252
272
  try {
253
273
  const data = await client.IsolateDBInstances({})
@@ -478,6 +498,16 @@ it("postgres.v20170312.DescribeProductConfig", async function () {
478
498
  }
479
499
  })
480
500
 
501
+ it("postgres.v20170312.DescribeParamsEvent", async function () {
502
+ try {
503
+ const data = await client.DescribeParamsEvent({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
481
511
  it("postgres.v20170312.DescribeDBSlowlogs", async function () {
482
512
  try {
483
513
  const data = await client.DescribeDBSlowlogs({})
@@ -558,6 +558,16 @@ it("tcb.v20180608.DescribeCloudBaseRunOperationTypes", async function () {
558
558
  }
559
559
  })
560
560
 
561
+ it("tcb.v20180608.DescribeCloudBaseRunServer", async function () {
562
+ try {
563
+ const data = await client.DescribeCloudBaseRunServer({})
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
+
561
571
  it("tcb.v20180608.ModifyEnv", async function () {
562
572
  try {
563
573
  const data = await client.ModifyEnv({})
@@ -688,6 +698,16 @@ it("tcb.v20180608.DescribeCloudBaseRunVersionRsByCondition", async function () {
688
698
  }
689
699
  })
690
700
 
701
+ it("tcb.v20180608.DescribeCloudBaseRunPodList", async function () {
702
+ try {
703
+ const data = await client.DescribeCloudBaseRunPodList({})
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
+
691
711
  it("tcb.v20180608.DestroyStaticStore", async function () {
692
712
  try {
693
713
  const data = await client.DestroyStaticStore({})
@@ -128,9 +128,9 @@ it("tsf.v20180326.AddClusterInstances", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("tsf.v20180326.DescribeGroupRelease", async function () {
131
+ it("tsf.v20180326.DeleteLaneRule", async function () {
132
132
  try {
133
- const data = await client.DescribeGroupRelease({})
133
+ const data = await client.DeleteLaneRule({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -508,9 +508,9 @@ it("tsf.v20180326.UpdateApiTimeouts", async function () {
508
508
  }
509
509
  })
510
510
 
511
- it("tsf.v20180326.DescribeLanes", async function () {
511
+ it("tsf.v20180326.DescribeFlowLastBatchState", async function () {
512
512
  try {
513
- const data = await client.DescribeLanes({})
513
+ const data = await client.DescribeFlowLastBatchState({})
514
514
  expect(data).to.be.ok
515
515
  } catch(error) {
516
516
  expect(error.requestId).to.be.ok
@@ -598,6 +598,16 @@ it("tsf.v20180326.StopContainerGroup", async function () {
598
598
  }
599
599
  })
600
600
 
601
+ it("tsf.v20180326.DescribeGroupRelease", async function () {
602
+ try {
603
+ const data = await client.DescribeGroupRelease({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
601
611
  it("tsf.v20180326.DescribeCreateGatewayApiStatus", async function () {
602
612
  try {
603
613
  const data = await client.DescribeCreateGatewayApiStatus({})
@@ -1008,6 +1018,16 @@ it("tsf.v20180326.DeletePkgs", async function () {
1008
1018
  }
1009
1019
  })
1010
1020
 
1021
+ it("tsf.v20180326.StopTaskBatch", async function () {
1022
+ try {
1023
+ const data = await client.StopTaskBatch({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
1011
1031
  it("tsf.v20180326.DescribePublicConfigs", async function () {
1012
1032
  try {
1013
1033
  const data = await client.DescribePublicConfigs({})
@@ -1318,16 +1338,6 @@ it("tsf.v20180326.RedoTaskExecute", async function () {
1318
1338
  }
1319
1339
  })
1320
1340
 
1321
- it("tsf.v20180326.DescribeFlowLastBatchState", async function () {
1322
- try {
1323
- const data = await client.DescribeFlowLastBatchState({})
1324
- expect(data).to.be.ok
1325
- } catch(error) {
1326
- expect(error.requestId).to.be.ok
1327
- expect(error.code).to.be.ok
1328
- }
1329
- })
1330
-
1331
1341
  it("tsf.v20180326.DescribeGatewayAllGroupApis", async function () {
1332
1342
  try {
1333
1343
  const data = await client.DescribeGatewayAllGroupApis({})
@@ -1478,9 +1488,9 @@ it("tsf.v20180326.DraftApiGroup", async function () {
1478
1488
  }
1479
1489
  })
1480
1490
 
1481
- it("tsf.v20180326.StopTaskBatch", async function () {
1491
+ it("tsf.v20180326.DescribeGatewayApis", async function () {
1482
1492
  try {
1483
- const data = await client.StopTaskBatch({})
1493
+ const data = await client.DescribeGatewayApis({})
1484
1494
  expect(data).to.be.ok
1485
1495
  } catch(error) {
1486
1496
  expect(error.requestId).to.be.ok
@@ -1618,6 +1628,16 @@ it("tsf.v20180326.DescribePublicConfigReleases", async function () {
1618
1628
  }
1619
1629
  })
1620
1630
 
1631
+ it("tsf.v20180326.DescribeLanes", async function () {
1632
+ try {
1633
+ const data = await client.DescribeLanes({})
1634
+ expect(data).to.be.ok
1635
+ } catch(error) {
1636
+ expect(error.requestId).to.be.ok
1637
+ expect(error.code).to.be.ok
1638
+ }
1639
+ })
1640
+
1621
1641
  it("tsf.v20180326.DescribeApiUseDetail", async function () {
1622
1642
  try {
1623
1643
  const data = await client.DescribeApiUseDetail({})