@alicloud/sddp20190103 1.2.2 → 1.2.3

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.
package/dist/client.js CHANGED
@@ -4120,6 +4120,7 @@ class DescribeDataObjectsResponseBodyItems extends $tea.Model {
4120
4120
  id: 'Id',
4121
4121
  instanceDescription: 'InstanceDescription',
4122
4122
  instanceId: 'InstanceId',
4123
+ lastModifiedTime: 'LastModifiedTime',
4123
4124
  lastScanTime: 'LastScanTime',
4124
4125
  memberAccount: 'MemberAccount',
4125
4126
  modelTags: 'ModelTags',
@@ -4141,6 +4142,7 @@ class DescribeDataObjectsResponseBodyItems extends $tea.Model {
4141
4142
  id: 'string',
4142
4143
  instanceDescription: 'string',
4143
4144
  instanceId: 'string',
4145
+ lastModifiedTime: 'number',
4144
4146
  lastScanTime: 'number',
4145
4147
  memberAccount: 'number',
4146
4148
  modelTags: { 'type': 'array', 'itemType': DescribeDataObjectsResponseBodyItemsModelTags },
@@ -4802,6 +4804,7 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
4802
4804
  fileId: 'FileId',
4803
4805
  id: 'Id',
4804
4806
  instanceId: 'InstanceId',
4807
+ lastModifiedTime: 'LastModifiedTime',
4805
4808
  name: 'Name',
4806
4809
  regionId: 'RegionId',
4807
4810
  riskLevelId: 'RiskLevelId',
@@ -4822,6 +4825,7 @@ class DescribeOssObjectsResponseBodyItems extends $tea.Model {
4822
4825
  fileId: 'string',
4823
4826
  id: 'string',
4824
4827
  instanceId: 'number',
4828
+ lastModifiedTime: 'number',
4825
4829
  name: 'string',
4826
4830
  regionId: 'string',
4827
4831
  riskLevelId: 'number',
@@ -5169,13 +5173,15 @@ class Client extends openapi_client_1.default {
5169
5173
  return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
5170
5174
  }
5171
5175
  /**
5172
- * You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
5173
- * # Limits
5174
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5175
- *
5176
- * @param request CreateConfigRequest
5177
- * @param runtime runtime options for this request RuntimeOptions
5178
- * @return CreateConfigResponse
5176
+ * @summary Modifies the configurations of a common configuration item for alerts.
5177
+ *
5178
+ * @description You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
5179
+ * # Limits
5180
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5181
+ *
5182
+ * @param request CreateConfigRequest
5183
+ * @param runtime runtime options for this request RuntimeOptions
5184
+ * @return CreateConfigResponse
5179
5185
  */
5180
5186
  async createConfigWithOptions(request, runtime) {
5181
5187
  tea_util_1.default.validateModel(request);
@@ -5215,25 +5221,29 @@ class Client extends openapi_client_1.default {
5215
5221
  return $tea.cast(await this.callApi(params, req, runtime), new CreateConfigResponse({}));
5216
5222
  }
5217
5223
  /**
5218
- * You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
5219
- * # Limits
5220
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5221
- *
5222
- * @param request CreateConfigRequest
5223
- * @return CreateConfigResponse
5224
+ * @summary Modifies the configurations of a common configuration item for alerts.
5225
+ *
5226
+ * @description You can call this operation to create or restore configurations based on the codes of common configuration items. This allows you to manage the configurations of common configuration items.
5227
+ * # Limits
5228
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5229
+ *
5230
+ * @param request CreateConfigRequest
5231
+ * @return CreateConfigResponse
5224
5232
  */
5225
5233
  async createConfig(request) {
5226
5234
  let runtime = new $Util.RuntimeOptions({});
5227
5235
  return await this.createConfigWithOptions(request, runtime);
5228
5236
  }
5229
5237
  /**
5230
- * You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
5231
- * # Limits
5232
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5233
- *
5234
- * @param request CreateDataLimitRequest
5235
- * @param runtime runtime options for this request RuntimeOptions
5236
- * @return CreateDataLimitResponse
5238
+ * @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
5239
+ *
5240
+ * @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
5241
+ * # Limits
5242
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5243
+ *
5244
+ * @param request CreateDataLimitRequest
5245
+ * @param runtime runtime options for this request RuntimeOptions
5246
+ * @return CreateDataLimitResponse
5237
5247
  */
5238
5248
  async createDataLimitWithOptions(request, runtime) {
5239
5249
  tea_util_1.default.validateModel(request);
@@ -5309,17 +5319,26 @@ class Client extends openapi_client_1.default {
5309
5319
  return $tea.cast(await this.callApi(params, req, runtime), new CreateDataLimitResponse({}));
5310
5320
  }
5311
5321
  /**
5312
- * You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
5313
- * # Limits
5314
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5315
- *
5316
- * @param request CreateDataLimitRequest
5317
- * @return CreateDataLimitResponse
5322
+ * @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
5323
+ *
5324
+ * @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
5325
+ * # Limits
5326
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5327
+ *
5328
+ * @param request CreateDataLimitRequest
5329
+ * @return CreateDataLimitResponse
5318
5330
  */
5319
5331
  async createDataLimit(request) {
5320
5332
  let runtime = new $Util.RuntimeOptions({});
5321
5333
  return await this.createDataLimitWithOptions(request, runtime);
5322
5334
  }
5335
+ /**
5336
+ * @summary Creates a custom sensitive data detection rule.
5337
+ *
5338
+ * @param request CreateRuleRequest
5339
+ * @param runtime runtime options for this request RuntimeOptions
5340
+ * @return CreateRuleResponse
5341
+ */
5323
5342
  async createRuleWithOptions(request, runtime) {
5324
5343
  tea_util_1.default.validateModel(request);
5325
5344
  let query = {};
@@ -5390,18 +5409,26 @@ class Client extends openapi_client_1.default {
5390
5409
  });
5391
5410
  return $tea.cast(await this.callApi(params, req, runtime), new CreateRuleResponse({}));
5392
5411
  }
5412
+ /**
5413
+ * @summary Creates a custom sensitive data detection rule.
5414
+ *
5415
+ * @param request CreateRuleRequest
5416
+ * @return CreateRuleResponse
5417
+ */
5393
5418
  async createRule(request) {
5394
5419
  let runtime = new $Util.RuntimeOptions({});
5395
5420
  return await this.createRuleWithOptions(request, runtime);
5396
5421
  }
5397
5422
  /**
5398
- * You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
5399
- * # Limits
5400
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5401
- *
5402
- * @param request CreateScanTaskRequest
5403
- * @param runtime runtime options for this request RuntimeOptions
5404
- * @return CreateScanTaskResponse
5423
+ * @summary Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
5424
+ *
5425
+ * @description You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
5426
+ * # Limits
5427
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5428
+ *
5429
+ * @param request CreateScanTaskRequest
5430
+ * @param runtime runtime options for this request RuntimeOptions
5431
+ * @return CreateScanTaskResponse
5405
5432
  */
5406
5433
  async createScanTaskWithOptions(request, runtime) {
5407
5434
  tea_util_1.default.validateModel(request);
@@ -5462,25 +5489,29 @@ class Client extends openapi_client_1.default {
5462
5489
  return $tea.cast(await this.callApi(params, req, runtime), new CreateScanTaskResponse({}));
5463
5490
  }
5464
5491
  /**
5465
- * You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
5466
- * # Limits
5467
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5468
- *
5469
- * @param request CreateScanTaskRequest
5470
- * @return CreateScanTaskResponse
5492
+ * @summary Creates a custom scan task. The custom scan task is used to scan data assets on which Data Security Center (DSC) is granted the scan permissions for sensitive data.
5493
+ *
5494
+ * @description You can call this operation to create a custom scan task for authorized data assets. You can customize the interval between two consecutive scan tasks and the time when the scan task is executed next time.
5495
+ * # Limits
5496
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5497
+ *
5498
+ * @param request CreateScanTaskRequest
5499
+ * @return CreateScanTaskResponse
5471
5500
  */
5472
5501
  async createScanTask(request) {
5473
5502
  let runtime = new $Util.RuntimeOptions({});
5474
5503
  return await this.createScanTaskWithOptions(request, runtime);
5475
5504
  }
5476
5505
  /**
5477
- * You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
5478
- * # Limits
5479
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5480
- *
5481
- * @param request CreateSlrRoleRequest
5482
- * @param runtime runtime options for this request RuntimeOptions
5483
- * @return CreateSlrRoleResponse
5506
+ * @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
5507
+ *
5508
+ * @description You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
5509
+ * # Limits
5510
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5511
+ *
5512
+ * @param request CreateSlrRoleRequest
5513
+ * @param runtime runtime options for this request RuntimeOptions
5514
+ * @return CreateSlrRoleResponse
5484
5515
  */
5485
5516
  async createSlrRoleWithOptions(request, runtime) {
5486
5517
  tea_util_1.default.validateModel(request);
@@ -5511,25 +5542,29 @@ class Client extends openapi_client_1.default {
5511
5542
  return $tea.cast(await this.callApi(params, req, runtime), new CreateSlrRoleResponse({}));
5512
5543
  }
5513
5544
  /**
5514
- * You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
5515
- * # Limits
5516
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5517
- *
5518
- * @param request CreateSlrRoleRequest
5519
- * @return CreateSlrRoleResponse
5545
+ * @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
5546
+ *
5547
+ * @description You can call this operation to allow DSC to access the data assets in services such as Object Storage Service (OSS), ApsaraDB RDS, and MaxCompute. After you call this operation, the system automatically creates a service-linked role named AliyunServiceRoleForSDDP and attaches the AliyunServiceRolePolicyForSDDP policy to the role.
5548
+ * # Limits
5549
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5550
+ *
5551
+ * @param request CreateSlrRoleRequest
5552
+ * @return CreateSlrRoleResponse
5520
5553
  */
5521
5554
  async createSlrRole(request) {
5522
5555
  let runtime = new $Util.RuntimeOptions({});
5523
5556
  return await this.createSlrRoleWithOptions(request, runtime);
5524
5557
  }
5525
5558
  /**
5526
- * You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
5527
- * # Limits
5528
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5529
- *
5530
- * @param request DeleteDataLimitRequest
5531
- * @param runtime runtime options for this request RuntimeOptions
5532
- * @return DeleteDataLimitResponse
5559
+ * @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
5560
+ *
5561
+ * @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
5562
+ * # Limits
5563
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5564
+ *
5565
+ * @param request DeleteDataLimitRequest
5566
+ * @param runtime runtime options for this request RuntimeOptions
5567
+ * @return DeleteDataLimitResponse
5533
5568
  */
5534
5569
  async deleteDataLimitWithOptions(request, runtime) {
5535
5570
  tea_util_1.default.validateModel(request);
@@ -5563,17 +5598,26 @@ class Client extends openapi_client_1.default {
5563
5598
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteDataLimitResponse({}));
5564
5599
  }
5565
5600
  /**
5566
- * You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
5567
- * # Limits
5568
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5569
- *
5570
- * @param request DeleteDataLimitRequest
5571
- * @return DeleteDataLimitResponse
5601
+ * @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
5602
+ *
5603
+ * @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
5604
+ * # Limits
5605
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5606
+ *
5607
+ * @param request DeleteDataLimitRequest
5608
+ * @return DeleteDataLimitResponse
5572
5609
  */
5573
5610
  async deleteDataLimit(request) {
5574
5611
  let runtime = new $Util.RuntimeOptions({});
5575
5612
  return await this.deleteDataLimitWithOptions(request, runtime);
5576
5613
  }
5614
+ /**
5615
+ * @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
5616
+ *
5617
+ * @param request DeleteRuleRequest
5618
+ * @param runtime runtime options for this request RuntimeOptions
5619
+ * @return DeleteRuleResponse
5620
+ */
5577
5621
  async deleteRuleWithOptions(request, runtime) {
5578
5622
  tea_util_1.default.validateModel(request);
5579
5623
  let query = {};
@@ -5605,10 +5649,21 @@ class Client extends openapi_client_1.default {
5605
5649
  });
5606
5650
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteRuleResponse({}));
5607
5651
  }
5652
+ /**
5653
+ * @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
5654
+ *
5655
+ * @param request DeleteRuleRequest
5656
+ * @return DeleteRuleResponse
5657
+ */
5608
5658
  async deleteRule(request) {
5609
5659
  let runtime = new $Util.RuntimeOptions({});
5610
5660
  return await this.deleteRuleWithOptions(request, runtime);
5611
5661
  }
5662
+ /**
5663
+ * @param request DescribeCategoryTemplateListRequest
5664
+ * @param runtime runtime options for this request RuntimeOptions
5665
+ * @return DescribeCategoryTemplateListResponse
5666
+ */
5612
5667
  async describeCategoryTemplateListWithOptions(request, runtime) {
5613
5668
  tea_util_1.default.validateModel(request);
5614
5669
  let query = {};
@@ -5643,18 +5698,24 @@ class Client extends openapi_client_1.default {
5643
5698
  });
5644
5699
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateListResponse({}));
5645
5700
  }
5701
+ /**
5702
+ * @param request DescribeCategoryTemplateListRequest
5703
+ * @return DescribeCategoryTemplateListResponse
5704
+ */
5646
5705
  async describeCategoryTemplateList(request) {
5647
5706
  let runtime = new $Util.RuntimeOptions({});
5648
5707
  return await this.describeCategoryTemplateListWithOptions(request, runtime);
5649
5708
  }
5650
5709
  /**
5651
- * You can call this operation to query rules in a classification template.
5652
- * # Limits
5653
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5654
- *
5655
- * @param request DescribeCategoryTemplateRuleListRequest
5656
- * @param runtime runtime options for this request RuntimeOptions
5657
- * @return DescribeCategoryTemplateRuleListResponse
5710
+ * @summary Queries rules in a classification template by page.
5711
+ *
5712
+ * @description You can call this operation to query rules in a classification template.
5713
+ * # Limits
5714
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5715
+ *
5716
+ * @param request DescribeCategoryTemplateRuleListRequest
5717
+ * @param runtime runtime options for this request RuntimeOptions
5718
+ * @return DescribeCategoryTemplateRuleListResponse
5658
5719
  */
5659
5720
  async describeCategoryTemplateRuleListWithOptions(request, runtime) {
5660
5721
  tea_util_1.default.validateModel(request);
@@ -5694,27 +5755,31 @@ class Client extends openapi_client_1.default {
5694
5755
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateRuleListResponse({}));
5695
5756
  }
5696
5757
  /**
5697
- * You can call this operation to query rules in a classification template.
5698
- * # Limits
5699
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5700
- *
5701
- * @param request DescribeCategoryTemplateRuleListRequest
5702
- * @return DescribeCategoryTemplateRuleListResponse
5758
+ * @summary Queries rules in a classification template by page.
5759
+ *
5760
+ * @description You can call this operation to query rules in a classification template.
5761
+ * # Limits
5762
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5763
+ *
5764
+ * @param request DescribeCategoryTemplateRuleListRequest
5765
+ * @return DescribeCategoryTemplateRuleListResponse
5703
5766
  */
5704
5767
  async describeCategoryTemplateRuleList(request) {
5705
5768
  let runtime = new $Util.RuntimeOptions({});
5706
5769
  return await this.describeCategoryTemplateRuleListWithOptions(request, runtime);
5707
5770
  }
5708
5771
  /**
5709
- * You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
5710
- * ## [](#)Precautions
5711
- * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
5712
- * ## [](#qps)Limits
5713
- * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5714
- *
5715
- * @param request DescribeColumnsRequest
5716
- * @param runtime runtime options for this request RuntimeOptions
5717
- * @return DescribeColumnsResponse
5772
+ * @summary Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
5773
+ *
5774
+ * @description You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
5775
+ * ## [](#)Precautions
5776
+ * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
5777
+ * ## [](#qps)Limits
5778
+ * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5779
+ *
5780
+ * @param request DescribeColumnsRequest
5781
+ * @param runtime runtime options for this request RuntimeOptions
5782
+ * @return DescribeColumnsResponse
5718
5783
  */
5719
5784
  async describeColumnsWithOptions(request, runtime) {
5720
5785
  tea_util_1.default.validateModel(request);
@@ -5775,19 +5840,28 @@ class Client extends openapi_client_1.default {
5775
5840
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
5776
5841
  }
5777
5842
  /**
5778
- * You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
5779
- * ## [](#)Precautions
5780
- * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
5781
- * ## [](#qps)Limits
5782
- * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5783
- *
5784
- * @param request DescribeColumnsRequest
5785
- * @return DescribeColumnsResponse
5843
+ * @summary Queries data in the columns of the tables that Data Security Center (DSC) is authorized to access. The tables include the tables of MaxCompute and ApsaraDB RDS.
5844
+ *
5845
+ * @description You can call this operation to query the data in columns of a table that may contain sensitive data. This helps you analyze sensitive data.
5846
+ * ## [](#)Precautions
5847
+ * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
5848
+ * ## [](#qps)Limits
5849
+ * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5850
+ *
5851
+ * @param request DescribeColumnsRequest
5852
+ * @return DescribeColumnsResponse
5786
5853
  */
5787
5854
  async describeColumns(request) {
5788
5855
  let runtime = new $Util.RuntimeOptions({});
5789
5856
  return await this.describeColumnsWithOptions(request, runtime);
5790
5857
  }
5858
+ /**
5859
+ * @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
5860
+ *
5861
+ * @param request DescribeColumnsV2Request
5862
+ * @param runtime runtime options for this request RuntimeOptions
5863
+ * @return DescribeColumnsV2Response
5864
+ */
5791
5865
  async describeColumnsV2WithOptions(request, runtime) {
5792
5866
  tea_util_1.default.validateModel(request);
5793
5867
  let query = {};
@@ -5846,10 +5920,23 @@ class Client extends openapi_client_1.default {
5846
5920
  });
5847
5921
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsV2Response({}));
5848
5922
  }
5923
+ /**
5924
+ * @summary 查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据
5925
+ *
5926
+ * @param request DescribeColumnsV2Request
5927
+ * @return DescribeColumnsV2Response
5928
+ */
5849
5929
  async describeColumnsV2(request) {
5850
5930
  let runtime = new $Util.RuntimeOptions({});
5851
5931
  return await this.describeColumnsV2WithOptions(request, runtime);
5852
5932
  }
5933
+ /**
5934
+ * @summary Queries common configuration items for alerts.
5935
+ *
5936
+ * @param request DescribeConfigsRequest
5937
+ * @param runtime runtime options for this request RuntimeOptions
5938
+ * @return DescribeConfigsResponse
5939
+ */
5853
5940
  async describeConfigsWithOptions(request, runtime) {
5854
5941
  tea_util_1.default.validateModel(request);
5855
5942
  let query = {};
@@ -5872,10 +5959,23 @@ class Client extends openapi_client_1.default {
5872
5959
  });
5873
5960
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigsResponse({}));
5874
5961
  }
5962
+ /**
5963
+ * @summary Queries common configuration items for alerts.
5964
+ *
5965
+ * @param request DescribeConfigsRequest
5966
+ * @return DescribeConfigsResponse
5967
+ */
5875
5968
  async describeConfigs(request) {
5876
5969
  let runtime = new $Util.RuntimeOptions({});
5877
5970
  return await this.describeConfigsWithOptions(request, runtime);
5878
5971
  }
5972
+ /**
5973
+ * @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
5974
+ *
5975
+ * @param request DescribeDataAssetsRequest
5976
+ * @param runtime runtime options for this request RuntimeOptions
5977
+ * @return DescribeDataAssetsResponse
5978
+ */
5879
5979
  async describeDataAssetsWithOptions(request, runtime) {
5880
5980
  tea_util_1.default.validateModel(request);
5881
5981
  let query = {};
@@ -5916,10 +6016,23 @@ class Client extends openapi_client_1.default {
5916
6016
  });
5917
6017
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataAssetsResponse({}));
5918
6018
  }
6019
+ /**
6020
+ * @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
6021
+ *
6022
+ * @param request DescribeDataAssetsRequest
6023
+ * @return DescribeDataAssetsResponse
6024
+ */
5919
6025
  async describeDataAssets(request) {
5920
6026
  let runtime = new $Util.RuntimeOptions({});
5921
6027
  return await this.describeDataAssetsWithOptions(request, runtime);
5922
6028
  }
6029
+ /**
6030
+ * @summary Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
6031
+ *
6032
+ * @param request DescribeDataLimitDetailRequest
6033
+ * @param runtime runtime options for this request RuntimeOptions
6034
+ * @return DescribeDataLimitDetailResponse
6035
+ */
5923
6036
  async describeDataLimitDetailWithOptions(request, runtime) {
5924
6037
  tea_util_1.default.validateModel(request);
5925
6038
  let query = {};
@@ -5951,18 +6064,26 @@ class Client extends openapi_client_1.default {
5951
6064
  });
5952
6065
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitDetailResponse({}));
5953
6066
  }
6067
+ /**
6068
+ * @summary Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.
6069
+ *
6070
+ * @param request DescribeDataLimitDetailRequest
6071
+ * @return DescribeDataLimitDetailResponse
6072
+ */
5954
6073
  async describeDataLimitDetail(request) {
5955
6074
  let runtime = new $Util.RuntimeOptions({});
5956
6075
  return await this.describeDataLimitDetailWithOptions(request, runtime);
5957
6076
  }
5958
6077
  /**
5959
- * You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
5960
- * # Limits
5961
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
5962
- *
5963
- * @param request DescribeDataLimitSetRequest
5964
- * @param runtime runtime options for this request RuntimeOptions
5965
- * @return DescribeDataLimitSetResponse
6078
+ * @summary Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
6079
+ *
6080
+ * @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
6081
+ * # Limits
6082
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6083
+ *
6084
+ * @param request DescribeDataLimitSetRequest
6085
+ * @param runtime runtime options for this request RuntimeOptions
6086
+ * @return DescribeDataLimitSetResponse
5966
6087
  */
5967
6088
  async describeDataLimitSetWithOptions(request, runtime) {
5968
6089
  tea_util_1.default.validateModel(request);
@@ -5996,17 +6117,26 @@ class Client extends openapi_client_1.default {
5996
6117
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitSetResponse({}));
5997
6118
  }
5998
6119
  /**
5999
- * You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
6000
- * # Limits
6001
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6002
- *
6003
- * @param request DescribeDataLimitSetRequest
6004
- * @return DescribeDataLimitSetResponse
6120
+ * @summary Queries data assets, such as instances, databases, and Object Storage Service (OSS) buckets, that you authorize Data Security Center (DSC) to scan in a service.
6121
+ *
6122
+ * @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
6123
+ * # Limits
6124
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6125
+ *
6126
+ * @param request DescribeDataLimitSetRequest
6127
+ * @return DescribeDataLimitSetResponse
6005
6128
  */
6006
6129
  async describeDataLimitSet(request) {
6007
6130
  let runtime = new $Util.RuntimeOptions({});
6008
6131
  return await this.describeDataLimitSetWithOptions(request, runtime);
6009
6132
  }
6133
+ /**
6134
+ * @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
6135
+ *
6136
+ * @param request DescribeDataLimitsRequest
6137
+ * @param runtime runtime options for this request RuntimeOptions
6138
+ * @return DescribeDataLimitsResponse
6139
+ */
6010
6140
  async describeDataLimitsWithOptions(request, runtime) {
6011
6141
  tea_util_1.default.validateModel(request);
6012
6142
  let query = {};
@@ -6071,18 +6201,26 @@ class Client extends openapi_client_1.default {
6071
6201
  });
6072
6202
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitsResponse({}));
6073
6203
  }
6204
+ /**
6205
+ * @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
6206
+ *
6207
+ * @param request DescribeDataLimitsRequest
6208
+ * @return DescribeDataLimitsResponse
6209
+ */
6074
6210
  async describeDataLimits(request) {
6075
6211
  let runtime = new $Util.RuntimeOptions({});
6076
6212
  return await this.describeDataLimitsWithOptions(request, runtime);
6077
6213
  }
6078
6214
  /**
6079
- * You can call this operation to query the execution information of a static de-identification task, including the status and progress.
6080
- * # Limits
6081
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6082
- *
6083
- * @param request DescribeDataMaskingRunHistoryRequest
6084
- * @param runtime runtime options for this request RuntimeOptions
6085
- * @return DescribeDataMaskingRunHistoryResponse
6215
+ * @summary Queries the execution information about a de-identification task.
6216
+ *
6217
+ * @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
6218
+ * # Limits
6219
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6220
+ *
6221
+ * @param request DescribeDataMaskingRunHistoryRequest
6222
+ * @param runtime runtime options for this request RuntimeOptions
6223
+ * @return DescribeDataMaskingRunHistoryResponse
6086
6224
  */
6087
6225
  async describeDataMaskingRunHistoryWithOptions(request, runtime) {
6088
6226
  tea_util_1.default.validateModel(request);
@@ -6137,25 +6275,29 @@ class Client extends openapi_client_1.default {
6137
6275
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingRunHistoryResponse({}));
6138
6276
  }
6139
6277
  /**
6140
- * You can call this operation to query the execution information of a static de-identification task, including the status and progress.
6141
- * # Limits
6142
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6143
- *
6144
- * @param request DescribeDataMaskingRunHistoryRequest
6145
- * @return DescribeDataMaskingRunHistoryResponse
6278
+ * @summary Queries the execution information about a de-identification task.
6279
+ *
6280
+ * @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
6281
+ * # Limits
6282
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6283
+ *
6284
+ * @param request DescribeDataMaskingRunHistoryRequest
6285
+ * @return DescribeDataMaskingRunHistoryResponse
6146
6286
  */
6147
6287
  async describeDataMaskingRunHistory(request) {
6148
6288
  let runtime = new $Util.RuntimeOptions({});
6149
6289
  return await this.describeDataMaskingRunHistoryWithOptions(request, runtime);
6150
6290
  }
6151
6291
  /**
6152
- * You can call this operation to query static de-identification tasks. This facilitates task queries and management.
6153
- * # Limits
6154
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6155
- *
6156
- * @param request DescribeDataMaskingTasksRequest
6157
- * @param runtime runtime options for this request RuntimeOptions
6158
- * @return DescribeDataMaskingTasksResponse
6292
+ * @summary Queries de-identification tasks.
6293
+ *
6294
+ * @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
6295
+ * # Limits
6296
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6297
+ *
6298
+ * @param request DescribeDataMaskingTasksRequest
6299
+ * @param runtime runtime options for this request RuntimeOptions
6300
+ * @return DescribeDataMaskingTasksResponse
6159
6301
  */
6160
6302
  async describeDataMaskingTasksWithOptions(request, runtime) {
6161
6303
  tea_util_1.default.validateModel(request);
@@ -6198,17 +6340,26 @@ class Client extends openapi_client_1.default {
6198
6340
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingTasksResponse({}));
6199
6341
  }
6200
6342
  /**
6201
- * You can call this operation to query static de-identification tasks. This facilitates task queries and management.
6202
- * # Limits
6203
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6204
- *
6205
- * @param request DescribeDataMaskingTasksRequest
6206
- * @return DescribeDataMaskingTasksResponse
6343
+ * @summary Queries de-identification tasks.
6344
+ *
6345
+ * @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
6346
+ * # Limits
6347
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6348
+ *
6349
+ * @param request DescribeDataMaskingTasksRequest
6350
+ * @return DescribeDataMaskingTasksResponse
6207
6351
  */
6208
6352
  async describeDataMaskingTasks(request) {
6209
6353
  let runtime = new $Util.RuntimeOptions({});
6210
6354
  return await this.describeDataMaskingTasksWithOptions(request, runtime);
6211
6355
  }
6356
+ /**
6357
+ * @summary 查看数据对象列详情
6358
+ *
6359
+ * @param request DescribeDataObjectColumnDetailRequest
6360
+ * @param runtime runtime options for this request RuntimeOptions
6361
+ * @return DescribeDataObjectColumnDetailResponse
6362
+ */
6212
6363
  async describeDataObjectColumnDetailWithOptions(request, runtime) {
6213
6364
  tea_util_1.default.validateModel(request);
6214
6365
  let query = {};
@@ -6249,10 +6400,23 @@ class Client extends openapi_client_1.default {
6249
6400
  });
6250
6401
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailResponse({}));
6251
6402
  }
6403
+ /**
6404
+ * @summary 查看数据对象列详情
6405
+ *
6406
+ * @param request DescribeDataObjectColumnDetailRequest
6407
+ * @return DescribeDataObjectColumnDetailResponse
6408
+ */
6252
6409
  async describeDataObjectColumnDetail(request) {
6253
6410
  let runtime = new $Util.RuntimeOptions({});
6254
6411
  return await this.describeDataObjectColumnDetailWithOptions(request, runtime);
6255
6412
  }
6413
+ /**
6414
+ * @summary 查看数据对象列详情V2
6415
+ *
6416
+ * @param request DescribeDataObjectColumnDetailV2Request
6417
+ * @param runtime runtime options for this request RuntimeOptions
6418
+ * @return DescribeDataObjectColumnDetailV2Response
6419
+ */
6256
6420
  async describeDataObjectColumnDetailV2WithOptions(request, runtime) {
6257
6421
  tea_util_1.default.validateModel(request);
6258
6422
  let query = {};
@@ -6293,10 +6457,23 @@ class Client extends openapi_client_1.default {
6293
6457
  });
6294
6458
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailV2Response({}));
6295
6459
  }
6460
+ /**
6461
+ * @summary 查看数据对象列详情V2
6462
+ *
6463
+ * @param request DescribeDataObjectColumnDetailV2Request
6464
+ * @return DescribeDataObjectColumnDetailV2Response
6465
+ */
6296
6466
  async describeDataObjectColumnDetailV2(request) {
6297
6467
  let runtime = new $Util.RuntimeOptions({});
6298
6468
  return await this.describeDataObjectColumnDetailV2WithOptions(request, runtime);
6299
6469
  }
6470
+ /**
6471
+ * @summary 分页查询数据目录对象
6472
+ *
6473
+ * @param request DescribeDataObjectsRequest
6474
+ * @param runtime runtime options for this request RuntimeOptions
6475
+ * @return DescribeDataObjectsResponse
6476
+ */
6300
6477
  async describeDataObjectsWithOptions(request, runtime) {
6301
6478
  tea_util_1.default.validateModel(request);
6302
6479
  let query = {};
@@ -6367,10 +6544,21 @@ class Client extends openapi_client_1.default {
6367
6544
  });
6368
6545
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectsResponse({}));
6369
6546
  }
6547
+ /**
6548
+ * @summary 分页查询数据目录对象
6549
+ *
6550
+ * @param request DescribeDataObjectsRequest
6551
+ * @return DescribeDataObjectsResponse
6552
+ */
6370
6553
  async describeDataObjects(request) {
6371
6554
  let runtime = new $Util.RuntimeOptions({});
6372
6555
  return await this.describeDataObjectsWithOptions(request, runtime);
6373
6556
  }
6557
+ /**
6558
+ * @param request DescribeDocTypesRequest
6559
+ * @param runtime runtime options for this request RuntimeOptions
6560
+ * @return DescribeDocTypesResponse
6561
+ */
6374
6562
  async describeDocTypesWithOptions(request, runtime) {
6375
6563
  tea_util_1.default.validateModel(request);
6376
6564
  let query = {};
@@ -6393,10 +6581,21 @@ class Client extends openapi_client_1.default {
6393
6581
  });
6394
6582
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDocTypesResponse({}));
6395
6583
  }
6584
+ /**
6585
+ * @param request DescribeDocTypesRequest
6586
+ * @return DescribeDocTypesResponse
6587
+ */
6396
6588
  async describeDocTypes(request) {
6397
6589
  let runtime = new $Util.RuntimeOptions({});
6398
6590
  return await this.describeDocTypesWithOptions(request, runtime);
6399
6591
  }
6592
+ /**
6593
+ * @summary Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
6594
+ *
6595
+ * @param request DescribeEventDetailRequest
6596
+ * @param runtime runtime options for this request RuntimeOptions
6597
+ * @return DescribeEventDetailResponse
6598
+ */
6400
6599
  async describeEventDetailWithOptions(request, runtime) {
6401
6600
  tea_util_1.default.validateModel(request);
6402
6601
  let query = {};
@@ -6422,10 +6621,23 @@ class Client extends openapi_client_1.default {
6422
6621
  });
6423
6622
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventDetailResponse({}));
6424
6623
  }
6624
+ /**
6625
+ * @summary Queries the details of an anomalous event. The details include the time when the anomalous event occurred, and the description and handling status of the anomalous event.
6626
+ *
6627
+ * @param request DescribeEventDetailRequest
6628
+ * @return DescribeEventDetailResponse
6629
+ */
6425
6630
  async describeEventDetail(request) {
6426
6631
  let runtime = new $Util.RuntimeOptions({});
6427
6632
  return await this.describeEventDetailWithOptions(request, runtime);
6428
6633
  }
6634
+ /**
6635
+ * @summary Queries the types of anomalous events.
6636
+ *
6637
+ * @param request DescribeEventTypesRequest
6638
+ * @param runtime runtime options for this request RuntimeOptions
6639
+ * @return DescribeEventTypesResponse
6640
+ */
6429
6641
  async describeEventTypesWithOptions(request, runtime) {
6430
6642
  tea_util_1.default.validateModel(request);
6431
6643
  let query = {};
@@ -6460,18 +6672,26 @@ class Client extends openapi_client_1.default {
6460
6672
  });
6461
6673
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventTypesResponse({}));
6462
6674
  }
6675
+ /**
6676
+ * @summary Queries the types of anomalous events.
6677
+ *
6678
+ * @param request DescribeEventTypesRequest
6679
+ * @return DescribeEventTypesResponse
6680
+ */
6463
6681
  async describeEventTypes(request) {
6464
6682
  let runtime = new $Util.RuntimeOptions({});
6465
6683
  return await this.describeEventTypesWithOptions(request, runtime);
6466
6684
  }
6467
6685
  /**
6468
- * You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
6469
- * # Limits
6470
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6471
- *
6472
- * @param request DescribeEventsRequest
6473
- * @param runtime runtime options for this request RuntimeOptions
6474
- * @return DescribeEventsResponse
6686
+ * @summary Queries anomalous events.
6687
+ *
6688
+ * @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
6689
+ * # Limits
6690
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6691
+ *
6692
+ * @param request DescribeEventsRequest
6693
+ * @param runtime runtime options for this request RuntimeOptions
6694
+ * @return DescribeEventsResponse
6475
6695
  */
6476
6696
  async describeEventsWithOptions(request, runtime) {
6477
6697
  tea_util_1.default.validateModel(request);
@@ -6541,26 +6761,30 @@ class Client extends openapi_client_1.default {
6541
6761
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
6542
6762
  }
6543
6763
  /**
6544
- * You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
6545
- * # Limits
6546
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6547
- *
6548
- * @param request DescribeEventsRequest
6549
- * @return DescribeEventsResponse
6764
+ * @summary Queries anomalous events.
6765
+ *
6766
+ * @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
6767
+ * # Limits
6768
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6769
+ *
6770
+ * @param request DescribeEventsRequest
6771
+ * @return DescribeEventsResponse
6550
6772
  */
6551
6773
  async describeEvents(request) {
6552
6774
  let runtime = new $Util.RuntimeOptions({});
6553
6775
  return await this.describeEventsWithOptions(request, runtime);
6554
6776
  }
6555
6777
  /**
6556
- * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
6557
- * This operation is no longer used for the KMS console of the new version.
6558
- * # [](#qps-)QPS limits
6559
- * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6560
- *
6561
- * @param request DescribeInstanceSourcesRequest
6562
- * @param runtime runtime options for this request RuntimeOptions
6563
- * @return DescribeInstanceSourcesResponse
6778
+ * @summary Queries a list of data assets.
6779
+ *
6780
+ * @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
6781
+ * This operation is no longer used for the KMS console of the new version.
6782
+ * # [](#qps-)QPS limits
6783
+ * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6784
+ *
6785
+ * @param request DescribeInstanceSourcesRequest
6786
+ * @param runtime runtime options for this request RuntimeOptions
6787
+ * @return DescribeInstanceSourcesResponse
6564
6788
  */
6565
6789
  async describeInstanceSourcesWithOptions(request, runtime) {
6566
6790
  tea_util_1.default.validateModel(request);
@@ -6621,26 +6845,30 @@ class Client extends openapi_client_1.default {
6621
6845
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceSourcesResponse({}));
6622
6846
  }
6623
6847
  /**
6624
- * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
6625
- * This operation is no longer used for the KMS console of the new version.
6626
- * # [](#qps-)QPS limits
6627
- * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6628
- *
6629
- * @param request DescribeInstanceSourcesRequest
6630
- * @return DescribeInstanceSourcesResponse
6848
+ * @summary Queries a list of data assets.
6849
+ *
6850
+ * @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
6851
+ * This operation is no longer used for the KMS console of the new version.
6852
+ * # [](#qps-)QPS limits
6853
+ * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6854
+ *
6855
+ * @param request DescribeInstanceSourcesRequest
6856
+ * @return DescribeInstanceSourcesResponse
6631
6857
  */
6632
6858
  async describeInstanceSources(request) {
6633
6859
  let runtime = new $Util.RuntimeOptions({});
6634
6860
  return await this.describeInstanceSourcesWithOptions(request, runtime);
6635
6861
  }
6636
6862
  /**
6637
- * When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
6638
- * # Limits
6639
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6640
- *
6641
- * @param request DescribeInstancesRequest
6642
- * @param runtime runtime options for this request RuntimeOptions
6643
- * @return DescribeInstancesResponse
6863
+ * @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
6864
+ *
6865
+ * @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
6866
+ * # Limits
6867
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6868
+ *
6869
+ * @param request DescribeInstancesRequest
6870
+ * @param runtime runtime options for this request RuntimeOptions
6871
+ * @return DescribeInstancesResponse
6644
6872
  */
6645
6873
  async describeInstancesWithOptions(request, runtime) {
6646
6874
  tea_util_1.default.validateModel(request);
@@ -6692,27 +6920,31 @@ class Client extends openapi_client_1.default {
6692
6920
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstancesResponse({}));
6693
6921
  }
6694
6922
  /**
6695
- * When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
6696
- * # Limits
6697
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6698
- *
6699
- * @param request DescribeInstancesRequest
6700
- * @return DescribeInstancesResponse
6923
+ * @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
6924
+ *
6925
+ * @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
6926
+ * # Limits
6927
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6928
+ *
6929
+ * @param request DescribeInstancesRequest
6930
+ * @return DescribeInstancesResponse
6701
6931
  */
6702
6932
  async describeInstances(request) {
6703
6933
  let runtime = new $Util.RuntimeOptions({});
6704
6934
  return await this.describeInstancesWithOptions(request, runtime);
6705
6935
  }
6706
6936
  /**
6707
- * You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
6708
- * ## [](#)Precautions
6709
- * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
6710
- * ## [](#qps)Limits
6711
- * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6712
- *
6713
- * @param request DescribeOssObjectDetailRequest
6714
- * @param runtime runtime options for this request RuntimeOptions
6715
- * @return DescribeOssObjectDetailResponse
6937
+ * @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
6938
+ *
6939
+ * @description You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
6940
+ * ## [](#)Precautions
6941
+ * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
6942
+ * ## [](#qps)Limits
6943
+ * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6944
+ *
6945
+ * @param request DescribeOssObjectDetailRequest
6946
+ * @param runtime runtime options for this request RuntimeOptions
6947
+ * @return DescribeOssObjectDetailResponse
6716
6948
  */
6717
6949
  async describeOssObjectDetailWithOptions(request, runtime) {
6718
6950
  tea_util_1.default.validateModel(request);
@@ -6740,19 +6972,28 @@ class Client extends openapi_client_1.default {
6740
6972
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailResponse({}));
6741
6973
  }
6742
6974
  /**
6743
- * You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
6744
- * ## [](#)Precautions
6745
- * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
6746
- * ## [](#qps)Limits
6747
- * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6748
- *
6749
- * @param request DescribeOssObjectDetailRequest
6750
- * @return DescribeOssObjectDetailResponse
6975
+ * @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
6976
+ *
6977
+ * @description You can call this operation to query the details of an Object Storage Service (OSS) object. This helps you locate sensitive data detected in OSS.
6978
+ * ## [](#)Precautions
6979
+ * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
6980
+ * ## [](#qps)Limits
6981
+ * Each Alibaba Cloud account can call this operation up to 10 times per second. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6982
+ *
6983
+ * @param request DescribeOssObjectDetailRequest
6984
+ * @return DescribeOssObjectDetailResponse
6751
6985
  */
6752
6986
  async describeOssObjectDetail(request) {
6753
6987
  let runtime = new $Util.RuntimeOptions({});
6754
6988
  return await this.describeOssObjectDetailWithOptions(request, runtime);
6755
6989
  }
6990
+ /**
6991
+ * @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
6992
+ *
6993
+ * @param request DescribeOssObjectDetailV2Request
6994
+ * @param runtime runtime options for this request RuntimeOptions
6995
+ * @return DescribeOssObjectDetailV2Response
6996
+ */
6756
6997
  async describeOssObjectDetailV2WithOptions(request, runtime) {
6757
6998
  tea_util_1.default.validateModel(request);
6758
6999
  let query = {};
@@ -6778,10 +7019,23 @@ class Client extends openapi_client_1.default {
6778
7019
  });
6779
7020
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailV2Response({}));
6780
7021
  }
7022
+ /**
7023
+ * @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
7024
+ *
7025
+ * @param request DescribeOssObjectDetailV2Request
7026
+ * @return DescribeOssObjectDetailV2Response
7027
+ */
6781
7028
  async describeOssObjectDetailV2(request) {
6782
7029
  let runtime = new $Util.RuntimeOptions({});
6783
7030
  return await this.describeOssObjectDetailV2WithOptions(request, runtime);
6784
7031
  }
7032
+ /**
7033
+ * @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
7034
+ *
7035
+ * @param request DescribeOssObjectsRequest
7036
+ * @param runtime runtime options for this request RuntimeOptions
7037
+ * @return DescribeOssObjectsResponse
7038
+ */
6785
7039
  async describeOssObjectsWithOptions(request, runtime) {
6786
7040
  tea_util_1.default.validateModel(request);
6787
7041
  let query = {};
@@ -6837,18 +7091,26 @@ class Client extends openapi_client_1.default {
6837
7091
  });
6838
7092
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectsResponse({}));
6839
7093
  }
7094
+ /**
7095
+ * @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
7096
+ *
7097
+ * @param request DescribeOssObjectsRequest
7098
+ * @return DescribeOssObjectsResponse
7099
+ */
6840
7100
  async describeOssObjects(request) {
6841
7101
  let runtime = new $Util.RuntimeOptions({});
6842
7102
  return await this.describeOssObjectsWithOptions(request, runtime);
6843
7103
  }
6844
7104
  /**
6845
- * You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
6846
- * # Limits
6847
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6848
- *
6849
- * @param request DescribePackagesRequest
6850
- * @param runtime runtime options for this request RuntimeOptions
6851
- * @return DescribePackagesResponse
7105
+ * @summary Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
7106
+ *
7107
+ * @description You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
7108
+ * # Limits
7109
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7110
+ *
7111
+ * @param request DescribePackagesRequest
7112
+ * @param runtime runtime options for this request RuntimeOptions
7113
+ * @return DescribePackagesResponse
6852
7114
  */
6853
7115
  async describePackagesWithOptions(request, runtime) {
6854
7116
  tea_util_1.default.validateModel(request);
@@ -6894,17 +7156,26 @@ class Client extends openapi_client_1.default {
6894
7156
  return $tea.cast(await this.callApi(params, req, runtime), new DescribePackagesResponse({}));
6895
7157
  }
6896
7158
  /**
6897
- * You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
6898
- * # Limits
6899
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6900
- *
6901
- * @param request DescribePackagesRequest
6902
- * @return DescribePackagesResponse
7159
+ * @summary Queries information about the MaxCompute packages that Data Security Center (DSC) is authorized to access. The information includes the names of MaxCompute packages, the accounts of MaxCompute package owners, and the sensitivity levels of MaxCompute packages.
7160
+ *
7161
+ * @description You can call this operation to query MaxCompute packages that are scanned by DSC. This helps you search for MaxCompute packages and view the summary of MaxCompute packages.
7162
+ * # Limits
7163
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7164
+ *
7165
+ * @param request DescribePackagesRequest
7166
+ * @return DescribePackagesResponse
6903
7167
  */
6904
7168
  async describePackages(request) {
6905
7169
  let runtime = new $Util.RuntimeOptions({});
6906
7170
  return await this.describePackagesWithOptions(request, runtime);
6907
7171
  }
7172
+ /**
7173
+ * @summary 获取一级授权列表
7174
+ *
7175
+ * @param request DescribeParentInstanceRequest
7176
+ * @param runtime runtime options for this request RuntimeOptions
7177
+ * @return DescribeParentInstanceResponse
7178
+ */
6908
7179
  async describeParentInstanceWithOptions(request, runtime) {
6909
7180
  tea_util_1.default.validateModel(request);
6910
7181
  let query = {};
@@ -6960,18 +7231,26 @@ class Client extends openapi_client_1.default {
6960
7231
  });
6961
7232
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeParentInstanceResponse({}));
6962
7233
  }
7234
+ /**
7235
+ * @summary 获取一级授权列表
7236
+ *
7237
+ * @param request DescribeParentInstanceRequest
7238
+ * @return DescribeParentInstanceResponse
7239
+ */
6963
7240
  async describeParentInstance(request) {
6964
7241
  let runtime = new $Util.RuntimeOptions({});
6965
7242
  return await this.describeParentInstanceWithOptions(request, runtime);
6966
7243
  }
6967
7244
  /**
6968
- * You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
6969
- * # Limits
6970
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
6971
- *
6972
- * @param request DescribeRiskLevelsRequest
6973
- * @param runtime runtime options for this request RuntimeOptions
6974
- * @return DescribeRiskLevelsResponse
7245
+ * @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
7246
+ *
7247
+ * @description You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
7248
+ * # Limits
7249
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7250
+ *
7251
+ * @param request DescribeRiskLevelsRequest
7252
+ * @param runtime runtime options for this request RuntimeOptions
7253
+ * @return DescribeRiskLevelsResponse
6975
7254
  */
6976
7255
  async describeRiskLevelsWithOptions(request, runtime) {
6977
7256
  tea_util_1.default.validateModel(request);
@@ -7002,17 +7281,26 @@ class Client extends openapi_client_1.default {
7002
7281
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeRiskLevelsResponse({}));
7003
7282
  }
7004
7283
  /**
7005
- * You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
7006
- * # Limits
7007
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7008
- *
7009
- * @param request DescribeRiskLevelsRequest
7010
- * @return DescribeRiskLevelsResponse
7284
+ * @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
7285
+ *
7286
+ * @description You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
7287
+ * # Limits
7288
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7289
+ *
7290
+ * @param request DescribeRiskLevelsRequest
7291
+ * @return DescribeRiskLevelsResponse
7011
7292
  */
7012
7293
  async describeRiskLevels(request) {
7013
7294
  let runtime = new $Util.RuntimeOptions({});
7014
7295
  return await this.describeRiskLevelsWithOptions(request, runtime);
7015
7296
  }
7297
+ /**
7298
+ * @summary Queries sensitive data detection rules.
7299
+ *
7300
+ * @param request DescribeRulesRequest
7301
+ * @param runtime runtime options for this request RuntimeOptions
7302
+ * @return DescribeRulesResponse
7303
+ */
7016
7304
  async describeRulesWithOptions(request, runtime) {
7017
7305
  tea_util_1.default.validateModel(request);
7018
7306
  let query = {};
@@ -7086,18 +7374,26 @@ class Client extends openapi_client_1.default {
7086
7374
  });
7087
7375
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeRulesResponse({}));
7088
7376
  }
7377
+ /**
7378
+ * @summary Queries sensitive data detection rules.
7379
+ *
7380
+ * @param request DescribeRulesRequest
7381
+ * @return DescribeRulesResponse
7382
+ */
7089
7383
  async describeRules(request) {
7090
7384
  let runtime = new $Util.RuntimeOptions({});
7091
7385
  return await this.describeRulesWithOptions(request, runtime);
7092
7386
  }
7093
7387
  /**
7094
- * When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
7095
- * # Limits
7096
- * You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
7097
- *
7098
- * @param request DescribeTablesRequest
7099
- * @param runtime runtime options for this request RuntimeOptions
7100
- * @return DescribeTablesResponse
7388
+ * @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
7389
+ *
7390
+ * @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
7391
+ * # Limits
7392
+ * You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
7393
+ *
7394
+ * @param request DescribeTablesRequest
7395
+ * @param runtime runtime options for this request RuntimeOptions
7396
+ * @return DescribeTablesResponse
7101
7397
  */
7102
7398
  async describeTablesWithOptions(request, runtime) {
7103
7399
  tea_util_1.default.validateModel(request);
@@ -7155,17 +7451,24 @@ class Client extends openapi_client_1.default {
7155
7451
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
7156
7452
  }
7157
7453
  /**
7158
- * When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
7159
- * # Limits
7160
- * You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
7161
- *
7162
- * @param request DescribeTablesRequest
7163
- * @return DescribeTablesResponse
7454
+ * @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
7455
+ *
7456
+ * @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
7457
+ * # Limits
7458
+ * You can send up to 10 requests per second to call this operation by using your Alibaba Cloud account. If you send excessive requests, throttling is implemented, and your business may be affected.
7459
+ *
7460
+ * @param request DescribeTablesRequest
7461
+ * @return DescribeTablesResponse
7164
7462
  */
7165
7463
  async describeTables(request) {
7166
7464
  let runtime = new $Util.RuntimeOptions({});
7167
7465
  return await this.describeTablesWithOptions(request, runtime);
7168
7466
  }
7467
+ /**
7468
+ * @param request DescribeTemplateAllRulesRequest
7469
+ * @param runtime runtime options for this request RuntimeOptions
7470
+ * @return DescribeTemplateAllRulesResponse
7471
+ */
7169
7472
  async describeTemplateAllRulesWithOptions(request, runtime) {
7170
7473
  tea_util_1.default.validateModel(request);
7171
7474
  let query = {};
@@ -7194,18 +7497,24 @@ class Client extends openapi_client_1.default {
7194
7497
  });
7195
7498
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeTemplateAllRulesResponse({}));
7196
7499
  }
7500
+ /**
7501
+ * @param request DescribeTemplateAllRulesRequest
7502
+ * @return DescribeTemplateAllRulesResponse
7503
+ */
7197
7504
  async describeTemplateAllRules(request) {
7198
7505
  let runtime = new $Util.RuntimeOptions({});
7199
7506
  return await this.describeTemplateAllRulesWithOptions(request, runtime);
7200
7507
  }
7201
7508
  /**
7202
- * You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
7203
- * # Limits
7204
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7205
- *
7206
- * @param request DescribeUserStatusRequest
7207
- * @param runtime runtime options for this request RuntimeOptions
7208
- * @return DescribeUserStatusResponse
7509
+ * @summary Queries the information about an account.
7510
+ *
7511
+ * @description You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
7512
+ * # Limits
7513
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7514
+ *
7515
+ * @param request DescribeUserStatusRequest
7516
+ * @param runtime runtime options for this request RuntimeOptions
7517
+ * @return DescribeUserStatusResponse
7209
7518
  */
7210
7519
  async describeUserStatusWithOptions(request, runtime) {
7211
7520
  tea_util_1.default.validateModel(request);
@@ -7233,25 +7542,29 @@ class Client extends openapi_client_1.default {
7233
7542
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeUserStatusResponse({}));
7234
7543
  }
7235
7544
  /**
7236
- * You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
7237
- * # Limits
7238
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7239
- *
7240
- * @param request DescribeUserStatusRequest
7241
- * @return DescribeUserStatusResponse
7545
+ * @summary Queries the information about an account.
7546
+ *
7547
+ * @description You can call this operation to query the information about the current account. This helps you get familiar with your account that accesses Data Security Center (DSC).
7548
+ * # Limits
7549
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7550
+ *
7551
+ * @param request DescribeUserStatusRequest
7552
+ * @return DescribeUserStatusResponse
7242
7553
  */
7243
7554
  async describeUserStatus(request) {
7244
7555
  let runtime = new $Util.RuntimeOptions({});
7245
7556
  return await this.describeUserStatusWithOptions(request, runtime);
7246
7557
  }
7247
7558
  /**
7248
- * You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
7249
- * # Limits
7250
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7251
- *
7252
- * @param request DisableUserConfigRequest
7253
- * @param runtime runtime options for this request RuntimeOptions
7254
- * @return DisableUserConfigResponse
7559
+ * @summary Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
7560
+ *
7561
+ * @description You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
7562
+ * # Limits
7563
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7564
+ *
7565
+ * @param request DisableUserConfigRequest
7566
+ * @param runtime runtime options for this request RuntimeOptions
7567
+ * @return DisableUserConfigResponse
7255
7568
  */
7256
7569
  async disableUserConfigWithOptions(request, runtime) {
7257
7570
  tea_util_1.default.validateModel(request);
@@ -7282,17 +7595,26 @@ class Client extends openapi_client_1.default {
7282
7595
  return $tea.cast(await this.callApi(params, req, runtime), new DisableUserConfigResponse({}));
7283
7596
  }
7284
7597
  /**
7285
- * You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
7286
- * # Limits
7287
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7288
- *
7289
- * @param request DisableUserConfigRequest
7290
- * @return DisableUserConfigResponse
7598
+ * @summary Disables a configuration item. After you disable a configuration item, you can call the CreateConfig operation to enable the configuration item by specifying the code of the configuration item for the Code parameter in the request.
7599
+ *
7600
+ * @description You can call this operation to disable a configuration item based on the code of the configuration item. This helps you modify configurations at the earliest opportunity.
7601
+ * # Limits
7602
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7603
+ *
7604
+ * @param request DisableUserConfigRequest
7605
+ * @return DisableUserConfigResponse
7291
7606
  */
7292
7607
  async disableUserConfig(request) {
7293
7608
  let runtime = new $Util.RuntimeOptions({});
7294
7609
  return await this.disableUserConfigWithOptions(request, runtime);
7295
7610
  }
7611
+ /**
7612
+ * @summary Dynamically de-identifies sensitive data.
7613
+ *
7614
+ * @param request ExecDatamaskRequest
7615
+ * @param runtime runtime options for this request RuntimeOptions
7616
+ * @return ExecDatamaskResponse
7617
+ */
7296
7618
  async execDatamaskWithOptions(request, runtime) {
7297
7619
  tea_util_1.default.validateModel(request);
7298
7620
  let query = {};
@@ -7324,10 +7646,23 @@ class Client extends openapi_client_1.default {
7324
7646
  });
7325
7647
  return $tea.cast(await this.callApi(params, req, runtime), new ExecDatamaskResponse({}));
7326
7648
  }
7649
+ /**
7650
+ * @summary Dynamically de-identifies sensitive data.
7651
+ *
7652
+ * @param request ExecDatamaskRequest
7653
+ * @return ExecDatamaskResponse
7654
+ */
7327
7655
  async execDatamask(request) {
7328
7656
  let runtime = new $Util.RuntimeOptions({});
7329
7657
  return await this.execDatamaskWithOptions(request, runtime);
7330
7658
  }
7659
+ /**
7660
+ * @summary Triggers a de-identification task.
7661
+ *
7662
+ * @param request ManualTriggerMaskingProcessRequest
7663
+ * @param runtime runtime options for this request RuntimeOptions
7664
+ * @return ManualTriggerMaskingProcessResponse
7665
+ */
7331
7666
  async manualTriggerMaskingProcessWithOptions(request, runtime) {
7332
7667
  tea_util_1.default.validateModel(request);
7333
7668
  let query = {};
@@ -7353,10 +7688,23 @@ class Client extends openapi_client_1.default {
7353
7688
  });
7354
7689
  return $tea.cast(await this.callApi(params, req, runtime), new ManualTriggerMaskingProcessResponse({}));
7355
7690
  }
7691
+ /**
7692
+ * @summary Triggers a de-identification task.
7693
+ *
7694
+ * @param request ManualTriggerMaskingProcessRequest
7695
+ * @return ManualTriggerMaskingProcessResponse
7696
+ */
7356
7697
  async manualTriggerMaskingProcess(request) {
7357
7698
  let runtime = new $Util.RuntimeOptions({});
7358
7699
  return await this.manualTriggerMaskingProcessWithOptions(request, runtime);
7359
7700
  }
7701
+ /**
7702
+ * @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
7703
+ *
7704
+ * @param request ModifyDataLimitRequest
7705
+ * @param runtime runtime options for this request RuntimeOptions
7706
+ * @return ModifyDataLimitResponse
7707
+ */
7360
7708
  async modifyDataLimitWithOptions(request, runtime) {
7361
7709
  tea_util_1.default.validateModel(request);
7362
7710
  let query = {};
@@ -7427,18 +7775,26 @@ class Client extends openapi_client_1.default {
7427
7775
  });
7428
7776
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDataLimitResponse({}));
7429
7777
  }
7778
+ /**
7779
+ * @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
7780
+ *
7781
+ * @param request ModifyDataLimitRequest
7782
+ * @return ModifyDataLimitResponse
7783
+ */
7430
7784
  async modifyDataLimit(request) {
7431
7785
  let runtime = new $Util.RuntimeOptions({});
7432
7786
  return await this.modifyDataLimitWithOptions(request, runtime);
7433
7787
  }
7434
7788
  /**
7435
- * You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
7436
- * # Limits
7437
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7438
- *
7439
- * @param request ModifyDefaultLevelRequest
7440
- * @param runtime runtime options for this request RuntimeOptions
7441
- * @return ModifyDefaultLevelResponse
7789
+ * @summary Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
7790
+ *
7791
+ * @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
7792
+ * # Limits
7793
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7794
+ *
7795
+ * @param request ModifyDefaultLevelRequest
7796
+ * @param runtime runtime options for this request RuntimeOptions
7797
+ * @return ModifyDefaultLevelResponse
7442
7798
  */
7443
7799
  async modifyDefaultLevelWithOptions(request, runtime) {
7444
7800
  tea_util_1.default.validateModel(request);
@@ -7469,25 +7825,29 @@ class Client extends openapi_client_1.default {
7469
7825
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDefaultLevelResponse({}));
7470
7826
  }
7471
7827
  /**
7472
- * You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
7473
- * # Limits
7474
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7475
- *
7476
- * @param request ModifyDefaultLevelRequest
7477
- * @return ModifyDefaultLevelResponse
7828
+ * @summary Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.
7829
+ *
7830
+ * @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
7831
+ * # Limits
7832
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7833
+ *
7834
+ * @param request ModifyDefaultLevelRequest
7835
+ * @return ModifyDefaultLevelResponse
7478
7836
  */
7479
7837
  async modifyDefaultLevel(request) {
7480
7838
  let runtime = new $Util.RuntimeOptions({});
7481
7839
  return await this.modifyDefaultLevelWithOptions(request, runtime);
7482
7840
  }
7483
7841
  /**
7484
- * You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
7485
- * # Limits
7486
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7487
- *
7488
- * @param request ModifyEventStatusRequest
7489
- * @param runtime runtime options for this request RuntimeOptions
7490
- * @return ModifyEventStatusResponse
7842
+ * @summary Handles an anomalous event.
7843
+ *
7844
+ * @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
7845
+ * # Limits
7846
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7847
+ *
7848
+ * @param request ModifyEventStatusRequest
7849
+ * @param runtime runtime options for this request RuntimeOptions
7850
+ * @return ModifyEventStatusResponse
7491
7851
  */
7492
7852
  async modifyEventStatusWithOptions(request, runtime) {
7493
7853
  tea_util_1.default.validateModel(request);
@@ -7524,17 +7884,26 @@ class Client extends openapi_client_1.default {
7524
7884
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventStatusResponse({}));
7525
7885
  }
7526
7886
  /**
7527
- * You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
7528
- * # Limits
7529
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7530
- *
7531
- * @param request ModifyEventStatusRequest
7532
- * @return ModifyEventStatusResponse
7887
+ * @summary Handles an anomalous event.
7888
+ *
7889
+ * @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
7890
+ * # Limits
7891
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7892
+ *
7893
+ * @param request ModifyEventStatusRequest
7894
+ * @return ModifyEventStatusResponse
7533
7895
  */
7534
7896
  async modifyEventStatus(request) {
7535
7897
  let runtime = new $Util.RuntimeOptions({});
7536
7898
  return await this.modifyEventStatusWithOptions(request, runtime);
7537
7899
  }
7900
+ /**
7901
+ * @summary Enables the detection of anomalous events of subtypes.
7902
+ *
7903
+ * @param request ModifyEventTypeStatusRequest
7904
+ * @param runtime runtime options for this request RuntimeOptions
7905
+ * @return ModifyEventTypeStatusResponse
7906
+ */
7538
7907
  async modifyEventTypeStatusWithOptions(request, runtime) {
7539
7908
  tea_util_1.default.validateModel(request);
7540
7909
  let query = {};
@@ -7563,18 +7932,26 @@ class Client extends openapi_client_1.default {
7563
7932
  });
7564
7933
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventTypeStatusResponse({}));
7565
7934
  }
7935
+ /**
7936
+ * @summary Enables the detection of anomalous events of subtypes.
7937
+ *
7938
+ * @param request ModifyEventTypeStatusRequest
7939
+ * @return ModifyEventTypeStatusResponse
7940
+ */
7566
7941
  async modifyEventTypeStatus(request) {
7567
7942
  let runtime = new $Util.RuntimeOptions({});
7568
7943
  return await this.modifyEventTypeStatusWithOptions(request, runtime);
7569
7944
  }
7570
7945
  /**
7571
- * You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
7572
- * # Limits
7573
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7574
- *
7575
- * @param request ModifyReportTaskStatusRequest
7576
- * @param runtime runtime options for this request RuntimeOptions
7577
- * @return ModifyReportTaskStatusResponse
7946
+ * @summary Enables or disables the report task.
7947
+ *
7948
+ * @description You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
7949
+ * # Limits
7950
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7951
+ *
7952
+ * @param request ModifyReportTaskStatusRequest
7953
+ * @param runtime runtime options for this request RuntimeOptions
7954
+ * @return ModifyReportTaskStatusResponse
7578
7955
  */
7579
7956
  async modifyReportTaskStatusWithOptions(request, runtime) {
7580
7957
  tea_util_1.default.validateModel(request);
@@ -7605,25 +7982,29 @@ class Client extends openapi_client_1.default {
7605
7982
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyReportTaskStatusResponse({}));
7606
7983
  }
7607
7984
  /**
7608
- * You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
7609
- * # Limits
7610
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7611
- *
7612
- * @param request ModifyReportTaskStatusRequest
7613
- * @return ModifyReportTaskStatusResponse
7985
+ * @summary Enables or disables the report task.
7986
+ *
7987
+ * @description You can call this operation to enable or disable the report task. After you activate Data Security Center (DSC), the report task is enabled by default. After you disable the report task, you cannot view statistics that are newly generated in the Report Center module, on the Overview page of the Cloud Native Data Audit module, and in the Data security lab module. Existing statistics are not affected.
7988
+ * # Limits
7989
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7990
+ *
7991
+ * @param request ModifyReportTaskStatusRequest
7992
+ * @return ModifyReportTaskStatusResponse
7614
7993
  */
7615
7994
  async modifyReportTaskStatus(request) {
7616
7995
  let runtime = new $Util.RuntimeOptions({});
7617
7996
  return await this.modifyReportTaskStatusWithOptions(request, runtime);
7618
7997
  }
7619
7998
  /**
7620
- * When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
7621
- * # Limits
7622
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7623
- *
7624
- * @param request ModifyRuleRequest
7625
- * @param runtime runtime options for this request RuntimeOptions
7626
- * @return ModifyRuleResponse
7999
+ * @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
8000
+ *
8001
+ * @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
8002
+ * # Limits
8003
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8004
+ *
8005
+ * @param request ModifyRuleRequest
8006
+ * @param runtime runtime options for this request RuntimeOptions
8007
+ * @return ModifyRuleResponse
7627
8008
  */
7628
8009
  async modifyRuleWithOptions(request, runtime) {
7629
8010
  tea_util_1.default.validateModel(request);
@@ -7681,17 +8062,26 @@ class Client extends openapi_client_1.default {
7681
8062
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleResponse({}));
7682
8063
  }
7683
8064
  /**
7684
- * When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
7685
- * # Limits
7686
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7687
- *
7688
- * @param request ModifyRuleRequest
7689
- * @return ModifyRuleResponse
8065
+ * @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
8066
+ *
8067
+ * @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
8068
+ * # Limits
8069
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8070
+ *
8071
+ * @param request ModifyRuleRequest
8072
+ * @return ModifyRuleResponse
7690
8073
  */
7691
8074
  async modifyRule(request) {
7692
8075
  let runtime = new $Util.RuntimeOptions({});
7693
8076
  return await this.modifyRuleWithOptions(request, runtime);
7694
8077
  }
8078
+ /**
8079
+ * @summary Enables or disables a sensitive data detection rule.
8080
+ *
8081
+ * @param request ModifyRuleStatusRequest
8082
+ * @param runtime runtime options for this request RuntimeOptions
8083
+ * @return ModifyRuleStatusResponse
8084
+ */
7695
8085
  async modifyRuleStatusWithOptions(request, runtime) {
7696
8086
  tea_util_1.default.validateModel(request);
7697
8087
  let query = {};
@@ -7723,18 +8113,26 @@ class Client extends openapi_client_1.default {
7723
8113
  });
7724
8114
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleStatusResponse({}));
7725
8115
  }
8116
+ /**
8117
+ * @summary Enables or disables a sensitive data detection rule.
8118
+ *
8119
+ * @param request ModifyRuleStatusRequest
8120
+ * @return ModifyRuleStatusResponse
8121
+ */
7726
8122
  async modifyRuleStatus(request) {
7727
8123
  let runtime = new $Util.RuntimeOptions({});
7728
8124
  return await this.modifyRuleStatusWithOptions(request, runtime);
7729
8125
  }
7730
8126
  /**
7731
- * You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
7732
- * # Limits
7733
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7734
- *
7735
- * @param request StopMaskingProcessRequest
7736
- * @param runtime runtime options for this request RuntimeOptions
7737
- * @return StopMaskingProcessResponse
8127
+ * @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
8128
+ *
8129
+ * @description You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
8130
+ * # Limits
8131
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8132
+ *
8133
+ * @param request StopMaskingProcessRequest
8134
+ * @param runtime runtime options for this request RuntimeOptions
8135
+ * @return StopMaskingProcessResponse
7738
8136
  */
7739
8137
  async stopMaskingProcessWithOptions(request, runtime) {
7740
8138
  tea_util_1.default.validateModel(request);
@@ -7762,12 +8160,14 @@ class Client extends openapi_client_1.default {
7762
8160
  return $tea.cast(await this.callApi(params, req, runtime), new StopMaskingProcessResponse({}));
7763
8161
  }
7764
8162
  /**
7765
- * You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
7766
- * # Limits
7767
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
7768
- *
7769
- * @param request StopMaskingProcessRequest
7770
- * @return StopMaskingProcessResponse
8163
+ * @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
8164
+ *
8165
+ * @description You can call this operation to stop a de-identification task that is running. For example, you can stop a de-identification task that is used to de-identify specific data.
8166
+ * # Limits
8167
+ * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
8168
+ *
8169
+ * @param request StopMaskingProcessRequest
8170
+ * @return StopMaskingProcessResponse
7771
8171
  */
7772
8172
  async stopMaskingProcess(request) {
7773
8173
  let runtime = new $Util.RuntimeOptions({});