tencentcloud-sdk-nodejs 4.0.301 → 4.0.304

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 (82) hide show
  1. package/CHANGELOG.md +311 -0
  2. package/SERVICE_CHANGELOG.md +362 -74
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +17 -6
  7. package/src/services/asr/v20190614/asr_models.ts +1 -1
  8. package/src/services/billing/v20180709/billing_client.ts +31 -2
  9. package/src/services/billing/v20180709/billing_models.ts +334 -47
  10. package/src/services/casb/index.ts +5 -0
  11. package/src/services/casb/v20200507/casb_client.ts +51 -0
  12. package/src/services/casb/v20200507/casb_models.ts +76 -0
  13. package/src/services/casb/v20200507/index.ts +6 -0
  14. package/src/services/cdn/v20180606/cdn_models.ts +18 -18
  15. package/src/services/cls/v20201016/cls_client.ts +1 -1
  16. package/src/services/cls/v20201016/cls_models.ts +31 -42
  17. package/src/services/cpdp/v20190820/cpdp_client.ts +58 -4
  18. package/src/services/cpdp/v20190820/cpdp_models.ts +493 -87
  19. package/src/services/es/v20180416/es_models.ts +5 -0
  20. package/src/services/faceid/v20180301/faceid_models.ts +2 -4
  21. package/src/services/index.ts +1 -0
  22. package/src/services/ivld/v20210903/ivld_client.ts +2 -0
  23. package/src/services/ivld/v20210903/ivld_models.ts +48 -0
  24. package/src/services/mongodb/v20190725/mongodb_models.ts +7 -5
  25. package/src/services/monitor/v20180724/monitor_models.ts +9 -4
  26. package/src/services/organization/v20210331/organization_models.ts +6 -0
  27. package/src/services/ses/v20201002/ses_client.ts +15 -2
  28. package/src/services/ses/v20201002/ses_models.ts +51 -10
  29. package/src/services/tcss/v20201101/tcss_models.ts +5 -0
  30. package/src/services/tem/v20210701/tem_models.ts +11 -0
  31. package/src/services/tke/v20180525/tke_client.ts +25 -13
  32. package/src/services/tke/v20180525/tke_models.ts +39 -4
  33. package/src/services/tse/v20201207/tse_models.ts +15 -0
  34. package/src/services/vod/v20180717/vod_models.ts +1 -1
  35. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -6
  39. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  40. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +9 -1
  41. package/tencentcloud/services/billing/v20180709/billing_client.js +12 -0
  42. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +279 -39
  43. package/tencentcloud/services/casb/index.d.ts +6 -0
  44. package/tencentcloud/services/casb/index.js +7 -0
  45. package/tencentcloud/services/casb/v20200507/casb_client.d.ts +21 -0
  46. package/tencentcloud/services/casb/v20200507/casb_client.js +44 -0
  47. package/tencentcloud/services/casb/v20200507/casb_models.d.ts +51 -0
  48. package/tencentcloud/services/casb/v20200507/casb_models.js +18 -0
  49. package/tencentcloud/services/casb/v20200507/index.d.ts +6 -0
  50. package/tencentcloud/services/casb/v20200507/index.js +9 -0
  51. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +18 -18
  52. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  53. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +31 -42
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +17 -1
  56. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +24 -0
  57. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +424 -75
  58. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  59. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -4
  60. package/tencentcloud/services/index.d.ts +1 -0
  61. package/tencentcloud/services/index.js +2 -0
  62. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +41 -0
  63. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -4
  64. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -4
  65. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
  66. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
  67. package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
  68. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +46 -10
  69. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
  70. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +10 -0
  71. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -5
  72. package/tencentcloud/services/tke/v20180525/tke_client.js +12 -6
  73. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -4
  74. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -0
  75. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  78. package/test/billing.v20180709.test.js +20 -0
  79. package/test/casb.v20200507.test.js +31 -0
  80. package/test/cpdp.v20190820.test.js +40 -0
  81. package/test/ses.v20201002.test.js +10 -0
  82. package/test/tke.v20180525.test.js +14 -4
@@ -1970,6 +1970,11 @@ export interface UpgradeInstanceRequest {
1970
1970
  * 升级方式:<li>scale 蓝绿变更</li><li>restart 滚动重启</li>默认值为scale
1971
1971
  */
1972
1972
  UpgradeMode?: string
1973
+
1974
+ /**
1975
+ * 升级版本前是否对集群进行备份,默认不备份
1976
+ */
1977
+ CosBackup?: boolean
1973
1978
  }
1974
1979
 
1975
1980
  /**
@@ -606,15 +606,13 @@ export interface PhoneVerificationResponse {
606
606
  /**
607
607
  * 认证结果码:
608
608
  收费结果码
609
- 0: 认证通过
610
- -4: 信息不一致(手机号已实名,但姓名和身份证号与实名信息不一致)
611
- -5: 手机号未实名
609
+ 0: 三要素信息一致
610
+ -4: 三要素信息不一致
612
611
  不收费结果码
613
612
  -6: 手机号码不合法
614
613
  -7: 身份证号码有误
615
614
  -8: 姓名校验不通过
616
615
  -9: 没有记录
617
- -10: 认证未通过
618
616
  -11: 验证中心服务繁忙
619
617
  */
620
618
  Result: string
@@ -27,6 +27,7 @@ export { bri } from "./bri"
27
27
  export { btoe } from "./btoe"
28
28
  export { cam } from "./cam"
29
29
  export { captcha } from "./captcha"
30
+ export { casb } from "./casb"
30
31
  export { cat } from "./cat"
31
32
  export { cbs } from "./cbs"
32
33
  export { ccc } from "./ccc"
@@ -43,6 +43,7 @@ import {
43
43
  DescribeTasksRequest,
44
44
  DescribeTaskDetailResponse,
45
45
  PersonImageInfo,
46
+ ClassifiedPersonInfo,
46
47
  CreateCustomGroupRequest,
47
48
  DescribeCustomPersonsResponse,
48
49
  AddCustomPersonImageResponse,
@@ -61,6 +62,7 @@ import {
61
62
  ModifyCallbackResponse,
62
63
  DescribeCustomPersonsRequest,
63
64
  DescribeTasksResponse,
65
+ PersonInfo,
64
66
  TextInfo,
65
67
  AudioInfo,
66
68
  CustomPersonFilter,
@@ -138,6 +138,12 @@ export interface ShowInfo {
138
138
  */
139
139
  TextInfoSet: Array<TextInfo>
140
140
 
141
+ /**
142
+ * 已分类人物信息列表
143
+ 注意:此字段可能返回 null,表示取不到有效值。
144
+ */
145
+ ClassifiedPersonInfoSet: Array<ClassifiedPersonInfo>
146
+
141
147
  /**
142
148
  * 文本标签列表,包含标签内容和出现信息
143
149
  注意:此字段可能返回 null,表示取不到有效值。
@@ -568,6 +574,23 @@ export interface PersonImageInfo {
568
574
  ErrorMsg: string
569
575
  }
570
576
 
577
+ /**
578
+ * 已分类的人物信息
579
+ */
580
+ export interface ClassifiedPersonInfo {
581
+ /**
582
+ * 人物分类名称
583
+ 注意:此字段可能返回 null,表示取不到有效值。
584
+ */
585
+ ClassifyName: string
586
+
587
+ /**
588
+ * 符合特定分类的人物信息数组
589
+ 注意:此字段可能返回 null,表示取不到有效值。
590
+ */
591
+ PersonInfoSet: Array<PersonInfo>
592
+ }
593
+
571
594
  /**
572
595
  * CreateCustomGroup请求参数结构体
573
596
  */
@@ -898,6 +921,31 @@ export interface DescribeTasksResponse {
898
921
  RequestId?: string
899
922
  }
900
923
 
924
+ /**
925
+ * 人物信息
926
+ */
927
+ export interface PersonInfo {
928
+ /**
929
+ * 公众人物姓名
930
+ */
931
+ Name: string
932
+
933
+ /**
934
+ * 公众人物职务
935
+ */
936
+ Job: string
937
+
938
+ /**
939
+ * 首次出现模态,可选值为[1,3],详细参见AppearIndex定义
940
+ */
941
+ FirstAppear: number
942
+
943
+ /**
944
+ * 人物出现信息
945
+ */
946
+ AppearInfo: AppearInfo
947
+ }
948
+
901
949
  /**
902
950
  * 可视文本识别结果信息(OCR)
903
951
  */
@@ -1368,7 +1368,7 @@ export interface DescribeBackupAccessResponse {
1368
1368
  */
1369
1369
  export interface ReplicaSetInfo {
1370
1370
  /**
1371
- * 分片名称
1371
+ * 副本集ID
1372
1372
  */
1373
1373
  ReplicaSetId: string
1374
1374
  }
@@ -1433,18 +1433,20 @@ export interface DescribeAsyncRequestInfoRequest {
1433
1433
  */
1434
1434
  export interface CreateBackupDownloadTaskRequest {
1435
1435
  /**
1436
- * 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
1436
+ * 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。
1437
1437
  */
1438
1438
  InstanceId: string
1439
1439
 
1440
1440
  /**
1441
- * 要下载的备份文件名,可通过DescribeDBBackups接口获取
1441
+ * 要下载的备份文件名,可通过DescribeDBBackups接口获取。
1442
1442
  */
1443
1443
  BackupName: string
1444
1444
 
1445
1445
  /**
1446
- * 下载备份的分片列表
1447
- */
1446
+ * 指定要下载的副本集的节点名称 或 分片集群的分片名称列表。
1447
+ 如副本集cmgo-p8vnipr5,示例(固定取值):BackupSets.0=cmgo-p8vnipr5_0,可下载全量数据。
1448
+ 如分片集群cmgo-p8vnipr5,示例:BackupSets.0=cmgo-p8vnipr5_0&BackupSets.1=cmgo-p8vnipr5_1,即下载分片0和分片1的数据,分片集群如需全量下载,请按示例方式传入全部分片名称。
1449
+ */
1448
1450
  BackupSets: Array<ReplicaSetInfo>
1449
1451
  }
1450
1452
 
@@ -778,19 +778,24 @@ export interface DescribePolicyGroupInfoResponse {
778
778
  */
779
779
  export interface ModifyAlarmPolicyNoticeRequest {
780
780
  /**
781
- * 模块名,这里填“monitor
781
+ * 模块名,这里填“monitor”。
782
782
  */
783
783
  Module: string
784
784
 
785
785
  /**
786
- * 告警策略 ID
786
+ * 告警策略 ID,如果该参数与PolicyIds参数同时存在,则以PolicyIds为准。
787
787
  */
788
- PolicyId: string
788
+ PolicyId?: string
789
789
 
790
790
  /**
791
- * 告警通知模板 ID 列表
791
+ * 告警通知模板 ID 列表。
792
792
  */
793
793
  NoticeIds?: Array<string>
794
+
795
+ /**
796
+ * 告警策略ID数组,支持给多个告警策略批量绑定通知模板。最多30个。
797
+ */
798
+ PolicyIds?: Array<string>
794
799
  }
795
800
 
796
801
  /**
@@ -339,6 +339,12 @@ export interface OrgMember {
339
339
  注意:此字段可能返回 null,表示取不到有效值。
340
340
  */
341
341
  OrgIdentity: Array<MemberIdentity>
342
+
343
+ /**
344
+ * 安全信息绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
345
+ 注意:此字段可能返回 null,表示取不到有效值。
346
+ */
347
+ BindStatus: string
342
348
  }
343
349
 
344
350
  /**
@@ -33,6 +33,7 @@ import {
33
33
  ListSendTasksRequest,
34
34
  GetSendEmailStatusResponse,
35
35
  SendEmailRequest,
36
+ DeleteBlackListRequest,
36
37
  EmailSender,
37
38
  BatchSendEmailResponse,
38
39
  DeleteEmailIdentityRequest,
@@ -40,7 +41,7 @@ import {
40
41
  GetEmailIdentityRequest,
41
42
  DeleteEmailIdentityResponse,
42
43
  GetStatisticsReportRequest,
43
- DeleteBlackListRequest,
44
+ CreateReceiverRequest,
44
45
  SendTaskData,
45
46
  DeleteEmailTemplateResponse,
46
47
  Volume,
@@ -52,7 +53,8 @@ import {
52
53
  UpdateEmailTemplateRequest,
53
54
  SendEmailStatus,
54
55
  ListEmailTemplatesRequest,
55
- CreateReceiverRequest,
56
+ CreateReceiverDetailWithDataResponse,
57
+ ReceiverInputData,
56
58
  CreateReceiverDetailResponse,
57
59
  ListEmailTemplatesResponse,
58
60
  SendEmailResponse,
@@ -75,6 +77,7 @@ import {
75
77
  ListReceiversResponse,
76
78
  CreateEmailAddressResponse,
77
79
  UpdateEmailTemplateResponse,
80
+ CreateReceiverDetailWithDataRequest,
78
81
  TimedEmailParam,
79
82
  DNSAttributes,
80
83
  GetEmailTemplateResponse,
@@ -110,6 +113,16 @@ export class Client extends AbstractClient {
110
113
  return this.request("CreateEmailAddress", req, cb)
111
114
  }
112
115
 
116
+ /**
117
+ * 添加收件人地址附带模板参数
118
+ */
119
+ async CreateReceiverDetailWithData(
120
+ req: CreateReceiverDetailWithDataRequest,
121
+ cb?: (error: string, rep: CreateReceiverDetailWithDataResponse) => void
122
+ ): Promise<CreateReceiverDetailWithDataResponse> {
123
+ return this.request("CreateReceiverDetailWithData", req, cb)
124
+ }
125
+
113
126
  /**
114
127
  * 获取邮件发送状态。仅支持查询30天之内的数据
115
128
  */
@@ -381,6 +381,16 @@ export interface SendEmailRequest {
381
381
  Unsubscribe?: string
382
382
  }
383
383
 
384
+ /**
385
+ * DeleteBlackList请求参数结构体
386
+ */
387
+ export interface DeleteBlackListRequest {
388
+ /**
389
+ * 需要清除的黑名单邮箱列表,数组长度至少为1
390
+ */
391
+ EmailAddressList: Array<string>
392
+ }
393
+
384
394
  /**
385
395
  * 用于描述发件人相关信息
386
396
  */
@@ -484,13 +494,18 @@ export interface GetStatisticsReportRequest {
484
494
  }
485
495
 
486
496
  /**
487
- * DeleteBlackList请求参数结构体
497
+ * CreateReceiver请求参数结构体
488
498
  */
489
- export interface DeleteBlackListRequest {
499
+ export interface CreateReceiverRequest {
490
500
  /**
491
- * 需要清除的黑名单邮箱列表,数组长度至少为1
501
+ * 收件人列表名称
492
502
  */
493
- EmailAddressList: Array<string>
503
+ ReceiversName: string
504
+
505
+ /**
506
+ * 收件人列表描述
507
+ */
508
+ Desc?: string
494
509
  }
495
510
 
496
511
  /**
@@ -859,18 +874,29 @@ export interface ListEmailTemplatesRequest {
859
874
  }
860
875
 
861
876
  /**
862
- * CreateReceiver请求参数结构体
877
+ * CreateReceiverDetailWithData返回参数结构体
863
878
  */
864
- export interface CreateReceiverRequest {
879
+ export interface CreateReceiverDetailWithDataResponse {
865
880
  /**
866
- * 收件人列表名称
881
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
867
882
  */
868
- ReceiversName: string
883
+ RequestId?: string
884
+ }
869
885
 
886
+ /**
887
+ * 收件人明细输入参数,包含收件人邮箱,以及模板参数
888
+ */
889
+ export interface ReceiverInputData {
870
890
  /**
871
- * 收件人列表描述
891
+ * 收件人邮箱
872
892
  */
873
- Desc?: string
893
+ Email: string
894
+
895
+ /**
896
+ * 模板中的变量参数,请使用json.dump将json对象格式化为string类型。该对象是一组键值对,每个Key代表模板中的一个变量,模板中的变量使用{{键}}表示,相应的值在发送时会被替换为{{值}}。
897
+ 注意:参数值不能是html等复杂类型的数据。
898
+ */
899
+ TemplateData: string
874
900
  }
875
901
 
876
902
  /**
@@ -1224,6 +1250,21 @@ export interface UpdateEmailTemplateResponse {
1224
1250
  RequestId?: string
1225
1251
  }
1226
1252
 
1253
+ /**
1254
+ * CreateReceiverDetailWithData请求参数结构体
1255
+ */
1256
+ export interface CreateReceiverDetailWithDataRequest {
1257
+ /**
1258
+ * 收件人列表ID
1259
+ */
1260
+ ReceiverId: number
1261
+
1262
+ /**
1263
+ * 收信人邮箱以及模板参数,数组形式
1264
+ */
1265
+ Datas: Array<ReceiverInputData>
1266
+ }
1267
+
1227
1268
  /**
1228
1269
  * 创建定时发送邮件任务时,设置的定时参数,比如开始时间之类
1229
1270
  */
@@ -8464,6 +8464,11 @@ export interface ImagesInfo {
8464
8464
  * 是否授权,1是0否
8465
8465
  */
8466
8466
  IsAuthorized: number
8467
+
8468
+ /**
8469
+ * 组件个数
8470
+ */
8471
+ ComponentCnt: number
8467
8472
  }
8468
8473
 
8469
8474
  /**
@@ -785,6 +785,17 @@ export interface DeployApplicationRequest {
785
785
  * 启动探针配置
786
786
  */
787
787
  StartupProbe?: HealthCheckConfig
788
+
789
+ /**
790
+ * 操作系统版本;
791
+ 当选择openjdk时,可选参数:
792
+ - ALPINE
793
+ - CENTOS
794
+ 当选择konajdk时,可选参数:
795
+ - ALPINE
796
+ - TENCENTOS
797
+ */
798
+ OsFlavour?: string
788
799
  }
789
800
 
790
801
  /**
@@ -41,7 +41,7 @@ import {
41
41
  UpdateEKSClusterRequest,
42
42
  CreateClusterRouteTableResponse,
43
43
  DescribeClusterCommonNamesRequest,
44
- RunAutomationServiceEnabled,
44
+ DescribeTKEEdgeScriptResponse,
45
45
  NfsVolume,
46
46
  DeleteClusterEndpointResponse,
47
47
  PrometheusTemplateModify,
@@ -257,6 +257,7 @@ import {
257
257
  DescribePrometheusInstanceResponse,
258
258
  Capabilities,
259
259
  AddExistedInstancesRequest,
260
+ DescribeTKEEdgeScriptRequest,
260
261
  ClusterAsGroupOption,
261
262
  AddVpcCniSubnetsResponse,
262
263
  ModifyNodePoolDesiredCapacityAboutAsgRequest,
@@ -294,6 +295,7 @@ import {
294
295
  DescribeClusterAsGroupOptionResponse,
295
296
  ClusterAsGroupAttribute,
296
297
  DeleteClusterNodePoolResponse,
298
+ RunAutomationServiceEnabled,
297
299
  PrometheusTemplate,
298
300
  RunMonitorServiceEnabled,
299
301
  UpdateClusterVersionResponse,
@@ -478,13 +480,13 @@ export class Client extends AbstractClient {
478
480
  }
479
481
 
480
482
  /**
481
- * 查询集群访问端口状态(独立集群开启内网/外网访问,托管集群支持开启内网访问)
483
+ * 编辑节点池
482
484
  */
483
- async DescribeClusterEndpointStatus(
484
- req: DescribeClusterEndpointStatusRequest,
485
- cb?: (error: string, rep: DescribeClusterEndpointStatusResponse) => void
486
- ): Promise<DescribeClusterEndpointStatusResponse> {
487
- return this.request("DescribeClusterEndpointStatus", req, cb)
485
+ async ModifyClusterNodePool(
486
+ req: ModifyClusterNodePoolRequest,
487
+ cb?: (error: string, rep: ModifyClusterNodePoolResponse) => void
488
+ ): Promise<ModifyClusterNodePoolResponse> {
489
+ return this.request("ModifyClusterNodePool", req, cb)
488
490
  }
489
491
 
490
492
  /**
@@ -688,13 +690,13 @@ export class Client extends AbstractClient {
688
690
  }
689
691
 
690
692
  /**
691
- * 编辑节点池
693
+ * 查询集群访问端口状态(独立集群开启内网/外网访问,托管集群支持开启内网访问)
692
694
  */
693
- async ModifyClusterNodePool(
694
- req: ModifyClusterNodePoolRequest,
695
- cb?: (error: string, rep: ModifyClusterNodePoolResponse) => void
696
- ): Promise<ModifyClusterNodePoolResponse> {
697
- return this.request("ModifyClusterNodePool", req, cb)
695
+ async DescribeClusterEndpointStatus(
696
+ req: DescribeClusterEndpointStatusRequest,
697
+ cb?: (error: string, rep: DescribeClusterEndpointStatusResponse) => void
698
+ ): Promise<DescribeClusterEndpointStatusResponse> {
699
+ return this.request("DescribeClusterEndpointStatus", req, cb)
698
700
  }
699
701
 
700
702
  /**
@@ -817,6 +819,16 @@ export class Client extends AbstractClient {
817
819
  return this.request("RestartEKSContainerInstances", req, cb)
818
820
  }
819
821
 
822
+ /**
823
+ * 获取边缘脚本链接
824
+ */
825
+ async DescribeTKEEdgeScript(
826
+ req: DescribeTKEEdgeScriptRequest,
827
+ cb?: (error: string, rep: DescribeTKEEdgeScriptResponse) => void
828
+ ): Promise<DescribeTKEEdgeScriptResponse> {
829
+ return this.request("DescribeTKEEdgeScript", req, cb)
830
+ }
831
+
820
832
  /**
821
833
  * 修改节点池关联伸缩组的期望实例数
822
834
  */
@@ -516,13 +516,13 @@ export interface DescribeClusterCommonNamesRequest {
516
516
  }
517
517
 
518
518
  /**
519
- * 描述了 “云自动化助手” 服务相关的信息
519
+ * DescribeTKEEdgeScript返回参数结构体
520
520
  */
521
- export interface RunAutomationServiceEnabled {
521
+ export interface DescribeTKEEdgeScriptResponse {
522
522
  /**
523
- * 是否开启云自动化助手。取值范围:<br><li>TRUE:表示开启云自动化助手服务<br><li>FALSE:表示不开启云自动化助手服务<br><br>默认取值:FALSE
523
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
524
524
  */
525
- Enabled?: boolean
525
+ RequestId?: string
526
526
  }
527
527
 
528
528
  /**
@@ -5855,6 +5855,31 @@ export interface AddExistedInstancesRequest {
5855
5855
  InstanceAdvancedSettingsOverrides?: Array<InstanceAdvancedSettings>
5856
5856
  }
5857
5857
 
5858
+ /**
5859
+ * DescribeTKEEdgeScript请求参数结构体
5860
+ */
5861
+ export interface DescribeTKEEdgeScriptRequest {
5862
+ /**
5863
+ * 集群id
5864
+ */
5865
+ ClusterId: string
5866
+
5867
+ /**
5868
+ * 网卡名
5869
+ */
5870
+ Interface: string
5871
+
5872
+ /**
5873
+ * 节点名字
5874
+ */
5875
+ NodeName?: string
5876
+
5877
+ /**
5878
+ * json格式的节点配置
5879
+ */
5880
+ Config?: string
5881
+ }
5882
+
5858
5883
  /**
5859
5884
  * 集群弹性伸缩配置
5860
5885
  */
@@ -6634,6 +6659,16 @@ export interface DeleteClusterNodePoolResponse {
6634
6659
  RequestId?: string
6635
6660
  }
6636
6661
 
6662
+ /**
6663
+ * 描述了 “云自动化助手” 服务相关的信息
6664
+ */
6665
+ export interface RunAutomationServiceEnabled {
6666
+ /**
6667
+ * 是否开启云自动化助手。取值范围:<br><li>TRUE:表示开启云自动化助手服务<br><li>FALSE:表示不开启云自动化助手服务<br><br>默认取值:FALSE。
6668
+ */
6669
+ Enabled?: boolean
6670
+ }
6671
+
6637
6672
  /**
6638
6673
  * 模板实例
6639
6674
  */
@@ -295,6 +295,21 @@ export interface EnvInfo {
295
295
  * config-server公网访问地址
296
296
  */
297
297
  ConfigInternetServiceIp?: string
298
+
299
+ /**
300
+ * 规格ID
301
+ */
302
+ SpecId?: string
303
+
304
+ /**
305
+ * 环境的节点数
306
+ */
307
+ EnvReplica?: number
308
+
309
+ /**
310
+ * 环境运行的节点数
311
+ */
312
+ RunningCount?: number
298
313
  }
299
314
 
300
315
  /**
@@ -3453,7 +3453,7 @@ export interface CdnLogInfo {
3453
3453
  }
3454
3454
 
3455
3455
  /**
3456
- * 简单加密加解密秘钥对。
3456
+ * 简单加密加解密密钥对。
3457
3457
  */
3458
3458
  export interface SimpleAesEdkPair {
3459
3459
  /**
@@ -1884,7 +1884,7 @@ export class Client extends AbstractClient {
1884
1884
  }
1885
1885
 
1886
1886
  /**
1887
- * 创建终端节点服务。
1887
+ * 本接口(CreateVpcEndPointService)用于创建终端节点服务。
1888
1888
  */
1889
1889
  async CreateVpcEndPointService(
1890
1890
  req: CreateVpcEndPointServiceRequest,
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.301";
1
+ export declare const sdkVersion = "4.0.304";
@@ -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.301";
4
+ exports.sdkVersion = "4.0.304";
@@ -835,11 +835,11 @@ export interface DescribeLaunchConfigurationsResponse {
835
835
  /**
836
836
  * 符合条件的启动配置数量。
837
837
  */
838
- TotalCount?: number;
838
+ TotalCount: number;
839
839
  /**
840
840
  * 启动配置详细信息列表。
841
841
  */
842
- LaunchConfigurationSet?: Array<LaunchConfiguration>;
842
+ LaunchConfigurationSet: Array<LaunchConfiguration>;
843
843
  /**
844
844
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
845
845
  */
@@ -907,7 +907,7 @@ export interface DetachLoadBalancersRequest {
907
907
  */
908
908
  export interface DescribeAutoScalingInstancesRequest {
909
909
  /**
910
- * 待查询云服务器(CVM)的实例ID。参数不支持同时指定InstanceIds和Filters。
910
+ * 待查询云服务器(CVM)的实例ID。每次请求的上限为100。参数不支持同时指定InstanceIds和Filters。
911
911
  */
912
912
  InstanceIds?: Array<string>;
913
913
  /**
@@ -922,7 +922,7 @@ export interface DescribeAutoScalingInstancesRequest {
922
922
  */
923
923
  Offset?: number;
924
924
  /**
925
- * 返回数量,默认为20,最大值为2000。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
925
+ * 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
926
926
  */
927
927
  Limit?: number;
928
928
  }
@@ -1487,11 +1487,11 @@ export interface DescribeScheduledActionsResponse {
1487
1487
  /**
1488
1488
  * 符合条件的定时任务数量。
1489
1489
  */
1490
- TotalCount?: number;
1490
+ TotalCount: number;
1491
1491
  /**
1492
1492
  * 定时任务详细信息列表。
1493
1493
  */
1494
- ScheduledActionSet?: Array<ScheduledAction>;
1494
+ ScheduledActionSet: Array<ScheduledAction>;
1495
1495
  /**
1496
1496
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1497
1497
  */
@@ -1954,6 +1954,11 @@ export interface DataDisk {
1954
1954
  注意:此字段可能返回 null,表示取不到有效值。
1955
1955
  */
1956
1956
  SnapshotId?: string;
1957
+ /**
1958
+ * 数据盘是否随子机销毁。取值范围:<br><li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘<br><li>FALSE:子机销毁时,保留数据盘
1959
+ 注意:此字段可能返回 null,表示取不到有效值。
1960
+ */
1961
+ DeleteWithInstance?: boolean;
1957
1962
  }
1958
1963
  /**
1959
1964
  * PreviewPaiDomainName请求参数结构体
@@ -2319,6 +2324,10 @@ export interface ScheduledAction {
2319
2324
  * 定时任务的创建时间。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。
2320
2325
  */
2321
2326
  CreatedTime: string;
2327
+ /**
2328
+ * 定时任务的执行类型。取值范围:<br><li>CRONTAB:代表定时任务为重复执行。<br><li>ONCE:代表定时任务为单次执行。
2329
+ */
2330
+ ScheduledType: string;
2322
2331
  }
2323
2332
  /**
2324
2333
  * CompleteLifecycleAction返回参数结构体
@@ -386,7 +386,7 @@ export interface CreateRecTaskRequest {
386
386
  */
387
387
  EngineModelType: string;
388
388
  /**
389
- * 识别声道数。1:单声道;2:双声道(仅支持 8k_zh 引擎模)。注意:录音识别会自动将音频转码为填写的识别声道数
389
+ * 识别声道数。1:单声道(非电话场景,直接选择单声道即可,忽略音频声道数);2:双声道(仅支持8k_zh电话场景,双声道应分别对应通话双方)。注意:双声道的电话音频已物理分离说话人,无需再开启说话人分离功能。
390
390
  */
391
391
  ChannelNum: number;
392
392
  /**