tencentcloud-sdk-nodejs 4.0.886 → 4.0.887

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 (44) hide show
  1. package/CHANGELOG.md +182 -0
  2. package/SERVICE_CHANGELOG.md +276 -51
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
  7. package/src/services/domain/v20180808/domain_models.ts +11 -11
  8. package/src/services/emr/v20190103/emr_models.ts +2 -10
  9. package/src/services/ess/v20201111/ess_models.ts +23 -3
  10. package/src/services/mmps/v20200710/mmps_models.ts +3 -3
  11. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  12. package/src/services/scf/v20180416/scf_client.ts +1 -1
  13. package/src/services/scf/v20180416/scf_models.ts +9 -9
  14. package/src/services/ssl/v20191205/ssl_models.ts +43 -20
  15. package/src/services/vpc/v20170312/vpc_client.ts +338 -100
  16. package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
  17. package/src/services/waf/v20180125/waf_client.ts +0 -12
  18. package/src/services/waf/v20180125/waf_models.ts +0 -25
  19. package/src/services/wedata/v20210820/wedata_client.ts +51 -22
  20. package/src/services/wedata/v20210820/wedata_models.ts +663 -477
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
  24. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
  25. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
  26. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -3
  27. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
  28. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  29. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  30. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  31. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -9
  32. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
  33. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -34
  34. package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -45
  35. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
  36. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  37. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  38. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -23
  39. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
  40. package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
  41. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
  42. package/test/vpc.v20170312.test.js +204 -24
  43. package/test/waf.v20180125.test.js +0 -10
  44. package/test/wedata.v20210820.test.js +24 -4
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.886";
1
+ export declare const sdkVersion = "4.0.887";
@@ -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.886";
4
+ exports.sdkVersion = "4.0.887";
@@ -1064,32 +1064,32 @@ export interface DescribeClusterPasswordComplexityResponse {
1064
1064
  * 数据字典参数
1065
1065
  注意:此字段可能返回 null,表示取不到有效值。
1066
1066
  */
1067
- ValidatePasswordDictionary: ParamInfo;
1067
+ ValidatePasswordDictionary?: ParamInfo;
1068
1068
  /**
1069
1069
  * 密码长度
1070
1070
  注意:此字段可能返回 null,表示取不到有效值。
1071
1071
  */
1072
- ValidatePasswordLength: ParamInfo;
1072
+ ValidatePasswordLength?: ParamInfo;
1073
1073
  /**
1074
1074
  * 大小写敏感字符个数
1075
1075
  注意:此字段可能返回 null,表示取不到有效值。
1076
1076
  */
1077
- ValidatePasswordMixedCaseCount: ParamInfo;
1077
+ ValidatePasswordMixedCaseCount?: ParamInfo;
1078
1078
  /**
1079
1079
  * 数字个数
1080
1080
  注意:此字段可能返回 null,表示取不到有效值。
1081
1081
  */
1082
- ValidatePasswordNumberCount: ParamInfo;
1082
+ ValidatePasswordNumberCount?: ParamInfo;
1083
1083
  /**
1084
1084
  * 密码等级
1085
1085
  注意:此字段可能返回 null,表示取不到有效值。
1086
1086
  */
1087
- ValidatePasswordPolicy: ParamInfo;
1087
+ ValidatePasswordPolicy?: ParamInfo;
1088
1088
  /**
1089
1089
  * 特殊字符个数
1090
1090
  注意:此字段可能返回 null,表示取不到有效值。
1091
1091
  */
1092
- ValidatePasswordSpecialCharCount: ParamInfo;
1092
+ ValidatePasswordSpecialCharCount?: ParamInfo;
1093
1093
  /**
1094
1094
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1095
1095
  */
@@ -2879,11 +2879,11 @@ export interface DescribeClusterDetailDatabasesResponse {
2879
2879
  * 数据库信息
2880
2880
  注意:此字段可能返回 null,表示取不到有效值。
2881
2881
  */
2882
- DbInfos: Array<DbInfo>;
2882
+ DbInfos?: Array<DbInfo>;
2883
2883
  /**
2884
2884
  * 总数
2885
2885
  */
2886
- TotalCount: number;
2886
+ TotalCount?: number;
2887
2887
  /**
2888
2888
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2889
2889
  */
@@ -3345,7 +3345,7 @@ export interface DescribeInstanceDetailResponse {
3345
3345
  /**
3346
3346
  * 实例详情
3347
3347
  */
3348
- Detail: CynosdbInstanceDetail;
3348
+ Detail?: CynosdbInstanceDetail;
3349
3349
  /**
3350
3350
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3351
3351
  */
@@ -3704,52 +3704,52 @@ export interface NetAddr {
3704
3704
  * 内网ip
3705
3705
  注意:此字段可能返回 null,表示取不到有效值。
3706
3706
  */
3707
- Vip: string;
3707
+ Vip?: string;
3708
3708
  /**
3709
3709
  * 内网端口号
3710
3710
  注意:此字段可能返回 null,表示取不到有效值。
3711
3711
  */
3712
- Vport: number;
3712
+ Vport?: number;
3713
3713
  /**
3714
3714
  * 外网域名
3715
3715
  注意:此字段可能返回 null,表示取不到有效值。
3716
3716
  */
3717
- WanDomain: string;
3717
+ WanDomain?: string;
3718
3718
  /**
3719
3719
  * 外网端口号
3720
3720
  注意:此字段可能返回 null,表示取不到有效值。
3721
3721
  */
3722
- WanPort: number;
3722
+ WanPort?: number;
3723
3723
  /**
3724
3724
  * 网络类型(ro-只读,rw/ha-读写)
3725
3725
  注意:此字段可能返回 null,表示取不到有效值。
3726
3726
  */
3727
- NetType: string;
3727
+ NetType?: string;
3728
3728
  /**
3729
3729
  * 子网ID
3730
3730
  注意:此字段可能返回 null,表示取不到有效值。
3731
3731
  */
3732
- UniqSubnetId: string;
3732
+ UniqSubnetId?: string;
3733
3733
  /**
3734
3734
  * 私有网络ID
3735
3735
  注意:此字段可能返回 null,表示取不到有效值。
3736
3736
  */
3737
- UniqVpcId: string;
3737
+ UniqVpcId?: string;
3738
3738
  /**
3739
3739
  * 描述信息
3740
3740
  注意:此字段可能返回 null,表示取不到有效值。
3741
3741
  */
3742
- Description: string;
3742
+ Description?: string;
3743
3743
  /**
3744
3744
  * 外网IP
3745
3745
  注意:此字段可能返回 null,表示取不到有效值。
3746
3746
  */
3747
- WanIP: string;
3747
+ WanIP?: string;
3748
3748
  /**
3749
3749
  * 外网状态
3750
3750
  注意:此字段可能返回 null,表示取不到有效值。
3751
3751
  */
3752
- WanStatus: string;
3752
+ WanStatus?: string;
3753
3753
  /**
3754
3754
  * 实例组ID
3755
3755
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4313,6 +4313,12 @@ export interface CynosdbInstanceDetail {
4313
4313
  * 实例状态中文描述
4314
4314
  */
4315
4315
  StatusDesc?: string;
4316
+ /**
4317
+ * serverless实例状态, 可能值:
4318
+ resume
4319
+ pause
4320
+ */
4321
+ ServerlessStatus?: string;
4316
4322
  /**
4317
4323
  * 数据库类型
4318
4324
  */
@@ -4401,12 +4407,6 @@ export interface CynosdbInstanceDetail {
4401
4407
  * serverless实例cpu上限
4402
4408
  */
4403
4409
  MaxCpu?: number;
4404
- /**
4405
- * serverless实例状态, 可能值:
4406
- resume
4407
- pause
4408
- */
4409
- ServerlessStatus?: string;
4410
4410
  }
4411
4411
  /**
4412
4412
  * 账号,包含accountName和host
@@ -5742,6 +5742,16 @@ export interface Ability {
5742
5742
  注意:此字段可能返回 null,表示取不到有效值。
5743
5743
  */
5744
5744
  IsSupportManualSnapshot: string;
5745
+ /**
5746
+ * 是否支持透明数据加密
5747
+ 注意:此字段可能返回 null,表示取不到有效值。
5748
+ */
5749
+ IsSupportTransparentDataEncryption?: string;
5750
+ /**
5751
+ * 不支持透明数据加密原因
5752
+ 注意:此字段可能返回 null,表示取不到有效值。
5753
+ */
5754
+ NoSupportTransparentDataEncryptionReason?: string;
5745
5755
  }
5746
5756
  /**
5747
5757
  * RollBackCluster请求参数结构体
@@ -7010,15 +7020,15 @@ export interface DescribeMaintainPeriodResponse {
7010
7020
  /**
7011
7021
  * 维护week days
7012
7022
  */
7013
- MaintainWeekDays: Array<string>;
7023
+ MaintainWeekDays?: Array<string>;
7014
7024
  /**
7015
7025
  * 维护开始时间,单位秒
7016
7026
  */
7017
- MaintainStartTime: number;
7027
+ MaintainStartTime?: number;
7018
7028
  /**
7019
7029
  * 维护时长,单位秒
7020
7030
  */
7021
- MaintainDuration: number;
7031
+ MaintainDuration?: number;
7022
7032
  /**
7023
7033
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7024
7034
  */
@@ -8910,6 +8920,11 @@ export interface ParamInfo {
8910
8920
  注意:此字段可能返回 null,表示取不到有效值。
8911
8921
  */
8912
8922
  Func?: string;
8923
+ /**
8924
+ * 支持公式的参数的默认公式样式
8925
+ 注意:此字段可能返回 null,表示取不到有效值。
8926
+ */
8927
+ FuncPattern?: string;
8913
8928
  }
8914
8929
  /**
8915
8930
  * ModifyClusterParam返回参数结构体
@@ -730,35 +730,35 @@ export interface DomainBatchDetailSet {
730
730
  /**
731
731
  * 详情ID
732
732
  */
733
- Id: number;
733
+ Id?: number;
734
734
  /**
735
735
  * 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
736
736
  */
737
- Action: string;
737
+ Action?: string;
738
738
  /**
739
739
  * 域名
740
740
  */
741
- Domain: string;
741
+ Domain?: string;
742
742
  /**
743
743
  * 执行状态:
744
744
  doing 执行中。
745
745
  failed 操作失败。
746
746
  success 操作成功。
747
747
  */
748
- Status: string;
748
+ Status?: string;
749
749
  /**
750
750
  * 失败原因
751
751
  注意:此字段可能返回 null,表示取不到有效值。
752
752
  */
753
- Reason: string;
753
+ Reason?: string;
754
754
  /**
755
755
  * 创建时间
756
756
  */
757
- CreatedOn: string;
757
+ CreatedOn?: string;
758
758
  /**
759
759
  * 更新时间
760
760
  */
761
- UpdatedOn: string;
761
+ UpdatedOn?: string;
762
762
  /**
763
763
  * 订单号
764
764
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2824,21 +2824,21 @@ export interface DomainBatchLogSet {
2824
2824
  /**
2825
2825
  * 日志ID
2826
2826
  */
2827
- LogId: number;
2827
+ LogId?: number;
2828
2828
  /**
2829
2829
  * 数量
2830
2830
  */
2831
- Number: number;
2831
+ Number?: number;
2832
2832
  /**
2833
2833
  * 执行状态:
2834
2834
  doing 执行中。
2835
2835
  done 执行完成。
2836
2836
  */
2837
- Status: string;
2837
+ Status?: string;
2838
2838
  /**
2839
2839
  * 提交时间
2840
2840
  */
2841
- CreatedOn: string;
2841
+ CreatedOn?: string;
2842
2842
  /**
2843
2843
  * 批量操作成功个数
2844
2844
  */
@@ -5492,11 +5492,7 @@ export interface InquiryPriceCreateInstanceRequest {
5492
5492
  */
5493
5493
  SupportHA: number;
5494
5494
  /**
5495
- * 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:
5496
- <li>ProductId为1的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
5497
- <li>ProductId为2的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
5498
- <li>ProductId为4的时候,必选组件包括:hadoop-2.8.4、knox-1.2.0、zookeeper-3.4.9</li>
5499
- <li>ProductId为7的时候,必选组件包括:hadoop-3.1.2、knox-1.2.0、zookeeper-3.4.9</li>
5495
+ * 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:<li>ProductId为2(EMR-V2.0.1)的时候,必选组件包括:hdfs-2.7.3,yarn-2.7.3,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为16(EMR-V2.3.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.5.5,knox-1.2.0</li><li>ProductId为20(EMR-V2.5.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为30(EMR-V2.6.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为38(EMR-V2.7.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为57(EMR-V2.8.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为7(EMR-V3.0.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为25(EMR-V3.1.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为31(EMR-V3.1.1)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为28(EMR-V3.2.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为33(EMR-V3.2.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为34(EMR-V3.3.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为37(EMR-V3.4.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为44(EMR-V3.5.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为53(EMR-V3.6.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为58(EMR-V3.6.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.46,knox-1.6.1</li><li>ProductId为47(EMR-V4.0.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li>
5500
5496
  */
5501
5497
  Software: Array<string>;
5502
5498
  /**
@@ -5527,11 +5523,7 @@ export interface InquiryPriceCreateInstanceRequest {
5527
5523
  */
5528
5524
  MetaDBInfo?: CustomMetaInfo;
5529
5525
  /**
5530
- * 产品ID,不同产品ID表示不同的EMR产品版本。取值范围:
5531
- <li>1:表示EMR-V1.3.1。</li>
5532
- <li>2:表示EMR-V2.0.1。</li>
5533
- <li>4:表示EMR-V2.1.0。</li>
5534
- <li>7:表示EMR-V3.0.0。</li>
5526
+ * 产品ID,不同产品ID表示不同的EMR产品版本。取值范围:<li>2:表示EMR-V2.0.1</li><li>16:表示EMR-V2.3.0</li><li>20:表示EMR-V2.5.0</li><li>30:表示EMR-V2.6.0</li><li>38:表示EMR-V2.7.0</li><li>57:表示EMR-V2.8.0</li><li>7:表示EMR-V3.0.0</li><li>25:表示EMR-V3.1.0</li><li>31:表示EMR-V3.1.1</li><li>28:表示EMR-V3.2.0</li><li>33:表示EMR-V3.2.1</li><li>34:表示EMR-V3.3.0</li><li>37:表示EMR-V3.4.0</li><li>44:表示EMR-V3.5.0</li><li>53:表示EMR-V3.6.0</li><li>58:表示EMR-V3.6.1</li><li>47:表示EMR-V4.0.0</li>
5535
5527
  */
5536
5528
  ProductId?: number;
5537
5529
  /**
@@ -2051,8 +2051,14 @@ export interface CreateUserVerifyUrlResponse {
2051
2051
  - 如果EndPoint是HTTP_SHORT_URL,
2052
2052
  得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
2053
2053
 
2054
+ - 如果EndPoint是H5,
2055
+ 得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署
2054
2056
 
2055
- 注: 生成的链路后面不能再增加参数
2057
+ - 如果EndPoint是H5_SHORT_URL,
2058
+ 得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署
2059
+
2060
+
2061
+ `注:` <font color="red">生成的链路后面不能再增加参数</font>
2056
2062
  示例值:https://essurl.cn/2n**42Nd
2057
2063
  */
2058
2064
  UserVerifyUrl?: string;
@@ -6462,6 +6468,14 @@ export interface CreateUserVerifyUrlRequest {
6462
6468
  * 要实名的手机号,兼容带+86的格式
6463
6469
  */
6464
6470
  Mobile?: string;
6471
+ /**
6472
+ * 实名完之后的跳转链接,最大长度1000个字符。
6473
+ 链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>。
6474
+
6475
+ 注:此参数仅支持 Endpoint 为 <font color="red">H5 或 H5_SHORT_URL </font>的时候传递
6476
+
6477
+ */
6478
+ JumpUrl?: string;
6465
6479
  /**
6466
6480
  * 要跳转的链接类型
6467
6481
 
@@ -6474,7 +6488,13 @@ export interface CreateUserVerifyUrlRequest {
6474
6488
  - APP:
6475
6489
  第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
6476
6490
 
6477
- 如果不传递,默认值是 APP
6491
+ - H5:
6492
+ 跳转电子签H5实名页面的长链
6493
+
6494
+ - H5_SHORT_URL:
6495
+ 跳转电子签H5实名页面的短链
6496
+
6497
+ 注:如果不传递,默认值是 <font color="red"> APP </font>
6478
6498
  */
6479
6499
  Endpoint?: string;
6480
6500
  /**
@@ -6482,7 +6502,7 @@ export interface CreateUserVerifyUrlRequest {
6482
6502
  <ul><li>false:否, 实名完成不会自动跳转回来(默认)</li><li>true:是, 实名完成会自动跳转回来</li></ul>
6483
6503
 
6484
6504
  注:
6485
- 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的实名链接有效
6505
+ 1. 该参数<font color="red">只针对APP类型(第三方APP或小程序跳转电子签小程序)场景</font> 的实名链接有效
6486
6506
  2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
6487
6507
  3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
6488
6508
  */
@@ -251,15 +251,15 @@ export interface DescribeResourceUsageInfoResponse {
251
251
  /**
252
252
  * 返回值, 0:成功, 其他值请查看“返回值”定义
253
253
  */
254
- Ret: number;
254
+ Ret?: number;
255
255
  /**
256
256
  * 安全资源数据列表
257
257
  */
258
- Data: Array<ResourceUsageInfoData>;
258
+ Data?: Array<ResourceUsageInfoData>;
259
259
  /**
260
260
  * 安全资源数量
261
261
  */
262
- Total: number;
262
+ Total?: number;
263
263
  /**
264
264
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
265
265
  */
@@ -320,7 +320,7 @@ export interface DescribeBaseMetricsResponse {
320
320
  /**
321
321
  * 查询得到的指标描述列表
322
322
  */
323
- MetricSet: Array<MetricSet>;
323
+ MetricSet?: Array<MetricSet>;
324
324
  /**
325
325
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
326
326
  */
@@ -16,7 +16,7 @@ export declare class Client extends AbstractClient {
16
16
  */
17
17
  UpdateNamespace(req: UpdateNamespaceRequest, cb?: (error: string, rep: UpdateNamespaceResponse) => void): Promise<UpdateNamespaceResponse>;
18
18
  /**
19
- * SCF同步调用函数接口
19
+ * SCF同步调用函数接口。
20
20
  */
21
21
  InvokeFunction(req: InvokeFunctionRequest, cb?: (error: string, rep: InvokeFunctionResponse) => void): Promise<InvokeFunctionResponse>;
22
22
  /**
@@ -40,7 +40,7 @@ class Client extends abstract_client_1.AbstractClient {
40
40
  return this.request("UpdateNamespace", req, cb);
41
41
  }
42
42
  /**
43
- * SCF同步调用函数接口
43
+ * SCF同步调用函数接口。
44
44
  */
45
45
  async InvokeFunction(req, cb) {
46
46
  return this.request("InvokeFunction", req, cb);
@@ -649,7 +649,7 @@ export interface InvokeFunctionResponse {
649
649
  /**
650
650
  * 函数执行结果
651
651
  */
652
- Result: Result;
652
+ Result?: Result;
653
653
  /**
654
654
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
655
655
  */
@@ -1432,35 +1432,35 @@ export interface Result {
1432
1432
  /**
1433
1433
  * 表示执行过程中的日志输出,异步调用返回为空
1434
1434
  */
1435
- Log: string;
1435
+ Log?: string;
1436
1436
  /**
1437
1437
  * 表示执行函数的返回,异步调用返回为空
1438
1438
  */
1439
- RetMsg: string;
1439
+ RetMsg?: string;
1440
1440
  /**
1441
1441
  * 表示执行函数的错误返回信息,异步调用返回为空
1442
1442
  */
1443
- ErrMsg: string;
1443
+ ErrMsg?: string;
1444
1444
  /**
1445
1445
  * 执行函数时的内存大小,单位为Byte,异步调用返回为空
1446
1446
  */
1447
- MemUsage: number;
1447
+ MemUsage?: number;
1448
1448
  /**
1449
1449
  * 表示执行函数的耗时,单位是毫秒,异步调用返回为空
1450
1450
  */
1451
- Duration: number;
1451
+ Duration?: number;
1452
1452
  /**
1453
1453
  * 表示函数的计费耗时,单位是毫秒,异步调用返回为空
1454
1454
  */
1455
- BillDuration: number;
1455
+ BillDuration?: number;
1456
1456
  /**
1457
1457
  * 此次函数执行的Id
1458
1458
  */
1459
- FunctionRequestId: string;
1459
+ FunctionRequestId?: string;
1460
1460
  /**
1461
1461
  * 请求 Invoke 接口,该参数已弃用。请求 InvokeFunction 接口,该参数值为请求执行[状态码](https://cloud.tencent.com/document/product/583/42611)。
1462
1462
  */
1463
- InvokeResult: number;
1463
+ InvokeResult?: number;
1464
1464
  }
1465
1465
  /**
1466
1466
  * CreateAlias返回参数结构体
@@ -1060,10 +1060,12 @@ export interface DescribeManagerDetailRequest {
1060
1060
  ManagerId: number;
1061
1061
  /**
1062
1062
  * 分页每页数量
1063
+ * @deprecated
1063
1064
  */
1064
1065
  Limit?: number;
1065
1066
  /**
1066
1067
  * 分页偏移量
1068
+ * @deprecated
1067
1069
  */
1068
1070
  Offset?: number;
1069
1071
  }
@@ -2838,81 +2840,81 @@ export interface DescribeManagerDetailResponse {
2838
2840
  /**
2839
2841
  * 状态: audit: 审核中 ok: 审核通过 invalid: 失效 expiring: 即将过期 expired: 已过期
2840
2842
  */
2841
- Status: string;
2843
+ Status?: string;
2842
2844
  /**
2843
2845
  * 管理人姓名
2844
2846
  */
2845
- ManagerFirstName: string;
2847
+ ManagerFirstName?: string;
2846
2848
  /**
2847
2849
  * 管理人邮箱
2848
2850
  */
2849
- ManagerMail: string;
2851
+ ManagerMail?: string;
2850
2852
  /**
2851
2853
  * 联系人姓名
2852
2854
  */
2853
- ContactFirstName: string;
2855
+ ContactFirstName?: string;
2854
2856
  /**
2855
2857
  * 管理人姓名
2856
2858
  */
2857
- ManagerLastName: string;
2859
+ ManagerLastName?: string;
2858
2860
  /**
2859
2861
  * 联系人职位
2860
2862
  */
2861
- ContactPosition: string;
2863
+ ContactPosition?: string;
2862
2864
  /**
2863
2865
  * 管理人职位
2864
2866
  */
2865
- ManagerPosition: string;
2867
+ ManagerPosition?: string;
2866
2868
  /**
2867
2869
  * 核验通过时间
2868
2870
  注意:此字段可能返回 null,表示取不到有效值。
2869
2871
  */
2870
- VerifyTime: string;
2872
+ VerifyTime?: string;
2871
2873
  /**
2872
2874
  * 创建时间
2873
2875
  */
2874
- CreateTime: string;
2876
+ CreateTime?: string;
2875
2877
  /**
2876
2878
  * 核验过期时间
2877
2879
  注意:此字段可能返回 null,表示取不到有效值。
2878
2880
  */
2879
- ExpireTime: string;
2881
+ ExpireTime?: string;
2880
2882
  /**
2881
2883
  * 联系人姓名
2882
2884
  */
2883
- ContactLastName: string;
2885
+ ContactLastName?: string;
2884
2886
  /**
2885
2887
  * 管理人电话
2886
2888
  */
2887
- ManagerPhone: string;
2889
+ ManagerPhone?: string;
2888
2890
  /**
2889
2891
  * 联系人电话
2890
2892
  */
2891
- ContactPhone: string;
2893
+ ContactPhone?: string;
2892
2894
  /**
2893
2895
  * 联系人邮箱
2894
2896
  */
2895
- ContactMail: string;
2897
+ ContactMail?: string;
2896
2898
  /**
2897
2899
  * 管理人所属部门
2898
2900
  */
2899
- ManagerDepartment: string;
2901
+ ManagerDepartment?: string;
2900
2902
  /**
2901
2903
  * 管理人所属公司信息
2902
2904
  */
2903
- CompanyInfo: CompanyInfo;
2905
+ CompanyInfo?: CompanyInfo;
2904
2906
  /**
2905
2907
  * 管理人公司ID
2906
2908
  */
2907
- CompanyId: number;
2909
+ CompanyId?: number;
2908
2910
  /**
2909
2911
  * 管理人ID
2910
2912
  */
2911
- ManagerId: number;
2913
+ ManagerId?: number;
2912
2914
  /**
2913
2915
  * 审核状态详细信息
2914
2916
  */
2915
- StatusInfo: Array<ManagerStatusInfo>;
2917
+ StatusInfo?: Array<ManagerStatusInfo>;
2916
2918
  /**
2917
2919
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2918
2920
  */
@@ -4969,7 +4971,28 @@ export interface DescribeCompaniesRequest {
4969
4971
  /**
4970
4972
  * 管理人的四种审核状态
4971
4973
  */
4972
- export declare type ManagerStatusInfo = null;
4974
+ export interface ManagerStatusInfo {
4975
+ /**
4976
+ * 审核类型,枚举值:ov,ev,cs,ev_cs
4977
+ 注意:此字段可能返回 null,表示取不到有效值。
4978
+ */
4979
+ Type?: string;
4980
+ /**
4981
+ * 审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
4982
+ 注意:此字段可能返回 null,表示取不到有效值。
4983
+ */
4984
+ Status?: string;
4985
+ /**
4986
+ * 创建时间
4987
+ 注意:此字段可能返回 null,表示取不到有效值。
4988
+ */
4989
+ CreateTime?: string;
4990
+ /**
4991
+ * 过期时间
4992
+ 注意:此字段可能返回 null,表示取不到有效值。
4993
+ */
4994
+ ExpireTime?: string;
4995
+ }
4973
4996
  /**
4974
4997
  * CancelAuditCertificate返回参数结构体
4975
4998
  */