@alicloud/config20200907 3.0.10 → 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 +750 -16
- package/dist/client.js +1750 -199
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2337 -277
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
|
|
@@ -1996,6 +2052,20 @@ export declare class GetAggregateAdvancedSearchFileResponseBodyResourceSearch ex
|
|
|
1996
2052
|
[key: string]: any;
|
|
1997
2053
|
});
|
|
1998
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
|
+
}
|
|
1999
2069
|
export declare class GetAggregateCompliancePackResponseBodyCompliancePackConfigRulesConfigRuleParameters extends $dara.Model {
|
|
2000
2070
|
/**
|
|
2001
2071
|
* @remarks
|
|
@@ -2246,6 +2316,20 @@ export declare class GetAggregateCompliancePackResponseBodyCompliancePackScope e
|
|
|
2246
2316
|
[key: string]: any;
|
|
2247
2317
|
});
|
|
2248
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
|
+
}
|
|
2249
2333
|
export declare class GetAggregateCompliancePackResponseBodyCompliancePack extends $dara.Model {
|
|
2250
2334
|
/**
|
|
2251
2335
|
* @remarks
|
|
@@ -2336,6 +2420,7 @@ export declare class GetAggregateCompliancePackResponseBodyCompliancePack extend
|
|
|
2336
2420
|
* ACTIVE
|
|
2337
2421
|
*/
|
|
2338
2422
|
status?: string;
|
|
2423
|
+
tags?: GetAggregateCompliancePackResponseBodyCompliancePackTags[];
|
|
2339
2424
|
/**
|
|
2340
2425
|
* @remarks
|
|
2341
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.
|
|
@@ -4502,6 +4587,20 @@ export declare class GetAggregateResourceInventoryResponseBodyResourceInventory
|
|
|
4502
4587
|
[key: string]: any;
|
|
4503
4588
|
});
|
|
4504
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
|
+
}
|
|
4505
4604
|
export declare class GetAggregatorResponseBodyAggregatorAggregatorAccounts extends $dara.Model {
|
|
4506
4605
|
/**
|
|
4507
4606
|
* @remarks
|
|
@@ -4554,6 +4653,20 @@ export declare class GetAggregatorResponseBodyAggregatorAggregatorAccounts exten
|
|
|
4554
4653
|
[key: string]: any;
|
|
4555
4654
|
});
|
|
4556
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
|
+
}
|
|
4557
4670
|
export declare class GetAggregatorResponseBodyAggregator extends $dara.Model {
|
|
4558
4671
|
/**
|
|
4559
4672
|
* @remarks
|
|
@@ -4641,6 +4754,21 @@ export declare class GetAggregatorResponseBodyAggregator extends $dara.Model {
|
|
|
4641
4754
|
* fd-brHdgv****
|
|
4642
4755
|
*/
|
|
4643
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;
|
|
4644
4772
|
static names(): {
|
|
4645
4773
|
[key: string]: string;
|
|
4646
4774
|
};
|
|
@@ -4906,6 +5034,20 @@ export declare class GetCompliancePackResponseBodyCompliancePackScope extends $d
|
|
|
4906
5034
|
[key: string]: any;
|
|
4907
5035
|
});
|
|
4908
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
|
+
}
|
|
4909
5051
|
export declare class GetCompliancePackResponseBodyCompliancePack extends $dara.Model {
|
|
4910
5052
|
/**
|
|
4911
5053
|
* @remarks
|
|
@@ -4988,6 +5130,7 @@ export declare class GetCompliancePackResponseBodyCompliancePack extends $dara.M
|
|
|
4988
5130
|
* ACTIVE
|
|
4989
5131
|
*/
|
|
4990
5132
|
status?: string;
|
|
5133
|
+
tags?: GetCompliancePackResponseBodyCompliancePackTags[];
|
|
4991
5134
|
/**
|
|
4992
5135
|
* @remarks
|
|
4993
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.
|
|
@@ -7480,6 +7623,34 @@ export declare class IgnoreEvaluationResultsRequestResources extends $dara.Model
|
|
|
7480
7623
|
[key: string]: any;
|
|
7481
7624
|
});
|
|
7482
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
|
+
}
|
|
7483
7654
|
export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResultCompliancePacks extends $dara.Model {
|
|
7484
7655
|
/**
|
|
7485
7656
|
* @remarks
|
|
@@ -7560,6 +7731,7 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
7560
7731
|
* ACTIVE
|
|
7561
7732
|
*/
|
|
7562
7733
|
status?: string;
|
|
7734
|
+
tags?: ListAggregateCompliancePacksResponseBodyCompliancePacksResultCompliancePacksTags[];
|
|
7563
7735
|
static names(): {
|
|
7564
7736
|
[key: string]: string;
|
|
7565
7737
|
};
|
|
@@ -8104,6 +8276,20 @@ export declare class ListAggregateConfigRuleEvaluationStatisticsResponseBodyEval
|
|
|
8104
8276
|
[key: string]: any;
|
|
8105
8277
|
});
|
|
8106
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
|
+
}
|
|
8107
8293
|
export declare class ListAggregateConfigRulesResponseBodyConfigRulesConfigRuleListCompliance extends $dara.Model {
|
|
8108
8294
|
/**
|
|
8109
8295
|
* @remarks
|
|
@@ -9153,6 +9339,34 @@ export declare class ListAggregateResourcesByAdvancedSearchResponseBodyQueryResu
|
|
|
9153
9339
|
[key: string]: any;
|
|
9154
9340
|
});
|
|
9155
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
|
+
}
|
|
9156
9370
|
export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators extends $dara.Model {
|
|
9157
9371
|
/**
|
|
9158
9372
|
* @remarks
|
|
@@ -9233,6 +9447,7 @@ export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators ext
|
|
|
9233
9447
|
* r-BU****
|
|
9234
9448
|
*/
|
|
9235
9449
|
folderId?: string;
|
|
9450
|
+
tags?: ListAggregatorsResponseBodyAggregatorsResultAggregatorsTags[];
|
|
9236
9451
|
static names(): {
|
|
9237
9452
|
[key: string]: string;
|
|
9238
9453
|
};
|
|
@@ -9508,6 +9723,34 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
|
|
|
9508
9723
|
[key: string]: any;
|
|
9509
9724
|
});
|
|
9510
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
|
+
}
|
|
9511
9754
|
export declare class ListCompliancePacksResponseBodyCompliancePacksResultCompliancePacks extends $dara.Model {
|
|
9512
9755
|
/**
|
|
9513
9756
|
* @remarks
|
|
@@ -9580,6 +9823,7 @@ export declare class ListCompliancePacksResponseBodyCompliancePacksResultComplia
|
|
|
9580
9823
|
* ACTIVE
|
|
9581
9824
|
*/
|
|
9582
9825
|
status?: string;
|
|
9826
|
+
tags?: ListCompliancePacksResponseBodyCompliancePacksResultCompliancePacksTags[];
|
|
9583
9827
|
static names(): {
|
|
9584
9828
|
[key: string]: string;
|
|
9585
9829
|
};
|
|
@@ -11980,6 +12224,40 @@ export declare class UpdateAggregateCompliancePackRequestExcludeTagsScope extend
|
|
|
11980
12224
|
[key: string]: any;
|
|
11981
12225
|
});
|
|
11982
12226
|
}
|
|
12227
|
+
export declare class UpdateAggregateCompliancePackRequestTag extends $dara.Model {
|
|
12228
|
+
/**
|
|
12229
|
+
* @remarks
|
|
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://`.
|
|
12233
|
+
*
|
|
12234
|
+
* @example
|
|
12235
|
+
* key-1
|
|
12236
|
+
*/
|
|
12237
|
+
key?: string;
|
|
12238
|
+
/**
|
|
12239
|
+
* @remarks
|
|
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.
|
|
12245
|
+
*
|
|
12246
|
+
* @example
|
|
12247
|
+
* value-1
|
|
12248
|
+
*/
|
|
12249
|
+
value?: string;
|
|
12250
|
+
static names(): {
|
|
12251
|
+
[key: string]: string;
|
|
12252
|
+
};
|
|
12253
|
+
static types(): {
|
|
12254
|
+
[key: string]: any;
|
|
12255
|
+
};
|
|
12256
|
+
validate(): void;
|
|
12257
|
+
constructor(map?: {
|
|
12258
|
+
[key: string]: any;
|
|
12259
|
+
});
|
|
12260
|
+
}
|
|
11983
12261
|
export declare class UpdateAggregateCompliancePackRequestTagsScope extends $dara.Model {
|
|
11984
12262
|
/**
|
|
11985
12263
|
* @remarks
|
|
@@ -12092,10 +12370,44 @@ export declare class UpdateAggregateConfigRuleRequestExcludeTagsScope extends $d
|
|
|
12092
12370
|
[key: string]: any;
|
|
12093
12371
|
});
|
|
12094
12372
|
}
|
|
12095
|
-
export declare class
|
|
12373
|
+
export declare class UpdateAggregateConfigRuleRequestTag extends $dara.Model {
|
|
12096
12374
|
/**
|
|
12097
12375
|
* @remarks
|
|
12098
|
-
* The tag key.
|
|
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
|
+
}
|
|
12407
|
+
export declare class UpdateAggregateConfigRuleRequestTagsScope extends $dara.Model {
|
|
12408
|
+
/**
|
|
12409
|
+
* @remarks
|
|
12410
|
+
* The tag key.
|
|
12099
12411
|
*
|
|
12100
12412
|
* @example
|
|
12101
12413
|
* key-1
|
|
@@ -12222,6 +12534,20 @@ export declare class UpdateAggregatorRequestAggregatorAccounts extends $dara.Mod
|
|
|
12222
12534
|
[key: string]: any;
|
|
12223
12535
|
});
|
|
12224
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
|
+
}
|
|
12225
12551
|
export declare class UpdateCompliancePackRequestConfigRulesConfigRuleParameters extends $dara.Model {
|
|
12226
12552
|
/**
|
|
12227
12553
|
* @remarks
|
|
@@ -12347,6 +12673,20 @@ export declare class UpdateCompliancePackRequestExcludeTagsScope extends $dara.M
|
|
|
12347
12673
|
[key: string]: any;
|
|
12348
12674
|
});
|
|
12349
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
|
+
}
|
|
12350
12690
|
export declare class UpdateCompliancePackRequestTagsScope extends $dara.Model {
|
|
12351
12691
|
/**
|
|
12352
12692
|
* @remarks
|
|
@@ -13387,6 +13727,7 @@ export declare class CreateAggregateCompliancePackRequest extends $dara.Model {
|
|
|
13387
13727
|
* 1
|
|
13388
13728
|
*/
|
|
13389
13729
|
riskLevel?: number;
|
|
13730
|
+
tag?: CreateAggregateCompliancePackRequestTag[];
|
|
13390
13731
|
/**
|
|
13391
13732
|
* @remarks
|
|
13392
13733
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -13563,6 +13904,7 @@ export declare class CreateAggregateCompliancePackShrinkRequest extends $dara.Mo
|
|
|
13563
13904
|
* 1
|
|
13564
13905
|
*/
|
|
13565
13906
|
riskLevel?: number;
|
|
13907
|
+
tagShrink?: string;
|
|
13566
13908
|
/**
|
|
13567
13909
|
* @remarks
|
|
13568
13910
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -14118,6 +14460,7 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
14118
14460
|
* ALIYUN
|
|
14119
14461
|
*/
|
|
14120
14462
|
sourceOwner?: string;
|
|
14463
|
+
tag?: CreateAggregateConfigRuleRequestTag[];
|
|
14121
14464
|
/**
|
|
14122
14465
|
* @remarks
|
|
14123
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:
|
|
@@ -14406,6 +14749,7 @@ export declare class CreateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
14406
14749
|
* ALIYUN
|
|
14407
14750
|
*/
|
|
14408
14751
|
sourceOwner?: string;
|
|
14752
|
+
tagShrink?: string;
|
|
14409
14753
|
/**
|
|
14410
14754
|
* @remarks
|
|
14411
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:
|
|
@@ -14721,6 +15065,7 @@ export declare class CreateAggregatorRequest extends $dara.Model {
|
|
|
14721
15065
|
* fd-brHdgv****
|
|
14722
15066
|
*/
|
|
14723
15067
|
folderId?: string;
|
|
15068
|
+
tag?: CreateAggregatorRequestTag[];
|
|
14724
15069
|
static names(): {
|
|
14725
15070
|
[key: string]: string;
|
|
14726
15071
|
};
|
|
@@ -14801,6 +15146,7 @@ export declare class CreateAggregatorShrinkRequest extends $dara.Model {
|
|
|
14801
15146
|
* fd-brHdgv****
|
|
14802
15147
|
*/
|
|
14803
15148
|
folderId?: string;
|
|
15149
|
+
tagShrink?: string;
|
|
14804
15150
|
static names(): {
|
|
14805
15151
|
[key: string]: string;
|
|
14806
15152
|
};
|
|
@@ -14978,6 +15324,7 @@ export declare class CreateCompliancePackRequest extends $dara.Model {
|
|
|
14978
15324
|
* 1
|
|
14979
15325
|
*/
|
|
14980
15326
|
riskLevel?: number;
|
|
15327
|
+
tag?: CreateCompliancePackRequestTag[];
|
|
14981
15328
|
/**
|
|
14982
15329
|
* @remarks
|
|
14983
15330
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -15141,6 +15488,7 @@ export declare class CreateCompliancePackShrinkRequest extends $dara.Model {
|
|
|
15141
15488
|
* 1
|
|
15142
15489
|
*/
|
|
15143
15490
|
riskLevel?: number;
|
|
15491
|
+
tagShrink?: string;
|
|
15144
15492
|
/**
|
|
15145
15493
|
* @remarks
|
|
15146
15494
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -17408,6 +17756,13 @@ export declare class EvaluatePreConfigRulesRequest extends $dara.Model {
|
|
|
17408
17756
|
* This parameter is required.
|
|
17409
17757
|
*/
|
|
17410
17758
|
resourceEvaluateItems?: EvaluatePreConfigRulesRequestResourceEvaluateItems[];
|
|
17759
|
+
/**
|
|
17760
|
+
* @remarks
|
|
17761
|
+
* 下一个查询开始Token
|
|
17762
|
+
*
|
|
17763
|
+
* @example
|
|
17764
|
+
* ros
|
|
17765
|
+
*/
|
|
17411
17766
|
resourceTypeFormat?: string;
|
|
17412
17767
|
static names(): {
|
|
17413
17768
|
[key: string]: string;
|
|
@@ -17441,6 +17796,13 @@ export declare class EvaluatePreConfigRulesShrinkRequest extends $dara.Model {
|
|
|
17441
17796
|
* This parameter is required.
|
|
17442
17797
|
*/
|
|
17443
17798
|
resourceEvaluateItemsShrink?: string;
|
|
17799
|
+
/**
|
|
17800
|
+
* @remarks
|
|
17801
|
+
* 下一个查询开始Token
|
|
17802
|
+
*
|
|
17803
|
+
* @example
|
|
17804
|
+
* ros
|
|
17805
|
+
*/
|
|
17444
17806
|
resourceTypeFormat?: string;
|
|
17445
17807
|
static names(): {
|
|
17446
17808
|
[key: string]: string;
|
|
@@ -18212,6 +18574,44 @@ export declare class GetAggregateCompliancePackRequest extends $dara.Model {
|
|
|
18212
18574
|
* cp-fdc8626622af00f9****
|
|
18213
18575
|
*/
|
|
18214
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;
|
|
18215
18615
|
static names(): {
|
|
18216
18616
|
[key: string]: string;
|
|
18217
18617
|
};
|
|
@@ -19853,6 +20253,30 @@ export declare class GetAggregatorRequest extends $dara.Model {
|
|
|
19853
20253
|
* ca-88ea626622af0055****
|
|
19854
20254
|
*/
|
|
19855
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;
|
|
19856
20280
|
static names(): {
|
|
19857
20281
|
[key: string]: string;
|
|
19858
20282
|
};
|
|
@@ -19919,6 +20343,32 @@ export declare class GetCompliancePackRequest extends $dara.Model {
|
|
|
19919
20343
|
* cp-a8a8626622af0082****
|
|
19920
20344
|
*/
|
|
19921
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;
|
|
19922
20372
|
static names(): {
|
|
19923
20373
|
[key: string]: string;
|
|
19924
20374
|
};
|
|
@@ -21866,6 +22316,63 @@ export declare class ListAggregateCompliancePacksRequest extends $dara.Model {
|
|
|
21866
22316
|
* ACTIVE
|
|
21867
22317
|
*/
|
|
21868
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 {
|
|
22332
|
+
/**
|
|
22333
|
+
* @remarks
|
|
22334
|
+
* The ID of the account group.
|
|
22335
|
+
*
|
|
22336
|
+
* For more information about how to obtain the ID of an account group, see [ListAggregators](https://help.aliyun.com/document_detail/255797.html).
|
|
22337
|
+
*
|
|
22338
|
+
* This parameter is required.
|
|
22339
|
+
*
|
|
22340
|
+
* @example
|
|
22341
|
+
* ca-f632626622af0079****
|
|
22342
|
+
*/
|
|
22343
|
+
aggregatorId?: string;
|
|
22344
|
+
/**
|
|
22345
|
+
* @remarks
|
|
22346
|
+
* The number of the page to return.
|
|
22347
|
+
*
|
|
22348
|
+
* Pages start from page 1. Default value: 1.
|
|
22349
|
+
*
|
|
22350
|
+
* @example
|
|
22351
|
+
* 1
|
|
22352
|
+
*/
|
|
22353
|
+
pageNumber?: number;
|
|
22354
|
+
/**
|
|
22355
|
+
* @remarks
|
|
22356
|
+
* The number of entries to return on each page.
|
|
22357
|
+
*
|
|
22358
|
+
* Valid values: 1 to 100. Default value: 10.
|
|
22359
|
+
*
|
|
22360
|
+
* @example
|
|
22361
|
+
* 20
|
|
22362
|
+
*/
|
|
22363
|
+
pageSize?: number;
|
|
22364
|
+
/**
|
|
22365
|
+
* @remarks
|
|
22366
|
+
* The status of the one or more compliance packages to be queried. Valid values:
|
|
22367
|
+
*
|
|
22368
|
+
* * ACTIVE: compliance packages that are available for use.
|
|
22369
|
+
* * CREATING: compliance packages that are being created.
|
|
22370
|
+
*
|
|
22371
|
+
* @example
|
|
22372
|
+
* ACTIVE
|
|
22373
|
+
*/
|
|
22374
|
+
status?: string;
|
|
22375
|
+
tagShrink?: string;
|
|
21869
22376
|
static names(): {
|
|
21870
22377
|
[key: string]: string;
|
|
21871
22378
|
};
|
|
@@ -22316,6 +22823,124 @@ export declare class ListAggregateConfigRulesRequest extends $dara.Model {
|
|
|
22316
22823
|
* 1
|
|
22317
22824
|
*/
|
|
22318
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;
|
|
22319
22944
|
static names(): {
|
|
22320
22945
|
[key: string]: string;
|
|
22321
22946
|
};
|
|
@@ -23067,6 +23692,38 @@ export declare class ListAggregatorsRequest extends $dara.Model {
|
|
|
23067
23692
|
* TGlzdFJlc291cmNlU2hhcmVzJjE1MTI2NjY4NzY5MTAzOTEmMiZORnI4NDhVeEtrUT0
|
|
23068
23693
|
*/
|
|
23069
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;
|
|
23070
23727
|
static names(): {
|
|
23071
23728
|
[key: string]: string;
|
|
23072
23729
|
};
|
|
@@ -23242,6 +23899,51 @@ export declare class ListCompliancePacksRequest extends $dara.Model {
|
|
|
23242
23899
|
* ACTIVE
|
|
23243
23900
|
*/
|
|
23244
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;
|
|
23245
23947
|
static names(): {
|
|
23246
23948
|
[key: string]: string;
|
|
23247
23949
|
};
|
|
@@ -26211,6 +26913,13 @@ export declare class UpdateAggregateCompliancePackRequest extends $dara.Model {
|
|
|
26211
26913
|
* 1
|
|
26212
26914
|
*/
|
|
26213
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[];
|
|
26214
26923
|
/**
|
|
26215
26924
|
* @remarks
|
|
26216
26925
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -26368,6 +27077,13 @@ export declare class UpdateAggregateCompliancePackShrinkRequest extends $dara.Mo
|
|
|
26368
27077
|
* 1
|
|
26369
27078
|
*/
|
|
26370
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;
|
|
26371
27087
|
/**
|
|
26372
27088
|
* @remarks
|
|
26373
27089
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -26902,6 +27618,13 @@ export declare class UpdateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
26902
27618
|
* 3
|
|
26903
27619
|
*/
|
|
26904
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[];
|
|
26905
27628
|
/**
|
|
26906
27629
|
* @remarks
|
|
26907
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:
|
|
@@ -27162,6 +27885,13 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
27162
27885
|
* 3
|
|
27163
27886
|
*/
|
|
27164
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;
|
|
27165
27895
|
/**
|
|
27166
27896
|
* @remarks
|
|
27167
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:
|
|
@@ -27440,6 +28170,7 @@ export declare class UpdateAggregatorRequest extends $dara.Model {
|
|
|
27440
28170
|
* Test_Aggregator_Description
|
|
27441
28171
|
*/
|
|
27442
28172
|
description?: string;
|
|
28173
|
+
tag?: UpdateAggregatorRequestTag[];
|
|
27443
28174
|
static names(): {
|
|
27444
28175
|
[key: string]: string;
|
|
27445
28176
|
};
|
|
@@ -27502,6 +28233,7 @@ export declare class UpdateAggregatorShrinkRequest extends $dara.Model {
|
|
|
27502
28233
|
* Test_Aggregator_Description
|
|
27503
28234
|
*/
|
|
27504
28235
|
description?: string;
|
|
28236
|
+
tagShrink?: string;
|
|
27505
28237
|
static names(): {
|
|
27506
28238
|
[key: string]: string;
|
|
27507
28239
|
};
|
|
@@ -27669,6 +28401,7 @@ export declare class UpdateCompliancePackRequest extends $dara.Model {
|
|
|
27669
28401
|
* 1
|
|
27670
28402
|
*/
|
|
27671
28403
|
riskLevel?: number;
|
|
28404
|
+
tag?: UpdateCompliancePackRequestTag[];
|
|
27672
28405
|
/**
|
|
27673
28406
|
* @remarks
|
|
27674
28407
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -27814,6 +28547,7 @@ export declare class UpdateCompliancePackShrinkRequest extends $dara.Model {
|
|
|
27814
28547
|
* 1
|
|
27815
28548
|
*/
|
|
27816
28549
|
riskLevel?: number;
|
|
28550
|
+
tagShrink?: string;
|
|
27817
28551
|
/**
|
|
27818
28552
|
* @remarks
|
|
27819
28553
|
* The tag key of the resource that you want to evaluate by using the compliance package.
|
|
@@ -30030,11 +30764,11 @@ export default class Client extends OpenApi {
|
|
|
30030
30764
|
* @remarks
|
|
30031
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****`.
|
|
30032
30766
|
*
|
|
30033
|
-
* @param
|
|
30767
|
+
* @param tmpReq - GetAggregateCompliancePackRequest
|
|
30034
30768
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30035
30769
|
* @returns GetAggregateCompliancePackResponse
|
|
30036
30770
|
*/
|
|
30037
|
-
getAggregateCompliancePackWithOptions(
|
|
30771
|
+
getAggregateCompliancePackWithOptions(tmpReq: GetAggregateCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<GetAggregateCompliancePackResponse>;
|
|
30038
30772
|
/**
|
|
30039
30773
|
* Queries the details of a compliance package in an account group.
|
|
30040
30774
|
*
|
|
@@ -30400,11 +31134,11 @@ export default class Client extends OpenApi {
|
|
|
30400
31134
|
* @remarks
|
|
30401
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.
|
|
30402
31136
|
*
|
|
30403
|
-
* @param
|
|
31137
|
+
* @param tmpReq - GetAggregatorRequest
|
|
30404
31138
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30405
31139
|
* @returns GetAggregatorResponse
|
|
30406
31140
|
*/
|
|
30407
|
-
getAggregatorWithOptions(
|
|
31141
|
+
getAggregatorWithOptions(tmpReq: GetAggregatorRequest, runtime: $dara.RuntimeOptions): Promise<GetAggregatorResponse>;
|
|
30408
31142
|
/**
|
|
30409
31143
|
* Queries the details of an account group. You can query the name, creation time, member, and type of an account group.
|
|
30410
31144
|
*
|
|
@@ -30421,11 +31155,11 @@ export default class Client extends OpenApi {
|
|
|
30421
31155
|
* @remarks
|
|
30422
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.
|
|
30423
31157
|
*
|
|
30424
|
-
* @param
|
|
31158
|
+
* @param tmpReq - GetCompliancePackRequest
|
|
30425
31159
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30426
31160
|
* @returns GetCompliancePackResponse
|
|
30427
31161
|
*/
|
|
30428
|
-
getCompliancePackWithOptions(
|
|
31162
|
+
getCompliancePackWithOptions(tmpReq: GetCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<GetCompliancePackResponse>;
|
|
30429
31163
|
/**
|
|
30430
31164
|
* Queries the details of a compliance package.
|
|
30431
31165
|
*
|
|
@@ -30930,11 +31664,11 @@ export default class Client extends OpenApi {
|
|
|
30930
31664
|
* @remarks
|
|
30931
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****`.
|
|
30932
31666
|
*
|
|
30933
|
-
* @param
|
|
31667
|
+
* @param tmpReq - ListAggregateCompliancePacksRequest
|
|
30934
31668
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
30935
31669
|
* @returns ListAggregateCompliancePacksResponse
|
|
30936
31670
|
*/
|
|
30937
|
-
listAggregateCompliancePacksWithOptions(
|
|
31671
|
+
listAggregateCompliancePacksWithOptions(tmpReq: ListAggregateCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<ListAggregateCompliancePacksResponse>;
|
|
30938
31672
|
/**
|
|
30939
31673
|
* Queries a list of compliance packages in an account group.
|
|
30940
31674
|
*
|
|
@@ -31008,11 +31742,11 @@ export default class Client extends OpenApi {
|
|
|
31008
31742
|
* @remarks
|
|
31009
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`.
|
|
31010
31744
|
*
|
|
31011
|
-
* @param
|
|
31745
|
+
* @param tmpReq - ListAggregateConfigRulesRequest
|
|
31012
31746
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
31013
31747
|
* @returns ListAggregateConfigRulesResponse
|
|
31014
31748
|
*/
|
|
31015
|
-
listAggregateConfigRulesWithOptions(
|
|
31749
|
+
listAggregateConfigRulesWithOptions(tmpReq: ListAggregateConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<ListAggregateConfigRulesResponse>;
|
|
31016
31750
|
/**
|
|
31017
31751
|
* Queries a list of rules in an account group.
|
|
31018
31752
|
*
|
|
@@ -31163,11 +31897,11 @@ export default class Client extends OpenApi {
|
|
|
31163
31897
|
* @remarks
|
|
31164
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.
|
|
31165
31899
|
*
|
|
31166
|
-
* @param
|
|
31900
|
+
* @param tmpReq - ListAggregatorsRequest
|
|
31167
31901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
31168
31902
|
* @returns ListAggregatorsResponse
|
|
31169
31903
|
*/
|
|
31170
|
-
listAggregatorsWithOptions(
|
|
31904
|
+
listAggregatorsWithOptions(tmpReq: ListAggregatorsRequest, runtime: $dara.RuntimeOptions): Promise<ListAggregatorsResponse>;
|
|
31171
31905
|
/**
|
|
31172
31906
|
* Queries all account groups within the current management account or delegated administrator account.
|
|
31173
31907
|
*
|
|
@@ -31205,11 +31939,11 @@ export default class Client extends OpenApi {
|
|
|
31205
31939
|
* @remarks
|
|
31206
31940
|
* This topic provides an example of how to query compliance packages. The return result shows the details of the `cp-fdc8626622af00f9****` compliance package.
|
|
31207
31941
|
*
|
|
31208
|
-
* @param
|
|
31942
|
+
* @param tmpReq - ListCompliancePacksRequest
|
|
31209
31943
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
31210
31944
|
* @returns ListCompliancePacksResponse
|
|
31211
31945
|
*/
|
|
31212
|
-
listCompliancePacksWithOptions(
|
|
31946
|
+
listCompliancePacksWithOptions(tmpReq: ListCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<ListCompliancePacksResponse>;
|
|
31213
31947
|
/**
|
|
31214
31948
|
* Queries a list of compliance packages.
|
|
31215
31949
|
*
|