@alicloud/config20200907 2.2.8 → 2.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -63,6 +63,47 @@ export declare class ActiveAggregateConfigRulesResponse extends $tea.Model {
63
63
  [key: string]: any;
64
64
  });
65
65
  }
66
+ export declare class ActiveConfigRulesRequest extends $tea.Model {
67
+ configRuleIds?: string;
68
+ static names(): {
69
+ [key: string]: string;
70
+ };
71
+ static types(): {
72
+ [key: string]: any;
73
+ };
74
+ constructor(map?: {
75
+ [key: string]: any;
76
+ });
77
+ }
78
+ export declare class ActiveConfigRulesResponseBody extends $tea.Model {
79
+ operateRuleResult?: ActiveConfigRulesResponseBodyOperateRuleResult;
80
+ requestId?: string;
81
+ static names(): {
82
+ [key: string]: string;
83
+ };
84
+ static types(): {
85
+ [key: string]: any;
86
+ };
87
+ constructor(map?: {
88
+ [key: string]: any;
89
+ });
90
+ }
91
+ export declare class ActiveConfigRulesResponse extends $tea.Model {
92
+ headers: {
93
+ [key: string]: string;
94
+ };
95
+ statusCode: number;
96
+ body: ActiveConfigRulesResponseBody;
97
+ static names(): {
98
+ [key: string]: string;
99
+ };
100
+ static types(): {
101
+ [key: string]: any;
102
+ };
103
+ constructor(map?: {
104
+ [key: string]: any;
105
+ });
106
+ }
66
107
  export declare class AttachAggregateConfigRuleToCompliancePackRequest extends $tea.Model {
67
108
  aggregatorId?: string;
68
109
  compliancePackId?: string;
@@ -1253,6 +1294,47 @@ export declare class DeleteConfigDeliveryChannelResponse extends $tea.Model {
1253
1294
  [key: string]: any;
1254
1295
  });
1255
1296
  }
1297
+ export declare class DeleteConfigRulesRequest extends $tea.Model {
1298
+ configRuleIds?: string;
1299
+ static names(): {
1300
+ [key: string]: string;
1301
+ };
1302
+ static types(): {
1303
+ [key: string]: any;
1304
+ };
1305
+ constructor(map?: {
1306
+ [key: string]: any;
1307
+ });
1308
+ }
1309
+ export declare class DeleteConfigRulesResponseBody extends $tea.Model {
1310
+ operateRuleResult?: DeleteConfigRulesResponseBodyOperateRuleResult;
1311
+ requestId?: string;
1312
+ static names(): {
1313
+ [key: string]: string;
1314
+ };
1315
+ static types(): {
1316
+ [key: string]: any;
1317
+ };
1318
+ constructor(map?: {
1319
+ [key: string]: any;
1320
+ });
1321
+ }
1322
+ export declare class DeleteConfigRulesResponse extends $tea.Model {
1323
+ headers: {
1324
+ [key: string]: string;
1325
+ };
1326
+ statusCode: number;
1327
+ body: DeleteConfigRulesResponseBody;
1328
+ static names(): {
1329
+ [key: string]: string;
1330
+ };
1331
+ static types(): {
1332
+ [key: string]: any;
1333
+ };
1334
+ constructor(map?: {
1335
+ [key: string]: any;
1336
+ });
1337
+ }
1256
1338
  export declare class DeleteRemediationsRequest extends $tea.Model {
1257
1339
  remediationIds?: string;
1258
1340
  static names(): {
@@ -1521,6 +1603,49 @@ export declare class GenerateAggregateConfigRulesReportResponse extends $tea.Mod
1521
1603
  [key: string]: any;
1522
1604
  });
1523
1605
  }
1606
+ export declare class GenerateAggregateResourceInventoryRequest extends $tea.Model {
1607
+ accountIds?: string;
1608
+ aggregatorId?: string;
1609
+ regions?: string;
1610
+ resourceTypes?: string;
1611
+ static names(): {
1612
+ [key: string]: string;
1613
+ };
1614
+ static types(): {
1615
+ [key: string]: any;
1616
+ };
1617
+ constructor(map?: {
1618
+ [key: string]: any;
1619
+ });
1620
+ }
1621
+ export declare class GenerateAggregateResourceInventoryResponseBody extends $tea.Model {
1622
+ requestId?: string;
1623
+ static names(): {
1624
+ [key: string]: string;
1625
+ };
1626
+ static types(): {
1627
+ [key: string]: any;
1628
+ };
1629
+ constructor(map?: {
1630
+ [key: string]: any;
1631
+ });
1632
+ }
1633
+ export declare class GenerateAggregateResourceInventoryResponse extends $tea.Model {
1634
+ headers: {
1635
+ [key: string]: string;
1636
+ };
1637
+ statusCode: number;
1638
+ body: GenerateAggregateResourceInventoryResponseBody;
1639
+ static names(): {
1640
+ [key: string]: string;
1641
+ };
1642
+ static types(): {
1643
+ [key: string]: any;
1644
+ };
1645
+ constructor(map?: {
1646
+ [key: string]: any;
1647
+ });
1648
+ }
1524
1649
  export declare class GenerateCompliancePackReportRequest extends $tea.Model {
1525
1650
  clientToken?: string;
1526
1651
  compliancePackId?: string;
@@ -1605,6 +1730,47 @@ export declare class GenerateConfigRulesReportResponse extends $tea.Model {
1605
1730
  [key: string]: any;
1606
1731
  });
1607
1732
  }
1733
+ export declare class GenerateResourceInventoryRequest extends $tea.Model {
1734
+ regions?: string;
1735
+ resourceTypes?: string;
1736
+ static names(): {
1737
+ [key: string]: string;
1738
+ };
1739
+ static types(): {
1740
+ [key: string]: any;
1741
+ };
1742
+ constructor(map?: {
1743
+ [key: string]: any;
1744
+ });
1745
+ }
1746
+ export declare class GenerateResourceInventoryResponseBody extends $tea.Model {
1747
+ requestId?: string;
1748
+ static names(): {
1749
+ [key: string]: string;
1750
+ };
1751
+ static types(): {
1752
+ [key: string]: any;
1753
+ };
1754
+ constructor(map?: {
1755
+ [key: string]: any;
1756
+ });
1757
+ }
1758
+ export declare class GenerateResourceInventoryResponse extends $tea.Model {
1759
+ headers: {
1760
+ [key: string]: string;
1761
+ };
1762
+ statusCode: number;
1763
+ body: GenerateResourceInventoryResponseBody;
1764
+ static names(): {
1765
+ [key: string]: string;
1766
+ };
1767
+ static types(): {
1768
+ [key: string]: any;
1769
+ };
1770
+ constructor(map?: {
1771
+ [key: string]: any;
1772
+ });
1773
+ }
1608
1774
  export declare class GetAggregateAccountComplianceByPackRequest extends $tea.Model {
1609
1775
  aggregatorId?: string;
1610
1776
  compliancePackId?: string;
@@ -1731,6 +1897,47 @@ export declare class GetAggregateCompliancePackReportResponse extends $tea.Model
1731
1897
  [key: string]: any;
1732
1898
  });
1733
1899
  }
1900
+ export declare class GetAggregateComplianceSummaryRequest extends $tea.Model {
1901
+ aggregatorId?: string;
1902
+ static names(): {
1903
+ [key: string]: string;
1904
+ };
1905
+ static types(): {
1906
+ [key: string]: any;
1907
+ };
1908
+ constructor(map?: {
1909
+ [key: string]: any;
1910
+ });
1911
+ }
1912
+ export declare class GetAggregateComplianceSummaryResponseBody extends $tea.Model {
1913
+ complianceSummary?: GetAggregateComplianceSummaryResponseBodyComplianceSummary;
1914
+ requestId?: string;
1915
+ static names(): {
1916
+ [key: string]: string;
1917
+ };
1918
+ static types(): {
1919
+ [key: string]: any;
1920
+ };
1921
+ constructor(map?: {
1922
+ [key: string]: any;
1923
+ });
1924
+ }
1925
+ export declare class GetAggregateComplianceSummaryResponse extends $tea.Model {
1926
+ headers: {
1927
+ [key: string]: string;
1928
+ };
1929
+ statusCode: number;
1930
+ body: GetAggregateComplianceSummaryResponseBody;
1931
+ static names(): {
1932
+ [key: string]: string;
1933
+ };
1934
+ static types(): {
1935
+ [key: string]: any;
1936
+ };
1937
+ constructor(map?: {
1938
+ [key: string]: any;
1939
+ });
1940
+ }
1734
1941
  export declare class GetAggregateConfigDeliveryChannelRequest extends $tea.Model {
1735
1942
  aggregatorId?: string;
1736
1943
  deliveryChannelId?: string;
@@ -2470,6 +2677,35 @@ export declare class GetCompliancePackReportResponse extends $tea.Model {
2470
2677
  [key: string]: any;
2471
2678
  });
2472
2679
  }
2680
+ export declare class GetComplianceSummaryResponseBody extends $tea.Model {
2681
+ complianceSummary?: GetComplianceSummaryResponseBodyComplianceSummary;
2682
+ requestId?: string;
2683
+ static names(): {
2684
+ [key: string]: string;
2685
+ };
2686
+ static types(): {
2687
+ [key: string]: any;
2688
+ };
2689
+ constructor(map?: {
2690
+ [key: string]: any;
2691
+ });
2692
+ }
2693
+ export declare class GetComplianceSummaryResponse extends $tea.Model {
2694
+ headers: {
2695
+ [key: string]: string;
2696
+ };
2697
+ statusCode: number;
2698
+ body: GetComplianceSummaryResponseBody;
2699
+ static names(): {
2700
+ [key: string]: string;
2701
+ };
2702
+ static types(): {
2703
+ [key: string]: any;
2704
+ };
2705
+ constructor(map?: {
2706
+ [key: string]: any;
2707
+ });
2708
+ }
2473
2709
  export declare class GetConfigDeliveryChannelRequest extends $tea.Model {
2474
2710
  deliveryChannelId?: string;
2475
2711
  static names(): {
@@ -2663,6 +2899,35 @@ export declare class GetConfigRulesReportResponse extends $tea.Model {
2663
2899
  [key: string]: any;
2664
2900
  });
2665
2901
  }
2902
+ export declare class GetConfigurationRecorderResponseBody extends $tea.Model {
2903
+ configurationRecorder?: GetConfigurationRecorderResponseBodyConfigurationRecorder;
2904
+ requestId?: string;
2905
+ static names(): {
2906
+ [key: string]: string;
2907
+ };
2908
+ static types(): {
2909
+ [key: string]: any;
2910
+ };
2911
+ constructor(map?: {
2912
+ [key: string]: any;
2913
+ });
2914
+ }
2915
+ export declare class GetConfigurationRecorderResponse extends $tea.Model {
2916
+ headers: {
2917
+ [key: string]: string;
2918
+ };
2919
+ statusCode: number;
2920
+ body: GetConfigurationRecorderResponseBody;
2921
+ static names(): {
2922
+ [key: string]: string;
2923
+ };
2924
+ static types(): {
2925
+ [key: string]: any;
2926
+ };
2927
+ constructor(map?: {
2928
+ [key: string]: any;
2929
+ });
2930
+ }
2666
2931
  export declare class GetDiscoveredResourceRequest extends $tea.Model {
2667
2932
  region?: string;
2668
2933
  resourceId?: string;
@@ -2870,6 +3135,47 @@ export declare class GetManagedRuleResponse extends $tea.Model {
2870
3135
  [key: string]: any;
2871
3136
  });
2872
3137
  }
3138
+ export declare class GetRemediationTemplateRequest extends $tea.Model {
3139
+ templateIdentifier?: string;
3140
+ static names(): {
3141
+ [key: string]: string;
3142
+ };
3143
+ static types(): {
3144
+ [key: string]: any;
3145
+ };
3146
+ constructor(map?: {
3147
+ [key: string]: any;
3148
+ });
3149
+ }
3150
+ export declare class GetRemediationTemplateResponseBody extends $tea.Model {
3151
+ remediationTemplates?: GetRemediationTemplateResponseBodyRemediationTemplates[];
3152
+ requestId?: string;
3153
+ static names(): {
3154
+ [key: string]: string;
3155
+ };
3156
+ static types(): {
3157
+ [key: string]: any;
3158
+ };
3159
+ constructor(map?: {
3160
+ [key: string]: any;
3161
+ });
3162
+ }
3163
+ export declare class GetRemediationTemplateResponse extends $tea.Model {
3164
+ headers: {
3165
+ [key: string]: string;
3166
+ };
3167
+ statusCode: number;
3168
+ body: GetRemediationTemplateResponseBody;
3169
+ static names(): {
3170
+ [key: string]: string;
3171
+ };
3172
+ static types(): {
3173
+ [key: string]: any;
3174
+ };
3175
+ constructor(map?: {
3176
+ [key: string]: any;
3177
+ });
3178
+ }
2873
3179
  export declare class GetResourceComplianceByConfigRuleRequest extends $tea.Model {
2874
3180
  complianceType?: string;
2875
3181
  configRuleId?: string;
@@ -3129,6 +3435,47 @@ export declare class GetResourceConfigurationTimelineResponse extends $tea.Model
3129
3435
  [key: string]: any;
3130
3436
  });
3131
3437
  }
3438
+ export declare class GetSupportedResourceRelationConfigRequest extends $tea.Model {
3439
+ resourceType?: string;
3440
+ static names(): {
3441
+ [key: string]: string;
3442
+ };
3443
+ static types(): {
3444
+ [key: string]: any;
3445
+ };
3446
+ constructor(map?: {
3447
+ [key: string]: any;
3448
+ });
3449
+ }
3450
+ export declare class GetSupportedResourceRelationConfigResponseBody extends $tea.Model {
3451
+ requestId?: string;
3452
+ resourceRelationConfigList?: GetSupportedResourceRelationConfigResponseBodyResourceRelationConfigList[];
3453
+ static names(): {
3454
+ [key: string]: string;
3455
+ };
3456
+ static types(): {
3457
+ [key: string]: any;
3458
+ };
3459
+ constructor(map?: {
3460
+ [key: string]: any;
3461
+ });
3462
+ }
3463
+ export declare class GetSupportedResourceRelationConfigResponse extends $tea.Model {
3464
+ headers: {
3465
+ [key: string]: string;
3466
+ };
3467
+ statusCode: number;
3468
+ body: GetSupportedResourceRelationConfigResponseBody;
3469
+ static names(): {
3470
+ [key: string]: string;
3471
+ };
3472
+ static types(): {
3473
+ [key: string]: any;
3474
+ };
3475
+ constructor(map?: {
3476
+ [key: string]: any;
3477
+ });
3478
+ }
3132
3479
  export declare class IgnoreAggregateEvaluationResultsRequest extends $tea.Model {
3133
3480
  aggregatorId?: string;
3134
3481
  configRuleId?: string;
@@ -4037,6 +4384,50 @@ export declare class ListPreManagedRulesResponse extends $tea.Model {
4037
4384
  [key: string]: any;
4038
4385
  });
4039
4386
  }
4387
+ export declare class ListRemediationExecutionsRequest extends $tea.Model {
4388
+ configRuleId?: string;
4389
+ executionStatus?: string;
4390
+ maxResults?: number;
4391
+ nextToken?: string;
4392
+ static names(): {
4393
+ [key: string]: string;
4394
+ };
4395
+ static types(): {
4396
+ [key: string]: any;
4397
+ };
4398
+ constructor(map?: {
4399
+ [key: string]: any;
4400
+ });
4401
+ }
4402
+ export declare class ListRemediationExecutionsResponseBody extends $tea.Model {
4403
+ remediationExecutionData?: ListRemediationExecutionsResponseBodyRemediationExecutionData;
4404
+ requestId?: string;
4405
+ static names(): {
4406
+ [key: string]: string;
4407
+ };
4408
+ static types(): {
4409
+ [key: string]: any;
4410
+ };
4411
+ constructor(map?: {
4412
+ [key: string]: any;
4413
+ });
4414
+ }
4415
+ export declare class ListRemediationExecutionsResponse extends $tea.Model {
4416
+ headers: {
4417
+ [key: string]: string;
4418
+ };
4419
+ statusCode: number;
4420
+ body: ListRemediationExecutionsResponseBody;
4421
+ static names(): {
4422
+ [key: string]: string;
4423
+ };
4424
+ static types(): {
4425
+ [key: string]: any;
4426
+ };
4427
+ constructor(map?: {
4428
+ [key: string]: any;
4429
+ });
4430
+ }
4040
4431
  export declare class ListRemediationTemplatesRequest extends $tea.Model {
4041
4432
  managedRuleIdentifier?: string;
4042
4433
  pageNumber?: number;
@@ -4286,6 +4677,49 @@ export declare class ListTagResourcesResponse extends $tea.Model {
4286
4677
  [key: string]: any;
4287
4678
  });
4288
4679
  }
4680
+ export declare class PutEvaluationsRequest extends $tea.Model {
4681
+ deleteMode?: boolean;
4682
+ evaluations?: string;
4683
+ resultToken?: string;
4684
+ static names(): {
4685
+ [key: string]: string;
4686
+ };
4687
+ static types(): {
4688
+ [key: string]: any;
4689
+ };
4690
+ constructor(map?: {
4691
+ [key: string]: any;
4692
+ });
4693
+ }
4694
+ export declare class PutEvaluationsResponseBody extends $tea.Model {
4695
+ requestId?: string;
4696
+ result?: boolean;
4697
+ static names(): {
4698
+ [key: string]: string;
4699
+ };
4700
+ static types(): {
4701
+ [key: string]: any;
4702
+ };
4703
+ constructor(map?: {
4704
+ [key: string]: any;
4705
+ });
4706
+ }
4707
+ export declare class PutEvaluationsResponse extends $tea.Model {
4708
+ headers: {
4709
+ [key: string]: string;
4710
+ };
4711
+ statusCode: number;
4712
+ body: PutEvaluationsResponseBody;
4713
+ static names(): {
4714
+ [key: string]: string;
4715
+ };
4716
+ static types(): {
4717
+ [key: string]: any;
4718
+ };
4719
+ constructor(map?: {
4720
+ [key: string]: any;
4721
+ });
4722
+ }
4289
4723
  export declare class RevertAggregateEvaluationResultsRequest extends $tea.Model {
4290
4724
  aggregatorId?: string;
4291
4725
  configRuleId?: string;
@@ -4443,6 +4877,7 @@ export declare class StartAggregateConfigRuleEvaluationResponse extends $tea.Mod
4443
4877
  export declare class StartAggregateRemediationRequest extends $tea.Model {
4444
4878
  aggregatorId?: string;
4445
4879
  configRuleId?: string;
4880
+ resourceAccountId?: number;
4446
4881
  static names(): {
4447
4882
  [key: string]: string;
4448
4883
  };
@@ -4482,6 +4917,78 @@ export declare class StartAggregateRemediationResponse extends $tea.Model {
4482
4917
  [key: string]: any;
4483
4918
  });
4484
4919
  }
4920
+ export declare class StartConfigRuleEvaluationRequest extends $tea.Model {
4921
+ compliancePackId?: string;
4922
+ configRuleId?: string;
4923
+ revertEvaluation?: boolean;
4924
+ static names(): {
4925
+ [key: string]: string;
4926
+ };
4927
+ static types(): {
4928
+ [key: string]: any;
4929
+ };
4930
+ constructor(map?: {
4931
+ [key: string]: any;
4932
+ });
4933
+ }
4934
+ export declare class StartConfigRuleEvaluationResponseBody extends $tea.Model {
4935
+ requestId?: string;
4936
+ result?: boolean;
4937
+ static names(): {
4938
+ [key: string]: string;
4939
+ };
4940
+ static types(): {
4941
+ [key: string]: any;
4942
+ };
4943
+ constructor(map?: {
4944
+ [key: string]: any;
4945
+ });
4946
+ }
4947
+ export declare class StartConfigRuleEvaluationResponse extends $tea.Model {
4948
+ headers: {
4949
+ [key: string]: string;
4950
+ };
4951
+ statusCode: number;
4952
+ body: StartConfigRuleEvaluationResponseBody;
4953
+ static names(): {
4954
+ [key: string]: string;
4955
+ };
4956
+ static types(): {
4957
+ [key: string]: any;
4958
+ };
4959
+ constructor(map?: {
4960
+ [key: string]: any;
4961
+ });
4962
+ }
4963
+ export declare class StartConfigurationRecorderResponseBody extends $tea.Model {
4964
+ configurationRecorder?: StartConfigurationRecorderResponseBodyConfigurationRecorder;
4965
+ requestId?: string;
4966
+ static names(): {
4967
+ [key: string]: string;
4968
+ };
4969
+ static types(): {
4970
+ [key: string]: any;
4971
+ };
4972
+ constructor(map?: {
4973
+ [key: string]: any;
4974
+ });
4975
+ }
4976
+ export declare class StartConfigurationRecorderResponse extends $tea.Model {
4977
+ headers: {
4978
+ [key: string]: string;
4979
+ };
4980
+ statusCode: number;
4981
+ body: StartConfigurationRecorderResponseBody;
4982
+ static names(): {
4983
+ [key: string]: string;
4984
+ };
4985
+ static types(): {
4986
+ [key: string]: any;
4987
+ };
4988
+ constructor(map?: {
4989
+ [key: string]: any;
4990
+ });
4991
+ }
4485
4992
  export declare class StartRemediationRequest extends $tea.Model {
4486
4993
  configRuleId?: string;
4487
4994
  static names(): {
@@ -5160,8 +5667,49 @@ export declare class UpdateConfigRuleShrinkRequest extends $tea.Model {
5160
5667
  [key: string]: any;
5161
5668
  });
5162
5669
  }
5163
- export declare class UpdateConfigRuleResponseBody extends $tea.Model {
5164
- configRuleId?: string;
5670
+ export declare class UpdateConfigRuleResponseBody extends $tea.Model {
5671
+ configRuleId?: string;
5672
+ requestId?: string;
5673
+ static names(): {
5674
+ [key: string]: string;
5675
+ };
5676
+ static types(): {
5677
+ [key: string]: any;
5678
+ };
5679
+ constructor(map?: {
5680
+ [key: string]: any;
5681
+ });
5682
+ }
5683
+ export declare class UpdateConfigRuleResponse extends $tea.Model {
5684
+ headers: {
5685
+ [key: string]: string;
5686
+ };
5687
+ statusCode: number;
5688
+ body: UpdateConfigRuleResponseBody;
5689
+ static names(): {
5690
+ [key: string]: string;
5691
+ };
5692
+ static types(): {
5693
+ [key: string]: any;
5694
+ };
5695
+ constructor(map?: {
5696
+ [key: string]: any;
5697
+ });
5698
+ }
5699
+ export declare class UpdateConfigurationRecorderRequest extends $tea.Model {
5700
+ resourceTypes?: string;
5701
+ static names(): {
5702
+ [key: string]: string;
5703
+ };
5704
+ static types(): {
5705
+ [key: string]: any;
5706
+ };
5707
+ constructor(map?: {
5708
+ [key: string]: any;
5709
+ });
5710
+ }
5711
+ export declare class UpdateConfigurationRecorderResponseBody extends $tea.Model {
5712
+ configurationRecorder?: UpdateConfigurationRecorderResponseBodyConfigurationRecorder;
5165
5713
  requestId?: string;
5166
5714
  static names(): {
5167
5715
  [key: string]: string;
@@ -5173,12 +5721,12 @@ export declare class UpdateConfigRuleResponseBody extends $tea.Model {
5173
5721
  [key: string]: any;
5174
5722
  });
5175
5723
  }
5176
- export declare class UpdateConfigRuleResponse extends $tea.Model {
5724
+ export declare class UpdateConfigurationRecorderResponse extends $tea.Model {
5177
5725
  headers: {
5178
5726
  [key: string]: string;
5179
5727
  };
5180
5728
  statusCode: number;
5181
- body: UpdateConfigRuleResponseBody;
5729
+ body: UpdateConfigurationRecorderResponseBody;
5182
5730
  static names(): {
5183
5731
  [key: string]: string;
5184
5732
  };
@@ -5355,6 +5903,32 @@ export declare class ActiveAggregateConfigRulesResponseBodyOperateRuleResult ext
5355
5903
  [key: string]: any;
5356
5904
  });
5357
5905
  }
5906
+ export declare class ActiveConfigRulesResponseBodyOperateRuleResultOperateRuleItemList extends $tea.Model {
5907
+ configRuleId?: string;
5908
+ errorCode?: string;
5909
+ success?: boolean;
5910
+ static names(): {
5911
+ [key: string]: string;
5912
+ };
5913
+ static types(): {
5914
+ [key: string]: any;
5915
+ };
5916
+ constructor(map?: {
5917
+ [key: string]: any;
5918
+ });
5919
+ }
5920
+ export declare class ActiveConfigRulesResponseBodyOperateRuleResult extends $tea.Model {
5921
+ operateRuleItemList?: ActiveConfigRulesResponseBodyOperateRuleResultOperateRuleItemList[];
5922
+ static names(): {
5923
+ [key: string]: string;
5924
+ };
5925
+ static types(): {
5926
+ [key: string]: any;
5927
+ };
5928
+ constructor(map?: {
5929
+ [key: string]: any;
5930
+ });
5931
+ }
5358
5932
  export declare class AttachAggregateConfigRuleToCompliancePackResponseBodyOperateRuleResultOperateRuleItemList extends $tea.Model {
5359
5933
  configRuleId?: string;
5360
5934
  errorCode?: string;
@@ -5651,6 +6225,32 @@ export declare class DeleteCompliancePacksResponseBodyOperateCompliancePacksResu
5651
6225
  [key: string]: any;
5652
6226
  });
5653
6227
  }
6228
+ export declare class DeleteConfigRulesResponseBodyOperateRuleResultOperateRuleItemList extends $tea.Model {
6229
+ configRuleId?: string;
6230
+ errorCode?: string;
6231
+ success?: boolean;
6232
+ static names(): {
6233
+ [key: string]: string;
6234
+ };
6235
+ static types(): {
6236
+ [key: string]: any;
6237
+ };
6238
+ constructor(map?: {
6239
+ [key: string]: any;
6240
+ });
6241
+ }
6242
+ export declare class DeleteConfigRulesResponseBodyOperateRuleResult extends $tea.Model {
6243
+ operateRuleItemList?: DeleteConfigRulesResponseBodyOperateRuleResultOperateRuleItemList[];
6244
+ static names(): {
6245
+ [key: string]: string;
6246
+ };
6247
+ static types(): {
6248
+ [key: string]: any;
6249
+ };
6250
+ constructor(map?: {
6251
+ [key: string]: any;
6252
+ });
6253
+ }
5654
6254
  export declare class DeleteRemediationsResponseBodyRemediationDeleteResults extends $tea.Model {
5655
6255
  errorMessage?: string;
5656
6256
  remediationId?: string;
@@ -5823,6 +6423,7 @@ export declare class GetAggregateCompliancePackResponseBodyCompliancePackConfigR
5823
6423
  configRuleParameters?: GetAggregateCompliancePackResponseBodyCompliancePackConfigRulesConfigRuleParameters[];
5824
6424
  description?: string;
5825
6425
  managedRuleIdentifier?: string;
6426
+ resourceTypesScope?: string;
5826
6427
  riskLevel?: number;
5827
6428
  static names(): {
5828
6429
  [key: string]: string;
@@ -5888,6 +6489,49 @@ export declare class GetAggregateCompliancePackReportResponseBodyCompliancePackR
5888
6489
  [key: string]: any;
5889
6490
  });
5890
6491
  }
6492
+ export declare class GetAggregateComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByConfigRule extends $tea.Model {
6493
+ complianceSummaryTimestamp?: number;
6494
+ compliantCount?: number;
6495
+ nonCompliantCount?: number;
6496
+ totalCount?: number;
6497
+ static names(): {
6498
+ [key: string]: string;
6499
+ };
6500
+ static types(): {
6501
+ [key: string]: any;
6502
+ };
6503
+ constructor(map?: {
6504
+ [key: string]: any;
6505
+ });
6506
+ }
6507
+ export declare class GetAggregateComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByResource extends $tea.Model {
6508
+ complianceSummaryTimestamp?: number;
6509
+ compliantCount?: number;
6510
+ nonCompliantCount?: number;
6511
+ totalCount?: number;
6512
+ static names(): {
6513
+ [key: string]: string;
6514
+ };
6515
+ static types(): {
6516
+ [key: string]: any;
6517
+ };
6518
+ constructor(map?: {
6519
+ [key: string]: any;
6520
+ });
6521
+ }
6522
+ export declare class GetAggregateComplianceSummaryResponseBodyComplianceSummary extends $tea.Model {
6523
+ complianceSummaryByConfigRule?: GetAggregateComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByConfigRule;
6524
+ complianceSummaryByResource?: GetAggregateComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByResource;
6525
+ static names(): {
6526
+ [key: string]: string;
6527
+ };
6528
+ static types(): {
6529
+ [key: string]: any;
6530
+ };
6531
+ constructor(map?: {
6532
+ [key: string]: any;
6533
+ });
6534
+ }
5891
6535
  export declare class GetAggregateConfigDeliveryChannelResponseBodyDeliveryChannel extends $tea.Model {
5892
6536
  accountId?: string;
5893
6537
  aggregatorId?: string;
@@ -6422,6 +7066,7 @@ export declare class GetCompliancePackResponseBodyCompliancePackConfigRules exte
6422
7066
  configRuleParameters?: GetCompliancePackResponseBodyCompliancePackConfigRulesConfigRuleParameters[];
6423
7067
  description?: string;
6424
7068
  managedRuleIdentifier?: string;
7069
+ resourceTypesScope?: string;
6425
7070
  riskLevel?: number;
6426
7071
  static names(): {
6427
7072
  [key: string]: string;
@@ -6486,6 +7131,49 @@ export declare class GetCompliancePackReportResponseBodyCompliancePackReport ext
6486
7131
  [key: string]: any;
6487
7132
  });
6488
7133
  }
7134
+ export declare class GetComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByConfigRule extends $tea.Model {
7135
+ complianceSummaryTimestamp?: number;
7136
+ compliantCount?: number;
7137
+ nonCompliantCount?: number;
7138
+ totalCount?: number;
7139
+ static names(): {
7140
+ [key: string]: string;
7141
+ };
7142
+ static types(): {
7143
+ [key: string]: any;
7144
+ };
7145
+ constructor(map?: {
7146
+ [key: string]: any;
7147
+ });
7148
+ }
7149
+ export declare class GetComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByResource extends $tea.Model {
7150
+ complianceSummaryTimestamp?: number;
7151
+ compliantCount?: number;
7152
+ nonCompliantCount?: number;
7153
+ totalCount?: number;
7154
+ static names(): {
7155
+ [key: string]: string;
7156
+ };
7157
+ static types(): {
7158
+ [key: string]: any;
7159
+ };
7160
+ constructor(map?: {
7161
+ [key: string]: any;
7162
+ });
7163
+ }
7164
+ export declare class GetComplianceSummaryResponseBodyComplianceSummary extends $tea.Model {
7165
+ complianceSummaryByConfigRule?: GetComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByConfigRule;
7166
+ complianceSummaryByResource?: GetComplianceSummaryResponseBodyComplianceSummaryComplianceSummaryByResource;
7167
+ static names(): {
7168
+ [key: string]: string;
7169
+ };
7170
+ static types(): {
7171
+ [key: string]: any;
7172
+ };
7173
+ constructor(map?: {
7174
+ [key: string]: any;
7175
+ });
7176
+ }
6489
7177
  export declare class GetConfigDeliveryChannelResponseBodyDeliveryChannel extends $tea.Model {
6490
7178
  accountId?: number;
6491
7179
  configurationItemChangeNotification?: boolean;
@@ -6731,6 +7419,19 @@ export declare class GetConfigRulesReportResponseBodyConfigRulesReport extends $
6731
7419
  [key: string]: any;
6732
7420
  });
6733
7421
  }
7422
+ export declare class GetConfigurationRecorderResponseBodyConfigurationRecorder extends $tea.Model {
7423
+ configurationRecorderStatus?: string;
7424
+ resourceTypes?: string[];
7425
+ static names(): {
7426
+ [key: string]: string;
7427
+ };
7428
+ static types(): {
7429
+ [key: string]: any;
7430
+ };
7431
+ constructor(map?: {
7432
+ [key: string]: any;
7433
+ });
7434
+ }
6734
7435
  export declare class GetDiscoveredResourceResponseBodyDiscoveredResourceDetail extends $tea.Model {
6735
7436
  accountId?: number;
6736
7437
  availabilityZone?: string;
@@ -6831,6 +7532,23 @@ export declare class GetManagedRuleResponseBodyManagedRule extends $tea.Model {
6831
7532
  [key: string]: any;
6832
7533
  });
6833
7534
  }
7535
+ export declare class GetRemediationTemplateResponseBodyRemediationTemplates extends $tea.Model {
7536
+ managedRuleIdentifier?: string;
7537
+ remediationType?: string;
7538
+ templateDefinition?: string;
7539
+ templateDescription?: string;
7540
+ templateIdentifier?: string;
7541
+ templateName?: string;
7542
+ static names(): {
7543
+ [key: string]: string;
7544
+ };
7545
+ static types(): {
7546
+ [key: string]: any;
7547
+ };
7548
+ constructor(map?: {
7549
+ [key: string]: any;
7550
+ });
7551
+ }
6834
7552
  export declare class GetResourceComplianceByConfigRuleResponseBodyComplianceResultCompliances extends $tea.Model {
6835
7553
  complianceType?: string;
6836
7554
  count?: number;
@@ -7022,6 +7740,19 @@ export declare class GetResourceConfigurationTimelineResponseBodyResourceConfigu
7022
7740
  [key: string]: any;
7023
7741
  });
7024
7742
  }
7743
+ export declare class GetSupportedResourceRelationConfigResponseBodyResourceRelationConfigList extends $tea.Model {
7744
+ relationType?: string;
7745
+ targetResourceType?: string;
7746
+ static names(): {
7747
+ [key: string]: string;
7748
+ };
7749
+ static types(): {
7750
+ [key: string]: any;
7751
+ };
7752
+ constructor(map?: {
7753
+ [key: string]: any;
7754
+ });
7755
+ }
7025
7756
  export declare class IgnoreAggregateEvaluationResultsRequestResources extends $tea.Model {
7026
7757
  region?: string;
7027
7758
  resourceAccountId?: number;
@@ -7234,6 +7965,7 @@ export declare class ListAggregateConfigRulesResponseBodyConfigRulesConfigRuleLi
7234
7965
  configRuleState?: string;
7235
7966
  createBy?: ListAggregateConfigRulesResponseBodyConfigRulesConfigRuleListCreateBy;
7236
7967
  description?: string;
7968
+ resourceTypesScope?: string;
7237
7969
  riskLevel?: number;
7238
7970
  sourceIdentifier?: string;
7239
7971
  sourceOwner?: string;
@@ -7475,6 +8207,7 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
7475
8207
  description?: string;
7476
8208
  managedRuleIdentifier?: string;
7477
8209
  managedRuleName?: string;
8210
+ resourceTypesScope?: string;
7478
8211
  riskLevel?: number;
7479
8212
  static names(): {
7480
8213
  [key: string]: string;
@@ -7694,6 +8427,7 @@ export declare class ListConfigRulesResponseBodyConfigRulesConfigRuleList extend
7694
8427
  configRuleState?: string;
7695
8428
  createBy?: ListConfigRulesResponseBodyConfigRulesConfigRuleListCreateBy;
7696
8429
  description?: string;
8430
+ resourceTypesScope?: string;
7697
8431
  riskLevel?: number;
7698
8432
  sourceIdentifier?: string;
7699
8433
  sourceOwner?: string;
@@ -7830,6 +8564,37 @@ export declare class ListPreManagedRulesResponseBodyManagedRules extends $tea.Mo
7830
8564
  [key: string]: any;
7831
8565
  });
7832
8566
  }
8567
+ export declare class ListRemediationExecutionsResponseBodyRemediationExecutionDataRemediationExecutions extends $tea.Model {
8568
+ executionCreateDate?: string;
8569
+ executionInvocationId?: string;
8570
+ executionResourceIds?: string;
8571
+ executionResourceType?: string;
8572
+ executionStatus?: string;
8573
+ executionStatusMessage?: string;
8574
+ static names(): {
8575
+ [key: string]: string;
8576
+ };
8577
+ static types(): {
8578
+ [key: string]: any;
8579
+ };
8580
+ constructor(map?: {
8581
+ [key: string]: any;
8582
+ });
8583
+ }
8584
+ export declare class ListRemediationExecutionsResponseBodyRemediationExecutionData extends $tea.Model {
8585
+ maxResults?: number;
8586
+ nextToken?: string;
8587
+ remediationExecutions?: ListRemediationExecutionsResponseBodyRemediationExecutionDataRemediationExecutions[];
8588
+ static names(): {
8589
+ [key: string]: string;
8590
+ };
8591
+ static types(): {
8592
+ [key: string]: any;
8593
+ };
8594
+ constructor(map?: {
8595
+ [key: string]: any;
8596
+ });
8597
+ }
7833
8598
  export declare class ListRemediationTemplatesResponseBodyRemediationTemplates extends $tea.Model {
7834
8599
  remediationType?: string;
7835
8600
  templateDefinition?: string;
@@ -8035,6 +8800,19 @@ export declare class RevertEvaluationResultsRequestResources extends $tea.Model
8035
8800
  [key: string]: any;
8036
8801
  });
8037
8802
  }
8803
+ export declare class StartConfigurationRecorderResponseBodyConfigurationRecorder extends $tea.Model {
8804
+ configurationRecorderStatus?: string;
8805
+ resourceTypes?: string[];
8806
+ static names(): {
8807
+ [key: string]: string;
8808
+ };
8809
+ static types(): {
8810
+ [key: string]: any;
8811
+ };
8812
+ constructor(map?: {
8813
+ [key: string]: any;
8814
+ });
8815
+ }
8038
8816
  export declare class TagResourcesRequestTag extends $tea.Model {
8039
8817
  key?: string;
8040
8818
  value?: string;
@@ -8122,14 +8900,26 @@ export declare class UpdateCompliancePackRequestConfigRules extends $tea.Model {
8122
8900
  [key: string]: any;
8123
8901
  });
8124
8902
  }
8903
+ export declare class UpdateConfigurationRecorderResponseBodyConfigurationRecorder extends $tea.Model {
8904
+ configurationRecorderStatus?: string;
8905
+ resourceTypes?: string[];
8906
+ static names(): {
8907
+ [key: string]: string;
8908
+ };
8909
+ static types(): {
8910
+ [key: string]: any;
8911
+ };
8912
+ constructor(map?: {
8913
+ [key: string]: any;
8914
+ });
8915
+ }
8125
8916
  export default class Client extends OpenApi {
8126
8917
  constructor(config: $OpenApi.Config);
8127
8918
  getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
8128
8919
  [key: string]: string;
8129
8920
  }, endpoint: string): string;
8130
8921
  /**
8131
- * The ID of the rule. Separate multiple rule IDs with commas (,).
8132
- * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
8922
+ * This topic provides an example on how to enable the `cr-5772ba41209e007b****` rule in the `ca-a4e5626622af0079****` account group.
8133
8923
  *
8134
8924
  * @param request ActiveAggregateConfigRulesRequest
8135
8925
  * @param runtime runtime options for this request RuntimeOptions
@@ -8137,13 +8927,14 @@ export default class Client extends OpenApi {
8137
8927
  */
8138
8928
  activeAggregateConfigRulesWithOptions(request: ActiveAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<ActiveAggregateConfigRulesResponse>;
8139
8929
  /**
8140
- * The ID of the rule. Separate multiple rule IDs with commas (,).
8141
- * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
8930
+ * This topic provides an example on how to enable the `cr-5772ba41209e007b****` rule in the `ca-a4e5626622af0079****` account group.
8142
8931
  *
8143
8932
  * @param request ActiveAggregateConfigRulesRequest
8144
8933
  * @return ActiveAggregateConfigRulesResponse
8145
8934
  */
8146
8935
  activeAggregateConfigRules(request: ActiveAggregateConfigRulesRequest): Promise<ActiveAggregateConfigRulesResponse>;
8936
+ activeConfigRulesWithOptions(request: ActiveConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<ActiveConfigRulesResponse>;
8937
+ activeConfigRules(request: ActiveConfigRulesRequest): Promise<ActiveConfigRulesResponse>;
8147
8938
  /**
8148
8939
  * The sample request in this topic shows you how to add the `cr-6cc4626622af00e7****` rule in the `ca-75b4626622af00c3****` account group to the `cp-5bb1626622af00bd****` compliance package.
8149
8940
  *
@@ -8160,7 +8951,7 @@ export default class Client extends OpenApi {
8160
8951
  */
8161
8952
  attachAggregateConfigRuleToCompliancePack(request: AttachAggregateConfigRuleToCompliancePackRequest): Promise<AttachAggregateConfigRuleToCompliancePackResponse>;
8162
8953
  /**
8163
- * The sample request in this topic shows you how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
8954
+ * This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
8164
8955
  *
8165
8956
  * @param request AttachConfigRuleToCompliancePackRequest
8166
8957
  * @param runtime runtime options for this request RuntimeOptions
@@ -8168,7 +8959,7 @@ export default class Client extends OpenApi {
8168
8959
  */
8169
8960
  attachConfigRuleToCompliancePackWithOptions(request: AttachConfigRuleToCompliancePackRequest, runtime: $Util.RuntimeOptions): Promise<AttachConfigRuleToCompliancePackResponse>;
8170
8961
  /**
8171
- * The sample request in this topic shows you how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
8962
+ * This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
8172
8963
  *
8173
8964
  * @param request AttachConfigRuleToCompliancePackRequest
8174
8965
  * @return AttachConfigRuleToCompliancePackResponse
@@ -8211,7 +9002,10 @@ export default class Client extends OpenApi {
8211
9002
  */
8212
9003
  createAggregateConfigDeliveryChannel(request: CreateAggregateConfigDeliveryChannelRequest): Promise<CreateAggregateConfigDeliveryChannelResponse>;
8213
9004
  /**
8214
- * The description of the rule.
9005
+ * ### Limits
9006
+ * You can create up to 200 rules for each management account.
9007
+ * ### Usage notes
9008
+ * This topic provides an example on how to create a rule based on the required-tags managed rule in the `ca-a4e5626622af0079****` account group. The returned result shows that the rule is created and its ID is `cr-4e3d626622af0080****`.
8215
9009
  *
8216
9010
  * @param tmpReq CreateAggregateConfigRuleRequest
8217
9011
  * @param runtime runtime options for this request RuntimeOptions
@@ -8219,14 +9013,17 @@ export default class Client extends OpenApi {
8219
9013
  */
8220
9014
  createAggregateConfigRuleWithOptions(tmpReq: CreateAggregateConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateAggregateConfigRuleResponse>;
8221
9015
  /**
8222
- * The description of the rule.
9016
+ * ### Limits
9017
+ * You can create up to 200 rules for each management account.
9018
+ * ### Usage notes
9019
+ * This topic provides an example on how to create a rule based on the required-tags managed rule in the `ca-a4e5626622af0079****` account group. The returned result shows that the rule is created and its ID is `cr-4e3d626622af0080****`.
8223
9020
  *
8224
9021
  * @param request CreateAggregateConfigRuleRequest
8225
9022
  * @return CreateAggregateConfigRuleResponse
8226
9023
  */
8227
9024
  createAggregateConfigRule(request: CreateAggregateConfigRuleRequest): Promise<CreateAggregateConfigRuleResponse>;
8228
9025
  /**
8229
- * The sample request in this topic shows you how to configure a remediation template for the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The return result shows that a remediation template is configured and the ID of the remediation setting is `crr-909ba2d4716700eb****`.
9026
+ * This topic provides an example on how to create a remediation template for the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The returned result shows that a remediation template is created and the ID of the remediation template is `crr-909ba2d4716700eb****`.
8230
9027
  *
8231
9028
  * @param request CreateAggregateRemediationRequest
8232
9029
  * @param runtime runtime options for this request RuntimeOptions
@@ -8234,7 +9031,7 @@ export default class Client extends OpenApi {
8234
9031
  */
8235
9032
  createAggregateRemediationWithOptions(request: CreateAggregateRemediationRequest, runtime: $Util.RuntimeOptions): Promise<CreateAggregateRemediationResponse>;
8236
9033
  /**
8237
- * The sample request in this topic shows you how to configure a remediation template for the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The return result shows that a remediation template is configured and the ID of the remediation setting is `crr-909ba2d4716700eb****`.
9034
+ * This topic provides an example on how to create a remediation template for the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The returned result shows that a remediation template is created and the ID of the remediation template is `crr-909ba2d4716700eb****`.
8238
9035
  *
8239
9036
  * @param request CreateAggregateRemediationRequest
8240
9037
  * @return CreateAggregateRemediationResponse
@@ -8245,7 +9042,7 @@ export default class Client extends OpenApi {
8245
9042
  * Cloud Config supports the following types of account groups:
8246
9043
  * * Global account group: The global account group contains all the member accounts that are added to the resource directory. A management account can create only one global account group.
8247
9044
  * * Custom account group: If you create a custom account group, you must manually add all or specific member accounts from the resource directory to the custom account group.
8248
- * In the example of this topic, a request is sent to create an account group of the `CUSTOM` type. The custom account group is named `Test_Group`, and its description is `Test account group`. The custom account group contains the following two member accounts:
9045
+ * This topic provides an example on how to create an account group of the `CUSTOM` type. The custom account group is named `Test_Group`, and its description is `Test account group`. The custom account group contains the following two member accounts:
8249
9046
  * * Member account ID: `171322098523****`. Member account name: `Alice`.
8250
9047
  * * Member account ID: `100532098349****`. Member account name: `Tom`.
8251
9048
  *
@@ -8259,7 +9056,7 @@ export default class Client extends OpenApi {
8259
9056
  * Cloud Config supports the following types of account groups:
8260
9057
  * * Global account group: The global account group contains all the member accounts that are added to the resource directory. A management account can create only one global account group.
8261
9058
  * * Custom account group: If you create a custom account group, you must manually add all or specific member accounts from the resource directory to the custom account group.
8262
- * In the example of this topic, a request is sent to create an account group of the `CUSTOM` type. The custom account group is named `Test_Group`, and its description is `Test account group`. The custom account group contains the following two member accounts:
9059
+ * This topic provides an example on how to create an account group of the `CUSTOM` type. The custom account group is named `Test_Group`, and its description is `Test account group`. The custom account group contains the following two member accounts:
8263
9060
  * * Member account ID: `171322098523****`. Member account name: `Alice`.
8264
9061
  * * Member account ID: `100532098349****`. Member account name: `Tom`.
8265
9062
  *
@@ -8320,7 +9117,7 @@ export default class Client extends OpenApi {
8320
9117
  createConfigRule(request: CreateConfigRuleRequest): Promise<CreateConfigRuleResponse>;
8321
9118
  /**
8322
9119
  * @deprecated : CreateDeliveryChannel is deprecated, please use Config::2020-09-07::CreateConfigDeliveryChannel,Config::2020-09-07::CreateAggregateConfigDeliveryChannel instead.
8323
- * In this example, a delivery channel is created. The type of the delivery channle is `OSS`, the Alibaba Cloud Resource Name (ARN) of the delivery destination is `acs:oss:cn-shanghai:100931896542****:new-bucket`, and the ARN of the role that is assigned to the delivery channel is `acs:ram::100931896542****:role/aliyunserviceroleforconfig`. The response shows that the delivery channel is created, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`.
9120
+ * In this example, a delivery channel is created. The type of the delivery channel is `OSS`, the Alibaba Cloud Resource Name (ARN) of the delivery destination is `acs:oss:cn-shanghai:100931896542****:new-bucket`, and the ARN of the role that is assigned to the delivery channel is `acs:ram::100931896542****:role/aliyunserviceroleforconfig`. The returned result shows that the delivery channel is created, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`.
8324
9121
  *
8325
9122
  * @param request CreateDeliveryChannelRequest
8326
9123
  * @param runtime runtime options for this request RuntimeOptions
@@ -8329,14 +9126,14 @@ export default class Client extends OpenApi {
8329
9126
  createDeliveryChannelWithOptions(request: CreateDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<CreateDeliveryChannelResponse>;
8330
9127
  /**
8331
9128
  * @deprecated : CreateDeliveryChannel is deprecated, please use Config::2020-09-07::CreateConfigDeliveryChannel,Config::2020-09-07::CreateAggregateConfigDeliveryChannel instead.
8332
- * In this example, a delivery channel is created. The type of the delivery channle is `OSS`, the Alibaba Cloud Resource Name (ARN) of the delivery destination is `acs:oss:cn-shanghai:100931896542****:new-bucket`, and the ARN of the role that is assigned to the delivery channel is `acs:ram::100931896542****:role/aliyunserviceroleforconfig`. The response shows that the delivery channel is created, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`.
9129
+ * In this example, a delivery channel is created. The type of the delivery channel is `OSS`, the Alibaba Cloud Resource Name (ARN) of the delivery destination is `acs:oss:cn-shanghai:100931896542****:new-bucket`, and the ARN of the role that is assigned to the delivery channel is `acs:ram::100931896542****:role/aliyunserviceroleforconfig`. The returned result shows that the delivery channel is created, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`.
8333
9130
  *
8334
9131
  * @param request CreateDeliveryChannelRequest
8335
9132
  * @return CreateDeliveryChannelResponse
8336
9133
  */
8337
9134
  createDeliveryChannel(request: CreateDeliveryChannelRequest): Promise<CreateDeliveryChannelResponse>;
8338
9135
  /**
8339
- * In this topic, the rule whose ID is `cr-8a973ac2e2be00a2****` is used as an example. The return result shows that a remediation template is configured and the ID of the remediation setting is `crr-909ba2d4716700eb****`.
9136
+ * This topic provides an example on how to create a remediation template for the rule `cr-8a973ac2e2be00a2****`. The returned result shows that a remediation template is created and the ID of the remediation template is `crr-909ba2d4716700eb****`.
8340
9137
  *
8341
9138
  * @param request CreateRemediationRequest
8342
9139
  * @param runtime runtime options for this request RuntimeOptions
@@ -8344,15 +9141,14 @@ export default class Client extends OpenApi {
8344
9141
  */
8345
9142
  createRemediationWithOptions(request: CreateRemediationRequest, runtime: $Util.RuntimeOptions): Promise<CreateRemediationResponse>;
8346
9143
  /**
8347
- * In this topic, the rule whose ID is `cr-8a973ac2e2be00a2****` is used as an example. The return result shows that a remediation template is configured and the ID of the remediation setting is `crr-909ba2d4716700eb****`.
9144
+ * This topic provides an example on how to create a remediation template for the rule `cr-8a973ac2e2be00a2****`. The returned result shows that a remediation template is created and the ID of the remediation template is `crr-909ba2d4716700eb****`.
8348
9145
  *
8349
9146
  * @param request CreateRemediationRequest
8350
9147
  * @return CreateRemediationResponse
8351
9148
  */
8352
9149
  createRemediation(request: CreateRemediationRequest): Promise<CreateRemediationResponse>;
8353
9150
  /**
8354
- * The ID of the rule. Separate multiple rule IDs with commas (,).
8355
- * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
9151
+ * This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
8356
9152
  *
8357
9153
  * @param request DeactiveAggregateConfigRulesRequest
8358
9154
  * @param runtime runtime options for this request RuntimeOptions
@@ -8360,8 +9156,7 @@ export default class Client extends OpenApi {
8360
9156
  */
8361
9157
  deactiveAggregateConfigRulesWithOptions(request: DeactiveAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeactiveAggregateConfigRulesResponse>;
8362
9158
  /**
8363
- * The ID of the rule. Separate multiple rule IDs with commas (,).
8364
- * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
9159
+ * This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
8365
9160
  *
8366
9161
  * @param request DeactiveAggregateConfigRulesRequest
8367
9162
  * @return DeactiveAggregateConfigRulesResponse
@@ -8383,7 +9178,7 @@ export default class Client extends OpenApi {
8383
9178
  */
8384
9179
  deactiveConfigRules(request: DeactiveConfigRulesRequest): Promise<DeactiveConfigRulesResponse>;
8385
9180
  /**
8386
- * The sample request in this topic shows you how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
9181
+ * This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
8387
9182
  *
8388
9183
  * @param request DeleteAggregateCompliancePacksRequest
8389
9184
  * @param runtime runtime options for this request RuntimeOptions
@@ -8391,14 +9186,14 @@ export default class Client extends OpenApi {
8391
9186
  */
8392
9187
  deleteAggregateCompliancePacksWithOptions(request: DeleteAggregateCompliancePacksRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateCompliancePacksResponse>;
8393
9188
  /**
8394
- * The sample request in this topic shows you how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
9189
+ * This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
8395
9190
  *
8396
9191
  * @param request DeleteAggregateCompliancePacksRequest
8397
9192
  * @return DeleteAggregateCompliancePacksResponse
8398
9193
  */
8399
9194
  deleteAggregateCompliancePacks(request: DeleteAggregateCompliancePacksRequest): Promise<DeleteAggregateCompliancePacksResponse>;
8400
9195
  /**
8401
- * This example shows how to delete the `cdc-38c3013b46c9002c****` delivery channel from the `ca-23c6626622af0041****` account group. The response shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
9196
+ * This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel from the `ca-23c6626622af0041****` account group. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
8402
9197
  *
8403
9198
  * @param request DeleteAggregateConfigDeliveryChannelRequest
8404
9199
  * @param runtime runtime options for this request RuntimeOptions
@@ -8406,16 +9201,17 @@ export default class Client extends OpenApi {
8406
9201
  */
8407
9202
  deleteAggregateConfigDeliveryChannelWithOptions(request: DeleteAggregateConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateConfigDeliveryChannelResponse>;
8408
9203
  /**
8409
- * This example shows how to delete the `cdc-38c3013b46c9002c****` delivery channel from the `ca-23c6626622af0041****` account group. The response shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
9204
+ * This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel from the `ca-23c6626622af0041****` account group. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
8410
9205
  *
8411
9206
  * @param request DeleteAggregateConfigDeliveryChannelRequest
8412
9207
  * @return DeleteAggregateConfigDeliveryChannelResponse
8413
9208
  */
8414
9209
  deleteAggregateConfigDeliveryChannel(request: DeleteAggregateConfigDeliveryChannelRequest): Promise<DeleteAggregateConfigDeliveryChannelResponse>;
8415
9210
  /**
8416
- * In this example, a rule named `cr-4e3d626622af0080****` is deleted from the `ca-a4e5626622af0079****` account group.
8417
- * ## Background information
9211
+ * ### Background information
8418
9212
  * You can delete a rule in the Cloud Config console. After you delete the rule, the configurations of the rule are deleted.
9213
+ * ### Usage notes
9214
+ * This topic provides an example on how to delete the `cr-4e3d626622af0080****` rule from the `ca-a4e5626622af0079****` account group.
8419
9215
  *
8420
9216
  * @param request DeleteAggregateConfigRulesRequest
8421
9217
  * @param runtime runtime options for this request RuntimeOptions
@@ -8423,16 +9219,17 @@ export default class Client extends OpenApi {
8423
9219
  */
8424
9220
  deleteAggregateConfigRulesWithOptions(request: DeleteAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateConfigRulesResponse>;
8425
9221
  /**
8426
- * In this example, a rule named `cr-4e3d626622af0080****` is deleted from the `ca-a4e5626622af0079****` account group.
8427
- * ## Background information
9222
+ * ### Background information
8428
9223
  * You can delete a rule in the Cloud Config console. After you delete the rule, the configurations of the rule are deleted.
9224
+ * ### Usage notes
9225
+ * This topic provides an example on how to delete the `cr-4e3d626622af0080****` rule from the `ca-a4e5626622af0079****` account group.
8429
9226
  *
8430
9227
  * @param request DeleteAggregateConfigRulesRequest
8431
9228
  * @return DeleteAggregateConfigRulesResponse
8432
9229
  */
8433
9230
  deleteAggregateConfigRules(request: DeleteAggregateConfigRulesRequest): Promise<DeleteAggregateConfigRulesResponse>;
8434
9231
  /**
8435
- * The sample request in this topic shows you how to delete the remediation setting whose ID is `crr-909ba2d4716700eb****` from the account group whose ID is `ca-6b4a626622af0012****`. The return result shows that the remediation setting whose ID is `crr-909ba2d4716700eb****` is deleted.
9232
+ * This topic provides an example on how to delete the remediation template whose ID is `crr-909ba2d4716700eb****` from the account group whose ID is `ca-6b4a626622af0012****`. The returned result shows that the remediation template whose ID is `crr-909ba2d4716700eb****` is deleted.
8436
9233
  *
8437
9234
  * @param request DeleteAggregateRemediationsRequest
8438
9235
  * @param runtime runtime options for this request RuntimeOptions
@@ -8440,14 +9237,14 @@ export default class Client extends OpenApi {
8440
9237
  */
8441
9238
  deleteAggregateRemediationsWithOptions(request: DeleteAggregateRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateRemediationsResponse>;
8442
9239
  /**
8443
- * The sample request in this topic shows you how to delete the remediation setting whose ID is `crr-909ba2d4716700eb****` from the account group whose ID is `ca-6b4a626622af0012****`. The return result shows that the remediation setting whose ID is `crr-909ba2d4716700eb****` is deleted.
9240
+ * This topic provides an example on how to delete the remediation template whose ID is `crr-909ba2d4716700eb****` from the account group whose ID is `ca-6b4a626622af0012****`. The returned result shows that the remediation template whose ID is `crr-909ba2d4716700eb****` is deleted.
8444
9241
  *
8445
9242
  * @param request DeleteAggregateRemediationsRequest
8446
9243
  * @return DeleteAggregateRemediationsResponse
8447
9244
  */
8448
9245
  deleteAggregateRemediations(request: DeleteAggregateRemediationsRequest): Promise<DeleteAggregateRemediationsResponse>;
8449
9246
  /**
8450
- * The operation that you want to perform. Set the value to **DeleteAggregators**.
9247
+ * This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
8451
9248
  *
8452
9249
  * @param request DeleteAggregatorsRequest
8453
9250
  * @param runtime runtime options for this request RuntimeOptions
@@ -8455,14 +9252,14 @@ export default class Client extends OpenApi {
8455
9252
  */
8456
9253
  deleteAggregatorsWithOptions(request: DeleteAggregatorsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregatorsResponse>;
8457
9254
  /**
8458
- * The operation that you want to perform. Set the value to **DeleteAggregators**.
9255
+ * This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
8459
9256
  *
8460
9257
  * @param request DeleteAggregatorsRequest
8461
9258
  * @return DeleteAggregatorsResponse
8462
9259
  */
8463
9260
  deleteAggregators(request: DeleteAggregatorsRequest): Promise<DeleteAggregatorsResponse>;
8464
9261
  /**
8465
- * In this topic, the `cp-541e626622af0087****` compliance package is used as an example.
9262
+ * This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
8466
9263
  *
8467
9264
  * @param request DeleteCompliancePacksRequest
8468
9265
  * @param runtime runtime options for this request RuntimeOptions
@@ -8470,14 +9267,14 @@ export default class Client extends OpenApi {
8470
9267
  */
8471
9268
  deleteCompliancePacksWithOptions(request: DeleteCompliancePacksRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCompliancePacksResponse>;
8472
9269
  /**
8473
- * In this topic, the `cp-541e626622af0087****` compliance package is used as an example.
9270
+ * This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
8474
9271
  *
8475
9272
  * @param request DeleteCompliancePacksRequest
8476
9273
  * @return DeleteCompliancePacksResponse
8477
9274
  */
8478
9275
  deleteCompliancePacks(request: DeleteCompliancePacksRequest): Promise<DeleteCompliancePacksResponse>;
8479
9276
  /**
8480
- * This example shows how to delete the `cdc-38c3013b46c9002c****` delivery channel. The response shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
9277
+ * This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
8481
9278
  *
8482
9279
  * @param request DeleteConfigDeliveryChannelRequest
8483
9280
  * @param runtime runtime options for this request RuntimeOptions
@@ -8485,14 +9282,29 @@ export default class Client extends OpenApi {
8485
9282
  */
8486
9283
  deleteConfigDeliveryChannelWithOptions(request: DeleteConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteConfigDeliveryChannelResponse>;
8487
9284
  /**
8488
- * This example shows how to delete the `cdc-38c3013b46c9002c****` delivery channel. The response shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
9285
+ * This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
8489
9286
  *
8490
9287
  * @param request DeleteConfigDeliveryChannelRequest
8491
9288
  * @return DeleteConfigDeliveryChannelResponse
8492
9289
  */
8493
9290
  deleteConfigDeliveryChannel(request: DeleteConfigDeliveryChannelRequest): Promise<DeleteConfigDeliveryChannelResponse>;
8494
9291
  /**
8495
- * In this topic, the remediation setting whose ID is `crr-909ba2d4716700eb****` is used as an example. The return result shows that the remediation setting whose ID is `crr-909ba2d4716700eb****` is deleted.
9292
+ * In this example, the rule whose ID is cr-9908626622af0035\\*\\*\\*\\* is deleted.
9293
+ *
9294
+ * @param request DeleteConfigRulesRequest
9295
+ * @param runtime runtime options for this request RuntimeOptions
9296
+ * @return DeleteConfigRulesResponse
9297
+ */
9298
+ deleteConfigRulesWithOptions(request: DeleteConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteConfigRulesResponse>;
9299
+ /**
9300
+ * In this example, the rule whose ID is cr-9908626622af0035\\*\\*\\*\\* is deleted.
9301
+ *
9302
+ * @param request DeleteConfigRulesRequest
9303
+ * @return DeleteConfigRulesResponse
9304
+ */
9305
+ deleteConfigRules(request: DeleteConfigRulesRequest): Promise<DeleteConfigRulesResponse>;
9306
+ /**
9307
+ * This topic provides an example on how to delete the remediation template `crr-909ba2d4716700eb****`. The returned result shows that the remediation template whose ID is `crr-909ba2d4716700eb****` is deleted.
8496
9308
  *
8497
9309
  * @param request DeleteRemediationsRequest
8498
9310
  * @param runtime runtime options for this request RuntimeOptions
@@ -8500,7 +9312,7 @@ export default class Client extends OpenApi {
8500
9312
  */
8501
9313
  deleteRemediationsWithOptions(request: DeleteRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRemediationsResponse>;
8502
9314
  /**
8503
- * In this topic, the remediation setting whose ID is `crr-909ba2d4716700eb****` is used as an example. The return result shows that the remediation setting whose ID is `crr-909ba2d4716700eb****` is deleted.
9315
+ * This topic provides an example on how to delete the remediation template `crr-909ba2d4716700eb****`. The returned result shows that the remediation template whose ID is `crr-909ba2d4716700eb****` is deleted.
8504
9316
  *
8505
9317
  * @param request DeleteRemediationsRequest
8506
9318
  * @return DeleteRemediationsResponse
@@ -8526,9 +9338,10 @@ export default class Client extends OpenApi {
8526
9338
  */
8527
9339
  detachAggregateConfigRuleToCompliancePack(request: DetachAggregateConfigRuleToCompliancePackRequest): Promise<DetachAggregateConfigRuleToCompliancePackResponse>;
8528
9340
  /**
8529
- * The sample request in this topic shows you how to remove the `cr-6cc4626622af00e7****` rule from the `cp-5bb1626622af00bd****` compliance package.
8530
- * ## Prerequisites
9341
+ * ### Prerequisites
8531
9342
  * One or more rules are added to a compliance package.
9343
+ * ### Usage notes
9344
+ * This topic provides an example on how to remove the `cr-6cc4626622af00e7****` rule from the `cp-5bb1626622af00bd****` compliance package.
8532
9345
  *
8533
9346
  * @param request DetachConfigRuleToCompliancePackRequest
8534
9347
  * @param runtime runtime options for this request RuntimeOptions
@@ -8536,9 +9349,10 @@ export default class Client extends OpenApi {
8536
9349
  */
8537
9350
  detachConfigRuleToCompliancePackWithOptions(request: DetachConfigRuleToCompliancePackRequest, runtime: $Util.RuntimeOptions): Promise<DetachConfigRuleToCompliancePackResponse>;
8538
9351
  /**
8539
- * The sample request in this topic shows you how to remove the `cr-6cc4626622af00e7****` rule from the `cp-5bb1626622af00bd****` compliance package.
8540
- * ## Prerequisites
9352
+ * ### Prerequisites
8541
9353
  * One or more rules are added to a compliance package.
9354
+ * ### Usage notes
9355
+ * This topic provides an example on how to remove the `cr-6cc4626622af00e7****` rule from the `cp-5bb1626622af00bd****` compliance package.
8542
9356
  *
8543
9357
  * @param request DetachConfigRuleToCompliancePackRequest
8544
9358
  * @return DetachConfigRuleToCompliancePackResponse
@@ -8547,8 +9361,8 @@ export default class Client extends OpenApi {
8547
9361
  evaluatePreConfigRulesWithOptions(tmpReq: EvaluatePreConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<EvaluatePreConfigRulesResponse>;
8548
9362
  evaluatePreConfigRules(request: EvaluatePreConfigRulesRequest): Promise<EvaluatePreConfigRulesResponse>;
8549
9363
  /**
8550
- * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateCompliancePackReport](~~262699~~).
8551
- * The sample request in this topic shows you how to generate a compliance evaluation report based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
9364
+ * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateCompliancePackReport](~~262699~~).
9365
+ * This topic provides an example on how to generate a compliance evaluation report based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
8552
9366
  *
8553
9367
  * @param request GenerateAggregateCompliancePackReportRequest
8554
9368
  * @param runtime runtime options for this request RuntimeOptions
@@ -8556,16 +9370,16 @@ export default class Client extends OpenApi {
8556
9370
  */
8557
9371
  generateAggregateCompliancePackReportWithOptions(request: GenerateAggregateCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GenerateAggregateCompliancePackReportResponse>;
8558
9372
  /**
8559
- * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateCompliancePackReport](~~262699~~).
8560
- * The sample request in this topic shows you how to generate a compliance evaluation report based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
9373
+ * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateCompliancePackReport](~~262699~~).
9374
+ * This topic provides an example on how to generate a compliance evaluation report based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
8561
9375
  *
8562
9376
  * @param request GenerateAggregateCompliancePackReportRequest
8563
9377
  * @return GenerateAggregateCompliancePackReportResponse
8564
9378
  */
8565
9379
  generateAggregateCompliancePackReport(request: GenerateAggregateCompliancePackReportRequest): Promise<GenerateAggregateCompliancePackReportResponse>;
8566
9380
  /**
8567
- * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateConfigRulesReport](~~262706~~).
8568
- * The sample request in this topic shows you how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
9381
+ * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateConfigRulesReport](~~262706~~).
9382
+ * The topic provides an example on how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
8569
9383
  *
8570
9384
  * @param request GenerateAggregateConfigRulesReportRequest
8571
9385
  * @param runtime runtime options for this request RuntimeOptions
@@ -8573,16 +9387,18 @@ export default class Client extends OpenApi {
8573
9387
  */
8574
9388
  generateAggregateConfigRulesReportWithOptions(request: GenerateAggregateConfigRulesReportRequest, runtime: $Util.RuntimeOptions): Promise<GenerateAggregateConfigRulesReportResponse>;
8575
9389
  /**
8576
- * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateConfigRulesReport](~~262706~~).
8577
- * The sample request in this topic shows you how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
9390
+ * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateConfigRulesReport](~~262706~~).
9391
+ * The topic provides an example on how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
8578
9392
  *
8579
9393
  * @param request GenerateAggregateConfigRulesReportRequest
8580
9394
  * @return GenerateAggregateConfigRulesReportResponse
8581
9395
  */
8582
9396
  generateAggregateConfigRulesReport(request: GenerateAggregateConfigRulesReportRequest): Promise<GenerateAggregateConfigRulesReportResponse>;
9397
+ generateAggregateResourceInventoryWithOptions(request: GenerateAggregateResourceInventoryRequest, runtime: $Util.RuntimeOptions): Promise<GenerateAggregateResourceInventoryResponse>;
9398
+ generateAggregateResourceInventory(request: GenerateAggregateResourceInventoryRequest): Promise<GenerateAggregateResourceInventoryResponse>;
8583
9399
  /**
8584
- * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetCompliancePackReport operation. For more information, see [GetCompliancePackReport](~~263347~~).
8585
- * In this topic, the `cp-a8a8626622af0082****` compliance package is used as an example.
9400
+ * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetCompliancePackReport operation. For more information, see [GetCompliancePackReport](~~263347~~).
9401
+ * This topic provides an example on how to generate a compliance evaluation report based on the `cp-a8a8626622af0082****` compliance package.
8586
9402
  *
8587
9403
  * @param request GenerateCompliancePackReportRequest
8588
9404
  * @param runtime runtime options for this request RuntimeOptions
@@ -8590,8 +9406,8 @@ export default class Client extends OpenApi {
8590
9406
  */
8591
9407
  generateCompliancePackReportWithOptions(request: GenerateCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GenerateCompliancePackReportResponse>;
8592
9408
  /**
8593
- * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetCompliancePackReport operation. For more information, see [GetCompliancePackReport](~~263347~~).
8594
- * In this topic, the `cp-a8a8626622af0082****` compliance package is used as an example.
9409
+ * > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetCompliancePackReport operation. For more information, see [GetCompliancePackReport](~~263347~~).
9410
+ * This topic provides an example on how to generate a compliance evaluation report based on the `cp-a8a8626622af0082****` compliance package.
8595
9411
  *
8596
9412
  * @param request GenerateCompliancePackReportRequest
8597
9413
  * @return GenerateCompliancePackReportResponse
@@ -8614,8 +9430,10 @@ export default class Client extends OpenApi {
8614
9430
  * @return GenerateConfigRulesReportResponse
8615
9431
  */
8616
9432
  generateConfigRulesReport(request: GenerateConfigRulesReportRequest): Promise<GenerateConfigRulesReportResponse>;
9433
+ generateResourceInventoryWithOptions(request: GenerateResourceInventoryRequest, runtime: $Util.RuntimeOptions): Promise<GenerateResourceInventoryResponse>;
9434
+ generateResourceInventory(request: GenerateResourceInventoryRequest): Promise<GenerateResourceInventoryResponse>;
8617
9435
  /**
8618
- * The sample request in this topic shows you how to query the compliance evaluation results of member accounts monitored by the `cp-541e626622af0087****` compliance package in the `ca-04b3fd170e340007****` account group. The return result shows that two member accounts are monitored by the compliance package and they are both evaluated as compliant.
9436
+ * This topic provides an example on how to query the compliance evaluation results of member accounts for which the `cp-541e626622af0087****` compliance package takes effect in the `ca-04b3fd170e340007****` account group. The returned result shows that two member accounts are monitored by the compliance package and they are both evaluated as compliant.
8619
9437
  *
8620
9438
  * @param request GetAggregateAccountComplianceByPackRequest
8621
9439
  * @param runtime runtime options for this request RuntimeOptions
@@ -8623,7 +9441,7 @@ export default class Client extends OpenApi {
8623
9441
  */
8624
9442
  getAggregateAccountComplianceByPackWithOptions(request: GetAggregateAccountComplianceByPackRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateAccountComplianceByPackResponse>;
8625
9443
  /**
8626
- * The sample request in this topic shows you how to query the compliance evaluation results of member accounts monitored by the `cp-541e626622af0087****` compliance package in the `ca-04b3fd170e340007****` account group. The return result shows that two member accounts are monitored by the compliance package and they are both evaluated as compliant.
9444
+ * This topic provides an example on how to query the compliance evaluation results of member accounts for which the `cp-541e626622af0087****` compliance package takes effect in the `ca-04b3fd170e340007****` account group. The returned result shows that two member accounts are monitored by the compliance package and they are both evaluated as compliant.
8627
9445
  *
8628
9446
  * @param request GetAggregateAccountComplianceByPackRequest
8629
9447
  * @return GetAggregateAccountComplianceByPackResponse
@@ -8645,8 +9463,8 @@ export default class Client extends OpenApi {
8645
9463
  */
8646
9464
  getAggregateCompliancePack(request: GetAggregateCompliancePackRequest): Promise<GetAggregateCompliancePackResponse>;
8647
9465
  /**
8648
- * > Before you call this operation, you must call the GenerateAggregateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package as required. For more information, see [GenerateAggregateCompliancePackReport](~~262687~~).
8649
- * The sample request in this topic shows you how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
9466
+ * > Before you call this operation, you must call the GenerateAggregateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateAggregateCompliancePackReport](~~262687~~).
9467
+ * This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
8650
9468
  *
8651
9469
  * @param request GetAggregateCompliancePackReportRequest
8652
9470
  * @param runtime runtime options for this request RuntimeOptions
@@ -8654,13 +9472,15 @@ export default class Client extends OpenApi {
8654
9472
  */
8655
9473
  getAggregateCompliancePackReportWithOptions(request: GetAggregateCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateCompliancePackReportResponse>;
8656
9474
  /**
8657
- * > Before you call this operation, you must call the GenerateAggregateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package as required. For more information, see [GenerateAggregateCompliancePackReport](~~262687~~).
8658
- * The sample request in this topic shows you how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
9475
+ * > Before you call this operation, you must call the GenerateAggregateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateAggregateCompliancePackReport](~~262687~~).
9476
+ * This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
8659
9477
  *
8660
9478
  * @param request GetAggregateCompliancePackReportRequest
8661
9479
  * @return GetAggregateCompliancePackReportResponse
8662
9480
  */
8663
9481
  getAggregateCompliancePackReport(request: GetAggregateCompliancePackReportRequest): Promise<GetAggregateCompliancePackReportResponse>;
9482
+ getAggregateComplianceSummaryWithOptions(request: GetAggregateComplianceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateComplianceSummaryResponse>;
9483
+ getAggregateComplianceSummary(request: GetAggregateComplianceSummaryRequest): Promise<GetAggregateComplianceSummaryResponse>;
8664
9484
  getAggregateConfigDeliveryChannelWithOptions(request: GetAggregateConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateConfigDeliveryChannelResponse>;
8665
9485
  getAggregateConfigDeliveryChannel(request: GetAggregateConfigDeliveryChannelRequest): Promise<GetAggregateConfigDeliveryChannelResponse>;
8666
9486
  /**
@@ -8694,7 +9514,7 @@ export default class Client extends OpenApi {
8694
9514
  */
8695
9515
  getAggregateConfigRuleComplianceByPack(request: GetAggregateConfigRuleComplianceByPackRequest): Promise<GetAggregateConfigRuleComplianceByPackResponse>;
8696
9516
  /**
8697
- * In this topic, the `ca-3a58626622af0005****` account group is used as an example. The return result shows four rules that are specified with the high risk level. One of them detects non-compliant resources, and the resources evaluated by the remaining three are all compliant.
9517
+ * This topic provides an example on how to query the summary of compliance evaluation results by rule risk level in the `ca-3a58626622af0005****` account group. The returned result shows four rules that are specified with the high risk level. One of the rules detects non-compliant resources, and the resources evaluated by the remaining three are compliant.
8698
9518
  *
8699
9519
  * @param request GetAggregateConfigRuleSummaryByRiskLevelRequest
8700
9520
  * @param runtime runtime options for this request RuntimeOptions
@@ -8702,15 +9522,15 @@ export default class Client extends OpenApi {
8702
9522
  */
8703
9523
  getAggregateConfigRuleSummaryByRiskLevelWithOptions(request: GetAggregateConfigRuleSummaryByRiskLevelRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateConfigRuleSummaryByRiskLevelResponse>;
8704
9524
  /**
8705
- * In this topic, the `ca-3a58626622af0005****` account group is used as an example. The return result shows four rules that are specified with the high risk level. One of them detects non-compliant resources, and the resources evaluated by the remaining three are all compliant.
9525
+ * This topic provides an example on how to query the summary of compliance evaluation results by rule risk level in the `ca-3a58626622af0005****` account group. The returned result shows four rules that are specified with the high risk level. One of the rules detects non-compliant resources, and the resources evaluated by the remaining three are compliant.
8706
9526
  *
8707
9527
  * @param request GetAggregateConfigRuleSummaryByRiskLevelRequest
8708
9528
  * @return GetAggregateConfigRuleSummaryByRiskLevelResponse
8709
9529
  */
8710
9530
  getAggregateConfigRuleSummaryByRiskLevel(request: GetAggregateConfigRuleSummaryByRiskLevelRequest): Promise<GetAggregateConfigRuleSummaryByRiskLevelResponse>;
8711
9531
  /**
8712
- * > Before you call this operation, you must call the GenerateAggregateConfigRulesReport operation to generate the latest compliance evaluation report based on all rules in an account group as required. For more information, see [GenerateAggregateConfigRulesReport](~~262701~~).
8713
- * The sample request in this topic shows you how to query the compliance evaluation report that is generated based on all rules in the `ca-f632626622af0079****` account group.
9532
+ * > Before you call this operation, you must call the GenerateAggregateConfigRulesReport operation to generate the latest compliance evaluation report based on all rules in an account group. For more information, see [GenerateAggregateConfigRulesReport](~~262701~~).
9533
+ * This topic provides an example on how to query the compliance evaluation report that is generated based on all rules in the `ca-f632626622af0079****` account group.
8714
9534
  *
8715
9535
  * @param request GetAggregateConfigRulesReportRequest
8716
9536
  * @param runtime runtime options for this request RuntimeOptions
@@ -8718,16 +9538,15 @@ export default class Client extends OpenApi {
8718
9538
  */
8719
9539
  getAggregateConfigRulesReportWithOptions(request: GetAggregateConfigRulesReportRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateConfigRulesReportResponse>;
8720
9540
  /**
8721
- * > Before you call this operation, you must call the GenerateAggregateConfigRulesReport operation to generate the latest compliance evaluation report based on all rules in an account group as required. For more information, see [GenerateAggregateConfigRulesReport](~~262701~~).
8722
- * The sample request in this topic shows you how to query the compliance evaluation report that is generated based on all rules in the `ca-f632626622af0079****` account group.
9541
+ * > Before you call this operation, you must call the GenerateAggregateConfigRulesReport operation to generate the latest compliance evaluation report based on all rules in an account group. For more information, see [GenerateAggregateConfigRulesReport](~~262701~~).
9542
+ * This topic provides an example on how to query the compliance evaluation report that is generated based on all rules in the `ca-f632626622af0079****` account group.
8723
9543
  *
8724
9544
  * @param request GetAggregateConfigRulesReportRequest
8725
9545
  * @return GetAggregateConfigRulesReportResponse
8726
9546
  */
8727
9547
  getAggregateConfigRulesReport(request: GetAggregateConfigRulesReportRequest): Promise<GetAggregateConfigRulesReportResponse>;
8728
9548
  /**
8729
- * The type of the resource.
8730
- * For more information about how to query the type of a resource, see [ListAggregateDiscoveredResources](~~411691~~).
9549
+ * This topic provides an example on how to query the `new-bucket` resource in the `ca-5885626622af0008****` account group.
8731
9550
  *
8732
9551
  * @param request GetAggregateDiscoveredResourceRequest
8733
9552
  * @param runtime runtime options for this request RuntimeOptions
@@ -8735,16 +9554,14 @@ export default class Client extends OpenApi {
8735
9554
  */
8736
9555
  getAggregateDiscoveredResourceWithOptions(request: GetAggregateDiscoveredResourceRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateDiscoveredResourceResponse>;
8737
9556
  /**
8738
- * The type of the resource.
8739
- * For more information about how to query the type of a resource, see [ListAggregateDiscoveredResources](~~411691~~).
9557
+ * This topic provides an example on how to query the `new-bucket` resource in the `ca-5885626622af0008****` account group.
8740
9558
  *
8741
9559
  * @param request GetAggregateDiscoveredResourceRequest
8742
9560
  * @return GetAggregateDiscoveredResourceResponse
8743
9561
  */
8744
9562
  getAggregateDiscoveredResource(request: GetAggregateDiscoveredResourceRequest): Promise<GetAggregateDiscoveredResourceResponse>;
8745
9563
  /**
8746
- * The ID of the rule.
8747
- * For more information about how to query the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
9564
+ * The sample request in this topic shows you how to query the compliance evaluation results based on the `cr-d369626622af008e****` rule in the `ca-a4e5626622af0079****` account group. The return result shows that a total of 10 resources are evaluated by the rule and five of them are evaluated as compliant.
8748
9565
  *
8749
9566
  * @param request GetAggregateResourceComplianceByConfigRuleRequest
8750
9567
  * @param runtime runtime options for this request RuntimeOptions
@@ -8752,15 +9569,14 @@ export default class Client extends OpenApi {
8752
9569
  */
8753
9570
  getAggregateResourceComplianceByConfigRuleWithOptions(request: GetAggregateResourceComplianceByConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceByConfigRuleResponse>;
8754
9571
  /**
8755
- * The ID of the rule.
8756
- * For more information about how to query the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
9572
+ * The sample request in this topic shows you how to query the compliance evaluation results based on the `cr-d369626622af008e****` rule in the `ca-a4e5626622af0079****` account group. The return result shows that a total of 10 resources are evaluated by the rule and five of them are evaluated as compliant.
8757
9573
  *
8758
9574
  * @param request GetAggregateResourceComplianceByConfigRuleRequest
8759
9575
  * @return GetAggregateResourceComplianceByConfigRuleResponse
8760
9576
  */
8761
9577
  getAggregateResourceComplianceByConfigRule(request: GetAggregateResourceComplianceByConfigRuleRequest): Promise<GetAggregateResourceComplianceByConfigRuleResponse>;
8762
9578
  /**
8763
- * The sample request in this topic shows you how to query the compliance evaluation results of resources monitored by the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****`account group. The return result shows that the total number of monitored resources is `10` and the number of non-compliant resources is `7`.
9579
+ * This topic provides an example on how to query the compliance evaluation results of resources monitored based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****`account group. The returned result shows that the total number of monitored resources is `10` and the number of non-compliant resources is `7`.
8764
9580
  *
8765
9581
  * @param request GetAggregateResourceComplianceByPackRequest
8766
9582
  * @param runtime runtime options for this request RuntimeOptions
@@ -8768,7 +9584,7 @@ export default class Client extends OpenApi {
8768
9584
  */
8769
9585
  getAggregateResourceComplianceByPackWithOptions(request: GetAggregateResourceComplianceByPackRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceByPackResponse>;
8770
9586
  /**
8771
- * The sample request in this topic shows you how to query the compliance evaluation results of resources monitored by the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****`account group. The return result shows that the total number of monitored resources is `10` and the number of non-compliant resources is `7`.
9587
+ * This topic provides an example on how to query the compliance evaluation results of resources monitored based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****`account group. The returned result shows that the total number of monitored resources is `10` and the number of non-compliant resources is `7`.
8772
9588
  *
8773
9589
  * @param request GetAggregateResourceComplianceByPackRequest
8774
9590
  * @return GetAggregateResourceComplianceByPackResponse
@@ -8779,7 +9595,7 @@ export default class Client extends OpenApi {
8779
9595
  getAggregateResourceComplianceGroupByResourceTypeWithOptions(request: GetAggregateResourceComplianceGroupByResourceTypeRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceGroupByResourceTypeResponse>;
8780
9596
  getAggregateResourceComplianceGroupByResourceType(request: GetAggregateResourceComplianceGroupByResourceTypeRequest): Promise<GetAggregateResourceComplianceGroupByResourceTypeResponse>;
8781
9597
  /**
8782
- * The operation that you want to perform. Set the value to **GetAggregateResourceComplianceTimeline**.
9598
+ * The sample request in this topic shows you how to query the compliance timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows the following two timestamps on the compliance timeline: `1625200295276` and `1625200228510`. The first timestamp indicates 12:31:35 on July 2, 2021 (UTC+8), and the second timestamp indicates 12:30:28 on July 2, 2021 (UTC+8).
8783
9599
  *
8784
9600
  * @param request GetAggregateResourceComplianceTimelineRequest
8785
9601
  * @param runtime runtime options for this request RuntimeOptions
@@ -8787,15 +9603,14 @@ export default class Client extends OpenApi {
8787
9603
  */
8788
9604
  getAggregateResourceComplianceTimelineWithOptions(request: GetAggregateResourceComplianceTimelineRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceTimelineResponse>;
8789
9605
  /**
8790
- * The operation that you want to perform. Set the value to **GetAggregateResourceComplianceTimeline**.
9606
+ * The sample request in this topic shows you how to query the compliance timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows the following two timestamps on the compliance timeline: `1625200295276` and `1625200228510`. The first timestamp indicates 12:31:35 on July 2, 2021 (UTC+8), and the second timestamp indicates 12:30:28 on July 2, 2021 (UTC+8).
8791
9607
  *
8792
9608
  * @param request GetAggregateResourceComplianceTimelineRequest
8793
9609
  * @return GetAggregateResourceComplianceTimelineResponse
8794
9610
  */
8795
9611
  getAggregateResourceComplianceTimeline(request: GetAggregateResourceComplianceTimelineRequest): Promise<GetAggregateResourceComplianceTimelineResponse>;
8796
9612
  /**
8797
- * The ID of the resource.
8798
- * For more information about how to obtain the ID of a resource, see [ListAggregateDiscoveredResources](~~265983~~).
9613
+ * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
8799
9614
  *
8800
9615
  * @param request GetAggregateResourceConfigurationTimelineRequest
8801
9616
  * @param runtime runtime options for this request RuntimeOptions
@@ -8803,16 +9618,14 @@ export default class Client extends OpenApi {
8803
9618
  */
8804
9619
  getAggregateResourceConfigurationTimelineWithOptions(request: GetAggregateResourceConfigurationTimelineRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceConfigurationTimelineResponse>;
8805
9620
  /**
8806
- * The ID of the resource.
8807
- * For more information about how to obtain the ID of a resource, see [ListAggregateDiscoveredResources](~~265983~~).
9621
+ * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
8808
9622
  *
8809
9623
  * @param request GetAggregateResourceConfigurationTimelineRequest
8810
9624
  * @return GetAggregateResourceConfigurationTimelineResponse
8811
9625
  */
8812
9626
  getAggregateResourceConfigurationTimeline(request: GetAggregateResourceConfigurationTimelineRequest): Promise<GetAggregateResourceConfigurationTimelineResponse>;
8813
9627
  /**
8814
- * The ID of the account group.
8815
- * For more information about how to obtain the ID of an account group, see [ListAggregators](~~255797~~).
9628
+ * This topic provides an example on how to query the statistics on the resources in an account group named `ca-a260626622af0005****` by region. The returned result shows that a total of `10` resources exist in the `cn-hangzhou` region.
8816
9629
  *
8817
9630
  * @param request GetAggregateResourceCountsGroupByRegionRequest
8818
9631
  * @param runtime runtime options for this request RuntimeOptions
@@ -8820,8 +9633,7 @@ export default class Client extends OpenApi {
8820
9633
  */
8821
9634
  getAggregateResourceCountsGroupByRegionWithOptions(request: GetAggregateResourceCountsGroupByRegionRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceCountsGroupByRegionResponse>;
8822
9635
  /**
8823
- * The ID of the account group.
8824
- * For more information about how to obtain the ID of an account group, see [ListAggregators](~~255797~~).
9636
+ * This topic provides an example on how to query the statistics on the resources in an account group named `ca-a260626622af0005****` by region. The returned result shows that a total of `10` resources exist in the `cn-hangzhou` region.
8825
9637
  *
8826
9638
  * @param request GetAggregateResourceCountsGroupByRegionRequest
8827
9639
  * @return GetAggregateResourceCountsGroupByRegionResponse
@@ -8873,8 +9685,8 @@ export default class Client extends OpenApi {
8873
9685
  */
8874
9686
  getCompliancePack(request: GetCompliancePackRequest): Promise<GetCompliancePackResponse>;
8875
9687
  /**
8876
- * > Before you call this operation, you must call the GenerateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package as required. For more information, see [GenerateCompliancePackReport](~~263525~~).
8877
- * In this topic, the `cp-fdc8626622af00f9****` compliance package is used as an example.
9688
+ * > Before you call this operation, you must call the GenerateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateCompliancePackReport](~~263525~~).
9689
+ * This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package.
8878
9690
  *
8879
9691
  * @param request GetCompliancePackReportRequest
8880
9692
  * @param runtime runtime options for this request RuntimeOptions
@@ -8882,17 +9694,19 @@ export default class Client extends OpenApi {
8882
9694
  */
8883
9695
  getCompliancePackReportWithOptions(request: GetCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GetCompliancePackReportResponse>;
8884
9696
  /**
8885
- * > Before you call this operation, you must call the GenerateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package as required. For more information, see [GenerateCompliancePackReport](~~263525~~).
8886
- * In this topic, the `cp-fdc8626622af00f9****` compliance package is used as an example.
9697
+ * > Before you call this operation, you must call the GenerateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateCompliancePackReport](~~263525~~).
9698
+ * This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package.
8887
9699
  *
8888
9700
  * @param request GetCompliancePackReportRequest
8889
9701
  * @return GetCompliancePackReportResponse
8890
9702
  */
8891
9703
  getCompliancePackReport(request: GetCompliancePackReportRequest): Promise<GetCompliancePackReportResponse>;
9704
+ getComplianceSummaryWithOptions(runtime: $Util.RuntimeOptions): Promise<GetComplianceSummaryResponse>;
9705
+ getComplianceSummary(): Promise<GetComplianceSummaryResponse>;
8892
9706
  getConfigDeliveryChannelWithOptions(request: GetConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<GetConfigDeliveryChannelResponse>;
8893
9707
  getConfigDeliveryChannel(request: GetConfigDeliveryChannelRequest): Promise<GetConfigDeliveryChannelResponse>;
8894
9708
  /**
8895
- * This example shows how to query the details of the `cr-7f7d626622af0041****` rule.
9709
+ * This topic provides an example on how to query the details of the `cr-7f7d626622af0041****` rule.
8896
9710
  *
8897
9711
  * @param request GetConfigRuleRequest
8898
9712
  * @param runtime runtime options for this request RuntimeOptions
@@ -8900,7 +9714,7 @@ export default class Client extends OpenApi {
8900
9714
  */
8901
9715
  getConfigRuleWithOptions(request: GetConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetConfigRuleResponse>;
8902
9716
  /**
8903
- * This example shows how to query the details of the `cr-7f7d626622af0041****` rule.
9717
+ * This topic provides an example on how to query the details of the `cr-7f7d626622af0041****` rule.
8904
9718
  *
8905
9719
  * @param request GetConfigRuleRequest
8906
9720
  * @return GetConfigRuleResponse
@@ -8952,6 +9766,8 @@ export default class Client extends OpenApi {
8952
9766
  * @return GetConfigRulesReportResponse
8953
9767
  */
8954
9768
  getConfigRulesReport(request: GetConfigRulesReportRequest): Promise<GetConfigRulesReportResponse>;
9769
+ getConfigurationRecorderWithOptions(runtime: $Util.RuntimeOptions): Promise<GetConfigurationRecorderResponse>;
9770
+ getConfigurationRecorder(): Promise<GetConfigurationRecorderResponse>;
8955
9771
  /**
8956
9772
  * The sample request in this topic shows you how to query the details of the `new-bucket` resource.
8957
9773
  *
@@ -9014,6 +9830,8 @@ export default class Client extends OpenApi {
9014
9830
  * @return GetManagedRuleResponse
9015
9831
  */
9016
9832
  getManagedRule(request: GetManagedRuleRequest): Promise<GetManagedRuleResponse>;
9833
+ getRemediationTemplateWithOptions(request: GetRemediationTemplateRequest, runtime: $Util.RuntimeOptions): Promise<GetRemediationTemplateResponse>;
9834
+ getRemediationTemplate(request: GetRemediationTemplateRequest): Promise<GetRemediationTemplateResponse>;
9017
9835
  /**
9018
9836
  * In this topic, the `cr-d369626622af008e****` rule is used as an example. The return result shows that a total of 10 resources are evaluated by the rule and `five` of them are evaluated as compliant.
9019
9837
  *
@@ -9030,7 +9848,7 @@ export default class Client extends OpenApi {
9030
9848
  */
9031
9849
  getResourceComplianceByConfigRule(request: GetResourceComplianceByConfigRuleRequest): Promise<GetResourceComplianceByConfigRuleResponse>;
9032
9850
  /**
9033
- * In this topic, the `cp-541e626622af0087****` compliance package is used as an example. The return result shows a total of 10 resources and seven of them are evaluated as non-compliant.
9851
+ * This topic provides an example on how to query the compliance evaluation results of resources monitored by using the `cp-541e626622af0087****` compliance package. The returned result shows a total of 10 resources and seven of them are evaluated as non-compliant.
9034
9852
  *
9035
9853
  * @param request GetResourceComplianceByPackRequest
9036
9854
  * @param runtime runtime options for this request RuntimeOptions
@@ -9038,7 +9856,7 @@ export default class Client extends OpenApi {
9038
9856
  */
9039
9857
  getResourceComplianceByPackWithOptions(request: GetResourceComplianceByPackRequest, runtime: $Util.RuntimeOptions): Promise<GetResourceComplianceByPackResponse>;
9040
9858
  /**
9041
- * In this topic, the `cp-541e626622af0087****` compliance package is used as an example. The return result shows a total of 10 resources and seven of them are evaluated as non-compliant.
9859
+ * This topic provides an example on how to query the compliance evaluation results of resources monitored by using the `cp-541e626622af0087****` compliance package. The returned result shows a total of 10 resources and seven of them are evaluated as non-compliant.
9042
9860
  *
9043
9861
  * @param request GetResourceComplianceByPackRequest
9044
9862
  * @return GetResourceComplianceByPackResponse
@@ -9064,7 +9882,7 @@ export default class Client extends OpenApi {
9064
9882
  */
9065
9883
  getResourceComplianceTimeline(request: GetResourceComplianceTimelineRequest): Promise<GetResourceComplianceTimelineResponse>;
9066
9884
  /**
9067
- * The timestamp that specifies the beginning of the time range to query. By default, Cloud Config retrieves the configuration changes in the last 30 days for the specified resource. Unit: milliseconds.
9885
+ * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
9068
9886
  *
9069
9887
  * @param request GetResourceConfigurationTimelineRequest
9070
9888
  * @param runtime runtime options for this request RuntimeOptions
@@ -9072,12 +9890,27 @@ export default class Client extends OpenApi {
9072
9890
  */
9073
9891
  getResourceConfigurationTimelineWithOptions(request: GetResourceConfigurationTimelineRequest, runtime: $Util.RuntimeOptions): Promise<GetResourceConfigurationTimelineResponse>;
9074
9892
  /**
9075
- * The timestamp that specifies the beginning of the time range to query. By default, Cloud Config retrieves the configuration changes in the last 30 days for the specified resource. Unit: milliseconds.
9893
+ * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
9076
9894
  *
9077
9895
  * @param request GetResourceConfigurationTimelineRequest
9078
9896
  * @return GetResourceConfigurationTimelineResponse
9079
9897
  */
9080
9898
  getResourceConfigurationTimeline(request: GetResourceConfigurationTimelineRequest): Promise<GetResourceConfigurationTimelineResponse>;
9899
+ /**
9900
+ * This topic provides an example to show how to query the resource relationships that are supported by the ACS::ECS::Instance resource type.
9901
+ *
9902
+ * @param request GetSupportedResourceRelationConfigRequest
9903
+ * @param runtime runtime options for this request RuntimeOptions
9904
+ * @return GetSupportedResourceRelationConfigResponse
9905
+ */
9906
+ getSupportedResourceRelationConfigWithOptions(request: GetSupportedResourceRelationConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetSupportedResourceRelationConfigResponse>;
9907
+ /**
9908
+ * This topic provides an example to show how to query the resource relationships that are supported by the ACS::ECS::Instance resource type.
9909
+ *
9910
+ * @param request GetSupportedResourceRelationConfigRequest
9911
+ * @return GetSupportedResourceRelationConfigResponse
9912
+ */
9913
+ getSupportedResourceRelationConfig(request: GetSupportedResourceRelationConfigRequest): Promise<GetSupportedResourceRelationConfigResponse>;
9081
9914
  /**
9082
9915
  * After you ignore a resource that is evaluated as incompliant by using a rule, the resource is still evaluated by using the rule, but the compliance result is Ignored.
9083
9916
  * This example shows how to ignore the `lb-hp3a3b4ztyfm2plgm****` incompliant resource that is evaluated by using the `cr-7e72626622af0051***` rule in the `120886317861****` member account of the `ca-5b6c626622af008f****` account group. The ID of the region where the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
@@ -9145,7 +9978,7 @@ export default class Client extends OpenApi {
9145
9978
  */
9146
9979
  listAggregateConfigRuleEvaluationResults(request: ListAggregateConfigRuleEvaluationResultsRequest): Promise<ListAggregateConfigRuleEvaluationResultsResponse>;
9147
9980
  /**
9148
- * This topic provides an example on how to query the rules in an account group whose ID is `ca-f632626622af0079****`. The return result shows a total of one rule and two evaluated resources. The resources are both evaluated as `COMPLIANT`.
9981
+ * 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`.
9149
9982
  *
9150
9983
  * @param request ListAggregateConfigRulesRequest
9151
9984
  * @param runtime runtime options for this request RuntimeOptions
@@ -9153,14 +9986,14 @@ export default class Client extends OpenApi {
9153
9986
  */
9154
9987
  listAggregateConfigRulesWithOptions(request: ListAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateConfigRulesResponse>;
9155
9988
  /**
9156
- * This topic provides an example on how to query the rules in an account group whose ID is `ca-f632626622af0079****`. The return result shows a total of one rule and two evaluated resources. The resources are both evaluated as `COMPLIANT`.
9989
+ * 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`.
9157
9990
  *
9158
9991
  * @param request ListAggregateConfigRulesRequest
9159
9992
  * @return ListAggregateConfigRulesResponse
9160
9993
  */
9161
9994
  listAggregateConfigRules(request: ListAggregateConfigRulesRequest): Promise<ListAggregateConfigRulesResponse>;
9162
9995
  /**
9163
- * The token that you want to use to initiate the current request. If the response of the previous request is truncated, you can use this token to initiate another request and obtain the remaining entries.``
9996
+ * This topic provides an example on how to query a list of resources in the `ca-c560626622af0005****` account group. The returned result shows that eight resources exist in the account group.
9164
9997
  *
9165
9998
  * @param request ListAggregateDiscoveredResourcesRequest
9166
9999
  * @param runtime runtime options for this request RuntimeOptions
@@ -9168,14 +10001,14 @@ export default class Client extends OpenApi {
9168
10001
  */
9169
10002
  listAggregateDiscoveredResourcesWithOptions(request: ListAggregateDiscoveredResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateDiscoveredResourcesResponse>;
9170
10003
  /**
9171
- * The token that you want to use to initiate the current request. If the response of the previous request is truncated, you can use this token to initiate another request and obtain the remaining entries.``
10004
+ * This topic provides an example on how to query a list of resources in the `ca-c560626622af0005****` account group. The returned result shows that eight resources exist in the account group.
9172
10005
  *
9173
10006
  * @param request ListAggregateDiscoveredResourcesRequest
9174
10007
  * @return ListAggregateDiscoveredResourcesResponse
9175
10008
  */
9176
10009
  listAggregateDiscoveredResources(request: ListAggregateDiscoveredResourcesRequest): Promise<ListAggregateDiscoveredResourcesResponse>;
9177
10010
  /**
9178
- * The sample request in this topic shows you how to query the remediation setting of the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`.
10011
+ * This topic provides an example on how to query the remediation templates of the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`.
9179
10012
  *
9180
10013
  * @param request ListAggregateRemediationsRequest
9181
10014
  * @param runtime runtime options for this request RuntimeOptions
@@ -9183,7 +10016,7 @@ export default class Client extends OpenApi {
9183
10016
  */
9184
10017
  listAggregateRemediationsWithOptions(request: ListAggregateRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateRemediationsResponse>;
9185
10018
  /**
9186
- * The sample request in this topic shows you how to query the remediation setting of the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`.
10019
+ * This topic provides an example on how to query the remediation templates of the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`.
9187
10020
  *
9188
10021
  * @param request ListAggregateRemediationsRequest
9189
10022
  * @return ListAggregateRemediationsResponse
@@ -9204,7 +10037,20 @@ export default class Client extends OpenApi {
9204
10037
  * @return ListAggregateResourceEvaluationResultsResponse
9205
10038
  */
9206
10039
  listAggregateResourceEvaluationResults(request: ListAggregateResourceEvaluationResultsRequest): Promise<ListAggregateResourceEvaluationResultsResponse>;
10040
+ /**
10041
+ * This topic provides an example on how to query the disks that are associated with an Elastic Compute Service (ECS) instance in an account group.
10042
+ *
10043
+ * @param request ListAggregateResourceRelationsRequest
10044
+ * @param runtime runtime options for this request RuntimeOptions
10045
+ * @return ListAggregateResourceRelationsResponse
10046
+ */
9207
10047
  listAggregateResourceRelationsWithOptions(request: ListAggregateResourceRelationsRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateResourceRelationsResponse>;
10048
+ /**
10049
+ * This topic provides an example on how to query the disks that are associated with an Elastic Compute Service (ECS) instance in an account group.
10050
+ *
10051
+ * @param request ListAggregateResourceRelationsRequest
10052
+ * @return ListAggregateResourceRelationsResponse
10053
+ */
9208
10054
  listAggregateResourceRelations(request: ListAggregateResourceRelationsRequest): Promise<ListAggregateResourceRelationsResponse>;
9209
10055
  /**
9210
10056
  * 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.
@@ -9302,6 +10148,8 @@ export default class Client extends OpenApi {
9302
10148
  listManagedRules(request: ListManagedRulesRequest): Promise<ListManagedRulesResponse>;
9303
10149
  listPreManagedRulesWithOptions(tmpReq: ListPreManagedRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListPreManagedRulesResponse>;
9304
10150
  listPreManagedRules(request: ListPreManagedRulesRequest): Promise<ListPreManagedRulesResponse>;
10151
+ listRemediationExecutionsWithOptions(request: ListRemediationExecutionsRequest, runtime: $Util.RuntimeOptions): Promise<ListRemediationExecutionsResponse>;
10152
+ listRemediationExecutions(request: ListRemediationExecutionsRequest): Promise<ListRemediationExecutionsResponse>;
9305
10153
  /**
9306
10154
  * In this topic, the `oss-bucket-public-write-prohibited` managed rule is used as an example. The return result shows the details of the remediation template of the `OOS` type for the managed rule. OOS represents Operation Orchestration Service.
9307
10155
  *
@@ -9318,7 +10166,7 @@ export default class Client extends OpenApi {
9318
10166
  */
9319
10167
  listRemediationTemplates(request: ListRemediationTemplatesRequest): Promise<ListRemediationTemplatesResponse>;
9320
10168
  /**
9321
- * In this topic, the rule whose ID is `cr-6b7c626622af00b4****` is used as an example.
10169
+ * This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
9322
10170
  *
9323
10171
  * @param request ListRemediationsRequest
9324
10172
  * @param runtime runtime options for this request RuntimeOptions
@@ -9326,7 +10174,7 @@ export default class Client extends OpenApi {
9326
10174
  */
9327
10175
  listRemediationsWithOptions(request: ListRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<ListRemediationsResponse>;
9328
10176
  /**
9329
- * In this topic, the rule whose ID is `cr-6b7c626622af00b4****` is used as an example.
10177
+ * This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
9330
10178
  *
9331
10179
  * @param request ListRemediationsRequest
9332
10180
  * @return ListRemediationsResponse
@@ -9347,14 +10195,30 @@ export default class Client extends OpenApi {
9347
10195
  * @return ListResourceEvaluationResultsResponse
9348
10196
  */
9349
10197
  listResourceEvaluationResults(request: ListResourceEvaluationResultsRequest): Promise<ListResourceEvaluationResultsResponse>;
10198
+ /**
10199
+ * This topic provides an example on how to query the disks that are associated with an Elastic Compute Service (ECS) instance within the current Alibaba Cloud account.
10200
+ *
10201
+ * @param request ListResourceRelationsRequest
10202
+ * @param runtime runtime options for this request RuntimeOptions
10203
+ * @return ListResourceRelationsResponse
10204
+ */
9350
10205
  listResourceRelationsWithOptions(request: ListResourceRelationsRequest, runtime: $Util.RuntimeOptions): Promise<ListResourceRelationsResponse>;
10206
+ /**
10207
+ * This topic provides an example on how to query the disks that are associated with an Elastic Compute Service (ECS) instance within the current Alibaba Cloud account.
10208
+ *
10209
+ * @param request ListResourceRelationsRequest
10210
+ * @return ListResourceRelationsResponse
10211
+ */
9351
10212
  listResourceRelations(request: ListResourceRelationsRequest): Promise<ListResourceRelationsResponse>;
9352
10213
  listTagResourcesWithOptions(tmpReq: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
9353
10214
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
10215
+ putEvaluationsWithOptions(request: PutEvaluationsRequest, runtime: $Util.RuntimeOptions): Promise<PutEvaluationsResponse>;
10216
+ putEvaluations(request: PutEvaluationsRequest): Promise<PutEvaluationsResponse>;
9354
10217
  /**
9355
- * The sample request in this topic shows you how to reevaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051***` rule in the `120886317861****` member account of the `ca-5b6c626622af008f****` account group. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
9356
- * ## Prerequisites
9357
- * One or more non-compliant resources that are evaluated by a rule in an account group are ignored.
10218
+ * ### Prerequisites
10219
+ * One or more non-compliant resources that are evaluated based on a rule are ignored.
10220
+ * ### Usage notes
10221
+ * The sample request in this topic shows you how to re-evaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051***` rule in the `120886317861****` member account of the `ca-5b6c626622af008f****` account group. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
9358
10222
  *
9359
10223
  * @param tmpReq RevertAggregateEvaluationResultsRequest
9360
10224
  * @param runtime runtime options for this request RuntimeOptions
@@ -9362,18 +10226,20 @@ export default class Client extends OpenApi {
9362
10226
  */
9363
10227
  revertAggregateEvaluationResultsWithOptions(tmpReq: RevertAggregateEvaluationResultsRequest, runtime: $Util.RuntimeOptions): Promise<RevertAggregateEvaluationResultsResponse>;
9364
10228
  /**
9365
- * The sample request in this topic shows you how to reevaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051***` rule in the `120886317861****` member account of the `ca-5b6c626622af008f****` account group. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
9366
- * ## Prerequisites
9367
- * One or more non-compliant resources that are evaluated by a rule in an account group are ignored.
10229
+ * ### Prerequisites
10230
+ * One or more non-compliant resources that are evaluated based on a rule are ignored.
10231
+ * ### Usage notes
10232
+ * The sample request in this topic shows you how to re-evaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051***` rule in the `120886317861****` member account of the `ca-5b6c626622af008f****` account group. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
9368
10233
  *
9369
10234
  * @param request RevertAggregateEvaluationResultsRequest
9370
10235
  * @return RevertAggregateEvaluationResultsResponse
9371
10236
  */
9372
10237
  revertAggregateEvaluationResults(request: RevertAggregateEvaluationResultsRequest): Promise<RevertAggregateEvaluationResultsResponse>;
9373
10238
  /**
9374
- * The sample request in this topic shows you how to reevaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
9375
- * ## Prerequisites
10239
+ * ### Prerequisites
9376
10240
  * One or more non-compliant resources that are evaluated by a rule are ignored.
10241
+ * ### Usage notes
10242
+ * The sample request in this topic shows you how to re-evaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.``
9377
10243
  *
9378
10244
  * @param tmpReq RevertEvaluationResultsRequest
9379
10245
  * @param runtime runtime options for this request RuntimeOptions
@@ -9381,17 +10247,18 @@ export default class Client extends OpenApi {
9381
10247
  */
9382
10248
  revertEvaluationResultsWithOptions(tmpReq: RevertEvaluationResultsRequest, runtime: $Util.RuntimeOptions): Promise<RevertEvaluationResultsResponse>;
9383
10249
  /**
9384
- * The sample request in this topic shows you how to reevaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
9385
- * ## Prerequisites
10250
+ * ### Prerequisites
9386
10251
  * One or more non-compliant resources that are evaluated by a rule are ignored.
10252
+ * ### Usage notes
10253
+ * The sample request in this topic shows you how to re-evaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule. The ID of the region in which the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.``
9387
10254
  *
9388
10255
  * @param request RevertEvaluationResultsRequest
9389
10256
  * @return RevertEvaluationResultsResponse
9390
10257
  */
9391
10258
  revertEvaluationResults(request: RevertEvaluationResultsRequest): Promise<RevertEvaluationResultsResponse>;
9392
10259
  /**
9393
- * > After you call this operation, the compliance evaluation is performed only once. To query the compliance evaluation results returned by the rule, call the ListAggregateConfigRuleEvaluationResults operation. For more information, see [ListAggregateConfigRuleEvaluationResults](~~265979~~).
9394
- * The sample request in this topic shows you how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
10260
+ * > After you call this operation, the compliance evaluation is performed only once. To query the compliance evaluation results returned by the rule, call the ListAggregateConfigRuleEvaluationResults operation. For more information, see [ListAggregateConfigRuleEvaluationResults](~~265979~~).
10261
+ * The sample request in this topic shows how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
9395
10262
  *
9396
10263
  * @param request StartAggregateConfigRuleEvaluationRequest
9397
10264
  * @param runtime runtime options for this request RuntimeOptions
@@ -9399,15 +10266,15 @@ export default class Client extends OpenApi {
9399
10266
  */
9400
10267
  startAggregateConfigRuleEvaluationWithOptions(request: StartAggregateConfigRuleEvaluationRequest, runtime: $Util.RuntimeOptions): Promise<StartAggregateConfigRuleEvaluationResponse>;
9401
10268
  /**
9402
- * > After you call this operation, the compliance evaluation is performed only once. To query the compliance evaluation results returned by the rule, call the ListAggregateConfigRuleEvaluationResults operation. For more information, see [ListAggregateConfigRuleEvaluationResults](~~265979~~).
9403
- * The sample request in this topic shows you how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
10269
+ * > After you call this operation, the compliance evaluation is performed only once. To query the compliance evaluation results returned by the rule, call the ListAggregateConfigRuleEvaluationResults operation. For more information, see [ListAggregateConfigRuleEvaluationResults](~~265979~~).
10270
+ * The sample request in this topic shows how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
9404
10271
  *
9405
10272
  * @param request StartAggregateConfigRuleEvaluationRequest
9406
10273
  * @return StartAggregateConfigRuleEvaluationResponse
9407
10274
  */
9408
10275
  startAggregateConfigRuleEvaluation(request: StartAggregateConfigRuleEvaluationRequest): Promise<StartAggregateConfigRuleEvaluationResponse>;
9409
10276
  /**
9410
- * The sample request in this topic shows you how to manually execute the remediation template configured for the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The return result shows that the manual execution is successful.
10277
+ * This topic provides an example on how to manually perform a remediation operation by using the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The returned result shows that the manual execution is successful.
9411
10278
  *
9412
10279
  * @param request StartAggregateRemediationRequest
9413
10280
  * @param runtime runtime options for this request RuntimeOptions
@@ -9415,14 +10282,18 @@ export default class Client extends OpenApi {
9415
10282
  */
9416
10283
  startAggregateRemediationWithOptions(request: StartAggregateRemediationRequest, runtime: $Util.RuntimeOptions): Promise<StartAggregateRemediationResponse>;
9417
10284
  /**
9418
- * The sample request in this topic shows you how to manually execute the remediation template configured for the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The return result shows that the manual execution is successful.
10285
+ * This topic provides an example on how to manually perform a remediation operation by using the rule whose ID is `cr-6b7c626622af00b4****` in the account group whose ID is `ca-6b4a626622af0012****`. The returned result shows that the manual execution is successful.
9419
10286
  *
9420
10287
  * @param request StartAggregateRemediationRequest
9421
10288
  * @return StartAggregateRemediationResponse
9422
10289
  */
9423
10290
  startAggregateRemediation(request: StartAggregateRemediationRequest): Promise<StartAggregateRemediationResponse>;
10291
+ startConfigRuleEvaluationWithOptions(request: StartConfigRuleEvaluationRequest, runtime: $Util.RuntimeOptions): Promise<StartConfigRuleEvaluationResponse>;
10292
+ startConfigRuleEvaluation(request: StartConfigRuleEvaluationRequest): Promise<StartConfigRuleEvaluationResponse>;
10293
+ startConfigurationRecorderWithOptions(runtime: $Util.RuntimeOptions): Promise<StartConfigurationRecorderResponse>;
10294
+ startConfigurationRecorder(): Promise<StartConfigurationRecorderResponse>;
9424
10295
  /**
9425
- * In this topic, the rule whose ID is `cr-8a973ac2e2be00a2****` is used as an example. The return result shows that the manual execution is successful.
10296
+ * This topic provides an example on how to perform a remediation operation by using the rule whose ID is `cr-8a973ac2e2be00a2****`. The returned result shows that the manual execution is successful.
9426
10297
  *
9427
10298
  * @param request StartRemediationRequest
9428
10299
  * @param runtime runtime options for this request RuntimeOptions
@@ -9430,7 +10301,7 @@ export default class Client extends OpenApi {
9430
10301
  */
9431
10302
  startRemediationWithOptions(request: StartRemediationRequest, runtime: $Util.RuntimeOptions): Promise<StartRemediationResponse>;
9432
10303
  /**
9433
- * In this topic, the rule whose ID is `cr-8a973ac2e2be00a2****` is used as an example. The return result shows that the manual execution is successful.
10304
+ * This topic provides an example on how to perform a remediation operation by using the rule whose ID is `cr-8a973ac2e2be00a2****`. The returned result shows that the manual execution is successful.
9434
10305
  *
9435
10306
  * @param request StartRemediationRequest
9436
10307
  * @return StartRemediationResponse
@@ -9458,7 +10329,7 @@ export default class Client extends OpenApi {
9458
10329
  */
9459
10330
  updateAggregateCompliancePack(request: UpdateAggregateCompliancePackRequest): Promise<UpdateAggregateCompliancePackResponse>;
9460
10331
  /**
9461
- * In this example, a delivery channel in an account group is disabled. The ID of the account group is `ca-a4e5626622af0079****`, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****```. The Status parameter is set to 0. After the delivery channel is disabled, Cloud Config retains the most recent delivery configuration and stops resource data delivery.
10332
+ * This topic provides an example on how to disable a delivery channel in an account group. The ID of the account group is `ca-a4e5626622af0079****`, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`. The Status parameter is set to `0`. After the delivery channel is disabled, Cloud Config retains the most recent delivery configuration and stops resource data delivery.
9462
10333
  *
9463
10334
  * @param request UpdateAggregateConfigDeliveryChannelRequest
9464
10335
  * @param runtime runtime options for this request RuntimeOptions
@@ -9466,7 +10337,7 @@ export default class Client extends OpenApi {
9466
10337
  */
9467
10338
  updateAggregateConfigDeliveryChannelWithOptions(request: UpdateAggregateConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAggregateConfigDeliveryChannelResponse>;
9468
10339
  /**
9469
- * In this example, a delivery channel in an account group is disabled. The ID of the account group is `ca-a4e5626622af0079****`, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****```. The Status parameter is set to 0. After the delivery channel is disabled, Cloud Config retains the most recent delivery configuration and stops resource data delivery.
10340
+ * This topic provides an example on how to disable a delivery channel in an account group. The ID of the account group is `ca-a4e5626622af0079****`, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`. The Status parameter is set to `0`. After the delivery channel is disabled, Cloud Config retains the most recent delivery configuration and stops resource data delivery.
9470
10341
  *
9471
10342
  * @param request UpdateAggregateConfigDeliveryChannelRequest
9472
10343
  * @return UpdateAggregateConfigDeliveryChannelResponse
@@ -9562,9 +10433,11 @@ export default class Client extends OpenApi {
9562
10433
  * @return UpdateConfigRuleResponse
9563
10434
  */
9564
10435
  updateConfigRule(request: UpdateConfigRuleRequest): Promise<UpdateConfigRuleResponse>;
10436
+ updateConfigurationRecorderWithOptions(request: UpdateConfigurationRecorderRequest, runtime: $Util.RuntimeOptions): Promise<UpdateConfigurationRecorderResponse>;
10437
+ updateConfigurationRecorder(request: UpdateConfigurationRecorderRequest): Promise<UpdateConfigurationRecorderResponse>;
9565
10438
  /**
9566
10439
  * @deprecated : UpdateDeliveryChannel is deprecated, please use Config::2020-09-07::UpdateConfigDeliveryChannel,Config::2020-09-07::UpdateAggregateConfigDeliveryChannel instead.
9567
- * The operation that you want to perform. Set the value to **UpdateDeliveryChannel**.
10440
+ * This topic provides an example on how to change the status of the delivery channel whose ID is `cdc-8e45ff4e06a3a8****` to 0, which indicates that the delivery channel is disabled. After the delivery channel is disabled, Cloud Config retains the last delivery configuration and stops resource data delivery.
9568
10441
  *
9569
10442
  * @param request UpdateDeliveryChannelRequest
9570
10443
  * @param runtime runtime options for this request RuntimeOptions
@@ -9573,7 +10446,7 @@ export default class Client extends OpenApi {
9573
10446
  updateDeliveryChannelWithOptions(request: UpdateDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDeliveryChannelResponse>;
9574
10447
  /**
9575
10448
  * @deprecated : UpdateDeliveryChannel is deprecated, please use Config::2020-09-07::UpdateConfigDeliveryChannel,Config::2020-09-07::UpdateAggregateConfigDeliveryChannel instead.
9576
- * The operation that you want to perform. Set the value to **UpdateDeliveryChannel**.
10449
+ * This topic provides an example on how to change the status of the delivery channel whose ID is `cdc-8e45ff4e06a3a8****` to 0, which indicates that the delivery channel is disabled. After the delivery channel is disabled, Cloud Config retains the last delivery configuration and stops resource data delivery.
9577
10450
  *
9578
10451
  * @param request UpdateDeliveryChannelRequest
9579
10452
  * @return UpdateDeliveryChannelResponse