tencentcloud-sdk-nodejs 4.0.254 → 4.0.258

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 (130) hide show
  1. package/CHANGELOG.md +642 -98
  2. package/package.json +1 -1
  3. package/products.md +38 -38
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
  6. package/src/services/as/v20180419/as_client.ts +15 -1
  7. package/src/services/as/v20180419/as_models.ts +65 -5
  8. package/src/services/asr/v20190614/asr_client.ts +1 -1
  9. package/src/services/billing/v20180709/billing_models.ts +5 -5
  10. package/src/services/cam/v20190116/cam_models.ts +1 -1
  11. package/src/services/cii/v20210408/cii_client.ts +13 -0
  12. package/src/services/cii/v20210408/cii_models.ts +89 -7
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +14 -2
  14. package/src/services/clb/v20180317/clb_client.ts +44 -18
  15. package/src/services/clb/v20180317/clb_models.ts +180 -64
  16. package/src/services/cls/v20201016/cls_client.ts +6 -6
  17. package/src/services/cls/v20201016/cls_models.ts +1 -1
  18. package/src/services/cme/v20191029/cme_models.ts +10 -10
  19. package/src/services/cvm/v20170312/cvm_client.ts +17 -0
  20. package/src/services/cvm/v20170312/cvm_models.ts +30 -0
  21. package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
  22. package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
  23. package/src/services/eiam/v20210420/eiam_client.ts +230 -65
  24. package/src/services/eiam/v20210420/eiam_models.ts +1525 -729
  25. package/src/services/faceid/v20180301/faceid_client.ts +12 -0
  26. package/src/services/faceid/v20180301/faceid_models.ts +60 -0
  27. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +436 -57
  28. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1721 -303
  29. package/src/services/lighthouse/v20200324/lighthouse_client.ts +202 -38
  30. package/src/services/lighthouse/v20200324/lighthouse_models.ts +765 -77
  31. package/src/services/live/v20180801/live_models.ts +12 -1
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +297 -62
  34. package/src/services/monitor/v20180724/monitor_client.ts +26 -7
  35. package/src/services/monitor/v20180724/monitor_models.ts +320 -0
  36. package/src/services/mrs/v20200910/mrs_models.ts +6 -0
  37. package/src/services/ocr/v20181119/ocr_models.ts +2 -1
  38. package/src/services/rum/v20210622/rum_models.ts +24 -4
  39. package/src/services/sms/v20210111/sms_client.ts +3 -3
  40. package/src/services/sts/v20180813/sts_client.ts +13 -0
  41. package/src/services/sts/v20180813/sts_models.ts +45 -0
  42. package/src/services/tcb/v20180608/tcb_models.ts +1 -1
  43. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
  44. package/src/services/thpc/v20211109/thpc_client.ts +15 -0
  45. package/src/services/thpc/v20211109/thpc_models.ts +124 -0
  46. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  47. package/src/services/tiia/v20190529/tiia_models.ts +31 -0
  48. package/src/services/tiw/v20190919/tiw_models.ts +2 -6
  49. package/src/services/tke/v20180525/tke_models.ts +1 -1
  50. package/src/services/tse/v20201207/tse_models.ts +5 -0
  51. package/src/services/vod/v20180717/vod_models.ts +12 -13
  52. package/src/services/vpc/v20170312/vpc_models.ts +15 -1
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
  56. package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -1
  57. package/tencentcloud/services/as/v20180419/as_client.js +6 -0
  58. package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
  59. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  60. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  61. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  62. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
  63. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
  64. package/tencentcloud/services/cii/v20210408/cii_client.js +6 -0
  65. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +77 -7
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -2
  67. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +16 -7
  68. package/tencentcloud/services/clb/v20180317/clb_client.js +21 -8
  69. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +155 -56
  70. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +6 -6
  71. package/tencentcloud/services/cls/v20201016/cls_client.js +6 -6
  72. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  73. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
  74. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +10 -1
  75. package/tencentcloud/services/cvm/v20170312/cvm_client.js +11 -0
  76. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -0
  77. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  78. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +83 -37
  80. package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
  81. package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
  82. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1353 -673
  83. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  84. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  85. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
  86. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +139 -15
  87. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +207 -21
  88. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1462 -245
  89. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
  90. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
  91. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +665 -75
  92. package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
  93. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  94. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  95. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +249 -55
  96. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
  97. package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
  98. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
  99. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
  100. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  101. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +20 -4
  102. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
  103. package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
  104. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
  105. package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
  106. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
  107. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
  108. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
  109. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
  110. package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
  111. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +105 -0
  112. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
  113. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
  114. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  115. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  116. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -9
  117. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +14 -1
  118. package/test/as.v20180419.test.js +10 -0
  119. package/test/cii.v20210408.test.js +10 -0
  120. package/test/clb.v20180317.test.js +24 -4
  121. package/test/cvm.v20170312.test.js +10 -0
  122. package/test/dbbrain.v20210527.test.js +10 -0
  123. package/test/eiam.v20210420.test.js +134 -4
  124. package/test/faceid.v20180301.test.js +10 -0
  125. package/test/iotvideoindustry.v20201201.test.js +324 -14
  126. package/test/lighthouse.v20200324.test.js +138 -8
  127. package/test/mongodb.v20190725.test.js +10 -0
  128. package/test/monitor.v20180724.test.js +12 -2
  129. package/test/sts.v20180813.test.js +10 -0
  130. package/test/thpc.v20211109.test.js +10 -0
@@ -1,3 +1,44 @@
1
+ /**
2
+ * BindAutoScalingGroup请求参数结构体
3
+ */
4
+ export interface BindAutoScalingGroupRequest {
5
+ /**
6
+ * 集群ID。
7
+ */
8
+ ClusterId: string;
9
+ /**
10
+ * 弹性伸缩启动配置ID。
11
+ */
12
+ LaunchConfigurationId: string;
13
+ /**
14
+ * 弹性伸缩组ID。
15
+ */
16
+ AutoScalingGroupId: string;
17
+ /**
18
+ * 任务连续等待时间,队列的任务处于连续等待的时间。单位秒。默认值120。
19
+ */
20
+ ExpansionBusyTime?: number;
21
+ /**
22
+ * 节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。单位秒。默认值300。
23
+ */
24
+ ShrinkIdleTime?: number;
25
+ /**
26
+ * 是否开启自动扩容,默认值true。
27
+ */
28
+ EnableAutoExpansion?: boolean;
29
+ /**
30
+ * 是否开启自动缩容,默认值true。
31
+ */
32
+ EnableAutoShrink?: boolean;
33
+ /**
34
+ * 是否只预检此次请求。
35
+ true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。
36
+ 如果检查不通过,则返回对应错误码;
37
+ 如果检查通过,则返回RequestId。
38
+ false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
39
+ */
40
+ DryRun?: boolean;
41
+ }
1
42
  /**
2
43
  * DeleteCluster请求参数结构体
3
44
  */
@@ -138,6 +179,10 @@ false(默认):发送正常请求,通过检查后直接创建实例
138
179
  * 集群显示名称。
139
180
  */
140
181
  ClusterName?: string;
182
+ /**
183
+ * 集群存储选项
184
+ */
185
+ StorageOption?: StorageOption;
141
186
  }
142
187
  /**
143
188
  * 描述了实例登录相关配置与信息。
@@ -217,6 +262,19 @@ export interface VirtualPrivateCloud {
217
262
  */
218
263
  SubnetId: string;
219
264
  }
265
+ /**
266
+ * 描述集群文件系统选项
267
+ */
268
+ export interface StorageOption {
269
+ /**
270
+ * 集群挂载CFS文件系统选项
271
+ */
272
+ CFSOptions?: Array<CFSOption>;
273
+ /**
274
+ * 集群挂在GooseFS文件系统选项
275
+ */
276
+ GooseFSOptions?: Array<GooseFSOption>;
277
+ }
220
278
  /**
221
279
  * DeleteCluster返回参数结构体
222
280
  */
@@ -226,6 +284,32 @@ export interface DeleteClusterResponse {
226
284
  */
227
285
  RequestId?: string;
228
286
  }
287
+ /**
288
+ * 描述GooseFS挂载信息
289
+ */
290
+ export interface GooseFSOption {
291
+ /**
292
+ * 文件系统本地挂载路径
293
+ */
294
+ LocalPath: string;
295
+ /**
296
+ * 文件系统远程挂载路径
297
+ */
298
+ RemotePath: string;
299
+ /**
300
+ * 文件系统master的ip和端口
301
+ */
302
+ Masters: Array<string>;
303
+ }
304
+ /**
305
+ * BindAutoScalingGroup返回参数结构体
306
+ */
307
+ export interface BindAutoScalingGroupResponse {
308
+ /**
309
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
310
+ */
311
+ RequestId?: string;
312
+ }
229
313
  /**
230
314
  * 描述了实例的计费模式
231
315
  */
@@ -244,6 +328,27 @@ DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费
244
328
  */
245
329
  RenewFlag?: string;
246
330
  }
331
+ /**
332
+ * 描述CFS文件系统版本和挂载信息
333
+ */
334
+ export interface CFSOption {
335
+ /**
336
+ * 文件系统本地挂载路径
337
+ */
338
+ LocalPath: string;
339
+ /**
340
+ * 文件系统远程挂载ip及路径
341
+ */
342
+ RemotePath: string;
343
+ /**
344
+ * 文件系统协议类型,默认值NFS 3.0
345
+ */
346
+ Protocol: string;
347
+ /**
348
+ * 文件系统存储类型,默认值SD
349
+ */
350
+ StorageType: string;
351
+ }
247
352
  /**
248
353
  * CreateCluster返回参数结构体
249
354
  */
@@ -277,6 +277,10 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
277
277
  * 针对入库时提交的Tags信息进行条件过滤。支持>、>=、 <、 <=、=,!=,多个条件之间支持AND和OR进行连接。
278
278
  */
279
279
  Filter?: string;
280
+ /**
281
+ * 图像主体区域。
282
+ */
283
+ ImageRect?: ImageRect;
280
284
  }
281
285
  /**
282
286
  * RecognizeCar返回参数结构体
@@ -484,6 +488,7 @@ export interface CreateGroupRequest {
484
488
  类型:
485
489
  1: 通用图库,以用户输入图提取特征。
486
490
  2: 灰度图库,输入图和搜索图均转为灰度图提取特征。
491
+ 3: 针对电商(通用品类)和logo优化。
487
492
  */
488
493
  GroupType?: number;
489
494
  }
@@ -794,6 +799,27 @@ LOCATION,主体位置识别;
794
799
  */
795
800
  Scenes?: Array<string>;
796
801
  }
802
+ /**
803
+ * 图像主体区域坐标
804
+ */
805
+ export interface ImageRect {
806
+ /**
807
+ * 左上角横坐标。
808
+ */
809
+ X: number;
810
+ /**
811
+ * 左上角纵坐标。
812
+ */
813
+ Y: number;
814
+ /**
815
+ * 宽度。
816
+ */
817
+ Width: number;
818
+ /**
819
+ * 高度。
820
+ */
821
+ Height: number;
822
+ }
797
823
  /**
798
824
  * CreateImage返回参数结构体
799
825
  */
@@ -247,9 +247,7 @@ SdkAppID = 12345678,RoomID = 12345,PushUserID = push_user_1
247
247
  */
248
248
  ExtraData?: string;
249
249
  /**
250
- * **内部体验字段,若需要体验可以提工单申请开通体验**
251
-
252
- TRTC数字类型房间号,取值范围: (1, 4294967295)。
250
+ * TRTC数字类型房间号,取值范围: (1, 4294967295)。
253
251
 
254
252
  在同时指定了RoomId与TRTCRoomId的情况下,优先使用TRTCRoomId作为白板流进行推流的TRTC房间号。
255
253
 
@@ -257,9 +255,7 @@ TRTC数字类型房间号,取值范围: (1, 4294967295)。
257
255
  */
258
256
  TRTCRoomId?: number;
259
257
  /**
260
- * **内部体验字段,若需要体验可以提工单申请开通体验**
261
-
262
- TRTC字符串类型房间号。
258
+ * TRTC字符串类型房间号。
263
259
 
264
260
  在指定了TRTCRoomIdStr的情况下,会优先使用TRTCRoomIdStr作为白板流进行推流的TRTC房间号。
265
261
  */
@@ -4159,7 +4159,7 @@ ipvs-bpf模式: 设置KubeProxyMode为kube-proxy-bpf
4159
4159
  */
4160
4160
  AuditLogTopicId?: string;
4161
4161
  /**
4162
- * 区分单网卡多IP模式和独立网卡模式
4162
+ * 区分共享网卡多IP模式和独立网卡模式,共享网卡多 IP 模式填写"tke-route-eni",独立网卡模式填写"tke-direct-eni",默认为共享网卡模式
4163
4163
  */
4164
4164
  VpcCniType?: string;
4165
4165
  /**
@@ -18,6 +18,10 @@ export interface DescribeSREInstancesRequest {
18
18
  * 查询类型
19
19
  */
20
20
  QueryType?: string;
21
+ /**
22
+ * 调用方来源
23
+ */
24
+ QuerySource?: string;
21
25
  }
22
26
  /**
23
27
  * 微服务注册引擎实例
@@ -4588,14 +4588,6 @@ export interface AiRecognitionTaskSegmentSegmentItem {
4588
4588
  * 取回视频任务信息
4589
4589
  */
4590
4590
  export interface RestoreMediaTask {
4591
- /**
4592
- * 取回任务状态,0表示取回完成,其他值表示取回还未完成。
4593
- */
4594
- Status: number;
4595
- /**
4596
- * 提示信息。
4597
- */
4598
- Message: string;
4599
4591
  /**
4600
4592
  * 文件ID。
4601
4593
  */
@@ -4617,9 +4609,16 @@ export interface RestoreMediaTask {
4617
4609
  RestoreTier: string;
4618
4610
  /**
4619
4611
  * 临时取回副本有效期,单位:天。对于永久取回,取值为0。
4620
- 注意:此字段可能返回 null,表示取不到有效值。
4621
4612
  */
4622
4613
  RestoreDay: number;
4614
+ /**
4615
+ * 该字段已废弃。
4616
+ */
4617
+ Status: number;
4618
+ /**
4619
+ * 该字段已废弃。
4620
+ */
4621
+ Message: string;
4623
4622
  }
4624
4623
  /**
4625
4624
  * 内容审核 Ocr 文字鉴黄任务输入参数类型
@@ -3707,7 +3707,7 @@ export interface DescribeSecurityGroupPoliciesResponse {
3707
3707
  /**
3708
3708
  * 安全组规则集合。
3709
3709
  */
3710
- SecurityGroupPolicySet?: SecurityGroupPolicySet;
3710
+ SecurityGroupPolicySet: SecurityGroupPolicySet;
3711
3711
  /**
3712
3712
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3713
3713
  */
@@ -5067,6 +5067,19 @@ export interface DescribeSecurityGroupPoliciesRequest {
5067
5067
  * 安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。
5068
5068
  */
5069
5069
  SecurityGroupId: string;
5070
+ /**
5071
+ * 过滤条件,不支持同时指定SecurityGroupId和Filters参数。
5072
+ <li>security-group-id - String - 安全组ID。</li>
5073
+ <li>ip - String - IP,支持IPV4和IPV6模糊匹配。</li>
5074
+ <li>address-module - String - IP地址模板或IP地址组模板ID。</li>
5075
+ <li>service-module - String - 协议端口模板或协议端口组模板ID。</li>
5076
+ <li>protocol-type - String - 安全组策略支持的协议,可选值:`TCP`, `UDP`, `ICMP`, `ICMPV6`, `GRE`, `ALL`。</li>
5077
+ <li>port - String - 是否必填:否 -协议端口,支持模糊匹配,值为`ALL`时,查询所有的端口。</li>
5078
+ <li>poly - String - 协议策略,可选值:`ALL`,所有策略;`ACCEPT`,允许;`DROP`,拒绝。</li>
5079
+ <li>direction - String - 协议规则,可选值:`ALL`,所有策略;`INBOUND`,入站规则;`OUTBOUND`,出站规则。</li>
5080
+ <li>description - String - 协议描述,该过滤条件支持模糊匹配。</li>
5081
+ */
5082
+ Filters?: Array<Filter>;
5070
5083
  }
5071
5084
  /**
5072
5085
  * ModifyNetworkInterfaceAttribute返回参数结构体
@@ -178,6 +178,16 @@ it("as.v20180419.CreateScheduledAction", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("as.v20180419.DescribeAutoScalingAdvices", async function () {
182
+ try {
183
+ const data = await client.DescribeAutoScalingAdvices({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("as.v20180419.RemoveInstances", async function () {
182
192
  try {
183
193
  const data = await client.RemoveInstances({})
@@ -78,6 +78,16 @@ it("cii.v20210408.CreateStructureTask", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("cii.v20210408.CreateAutoClassifyStructureTask", async function () {
82
+ try {
83
+ const data = await client.CreateAutoClassifyStructureTask({})
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("cii.v20210408.DescribeStructCompareData", async function () {
82
92
  try {
83
93
  const data = await client.DescribeStructCompareData({})
@@ -58,6 +58,16 @@ it("clb.v20180317.DescribeClassicalLBListeners", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("clb.v20180317.RegisterTargetsWithClassicalLB", async function () {
62
+ try {
63
+ const data = await client.RegisterTargetsWithClassicalLB({})
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
+
61
71
  it("clb.v20180317.DescribeCustomizedConfigAssociateList", async function () {
62
72
  try {
63
73
  const data = await client.DescribeCustomizedConfigAssociateList({})
@@ -338,6 +348,16 @@ it("clb.v20180317.DescribeLBListeners", async function () {
338
348
  }
339
349
  })
340
350
 
351
+ it("clb.v20180317.ModifyTargetGroupInstancesPort", async function () {
352
+ try {
353
+ const data = await client.ModifyTargetGroupInstancesPort({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
341
361
  it("clb.v20180317.DeregisterTargetGroupInstances", async function () {
342
362
  try {
343
363
  const data = await client.DeregisterTargetGroupInstances({})
@@ -548,9 +568,9 @@ it("clb.v20180317.ModifyDomain", async function () {
548
568
  }
549
569
  })
550
570
 
551
- it("clb.v20180317.RegisterTargetsWithClassicalLB", async function () {
571
+ it("clb.v20180317.MigrateClassicalLoadBalancers", async function () {
552
572
  try {
553
- const data = await client.RegisterTargetsWithClassicalLB({})
573
+ const data = await client.MigrateClassicalLoadBalancers({})
554
574
  expect(data).to.be.ok
555
575
  } catch(error) {
556
576
  expect(error.requestId).to.be.ok
@@ -668,9 +688,9 @@ it("clb.v20180317.CloneLoadBalancer", async function () {
668
688
  }
669
689
  })
670
690
 
671
- it("clb.v20180317.ModifyTargetGroupInstancesPort", async function () {
691
+ it("clb.v20180317.DescribeCrossTargets", async function () {
672
692
  try {
673
- const data = await client.ModifyTargetGroupInstancesPort({})
693
+ const data = await client.DescribeCrossTargets({})
674
694
  expect(data).to.be.ok
675
695
  } catch(error) {
676
696
  expect(error.requestId).to.be.ok
@@ -718,4 +718,14 @@ it("cvm.v20170312.DisassociateSecurityGroups", async function () {
718
718
  }
719
719
  })
720
720
 
721
+ it("cvm.v20170312.ModifyInstanceDiskType", async function () {
722
+ try {
723
+ const data = await client.ModifyInstanceDiskType({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
721
731
  })
@@ -88,6 +88,16 @@ it("dbbrain.v20210527.DescribeAllUserGroup", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("dbbrain.v20210527.DescribeDBDiagEvents", async function () {
92
+ try {
93
+ const data = await client.DescribeDBDiagEvents({})
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("dbbrain.v20210527.DescribeSlowLogTimeSeriesStats", async function () {
92
102
  try {
93
103
  const data = await client.DescribeSlowLogTimeSeriesStats({})
@@ -28,6 +28,16 @@ it("eiam.v20210420.DescribeUserGroup", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("eiam.v20210420.CreateAccountGroup", async function () {
32
+ try {
33
+ const data = await client.CreateAccountGroup({})
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("eiam.v20210420.DescribeOrgResourcesAuthorization", async function () {
32
42
  try {
33
43
  const data = await client.DescribeOrgResourcesAuthorization({})
@@ -68,6 +78,26 @@ it("eiam.v20210420.ListUsers", async function () {
68
78
  }
69
79
  })
70
80
 
81
+ it("eiam.v20210420.RemoveAccountFromAccountGroup", async function () {
82
+ try {
83
+ const data = await client.RemoveAccountFromAccountGroup({})
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("eiam.v20210420.ListAccountInAccountGroup", async function () {
92
+ try {
93
+ const data = await client.ListAccountInAccountGroup({})
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
+
71
101
  it("eiam.v20210420.ListAuthorizedApplicationsToUserGroup", async function () {
72
102
  try {
73
103
  const data = await client.ListAuthorizedApplicationsToUserGroup({})
@@ -88,6 +118,16 @@ it("eiam.v20210420.ListApplicationAuthorizations", async function () {
88
118
  }
89
119
  })
90
120
 
121
+ it("eiam.v20210420.ModifyAccountGroup", async function () {
122
+ try {
123
+ const data = await client.ModifyAccountGroup({})
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
+
91
131
  it("eiam.v20210420.DescribeUserResourcesAuthorization", async function () {
92
132
  try {
93
133
  const data = await client.DescribeUserResourcesAuthorization({})
@@ -98,6 +138,26 @@ it("eiam.v20210420.DescribeUserResourcesAuthorization", async function () {
98
138
  }
99
139
  })
100
140
 
141
+ it("eiam.v20210420.ModifyAppAccount", async function () {
142
+ try {
143
+ const data = await client.ModifyAppAccount({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
151
+ it("eiam.v20210420.DescribeUserThirdPartyAccountInfo", async function () {
152
+ try {
153
+ const data = await client.DescribeUserThirdPartyAccountInfo({})
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
+
101
161
  it("eiam.v20210420.DeleteUserGroup", async function () {
102
162
  try {
103
163
  const data = await client.DeleteUserGroup({})
@@ -108,6 +168,16 @@ it("eiam.v20210420.DeleteUserGroup", async function () {
108
168
  }
109
169
  })
110
170
 
171
+ it("eiam.v20210420.DeleteAccountGroup", async function () {
172
+ try {
173
+ const data = await client.DeleteAccountGroup({})
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
+
111
181
  it("eiam.v20210420.ModifyApplication", async function () {
112
182
  try {
113
183
  const data = await client.ModifyApplication({})
@@ -138,6 +208,36 @@ it("eiam.v20210420.AddUserToUserGroup", async function () {
138
208
  }
139
209
  })
140
210
 
211
+ it("eiam.v20210420.DeleteAppAccount", async function () {
212
+ try {
213
+ const data = await client.DeleteAppAccount({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("eiam.v20210420.DescribeAccountGroup", async function () {
222
+ try {
223
+ const data = await client.DescribeAccountGroup({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("eiam.v20210420.DeleteUsers", async function () {
232
+ try {
233
+ const data = await client.DeleteUsers({})
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
+
141
241
  it("eiam.v20210420.DescribeUserGroupResourcesAuthorization", async function () {
142
242
  try {
143
243
  const data = await client.DescribeUserGroupResourcesAuthorization({})
@@ -148,6 +248,16 @@ it("eiam.v20210420.DescribeUserGroupResourcesAuthorization", async function () {
148
248
  }
149
249
  })
150
250
 
251
+ it("eiam.v20210420.CreateAppAccount", async function () {
252
+ try {
253
+ const data = await client.CreateAppAccount({})
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
+
151
261
  it("eiam.v20210420.ListUsersInUserGroup", async function () {
152
262
  try {
153
263
  const data = await client.ListUsersInUserGroup({})
@@ -158,9 +268,9 @@ it("eiam.v20210420.ListUsersInUserGroup", async function () {
158
268
  }
159
269
  })
160
270
 
161
- it("eiam.v20210420.CreateUser", async function () {
271
+ it("eiam.v20210420.ListUserGroupsOfUser", async function () {
162
272
  try {
163
- const data = await client.CreateUser({})
273
+ const data = await client.ListUserGroupsOfUser({})
164
274
  expect(data).to.be.ok
165
275
  } catch(error) {
166
276
  expect(error.requestId).to.be.ok
@@ -178,6 +288,16 @@ it("eiam.v20210420.ListAuthorizedApplicationsToUser", async function () {
178
288
  }
179
289
  })
180
290
 
291
+ it("eiam.v20210420.DescribeAppAccount", async function () {
292
+ try {
293
+ const data = await client.DescribeAppAccount({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
181
301
  it("eiam.v20210420.DescribeOrgNode", async function () {
182
302
  try {
183
303
  const data = await client.DescribeOrgNode({})
@@ -258,6 +378,16 @@ it("eiam.v20210420.DeleteOrgNode", async function () {
258
378
  }
259
379
  })
260
380
 
381
+ it("eiam.v20210420.AddAccountToAccountGroup", async function () {
382
+ try {
383
+ const data = await client.AddAccountToAccountGroup({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
261
391
  it("eiam.v20210420.CreateUserGroup", async function () {
262
392
  try {
263
393
  const data = await client.CreateUserGroup({})
@@ -268,9 +398,9 @@ it("eiam.v20210420.CreateUserGroup", async function () {
268
398
  }
269
399
  })
270
400
 
271
- it("eiam.v20210420.ListUserGroupsOfUser", async function () {
401
+ it("eiam.v20210420.CreateUser", async function () {
272
402
  try {
273
- const data = await client.ListUserGroupsOfUser({})
403
+ const data = await client.CreateUser({})
274
404
  expect(data).to.be.ok
275
405
  } catch(error) {
276
406
  expect(error.requestId).to.be.ok
@@ -208,6 +208,16 @@ it("faceid.v20180301.MinorsVerification", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("faceid.v20180301.DetectReflectLivenessAndCompare", async function () {
212
+ try {
213
+ const data = await client.DetectReflectLivenessAndCompare({})
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
+
211
221
  it("faceid.v20180301.CheckIdNameDate", async function () {
212
222
  try {
213
223
  const data = await client.CheckIdNameDate({})