tencentcloud-sdk-nodejs 4.0.782 → 4.0.783

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 (40) hide show
  1. package/CHANGELOG.md +205 -0
  2. package/SERVICE_CHANGELOG.md +290 -50
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  7. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  8. package/src/services/dasb/v20191018/dasb_models.ts +4 -0
  9. package/src/services/eb/v20210416/eb_client.ts +2 -2
  10. package/src/services/eb/v20210416/eb_models.ts +4 -4
  11. package/src/services/ess/v20201111/ess_client.ts +26 -26
  12. package/src/services/monitor/v20180724/monitor_models.ts +22 -3
  13. package/src/services/organization/v20210331/organization_client.ts +216 -77
  14. package/src/services/organization/v20210331/organization_models.ts +1351 -830
  15. package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
  16. package/src/services/sts/v20180813/sts_models.ts +3 -4
  17. package/src/services/vpc/v20170312/vpc_models.ts +4 -0
  18. package/src/services/wedata/v20210820/wedata_models.ts +74 -11
  19. package/src/services/weilingwith/v20230427/weilingwith_models.ts +4 -0
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  23. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  24. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  25. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
  26. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +2 -2
  27. package/tencentcloud/services/eb/v20210416/eb_client.js +2 -2
  28. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  29. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +26 -26
  30. package/tencentcloud/services/ess/v20201111/ess_client.js +26 -26
  31. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -3
  32. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +51 -7
  33. package/tencentcloud/services/organization/v20210331/organization_client.js +75 -9
  34. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1326 -834
  35. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
  36. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -4
  37. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  38. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +74 -11
  39. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4 -0
  40. package/test/organization.v20210331.test.js +116 -6
@@ -2675,11 +2675,11 @@ export interface DescribeProductConfigResponse {
2675
2675
  /**
2676
2676
  * 规格信息数组
2677
2677
  */
2678
- SpecInfoList: Array<SpecInfo>
2678
+ SpecInfoList?: Array<SpecInfo>
2679
2679
  /**
2680
2680
  * 返回总共多少条数据
2681
2681
  */
2682
- TotalCount: number
2682
+ TotalCount?: number
2683
2683
  /**
2684
2684
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2685
2685
  */
@@ -4547,7 +4547,7 @@ export interface DescribeProductConfigRequest {
4547
4547
  */
4548
4548
  Zone: string
4549
4549
  /**
4550
- * 购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-基础版本型
4550
+ * 购买实例的类型 HA-本地盘高可用(包括双机高可用,alwaysOn集群),RO-本地盘只读副本,SI-云盘版单节点,BI-商业智能服务,cvmHA-云盘版高可用,cvmRO-云盘版只读副本
4551
4551
  */
4552
4552
  InstanceType?: string
4553
4553
  }
@@ -181,11 +181,10 @@ export interface GetFederationTokenRequest {
181
181
  */
182
182
  Name: string
183
183
  /**
184
- * 授予该临时访问凭证权限的CAM策略
185
- 注意:
184
+ * 注意:
186
185
  1、策略语法参照[ CAM 策略语法](https://cloud.tencent.com/document/product/598/10603)。
187
186
  2、策略中不能包含 principal 元素。
188
- 3、该参数需要做urlencode
187
+ 3、该参数需要做urlencode,服务端会对该字段做urldecode, 并按处理后Policy授予临时访问凭证权限,请按规范传入参数。
189
188
  */
190
189
  Policy: string
191
190
  /**
@@ -285,7 +284,7 @@ qcs::cam::uin/12345678:role/tencentcloudServiceRole/4611686018427397920、qcs::c
285
284
  /**
286
285
  * 策略描述
287
286
  注意:
288
- 1、policy 需要做 urlencode(如果通过 GET 方法请求云 API,发送请求前,所有参数都需要按照[云 API 规范](https://cloud.tencent.com/document/api/598/33159#1.-.E6.8B.BC.E6.8E.A5.E8.A7.84.E8.8C.83.E8.AF.B7.E6.B1.82.E4.B8.B2)再 urlencode 一次)。
287
+ 1、该参数需要做urlencode,服务端会对该字段做urldecode, 并按处理后Policy授予临时访问凭证权限,请按规范传入参数。(如果通过 GET 方法请求云 API,发送请求前,所有参数都需要按照[云 API 规范](https://cloud.tencent.com/document/api/598/33159#1.-.E6.8B.BC.E6.8E.A5.E8.A7.84.E8.8C.83.E8.AF.B7.E6.B1.82.E4.B8.B2)再 urlencode 一次)。
289
288
  2、策略语法参照[ CAM 策略语法](https://cloud.tencent.com/document/product/598/10603)。
290
289
  3、策略中不能包含 principal 元素。
291
290
  */
@@ -10024,6 +10024,10 @@ export interface DescribeUsedIpAddressRequest {
10024
10024
  * 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。
10025
10025
  */
10026
10026
  IpAddresses?: Array<string>
10027
+ /**
10028
+ * 过滤条件,不支持同时指定IpAddresses和Filters参数。 支持的过滤条件如下: <li>ip-addresses:IP地址。</li> <li>resource-id:资源ID。</li>
10029
+ */
10030
+ Filters?: Array<Filter>
10027
10031
  /**
10028
10032
  * 偏移量,默认为0。
10029
10033
  */
@@ -665,6 +665,10 @@ export interface CreateDataSourceRequest {
665
665
  * cos region
666
666
  */
667
667
  COSRegion?: string
668
+ /**
669
+ * 连接测试结果
670
+ */
671
+ ConnectResult?: string
668
672
  }
669
673
 
670
674
  /**
@@ -1685,11 +1689,6 @@ export interface ColumnLineageInfo {
1685
1689
  注意:此字段可能返回 null,表示取不到有效值。
1686
1690
  */
1687
1691
  Id: string
1688
- /**
1689
- * 由中心节点出发的路径信息
1690
- 注意:此字段可能返回 null,表示取不到有效值。
1691
- */
1692
- PrefixPath: string
1693
1692
  /**
1694
1693
  * 数据源ID
1695
1694
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1765,6 +1764,11 @@ export interface ColumnLineageInfo {
1765
1764
  注意:此字段可能返回 null,表示取不到有效值。
1766
1765
  */
1767
1766
  Description?: string
1767
+ /**
1768
+ * 由中心节点出发的路径信息
1769
+ 注意:此字段可能返回 null,表示取不到有效值。
1770
+ */
1771
+ PrefixPath?: string
1768
1772
  /**
1769
1773
  * 创建时间
1770
1774
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4781,11 +4785,6 @@ export interface TableLineageInfo {
4781
4785
  注意:此字段可能返回 null,表示取不到有效值。
4782
4786
  */
4783
4787
  MetastoreType: string
4784
- /**
4785
- * 由中心节点到该节点的路径
4786
- 注意:此字段可能返回 null,表示取不到有效值。
4787
- */
4788
- PrefixPath: string
4789
4788
  /**
4790
4789
  * 空间id
4791
4790
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4856,6 +4855,11 @@ export interface TableLineageInfo {
4856
4855
  注意:此字段可能返回 null,表示取不到有效值。
4857
4856
  */
4858
4857
  Description?: string
4858
+ /**
4859
+ * 由中心节点到该节点的路径
4860
+ 注意:此字段可能返回 null,表示取不到有效值。
4861
+ */
4862
+ PrefixPath?: string
4859
4863
  /**
4860
4864
  * 血缘创建时间
4861
4865
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4871,6 +4875,11 @@ export interface TableLineageInfo {
4871
4875
  注意:此字段可能返回 null,表示取不到有效值。
4872
4876
  */
4873
4877
  Tasks?: Array<string>
4878
+ /**
4879
+ * 模块/应用类型
4880
+ 注意:此字段可能返回 null,表示取不到有效值。
4881
+ */
4882
+ ChannelType?: string
4874
4883
  }
4875
4884
 
4876
4885
  /**
@@ -6582,6 +6591,10 @@ export interface DescribeBaselineInstanceDagRequest {
6582
6591
  * 向上展开层级
6583
6592
  */
6584
6593
  Level?: number
6594
+ /**
6595
+ * 保障任务id
6596
+ */
6597
+ PromiseTaskId?: string
6585
6598
  }
6586
6599
 
6587
6600
  /**
@@ -9104,6 +9117,10 @@ export interface DescribeBaselineAllTaskDagRequest {
9104
9117
  * 1
9105
9118
  */
9106
9119
  ProjectId: string
9120
+ /**
9121
+ * 1
9122
+ */
9123
+ BaselineTaskId?: string
9107
9124
  }
9108
9125
 
9109
9126
  /**
@@ -17850,6 +17867,10 @@ export interface DescribeTaskByStatusReportRequest {
17850
17867
  * 无
17851
17868
  */
17852
17869
  InCharge?: string
17870
+ /**
17871
+ * 工作流ID
17872
+ */
17873
+ WorkflowId?: string
17853
17874
  }
17854
17875
 
17855
17876
  /**
@@ -18329,6 +18350,10 @@ export interface DescribeSchedulerTaskCntByStatusRequest {
18329
18350
  * 1
18330
18351
  */
18331
18352
  InCharge?: string
18353
+ /**
18354
+ * 工作流ID
18355
+ */
18356
+ WorkflowId?: string
18332
18357
  }
18333
18358
 
18334
18359
  /**
@@ -20753,6 +20778,11 @@ WAITINT_TO_RUN:等待运行 / RUNNING: 正在运行 / COMPLETED: 执行成功 /
20753
20778
  注意:此字段可能返回 null,表示取不到有效值。
20754
20779
  */
20755
20780
  AppId?: string
20781
+ /**
20782
+ * 关键路径依赖
20783
+ 注意:此字段可能返回 null,表示取不到有效值。
20784
+ */
20785
+ CriticalDependency?: string
20756
20786
  }
20757
20787
 
20758
20788
  /**
@@ -21129,6 +21159,11 @@ export interface RuntimeInstanceCntTop {
21129
21159
  注意:此字段可能返回 null,表示取不到有效值。
21130
21160
  */
21131
21161
  CurRunTime?: string
21162
+ /**
21163
+ * 等待调度耗时
21164
+ 注意:此字段可能返回 null,表示取不到有效值。
21165
+ */
21166
+ WaitScheduleTime?: number
21132
21167
  }
21133
21168
 
21134
21169
  /**
@@ -23298,6 +23333,10 @@ export interface DescribeStatisticInstanceStatusTrendOpsRequest {
23298
23333
  * 1
23299
23334
  */
23300
23335
  AverageWindowSize?: number
23336
+ /**
23337
+ * 工作流ID
23338
+ */
23339
+ WorkflowId?: string
23301
23340
  }
23302
23341
 
23303
23342
  /**
@@ -23598,7 +23637,7 @@ export interface CreateDataSourceResponse {
23598
23637
  * 主键ID
23599
23638
  注意:此字段可能返回 null,表示取不到有效值。
23600
23639
  */
23601
- Data: number
23640
+ Data?: number
23602
23641
  /**
23603
23642
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
23604
23643
  */
@@ -24351,6 +24390,10 @@ export interface DescribeSchedulerInstanceStatusRequest {
24351
24390
  * 责任人
24352
24391
  */
24353
24392
  InCharge?: string
24393
+ /**
24394
+ * 工作流ID
24395
+ */
24396
+ WorkflowId?: string
24354
24397
  }
24355
24398
 
24356
24399
  /**
@@ -24570,6 +24613,18 @@ export interface DescribeSchedulerRunTimeInstanceCntByStatusRequest {
24570
24613
  * 1
24571
24614
  */
24572
24615
  InCharge?: string
24616
+ /**
24617
+ * 工作流ID
24618
+ */
24619
+ WorkflowId?: string
24620
+ /**
24621
+ * 排序字段
24622
+ */
24623
+ SortItem?: string
24624
+ /**
24625
+ * 升序降序
24626
+ */
24627
+ SortType?: string
24573
24628
  }
24574
24629
 
24575
24630
  /**
@@ -25315,6 +25370,10 @@ export interface DescribeTaskByCycleRequest {
25315
25370
  * 1
25316
25371
  */
25317
25372
  InCharge?: string
25373
+ /**
25374
+ * 工作流ID
25375
+ */
25376
+ WorkflowId?: string
25318
25377
  }
25319
25378
 
25320
25379
  /**
@@ -26869,6 +26928,10 @@ export interface DescribeBaselineInstanceGanttRequest {
26869
26928
  * 项目id
26870
26929
  */
26871
26930
  ProjectId: string
26931
+ /**
26932
+ * 保障任务id
26933
+ */
26934
+ PromiseTaskId?: string
26872
26935
  }
26873
26936
 
26874
26937
  /**
@@ -3149,6 +3149,10 @@ export interface ControlDeviceRequest {
3149
3149
  * 应用token
3150
3150
  */
3151
3151
  ApplicationToken: string
3152
+ /**
3153
+ * 是否同步返回设备下控ack结果
3154
+ */
3155
+ IsSynchronized?: boolean
3152
3156
  }
3153
3157
 
3154
3158
  /**
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.782";
1
+ export declare const sdkVersion = "4.0.783";
@@ -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.782";
4
+ exports.sdkVersion = "4.0.783";
@@ -297,7 +297,7 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
297
297
  CreateClsLogTopic(req: CreateClsLogTopicRequest, cb?: (error: string, rep: CreateClsLogTopicResponse) => void): Promise<CreateClsLogTopicResponse>;
298
298
  /**
299
299
  * PushUrlsCache 用于将指定 URL 资源列表加载至 CDN 节点,支持指定加速区域预热。
300
- 默认情况下境内、境外每日预热 URL 限额为各 1000 条,每次最多可提交 500 条。注意:中国境外区域预热,资源默认加载至中国境外边缘节点,所产生的边缘层流量会计入计费流量。
300
+ 默认情况下境内、境外每日预热 URL 限额为各 1000 条,每次最多可提交 500 条 URL,每次提交的数量会消耗配额总数。如:1次提交500条URL全球预热,此时境内、境外预热 URL 各剩余 500条。注意:中国境外区域预热,资源默认加载至中国境外边缘节点。
301
301
  */
302
302
  PushUrlsCache(req: PushUrlsCacheRequest, cb?: (error: string, rep: PushUrlsCacheResponse) => void): Promise<PushUrlsCacheResponse>;
303
303
  /**
@@ -433,7 +433,7 @@ ListDiagnoseReport 用于获取用户诊断URL访问后各个子任务的简要
433
433
  }
434
434
  /**
435
435
  * PushUrlsCache 用于将指定 URL 资源列表加载至 CDN 节点,支持指定加速区域预热。
436
- 默认情况下境内、境外每日预热 URL 限额为各 1000 条,每次最多可提交 500 条。注意:中国境外区域预热,资源默认加载至中国境外边缘节点,所产生的边缘层流量会计入计费流量。
436
+ 默认情况下境内、境外每日预热 URL 限额为各 1000 条,每次最多可提交 500 条 URL,每次提交的数量会消耗配额总数。如:1次提交500条URL全球预热,此时境内、境外预热 URL 各剩余 500条。注意:中国境外区域预热,资源默认加载至中国境外边缘节点。
437
437
  */
438
438
  async PushUrlsCache(req, cb) {
439
439
  return this.request("PushUrlsCache", req, cb);
@@ -9863,7 +9863,7 @@ export interface PushUrlsCacheResponse {
9863
9863
  /**
9864
9864
  * 此批提交的任务 ID
9865
9865
  */
9866
- TaskId: string;
9866
+ TaskId?: string;
9867
9867
  /**
9868
9868
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9869
9869
  */
@@ -1581,6 +1581,10 @@ export interface DeployResourceRequest {
1581
1581
  * 需要开通服务的子网名称
1582
1582
  */
1583
1583
  SubnetName?: string;
1584
+ /**
1585
+ * 需要开通实例所属的CDC集群ID
1586
+ */
1587
+ CdcClusterId?: string;
1584
1588
  }
1585
1589
  /**
1586
1590
  * SearchSession返回参数结构体
@@ -88,7 +88,7 @@ export declare class Client extends AbstractClient {
88
88
  */
89
89
  UpdateRule(req: UpdateRuleRequest, cb?: (error: string, rep: UpdateRuleResponse) => void): Promise<UpdateRuleResponse>;
90
90
  /**
91
- * 查询日志索引维度值
91
+ * 前置条件:需开启事件存储;事件查询维度值
92
92
  */
93
93
  DescribeLogTagValue(req: DescribeLogTagValueRequest, cb?: (error: string, rep: DescribeLogTagValueResponse) => void): Promise<DescribeLogTagValueResponse>;
94
94
  /**
@@ -104,7 +104,7 @@ export declare class Client extends AbstractClient {
104
104
  */
105
105
  GetRule(req: GetRuleRequest, cb?: (error: string, rep: GetRuleResponse) => void): Promise<GetRuleResponse>;
106
106
  /**
107
- * 日志检索
107
+ * 前置条件:开启事件存储;查询历史推送事件
108
108
  */
109
109
  SearchLog(req: SearchLogRequest, cb?: (error: string, rep: SearchLogResponse) => void): Promise<SearchLogResponse>;
110
110
  /**
@@ -148,7 +148,7 @@ class Client extends abstract_client_1.AbstractClient {
148
148
  return this.request("UpdateRule", req, cb);
149
149
  }
150
150
  /**
151
- * 查询日志索引维度值
151
+ * 前置条件:需开启事件存储;事件查询维度值
152
152
  */
153
153
  async DescribeLogTagValue(req, cb) {
154
154
  return this.request("DescribeLogTagValue", req, cb);
@@ -172,7 +172,7 @@ class Client extends abstract_client_1.AbstractClient {
172
172
  return this.request("GetRule", req, cb);
173
173
  }
174
174
  /**
175
- * 日志检索
175
+ * 前置条件:开启事件存储;查询历史推送事件
176
176
  */
177
177
  async SearchLog(req, cb) {
178
178
  return this.request("SearchLog", req, cb);
@@ -135,12 +135,12 @@ export interface CreateTransformationRequest {
135
135
  */
136
136
  export interface SearchLogResponse {
137
137
  /**
138
- * 日志总数
138
+ * 事件总数
139
139
  注意:此字段可能返回 null,表示取不到有效值。
140
140
  */
141
141
  Total?: number;
142
142
  /**
143
- * 每页日志条数
143
+ * 每页事件条数
144
144
  注意:此字段可能返回 null,表示取不到有效值。
145
145
  */
146
146
  Limit?: number;
@@ -150,7 +150,7 @@ export interface SearchLogResponse {
150
150
  */
151
151
  Page?: number;
152
152
  /**
153
- * 日志检索结果
153
+ * 事件查询结果
154
154
  注意:此字段可能返回 null,表示取不到有效值。
155
155
  */
156
156
  Results?: Array<SearchLogResult>;
@@ -1751,7 +1751,7 @@ export interface DeleteTargetRequest {
1751
1751
  */
1752
1752
  export interface DescribeLogTagValueResponse {
1753
1753
  /**
1754
- * 索引检索维度值
1754
+ * 事件查询维度值结果
1755
1755
  注意:此字段可能返回 null,表示取不到有效值。
1756
1756
  */
1757
1757
  Results?: Array<string>;
@@ -736,27 +736,27 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
736
736
  /**
737
737
  * 此接口(CreateIntegrationEmployees)用于创建企业员工。
738
738
  支持以下场景
739
- <table style="border-collapse: collapse; width: 100%;" border="1">
739
+ <table>
740
740
  <tbody>
741
741
  <tr>
742
- <td style="width: 25%;">生成端</td>
743
- <td style="width: 25%;">入参</td>
744
- <td style="width: 25%;">提醒方式</td>
742
+ <td>生成端</td>
743
+ <td >入参</td>
744
+ <td>提醒方式</td>
745
745
  </tr>
746
746
  <tr>
747
- <td style="width: 25%;">普通saas员工</td>
748
- <td style="width: 25%;">不需要传递 InvitationNotifyType</td>
749
- <td style="width: 25%;">短信</td>
747
+ <td>普通saas员工</td>
748
+ <td>不需要传递 InvitationNotifyType</td>
749
+ <td>短信</td>
750
750
  </tr>
751
751
  <tr>
752
- <td style="width: 25%;">企微员工</td>
753
- <td style="width: 25%;">不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
754
- <td style="width: 25%;">企微内部实名消息</td>
752
+ <td>企微员工</td>
753
+ <td>不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
754
+ <td>企微内部实名消息</td>
755
755
  </tr>
756
756
  <tr>
757
- <td style="width: 25%;">H5端 saas员工</td>
758
- <td style="width: 25%;">传递 InvitationNotifyType = H5,不支持企微</td>
759
- <td style="width: 25%;">生成H5链接</td>
757
+ <td>H5端 saas员工</td>
758
+ <td>传递 InvitationNotifyType = H5,不支持企微</td>
759
+ <td>生成H5链接</td>
760
760
  </tr>
761
761
  </tbody>
762
762
  </table>
@@ -769,27 +769,27 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
769
769
  /**
770
770
  * 此接口(UpdateIntegrationEmployees)用于修改未实名企业员工信息(姓名,手机号,邮件、部门)。
771
771
  修改手机号的时候,支持以下场景进行提醒通知
772
- <table style="border-collapse: collapse; width: 100%;" border="1">
772
+ <table>
773
773
  <tbody>
774
774
  <tr>
775
- <td style="width: 25%;">生成端</td>
776
- <td style="width: 25%;">入参</td>
777
- <td style="width: 25%;">提醒方式</td>
775
+ <td>生成端</td>
776
+ <td>入参</td>
777
+ <td>提醒方式</td>
778
778
  </tr>
779
779
  <tr>
780
- <td style="width: 25%;">普通saas员工</td>
781
- <td style="width: 25%;">不需要传递 InvitationNotifyType</td>
782
- <td style="width: 25%;">短信</td>
780
+ <td>普通saas员工</td>
781
+ <td>不需要传递 InvitationNotifyType</td>
782
+ <td>短信</td>
783
783
  </tr>
784
784
  <tr>
785
- <td style="width: 25%;">企微员工</td>
786
- <td style="width: 25%;">不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
787
- <td style="width: 25%;">企微内部实名消息</td>
785
+ <td>企微员工</td>
786
+ <td>不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
787
+ <td>企微内部实名消息</td>
788
788
  </tr>
789
789
  <tr>
790
- <td style="width: 25%;">H5端 saas员工</td>
791
- <td style="width: 25%;">传递 InvitationNotifyType = H5,不支持企微</td>
792
- <td style="width: 25%;">生成H5链接</td>
790
+ <td>H5端 saas员工</td>
791
+ <td>传递 InvitationNotifyType = H5,不支持企微</td>
792
+ <td>生成H5链接</td>
793
793
  </tr>
794
794
  </tbody>
795
795
  </table>
@@ -894,27 +894,27 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
894
894
  /**
895
895
  * 此接口(CreateIntegrationEmployees)用于创建企业员工。
896
896
  支持以下场景
897
- <table style="border-collapse: collapse; width: 100%;" border="1">
897
+ <table>
898
898
  <tbody>
899
899
  <tr>
900
- <td style="width: 25%;">生成端</td>
901
- <td style="width: 25%;">入参</td>
902
- <td style="width: 25%;">提醒方式</td>
900
+ <td>生成端</td>
901
+ <td >入参</td>
902
+ <td>提醒方式</td>
903
903
  </tr>
904
904
  <tr>
905
- <td style="width: 25%;">普通saas员工</td>
906
- <td style="width: 25%;">不需要传递 InvitationNotifyType</td>
907
- <td style="width: 25%;">短信</td>
905
+ <td>普通saas员工</td>
906
+ <td>不需要传递 InvitationNotifyType</td>
907
+ <td>短信</td>
908
908
  </tr>
909
909
  <tr>
910
- <td style="width: 25%;">企微员工</td>
911
- <td style="width: 25%;">不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
912
- <td style="width: 25%;">企微内部实名消息</td>
910
+ <td>企微员工</td>
911
+ <td>不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
912
+ <td>企微内部实名消息</td>
913
913
  </tr>
914
914
  <tr>
915
- <td style="width: 25%;">H5端 saas员工</td>
916
- <td style="width: 25%;">传递 InvitationNotifyType = H5,不支持企微</td>
917
- <td style="width: 25%;">生成H5链接</td>
915
+ <td>H5端 saas员工</td>
916
+ <td>传递 InvitationNotifyType = H5,不支持企微</td>
917
+ <td>生成H5链接</td>
918
918
  </tr>
919
919
  </tbody>
920
920
  </table>
@@ -929,27 +929,27 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
929
929
  /**
930
930
  * 此接口(UpdateIntegrationEmployees)用于修改未实名企业员工信息(姓名,手机号,邮件、部门)。
931
931
  修改手机号的时候,支持以下场景进行提醒通知
932
- <table style="border-collapse: collapse; width: 100%;" border="1">
932
+ <table>
933
933
  <tbody>
934
934
  <tr>
935
- <td style="width: 25%;">生成端</td>
936
- <td style="width: 25%;">入参</td>
937
- <td style="width: 25%;">提醒方式</td>
935
+ <td>生成端</td>
936
+ <td>入参</td>
937
+ <td>提醒方式</td>
938
938
  </tr>
939
939
  <tr>
940
- <td style="width: 25%;">普通saas员工</td>
941
- <td style="width: 25%;">不需要传递 InvitationNotifyType</td>
942
- <td style="width: 25%;">短信</td>
940
+ <td>普通saas员工</td>
941
+ <td>不需要传递 InvitationNotifyType</td>
942
+ <td>短信</td>
943
943
  </tr>
944
944
  <tr>
945
- <td style="width: 25%;">企微员工</td>
946
- <td style="width: 25%;">不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
947
- <td style="width: 25%;">企微内部实名消息</td>
945
+ <td>企微员工</td>
946
+ <td>不需要传递 InvitationNotifyType,将Employees 中的WeworkOpenId字段设置为企微员工明文的openid,但需确保该企微员工在应用的可见范围内</td>
947
+ <td>企微内部实名消息</td>
948
948
  </tr>
949
949
  <tr>
950
- <td style="width: 25%;">H5端 saas员工</td>
951
- <td style="width: 25%;">传递 InvitationNotifyType = H5,不支持企微</td>
952
- <td style="width: 25%;">生成H5链接</td>
950
+ <td>H5端 saas员工</td>
951
+ <td>传递 InvitationNotifyType = H5,不支持企微</td>
952
+ <td>生成H5链接</td>
953
953
  </tr>
954
954
  </tbody>
955
955
  </table>
@@ -3438,15 +3438,30 @@ export interface DataPoint {
3438
3438
  /**
3439
3439
  * 实例对象维度组合
3440
3440
  */
3441
- Dimensions: Array<Dimension>;
3441
+ Dimensions?: Array<Dimension>;
3442
3442
  /**
3443
3443
  * 时间戳数组,表示那些时间点有数据,缺失的时间戳,没有数据点,可以理解为掉点了
3444
3444
  */
3445
- Timestamps: Array<number>;
3445
+ Timestamps?: Array<number>;
3446
+ /**
3447
+ * 监控值数组,该数组和Timestamps一一对应
3448
+ */
3449
+ Values?: Array<number>;
3446
3450
  /**
3447
3451
  * 监控值数组,该数组和Timestamps一一对应
3452
+ 注意:此字段可能返回 null,表示取不到有效值。
3448
3453
  */
3449
- Values: Array<number>;
3454
+ MaxValues?: Array<number>;
3455
+ /**
3456
+ * 监控值数组,该数组和Timestamps一一对应
3457
+ 注意:此字段可能返回 null,表示取不到有效值。
3458
+ */
3459
+ MinValues?: Array<number>;
3460
+ /**
3461
+ * 监控值数组,该数组和Timestamps一一对应
3462
+ 注意:此字段可能返回 null,表示取不到有效值。
3463
+ */
3464
+ AvgValues?: Array<number>;
3450
3465
  }
3451
3466
  /**
3452
3467
  * DescribeAlarmPolicies返回参数结构体
@@ -5534,6 +5549,10 @@ export interface GetMonitorDataRequest {
5534
5549
  * 结束时间,如2018-09-22T20:51:23+08:00,默认为当前时间。 EndTime不能小于StartTime
5535
5550
  */
5536
5551
  EndTime?: string;
5552
+ /**
5553
+ * 返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合
5554
+ */
5555
+ SpecifyStatistics?: number;
5537
5556
  }
5538
5557
  /**
5539
5558
  * CreateRecordingRule请求参数结构体