tencentcloud-sdk-nodejs 4.0.453 → 4.0.454

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 (46) hide show
  1. package/CHANGELOG.md +113 -0
  2. package/SERVICE_CHANGELOG.md +153 -56
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +5 -5
  7. package/src/services/bsca/v20210811/bsca_models.ts +5 -0
  8. package/src/services/cdb/v20170320/cdb_models.ts +11 -1
  9. package/src/services/cls/v20201016/cls_client.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +2 -2
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +2 -2
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
  13. package/src/services/ess/v20201111/ess_client.ts +165 -120
  14. package/src/services/ess/v20201111/ess_models.ts +500 -175
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +22 -6
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +225 -55
  17. package/src/services/tke/v20180525/tke_client.ts +2 -2
  18. package/src/services/tke/v20180525/tke_models.ts +1 -1
  19. package/src/services/vpc/v20170312/vpc_client.ts +12 -0
  20. package/src/services/vpc/v20170312/vpc_models.ts +31 -0
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/as/v20180419/as_models.d.ts +5 -5
  24. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +4 -0
  25. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  26. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  27. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  28. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  29. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +2 -2
  30. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +2 -2
  31. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
  32. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +68 -56
  33. package/tencentcloud/services/ess/v20201111/ess_client.js +89 -71
  34. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +406 -128
  35. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -2
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +192 -48
  38. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
  39. package/tencentcloud/services/tke/v20180525/tke_client.js +2 -2
  40. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  41. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  42. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  43. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +27 -0
  44. package/test/ess.v20201111.test.js +64 -34
  45. package/test/essbasic.v20210526.test.js +10 -0
  46. package/test/vpc.v20170312.test.js +10 -0
@@ -24,15 +24,17 @@ import {
24
24
  ChannelCreateConvertTaskApiResponse,
25
25
  OperateChannelTemplateRequest,
26
26
  TemplateInfo,
27
- UploadFilesRequest,
27
+ ChannelDescribeEmployeesRequest,
28
28
  SyncProxyOrganizationResponse,
29
29
  ChannelBatchCancelFlowsResponse,
30
30
  GetDownloadFlowUrlResponse,
31
+ DescribeTemplatesResponse,
31
32
  DescribeResourceUrlsByFlowsResponse,
32
33
  ChannelCreateMultiFlowSignQRCodeResponse,
33
34
  Recipient,
34
- DescribeTemplatesResponse,
35
+ Department,
35
36
  OperateChannelTemplateResponse,
37
+ StaffRole,
36
38
  CreateSignUrlsResponse,
37
39
  CreateSignUrlsRequest,
38
40
  ChannelCreateMultiFlowSignQRCodeRequest,
@@ -49,6 +51,7 @@ import {
49
51
  GetDownloadFlowUrlRequest,
50
52
  ChannelBatchCancelFlowsRequest,
51
53
  FlowDetailInfo,
54
+ SyncFailReason,
52
55
  CreateConsoleLoginUrlRequest,
53
56
  OrganizationInfo,
54
57
  CreateFlowsByTemplatesResponse,
@@ -63,6 +66,7 @@ import {
63
66
  SyncProxyOrganizationOperatorsRequest,
64
67
  CreateConsoleLoginUrlResponse,
65
68
  CreateFlowsByTemplatesRequest,
69
+ Filter,
66
70
  SyncProxyOrganizationRequest,
67
71
  CreateSealByImageRequest,
68
72
  SignQrCode,
@@ -75,8 +79,9 @@ import {
75
79
  DownloadFlowInfo,
76
80
  ChannelCancelMultiFlowSignQRCodeRequest,
77
81
  CreateChannelFlowEvidenceReportResponse,
78
- SyncFailReason,
79
82
  PrepareFlowsResponse,
83
+ ChannelDescribeEmployeesResponse,
84
+ TaskInfo,
80
85
  DescribeUsageRequest,
81
86
  ChannelCreateBatchCancelFlowUrlRequest,
82
87
  ApproverRestriction,
@@ -91,7 +96,8 @@ import {
91
96
  FlowApproverDetail,
92
97
  FlowInfo,
93
98
  ChannelCreateFlowGroupByFilesRequest,
94
- TaskInfo,
99
+ UploadFilesRequest,
100
+ Staff,
95
101
  CcInfo,
96
102
  ChannelCancelMultiFlowSignQRCodeResponse,
97
103
  DescribeFlowDetailInfoResponse,
@@ -241,8 +247,8 @@ export class Client extends AbstractClient {
241
247
  }
242
248
 
243
249
  /**
244
- * 【描述】:创建出证报告,返回报告 URL
245
- 【注意】:此接口需要通过添加白名单获取调用权限,请联系运营人员加白
250
+ * 创建出证报告,返回报告 URL。此接口暂为开放,有问题请联系运营人员。
251
+
246
252
  */
247
253
  async CreateChannelFlowEvidenceReport(
248
254
  req: CreateChannelFlowEvidenceReportRequest,
@@ -284,6 +290,16 @@ export class Client extends AbstractClient {
284
290
  return this.request("SyncProxyOrganizationOperators", req, cb)
285
291
  }
286
292
 
293
+ /**
294
+ * 查询企业员工
295
+ */
296
+ async ChannelDescribeEmployees(
297
+ req: ChannelDescribeEmployeesRequest,
298
+ cb?: (error: string, rep: ChannelDescribeEmployeesResponse) => void
299
+ ): Promise<ChannelDescribeEmployeesResponse> {
300
+ return this.request("ChannelDescribeEmployees", req, cb)
301
+ }
302
+
287
303
  /**
288
304
  * 指定需要批量撤销的签署流程Id,批量撤销合同
289
305
  客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口失败后返回错误信息
@@ -312,30 +312,33 @@ export interface TemplateInfo {
312
312
  }
313
313
 
314
314
  /**
315
- * UploadFiles请求参数结构体
315
+ * ChannelDescribeEmployees请求参数结构体
316
316
  */
317
- export interface UploadFilesRequest {
317
+ export interface ChannelDescribeEmployeesRequest {
318
318
  /**
319
- * 应用相关信息,若是渠道版调用 appid 和proxyappid 必填
319
+ * 返回最大数量,最大为20
320
320
  */
321
- Agent: Agent
322
-
323
- /**
324
- * 文件对应业务类型,用于区分文件存储路径:
325
- 1. TEMPLATE - 模板; 文件类型:.pdf .doc .docx .html
326
- 2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.jpg/.png
327
- */
328
- BusinessType: string
321
+ Limit: number
329
322
 
330
323
  /**
331
- * 上传文件内容数组,最多支持20个文件
324
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
332
325
  */
333
- FileInfos?: Array<UploadFile>
326
+ Agent?: Agent
334
327
 
335
328
  /**
336
329
  * 操作者的信息
337
330
  */
338
331
  Operator?: UserInfo
332
+
333
+ /**
334
+ * 查询过滤实名用户,key为Status,Values为["IsVerified"]
335
+ */
336
+ Filters?: Array<Filter>
337
+
338
+ /**
339
+ * 偏移量,默认为0,最大为20000
340
+ */
341
+ Offset?: number
339
342
  }
340
343
 
341
344
  /**
@@ -378,6 +381,36 @@ export interface GetDownloadFlowUrlResponse {
378
381
  RequestId?: string
379
382
  }
380
383
 
384
+ /**
385
+ * DescribeTemplates返回参数结构体
386
+ */
387
+ export interface DescribeTemplatesResponse {
388
+ /**
389
+ * 模板详情
390
+ */
391
+ Templates: Array<TemplateInfo>
392
+
393
+ /**
394
+ * 查询总数
395
+ */
396
+ TotalCount: number
397
+
398
+ /**
399
+ * 查询数量
400
+ */
401
+ Limit: number
402
+
403
+ /**
404
+ * 查询起始偏移
405
+ */
406
+ Offset: number
407
+
408
+ /**
409
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
410
+ */
411
+ RequestId?: string
412
+ }
413
+
381
414
  /**
382
415
  * DescribeResourceUrlsByFlows返回参数结构体
383
416
  */
@@ -470,33 +503,20 @@ export interface Recipient {
470
503
  }
471
504
 
472
505
  /**
473
- * DescribeTemplates返回参数结构体
506
+ * 渠道版员工部门信息
474
507
  */
475
- export interface DescribeTemplatesResponse {
508
+ export interface Department {
476
509
  /**
477
- * 模板详情
478
- */
479
- Templates: Array<TemplateInfo>
480
-
481
- /**
482
- * 查询总数
483
- */
484
- TotalCount: number
485
-
486
- /**
487
- * 查询数量
488
- */
489
- Limit: number
490
-
491
- /**
492
- * 查询起始偏移
493
- */
494
- Offset: number
510
+ * 部门id
511
+ 注意:此字段可能返回 null,表示取不到有效值。
512
+ */
513
+ DepartmentId: string
495
514
 
496
515
  /**
497
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
498
- */
499
- RequestId?: string
516
+ * 部门名称
517
+ 注意:此字段可能返回 null,表示取不到有效值。
518
+ */
519
+ DepartmentName: string
500
520
  }
501
521
 
502
522
  /**
@@ -545,6 +565,23 @@ export interface OperateChannelTemplateResponse {
545
565
  RequestId?: string
546
566
  }
547
567
 
568
+ /**
569
+ * 渠道版员工角色信息
570
+ */
571
+ export interface StaffRole {
572
+ /**
573
+ * 角色id
574
+ 注意:此字段可能返回 null,表示取不到有效值。
575
+ */
576
+ RoleId: string
577
+
578
+ /**
579
+ * 角色名称
580
+ 注意:此字段可能返回 null,表示取不到有效值。
581
+ */
582
+ RoleName: string
583
+ }
584
+
548
585
  /**
549
586
  * CreateSignUrls返回参数结构体
550
587
  */
@@ -1208,6 +1245,23 @@ export interface FlowDetailInfo {
1208
1245
  FlowApproverInfos: Array<FlowApproverDetail>
1209
1246
  }
1210
1247
 
1248
+ /**
1249
+ * 同步经办人失败原因
1250
+ */
1251
+ export interface SyncFailReason {
1252
+ /**
1253
+ * 经办人Id
1254
+ */
1255
+ Id: string
1256
+
1257
+ /**
1258
+ * 失败原因
1259
+ 例如:Id不符合规范、证件号码不合法等
1260
+ 注意:此字段可能返回 null,表示取不到有效值。
1261
+ */
1262
+ Message: string
1263
+ }
1264
+
1211
1265
  /**
1212
1266
  * CreateConsoleLoginUrl请求参数结构体
1213
1267
  */
@@ -1621,6 +1675,21 @@ export interface CreateFlowsByTemplatesRequest {
1621
1675
  Operator?: UserInfo
1622
1676
  }
1623
1677
 
1678
+ /**
1679
+ * 此结构体 (Filter) 用于描述查询过滤条件。
1680
+ */
1681
+ export interface Filter {
1682
+ /**
1683
+ * 查询过滤条件的Key
1684
+ */
1685
+ Key: string
1686
+
1687
+ /**
1688
+ * 查询过滤条件的Value列表
1689
+ */
1690
+ Values: Array<string>
1691
+ }
1692
+
1624
1693
  /**
1625
1694
  * SyncProxyOrganization请求参数结构体
1626
1695
  */
@@ -1894,30 +1963,45 @@ export interface CreateChannelFlowEvidenceReportResponse {
1894
1963
  }
1895
1964
 
1896
1965
  /**
1897
- * 同步经办人失败原因
1966
+ * PrepareFlows返回参数结构体
1898
1967
  */
1899
- export interface SyncFailReason {
1968
+ export interface PrepareFlowsResponse {
1900
1969
  /**
1901
- * 经办人Id
1970
+ * 待发起文件确认页
1902
1971
  */
1903
- Id: string
1972
+ ConfirmUrl: string
1904
1973
 
1905
1974
  /**
1906
- * 失败原因
1907
- 例如:Id不符合规范、证件号码不合法等
1908
- 注意:此字段可能返回 null,表示取不到有效值。
1909
- */
1910
- Message: string
1975
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1976
+ */
1977
+ RequestId?: string
1911
1978
  }
1912
1979
 
1913
1980
  /**
1914
- * PrepareFlows返回参数结构体
1981
+ * ChannelDescribeEmployees返回参数结构体
1915
1982
  */
1916
- export interface PrepareFlowsResponse {
1983
+ export interface ChannelDescribeEmployeesResponse {
1917
1984
  /**
1918
- * 待发起文件确认页
1985
+ * 员工数据列表
1986
+ 注意:此字段可能返回 null,表示取不到有效值。
1987
+ */
1988
+ Employees: Array<Staff>
1989
+
1990
+ /**
1991
+ * 偏移量,默认为0,最大为20000
1992
+ 注意:此字段可能返回 null,表示取不到有效值。
1993
+ */
1994
+ Offset: number
1995
+
1996
+ /**
1997
+ * 返回最大数量,最大为20
1919
1998
  */
1920
- ConfirmUrl: string
1999
+ Limit: number
2000
+
2001
+ /**
2002
+ * 符合条件的员工数量
2003
+ */
2004
+ TotalCount: number
1921
2005
 
1922
2006
  /**
1923
2007
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1925,6 +2009,23 @@ export interface PrepareFlowsResponse {
1925
2009
  RequestId?: string
1926
2010
  }
1927
2011
 
2012
+ /**
2013
+ * 复杂文档合成任务的任务信息
2014
+ */
2015
+ export interface TaskInfo {
2016
+ /**
2017
+ * 合成任务Id,可以通过 ChannelGetTaskResultApi 接口获取任务信息
2018
+ 注意:此字段可能返回 null,表示取不到有效值。
2019
+ */
2020
+ TaskId: string
2021
+
2022
+ /**
2023
+ * 任务状态:READY - 任务已完成;NOTREADY - 任务未完成;
2024
+ 注意:此字段可能返回 null,表示取不到有效值。
2025
+ */
2026
+ TaskStatus: string
2027
+ }
2028
+
1928
2029
  /**
1929
2030
  * DescribeUsage请求参数结构体
1930
2031
  */
@@ -2483,20 +2584,89 @@ export interface ChannelCreateFlowGroupByFilesRequest {
2483
2584
  }
2484
2585
 
2485
2586
  /**
2486
- * 复杂文档合成任务的任务信息
2587
+ * UploadFiles请求参数结构体
2487
2588
  */
2488
- export interface TaskInfo {
2589
+ export interface UploadFilesRequest {
2489
2590
  /**
2490
- * 合成任务Id,可以通过 ChannelGetTaskResultApi 接口获取任务信息
2591
+ * 应用相关信息,若是渠道版调用 appid 和proxyappid 必填
2592
+ */
2593
+ Agent: Agent
2594
+
2595
+ /**
2596
+ * 文件对应业务类型,用于区分文件存储路径:
2597
+ 1. TEMPLATE - 模板; 文件类型:.pdf .doc .docx .html
2598
+ 2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.jpg/.png
2599
+ */
2600
+ BusinessType: string
2601
+
2602
+ /**
2603
+ * 上传文件内容数组,最多支持20个文件
2604
+ */
2605
+ FileInfos?: Array<UploadFile>
2606
+
2607
+ /**
2608
+ * 操作者的信息
2609
+ */
2610
+ Operator?: UserInfo
2611
+ }
2612
+
2613
+ /**
2614
+ * 企业员工信息
2615
+ */
2616
+ export interface Staff {
2617
+ /**
2618
+ * 员工在电子签平台的id
2619
+ */
2620
+ UserId: string
2621
+
2622
+ /**
2623
+ * 显示的员工名
2624
+ */
2625
+ DisplayName: string
2626
+
2627
+ /**
2628
+ * 员工手机号
2629
+ */
2630
+ Mobile: string
2631
+
2632
+ /**
2633
+ * 员工邮箱
2491
2634
  注意:此字段可能返回 null,表示取不到有效值。
2492
2635
  */
2493
- TaskId: string
2636
+ Email: string
2494
2637
 
2495
2638
  /**
2496
- * 任务状态:READY - 任务已完成;NOTREADY - 任务未完成;
2639
+ * 员工在第三方平台id
2497
2640
  注意:此字段可能返回 null,表示取不到有效值。
2498
2641
  */
2499
- TaskStatus: string
2642
+ OpenId: string
2643
+
2644
+ /**
2645
+ * 员工角色
2646
+ 注意:此字段可能返回 null,表示取不到有效值。
2647
+ */
2648
+ Roles: Array<StaffRole>
2649
+
2650
+ /**
2651
+ * 员工部门
2652
+ 注意:此字段可能返回 null,表示取不到有效值。
2653
+ */
2654
+ Department: Department
2655
+
2656
+ /**
2657
+ * 员工是否实名
2658
+ */
2659
+ Verified: boolean
2660
+
2661
+ /**
2662
+ * 员工创建时间戳
2663
+ */
2664
+ CreatedOn: number
2665
+
2666
+ /**
2667
+ * 员工实名时间戳
2668
+ */
2669
+ VerifiedOn: number
2500
2670
  }
2501
2671
 
2502
2672
  /**
@@ -1523,7 +1523,7 @@ export class Client extends AbstractClient {
1523
1523
  }
1524
1524
 
1525
1525
  /**
1526
- * 创建集群访问端口(独立集群开启内网/外网访问,托管集群支持开启内网访问)
1526
+ * 创建集群访问端口
1527
1527
  */
1528
1528
  async CreateClusterEndpoint(
1529
1529
  req: CreateClusterEndpointRequest,
@@ -1903,7 +1903,7 @@ export class Client extends AbstractClient {
1903
1903
  }
1904
1904
 
1905
1905
  /**
1906
- * 删除集群访问端口(独立集群开启内网/外网访问,托管集群支持开启内网访问)
1906
+ * 删除集群访问端口
1907
1907
  */
1908
1908
  async DeleteClusterEndpoint(
1909
1909
  req: DeleteClusterEndpointRequest,
@@ -5005,7 +5005,7 @@ export interface CreateClusterEndpointRequest {
5005
5005
  Domain?: string
5006
5006
 
5007
5007
  /**
5008
- * 使用的安全组,只有外网访问需要传递
5008
+ * 使用的安全组,只有外网访问需要传递(开启外网访问时必传)
5009
5009
  */
5010
5010
  SecurityGroup?: string
5011
5011
 
@@ -42,6 +42,7 @@ import {
42
42
  DisableCcnRoutesRequest,
43
43
  ModifyNatGatewayDestinationIpPortTranslationNatRuleResponse,
44
44
  ModifyIp6RuleResponse,
45
+ SetVpnGatewaysRenewFlagRequest,
45
46
  ModifyCcnRegionBandwidthLimitsTypeResponse,
46
47
  DescribeVpnGatewaysResponse,
47
48
  ModifyNetworkAclQuintupleEntriesRequest,
@@ -498,6 +499,7 @@ import {
498
499
  DisassociateDhcpIpWithAddressIpResponse,
499
500
  CreateVpcEndPointServiceResponse,
500
501
  ModifyNetworkAclAttributeRequest,
502
+ SetVpnGatewaysRenewFlagResponse,
501
503
  DeleteVpnGatewayResponse,
502
504
  DescribeHaVipsRequest,
503
505
  UnassignPrivateIpAddressesResponse,
@@ -1738,6 +1740,16 @@ export class Client extends AbstractClient {
1738
1740
  return this.request("RenewVpnGateway", req, cb)
1739
1741
  }
1740
1742
 
1743
+ /**
1744
+ * 设置VPNGW续费标记
1745
+ */
1746
+ async SetVpnGatewaysRenewFlag(
1747
+ req: SetVpnGatewaysRenewFlagRequest,
1748
+ cb?: (error: string, rep: SetVpnGatewaysRenewFlagResponse) => void
1749
+ ): Promise<SetVpnGatewaysRenewFlagResponse> {
1750
+ return this.request("SetVpnGatewaysRenewFlag", req, cb)
1751
+ }
1752
+
1741
1753
  /**
1742
1754
  * 本接口(DescribeDhcpIps)用于查询DhcpIp列表
1743
1755
  */
@@ -558,6 +558,27 @@ export interface ModifyIp6RuleResponse {
558
558
  RequestId?: string
559
559
  }
560
560
 
561
+ /**
562
+ * SetVpnGatewaysRenewFlag请求参数结构体
563
+ */
564
+ export interface SetVpnGatewaysRenewFlagRequest {
565
+ /**
566
+ * VPNGW字符型ID列表
567
+ */
568
+ VpnGatewayIds: Array<string>
569
+
570
+ /**
571
+ * 自动续费标记[0, 1, 2]
572
+ 0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费
573
+ */
574
+ AutoRenewFlag: number
575
+
576
+ /**
577
+ * VPNGW类型['IPSEC', 'SSL']
578
+ */
579
+ Type?: string
580
+ }
581
+
561
582
  /**
562
583
  * ModifyCcnRegionBandwidthLimitsType返回参数结构体
563
584
  */
@@ -10766,6 +10787,16 @@ export interface ModifyNetworkAclAttributeRequest {
10766
10787
  NetworkAclName: string
10767
10788
  }
10768
10789
 
10790
+ /**
10791
+ * SetVpnGatewaysRenewFlag返回参数结构体
10792
+ */
10793
+ export interface SetVpnGatewaysRenewFlagResponse {
10794
+ /**
10795
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10796
+ */
10797
+ RequestId?: string
10798
+ }
10799
+
10769
10800
  /**
10770
10801
  * DeleteVpnGateway返回参数结构体
10771
10802
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.453";
1
+ export declare const sdkVersion = "4.0.454";
@@ -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.0.453";
4
+ exports.sdkVersion = "4.0.454";
@@ -913,7 +913,7 @@ export interface DetachLoadBalancersRequest {
913
913
  */
914
914
  LoadBalancerIds?: Array<string>;
915
915
  /**
916
- * 应用型负载均衡器标识信息列表,列表长度上限为50,LoadBalancerIds 和 ForwardLoadBalancerIdentifications二者同时最多只能指定一个
916
+ * 应用型负载均衡器标识信息列表,列表长度上限为100,LoadBalancerIds 和 ForwardLoadBalancerIdentifications二者同时最多只能指定一个
917
917
  */
918
918
  ForwardLoadBalancerIdentifications?: Array<ForwardLoadBalancerIdentification>;
919
919
  }
@@ -954,7 +954,7 @@ export interface ModifyLoadBalancersRequest {
954
954
  */
955
955
  LoadBalancerIds?: Array<string>;
956
956
  /**
957
- * 应用型负载均衡器列表,目前长度上限为50,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
957
+ * 应用型负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
958
958
  */
959
959
  ForwardLoadBalancers?: Array<ForwardLoadBalancer>;
960
960
  /**
@@ -1740,7 +1740,7 @@ export interface CreateAutoScalingGroupRequest {
1740
1740
  */
1741
1741
  ProjectId?: number;
1742
1742
  /**
1743
- * 应用型负载均衡器列表,目前长度上限为50,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
1743
+ * 应用型负载均衡器列表,目前长度上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
1744
1744
  */
1745
1745
  ForwardLoadBalancers?: Array<ForwardLoadBalancer>;
1746
1746
  /**
@@ -2687,7 +2687,7 @@ export interface ModifyLoadBalancerTargetAttributesRequest {
2687
2687
  */
2688
2688
  AutoScalingGroupId: string;
2689
2689
  /**
2690
- * 需修改目标规则属性的应用型负载均衡器列表,列表长度上限为50
2690
+ * 需修改目标规则属性的应用型负载均衡器列表,列表长度上限为100
2691
2691
  */
2692
2692
  ForwardLoadBalancers: Array<ForwardLoadBalancer>;
2693
2693
  }
@@ -3010,7 +3010,7 @@ export interface AttachLoadBalancersRequest {
3010
3010
  */
3011
3011
  LoadBalancerIds?: Array<string>;
3012
3012
  /**
3013
- * 应用型负载均衡器列表,每个伸缩组绑定应用型负载均衡器数量上限为50,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
3013
+ * 应用型负载均衡器列表,每个伸缩组绑定应用型负载均衡器数量上限为100,LoadBalancerIds 和 ForwardLoadBalancers 二者同时最多只能指定一个
3014
3014
  */
3015
3015
  ForwardLoadBalancers?: Array<ForwardLoadBalancer>;
3016
3016
  }
@@ -6,6 +6,10 @@ export interface MatchKBPURLListResponse {
6
6
  * 组件列表。
7
7
  */
8
8
  PURLList: Array<PURL>;
9
+ /**
10
+ * 是否命中数据库。
11
+ */
12
+ Hit: boolean;
9
13
  /**
10
14
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11
15
  */
@@ -520,6 +520,14 @@ export interface ModifyInstanceParamRequest {
520
520
  * 执行参数调整任务的方式,默认为 0。支持值包括:0 - 立刻执行,1 - 时间窗执行;当该值为 1 时,每次只能传一个实例(InstanceIds数量为1)
521
521
  */
522
522
  WaitSwitch?: number;
523
+ /**
524
+ * 参数是否同步到主实例下的只读实例。true 为不同步,false 为同步。默认为 false。
525
+ */
526
+ NotSyncRo?: boolean;
527
+ /**
528
+ * 参数是否同步到主实例下的灾备实例。true 为不同步,false 为同步。默认为 false。
529
+ */
530
+ NotSyncDr?: boolean;
523
531
  }
524
532
  /**
525
533
  * CreateParamTemplate请求参数结构体
@@ -7103,7 +7111,7 @@ export interface ModifyInstanceParamResponse {
7103
7111
  /**
7104
7112
  * 异步任务 ID,可用于查询任务进度。
7105
7113
  */
7106
- AsyncRequestId?: string;
7114
+ AsyncRequestId: string;
7107
7115
  /**
7108
7116
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7109
7117
  */
@@ -145,7 +145,7 @@ export declare class Client extends AbstractClient {
145
145
  */
146
146
  DeleteAlarmNotice(req: DeleteAlarmNoticeRequest, cb?: (error: string, rep: DeleteAlarmNoticeResponse) => void): Promise<DeleteAlarmNoticeResponse>;
147
147
  /**
148
- * 本接口用于构建直方图
148
+ * 本接口用于构建日志数量直方图
149
149
  */
150
150
  DescribeLogHistogram(req: DescribeLogHistogramRequest, cb?: (error: string, rep: DescribeLogHistogramResponse) => void): Promise<DescribeLogHistogramResponse>;
151
151
  /**
@@ -233,7 +233,7 @@ class Client extends abstract_client_1.AbstractClient {
233
233
  return this.request("DeleteAlarmNotice", req, cb);
234
234
  }
235
235
  /**
236
- * 本接口用于构建直方图
236
+ * 本接口用于构建日志数量直方图
237
237
  */
238
238
  async DescribeLogHistogram(req, cb) {
239
239
  return this.request("DescribeLogHistogram", req, cb);
@@ -157,7 +157,7 @@ export interface DescribeLogHistogramRequest {
157
157
  */
158
158
  Query: string;
159
159
  /**
160
- * 时间间隔: 单位ms
160
+ * 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
161
161
  */
162
162
  Interval?: number;
163
163
  }
@@ -1771,7 +1771,7 @@ export interface CreateTopicRequest {
1771
1771
  */
1772
1772
  StorageType?: string;
1773
1773
  /**
1774
- * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1774
+ * 生命周期,单位天,标准存储取值范围1~3600,低频存储取值范围7~3600天。取值为3640时代表永久保存
1775
1775
  */
1776
1776
  Period?: number;
1777
1777
  }