tencentcloud-sdk-nodejs 4.1.291 → 4.1.293

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 (43) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/csip/v20221121/csip_client.js +702 -609
  3. package/es/services/dlc/v20210125/dlc_client.js +5 -2
  4. package/es/services/mna/v20210119/mna_client.js +38 -14
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -3
  9. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +44 -25
  10. package/tencentcloud/services/cds/v20180420/cds_models.d.ts +24 -47
  11. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +55 -1
  12. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +58 -107
  13. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +757 -633
  14. package/tencentcloud/services/csip/v20221121/csip_client.js +1133 -947
  15. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3855 -2100
  16. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +49 -53
  17. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +14 -6
  18. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +39 -7
  19. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
  20. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
  21. package/tencentcloud/services/dlc/v20210125/dlc_client.js +10 -4
  22. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +236 -2
  23. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -3
  24. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -3
  25. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +271 -277
  26. package/tencentcloud/services/es/v20180416/es_models.d.ts +1 -1
  27. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  29. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -57
  30. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +59 -15
  31. package/tencentcloud/services/mna/v20210119/mna_client.js +81 -21
  32. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +414 -132
  33. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -6
  34. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
  35. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  36. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  37. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  38. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +14 -14
  39. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -7
  40. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +10 -1
  41. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +24 -0
  42. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +9 -9
  43. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -0
@@ -42,6 +42,9 @@ export class Client extends AbstractClient {
42
42
  async DescribeTaskMonitorInfos(req, cb) {
43
43
  return this.request("DescribeTaskMonitorInfos", req, cb);
44
44
  }
45
+ async ModifySparkApp(req, cb) {
46
+ return this.request("ModifySparkApp", req, cb);
47
+ }
45
48
  async DescribeNotebookSession(req, cb) {
46
49
  return this.request("DescribeNotebookSession", req, cb);
47
50
  }
@@ -780,8 +783,8 @@ export class Client extends AbstractClient {
780
783
  async QueryMonitorOverview(req, cb) {
781
784
  return this.request("QueryMonitorOverview", req, cb);
782
785
  }
783
- async ModifySparkApp(req, cb) {
784
- return this.request("ModifySparkApp", req, cb);
786
+ async ListImages(req, cb) {
787
+ return this.request("ListImages", req, cb);
785
788
  }
786
789
  async DescribeViews(req, cb) {
787
790
  return this.request("DescribeViews", req, cb);
@@ -3,6 +3,9 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("mna.tencentcloudapi.com", "2021-01-19", clientConfig);
5
5
  }
6
+ async UpdateL3Cidr(req, cb) {
7
+ return this.request("UpdateL3Cidr", req, cb);
8
+ }
6
9
  async SetNotifyUrl(req, cb) {
7
10
  return this.request("SetNotifyUrl", req, cb);
8
11
  }
@@ -45,6 +48,9 @@ export class Client extends AbstractClient {
45
48
  async ModifyDeviceAccessRegions(req, cb) {
46
49
  return this.request("ModifyDeviceAccessRegions", req, cb);
47
50
  }
51
+ async ModifyDeviceAccessScope(req, cb) {
52
+ return this.request("ModifyDeviceAccessScope", req, cb);
53
+ }
48
54
  async ActivateHardware(req, cb) {
49
55
  return this.request("ActivateHardware", req, cb);
50
56
  }
@@ -72,20 +78,26 @@ export class Client extends AbstractClient {
72
78
  async AddApplication(req, cb) {
73
79
  return this.request("AddApplication", req, cb);
74
80
  }
81
+ async ReportOrder(req, cb) {
82
+ return this.request("ReportOrder", req, cb);
83
+ }
75
84
  async GetActiveDeviceCount(req, cb) {
76
85
  return this.request("GetActiveDeviceCount", req, cb);
77
86
  }
78
87
  async UpdateApplicationKey(req, cb) {
79
88
  return this.request("UpdateApplicationKey", req, cb);
80
89
  }
90
+ async GetFlowAlarmInfo(req, cb) {
91
+ return this.request("GetFlowAlarmInfo", req, cb);
92
+ }
81
93
  async DeleteDevice(req, cb) {
82
94
  return this.request("DeleteDevice", req, cb);
83
95
  }
84
96
  async UpdateDevice(req, cb) {
85
97
  return this.request("UpdateDevice", req, cb);
86
98
  }
87
- async OrderPerLicense(req, cb) {
88
- return this.request("OrderPerLicense", req, cb);
99
+ async GetFlowStatisticByName(req, cb) {
100
+ return this.request("GetFlowStatisticByName", req, cb);
89
101
  }
90
102
  async GetNetMonitor(req, cb) {
91
103
  return this.request("GetNetMonitor", req, cb);
@@ -96,11 +108,14 @@ export class Client extends AbstractClient {
96
108
  async GetGroupDetail(req, cb) {
97
109
  return this.request("GetGroupDetail", req, cb);
98
110
  }
99
- async UpdateL3Cidr(req, cb) {
100
- return this.request("UpdateL3Cidr", req, cb);
111
+ async GetL3ConnList(req, cb) {
112
+ return this.request("GetL3ConnList", req, cb);
101
113
  }
102
- async GetFlowStatisticByName(req, cb) {
103
- return this.request("GetFlowStatisticByName", req, cb);
114
+ async UpdateCustomerGatewayCluster(req, cb) {
115
+ return this.request("UpdateCustomerGatewayCluster", req, cb);
116
+ }
117
+ async DescribeAccessPointList(req, cb) {
118
+ return this.request("DescribeAccessPointList", req, cb);
104
119
  }
105
120
  async GetVendorHardware(req, cb) {
106
121
  return this.request("GetVendorHardware", req, cb);
@@ -108,8 +123,8 @@ export class Client extends AbstractClient {
108
123
  async GetNetMonitorByName(req, cb) {
109
124
  return this.request("GetNetMonitorByName", req, cb);
110
125
  }
111
- async AddL3Conn(req, cb) {
112
- return this.request("AddL3Conn", req, cb);
126
+ async DeleteCustomerGatewayCluster(req, cb) {
127
+ return this.request("DeleteCustomerGatewayCluster", req, cb);
113
128
  }
114
129
  async GetStatisticDataByName(req, cb) {
115
130
  return this.request("GetStatisticDataByName", req, cb);
@@ -117,11 +132,11 @@ export class Client extends AbstractClient {
117
132
  async CreateEncryptedKey(req, cb) {
118
133
  return this.request("CreateEncryptedKey", req, cb);
119
134
  }
120
- async GetFlowAlarmInfo(req, cb) {
121
- return this.request("GetFlowAlarmInfo", req, cb);
135
+ async AddGateway(req, cb) {
136
+ return this.request("AddGateway", req, cb);
122
137
  }
123
- async ReportOrder(req, cb) {
124
- return this.request("ReportOrder", req, cb);
138
+ async OrderPerLicense(req, cb) {
139
+ return this.request("OrderPerLicense", req, cb);
125
140
  }
126
141
  async GroupDeleteDevice(req, cb) {
127
142
  return this.request("GroupDeleteDevice", req, cb);
@@ -141,6 +156,12 @@ export class Client extends AbstractClient {
141
156
  async UpdateL3Switch(req, cb) {
142
157
  return this.request("UpdateL3Switch", req, cb);
143
158
  }
159
+ async AddL3Conn(req, cb) {
160
+ return this.request("AddL3Conn", req, cb);
161
+ }
162
+ async GetCustomerGatewayClusterList(req, cb) {
163
+ return this.request("GetCustomerGatewayClusterList", req, cb);
164
+ }
144
165
  async AddDevice(req, cb) {
145
166
  return this.request("AddDevice", req, cb);
146
167
  }
@@ -159,11 +180,14 @@ export class Client extends AbstractClient {
159
180
  async UpdateGroup(req, cb) {
160
181
  return this.request("UpdateGroup", req, cb);
161
182
  }
183
+ async DeleteGateway(req, cb) {
184
+ return this.request("DeleteGateway", req, cb);
185
+ }
162
186
  async AddGroup(req, cb) {
163
187
  return this.request("AddGroup", req, cb);
164
188
  }
165
- async GetL3ConnList(req, cb) {
166
- return this.request("GetL3ConnList", req, cb);
189
+ async AddCustomerGatewayCluster(req, cb) {
190
+ return this.request("AddCustomerGatewayCluster", req, cb);
167
191
  }
168
192
  async UpdateL3Conn(req, cb) {
169
193
  return this.request("UpdateL3Conn", req, cb);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.291",
3
+ "version": "4.1.293",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.291";
1
+ export declare const sdkVersion = "4.1.293";
@@ -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.1.291";
4
+ exports.sdkVersion = "4.1.293";
@@ -1217,6 +1217,14 @@ export interface ApmAppConfig {
1217
1217
  * <p>采样阈值,100等于关闭采样,0表示全采样</p>
1218
1218
  */
1219
1219
  HeadSamplerArg?: number;
1220
+ /**
1221
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
1222
+ */
1223
+ CrossAccountStatus?: number;
1224
+ /**
1225
+ * <p>跨账号关联ID</p>
1226
+ */
1227
+ CrossAccountPeerId?: string;
1220
1228
  }
1221
1229
  /**
1222
1230
  * CreateApmSampleConfig返回参数结构体
@@ -1755,6 +1763,14 @@ export interface ModifyApmInstanceRequest {
1755
1763
  * <p>是否禁用 AI 能力</p><p>单位:无</p>
1756
1764
  */
1757
1765
  DisableAiAbility?: number;
1766
+ /**
1767
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
1768
+ */
1769
+ CrossAccountStatus?: number;
1770
+ /**
1771
+ * <p>跨账号关联ID</p>
1772
+ */
1773
+ CrossAccountPeerId?: string;
1758
1774
  }
1759
1775
  /**
1760
1776
  * Span日志部分
@@ -2614,6 +2630,14 @@ export interface ApmInstanceDetail {
2614
2630
  * <p>是否禁用 AI 能力</p><p>单位:无</p>
2615
2631
  */
2616
2632
  DisableAiAbility?: number;
2633
+ /**
2634
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
2635
+ */
2636
+ CrossAccountStatus?: number;
2637
+ /**
2638
+ * <p>跨账号关联ID</p>
2639
+ */
2640
+ CrossAccountPeerId?: string;
2617
2641
  }
2618
2642
  /**
2619
2643
  * Span 对象
@@ -3482,17 +3506,25 @@ export interface ModifyApmApplicationConfigRequest {
3482
3506
  */
3483
3507
  UseDefaultFuseConfig?: boolean;
3484
3508
  /**
3485
- * <p>是否开启探针头采样</p>
3509
+ * <p>是否开启探针头采样</p><p>(受限)</p>
3486
3510
  */
3487
3511
  EnableHeadSampler?: boolean;
3488
3512
  /**
3489
- * <p>头采样类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 跟随parent</li></ul>
3513
+ * <p>头采样类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 跟随parent</li></ul><p>(受限)</p>
3490
3514
  */
3491
3515
  HeadSamplerType?: string;
3492
3516
  /**
3493
- * <p>采样率</p><p>取值范围:[0, 100]</p><p>默认值:100</p>
3517
+ * <p>采样率</p><p>取值范围:[0, 100]</p><p>默认值:100</p><p>(受限)</p>
3494
3518
  */
3495
3519
  HeadSamplerArg?: number;
3520
+ /**
3521
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
3522
+ */
3523
+ CrossAccountStatus?: number;
3524
+ /**
3525
+ * <p>跨账号关联ID</p>
3526
+ */
3527
+ CrossAccountPeerId?: string;
3496
3528
  }
3497
3529
  /**
3498
3530
  * ModifyGeneralApmApplicationConfig返回参数结构体
@@ -826,25 +826,25 @@ export interface BillDetailComponentConfig {
826
826
  */
827
827
  export interface DescribeCostSummaryByResourceResponse {
828
828
  /**
829
- * 数据是否准备好,0未准备好,1准备好
829
+ * <p>数据是否准备好,0未准备好,1准备好</p>
830
830
  */
831
831
  Ready?: number;
832
832
  /**
833
- * 消耗详情
833
+ * <p>消耗详情</p>
834
834
  */
835
835
  Total?: ConsumptionSummaryTotal;
836
836
  /**
837
- * 过滤条件
837
+ * <p>过滤条件</p>
838
838
  注意:此字段可能返回 null,表示取不到有效值。
839
839
  */
840
840
  ConditionValue?: ConsumptionResourceSummaryConditionValue;
841
841
  /**
842
- * 记录数量
842
+ * <p>记录数量</p>
843
843
  注意:此字段可能返回 null,表示取不到有效值。
844
844
  */
845
845
  RecordNum?: number;
846
846
  /**
847
- * 资源消耗详情
847
+ * <p>资源消耗详情</p>
848
848
  */
849
849
  Data?: Array<ConsumptionResourceSummaryDataItem>;
850
850
  /**
@@ -2398,11 +2398,11 @@ export interface DescribeAllocationSummaryByResourceRequest {
2398
2398
  */
2399
2399
  export interface DescribeCostDetailResponse {
2400
2400
  /**
2401
- * 消耗明细
2401
+ * <p>消耗明细</p>
2402
2402
  */
2403
2403
  DetailSet?: Array<CostDetail>;
2404
2404
  /**
2405
- * 记录数
2405
+ * <p>记录数</p>
2406
2406
  注意:此字段可能返回 null,表示取不到有效值。
2407
2407
  */
2408
2408
  Total?: number;
@@ -6409,42 +6409,53 @@ export interface DescribeCostSummaryByRegionResponse {
6409
6409
  */
6410
6410
  export interface DescribeCostDetailRequest {
6411
6411
  /**
6412
- * 数量,最大值为100
6412
+ * <p>数量,最大值为100</p>
6413
6413
  */
6414
6414
  Limit: number;
6415
6415
  /**
6416
- * 偏移量
6416
+ * <p>偏移量</p>
6417
6417
  */
6418
6418
  Offset: number;
6419
6419
  /**
6420
- * 周期开始时间,查询粒度为天级别,需传入时分秒参数,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为同一月份,暂不支持跨月拉取。可拉取的数据是开通消耗账单后,且距今 18 个月内的数据。
6420
+ * <p>周期开始时间,查询粒度为天级别,需传入时分秒参数,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&amp;EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为同一月份,暂不支持跨月拉取。可拉取的数据是开通消耗账单后,且距今 18 个月内的数据。</p>
6421
6421
  */
6422
6422
  BeginTime?: string;
6423
6423
  /**
6424
- * 周期结束时间,查询粒度为天级别,需传入时分秒参数,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为同一月份,暂不支持跨月拉取。可拉取的数据是开通消耗账单后,且距今 18 个月内的数据。
6424
+ * <p>周期结束时间,查询粒度为天级别,需传入时分秒参数,格式为yyyy-mm-dd hh:ii:ss,Month和BeginTime&amp;EndTime必传一个,如果有该字段则Month字段无效。BeginTime和EndTime必须一起传,且为同一月份,暂不支持跨月拉取。可拉取的数据是开通消耗账单后,且距今 18 个月内的数据。</p>
6425
6425
  */
6426
6426
  EndTime?: string;
6427
6427
  /**
6428
- * 是否需要访问列表的总记录数,用于前端分页
6429
- 1-表示需要, 0-表示不需要
6428
+ * <p>是否需要访问列表的总记录数,用于前端分页<br>1-表示需要, 0-表示不需要</p>
6430
6429
  */
6431
6430
  NeedRecordNum?: number;
6432
6431
  /**
6433
- * 月份,格式为yyyy-mm,Month和BeginTime&EndTime必传一个,如果有传BeginTime&EndTime则Month字段无效。不能早于开通消耗账单的月份,最多可拉取18个月内的数据。
6432
+ * <p>月份,格式为yyyy-mm,Month和BeginTime&amp;EndTime必传一个,如果有传BeginTime&amp;EndTime则Month字段无效。不能早于开通消耗账单的月份,最多可拉取18个月内的数据。</p>
6434
6433
  */
6435
6434
  Month?: string;
6436
6435
  /**
6437
- * 查询指定产品信息
6436
+ * <p>查询指定产品信息</p>
6438
6437
  */
6439
6438
  ProductCode?: string;
6440
6439
  /**
6441
- * 付费模式 prePay/postPay
6440
+ * <p>付费模式 prePay/postPay</p>
6442
6441
  */
6443
6442
  PayMode?: string;
6444
6443
  /**
6445
- * 查询指定资源信息
6444
+ * <p>查询指定资源信息</p>
6446
6445
  */
6447
6446
  ResourceId?: string;
6447
+ /**
6448
+ * <p>产品名称代码</p>
6449
+ */
6450
+ BusinessCode?: string;
6451
+ /**
6452
+ * <p>项目ID:资源所属项目ID</p>
6453
+ */
6454
+ ProjectId?: string;
6455
+ /**
6456
+ * <p>地域ID</p>
6457
+ */
6458
+ RegionId?: string;
6448
6459
  }
6449
6460
  /**
6450
6461
  * 预算提醒
@@ -6623,37 +6634,45 @@ export interface DescribeAllocationTreeRequest {
6623
6634
  */
6624
6635
  export interface DescribeCostSummaryByResourceRequest {
6625
6636
  /**
6626
- * 目前必须和EndTime相同月份,不支持跨月查询,且查询结果是整月数据,例如 BeginTime为2018-09,EndTime 为 2018-09,查询结果是 2018 年 9 月数据。
6637
+ * <p>目前必须和EndTime相同月份,不支持跨月查询,且查询结果是整月数据,例如 BeginTime为2018-09,EndTime 为 2018-09,查询结果是 2018 年 9 月数据。</p>
6627
6638
  */
6628
6639
  BeginTime: string;
6629
6640
  /**
6630
- * 目前必须和BeginTime为相同月份,不支持跨月查询,且查询结果是整月数据,例如 BeginTime为2018-09,EndTime 为 2018-09,查询结果是 2018 年 9 月数据。
6641
+ * <p>目前必须和BeginTime为相同月份,不支持跨月查询,且查询结果是整月数据,例如 BeginTime为2018-09,EndTime 为 2018-09,查询结果是 2018 年 9 月数据。</p>
6631
6642
  */
6632
6643
  EndTime: string;
6633
6644
  /**
6634
- * 每次获取数据量,最大值为100
6645
+ * <p>每次获取数据量,最大值为100</p>
6635
6646
  */
6636
6647
  Limit: number;
6637
6648
  /**
6638
- * 偏移量,默认从0开始
6649
+ * <p>偏移量,默认从0开始</p>
6639
6650
  */
6640
6651
  Offset: number;
6641
6652
  /**
6642
- * 查询账单数据的用户UIN
6653
+ * <p>查询账单数据的用户UIN</p>
6643
6654
  */
6644
6655
  PayerUin?: string;
6645
6656
  /**
6646
- * 是否需要返回记录数量,0不需要,1需要,默认不需要
6657
+ * <p>是否需要返回记录数量,0不需要,1需要,默认不需要</p>
6647
6658
  */
6648
6659
  NeedRecordNum?: number;
6649
6660
  /**
6650
- * 是否需要返回过滤条件,0不需要,1需要,默认不需要
6661
+ * <p>是否需要返回过滤条件,0不需要,1需要,默认不需要</p>
6651
6662
  */
6652
6663
  NeedConditionValue?: number;
6653
6664
  /**
6654
- * 过滤条件,只支持ResourceKeyword(资源关键字,支持资源id及资源名称模糊查询),ProjectIds(项目id),RegionIds(地域id),PayModes(付费模式,可选prePay和postPay),HideFreeCost(是否隐藏0元流水,可选0和1),OrderByCost(按费用排序规则,可选desc和asc
6665
+ * <p>过滤条件,只支持ResourceKeyword(资源关键字,支持资源id及资源名称模糊查询),ProjectIds(项目id),RegionIds(地域id),PayModes(付费模式,可选prePay和postPay),HideFreeCost(是否隐藏0元流水,可选0和1),OrderByCost(按费用排序规则,可选desc和asc)</p>
6655
6666
  */
6656
6667
  Conditions?: Conditions;
6668
+ /**
6669
+ * <p>分账标签键,用户自定义</p>
6670
+ */
6671
+ TagKey?: string;
6672
+ /**
6673
+ * <p>分账标签值,该参数为空表示该标签键下未设置标签值的记录</p>
6674
+ */
6675
+ TagValue?: string;
6657
6676
  }
6658
6677
  /**
6659
6678
  * CreateAllocationTag请求参数结构体
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface CreateReportPdfRequest {
5
5
  /**
6
- * 报表 Id
6
+ * <p>报表 Id</p>
7
7
  */
8
8
  Id: number;
9
9
  }
@@ -202,7 +202,7 @@ export interface InquiryPriceDbauditInstanceRequest {
202
202
  */
203
203
  export interface CreateReportPdfResponse {
204
204
  /**
205
- * 下载地址
205
+ * <p>下载地址</p>
206
206
  */
207
207
  Url?: string;
208
208
  /**
@@ -391,10 +391,6 @@ export interface AssetsInfo {
391
391
  * <p>是否是新云原生审计流程</p>
392
392
  */
393
393
  IsNewCloudAudit?: boolean;
394
- /**
395
- * <p>审计功能支持说明</p>
396
- */
397
- AuditCapability?: Array<AuditCapability>;
398
394
  /**
399
395
  * <p>1</p><p>取值范围:[0, 1]</p>
400
396
  */
@@ -407,6 +403,10 @@ export interface AssetsInfo {
407
403
  * <p>实例集群ID</p>
408
404
  */
409
405
  InstanceGroupId?: string;
406
+ /**
407
+ * <p>该资产所在的资产组</p>
408
+ */
409
+ AssetGroups?: Array<IdWithName>;
410
410
  }
411
411
  /**
412
412
  * DescribeReportMissionList返回参数结构体
@@ -507,10 +507,6 @@ export interface DescribeDbauditUsedRegionsResponse {
507
507
  */
508
508
  RequestId?: string;
509
509
  }
510
- /**
511
- * 资产支持的审计能力
512
- */
513
- export type AuditCapability = null;
514
510
  /**
515
511
  * CreateTimerReport返回参数结构体
516
512
  */
@@ -598,82 +594,66 @@ export interface ReportMission {
598
594
  Id?: number;
599
595
  /**
600
596
  * 任务名称
601
- 注意:此字段可能返回 null,表示取不到有效值。
602
597
  */
603
598
  TplName?: string;
604
599
  /**
605
600
  * 报表类型 1:单次报表 2:周期报表
606
- 注意:此字段可能返回 null,表示取不到有效值。
607
601
  */
608
602
  ReportType?: number;
609
603
  /**
610
604
  * 报告说明
611
- 注意:此字段可能返回 null,表示取不到有效值。
612
605
  */
613
606
  Remark?: string;
614
607
  /**
615
608
  * 报表模板 1:综合分析报告 2:等保合规报告
616
- 注意:此字段可能返回 null,表示取不到有效值。
617
609
  */
618
610
  TemplateId?: number;
619
611
  /**
620
612
  * 包含资产
621
- 注意:此字段可能返回 null,表示取不到有效值。
622
613
  */
623
614
  AssetsList?: Array<AssetsInfo>;
624
615
  /**
625
616
  * 下次启动时间
626
- 注意:此字段可能返回 null,表示取不到有效值。
627
617
  */
628
618
  NextStartTime?: number;
629
619
  /**
630
620
  * 任务状态 1:生成中 2:待生成3:已生成4:生成失败5:已暂停
631
- 注意:此字段可能返回 null,表示取不到有效值。
632
621
  */
633
622
  MissionStatus?: number;
634
623
  /**
635
624
  * 任务状态说明 仅生成中和生成失败有效
636
- 注意:此字段可能返回 null,表示取不到有效值。
637
625
  */
638
626
  MissionStatusMessage?: string;
639
627
  /**
640
628
  * 已生成报表数
641
- 注意:此字段可能返回 null,表示取不到有效值。
642
629
  */
643
630
  ReportCount?: number;
644
631
  /**
645
632
  * 任务起停 1:关闭 2:开启 仅周期报表有效
646
- 注意:此字段可能返回 null,表示取不到有效值。
647
633
  */
648
634
  MissionStart?: number;
649
635
  /**
650
636
  * 统计周期 1:24小时 7:近一周 30:近30天 90:近90天 180:
651
- 注意:此字段可能返回 null,表示取不到有效值。
652
637
  */
653
638
  CntDay?: number;
654
639
  /**
655
640
  * 重复周期 1:每天 2:每周 3:每月
656
- 注意:此字段可能返回 null,表示取不到有效值。
657
641
  */
658
642
  CntCycle?: number;
659
643
  /**
660
644
  * 执行日期 重复周期为天:无意义 周:星期几 1-7 月每月
661
- 注意:此字段可能返回 null,表示取不到有效值。
662
645
  */
663
646
  CntTime?: number;
664
647
  /**
665
648
  * 执行时间 格式15:04 到分钟
666
- 注意:此字段可能返回 null,表示取不到有效值。
667
649
  */
668
650
  CntDate?: string;
669
651
  /**
670
652
  * 创建者 0:内置 其余存放用户(uin)
671
- 注意:此字段可能返回 null,表示取不到有效值。
672
653
  */
673
654
  Receivers?: string;
674
655
  /**
675
656
  * Notification int 1关闭 2开启 不变更为0
676
- 注意:此字段可能返回 null,表示取不到有效值。
677
657
  */
678
658
  Notification?: number;
679
659
  }
@@ -697,78 +677,75 @@ export interface Reports {
697
677
  /**
698
678
  * 生成时间
699
679
  */
700
- AddTime: number;
680
+ AddTime?: number;
701
681
  /**
702
682
  * 结束时间
703
683
  */
704
- EndTime: number;
684
+ EndTime?: number;
705
685
  /**
706
686
  * 报告 ID
707
687
  */
708
- Id: number;
688
+ Id?: number;
709
689
  /**
710
690
  * 审计 ID
711
691
  */
712
- InstanceId: number;
692
+ InstanceId?: number;
713
693
  /**
714
694
  * 是否已删除
715
695
  */
716
- IsDelete: number;
696
+ IsDelete?: number;
717
697
  /**
718
698
  * 发送目标
719
699
  */
720
- Receivers: string;
700
+ Receivers?: string;
721
701
  /**
722
702
  * 报告说明
723
703
  */
724
- Remark: string;
704
+ Remark?: string;
725
705
  /**
726
706
  * 报告文件
727
707
  */
728
- ReportFile: string;
708
+ ReportFile?: string;
729
709
  /**
730
710
  * 状态
731
711
  */
732
- ReportStatus: number;
712
+ ReportStatus?: number;
733
713
  /**
734
714
  * 状态
735
715
  */
736
- ReportTmpStatus: number;
716
+ ReportTmpStatus?: number;
737
717
  /**
738
718
  * 报告类型
739
719
  */
740
- ReportType: number;
720
+ ReportType?: number;
741
721
  /**
742
722
  * 发送结果
743
723
  */
744
- SendResult: string;
724
+ SendResult?: string;
745
725
  /**
746
726
  * 发送类型
747
727
  */
748
- SendType: string;
728
+ SendType?: string;
749
729
  /**
750
730
  * 开始时间
751
731
  */
752
- StartTime: number;
732
+ StartTime?: number;
753
733
  /**
754
734
  * 报告名称
755
735
  */
756
- Title: string;
736
+ Title?: string;
757
737
  /**
758
738
  * 报表模板
759
- 注意:此字段可能返回 null,表示取不到有效值。
760
739
  */
761
- TemplateId: number;
740
+ TemplateId?: number;
762
741
  /**
763
742
  * 包含资产
764
- 注意:此字段可能返回 null,表示取不到有效值。
765
743
  */
766
- AssetsList: Array<AssetsInfo>;
744
+ AssetsList?: Array<AssetsInfo>;
767
745
  /**
768
746
  * 时间范围 1:24小时 7:近一周 30:近30天 90:近90天 180:近180天 不变更为0
769
- 注意:此字段可能返回 null,表示取不到有效值。
770
747
  */
771
- CntDay: number;
748
+ CntDay?: number;
772
749
  }
773
750
  /**
774
751
  * 资产 DSGC 绑定信息