@alicloud/config20200907 2.2.7 → 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 +1201 -127
- package/dist/client.js +2072 -159
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +2582 -247
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,9 +3135,8 @@ export declare class GetManagedRuleResponse extends $tea.Model {
|
|
|
2870
3135
|
[key: string]: any;
|
|
2871
3136
|
});
|
|
2872
3137
|
}
|
|
2873
|
-
export declare class
|
|
2874
|
-
|
|
2875
|
-
configRuleId?: string;
|
|
3138
|
+
export declare class GetRemediationTemplateRequest extends $tea.Model {
|
|
3139
|
+
templateIdentifier?: string;
|
|
2876
3140
|
static names(): {
|
|
2877
3141
|
[key: string]: string;
|
|
2878
3142
|
};
|
|
@@ -2883,8 +3147,8 @@ export declare class GetResourceComplianceByConfigRuleRequest extends $tea.Model
|
|
|
2883
3147
|
[key: string]: any;
|
|
2884
3148
|
});
|
|
2885
3149
|
}
|
|
2886
|
-
export declare class
|
|
2887
|
-
|
|
3150
|
+
export declare class GetRemediationTemplateResponseBody extends $tea.Model {
|
|
3151
|
+
remediationTemplates?: GetRemediationTemplateResponseBodyRemediationTemplates[];
|
|
2888
3152
|
requestId?: string;
|
|
2889
3153
|
static names(): {
|
|
2890
3154
|
[key: string]: string;
|
|
@@ -2896,12 +3160,12 @@ export declare class GetResourceComplianceByConfigRuleResponseBody extends $tea.
|
|
|
2896
3160
|
[key: string]: any;
|
|
2897
3161
|
});
|
|
2898
3162
|
}
|
|
2899
|
-
export declare class
|
|
3163
|
+
export declare class GetRemediationTemplateResponse extends $tea.Model {
|
|
2900
3164
|
headers: {
|
|
2901
3165
|
[key: string]: string;
|
|
2902
3166
|
};
|
|
2903
3167
|
statusCode: number;
|
|
2904
|
-
body:
|
|
3168
|
+
body: GetRemediationTemplateResponseBody;
|
|
2905
3169
|
static names(): {
|
|
2906
3170
|
[key: string]: string;
|
|
2907
3171
|
};
|
|
@@ -2912,8 +3176,9 @@ export declare class GetResourceComplianceByConfigRuleResponse extends $tea.Mode
|
|
|
2912
3176
|
[key: string]: any;
|
|
2913
3177
|
});
|
|
2914
3178
|
}
|
|
2915
|
-
export declare class
|
|
2916
|
-
|
|
3179
|
+
export declare class GetResourceComplianceByConfigRuleRequest extends $tea.Model {
|
|
3180
|
+
complianceType?: string;
|
|
3181
|
+
configRuleId?: string;
|
|
2917
3182
|
static names(): {
|
|
2918
3183
|
[key: string]: string;
|
|
2919
3184
|
};
|
|
@@ -2924,9 +3189,9 @@ export declare class GetResourceComplianceByPackRequest extends $tea.Model {
|
|
|
2924
3189
|
[key: string]: any;
|
|
2925
3190
|
});
|
|
2926
3191
|
}
|
|
2927
|
-
export declare class
|
|
3192
|
+
export declare class GetResourceComplianceByConfigRuleResponseBody extends $tea.Model {
|
|
3193
|
+
complianceResult?: GetResourceComplianceByConfigRuleResponseBodyComplianceResult;
|
|
2928
3194
|
requestId?: string;
|
|
2929
|
-
resourceComplianceResult?: GetResourceComplianceByPackResponseBodyResourceComplianceResult;
|
|
2930
3195
|
static names(): {
|
|
2931
3196
|
[key: string]: string;
|
|
2932
3197
|
};
|
|
@@ -2937,12 +3202,12 @@ export declare class GetResourceComplianceByPackResponseBody extends $tea.Model
|
|
|
2937
3202
|
[key: string]: any;
|
|
2938
3203
|
});
|
|
2939
3204
|
}
|
|
2940
|
-
export declare class
|
|
3205
|
+
export declare class GetResourceComplianceByConfigRuleResponse extends $tea.Model {
|
|
2941
3206
|
headers: {
|
|
2942
3207
|
[key: string]: string;
|
|
2943
3208
|
};
|
|
2944
3209
|
statusCode: number;
|
|
2945
|
-
body:
|
|
3210
|
+
body: GetResourceComplianceByConfigRuleResponseBody;
|
|
2946
3211
|
static names(): {
|
|
2947
3212
|
[key: string]: string;
|
|
2948
3213
|
};
|
|
@@ -2953,8 +3218,49 @@ export declare class GetResourceComplianceByPackResponse extends $tea.Model {
|
|
|
2953
3218
|
[key: string]: any;
|
|
2954
3219
|
});
|
|
2955
3220
|
}
|
|
2956
|
-
export declare class
|
|
2957
|
-
|
|
3221
|
+
export declare class GetResourceComplianceByPackRequest extends $tea.Model {
|
|
3222
|
+
compliancePackId?: string;
|
|
3223
|
+
static names(): {
|
|
3224
|
+
[key: string]: string;
|
|
3225
|
+
};
|
|
3226
|
+
static types(): {
|
|
3227
|
+
[key: string]: any;
|
|
3228
|
+
};
|
|
3229
|
+
constructor(map?: {
|
|
3230
|
+
[key: string]: any;
|
|
3231
|
+
});
|
|
3232
|
+
}
|
|
3233
|
+
export declare class GetResourceComplianceByPackResponseBody extends $tea.Model {
|
|
3234
|
+
requestId?: string;
|
|
3235
|
+
resourceComplianceResult?: GetResourceComplianceByPackResponseBodyResourceComplianceResult;
|
|
3236
|
+
static names(): {
|
|
3237
|
+
[key: string]: string;
|
|
3238
|
+
};
|
|
3239
|
+
static types(): {
|
|
3240
|
+
[key: string]: any;
|
|
3241
|
+
};
|
|
3242
|
+
constructor(map?: {
|
|
3243
|
+
[key: string]: any;
|
|
3244
|
+
});
|
|
3245
|
+
}
|
|
3246
|
+
export declare class GetResourceComplianceByPackResponse extends $tea.Model {
|
|
3247
|
+
headers: {
|
|
3248
|
+
[key: string]: string;
|
|
3249
|
+
};
|
|
3250
|
+
statusCode: number;
|
|
3251
|
+
body: GetResourceComplianceByPackResponseBody;
|
|
3252
|
+
static names(): {
|
|
3253
|
+
[key: string]: string;
|
|
3254
|
+
};
|
|
3255
|
+
static types(): {
|
|
3256
|
+
[key: string]: any;
|
|
3257
|
+
};
|
|
3258
|
+
constructor(map?: {
|
|
3259
|
+
[key: string]: any;
|
|
3260
|
+
});
|
|
3261
|
+
}
|
|
3262
|
+
export declare class GetResourceComplianceGroupByRegionRequest extends $tea.Model {
|
|
3263
|
+
configRuleIds?: string;
|
|
2958
3264
|
static names(): {
|
|
2959
3265
|
[key: string]: string;
|
|
2960
3266
|
};
|
|
@@ -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;
|
|
@@ -3571,6 +3918,56 @@ export declare class ListAggregateResourceEvaluationResultsResponse extends $tea
|
|
|
3571
3918
|
[key: string]: any;
|
|
3572
3919
|
});
|
|
3573
3920
|
}
|
|
3921
|
+
export declare class ListAggregateResourceRelationsRequest extends $tea.Model {
|
|
3922
|
+
aggregatorId?: string;
|
|
3923
|
+
maxResults?: number;
|
|
3924
|
+
nextToken?: string;
|
|
3925
|
+
region?: string;
|
|
3926
|
+
relationType?: string;
|
|
3927
|
+
resourceAccountId?: number;
|
|
3928
|
+
resourceId?: string;
|
|
3929
|
+
resourceType?: string;
|
|
3930
|
+
targetResourceId?: string;
|
|
3931
|
+
targetResourceType?: string;
|
|
3932
|
+
static names(): {
|
|
3933
|
+
[key: string]: string;
|
|
3934
|
+
};
|
|
3935
|
+
static types(): {
|
|
3936
|
+
[key: string]: any;
|
|
3937
|
+
};
|
|
3938
|
+
constructor(map?: {
|
|
3939
|
+
[key: string]: any;
|
|
3940
|
+
});
|
|
3941
|
+
}
|
|
3942
|
+
export declare class ListAggregateResourceRelationsResponseBody extends $tea.Model {
|
|
3943
|
+
requestId?: string;
|
|
3944
|
+
resourceRelations?: ListAggregateResourceRelationsResponseBodyResourceRelations;
|
|
3945
|
+
static names(): {
|
|
3946
|
+
[key: string]: string;
|
|
3947
|
+
};
|
|
3948
|
+
static types(): {
|
|
3949
|
+
[key: string]: any;
|
|
3950
|
+
};
|
|
3951
|
+
constructor(map?: {
|
|
3952
|
+
[key: string]: any;
|
|
3953
|
+
});
|
|
3954
|
+
}
|
|
3955
|
+
export declare class ListAggregateResourceRelationsResponse extends $tea.Model {
|
|
3956
|
+
headers: {
|
|
3957
|
+
[key: string]: string;
|
|
3958
|
+
};
|
|
3959
|
+
statusCode: number;
|
|
3960
|
+
body: ListAggregateResourceRelationsResponseBody;
|
|
3961
|
+
static names(): {
|
|
3962
|
+
[key: string]: string;
|
|
3963
|
+
};
|
|
3964
|
+
static types(): {
|
|
3965
|
+
[key: string]: any;
|
|
3966
|
+
};
|
|
3967
|
+
constructor(map?: {
|
|
3968
|
+
[key: string]: any;
|
|
3969
|
+
});
|
|
3970
|
+
}
|
|
3574
3971
|
export declare class ListAggregatorsRequest extends $tea.Model {
|
|
3575
3972
|
maxResults?: number;
|
|
3576
3973
|
nextToken?: string;
|
|
@@ -3987,8 +4384,54 @@ export declare class ListPreManagedRulesResponse extends $tea.Model {
|
|
|
3987
4384
|
[key: string]: any;
|
|
3988
4385
|
});
|
|
3989
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
|
+
}
|
|
3990
4431
|
export declare class ListRemediationTemplatesRequest extends $tea.Model {
|
|
3991
4432
|
managedRuleIdentifier?: string;
|
|
4433
|
+
pageNumber?: number;
|
|
4434
|
+
pageSize?: number;
|
|
3992
4435
|
remediationType?: string;
|
|
3993
4436
|
static names(): {
|
|
3994
4437
|
[key: string]: string;
|
|
@@ -4001,8 +4444,11 @@ export declare class ListRemediationTemplatesRequest extends $tea.Model {
|
|
|
4001
4444
|
});
|
|
4002
4445
|
}
|
|
4003
4446
|
export declare class ListRemediationTemplatesResponseBody extends $tea.Model {
|
|
4447
|
+
pageNumber?: number;
|
|
4448
|
+
pageSize?: number;
|
|
4004
4449
|
remediationTemplates?: ListRemediationTemplatesResponseBodyRemediationTemplates[];
|
|
4005
4450
|
requestId?: string;
|
|
4451
|
+
totalCount?: string;
|
|
4006
4452
|
static names(): {
|
|
4007
4453
|
[key: string]: string;
|
|
4008
4454
|
};
|
|
@@ -4031,6 +4477,8 @@ export declare class ListRemediationTemplatesResponse extends $tea.Model {
|
|
|
4031
4477
|
}
|
|
4032
4478
|
export declare class ListRemediationsRequest extends $tea.Model {
|
|
4033
4479
|
configRuleIds?: string;
|
|
4480
|
+
pageNumber?: number;
|
|
4481
|
+
pageSize?: number;
|
|
4034
4482
|
static names(): {
|
|
4035
4483
|
[key: string]: string;
|
|
4036
4484
|
};
|
|
@@ -4042,8 +4490,11 @@ export declare class ListRemediationsRequest extends $tea.Model {
|
|
|
4042
4490
|
});
|
|
4043
4491
|
}
|
|
4044
4492
|
export declare class ListRemediationsResponseBody extends $tea.Model {
|
|
4493
|
+
pageNumber?: number;
|
|
4494
|
+
pageSize?: number;
|
|
4045
4495
|
remediations?: ListRemediationsResponseBodyRemediations[];
|
|
4046
4496
|
requestId?: string;
|
|
4497
|
+
totalCount?: string;
|
|
4047
4498
|
static names(): {
|
|
4048
4499
|
[key: string]: string;
|
|
4049
4500
|
};
|
|
@@ -4116,6 +4567,54 @@ export declare class ListResourceEvaluationResultsResponse extends $tea.Model {
|
|
|
4116
4567
|
[key: string]: any;
|
|
4117
4568
|
});
|
|
4118
4569
|
}
|
|
4570
|
+
export declare class ListResourceRelationsRequest extends $tea.Model {
|
|
4571
|
+
maxResults?: number;
|
|
4572
|
+
nextToken?: string;
|
|
4573
|
+
region?: string;
|
|
4574
|
+
relationType?: string;
|
|
4575
|
+
resourceId?: string;
|
|
4576
|
+
resourceType?: string;
|
|
4577
|
+
targetResourceId?: string;
|
|
4578
|
+
targetResourceType?: string;
|
|
4579
|
+
static names(): {
|
|
4580
|
+
[key: string]: string;
|
|
4581
|
+
};
|
|
4582
|
+
static types(): {
|
|
4583
|
+
[key: string]: any;
|
|
4584
|
+
};
|
|
4585
|
+
constructor(map?: {
|
|
4586
|
+
[key: string]: any;
|
|
4587
|
+
});
|
|
4588
|
+
}
|
|
4589
|
+
export declare class ListResourceRelationsResponseBody extends $tea.Model {
|
|
4590
|
+
requestId?: string;
|
|
4591
|
+
resourceRelations?: ListResourceRelationsResponseBodyResourceRelations;
|
|
4592
|
+
static names(): {
|
|
4593
|
+
[key: string]: string;
|
|
4594
|
+
};
|
|
4595
|
+
static types(): {
|
|
4596
|
+
[key: string]: any;
|
|
4597
|
+
};
|
|
4598
|
+
constructor(map?: {
|
|
4599
|
+
[key: string]: any;
|
|
4600
|
+
});
|
|
4601
|
+
}
|
|
4602
|
+
export declare class ListResourceRelationsResponse extends $tea.Model {
|
|
4603
|
+
headers: {
|
|
4604
|
+
[key: string]: string;
|
|
4605
|
+
};
|
|
4606
|
+
statusCode: number;
|
|
4607
|
+
body: ListResourceRelationsResponseBody;
|
|
4608
|
+
static names(): {
|
|
4609
|
+
[key: string]: string;
|
|
4610
|
+
};
|
|
4611
|
+
static types(): {
|
|
4612
|
+
[key: string]: any;
|
|
4613
|
+
};
|
|
4614
|
+
constructor(map?: {
|
|
4615
|
+
[key: string]: any;
|
|
4616
|
+
});
|
|
4617
|
+
}
|
|
4119
4618
|
export declare class ListTagResourcesRequest extends $tea.Model {
|
|
4120
4619
|
nextToken?: string;
|
|
4121
4620
|
regionId?: string;
|
|
@@ -4178,6 +4677,49 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
4178
4677
|
[key: string]: any;
|
|
4179
4678
|
});
|
|
4180
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
|
+
}
|
|
4181
4723
|
export declare class RevertAggregateEvaluationResultsRequest extends $tea.Model {
|
|
4182
4724
|
aggregatorId?: string;
|
|
4183
4725
|
configRuleId?: string;
|
|
@@ -4335,6 +4877,7 @@ export declare class StartAggregateConfigRuleEvaluationResponse extends $tea.Mod
|
|
|
4335
4877
|
export declare class StartAggregateRemediationRequest extends $tea.Model {
|
|
4336
4878
|
aggregatorId?: string;
|
|
4337
4879
|
configRuleId?: string;
|
|
4880
|
+
resourceAccountId?: number;
|
|
4338
4881
|
static names(): {
|
|
4339
4882
|
[key: string]: string;
|
|
4340
4883
|
};
|
|
@@ -4374,6 +4917,78 @@ export declare class StartAggregateRemediationResponse extends $tea.Model {
|
|
|
4374
4917
|
[key: string]: any;
|
|
4375
4918
|
});
|
|
4376
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
|
+
}
|
|
4377
4992
|
export declare class StartRemediationRequest extends $tea.Model {
|
|
4378
4993
|
configRuleId?: string;
|
|
4379
4994
|
static names(): {
|
|
@@ -5081,6 +5696,47 @@ export declare class UpdateConfigRuleResponse extends $tea.Model {
|
|
|
5081
5696
|
[key: string]: any;
|
|
5082
5697
|
});
|
|
5083
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;
|
|
5713
|
+
requestId?: string;
|
|
5714
|
+
static names(): {
|
|
5715
|
+
[key: string]: string;
|
|
5716
|
+
};
|
|
5717
|
+
static types(): {
|
|
5718
|
+
[key: string]: any;
|
|
5719
|
+
};
|
|
5720
|
+
constructor(map?: {
|
|
5721
|
+
[key: string]: any;
|
|
5722
|
+
});
|
|
5723
|
+
}
|
|
5724
|
+
export declare class UpdateConfigurationRecorderResponse extends $tea.Model {
|
|
5725
|
+
headers: {
|
|
5726
|
+
[key: string]: string;
|
|
5727
|
+
};
|
|
5728
|
+
statusCode: number;
|
|
5729
|
+
body: UpdateConfigurationRecorderResponseBody;
|
|
5730
|
+
static names(): {
|
|
5731
|
+
[key: string]: string;
|
|
5732
|
+
};
|
|
5733
|
+
static types(): {
|
|
5734
|
+
[key: string]: any;
|
|
5735
|
+
};
|
|
5736
|
+
constructor(map?: {
|
|
5737
|
+
[key: string]: any;
|
|
5738
|
+
});
|
|
5739
|
+
}
|
|
5084
5740
|
export declare class UpdateDeliveryChannelRequest extends $tea.Model {
|
|
5085
5741
|
clientToken?: string;
|
|
5086
5742
|
configurationItemChangeNotification?: boolean;
|
|
@@ -5247,6 +5903,32 @@ export declare class ActiveAggregateConfigRulesResponseBodyOperateRuleResult ext
|
|
|
5247
5903
|
[key: string]: any;
|
|
5248
5904
|
});
|
|
5249
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
|
+
}
|
|
5250
5932
|
export declare class AttachAggregateConfigRuleToCompliancePackResponseBodyOperateRuleResultOperateRuleItemList extends $tea.Model {
|
|
5251
5933
|
configRuleId?: string;
|
|
5252
5934
|
errorCode?: string;
|
|
@@ -5517,8 +6199,34 @@ export declare class DeleteAggregatorsResponseBodyOperateAggregatorsResult exten
|
|
|
5517
6199
|
[key: string]: any;
|
|
5518
6200
|
});
|
|
5519
6201
|
}
|
|
5520
|
-
export declare class DeleteCompliancePacksResponseBodyOperateCompliancePacksResultOperateCompliancePacks extends $tea.Model {
|
|
5521
|
-
compliancePackId?: string;
|
|
6202
|
+
export declare class DeleteCompliancePacksResponseBodyOperateCompliancePacksResultOperateCompliancePacks extends $tea.Model {
|
|
6203
|
+
compliancePackId?: string;
|
|
6204
|
+
errorCode?: string;
|
|
6205
|
+
success?: boolean;
|
|
6206
|
+
static names(): {
|
|
6207
|
+
[key: string]: string;
|
|
6208
|
+
};
|
|
6209
|
+
static types(): {
|
|
6210
|
+
[key: string]: any;
|
|
6211
|
+
};
|
|
6212
|
+
constructor(map?: {
|
|
6213
|
+
[key: string]: any;
|
|
6214
|
+
});
|
|
6215
|
+
}
|
|
6216
|
+
export declare class DeleteCompliancePacksResponseBodyOperateCompliancePacksResult extends $tea.Model {
|
|
6217
|
+
operateCompliancePacks?: DeleteCompliancePacksResponseBodyOperateCompliancePacksResultOperateCompliancePacks[];
|
|
6218
|
+
static names(): {
|
|
6219
|
+
[key: string]: string;
|
|
6220
|
+
};
|
|
6221
|
+
static types(): {
|
|
6222
|
+
[key: string]: any;
|
|
6223
|
+
};
|
|
6224
|
+
constructor(map?: {
|
|
6225
|
+
[key: string]: any;
|
|
6226
|
+
});
|
|
6227
|
+
}
|
|
6228
|
+
export declare class DeleteConfigRulesResponseBodyOperateRuleResultOperateRuleItemList extends $tea.Model {
|
|
6229
|
+
configRuleId?: string;
|
|
5522
6230
|
errorCode?: string;
|
|
5523
6231
|
success?: boolean;
|
|
5524
6232
|
static names(): {
|
|
@@ -5531,8 +6239,8 @@ export declare class DeleteCompliancePacksResponseBodyOperateCompliancePacksResu
|
|
|
5531
6239
|
[key: string]: any;
|
|
5532
6240
|
});
|
|
5533
6241
|
}
|
|
5534
|
-
export declare class
|
|
5535
|
-
|
|
6242
|
+
export declare class DeleteConfigRulesResponseBodyOperateRuleResult extends $tea.Model {
|
|
6243
|
+
operateRuleItemList?: DeleteConfigRulesResponseBodyOperateRuleResultOperateRuleItemList[];
|
|
5536
6244
|
static names(): {
|
|
5537
6245
|
[key: string]: string;
|
|
5538
6246
|
};
|
|
@@ -5715,6 +6423,7 @@ export declare class GetAggregateCompliancePackResponseBodyCompliancePackConfigR
|
|
|
5715
6423
|
configRuleParameters?: GetAggregateCompliancePackResponseBodyCompliancePackConfigRulesConfigRuleParameters[];
|
|
5716
6424
|
description?: string;
|
|
5717
6425
|
managedRuleIdentifier?: string;
|
|
6426
|
+
resourceTypesScope?: string;
|
|
5718
6427
|
riskLevel?: number;
|
|
5719
6428
|
static names(): {
|
|
5720
6429
|
[key: string]: string;
|
|
@@ -5780,6 +6489,49 @@ export declare class GetAggregateCompliancePackReportResponseBodyCompliancePackR
|
|
|
5780
6489
|
[key: string]: any;
|
|
5781
6490
|
});
|
|
5782
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
|
+
}
|
|
5783
6535
|
export declare class GetAggregateConfigDeliveryChannelResponseBodyDeliveryChannel extends $tea.Model {
|
|
5784
6536
|
accountId?: string;
|
|
5785
6537
|
aggregatorId?: string;
|
|
@@ -6314,6 +7066,7 @@ export declare class GetCompliancePackResponseBodyCompliancePackConfigRules exte
|
|
|
6314
7066
|
configRuleParameters?: GetCompliancePackResponseBodyCompliancePackConfigRulesConfigRuleParameters[];
|
|
6315
7067
|
description?: string;
|
|
6316
7068
|
managedRuleIdentifier?: string;
|
|
7069
|
+
resourceTypesScope?: string;
|
|
6317
7070
|
riskLevel?: number;
|
|
6318
7071
|
static names(): {
|
|
6319
7072
|
[key: string]: string;
|
|
@@ -6378,6 +7131,49 @@ export declare class GetCompliancePackReportResponseBodyCompliancePackReport ext
|
|
|
6378
7131
|
[key: string]: any;
|
|
6379
7132
|
});
|
|
6380
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
|
+
}
|
|
6381
7177
|
export declare class GetConfigDeliveryChannelResponseBodyDeliveryChannel extends $tea.Model {
|
|
6382
7178
|
accountId?: number;
|
|
6383
7179
|
configurationItemChangeNotification?: boolean;
|
|
@@ -6486,6 +7282,18 @@ export declare class GetConfigRuleResponseBodyConfigRuleManagedRule extends $tea
|
|
|
6486
7282
|
[key: string]: any;
|
|
6487
7283
|
});
|
|
6488
7284
|
}
|
|
7285
|
+
export declare class GetConfigRuleResponseBodyConfigRuleScope extends $tea.Model {
|
|
7286
|
+
complianceResourceTypes?: string[];
|
|
7287
|
+
static names(): {
|
|
7288
|
+
[key: string]: string;
|
|
7289
|
+
};
|
|
7290
|
+
static types(): {
|
|
7291
|
+
[key: string]: any;
|
|
7292
|
+
};
|
|
7293
|
+
constructor(map?: {
|
|
7294
|
+
[key: string]: any;
|
|
7295
|
+
});
|
|
7296
|
+
}
|
|
6489
7297
|
export declare class GetConfigRuleResponseBodyConfigRuleSourceSourceDetails extends $tea.Model {
|
|
6490
7298
|
eventSource?: string;
|
|
6491
7299
|
maximumExecutionFrequency?: string;
|
|
@@ -6537,6 +7345,7 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $tea.Model {
|
|
|
6537
7345
|
resourceGroupIdsScope?: string;
|
|
6538
7346
|
resourceTypesScope?: string;
|
|
6539
7347
|
riskLevel?: number;
|
|
7348
|
+
scope?: GetConfigRuleResponseBodyConfigRuleScope;
|
|
6540
7349
|
source?: GetConfigRuleResponseBodyConfigRuleSource;
|
|
6541
7350
|
tagKeyLogicScope?: string;
|
|
6542
7351
|
tagKeyScope?: string;
|
|
@@ -6610,6 +7419,19 @@ export declare class GetConfigRulesReportResponseBodyConfigRulesReport extends $
|
|
|
6610
7419
|
[key: string]: any;
|
|
6611
7420
|
});
|
|
6612
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
|
+
}
|
|
6613
7435
|
export declare class GetDiscoveredResourceResponseBodyDiscoveredResourceDetail extends $tea.Model {
|
|
6614
7436
|
accountId?: number;
|
|
6615
7437
|
availabilityZone?: string;
|
|
@@ -6710,6 +7532,23 @@ export declare class GetManagedRuleResponseBodyManagedRule extends $tea.Model {
|
|
|
6710
7532
|
[key: string]: any;
|
|
6711
7533
|
});
|
|
6712
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
|
+
}
|
|
6713
7552
|
export declare class GetResourceComplianceByConfigRuleResponseBodyComplianceResultCompliances extends $tea.Model {
|
|
6714
7553
|
complianceType?: string;
|
|
6715
7554
|
count?: number;
|
|
@@ -6901,6 +7740,19 @@ export declare class GetResourceConfigurationTimelineResponseBodyResourceConfigu
|
|
|
6901
7740
|
[key: string]: any;
|
|
6902
7741
|
});
|
|
6903
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
|
+
}
|
|
6904
7756
|
export declare class IgnoreAggregateEvaluationResultsRequestResources extends $tea.Model {
|
|
6905
7757
|
region?: string;
|
|
6906
7758
|
resourceAccountId?: number;
|
|
@@ -7113,6 +7965,7 @@ export declare class ListAggregateConfigRulesResponseBodyConfigRulesConfigRuleLi
|
|
|
7113
7965
|
configRuleState?: string;
|
|
7114
7966
|
createBy?: ListAggregateConfigRulesResponseBodyConfigRulesConfigRuleListCreateBy;
|
|
7115
7967
|
description?: string;
|
|
7968
|
+
resourceTypesScope?: string;
|
|
7116
7969
|
riskLevel?: number;
|
|
7117
7970
|
sourceIdentifier?: string;
|
|
7118
7971
|
sourceOwner?: string;
|
|
@@ -7268,6 +8121,38 @@ export declare class ListAggregateResourceEvaluationResultsResponseBodyEvaluatio
|
|
|
7268
8121
|
[key: string]: any;
|
|
7269
8122
|
});
|
|
7270
8123
|
}
|
|
8124
|
+
export declare class ListAggregateResourceRelationsResponseBodyResourceRelationsResourceRelationList extends $tea.Model {
|
|
8125
|
+
accountId?: number;
|
|
8126
|
+
relationType?: string;
|
|
8127
|
+
sourceResourceId?: string;
|
|
8128
|
+
sourceResourceRegionId?: string;
|
|
8129
|
+
sourceResourceType?: string;
|
|
8130
|
+
targetResourceId?: string;
|
|
8131
|
+
targetResourceType?: string;
|
|
8132
|
+
static names(): {
|
|
8133
|
+
[key: string]: string;
|
|
8134
|
+
};
|
|
8135
|
+
static types(): {
|
|
8136
|
+
[key: string]: any;
|
|
8137
|
+
};
|
|
8138
|
+
constructor(map?: {
|
|
8139
|
+
[key: string]: any;
|
|
8140
|
+
});
|
|
8141
|
+
}
|
|
8142
|
+
export declare class ListAggregateResourceRelationsResponseBodyResourceRelations extends $tea.Model {
|
|
8143
|
+
maxResults?: number;
|
|
8144
|
+
nextToken?: string;
|
|
8145
|
+
resourceRelationList?: ListAggregateResourceRelationsResponseBodyResourceRelationsResourceRelationList[];
|
|
8146
|
+
static names(): {
|
|
8147
|
+
[key: string]: string;
|
|
8148
|
+
};
|
|
8149
|
+
static types(): {
|
|
8150
|
+
[key: string]: any;
|
|
8151
|
+
};
|
|
8152
|
+
constructor(map?: {
|
|
8153
|
+
[key: string]: any;
|
|
8154
|
+
});
|
|
8155
|
+
}
|
|
7271
8156
|
export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators extends $tea.Model {
|
|
7272
8157
|
accountId?: number;
|
|
7273
8158
|
aggregatorAccountCount?: number;
|
|
@@ -7322,6 +8207,7 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
|
|
|
7322
8207
|
description?: string;
|
|
7323
8208
|
managedRuleIdentifier?: string;
|
|
7324
8209
|
managedRuleName?: string;
|
|
8210
|
+
resourceTypesScope?: string;
|
|
7325
8211
|
riskLevel?: number;
|
|
7326
8212
|
static names(): {
|
|
7327
8213
|
[key: string]: string;
|
|
@@ -7541,6 +8427,7 @@ export declare class ListConfigRulesResponseBodyConfigRulesConfigRuleList extend
|
|
|
7541
8427
|
configRuleState?: string;
|
|
7542
8428
|
createBy?: ListConfigRulesResponseBodyConfigRulesConfigRuleListCreateBy;
|
|
7543
8429
|
description?: string;
|
|
8430
|
+
resourceTypesScope?: string;
|
|
7544
8431
|
riskLevel?: number;
|
|
7545
8432
|
sourceIdentifier?: string;
|
|
7546
8433
|
sourceOwner?: string;
|
|
@@ -7625,8 +8512,11 @@ export declare class ListManagedRulesResponseBodyManagedRulesManagedRuleList ext
|
|
|
7625
8512
|
helpUrls?: string;
|
|
7626
8513
|
identifier?: string;
|
|
7627
8514
|
labels?: string[];
|
|
8515
|
+
remediationTemplateIdentifier?: string;
|
|
8516
|
+
remediationTemplateName?: string;
|
|
7628
8517
|
riskLevel?: number;
|
|
7629
8518
|
scope?: ListManagedRulesResponseBodyManagedRulesManagedRuleListScope;
|
|
8519
|
+
supportPreviewManagedRule?: boolean;
|
|
7630
8520
|
static names(): {
|
|
7631
8521
|
[key: string]: string;
|
|
7632
8522
|
};
|
|
@@ -7674,9 +8564,41 @@ export declare class ListPreManagedRulesResponseBodyManagedRules extends $tea.Mo
|
|
|
7674
8564
|
[key: string]: any;
|
|
7675
8565
|
});
|
|
7676
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
|
+
}
|
|
7677
8598
|
export declare class ListRemediationTemplatesResponseBodyRemediationTemplates extends $tea.Model {
|
|
7678
8599
|
remediationType?: string;
|
|
7679
8600
|
templateDefinition?: string;
|
|
8601
|
+
templateDescription?: string;
|
|
7680
8602
|
templateIdentifier?: string;
|
|
7681
8603
|
templateName?: string;
|
|
7682
8604
|
static names(): {
|
|
@@ -7776,6 +8698,38 @@ export declare class ListResourceEvaluationResultsResponseBodyEvaluationResults
|
|
|
7776
8698
|
[key: string]: any;
|
|
7777
8699
|
});
|
|
7778
8700
|
}
|
|
8701
|
+
export declare class ListResourceRelationsResponseBodyResourceRelationsResourceRelationList extends $tea.Model {
|
|
8702
|
+
accountId?: number;
|
|
8703
|
+
relationType?: string;
|
|
8704
|
+
sourceResourceId?: string;
|
|
8705
|
+
sourceResourceRegionId?: string;
|
|
8706
|
+
sourceResourceType?: string;
|
|
8707
|
+
targetResourceId?: string;
|
|
8708
|
+
targetResourceType?: string;
|
|
8709
|
+
static names(): {
|
|
8710
|
+
[key: string]: string;
|
|
8711
|
+
};
|
|
8712
|
+
static types(): {
|
|
8713
|
+
[key: string]: any;
|
|
8714
|
+
};
|
|
8715
|
+
constructor(map?: {
|
|
8716
|
+
[key: string]: any;
|
|
8717
|
+
});
|
|
8718
|
+
}
|
|
8719
|
+
export declare class ListResourceRelationsResponseBodyResourceRelations extends $tea.Model {
|
|
8720
|
+
maxResults?: number;
|
|
8721
|
+
nextToken?: string;
|
|
8722
|
+
resourceRelationList?: ListResourceRelationsResponseBodyResourceRelationsResourceRelationList[];
|
|
8723
|
+
static names(): {
|
|
8724
|
+
[key: string]: string;
|
|
8725
|
+
};
|
|
8726
|
+
static types(): {
|
|
8727
|
+
[key: string]: any;
|
|
8728
|
+
};
|
|
8729
|
+
constructor(map?: {
|
|
8730
|
+
[key: string]: any;
|
|
8731
|
+
});
|
|
8732
|
+
}
|
|
7779
8733
|
export declare class ListTagResourcesRequestTag extends $tea.Model {
|
|
7780
8734
|
key?: string;
|
|
7781
8735
|
value?: string;
|
|
@@ -7846,6 +8800,19 @@ export declare class RevertEvaluationResultsRequestResources extends $tea.Model
|
|
|
7846
8800
|
[key: string]: any;
|
|
7847
8801
|
});
|
|
7848
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
|
+
}
|
|
7849
8816
|
export declare class TagResourcesRequestTag extends $tea.Model {
|
|
7850
8817
|
key?: string;
|
|
7851
8818
|
value?: string;
|
|
@@ -7933,13 +8900,26 @@ export declare class UpdateCompliancePackRequestConfigRules extends $tea.Model {
|
|
|
7933
8900
|
[key: string]: any;
|
|
7934
8901
|
});
|
|
7935
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
|
+
}
|
|
7936
8916
|
export default class Client extends OpenApi {
|
|
7937
8917
|
constructor(config: $OpenApi.Config);
|
|
7938
8918
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
7939
8919
|
[key: string]: string;
|
|
7940
8920
|
}, endpoint: string): string;
|
|
7941
8921
|
/**
|
|
7942
|
-
*
|
|
8922
|
+
* This topic provides an example on how to enable the `cr-5772ba41209e007b****` rule in the `ca-a4e5626622af0079****` account group.
|
|
7943
8923
|
*
|
|
7944
8924
|
* @param request ActiveAggregateConfigRulesRequest
|
|
7945
8925
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7947,12 +8927,14 @@ export default class Client extends OpenApi {
|
|
|
7947
8927
|
*/
|
|
7948
8928
|
activeAggregateConfigRulesWithOptions(request: ActiveAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<ActiveAggregateConfigRulesResponse>;
|
|
7949
8929
|
/**
|
|
7950
|
-
*
|
|
8930
|
+
* This topic provides an example on how to enable the `cr-5772ba41209e007b****` rule in the `ca-a4e5626622af0079****` account group.
|
|
7951
8931
|
*
|
|
7952
8932
|
* @param request ActiveAggregateConfigRulesRequest
|
|
7953
8933
|
* @return ActiveAggregateConfigRulesResponse
|
|
7954
8934
|
*/
|
|
7955
8935
|
activeAggregateConfigRules(request: ActiveAggregateConfigRulesRequest): Promise<ActiveAggregateConfigRulesResponse>;
|
|
8936
|
+
activeConfigRulesWithOptions(request: ActiveConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<ActiveConfigRulesResponse>;
|
|
8937
|
+
activeConfigRules(request: ActiveConfigRulesRequest): Promise<ActiveConfigRulesResponse>;
|
|
7956
8938
|
/**
|
|
7957
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.
|
|
7958
8940
|
*
|
|
@@ -7969,7 +8951,7 @@ export default class Client extends OpenApi {
|
|
|
7969
8951
|
*/
|
|
7970
8952
|
attachAggregateConfigRuleToCompliancePack(request: AttachAggregateConfigRuleToCompliancePackRequest): Promise<AttachAggregateConfigRuleToCompliancePackResponse>;
|
|
7971
8953
|
/**
|
|
7972
|
-
*
|
|
8954
|
+
* This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
|
|
7973
8955
|
*
|
|
7974
8956
|
* @param request AttachConfigRuleToCompliancePackRequest
|
|
7975
8957
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7977,7 +8959,7 @@ export default class Client extends OpenApi {
|
|
|
7977
8959
|
*/
|
|
7978
8960
|
attachConfigRuleToCompliancePackWithOptions(request: AttachConfigRuleToCompliancePackRequest, runtime: $Util.RuntimeOptions): Promise<AttachConfigRuleToCompliancePackResponse>;
|
|
7979
8961
|
/**
|
|
7980
|
-
*
|
|
8962
|
+
* This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
|
|
7981
8963
|
*
|
|
7982
8964
|
* @param request AttachConfigRuleToCompliancePackRequest
|
|
7983
8965
|
* @return AttachConfigRuleToCompliancePackResponse
|
|
@@ -8020,9 +9002,10 @@ export default class Client extends OpenApi {
|
|
|
8020
9002
|
*/
|
|
8021
9003
|
createAggregateConfigDeliveryChannel(request: CreateAggregateConfigDeliveryChannelRequest): Promise<CreateAggregateConfigDeliveryChannelResponse>;
|
|
8022
9004
|
/**
|
|
8023
|
-
*
|
|
8024
|
-
*
|
|
8025
|
-
*
|
|
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****`.
|
|
8026
9009
|
*
|
|
8027
9010
|
* @param tmpReq CreateAggregateConfigRuleRequest
|
|
8028
9011
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8030,16 +9013,17 @@ export default class Client extends OpenApi {
|
|
|
8030
9013
|
*/
|
|
8031
9014
|
createAggregateConfigRuleWithOptions(tmpReq: CreateAggregateConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateAggregateConfigRuleResponse>;
|
|
8032
9015
|
/**
|
|
8033
|
-
*
|
|
8034
|
-
*
|
|
8035
|
-
*
|
|
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****`.
|
|
8036
9020
|
*
|
|
8037
9021
|
* @param request CreateAggregateConfigRuleRequest
|
|
8038
9022
|
* @return CreateAggregateConfigRuleResponse
|
|
8039
9023
|
*/
|
|
8040
9024
|
createAggregateConfigRule(request: CreateAggregateConfigRuleRequest): Promise<CreateAggregateConfigRuleResponse>;
|
|
8041
9025
|
/**
|
|
8042
|
-
*
|
|
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****`.
|
|
8043
9027
|
*
|
|
8044
9028
|
* @param request CreateAggregateRemediationRequest
|
|
8045
9029
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8047,7 +9031,7 @@ export default class Client extends OpenApi {
|
|
|
8047
9031
|
*/
|
|
8048
9032
|
createAggregateRemediationWithOptions(request: CreateAggregateRemediationRequest, runtime: $Util.RuntimeOptions): Promise<CreateAggregateRemediationResponse>;
|
|
8049
9033
|
/**
|
|
8050
|
-
*
|
|
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****`.
|
|
8051
9035
|
*
|
|
8052
9036
|
* @param request CreateAggregateRemediationRequest
|
|
8053
9037
|
* @return CreateAggregateRemediationResponse
|
|
@@ -8058,7 +9042,7 @@ export default class Client extends OpenApi {
|
|
|
8058
9042
|
* Cloud Config supports the following types of account groups:
|
|
8059
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.
|
|
8060
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.
|
|
8061
|
-
*
|
|
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:
|
|
8062
9046
|
* * Member account ID: `171322098523****`. Member account name: `Alice`.
|
|
8063
9047
|
* * Member account ID: `100532098349****`. Member account name: `Tom`.
|
|
8064
9048
|
*
|
|
@@ -8072,7 +9056,7 @@ export default class Client extends OpenApi {
|
|
|
8072
9056
|
* Cloud Config supports the following types of account groups:
|
|
8073
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.
|
|
8074
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.
|
|
8075
|
-
*
|
|
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:
|
|
8076
9060
|
* * Member account ID: `171322098523****`. Member account name: `Alice`.
|
|
8077
9061
|
* * Member account ID: `100532098349****`. Member account name: `Tom`.
|
|
8078
9062
|
*
|
|
@@ -8133,7 +9117,7 @@ export default class Client extends OpenApi {
|
|
|
8133
9117
|
createConfigRule(request: CreateConfigRuleRequest): Promise<CreateConfigRuleResponse>;
|
|
8134
9118
|
/**
|
|
8135
9119
|
* @deprecated : CreateDeliveryChannel is deprecated, please use Config::2020-09-07::CreateConfigDeliveryChannel,Config::2020-09-07::CreateAggregateConfigDeliveryChannel instead.
|
|
8136
|
-
* In this example, a delivery channel is created. The type of the delivery
|
|
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****`.
|
|
8137
9121
|
*
|
|
8138
9122
|
* @param request CreateDeliveryChannelRequest
|
|
8139
9123
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8142,14 +9126,14 @@ export default class Client extends OpenApi {
|
|
|
8142
9126
|
createDeliveryChannelWithOptions(request: CreateDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<CreateDeliveryChannelResponse>;
|
|
8143
9127
|
/**
|
|
8144
9128
|
* @deprecated : CreateDeliveryChannel is deprecated, please use Config::2020-09-07::CreateConfigDeliveryChannel,Config::2020-09-07::CreateAggregateConfigDeliveryChannel instead.
|
|
8145
|
-
* In this example, a delivery channel is created. The type of the delivery
|
|
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****`.
|
|
8146
9130
|
*
|
|
8147
9131
|
* @param request CreateDeliveryChannelRequest
|
|
8148
9132
|
* @return CreateDeliveryChannelResponse
|
|
8149
9133
|
*/
|
|
8150
9134
|
createDeliveryChannel(request: CreateDeliveryChannelRequest): Promise<CreateDeliveryChannelResponse>;
|
|
8151
9135
|
/**
|
|
8152
|
-
*
|
|
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****`.
|
|
8153
9137
|
*
|
|
8154
9138
|
* @param request CreateRemediationRequest
|
|
8155
9139
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8157,14 +9141,14 @@ export default class Client extends OpenApi {
|
|
|
8157
9141
|
*/
|
|
8158
9142
|
createRemediationWithOptions(request: CreateRemediationRequest, runtime: $Util.RuntimeOptions): Promise<CreateRemediationResponse>;
|
|
8159
9143
|
/**
|
|
8160
|
-
*
|
|
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****`.
|
|
8161
9145
|
*
|
|
8162
9146
|
* @param request CreateRemediationRequest
|
|
8163
9147
|
* @return CreateRemediationResponse
|
|
8164
9148
|
*/
|
|
8165
9149
|
createRemediation(request: CreateRemediationRequest): Promise<CreateRemediationResponse>;
|
|
8166
9150
|
/**
|
|
8167
|
-
*
|
|
9151
|
+
* This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
|
|
8168
9152
|
*
|
|
8169
9153
|
* @param request DeactiveAggregateConfigRulesRequest
|
|
8170
9154
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8172,7 +9156,7 @@ export default class Client extends OpenApi {
|
|
|
8172
9156
|
*/
|
|
8173
9157
|
deactiveAggregateConfigRulesWithOptions(request: DeactiveAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeactiveAggregateConfigRulesResponse>;
|
|
8174
9158
|
/**
|
|
8175
|
-
*
|
|
9159
|
+
* This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
|
|
8176
9160
|
*
|
|
8177
9161
|
* @param request DeactiveAggregateConfigRulesRequest
|
|
8178
9162
|
* @return DeactiveAggregateConfigRulesResponse
|
|
@@ -8194,7 +9178,7 @@ export default class Client extends OpenApi {
|
|
|
8194
9178
|
*/
|
|
8195
9179
|
deactiveConfigRules(request: DeactiveConfigRulesRequest): Promise<DeactiveConfigRulesResponse>;
|
|
8196
9180
|
/**
|
|
8197
|
-
*
|
|
9181
|
+
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
|
|
8198
9182
|
*
|
|
8199
9183
|
* @param request DeleteAggregateCompliancePacksRequest
|
|
8200
9184
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8202,14 +9186,14 @@ export default class Client extends OpenApi {
|
|
|
8202
9186
|
*/
|
|
8203
9187
|
deleteAggregateCompliancePacksWithOptions(request: DeleteAggregateCompliancePacksRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateCompliancePacksResponse>;
|
|
8204
9188
|
/**
|
|
8205
|
-
*
|
|
9189
|
+
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
|
|
8206
9190
|
*
|
|
8207
9191
|
* @param request DeleteAggregateCompliancePacksRequest
|
|
8208
9192
|
* @return DeleteAggregateCompliancePacksResponse
|
|
8209
9193
|
*/
|
|
8210
9194
|
deleteAggregateCompliancePacks(request: DeleteAggregateCompliancePacksRequest): Promise<DeleteAggregateCompliancePacksResponse>;
|
|
8211
9195
|
/**
|
|
8212
|
-
* This example
|
|
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.
|
|
8213
9197
|
*
|
|
8214
9198
|
* @param request DeleteAggregateConfigDeliveryChannelRequest
|
|
8215
9199
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8217,16 +9201,17 @@ export default class Client extends OpenApi {
|
|
|
8217
9201
|
*/
|
|
8218
9202
|
deleteAggregateConfigDeliveryChannelWithOptions(request: DeleteAggregateConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateConfigDeliveryChannelResponse>;
|
|
8219
9203
|
/**
|
|
8220
|
-
* This example
|
|
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.
|
|
8221
9205
|
*
|
|
8222
9206
|
* @param request DeleteAggregateConfigDeliveryChannelRequest
|
|
8223
9207
|
* @return DeleteAggregateConfigDeliveryChannelResponse
|
|
8224
9208
|
*/
|
|
8225
9209
|
deleteAggregateConfigDeliveryChannel(request: DeleteAggregateConfigDeliveryChannelRequest): Promise<DeleteAggregateConfigDeliveryChannelResponse>;
|
|
8226
9210
|
/**
|
|
8227
|
-
*
|
|
8228
|
-
* ## Background information
|
|
9211
|
+
* ### Background information
|
|
8229
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.
|
|
8230
9215
|
*
|
|
8231
9216
|
* @param request DeleteAggregateConfigRulesRequest
|
|
8232
9217
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8234,16 +9219,17 @@ export default class Client extends OpenApi {
|
|
|
8234
9219
|
*/
|
|
8235
9220
|
deleteAggregateConfigRulesWithOptions(request: DeleteAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateConfigRulesResponse>;
|
|
8236
9221
|
/**
|
|
8237
|
-
*
|
|
8238
|
-
* ## Background information
|
|
9222
|
+
* ### Background information
|
|
8239
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.
|
|
8240
9226
|
*
|
|
8241
9227
|
* @param request DeleteAggregateConfigRulesRequest
|
|
8242
9228
|
* @return DeleteAggregateConfigRulesResponse
|
|
8243
9229
|
*/
|
|
8244
9230
|
deleteAggregateConfigRules(request: DeleteAggregateConfigRulesRequest): Promise<DeleteAggregateConfigRulesResponse>;
|
|
8245
9231
|
/**
|
|
8246
|
-
*
|
|
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.
|
|
8247
9233
|
*
|
|
8248
9234
|
* @param request DeleteAggregateRemediationsRequest
|
|
8249
9235
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8251,14 +9237,14 @@ export default class Client extends OpenApi {
|
|
|
8251
9237
|
*/
|
|
8252
9238
|
deleteAggregateRemediationsWithOptions(request: DeleteAggregateRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregateRemediationsResponse>;
|
|
8253
9239
|
/**
|
|
8254
|
-
*
|
|
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.
|
|
8255
9241
|
*
|
|
8256
9242
|
* @param request DeleteAggregateRemediationsRequest
|
|
8257
9243
|
* @return DeleteAggregateRemediationsResponse
|
|
8258
9244
|
*/
|
|
8259
9245
|
deleteAggregateRemediations(request: DeleteAggregateRemediationsRequest): Promise<DeleteAggregateRemediationsResponse>;
|
|
8260
9246
|
/**
|
|
8261
|
-
*
|
|
9247
|
+
* This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
|
|
8262
9248
|
*
|
|
8263
9249
|
* @param request DeleteAggregatorsRequest
|
|
8264
9250
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8266,14 +9252,14 @@ export default class Client extends OpenApi {
|
|
|
8266
9252
|
*/
|
|
8267
9253
|
deleteAggregatorsWithOptions(request: DeleteAggregatorsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregatorsResponse>;
|
|
8268
9254
|
/**
|
|
8269
|
-
*
|
|
9255
|
+
* This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
|
|
8270
9256
|
*
|
|
8271
9257
|
* @param request DeleteAggregatorsRequest
|
|
8272
9258
|
* @return DeleteAggregatorsResponse
|
|
8273
9259
|
*/
|
|
8274
9260
|
deleteAggregators(request: DeleteAggregatorsRequest): Promise<DeleteAggregatorsResponse>;
|
|
8275
9261
|
/**
|
|
8276
|
-
*
|
|
9262
|
+
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
|
|
8277
9263
|
*
|
|
8278
9264
|
* @param request DeleteCompliancePacksRequest
|
|
8279
9265
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8281,14 +9267,14 @@ export default class Client extends OpenApi {
|
|
|
8281
9267
|
*/
|
|
8282
9268
|
deleteCompliancePacksWithOptions(request: DeleteCompliancePacksRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCompliancePacksResponse>;
|
|
8283
9269
|
/**
|
|
8284
|
-
*
|
|
9270
|
+
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
|
|
8285
9271
|
*
|
|
8286
9272
|
* @param request DeleteCompliancePacksRequest
|
|
8287
9273
|
* @return DeleteCompliancePacksResponse
|
|
8288
9274
|
*/
|
|
8289
9275
|
deleteCompliancePacks(request: DeleteCompliancePacksRequest): Promise<DeleteCompliancePacksResponse>;
|
|
8290
9276
|
/**
|
|
8291
|
-
* This example
|
|
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.
|
|
8292
9278
|
*
|
|
8293
9279
|
* @param request DeleteConfigDeliveryChannelRequest
|
|
8294
9280
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8296,14 +9282,29 @@ export default class Client extends OpenApi {
|
|
|
8296
9282
|
*/
|
|
8297
9283
|
deleteConfigDeliveryChannelWithOptions(request: DeleteConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<DeleteConfigDeliveryChannelResponse>;
|
|
8298
9284
|
/**
|
|
8299
|
-
* This example
|
|
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.
|
|
8300
9286
|
*
|
|
8301
9287
|
* @param request DeleteConfigDeliveryChannelRequest
|
|
8302
9288
|
* @return DeleteConfigDeliveryChannelResponse
|
|
8303
9289
|
*/
|
|
8304
9290
|
deleteConfigDeliveryChannel(request: DeleteConfigDeliveryChannelRequest): Promise<DeleteConfigDeliveryChannelResponse>;
|
|
8305
9291
|
/**
|
|
8306
|
-
* In this
|
|
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.
|
|
8307
9308
|
*
|
|
8308
9309
|
* @param request DeleteRemediationsRequest
|
|
8309
9310
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8311,7 +9312,7 @@ export default class Client extends OpenApi {
|
|
|
8311
9312
|
*/
|
|
8312
9313
|
deleteRemediationsWithOptions(request: DeleteRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteRemediationsResponse>;
|
|
8313
9314
|
/**
|
|
8314
|
-
*
|
|
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.
|
|
8315
9316
|
*
|
|
8316
9317
|
* @param request DeleteRemediationsRequest
|
|
8317
9318
|
* @return DeleteRemediationsResponse
|
|
@@ -8337,9 +9338,10 @@ export default class Client extends OpenApi {
|
|
|
8337
9338
|
*/
|
|
8338
9339
|
detachAggregateConfigRuleToCompliancePack(request: DetachAggregateConfigRuleToCompliancePackRequest): Promise<DetachAggregateConfigRuleToCompliancePackResponse>;
|
|
8339
9340
|
/**
|
|
8340
|
-
*
|
|
8341
|
-
* ## Prerequisites
|
|
9341
|
+
* ### Prerequisites
|
|
8342
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.
|
|
8343
9345
|
*
|
|
8344
9346
|
* @param request DetachConfigRuleToCompliancePackRequest
|
|
8345
9347
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8347,9 +9349,10 @@ export default class Client extends OpenApi {
|
|
|
8347
9349
|
*/
|
|
8348
9350
|
detachConfigRuleToCompliancePackWithOptions(request: DetachConfigRuleToCompliancePackRequest, runtime: $Util.RuntimeOptions): Promise<DetachConfigRuleToCompliancePackResponse>;
|
|
8349
9351
|
/**
|
|
8350
|
-
*
|
|
8351
|
-
* ## Prerequisites
|
|
9352
|
+
* ### Prerequisites
|
|
8352
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.
|
|
8353
9356
|
*
|
|
8354
9357
|
* @param request DetachConfigRuleToCompliancePackRequest
|
|
8355
9358
|
* @return DetachConfigRuleToCompliancePackResponse
|
|
@@ -8358,8 +9361,8 @@ export default class Client extends OpenApi {
|
|
|
8358
9361
|
evaluatePreConfigRulesWithOptions(tmpReq: EvaluatePreConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<EvaluatePreConfigRulesResponse>;
|
|
8359
9362
|
evaluatePreConfigRules(request: EvaluatePreConfigRulesRequest): Promise<EvaluatePreConfigRulesResponse>;
|
|
8360
9363
|
/**
|
|
8361
|
-
* >
|
|
8362
|
-
*
|
|
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.
|
|
8363
9366
|
*
|
|
8364
9367
|
* @param request GenerateAggregateCompliancePackReportRequest
|
|
8365
9368
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8367,16 +9370,16 @@ export default class Client extends OpenApi {
|
|
|
8367
9370
|
*/
|
|
8368
9371
|
generateAggregateCompliancePackReportWithOptions(request: GenerateAggregateCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GenerateAggregateCompliancePackReportResponse>;
|
|
8369
9372
|
/**
|
|
8370
|
-
* >
|
|
8371
|
-
*
|
|
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.
|
|
8372
9375
|
*
|
|
8373
9376
|
* @param request GenerateAggregateCompliancePackReportRequest
|
|
8374
9377
|
* @return GenerateAggregateCompliancePackReportResponse
|
|
8375
9378
|
*/
|
|
8376
9379
|
generateAggregateCompliancePackReport(request: GenerateAggregateCompliancePackReportRequest): Promise<GenerateAggregateCompliancePackReportResponse>;
|
|
8377
9380
|
/**
|
|
8378
|
-
* >
|
|
8379
|
-
* The
|
|
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.
|
|
8380
9383
|
*
|
|
8381
9384
|
* @param request GenerateAggregateConfigRulesReportRequest
|
|
8382
9385
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8384,16 +9387,18 @@ export default class Client extends OpenApi {
|
|
|
8384
9387
|
*/
|
|
8385
9388
|
generateAggregateConfigRulesReportWithOptions(request: GenerateAggregateConfigRulesReportRequest, runtime: $Util.RuntimeOptions): Promise<GenerateAggregateConfigRulesReportResponse>;
|
|
8386
9389
|
/**
|
|
8387
|
-
* >
|
|
8388
|
-
* The
|
|
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.
|
|
8389
9392
|
*
|
|
8390
9393
|
* @param request GenerateAggregateConfigRulesReportRequest
|
|
8391
9394
|
* @return GenerateAggregateConfigRulesReportResponse
|
|
8392
9395
|
*/
|
|
8393
9396
|
generateAggregateConfigRulesReport(request: GenerateAggregateConfigRulesReportRequest): Promise<GenerateAggregateConfigRulesReportResponse>;
|
|
9397
|
+
generateAggregateResourceInventoryWithOptions(request: GenerateAggregateResourceInventoryRequest, runtime: $Util.RuntimeOptions): Promise<GenerateAggregateResourceInventoryResponse>;
|
|
9398
|
+
generateAggregateResourceInventory(request: GenerateAggregateResourceInventoryRequest): Promise<GenerateAggregateResourceInventoryResponse>;
|
|
8394
9399
|
/**
|
|
8395
|
-
* >
|
|
8396
|
-
*
|
|
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.
|
|
8397
9402
|
*
|
|
8398
9403
|
* @param request GenerateCompliancePackReportRequest
|
|
8399
9404
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8401,8 +9406,8 @@ export default class Client extends OpenApi {
|
|
|
8401
9406
|
*/
|
|
8402
9407
|
generateCompliancePackReportWithOptions(request: GenerateCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GenerateCompliancePackReportResponse>;
|
|
8403
9408
|
/**
|
|
8404
|
-
* >
|
|
8405
|
-
*
|
|
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.
|
|
8406
9411
|
*
|
|
8407
9412
|
* @param request GenerateCompliancePackReportRequest
|
|
8408
9413
|
* @return GenerateCompliancePackReportResponse
|
|
@@ -8425,8 +9430,10 @@ export default class Client extends OpenApi {
|
|
|
8425
9430
|
* @return GenerateConfigRulesReportResponse
|
|
8426
9431
|
*/
|
|
8427
9432
|
generateConfigRulesReport(request: GenerateConfigRulesReportRequest): Promise<GenerateConfigRulesReportResponse>;
|
|
9433
|
+
generateResourceInventoryWithOptions(request: GenerateResourceInventoryRequest, runtime: $Util.RuntimeOptions): Promise<GenerateResourceInventoryResponse>;
|
|
9434
|
+
generateResourceInventory(request: GenerateResourceInventoryRequest): Promise<GenerateResourceInventoryResponse>;
|
|
8428
9435
|
/**
|
|
8429
|
-
*
|
|
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.
|
|
8430
9437
|
*
|
|
8431
9438
|
* @param request GetAggregateAccountComplianceByPackRequest
|
|
8432
9439
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8434,7 +9441,7 @@ export default class Client extends OpenApi {
|
|
|
8434
9441
|
*/
|
|
8435
9442
|
getAggregateAccountComplianceByPackWithOptions(request: GetAggregateAccountComplianceByPackRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateAccountComplianceByPackResponse>;
|
|
8436
9443
|
/**
|
|
8437
|
-
*
|
|
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.
|
|
8438
9445
|
*
|
|
8439
9446
|
* @param request GetAggregateAccountComplianceByPackRequest
|
|
8440
9447
|
* @return GetAggregateAccountComplianceByPackResponse
|
|
@@ -8456,8 +9463,8 @@ export default class Client extends OpenApi {
|
|
|
8456
9463
|
*/
|
|
8457
9464
|
getAggregateCompliancePack(request: GetAggregateCompliancePackRequest): Promise<GetAggregateCompliancePackResponse>;
|
|
8458
9465
|
/**
|
|
8459
|
-
* >
|
|
8460
|
-
*
|
|
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.
|
|
8461
9468
|
*
|
|
8462
9469
|
* @param request GetAggregateCompliancePackReportRequest
|
|
8463
9470
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8465,13 +9472,15 @@ export default class Client extends OpenApi {
|
|
|
8465
9472
|
*/
|
|
8466
9473
|
getAggregateCompliancePackReportWithOptions(request: GetAggregateCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateCompliancePackReportResponse>;
|
|
8467
9474
|
/**
|
|
8468
|
-
* >
|
|
8469
|
-
*
|
|
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.
|
|
8470
9477
|
*
|
|
8471
9478
|
* @param request GetAggregateCompliancePackReportRequest
|
|
8472
9479
|
* @return GetAggregateCompliancePackReportResponse
|
|
8473
9480
|
*/
|
|
8474
9481
|
getAggregateCompliancePackReport(request: GetAggregateCompliancePackReportRequest): Promise<GetAggregateCompliancePackReportResponse>;
|
|
9482
|
+
getAggregateComplianceSummaryWithOptions(request: GetAggregateComplianceSummaryRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateComplianceSummaryResponse>;
|
|
9483
|
+
getAggregateComplianceSummary(request: GetAggregateComplianceSummaryRequest): Promise<GetAggregateComplianceSummaryResponse>;
|
|
8475
9484
|
getAggregateConfigDeliveryChannelWithOptions(request: GetAggregateConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateConfigDeliveryChannelResponse>;
|
|
8476
9485
|
getAggregateConfigDeliveryChannel(request: GetAggregateConfigDeliveryChannelRequest): Promise<GetAggregateConfigDeliveryChannelResponse>;
|
|
8477
9486
|
/**
|
|
@@ -8505,7 +9514,7 @@ export default class Client extends OpenApi {
|
|
|
8505
9514
|
*/
|
|
8506
9515
|
getAggregateConfigRuleComplianceByPack(request: GetAggregateConfigRuleComplianceByPackRequest): Promise<GetAggregateConfigRuleComplianceByPackResponse>;
|
|
8507
9516
|
/**
|
|
8508
|
-
*
|
|
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.
|
|
8509
9518
|
*
|
|
8510
9519
|
* @param request GetAggregateConfigRuleSummaryByRiskLevelRequest
|
|
8511
9520
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8513,15 +9522,15 @@ export default class Client extends OpenApi {
|
|
|
8513
9522
|
*/
|
|
8514
9523
|
getAggregateConfigRuleSummaryByRiskLevelWithOptions(request: GetAggregateConfigRuleSummaryByRiskLevelRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateConfigRuleSummaryByRiskLevelResponse>;
|
|
8515
9524
|
/**
|
|
8516
|
-
*
|
|
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.
|
|
8517
9526
|
*
|
|
8518
9527
|
* @param request GetAggregateConfigRuleSummaryByRiskLevelRequest
|
|
8519
9528
|
* @return GetAggregateConfigRuleSummaryByRiskLevelResponse
|
|
8520
9529
|
*/
|
|
8521
9530
|
getAggregateConfigRuleSummaryByRiskLevel(request: GetAggregateConfigRuleSummaryByRiskLevelRequest): Promise<GetAggregateConfigRuleSummaryByRiskLevelResponse>;
|
|
8522
9531
|
/**
|
|
8523
|
-
* >
|
|
8524
|
-
*
|
|
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.
|
|
8525
9534
|
*
|
|
8526
9535
|
* @param request GetAggregateConfigRulesReportRequest
|
|
8527
9536
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8529,15 +9538,15 @@ export default class Client extends OpenApi {
|
|
|
8529
9538
|
*/
|
|
8530
9539
|
getAggregateConfigRulesReportWithOptions(request: GetAggregateConfigRulesReportRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateConfigRulesReportResponse>;
|
|
8531
9540
|
/**
|
|
8532
|
-
* >
|
|
8533
|
-
*
|
|
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.
|
|
8534
9543
|
*
|
|
8535
9544
|
* @param request GetAggregateConfigRulesReportRequest
|
|
8536
9545
|
* @return GetAggregateConfigRulesReportResponse
|
|
8537
9546
|
*/
|
|
8538
9547
|
getAggregateConfigRulesReport(request: GetAggregateConfigRulesReportRequest): Promise<GetAggregateConfigRulesReportResponse>;
|
|
8539
9548
|
/**
|
|
8540
|
-
*
|
|
9549
|
+
* This topic provides an example on how to query the `new-bucket` resource in the `ca-5885626622af0008****` account group.
|
|
8541
9550
|
*
|
|
8542
9551
|
* @param request GetAggregateDiscoveredResourceRequest
|
|
8543
9552
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8545,7 +9554,7 @@ export default class Client extends OpenApi {
|
|
|
8545
9554
|
*/
|
|
8546
9555
|
getAggregateDiscoveredResourceWithOptions(request: GetAggregateDiscoveredResourceRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateDiscoveredResourceResponse>;
|
|
8547
9556
|
/**
|
|
8548
|
-
*
|
|
9557
|
+
* This topic provides an example on how to query the `new-bucket` resource in the `ca-5885626622af0008****` account group.
|
|
8549
9558
|
*
|
|
8550
9559
|
* @param request GetAggregateDiscoveredResourceRequest
|
|
8551
9560
|
* @return GetAggregateDiscoveredResourceResponse
|
|
@@ -8567,7 +9576,7 @@ export default class Client extends OpenApi {
|
|
|
8567
9576
|
*/
|
|
8568
9577
|
getAggregateResourceComplianceByConfigRule(request: GetAggregateResourceComplianceByConfigRuleRequest): Promise<GetAggregateResourceComplianceByConfigRuleResponse>;
|
|
8569
9578
|
/**
|
|
8570
|
-
*
|
|
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`.
|
|
8571
9580
|
*
|
|
8572
9581
|
* @param request GetAggregateResourceComplianceByPackRequest
|
|
8573
9582
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8575,7 +9584,7 @@ export default class Client extends OpenApi {
|
|
|
8575
9584
|
*/
|
|
8576
9585
|
getAggregateResourceComplianceByPackWithOptions(request: GetAggregateResourceComplianceByPackRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceByPackResponse>;
|
|
8577
9586
|
/**
|
|
8578
|
-
*
|
|
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`.
|
|
8579
9588
|
*
|
|
8580
9589
|
* @param request GetAggregateResourceComplianceByPackRequest
|
|
8581
9590
|
* @return GetAggregateResourceComplianceByPackResponse
|
|
@@ -8676,8 +9685,8 @@ export default class Client extends OpenApi {
|
|
|
8676
9685
|
*/
|
|
8677
9686
|
getCompliancePack(request: GetCompliancePackRequest): Promise<GetCompliancePackResponse>;
|
|
8678
9687
|
/**
|
|
8679
|
-
* >
|
|
8680
|
-
*
|
|
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.
|
|
8681
9690
|
*
|
|
8682
9691
|
* @param request GetCompliancePackReportRequest
|
|
8683
9692
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8685,17 +9694,19 @@ export default class Client extends OpenApi {
|
|
|
8685
9694
|
*/
|
|
8686
9695
|
getCompliancePackReportWithOptions(request: GetCompliancePackReportRequest, runtime: $Util.RuntimeOptions): Promise<GetCompliancePackReportResponse>;
|
|
8687
9696
|
/**
|
|
8688
|
-
* >
|
|
8689
|
-
*
|
|
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.
|
|
8690
9699
|
*
|
|
8691
9700
|
* @param request GetCompliancePackReportRequest
|
|
8692
9701
|
* @return GetCompliancePackReportResponse
|
|
8693
9702
|
*/
|
|
8694
9703
|
getCompliancePackReport(request: GetCompliancePackReportRequest): Promise<GetCompliancePackReportResponse>;
|
|
9704
|
+
getComplianceSummaryWithOptions(runtime: $Util.RuntimeOptions): Promise<GetComplianceSummaryResponse>;
|
|
9705
|
+
getComplianceSummary(): Promise<GetComplianceSummaryResponse>;
|
|
8695
9706
|
getConfigDeliveryChannelWithOptions(request: GetConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<GetConfigDeliveryChannelResponse>;
|
|
8696
9707
|
getConfigDeliveryChannel(request: GetConfigDeliveryChannelRequest): Promise<GetConfigDeliveryChannelResponse>;
|
|
8697
9708
|
/**
|
|
8698
|
-
* This example
|
|
9709
|
+
* This topic provides an example on how to query the details of the `cr-7f7d626622af0041****` rule.
|
|
8699
9710
|
*
|
|
8700
9711
|
* @param request GetConfigRuleRequest
|
|
8701
9712
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8703,7 +9714,7 @@ export default class Client extends OpenApi {
|
|
|
8703
9714
|
*/
|
|
8704
9715
|
getConfigRuleWithOptions(request: GetConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetConfigRuleResponse>;
|
|
8705
9716
|
/**
|
|
8706
|
-
* This example
|
|
9717
|
+
* This topic provides an example on how to query the details of the `cr-7f7d626622af0041****` rule.
|
|
8707
9718
|
*
|
|
8708
9719
|
* @param request GetConfigRuleRequest
|
|
8709
9720
|
* @return GetConfigRuleResponse
|
|
@@ -8755,6 +9766,8 @@ export default class Client extends OpenApi {
|
|
|
8755
9766
|
* @return GetConfigRulesReportResponse
|
|
8756
9767
|
*/
|
|
8757
9768
|
getConfigRulesReport(request: GetConfigRulesReportRequest): Promise<GetConfigRulesReportResponse>;
|
|
9769
|
+
getConfigurationRecorderWithOptions(runtime: $Util.RuntimeOptions): Promise<GetConfigurationRecorderResponse>;
|
|
9770
|
+
getConfigurationRecorder(): Promise<GetConfigurationRecorderResponse>;
|
|
8758
9771
|
/**
|
|
8759
9772
|
* The sample request in this topic shows you how to query the details of the `new-bucket` resource.
|
|
8760
9773
|
*
|
|
@@ -8817,6 +9830,8 @@ export default class Client extends OpenApi {
|
|
|
8817
9830
|
* @return GetManagedRuleResponse
|
|
8818
9831
|
*/
|
|
8819
9832
|
getManagedRule(request: GetManagedRuleRequest): Promise<GetManagedRuleResponse>;
|
|
9833
|
+
getRemediationTemplateWithOptions(request: GetRemediationTemplateRequest, runtime: $Util.RuntimeOptions): Promise<GetRemediationTemplateResponse>;
|
|
9834
|
+
getRemediationTemplate(request: GetRemediationTemplateRequest): Promise<GetRemediationTemplateResponse>;
|
|
8820
9835
|
/**
|
|
8821
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.
|
|
8822
9837
|
*
|
|
@@ -8833,7 +9848,7 @@ export default class Client extends OpenApi {
|
|
|
8833
9848
|
*/
|
|
8834
9849
|
getResourceComplianceByConfigRule(request: GetResourceComplianceByConfigRuleRequest): Promise<GetResourceComplianceByConfigRuleResponse>;
|
|
8835
9850
|
/**
|
|
8836
|
-
*
|
|
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.
|
|
8837
9852
|
*
|
|
8838
9853
|
* @param request GetResourceComplianceByPackRequest
|
|
8839
9854
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8841,7 +9856,7 @@ export default class Client extends OpenApi {
|
|
|
8841
9856
|
*/
|
|
8842
9857
|
getResourceComplianceByPackWithOptions(request: GetResourceComplianceByPackRequest, runtime: $Util.RuntimeOptions): Promise<GetResourceComplianceByPackResponse>;
|
|
8843
9858
|
/**
|
|
8844
|
-
*
|
|
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.
|
|
8845
9860
|
*
|
|
8846
9861
|
* @param request GetResourceComplianceByPackRequest
|
|
8847
9862
|
* @return GetResourceComplianceByPackResponse
|
|
@@ -8881,6 +9896,21 @@ export default class Client extends OpenApi {
|
|
|
8881
9896
|
* @return GetResourceConfigurationTimelineResponse
|
|
8882
9897
|
*/
|
|
8883
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>;
|
|
8884
9914
|
/**
|
|
8885
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.
|
|
8886
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`.
|
|
@@ -8948,7 +9978,7 @@ export default class Client extends OpenApi {
|
|
|
8948
9978
|
*/
|
|
8949
9979
|
listAggregateConfigRuleEvaluationResults(request: ListAggregateConfigRuleEvaluationResultsRequest): Promise<ListAggregateConfigRuleEvaluationResultsResponse>;
|
|
8950
9980
|
/**
|
|
8951
|
-
* This topic provides an example on how to query the rules in an account group whose ID is `ca-f632626622af0079****`. The
|
|
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`.
|
|
8952
9982
|
*
|
|
8953
9983
|
* @param request ListAggregateConfigRulesRequest
|
|
8954
9984
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8956,14 +9986,14 @@ export default class Client extends OpenApi {
|
|
|
8956
9986
|
*/
|
|
8957
9987
|
listAggregateConfigRulesWithOptions(request: ListAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateConfigRulesResponse>;
|
|
8958
9988
|
/**
|
|
8959
|
-
* This topic provides an example on how to query the rules in an account group whose ID is `ca-f632626622af0079****`. The
|
|
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`.
|
|
8960
9990
|
*
|
|
8961
9991
|
* @param request ListAggregateConfigRulesRequest
|
|
8962
9992
|
* @return ListAggregateConfigRulesResponse
|
|
8963
9993
|
*/
|
|
8964
9994
|
listAggregateConfigRules(request: ListAggregateConfigRulesRequest): Promise<ListAggregateConfigRulesResponse>;
|
|
8965
9995
|
/**
|
|
8966
|
-
* This example
|
|
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.
|
|
8967
9997
|
*
|
|
8968
9998
|
* @param request ListAggregateDiscoveredResourcesRequest
|
|
8969
9999
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8971,14 +10001,14 @@ export default class Client extends OpenApi {
|
|
|
8971
10001
|
*/
|
|
8972
10002
|
listAggregateDiscoveredResourcesWithOptions(request: ListAggregateDiscoveredResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateDiscoveredResourcesResponse>;
|
|
8973
10003
|
/**
|
|
8974
|
-
* This example
|
|
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.
|
|
8975
10005
|
*
|
|
8976
10006
|
* @param request ListAggregateDiscoveredResourcesRequest
|
|
8977
10007
|
* @return ListAggregateDiscoveredResourcesResponse
|
|
8978
10008
|
*/
|
|
8979
10009
|
listAggregateDiscoveredResources(request: ListAggregateDiscoveredResourcesRequest): Promise<ListAggregateDiscoveredResourcesResponse>;
|
|
8980
10010
|
/**
|
|
8981
|
-
*
|
|
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****`.
|
|
8982
10012
|
*
|
|
8983
10013
|
* @param request ListAggregateRemediationsRequest
|
|
8984
10014
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8986,7 +10016,7 @@ export default class Client extends OpenApi {
|
|
|
8986
10016
|
*/
|
|
8987
10017
|
listAggregateRemediationsWithOptions(request: ListAggregateRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateRemediationsResponse>;
|
|
8988
10018
|
/**
|
|
8989
|
-
*
|
|
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****`.
|
|
8990
10020
|
*
|
|
8991
10021
|
* @param request ListAggregateRemediationsRequest
|
|
8992
10022
|
* @return ListAggregateRemediationsResponse
|
|
@@ -9007,6 +10037,21 @@ export default class Client extends OpenApi {
|
|
|
9007
10037
|
* @return ListAggregateResourceEvaluationResultsResponse
|
|
9008
10038
|
*/
|
|
9009
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
|
+
*/
|
|
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
|
+
*/
|
|
10054
|
+
listAggregateResourceRelations(request: ListAggregateResourceRelationsRequest): Promise<ListAggregateResourceRelationsResponse>;
|
|
9010
10055
|
/**
|
|
9011
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.
|
|
9012
10057
|
*
|
|
@@ -9103,6 +10148,8 @@ export default class Client extends OpenApi {
|
|
|
9103
10148
|
listManagedRules(request: ListManagedRulesRequest): Promise<ListManagedRulesResponse>;
|
|
9104
10149
|
listPreManagedRulesWithOptions(tmpReq: ListPreManagedRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListPreManagedRulesResponse>;
|
|
9105
10150
|
listPreManagedRules(request: ListPreManagedRulesRequest): Promise<ListPreManagedRulesResponse>;
|
|
10151
|
+
listRemediationExecutionsWithOptions(request: ListRemediationExecutionsRequest, runtime: $Util.RuntimeOptions): Promise<ListRemediationExecutionsResponse>;
|
|
10152
|
+
listRemediationExecutions(request: ListRemediationExecutionsRequest): Promise<ListRemediationExecutionsResponse>;
|
|
9106
10153
|
/**
|
|
9107
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.
|
|
9108
10155
|
*
|
|
@@ -9119,7 +10166,7 @@ export default class Client extends OpenApi {
|
|
|
9119
10166
|
*/
|
|
9120
10167
|
listRemediationTemplates(request: ListRemediationTemplatesRequest): Promise<ListRemediationTemplatesResponse>;
|
|
9121
10168
|
/**
|
|
9122
|
-
*
|
|
10169
|
+
* This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
|
|
9123
10170
|
*
|
|
9124
10171
|
* @param request ListRemediationsRequest
|
|
9125
10172
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9127,7 +10174,7 @@ export default class Client extends OpenApi {
|
|
|
9127
10174
|
*/
|
|
9128
10175
|
listRemediationsWithOptions(request: ListRemediationsRequest, runtime: $Util.RuntimeOptions): Promise<ListRemediationsResponse>;
|
|
9129
10176
|
/**
|
|
9130
|
-
*
|
|
10177
|
+
* This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
|
|
9131
10178
|
*
|
|
9132
10179
|
* @param request ListRemediationsRequest
|
|
9133
10180
|
* @return ListRemediationsResponse
|
|
@@ -9148,12 +10195,30 @@ export default class Client extends OpenApi {
|
|
|
9148
10195
|
* @return ListResourceEvaluationResultsResponse
|
|
9149
10196
|
*/
|
|
9150
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
|
+
*/
|
|
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
|
+
*/
|
|
10212
|
+
listResourceRelations(request: ListResourceRelationsRequest): Promise<ListResourceRelationsResponse>;
|
|
9151
10213
|
listTagResourcesWithOptions(tmpReq: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
9152
10214
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
10215
|
+
putEvaluationsWithOptions(request: PutEvaluationsRequest, runtime: $Util.RuntimeOptions): Promise<PutEvaluationsResponse>;
|
|
10216
|
+
putEvaluations(request: PutEvaluationsRequest): Promise<PutEvaluationsResponse>;
|
|
9153
10217
|
/**
|
|
9154
|
-
*
|
|
9155
|
-
*
|
|
9156
|
-
*
|
|
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`.
|
|
9157
10222
|
*
|
|
9158
10223
|
* @param tmpReq RevertAggregateEvaluationResultsRequest
|
|
9159
10224
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9161,18 +10226,20 @@ export default class Client extends OpenApi {
|
|
|
9161
10226
|
*/
|
|
9162
10227
|
revertAggregateEvaluationResultsWithOptions(tmpReq: RevertAggregateEvaluationResultsRequest, runtime: $Util.RuntimeOptions): Promise<RevertAggregateEvaluationResultsResponse>;
|
|
9163
10228
|
/**
|
|
9164
|
-
*
|
|
9165
|
-
*
|
|
9166
|
-
*
|
|
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`.
|
|
9167
10233
|
*
|
|
9168
10234
|
* @param request RevertAggregateEvaluationResultsRequest
|
|
9169
10235
|
* @return RevertAggregateEvaluationResultsResponse
|
|
9170
10236
|
*/
|
|
9171
10237
|
revertAggregateEvaluationResults(request: RevertAggregateEvaluationResultsRequest): Promise<RevertAggregateEvaluationResultsResponse>;
|
|
9172
10238
|
/**
|
|
9173
|
-
*
|
|
9174
|
-
* ## Prerequisites
|
|
10239
|
+
* ### Prerequisites
|
|
9175
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`.``
|
|
9176
10243
|
*
|
|
9177
10244
|
* @param tmpReq RevertEvaluationResultsRequest
|
|
9178
10245
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9180,17 +10247,18 @@ export default class Client extends OpenApi {
|
|
|
9180
10247
|
*/
|
|
9181
10248
|
revertEvaluationResultsWithOptions(tmpReq: RevertEvaluationResultsRequest, runtime: $Util.RuntimeOptions): Promise<RevertEvaluationResultsResponse>;
|
|
9182
10249
|
/**
|
|
9183
|
-
*
|
|
9184
|
-
* ## Prerequisites
|
|
10250
|
+
* ### Prerequisites
|
|
9185
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`.``
|
|
9186
10254
|
*
|
|
9187
10255
|
* @param request RevertEvaluationResultsRequest
|
|
9188
10256
|
* @return RevertEvaluationResultsResponse
|
|
9189
10257
|
*/
|
|
9190
10258
|
revertEvaluationResults(request: RevertEvaluationResultsRequest): Promise<RevertEvaluationResultsResponse>;
|
|
9191
10259
|
/**
|
|
9192
|
-
* >
|
|
9193
|
-
* The sample request in this topic shows
|
|
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.
|
|
9194
10262
|
*
|
|
9195
10263
|
* @param request StartAggregateConfigRuleEvaluationRequest
|
|
9196
10264
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9198,15 +10266,15 @@ export default class Client extends OpenApi {
|
|
|
9198
10266
|
*/
|
|
9199
10267
|
startAggregateConfigRuleEvaluationWithOptions(request: StartAggregateConfigRuleEvaluationRequest, runtime: $Util.RuntimeOptions): Promise<StartAggregateConfigRuleEvaluationResponse>;
|
|
9200
10268
|
/**
|
|
9201
|
-
* >
|
|
9202
|
-
* The sample request in this topic shows
|
|
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.
|
|
9203
10271
|
*
|
|
9204
10272
|
* @param request StartAggregateConfigRuleEvaluationRequest
|
|
9205
10273
|
* @return StartAggregateConfigRuleEvaluationResponse
|
|
9206
10274
|
*/
|
|
9207
10275
|
startAggregateConfigRuleEvaluation(request: StartAggregateConfigRuleEvaluationRequest): Promise<StartAggregateConfigRuleEvaluationResponse>;
|
|
9208
10276
|
/**
|
|
9209
|
-
*
|
|
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.
|
|
9210
10278
|
*
|
|
9211
10279
|
* @param request StartAggregateRemediationRequest
|
|
9212
10280
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9214,14 +10282,18 @@ export default class Client extends OpenApi {
|
|
|
9214
10282
|
*/
|
|
9215
10283
|
startAggregateRemediationWithOptions(request: StartAggregateRemediationRequest, runtime: $Util.RuntimeOptions): Promise<StartAggregateRemediationResponse>;
|
|
9216
10284
|
/**
|
|
9217
|
-
*
|
|
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.
|
|
9218
10286
|
*
|
|
9219
10287
|
* @param request StartAggregateRemediationRequest
|
|
9220
10288
|
* @return StartAggregateRemediationResponse
|
|
9221
10289
|
*/
|
|
9222
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>;
|
|
9223
10295
|
/**
|
|
9224
|
-
*
|
|
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.
|
|
9225
10297
|
*
|
|
9226
10298
|
* @param request StartRemediationRequest
|
|
9227
10299
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9229,7 +10301,7 @@ export default class Client extends OpenApi {
|
|
|
9229
10301
|
*/
|
|
9230
10302
|
startRemediationWithOptions(request: StartRemediationRequest, runtime: $Util.RuntimeOptions): Promise<StartRemediationResponse>;
|
|
9231
10303
|
/**
|
|
9232
|
-
*
|
|
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.
|
|
9233
10305
|
*
|
|
9234
10306
|
* @param request StartRemediationRequest
|
|
9235
10307
|
* @return StartRemediationResponse
|
|
@@ -9257,7 +10329,7 @@ export default class Client extends OpenApi {
|
|
|
9257
10329
|
*/
|
|
9258
10330
|
updateAggregateCompliancePack(request: UpdateAggregateCompliancePackRequest): Promise<UpdateAggregateCompliancePackResponse>;
|
|
9259
10331
|
/**
|
|
9260
|
-
*
|
|
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.
|
|
9261
10333
|
*
|
|
9262
10334
|
* @param request UpdateAggregateConfigDeliveryChannelRequest
|
|
9263
10335
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9265,7 +10337,7 @@ export default class Client extends OpenApi {
|
|
|
9265
10337
|
*/
|
|
9266
10338
|
updateAggregateConfigDeliveryChannelWithOptions(request: UpdateAggregateConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAggregateConfigDeliveryChannelResponse>;
|
|
9267
10339
|
/**
|
|
9268
|
-
*
|
|
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.
|
|
9269
10341
|
*
|
|
9270
10342
|
* @param request UpdateAggregateConfigDeliveryChannelRequest
|
|
9271
10343
|
* @return UpdateAggregateConfigDeliveryChannelResponse
|
|
@@ -9361,9 +10433,11 @@ export default class Client extends OpenApi {
|
|
|
9361
10433
|
* @return UpdateConfigRuleResponse
|
|
9362
10434
|
*/
|
|
9363
10435
|
updateConfigRule(request: UpdateConfigRuleRequest): Promise<UpdateConfigRuleResponse>;
|
|
10436
|
+
updateConfigurationRecorderWithOptions(request: UpdateConfigurationRecorderRequest, runtime: $Util.RuntimeOptions): Promise<UpdateConfigurationRecorderResponse>;
|
|
10437
|
+
updateConfigurationRecorder(request: UpdateConfigurationRecorderRequest): Promise<UpdateConfigurationRecorderResponse>;
|
|
9364
10438
|
/**
|
|
9365
10439
|
* @deprecated : UpdateDeliveryChannel is deprecated, please use Config::2020-09-07::UpdateConfigDeliveryChannel,Config::2020-09-07::UpdateAggregateConfigDeliveryChannel instead.
|
|
9366
|
-
*
|
|
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.
|
|
9367
10441
|
*
|
|
9368
10442
|
* @param request UpdateDeliveryChannelRequest
|
|
9369
10443
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9372,7 +10446,7 @@ export default class Client extends OpenApi {
|
|
|
9372
10446
|
updateDeliveryChannelWithOptions(request: UpdateDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDeliveryChannelResponse>;
|
|
9373
10447
|
/**
|
|
9374
10448
|
* @deprecated : UpdateDeliveryChannel is deprecated, please use Config::2020-09-07::UpdateConfigDeliveryChannel,Config::2020-09-07::UpdateAggregateConfigDeliveryChannel instead.
|
|
9375
|
-
*
|
|
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.
|
|
9376
10450
|
*
|
|
9377
10451
|
* @param request UpdateDeliveryChannelRequest
|
|
9378
10452
|
* @return UpdateDeliveryChannelResponse
|