tencentcloud-sdk-nodejs 4.0.221 → 4.0.225

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 (96) hide show
  1. package/CHANGELOG.md +467 -11
  2. package/README.md +2 -2
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aa/v20200224/aa_models.ts +15 -22
  7. package/src/services/as/v20180419/as_client.ts +1 -1
  8. package/src/services/as/v20180419/as_models.ts +8 -3
  9. package/src/services/cbs/v20170312/cbs_models.ts +35 -35
  10. package/src/services/cdn/v20180606/cdn_client.ts +72 -18
  11. package/src/services/cdn/v20180606/cdn_models.ts +706 -165
  12. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  13. package/src/services/clb/v20180317/clb_models.ts +4 -2
  14. package/src/services/cls/v20201016/cls_models.ts +17 -0
  15. package/src/services/cwp/v20180228/cwp_client.ts +26 -14
  16. package/src/services/cwp/v20180228/cwp_models.ts +253 -21
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +20 -7
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +74 -4
  19. package/src/services/ecm/v20190719/ecm_client.ts +42 -3
  20. package/src/services/ecm/v20190719/ecm_models.ts +271 -63
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  22. package/src/services/faceid/v20180301/faceid_models.ts +2 -2
  23. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +30 -6
  24. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  25. package/src/services/mps/v20190612/mps_models.ts +1 -2
  26. package/src/services/organization/v20210331/organization_client.ts +12 -0
  27. package/src/services/organization/v20210331/organization_models.ts +50 -0
  28. package/src/services/postgres/v20170312/postgres_client.ts +48 -8
  29. package/src/services/postgres/v20170312/postgres_models.ts +300 -12
  30. package/src/services/rce/v20201103/rce_client.ts +1 -0
  31. package/src/services/rce/v20201103/rce_models.ts +45 -97
  32. package/src/services/scf/v20180416/scf_client.ts +1 -0
  33. package/src/services/scf/v20180416/scf_models.ts +34 -0
  34. package/src/services/sms/v20210111/sms_models.ts +2 -2
  35. package/src/services/tcb/v20180608/tcb_client.ts +31 -5
  36. package/src/services/tcb/v20180608/tcb_models.ts +462 -189
  37. package/src/services/tdmq/v20200217/tdmq_client.ts +282 -71
  38. package/src/services/tdmq/v20200217/tdmq_models.ts +856 -144
  39. package/src/services/tse/v20201207/tse_client.ts +1 -0
  40. package/src/services/tse/v20201207/tse_models.ts +21 -0
  41. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  42. package/src/services/vpc/v20170312/vpc_client.ts +3 -1
  43. package/src/services/vpc/v20170312/vpc_models.ts +86 -22
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/aa/v20200224/aa_models.d.ts +13 -20
  47. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
  48. package/tencentcloud/services/as/v20180419/as_client.js +1 -1
  49. package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -3
  50. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +34 -34
  51. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +26 -3
  52. package/tencentcloud/services/cdn/v20180606/cdn_client.js +32 -3
  53. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +622 -150
  54. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  55. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +3 -1
  56. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -0
  57. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +9 -7
  58. package/tencentcloud/services/cwp/v20180228/cwp_client.js +12 -8
  59. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +215 -19
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  61. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  62. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +64 -4
  63. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +13 -1
  64. package/tencentcloud/services/ecm/v20190719/ecm_client.js +18 -0
  65. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +233 -54
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  67. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
  68. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +26 -6
  69. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  70. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -2
  71. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  72. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  73. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +42 -0
  74. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +15 -3
  75. package/tencentcloud/services/postgres/v20170312/postgres_client.js +21 -3
  76. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +258 -12
  77. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +35 -91
  78. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +29 -0
  79. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
  80. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
  81. package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
  82. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +387 -157
  83. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +89 -21
  84. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +132 -30
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +728 -124
  86. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +18 -0
  87. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +75 -21
  89. package/test/cdn.v20180606.test.js +32 -2
  90. package/test/cwp.v20180228.test.js +20 -10
  91. package/test/cynosdb.v20190107.test.js +12 -2
  92. package/test/ecm.v20190719.test.js +30 -0
  93. package/test/organization.v20210331.test.js +10 -0
  94. package/test/postgres.v20170312.test.js +32 -2
  95. package/test/tcb.v20180608.test.js +20 -0
  96. package/test/tdmq.v20200217.test.js +190 -20
@@ -115,6 +115,11 @@ export interface SREInstance {
115
115
  注意:此字段可能返回 null,表示取不到有效值。
116
116
  */
117
117
  ServiceGovernanceInfos: Array<ServiceGovernanceInfo>;
118
+ /**
119
+ * 实例的标签信息
120
+ 注意:此字段可能返回 null,表示取不到有效值。
121
+ */
122
+ Tags: Array<KVPair>;
118
123
  }
119
124
  /**
120
125
  * DescribeSREInstanceAccessAddress返回参数结构体
@@ -154,6 +159,19 @@ export interface DescribeSREInstancesResponse {
154
159
  */
155
160
  RequestId?: string;
156
161
  }
162
+ /**
163
+ * 键值对
164
+ */
165
+ export interface KVPair {
166
+ /**
167
+ * 键
168
+ */
169
+ Key: string;
170
+ /**
171
+ * 值
172
+ */
173
+ Value: string;
174
+ }
157
175
  /**
158
176
  * 环境具体信息
159
177
  */
@@ -1918,7 +1918,7 @@ export interface CreateLaneResponse {
1918
1918
  */
1919
1919
  export interface TcrRepoInfo {
1920
1920
  /**
1921
- * 地域
1921
+ * 地域(填数字)
1922
1922
  注意:此字段可能返回 null,表示取不到有效值。
1923
1923
  */
1924
1924
  Region?: string;
@@ -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返回参数结构体
@@ -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请求参数结构体
@@ -10021,7 +10060,7 @@ export interface DisassociateAddressResponse {
10021
10060
  /**
10022
10061
  * 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
10023
10062
  */
10024
- TaskId?: string;
10063
+ TaskId: string;
10025
10064
  /**
10026
10065
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10027
10066
  */
@@ -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请求参数结构体
@@ -268,9 +268,9 @@ it("cdn.v20180606.DescribeDDoSData", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("cdn.v20180606.ListTopClsLogData", async function () {
271
+ it("cdn.v20180606.ListScdnTopBotData", async function () {
272
272
  try {
273
- const data = await client.ListTopClsLogData({})
273
+ const data = await client.ListScdnTopBotData({})
274
274
  expect(data).to.be.ok
275
275
  } catch(error) {
276
276
  expect(error.requestId).to.be.ok
@@ -638,6 +638,16 @@ it("cdn.v20180606.ListClsLogTopics", async function () {
638
638
  }
639
639
  })
640
640
 
641
+ it("cdn.v20180606.DescribeScdnBotRecords", async function () {
642
+ try {
643
+ const data = await client.DescribeScdnBotRecords({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
641
651
  it("cdn.v20180606.DescribeScdnConfig", async function () {
642
652
  try {
643
653
  const data = await client.DescribeScdnConfig({})
@@ -738,6 +748,16 @@ it("cdn.v20180606.UpdatePayType", async function () {
738
748
  }
739
749
  })
740
750
 
751
+ it("cdn.v20180606.DescribeTopData", async function () {
752
+ try {
753
+ const data = await client.DescribeTopData({})
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
+
741
761
  it("cdn.v20180606.EnableCaches", async function () {
742
762
  try {
743
763
  const data = await client.EnableCaches({})
@@ -748,4 +768,14 @@ it("cdn.v20180606.EnableCaches", async function () {
748
768
  }
749
769
  })
750
770
 
771
+ it("cdn.v20180606.ListTopClsLogData", async function () {
772
+ try {
773
+ const data = await client.ListTopClsLogData({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
751
781
  })
@@ -748,16 +748,6 @@ it("cwp.v20180228.ExportPrivilegeEvents", async function () {
748
748
  }
749
749
  })
750
750
 
751
- it("cwp.v20180228.RescanImpactedHost", async function () {
752
- try {
753
- const data = await client.RescanImpactedHost({})
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
-
761
751
  it("cwp.v20180228.ExportProtectDirList", async function () {
762
752
  try {
763
753
  const data = await client.ExportProtectDirList({})
@@ -1188,6 +1178,16 @@ it("cwp.v20180228.DescribeAssetDatabaseList", async function () {
1188
1178
  }
1189
1179
  })
1190
1180
 
1181
+ it("cwp.v20180228.DescribeVulEffectHostList", async function () {
1182
+ try {
1183
+ const data = await client.DescribeVulEffectHostList({})
1184
+ expect(data).to.be.ok
1185
+ } catch(error) {
1186
+ expect(error.requestId).to.be.ok
1187
+ expect(error.code).to.be.ok
1188
+ }
1189
+ })
1190
+
1191
1191
  it("cwp.v20180228.DescribeScanTaskStatus", async function () {
1192
1192
  try {
1193
1193
  const data = await client.DescribeScanTaskStatus({})
@@ -1778,6 +1778,16 @@ it("cwp.v20180228.ModifyMalwareTimingScanSettings", async function () {
1778
1778
  }
1779
1779
  })
1780
1780
 
1781
+ it("cwp.v20180228.DescribeVulList", async function () {
1782
+ try {
1783
+ const data = await client.DescribeVulList({})
1784
+ expect(data).to.be.ok
1785
+ } catch(error) {
1786
+ expect(error.requestId).to.be.ok
1787
+ expect(error.code).to.be.ok
1788
+ }
1789
+ })
1790
+
1781
1791
  it("cwp.v20180228.ModifyProVersionRenewFlag", async function () {
1782
1792
  try {
1783
1793
  const data = await client.ModifyProVersionRenewFlag({})
@@ -158,6 +158,16 @@ it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("cynosdb.v20190107.SetRenewFlag", async function () {
162
+ try {
163
+ const data = await client.SetRenewFlag({})
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("cynosdb.v20190107.DescribeClusterDetail", async function () {
162
172
  try {
163
173
  const data = await client.DescribeClusterDetail({})
@@ -218,9 +228,9 @@ it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
218
228
  }
219
229
  })
220
230
 
221
- it("cynosdb.v20190107.SetRenewFlag", async function () {
231
+ it("cynosdb.v20190107.ModifyClusterParam", async function () {
222
232
  try {
223
- const data = await client.SetRenewFlag({})
233
+ const data = await client.ModifyClusterParam({})
224
234
  expect(data).to.be.ok
225
235
  } catch(error) {
226
236
  expect(error.requestId).to.be.ok
@@ -418,6 +418,16 @@ it("ecm.v20190719.ModifyListener", async function () {
418
418
  }
419
419
  })
420
420
 
421
+ it("ecm.v20190719.DisassociateInstancesKeyPairs", async function () {
422
+ try {
423
+ const data = await client.DisassociateInstancesKeyPairs({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
421
431
  it("ecm.v20190719.AssociateAddress", async function () {
422
432
  try {
423
433
  const data = await client.AssociateAddress({})
@@ -658,6 +668,16 @@ it("ecm.v20190719.DeleteSecurityGroupPolicies", async function () {
658
668
  }
659
669
  })
660
670
 
671
+ it("ecm.v20190719.CreateKeyPair", async function () {
672
+ try {
673
+ const data = await client.CreateKeyPair({})
674
+ expect(data).to.be.ok
675
+ } catch(error) {
676
+ expect(error.requestId).to.be.ok
677
+ expect(error.code).to.be.ok
678
+ }
679
+ })
680
+
661
681
  it("ecm.v20190719.ModifyModuleConfig", async function () {
662
682
  try {
663
683
  const data = await client.ModifyModuleConfig({})
@@ -738,6 +758,16 @@ it("ecm.v20190719.ModifySubnetAttribute", async function () {
738
758
  }
739
759
  })
740
760
 
761
+ it("ecm.v20190719.DescribePackingQuotaGroup", async function () {
762
+ try {
763
+ const data = await client.DescribePackingQuotaGroup({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
741
771
  it("ecm.v20190719.DescribeNetworkInterfaces", async function () {
742
772
  try {
743
773
  const data = await client.DescribeNetworkInterfaces({})
@@ -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({})