tencentcloud-sdk-nodejs 4.0.714 → 4.0.716

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 (120) hide show
  1. package/CHANGELOG.md +727 -0
  2. package/SERVICE_CHANGELOG.md +732 -92
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +4 -4
  7. package/src/services/apm/v20210622/apm_models.ts +5 -2
  8. package/src/services/batch/v20170312/batch_models.ts +4 -2
  9. package/src/services/billing/v20180709/billing_client.ts +80 -28
  10. package/src/services/billing/v20180709/billing_models.ts +460 -120
  11. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  12. package/src/services/cfw/v20190904/cfw_client.ts +40 -4
  13. package/src/services/cfw/v20190904/cfw_models.ts +327 -112
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +71 -35
  15. package/src/services/clb/v20180317/clb_models.ts +1 -1
  16. package/src/services/cls/v20201016/cls_models.ts +17 -13
  17. package/src/services/csip/v20221121/csip_client.ts +18 -2
  18. package/src/services/csip/v20221121/csip_models.ts +257 -34
  19. package/src/services/cvm/v20170312/cvm_client.ts +3 -4
  20. package/src/services/cvm/v20170312/cvm_models.ts +16 -10
  21. package/src/services/cwp/v20180228/cwp_models.ts +11 -1
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +73 -21
  23. package/src/services/dlc/v20210125/dlc_models.ts +6 -2
  24. package/src/services/es/v20180416/es_client.ts +56 -10
  25. package/src/services/es/v20180416/es_models.ts +747 -391
  26. package/src/services/ess/v20201111/ess_models.ts +2 -2
  27. package/src/services/essbasic/v20210526/essbasic_client.ts +81 -43
  28. package/src/services/essbasic/v20210526/essbasic_models.ts +205 -128
  29. package/src/services/iss/v20230517/iss_models.ts +5 -1
  30. package/src/services/mariadb/v20170312/mariadb_models.ts +75 -23
  31. package/src/services/ocr/v20181119/ocr_models.ts +11 -2
  32. package/src/services/omics/v20221128/omics_client.ts +41 -1
  33. package/src/services/omics/v20221128/omics_models.ts +327 -30
  34. package/src/services/organization/v20210331/organization_client.ts +12 -0
  35. package/src/services/organization/v20210331/organization_models.ts +20 -0
  36. package/src/services/redis/v20180412/redis_models.ts +4 -1
  37. package/src/services/ses/v20201002/ses_models.ts +2 -2
  38. package/src/services/tcss/v20201101/tcss_models.ts +9 -3
  39. package/src/services/tdmq/v20200217/tdmq_client.ts +46 -20
  40. package/src/services/tdmq/v20200217/tdmq_models.ts +319 -58
  41. package/src/services/teo/v20220901/teo_client.ts +31 -4
  42. package/src/services/teo/v20220901/teo_models.ts +155 -23
  43. package/src/services/tke/v20180525/tke_models.ts +1 -1
  44. package/src/services/trp/v20210515/trp_client.ts +20 -7
  45. package/src/services/trp/v20210515/trp_models.ts +80 -16
  46. package/src/services/vod/v20180717/vod_models.ts +1 -0
  47. package/src/services/vpc/v20170312/vpc_client.ts +12 -0
  48. package/src/services/vpc/v20170312/vpc_models.ts +64 -0
  49. package/src/services/waf/v20180125/waf_models.ts +19 -2
  50. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  51. package/src/services/wedata/v20210820/wedata_models.ts +18 -0
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -4
  55. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -2
  56. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -2
  57. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +25 -9
  58. package/tencentcloud/services/billing/v20180709/billing_client.js +36 -12
  59. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +448 -120
  60. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  61. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +13 -1
  62. package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
  63. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +321 -112
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +71 -35
  65. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  66. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +17 -13
  67. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  68. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  69. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +251 -34
  70. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -4
  71. package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -4
  72. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +16 -10
  73. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -1
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +73 -21
  75. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +6 -2
  76. package/tencentcloud/services/es/v20180416/es_client.d.ts +13 -1
  77. package/tencentcloud/services/es/v20180416/es_client.js +18 -0
  78. package/tencentcloud/services/es/v20180416/es_models.d.ts +724 -384
  79. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  80. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +81 -43
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -43
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +205 -128
  83. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -1
  84. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +75 -23
  85. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -2
  86. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
  87. package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
  88. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +317 -30
  89. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
  90. package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
  91. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +18 -0
  92. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -1
  93. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
  94. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9 -3
  95. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +15 -7
  96. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +21 -9
  97. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +313 -58
  98. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +11 -3
  99. package/tencentcloud/services/teo/v20220901/teo_client.js +14 -2
  100. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +148 -23
  101. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  102. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
  103. package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
  104. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +77 -16
  105. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
  106. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  107. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  108. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +62 -0
  109. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +19 -2
  110. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +17 -0
  111. package/test/billing.v20180709.test.js +48 -8
  112. package/test/cfw.v20190904.test.js +30 -0
  113. package/test/csip.v20221121.test.js +10 -0
  114. package/test/es.v20180416.test.js +30 -0
  115. package/test/omics.v20221128.test.js +30 -0
  116. package/test/organization.v20210331.test.js +10 -0
  117. package/test/tdmq.v20200217.test.js +32 -12
  118. package/test/teo.v20220901.test.js +20 -0
  119. package/test/trp.v20210515.test.js +12 -2
  120. package/test/vpc.v20170312.test.js +10 -0
@@ -288,6 +288,12 @@ class Client extends abstract_client_1.AbstractClient {
288
288
  async DescribeAddresses(req, cb) {
289
289
  return this.request("DescribeAddresses", req, cb);
290
290
  }
291
+ /**
292
+ * 本接口用于修改 SSL-VPN 服务端属性
293
+ */
294
+ async ModifyVpnGatewaySslServer(req, cb) {
295
+ return this.request("ModifyVpnGatewaySslServer", req, cb);
296
+ }
291
297
  /**
292
298
  * 本接口(EnableVpnGatewaySslClientCert)用于启用SSL-VPN-CLIENT 证书。
293
299
  */
@@ -4501,6 +4501,19 @@ export interface AssociateNetworkAclSubnetsRequest {
4501
4501
  */
4502
4502
  SubnetIds: Array<string>;
4503
4503
  }
4504
+ /**
4505
+ * ModifyVpnGatewaySslServer返回参数结构体
4506
+ */
4507
+ export interface ModifyVpnGatewaySslServerResponse {
4508
+ /**
4509
+ * 异步任务TASKID
4510
+ */
4511
+ TaskId?: number;
4512
+ /**
4513
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4514
+ */
4515
+ RequestId?: string;
4516
+ }
4504
4517
  /**
4505
4518
  * AdjustPublicAddress返回参数结构体
4506
4519
  */
@@ -8043,6 +8056,55 @@ export interface RenewAddressesResponse {
8043
8056
  */
8044
8057
  RequestId?: string;
8045
8058
  }
8059
+ /**
8060
+ * ModifyVpnGatewaySslServer请求参数结构体
8061
+ */
8062
+ export interface ModifyVpnGatewaySslServerRequest {
8063
+ /**
8064
+ * SSL-VPN SERVER 实例ID
8065
+ */
8066
+ SslVpnServerId: string;
8067
+ /**
8068
+ * SSL-VPN SERVER NAME
8069
+ */
8070
+ SslVpnServerName?: string;
8071
+ /**
8072
+ * 本端地址
8073
+ */
8074
+ LocalAddress?: Array<string>;
8075
+ /**
8076
+ * 客户端地址
8077
+ */
8078
+ RemoteAddress?: string;
8079
+ /**
8080
+ * SSL VPN服务端监听协议。当前仅支持 UDP。默认UDP
8081
+ */
8082
+ SslVpnProtocol?: string;
8083
+ /**
8084
+ * SSL VPN服务端监听协议端口。
8085
+ */
8086
+ SslVpnPort?: number;
8087
+ /**
8088
+ * 加密算法。可选 'AES-128-CBC', 'AES-192-CBC', 'AES-256-CBC', 'NONE'。默认NONE
8089
+ */
8090
+ EncryptAlgorithm?: string;
8091
+ /**
8092
+ * 认证算法。可选 'SHA1', 'MD5', 'NONE'。默认NONE
8093
+ */
8094
+ IntegrityAlgorithm?: string;
8095
+ /**
8096
+ * 是否支持压缩。当前仅支持不支持压缩。默认False
8097
+ */
8098
+ Compress?: boolean;
8099
+ /**
8100
+ * 是否开启SSO认证,默认False
8101
+ */
8102
+ SsoEnabled?: boolean;
8103
+ /**
8104
+ * SAML-DATA
8105
+ */
8106
+ SamlData?: string;
8107
+ }
8046
8108
  /**
8047
8109
  * DescribeCcnRoutes请求参数结构体
8048
8110
  */
@@ -2650,6 +2650,23 @@ export interface DescribeAntiInfoLeakageRulesRequest {
2650
2650
  * 域名
2651
2651
  */
2652
2652
  Domain: string;
2653
+ /**
2654
+ * 翻页支持,读取偏移
2655
+ */
2656
+ Offset?: number;
2657
+ /**
2658
+ * 翻页支持,读取长度限制
2659
+ */
2660
+ Limit?: number;
2661
+ /**
2662
+ * 排序方式,asc或者desc
2663
+ */
2664
+ Order?: string;
2665
+ /**
2666
+ * 过滤器,可以允许如下的值:
2667
+ RuleId,Match_field,Name,Action,Status
2668
+ */
2669
+ Filters?: Array<FiltersItemNew>;
2653
2670
  }
2654
2671
  /**
2655
2672
  * CreateHost返回参数结构体
@@ -6402,11 +6419,11 @@ export interface DescribeAntiInfoLeakageRulesResponse {
6402
6419
  /**
6403
6420
  * 记录条数
6404
6421
  */
6405
- Total: number;
6422
+ Total?: number;
6406
6423
  /**
6407
6424
  * 规则列表
6408
6425
  */
6409
- RuleList: Array<DescribeAntiLeakageItem>;
6426
+ RuleList?: Array<DescribeAntiLeakageItem>;
6410
6427
  /**
6411
6428
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6412
6429
  */
@@ -16735,6 +16735,10 @@ export interface DescribeOperateOpsTasksRequest {
16735
16735
  * 资源组id,多个资源组id之间以英文字符逗号分隔
16736
16736
  */
16737
16737
  ExecutorGroupIdList?: string;
16738
+ /**
16739
+ * 任务标签
16740
+ */
16741
+ TaskTags?: Array<TaskTag>;
16738
16742
  }
16739
16743
  /**
16740
16744
  * 数据源对象
@@ -22365,6 +22369,19 @@ export interface FolderOpsDto {
22365
22369
  */
22366
22370
  FindType?: string;
22367
22371
  }
22372
+ /**
22373
+ * 任务标签,可用于检索任务的条件
22374
+ */
22375
+ export interface TaskTag {
22376
+ /**
22377
+ * 标签名称
22378
+ */
22379
+ TagName: string;
22380
+ /**
22381
+ * 标签值列表
22382
+ */
22383
+ TagValues: Array<string>;
22384
+ }
22368
22385
  /**
22369
22386
  * DescribeTaskLockStatus请求参数结构体
22370
22387
  */
@@ -28,9 +28,19 @@ it("billing.v20180709.DescribeCostSummaryByResource", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("billing.v20180709.DescribeBillList", async function () {
31
+ it("billing.v20180709.DescribeCostSummaryByRegion", async function () {
32
32
  try {
33
- const data = await client.DescribeBillList({})
33
+ const data = await client.DescribeCostSummaryByRegion({})
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("billing.v20180709.DescribeSavingPlanCoverage", async function () {
42
+ try {
43
+ const data = await client.DescribeSavingPlanCoverage({})
34
44
  expect(data).to.be.ok
35
45
  } catch(error) {
36
46
  expect(error.requestId).to.be.ok
@@ -48,6 +58,16 @@ it("billing.v20180709.DescribeBillResourceSummary", async function () {
48
58
  }
49
59
  })
50
60
 
61
+ it("billing.v20180709.DescribeSavingPlanOverview", async function () {
62
+ try {
63
+ const data = await client.DescribeSavingPlanOverview({})
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
+
51
71
  it("billing.v20180709.CreateAllocationTag", async function () {
52
72
  try {
53
73
  const data = await client.CreateAllocationTag({})
@@ -128,9 +148,9 @@ it("billing.v20180709.DescribeBillSummaryByPayMode", async function () {
128
148
  }
129
149
  })
130
150
 
131
- it("billing.v20180709.DescribeCostSummaryByRegion", async function () {
151
+ it("billing.v20180709.DescribeBillList", async function () {
132
152
  try {
133
- const data = await client.DescribeCostSummaryByRegion({})
153
+ const data = await client.DescribeBillList({})
134
154
  expect(data).to.be.ok
135
155
  } catch(error) {
136
156
  expect(error.requestId).to.be.ok
@@ -138,9 +158,9 @@ it("billing.v20180709.DescribeCostSummaryByRegion", async function () {
138
158
  }
139
159
  })
140
160
 
141
- it("billing.v20180709.DescribeCostSummaryByProduct", async function () {
161
+ it("billing.v20180709.DescribeBillDownloadUrl", async function () {
142
162
  try {
143
- const data = await client.DescribeCostSummaryByProduct({})
163
+ const data = await client.DescribeBillDownloadUrl({})
144
164
  expect(data).to.be.ok
145
165
  } catch(error) {
146
166
  expect(error.requestId).to.be.ok
@@ -188,6 +208,16 @@ it("billing.v20180709.DescribeDosageDetailByDate", async function () {
188
208
  }
189
209
  })
190
210
 
211
+ it("billing.v20180709.DescribeSavingPlanUsage", async function () {
212
+ try {
213
+ const data = await client.DescribeSavingPlanUsage({})
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
+
191
221
  it("billing.v20180709.DescribeVoucherUsageDetails", async function () {
192
222
  try {
193
223
  const data = await client.DescribeVoucherUsageDetails({})
@@ -198,6 +228,16 @@ it("billing.v20180709.DescribeVoucherUsageDetails", async function () {
198
228
  }
199
229
  })
200
230
 
231
+ it("billing.v20180709.CreateSavingPlanOrder", async function () {
232
+ try {
233
+ const data = await client.CreateSavingPlanOrder({})
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
+
201
241
  it("billing.v20180709.DescribeBillSummaryByRegion", async function () {
202
242
  try {
203
243
  const data = await client.DescribeBillSummaryByRegion({})
@@ -248,9 +288,9 @@ it("billing.v20180709.DescribeTagList", async function () {
248
288
  }
249
289
  })
250
290
 
251
- it("billing.v20180709.DescribeBillDownloadUrl", async function () {
291
+ it("billing.v20180709.DescribeCostSummaryByProduct", async function () {
252
292
  try {
253
- const data = await client.DescribeBillDownloadUrl({})
293
+ const data = await client.DescribeCostSummaryByProduct({})
254
294
  expect(data).to.be.ok
255
295
  } catch(error) {
256
296
  expect(error.requestId).to.be.ok
@@ -458,6 +458,16 @@ it("cfw.v20190904.ModifyVpcFwSequenceRules", async function () {
458
458
  }
459
459
  })
460
460
 
461
+ it("cfw.v20190904.CreateAlertCenterOmit", async function () {
462
+ try {
463
+ const data = await client.CreateAlertCenterOmit({})
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
+
461
471
  it("cfw.v20190904.DescribeVpcAcRule", async function () {
462
472
  try {
463
473
  const data = await client.DescribeVpcAcRule({})
@@ -548,6 +558,16 @@ it("cfw.v20190904.ModifyTableStatus", async function () {
548
558
  }
549
559
  })
550
560
 
561
+ it("cfw.v20190904.CreateAlertCenterIsolate", async function () {
562
+ try {
563
+ const data = await client.CreateAlertCenterIsolate({})
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
+
551
571
  it("cfw.v20190904.ModifyBlockIgnoreList", async function () {
552
572
  try {
553
573
  const data = await client.ModifyBlockIgnoreList({})
@@ -718,6 +738,16 @@ it("cfw.v20190904.SetNatFwEip", async function () {
718
738
  }
719
739
  })
720
740
 
741
+ it("cfw.v20190904.CreateAlertCenterRule", async function () {
742
+ try {
743
+ const data = await client.CreateAlertCenterRule({})
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
+
721
751
  it("cfw.v20190904.ModifyAclRule", async function () {
722
752
  try {
723
753
  const data = await client.ModifyAclRule({})
@@ -278,6 +278,16 @@ it("csip.v20221121.DescribeRiskCenterAssetViewPortRiskList", async function () {
278
278
  }
279
279
  })
280
280
 
281
+ it("csip.v20221121.DescribeVULRiskAdvanceCFGList", async function () {
282
+ try {
283
+ const data = await client.DescribeVULRiskAdvanceCFGList({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
281
291
  it("csip.v20221121.ModifyRiskCenterRiskStatus", async function () {
282
292
  try {
283
293
  const data = await client.ModifyRiskCenterRiskStatus({})
@@ -88,6 +88,16 @@ it("es.v20180416.DeleteInstance", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("es.v20180416.GetDiagnoseSettings", async function () {
92
+ try {
93
+ const data = await client.GetDiagnoseSettings({})
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("es.v20180416.CreateIndex", async function () {
92
102
  try {
93
103
  const data = await client.CreateIndex({})
@@ -158,6 +168,16 @@ it("es.v20180416.UpdateJdk", async function () {
158
168
  }
159
169
  })
160
170
 
171
+ it("es.v20180416.DescribeDiagnose", async function () {
172
+ try {
173
+ const data = await client.DescribeDiagnose({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
161
181
  it("es.v20180416.UpdateInstance", async function () {
162
182
  try {
163
183
  const data = await client.UpdateInstance({})
@@ -388,6 +408,16 @@ it("es.v20180416.UpgradeLicense", async function () {
388
408
  }
389
409
  })
390
410
 
411
+ it("es.v20180416.DescribeInstancePluginList", async function () {
412
+ try {
413
+ const data = await client.DescribeInstancePluginList({})
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
+
391
421
  it("es.v20180416.DescribeIndexMeta", async function () {
392
422
  try {
393
423
  const data = await client.DescribeIndexMeta({})
@@ -38,6 +38,16 @@ it("omics.v20221128.DescribeEnvironments", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("omics.v20221128.GetRunMetadataFile", async function () {
42
+ try {
43
+ const data = await client.GetRunMetadataFile({})
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("omics.v20221128.ImportTableFile", async function () {
42
52
  try {
43
53
  const data = await client.ImportTableFile({})
@@ -68,6 +78,16 @@ it("omics.v20221128.RunApplication", async function () {
68
78
  }
69
79
  })
70
80
 
81
+ it("omics.v20221128.RunWorkflow", async function () {
82
+ try {
83
+ const data = await client.RunWorkflow({})
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
+
71
91
  it("omics.v20221128.CreateEnvironment", async function () {
72
92
  try {
73
93
  const data = await client.CreateEnvironment({})
@@ -88,6 +108,16 @@ it("omics.v20221128.RetryRuns", async function () {
88
108
  }
89
109
  })
90
110
 
111
+ it("omics.v20221128.TerminateRunGroup", async function () {
112
+ try {
113
+ const data = await client.TerminateRunGroup({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
91
121
  it("omics.v20221128.DescribeRuns", async function () {
92
122
  try {
93
123
  const data = await client.DescribeRuns({})
@@ -148,6 +148,16 @@ it("organization.v20210331.DescribeOrganizationFinancialByMonth", async function
148
148
  }
149
149
  })
150
150
 
151
+ it("organization.v20210331.DeleteAccount", async function () {
152
+ try {
153
+ const data = await client.DeleteAccount({})
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
+
151
161
  it("organization.v20210331.DeleteOrganizationNodes", async function () {
152
162
  try {
153
163
  const data = await client.DeleteOrganizationNodes({})
@@ -298,9 +298,9 @@ it("tdmq.v20200217.DescribeEnvironmentAttributes", async function () {
298
298
  }
299
299
  })
300
300
 
301
- it("tdmq.v20200217.ImportRocketMQConsumerGroups", async function () {
301
+ it("tdmq.v20200217.CreateCmqSubscribe", async function () {
302
302
  try {
303
- const data = await client.ImportRocketMQConsumerGroups({})
303
+ const data = await client.CreateCmqSubscribe({})
304
304
  expect(data).to.be.ok
305
305
  } catch(error) {
306
306
  expect(error.requestId).to.be.ok
@@ -648,6 +648,16 @@ it("tdmq.v20200217.DeleteRocketMQTopic", async function () {
648
648
  }
649
649
  })
650
650
 
651
+ it("tdmq.v20200217.DescribeRabbitMQQueues", async function () {
652
+ try {
653
+ const data = await client.DescribeRabbitMQQueues({})
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
+
651
661
  it("tdmq.v20200217.ModifyCmqQueueAttribute", async function () {
652
662
  try {
653
663
  const data = await client.ModifyCmqQueueAttribute({})
@@ -668,6 +678,16 @@ it("tdmq.v20200217.ModifyRocketMQInstanceSpec", async function () {
668
678
  }
669
679
  })
670
680
 
681
+ it("tdmq.v20200217.ImportRocketMQConsumerGroups", async function () {
682
+ try {
683
+ const data = await client.ImportRocketMQConsumerGroups({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
671
691
  it("tdmq.v20200217.DescribeRocketMQVipInstances", async function () {
672
692
  try {
673
693
  const data = await client.DescribeRocketMQVipInstances({})
@@ -928,16 +948,6 @@ it("tdmq.v20200217.CreateRole", async function () {
928
948
  }
929
949
  })
930
950
 
931
- it("tdmq.v20200217.CreateCmqSubscribe", async function () {
932
- try {
933
- const data = await client.CreateCmqSubscribe({})
934
- expect(data).to.be.ok
935
- } catch(error) {
936
- expect(error.requestId).to.be.ok
937
- expect(error.code).to.be.ok
938
- }
939
- })
940
-
941
951
  it("tdmq.v20200217.ModifyRocketMQNamespace", async function () {
942
952
  try {
943
953
  const data = await client.ModifyRocketMQNamespace({})
@@ -998,6 +1008,16 @@ it("tdmq.v20200217.CreateRocketMQCluster", async function () {
998
1008
  }
999
1009
  })
1000
1010
 
1011
+ it("tdmq.v20200217.DescribeRabbitMQQueueDetail", async function () {
1012
+ try {
1013
+ const data = await client.DescribeRabbitMQQueueDetail({})
1014
+ expect(data).to.be.ok
1015
+ } catch(error) {
1016
+ expect(error.requestId).to.be.ok
1017
+ expect(error.code).to.be.ok
1018
+ }
1019
+ })
1020
+
1001
1021
  it("tdmq.v20200217.DescribeRocketMQMsg", async function () {
1002
1022
  try {
1003
1023
  const data = await client.DescribeRocketMQMsg({})
@@ -218,6 +218,16 @@ it("teo.v20220901.DescribeHostsSetting", async function () {
218
218
  }
219
219
  })
220
220
 
221
+ it("teo.v20220901.DescribeSecurityTemplateBindings", async function () {
222
+ try {
223
+ const data = await client.DescribeSecurityTemplateBindings({})
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
+
221
231
  it("teo.v20220901.DescribeAvailablePlans", async function () {
222
232
  try {
223
233
  const data = await client.DescribeAvailablePlans({})
@@ -648,6 +658,16 @@ it("teo.v20220901.ModifyApplicationProxyStatus", async function () {
648
658
  }
649
659
  })
650
660
 
661
+ it("teo.v20220901.BindSecurityTemplateToEntity", async function () {
662
+ try {
663
+ const data = await client.BindSecurityTemplateToEntity({})
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
+
651
671
  it("teo.v20220901.DescribeTimingL7AnalysisData", async function () {
652
672
  try {
653
673
  const data = await client.DescribeTimingL7AnalysisData({})
@@ -78,6 +78,16 @@ it("trp.v20210515.DescribeCustomRuleById", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("trp.v20210515.DescribeRawScanLogs", async function () {
82
+ try {
83
+ const data = await client.DescribeRawScanLogs({})
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("trp.v20210515.CreateTraceCodesAsync", async function () {
82
92
  try {
83
93
  const data = await client.CreateTraceCodesAsync({})
@@ -108,9 +118,9 @@ it("trp.v20210515.DescribeTraceCodes", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("trp.v20210515.DescribeRawScanLogs", async function () {
121
+ it("trp.v20210515.DescribePlanQRCodes", async function () {
112
122
  try {
113
- const data = await client.DescribeRawScanLogs({})
123
+ const data = await client.DescribePlanQRCodes({})
114
124
  expect(data).to.be.ok
115
125
  } catch(error) {
116
126
  expect(error.requestId).to.be.ok
@@ -428,6 +428,16 @@ it("vpc.v20170312.DescribeAddresses", async function () {
428
428
  }
429
429
  })
430
430
 
431
+ it("vpc.v20170312.ModifyVpnGatewaySslServer", async function () {
432
+ try {
433
+ const data = await client.ModifyVpnGatewaySslServer({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
431
441
  it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
432
442
  try {
433
443
  const data = await client.EnableVpnGatewaySslClientCert({})