@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.d.ts CHANGED
@@ -2806,6 +2806,7 @@ export declare class DescribeDataObjectsResponseBodyItems extends $tea.Model {
2806
2806
  id?: string;
2807
2807
  instanceDescription?: string;
2808
2808
  instanceId?: string;
2809
+ lastModifiedTime?: number;
2809
2810
  lastScanTime?: number;
2810
2811
  memberAccount?: number;
2811
2812
  modelTags?: DescribeDataObjectsResponseBodyItemsModelTags[];
@@ -3237,6 +3238,7 @@ export declare class DescribeOssObjectsResponseBodyItems extends $tea.Model {
3237
3238
  fileId?: string;
3238
3239
  id?: string;
3239
3240
  instanceId?: number;
3241
+ lastModifiedTime?: number;
3240
3242
  name?: string;
3241
3243
  regionId?: string;
3242
3244
  riskLevelId?: number;
@@ -3279,6 +3281,7 @@ export declare class DescribePackagesResponseBodyItems extends $tea.Model {
3279
3281
  export declare class DescribeParentInstanceResponseBodyItems extends $tea.Model {
3280
3282
  auditStatus?: number;
3281
3283
  authStatus?: number;
3284
+ authTime?: number;
3282
3285
  clusterStatus?: string;
3283
3286
  connectNode?: string;
3284
3287
  dbNum?: string;
@@ -3449,517 +3452,913 @@ export default class Client extends OpenApi {
3449
3452
  [key: string]: string;
3450
3453
  }, endpoint: string): string;
3451
3454
  /**
3452
- * 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.
3453
- * # Limits
3454
- * 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.
3455
- *
3456
- * @param request CreateConfigRequest
3457
- * @param runtime runtime options for this request RuntimeOptions
3458
- * @return CreateConfigResponse
3455
+ * @summary Modifies the configurations of a common configuration item for alerts.
3456
+ *
3457
+ * @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.
3458
+ * # Limits
3459
+ * 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.
3460
+ *
3461
+ * @param request CreateConfigRequest
3462
+ * @param runtime runtime options for this request RuntimeOptions
3463
+ * @return CreateConfigResponse
3459
3464
  */
3460
3465
  createConfigWithOptions(request: CreateConfigRequest, runtime: $Util.RuntimeOptions): Promise<CreateConfigResponse>;
3461
3466
  /**
3462
- * 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.
3463
- * # Limits
3464
- * 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.
3465
- *
3466
- * @param request CreateConfigRequest
3467
- * @return CreateConfigResponse
3467
+ * @summary Modifies the configurations of a common configuration item for alerts.
3468
+ *
3469
+ * @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.
3470
+ * # Limits
3471
+ * 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.
3472
+ *
3473
+ * @param request CreateConfigRequest
3474
+ * @return CreateConfigResponse
3468
3475
  */
3469
3476
  createConfig(request: CreateConfigRequest): Promise<CreateConfigResponse>;
3470
3477
  /**
3471
- * You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
3472
- * # Limits
3473
- * 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.
3474
- *
3475
- * @param request CreateDataLimitRequest
3476
- * @param runtime runtime options for this request RuntimeOptions
3477
- * @return CreateDataLimitResponse
3478
+ * @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
3479
+ *
3480
+ * @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
3481
+ * # Limits
3482
+ * 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.
3483
+ *
3484
+ * @param request CreateDataLimitRequest
3485
+ * @param runtime runtime options for this request RuntimeOptions
3486
+ * @return CreateDataLimitResponse
3478
3487
  */
3479
3488
  createDataLimitWithOptions(request: CreateDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<CreateDataLimitResponse>;
3480
3489
  /**
3481
- * You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
3482
- * # Limits
3483
- * 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.
3484
- *
3485
- * @param request CreateDataLimitRequest
3486
- * @return CreateDataLimitResponse
3490
+ * @summary Authorizes Data Security Center (DSC) to scan data assets. The data assets can be a database, a project, or a bucket.
3491
+ *
3492
+ * @description You can call this operation to authorize DSC to scan data assets to ensure the security of the data assets.
3493
+ * # Limits
3494
+ * 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.
3495
+ *
3496
+ * @param request CreateDataLimitRequest
3497
+ * @return CreateDataLimitResponse
3487
3498
  */
3488
3499
  createDataLimit(request: CreateDataLimitRequest): Promise<CreateDataLimitResponse>;
3500
+ /**
3501
+ * @summary Creates a custom sensitive data detection rule.
3502
+ *
3503
+ * @param request CreateRuleRequest
3504
+ * @param runtime runtime options for this request RuntimeOptions
3505
+ * @return CreateRuleResponse
3506
+ */
3489
3507
  createRuleWithOptions(request: CreateRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateRuleResponse>;
3508
+ /**
3509
+ * @summary Creates a custom sensitive data detection rule.
3510
+ *
3511
+ * @param request CreateRuleRequest
3512
+ * @return CreateRuleResponse
3513
+ */
3490
3514
  createRule(request: CreateRuleRequest): Promise<CreateRuleResponse>;
3491
3515
  /**
3492
- * 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.
3493
- * # Limits
3494
- * 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.
3495
- *
3496
- * @param request CreateScanTaskRequest
3497
- * @param runtime runtime options for this request RuntimeOptions
3498
- * @return CreateScanTaskResponse
3516
+ * @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.
3517
+ *
3518
+ * @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.
3519
+ * # Limits
3520
+ * 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.
3521
+ *
3522
+ * @param request CreateScanTaskRequest
3523
+ * @param runtime runtime options for this request RuntimeOptions
3524
+ * @return CreateScanTaskResponse
3499
3525
  */
3500
3526
  createScanTaskWithOptions(request: CreateScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateScanTaskResponse>;
3501
3527
  /**
3502
- * 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.
3503
- * # Limits
3504
- * 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.
3505
- *
3506
- * @param request CreateScanTaskRequest
3507
- * @return CreateScanTaskResponse
3528
+ * @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.
3529
+ *
3530
+ * @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.
3531
+ * # Limits
3532
+ * 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.
3533
+ *
3534
+ * @param request CreateScanTaskRequest
3535
+ * @return CreateScanTaskResponse
3508
3536
  */
3509
3537
  createScanTask(request: CreateScanTaskRequest): Promise<CreateScanTaskResponse>;
3510
3538
  /**
3511
- * 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.
3512
- * # Limits
3513
- * 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.
3514
- *
3515
- * @param request CreateSlrRoleRequest
3516
- * @param runtime runtime options for this request RuntimeOptions
3517
- * @return CreateSlrRoleResponse
3539
+ * @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
3540
+ *
3541
+ * @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.
3542
+ * # Limits
3543
+ * 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.
3544
+ *
3545
+ * @param request CreateSlrRoleRequest
3546
+ * @param runtime runtime options for this request RuntimeOptions
3547
+ * @return CreateSlrRoleResponse
3518
3548
  */
3519
3549
  createSlrRoleWithOptions(request: CreateSlrRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateSlrRoleResponse>;
3520
3550
  /**
3521
- * 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.
3522
- * # Limits
3523
- * 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.
3524
- *
3525
- * @param request CreateSlrRoleRequest
3526
- * @return CreateSlrRoleResponse
3551
+ * @summary Creates a service-linked role for Data Security Center (DSC) to grant DSC the permissions to access data assets in other services.
3552
+ *
3553
+ * @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.
3554
+ * # Limits
3555
+ * 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.
3556
+ *
3557
+ * @param request CreateSlrRoleRequest
3558
+ * @return CreateSlrRoleResponse
3527
3559
  */
3528
3560
  createSlrRole(request: CreateSlrRoleRequest): Promise<CreateSlrRoleResponse>;
3529
3561
  /**
3530
- * You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
3531
- * # Limits
3532
- * 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.
3533
- *
3534
- * @param request DeleteDataLimitRequest
3535
- * @param runtime runtime options for this request RuntimeOptions
3536
- * @return DeleteDataLimitResponse
3562
+ * @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
3563
+ *
3564
+ * @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
3565
+ * # Limits
3566
+ * 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.
3567
+ *
3568
+ * @param request DeleteDataLimitRequest
3569
+ * @param runtime runtime options for this request RuntimeOptions
3570
+ * @return DeleteDataLimitResponse
3537
3571
  */
3538
3572
  deleteDataLimitWithOptions(request: DeleteDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDataLimitResponse>;
3539
3573
  /**
3540
- * You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
3541
- * # Limits
3542
- * 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.
3543
- *
3544
- * @param request DeleteDataLimitRequest
3545
- * @return DeleteDataLimitResponse
3574
+ * @summary Revokes the scan permissions on a data asset. The data asset can be a database, an instance, or a bucket.
3575
+ *
3576
+ * @description You can call this operation to revoke the permissions on a data asset from Data Security Center (DSC).
3577
+ * # Limits
3578
+ * 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.
3579
+ *
3580
+ * @param request DeleteDataLimitRequest
3581
+ * @return DeleteDataLimitResponse
3546
3582
  */
3547
3583
  deleteDataLimit(request: DeleteDataLimitRequest): Promise<DeleteDataLimitResponse>;
3584
+ /**
3585
+ * @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
3586
+ *
3587
+ * @param request DeleteRuleRequest
3588
+ * @param runtime runtime options for this request RuntimeOptions
3589
+ * @return DeleteRuleResponse
3590
+ */
3548
3591
  deleteRuleWithOptions(request: DeleteRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRuleResponse>;
3592
+ /**
3593
+ * @summary Deletes a custom sensitive data detection rule from Data Security Center (DSC).
3594
+ *
3595
+ * @param request DeleteRuleRequest
3596
+ * @return DeleteRuleResponse
3597
+ */
3549
3598
  deleteRule(request: DeleteRuleRequest): Promise<DeleteRuleResponse>;
3599
+ /**
3600
+ * @param request DescribeCategoryTemplateListRequest
3601
+ * @param runtime runtime options for this request RuntimeOptions
3602
+ * @return DescribeCategoryTemplateListResponse
3603
+ */
3550
3604
  describeCategoryTemplateListWithOptions(request: DescribeCategoryTemplateListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateListResponse>;
3605
+ /**
3606
+ * @param request DescribeCategoryTemplateListRequest
3607
+ * @return DescribeCategoryTemplateListResponse
3608
+ */
3551
3609
  describeCategoryTemplateList(request: DescribeCategoryTemplateListRequest): Promise<DescribeCategoryTemplateListResponse>;
3552
3610
  /**
3553
- * You can call this operation to query rules in a classification template.
3554
- * # Limits
3555
- * 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.
3556
- *
3557
- * @param request DescribeCategoryTemplateRuleListRequest
3558
- * @param runtime runtime options for this request RuntimeOptions
3559
- * @return DescribeCategoryTemplateRuleListResponse
3611
+ * @summary Queries rules in a classification template by page.
3612
+ *
3613
+ * @description You can call this operation to query rules in a classification template.
3614
+ * # Limits
3615
+ * 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.
3616
+ *
3617
+ * @param request DescribeCategoryTemplateRuleListRequest
3618
+ * @param runtime runtime options for this request RuntimeOptions
3619
+ * @return DescribeCategoryTemplateRuleListResponse
3560
3620
  */
3561
3621
  describeCategoryTemplateRuleListWithOptions(request: DescribeCategoryTemplateRuleListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCategoryTemplateRuleListResponse>;
3562
3622
  /**
3563
- * You can call this operation to query rules in a classification template.
3564
- * # Limits
3565
- * 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.
3566
- *
3567
- * @param request DescribeCategoryTemplateRuleListRequest
3568
- * @return DescribeCategoryTemplateRuleListResponse
3623
+ * @summary Queries rules in a classification template by page.
3624
+ *
3625
+ * @description You can call this operation to query rules in a classification template.
3626
+ * # Limits
3627
+ * 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.
3628
+ *
3629
+ * @param request DescribeCategoryTemplateRuleListRequest
3630
+ * @return DescribeCategoryTemplateRuleListResponse
3569
3631
  */
3570
3632
  describeCategoryTemplateRuleList(request: DescribeCategoryTemplateRuleListRequest): Promise<DescribeCategoryTemplateRuleListResponse>;
3571
3633
  /**
3572
- * 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.
3573
- * ## [](#)Precautions
3574
- * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
3575
- * ## [](#qps)Limits
3576
- * 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.
3577
- *
3578
- * @param request DescribeColumnsRequest
3579
- * @param runtime runtime options for this request RuntimeOptions
3580
- * @return DescribeColumnsResponse
3634
+ * @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.
3635
+ *
3636
+ * @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.
3637
+ * ## [](#)Precautions
3638
+ * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
3639
+ * ## [](#qps)Limits
3640
+ * 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.
3641
+ *
3642
+ * @param request DescribeColumnsRequest
3643
+ * @param runtime runtime options for this request RuntimeOptions
3644
+ * @return DescribeColumnsResponse
3581
3645
  */
3582
3646
  describeColumnsWithOptions(request: DescribeColumnsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsResponse>;
3583
3647
  /**
3584
- * 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.
3585
- * ## [](#)Precautions
3586
- * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
3587
- * ## [](#qps)Limits
3588
- * 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.
3589
- *
3590
- * @param request DescribeColumnsRequest
3591
- * @return DescribeColumnsResponse
3648
+ * @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.
3649
+ *
3650
+ * @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.
3651
+ * ## [](#)Precautions
3652
+ * The DescribeColumns operation is changed to DescribeColumnsV2. We recommend that you call the DescribeColumnsV2 operation when you develop your applications.
3653
+ * ## [](#qps)Limits
3654
+ * 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.
3655
+ *
3656
+ * @param request DescribeColumnsRequest
3657
+ * @return DescribeColumnsResponse
3592
3658
  */
3593
3659
  describeColumns(request: DescribeColumnsRequest): Promise<DescribeColumnsResponse>;
3660
+ /**
3661
+ * @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.
3662
+ *
3663
+ * @param request DescribeColumnsV2Request
3664
+ * @param runtime runtime options for this request RuntimeOptions
3665
+ * @return DescribeColumnsV2Response
3666
+ */
3594
3667
  describeColumnsV2WithOptions(request: DescribeColumnsV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeColumnsV2Response>;
3668
+ /**
3669
+ * @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.
3670
+ *
3671
+ * @param request DescribeColumnsV2Request
3672
+ * @return DescribeColumnsV2Response
3673
+ */
3595
3674
  describeColumnsV2(request: DescribeColumnsV2Request): Promise<DescribeColumnsV2Response>;
3675
+ /**
3676
+ * @summary Queries common configuration items for alerts.
3677
+ *
3678
+ * @param request DescribeConfigsRequest
3679
+ * @param runtime runtime options for this request RuntimeOptions
3680
+ * @return DescribeConfigsResponse
3681
+ */
3596
3682
  describeConfigsWithOptions(request: DescribeConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeConfigsResponse>;
3683
+ /**
3684
+ * @summary Queries common configuration items for alerts.
3685
+ *
3686
+ * @param request DescribeConfigsRequest
3687
+ * @return DescribeConfigsResponse
3688
+ */
3597
3689
  describeConfigs(request: DescribeConfigsRequest): Promise<DescribeConfigsResponse>;
3690
+ /**
3691
+ * @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
3692
+ *
3693
+ * @param request DescribeDataAssetsRequest
3694
+ * @param runtime runtime options for this request RuntimeOptions
3695
+ * @return DescribeDataAssetsResponse
3696
+ */
3598
3697
  describeDataAssetsWithOptions(request: DescribeDataAssetsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataAssetsResponse>;
3698
+ /**
3699
+ * @summary Queries the sensitive data detection results of data assets that Data Security Center (DSC) is authorized to access.
3700
+ *
3701
+ * @param request DescribeDataAssetsRequest
3702
+ * @return DescribeDataAssetsResponse
3703
+ */
3599
3704
  describeDataAssets(request: DescribeDataAssetsRequest): Promise<DescribeDataAssetsResponse>;
3705
+ /**
3706
+ * @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.
3707
+ *
3708
+ * @param request DescribeDataLimitDetailRequest
3709
+ * @param runtime runtime options for this request RuntimeOptions
3710
+ * @return DescribeDataLimitDetailResponse
3711
+ */
3600
3712
  describeDataLimitDetailWithOptions(request: DescribeDataLimitDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitDetailResponse>;
3713
+ /**
3714
+ * @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.
3715
+ *
3716
+ * @param request DescribeDataLimitDetailRequest
3717
+ * @return DescribeDataLimitDetailResponse
3718
+ */
3601
3719
  describeDataLimitDetail(request: DescribeDataLimitDetailRequest): Promise<DescribeDataLimitDetailResponse>;
3602
3720
  /**
3603
- * You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
3604
- * # Limits
3605
- * 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.
3606
- *
3607
- * @param request DescribeDataLimitSetRequest
3608
- * @param runtime runtime options for this request RuntimeOptions
3609
- * @return DescribeDataLimitSetResponse
3721
+ * @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.
3722
+ *
3723
+ * @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
3724
+ * # Limits
3725
+ * 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.
3726
+ *
3727
+ * @param request DescribeDataLimitSetRequest
3728
+ * @param runtime runtime options for this request RuntimeOptions
3729
+ * @return DescribeDataLimitSetResponse
3610
3730
  */
3611
3731
  describeDataLimitSetWithOptions(request: DescribeDataLimitSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitSetResponse>;
3612
3732
  /**
3613
- * You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
3614
- * # Limits
3615
- * 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.
3616
- *
3617
- * @param request DescribeDataLimitSetRequest
3618
- * @return DescribeDataLimitSetResponse
3733
+ * @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.
3734
+ *
3735
+ * @description You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
3736
+ * # Limits
3737
+ * 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.
3738
+ *
3739
+ * @param request DescribeDataLimitSetRequest
3740
+ * @return DescribeDataLimitSetResponse
3619
3741
  */
3620
3742
  describeDataLimitSet(request: DescribeDataLimitSetRequest): Promise<DescribeDataLimitSetResponse>;
3743
+ /**
3744
+ * @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
3745
+ *
3746
+ * @param request DescribeDataLimitsRequest
3747
+ * @param runtime runtime options for this request RuntimeOptions
3748
+ * @return DescribeDataLimitsResponse
3749
+ */
3621
3750
  describeDataLimitsWithOptions(request: DescribeDataLimitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataLimitsResponse>;
3751
+ /**
3752
+ * @summary Queries the data assets such as instances, databases, or buckets that Data Security Center (DSC) is authorized to access.
3753
+ *
3754
+ * @param request DescribeDataLimitsRequest
3755
+ * @return DescribeDataLimitsResponse
3756
+ */
3622
3757
  describeDataLimits(request: DescribeDataLimitsRequest): Promise<DescribeDataLimitsResponse>;
3623
3758
  /**
3624
- * You can call this operation to query the execution information of a static de-identification task, including the status and progress.
3625
- * # Limits
3626
- * 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.
3627
- *
3628
- * @param request DescribeDataMaskingRunHistoryRequest
3629
- * @param runtime runtime options for this request RuntimeOptions
3630
- * @return DescribeDataMaskingRunHistoryResponse
3759
+ * @summary Queries the execution information about a de-identification task.
3760
+ *
3761
+ * @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
3762
+ * # Limits
3763
+ * 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.
3764
+ *
3765
+ * @param request DescribeDataMaskingRunHistoryRequest
3766
+ * @param runtime runtime options for this request RuntimeOptions
3767
+ * @return DescribeDataMaskingRunHistoryResponse
3631
3768
  */
3632
3769
  describeDataMaskingRunHistoryWithOptions(request: DescribeDataMaskingRunHistoryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingRunHistoryResponse>;
3633
3770
  /**
3634
- * You can call this operation to query the execution information of a static de-identification task, including the status and progress.
3635
- * # Limits
3636
- * 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.
3637
- *
3638
- * @param request DescribeDataMaskingRunHistoryRequest
3639
- * @return DescribeDataMaskingRunHistoryResponse
3771
+ * @summary Queries the execution information about a de-identification task.
3772
+ *
3773
+ * @description You can call this operation to query the execution information of a static de-identification task, including the status and progress.
3774
+ * # Limits
3775
+ * 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.
3776
+ *
3777
+ * @param request DescribeDataMaskingRunHistoryRequest
3778
+ * @return DescribeDataMaskingRunHistoryResponse
3640
3779
  */
3641
3780
  describeDataMaskingRunHistory(request: DescribeDataMaskingRunHistoryRequest): Promise<DescribeDataMaskingRunHistoryResponse>;
3642
3781
  /**
3643
- * You can call this operation to query static de-identification tasks. This facilitates task queries and management.
3644
- * # Limits
3645
- * 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.
3646
- *
3647
- * @param request DescribeDataMaskingTasksRequest
3648
- * @param runtime runtime options for this request RuntimeOptions
3649
- * @return DescribeDataMaskingTasksResponse
3782
+ * @summary Queries de-identification tasks.
3783
+ *
3784
+ * @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
3785
+ * # Limits
3786
+ * 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.
3787
+ *
3788
+ * @param request DescribeDataMaskingTasksRequest
3789
+ * @param runtime runtime options for this request RuntimeOptions
3790
+ * @return DescribeDataMaskingTasksResponse
3650
3791
  */
3651
3792
  describeDataMaskingTasksWithOptions(request: DescribeDataMaskingTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataMaskingTasksResponse>;
3652
3793
  /**
3653
- * You can call this operation to query static de-identification tasks. This facilitates task queries and management.
3654
- * # Limits
3655
- * 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.
3656
- *
3657
- * @param request DescribeDataMaskingTasksRequest
3658
- * @return DescribeDataMaskingTasksResponse
3794
+ * @summary Queries de-identification tasks.
3795
+ *
3796
+ * @description You can call this operation to query static de-identification tasks. This facilitates task queries and management.
3797
+ * # Limits
3798
+ * 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.
3799
+ *
3800
+ * @param request DescribeDataMaskingTasksRequest
3801
+ * @return DescribeDataMaskingTasksResponse
3659
3802
  */
3660
3803
  describeDataMaskingTasks(request: DescribeDataMaskingTasksRequest): Promise<DescribeDataMaskingTasksResponse>;
3804
+ /**
3805
+ * @summary 查看数据对象列详情
3806
+ *
3807
+ * @param request DescribeDataObjectColumnDetailRequest
3808
+ * @param runtime runtime options for this request RuntimeOptions
3809
+ * @return DescribeDataObjectColumnDetailResponse
3810
+ */
3661
3811
  describeDataObjectColumnDetailWithOptions(request: DescribeDataObjectColumnDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailResponse>;
3812
+ /**
3813
+ * @summary 查看数据对象列详情
3814
+ *
3815
+ * @param request DescribeDataObjectColumnDetailRequest
3816
+ * @return DescribeDataObjectColumnDetailResponse
3817
+ */
3662
3818
  describeDataObjectColumnDetail(request: DescribeDataObjectColumnDetailRequest): Promise<DescribeDataObjectColumnDetailResponse>;
3819
+ /**
3820
+ * @summary 查看数据对象列详情V2
3821
+ *
3822
+ * @param request DescribeDataObjectColumnDetailV2Request
3823
+ * @param runtime runtime options for this request RuntimeOptions
3824
+ * @return DescribeDataObjectColumnDetailV2Response
3825
+ */
3663
3826
  describeDataObjectColumnDetailV2WithOptions(request: DescribeDataObjectColumnDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectColumnDetailV2Response>;
3827
+ /**
3828
+ * @summary 查看数据对象列详情V2
3829
+ *
3830
+ * @param request DescribeDataObjectColumnDetailV2Request
3831
+ * @return DescribeDataObjectColumnDetailV2Response
3832
+ */
3664
3833
  describeDataObjectColumnDetailV2(request: DescribeDataObjectColumnDetailV2Request): Promise<DescribeDataObjectColumnDetailV2Response>;
3834
+ /**
3835
+ * @summary 分页查询数据目录对象
3836
+ *
3837
+ * @param request DescribeDataObjectsRequest
3838
+ * @param runtime runtime options for this request RuntimeOptions
3839
+ * @return DescribeDataObjectsResponse
3840
+ */
3665
3841
  describeDataObjectsWithOptions(request: DescribeDataObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataObjectsResponse>;
3842
+ /**
3843
+ * @summary 分页查询数据目录对象
3844
+ *
3845
+ * @param request DescribeDataObjectsRequest
3846
+ * @return DescribeDataObjectsResponse
3847
+ */
3666
3848
  describeDataObjects(request: DescribeDataObjectsRequest): Promise<DescribeDataObjectsResponse>;
3849
+ /**
3850
+ * @param request DescribeDocTypesRequest
3851
+ * @param runtime runtime options for this request RuntimeOptions
3852
+ * @return DescribeDocTypesResponse
3853
+ */
3667
3854
  describeDocTypesWithOptions(request: DescribeDocTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDocTypesResponse>;
3855
+ /**
3856
+ * @param request DescribeDocTypesRequest
3857
+ * @return DescribeDocTypesResponse
3858
+ */
3668
3859
  describeDocTypes(request: DescribeDocTypesRequest): Promise<DescribeDocTypesResponse>;
3860
+ /**
3861
+ * @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.
3862
+ *
3863
+ * @param request DescribeEventDetailRequest
3864
+ * @param runtime runtime options for this request RuntimeOptions
3865
+ * @return DescribeEventDetailResponse
3866
+ */
3669
3867
  describeEventDetailWithOptions(request: DescribeEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventDetailResponse>;
3868
+ /**
3869
+ * @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.
3870
+ *
3871
+ * @param request DescribeEventDetailRequest
3872
+ * @return DescribeEventDetailResponse
3873
+ */
3670
3874
  describeEventDetail(request: DescribeEventDetailRequest): Promise<DescribeEventDetailResponse>;
3875
+ /**
3876
+ * @summary Queries the types of anomalous events.
3877
+ *
3878
+ * @param request DescribeEventTypesRequest
3879
+ * @param runtime runtime options for this request RuntimeOptions
3880
+ * @return DescribeEventTypesResponse
3881
+ */
3671
3882
  describeEventTypesWithOptions(request: DescribeEventTypesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventTypesResponse>;
3883
+ /**
3884
+ * @summary Queries the types of anomalous events.
3885
+ *
3886
+ * @param request DescribeEventTypesRequest
3887
+ * @return DescribeEventTypesResponse
3888
+ */
3672
3889
  describeEventTypes(request: DescribeEventTypesRequest): Promise<DescribeEventTypesResponse>;
3673
3890
  /**
3674
- * You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
3675
- * # Limits
3676
- * 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.
3677
- *
3678
- * @param request DescribeEventsRequest
3679
- * @param runtime runtime options for this request RuntimeOptions
3680
- * @return DescribeEventsResponse
3891
+ * @summary Queries anomalous events.
3892
+ *
3893
+ * @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
3894
+ * # Limits
3895
+ * 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.
3896
+ *
3897
+ * @param request DescribeEventsRequest
3898
+ * @param runtime runtime options for this request RuntimeOptions
3899
+ * @return DescribeEventsResponse
3681
3900
  */
3682
3901
  describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
3683
3902
  /**
3684
- * You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
3685
- * # Limits
3686
- * 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.
3687
- *
3688
- * @param request DescribeEventsRequest
3689
- * @return DescribeEventsResponse
3903
+ * @summary Queries anomalous events.
3904
+ *
3905
+ * @description You can call this operation to query anomalous events that may involve data leaks. This helps you search for and handle anomalous events.
3906
+ * # Limits
3907
+ * 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.
3908
+ *
3909
+ * @param request DescribeEventsRequest
3910
+ * @return DescribeEventsResponse
3690
3911
  */
3691
3912
  describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
3692
3913
  /**
3693
- * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3694
- * This operation is no longer used for the KMS console of the new version.
3695
- * # [](#qps-)QPS limits
3696
- * 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.
3697
- *
3698
- * @param request DescribeInstanceSourcesRequest
3699
- * @param runtime runtime options for this request RuntimeOptions
3700
- * @return DescribeInstanceSourcesResponse
3914
+ * @summary Queries a list of data assets.
3915
+ *
3916
+ * @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3917
+ * This operation is no longer used for the KMS console of the new version.
3918
+ * # [](#qps-)QPS limits
3919
+ * 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.
3920
+ *
3921
+ * @param request DescribeInstanceSourcesRequest
3922
+ * @param runtime runtime options for this request RuntimeOptions
3923
+ * @return DescribeInstanceSourcesResponse
3701
3924
  */
3702
3925
  describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
3703
3926
  /**
3704
- * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3705
- * This operation is no longer used for the KMS console of the new version.
3706
- * # [](#qps-)QPS limits
3707
- * 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.
3708
- *
3709
- * @param request DescribeInstanceSourcesRequest
3710
- * @return DescribeInstanceSourcesResponse
3927
+ * @summary Queries a list of data assets.
3928
+ *
3929
+ * @description You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3930
+ * This operation is no longer used for the KMS console of the new version.
3931
+ * # [](#qps-)QPS limits
3932
+ * 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.
3933
+ *
3934
+ * @param request DescribeInstanceSourcesRequest
3935
+ * @return DescribeInstanceSourcesResponse
3711
3936
  */
3712
3937
  describeInstanceSources(request: DescribeInstanceSourcesRequest): Promise<DescribeInstanceSourcesResponse>;
3713
3938
  /**
3714
- * When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
3715
- * # Limits
3716
- * 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.
3717
- *
3718
- * @param request DescribeInstancesRequest
3719
- * @param runtime runtime options for this request RuntimeOptions
3720
- * @return DescribeInstancesResponse
3939
+ * @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
3940
+ *
3941
+ * @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
3942
+ * # Limits
3943
+ * 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.
3944
+ *
3945
+ * @param request DescribeInstancesRequest
3946
+ * @param runtime runtime options for this request RuntimeOptions
3947
+ * @return DescribeInstancesResponse
3721
3948
  */
3722
3949
  describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
3723
3950
  /**
3724
- * When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
3725
- * # Limits
3726
- * 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.
3727
- *
3728
- * @param request DescribeInstancesRequest
3729
- * @return DescribeInstancesResponse
3951
+ * @summary Queries data assets such as MaxCompute, ApsaraDB RDS, and Object Storage Service (OSS) that you authorize Data Security Center (DSC) to access.
3952
+ *
3953
+ * @description When you call the DescribeInstances operation, you can specify parameters such as Name and RiskLevelId to query data assets that meet filter conditions.
3954
+ * # Limits
3955
+ * 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.
3956
+ *
3957
+ * @param request DescribeInstancesRequest
3958
+ * @return DescribeInstancesResponse
3730
3959
  */
3731
3960
  describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
3732
3961
  /**
3733
- * 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.
3734
- * ## [](#)Precautions
3735
- * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
3736
- * ## [](#qps)Limits
3737
- * 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.
3738
- *
3739
- * @param request DescribeOssObjectDetailRequest
3740
- * @param runtime runtime options for this request RuntimeOptions
3741
- * @return DescribeOssObjectDetailResponse
3962
+ * @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
3963
+ *
3964
+ * @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.
3965
+ * ## [](#)Precautions
3966
+ * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
3967
+ * ## [](#qps)Limits
3968
+ * 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.
3969
+ *
3970
+ * @param request DescribeOssObjectDetailRequest
3971
+ * @param runtime runtime options for this request RuntimeOptions
3972
+ * @return DescribeOssObjectDetailResponse
3742
3973
  */
3743
3974
  describeOssObjectDetailWithOptions(request: DescribeOssObjectDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailResponse>;
3744
3975
  /**
3745
- * 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.
3746
- * ## [](#)Precautions
3747
- * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
3748
- * ## [](#qps)Limits
3749
- * 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.
3750
- *
3751
- * @param request DescribeOssObjectDetailRequest
3752
- * @return DescribeOssObjectDetailResponse
3976
+ * @summary Queries the details of an Object Storage Service (OSS) object that Data Security Center (DSC) is authorized to access.
3977
+ *
3978
+ * @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.
3979
+ * ## [](#)Precautions
3980
+ * The DescribeOssObjectDetail operation is chagned to DescribeOssObjectDetailV2. We recommend that you call the DescribeOssObjectDetailV2 operation when you develop your applications.
3981
+ * ## [](#qps)Limits
3982
+ * 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.
3983
+ *
3984
+ * @param request DescribeOssObjectDetailRequest
3985
+ * @return DescribeOssObjectDetailResponse
3753
3986
  */
3754
3987
  describeOssObjectDetail(request: DescribeOssObjectDetailRequest): Promise<DescribeOssObjectDetailResponse>;
3988
+ /**
3989
+ * @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
3990
+ *
3991
+ * @param request DescribeOssObjectDetailV2Request
3992
+ * @param runtime runtime options for this request RuntimeOptions
3993
+ * @return DescribeOssObjectDetailV2Response
3994
+ */
3755
3995
  describeOssObjectDetailV2WithOptions(request: DescribeOssObjectDetailV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectDetailV2Response>;
3996
+ /**
3997
+ * @summary 调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息
3998
+ *
3999
+ * @param request DescribeOssObjectDetailV2Request
4000
+ * @return DescribeOssObjectDetailV2Response
4001
+ */
3756
4002
  describeOssObjectDetailV2(request: DescribeOssObjectDetailV2Request): Promise<DescribeOssObjectDetailV2Response>;
4003
+ /**
4004
+ * @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
4005
+ *
4006
+ * @param request DescribeOssObjectsRequest
4007
+ * @param runtime runtime options for this request RuntimeOptions
4008
+ * @return DescribeOssObjectsResponse
4009
+ */
3757
4010
  describeOssObjectsWithOptions(request: DescribeOssObjectsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOssObjectsResponse>;
4011
+ /**
4012
+ * @summary Queries Object Storage Service (OSS) objects that you authorize Data Security Center (DSC) to access.
4013
+ *
4014
+ * @param request DescribeOssObjectsRequest
4015
+ * @return DescribeOssObjectsResponse
4016
+ */
3758
4017
  describeOssObjects(request: DescribeOssObjectsRequest): Promise<DescribeOssObjectsResponse>;
3759
4018
  /**
3760
- * 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.
3761
- * # Limits
3762
- * 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.
3763
- *
3764
- * @param request DescribePackagesRequest
3765
- * @param runtime runtime options for this request RuntimeOptions
3766
- * @return DescribePackagesResponse
4019
+ * @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.
4020
+ *
4021
+ * @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.
4022
+ * # Limits
4023
+ * 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.
4024
+ *
4025
+ * @param request DescribePackagesRequest
4026
+ * @param runtime runtime options for this request RuntimeOptions
4027
+ * @return DescribePackagesResponse
3767
4028
  */
3768
4029
  describePackagesWithOptions(request: DescribePackagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackagesResponse>;
3769
4030
  /**
3770
- * 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.
3771
- * # Limits
3772
- * 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.
3773
- *
3774
- * @param request DescribePackagesRequest
3775
- * @return DescribePackagesResponse
4031
+ * @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.
4032
+ *
4033
+ * @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.
4034
+ * # Limits
4035
+ * 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.
4036
+ *
4037
+ * @param request DescribePackagesRequest
4038
+ * @return DescribePackagesResponse
3776
4039
  */
3777
4040
  describePackages(request: DescribePackagesRequest): Promise<DescribePackagesResponse>;
4041
+ /**
4042
+ * @summary 获取一级授权列表
4043
+ *
4044
+ * @param request DescribeParentInstanceRequest
4045
+ * @param runtime runtime options for this request RuntimeOptions
4046
+ * @return DescribeParentInstanceResponse
4047
+ */
3778
4048
  describeParentInstanceWithOptions(request: DescribeParentInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParentInstanceResponse>;
4049
+ /**
4050
+ * @summary 获取一级授权列表
4051
+ *
4052
+ * @param request DescribeParentInstanceRequest
4053
+ * @return DescribeParentInstanceResponse
4054
+ */
3779
4055
  describeParentInstance(request: DescribeParentInstanceRequest): Promise<DescribeParentInstanceResponse>;
3780
4056
  /**
3781
- * 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.
3782
- * # Limits
3783
- * 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.
3784
- *
3785
- * @param request DescribeRiskLevelsRequest
3786
- * @param runtime runtime options for this request RuntimeOptions
3787
- * @return DescribeRiskLevelsResponse
4057
+ * @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
4058
+ *
4059
+ * @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.
4060
+ * # Limits
4061
+ * 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.
4062
+ *
4063
+ * @param request DescribeRiskLevelsRequest
4064
+ * @param runtime runtime options for this request RuntimeOptions
4065
+ * @return DescribeRiskLevelsResponse
3788
4066
  */
3789
4067
  describeRiskLevelsWithOptions(request: DescribeRiskLevelsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskLevelsResponse>;
3790
4068
  /**
3791
- * 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.
3792
- * # Limits
3793
- * 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.
3794
- *
3795
- * @param request DescribeRiskLevelsRequest
3796
- * @return DescribeRiskLevelsResponse
4069
+ * @summary Queries the sensitivity levels that are defined in a rule template provided by Data Security Center (DSC).
4070
+ *
4071
+ * @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.
4072
+ * # Limits
4073
+ * 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.
4074
+ *
4075
+ * @param request DescribeRiskLevelsRequest
4076
+ * @return DescribeRiskLevelsResponse
3797
4077
  */
3798
4078
  describeRiskLevels(request: DescribeRiskLevelsRequest): Promise<DescribeRiskLevelsResponse>;
4079
+ /**
4080
+ * @summary Queries sensitive data detection rules.
4081
+ *
4082
+ * @param request DescribeRulesRequest
4083
+ * @param runtime runtime options for this request RuntimeOptions
4084
+ * @return DescribeRulesResponse
4085
+ */
3799
4086
  describeRulesWithOptions(request: DescribeRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRulesResponse>;
4087
+ /**
4088
+ * @summary Queries sensitive data detection rules.
4089
+ *
4090
+ * @param request DescribeRulesRequest
4091
+ * @return DescribeRulesResponse
4092
+ */
3800
4093
  describeRules(request: DescribeRulesRequest): Promise<DescribeRulesResponse>;
3801
4094
  /**
3802
- * When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
3803
- * # Limits
3804
- * 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.
3805
- *
3806
- * @param request DescribeTablesRequest
3807
- * @param runtime runtime options for this request RuntimeOptions
3808
- * @return DescribeTablesResponse
4095
+ * @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
4096
+ *
4097
+ * @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
4098
+ * # Limits
4099
+ * 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.
4100
+ *
4101
+ * @param request DescribeTablesRequest
4102
+ * @param runtime runtime options for this request RuntimeOptions
4103
+ * @return DescribeTablesResponse
3809
4104
  */
3810
4105
  describeTablesWithOptions(request: DescribeTablesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTablesResponse>;
3811
4106
  /**
3812
- * When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
3813
- * # Limits
3814
- * 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.
3815
- *
3816
- * @param request DescribeTablesRequest
3817
- * @return DescribeTablesResponse
4107
+ * @summary Queries tables in data assets, such as MaxCompute projects and ApsaraDB RDS instances, that you authorize Data Security Center (DSC) to access.
4108
+ *
4109
+ * @description When you call the DescribeTables operation to query tables, you can specify parameters such as Name and RiskLevelId to filter tables.
4110
+ * # Limits
4111
+ * 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.
4112
+ *
4113
+ * @param request DescribeTablesRequest
4114
+ * @return DescribeTablesResponse
3818
4115
  */
3819
4116
  describeTables(request: DescribeTablesRequest): Promise<DescribeTablesResponse>;
4117
+ /**
4118
+ * @param request DescribeTemplateAllRulesRequest
4119
+ * @param runtime runtime options for this request RuntimeOptions
4120
+ * @return DescribeTemplateAllRulesResponse
4121
+ */
3820
4122
  describeTemplateAllRulesWithOptions(request: DescribeTemplateAllRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTemplateAllRulesResponse>;
4123
+ /**
4124
+ * @param request DescribeTemplateAllRulesRequest
4125
+ * @return DescribeTemplateAllRulesResponse
4126
+ */
3821
4127
  describeTemplateAllRules(request: DescribeTemplateAllRulesRequest): Promise<DescribeTemplateAllRulesResponse>;
3822
4128
  /**
3823
- * 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).
3824
- * # Limits
3825
- * 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.
3826
- *
3827
- * @param request DescribeUserStatusRequest
3828
- * @param runtime runtime options for this request RuntimeOptions
3829
- * @return DescribeUserStatusResponse
4129
+ * @summary Queries the information about an account.
4130
+ *
4131
+ * @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).
4132
+ * # Limits
4133
+ * 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.
4134
+ *
4135
+ * @param request DescribeUserStatusRequest
4136
+ * @param runtime runtime options for this request RuntimeOptions
4137
+ * @return DescribeUserStatusResponse
3830
4138
  */
3831
4139
  describeUserStatusWithOptions(request: DescribeUserStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserStatusResponse>;
3832
4140
  /**
3833
- * 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).
3834
- * # Limits
3835
- * 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.
3836
- *
3837
- * @param request DescribeUserStatusRequest
3838
- * @return DescribeUserStatusResponse
4141
+ * @summary Queries the information about an account.
4142
+ *
4143
+ * @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).
4144
+ * # Limits
4145
+ * 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.
4146
+ *
4147
+ * @param request DescribeUserStatusRequest
4148
+ * @return DescribeUserStatusResponse
3839
4149
  */
3840
4150
  describeUserStatus(request: DescribeUserStatusRequest): Promise<DescribeUserStatusResponse>;
3841
4151
  /**
3842
- * 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.
3843
- * # Limits
3844
- * 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.
3845
- *
3846
- * @param request DisableUserConfigRequest
3847
- * @param runtime runtime options for this request RuntimeOptions
3848
- * @return DisableUserConfigResponse
4152
+ * @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.
4153
+ *
4154
+ * @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.
4155
+ * # Limits
4156
+ * 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.
4157
+ *
4158
+ * @param request DisableUserConfigRequest
4159
+ * @param runtime runtime options for this request RuntimeOptions
4160
+ * @return DisableUserConfigResponse
3849
4161
  */
3850
4162
  disableUserConfigWithOptions(request: DisableUserConfigRequest, runtime: $Util.RuntimeOptions): Promise<DisableUserConfigResponse>;
3851
4163
  /**
3852
- * 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.
3853
- * # Limits
3854
- * 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.
3855
- *
3856
- * @param request DisableUserConfigRequest
3857
- * @return DisableUserConfigResponse
4164
+ * @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.
4165
+ *
4166
+ * @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.
4167
+ * # Limits
4168
+ * 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.
4169
+ *
4170
+ * @param request DisableUserConfigRequest
4171
+ * @return DisableUserConfigResponse
3858
4172
  */
3859
4173
  disableUserConfig(request: DisableUserConfigRequest): Promise<DisableUserConfigResponse>;
4174
+ /**
4175
+ * @summary Dynamically de-identifies sensitive data.
4176
+ *
4177
+ * @param request ExecDatamaskRequest
4178
+ * @param runtime runtime options for this request RuntimeOptions
4179
+ * @return ExecDatamaskResponse
4180
+ */
3860
4181
  execDatamaskWithOptions(request: ExecDatamaskRequest, runtime: $Util.RuntimeOptions): Promise<ExecDatamaskResponse>;
4182
+ /**
4183
+ * @summary Dynamically de-identifies sensitive data.
4184
+ *
4185
+ * @param request ExecDatamaskRequest
4186
+ * @return ExecDatamaskResponse
4187
+ */
3861
4188
  execDatamask(request: ExecDatamaskRequest): Promise<ExecDatamaskResponse>;
4189
+ /**
4190
+ * @summary Triggers a de-identification task.
4191
+ *
4192
+ * @param request ManualTriggerMaskingProcessRequest
4193
+ * @param runtime runtime options for this request RuntimeOptions
4194
+ * @return ManualTriggerMaskingProcessResponse
4195
+ */
3862
4196
  manualTriggerMaskingProcessWithOptions(request: ManualTriggerMaskingProcessRequest, runtime: $Util.RuntimeOptions): Promise<ManualTriggerMaskingProcessResponse>;
4197
+ /**
4198
+ * @summary Triggers a de-identification task.
4199
+ *
4200
+ * @param request ManualTriggerMaskingProcessRequest
4201
+ * @return ManualTriggerMaskingProcessResponse
4202
+ */
3863
4203
  manualTriggerMaskingProcess(request: ManualTriggerMaskingProcessRequest): Promise<ManualTriggerMaskingProcessResponse>;
4204
+ /**
4205
+ * @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
4206
+ *
4207
+ * @param request ModifyDataLimitRequest
4208
+ * @param runtime runtime options for this request RuntimeOptions
4209
+ * @return ModifyDataLimitResponse
4210
+ */
3864
4211
  modifyDataLimitWithOptions(request: ModifyDataLimitRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDataLimitResponse>;
4212
+ /**
4213
+ * @summary Modifies configuration items for a data asset that you authorize Data Security Center (DSC) to access.
4214
+ *
4215
+ * @param request ModifyDataLimitRequest
4216
+ * @return ModifyDataLimitResponse
4217
+ */
3865
4218
  modifyDataLimit(request: ModifyDataLimitRequest): Promise<ModifyDataLimitResponse>;
3866
4219
  /**
3867
- * You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
3868
- * # Limits
3869
- * 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.
3870
- *
3871
- * @param request ModifyDefaultLevelRequest
3872
- * @param runtime runtime options for this request RuntimeOptions
3873
- * @return ModifyDefaultLevelResponse
4220
+ * @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.
4221
+ *
4222
+ * @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
4223
+ * # Limits
4224
+ * 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.
4225
+ *
4226
+ * @param request ModifyDefaultLevelRequest
4227
+ * @param runtime runtime options for this request RuntimeOptions
4228
+ * @return ModifyDefaultLevelResponse
3874
4229
  */
3875
4230
  modifyDefaultLevelWithOptions(request: ModifyDefaultLevelRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefaultLevelResponse>;
3876
4231
  /**
3877
- * You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
3878
- * # Limits
3879
- * 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.
3880
- *
3881
- * @param request ModifyDefaultLevelRequest
3882
- * @return ModifyDefaultLevelResponse
4232
+ * @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.
4233
+ *
4234
+ * @description You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.
4235
+ * # Limits
4236
+ * 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.
4237
+ *
4238
+ * @param request ModifyDefaultLevelRequest
4239
+ * @return ModifyDefaultLevelResponse
3883
4240
  */
3884
4241
  modifyDefaultLevel(request: ModifyDefaultLevelRequest): Promise<ModifyDefaultLevelResponse>;
3885
4242
  /**
3886
- * You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
3887
- * # Limits
3888
- * 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.
3889
- *
3890
- * @param request ModifyEventStatusRequest
3891
- * @param runtime runtime options for this request RuntimeOptions
3892
- * @return ModifyEventStatusResponse
4243
+ * @summary Handles an anomalous event.
4244
+ *
4245
+ * @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
4246
+ * # Limits
4247
+ * 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.
4248
+ *
4249
+ * @param request ModifyEventStatusRequest
4250
+ * @param runtime runtime options for this request RuntimeOptions
4251
+ * @return ModifyEventStatusResponse
3893
4252
  */
3894
4253
  modifyEventStatusWithOptions(request: ModifyEventStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventStatusResponse>;
3895
4254
  /**
3896
- * You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
3897
- * # Limits
3898
- * 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.
3899
- *
3900
- * @param request ModifyEventStatusRequest
3901
- * @return ModifyEventStatusResponse
4255
+ * @summary Handles an anomalous event.
4256
+ *
4257
+ * @description You can call this operation to handle anomalous events that involve data leaks. This helps protect your data assets at the earliest opportunity.
4258
+ * # Limits
4259
+ * 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.
4260
+ *
4261
+ * @param request ModifyEventStatusRequest
4262
+ * @return ModifyEventStatusResponse
3902
4263
  */
3903
4264
  modifyEventStatus(request: ModifyEventStatusRequest): Promise<ModifyEventStatusResponse>;
4265
+ /**
4266
+ * @summary Enables the detection of anomalous events of subtypes.
4267
+ *
4268
+ * @param request ModifyEventTypeStatusRequest
4269
+ * @param runtime runtime options for this request RuntimeOptions
4270
+ * @return ModifyEventTypeStatusResponse
4271
+ */
3904
4272
  modifyEventTypeStatusWithOptions(request: ModifyEventTypeStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventTypeStatusResponse>;
4273
+ /**
4274
+ * @summary Enables the detection of anomalous events of subtypes.
4275
+ *
4276
+ * @param request ModifyEventTypeStatusRequest
4277
+ * @return ModifyEventTypeStatusResponse
4278
+ */
3905
4279
  modifyEventTypeStatus(request: ModifyEventTypeStatusRequest): Promise<ModifyEventTypeStatusResponse>;
3906
4280
  /**
3907
- * 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.
3908
- * # Limits
3909
- * 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.
3910
- *
3911
- * @param request ModifyReportTaskStatusRequest
3912
- * @param runtime runtime options for this request RuntimeOptions
3913
- * @return ModifyReportTaskStatusResponse
4281
+ * @summary Enables or disables the report task.
4282
+ *
4283
+ * @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.
4284
+ * # Limits
4285
+ * 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.
4286
+ *
4287
+ * @param request ModifyReportTaskStatusRequest
4288
+ * @param runtime runtime options for this request RuntimeOptions
4289
+ * @return ModifyReportTaskStatusResponse
3914
4290
  */
3915
4291
  modifyReportTaskStatusWithOptions(request: ModifyReportTaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyReportTaskStatusResponse>;
3916
4292
  /**
3917
- * 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.
3918
- * # Limits
3919
- * 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.
3920
- *
3921
- * @param request ModifyReportTaskStatusRequest
3922
- * @return ModifyReportTaskStatusResponse
4293
+ * @summary Enables or disables the report task.
4294
+ *
4295
+ * @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.
4296
+ * # Limits
4297
+ * 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.
4298
+ *
4299
+ * @param request ModifyReportTaskStatusRequest
4300
+ * @return ModifyReportTaskStatusResponse
3923
4301
  */
3924
4302
  modifyReportTaskStatus(request: ModifyReportTaskStatusRequest): Promise<ModifyReportTaskStatusResponse>;
3925
4303
  /**
3926
- * When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
3927
- * # Limits
3928
- * 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.
3929
- *
3930
- * @param request ModifyRuleRequest
3931
- * @param runtime runtime options for this request RuntimeOptions
3932
- * @return ModifyRuleResponse
4304
+ * @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
4305
+ *
4306
+ * @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
4307
+ * # Limits
4308
+ * 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.
4309
+ *
4310
+ * @param request ModifyRuleRequest
4311
+ * @param runtime runtime options for this request RuntimeOptions
4312
+ * @return ModifyRuleResponse
3933
4313
  */
3934
4314
  modifyRuleWithOptions(request: ModifyRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleResponse>;
3935
4315
  /**
3936
- * When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
3937
- * # Limits
3938
- * 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.
3939
- *
3940
- * @param request ModifyRuleRequest
3941
- * @return ModifyRuleResponse
4316
+ * @summary Modifies a custom sensitive data detection rule in Data Security Center (DSC).
4317
+ *
4318
+ * @description When you call this operation, you must configure request parameters to specify the rule name, rule ID, and rule content.
4319
+ * # Limits
4320
+ * 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.
4321
+ *
4322
+ * @param request ModifyRuleRequest
4323
+ * @return ModifyRuleResponse
3942
4324
  */
3943
4325
  modifyRule(request: ModifyRuleRequest): Promise<ModifyRuleResponse>;
4326
+ /**
4327
+ * @summary Enables or disables a sensitive data detection rule.
4328
+ *
4329
+ * @param request ModifyRuleStatusRequest
4330
+ * @param runtime runtime options for this request RuntimeOptions
4331
+ * @return ModifyRuleStatusResponse
4332
+ */
3944
4333
  modifyRuleStatusWithOptions(request: ModifyRuleStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRuleStatusResponse>;
4334
+ /**
4335
+ * @summary Enables or disables a sensitive data detection rule.
4336
+ *
4337
+ * @param request ModifyRuleStatusRequest
4338
+ * @return ModifyRuleStatusResponse
4339
+ */
3945
4340
  modifyRuleStatus(request: ModifyRuleStatusRequest): Promise<ModifyRuleStatusResponse>;
3946
4341
  /**
3947
- * 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.
3948
- * # Limits
3949
- * 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.
3950
- *
3951
- * @param request StopMaskingProcessRequest
3952
- * @param runtime runtime options for this request RuntimeOptions
3953
- * @return StopMaskingProcessResponse
4342
+ * @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
4343
+ *
4344
+ * @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.
4345
+ * # Limits
4346
+ * 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.
4347
+ *
4348
+ * @param request StopMaskingProcessRequest
4349
+ * @param runtime runtime options for this request RuntimeOptions
4350
+ * @return StopMaskingProcessResponse
3954
4351
  */
3955
4352
  stopMaskingProcessWithOptions(request: StopMaskingProcessRequest, runtime: $Util.RuntimeOptions): Promise<StopMaskingProcessResponse>;
3956
4353
  /**
3957
- * 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.
3958
- * # Limits
3959
- * 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.
3960
- *
3961
- * @param request StopMaskingProcessRequest
3962
- * @return StopMaskingProcessResponse
4354
+ * @summary Stops a de-identification task. After you stop a de-identification task, you can resume the task by calling the ManualTriggerMaskingProcess operation.
4355
+ *
4356
+ * @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.
4357
+ * # Limits
4358
+ * 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.
4359
+ *
4360
+ * @param request StopMaskingProcessRequest
4361
+ * @return StopMaskingProcessResponse
3963
4362
  */
3964
4363
  stopMaskingProcess(request: StopMaskingProcessRequest): Promise<StopMaskingProcessResponse>;
3965
4364
  }