tencentcloud-sdk-nodejs 4.1.257 → 4.1.259

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 (83) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cfw/v20190904/cfw_client.js +3 -0
  3. package/es/services/cngw/v20230418/cngw_client.js +12 -0
  4. package/es/services/csip/v20221121/csip_client.js +24 -0
  5. package/es/services/cwp/v20180228/cwp_client.js +3 -0
  6. package/es/services/dlc/v20210125/dlc_client.js +3 -0
  7. package/es/services/dts/v20211206/dts_client.js +6 -0
  8. package/es/services/monitor/v20180724/monitor_client.js +3 -0
  9. package/es/services/omics/v20221128/omics_client.js +3 -0
  10. package/es/services/tdmysql/v20211122/tdmysql_client.js +0 -3
  11. package/package.json +1 -1
  12. package/tencentcloud/common/sdk_version.d.ts +1 -1
  13. package/tencentcloud/common/sdk_version.js +1 -1
  14. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +1 -1
  15. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +850 -447
  16. package/tencentcloud/services/apis/v20240801/apis_models.d.ts +12 -0
  17. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +28 -0
  18. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +32 -7
  19. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -7
  20. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -8
  21. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +26 -24
  22. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  23. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  24. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +38 -0
  25. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +59 -105
  26. package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +17 -1
  27. package/tencentcloud/services/cngw/v20230418/cngw_client.js +24 -0
  28. package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +202 -82
  29. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +33 -1
  30. package/tencentcloud/services/csip/v20221121/csip_client.js +48 -0
  31. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +856 -187
  32. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
  33. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
  34. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +64 -0
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -0
  36. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +2 -2
  37. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  38. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  39. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -12
  40. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +10 -24
  41. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
  42. package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
  43. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +129 -4
  44. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +96 -96
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  46. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  47. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +44 -279
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -17
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +18 -18
  53. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -1
  54. package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -0
  55. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +398 -386
  56. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +15 -15
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +67 -0
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
  60. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
  61. package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
  62. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +46 -8
  63. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +17 -9
  64. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +45 -21
  65. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +326 -240
  66. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -18
  67. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +12 -4
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -4
  69. package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.d.ts +1 -5
  70. package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.js +0 -6
  71. package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +0 -34
  72. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +11 -3
  73. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +11 -3
  74. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +53 -33
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -8
  76. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +1 -1
  77. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +86 -65
  78. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -26
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -6
  80. package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +3 -1
  81. package/tencentcloud/services/vtc/v20240223/vtc_client.js +3 -1
  82. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +290 -237
  83. package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +10 -2
@@ -113,7 +113,7 @@ export interface FeiShuRobotNoticeTmplMatcher {
113
113
  */
114
114
  export interface DeleteNoticeContentTmplsRequest {
115
115
  /**
116
- * 要删除的模板id
116
+ * <p>要删除的模板id</p>
117
117
  */
118
118
  TmplIDs?: Array<string>;
119
119
  }
@@ -311,7 +311,7 @@ export interface QCloudYeheNoticeTmplItem {
311
311
  */
312
312
  export interface CreateNoticeContentTmplResponse {
313
313
  /**
314
- * 自定义内容模板ID
314
+ * <p>自定义内容模板ID</p>
315
315
  */
316
316
  TmplID?: string;
317
317
  /**
@@ -909,19 +909,19 @@ export interface ModifyNoticeContentTmplRequest {
909
909
  */
910
910
  export interface CreateNoticeContentTmplRequest {
911
911
  /**
912
- * 模板名称
912
+ * <p>模板名称</p>
913
913
  */
914
914
  TmplName: string;
915
915
  /**
916
- * 监控类型
916
+ * <p>监控类型</p>
917
917
  */
918
918
  MonitorType: string;
919
919
  /**
920
- * 模板内容
920
+ * <p>模板内容</p>
921
921
  */
922
922
  TmplContents: NoticeContentTmplItem;
923
923
  /**
924
- * 模板语言 en/zh
924
+ * <p>模板语言 en/zh</p>
925
925
  */
926
926
  TmplLanguage: string;
927
927
  }
@@ -977,46 +977,46 @@ export interface DescribeAIWorkbenchSREDigitalTwinWorkLogDetailResponse {
977
977
  */
978
978
  export interface NoticeContentTmpl {
979
979
  /**
980
- * 自定义通知内容模板id,唯一id
980
+ * <p>自定义通知内容模板id,唯一id</p>
981
981
  注意:此字段可能返回 null,表示取不到有效值。
982
982
  */
983
983
  TmplID?: string;
984
984
  /**
985
- * 自定义通知内容模板名
985
+ * <p>自定义通知内容模板名</p>
986
986
  注意:此字段可能返回 null,表示取不到有效值。
987
987
  */
988
988
  TmplName?: string;
989
989
  /**
990
- * 通知内容
990
+ * <p>通知内容</p>
991
991
  注意:此字段可能返回 null,表示取不到有效值。
992
992
  */
993
993
  TmplContents?: NoticeContentTmplItem;
994
994
  /**
995
- * Unix时间戳,秒
995
+ * <p>Unix时间戳,秒</p>
996
996
  注意:此字段可能返回 null,表示取不到有效值。
997
997
  */
998
998
  CreateTime?: number;
999
999
  /**
1000
- * Unix时间戳,秒
1000
+ * <p>Unix时间戳,秒</p>
1001
1001
  注意:此字段可能返回 null,表示取不到有效值。
1002
1002
  */
1003
1003
  UpdateTime?: number;
1004
1004
  /**
1005
- * 最后修改人
1005
+ * <p>最后修改人</p>
1006
1006
  注意:此字段可能返回 null,表示取不到有效值。
1007
1007
  */
1008
1008
  LastModifier?: string;
1009
1009
  /**
1010
- * 创建人
1010
+ * <p>创建人</p>
1011
1011
  注意:此字段可能返回 null,表示取不到有效值。
1012
1012
  */
1013
1013
  Creator?: string;
1014
1014
  /**
1015
- * 监控类型
1015
+ * <p>监控类型</p>
1016
1016
  */
1017
1017
  MonitorType?: string;
1018
1018
  /**
1019
- * 模板语言 en/zh
1019
+ * <p>模板语言 en/zh</p>
1020
1020
  */
1021
1021
  TmplLanguage?: string;
1022
1022
  }
@@ -801,6 +801,19 @@ export interface MediaProcessTaskImageSpriteResult {
801
801
  */
802
802
  FinishTime?: string;
803
803
  }
804
+ /**
805
+ * 自定义描述变量
806
+ */
807
+ export interface CustomVariable {
808
+ /**
809
+ * <p>用户自定义变量类型。</p><p>参数格式:PascalCase格式。</p><p>不能为UserPrompt。默认平台模板未适配自定义内容,如需适配需提交工单。</p>
810
+ */
811
+ Type?: string;
812
+ /**
813
+ * <p>自定义变量描述。</p>
814
+ */
815
+ Description?: string;
816
+ }
804
817
  /**
805
818
  * AI解说二创结果信息
806
819
  */
@@ -4102,6 +4115,10 @@ export interface ImageTaskInput {
4102
4115
  * <p>Ai 换装配置。</p>
4103
4116
  */
4104
4117
  AiTryOnConfig?: AiTryOnConfig;
4118
+ /**
4119
+ * <p>Ai套图配置。</p>
4120
+ */
4121
+ AiPosterSuiteConfig?: AiPosterSuiteConfig;
4105
4122
  }
4106
4123
  /**
4107
4124
  * 查询输出的HLS拉流URL信息。
@@ -13856,6 +13873,19 @@ export interface PlaybackInfoReq {
13856
13873
  */
13857
13874
  ClipRangeConf?: ClipRangeInfo;
13858
13875
  }
13876
+ /**
13877
+ * 套图图片信息
13878
+ */
13879
+ export interface RecipeItem {
13880
+ /**
13881
+ * <p>子图类型</p><p>枚举值:</p><ul><li>hero: 商品主图</li><li>detail: 商品细节图</li><li>selling: 核心卖点图</li><li>atmosphere: 场景氛围图</li><li>angles: 多角度图</li><li>scene: 使用场景图</li></ul>
13882
+ */
13883
+ Theme?: string;
13884
+ /**
13885
+ * <p>对应子图数量。</p><p>取值范围:[1, 4]</p><p>单位:张</p><p>单种子图最多4张,子图总数必须在4-12张范围内。</p>
13886
+ */
13887
+ Num?: number;
13888
+ }
13859
13889
  /**
13860
13890
  * 内容审核涉敏任务结果类型
13861
13891
  */
@@ -24464,6 +24494,43 @@ export interface DeleteStreamPackageLinearAssemblyProgramResponse {
24464
24494
  */
24465
24495
  RequestId?: string;
24466
24496
  }
24497
+ /**
24498
+ * 智能套图配置
24499
+ */
24500
+ export interface AiPosterSuiteConfig {
24501
+ /**
24502
+ * <p>出图模式</p><p>枚举值:</p><ul><li>auto: 全自动模式。此模式下支持CustomVariables传入。</li><li>modify: 修改模式。此模式下需要在AddOnParameter.ExtPrompt字段提供对应描述。此模式下禁止CustomVariables传入。</li></ul><p>默认值:auto</p>
24503
+ */
24504
+ Mode?: string;
24505
+ /**
24506
+ * <p>电商平台视觉模板id</p><p>如需个性化定制视觉模板,请提交工单。</p>
24507
+ */
24508
+ Definition?: number;
24509
+ /**
24510
+ * <p>子图配置。</p>
24511
+ */
24512
+ Recipe?: Array<RecipeItem>;
24513
+ /**
24514
+ * <p>子图文案语言。</p><p>枚举值:</p><ul><li>zh-CN: 简体中文</li><li>en-US: 美式英语</li></ul><p>默认值:zh-CN</p><p>如需支持更多语言输出,请提交工单。</p>
24515
+ */
24516
+ Language?: string;
24517
+ /**
24518
+ * <p>子图比例。</p><p>枚举值:</p><ul><li>1:1: 1:1</li><li>3:4: 3:4</li><li>4:3: 4:3</li><li>9:16: 9:16</li><li>16:9: 16:9</li></ul><p>默认值:1:1</p>
24519
+ */
24520
+ PanelRatio?: string;
24521
+ /**
24522
+ * <p>子图分辨率</p><p>枚举值:</p><ul><li>720: 720</li><li>1K: 1K</li><li>2K: 2K</li><li>4K: 4K</li></ul><p>默认值:1K</p>
24523
+ */
24524
+ PanelResolution?: string;
24525
+ /**
24526
+ * <p>用户自定义变量。</p>
24527
+ */
24528
+ CustomVariables?: Array<CustomVariable>;
24529
+ /**
24530
+ * <p>模型名称。</p><p>枚举值:</p><ul><li>WAND-suite-1.0-flash: WAND-suite-1.0-flash</li></ul>
24531
+ */
24532
+ Model?: string;
24533
+ }
24467
24534
  /**
24468
24535
  * 音频增强配置
24469
24536
  */
@@ -727,8 +727,10 @@ export declare class Client extends AbstractClient {
727
727
  */
728
728
  VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
729
729
  /**
730
- * 提供比对核验企业名称、统一社会信用代码、法人姓名一致性的服务,助力快速核验企业资质。
731
- 注意:核验准确率在99%以上,存在个别特殊情况下核验结果不准确,请选用前知悉。
730
+ * 提供比对核验企业名称、统一社会信用代码、法人姓名(可选)一致性的服务,助力快速核验企业资质。
731
+ 注意:
732
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
733
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
732
734
  */
733
735
  VerifyBizLicenseEnterprise3(req: VerifyBizLicenseEnterprise3Request, cb?: (error: string, rep: VerifyBizLicenseEnterprise3Response) => void): Promise<VerifyBizLicenseEnterprise3Response>;
734
736
  /**
@@ -893,8 +893,10 @@ class Client extends abstract_client_1.AbstractClient {
893
893
  return this.request("VerifyOfdVatInvoiceOCR", req, cb);
894
894
  }
895
895
  /**
896
- * 提供比对核验企业名称、统一社会信用代码、法人姓名一致性的服务,助力快速核验企业资质。
897
- 注意:核验准确率在99%以上,存在个别特殊情况下核验结果不准确,请选用前知悉。
896
+ * 提供比对核验企业名称、统一社会信用代码、法人姓名(可选)一致性的服务,助力快速核验企业资质。
897
+ 注意:
898
+ 存在个别特殊情况下核验结果不准确,请选用前知悉;
899
+ 按周更新企业信息变更情况,如遇到未及时更新的情况,可联系在线客服转产品团队进行人工处理。
898
900
  */
899
901
  async VerifyBizLicenseEnterprise3(req, cb) {
900
902
  return this.request("VerifyBizLicenseEnterprise3", req, cb);
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DeleteVolumeDataRequest, RetryRunsResponse, RebootHPCNodesRequest, CreateVolumeRequest, DescribeTablesResponse, RetryRunsRequest, TerminateRunGroupResponse, DescribeVolumesResponse, DescribeApplicationVersionsRequest, ImportCommonApplicationResponse, GetRunStatusRequest, CreateEnvironmentResponse, ImportTableFileResponse, ImportTableFileRequest, DescribeApplicationsResponse, DescribeEnvironmentsRequest, CreateEnvironmentRequest, DescribeInputTemplatesRequest, DescribeTablesRowsRequest, GetRunCallsResponse, GetRunMetadataFileRequest, DescribeHPCNodesResponse, GetRunMetadataFileResponse, DeleteEnvironmentResponse, GetRunCallsRequest, RunWorkflowRequest, DescribeRunsRequest, RebootHPCNodesResponse, DescribeHPCNodesRequest, DescribeEnvironmentsResponse, RunApplicationResponse, DescribeInputTemplatesResponse, DescribeHPCClustersResponse, DeleteEnvironmentRequest, DescribePublicApplicationsRequest, TerminateRunGroupRequest, GetRunStatusResponse, DescribeTablesRequest, DeleteVolumeDataResponse, DescribeVolumesRequest, RunWorkflowResponse, GetInputTemplateFileResponse, DescribeHPCClustersRequest, DescribeApplicationVersionsResponse, DescribeTablesRowsResponse, DescribeProjectsRequest, CreateVolumeResponse, DeleteVolumeRequest, DescribeProjectsResponse, ModifyVolumeResponse, DescribeApplicationsRequest, GetInputTemplateFileRequest, DeleteVolumeResponse, RunApplicationRequest, DescribeRunGroupsResponse, DescribeRunsResponse, ModifyVolumeRequest, DescribeRunGroupsRequest, DescribePublicApplicationsResponse, ImportCommonApplicationRequest } from "./omics_models";
3
+ import { DeleteVolumeDataRequest, RetryRunsResponse, RebootHPCNodesRequest, CreateVolumeRequest, GetRunJobLogResponse, RetryRunsRequest, TerminateRunGroupResponse, DescribeVolumesResponse, DescribeApplicationVersionsRequest, GetRunJobLogRequest, ImportCommonApplicationResponse, GetRunStatusRequest, CreateEnvironmentResponse, ImportTableFileResponse, ImportTableFileRequest, DescribeApplicationsResponse, DescribeEnvironmentsRequest, CreateEnvironmentRequest, DescribeInputTemplatesRequest, DescribeTablesRowsRequest, GetRunCallsResponse, GetRunMetadataFileRequest, DescribeHPCNodesResponse, GetRunMetadataFileResponse, DeleteEnvironmentResponse, GetRunCallsRequest, RunWorkflowRequest, DescribeRunsRequest, RebootHPCNodesResponse, DescribeHPCNodesRequest, DescribeEnvironmentsResponse, DescribeTablesResponse, RunApplicationResponse, DescribeInputTemplatesResponse, DescribeHPCClustersResponse, DeleteEnvironmentRequest, DescribePublicApplicationsRequest, TerminateRunGroupRequest, GetRunStatusResponse, DescribeTablesRequest, DeleteVolumeDataResponse, DescribeVolumesRequest, RunWorkflowResponse, GetInputTemplateFileResponse, DescribeHPCClustersRequest, DescribeApplicationVersionsResponse, DescribeTablesRowsResponse, DescribeProjectsRequest, CreateVolumeResponse, DeleteVolumeRequest, DescribeProjectsResponse, ModifyVolumeResponse, DescribeApplicationsRequest, GetInputTemplateFileRequest, DeleteVolumeResponse, RunApplicationRequest, DescribeRunGroupsResponse, DescribeRunsResponse, ModifyVolumeRequest, DescribeRunGroupsRequest, DescribePublicApplicationsResponse, ImportCommonApplicationRequest } from "./omics_models";
4
4
  /**
5
5
  * omics client
6
6
  * @class
@@ -43,6 +43,10 @@ export declare class Client extends AbstractClient {
43
43
  * 运行应用。
44
44
  */
45
45
  RunApplication(req: RunApplicationRequest, cb?: (error: string, rep: RunApplicationResponse) => void): Promise<RunApplicationResponse>;
46
+ /**
47
+ * 获取任务详情文件。
48
+ */
49
+ GetRunJobLog(req: GetRunJobLogRequest, cb?: (error: string, rep: GetRunJobLogResponse) => void): Promise<GetRunJobLogResponse>;
46
50
  /**
47
51
  * 删除缓存卷。
48
52
  */
@@ -81,6 +81,12 @@ class Client extends abstract_client_1.AbstractClient {
81
81
  async RunApplication(req, cb) {
82
82
  return this.request("RunApplication", req, cb);
83
83
  }
84
+ /**
85
+ * 获取任务详情文件。
86
+ */
87
+ async GetRunJobLog(req, cb) {
88
+ return this.request("GetRunJobLog", req, cb);
89
+ }
84
90
  /**
85
91
  * 删除缓存卷。
86
92
  */
@@ -111,17 +111,13 @@ export interface LimitRange {
111
111
  MaxMemory?: string;
112
112
  }
113
113
  /**
114
- * DescribeTables返回参数结构体
114
+ * GetRunJobLog返回参数结构体
115
115
  */
116
- export interface DescribeTablesResponse {
116
+ export interface GetRunJobLogResponse {
117
117
  /**
118
- * 结果总数。
118
+ * <p>日志内容</p>
119
119
  */
120
- TotalCount?: number;
121
- /**
122
- * 表格列表。
123
- */
124
- Tables?: Array<Table>;
120
+ Content?: string;
125
121
  /**
126
122
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
127
123
  */
@@ -509,6 +505,31 @@ export interface DescribeApplicationVersionsRequest {
509
505
  */
510
506
  Limit?: number;
511
507
  }
508
+ /**
509
+ * GetRunJobLog请求参数结构体
510
+ */
511
+ export interface GetRunJobLogRequest {
512
+ /**
513
+ * <p>任务Uuid。</p>
514
+ */
515
+ RunUuid: string;
516
+ /**
517
+ * <p>子任务id</p>
518
+ */
519
+ JobId: string;
520
+ /**
521
+ * <p>日志类型</p><p>枚举值:</p><ul><li>stdout: 标准输出</li><li>stderr: 标准错误</li></ul>
522
+ */
523
+ LogType: string;
524
+ /**
525
+ * <p>项目ID。<br>(不填使用指定地域下的默认项目)</p>
526
+ */
527
+ ProjectId?: string;
528
+ /**
529
+ * <p>子任务路径,无子任务可填空</p>
530
+ */
531
+ Path?: string;
532
+ }
512
533
  /**
513
534
  * 运行参数模板
514
535
  */
@@ -1532,6 +1553,23 @@ export interface DescribeEnvironmentsResponse {
1532
1553
  */
1533
1554
  RequestId?: string;
1534
1555
  }
1556
+ /**
1557
+ * DescribeTables返回参数结构体
1558
+ */
1559
+ export interface DescribeTablesResponse {
1560
+ /**
1561
+ * 结果总数。
1562
+ */
1563
+ TotalCount?: number;
1564
+ /**
1565
+ * 表格列表。
1566
+ */
1567
+ Tables?: Array<Table>;
1568
+ /**
1569
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1570
+ */
1571
+ RequestId?: string;
1572
+ }
1535
1573
  /**
1536
1574
  * RunApplication返回参数结构体
1537
1575
  */
@@ -1236,17 +1236,21 @@ export interface DescribeDataStaticResourceV2Request {
1236
1236
  */
1237
1237
  export interface DescribeReleaseFilesRequest {
1238
1238
  /**
1239
- * 项目 id
1239
+ * <p>项目 id</p>
1240
1240
  */
1241
1241
  ProjectID: number;
1242
1242
  /**
1243
- * 文件版本
1243
+ * <p>文件版本</p>
1244
1244
  */
1245
1245
  FileVersion?: string;
1246
1246
  /**
1247
- * 查询过滤条件(根据sourcemap的文件名模糊匹配)
1247
+ * <p>查询过滤条件(根据sourcemap的文件名模糊匹配)</p>
1248
1248
  */
1249
1249
  FileName?: string;
1250
+ /**
1251
+ * <p>false/不传=保留「最近 3 个月」约束(旧行为);true=绕过时间窗口</p>
1252
+ */
1253
+ IgnoreDefaultTimeRange?: boolean;
1250
1254
  }
1251
1255
  /**
1252
1256
  * CreateReleaseFile请求参数结构体
@@ -3007,25 +3011,29 @@ export interface DescribeFOOMProblemListRequest {
3007
3011
  */
3008
3012
  export interface ReleaseFile {
3009
3013
  /**
3010
- * 文件版本
3014
+ * <p>文件版本</p>
3011
3015
  */
3012
3016
  Version?: string;
3013
3017
  /**
3014
- * 文件唯一 key
3018
+ * <p>文件唯一 key</p>
3015
3019
  */
3016
3020
  FileKey?: string;
3017
3021
  /**
3018
- * 文件名
3022
+ * <p>文件名</p>
3019
3023
  */
3020
3024
  FileName?: string;
3021
3025
  /**
3022
- * 文件哈希值
3026
+ * <p>文件哈希值</p>
3023
3027
  */
3024
3028
  FileHash?: string;
3025
3029
  /**
3026
- * 文件 id
3030
+ * <p>文件 id</p>
3027
3031
  */
3028
3032
  ID?: number;
3033
+ /**
3034
+ * <p>创建时间</p>
3035
+ */
3036
+ CreatedAt?: string;
3029
3037
  }
3030
3038
  /**
3031
3039
  * ModifyProjectLimit返回参数结构体
@@ -4782,7 +4790,7 @@ export interface DescribeFOOMReportListResponse {
4782
4790
  */
4783
4791
  export interface DescribeReleaseFilesResponse {
4784
4792
  /**
4785
- * 文件信息列表
4793
+ * <p>文件信息列表</p>
4786
4794
  */
4787
4795
  Files?: Array<ReleaseFile>;
4788
4796
  /**
@@ -486,9 +486,17 @@ export interface SendEmailRequest {
486
486
  */
487
487
  export interface UpdateEmailIdentityRequest {
488
488
  /**
489
- * 请求验证的域名
489
+ * <p>请求验证的域名</p>
490
490
  */
491
491
  EmailIdentity: string;
492
+ /**
493
+ * <p>匹分控制台新老API</p>
494
+ */
495
+ NewAPI?: boolean;
496
+ /**
497
+ * <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul>
498
+ */
499
+ DKIMOption?: number;
492
500
  }
493
501
  /**
494
502
  * DeleteEmailIdentity返回参数结构体
@@ -861,17 +869,21 @@ export interface ListReceiversRequest {
861
869
  */
862
870
  export interface GetEmailIdentityResponse {
863
871
  /**
864
- * 验证类型。固定值:DOMAIN
872
+ * <p>验证类型。固定值:DOMAIN</p>
865
873
  */
866
874
  IdentityType?: string;
867
875
  /**
868
- * 是否已通过验证
876
+ * <p>是否已通过验证</p>
869
877
  */
870
878
  VerifiedForSendingStatus?: boolean;
871
879
  /**
872
- * DNS配置详情
880
+ * <p>DNS配置详情</p>
873
881
  */
874
882
  Attributes?: Array<DNSAttributes>;
883
+ /**
884
+ * <p>dkim密钥长度</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: both</li></ul>
885
+ */
886
+ DKIMOption?: number;
875
887
  /**
876
888
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
877
889
  */
@@ -966,7 +978,7 @@ export interface ListEmailTemplatesResponse {
966
978
  */
967
979
  export interface GetEmailIdentityRequest {
968
980
  /**
969
- * 发信域名
981
+ * <p>发信域名</p>
970
982
  */
971
983
  EmailIdentity: string;
972
984
  }
@@ -1026,15 +1038,15 @@ export interface AddressUnsubscribeConfigData {
1026
1038
  */
1027
1039
  export interface CreateEmailIdentityRequest {
1028
1040
  /**
1029
- * 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com
1041
+ * <p>您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。</p>
1030
1042
  */
1031
1043
  EmailIdentity: string;
1032
1044
  /**
1033
- * 生成的dkim密钥长度。0:1024,1:2048
1045
+ * <p>生成的dkim密钥长度。0:1024,1:2048</p>
1034
1046
  */
1035
1047
  DKIMOption?: number;
1036
1048
  /**
1037
- * tag 标签
1049
+ * <p>tag 标签</p>
1038
1050
  */
1039
1051
  TagList?: Array<TagList>;
1040
1052
  }
@@ -1277,17 +1289,21 @@ export interface ListReceiverDetailsRequest {
1277
1289
  */
1278
1290
  export interface CreateEmailIdentityResponse {
1279
1291
  /**
1280
- * 验证类型。固定值:DOMAIN
1292
+ * <p>验证类型。固定值:DOMAIN</p>
1281
1293
  */
1282
1294
  IdentityType?: string;
1283
1295
  /**
1284
- * 是否已通过验证
1296
+ * <p>是否已通过验证</p>
1285
1297
  */
1286
1298
  VerifiedForSendingStatus?: boolean;
1287
1299
  /**
1288
- * 需要配置的DNS信息
1300
+ * <p>需要配置的DNS信息</p>
1289
1301
  */
1290
1302
  Attributes?: Array<DNSAttributes>;
1303
+ /**
1304
+ * <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul>
1305
+ */
1306
+ DKIMOption?: number;
1291
1307
  /**
1292
1308
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1293
1309
  */
@@ -1607,17 +1623,21 @@ export interface CreateAddressUnsubscribeConfigRequest {
1607
1623
  */
1608
1624
  export interface UpdateEmailIdentityResponse {
1609
1625
  /**
1610
- * 验证类型。固定值:DOMAIN
1626
+ * <p>验证类型。固定值:DOMAIN</p>
1611
1627
  */
1612
1628
  IdentityType?: string;
1613
1629
  /**
1614
- * 是否已通过验证
1630
+ * <p>是否已通过验证</p>
1615
1631
  */
1616
1632
  VerifiedForSendingStatus?: boolean;
1617
1633
  /**
1618
- * 需要配置的DNS信息
1634
+ * <p>需要配置的DNS信息</p>
1619
1635
  */
1620
1636
  Attributes?: Array<DNSAttributes>;
1637
+ /**
1638
+ * <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul>
1639
+ */
1640
+ DKIMOption?: number;
1621
1641
  /**
1622
1642
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1623
1643
  */
@@ -1688,33 +1708,37 @@ export interface DeleteEmailAddressRequest {
1688
1708
  */
1689
1709
  export interface EmailIdentity {
1690
1710
  /**
1691
- * 发信域名
1711
+ * <p>发信域名</p>
1692
1712
  */
1693
1713
  IdentityName?: string;
1694
1714
  /**
1695
- * 验证类型,固定为DOMAIN
1715
+ * <p>验证类型,固定为DOMAIN</p>
1696
1716
  */
1697
1717
  IdentityType?: string;
1698
1718
  /**
1699
- * 是否已通过验证
1719
+ * <p>是否已通过验证</p>
1700
1720
  */
1701
1721
  SendingEnabled?: boolean;
1702
1722
  /**
1703
- * 当前信誉等级
1723
+ * <p>当前信誉等级</p>
1704
1724
  */
1705
1725
  CurrentReputationLevel?: number;
1706
1726
  /**
1707
- * 当日最高发信量
1727
+ * <p>当日最高发信量</p>
1708
1728
  */
1709
1729
  DailyQuota?: number;
1710
1730
  /**
1711
- * 域名配置的独立ip
1731
+ * <p>域名配置的独立ip</p>
1712
1732
  */
1713
1733
  SendIp?: Array<string>;
1714
1734
  /**
1715
- * tag 标签
1735
+ * <p>tag 标签</p>
1716
1736
  */
1717
1737
  TagList?: Array<TagList>;
1738
+ /**
1739
+ * <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul><p>默认值:0</p>
1740
+ */
1741
+ DKIMOption?: number;
1718
1742
  }
1719
1743
  /**
1720
1744
  * DeleteReceiver请求参数结构体