@alicloud/sddp20190103 1.4.0 → 1.4.1
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 +2 -0
- package/dist/client.js +331 -57
- package/dist/client.js.map +1 -1
- package/package.json +2 -1
- package/src/client.ts +318 -50
package/dist/client.d.ts
CHANGED
|
@@ -4462,6 +4462,7 @@ export declare class DescribeRulesRequest extends $tea.Model {
|
|
|
4462
4462
|
* 1
|
|
4463
4463
|
*/
|
|
4464
4464
|
contentCategory?: number;
|
|
4465
|
+
cooperationChannel?: string;
|
|
4465
4466
|
/**
|
|
4466
4467
|
* @remarks
|
|
4467
4468
|
* The page number of the page to return.
|
|
@@ -4591,6 +4592,7 @@ export declare class DescribeRulesRequest extends $tea.Model {
|
|
|
4591
4592
|
* 1
|
|
4592
4593
|
*/
|
|
4593
4594
|
ruleType?: number;
|
|
4595
|
+
simplify?: boolean;
|
|
4594
4596
|
/**
|
|
4595
4597
|
* @remarks
|
|
4596
4598
|
* The status of the sensitive data detection rule. Valid values:
|