tencentcloud-sdk-nodejs 4.0.594 → 4.0.595

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 (67) hide show
  1. package/CHANGELOG.md +207 -0
  2. package/SERVICE_CHANGELOG.md +259 -86
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_models.ts +6 -0
  7. package/src/services/clb/v20180317/clb_models.ts +5 -1
  8. package/src/services/cls/v20201016/cls_models.ts +10 -0
  9. package/src/services/cynosdb/v20190107/cynosdb_client.ts +19 -7
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +56 -6
  11. package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +8 -3
  13. package/src/services/lighthouse/v20200324/lighthouse_client.ts +33 -0
  14. package/src/services/lighthouse/v20200324/lighthouse_models.ts +59 -5
  15. package/src/services/live/v20180801/live_client.ts +13 -0
  16. package/src/services/live/v20180801/live_models.ts +106 -0
  17. package/src/services/oceanus/v20190422/oceanus_models.ts +86 -2
  18. package/src/services/ocr/v20181119/ocr_client.ts +26 -3
  19. package/src/services/ocr/v20181119/ocr_models.ts +5 -2
  20. package/src/services/omics/v20221128/omics_client.ts +55 -11
  21. package/src/services/omics/v20221128/omics_models.ts +592 -240
  22. package/src/services/redis/v20180412/redis_client.ts +1 -1
  23. package/src/services/redis/v20180412/redis_models.ts +19 -19
  24. package/src/services/tione/v20211111/tione_models.ts +2 -2
  25. package/src/services/tke/v20180525/tke_models.ts +6 -0
  26. package/src/services/tts/v20190823/tts_models.ts +9 -0
  27. package/src/services/vod/v20180717/vod_models.ts +70 -0
  28. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  29. package/src/services/vpc/v20170312/vpc_models.ts +9 -9
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  33. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -1
  34. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  36. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +48 -6
  38. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -3
  41. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +18 -1
  42. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +21 -0
  43. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +52 -4
  44. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
  45. package/tencentcloud/services/live/v20180801/live_client.js +6 -0
  46. package/tencentcloud/services/live/v20180801/live_models.d.ts +89 -0
  47. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +73 -2
  48. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +26 -3
  49. package/tencentcloud/services/ocr/v20181119/ocr_client.js +26 -3
  50. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -2
  51. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
  52. package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
  53. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +495 -193
  54. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  55. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  56. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +19 -19
  57. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  58. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  59. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +9 -0
  60. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
  61. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  62. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -9
  64. package/test/cynosdb.v20190107.test.js +12 -2
  65. package/test/lighthouse.v20200324.test.js +20 -0
  66. package/test/live.v20180801.test.js +10 -0
  67. package/test/omics.v20221128.test.js +30 -0
@@ -96,7 +96,7 @@ export declare class Client extends AbstractClient {
96
96
  */
97
97
  ChangeInstanceRole(req: ChangeInstanceRoleRequest, cb?: (error: string, rep: ChangeInstanceRoleResponse) => void): Promise<ChangeInstanceRoleResponse>;
98
98
  /**
99
- * 查询实例节点信息
99
+ * 本接口(DescribeInstanceNodeInfo)用于查询实例节点信息。
100
100
  */
101
101
  DescribeInstanceNodeInfo(req: DescribeInstanceNodeInfoRequest, cb?: (error: string, rep: DescribeInstanceNodeInfoResponse) => void): Promise<DescribeInstanceNodeInfoResponse>;
102
102
  /**
@@ -160,7 +160,7 @@ class Client extends abstract_client_1.AbstractClient {
160
160
  return this.request("ChangeInstanceRole", req, cb);
161
161
  }
162
162
  /**
163
- * 查询实例节点信息
163
+ * 本接口(DescribeInstanceNodeInfo)用于查询实例节点信息。
164
164
  */
165
165
  async DescribeInstanceNodeInfo(req, cb) {
166
166
  return this.request("DescribeInstanceNodeInfo", req, cb);
@@ -2549,19 +2549,19 @@ export interface DescribeReplicationGroupRequest {
2549
2549
  */
2550
2550
  export interface RedisNodes {
2551
2551
  /**
2552
- * 节点ID
2552
+ * 节点 ID
2553
2553
  */
2554
2554
  NodeId: string;
2555
2555
  /**
2556
- * 节点角色
2556
+ * 节点角色。
2557
2557
  */
2558
2558
  NodeRole: string;
2559
2559
  /**
2560
- * 分片ID
2560
+ * 分片 ID
2561
2561
  */
2562
2562
  ClusterId: number;
2563
2563
  /**
2564
- * 可用区ID
2564
+ * 可用区 ID
2565
2565
  */
2566
2566
  ZoneId: number;
2567
2567
  }
@@ -4358,15 +4358,15 @@ export interface BigKeyTypeInfo {
4358
4358
  */
4359
4359
  export interface DescribeInstanceNodeInfoRequest {
4360
4360
  /**
4361
- * 实例ID
4361
+ * 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
4362
4362
  */
4363
4363
  InstanceId: string;
4364
4364
  /**
4365
- * 列表大小
4365
+ * 列表大小。每页输出的节点信息大小。默认为 20,最多输出1000条。该字段已不再使用,请忽略。
4366
4366
  */
4367
4367
  Limit?: number;
4368
4368
  /**
4369
- * 偏移量
4369
+ * 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。该字段已不再使用,请忽略。
4370
4370
  */
4371
4371
  Offset?: number;
4372
4372
  }
@@ -5103,32 +5103,32 @@ export interface UpgradeInstanceRequest {
5103
5103
  */
5104
5104
  export interface DescribeInstanceNodeInfoResponse {
5105
5105
  /**
5106
- * proxy节点数量
5106
+ * Proxy节点数量。
5107
5107
  */
5108
- ProxyCount: number;
5108
+ ProxyCount?: number;
5109
5109
  /**
5110
- * proxy节点信息
5110
+ * Proxy节点信息。
5111
5111
  注意:此字段可能返回 null,表示取不到有效值。
5112
5112
  */
5113
- Proxy: Array<ProxyNodes>;
5113
+ Proxy?: Array<ProxyNodes>;
5114
5114
  /**
5115
- * redis节点数量
5115
+ * Redis节点数量。
5116
5116
  */
5117
- RedisCount: number;
5117
+ RedisCount?: number;
5118
5118
  /**
5119
- * redis节点信息
5119
+ * Redis节点信息。
5120
5120
  注意:此字段可能返回 null,表示取不到有效值。
5121
5121
  */
5122
- Redis: Array<RedisNodes>;
5122
+ Redis?: Array<RedisNodes>;
5123
5123
  /**
5124
- * tendis节点数量
5124
+ * 该参数不再使用,请忽略。
5125
5125
  */
5126
- TendisCount: number;
5126
+ TendisCount?: number;
5127
5127
  /**
5128
- * tendis节点信息
5128
+ * 该参数不再使用,请忽略。
5129
5129
  注意:此字段可能返回 null,表示取不到有效值。
5130
5130
  */
5131
- Tendis: Array<TendisNodes>;
5131
+ Tendis?: Array<TendisNodes>;
5132
5132
  /**
5133
5133
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5134
5134
  */
@@ -4608,11 +4608,11 @@ export interface DescribeTrainingTasksResponse {
4608
4608
  /**
4609
4609
  * 训练任务集
4610
4610
  */
4611
- TrainingTaskSet: Array<TrainingTaskSetItem>;
4611
+ TrainingTaskSet?: Array<TrainingTaskSetItem>;
4612
4612
  /**
4613
4613
  * 数量
4614
4614
  */
4615
- TotalCount: number;
4615
+ TotalCount?: number;
4616
4616
  /**
4617
4617
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4618
4618
  */
@@ -2886,6 +2886,11 @@ export interface EdgeCluster {
2886
2886
  注意:此字段可能返回 null,表示取不到有效值。
2887
2887
  */
2888
2888
  EdgeVersion?: string;
2889
+ /**
2890
+ * 集群绑定的云标签
2891
+ 注意:此字段可能返回 null,表示取不到有效值。
2892
+ */
2893
+ TagSpecification?: TagSpecification;
2889
2894
  }
2890
2895
  /**
2891
2896
  * DescribeClusterNodePoolDetail返回参数结构体
@@ -236,6 +236,15 @@ export interface TextToVoiceRequest {
236
236
  <li>301027-爱小媛,多情感通用女声</li>
237
237
  <li>301028-爱小娴,多情感通用女声</li>
238
238
  <li>301029-爱小涛,多情感通用男声</li>
239
+ <li>401000-智妍,活力女声</li>
240
+ <li>401001-智萱,温暖女声</li>
241
+ <li>401002-智飞,活力男声</li>
242
+ <li>401003-智悦,活力女声</li>
243
+ <li>401004-智海,成熟男声</li>
244
+ <li>401005-智凡,新闻男声</li>
245
+ <li>401006-智航,导航女声</li>
246
+ <li>401007-智婷,广告女声</li>
247
+ <li>401008-智霞,通用女声</li>
239
248
  */
240
249
  VoiceType?: number;
241
250
  /**
@@ -2151,6 +2151,14 @@ export interface MediaProcessTaskSampleSnapshotResult {
2151
2151
  * 对视频做采样截图任务进度,取值范围 [0-100] 。
2152
2152
  */
2153
2153
  Progress: number;
2154
+ /**
2155
+ * 采样截图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2156
+ */
2157
+ BeginProcessTime?: string;
2158
+ /**
2159
+ * 采样截图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
2160
+ */
2161
+ FinishTime?: string;
2154
2162
  }
2155
2163
  /**
2156
2164
  * DescribeDailyMediaPlayStat请求参数结构体
@@ -3232,6 +3240,14 @@ export interface MediaProcessTaskAdaptiveDynamicStreamingResult {
3232
3240
  * 对视频转自适应码流任务的输出。
3233
3241
  */
3234
3242
  Output: AdaptiveDynamicStreamingInfoItem;
3243
+ /**
3244
+ * 转自适应码流任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3245
+ */
3246
+ BeginProcessTime?: string;
3247
+ /**
3248
+ * 转自适应码流任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
3249
+ */
3250
+ FinishTime?: string;
3235
3251
  }
3236
3252
  /**
3237
3253
  * 文本关键词识别控制参数。
@@ -4206,6 +4222,14 @@ export interface MediaProcessTaskAnimatedGraphicResult {
4206
4222
  * 转动图任务进度,取值范围 [0-100] 。
4207
4223
  */
4208
4224
  Progress: number;
4225
+ /**
4226
+ * 转动图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4227
+ */
4228
+ BeginProcessTime?: string;
4229
+ /**
4230
+ * 转动图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4231
+ */
4232
+ FinishTime?: string;
4209
4233
  }
4210
4234
  /**
4211
4235
  * ProcessMedia返回参数结构体
@@ -5041,6 +5065,14 @@ export interface MediaProcessTaskImageSpriteResult {
5041
5065
  * 对视频截雪碧图任务进度,取值范围 [0-100] 。
5042
5066
  */
5043
5067
  Progress: number;
5068
+ /**
5069
+ * 截雪碧图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5070
+ */
5071
+ BeginProcessTime?: string;
5072
+ /**
5073
+ * 截雪碧图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
5074
+ */
5075
+ FinishTime?: string;
5044
5076
  }
5045
5077
  /**
5046
5078
  * 降码率任务信息
@@ -7103,6 +7135,14 @@ export interface MediaProcessTaskSnapshotByTimeOffsetResult {
7103
7135
  * 对视频按指定时间点截图任务进度,取值范围 [0-100] 。
7104
7136
  */
7105
7137
  Progress: number;
7138
+ /**
7139
+ * 时间点截图任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7140
+ */
7141
+ BeginProcessTime?: string;
7142
+ /**
7143
+ * 时间点截图任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7144
+ */
7145
+ FinishTime?: string;
7106
7146
  }
7107
7147
  /**
7108
7148
  * ManageTask请求参数结构体
@@ -8103,6 +8143,14 @@ export interface MediaProcessTaskCoverBySnapshotResult {
8103
8143
  * 对视频截图做封面任务进度,取值范围 [0-100] 。
8104
8144
  */
8105
8145
  Progress: number;
8146
+ /**
8147
+ * 截图做封面任务开始执行的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8148
+ */
8149
+ BeginProcessTime?: string;
8150
+ /**
8151
+ * 截图做封面任务执行完毕的时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8152
+ */
8153
+ FinishTime?: string;
8106
8154
  }
8107
8155
  /**
8108
8156
  * CreateWatermarkTemplate请求参数结构体
@@ -9308,6 +9356,14 @@ export interface HeadTailTemplate {
9308
9356
  默认值:stretch 。
9309
9357
  */
9310
9358
  FillType: string;
9359
+ /**
9360
+ * 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9361
+ */
9362
+ CreateTime?: string;
9363
+ /**
9364
+ * 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9365
+ */
9366
+ UpdateTime?: string;
9311
9367
  }
9312
9368
  /**
9313
9369
  * DescribeStorageDetails返回参数结构体
@@ -59,7 +59,7 @@ export declare class Client extends AbstractClient {
59
59
  */
60
60
  CreateBandwidthPackage(req: CreateBandwidthPackageRequest, cb?: (error: string, rep: CreateBandwidthPackageResponse) => void): Promise<CreateBandwidthPackageResponse>;
61
61
  /**
62
- * 本接口(DeleteFlowLog)用于删除流日志
62
+ * 本接口(DeleteFlowLog)用于删除流日志。
63
63
  */
64
64
  DeleteFlowLog(req: DeleteFlowLogRequest, cb?: (error: string, rep: DeleteFlowLogResponse) => void): Promise<DeleteFlowLogResponse>;
65
65
  /**
@@ -87,7 +87,7 @@ export declare class Client extends AbstractClient {
87
87
  */
88
88
  DescribeNatGatewayDestinationIpPortTranslationNatRules(req: DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest, cb?: (error: string, rep: DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse) => void): Promise<DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse>;
89
89
  /**
90
- * 本接口(ModifyFlowLogAttribute)用于修改流日志属性
90
+ * 本接口(ModifyFlowLogAttribute)用于修改流日志属性。
91
91
  */
92
92
  ModifyFlowLogAttribute(req: ModifyFlowLogAttributeRequest, cb?: (error: string, rep: ModifyFlowLogAttributeResponse) => void): Promise<ModifyFlowLogAttributeResponse>;
93
93
  /**
@@ -697,7 +697,7 @@ export declare class Client extends AbstractClient {
697
697
  */
698
698
  EnableGatewayFlowMonitor(req: EnableGatewayFlowMonitorRequest, cb?: (error: string, rep: EnableGatewayFlowMonitorResponse) => void): Promise<EnableGatewayFlowMonitorResponse>;
699
699
  /**
700
- * 本接口(DescribeFlowLog)用于查询流日志实例信息
700
+ * 本接口(DescribeFlowLog)用于查询流日志实例信息。
701
701
  */
702
702
  DescribeFlowLog(req: DescribeFlowLogRequest, cb?: (error: string, rep: DescribeFlowLogResponse) => void): Promise<DescribeFlowLogResponse>;
703
703
  /**
@@ -103,7 +103,7 @@ class Client extends abstract_client_1.AbstractClient {
103
103
  return this.request("CreateBandwidthPackage", req, cb);
104
104
  }
105
105
  /**
106
- * 本接口(DeleteFlowLog)用于删除流日志
106
+ * 本接口(DeleteFlowLog)用于删除流日志。
107
107
  */
108
108
  async DeleteFlowLog(req, cb) {
109
109
  return this.request("DeleteFlowLog", req, cb);
@@ -143,7 +143,7 @@ class Client extends abstract_client_1.AbstractClient {
143
143
  return this.request("DescribeNatGatewayDestinationIpPortTranslationNatRules", req, cb);
144
144
  }
145
145
  /**
146
- * 本接口(ModifyFlowLogAttribute)用于修改流日志属性
146
+ * 本接口(ModifyFlowLogAttribute)用于修改流日志属性。
147
147
  */
148
148
  async ModifyFlowLogAttribute(req, cb) {
149
149
  return this.request("ModifyFlowLogAttribute", req, cb);
@@ -1003,7 +1003,7 @@ class Client extends abstract_client_1.AbstractClient {
1003
1003
  return this.request("EnableGatewayFlowMonitor", req, cb);
1004
1004
  }
1005
1005
  /**
1006
- * 本接口(DescribeFlowLog)用于查询流日志实例信息
1006
+ * 本接口(DescribeFlowLog)用于查询流日志实例信息。
1007
1007
  */
1008
1008
  async DescribeFlowLog(req, cb) {
1009
1009
  return this.request("DescribeFlowLog", req, cb);
@@ -1439,7 +1439,7 @@ export interface SecurityGroupPolicySet {
1439
1439
  */
1440
1440
  export interface ModifyFlowLogAttributeRequest {
1441
1441
  /**
1442
- * 流日志唯一ID
1442
+ * 流日志唯一ID
1443
1443
  */
1444
1444
  FlowLogId: string;
1445
1445
  /**
@@ -1447,11 +1447,11 @@ export interface ModifyFlowLogAttributeRequest {
1447
1447
  */
1448
1448
  VpcId?: string;
1449
1449
  /**
1450
- * 流日志实例名字
1450
+ * 流日志实例名字。
1451
1451
  */
1452
1452
  FlowLogName?: string;
1453
1453
  /**
1454
- * 流日志实例描述
1454
+ * 流日志实例描述。
1455
1455
  */
1456
1456
  FlowLogDescription?: string;
1457
1457
  }
@@ -2125,7 +2125,7 @@ export interface IpGeolocationInfo {
2125
2125
  */
2126
2126
  export interface DeleteFlowLogRequest {
2127
2127
  /**
2128
- * 流日志唯一ID
2128
+ * 流日志唯一ID
2129
2129
  */
2130
2130
  FlowLogId: string;
2131
2131
  /**
@@ -2514,11 +2514,11 @@ export interface ModifyVpcEndPointAttributeResponse {
2514
2514
  */
2515
2515
  export interface DescribeFlowLogRequest {
2516
2516
  /**
2517
- * 私用网络ID或者统一ID,建议使用统一ID
2517
+ * 私用网络ID或者统一ID,建议使用统一ID
2518
2518
  */
2519
2519
  VpcId: string;
2520
2520
  /**
2521
- * 流日志唯一ID
2521
+ * 流日志唯一ID
2522
2522
  */
2523
2523
  FlowLogId: string;
2524
2524
  }
@@ -3413,7 +3413,7 @@ export interface DescribeNatGatewaysResponse {
3413
3413
  */
3414
3414
  export interface DescribeFlowLogResponse {
3415
3415
  /**
3416
- * 流日志信息
3416
+ * 流日志信息。
3417
3417
  */
3418
3418
  FlowLog?: Array<FlowLog>;
3419
3419
  /**
@@ -5656,7 +5656,7 @@ export interface CreateAddressTemplateResponse {
5656
5656
  /**
5657
5657
  * IP地址模板对象。
5658
5658
  */
5659
- AddressTemplate: AddressTemplate;
5659
+ AddressTemplate?: AddressTemplate;
5660
5660
  /**
5661
5661
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5662
5662
  */
@@ -6957,7 +6957,7 @@ export interface Filter {
6957
6957
  */
6958
6958
  Name: string;
6959
6959
  /**
6960
- * 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
6960
+ * 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。当值类型为布尔类型时,可直接取值为字符串"TRUE"或 "FALSE"。
6961
6961
  */
6962
6962
  Values: Array<string>;
6963
6963
  }
@@ -718,6 +718,16 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
718
718
  }
719
719
  })
720
720
 
721
+ it("cynosdb.v20190107.SearchClusterDatabases", async function () {
722
+ try {
723
+ const data = await client.SearchClusterDatabases({})
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
  it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
722
732
  try {
723
733
  const data = await client.ModifyAuditRuleTemplates({})
@@ -768,9 +778,9 @@ it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
768
778
  }
769
779
  })
770
780
 
771
- it("cynosdb.v20190107.SearchClusterDatabases", async function () {
781
+ it("cynosdb.v20190107.OpenReadOnlyInstanceExclusiveAccess", async function () {
772
782
  try {
773
- const data = await client.SearchClusterDatabases({})
783
+ const data = await client.OpenReadOnlyInstanceExclusiveAccess({})
774
784
  expect(data).to.be.ok
775
785
  } catch(error) {
776
786
  expect(error.requestId).to.be.ok
@@ -638,6 +638,16 @@ it("lighthouse.v20200324.TerminateDisks", async function () {
638
638
  }
639
639
  })
640
640
 
641
+ it("lighthouse.v20200324.IsolateDisks", async function () {
642
+ try {
643
+ const data = await client.IsolateDisks({})
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("lighthouse.v20200324.StartInstances", async function () {
642
652
  try {
643
653
  const data = await client.StartInstances({})
@@ -758,6 +768,16 @@ it("lighthouse.v20200324.CreateInstances", async function () {
758
768
  }
759
769
  })
760
770
 
771
+ it("lighthouse.v20200324.RenewDisks", async function () {
772
+ try {
773
+ const data = await client.RenewDisks({})
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
+
761
781
  it("lighthouse.v20200324.CreateBlueprint", async function () {
762
782
  try {
763
783
  const data = await client.CreateBlueprint({})
@@ -838,6 +838,16 @@ it("live.v20180801.DescribeLiveTimeShiftTemplates", async function () {
838
838
  }
839
839
  })
840
840
 
841
+ it("live.v20180801.DescribeLiveXP2PDetailInfoList", async function () {
842
+ try {
843
+ const data = await client.DescribeLiveXP2PDetailInfoList({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
841
851
  it("live.v20180801.DescribeLiveDelayInfoList", async function () {
842
852
  try {
843
853
  const data = await client.DescribeLiveDelayInfoList({})
@@ -28,6 +28,16 @@ it("omics.v20221128.GetRunCalls", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("omics.v20221128.DescribeEnvironments", async function () {
32
+ try {
33
+ const data = await client.DescribeEnvironments({})
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("omics.v20221128.ImportTableFile", async function () {
32
42
  try {
33
43
  const data = await client.ImportTableFile({})
@@ -38,6 +48,16 @@ it("omics.v20221128.ImportTableFile", async function () {
38
48
  }
39
49
  })
40
50
 
51
+ it("omics.v20221128.CreateEnvironment", async function () {
52
+ try {
53
+ const data = await client.CreateEnvironment({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
41
61
  it("omics.v20221128.RunApplication", async function () {
42
62
  try {
43
63
  const data = await client.RunApplication({})
@@ -68,6 +88,16 @@ it("omics.v20221128.DescribeRunGroups", async function () {
68
88
  }
69
89
  })
70
90
 
91
+ it("omics.v20221128.DeleteEnvironment", async function () {
92
+ try {
93
+ const data = await client.DeleteEnvironment({})
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("omics.v20221128.GetRunStatus", async function () {
72
102
  try {
73
103
  const data = await client.GetRunStatus({})