@alicloud/sddp20190103 1.2.2 → 1.2.4

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',
@@ -4876,6 +4880,7 @@ class DescribeParentInstanceResponseBodyItems extends $tea.Model {
4876
4880
  return {
4877
4881
  auditStatus: 'AuditStatus',
4878
4882
  authStatus: 'AuthStatus',
4883
+ authTime: 'AuthTime',
4879
4884
  clusterStatus: 'ClusterStatus',
4880
4885
  connectNode: 'ConnectNode',
4881
4886
  dbNum: 'DbNum',
@@ -4898,6 +4903,7 @@ class DescribeParentInstanceResponseBodyItems extends $tea.Model {
4898
4903
  return {
4899
4904
  auditStatus: 'number',
4900
4905
  authStatus: 'number',
4906
+ authTime: 'number',
4901
4907
  clusterStatus: 'string',
4902
4908
  connectNode: 'string',
4903
4909
  dbNum: 'string',
@@ -5169,13 +5175,15 @@ class Client extends openapi_client_1.default {
5169
5175
  return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
5170
5176
  }
5171
5177
  /**
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
5178
+ * @summary Modifies the configurations of a common configuration item for alerts.
5179
+ *
5180
+ * @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.
5181
+ * # Limits
5182
+ * 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.
5183
+ *
5184
+ * @param request CreateConfigRequest
5185
+ * @param runtime runtime options for this request RuntimeOptions
5186
+ * @return CreateConfigResponse
5179
5187
  */
5180
5188
  async createConfigWithOptions(request, runtime) {
5181
5189
  tea_util_1.default.validateModel(request);
@@ -5215,25 +5223,29 @@ class Client extends openapi_client_1.default {
5215
5223
  return $tea.cast(await this.callApi(params, req, runtime), new CreateConfigResponse({}));
5216
5224
  }
5217
5225
  /**
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
5226
+ * @summary Modifies the configurations of a common configuration item for alerts.
5227
+ *
5228
+ * @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.
5229
+ * # Limits
5230
+ * 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.
5231
+ *
5232
+ * @param request CreateConfigRequest
5233
+ * @return CreateConfigResponse
5224
5234
  */
5225
5235
  async createConfig(request) {
5226
5236
  let runtime = new $Util.RuntimeOptions({});
5227
5237
  return await this.createConfigWithOptions(request, runtime);
5228
5238
  }
5229
5239
  /**
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
5240
+ * @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
5241
+ *
5242
+ * @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
5243
+ * # Limits
5244
+ * 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.
5245
+ *
5246
+ * @param request CreateDataLimitRequest
5247
+ * @param runtime runtime options for this request RuntimeOptions
5248
+ * @return CreateDataLimitResponse
5237
5249
  */
5238
5250
  async createDataLimitWithOptions(request, runtime) {
5239
5251
  tea_util_1.default.validateModel(request);
@@ -5309,17 +5321,26 @@ class Client extends openapi_client_1.default {
5309
5321
  return $tea.cast(await this.callApi(params, req, runtime), new CreateDataLimitResponse({}));
5310
5322
  }
5311
5323
  /**
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
5324
+ * @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
5325
+ *
5326
+ * @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
5327
+ * # Limits
5328
+ * 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.
5329
+ *
5330
+ * @param request CreateDataLimitRequest
5331
+ * @return CreateDataLimitResponse
5318
5332
  */
5319
5333
  async createDataLimit(request) {
5320
5334
  let runtime = new $Util.RuntimeOptions({});
5321
5335
  return await this.createDataLimitWithOptions(request, runtime);
5322
5336
  }
5337
+ /**
5338
+ * @summary Creates a custom sensitive data detection rule.
5339
+ *
5340
+ * @param request CreateRuleRequest
5341
+ * @param runtime runtime options for this request RuntimeOptions
5342
+ * @return CreateRuleResponse
5343
+ */
5323
5344
  async createRuleWithOptions(request, runtime) {
5324
5345
  tea_util_1.default.validateModel(request);
5325
5346
  let query = {};
@@ -5390,18 +5411,26 @@ class Client extends openapi_client_1.default {
5390
5411
  });
5391
5412
  return $tea.cast(await this.callApi(params, req, runtime), new CreateRuleResponse({}));
5392
5413
  }
5414
+ /**
5415
+ * @summary Creates a custom sensitive data detection rule.
5416
+ *
5417
+ * @param request CreateRuleRequest
5418
+ * @return CreateRuleResponse
5419
+ */
5393
5420
  async createRule(request) {
5394
5421
  let runtime = new $Util.RuntimeOptions({});
5395
5422
  return await this.createRuleWithOptions(request, runtime);
5396
5423
  }
5397
5424
  /**
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
5425
+ * @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.
5426
+ *
5427
+ * @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.
5428
+ * # Limits
5429
+ * 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.
5430
+ *
5431
+ * @param request CreateScanTaskRequest
5432
+ * @param runtime runtime options for this request RuntimeOptions
5433
+ * @return CreateScanTaskResponse
5405
5434
  */
5406
5435
  async createScanTaskWithOptions(request, runtime) {
5407
5436
  tea_util_1.default.validateModel(request);
@@ -5462,25 +5491,29 @@ class Client extends openapi_client_1.default {
5462
5491
  return $tea.cast(await this.callApi(params, req, runtime), new CreateScanTaskResponse({}));
5463
5492
  }
5464
5493
  /**
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
5494
+ * @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.
5495
+ *
5496
+ * @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.
5497
+ * # Limits
5498
+ * 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.
5499
+ *
5500
+ * @param request CreateScanTaskRequest
5501
+ * @return CreateScanTaskResponse
5471
5502
  */
5472
5503
  async createScanTask(request) {
5473
5504
  let runtime = new $Util.RuntimeOptions({});
5474
5505
  return await this.createScanTaskWithOptions(request, runtime);
5475
5506
  }
5476
5507
  /**
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
5508
+ * @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
5509
+ *
5510
+ * @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.
5511
+ * # Limits
5512
+ * 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.
5513
+ *
5514
+ * @param request CreateSlrRoleRequest
5515
+ * @param runtime runtime options for this request RuntimeOptions
5516
+ * @return CreateSlrRoleResponse
5484
5517
  */
5485
5518
  async createSlrRoleWithOptions(request, runtime) {
5486
5519
  tea_util_1.default.validateModel(request);
@@ -5511,25 +5544,29 @@ class Client extends openapi_client_1.default {
5511
5544
  return $tea.cast(await this.callApi(params, req, runtime), new CreateSlrRoleResponse({}));
5512
5545
  }
5513
5546
  /**
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
5547
+ * @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
5548
+ *
5549
+ * @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.
5550
+ * # Limits
5551
+ * 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.
5552
+ *
5553
+ * @param request CreateSlrRoleRequest
5554
+ * @return CreateSlrRoleResponse
5520
5555
  */
5521
5556
  async createSlrRole(request) {
5522
5557
  let runtime = new $Util.RuntimeOptions({});
5523
5558
  return await this.createSlrRoleWithOptions(request, runtime);
5524
5559
  }
5525
5560
  /**
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
5561
+ * @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
5562
+ *
5563
+ * @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
5564
+ * # Limits
5565
+ * 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.
5566
+ *
5567
+ * @param request DeleteDataLimitRequest
5568
+ * @param runtime runtime options for this request RuntimeOptions
5569
+ * @return DeleteDataLimitResponse
5533
5570
  */
5534
5571
  async deleteDataLimitWithOptions(request, runtime) {
5535
5572
  tea_util_1.default.validateModel(request);
@@ -5563,17 +5600,26 @@ class Client extends openapi_client_1.default {
5563
5600
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteDataLimitResponse({}));
5564
5601
  }
5565
5602
  /**
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
5603
+ * @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
5604
+ *
5605
+ * @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
5606
+ * # Limits
5607
+ * 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.
5608
+ *
5609
+ * @param request DeleteDataLimitRequest
5610
+ * @return DeleteDataLimitResponse
5572
5611
  */
5573
5612
  async deleteDataLimit(request) {
5574
5613
  let runtime = new $Util.RuntimeOptions({});
5575
5614
  return await this.deleteDataLimitWithOptions(request, runtime);
5576
5615
  }
5616
+ /**
5617
+ * @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
5618
+ *
5619
+ * @param request DeleteRuleRequest
5620
+ * @param runtime runtime options for this request RuntimeOptions
5621
+ * @return DeleteRuleResponse
5622
+ */
5577
5623
  async deleteRuleWithOptions(request, runtime) {
5578
5624
  tea_util_1.default.validateModel(request);
5579
5625
  let query = {};
@@ -5605,10 +5651,21 @@ class Client extends openapi_client_1.default {
5605
5651
  });
5606
5652
  return $tea.cast(await this.callApi(params, req, runtime), new DeleteRuleResponse({}));
5607
5653
  }
5654
+ /**
5655
+ * @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
5656
+ *
5657
+ * @param request DeleteRuleRequest
5658
+ * @return DeleteRuleResponse
5659
+ */
5608
5660
  async deleteRule(request) {
5609
5661
  let runtime = new $Util.RuntimeOptions({});
5610
5662
  return await this.deleteRuleWithOptions(request, runtime);
5611
5663
  }
5664
+ /**
5665
+ * @param request DescribeCategoryTemplateListRequest
5666
+ * @param runtime runtime options for this request RuntimeOptions
5667
+ * @return DescribeCategoryTemplateListResponse
5668
+ */
5612
5669
  async describeCategoryTemplateListWithOptions(request, runtime) {
5613
5670
  tea_util_1.default.validateModel(request);
5614
5671
  let query = {};
@@ -5643,18 +5700,24 @@ class Client extends openapi_client_1.default {
5643
5700
  });
5644
5701
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateListResponse({}));
5645
5702
  }
5703
+ /**
5704
+ * @param request DescribeCategoryTemplateListRequest
5705
+ * @return DescribeCategoryTemplateListResponse
5706
+ */
5646
5707
  async describeCategoryTemplateList(request) {
5647
5708
  let runtime = new $Util.RuntimeOptions({});
5648
5709
  return await this.describeCategoryTemplateListWithOptions(request, runtime);
5649
5710
  }
5650
5711
  /**
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
5712
+ * @summary Queries rules in a classification template by page.
5713
+ *
5714
+ * @description You can call this operation to query rules in a classification template.
5715
+ * # Limits
5716
+ * 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.
5717
+ *
5718
+ * @param request DescribeCategoryTemplateRuleListRequest
5719
+ * @param runtime runtime options for this request RuntimeOptions
5720
+ * @return DescribeCategoryTemplateRuleListResponse
5658
5721
  */
5659
5722
  async describeCategoryTemplateRuleListWithOptions(request, runtime) {
5660
5723
  tea_util_1.default.validateModel(request);
@@ -5694,27 +5757,31 @@ class Client extends openapi_client_1.default {
5694
5757
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeCategoryTemplateRuleListResponse({}));
5695
5758
  }
5696
5759
  /**
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
5760
+ * @summary Queries rules in a classification template by page.
5761
+ *
5762
+ * @description You can call this operation to query rules in a classification template.
5763
+ * # Limits
5764
+ * 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.
5765
+ *
5766
+ * @param request DescribeCategoryTemplateRuleListRequest
5767
+ * @return DescribeCategoryTemplateRuleListResponse
5703
5768
  */
5704
5769
  async describeCategoryTemplateRuleList(request) {
5705
5770
  let runtime = new $Util.RuntimeOptions({});
5706
5771
  return await this.describeCategoryTemplateRuleListWithOptions(request, runtime);
5707
5772
  }
5708
5773
  /**
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
5774
+ * @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.
5775
+ *
5776
+ * @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.
5777
+ * ## [](#)Precautions
5778
+ * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
5779
+ * ## [](#qps)Limits
5780
+ * 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.
5781
+ *
5782
+ * @param request DescribeColumnsRequest
5783
+ * @param runtime runtime options for this request RuntimeOptions
5784
+ * @return DescribeColumnsResponse
5718
5785
  */
5719
5786
  async describeColumnsWithOptions(request, runtime) {
5720
5787
  tea_util_1.default.validateModel(request);
@@ -5775,19 +5842,28 @@ class Client extends openapi_client_1.default {
5775
5842
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsResponse({}));
5776
5843
  }
5777
5844
  /**
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
5845
+ * @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.
5846
+ *
5847
+ * @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.
5848
+ * ## [](#)Precautions
5849
+ * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
5850
+ * ## [](#qps)Limits
5851
+ * 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.
5852
+ *
5853
+ * @param request DescribeColumnsRequest
5854
+ * @return DescribeColumnsResponse
5786
5855
  */
5787
5856
  async describeColumns(request) {
5788
5857
  let runtime = new $Util.RuntimeOptions({});
5789
5858
  return await this.describeColumnsWithOptions(request, runtime);
5790
5859
  }
5860
+ /**
5861
+ * @summary Queries the columns of tables in instances, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
5862
+ *
5863
+ * @param request DescribeColumnsV2Request
5864
+ * @param runtime runtime options for this request RuntimeOptions
5865
+ * @return DescribeColumnsV2Response
5866
+ */
5791
5867
  async describeColumnsV2WithOptions(request, runtime) {
5792
5868
  tea_util_1.default.validateModel(request);
5793
5869
  let query = {};
@@ -5846,10 +5922,23 @@ class Client extends openapi_client_1.default {
5846
5922
  });
5847
5923
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeColumnsV2Response({}));
5848
5924
  }
5925
+ /**
5926
+ * @summary Queries the columns of tables in instances, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
5927
+ *
5928
+ * @param request DescribeColumnsV2Request
5929
+ * @return DescribeColumnsV2Response
5930
+ */
5849
5931
  async describeColumnsV2(request) {
5850
5932
  let runtime = new $Util.RuntimeOptions({});
5851
5933
  return await this.describeColumnsV2WithOptions(request, runtime);
5852
5934
  }
5935
+ /**
5936
+ * @summary Queries common configuration items for alerts.
5937
+ *
5938
+ * @param request DescribeConfigsRequest
5939
+ * @param runtime runtime options for this request RuntimeOptions
5940
+ * @return DescribeConfigsResponse
5941
+ */
5853
5942
  async describeConfigsWithOptions(request, runtime) {
5854
5943
  tea_util_1.default.validateModel(request);
5855
5944
  let query = {};
@@ -5872,10 +5961,23 @@ class Client extends openapi_client_1.default {
5872
5961
  });
5873
5962
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeConfigsResponse({}));
5874
5963
  }
5964
+ /**
5965
+ * @summary Queries common configuration items for alerts.
5966
+ *
5967
+ * @param request DescribeConfigsRequest
5968
+ * @return DescribeConfigsResponse
5969
+ */
5875
5970
  async describeConfigs(request) {
5876
5971
  let runtime = new $Util.RuntimeOptions({});
5877
5972
  return await this.describeConfigsWithOptions(request, runtime);
5878
5973
  }
5974
+ /**
5975
+ * @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
5976
+ *
5977
+ * @param request DescribeDataAssetsRequest
5978
+ * @param runtime runtime options for this request RuntimeOptions
5979
+ * @return DescribeDataAssetsResponse
5980
+ */
5879
5981
  async describeDataAssetsWithOptions(request, runtime) {
5880
5982
  tea_util_1.default.validateModel(request);
5881
5983
  let query = {};
@@ -5916,10 +6018,23 @@ class Client extends openapi_client_1.default {
5916
6018
  });
5917
6019
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataAssetsResponse({}));
5918
6020
  }
6021
+ /**
6022
+ * @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
6023
+ *
6024
+ * @param request DescribeDataAssetsRequest
6025
+ * @return DescribeDataAssetsResponse
6026
+ */
5919
6027
  async describeDataAssets(request) {
5920
6028
  let runtime = new $Util.RuntimeOptions({});
5921
6029
  return await this.describeDataAssetsWithOptions(request, runtime);
5922
6030
  }
6031
+ /**
6032
+ * @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.
6033
+ *
6034
+ * @param request DescribeDataLimitDetailRequest
6035
+ * @param runtime runtime options for this request RuntimeOptions
6036
+ * @return DescribeDataLimitDetailResponse
6037
+ */
5923
6038
  async describeDataLimitDetailWithOptions(request, runtime) {
5924
6039
  tea_util_1.default.validateModel(request);
5925
6040
  let query = {};
@@ -5951,18 +6066,26 @@ class Client extends openapi_client_1.default {
5951
6066
  });
5952
6067
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitDetailResponse({}));
5953
6068
  }
6069
+ /**
6070
+ * @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.
6071
+ *
6072
+ * @param request DescribeDataLimitDetailRequest
6073
+ * @return DescribeDataLimitDetailResponse
6074
+ */
5954
6075
  async describeDataLimitDetail(request) {
5955
6076
  let runtime = new $Util.RuntimeOptions({});
5956
6077
  return await this.describeDataLimitDetailWithOptions(request, runtime);
5957
6078
  }
5958
6079
  /**
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
6080
+ * @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.
6081
+ *
6082
+ * @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
6083
+ * # Limits
6084
+ * 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.
6085
+ *
6086
+ * @param request DescribeDataLimitSetRequest
6087
+ * @param runtime runtime options for this request RuntimeOptions
6088
+ * @return DescribeDataLimitSetResponse
5966
6089
  */
5967
6090
  async describeDataLimitSetWithOptions(request, runtime) {
5968
6091
  tea_util_1.default.validateModel(request);
@@ -5996,17 +6119,26 @@ class Client extends openapi_client_1.default {
5996
6119
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitSetResponse({}));
5997
6120
  }
5998
6121
  /**
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
6122
+ * @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.
6123
+ *
6124
+ * @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
6125
+ * # Limits
6126
+ * 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.
6127
+ *
6128
+ * @param request DescribeDataLimitSetRequest
6129
+ * @return DescribeDataLimitSetResponse
6005
6130
  */
6006
6131
  async describeDataLimitSet(request) {
6007
6132
  let runtime = new $Util.RuntimeOptions({});
6008
6133
  return await this.describeDataLimitSetWithOptions(request, runtime);
6009
6134
  }
6135
+ /**
6136
+ * @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
6137
+ *
6138
+ * @param request DescribeDataLimitsRequest
6139
+ * @param runtime runtime options for this request RuntimeOptions
6140
+ * @return DescribeDataLimitsResponse
6141
+ */
6010
6142
  async describeDataLimitsWithOptions(request, runtime) {
6011
6143
  tea_util_1.default.validateModel(request);
6012
6144
  let query = {};
@@ -6071,18 +6203,26 @@ class Client extends openapi_client_1.default {
6071
6203
  });
6072
6204
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataLimitsResponse({}));
6073
6205
  }
6206
+ /**
6207
+ * @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
6208
+ *
6209
+ * @param request DescribeDataLimitsRequest
6210
+ * @return DescribeDataLimitsResponse
6211
+ */
6074
6212
  async describeDataLimits(request) {
6075
6213
  let runtime = new $Util.RuntimeOptions({});
6076
6214
  return await this.describeDataLimitsWithOptions(request, runtime);
6077
6215
  }
6078
6216
  /**
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
6217
+ * @summary Queries the execution information about a de-identification task.
6218
+ *
6219
+ * @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
6220
+ * # Limits
6221
+ * 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.
6222
+ *
6223
+ * @param request DescribeDataMaskingRunHistoryRequest
6224
+ * @param runtime runtime options for this request RuntimeOptions
6225
+ * @return DescribeDataMaskingRunHistoryResponse
6086
6226
  */
6087
6227
  async describeDataMaskingRunHistoryWithOptions(request, runtime) {
6088
6228
  tea_util_1.default.validateModel(request);
@@ -6137,25 +6277,29 @@ class Client extends openapi_client_1.default {
6137
6277
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingRunHistoryResponse({}));
6138
6278
  }
6139
6279
  /**
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
6280
+ * @summary Queries the execution information about a de-identification task.
6281
+ *
6282
+ * @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
6283
+ * # Limits
6284
+ * 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.
6285
+ *
6286
+ * @param request DescribeDataMaskingRunHistoryRequest
6287
+ * @return DescribeDataMaskingRunHistoryResponse
6146
6288
  */
6147
6289
  async describeDataMaskingRunHistory(request) {
6148
6290
  let runtime = new $Util.RuntimeOptions({});
6149
6291
  return await this.describeDataMaskingRunHistoryWithOptions(request, runtime);
6150
6292
  }
6151
6293
  /**
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
6294
+ * @summary Queries de-identification tasks.
6295
+ *
6296
+ * @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
6297
+ * # Limits
6298
+ * 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.
6299
+ *
6300
+ * @param request DescribeDataMaskingTasksRequest
6301
+ * @param runtime runtime options for this request RuntimeOptions
6302
+ * @return DescribeDataMaskingTasksResponse
6159
6303
  */
6160
6304
  async describeDataMaskingTasksWithOptions(request, runtime) {
6161
6305
  tea_util_1.default.validateModel(request);
@@ -6198,17 +6342,26 @@ class Client extends openapi_client_1.default {
6198
6342
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataMaskingTasksResponse({}));
6199
6343
  }
6200
6344
  /**
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
6345
+ * @summary Queries de-identification tasks.
6346
+ *
6347
+ * @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
6348
+ * # Limits
6349
+ * 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.
6350
+ *
6351
+ * @param request DescribeDataMaskingTasksRequest
6352
+ * @return DescribeDataMaskingTasksResponse
6207
6353
  */
6208
6354
  async describeDataMaskingTasks(request) {
6209
6355
  let runtime = new $Util.RuntimeOptions({});
6210
6356
  return await this.describeDataMaskingTasksWithOptions(request, runtime);
6211
6357
  }
6358
+ /**
6359
+ * @summary 查看数据对象列详情
6360
+ *
6361
+ * @param request DescribeDataObjectColumnDetailRequest
6362
+ * @param runtime runtime options for this request RuntimeOptions
6363
+ * @return DescribeDataObjectColumnDetailResponse
6364
+ */
6212
6365
  async describeDataObjectColumnDetailWithOptions(request, runtime) {
6213
6366
  tea_util_1.default.validateModel(request);
6214
6367
  let query = {};
@@ -6249,10 +6402,23 @@ class Client extends openapi_client_1.default {
6249
6402
  });
6250
6403
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailResponse({}));
6251
6404
  }
6405
+ /**
6406
+ * @summary 查看数据对象列详情
6407
+ *
6408
+ * @param request DescribeDataObjectColumnDetailRequest
6409
+ * @return DescribeDataObjectColumnDetailResponse
6410
+ */
6252
6411
  async describeDataObjectColumnDetail(request) {
6253
6412
  let runtime = new $Util.RuntimeOptions({});
6254
6413
  return await this.describeDataObjectColumnDetailWithOptions(request, runtime);
6255
6414
  }
6415
+ /**
6416
+ * @summary 查看数据对象列详情V2
6417
+ *
6418
+ * @param request DescribeDataObjectColumnDetailV2Request
6419
+ * @param runtime runtime options for this request RuntimeOptions
6420
+ * @return DescribeDataObjectColumnDetailV2Response
6421
+ */
6256
6422
  async describeDataObjectColumnDetailV2WithOptions(request, runtime) {
6257
6423
  tea_util_1.default.validateModel(request);
6258
6424
  let query = {};
@@ -6293,10 +6459,23 @@ class Client extends openapi_client_1.default {
6293
6459
  });
6294
6460
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectColumnDetailV2Response({}));
6295
6461
  }
6462
+ /**
6463
+ * @summary 查看数据对象列详情V2
6464
+ *
6465
+ * @param request DescribeDataObjectColumnDetailV2Request
6466
+ * @return DescribeDataObjectColumnDetailV2Response
6467
+ */
6296
6468
  async describeDataObjectColumnDetailV2(request) {
6297
6469
  let runtime = new $Util.RuntimeOptions({});
6298
6470
  return await this.describeDataObjectColumnDetailV2WithOptions(request, runtime);
6299
6471
  }
6472
+ /**
6473
+ * @summary 分页查询数据目录对象
6474
+ *
6475
+ * @param request DescribeDataObjectsRequest
6476
+ * @param runtime runtime options for this request RuntimeOptions
6477
+ * @return DescribeDataObjectsResponse
6478
+ */
6300
6479
  async describeDataObjectsWithOptions(request, runtime) {
6301
6480
  tea_util_1.default.validateModel(request);
6302
6481
  let query = {};
@@ -6367,10 +6546,21 @@ class Client extends openapi_client_1.default {
6367
6546
  });
6368
6547
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDataObjectsResponse({}));
6369
6548
  }
6549
+ /**
6550
+ * @summary 分页查询数据目录对象
6551
+ *
6552
+ * @param request DescribeDataObjectsRequest
6553
+ * @return DescribeDataObjectsResponse
6554
+ */
6370
6555
  async describeDataObjects(request) {
6371
6556
  let runtime = new $Util.RuntimeOptions({});
6372
6557
  return await this.describeDataObjectsWithOptions(request, runtime);
6373
6558
  }
6559
+ /**
6560
+ * @param request DescribeDocTypesRequest
6561
+ * @param runtime runtime options for this request RuntimeOptions
6562
+ * @return DescribeDocTypesResponse
6563
+ */
6374
6564
  async describeDocTypesWithOptions(request, runtime) {
6375
6565
  tea_util_1.default.validateModel(request);
6376
6566
  let query = {};
@@ -6393,10 +6583,21 @@ class Client extends openapi_client_1.default {
6393
6583
  });
6394
6584
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDocTypesResponse({}));
6395
6585
  }
6586
+ /**
6587
+ * @param request DescribeDocTypesRequest
6588
+ * @return DescribeDocTypesResponse
6589
+ */
6396
6590
  async describeDocTypes(request) {
6397
6591
  let runtime = new $Util.RuntimeOptions({});
6398
6592
  return await this.describeDocTypesWithOptions(request, runtime);
6399
6593
  }
6594
+ /**
6595
+ * @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.
6596
+ *
6597
+ * @param request DescribeEventDetailRequest
6598
+ * @param runtime runtime options for this request RuntimeOptions
6599
+ * @return DescribeEventDetailResponse
6600
+ */
6400
6601
  async describeEventDetailWithOptions(request, runtime) {
6401
6602
  tea_util_1.default.validateModel(request);
6402
6603
  let query = {};
@@ -6422,10 +6623,23 @@ class Client extends openapi_client_1.default {
6422
6623
  });
6423
6624
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventDetailResponse({}));
6424
6625
  }
6626
+ /**
6627
+ * @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.
6628
+ *
6629
+ * @param request DescribeEventDetailRequest
6630
+ * @return DescribeEventDetailResponse
6631
+ */
6425
6632
  async describeEventDetail(request) {
6426
6633
  let runtime = new $Util.RuntimeOptions({});
6427
6634
  return await this.describeEventDetailWithOptions(request, runtime);
6428
6635
  }
6636
+ /**
6637
+ * @summary Queries the types of anomalous events.
6638
+ *
6639
+ * @param request DescribeEventTypesRequest
6640
+ * @param runtime runtime options for this request RuntimeOptions
6641
+ * @return DescribeEventTypesResponse
6642
+ */
6429
6643
  async describeEventTypesWithOptions(request, runtime) {
6430
6644
  tea_util_1.default.validateModel(request);
6431
6645
  let query = {};
@@ -6460,18 +6674,26 @@ class Client extends openapi_client_1.default {
6460
6674
  });
6461
6675
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventTypesResponse({}));
6462
6676
  }
6677
+ /**
6678
+ * @summary Queries the types of anomalous events.
6679
+ *
6680
+ * @param request DescribeEventTypesRequest
6681
+ * @return DescribeEventTypesResponse
6682
+ */
6463
6683
  async describeEventTypes(request) {
6464
6684
  let runtime = new $Util.RuntimeOptions({});
6465
6685
  return await this.describeEventTypesWithOptions(request, runtime);
6466
6686
  }
6467
6687
  /**
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
6688
+ * @summary Queries anomalous events.
6689
+ *
6690
+ * @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
6691
+ * # Limits
6692
+ * 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.
6693
+ *
6694
+ * @param request DescribeEventsRequest
6695
+ * @param runtime runtime options for this request RuntimeOptions
6696
+ * @return DescribeEventsResponse
6475
6697
  */
6476
6698
  async describeEventsWithOptions(request, runtime) {
6477
6699
  tea_util_1.default.validateModel(request);
@@ -6541,26 +6763,30 @@ class Client extends openapi_client_1.default {
6541
6763
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
6542
6764
  }
6543
6765
  /**
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
6766
+ * @summary Queries anomalous events.
6767
+ *
6768
+ * @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
6769
+ * # Limits
6770
+ * 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.
6771
+ *
6772
+ * @param request DescribeEventsRequest
6773
+ * @return DescribeEventsResponse
6550
6774
  */
6551
6775
  async describeEvents(request) {
6552
6776
  let runtime = new $Util.RuntimeOptions({});
6553
6777
  return await this.describeEventsWithOptions(request, runtime);
6554
6778
  }
6555
6779
  /**
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
6780
+ * @summary Queries a list of data assets.
6781
+ *
6782
+ * @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
6783
+ * This operation is no longer used for the KMS console of the new version.
6784
+ * # [](#qps-)QPS limits
6785
+ * 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.
6786
+ *
6787
+ * @param request DescribeInstanceSourcesRequest
6788
+ * @param runtime runtime options for this request RuntimeOptions
6789
+ * @return DescribeInstanceSourcesResponse
6564
6790
  */
6565
6791
  async describeInstanceSourcesWithOptions(request, runtime) {
6566
6792
  tea_util_1.default.validateModel(request);
@@ -6621,26 +6847,30 @@ class Client extends openapi_client_1.default {
6621
6847
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceSourcesResponse({}));
6622
6848
  }
6623
6849
  /**
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
6850
+ * @summary Queries a list of data assets.
6851
+ *
6852
+ * @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
6853
+ * This operation is no longer used for the KMS console of the new version.
6854
+ * # [](#qps-)QPS limits
6855
+ * 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.
6856
+ *
6857
+ * @param request DescribeInstanceSourcesRequest
6858
+ * @return DescribeInstanceSourcesResponse
6631
6859
  */
6632
6860
  async describeInstanceSources(request) {
6633
6861
  let runtime = new $Util.RuntimeOptions({});
6634
6862
  return await this.describeInstanceSourcesWithOptions(request, runtime);
6635
6863
  }
6636
6864
  /**
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
6865
+ * @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
6866
+ *
6867
+ * @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
6868
+ * # Limits
6869
+ * 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.
6870
+ *
6871
+ * @param request DescribeInstancesRequest
6872
+ * @param runtime runtime options for this request RuntimeOptions
6873
+ * @return DescribeInstancesResponse
6644
6874
  */
6645
6875
  async describeInstancesWithOptions(request, runtime) {
6646
6876
  tea_util_1.default.validateModel(request);
@@ -6692,27 +6922,31 @@ class Client extends openapi_client_1.default {
6692
6922
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstancesResponse({}));
6693
6923
  }
6694
6924
  /**
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
6925
+ * @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
6926
+ *
6927
+ * @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
6928
+ * # Limits
6929
+ * 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.
6930
+ *
6931
+ * @param request DescribeInstancesRequest
6932
+ * @return DescribeInstancesResponse
6701
6933
  */
6702
6934
  async describeInstances(request) {
6703
6935
  let runtime = new $Util.RuntimeOptions({});
6704
6936
  return await this.describeInstancesWithOptions(request, runtime);
6705
6937
  }
6706
6938
  /**
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
6939
+ * @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
6940
+ *
6941
+ * @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.
6942
+ * ## [](#)Precautions
6943
+ * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
6944
+ * ## [](#qps)Limits
6945
+ * 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.
6946
+ *
6947
+ * @param request DescribeOssObjectDetailRequest
6948
+ * @param runtime runtime options for this request RuntimeOptions
6949
+ * @return DescribeOssObjectDetailResponse
6716
6950
  */
6717
6951
  async describeOssObjectDetailWithOptions(request, runtime) {
6718
6952
  tea_util_1.default.validateModel(request);
@@ -6740,19 +6974,28 @@ class Client extends openapi_client_1.default {
6740
6974
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailResponse({}));
6741
6975
  }
6742
6976
  /**
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
6977
+ * @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
6978
+ *
6979
+ * @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.
6980
+ * ## [](#)Precautions
6981
+ * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
6982
+ * ## [](#qps)Limits
6983
+ * 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.
6984
+ *
6985
+ * @param request DescribeOssObjectDetailRequest
6986
+ * @return DescribeOssObjectDetailResponse
6751
6987
  */
6752
6988
  async describeOssObjectDetail(request) {
6753
6989
  let runtime = new $Util.RuntimeOptions({});
6754
6990
  return await this.describeOssObjectDetailWithOptions(request, runtime);
6755
6991
  }
6992
+ /**
6993
+ * @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
6994
+ *
6995
+ * @param request DescribeOssObjectDetailV2Request
6996
+ * @param runtime runtime options for this request RuntimeOptions
6997
+ * @return DescribeOssObjectDetailV2Response
6998
+ */
6756
6999
  async describeOssObjectDetailV2WithOptions(request, runtime) {
6757
7000
  tea_util_1.default.validateModel(request);
6758
7001
  let query = {};
@@ -6778,10 +7021,23 @@ class Client extends openapi_client_1.default {
6778
7021
  });
6779
7022
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectDetailV2Response({}));
6780
7023
  }
7024
+ /**
7025
+ * @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
7026
+ *
7027
+ * @param request DescribeOssObjectDetailV2Request
7028
+ * @return DescribeOssObjectDetailV2Response
7029
+ */
6781
7030
  async describeOssObjectDetailV2(request) {
6782
7031
  let runtime = new $Util.RuntimeOptions({});
6783
7032
  return await this.describeOssObjectDetailV2WithOptions(request, runtime);
6784
7033
  }
7034
+ /**
7035
+ * @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
7036
+ *
7037
+ * @param request DescribeOssObjectsRequest
7038
+ * @param runtime runtime options for this request RuntimeOptions
7039
+ * @return DescribeOssObjectsResponse
7040
+ */
6785
7041
  async describeOssObjectsWithOptions(request, runtime) {
6786
7042
  tea_util_1.default.validateModel(request);
6787
7043
  let query = {};
@@ -6837,18 +7093,26 @@ class Client extends openapi_client_1.default {
6837
7093
  });
6838
7094
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeOssObjectsResponse({}));
6839
7095
  }
7096
+ /**
7097
+ * @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
7098
+ *
7099
+ * @param request DescribeOssObjectsRequest
7100
+ * @return DescribeOssObjectsResponse
7101
+ */
6840
7102
  async describeOssObjects(request) {
6841
7103
  let runtime = new $Util.RuntimeOptions({});
6842
7104
  return await this.describeOssObjectsWithOptions(request, runtime);
6843
7105
  }
6844
7106
  /**
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
7107
+ * @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.
7108
+ *
7109
+ * @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.
7110
+ * # Limits
7111
+ * 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.
7112
+ *
7113
+ * @param request DescribePackagesRequest
7114
+ * @param runtime runtime options for this request RuntimeOptions
7115
+ * @return DescribePackagesResponse
6852
7116
  */
6853
7117
  async describePackagesWithOptions(request, runtime) {
6854
7118
  tea_util_1.default.validateModel(request);
@@ -6894,17 +7158,26 @@ class Client extends openapi_client_1.default {
6894
7158
  return $tea.cast(await this.callApi(params, req, runtime), new DescribePackagesResponse({}));
6895
7159
  }
6896
7160
  /**
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
7161
+ * @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.
7162
+ *
7163
+ * @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.
7164
+ * # Limits
7165
+ * 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.
7166
+ *
7167
+ * @param request DescribePackagesRequest
7168
+ * @return DescribePackagesResponse
6903
7169
  */
6904
7170
  async describePackages(request) {
6905
7171
  let runtime = new $Util.RuntimeOptions({});
6906
7172
  return await this.describePackagesWithOptions(request, runtime);
6907
7173
  }
7174
+ /**
7175
+ * @summary 获取一级授权列表
7176
+ *
7177
+ * @param request DescribeParentInstanceRequest
7178
+ * @param runtime runtime options for this request RuntimeOptions
7179
+ * @return DescribeParentInstanceResponse
7180
+ */
6908
7181
  async describeParentInstanceWithOptions(request, runtime) {
6909
7182
  tea_util_1.default.validateModel(request);
6910
7183
  let query = {};
@@ -6960,18 +7233,26 @@ class Client extends openapi_client_1.default {
6960
7233
  });
6961
7234
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeParentInstanceResponse({}));
6962
7235
  }
7236
+ /**
7237
+ * @summary 获取一级授权列表
7238
+ *
7239
+ * @param request DescribeParentInstanceRequest
7240
+ * @return DescribeParentInstanceResponse
7241
+ */
6963
7242
  async describeParentInstance(request) {
6964
7243
  let runtime = new $Util.RuntimeOptions({});
6965
7244
  return await this.describeParentInstanceWithOptions(request, runtime);
6966
7245
  }
6967
7246
  /**
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
7247
+ * @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
7248
+ *
7249
+ * @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.
7250
+ * # Limits
7251
+ * 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.
7252
+ *
7253
+ * @param request DescribeRiskLevelsRequest
7254
+ * @param runtime runtime options for this request RuntimeOptions
7255
+ * @return DescribeRiskLevelsResponse
6975
7256
  */
6976
7257
  async describeRiskLevelsWithOptions(request, runtime) {
6977
7258
  tea_util_1.default.validateModel(request);
@@ -7002,17 +7283,26 @@ class Client extends openapi_client_1.default {
7002
7283
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeRiskLevelsResponse({}));
7003
7284
  }
7004
7285
  /**
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
7286
+ * @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
7287
+ *
7288
+ * @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.
7289
+ * # Limits
7290
+ * 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.
7291
+ *
7292
+ * @param request DescribeRiskLevelsRequest
7293
+ * @return DescribeRiskLevelsResponse
7011
7294
  */
7012
7295
  async describeRiskLevels(request) {
7013
7296
  let runtime = new $Util.RuntimeOptions({});
7014
7297
  return await this.describeRiskLevelsWithOptions(request, runtime);
7015
7298
  }
7299
+ /**
7300
+ * @summary Queries sensitive data detection rules.
7301
+ *
7302
+ * @param request DescribeRulesRequest
7303
+ * @param runtime runtime options for this request RuntimeOptions
7304
+ * @return DescribeRulesResponse
7305
+ */
7016
7306
  async describeRulesWithOptions(request, runtime) {
7017
7307
  tea_util_1.default.validateModel(request);
7018
7308
  let query = {};
@@ -7086,18 +7376,26 @@ class Client extends openapi_client_1.default {
7086
7376
  });
7087
7377
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeRulesResponse({}));
7088
7378
  }
7379
+ /**
7380
+ * @summary Queries sensitive data detection rules.
7381
+ *
7382
+ * @param request DescribeRulesRequest
7383
+ * @return DescribeRulesResponse
7384
+ */
7089
7385
  async describeRules(request) {
7090
7386
  let runtime = new $Util.RuntimeOptions({});
7091
7387
  return await this.describeRulesWithOptions(request, runtime);
7092
7388
  }
7093
7389
  /**
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
7390
+ * @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
7391
+ *
7392
+ * @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
7393
+ * # Limits
7394
+ * 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.
7395
+ *
7396
+ * @param request DescribeTablesRequest
7397
+ * @param runtime runtime options for this request RuntimeOptions
7398
+ * @return DescribeTablesResponse
7101
7399
  */
7102
7400
  async describeTablesWithOptions(request, runtime) {
7103
7401
  tea_util_1.default.validateModel(request);
@@ -7155,17 +7453,24 @@ class Client extends openapi_client_1.default {
7155
7453
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeTablesResponse({}));
7156
7454
  }
7157
7455
  /**
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
7456
+ * @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
7457
+ *
7458
+ * @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
7459
+ * # Limits
7460
+ * 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.
7461
+ *
7462
+ * @param request DescribeTablesRequest
7463
+ * @return DescribeTablesResponse
7164
7464
  */
7165
7465
  async describeTables(request) {
7166
7466
  let runtime = new $Util.RuntimeOptions({});
7167
7467
  return await this.describeTablesWithOptions(request, runtime);
7168
7468
  }
7469
+ /**
7470
+ * @param request DescribeTemplateAllRulesRequest
7471
+ * @param runtime runtime options for this request RuntimeOptions
7472
+ * @return DescribeTemplateAllRulesResponse
7473
+ */
7169
7474
  async describeTemplateAllRulesWithOptions(request, runtime) {
7170
7475
  tea_util_1.default.validateModel(request);
7171
7476
  let query = {};
@@ -7194,18 +7499,24 @@ class Client extends openapi_client_1.default {
7194
7499
  });
7195
7500
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeTemplateAllRulesResponse({}));
7196
7501
  }
7502
+ /**
7503
+ * @param request DescribeTemplateAllRulesRequest
7504
+ * @return DescribeTemplateAllRulesResponse
7505
+ */
7197
7506
  async describeTemplateAllRules(request) {
7198
7507
  let runtime = new $Util.RuntimeOptions({});
7199
7508
  return await this.describeTemplateAllRulesWithOptions(request, runtime);
7200
7509
  }
7201
7510
  /**
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
7511
+ * @summary Queries the information about an account.
7512
+ *
7513
+ * @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).
7514
+ * # Limits
7515
+ * 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.
7516
+ *
7517
+ * @param request DescribeUserStatusRequest
7518
+ * @param runtime runtime options for this request RuntimeOptions
7519
+ * @return DescribeUserStatusResponse
7209
7520
  */
7210
7521
  async describeUserStatusWithOptions(request, runtime) {
7211
7522
  tea_util_1.default.validateModel(request);
@@ -7233,25 +7544,29 @@ class Client extends openapi_client_1.default {
7233
7544
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeUserStatusResponse({}));
7234
7545
  }
7235
7546
  /**
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
7547
+ * @summary Queries the information about an account.
7548
+ *
7549
+ * @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).
7550
+ * # Limits
7551
+ * 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.
7552
+ *
7553
+ * @param request DescribeUserStatusRequest
7554
+ * @return DescribeUserStatusResponse
7242
7555
  */
7243
7556
  async describeUserStatus(request) {
7244
7557
  let runtime = new $Util.RuntimeOptions({});
7245
7558
  return await this.describeUserStatusWithOptions(request, runtime);
7246
7559
  }
7247
7560
  /**
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
7561
+ * @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.
7562
+ *
7563
+ * @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.
7564
+ * # Limits
7565
+ * 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.
7566
+ *
7567
+ * @param request DisableUserConfigRequest
7568
+ * @param runtime runtime options for this request RuntimeOptions
7569
+ * @return DisableUserConfigResponse
7255
7570
  */
7256
7571
  async disableUserConfigWithOptions(request, runtime) {
7257
7572
  tea_util_1.default.validateModel(request);
@@ -7282,17 +7597,26 @@ class Client extends openapi_client_1.default {
7282
7597
  return $tea.cast(await this.callApi(params, req, runtime), new DisableUserConfigResponse({}));
7283
7598
  }
7284
7599
  /**
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
7600
+ * @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.
7601
+ *
7602
+ * @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.
7603
+ * # Limits
7604
+ * 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.
7605
+ *
7606
+ * @param request DisableUserConfigRequest
7607
+ * @return DisableUserConfigResponse
7291
7608
  */
7292
7609
  async disableUserConfig(request) {
7293
7610
  let runtime = new $Util.RuntimeOptions({});
7294
7611
  return await this.disableUserConfigWithOptions(request, runtime);
7295
7612
  }
7613
+ /**
7614
+ * @summary Dynamically de-identifies sensitive data.
7615
+ *
7616
+ * @param request ExecDatamaskRequest
7617
+ * @param runtime runtime options for this request RuntimeOptions
7618
+ * @return ExecDatamaskResponse
7619
+ */
7296
7620
  async execDatamaskWithOptions(request, runtime) {
7297
7621
  tea_util_1.default.validateModel(request);
7298
7622
  let query = {};
@@ -7324,10 +7648,23 @@ class Client extends openapi_client_1.default {
7324
7648
  });
7325
7649
  return $tea.cast(await this.callApi(params, req, runtime), new ExecDatamaskResponse({}));
7326
7650
  }
7651
+ /**
7652
+ * @summary Dynamically de-identifies sensitive data.
7653
+ *
7654
+ * @param request ExecDatamaskRequest
7655
+ * @return ExecDatamaskResponse
7656
+ */
7327
7657
  async execDatamask(request) {
7328
7658
  let runtime = new $Util.RuntimeOptions({});
7329
7659
  return await this.execDatamaskWithOptions(request, runtime);
7330
7660
  }
7661
+ /**
7662
+ * @summary Triggers a de-identification task.
7663
+ *
7664
+ * @param request ManualTriggerMaskingProcessRequest
7665
+ * @param runtime runtime options for this request RuntimeOptions
7666
+ * @return ManualTriggerMaskingProcessResponse
7667
+ */
7331
7668
  async manualTriggerMaskingProcessWithOptions(request, runtime) {
7332
7669
  tea_util_1.default.validateModel(request);
7333
7670
  let query = {};
@@ -7353,10 +7690,23 @@ class Client extends openapi_client_1.default {
7353
7690
  });
7354
7691
  return $tea.cast(await this.callApi(params, req, runtime), new ManualTriggerMaskingProcessResponse({}));
7355
7692
  }
7693
+ /**
7694
+ * @summary Triggers a de-identification task.
7695
+ *
7696
+ * @param request ManualTriggerMaskingProcessRequest
7697
+ * @return ManualTriggerMaskingProcessResponse
7698
+ */
7356
7699
  async manualTriggerMaskingProcess(request) {
7357
7700
  let runtime = new $Util.RuntimeOptions({});
7358
7701
  return await this.manualTriggerMaskingProcessWithOptions(request, runtime);
7359
7702
  }
7703
+ /**
7704
+ * @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
7705
+ *
7706
+ * @param request ModifyDataLimitRequest
7707
+ * @param runtime runtime options for this request RuntimeOptions
7708
+ * @return ModifyDataLimitResponse
7709
+ */
7360
7710
  async modifyDataLimitWithOptions(request, runtime) {
7361
7711
  tea_util_1.default.validateModel(request);
7362
7712
  let query = {};
@@ -7427,18 +7777,26 @@ class Client extends openapi_client_1.default {
7427
7777
  });
7428
7778
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDataLimitResponse({}));
7429
7779
  }
7780
+ /**
7781
+ * @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
7782
+ *
7783
+ * @param request ModifyDataLimitRequest
7784
+ * @return ModifyDataLimitResponse
7785
+ */
7430
7786
  async modifyDataLimit(request) {
7431
7787
  let runtime = new $Util.RuntimeOptions({});
7432
7788
  return await this.modifyDataLimitWithOptions(request, runtime);
7433
7789
  }
7434
7790
  /**
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
7791
+ * @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.
7792
+ *
7793
+ * @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
7794
+ * # Limits
7795
+ * 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.
7796
+ *
7797
+ * @param request ModifyDefaultLevelRequest
7798
+ * @param runtime runtime options for this request RuntimeOptions
7799
+ * @return ModifyDefaultLevelResponse
7442
7800
  */
7443
7801
  async modifyDefaultLevelWithOptions(request, runtime) {
7444
7802
  tea_util_1.default.validateModel(request);
@@ -7469,25 +7827,29 @@ class Client extends openapi_client_1.default {
7469
7827
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDefaultLevelResponse({}));
7470
7828
  }
7471
7829
  /**
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
7830
+ * @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.
7831
+ *
7832
+ * @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
7833
+ * # Limits
7834
+ * 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.
7835
+ *
7836
+ * @param request ModifyDefaultLevelRequest
7837
+ * @return ModifyDefaultLevelResponse
7478
7838
  */
7479
7839
  async modifyDefaultLevel(request) {
7480
7840
  let runtime = new $Util.RuntimeOptions({});
7481
7841
  return await this.modifyDefaultLevelWithOptions(request, runtime);
7482
7842
  }
7483
7843
  /**
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
7844
+ * @summary Handles an anomalous event.
7845
+ *
7846
+ * @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
7847
+ * # Limits
7848
+ * 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.
7849
+ *
7850
+ * @param request ModifyEventStatusRequest
7851
+ * @param runtime runtime options for this request RuntimeOptions
7852
+ * @return ModifyEventStatusResponse
7491
7853
  */
7492
7854
  async modifyEventStatusWithOptions(request, runtime) {
7493
7855
  tea_util_1.default.validateModel(request);
@@ -7524,17 +7886,26 @@ class Client extends openapi_client_1.default {
7524
7886
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventStatusResponse({}));
7525
7887
  }
7526
7888
  /**
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
7889
+ * @summary Handles an anomalous event.
7890
+ *
7891
+ * @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
7892
+ * # Limits
7893
+ * 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.
7894
+ *
7895
+ * @param request ModifyEventStatusRequest
7896
+ * @return ModifyEventStatusResponse
7533
7897
  */
7534
7898
  async modifyEventStatus(request) {
7535
7899
  let runtime = new $Util.RuntimeOptions({});
7536
7900
  return await this.modifyEventStatusWithOptions(request, runtime);
7537
7901
  }
7902
+ /**
7903
+ * @summary Enables the detection of anomalous events of subtypes.
7904
+ *
7905
+ * @param request ModifyEventTypeStatusRequest
7906
+ * @param runtime runtime options for this request RuntimeOptions
7907
+ * @return ModifyEventTypeStatusResponse
7908
+ */
7538
7909
  async modifyEventTypeStatusWithOptions(request, runtime) {
7539
7910
  tea_util_1.default.validateModel(request);
7540
7911
  let query = {};
@@ -7563,18 +7934,26 @@ class Client extends openapi_client_1.default {
7563
7934
  });
7564
7935
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyEventTypeStatusResponse({}));
7565
7936
  }
7937
+ /**
7938
+ * @summary Enables the detection of anomalous events of subtypes.
7939
+ *
7940
+ * @param request ModifyEventTypeStatusRequest
7941
+ * @return ModifyEventTypeStatusResponse
7942
+ */
7566
7943
  async modifyEventTypeStatus(request) {
7567
7944
  let runtime = new $Util.RuntimeOptions({});
7568
7945
  return await this.modifyEventTypeStatusWithOptions(request, runtime);
7569
7946
  }
7570
7947
  /**
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
7948
+ * @summary Enables or disables the report task.
7949
+ *
7950
+ * @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.
7951
+ * # Limits
7952
+ * 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.
7953
+ *
7954
+ * @param request ModifyReportTaskStatusRequest
7955
+ * @param runtime runtime options for this request RuntimeOptions
7956
+ * @return ModifyReportTaskStatusResponse
7578
7957
  */
7579
7958
  async modifyReportTaskStatusWithOptions(request, runtime) {
7580
7959
  tea_util_1.default.validateModel(request);
@@ -7605,25 +7984,29 @@ class Client extends openapi_client_1.default {
7605
7984
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyReportTaskStatusResponse({}));
7606
7985
  }
7607
7986
  /**
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
7987
+ * @summary Enables or disables the report task.
7988
+ *
7989
+ * @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.
7990
+ * # Limits
7991
+ * 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.
7992
+ *
7993
+ * @param request ModifyReportTaskStatusRequest
7994
+ * @return ModifyReportTaskStatusResponse
7614
7995
  */
7615
7996
  async modifyReportTaskStatus(request) {
7616
7997
  let runtime = new $Util.RuntimeOptions({});
7617
7998
  return await this.modifyReportTaskStatusWithOptions(request, runtime);
7618
7999
  }
7619
8000
  /**
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
8001
+ * @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
8002
+ *
8003
+ * @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
8004
+ * # Limits
8005
+ * 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.
8006
+ *
8007
+ * @param request ModifyRuleRequest
8008
+ * @param runtime runtime options for this request RuntimeOptions
8009
+ * @return ModifyRuleResponse
7627
8010
  */
7628
8011
  async modifyRuleWithOptions(request, runtime) {
7629
8012
  tea_util_1.default.validateModel(request);
@@ -7681,17 +8064,26 @@ class Client extends openapi_client_1.default {
7681
8064
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleResponse({}));
7682
8065
  }
7683
8066
  /**
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
8067
+ * @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
8068
+ *
8069
+ * @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
8070
+ * # Limits
8071
+ * 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.
8072
+ *
8073
+ * @param request ModifyRuleRequest
8074
+ * @return ModifyRuleResponse
7690
8075
  */
7691
8076
  async modifyRule(request) {
7692
8077
  let runtime = new $Util.RuntimeOptions({});
7693
8078
  return await this.modifyRuleWithOptions(request, runtime);
7694
8079
  }
8080
+ /**
8081
+ * @summary Enables or disables a sensitive data detection rule.
8082
+ *
8083
+ * @param request ModifyRuleStatusRequest
8084
+ * @param runtime runtime options for this request RuntimeOptions
8085
+ * @return ModifyRuleStatusResponse
8086
+ */
7695
8087
  async modifyRuleStatusWithOptions(request, runtime) {
7696
8088
  tea_util_1.default.validateModel(request);
7697
8089
  let query = {};
@@ -7723,18 +8115,26 @@ class Client extends openapi_client_1.default {
7723
8115
  });
7724
8116
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyRuleStatusResponse({}));
7725
8117
  }
8118
+ /**
8119
+ * @summary Enables or disables a sensitive data detection rule.
8120
+ *
8121
+ * @param request ModifyRuleStatusRequest
8122
+ * @return ModifyRuleStatusResponse
8123
+ */
7726
8124
  async modifyRuleStatus(request) {
7727
8125
  let runtime = new $Util.RuntimeOptions({});
7728
8126
  return await this.modifyRuleStatusWithOptions(request, runtime);
7729
8127
  }
7730
8128
  /**
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
8129
+ * @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
8130
+ *
8131
+ * @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.
8132
+ * # Limits
8133
+ * 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.
8134
+ *
8135
+ * @param request StopMaskingProcessRequest
8136
+ * @param runtime runtime options for this request RuntimeOptions
8137
+ * @return StopMaskingProcessResponse
7738
8138
  */
7739
8139
  async stopMaskingProcessWithOptions(request, runtime) {
7740
8140
  tea_util_1.default.validateModel(request);
@@ -7762,12 +8162,14 @@ class Client extends openapi_client_1.default {
7762
8162
  return $tea.cast(await this.callApi(params, req, runtime), new StopMaskingProcessResponse({}));
7763
8163
  }
7764
8164
  /**
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
8165
+ * @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
8166
+ *
8167
+ * @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.
8168
+ * # Limits
8169
+ * 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.
8170
+ *
8171
+ * @param request StopMaskingProcessRequest
8172
+ * @return StopMaskingProcessResponse
7771
8173
  */
7772
8174
  async stopMaskingProcess(request) {
7773
8175
  let runtime = new $Util.RuntimeOptions({});