tencentcloud-sdk-nodejs 4.1.66 → 4.1.67

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.
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.66";
1
+ export const sdkVersion = "4.1.67";
@@ -3,6 +3,9 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("apm.tencentcloudapi.com", "2021-06-22", clientConfig);
5
5
  }
6
+ async CreateProfileTask(req, cb) {
7
+ return this.request("CreateProfileTask", req, cb);
8
+ }
6
9
  async DescribeGeneralApmApplicationConfig(req, cb) {
7
10
  return this.request("DescribeGeneralApmApplicationConfig", req, cb);
8
11
  }
@@ -39,8 +39,8 @@ export class Client extends AbstractClient {
39
39
  async DescribeDBBackups(req, cb) {
40
40
  return this.request("DescribeDBBackups", req, cb);
41
41
  }
42
- async IsolateDBInstance(req, cb) {
43
- return this.request("IsolateDBInstance", req, cb);
42
+ async DescribeDetailedSlowLogs(req, cb) {
43
+ return this.request("DescribeDetailedSlowLogs", req, cb);
44
44
  }
45
45
  async SetBackupRules(req, cb) {
46
46
  return this.request("SetBackupRules", req, cb);
@@ -78,6 +78,9 @@ export class Client extends AbstractClient {
78
78
  async DropDBInstanceParamTpl(req, cb) {
79
79
  return this.request("DropDBInstanceParamTpl", req, cb);
80
80
  }
81
+ async ModifyDBInstanceSpec(req, cb) {
82
+ return this.request("ModifyDBInstanceSpec", req, cb);
83
+ }
81
84
  async RenewDBInstances(req, cb) {
82
85
  return this.request("RenewDBInstances", req, cb);
83
86
  }
@@ -105,8 +108,8 @@ export class Client extends AbstractClient {
105
108
  async CreateDBInstance(req, cb) {
106
109
  return this.request("CreateDBInstance", req, cb);
107
110
  }
108
- async ModifyDBInstanceSpec(req, cb) {
109
- return this.request("ModifyDBInstanceSpec", req, cb);
111
+ async IsolateDBInstance(req, cb) {
112
+ return this.request("IsolateDBInstance", req, cb);
110
113
  }
111
114
  async DescribeInstanceParams(req, cb) {
112
115
  return this.request("DescribeInstanceParams", req, cb);
@@ -78,8 +78,8 @@ export class Client extends AbstractClient {
78
78
  async DescribeEnvironments(req, cb) {
79
79
  return this.request("DescribeEnvironments", req, cb);
80
80
  }
81
- async IncreasePlanQuota(req, cb) {
82
- return this.request("IncreasePlanQuota", req, cb);
81
+ async DescribeOriginACL(req, cb) {
82
+ return this.request("DescribeOriginACL", req, cb);
83
83
  }
84
84
  async DeleteApplicationProxyRule(req, cb) {
85
85
  return this.request("DeleteApplicationProxyRule", req, cb);
@@ -111,6 +111,9 @@ export class Client extends AbstractClient {
111
111
  async BindSecurityTemplateToEntity(req, cb) {
112
112
  return this.request("BindSecurityTemplateToEntity", req, cb);
113
113
  }
114
+ async ModifyOriginACL(req, cb) {
115
+ return this.request("ModifyOriginACL", req, cb);
116
+ }
114
117
  async ModifyApplicationProxyRuleStatus(req, cb) {
115
118
  return this.request("ModifyApplicationProxyRuleStatus", req, cb);
116
119
  }
@@ -213,6 +216,9 @@ export class Client extends AbstractClient {
213
216
  async CreateL4Proxy(req, cb) {
214
217
  return this.request("CreateL4Proxy", req, cb);
215
218
  }
219
+ async IncreasePlanQuota(req, cb) {
220
+ return this.request("IncreasePlanQuota", req, cb);
221
+ }
216
222
  async ModifyApplicationProxyStatus(req, cb) {
217
223
  return this.request("ModifyApplicationProxyStatus", req, cb);
218
224
  }
@@ -264,6 +270,9 @@ export class Client extends AbstractClient {
264
270
  async DeleteLoadBalancer(req, cb) {
265
271
  return this.request("DeleteLoadBalancer", req, cb);
266
272
  }
273
+ async DisableOriginACL(req, cb) {
274
+ return this.request("DisableOriginACL", req, cb);
275
+ }
267
276
  async DeleteContentIdentifier(req, cb) {
268
277
  return this.request("DeleteContentIdentifier", req, cb);
269
278
  }
@@ -327,12 +336,18 @@ export class Client extends AbstractClient {
327
336
  async CreateCLSIndex(req, cb) {
328
337
  return this.request("CreateCLSIndex", req, cb);
329
338
  }
339
+ async ConfirmOriginACLUpdate(req, cb) {
340
+ return this.request("ConfirmOriginACLUpdate", req, cb);
341
+ }
330
342
  async CreateApplicationProxy(req, cb) {
331
343
  return this.request("CreateApplicationProxy", req, cb);
332
344
  }
333
345
  async DescribeOriginGroup(req, cb) {
334
346
  return this.request("DescribeOriginGroup", req, cb);
335
347
  }
348
+ async EnableOriginACL(req, cb) {
349
+ return this.request("EnableOriginACL", req, cb);
350
+ }
336
351
  async ModifyAliasDomain(req, cb) {
337
352
  return this.request("ModifyAliasDomain", req, cb);
338
353
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.66",
3
+ "version": "4.1.67",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.66";
1
+ export declare const sdkVersion = "4.1.67";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.66";
4
+ exports.sdkVersion = "4.1.67";
@@ -1,12 +1,16 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ModifyApmInstanceRequest, CreateApmInstanceRequest, ModifyGeneralApmApplicationConfigRequest, DescribeServiceOverviewResponse, TerminateApmInstanceRequest, DescribeApmInstancesResponse, DescribeTagValuesResponse, DescribeGeneralSpanListResponse, DescribeServiceOverviewRequest, DescribeApmAgentResponse, DescribeTagValuesRequest, DescribeMetricRecordsResponse, DescribeGeneralOTSpanListResponse, DescribeGeneralSpanListRequest, DescribeGeneralOTSpanListRequest, DescribeApmAgentRequest, DescribeMetricRecordsRequest, DescribeGeneralApmApplicationConfigResponse, DescribeGeneralMetricDataRequest, CreateApmInstanceResponse, DescribeGeneralApmApplicationConfigRequest, ModifyApmInstanceResponse, DescribeApmInstancesRequest, DescribeGeneralMetricDataResponse, ModifyGeneralApmApplicationConfigResponse, TerminateApmInstanceResponse } from "./apm_models";
3
+ import { ModifyApmInstanceRequest, CreateApmInstanceRequest, ModifyGeneralApmApplicationConfigRequest, DescribeServiceOverviewResponse, TerminateApmInstanceRequest, DescribeApmInstancesResponse, DescribeTagValuesResponse, DescribeServiceOverviewRequest, DescribeApmAgentResponse, DescribeTagValuesRequest, DescribeGeneralSpanListResponse, CreateProfileTaskResponse, DescribeGeneralSpanListRequest, DescribeMetricRecordsResponse, DescribeGeneralOTSpanListResponse, DescribeGeneralOTSpanListRequest, DescribeApmAgentRequest, DescribeMetricRecordsRequest, DescribeGeneralApmApplicationConfigResponse, DescribeGeneralMetricDataRequest, CreateApmInstanceResponse, CreateProfileTaskRequest, DescribeGeneralApmApplicationConfigRequest, ModifyApmInstanceResponse, DescribeApmInstancesRequest, DescribeGeneralMetricDataResponse, ModifyGeneralApmApplicationConfigResponse, TerminateApmInstanceResponse } from "./apm_models";
4
4
  /**
5
5
  * apm client
6
6
  * @class
7
7
  */
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 创建事件任务
12
+ */
13
+ CreateProfileTask(req: CreateProfileTaskRequest, cb?: (error: string, rep: CreateProfileTaskResponse) => void): Promise<CreateProfileTaskResponse>;
10
14
  /**
11
15
  * 查询应用配置信息
12
16
  */
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
27
27
  constructor(clientConfig) {
28
28
  super("apm.tencentcloudapi.com", "2021-06-22", clientConfig);
29
29
  }
30
+ /**
31
+ * 创建事件任务
32
+ */
33
+ async CreateProfileTask(req, cb) {
34
+ return this.request("CreateProfileTask", req, cb);
35
+ }
30
36
  /**
31
37
  * 查询应用配置信息
32
38
  */
@@ -521,21 +521,85 @@ export interface ApmAgentInfo {
521
521
  PrivateLinkCollectorURL?: string;
522
522
  }
523
523
  /**
524
- * DescribeGeneralSpanList返回参数结构体
524
+ * 应用相关的配置列表项
525
525
  */
526
- export interface DescribeGeneralSpanListResponse {
526
+ export interface ApmApplicationConfigView {
527
527
  /**
528
- * 总数量
528
+ * 业务系统 ID
529
529
  */
530
- TotalCount?: number;
530
+ InstanceKey?: string;
531
531
  /**
532
- * Span 分页列表
532
+ * 应用名
533
533
  */
534
- Spans?: Array<Span>;
534
+ ServiceName?: string;
535
535
  /**
536
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
536
+ * 接口过滤
537
537
  */
538
- RequestId?: string;
538
+ OperationNameFilter?: string;
539
+ /**
540
+ * 错误类型过滤
541
+ */
542
+ ExceptionFilter?: string;
543
+ /**
544
+ * HTTP 状态码过滤
545
+ */
546
+ ErrorCodeFilter?: string;
547
+ /**
548
+ * 应用诊断开关(已废弃)
549
+ */
550
+ EventEnable?: boolean;
551
+ /**
552
+ * URL 收敛开关 0 关 1 开
553
+ */
554
+ UrlConvergenceSwitch?: number;
555
+ /**
556
+ * URL 收敛阈值
557
+ */
558
+ UrlConvergenceThreshold?: number;
559
+ /**
560
+ * URL 收敛规则正则
561
+ */
562
+ UrlConvergence?: string;
563
+ /**
564
+ * URL 排除规则正则
565
+ */
566
+ UrlExclude?: string;
567
+ /**
568
+ * 是否开启日志 0 关 1 开
569
+ */
570
+ IsRelatedLog?: number;
571
+ /**
572
+ * 日志源
573
+ */
574
+ LogSource?: string;
575
+ /**
576
+ * 日志集
577
+ */
578
+ LogSet?: string;
579
+ /**
580
+ * 日志主题
581
+ */
582
+ LogTopicID?: string;
583
+ /**
584
+ * 方法栈快照开关 true 开启 false 关闭
585
+ */
586
+ SnapshotEnable?: boolean;
587
+ /**
588
+ * 慢调用监听触发阈值
589
+ */
590
+ SnapshotTimeout?: number;
591
+ /**
592
+ * 探针总开关
593
+ */
594
+ AgentEnable?: boolean;
595
+ /**
596
+ * 组件列表开关(已废弃)
597
+ */
598
+ InstrumentList?: Array<Instrument>;
599
+ /**
600
+ * 链路压缩开关(已废弃)
601
+ */
602
+ TraceSquash?: boolean;
539
603
  }
540
604
  /**
541
605
  * 指标列表单元
@@ -701,98 +765,81 @@ export interface Line {
701
765
  MetricUnit?: string;
702
766
  }
703
767
  /**
704
- * 应用相关的配置列表项
768
+ * DescribeGeneralSpanList返回参数结构体
705
769
  */
706
- export interface ApmApplicationConfigView {
707
- /**
708
- * 业务系统 ID
709
- */
710
- InstanceKey?: string;
711
- /**
712
- * 应用名
713
- */
714
- ServiceName?: string;
715
- /**
716
- * 接口过滤
717
- */
718
- OperationNameFilter?: string;
719
- /**
720
- * 错误类型过滤
721
- */
722
- ExceptionFilter?: string;
723
- /**
724
- * HTTP 状态码过滤
725
- */
726
- ErrorCodeFilter?: string;
727
- /**
728
- * 应用诊断开关(已废弃)
729
- */
730
- EventEnable?: boolean;
731
- /**
732
- * URL 收敛开关 0 关 1 开
733
- */
734
- UrlConvergenceSwitch?: number;
735
- /**
736
- * URL 收敛阈值
737
- */
738
- UrlConvergenceThreshold?: number;
770
+ export interface DescribeGeneralSpanListResponse {
739
771
  /**
740
- * URL 收敛规则正则
772
+ * 总数量
741
773
  */
742
- UrlConvergence?: string;
774
+ TotalCount?: number;
743
775
  /**
744
- * URL 排除规则正则
776
+ * Span 分页列表
745
777
  */
746
- UrlExclude?: string;
778
+ Spans?: Array<Span>;
747
779
  /**
748
- * 是否开启日志 0 1 开
780
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
749
781
  */
750
- IsRelatedLog?: number;
782
+ RequestId?: string;
783
+ }
784
+ /**
785
+ * CreateProfileTask返回参数结构体
786
+ */
787
+ export interface CreateProfileTaskResponse {
751
788
  /**
752
- * 日志源
789
+ * 任务ID
753
790
  */
754
- LogSource?: string;
791
+ TaskId?: number;
755
792
  /**
756
- * 日志集
793
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
757
794
  */
758
- LogSet?: string;
795
+ RequestId?: string;
796
+ }
797
+ /**
798
+ * DescribeGeneralSpanList请求参数结构体
799
+ */
800
+ export interface DescribeGeneralSpanListRequest {
759
801
  /**
760
- * 日志主题
802
+ * 业务系统 ID
761
803
  */
762
- LogTopicID?: string;
804
+ InstanceId: string;
763
805
  /**
764
- * 方法栈快照开关 true 开启 false 关闭
806
+ * Span 查询开始时间戳(单位:秒)
765
807
  */
766
- SnapshotEnable?: boolean;
808
+ StartTime: number;
767
809
  /**
768
- * 慢调用监听触发阈值
810
+ * Span 查询结束时间戳(单位:秒)
769
811
  */
770
- SnapshotTimeout?: number;
812
+ EndTime: number;
771
813
  /**
772
- * 探针总开关
814
+ * 通用过滤参数
773
815
  */
774
- AgentEnable?: boolean;
816
+ Filters?: Array<Filter>;
775
817
  /**
776
- * 组件列表开关(已废弃)
818
+ * 排序
819
+ 现支持的 Key 有:
820
+
821
+ - startTime(开始时间)
822
+ - endTime(结束时间)
823
+ - duration(响应时间)
824
+
825
+ 现支持的 Value 有:
826
+
827
+ - desc(降序排序)
828
+ - asc(升序排序)
777
829
  */
778
- InstrumentList?: Array<Instrument>;
830
+ OrderBy?: OrderBy;
779
831
  /**
780
- * 链路压缩开关(已废弃)
832
+ * 业务自身服务名,控制台用户请填写taw
781
833
  */
782
- TraceSquash?: boolean;
783
- }
784
- /**
785
- * 维度(标签)对象
786
- */
787
- export interface ApmTag {
834
+ BusinessName?: string;
788
835
  /**
789
- * 维度Key(列名,标签Key)
836
+ * 单页项目个数,默认为10000,合法取值范围为0~10000
790
837
  */
791
- Key: string;
838
+ Limit?: number;
792
839
  /**
793
- * 维度值(标签值)
840
+ * 分页
794
841
  */
795
- Value: string;
842
+ Offset?: number;
796
843
  }
797
844
  /**
798
845
  * APM 通用 KV 结构
@@ -859,51 +906,17 @@ export interface DescribeGeneralOTSpanListResponse {
859
906
  RequestId?: string;
860
907
  }
861
908
  /**
862
- * DescribeGeneralSpanList请求参数结构体
909
+ * 维度(标签)对象
863
910
  */
864
- export interface DescribeGeneralSpanListRequest {
865
- /**
866
- * 业务系统 ID
867
- */
868
- InstanceId: string;
869
- /**
870
- * Span 查询开始时间戳(单位:秒)
871
- */
872
- StartTime: number;
873
- /**
874
- * Span 查询结束时间戳(单位:秒)
875
- */
876
- EndTime: number;
877
- /**
878
- * 通用过滤参数
879
- */
880
- Filters?: Array<Filter>;
881
- /**
882
- * 排序
883
- 现支持的 Key 有:
884
-
885
- - startTime(开始时间)
886
- - endTime(结束时间)
887
- - duration(响应时间)
888
-
889
- 现支持的 Value 有:
890
-
891
- - desc(降序排序)
892
- - asc(升序排序)
893
- */
894
- OrderBy?: OrderBy;
895
- /**
896
- * 业务自身服务名,控制台用户请填写taw
897
- */
898
- BusinessName?: string;
911
+ export interface ApmTag {
899
912
  /**
900
- * 单页项目个数,默认为10000,合法取值范围为0~10000
913
+ * 维度Key(列名,标签Key)
901
914
  */
902
- Limit?: number;
915
+ Key: string;
903
916
  /**
904
- * 分页
917
+ * 维度值(标签值)
905
918
  */
906
- Offset?: number;
919
+ Value: string;
907
920
  }
908
921
  /**
909
922
  * 查询过滤参数
@@ -1175,6 +1188,43 @@ export interface SpanReference {
1175
1188
  */
1176
1189
  TraceID: string;
1177
1190
  }
1191
+ /**
1192
+ * CreateProfileTask请求参数结构体
1193
+ */
1194
+ export interface CreateProfileTaskRequest {
1195
+ /**
1196
+ * 应用名称
1197
+ */
1198
+ ServiceName: string;
1199
+ /**
1200
+ * APM业务系统ID
1201
+ */
1202
+ InstanceId: string;
1203
+ /**
1204
+ * 应用实例(在线)
1205
+ */
1206
+ ServiceInstance: string;
1207
+ /**
1208
+ * 事件类型(cpu、alloc)
1209
+ */
1210
+ Event: string;
1211
+ /**
1212
+ * 任务持续时长(单位:毫秒),范围限制在5~180秒
1213
+ */
1214
+ Duration: number;
1215
+ /**
1216
+ * 执行次数,范围限制在1~100次
1217
+ */
1218
+ AllTimes: number;
1219
+ /**
1220
+ * 开始时间戳,0代表从当前开始(单位:秒)
1221
+ */
1222
+ StartTime?: number;
1223
+ /**
1224
+ * 任务执行间隔(单位:毫秒),范围限制在10~600秒,不可小于1.5倍的Duration
1225
+ */
1226
+ TaskInterval?: number;
1227
+ }
1178
1228
  /**
1179
1229
  * 服务相关信息
1180
1230
  */
@@ -4042,7 +4042,7 @@ export interface LogToCLSConfig {
4042
4042
  */
4043
4043
  export interface ResetRootAccountRequest {
4044
4044
  /**
4045
- * 实例id
4045
+ * 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
4046
4046
  */
4047
4047
  InstanceId: string;
4048
4048
  }
@@ -159,7 +159,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
159
159
  */
160
160
  ModifyLoadBalancerAttributes(req: ModifyLoadBalancerAttributesRequest, cb?: (error: string, rep: ModifyLoadBalancerAttributesResponse) => void): Promise<ModifyLoadBalancerAttributesResponse>;
161
161
  /**
162
- * 本接口(AttachDisks)用于挂载云硬盘。
162
+ * CBS在ECM早已下线
163
+
164
+ 本接口(AttachDisks)用于挂载云硬盘。
163
165
 
164
166
  * 支持批量操作,将多块云盘挂载到同一云主机。如果多个云盘中存在不允许挂载的云盘,则操作不执行,返回特定的错误码。
165
167
  * 本接口为异步接口,当挂载云盘的请求成功返回时,表示后台已发起挂载云盘的操作,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHING”变为“ATTACHED”,则为挂载成功。
@@ -246,7 +248,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
246
248
  */
247
249
  ResetInstances(req: ResetInstancesRequest, cb?: (error: string, rep: ResetInstancesResponse) => void): Promise<ResetInstancesResponse>;
248
250
  /**
249
- * 本接口(TerminateDisks)用于退还云硬盘。
251
+ * CBS在ECM早已下线
252
+
253
+ 本接口(TerminateDisks)用于退还云硬盘。
250
254
 
251
255
  * 不再使用的云盘,可通过本接口主动退还。
252
256
  * 本接口支持退还预付费云盘和按小时后付费云盘。按小时后付费云盘可直接退还,预付费云盘需符合退还规则。
@@ -287,7 +291,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
287
291
  */
288
292
  DescribeRouteConflicts(req: DescribeRouteConflictsRequest, cb?: (error: string, rep: DescribeRouteConflictsResponse) => void): Promise<DescribeRouteConflictsResponse>;
289
293
  /**
290
- * 本接口(DetachDisks)用于卸载云硬盘。
294
+ * CBS在ECM早已下线
295
+
296
+ 本接口(DetachDisks)用于卸载云硬盘。
291
297
 
292
298
  * 支持批量操作,卸载挂载在同一主机上的多块云盘。如果多块云盘中存在不允许卸载的云盘,则操作不执行,返回特定的错误码。
293
299
  * 本接口为异步接口,当请求成功返回时,云盘并未立即从主机卸载,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHED”变为“UNATTACHED”,则为卸载成功。
@@ -370,7 +376,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
370
376
  */
371
377
  DescribeNetworkInterfaces(req: DescribeNetworkInterfacesRequest, cb?: (error: string, rep: DescribeNetworkInterfacesResponse) => void): Promise<DescribeNetworkInterfacesResponse>;
372
378
  /**
373
- * 本接口(CreateDisks)用于创建云硬盘。
379
+ * CBS在ECM早已下线
380
+
381
+ 本接口(CreateDisks)用于创建云硬盘。
374
382
 
375
383
  * 预付费云盘的购买会预先扣除本次云盘购买所需金额,在调用本接口前请确保账户余额充足。
376
384
  * 本接口支持传入数据盘快照来创建云盘,实现将快照数据复制到新购云盘上。
@@ -402,7 +410,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
402
410
  */
403
411
  ImportCustomImage(req: ImportCustomImageRequest, cb?: (error: string, rep: ImportCustomImageResponse) => void): Promise<ImportCustomImageResponse>;
404
412
  /**
405
- * 本接口(DescribeSnapshots)用于查询快照的详细信息。
413
+ * CBS在ECM早已下线
414
+
415
+ 本接口(DescribeSnapshots)用于查询快照的详细信息。
406
416
 
407
417
  * 根据快照ID、创建快照的云硬盘ID、创建快照的云硬盘类型等对结果进行过滤,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
408
418
  * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的快照列表。
@@ -524,7 +534,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
524
534
  */
525
535
  CreateHaVip(req: CreateHaVipRequest, cb?: (error: string, rep: CreateHaVipResponse) => void): Promise<CreateHaVipResponse>;
526
536
  /**
527
- * 本接口(DescribeDisks)用于查询云硬盘列表。
537
+ * CBS在ECM早已下线
538
+
539
+ 本接口(DescribeDisks)用于查询云硬盘列表。
528
540
 
529
541
  * 可以根据云硬盘ID、云硬盘类型或者云硬盘状态等信息来查询云硬盘的详细信息,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
530
542
  * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的云硬盘列表。
@@ -541,7 +553,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
541
553
  */
542
554
  CreateListener(req: CreateListenerRequest, cb?: (error: string, rep: CreateListenerResponse) => void): Promise<CreateListenerResponse>;
543
555
  /**
544
- * 本接口(DeleteSnapshots)用于删除快照。
556
+ * CBS在ECM早已下线
557
+
558
+ 本接口(DeleteSnapshots)用于删除快照。
545
559
 
546
560
  * 快照必须处于NORMAL状态,快照状态可以通过[DescribeSnapshots](/document/product/362/15647)接口查询,见输出参数中SnapshotState字段解释。
547
561
  * 支持批量操作。如果多个快照存在无法删除的快照,则操作不执行,以返回特定的错误码返回。
@@ -251,7 +251,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
251
251
  return this.request("ModifyLoadBalancerAttributes", req, cb);
252
252
  }
253
253
  /**
254
- * 本接口(AttachDisks)用于挂载云硬盘。
254
+ * CBS在ECM早已下线
255
+
256
+ 本接口(AttachDisks)用于挂载云硬盘。
255
257
 
256
258
  * 支持批量操作,将多块云盘挂载到同一云主机。如果多个云盘中存在不允许挂载的云盘,则操作不执行,返回特定的错误码。
257
259
  * 本接口为异步接口,当挂载云盘的请求成功返回时,表示后台已发起挂载云盘的操作,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHING”变为“ATTACHED”,则为挂载成功。
@@ -376,7 +378,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
376
378
  return this.request("ResetInstances", req, cb);
377
379
  }
378
380
  /**
379
- * 本接口(TerminateDisks)用于退还云硬盘。
381
+ * CBS在ECM早已下线
382
+
383
+ 本接口(TerminateDisks)用于退还云硬盘。
380
384
 
381
385
  * 不再使用的云盘,可通过本接口主动退还。
382
386
  * 本接口支持退还预付费云盘和按小时后付费云盘。按小时后付费云盘可直接退还,预付费云盘需符合退还规则。
@@ -435,7 +439,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
435
439
  return this.request("DescribeRouteConflicts", req, cb);
436
440
  }
437
441
  /**
438
- * 本接口(DetachDisks)用于卸载云硬盘。
442
+ * CBS在ECM早已下线
443
+
444
+ 本接口(DetachDisks)用于卸载云硬盘。
439
445
 
440
446
  * 支持批量操作,卸载挂载在同一主机上的多块云盘。如果多块云盘中存在不允许卸载的云盘,则操作不执行,返回特定的错误码。
441
447
  * 本接口为异步接口,当请求成功返回时,云盘并未立即从主机卸载,可通过接口[DescribeDisks](/document/product/362/16315)来查询对应云盘的状态,如果云盘的状态由“ATTACHED”变为“UNATTACHED”,则为卸载成功。
@@ -558,7 +564,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
558
564
  return this.request("DescribeNetworkInterfaces", req, cb);
559
565
  }
560
566
  /**
561
- * 本接口(CreateDisks)用于创建云硬盘。
567
+ * CBS在ECM早已下线
568
+
569
+ 本接口(CreateDisks)用于创建云硬盘。
562
570
 
563
571
  * 预付费云盘的购买会预先扣除本次云盘购买所需金额,在调用本接口前请确保账户余额充足。
564
572
  * 本接口支持传入数据盘快照来创建云盘,实现将快照数据复制到新购云盘上。
@@ -604,7 +612,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
604
612
  return this.request("ImportCustomImage", req, cb);
605
613
  }
606
614
  /**
607
- * 本接口(DescribeSnapshots)用于查询快照的详细信息。
615
+ * CBS在ECM早已下线
616
+
617
+ 本接口(DescribeSnapshots)用于查询快照的详细信息。
608
618
 
609
619
  * 根据快照ID、创建快照的云硬盘ID、创建快照的云硬盘类型等对结果进行过滤,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
610
620
  * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的快照列表。
@@ -784,7 +794,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
784
794
  return this.request("CreateHaVip", req, cb);
785
795
  }
786
796
  /**
787
- * 本接口(DescribeDisks)用于查询云硬盘列表。
797
+ * CBS在ECM早已下线
798
+
799
+ 本接口(DescribeDisks)用于查询云硬盘列表。
788
800
 
789
801
  * 可以根据云硬盘ID、云硬盘类型或者云硬盘状态等信息来查询云硬盘的详细信息,不同条件之间为与(AND)的关系,过滤信息详细请见过滤器`Filter`。
790
802
  * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的云硬盘列表。
@@ -807,7 +819,9 @@ EIP 如果被封堵,则不能进行解绑定操作。
807
819
  return this.request("CreateListener", req, cb);
808
820
  }
809
821
  /**
810
- * 本接口(DeleteSnapshots)用于删除快照。
822
+ * CBS在ECM早已下线
823
+
824
+ 本接口(DeleteSnapshots)用于删除快照。
811
825
 
812
826
  * 快照必须处于NORMAL状态,快照状态可以通过[DescribeSnapshots](/document/product/362/15647)接口查询,见输出参数中SnapshotState字段解释。
813
827
  * 支持批量操作。如果多个快照存在无法删除的快照,则操作不执行,以返回特定的错误码返回。
@@ -9225,7 +9225,7 @@ export interface Component {
9225
9225
  /**
9226
9226
  * **web嵌入发起合同场景下**, 是否锁定填写和签署控件值不允许嵌入页面进行编辑
9227
9227
  <ul><li>false(默认):不锁定控件值,允许在页面编辑控件值</li>
9228
- <li>true:锁定控件值,在页面编辑控件值</li></ul>
9228
+ <li>true:锁定控件值,在页面无法编辑控件值</li></ul>
9229
9229
  */
9230
9230
  LockComponentValue?: boolean;
9231
9231
  /**