@alicloud/config20200907 3.0.9 → 3.0.11
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 +942 -22
- package/dist/client.js +1757 -199
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2489 -235
package/dist/client.d.ts
CHANGED
|
@@ -361,6 +361,20 @@ export declare class CreateAggregateCompliancePackRequestExcludeTagsScope extend
|
|
|
361
361
|
[key: string]: any;
|
|
362
362
|
});
|
|
363
363
|
}
|
|
364
|
+
export declare class CreateAggregateCompliancePackRequestTag extends $dara.Model {
|
|
365
|
+
key?: string;
|
|
366
|
+
value?: string;
|
|
367
|
+
static names(): {
|
|
368
|
+
[key: string]: string;
|
|
369
|
+
};
|
|
370
|
+
static types(): {
|
|
371
|
+
[key: string]: any;
|
|
372
|
+
};
|
|
373
|
+
validate(): void;
|
|
374
|
+
constructor(map?: {
|
|
375
|
+
[key: string]: any;
|
|
376
|
+
});
|
|
377
|
+
}
|
|
364
378
|
export declare class CreateAggregateCompliancePackRequestTagsScope extends $dara.Model {
|
|
365
379
|
/**
|
|
366
380
|
* @remarks
|
|
@@ -473,6 +487,20 @@ export declare class CreateAggregateConfigRuleRequestExcludeTagsScope extends $d
|
|
|
473
487
|
[key: string]: any;
|
|
474
488
|
});
|
|
475
489
|
}
|
|
490
|
+
export declare class CreateAggregateConfigRuleRequestTag extends $dara.Model {
|
|
491
|
+
key?: string;
|
|
492
|
+
value?: string;
|
|
493
|
+
static names(): {
|
|
494
|
+
[key: string]: string;
|
|
495
|
+
};
|
|
496
|
+
static types(): {
|
|
497
|
+
[key: string]: any;
|
|
498
|
+
};
|
|
499
|
+
validate(): void;
|
|
500
|
+
constructor(map?: {
|
|
501
|
+
[key: string]: any;
|
|
502
|
+
});
|
|
503
|
+
}
|
|
476
504
|
export declare class CreateAggregateConfigRuleRequestTagsScope extends $dara.Model {
|
|
477
505
|
/**
|
|
478
506
|
* @remarks
|
|
@@ -593,6 +621,20 @@ export declare class CreateAggregatorRequestAggregatorAccounts extends $dara.Mod
|
|
|
593
621
|
[key: string]: any;
|
|
594
622
|
});
|
|
595
623
|
}
|
|
624
|
+
export declare class CreateAggregatorRequestTag extends $dara.Model {
|
|
625
|
+
key?: string;
|
|
626
|
+
value?: string;
|
|
627
|
+
static names(): {
|
|
628
|
+
[key: string]: string;
|
|
629
|
+
};
|
|
630
|
+
static types(): {
|
|
631
|
+
[key: string]: any;
|
|
632
|
+
};
|
|
633
|
+
validate(): void;
|
|
634
|
+
constructor(map?: {
|
|
635
|
+
[key: string]: any;
|
|
636
|
+
});
|
|
637
|
+
}
|
|
596
638
|
export declare class CreateCompliancePackRequestConfigRulesConfigRuleParameters extends $dara.Model {
|
|
597
639
|
/**
|
|
598
640
|
* @remarks
|
|
@@ -718,6 +760,20 @@ export declare class CreateCompliancePackRequestExcludeTagsScope extends $dara.M
|
|
|
718
760
|
[key: string]: any;
|
|
719
761
|
});
|
|
720
762
|
}
|
|
763
|
+
export declare class CreateCompliancePackRequestTag extends $dara.Model {
|
|
764
|
+
key?: string;
|
|
765
|
+
value?: string;
|
|
766
|
+
static names(): {
|
|
767
|
+
[key: string]: string;
|
|
768
|
+
};
|
|
769
|
+
static types(): {
|
|
770
|
+
[key: string]: any;
|
|
771
|
+
};
|
|
772
|
+
validate(): void;
|
|
773
|
+
constructor(map?: {
|
|
774
|
+
[key: string]: any;
|
|
775
|
+
});
|
|
776
|
+
}
|
|
721
777
|
export declare class CreateCompliancePackRequestTagsScope extends $dara.Model {
|
|
722
778
|
/**
|
|
723
779
|
* @remarks
|
|
@@ -831,7 +887,27 @@ export declare class CreateConfigRuleRequestExcludeTagsScope extends $dara.Model
|
|
|
831
887
|
});
|
|
832
888
|
}
|
|
833
889
|
export declare class CreateConfigRuleRequestTag extends $dara.Model {
|
|
890
|
+
/**
|
|
891
|
+
* @remarks
|
|
892
|
+
* The tag keys.
|
|
893
|
+
*
|
|
894
|
+
* The tag keys cannot be an empty string. The tag keys can be up to 64 characters in length. The tag keys cannot start with `aliyun` or `acs:` and cannot contain `http://` or `https://`.
|
|
895
|
+
*
|
|
896
|
+
* You can specify at most 20 tag keys in each call.
|
|
897
|
+
*
|
|
898
|
+
* @example
|
|
899
|
+
* key-1
|
|
900
|
+
*/
|
|
834
901
|
key?: string;
|
|
902
|
+
/**
|
|
903
|
+
* @remarks
|
|
904
|
+
* The value of the tag. You can specify up to 20 tag values. The tag value can be an empty string.
|
|
905
|
+
*
|
|
906
|
+
* The tag value can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. The tag value cannot contain `http://` or `https://`.
|
|
907
|
+
*
|
|
908
|
+
* @example
|
|
909
|
+
* value-1
|
|
910
|
+
*/
|
|
835
911
|
value?: string;
|
|
836
912
|
static names(): {
|
|
837
913
|
[key: string]: string;
|
|
@@ -1976,6 +2052,20 @@ export declare class GetAggregateAdvancedSearchFileResponseBodyResourceSearch ex
|
|
|
1976
2052
|
[key: string]: any;
|
|
1977
2053
|
});
|
|
1978
2054
|
}
|
|
2055
|
+
export declare class GetAggregateCompliancePackRequestTag extends $dara.Model {
|
|
2056
|
+
key?: string;
|
|
2057
|
+
value?: string;
|
|
2058
|
+
static names(): {
|
|
2059
|
+
[key: string]: string;
|
|
2060
|
+
};
|
|
2061
|
+
static types(): {
|
|
2062
|
+
[key: string]: any;
|
|
2063
|
+
};
|
|
2064
|
+
validate(): void;
|
|
2065
|
+
constructor(map?: {
|
|
2066
|
+
[key: string]: any;
|
|
2067
|
+
});
|
|
2068
|
+
}
|
|
1979
2069
|
export declare class GetAggregateCompliancePackResponseBodyCompliancePackConfigRulesConfigRuleParameters extends $dara.Model {
|
|
1980
2070
|
/**
|
|
1981
2071
|
* @remarks
|
|
@@ -2226,6 +2316,20 @@ export declare class GetAggregateCompliancePackResponseBodyCompliancePackScope e
|
|
|
2226
2316
|
[key: string]: any;
|
|
2227
2317
|
});
|
|
2228
2318
|
}
|
|
2319
|
+
export declare class GetAggregateCompliancePackResponseBodyCompliancePackTags extends $dara.Model {
|
|
2320
|
+
tagKey?: string;
|
|
2321
|
+
tagValue?: string;
|
|
2322
|
+
static names(): {
|
|
2323
|
+
[key: string]: string;
|
|
2324
|
+
};
|
|
2325
|
+
static types(): {
|
|
2326
|
+
[key: string]: any;
|
|
2327
|
+
};
|
|
2328
|
+
validate(): void;
|
|
2329
|
+
constructor(map?: {
|
|
2330
|
+
[key: string]: any;
|
|
2331
|
+
});
|
|
2332
|
+
}
|
|
2229
2333
|
export declare class GetAggregateCompliancePackResponseBodyCompliancePack extends $dara.Model {
|
|
2230
2334
|
/**
|
|
2231
2335
|
* @remarks
|
|
@@ -2316,6 +2420,7 @@ export declare class GetAggregateCompliancePackResponseBodyCompliancePack extend
|
|
|
2316
2420
|
* ACTIVE
|
|
2317
2421
|
*/
|
|
2318
2422
|
status?: string;
|
|
2423
|
+
tags?: GetAggregateCompliancePackResponseBodyCompliancePackTags[];
|
|
2319
2424
|
/**
|
|
2320
2425
|
* @remarks
|
|
2321
2426
|
* The information about the current compliance package template. The rules in the template do not contain custom function rules. You can quickly create the same compliance package for other accounts or account groups based on the template information.
|
|
@@ -2707,7 +2812,27 @@ export declare class GetAggregateConfigDeliveryChannelResponseBodyDeliveryChanne
|
|
|
2707
2812
|
});
|
|
2708
2813
|
}
|
|
2709
2814
|
export declare class GetAggregateConfigRuleRequestTag extends $dara.Model {
|
|
2815
|
+
/**
|
|
2816
|
+
* @remarks
|
|
2817
|
+
* The tag key of the resource. You can specify up to 20 tag keys.
|
|
2818
|
+
*
|
|
2819
|
+
* The tag key cannot be an empty string. The tag key must be 1 to 64 characters in length and cannot start with `aliyun` or `acs`:. The tag key cannot contain `http://` or `https://`.
|
|
2820
|
+
*
|
|
2821
|
+
* @example
|
|
2822
|
+
* key-1
|
|
2823
|
+
*/
|
|
2710
2824
|
key?: string;
|
|
2825
|
+
/**
|
|
2826
|
+
* @remarks
|
|
2827
|
+
* The tag values.
|
|
2828
|
+
*
|
|
2829
|
+
* The tag values can be an empty string or up to 128 characters in length. The tag values cannot start with `aliyun` or `acs:` and cannot contain `http://` or `https://`.
|
|
2830
|
+
*
|
|
2831
|
+
* Each key-value must be unique. You can specify at most 20 tag values in each call.
|
|
2832
|
+
*
|
|
2833
|
+
* @example
|
|
2834
|
+
* value-1
|
|
2835
|
+
*/
|
|
2711
2836
|
value?: string;
|
|
2712
2837
|
static names(): {
|
|
2713
2838
|
[key: string]: string;
|
|
@@ -3128,7 +3253,21 @@ export declare class GetAggregateConfigRuleResponseBodyConfigRuleSource extends
|
|
|
3128
3253
|
});
|
|
3129
3254
|
}
|
|
3130
3255
|
export declare class GetAggregateConfigRuleResponseBodyConfigRuleTags extends $dara.Model {
|
|
3256
|
+
/**
|
|
3257
|
+
* @remarks
|
|
3258
|
+
* The tag key.
|
|
3259
|
+
*
|
|
3260
|
+
* @example
|
|
3261
|
+
* key-1
|
|
3262
|
+
*/
|
|
3131
3263
|
tagKey?: string;
|
|
3264
|
+
/**
|
|
3265
|
+
* @remarks
|
|
3266
|
+
* The tag value.
|
|
3267
|
+
*
|
|
3268
|
+
* @example
|
|
3269
|
+
* value-1
|
|
3270
|
+
*/
|
|
3132
3271
|
tagValue?: string;
|
|
3133
3272
|
static names(): {
|
|
3134
3273
|
[key: string]: string;
|
|
@@ -3449,6 +3588,10 @@ export declare class GetAggregateConfigRuleResponseBodyConfigRule extends $dara.
|
|
|
3449
3588
|
* MFA
|
|
3450
3589
|
*/
|
|
3451
3590
|
tagValueScope?: string;
|
|
3591
|
+
/**
|
|
3592
|
+
* @remarks
|
|
3593
|
+
* The list of tags.
|
|
3594
|
+
*/
|
|
3452
3595
|
tags?: GetAggregateConfigRuleResponseBodyConfigRuleTags[];
|
|
3453
3596
|
/**
|
|
3454
3597
|
* @remarks
|
|
@@ -4444,6 +4587,20 @@ export declare class GetAggregateResourceInventoryResponseBodyResourceInventory
|
|
|
4444
4587
|
[key: string]: any;
|
|
4445
4588
|
});
|
|
4446
4589
|
}
|
|
4590
|
+
export declare class GetAggregatorRequestTag extends $dara.Model {
|
|
4591
|
+
key?: string;
|
|
4592
|
+
value?: string;
|
|
4593
|
+
static names(): {
|
|
4594
|
+
[key: string]: string;
|
|
4595
|
+
};
|
|
4596
|
+
static types(): {
|
|
4597
|
+
[key: string]: any;
|
|
4598
|
+
};
|
|
4599
|
+
validate(): void;
|
|
4600
|
+
constructor(map?: {
|
|
4601
|
+
[key: string]: any;
|
|
4602
|
+
});
|
|
4603
|
+
}
|
|
4447
4604
|
export declare class GetAggregatorResponseBodyAggregatorAggregatorAccounts extends $dara.Model {
|
|
4448
4605
|
/**
|
|
4449
4606
|
* @remarks
|
|
@@ -4496,6 +4653,20 @@ export declare class GetAggregatorResponseBodyAggregatorAggregatorAccounts exten
|
|
|
4496
4653
|
[key: string]: any;
|
|
4497
4654
|
});
|
|
4498
4655
|
}
|
|
4656
|
+
export declare class GetAggregatorResponseBodyAggregatorTags extends $dara.Model {
|
|
4657
|
+
tagKey?: string;
|
|
4658
|
+
tagValue?: string;
|
|
4659
|
+
static names(): {
|
|
4660
|
+
[key: string]: string;
|
|
4661
|
+
};
|
|
4662
|
+
static types(): {
|
|
4663
|
+
[key: string]: any;
|
|
4664
|
+
};
|
|
4665
|
+
validate(): void;
|
|
4666
|
+
constructor(map?: {
|
|
4667
|
+
[key: string]: any;
|
|
4668
|
+
});
|
|
4669
|
+
}
|
|
4499
4670
|
export declare class GetAggregatorResponseBodyAggregator extends $dara.Model {
|
|
4500
4671
|
/**
|
|
4501
4672
|
* @remarks
|
|
@@ -4583,6 +4754,21 @@ export declare class GetAggregatorResponseBodyAggregator extends $dara.Model {
|
|
|
4583
4754
|
* fd-brHdgv****
|
|
4584
4755
|
*/
|
|
4585
4756
|
folderId?: string;
|
|
4757
|
+
tags?: GetAggregatorResponseBodyAggregatorTags[];
|
|
4758
|
+
static names(): {
|
|
4759
|
+
[key: string]: string;
|
|
4760
|
+
};
|
|
4761
|
+
static types(): {
|
|
4762
|
+
[key: string]: any;
|
|
4763
|
+
};
|
|
4764
|
+
validate(): void;
|
|
4765
|
+
constructor(map?: {
|
|
4766
|
+
[key: string]: any;
|
|
4767
|
+
});
|
|
4768
|
+
}
|
|
4769
|
+
export declare class GetCompliancePackRequestTag extends $dara.Model {
|
|
4770
|
+
key?: string;
|
|
4771
|
+
value?: string;
|
|
4586
4772
|
static names(): {
|
|
4587
4773
|
[key: string]: string;
|
|
4588
4774
|
};
|
|
@@ -4848,6 +5034,20 @@ export declare class GetCompliancePackResponseBodyCompliancePackScope extends $d
|
|
|
4848
5034
|
[key: string]: any;
|
|
4849
5035
|
});
|
|
4850
5036
|
}
|
|
5037
|
+
export declare class GetCompliancePackResponseBodyCompliancePackTags extends $dara.Model {
|
|
5038
|
+
tagKey?: string;
|
|
5039
|
+
tagValue?: string;
|
|
5040
|
+
static names(): {
|
|
5041
|
+
[key: string]: string;
|
|
5042
|
+
};
|
|
5043
|
+
static types(): {
|
|
5044
|
+
[key: string]: any;
|
|
5045
|
+
};
|
|
5046
|
+
validate(): void;
|
|
5047
|
+
constructor(map?: {
|
|
5048
|
+
[key: string]: any;
|
|
5049
|
+
});
|
|
5050
|
+
}
|
|
4851
5051
|
export declare class GetCompliancePackResponseBodyCompliancePack extends $dara.Model {
|
|
4852
5052
|
/**
|
|
4853
5053
|
* @remarks
|
|
@@ -4930,6 +5130,7 @@ export declare class GetCompliancePackResponseBodyCompliancePack extends $dara.M
|
|
|
4930
5130
|
* ACTIVE
|
|
4931
5131
|
*/
|
|
4932
5132
|
status?: string;
|
|
5133
|
+
tags?: GetCompliancePackResponseBodyCompliancePackTags[];
|
|
4933
5134
|
/**
|
|
4934
5135
|
* @remarks
|
|
4935
5136
|
* The information about the current compliance package template. The rules in the template do not contain custom function rules. You can quickly create the same compliance package for other accounts or account groups based on the template information.
|
|
@@ -5317,7 +5518,25 @@ export declare class GetConfigDeliveryChannelResponseBodyDeliveryChannel extends
|
|
|
5317
5518
|
});
|
|
5318
5519
|
}
|
|
5319
5520
|
export declare class GetConfigRuleRequestTag extends $dara.Model {
|
|
5521
|
+
/**
|
|
5522
|
+
* @remarks
|
|
5523
|
+
* The tag key.
|
|
5524
|
+
*
|
|
5525
|
+
* The tag key cannot be an empty string. The tag key can be up to 64 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
|
|
5526
|
+
*
|
|
5527
|
+
* You can specify at most 20 tag keys.
|
|
5528
|
+
*
|
|
5529
|
+
* @example
|
|
5530
|
+
* key-1
|
|
5531
|
+
*/
|
|
5320
5532
|
key?: string;
|
|
5533
|
+
/**
|
|
5534
|
+
* @remarks
|
|
5535
|
+
* The tag value. The tag value can be up to 256 characters in length and cannot contain `http://` or `https://`.
|
|
5536
|
+
*
|
|
5537
|
+
* @example
|
|
5538
|
+
* value-1
|
|
5539
|
+
*/
|
|
5321
5540
|
value?: string;
|
|
5322
5541
|
static names(): {
|
|
5323
5542
|
[key: string]: string;
|
|
@@ -5735,7 +5954,21 @@ export declare class GetConfigRuleResponseBodyConfigRuleSource extends $dara.Mod
|
|
|
5735
5954
|
});
|
|
5736
5955
|
}
|
|
5737
5956
|
export declare class GetConfigRuleResponseBodyConfigRuleTags extends $dara.Model {
|
|
5957
|
+
/**
|
|
5958
|
+
* @remarks
|
|
5959
|
+
* The tag key. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
|
|
5960
|
+
*
|
|
5961
|
+
* @example
|
|
5962
|
+
* key-1
|
|
5963
|
+
*/
|
|
5738
5964
|
tagKey?: string;
|
|
5965
|
+
/**
|
|
5966
|
+
* @remarks
|
|
5967
|
+
* The tag value.
|
|
5968
|
+
*
|
|
5969
|
+
* @example
|
|
5970
|
+
* value-1
|
|
5971
|
+
*/
|
|
5739
5972
|
tagValue?: string;
|
|
5740
5973
|
static names(): {
|
|
5741
5974
|
[key: string]: string;
|
|
@@ -6024,6 +6257,10 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $dara.Model {
|
|
|
6024
6257
|
* MFA
|
|
6025
6258
|
*/
|
|
6026
6259
|
tagValueScope?: string;
|
|
6260
|
+
/**
|
|
6261
|
+
* @remarks
|
|
6262
|
+
* The tag list.
|
|
6263
|
+
*/
|
|
6027
6264
|
tags?: GetConfigRuleResponseBodyConfigRuleTags[];
|
|
6028
6265
|
/**
|
|
6029
6266
|
* @remarks
|
|
@@ -7386,6 +7623,34 @@ export declare class IgnoreEvaluationResultsRequestResources extends $dara.Model
|
|
|
7386
7623
|
[key: string]: any;
|
|
7387
7624
|
});
|
|
7388
7625
|
}
|
|
7626
|
+
export declare class ListAggregateCompliancePacksRequestTag extends $dara.Model {
|
|
7627
|
+
key?: string;
|
|
7628
|
+
value?: string;
|
|
7629
|
+
static names(): {
|
|
7630
|
+
[key: string]: string;
|
|
7631
|
+
};
|
|
7632
|
+
static types(): {
|
|
7633
|
+
[key: string]: any;
|
|
7634
|
+
};
|
|
7635
|
+
validate(): void;
|
|
7636
|
+
constructor(map?: {
|
|
7637
|
+
[key: string]: any;
|
|
7638
|
+
});
|
|
7639
|
+
}
|
|
7640
|
+
export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResultCompliancePacksTags extends $dara.Model {
|
|
7641
|
+
tagKey?: string;
|
|
7642
|
+
tagValue?: string;
|
|
7643
|
+
static names(): {
|
|
7644
|
+
[key: string]: string;
|
|
7645
|
+
};
|
|
7646
|
+
static types(): {
|
|
7647
|
+
[key: string]: any;
|
|
7648
|
+
};
|
|
7649
|
+
validate(): void;
|
|
7650
|
+
constructor(map?: {
|
|
7651
|
+
[key: string]: any;
|
|
7652
|
+
});
|
|
7653
|
+
}
|
|
7389
7654
|
export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResultCompliancePacks extends $dara.Model {
|
|
7390
7655
|
/**
|
|
7391
7656
|
* @remarks
|
|
@@ -7466,6 +7731,7 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
7466
7731
|
* ACTIVE
|
|
7467
7732
|
*/
|
|
7468
7733
|
status?: string;
|
|
7734
|
+
tags?: ListAggregateCompliancePacksResponseBodyCompliancePacksResultCompliancePacksTags[];
|
|
7469
7735
|
static names(): {
|
|
7470
7736
|
[key: string]: string;
|
|
7471
7737
|
};
|
|
@@ -8010,6 +8276,20 @@ export declare class ListAggregateConfigRuleEvaluationStatisticsResponseBodyEval
|
|
|
8010
8276
|
[key: string]: any;
|
|
8011
8277
|
});
|
|
8012
8278
|
}
|
|
8279
|
+
export declare class ListAggregateConfigRulesRequestTag extends $dara.Model {
|
|
8280
|
+
key?: string;
|
|
8281
|
+
value?: string;
|
|
8282
|
+
static names(): {
|
|
8283
|
+
[key: string]: string;
|
|
8284
|
+
};
|
|
8285
|
+
static types(): {
|
|
8286
|
+
[key: string]: any;
|
|
8287
|
+
};
|
|
8288
|
+
validate(): void;
|
|
8289
|
+
constructor(map?: {
|
|
8290
|
+
[key: string]: any;
|
|
8291
|
+
});
|
|
8292
|
+
}
|
|
8013
8293
|
export declare class ListAggregateConfigRulesResponseBodyConfigRulesConfigRuleListCompliance extends $dara.Model {
|
|
8014
8294
|
/**
|
|
8015
8295
|
* @remarks
|
|
@@ -9059,6 +9339,34 @@ export declare class ListAggregateResourcesByAdvancedSearchResponseBodyQueryResu
|
|
|
9059
9339
|
[key: string]: any;
|
|
9060
9340
|
});
|
|
9061
9341
|
}
|
|
9342
|
+
export declare class ListAggregatorsRequestTag extends $dara.Model {
|
|
9343
|
+
key?: string;
|
|
9344
|
+
value?: string;
|
|
9345
|
+
static names(): {
|
|
9346
|
+
[key: string]: string;
|
|
9347
|
+
};
|
|
9348
|
+
static types(): {
|
|
9349
|
+
[key: string]: any;
|
|
9350
|
+
};
|
|
9351
|
+
validate(): void;
|
|
9352
|
+
constructor(map?: {
|
|
9353
|
+
[key: string]: any;
|
|
9354
|
+
});
|
|
9355
|
+
}
|
|
9356
|
+
export declare class ListAggregatorsResponseBodyAggregatorsResultAggregatorsTags extends $dara.Model {
|
|
9357
|
+
tagKey?: string;
|
|
9358
|
+
tagValue?: string;
|
|
9359
|
+
static names(): {
|
|
9360
|
+
[key: string]: string;
|
|
9361
|
+
};
|
|
9362
|
+
static types(): {
|
|
9363
|
+
[key: string]: any;
|
|
9364
|
+
};
|
|
9365
|
+
validate(): void;
|
|
9366
|
+
constructor(map?: {
|
|
9367
|
+
[key: string]: any;
|
|
9368
|
+
});
|
|
9369
|
+
}
|
|
9062
9370
|
export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators extends $dara.Model {
|
|
9063
9371
|
/**
|
|
9064
9372
|
* @remarks
|
|
@@ -9139,6 +9447,7 @@ export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators ext
|
|
|
9139
9447
|
* r-BU****
|
|
9140
9448
|
*/
|
|
9141
9449
|
folderId?: string;
|
|
9450
|
+
tags?: ListAggregatorsResponseBodyAggregatorsResultAggregatorsTags[];
|
|
9142
9451
|
static names(): {
|
|
9143
9452
|
[key: string]: string;
|
|
9144
9453
|
};
|
|
@@ -9414,6 +9723,34 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
|
|
|
9414
9723
|
[key: string]: any;
|
|
9415
9724
|
});
|
|
9416
9725
|
}
|
|
9726
|
+
export declare class ListCompliancePacksRequestTag extends $dara.Model {
|
|
9727
|
+
key?: string;
|
|
9728
|
+
value?: string;
|
|
9729
|
+
static names(): {
|
|
9730
|
+
[key: string]: string;
|
|
9731
|
+
};
|
|
9732
|
+
static types(): {
|
|
9733
|
+
[key: string]: any;
|
|
9734
|
+
};
|
|
9735
|
+
validate(): void;
|
|
9736
|
+
constructor(map?: {
|
|
9737
|
+
[key: string]: any;
|
|
9738
|
+
});
|
|
9739
|
+
}
|
|
9740
|
+
export declare class ListCompliancePacksResponseBodyCompliancePacksResultCompliancePacksTags extends $dara.Model {
|
|
9741
|
+
tagKey?: string;
|
|
9742
|
+
tagValue?: string;
|
|
9743
|
+
static names(): {
|
|
9744
|
+
[key: string]: string;
|
|
9745
|
+
};
|
|
9746
|
+
static types(): {
|
|
9747
|
+
[key: string]: any;
|
|
9748
|
+
};
|
|
9749
|
+
validate(): void;
|
|
9750
|
+
constructor(map?: {
|
|
9751
|
+
[key: string]: any;
|
|
9752
|
+
});
|
|
9753
|
+
}
|
|
9417
9754
|
export declare class ListCompliancePacksResponseBodyCompliancePacksResultCompliancePacks extends $dara.Model {
|
|
9418
9755
|
/**
|
|
9419
9756
|
* @remarks
|
|
@@ -9486,6 +9823,7 @@ export declare class ListCompliancePacksResponseBodyCompliancePacksResultComplia
|
|
|
9486
9823
|
* ACTIVE
|
|
9487
9824
|
*/
|
|
9488
9825
|
status?: string;
|
|
9826
|
+
tags?: ListCompliancePacksResponseBodyCompliancePacksResultCompliancePacksTags[];
|
|
9489
9827
|
static names(): {
|
|
9490
9828
|
[key: string]: string;
|
|
9491
9829
|
};
|
|
@@ -10013,7 +10351,27 @@ export declare class ListConfigRuleEvaluationStatisticsResponseBodyEvaluationRes
|
|
|
10013
10351
|
});
|
|
10014
10352
|
}
|
|
10015
10353
|
export declare class ListConfigRulesRequestTag extends $dara.Model {
|
|
10354
|
+
/**
|
|
10355
|
+
* @remarks
|
|
10356
|
+
* The tag key.
|
|
10357
|
+
*
|
|
10358
|
+
* The tag key cannot be an empty string. The tag key can be up to 64 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
|
|
10359
|
+
*
|
|
10360
|
+
* You can specify at most 20 tag keys.
|
|
10361
|
+
*
|
|
10362
|
+
* @example
|
|
10363
|
+
* key-1
|
|
10364
|
+
*/
|
|
10016
10365
|
key?: string;
|
|
10366
|
+
/**
|
|
10367
|
+
* @remarks
|
|
10368
|
+
* The value of tag N to add to the resource. You can specify up to 20 tag values. The tag value can be an empty string.
|
|
10369
|
+
*
|
|
10370
|
+
* The tag value can be up to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The tag value must start with a letter but cannot start with `aliyun` or `acs:`. The tag value cannot contain `http://` or `https://`.
|
|
10371
|
+
*
|
|
10372
|
+
* @example
|
|
10373
|
+
* value-1
|
|
10374
|
+
*/
|
|
10017
10375
|
value?: string;
|
|
10018
10376
|
static names(): {
|
|
10019
10377
|
[key: string]: string;
|
|
@@ -11838,23 +12196,57 @@ export declare class UpdateAggregateCompliancePackRequestConfigRules extends $da
|
|
|
11838
12196
|
[key: string]: any;
|
|
11839
12197
|
});
|
|
11840
12198
|
}
|
|
11841
|
-
export declare class UpdateAggregateCompliancePackRequestExcludeTagsScope extends $dara.Model {
|
|
12199
|
+
export declare class UpdateAggregateCompliancePackRequestExcludeTagsScope extends $dara.Model {
|
|
12200
|
+
/**
|
|
12201
|
+
* @remarks
|
|
12202
|
+
* The tag key.
|
|
12203
|
+
*
|
|
12204
|
+
* @example
|
|
12205
|
+
* key-2
|
|
12206
|
+
*/
|
|
12207
|
+
tagKey?: string;
|
|
12208
|
+
/**
|
|
12209
|
+
* @remarks
|
|
12210
|
+
* The tag value.
|
|
12211
|
+
*
|
|
12212
|
+
* @example
|
|
12213
|
+
* value-2
|
|
12214
|
+
*/
|
|
12215
|
+
tagValue?: string;
|
|
12216
|
+
static names(): {
|
|
12217
|
+
[key: string]: string;
|
|
12218
|
+
};
|
|
12219
|
+
static types(): {
|
|
12220
|
+
[key: string]: any;
|
|
12221
|
+
};
|
|
12222
|
+
validate(): void;
|
|
12223
|
+
constructor(map?: {
|
|
12224
|
+
[key: string]: any;
|
|
12225
|
+
});
|
|
12226
|
+
}
|
|
12227
|
+
export declare class UpdateAggregateCompliancePackRequestTag extends $dara.Model {
|
|
11842
12228
|
/**
|
|
11843
12229
|
* @remarks
|
|
11844
|
-
* The tag key.
|
|
12230
|
+
* The tag key of the resource. You can specify up to 20 tag keys.
|
|
12231
|
+
*
|
|
12232
|
+
* The tag key cannot be an empty string. The tag key must be 1 to 64 characters in length and cannot start with `aliyun` or `acs`:. The tag key cannot contain `http://` or `https://`.
|
|
11845
12233
|
*
|
|
11846
12234
|
* @example
|
|
11847
|
-
* key-
|
|
12235
|
+
* key-1
|
|
11848
12236
|
*/
|
|
11849
|
-
|
|
12237
|
+
key?: string;
|
|
11850
12238
|
/**
|
|
11851
12239
|
* @remarks
|
|
11852
|
-
* The tag
|
|
12240
|
+
* The tag values.
|
|
12241
|
+
*
|
|
12242
|
+
* The tag values can be an empty string or up to 128 characters in length. The tag values cannot start with `aliyun` or `acs:` and cannot contain `http://` or `https://`.
|
|
12243
|
+
*
|
|
12244
|
+
* Each key-value must be unique. You can specify at most 20 tag values in each call.
|
|
11853
12245
|
*
|
|
11854
12246
|
* @example
|
|
11855
|
-
* value-
|
|
12247
|
+
* value-1
|
|
11856
12248
|
*/
|
|
11857
|
-
|
|
12249
|
+
value?: string;
|
|
11858
12250
|
static names(): {
|
|
11859
12251
|
[key: string]: string;
|
|
11860
12252
|
};
|
|
@@ -11978,6 +12370,40 @@ export declare class UpdateAggregateConfigRuleRequestExcludeTagsScope extends $d
|
|
|
11978
12370
|
[key: string]: any;
|
|
11979
12371
|
});
|
|
11980
12372
|
}
|
|
12373
|
+
export declare class UpdateAggregateConfigRuleRequestTag extends $dara.Model {
|
|
12374
|
+
/**
|
|
12375
|
+
* @remarks
|
|
12376
|
+
* The tag key of the resource. You can specify up to 20 tag keys.
|
|
12377
|
+
*
|
|
12378
|
+
* The tag key cannot be an empty string. The tag key must be 1 to 64 characters in length and cannot start with `aliyun` or `acs`:. The tag key cannot contain `http://` or `https://`.
|
|
12379
|
+
*
|
|
12380
|
+
* @example
|
|
12381
|
+
* key-1
|
|
12382
|
+
*/
|
|
12383
|
+
key?: string;
|
|
12384
|
+
/**
|
|
12385
|
+
* @remarks
|
|
12386
|
+
* The tag values.
|
|
12387
|
+
*
|
|
12388
|
+
* The tag values can be an empty string or up to 128 characters in length. The tag values cannot start with `aliyun` or `acs:` and cannot contain `http://` or `https://`.
|
|
12389
|
+
*
|
|
12390
|
+
* Each key-value must be unique. You can specify at most 20 tag values in each call.
|
|
12391
|
+
*
|
|
12392
|
+
* @example
|
|
12393
|
+
* value-1
|
|
12394
|
+
*/
|
|
12395
|
+
value?: string;
|
|
12396
|
+
static names(): {
|
|
12397
|
+
[key: string]: string;
|
|
12398
|
+
};
|
|
12399
|
+
static types(): {
|
|
12400
|
+
[key: string]: any;
|
|
12401
|
+
};
|
|
12402
|
+
validate(): void;
|
|
12403
|
+
constructor(map?: {
|
|
12404
|
+
[key: string]: any;
|
|
12405
|
+
});
|
|
12406
|
+
}
|
|
11981
12407
|
export declare class UpdateAggregateConfigRuleRequestTagsScope extends $dara.Model {
|
|
11982
12408
|
/**
|
|
11983
12409
|
* @remarks
|
|
@@ -12108,6 +12534,20 @@ export declare class UpdateAggregatorRequestAggregatorAccounts extends $dara.Mod
|
|
|
12108
12534
|
[key: string]: any;
|
|
12109
12535
|
});
|
|
12110
12536
|
}
|
|
12537
|
+
export declare class UpdateAggregatorRequestTag extends $dara.Model {
|
|
12538
|
+
key?: string;
|
|
12539
|
+
value?: string;
|
|
12540
|
+
static names(): {
|
|
12541
|
+
[key: string]: string;
|
|
12542
|
+
};
|
|
12543
|
+
static types(): {
|
|
12544
|
+
[key: string]: any;
|
|
12545
|
+
};
|
|
12546
|
+
validate(): void;
|
|
12547
|
+
constructor(map?: {
|
|
12548
|
+
[key: string]: any;
|
|
12549
|
+
});
|
|
12550
|
+
}
|
|
12111
12551
|
export declare class UpdateCompliancePackRequestConfigRulesConfigRuleParameters extends $dara.Model {
|
|
12112
12552
|
/**
|
|
12113
12553
|
* @remarks
|
|
@@ -12233,6 +12673,20 @@ export declare class UpdateCompliancePackRequestExcludeTagsScope extends $dara.M
|
|
|
12233
12673
|
[key: string]: any;
|
|
12234
12674
|
});
|
|
12235
12675
|
}
|
|
12676
|
+
export declare class UpdateCompliancePackRequestTag extends $dara.Model {
|
|
12677
|
+
key?: string;
|
|
12678
|
+
value?: string;
|
|
12679
|
+
static names(): {
|
|
12680
|
+
[key: string]: string;
|
|
12681
|
+
};
|
|
12682
|
+
static types(): {
|
|
12683
|
+
[key: string]: any;
|
|
12684
|
+
};
|
|
12685
|
+
validate(): void;
|
|
12686
|
+
constructor(map?: {
|
|
12687
|
+
[key: string]: any;
|
|
12688
|
+
});
|
|
12689
|
+
}
|
|
12236
12690
|
export declare class UpdateCompliancePackRequestTagsScope extends $dara.Model {
|
|
12237
12691
|
/**
|
|
12238
12692
|
* @remarks
|
|
@@ -12346,7 +12800,21 @@ export declare class UpdateConfigRuleRequestExcludeTagsScope extends $dara.Model
|
|
|
12346
12800
|
});
|
|
12347
12801
|
}
|
|
12348
12802
|
export declare class UpdateConfigRuleRequestTag extends $dara.Model {
|
|
12803
|
+
/**
|
|
12804
|
+
* @remarks
|
|
12805
|
+
* The key of tag N to add to the key pair. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `acs:` or `aliyun`.
|
|
12806
|
+
*
|
|
12807
|
+
* @example
|
|
12808
|
+
* key-1
|
|
12809
|
+
*/
|
|
12349
12810
|
key?: string;
|
|
12811
|
+
/**
|
|
12812
|
+
* @remarks
|
|
12813
|
+
* The value of tag N. Valid values of N: **1 to 20**. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag value cannot start with `aliyun` and `acs:`.
|
|
12814
|
+
*
|
|
12815
|
+
* @example
|
|
12816
|
+
* value-1
|
|
12817
|
+
*/
|
|
12350
12818
|
value?: string;
|
|
12351
12819
|
static names(): {
|
|
12352
12820
|
[key: string]: string;
|
|
@@ -13259,6 +13727,7 @@ export declare class CreateAggregateCompliancePackRequest extends $dara.Model {
|
|
|
13259
13727
|
* 1
|
|
13260
13728
|
*/
|
|
13261
13729
|
riskLevel?: number;
|
|
13730
|
+
tag?: CreateAggregateCompliancePackRequestTag[];
|
|
13262
13731
|
/**
|
|
13263
13732
|
* @remarks
|
|
13264
13733
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -13435,6 +13904,7 @@ export declare class CreateAggregateCompliancePackShrinkRequest extends $dara.Mo
|
|
|
13435
13904
|
* 1
|
|
13436
13905
|
*/
|
|
13437
13906
|
riskLevel?: number;
|
|
13907
|
+
tagShrink?: string;
|
|
13438
13908
|
/**
|
|
13439
13909
|
* @remarks
|
|
13440
13910
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -13990,6 +14460,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
13990
14460
|
* ALIYUN
|
|
13991
14461
|
*/
|
|
13992
14462
|
sourceOwner?: string;
|
|
14463
|
+
tag?: CreateAggregateConfigRuleRequestTag[];
|
|
13993
14464
|
/**
|
|
13994
14465
|
* @remarks
|
|
13995
14466
|
* The logical relationship among the tag keys if you specify multiple tag keys for the `TagKeyScope` parameter. For example, if you set the `TagKeyScope` parameter to `ECS,OSS` and the TagKeyLogicScope parameter to `AND`, the rule applies to resources with both the `ECS` and `OSS` tag keys. Valid values:
|
|
@@ -14278,6 +14749,7 @@ export declare class CreateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
14278
14749
|
* ALIYUN
|
|
14279
14750
|
*/
|
|
14280
14751
|
sourceOwner?: string;
|
|
14752
|
+
tagShrink?: string;
|
|
14281
14753
|
/**
|
|
14282
14754
|
* @remarks
|
|
14283
14755
|
* The logical relationship among the tag keys if you specify multiple tag keys for the `TagKeyScope` parameter. For example, if you set the `TagKeyScope` parameter to `ECS,OSS` and the TagKeyLogicScope parameter to `AND`, the rule applies to resources with both the `ECS` and `OSS` tag keys. Valid values:
|
|
@@ -14593,6 +15065,7 @@ export declare class CreateAggregatorRequest extends $dara.Model {
|
|
|
14593
15065
|
* fd-brHdgv****
|
|
14594
15066
|
*/
|
|
14595
15067
|
folderId?: string;
|
|
15068
|
+
tag?: CreateAggregatorRequestTag[];
|
|
14596
15069
|
static names(): {
|
|
14597
15070
|
[key: string]: string;
|
|
14598
15071
|
};
|
|
@@ -14673,6 +15146,7 @@ export declare class CreateAggregatorShrinkRequest extends $dara.Model {
|
|
|
14673
15146
|
* fd-brHdgv****
|
|
14674
15147
|
*/
|
|
14675
15148
|
folderId?: string;
|
|
15149
|
+
tagShrink?: string;
|
|
14676
15150
|
static names(): {
|
|
14677
15151
|
[key: string]: string;
|
|
14678
15152
|
};
|
|
@@ -14850,6 +15324,7 @@ export declare class CreateCompliancePackRequest extends $dara.Model {
|
|
|
14850
15324
|
* 1
|
|
14851
15325
|
*/
|
|
14852
15326
|
riskLevel?: number;
|
|
15327
|
+
tag?: CreateCompliancePackRequestTag[];
|
|
14853
15328
|
/**
|
|
14854
15329
|
* @remarks
|
|
14855
15330
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -15013,6 +15488,7 @@ export declare class CreateCompliancePackShrinkRequest extends $dara.Model {
|
|
|
15013
15488
|
* 1
|
|
15014
15489
|
*/
|
|
15015
15490
|
riskLevel?: number;
|
|
15491
|
+
tagShrink?: string;
|
|
15016
15492
|
/**
|
|
15017
15493
|
* @remarks
|
|
15018
15494
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -15498,6 +15974,10 @@ export declare class CreateConfigRuleRequest extends $dara.Model {
|
|
|
15498
15974
|
* ALIYUN
|
|
15499
15975
|
*/
|
|
15500
15976
|
sourceOwner?: string;
|
|
15977
|
+
/**
|
|
15978
|
+
* @remarks
|
|
15979
|
+
* rule attached tags
|
|
15980
|
+
*/
|
|
15501
15981
|
tag?: CreateConfigRuleRequestTag[];
|
|
15502
15982
|
/**
|
|
15503
15983
|
* @remarks
|
|
@@ -15731,6 +16211,10 @@ export declare class CreateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
15731
16211
|
* ALIYUN
|
|
15732
16212
|
*/
|
|
15733
16213
|
sourceOwner?: string;
|
|
16214
|
+
/**
|
|
16215
|
+
* @remarks
|
|
16216
|
+
* rule attached tags
|
|
16217
|
+
*/
|
|
15734
16218
|
tagShrink?: string;
|
|
15735
16219
|
/**
|
|
15736
16220
|
* @remarks
|
|
@@ -17272,6 +17756,14 @@ export declare class EvaluatePreConfigRulesRequest extends $dara.Model {
|
|
|
17272
17756
|
* This parameter is required.
|
|
17273
17757
|
*/
|
|
17274
17758
|
resourceEvaluateItems?: EvaluatePreConfigRulesRequestResourceEvaluateItems[];
|
|
17759
|
+
/**
|
|
17760
|
+
* @remarks
|
|
17761
|
+
* 下一个查询开始Token
|
|
17762
|
+
*
|
|
17763
|
+
* @example
|
|
17764
|
+
* ros
|
|
17765
|
+
*/
|
|
17766
|
+
resourceTypeFormat?: string;
|
|
17275
17767
|
static names(): {
|
|
17276
17768
|
[key: string]: string;
|
|
17277
17769
|
};
|
|
@@ -17304,6 +17796,14 @@ export declare class EvaluatePreConfigRulesShrinkRequest extends $dara.Model {
|
|
|
17304
17796
|
* This parameter is required.
|
|
17305
17797
|
*/
|
|
17306
17798
|
resourceEvaluateItemsShrink?: string;
|
|
17799
|
+
/**
|
|
17800
|
+
* @remarks
|
|
17801
|
+
* 下一个查询开始Token
|
|
17802
|
+
*
|
|
17803
|
+
* @example
|
|
17804
|
+
* ros
|
|
17805
|
+
*/
|
|
17806
|
+
resourceTypeFormat?: string;
|
|
17307
17807
|
static names(): {
|
|
17308
17808
|
[key: string]: string;
|
|
17309
17809
|
};
|
|
@@ -18074,6 +18574,44 @@ export declare class GetAggregateCompliancePackRequest extends $dara.Model {
|
|
|
18074
18574
|
* cp-fdc8626622af00f9****
|
|
18075
18575
|
*/
|
|
18076
18576
|
compliancePackId?: string;
|
|
18577
|
+
tag?: GetAggregateCompliancePackRequestTag[];
|
|
18578
|
+
static names(): {
|
|
18579
|
+
[key: string]: string;
|
|
18580
|
+
};
|
|
18581
|
+
static types(): {
|
|
18582
|
+
[key: string]: any;
|
|
18583
|
+
};
|
|
18584
|
+
validate(): void;
|
|
18585
|
+
constructor(map?: {
|
|
18586
|
+
[key: string]: any;
|
|
18587
|
+
});
|
|
18588
|
+
}
|
|
18589
|
+
export declare class GetAggregateCompliancePackShrinkRequest extends $dara.Model {
|
|
18590
|
+
/**
|
|
18591
|
+
* @remarks
|
|
18592
|
+
* The ID of the account group.
|
|
18593
|
+
*
|
|
18594
|
+
* For more information about how to obtain the ID of the account group, see [ListAggregators](https://help.aliyun.com/document_detail/255797.html).
|
|
18595
|
+
*
|
|
18596
|
+
* This parameter is required.
|
|
18597
|
+
*
|
|
18598
|
+
* @example
|
|
18599
|
+
* ca-f632626622af0079****
|
|
18600
|
+
*/
|
|
18601
|
+
aggregatorId?: string;
|
|
18602
|
+
/**
|
|
18603
|
+
* @remarks
|
|
18604
|
+
* The ID of the compliance package.
|
|
18605
|
+
*
|
|
18606
|
+
* For more information about how to obtain the ID of a compliance package, see [ListAggregateCompliancePacks](https://help.aliyun.com/document_detail/262059.html).
|
|
18607
|
+
*
|
|
18608
|
+
* This parameter is required.
|
|
18609
|
+
*
|
|
18610
|
+
* @example
|
|
18611
|
+
* cp-fdc8626622af00f9****
|
|
18612
|
+
*/
|
|
18613
|
+
compliancePackId?: string;
|
|
18614
|
+
tagShrink?: string;
|
|
18077
18615
|
static names(): {
|
|
18078
18616
|
[key: string]: string;
|
|
18079
18617
|
};
|
|
@@ -18375,6 +18913,12 @@ export declare class GetAggregateConfigRuleRequest extends $dara.Model {
|
|
|
18375
18913
|
* cr-7f7d626622af0041****
|
|
18376
18914
|
*/
|
|
18377
18915
|
configRuleId?: string;
|
|
18916
|
+
/**
|
|
18917
|
+
* @remarks
|
|
18918
|
+
* The tags of the resource.
|
|
18919
|
+
*
|
|
18920
|
+
* You can add up to 20 tags to a resource.
|
|
18921
|
+
*/
|
|
18378
18922
|
tag?: GetAggregateConfigRuleRequestTag[];
|
|
18379
18923
|
static names(): {
|
|
18380
18924
|
[key: string]: string;
|
|
@@ -18412,6 +18956,12 @@ export declare class GetAggregateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
18412
18956
|
* cr-7f7d626622af0041****
|
|
18413
18957
|
*/
|
|
18414
18958
|
configRuleId?: string;
|
|
18959
|
+
/**
|
|
18960
|
+
* @remarks
|
|
18961
|
+
* The tags of the resource.
|
|
18962
|
+
*
|
|
18963
|
+
* You can add up to 20 tags to a resource.
|
|
18964
|
+
*/
|
|
18415
18965
|
tagShrink?: string;
|
|
18416
18966
|
static names(): {
|
|
18417
18967
|
[key: string]: string;
|
|
@@ -19703,6 +20253,30 @@ export declare class GetAggregatorRequest extends $dara.Model {
|
|
|
19703
20253
|
* ca-88ea626622af0055****
|
|
19704
20254
|
*/
|
|
19705
20255
|
aggregatorId?: string;
|
|
20256
|
+
tag?: GetAggregatorRequestTag[];
|
|
20257
|
+
static names(): {
|
|
20258
|
+
[key: string]: string;
|
|
20259
|
+
};
|
|
20260
|
+
static types(): {
|
|
20261
|
+
[key: string]: any;
|
|
20262
|
+
};
|
|
20263
|
+
validate(): void;
|
|
20264
|
+
constructor(map?: {
|
|
20265
|
+
[key: string]: any;
|
|
20266
|
+
});
|
|
20267
|
+
}
|
|
20268
|
+
export declare class GetAggregatorShrinkRequest extends $dara.Model {
|
|
20269
|
+
/**
|
|
20270
|
+
* @remarks
|
|
20271
|
+
* The ID of the account group.
|
|
20272
|
+
*
|
|
20273
|
+
* This parameter is required.
|
|
20274
|
+
*
|
|
20275
|
+
* @example
|
|
20276
|
+
* ca-88ea626622af0055****
|
|
20277
|
+
*/
|
|
20278
|
+
aggregatorId?: string;
|
|
20279
|
+
tagShrink?: string;
|
|
19706
20280
|
static names(): {
|
|
19707
20281
|
[key: string]: string;
|
|
19708
20282
|
};
|
|
@@ -19769,6 +20343,32 @@ export declare class GetCompliancePackRequest extends $dara.Model {
|
|
|
19769
20343
|
* cp-a8a8626622af0082****
|
|
19770
20344
|
*/
|
|
19771
20345
|
compliancePackId?: string;
|
|
20346
|
+
tag?: GetCompliancePackRequestTag[];
|
|
20347
|
+
static names(): {
|
|
20348
|
+
[key: string]: string;
|
|
20349
|
+
};
|
|
20350
|
+
static types(): {
|
|
20351
|
+
[key: string]: any;
|
|
20352
|
+
};
|
|
20353
|
+
validate(): void;
|
|
20354
|
+
constructor(map?: {
|
|
20355
|
+
[key: string]: any;
|
|
20356
|
+
});
|
|
20357
|
+
}
|
|
20358
|
+
export declare class GetCompliancePackShrinkRequest extends $dara.Model {
|
|
20359
|
+
/**
|
|
20360
|
+
* @remarks
|
|
20361
|
+
* The ID of the compliance package.
|
|
20362
|
+
*
|
|
20363
|
+
* For more information about how to obtain the ID of a compliance package, see [ListCompliancePacks](https://help.aliyun.com/document_detail/263332.html).
|
|
20364
|
+
*
|
|
20365
|
+
* This parameter is required.
|
|
20366
|
+
*
|
|
20367
|
+
* @example
|
|
20368
|
+
* cp-a8a8626622af0082****
|
|
20369
|
+
*/
|
|
20370
|
+
compliancePackId?: string;
|
|
20371
|
+
tagShrink?: string;
|
|
19772
20372
|
static names(): {
|
|
19773
20373
|
[key: string]: string;
|
|
19774
20374
|
};
|
|
@@ -20009,6 +20609,12 @@ export declare class GetConfigRuleRequest extends $dara.Model {
|
|
|
20009
20609
|
* cr-7f7d626622af0041****
|
|
20010
20610
|
*/
|
|
20011
20611
|
configRuleId?: string;
|
|
20612
|
+
/**
|
|
20613
|
+
* @remarks
|
|
20614
|
+
* The tags of the resource.
|
|
20615
|
+
*
|
|
20616
|
+
* You can add up to 20 tags to a resource.
|
|
20617
|
+
*/
|
|
20012
20618
|
tag?: GetConfigRuleRequestTag[];
|
|
20013
20619
|
static names(): {
|
|
20014
20620
|
[key: string]: string;
|
|
@@ -20034,6 +20640,12 @@ export declare class GetConfigRuleShrinkRequest extends $dara.Model {
|
|
|
20034
20640
|
* cr-7f7d626622af0041****
|
|
20035
20641
|
*/
|
|
20036
20642
|
configRuleId?: string;
|
|
20643
|
+
/**
|
|
20644
|
+
* @remarks
|
|
20645
|
+
* The tags of the resource.
|
|
20646
|
+
*
|
|
20647
|
+
* You can add up to 20 tags to a resource.
|
|
20648
|
+
*/
|
|
20037
20649
|
tagShrink?: string;
|
|
20038
20650
|
static names(): {
|
|
20039
20651
|
[key: string]: string;
|
|
@@ -21660,7 +22272,63 @@ export declare class IgnoreEvaluationResultsResponse extends $dara.Model {
|
|
|
21660
22272
|
[key: string]: any;
|
|
21661
22273
|
});
|
|
21662
22274
|
}
|
|
21663
|
-
export declare class ListAggregateCompliancePacksRequest extends $dara.Model {
|
|
22275
|
+
export declare class ListAggregateCompliancePacksRequest extends $dara.Model {
|
|
22276
|
+
/**
|
|
22277
|
+
* @remarks
|
|
22278
|
+
* The ID of the account group.
|
|
22279
|
+
*
|
|
22280
|
+
* For more information about how to obtain the ID of an account group, see [ListAggregators](https://help.aliyun.com/document_detail/255797.html).
|
|
22281
|
+
*
|
|
22282
|
+
* This parameter is required.
|
|
22283
|
+
*
|
|
22284
|
+
* @example
|
|
22285
|
+
* ca-f632626622af0079****
|
|
22286
|
+
*/
|
|
22287
|
+
aggregatorId?: string;
|
|
22288
|
+
/**
|
|
22289
|
+
* @remarks
|
|
22290
|
+
* The number of the page to return.
|
|
22291
|
+
*
|
|
22292
|
+
* Pages start from page 1. Default value: 1.
|
|
22293
|
+
*
|
|
22294
|
+
* @example
|
|
22295
|
+
* 1
|
|
22296
|
+
*/
|
|
22297
|
+
pageNumber?: number;
|
|
22298
|
+
/**
|
|
22299
|
+
* @remarks
|
|
22300
|
+
* The number of entries to return on each page.
|
|
22301
|
+
*
|
|
22302
|
+
* Valid values: 1 to 100. Default value: 10.
|
|
22303
|
+
*
|
|
22304
|
+
* @example
|
|
22305
|
+
* 20
|
|
22306
|
+
*/
|
|
22307
|
+
pageSize?: number;
|
|
22308
|
+
/**
|
|
22309
|
+
* @remarks
|
|
22310
|
+
* The status of the one or more compliance packages to be queried. Valid values:
|
|
22311
|
+
*
|
|
22312
|
+
* * ACTIVE: compliance packages that are available for use.
|
|
22313
|
+
* * CREATING: compliance packages that are being created.
|
|
22314
|
+
*
|
|
22315
|
+
* @example
|
|
22316
|
+
* ACTIVE
|
|
22317
|
+
*/
|
|
22318
|
+
status?: string;
|
|
22319
|
+
tag?: ListAggregateCompliancePacksRequestTag[];
|
|
22320
|
+
static names(): {
|
|
22321
|
+
[key: string]: string;
|
|
22322
|
+
};
|
|
22323
|
+
static types(): {
|
|
22324
|
+
[key: string]: any;
|
|
22325
|
+
};
|
|
22326
|
+
validate(): void;
|
|
22327
|
+
constructor(map?: {
|
|
22328
|
+
[key: string]: any;
|
|
22329
|
+
});
|
|
22330
|
+
}
|
|
22331
|
+
export declare class ListAggregateCompliancePacksShrinkRequest extends $dara.Model {
|
|
21664
22332
|
/**
|
|
21665
22333
|
* @remarks
|
|
21666
22334
|
* The ID of the account group.
|
|
@@ -21704,6 +22372,7 @@ export declare class ListAggregateCompliancePacksRequest extends $dara.Model {
|
|
|
21704
22372
|
* ACTIVE
|
|
21705
22373
|
*/
|
|
21706
22374
|
status?: string;
|
|
22375
|
+
tagShrink?: string;
|
|
21707
22376
|
static names(): {
|
|
21708
22377
|
[key: string]: string;
|
|
21709
22378
|
};
|
|
@@ -22154,6 +22823,124 @@ export declare class ListAggregateConfigRulesRequest extends $dara.Model {
|
|
|
22154
22823
|
* 1
|
|
22155
22824
|
*/
|
|
22156
22825
|
riskLevel?: number;
|
|
22826
|
+
tag?: ListAggregateConfigRulesRequestTag[];
|
|
22827
|
+
static names(): {
|
|
22828
|
+
[key: string]: string;
|
|
22829
|
+
};
|
|
22830
|
+
static types(): {
|
|
22831
|
+
[key: string]: any;
|
|
22832
|
+
};
|
|
22833
|
+
validate(): void;
|
|
22834
|
+
constructor(map?: {
|
|
22835
|
+
[key: string]: any;
|
|
22836
|
+
});
|
|
22837
|
+
}
|
|
22838
|
+
export declare class ListAggregateConfigRulesShrinkRequest extends $dara.Model {
|
|
22839
|
+
/**
|
|
22840
|
+
* @remarks
|
|
22841
|
+
* The ID of the account group.
|
|
22842
|
+
*
|
|
22843
|
+
* For more information about how to obtain the ID of an account group, see [ListAggregators](https://help.aliyun.com/document_detail/255797.html).
|
|
22844
|
+
*
|
|
22845
|
+
* This parameter is required.
|
|
22846
|
+
*
|
|
22847
|
+
* @example
|
|
22848
|
+
* ca-f632626622af0079****
|
|
22849
|
+
*/
|
|
22850
|
+
aggregatorId?: string;
|
|
22851
|
+
/**
|
|
22852
|
+
* @remarks
|
|
22853
|
+
* The compliance package ID.
|
|
22854
|
+
*
|
|
22855
|
+
* @example
|
|
22856
|
+
* cp-fe416457e0d90022****
|
|
22857
|
+
*/
|
|
22858
|
+
compliancePackId?: string;
|
|
22859
|
+
/**
|
|
22860
|
+
* @remarks
|
|
22861
|
+
* The compliance evaluation result. Valid values:
|
|
22862
|
+
*
|
|
22863
|
+
* * COMPLIANT: The resources are evaluated as compliant.
|
|
22864
|
+
* * NON_COMPLIANT: The resources are evaluated as non-compliant.
|
|
22865
|
+
* * NOT_APPLICABLE: The rule does not apply to the resources.
|
|
22866
|
+
* * INSUFFICIENT_DATA: No data is available.
|
|
22867
|
+
*
|
|
22868
|
+
* @example
|
|
22869
|
+
* COMPLIANT
|
|
22870
|
+
*/
|
|
22871
|
+
complianceType?: string;
|
|
22872
|
+
/**
|
|
22873
|
+
* @remarks
|
|
22874
|
+
* The name of the rule.
|
|
22875
|
+
*
|
|
22876
|
+
* @example
|
|
22877
|
+
* test-rule-name
|
|
22878
|
+
*/
|
|
22879
|
+
configRuleName?: string;
|
|
22880
|
+
/**
|
|
22881
|
+
* @remarks
|
|
22882
|
+
* The status of the rule. Valid values:
|
|
22883
|
+
*
|
|
22884
|
+
* * ACTIVE: The rule is being used to monitor resource configurations.
|
|
22885
|
+
* * DELETING: The rule is being deleted.
|
|
22886
|
+
* * EVALUATING: The rule is triggered and is being used to monitor resource configurations.
|
|
22887
|
+
* * INACTIVE: The rule is disabled.
|
|
22888
|
+
*
|
|
22889
|
+
* @example
|
|
22890
|
+
* ACTIVE
|
|
22891
|
+
*/
|
|
22892
|
+
configRuleState?: string;
|
|
22893
|
+
/**
|
|
22894
|
+
* @remarks
|
|
22895
|
+
* The keyword that is used for queries.
|
|
22896
|
+
*
|
|
22897
|
+
* You can perform a fuzzy search by rule ID, rule name, rule description, or managed rule ID.
|
|
22898
|
+
*
|
|
22899
|
+
* @example
|
|
22900
|
+
* ecs
|
|
22901
|
+
*/
|
|
22902
|
+
keyword?: string;
|
|
22903
|
+
/**
|
|
22904
|
+
* @remarks
|
|
22905
|
+
* The page number.
|
|
22906
|
+
*
|
|
22907
|
+
* Pages start from page 1. Default value: 1
|
|
22908
|
+
*
|
|
22909
|
+
* @example
|
|
22910
|
+
* 1
|
|
22911
|
+
*/
|
|
22912
|
+
pageNumber?: number;
|
|
22913
|
+
/**
|
|
22914
|
+
* @remarks
|
|
22915
|
+
* The number of entries per page.
|
|
22916
|
+
*
|
|
22917
|
+
* Valid values: 1 to 100. Minimum value: 1. Default value: 10
|
|
22918
|
+
*
|
|
22919
|
+
* @example
|
|
22920
|
+
* 10
|
|
22921
|
+
*/
|
|
22922
|
+
pageSize?: number;
|
|
22923
|
+
/**
|
|
22924
|
+
* @remarks
|
|
22925
|
+
* Resource type for the rule to evaluate.
|
|
22926
|
+
*
|
|
22927
|
+
* @example
|
|
22928
|
+
* ACS::ECS::Instance
|
|
22929
|
+
*/
|
|
22930
|
+
resourceTypes?: string;
|
|
22931
|
+
/**
|
|
22932
|
+
* @remarks
|
|
22933
|
+
* The risk level of the resources that do not comply with the rule. Valid values:
|
|
22934
|
+
*
|
|
22935
|
+
* * 1: high
|
|
22936
|
+
* * 2: medium
|
|
22937
|
+
* * 3: low
|
|
22938
|
+
*
|
|
22939
|
+
* @example
|
|
22940
|
+
* 1
|
|
22941
|
+
*/
|
|
22942
|
+
riskLevel?: number;
|
|
22943
|
+
tagShrink?: string;
|
|
22157
22944
|
static names(): {
|
|
22158
22945
|
[key: string]: string;
|
|
22159
22946
|
};
|
|
@@ -22905,6 +23692,38 @@ export declare class ListAggregatorsRequest extends $dara.Model {
|
|
|
22905
23692
|
* TGlzdFJlc291cmNlU2hhcmVzJjE1MTI2NjY4NzY5MTAzOTEmMiZORnI4NDhVeEtrUT0
|
|
22906
23693
|
*/
|
|
22907
23694
|
nextToken?: string;
|
|
23695
|
+
tag?: ListAggregatorsRequestTag[];
|
|
23696
|
+
static names(): {
|
|
23697
|
+
[key: string]: string;
|
|
23698
|
+
};
|
|
23699
|
+
static types(): {
|
|
23700
|
+
[key: string]: any;
|
|
23701
|
+
};
|
|
23702
|
+
validate(): void;
|
|
23703
|
+
constructor(map?: {
|
|
23704
|
+
[key: string]: any;
|
|
23705
|
+
});
|
|
23706
|
+
}
|
|
23707
|
+
export declare class ListAggregatorsShrinkRequest extends $dara.Model {
|
|
23708
|
+
/**
|
|
23709
|
+
* @remarks
|
|
23710
|
+
* The maximum number of entries to return in a request. Valid values: 1 to 100.
|
|
23711
|
+
*
|
|
23712
|
+
* This parameter is required.
|
|
23713
|
+
*
|
|
23714
|
+
* @example
|
|
23715
|
+
* 10
|
|
23716
|
+
*/
|
|
23717
|
+
maxResults?: number;
|
|
23718
|
+
/**
|
|
23719
|
+
* @remarks
|
|
23720
|
+
* The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of `NextToken`.
|
|
23721
|
+
*
|
|
23722
|
+
* @example
|
|
23723
|
+
* TGlzdFJlc291cmNlU2hhcmVzJjE1MTI2NjY4NzY5MTAzOTEmMiZORnI4NDhVeEtrUT0
|
|
23724
|
+
*/
|
|
23725
|
+
nextToken?: string;
|
|
23726
|
+
tagShrink?: string;
|
|
22908
23727
|
static names(): {
|
|
22909
23728
|
[key: string]: string;
|
|
22910
23729
|
};
|
|
@@ -23080,6 +23899,51 @@ export declare class ListCompliancePacksRequest extends $dara.Model {
|
|
|
23080
23899
|
* ACTIVE
|
|
23081
23900
|
*/
|
|
23082
23901
|
status?: string;
|
|
23902
|
+
tag?: ListCompliancePacksRequestTag[];
|
|
23903
|
+
static names(): {
|
|
23904
|
+
[key: string]: string;
|
|
23905
|
+
};
|
|
23906
|
+
static types(): {
|
|
23907
|
+
[key: string]: any;
|
|
23908
|
+
};
|
|
23909
|
+
validate(): void;
|
|
23910
|
+
constructor(map?: {
|
|
23911
|
+
[key: string]: any;
|
|
23912
|
+
});
|
|
23913
|
+
}
|
|
23914
|
+
export declare class ListCompliancePacksShrinkRequest extends $dara.Model {
|
|
23915
|
+
/**
|
|
23916
|
+
* @remarks
|
|
23917
|
+
* The page number.
|
|
23918
|
+
*
|
|
23919
|
+
* Pages start from page 1. Default value: 1
|
|
23920
|
+
*
|
|
23921
|
+
* @example
|
|
23922
|
+
* 1
|
|
23923
|
+
*/
|
|
23924
|
+
pageNumber?: number;
|
|
23925
|
+
/**
|
|
23926
|
+
* @remarks
|
|
23927
|
+
* The number of entries per page.
|
|
23928
|
+
*
|
|
23929
|
+
* Valid values: 1 to 100. Minimum value: 1. Default value: 10.
|
|
23930
|
+
*
|
|
23931
|
+
* @example
|
|
23932
|
+
* 10
|
|
23933
|
+
*/
|
|
23934
|
+
pageSize?: number;
|
|
23935
|
+
/**
|
|
23936
|
+
* @remarks
|
|
23937
|
+
* The status of the compliance package to be queried. Valid values:
|
|
23938
|
+
*
|
|
23939
|
+
* * ACTIVE: The compliance package is active.
|
|
23940
|
+
* * CREATING: The compliance package is being created.
|
|
23941
|
+
*
|
|
23942
|
+
* @example
|
|
23943
|
+
* ACTIVE
|
|
23944
|
+
*/
|
|
23945
|
+
status?: string;
|
|
23946
|
+
tagShrink?: string;
|
|
23083
23947
|
static names(): {
|
|
23084
23948
|
[key: string]: string;
|
|
23085
23949
|
};
|
|
@@ -23465,6 +24329,12 @@ export declare class ListConfigRulesRequest extends $dara.Model {
|
|
|
23465
24329
|
* 1
|
|
23466
24330
|
*/
|
|
23467
24331
|
riskLevel?: number;
|
|
24332
|
+
/**
|
|
24333
|
+
* @remarks
|
|
24334
|
+
* The tags of the resource.
|
|
24335
|
+
*
|
|
24336
|
+
* You can add up to 20 tags to a resource.
|
|
24337
|
+
*/
|
|
23468
24338
|
tag?: ListConfigRulesRequestTag[];
|
|
23469
24339
|
static names(): {
|
|
23470
24340
|
[key: string]: string;
|
|
@@ -23574,6 +24444,12 @@ export declare class ListConfigRulesShrinkRequest extends $dara.Model {
|
|
|
23574
24444
|
* 1
|
|
23575
24445
|
*/
|
|
23576
24446
|
riskLevel?: number;
|
|
24447
|
+
/**
|
|
24448
|
+
* @remarks
|
|
24449
|
+
* The tags of the resource.
|
|
24450
|
+
*
|
|
24451
|
+
* You can add up to 20 tags to a resource.
|
|
24452
|
+
*/
|
|
23577
24453
|
tagShrink?: string;
|
|
23578
24454
|
static names(): {
|
|
23579
24455
|
[key: string]: string;
|
|
@@ -26037,6 +26913,13 @@ export declare class UpdateAggregateCompliancePackRequest extends $dara.Model {
|
|
|
26037
26913
|
* 1
|
|
26038
26914
|
*/
|
|
26039
26915
|
riskLevel?: number;
|
|
26916
|
+
/**
|
|
26917
|
+
* @remarks
|
|
26918
|
+
* The tags of the resource.
|
|
26919
|
+
*
|
|
26920
|
+
* You can add up to 20 tags to a resource.
|
|
26921
|
+
*/
|
|
26922
|
+
tag?: UpdateAggregateCompliancePackRequestTag[];
|
|
26040
26923
|
/**
|
|
26041
26924
|
* @remarks
|
|
26042
26925
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -26194,6 +27077,13 @@ export declare class UpdateAggregateCompliancePackShrinkRequest extends $dara.Mo
|
|
|
26194
27077
|
* 1
|
|
26195
27078
|
*/
|
|
26196
27079
|
riskLevel?: number;
|
|
27080
|
+
/**
|
|
27081
|
+
* @remarks
|
|
27082
|
+
* The tags of the resource.
|
|
27083
|
+
*
|
|
27084
|
+
* You can add up to 20 tags to a resource.
|
|
27085
|
+
*/
|
|
27086
|
+
tagShrink?: string;
|
|
26197
27087
|
/**
|
|
26198
27088
|
* @remarks
|
|
26199
27089
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -26728,6 +27618,13 @@ export declare class UpdateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
26728
27618
|
* 3
|
|
26729
27619
|
*/
|
|
26730
27620
|
riskLevel?: number;
|
|
27621
|
+
/**
|
|
27622
|
+
* @remarks
|
|
27623
|
+
* The tags of the resource.
|
|
27624
|
+
*
|
|
27625
|
+
* You can add up to 20 tags to a resource.
|
|
27626
|
+
*/
|
|
27627
|
+
tag?: UpdateAggregateConfigRuleRequestTag[];
|
|
26731
27628
|
/**
|
|
26732
27629
|
* @remarks
|
|
26733
27630
|
* The logical relationship among the tag keys if you specify multiple tag keys for the `TagKeyScope` parameter. For example, if you set the `TagKeyScope` parameter to `ECS,OSS` and the TagKeyLogicScope parameter to `AND`, the rule applies to resources with both the `ECS` and `OSS` tag keys. Valid values:
|
|
@@ -26988,6 +27885,13 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
26988
27885
|
* 3
|
|
26989
27886
|
*/
|
|
26990
27887
|
riskLevel?: number;
|
|
27888
|
+
/**
|
|
27889
|
+
* @remarks
|
|
27890
|
+
* The tags of the resource.
|
|
27891
|
+
*
|
|
27892
|
+
* You can add up to 20 tags to a resource.
|
|
27893
|
+
*/
|
|
27894
|
+
tagShrink?: string;
|
|
26991
27895
|
/**
|
|
26992
27896
|
* @remarks
|
|
26993
27897
|
* The logical relationship among the tag keys if you specify multiple tag keys for the `TagKeyScope` parameter. For example, if you set the `TagKeyScope` parameter to `ECS,OSS` and the TagKeyLogicScope parameter to `AND`, the rule applies to resources with both the `ECS` and `OSS` tag keys. Valid values:
|
|
@@ -27266,6 +28170,7 @@ export declare class UpdateAggregatorRequest extends $dara.Model {
|
|
|
27266
28170
|
* Test_Aggregator_Description
|
|
27267
28171
|
*/
|
|
27268
28172
|
description?: string;
|
|
28173
|
+
tag?: UpdateAggregatorRequestTag[];
|
|
27269
28174
|
static names(): {
|
|
27270
28175
|
[key: string]: string;
|
|
27271
28176
|
};
|
|
@@ -27328,6 +28233,7 @@ export declare class UpdateAggregatorShrinkRequest extends $dara.Model {
|
|
|
27328
28233
|
* Test_Aggregator_Description
|
|
27329
28234
|
*/
|
|
27330
28235
|
description?: string;
|
|
28236
|
+
tagShrink?: string;
|
|
27331
28237
|
static names(): {
|
|
27332
28238
|
[key: string]: string;
|
|
27333
28239
|
};
|
|
@@ -27495,6 +28401,7 @@ export declare class UpdateCompliancePackRequest extends $dara.Model {
|
|
|
27495
28401
|
* 1
|
|
27496
28402
|
*/
|
|
27497
28403
|
riskLevel?: number;
|
|
28404
|
+
tag?: UpdateCompliancePackRequestTag[];
|
|
27498
28405
|
/**
|
|
27499
28406
|
* @remarks
|
|
27500
28407
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -27640,6 +28547,7 @@ export declare class UpdateCompliancePackShrinkRequest extends $dara.Model {
|
|
|
27640
28547
|
* 1
|
|
27641
28548
|
*/
|
|
27642
28549
|
riskLevel?: number;
|
|
28550
|
+
tagShrink?: string;
|
|
27643
28551
|
/**
|
|
27644
28552
|
* @remarks
|
|
27645
28553
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -28115,6 +29023,12 @@ export declare class UpdateConfigRuleRequest extends $dara.Model {
|
|
|
28115
29023
|
* 3
|
|
28116
29024
|
*/
|
|
28117
29025
|
riskLevel?: number;
|
|
29026
|
+
/**
|
|
29027
|
+
* @remarks
|
|
29028
|
+
* The tags of the resource.
|
|
29029
|
+
*
|
|
29030
|
+
* You can add up to 20 tags to a resource.
|
|
29031
|
+
*/
|
|
28118
29032
|
tag?: UpdateConfigRuleRequestTag[];
|
|
28119
29033
|
/**
|
|
28120
29034
|
* @remarks
|
|
@@ -28329,6 +29243,12 @@ export declare class UpdateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
28329
29243
|
* 3
|
|
28330
29244
|
*/
|
|
28331
29245
|
riskLevel?: number;
|
|
29246
|
+
/**
|
|
29247
|
+
* @remarks
|
|
29248
|
+
* The tags of the resource.
|
|
29249
|
+
*
|
|
29250
|
+
* You can add up to 20 tags to a resource.
|
|
29251
|
+
*/
|
|
28332
29252
|
tagShrink?: string;
|
|
28333
29253
|
/**
|
|
28334
29254
|
* @remarks
|
|
@@ -29844,11 +30764,11 @@ export default class Client extends OpenApi {
|
|
|
29844
30764
|
* @remarks
|
|
29845
30765
|
* The topic provides an example on how to query the details of a compliance package whose ID is `cp-fdc8626622af00f9****` in an account group whose ID is `ca-f632626622af0079****`.
|
|
29846
30766
|
*
|
|
29847
|
-
* @param
|
|
30767
|
+
* @param tmpReq - GetAggregateCompliancePackRequest
|
|
29848
30768
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29849
30769
|
* @returns GetAggregateCompliancePackResponse
|
|
29850
30770
|
*/
|
|
29851
|
-
getAggregateCompliancePackWithOptions(
|
|
30771
|
+
getAggregateCompliancePackWithOptions(tmpReq: GetAggregateCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<GetAggregateCompliancePackResponse>;
|
|
29852
30772
|
/**
|
|
29853
30773
|
* Queries the details of a compliance package in an account group.
|
|
29854
30774
|
*
|
|
@@ -30214,11 +31134,11 @@ export default class Client extends OpenApi {
|
|
|
30214
31134
|
* @remarks
|
|
30215
31135
|
* The sample request in this topic shows you how to query the details of the `ca-88ea626622af0055****` account group. The return result shows that the account group is named `Test_Group`, its description is `Test account group`, and it is of the `CUSTOM` type. The account group is in the `1` state, which indicates that it is created.
|
|
30216
31136
|
*
|
|
30217
|
-
* @param
|
|
31137
|
+
* @param tmpReq - GetAggregatorRequest
|
|
30218
31138
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30219
31139
|
* @returns GetAggregatorResponse
|
|
30220
31140
|
*/
|
|
30221
|
-
getAggregatorWithOptions(
|
|
31141
|
+
getAggregatorWithOptions(tmpReq: GetAggregatorRequest, runtime: $dara.RuntimeOptions): Promise<GetAggregatorResponse>;
|
|
30222
31142
|
/**
|
|
30223
31143
|
* Queries the details of an account group. You can query the name, creation time, member, and type of an account group.
|
|
30224
31144
|
*
|
|
@@ -30235,11 +31155,11 @@ export default class Client extends OpenApi {
|
|
|
30235
31155
|
* @remarks
|
|
30236
31156
|
* This topic provides an example on how to query the details of a compliance package whose ID is `cp-fdc8626622af00f9****`. The returned result shows that the name of the compliance package is `ClassifiedProtectionPreCheck`, the compliance package is in the `ACTIVE` state, and the risk level of the rules in the compliance package is `1`, which indicates high risk level.
|
|
30237
31157
|
*
|
|
30238
|
-
* @param
|
|
31158
|
+
* @param tmpReq - GetCompliancePackRequest
|
|
30239
31159
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30240
31160
|
* @returns GetCompliancePackResponse
|
|
30241
31161
|
*/
|
|
30242
|
-
getCompliancePackWithOptions(
|
|
31162
|
+
getCompliancePackWithOptions(tmpReq: GetCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<GetCompliancePackResponse>;
|
|
30243
31163
|
/**
|
|
30244
31164
|
* Queries the details of a compliance package.
|
|
30245
31165
|
*
|
|
@@ -30744,11 +31664,11 @@ export default class Client extends OpenApi {
|
|
|
30744
31664
|
* @remarks
|
|
30745
31665
|
* In this topic, the `ca-f632626622af0079****` account group is used as an example. The return result shows one compliance package whose ID is `cp-fdc8626622af00f9****`.
|
|
30746
31666
|
*
|
|
30747
|
-
* @param
|
|
31667
|
+
* @param tmpReq - ListAggregateCompliancePacksRequest
|
|
30748
31668
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30749
31669
|
* @returns ListAggregateCompliancePacksResponse
|
|
30750
31670
|
*/
|
|
30751
|
-
listAggregateCompliancePacksWithOptions(
|
|
31671
|
+
listAggregateCompliancePacksWithOptions(tmpReq: ListAggregateCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<ListAggregateCompliancePacksResponse>;
|
|
30752
31672
|
/**
|
|
30753
31673
|
* Queries a list of compliance packages in an account group.
|
|
30754
31674
|
*
|
|
@@ -30822,11 +31742,11 @@ export default class Client extends OpenApi {
|
|
|
30822
31742
|
* @remarks
|
|
30823
31743
|
* This topic provides an example on how to query the rules in an account group whose ID is `ca-f632626622af0079****`. The returned result shows a total of one rule and two evaluated resources. The resources are both evaluated as `COMPLIANT`.
|
|
30824
31744
|
*
|
|
30825
|
-
* @param
|
|
31745
|
+
* @param tmpReq - ListAggregateConfigRulesRequest
|
|
30826
31746
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30827
31747
|
* @returns ListAggregateConfigRulesResponse
|
|
30828
31748
|
*/
|
|
30829
|
-
listAggregateConfigRulesWithOptions(
|
|
31749
|
+
listAggregateConfigRulesWithOptions(tmpReq: ListAggregateConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListAggregateConfigRulesResponse>;
|
|
30830
31750
|
/**
|
|
30831
31751
|
* Queries a list of rules in an account group.
|
|
30832
31752
|
*
|
|
@@ -30977,11 +31897,11 @@ export default class Client extends OpenApi {
|
|
|
30977
31897
|
* @remarks
|
|
30978
31898
|
* The sample request in this topic shows you how to query account groups. A maximum of 10 entries can be returned for the request. As shown in the responses, the account group returned is named as `Test_Group`, its description is `Test account group`, and it is of the `CUSTOM` type, which indicates a custom account group. The account group contains two member accounts.
|
|
30979
31899
|
*
|
|
30980
|
-
* @param
|
|
31900
|
+
* @param tmpReq - ListAggregatorsRequest
|
|
30981
31901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30982
31902
|
* @returns ListAggregatorsResponse
|
|
30983
31903
|
*/
|
|
30984
|
-
listAggregatorsWithOptions(
|
|
31904
|
+
listAggregatorsWithOptions(tmpReq: ListAggregatorsRequest, runtime: $dara.RuntimeOptions): Promise<ListAggregatorsResponse>;
|
|
30985
31905
|
/**
|
|
30986
31906
|
* Queries all account groups within the current management account or delegated administrator account.
|
|
30987
31907
|
*
|
|
@@ -31019,11 +31939,11 @@ export default class Client extends OpenApi {
|
|
|
31019
31939
|
* @remarks
|
|
31020
31940
|
* This topic provides an example of how to query compliance packages. The return result shows the details of the `cp-fdc8626622af00f9****` compliance package.
|
|
31021
31941
|
*
|
|
31022
|
-
* @param
|
|
31942
|
+
* @param tmpReq - ListCompliancePacksRequest
|
|
31023
31943
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
31024
31944
|
* @returns ListCompliancePacksResponse
|
|
31025
31945
|
*/
|
|
31026
|
-
listCompliancePacksWithOptions(
|
|
31946
|
+
listCompliancePacksWithOptions(tmpReq: ListCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<ListCompliancePacksResponse>;
|
|
31027
31947
|
/**
|
|
31028
31948
|
* Queries a list of compliance packages.
|
|
31029
31949
|
*
|