@alicloud/config20200907 3.0.7 → 3.0.8
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 +794 -35
- package/dist/client.js +91 -17
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +865 -32
package/dist/client.d.ts
CHANGED
|
@@ -33,14 +33,13 @@ export declare class ActiveAggregateConfigRulesRequest extends $tea.Model {
|
|
|
33
33
|
* ca-a4e5626622af0079****
|
|
34
34
|
*/
|
|
35
35
|
aggregatorId?: string;
|
|
36
|
+
compliancePackId?: string;
|
|
36
37
|
/**
|
|
37
38
|
* @remarks
|
|
38
39
|
* The rule ID. Separate multiple rule IDs with commas (,).
|
|
39
40
|
*
|
|
40
41
|
* For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](https://help.aliyun.com/document_detail/264148.html).
|
|
41
42
|
*
|
|
42
|
-
* This parameter is required.
|
|
43
|
-
*
|
|
44
43
|
* @example
|
|
45
44
|
* cr-5772ba41209e007b****
|
|
46
45
|
*/
|
|
@@ -96,12 +95,11 @@ export declare class ActiveAggregateConfigRulesResponse extends $tea.Model {
|
|
|
96
95
|
});
|
|
97
96
|
}
|
|
98
97
|
export declare class ActiveConfigRulesRequest extends $tea.Model {
|
|
98
|
+
compliancePackId?: string;
|
|
99
99
|
/**
|
|
100
100
|
* @remarks
|
|
101
101
|
* The rule ID. Separate multiple rule IDs with commas (,).
|
|
102
102
|
*
|
|
103
|
-
* This parameter is required.
|
|
104
|
-
*
|
|
105
103
|
* @example
|
|
106
104
|
* cr-2da35180a8d1008e****,cr-2da35180a8d1008e****
|
|
107
105
|
*/
|
|
@@ -976,6 +974,16 @@ export declare class CreateAggregateConfigDeliveryChannelRequest extends $tea.Mo
|
|
|
976
974
|
* 1594295238-f9361358-5843-4294-8d30-b5183fac****
|
|
977
975
|
*/
|
|
978
976
|
clientToken?: string;
|
|
977
|
+
/**
|
|
978
|
+
* @remarks
|
|
979
|
+
* Specifies whether to deliver scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots to Log Service at `04:00Z` and `16:00Z` every day. The time is displayed in UTC. Valid values:
|
|
980
|
+
*
|
|
981
|
+
* * true: Cloud Config delivers scheduled compliant snapshots.
|
|
982
|
+
* * false: Cloud Config does not deliver scheduled compliant snapshots. This is the default value.
|
|
983
|
+
*
|
|
984
|
+
* @example
|
|
985
|
+
* false
|
|
986
|
+
*/
|
|
979
987
|
compliantSnapshot?: boolean;
|
|
980
988
|
/**
|
|
981
989
|
* @remarks
|
|
@@ -1247,6 +1255,7 @@ export declare class CreateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
1247
1255
|
*/
|
|
1248
1256
|
excludeResourceIdsScope?: string;
|
|
1249
1257
|
excludeTagsScope?: CreateAggregateConfigRuleRequestExcludeTagsScope[];
|
|
1258
|
+
extendContent?: string;
|
|
1250
1259
|
/**
|
|
1251
1260
|
* @remarks
|
|
1252
1261
|
* The ID of the resource directory to which the rule applies, which means that the resources within member accounts in the resource directory are evaluated based on the rule.
|
|
@@ -1486,6 +1495,7 @@ export declare class CreateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
1486
1495
|
*/
|
|
1487
1496
|
excludeResourceIdsScope?: string;
|
|
1488
1497
|
excludeTagsScope?: CreateAggregateConfigRuleShrinkRequestExcludeTagsScope[];
|
|
1498
|
+
extendContent?: string;
|
|
1489
1499
|
/**
|
|
1490
1500
|
* @remarks
|
|
1491
1501
|
* The ID of the resource directory to which the rule applies, which means that the resources within member accounts in the resource directory are evaluated based on the rule.
|
|
@@ -2090,7 +2100,21 @@ export declare class CreateCompliancePackRequest extends $tea.Model {
|
|
|
2090
2100
|
* Test pack description.
|
|
2091
2101
|
*/
|
|
2092
2102
|
description?: string;
|
|
2103
|
+
/**
|
|
2104
|
+
* @remarks
|
|
2105
|
+
* ExcludeRegionIdsScope
|
|
2106
|
+
*
|
|
2107
|
+
* @example
|
|
2108
|
+
* cn-hangzhou
|
|
2109
|
+
*/
|
|
2093
2110
|
excludeRegionIdsScope?: string;
|
|
2111
|
+
/**
|
|
2112
|
+
* @remarks
|
|
2113
|
+
* ExcludeResourceGroupIdsScope. Separate multiple resource group IDs with commas (,).
|
|
2114
|
+
*
|
|
2115
|
+
* @example
|
|
2116
|
+
* rg-bnczc6r7rml****
|
|
2117
|
+
*/
|
|
2094
2118
|
excludeResourceGroupIdsScope?: string;
|
|
2095
2119
|
/**
|
|
2096
2120
|
* @remarks
|
|
@@ -2100,6 +2124,10 @@ export declare class CreateCompliancePackRequest extends $tea.Model {
|
|
|
2100
2124
|
* eip-8vbf3x310fn56ijfd****
|
|
2101
2125
|
*/
|
|
2102
2126
|
excludeResourceIdsScope?: string;
|
|
2127
|
+
/**
|
|
2128
|
+
* @remarks
|
|
2129
|
+
* ExcludeTagsScope
|
|
2130
|
+
*/
|
|
2103
2131
|
excludeTagsScope?: CreateCompliancePackRequestExcludeTagsScope[];
|
|
2104
2132
|
/**
|
|
2105
2133
|
* @remarks
|
|
@@ -2117,6 +2145,13 @@ export declare class CreateCompliancePackRequest extends $tea.Model {
|
|
|
2117
2145
|
* rg-aekzdibsjjc****
|
|
2118
2146
|
*/
|
|
2119
2147
|
resourceGroupIdsScope?: string;
|
|
2148
|
+
/**
|
|
2149
|
+
* @remarks
|
|
2150
|
+
* ResourceIdsScope
|
|
2151
|
+
*
|
|
2152
|
+
* @example
|
|
2153
|
+
* eip-8vbf3x310fn56ijfd****
|
|
2154
|
+
*/
|
|
2120
2155
|
resourceIdsScope?: string;
|
|
2121
2156
|
/**
|
|
2122
2157
|
* @remarks
|
|
@@ -2148,6 +2183,10 @@ export declare class CreateCompliancePackRequest extends $tea.Model {
|
|
|
2148
2183
|
* test
|
|
2149
2184
|
*/
|
|
2150
2185
|
tagValueScope?: string;
|
|
2186
|
+
/**
|
|
2187
|
+
* @remarks
|
|
2188
|
+
* TagsScope
|
|
2189
|
+
*/
|
|
2151
2190
|
tagsScope?: CreateCompliancePackRequestTagsScope[];
|
|
2152
2191
|
/**
|
|
2153
2192
|
* @remarks
|
|
@@ -2223,7 +2262,21 @@ export declare class CreateCompliancePackShrinkRequest extends $tea.Model {
|
|
|
2223
2262
|
* Test pack description.
|
|
2224
2263
|
*/
|
|
2225
2264
|
description?: string;
|
|
2265
|
+
/**
|
|
2266
|
+
* @remarks
|
|
2267
|
+
* ExcludeRegionIdsScope
|
|
2268
|
+
*
|
|
2269
|
+
* @example
|
|
2270
|
+
* cn-hangzhou
|
|
2271
|
+
*/
|
|
2226
2272
|
excludeRegionIdsScope?: string;
|
|
2273
|
+
/**
|
|
2274
|
+
* @remarks
|
|
2275
|
+
* ExcludeResourceGroupIdsScope. Separate multiple resource group IDs with commas (,).
|
|
2276
|
+
*
|
|
2277
|
+
* @example
|
|
2278
|
+
* rg-bnczc6r7rml****
|
|
2279
|
+
*/
|
|
2227
2280
|
excludeResourceGroupIdsScope?: string;
|
|
2228
2281
|
/**
|
|
2229
2282
|
* @remarks
|
|
@@ -2233,6 +2286,10 @@ export declare class CreateCompliancePackShrinkRequest extends $tea.Model {
|
|
|
2233
2286
|
* eip-8vbf3x310fn56ijfd****
|
|
2234
2287
|
*/
|
|
2235
2288
|
excludeResourceIdsScope?: string;
|
|
2289
|
+
/**
|
|
2290
|
+
* @remarks
|
|
2291
|
+
* ExcludeTagsScope
|
|
2292
|
+
*/
|
|
2236
2293
|
excludeTagsScope?: CreateCompliancePackShrinkRequestExcludeTagsScope[];
|
|
2237
2294
|
/**
|
|
2238
2295
|
* @remarks
|
|
@@ -2250,6 +2307,13 @@ export declare class CreateCompliancePackShrinkRequest extends $tea.Model {
|
|
|
2250
2307
|
* rg-aekzdibsjjc****
|
|
2251
2308
|
*/
|
|
2252
2309
|
resourceGroupIdsScope?: string;
|
|
2310
|
+
/**
|
|
2311
|
+
* @remarks
|
|
2312
|
+
* ResourceIdsScope
|
|
2313
|
+
*
|
|
2314
|
+
* @example
|
|
2315
|
+
* eip-8vbf3x310fn56ijfd****
|
|
2316
|
+
*/
|
|
2253
2317
|
resourceIdsScope?: string;
|
|
2254
2318
|
/**
|
|
2255
2319
|
* @remarks
|
|
@@ -2281,6 +2345,10 @@ export declare class CreateCompliancePackShrinkRequest extends $tea.Model {
|
|
|
2281
2345
|
* test
|
|
2282
2346
|
*/
|
|
2283
2347
|
tagValueScope?: string;
|
|
2348
|
+
/**
|
|
2349
|
+
* @remarks
|
|
2350
|
+
* TagsScope
|
|
2351
|
+
*/
|
|
2284
2352
|
tagsScope?: CreateCompliancePackShrinkRequestTagsScope[];
|
|
2285
2353
|
/**
|
|
2286
2354
|
* @remarks
|
|
@@ -2354,6 +2422,16 @@ export declare class CreateConfigDeliveryChannelRequest extends $tea.Model {
|
|
|
2354
2422
|
* 1594295238-f9361358-5843-4294-8d30-b5183fac****
|
|
2355
2423
|
*/
|
|
2356
2424
|
clientToken?: string;
|
|
2425
|
+
/**
|
|
2426
|
+
* @remarks
|
|
2427
|
+
* Specifies whether to deliver scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots at `04:00Z` and `16:00Z` to Log Service every day. The time is displayed in UTC. Valid values:
|
|
2428
|
+
*
|
|
2429
|
+
* * true: Cloud Config delivers scheduled compliant snapshots.
|
|
2430
|
+
* * false (default): Cloud Config does not deliver scheduled compliant snapshots.
|
|
2431
|
+
*
|
|
2432
|
+
* @example
|
|
2433
|
+
* false
|
|
2434
|
+
*/
|
|
2357
2435
|
compliantSnapshot?: boolean;
|
|
2358
2436
|
/**
|
|
2359
2437
|
* @remarks
|
|
@@ -2555,6 +2633,9 @@ export declare class CreateConfigRuleRequest extends $tea.Model {
|
|
|
2555
2633
|
* The name of the rule.
|
|
2556
2634
|
*
|
|
2557
2635
|
* This parameter is required.
|
|
2636
|
+
*
|
|
2637
|
+
* @example
|
|
2638
|
+
* required-tags
|
|
2558
2639
|
*/
|
|
2559
2640
|
configRuleName?: string;
|
|
2560
2641
|
/**
|
|
@@ -2575,9 +2656,26 @@ export declare class CreateConfigRuleRequest extends $tea.Model {
|
|
|
2575
2656
|
/**
|
|
2576
2657
|
* @remarks
|
|
2577
2658
|
* The description of the rule.
|
|
2659
|
+
*
|
|
2660
|
+
* @example
|
|
2661
|
+
* example-description
|
|
2578
2662
|
*/
|
|
2579
2663
|
description?: string;
|
|
2664
|
+
/**
|
|
2665
|
+
* @remarks
|
|
2666
|
+
* ExcludeRegionIdsScope
|
|
2667
|
+
*
|
|
2668
|
+
* @example
|
|
2669
|
+
* cn-shanghai
|
|
2670
|
+
*/
|
|
2580
2671
|
excludeRegionIdsScope?: string;
|
|
2672
|
+
/**
|
|
2673
|
+
* @remarks
|
|
2674
|
+
* ExcludeResourceGroupIdsScope
|
|
2675
|
+
*
|
|
2676
|
+
* @example
|
|
2677
|
+
* rg-bnczc6r7rml****
|
|
2678
|
+
*/
|
|
2581
2679
|
excludeResourceGroupIdsScope?: string;
|
|
2582
2680
|
/**
|
|
2583
2681
|
* @remarks
|
|
@@ -2589,7 +2687,19 @@ export declare class CreateConfigRuleRequest extends $tea.Model {
|
|
|
2589
2687
|
* lb-t4nbowvtbkss7t326****
|
|
2590
2688
|
*/
|
|
2591
2689
|
excludeResourceIdsScope?: string;
|
|
2690
|
+
/**
|
|
2691
|
+
* @remarks
|
|
2692
|
+
* ExcludeTagsScope
|
|
2693
|
+
*/
|
|
2592
2694
|
excludeTagsScope?: CreateConfigRuleRequestExcludeTagsScope[];
|
|
2695
|
+
/**
|
|
2696
|
+
* @remarks
|
|
2697
|
+
* Optional field, only used in conjunction with the 24-hour cycle execution to set the trigger time.
|
|
2698
|
+
*
|
|
2699
|
+
* @example
|
|
2700
|
+
* {"fixedHour":"13"}
|
|
2701
|
+
*/
|
|
2702
|
+
extendContent?: string;
|
|
2593
2703
|
/**
|
|
2594
2704
|
* @remarks
|
|
2595
2705
|
* The input parameter of the rule.
|
|
@@ -2636,6 +2746,13 @@ export declare class CreateConfigRuleRequest extends $tea.Model {
|
|
|
2636
2746
|
* rg-aekzc7r7rhx****
|
|
2637
2747
|
*/
|
|
2638
2748
|
resourceGroupIdsScope?: string;
|
|
2749
|
+
/**
|
|
2750
|
+
* @remarks
|
|
2751
|
+
* ResourceIdsScope
|
|
2752
|
+
*
|
|
2753
|
+
* @example
|
|
2754
|
+
* lb-5cmbowstbkss9ta03****
|
|
2755
|
+
*/
|
|
2639
2756
|
resourceIdsScope?: string;
|
|
2640
2757
|
/**
|
|
2641
2758
|
* @remarks
|
|
@@ -2720,6 +2837,10 @@ export declare class CreateConfigRuleRequest extends $tea.Model {
|
|
|
2720
2837
|
* test
|
|
2721
2838
|
*/
|
|
2722
2839
|
tagValueScope?: string;
|
|
2840
|
+
/**
|
|
2841
|
+
* @remarks
|
|
2842
|
+
* TagsScope
|
|
2843
|
+
*/
|
|
2723
2844
|
tagsScope?: CreateConfigRuleRequestTagsScope[];
|
|
2724
2845
|
static names(): {
|
|
2725
2846
|
[key: string]: string;
|
|
@@ -2745,6 +2866,9 @@ export declare class CreateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
2745
2866
|
* The name of the rule.
|
|
2746
2867
|
*
|
|
2747
2868
|
* This parameter is required.
|
|
2869
|
+
*
|
|
2870
|
+
* @example
|
|
2871
|
+
* required-tags
|
|
2748
2872
|
*/
|
|
2749
2873
|
configRuleName?: string;
|
|
2750
2874
|
/**
|
|
@@ -2765,9 +2889,26 @@ export declare class CreateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
2765
2889
|
/**
|
|
2766
2890
|
* @remarks
|
|
2767
2891
|
* The description of the rule.
|
|
2892
|
+
*
|
|
2893
|
+
* @example
|
|
2894
|
+
* example-description
|
|
2768
2895
|
*/
|
|
2769
2896
|
description?: string;
|
|
2897
|
+
/**
|
|
2898
|
+
* @remarks
|
|
2899
|
+
* ExcludeRegionIdsScope
|
|
2900
|
+
*
|
|
2901
|
+
* @example
|
|
2902
|
+
* cn-shanghai
|
|
2903
|
+
*/
|
|
2770
2904
|
excludeRegionIdsScope?: string;
|
|
2905
|
+
/**
|
|
2906
|
+
* @remarks
|
|
2907
|
+
* ExcludeResourceGroupIdsScope
|
|
2908
|
+
*
|
|
2909
|
+
* @example
|
|
2910
|
+
* rg-bnczc6r7rml****
|
|
2911
|
+
*/
|
|
2771
2912
|
excludeResourceGroupIdsScope?: string;
|
|
2772
2913
|
/**
|
|
2773
2914
|
* @remarks
|
|
@@ -2779,7 +2920,19 @@ export declare class CreateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
2779
2920
|
* lb-t4nbowvtbkss7t326****
|
|
2780
2921
|
*/
|
|
2781
2922
|
excludeResourceIdsScope?: string;
|
|
2923
|
+
/**
|
|
2924
|
+
* @remarks
|
|
2925
|
+
* ExcludeTagsScope
|
|
2926
|
+
*/
|
|
2782
2927
|
excludeTagsScope?: CreateConfigRuleShrinkRequestExcludeTagsScope[];
|
|
2928
|
+
/**
|
|
2929
|
+
* @remarks
|
|
2930
|
+
* Optional field, only used in conjunction with the 24-hour cycle execution to set the trigger time.
|
|
2931
|
+
*
|
|
2932
|
+
* @example
|
|
2933
|
+
* {"fixedHour":"13"}
|
|
2934
|
+
*/
|
|
2935
|
+
extendContent?: string;
|
|
2783
2936
|
/**
|
|
2784
2937
|
* @remarks
|
|
2785
2938
|
* The input parameter of the rule.
|
|
@@ -2824,6 +2977,13 @@ export declare class CreateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
2824
2977
|
* rg-aekzc7r7rhx****
|
|
2825
2978
|
*/
|
|
2826
2979
|
resourceGroupIdsScope?: string;
|
|
2980
|
+
/**
|
|
2981
|
+
* @remarks
|
|
2982
|
+
* ResourceIdsScope
|
|
2983
|
+
*
|
|
2984
|
+
* @example
|
|
2985
|
+
* lb-5cmbowstbkss9ta03****
|
|
2986
|
+
*/
|
|
2827
2987
|
resourceIdsScope?: string;
|
|
2828
2988
|
/**
|
|
2829
2989
|
* @remarks
|
|
@@ -2908,6 +3068,10 @@ export declare class CreateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
2908
3068
|
* test
|
|
2909
3069
|
*/
|
|
2910
3070
|
tagValueScope?: string;
|
|
3071
|
+
/**
|
|
3072
|
+
* @remarks
|
|
3073
|
+
* TagsScope
|
|
3074
|
+
*/
|
|
2911
3075
|
tagsScope?: CreateConfigRuleShrinkRequestTagsScope[];
|
|
2912
3076
|
static names(): {
|
|
2913
3077
|
[key: string]: string;
|
|
@@ -3308,14 +3472,13 @@ export declare class DeactiveAggregateConfigRulesRequest extends $tea.Model {
|
|
|
3308
3472
|
* ca-04b3fd170e340007****
|
|
3309
3473
|
*/
|
|
3310
3474
|
aggregatorId?: string;
|
|
3475
|
+
compliancePackId?: string;
|
|
3311
3476
|
/**
|
|
3312
3477
|
* @remarks
|
|
3313
3478
|
* The rule ID. Separate multiple rule IDs with commas (,).
|
|
3314
3479
|
*
|
|
3315
3480
|
* For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](https://help.aliyun.com/document_detail/264148.html).
|
|
3316
3481
|
*
|
|
3317
|
-
* This parameter is required.
|
|
3318
|
-
*
|
|
3319
3482
|
* @example
|
|
3320
3483
|
* cr-5772ba41209e007b****
|
|
3321
3484
|
*/
|
|
@@ -3371,14 +3534,13 @@ export declare class DeactiveAggregateConfigRulesResponse extends $tea.Model {
|
|
|
3371
3534
|
});
|
|
3372
3535
|
}
|
|
3373
3536
|
export declare class DeactiveConfigRulesRequest extends $tea.Model {
|
|
3537
|
+
compliancePackId?: string;
|
|
3374
3538
|
/**
|
|
3375
3539
|
* @remarks
|
|
3376
3540
|
* The ID of the rule. Separate multiple rule IDs with commas (,).
|
|
3377
3541
|
*
|
|
3378
3542
|
* For more information about how to obtain the ID of a rule, see [ListConfigRules](https://help.aliyun.com/document_detail/169607.html).
|
|
3379
3543
|
*
|
|
3380
|
-
* This parameter is required.
|
|
3381
|
-
*
|
|
3382
3544
|
* @example
|
|
3383
3545
|
* cr-19a56457e0d90058****
|
|
3384
3546
|
*/
|
|
@@ -7441,6 +7603,7 @@ export declare class GetIntegratedServiceStatusRequest extends $tea.Model {
|
|
|
7441
7603
|
});
|
|
7442
7604
|
}
|
|
7443
7605
|
export declare class GetIntegratedServiceStatusResponseBody extends $tea.Model {
|
|
7606
|
+
aggregatorDeliveryDataType?: string;
|
|
7444
7607
|
/**
|
|
7445
7608
|
* @remarks
|
|
7446
7609
|
* Indicates whether the product has been integrated. Valid values:
|
|
@@ -8511,7 +8674,7 @@ export declare class ListAggregateCompliancePacksRequest extends $tea.Model {
|
|
|
8511
8674
|
aggregatorId?: string;
|
|
8512
8675
|
/**
|
|
8513
8676
|
* @remarks
|
|
8514
|
-
* The page
|
|
8677
|
+
* The number of the page to return.
|
|
8515
8678
|
*
|
|
8516
8679
|
* Pages start from page 1. Default value: 1.
|
|
8517
8680
|
*
|
|
@@ -8521,9 +8684,9 @@ export declare class ListAggregateCompliancePacksRequest extends $tea.Model {
|
|
|
8521
8684
|
pageNumber?: number;
|
|
8522
8685
|
/**
|
|
8523
8686
|
* @remarks
|
|
8524
|
-
* The number of entries
|
|
8687
|
+
* The number of entries to return on each page.
|
|
8525
8688
|
*
|
|
8526
|
-
* Valid values: 1 to 100.
|
|
8689
|
+
* Valid values: 1 to 100. Default value: 10.
|
|
8527
8690
|
*
|
|
8528
8691
|
* @example
|
|
8529
8692
|
* 20
|
|
@@ -8553,7 +8716,7 @@ export declare class ListAggregateCompliancePacksRequest extends $tea.Model {
|
|
|
8553
8716
|
export declare class ListAggregateCompliancePacksResponseBody extends $tea.Model {
|
|
8554
8717
|
/**
|
|
8555
8718
|
* @remarks
|
|
8556
|
-
* The compliance packages
|
|
8719
|
+
* The information about the compliance packages.
|
|
8557
8720
|
*/
|
|
8558
8721
|
compliancePacksResult?: ListAggregateCompliancePacksResponseBodyCompliancePacksResult;
|
|
8559
8722
|
/**
|
|
@@ -8886,6 +9049,7 @@ export declare class ListAggregateConfigRulesRequest extends $tea.Model {
|
|
|
8886
9049
|
* ca-f632626622af0079****
|
|
8887
9050
|
*/
|
|
8888
9051
|
aggregatorId?: string;
|
|
9052
|
+
compliancePackId?: string;
|
|
8889
9053
|
/**
|
|
8890
9054
|
* @remarks
|
|
8891
9055
|
* The compliance evaluation result. Valid values:
|
|
@@ -9842,7 +10006,7 @@ export declare class ListCompliancePacksRequest extends $tea.Model {
|
|
|
9842
10006
|
* @remarks
|
|
9843
10007
|
* The page number.
|
|
9844
10008
|
*
|
|
9845
|
-
* Pages start from page 1. Default value: 1
|
|
10009
|
+
* Pages start from page 1. Default value: 1
|
|
9846
10010
|
*
|
|
9847
10011
|
* @example
|
|
9848
10012
|
* 1
|
|
@@ -10147,6 +10311,7 @@ export declare class ListConfigRuleEvaluationStatisticsResponse extends $tea.Mod
|
|
|
10147
10311
|
});
|
|
10148
10312
|
}
|
|
10149
10313
|
export declare class ListConfigRulesRequest extends $tea.Model {
|
|
10314
|
+
compliancePackId?: string;
|
|
10150
10315
|
/**
|
|
10151
10316
|
* @remarks
|
|
10152
10317
|
* The compliance evaluation result of the rule. Valid values:
|
|
@@ -11268,7 +11433,7 @@ export declare class ListResourcesByAdvancedSearchResponse extends $tea.Model {
|
|
|
11268
11433
|
export declare class ListSupportedProductsRequest extends $tea.Model {
|
|
11269
11434
|
/**
|
|
11270
11435
|
* @remarks
|
|
11271
|
-
* The maximum number of entries to return
|
|
11436
|
+
* The maximum number of entries to return in a request.
|
|
11272
11437
|
*
|
|
11273
11438
|
* Valid values: 1 to 500. Default value: 200.
|
|
11274
11439
|
*
|
|
@@ -12817,6 +12982,15 @@ export declare class UpdateAggregateConfigDeliveryChannelRequest extends $tea.Mo
|
|
|
12817
12982
|
*/
|
|
12818
12983
|
clientToken?: string;
|
|
12819
12984
|
/**
|
|
12985
|
+
* @remarks
|
|
12986
|
+
* Specifies whether to deliver scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots at `04:00Z` and `16:00Z` to Log Service every day. The time is displayed in UTC. Valid values:
|
|
12987
|
+
*
|
|
12988
|
+
* * true: Cloud Config delivers scheduled compliant snapshots.
|
|
12989
|
+
* * false (default): Cloud Config does not deliver scheduled compliant snapshots.
|
|
12990
|
+
*
|
|
12991
|
+
* @example
|
|
12992
|
+
* false
|
|
12993
|
+
*
|
|
12820
12994
|
* **if can be null:**
|
|
12821
12995
|
* true
|
|
12822
12996
|
*/
|
|
@@ -13022,6 +13196,13 @@ export declare class UpdateAggregateConfigDeliveryChannelResponse extends $tea.M
|
|
|
13022
13196
|
});
|
|
13023
13197
|
}
|
|
13024
13198
|
export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
13199
|
+
/**
|
|
13200
|
+
* @remarks
|
|
13201
|
+
* The IDs of the member accounts to which the rule applies, which means that the resources within the member accounts are evaluated based on the rule. Separate multiple member account IDs with commas (,).
|
|
13202
|
+
*
|
|
13203
|
+
* @example
|
|
13204
|
+
* 115748125982****
|
|
13205
|
+
*/
|
|
13025
13206
|
accountIdsScope?: string;
|
|
13026
13207
|
/**
|
|
13027
13208
|
* @remarks
|
|
@@ -13060,6 +13241,9 @@ export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
13060
13241
|
* The name of the rule.
|
|
13061
13242
|
*
|
|
13062
13243
|
* For more information about how to query the name of a rule, see [ListAggregateConfigRules](https://help.aliyun.com/document_detail/264148.html).
|
|
13244
|
+
*
|
|
13245
|
+
* @example
|
|
13246
|
+
* test_rule
|
|
13063
13247
|
*/
|
|
13064
13248
|
configRuleName?: string;
|
|
13065
13249
|
/**
|
|
@@ -13078,6 +13262,9 @@ export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
13078
13262
|
/**
|
|
13079
13263
|
* @remarks
|
|
13080
13264
|
* The description of the rule.
|
|
13265
|
+
*
|
|
13266
|
+
* @example
|
|
13267
|
+
* test_description
|
|
13081
13268
|
*/
|
|
13082
13269
|
description?: string;
|
|
13083
13270
|
/**
|
|
@@ -13104,7 +13291,21 @@ export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
13104
13291
|
* fd-pWmkqZ****
|
|
13105
13292
|
*/
|
|
13106
13293
|
excludeFolderIdsScope?: string;
|
|
13294
|
+
/**
|
|
13295
|
+
* @remarks
|
|
13296
|
+
* The IDs of the regions to which the rule not applies. Separate multiple region IDs with commas (,).
|
|
13297
|
+
*
|
|
13298
|
+
* @example
|
|
13299
|
+
* cn-shanghai
|
|
13300
|
+
*/
|
|
13107
13301
|
excludeRegionIdsScope?: string;
|
|
13302
|
+
/**
|
|
13303
|
+
* @remarks
|
|
13304
|
+
* The IDs of the resource groups to which the rule not applies. Separate multiple resource group IDs with commas (,).
|
|
13305
|
+
*
|
|
13306
|
+
* @example
|
|
13307
|
+
* rg-bnczc6r7rml****
|
|
13308
|
+
*/
|
|
13108
13309
|
excludeResourceGroupIdsScope?: string;
|
|
13109
13310
|
/**
|
|
13110
13311
|
* @remarks
|
|
@@ -13116,6 +13317,10 @@ export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
13116
13317
|
* lb-t4nbowvtbkss7t326****
|
|
13117
13318
|
*/
|
|
13118
13319
|
excludeResourceIdsScope?: string;
|
|
13320
|
+
/**
|
|
13321
|
+
* @remarks
|
|
13322
|
+
* Exclude the specific tag scope of resources .
|
|
13323
|
+
*/
|
|
13119
13324
|
excludeTagsScope?: UpdateAggregateConfigRuleRequestExcludeTagsScope[];
|
|
13120
13325
|
/**
|
|
13121
13326
|
* @remarks
|
|
@@ -13177,6 +13382,13 @@ export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
13177
13382
|
* rg-aekzc7r7rhx****
|
|
13178
13383
|
*/
|
|
13179
13384
|
resourceGroupIdsScope?: string;
|
|
13385
|
+
/**
|
|
13386
|
+
* @remarks
|
|
13387
|
+
* The IDs of the resources included from the compliance evaluations performed by the rule. Separate multiple resource IDs with commas (,).
|
|
13388
|
+
*
|
|
13389
|
+
* @example
|
|
13390
|
+
* lb-5cmbowstbkss9ta03****
|
|
13391
|
+
*/
|
|
13180
13392
|
resourceIdsScope?: string;
|
|
13181
13393
|
/**
|
|
13182
13394
|
* @remarks
|
|
@@ -13229,6 +13441,10 @@ export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
13229
13441
|
* test
|
|
13230
13442
|
*/
|
|
13231
13443
|
tagValueScope?: string;
|
|
13444
|
+
/**
|
|
13445
|
+
* @remarks
|
|
13446
|
+
* The valid tag scope of resources.
|
|
13447
|
+
*/
|
|
13232
13448
|
tagsScope?: UpdateAggregateConfigRuleRequestTagsScope[];
|
|
13233
13449
|
static names(): {
|
|
13234
13450
|
[key: string]: string;
|
|
@@ -13241,6 +13457,13 @@ export declare class UpdateAggregateConfigRuleRequest extends $tea.Model {
|
|
|
13241
13457
|
});
|
|
13242
13458
|
}
|
|
13243
13459
|
export declare class UpdateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
13460
|
+
/**
|
|
13461
|
+
* @remarks
|
|
13462
|
+
* The IDs of the member accounts to which the rule applies, which means that the resources within the member accounts are evaluated based on the rule. Separate multiple member account IDs with commas (,).
|
|
13463
|
+
*
|
|
13464
|
+
* @example
|
|
13465
|
+
* 115748125982****
|
|
13466
|
+
*/
|
|
13244
13467
|
accountIdsScope?: string;
|
|
13245
13468
|
/**
|
|
13246
13469
|
* @remarks
|
|
@@ -13279,6 +13502,9 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
13279
13502
|
* The name of the rule.
|
|
13280
13503
|
*
|
|
13281
13504
|
* For more information about how to query the name of a rule, see [ListAggregateConfigRules](https://help.aliyun.com/document_detail/264148.html).
|
|
13505
|
+
*
|
|
13506
|
+
* @example
|
|
13507
|
+
* test_rule
|
|
13282
13508
|
*/
|
|
13283
13509
|
configRuleName?: string;
|
|
13284
13510
|
/**
|
|
@@ -13297,6 +13523,9 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
13297
13523
|
/**
|
|
13298
13524
|
* @remarks
|
|
13299
13525
|
* The description of the rule.
|
|
13526
|
+
*
|
|
13527
|
+
* @example
|
|
13528
|
+
* test_description
|
|
13300
13529
|
*/
|
|
13301
13530
|
description?: string;
|
|
13302
13531
|
/**
|
|
@@ -13323,7 +13552,21 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
13323
13552
|
* fd-pWmkqZ****
|
|
13324
13553
|
*/
|
|
13325
13554
|
excludeFolderIdsScope?: string;
|
|
13555
|
+
/**
|
|
13556
|
+
* @remarks
|
|
13557
|
+
* The IDs of the regions to which the rule not applies. Separate multiple region IDs with commas (,).
|
|
13558
|
+
*
|
|
13559
|
+
* @example
|
|
13560
|
+
* cn-shanghai
|
|
13561
|
+
*/
|
|
13326
13562
|
excludeRegionIdsScope?: string;
|
|
13563
|
+
/**
|
|
13564
|
+
* @remarks
|
|
13565
|
+
* The IDs of the resource groups to which the rule not applies. Separate multiple resource group IDs with commas (,).
|
|
13566
|
+
*
|
|
13567
|
+
* @example
|
|
13568
|
+
* rg-bnczc6r7rml****
|
|
13569
|
+
*/
|
|
13327
13570
|
excludeResourceGroupIdsScope?: string;
|
|
13328
13571
|
/**
|
|
13329
13572
|
* @remarks
|
|
@@ -13335,6 +13578,10 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
13335
13578
|
* lb-t4nbowvtbkss7t326****
|
|
13336
13579
|
*/
|
|
13337
13580
|
excludeResourceIdsScope?: string;
|
|
13581
|
+
/**
|
|
13582
|
+
* @remarks
|
|
13583
|
+
* Exclude the specific tag scope of resources .
|
|
13584
|
+
*/
|
|
13338
13585
|
excludeTagsScope?: UpdateAggregateConfigRuleShrinkRequestExcludeTagsScope[];
|
|
13339
13586
|
/**
|
|
13340
13587
|
* @remarks
|
|
@@ -13394,6 +13641,13 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
13394
13641
|
* rg-aekzc7r7rhx****
|
|
13395
13642
|
*/
|
|
13396
13643
|
resourceGroupIdsScope?: string;
|
|
13644
|
+
/**
|
|
13645
|
+
* @remarks
|
|
13646
|
+
* The IDs of the resources included from the compliance evaluations performed by the rule. Separate multiple resource IDs with commas (,).
|
|
13647
|
+
*
|
|
13648
|
+
* @example
|
|
13649
|
+
* lb-5cmbowstbkss9ta03****
|
|
13650
|
+
*/
|
|
13397
13651
|
resourceIdsScope?: string;
|
|
13398
13652
|
/**
|
|
13399
13653
|
* @remarks
|
|
@@ -13446,6 +13700,10 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
13446
13700
|
* test
|
|
13447
13701
|
*/
|
|
13448
13702
|
tagValueScope?: string;
|
|
13703
|
+
/**
|
|
13704
|
+
* @remarks
|
|
13705
|
+
* The valid tag scope of resources.
|
|
13706
|
+
*/
|
|
13449
13707
|
tagsScope?: UpdateAggregateConfigRuleShrinkRequestTagsScope[];
|
|
13450
13708
|
static names(): {
|
|
13451
13709
|
[key: string]: string;
|
|
@@ -13678,6 +13936,9 @@ export declare class UpdateAggregatorRequest extends $tea.Model {
|
|
|
13678
13936
|
* The description of the account group.
|
|
13679
13937
|
*
|
|
13680
13938
|
* For more information about how to obtain the description of an account group, see [ListAggregators](https://help.aliyun.com/document_detail/255797.html).
|
|
13939
|
+
*
|
|
13940
|
+
* @example
|
|
13941
|
+
* Test_Aggregator_Description
|
|
13681
13942
|
*/
|
|
13682
13943
|
description?: string;
|
|
13683
13944
|
static names(): {
|
|
@@ -13736,6 +13997,9 @@ export declare class UpdateAggregatorShrinkRequest extends $tea.Model {
|
|
|
13736
13997
|
* The description of the account group.
|
|
13737
13998
|
*
|
|
13738
13999
|
* For more information about how to obtain the description of an account group, see [ListAggregators](https://help.aliyun.com/document_detail/255797.html).
|
|
14000
|
+
*
|
|
14001
|
+
* @example
|
|
14002
|
+
* Test_Aggregator_Description
|
|
13739
14003
|
*/
|
|
13740
14004
|
description?: string;
|
|
13741
14005
|
static names(): {
|
|
@@ -14064,6 +14328,15 @@ export declare class UpdateConfigDeliveryChannelRequest extends $tea.Model {
|
|
|
14064
14328
|
*/
|
|
14065
14329
|
clientToken?: string;
|
|
14066
14330
|
/**
|
|
14331
|
+
* @remarks
|
|
14332
|
+
* Specifies whether to deliver scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots at `04:00Z` and `16:00Z` to Log Service every day. The time is displayed in UTC. Valid values:
|
|
14333
|
+
*
|
|
14334
|
+
* * true: Cloud Config delivers compliant snapshots.
|
|
14335
|
+
* * false (default): Cloud Config does not deliver scheduled compliant snapshots.
|
|
14336
|
+
*
|
|
14337
|
+
* @example
|
|
14338
|
+
* false
|
|
14339
|
+
*
|
|
14067
14340
|
* **if can be null:**
|
|
14068
14341
|
* true
|
|
14069
14342
|
*/
|
|
@@ -14327,6 +14600,11 @@ export declare class UpdateConfigRuleRequest extends $tea.Model {
|
|
|
14327
14600
|
*/
|
|
14328
14601
|
excludeResourceIdsScope?: string;
|
|
14329
14602
|
excludeTagsScope?: UpdateConfigRuleRequestExcludeTagsScope[];
|
|
14603
|
+
/**
|
|
14604
|
+
* **if can be null:**
|
|
14605
|
+
* true
|
|
14606
|
+
*/
|
|
14607
|
+
extendContent?: string;
|
|
14330
14608
|
/**
|
|
14331
14609
|
* @remarks
|
|
14332
14610
|
* The input parameters of the rule.
|
|
@@ -14495,6 +14773,11 @@ export declare class UpdateConfigRuleShrinkRequest extends $tea.Model {
|
|
|
14495
14773
|
*/
|
|
14496
14774
|
excludeResourceIdsScope?: string;
|
|
14497
14775
|
excludeTagsScope?: UpdateConfigRuleShrinkRequestExcludeTagsScope[];
|
|
14776
|
+
/**
|
|
14777
|
+
* **if can be null:**
|
|
14778
|
+
* true
|
|
14779
|
+
*/
|
|
14780
|
+
extendContent?: string;
|
|
14498
14781
|
/**
|
|
14499
14782
|
* @remarks
|
|
14500
14783
|
* The input parameters of the rule.
|
|
@@ -14903,6 +15186,7 @@ export declare class UpdateDeliveryChannelResponse extends $tea.Model {
|
|
|
14903
15186
|
});
|
|
14904
15187
|
}
|
|
14905
15188
|
export declare class UpdateIntegratedServiceStatusRequest extends $tea.Model {
|
|
15189
|
+
aggregatorDeliveryDataType?: string;
|
|
14906
15190
|
/**
|
|
14907
15191
|
* @remarks
|
|
14908
15192
|
* The types of the integrated events. Separate multiple event types with commas (,). Valid values:
|
|
@@ -15672,7 +15956,21 @@ export declare class CreateCompliancePackRequestConfigRules extends $tea.Model {
|
|
|
15672
15956
|
});
|
|
15673
15957
|
}
|
|
15674
15958
|
export declare class CreateCompliancePackRequestExcludeTagsScope extends $tea.Model {
|
|
15959
|
+
/**
|
|
15960
|
+
* @remarks
|
|
15961
|
+
* TagKey
|
|
15962
|
+
*
|
|
15963
|
+
* @example
|
|
15964
|
+
* key-2
|
|
15965
|
+
*/
|
|
15675
15966
|
tagKey?: string;
|
|
15967
|
+
/**
|
|
15968
|
+
* @remarks
|
|
15969
|
+
* TagValue
|
|
15970
|
+
*
|
|
15971
|
+
* @example
|
|
15972
|
+
* value-2
|
|
15973
|
+
*/
|
|
15676
15974
|
tagValue?: string;
|
|
15677
15975
|
static names(): {
|
|
15678
15976
|
[key: string]: string;
|
|
@@ -15685,7 +15983,21 @@ export declare class CreateCompliancePackRequestExcludeTagsScope extends $tea.Mo
|
|
|
15685
15983
|
});
|
|
15686
15984
|
}
|
|
15687
15985
|
export declare class CreateCompliancePackRequestTagsScope extends $tea.Model {
|
|
15986
|
+
/**
|
|
15987
|
+
* @remarks
|
|
15988
|
+
* Tagkey
|
|
15989
|
+
*
|
|
15990
|
+
* @example
|
|
15991
|
+
* key-1
|
|
15992
|
+
*/
|
|
15688
15993
|
tagKey?: string;
|
|
15994
|
+
/**
|
|
15995
|
+
* @remarks
|
|
15996
|
+
* TagValue
|
|
15997
|
+
*
|
|
15998
|
+
* @example
|
|
15999
|
+
* value-1
|
|
16000
|
+
*/
|
|
15689
16001
|
tagValue?: string;
|
|
15690
16002
|
static names(): {
|
|
15691
16003
|
[key: string]: string;
|
|
@@ -15698,9 +16010,23 @@ export declare class CreateCompliancePackRequestTagsScope extends $tea.Model {
|
|
|
15698
16010
|
});
|
|
15699
16011
|
}
|
|
15700
16012
|
export declare class CreateCompliancePackShrinkRequestExcludeTagsScope extends $tea.Model {
|
|
15701
|
-
|
|
15702
|
-
|
|
15703
|
-
|
|
16013
|
+
/**
|
|
16014
|
+
* @remarks
|
|
16015
|
+
* TagKey
|
|
16016
|
+
*
|
|
16017
|
+
* @example
|
|
16018
|
+
* key-2
|
|
16019
|
+
*/
|
|
16020
|
+
tagKey?: string;
|
|
16021
|
+
/**
|
|
16022
|
+
* @remarks
|
|
16023
|
+
* TagValue
|
|
16024
|
+
*
|
|
16025
|
+
* @example
|
|
16026
|
+
* value-2
|
|
16027
|
+
*/
|
|
16028
|
+
tagValue?: string;
|
|
16029
|
+
static names(): {
|
|
15704
16030
|
[key: string]: string;
|
|
15705
16031
|
};
|
|
15706
16032
|
static types(): {
|
|
@@ -15711,7 +16037,21 @@ export declare class CreateCompliancePackShrinkRequestExcludeTagsScope extends $
|
|
|
15711
16037
|
});
|
|
15712
16038
|
}
|
|
15713
16039
|
export declare class CreateCompliancePackShrinkRequestTagsScope extends $tea.Model {
|
|
16040
|
+
/**
|
|
16041
|
+
* @remarks
|
|
16042
|
+
* Tagkey
|
|
16043
|
+
*
|
|
16044
|
+
* @example
|
|
16045
|
+
* key-1
|
|
16046
|
+
*/
|
|
15714
16047
|
tagKey?: string;
|
|
16048
|
+
/**
|
|
16049
|
+
* @remarks
|
|
16050
|
+
* TagValue
|
|
16051
|
+
*
|
|
16052
|
+
* @example
|
|
16053
|
+
* value-1
|
|
16054
|
+
*/
|
|
15715
16055
|
tagValue?: string;
|
|
15716
16056
|
static names(): {
|
|
15717
16057
|
[key: string]: string;
|
|
@@ -15724,7 +16064,21 @@ export declare class CreateCompliancePackShrinkRequestTagsScope extends $tea.Mod
|
|
|
15724
16064
|
});
|
|
15725
16065
|
}
|
|
15726
16066
|
export declare class CreateConfigRuleRequestExcludeTagsScope extends $tea.Model {
|
|
16067
|
+
/**
|
|
16068
|
+
* @remarks
|
|
16069
|
+
* TagKey
|
|
16070
|
+
*
|
|
16071
|
+
* @example
|
|
16072
|
+
* key-2
|
|
16073
|
+
*/
|
|
15727
16074
|
tagKey?: string;
|
|
16075
|
+
/**
|
|
16076
|
+
* @remarks
|
|
16077
|
+
* TagValue
|
|
16078
|
+
*
|
|
16079
|
+
* @example
|
|
16080
|
+
* value-2
|
|
16081
|
+
*/
|
|
15728
16082
|
tagValue?: string;
|
|
15729
16083
|
static names(): {
|
|
15730
16084
|
[key: string]: string;
|
|
@@ -15737,7 +16091,21 @@ export declare class CreateConfigRuleRequestExcludeTagsScope extends $tea.Model
|
|
|
15737
16091
|
});
|
|
15738
16092
|
}
|
|
15739
16093
|
export declare class CreateConfigRuleRequestTagsScope extends $tea.Model {
|
|
16094
|
+
/**
|
|
16095
|
+
* @remarks
|
|
16096
|
+
* TagKey
|
|
16097
|
+
*
|
|
16098
|
+
* @example
|
|
16099
|
+
* key-1
|
|
16100
|
+
*/
|
|
15740
16101
|
tagKey?: string;
|
|
16102
|
+
/**
|
|
16103
|
+
* @remarks
|
|
16104
|
+
* TagValue
|
|
16105
|
+
*
|
|
16106
|
+
* @example
|
|
16107
|
+
* value-1
|
|
16108
|
+
*/
|
|
15741
16109
|
tagValue?: string;
|
|
15742
16110
|
static names(): {
|
|
15743
16111
|
[key: string]: string;
|
|
@@ -15750,7 +16118,21 @@ export declare class CreateConfigRuleRequestTagsScope extends $tea.Model {
|
|
|
15750
16118
|
});
|
|
15751
16119
|
}
|
|
15752
16120
|
export declare class CreateConfigRuleShrinkRequestExcludeTagsScope extends $tea.Model {
|
|
16121
|
+
/**
|
|
16122
|
+
* @remarks
|
|
16123
|
+
* TagKey
|
|
16124
|
+
*
|
|
16125
|
+
* @example
|
|
16126
|
+
* key-2
|
|
16127
|
+
*/
|
|
15753
16128
|
tagKey?: string;
|
|
16129
|
+
/**
|
|
16130
|
+
* @remarks
|
|
16131
|
+
* TagValue
|
|
16132
|
+
*
|
|
16133
|
+
* @example
|
|
16134
|
+
* value-2
|
|
16135
|
+
*/
|
|
15754
16136
|
tagValue?: string;
|
|
15755
16137
|
static names(): {
|
|
15756
16138
|
[key: string]: string;
|
|
@@ -15763,7 +16145,21 @@ export declare class CreateConfigRuleShrinkRequestExcludeTagsScope extends $tea.
|
|
|
15763
16145
|
});
|
|
15764
16146
|
}
|
|
15765
16147
|
export declare class CreateConfigRuleShrinkRequestTagsScope extends $tea.Model {
|
|
16148
|
+
/**
|
|
16149
|
+
* @remarks
|
|
16150
|
+
* TagKey
|
|
16151
|
+
*
|
|
16152
|
+
* @example
|
|
16153
|
+
* key-1
|
|
16154
|
+
*/
|
|
15766
16155
|
tagKey?: string;
|
|
16156
|
+
/**
|
|
16157
|
+
* @remarks
|
|
16158
|
+
* TagValue
|
|
16159
|
+
*
|
|
16160
|
+
* @example
|
|
16161
|
+
* value-1
|
|
16162
|
+
*/
|
|
15767
16163
|
tagValue?: string;
|
|
15768
16164
|
static names(): {
|
|
15769
16165
|
[key: string]: string;
|
|
@@ -17251,6 +17647,16 @@ export declare class GetAggregateConfigDeliveryChannelResponseBodyDeliveryChanne
|
|
|
17251
17647
|
* ca-a4e5626622af0079****
|
|
17252
17648
|
*/
|
|
17253
17649
|
aggregatorId?: string;
|
|
17650
|
+
/**
|
|
17651
|
+
* @remarks
|
|
17652
|
+
* Indicates whether the specified destination receives scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots at `04:00Z` and `16:00Z` to Log Service every day. The time is displayed in UTC. Valid values:
|
|
17653
|
+
*
|
|
17654
|
+
* * true: The specified destination receives scheduled compliant snapshots.
|
|
17655
|
+
* * false: The specified destination does not receive scheduled compliant snapshots.
|
|
17656
|
+
*
|
|
17657
|
+
* @example
|
|
17658
|
+
* false
|
|
17659
|
+
*/
|
|
17254
17660
|
compliantSnapshot?: boolean;
|
|
17255
17661
|
/**
|
|
17256
17662
|
* @remarks
|
|
@@ -17911,6 +18317,7 @@ export declare class GetAggregateConfigRuleResponseBodyConfigRule extends $tea.M
|
|
|
17911
18317
|
*/
|
|
17912
18318
|
excludeResourceIdsScope?: string;
|
|
17913
18319
|
excludeTagsScope?: GetAggregateConfigRuleResponseBodyConfigRuleExcludeTagsScope[];
|
|
18320
|
+
extendContent?: string;
|
|
17914
18321
|
/**
|
|
17915
18322
|
* @remarks
|
|
17916
18323
|
* The ID of the resource directory to which the rule applies, which means that the resources within member accounts in the resource directory are evaluated based on the rule.
|
|
@@ -18236,6 +18643,19 @@ export declare class GetAggregateDiscoveredResourceResponseBodyDiscoveredResourc
|
|
|
18236
18643
|
* cn-hangzhou-h
|
|
18237
18644
|
*/
|
|
18238
18645
|
availabilityZone?: string;
|
|
18646
|
+
/**
|
|
18647
|
+
* @remarks
|
|
18648
|
+
* The compliance evaluation result of the resource. Valid values:
|
|
18649
|
+
*
|
|
18650
|
+
* * COMPLIANT: The resource is evaluated as compliant.
|
|
18651
|
+
* * NON_COMPLIANT: The resource is evaluated as non-compliant.
|
|
18652
|
+
* * NOT_APPLICABLE: The rule does not apply to the resource.
|
|
18653
|
+
* * INSUFFICIENT_DATA: No data is available.
|
|
18654
|
+
* * IGNORED: The resource is ignored during compliance evaluation.
|
|
18655
|
+
*
|
|
18656
|
+
* @example
|
|
18657
|
+
* COMPLIANT
|
|
18658
|
+
*/
|
|
18239
18659
|
complianceType?: string;
|
|
18240
18660
|
/**
|
|
18241
18661
|
* @remarks
|
|
@@ -18999,6 +19419,9 @@ export declare class GetAggregatorResponseBodyAggregatorAggregatorAccounts exten
|
|
|
18999
19419
|
*
|
|
19000
19420
|
* @example
|
|
19001
19421
|
* Alice
|
|
19422
|
+
*
|
|
19423
|
+
* **if can be null:**
|
|
19424
|
+
* false
|
|
19002
19425
|
*/
|
|
19003
19426
|
accountName?: string;
|
|
19004
19427
|
/**
|
|
@@ -19179,6 +19602,9 @@ export declare class GetCompliancePackResponseBodyCompliancePackConfigRules exte
|
|
|
19179
19602
|
/**
|
|
19180
19603
|
* @remarks
|
|
19181
19604
|
* The rule name.
|
|
19605
|
+
*
|
|
19606
|
+
* @example
|
|
19607
|
+
* eip-bandwidth-limit
|
|
19182
19608
|
*/
|
|
19183
19609
|
configRuleName?: string;
|
|
19184
19610
|
/**
|
|
@@ -19189,6 +19615,9 @@ export declare class GetCompliancePackResponseBodyCompliancePackConfigRules exte
|
|
|
19189
19615
|
/**
|
|
19190
19616
|
* @remarks
|
|
19191
19617
|
* The rule description.
|
|
19618
|
+
*
|
|
19619
|
+
* @example
|
|
19620
|
+
* example-description
|
|
19192
19621
|
*/
|
|
19193
19622
|
description?: string;
|
|
19194
19623
|
/**
|
|
@@ -19230,7 +19659,21 @@ export declare class GetCompliancePackResponseBodyCompliancePackConfigRules exte
|
|
|
19230
19659
|
});
|
|
19231
19660
|
}
|
|
19232
19661
|
export declare class GetCompliancePackResponseBodyCompliancePackScopeExcludeTagsScope extends $tea.Model {
|
|
19662
|
+
/**
|
|
19663
|
+
* @remarks
|
|
19664
|
+
* The tag key.
|
|
19665
|
+
*
|
|
19666
|
+
* @example
|
|
19667
|
+
* key-2
|
|
19668
|
+
*/
|
|
19233
19669
|
tagKey?: string;
|
|
19670
|
+
/**
|
|
19671
|
+
* @remarks
|
|
19672
|
+
* The tag value.
|
|
19673
|
+
*
|
|
19674
|
+
* @example
|
|
19675
|
+
* value-2
|
|
19676
|
+
*/
|
|
19234
19677
|
tagValue?: string;
|
|
19235
19678
|
static names(): {
|
|
19236
19679
|
[key: string]: string;
|
|
@@ -19243,7 +19686,21 @@ export declare class GetCompliancePackResponseBodyCompliancePackScopeExcludeTags
|
|
|
19243
19686
|
});
|
|
19244
19687
|
}
|
|
19245
19688
|
export declare class GetCompliancePackResponseBodyCompliancePackScopeTagsScope extends $tea.Model {
|
|
19689
|
+
/**
|
|
19690
|
+
* @remarks
|
|
19691
|
+
* The tag key.
|
|
19692
|
+
*
|
|
19693
|
+
* @example
|
|
19694
|
+
* key-1
|
|
19695
|
+
*/
|
|
19246
19696
|
tagKey?: string;
|
|
19697
|
+
/**
|
|
19698
|
+
* @remarks
|
|
19699
|
+
* The tag value.
|
|
19700
|
+
*
|
|
19701
|
+
* @example
|
|
19702
|
+
* value-1
|
|
19703
|
+
*/
|
|
19247
19704
|
tagValue?: string;
|
|
19248
19705
|
static names(): {
|
|
19249
19706
|
[key: string]: string;
|
|
@@ -19256,7 +19713,21 @@ export declare class GetCompliancePackResponseBodyCompliancePackScopeTagsScope e
|
|
|
19256
19713
|
});
|
|
19257
19714
|
}
|
|
19258
19715
|
export declare class GetCompliancePackResponseBodyCompliancePackScope extends $tea.Model {
|
|
19716
|
+
/**
|
|
19717
|
+
* @remarks
|
|
19718
|
+
* Excluded region scope, multiple regions should be separated by commas.
|
|
19719
|
+
*
|
|
19720
|
+
* @example
|
|
19721
|
+
* cn-hangzhou
|
|
19722
|
+
*/
|
|
19259
19723
|
excludeRegionIdsScope?: string;
|
|
19724
|
+
/**
|
|
19725
|
+
* @remarks
|
|
19726
|
+
* Excluded resourceGroup scope, multiple resourceGroup should be separated by commas.
|
|
19727
|
+
*
|
|
19728
|
+
* @example
|
|
19729
|
+
* rg-aekzc7r7rhx****
|
|
19730
|
+
*/
|
|
19260
19731
|
excludeResourceGroupIdsScope?: string;
|
|
19261
19732
|
/**
|
|
19262
19733
|
* @remarks
|
|
@@ -19268,6 +19739,8 @@ export declare class GetCompliancePackResponseBodyCompliancePackScope extends $t
|
|
|
19268
19739
|
excludeResourceIdsScope?: string;
|
|
19269
19740
|
/**
|
|
19270
19741
|
* @remarks
|
|
19742
|
+
* Exclude tag scope.
|
|
19743
|
+
*
|
|
19271
19744
|
* This parameter is required.
|
|
19272
19745
|
*/
|
|
19273
19746
|
excludeTagsScope?: GetCompliancePackResponseBodyCompliancePackScopeExcludeTagsScope[];
|
|
@@ -19287,6 +19760,13 @@ export declare class GetCompliancePackResponseBodyCompliancePackScope extends $t
|
|
|
19287
19760
|
* rg-aekzc7r7rhx****
|
|
19288
19761
|
*/
|
|
19289
19762
|
resourceGroupIdsScope?: string;
|
|
19763
|
+
/**
|
|
19764
|
+
* @remarks
|
|
19765
|
+
* Include ResourceId scope, multiple resourceIds should be separated by commas.
|
|
19766
|
+
*
|
|
19767
|
+
* @example
|
|
19768
|
+
* eip-8vbf3x310fn56ijfd****
|
|
19769
|
+
*/
|
|
19290
19770
|
resourceIdsScope?: string;
|
|
19291
19771
|
/**
|
|
19292
19772
|
* @remarks
|
|
@@ -19306,6 +19786,8 @@ export declare class GetCompliancePackResponseBodyCompliancePackScope extends $t
|
|
|
19306
19786
|
tagValueScope?: string;
|
|
19307
19787
|
/**
|
|
19308
19788
|
* @remarks
|
|
19789
|
+
* Include tag scope.
|
|
19790
|
+
*
|
|
19309
19791
|
* This parameter is required.
|
|
19310
19792
|
*/
|
|
19311
19793
|
tagsScope?: GetCompliancePackResponseBodyCompliancePackScopeTagsScope[];
|
|
@@ -19339,6 +19821,9 @@ export declare class GetCompliancePackResponseBodyCompliancePack extends $tea.Mo
|
|
|
19339
19821
|
/**
|
|
19340
19822
|
* @remarks
|
|
19341
19823
|
* The name of the compliance package.
|
|
19824
|
+
*
|
|
19825
|
+
* @example
|
|
19826
|
+
* example-pack-name
|
|
19342
19827
|
*/
|
|
19343
19828
|
compliancePackName?: string;
|
|
19344
19829
|
/**
|
|
@@ -19365,6 +19850,9 @@ export declare class GetCompliancePackResponseBodyCompliancePack extends $tea.Mo
|
|
|
19365
19850
|
/**
|
|
19366
19851
|
* @remarks
|
|
19367
19852
|
* The description of the compliance package.
|
|
19853
|
+
*
|
|
19854
|
+
* @example
|
|
19855
|
+
* example-name
|
|
19368
19856
|
*/
|
|
19369
19857
|
description?: string;
|
|
19370
19858
|
/**
|
|
@@ -19398,6 +19886,38 @@ export declare class GetCompliancePackResponseBodyCompliancePack extends $tea.Mo
|
|
|
19398
19886
|
/**
|
|
19399
19887
|
* @remarks
|
|
19400
19888
|
* The information about the current compliance package template. The rules in the template do not contain custom function rules. You can quickly create the same compliance package for other accounts or account groups based on the template information.
|
|
19889
|
+
*
|
|
19890
|
+
* @example
|
|
19891
|
+
* {
|
|
19892
|
+
* "configRuleTemplates": [
|
|
19893
|
+
* {
|
|
19894
|
+
* "configRuleName": "弹性IP实例带宽满足最低要求",
|
|
19895
|
+
* "scope": {
|
|
19896
|
+
* "complianceResourceTypes": [
|
|
19897
|
+
* "ACS::EIP::EipAddress"
|
|
19898
|
+
* ]
|
|
19899
|
+
* },
|
|
19900
|
+
* "description": "弹性IP实例可用带宽大于等于指定参数值,视为“合规”。默认值:10MB",
|
|
19901
|
+
* "source": {
|
|
19902
|
+
* "owner": "ALIYUN",
|
|
19903
|
+
* "identifier": "eip-bandwidth-limit",
|
|
19904
|
+
* "sourceDetails": [
|
|
19905
|
+
* {
|
|
19906
|
+
* "messageType": "ConfigurationItemChangeNotification"
|
|
19907
|
+
* }
|
|
19908
|
+
* ]
|
|
19909
|
+
* },
|
|
19910
|
+
* "inputParameters": {
|
|
19911
|
+
* "bandwidth": "10"
|
|
19912
|
+
* }
|
|
19913
|
+
* }
|
|
19914
|
+
* ],
|
|
19915
|
+
* "compliancePackTemplate": {
|
|
19916
|
+
* "riskLevel": 2,
|
|
19917
|
+
* "compliancePackName": "gy-test",
|
|
19918
|
+
* "description": ""
|
|
19919
|
+
* }
|
|
19920
|
+
* }
|
|
19401
19921
|
*/
|
|
19402
19922
|
templateContent?: string;
|
|
19403
19923
|
static names(): {
|
|
@@ -19578,6 +20098,16 @@ export declare class GetConfigDeliveryChannelResponseBodyDeliveryChannel extends
|
|
|
19578
20098
|
* 120886317861****
|
|
19579
20099
|
*/
|
|
19580
20100
|
accountId?: number;
|
|
20101
|
+
/**
|
|
20102
|
+
* @remarks
|
|
20103
|
+
* Indicates whether the specified destination receives scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots at `04:00Z` and `16:00Z` to Log Service every day. The time is displayed in UTC. Valid values:
|
|
20104
|
+
*
|
|
20105
|
+
* * true: The specified destination receives scheduled compliant snapshots.
|
|
20106
|
+
* * false: The specified destination does not receive scheduled compliant snapshots.
|
|
20107
|
+
*
|
|
20108
|
+
* @example
|
|
20109
|
+
* false
|
|
20110
|
+
*/
|
|
19581
20111
|
compliantSnapshot?: boolean;
|
|
19582
20112
|
/**
|
|
19583
20113
|
* @remarks
|
|
@@ -19855,6 +20385,9 @@ export declare class GetConfigRuleResponseBodyConfigRuleCreateBy extends $tea.Mo
|
|
|
19855
20385
|
/**
|
|
19856
20386
|
* @remarks
|
|
19857
20387
|
* The name of the compliance package.
|
|
20388
|
+
*
|
|
20389
|
+
* @example
|
|
20390
|
+
* example-name
|
|
19858
20391
|
*/
|
|
19859
20392
|
compliancePackName?: string;
|
|
19860
20393
|
/**
|
|
@@ -19884,7 +20417,21 @@ export declare class GetConfigRuleResponseBodyConfigRuleCreateBy extends $tea.Mo
|
|
|
19884
20417
|
});
|
|
19885
20418
|
}
|
|
19886
20419
|
export declare class GetConfigRuleResponseBodyConfigRuleExcludeTagsScope extends $tea.Model {
|
|
20420
|
+
/**
|
|
20421
|
+
* @remarks
|
|
20422
|
+
* The tag key.
|
|
20423
|
+
*
|
|
20424
|
+
* @example
|
|
20425
|
+
* key-1
|
|
20426
|
+
*/
|
|
19887
20427
|
tagKey?: string;
|
|
20428
|
+
/**
|
|
20429
|
+
* @remarks
|
|
20430
|
+
* The tag value.
|
|
20431
|
+
*
|
|
20432
|
+
* @example
|
|
20433
|
+
* value-1
|
|
20434
|
+
*/
|
|
19888
20435
|
tagValue?: string;
|
|
19889
20436
|
static names(): {
|
|
19890
20437
|
[key: string]: string;
|
|
@@ -19948,6 +20495,9 @@ export declare class GetConfigRuleResponseBodyConfigRuleManagedRule extends $tea
|
|
|
19948
20495
|
/**
|
|
19949
20496
|
* @remarks
|
|
19950
20497
|
* The settings of the required input parameters for the managed rule.
|
|
20498
|
+
*
|
|
20499
|
+
* @example
|
|
20500
|
+
* {}
|
|
19951
20501
|
*/
|
|
19952
20502
|
compulsoryInputParameterDetails?: {
|
|
19953
20503
|
[key: string]: any;
|
|
@@ -19955,6 +20505,9 @@ export declare class GetConfigRuleResponseBodyConfigRuleManagedRule extends $tea
|
|
|
19955
20505
|
/**
|
|
19956
20506
|
* @remarks
|
|
19957
20507
|
* The description of the managed rule.
|
|
20508
|
+
*
|
|
20509
|
+
* @example
|
|
20510
|
+
* example-description
|
|
19958
20511
|
*/
|
|
19959
20512
|
description?: string;
|
|
19960
20513
|
/**
|
|
@@ -19973,11 +20526,17 @@ export declare class GetConfigRuleResponseBodyConfigRuleManagedRule extends $tea
|
|
|
19973
20526
|
/**
|
|
19974
20527
|
* @remarks
|
|
19975
20528
|
* The name of the managed rule.
|
|
20529
|
+
*
|
|
20530
|
+
* @example
|
|
20531
|
+
* example-name
|
|
19976
20532
|
*/
|
|
19977
20533
|
managedRuleName?: string;
|
|
19978
20534
|
/**
|
|
19979
20535
|
* @remarks
|
|
19980
20536
|
* The settings of the optional input parameters for the managed rule.
|
|
20537
|
+
*
|
|
20538
|
+
* @example
|
|
20539
|
+
* {}
|
|
19981
20540
|
*/
|
|
19982
20541
|
optionalInputParameterDetails?: {
|
|
19983
20542
|
[key: string]: any;
|
|
@@ -20100,7 +20659,21 @@ export declare class GetConfigRuleResponseBodyConfigRuleSource extends $tea.Mode
|
|
|
20100
20659
|
});
|
|
20101
20660
|
}
|
|
20102
20661
|
export declare class GetConfigRuleResponseBodyConfigRuleTagsScope extends $tea.Model {
|
|
20662
|
+
/**
|
|
20663
|
+
* @remarks
|
|
20664
|
+
* TagKey
|
|
20665
|
+
*
|
|
20666
|
+
* @example
|
|
20667
|
+
* key-1
|
|
20668
|
+
*/
|
|
20103
20669
|
tagKey?: string;
|
|
20670
|
+
/**
|
|
20671
|
+
* @remarks
|
|
20672
|
+
* TagValue
|
|
20673
|
+
*
|
|
20674
|
+
* @example
|
|
20675
|
+
* value-1
|
|
20676
|
+
*/
|
|
20104
20677
|
tagValue?: string;
|
|
20105
20678
|
static names(): {
|
|
20106
20679
|
[key: string]: string;
|
|
@@ -20150,6 +20723,9 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $tea.Model {
|
|
|
20150
20723
|
/**
|
|
20151
20724
|
* @remarks
|
|
20152
20725
|
* The name of the rule.
|
|
20726
|
+
*
|
|
20727
|
+
* @example
|
|
20728
|
+
* ecs-disk-auto-snapshot-policy
|
|
20153
20729
|
*/
|
|
20154
20730
|
configRuleName?: string;
|
|
20155
20731
|
/**
|
|
@@ -20192,9 +20768,26 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $tea.Model {
|
|
|
20192
20768
|
/**
|
|
20193
20769
|
* @remarks
|
|
20194
20770
|
* The description of the managed rule.
|
|
20771
|
+
*
|
|
20772
|
+
* @example
|
|
20773
|
+
* example-description
|
|
20195
20774
|
*/
|
|
20196
20775
|
description?: string;
|
|
20776
|
+
/**
|
|
20777
|
+
* @remarks
|
|
20778
|
+
* ExcludeRegionIdsScope
|
|
20779
|
+
*
|
|
20780
|
+
* @example
|
|
20781
|
+
* cn-shanghai
|
|
20782
|
+
*/
|
|
20197
20783
|
excludeRegionIdsScope?: string;
|
|
20784
|
+
/**
|
|
20785
|
+
* @remarks
|
|
20786
|
+
* ExcludeResourceGroupIdsScope
|
|
20787
|
+
*
|
|
20788
|
+
* @example
|
|
20789
|
+
* rg-aekzdibsjjc****
|
|
20790
|
+
*/
|
|
20198
20791
|
excludeResourceGroupIdsScope?: string;
|
|
20199
20792
|
/**
|
|
20200
20793
|
* @remarks
|
|
@@ -20204,10 +20797,25 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $tea.Model {
|
|
|
20204
20797
|
* 23642660635687****
|
|
20205
20798
|
*/
|
|
20206
20799
|
excludeResourceIdsScope?: string;
|
|
20800
|
+
/**
|
|
20801
|
+
* @remarks
|
|
20802
|
+
* ExcludeTagsScope
|
|
20803
|
+
*/
|
|
20207
20804
|
excludeTagsScope?: GetConfigRuleResponseBodyConfigRuleExcludeTagsScope[];
|
|
20805
|
+
/**
|
|
20806
|
+
* @remarks
|
|
20807
|
+
* Optional field, only used in conjunction with the 24-hour cycle execution to set the trigger time.
|
|
20808
|
+
*
|
|
20809
|
+
* @example
|
|
20810
|
+
* {"fixedHour":"12"}
|
|
20811
|
+
*/
|
|
20812
|
+
extendContent?: string;
|
|
20208
20813
|
/**
|
|
20209
20814
|
* @remarks
|
|
20210
20815
|
* The input parameters of the rule.
|
|
20816
|
+
*
|
|
20817
|
+
* @example
|
|
20818
|
+
* {}
|
|
20211
20819
|
*/
|
|
20212
20820
|
inputParameters?: {
|
|
20213
20821
|
[key: string]: any;
|
|
@@ -20257,6 +20865,13 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $tea.Model {
|
|
|
20257
20865
|
* rg-aekzdibsjjc****
|
|
20258
20866
|
*/
|
|
20259
20867
|
resourceGroupIdsScope?: string;
|
|
20868
|
+
/**
|
|
20869
|
+
* @remarks
|
|
20870
|
+
* ResourceIdsScope
|
|
20871
|
+
*
|
|
20872
|
+
* @example
|
|
20873
|
+
* eip-8vbf3x310fn56ijfd****
|
|
20874
|
+
*/
|
|
20260
20875
|
resourceIdsScope?: string;
|
|
20261
20876
|
/**
|
|
20262
20877
|
* @remarks
|
|
@@ -20318,6 +20933,10 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $tea.Model {
|
|
|
20318
20933
|
* MFA
|
|
20319
20934
|
*/
|
|
20320
20935
|
tagValueScope?: string;
|
|
20936
|
+
/**
|
|
20937
|
+
* @remarks
|
|
20938
|
+
* TagsScope
|
|
20939
|
+
*/
|
|
20321
20940
|
tagsScope?: GetConfigRuleResponseBodyConfigRuleTagsScope[];
|
|
20322
20941
|
static names(): {
|
|
20323
20942
|
[key: string]: string;
|
|
@@ -20546,6 +21165,18 @@ export declare class GetDiscoveredResourceResponseBodyDiscoveredResourceDetail e
|
|
|
20546
21165
|
* cn-hangzhou-h
|
|
20547
21166
|
*/
|
|
20548
21167
|
availabilityZone?: string;
|
|
21168
|
+
/**
|
|
21169
|
+
* @remarks
|
|
21170
|
+
* The compliance evaluation result of the resource. Valid values:
|
|
21171
|
+
*
|
|
21172
|
+
* * COMPLIANT: The resource is evaluated as compliant.
|
|
21173
|
+
* * NON_COMPLIANT: The resource is evaluated as non-compliant.
|
|
21174
|
+
* * NOT_APPLICABLE: The rule does not apply to the resources.
|
|
21175
|
+
* * INSUFFICIENT_DATA: No data is available.
|
|
21176
|
+
*
|
|
21177
|
+
* @example
|
|
21178
|
+
* COMPLIANT
|
|
21179
|
+
*/
|
|
20549
21180
|
complianceType?: string;
|
|
20550
21181
|
/**
|
|
20551
21182
|
* @remarks
|
|
@@ -20873,6 +21504,9 @@ export declare class GetRemediationTemplateResponseBodyRemediationTemplates exte
|
|
|
20873
21504
|
/**
|
|
20874
21505
|
* @remarks
|
|
20875
21506
|
* The parameters of the automatic remediation template.
|
|
21507
|
+
*
|
|
21508
|
+
* @example
|
|
21509
|
+
* {\\"Parameters\\":{\\"regionId\\":{\\"AssociationProperty\\":\\"RegionId\\",\\"CreateDated\\":\\"2023-09-08T16:36:15\\",\\"Default\\":\\"{regionId}\\",\\"Description\\":{\\"en\\":\\"regionId\\",\\"zh-cn\\":\\"regionId\\"},\\"Id\\":538,\\"MaxKeyLength\\":\\"125\\",\\"MaxValueLength\\":\\"255\\",\\"ModifiedDate\\":\\"2023-09-08T16:36:15\\",\\"Name\\":\\"regionId\\",\\"Optional\\":1,\\"TemplateIdentifier\\":\\"ACS-ALB-BulkyEnableDeletionProtection\\",\\"Type\\":\\"String\\",\\"Version\\":\\"LASTEST\\"},\\"loadBalancerIds\\":{\\"CreateDated\\":\\"2023-09-08T16:36:16\\",\\"Default\\":\\"[\\\\\\"{resourceId}\\\\\\"]\\",\\"Description\\":{\\"en\\":\\"loadBalancerIds\\",\\"zh-cn\\":\\"loadBalancerIds\\"},\\"Id\\":539,\\"MaxKeyLength\\":\\"125\\",\\"MaxValueLength\\":\\"255\\",\\"ModifiedDate\\":\\"2023-09-08T16:36:16\\",\\"Name\\":\\"loadBalancerIds\\",\\"Optional\\":1,\\"TemplateIdentifier\\":\\"ACS-ALB-BulkyEnableDeletionProtection\\",\\"Type\\":\\"ARRAY\\",\\"Version\\":\\"LASTEST\\"}}}
|
|
20876
21510
|
*/
|
|
20877
21511
|
templateDefinition?: string;
|
|
20878
21512
|
/**
|
|
@@ -20880,6 +21514,9 @@ export declare class GetRemediationTemplateResponseBodyRemediationTemplates exte
|
|
|
20880
21514
|
* The description of the automatic remediation template.
|
|
20881
21515
|
*
|
|
20882
21516
|
* This parameter is required.
|
|
21517
|
+
*
|
|
21518
|
+
* @example
|
|
21519
|
+
* 调用接口EnableDeletionProtection,开启ALB实例删除保护,请您知晓风险谨慎操作。
|
|
20883
21520
|
*/
|
|
20884
21521
|
templateDescription?: string;
|
|
20885
21522
|
/**
|
|
@@ -20893,6 +21530,9 @@ export declare class GetRemediationTemplateResponseBodyRemediationTemplates exte
|
|
|
20893
21530
|
/**
|
|
20894
21531
|
* @remarks
|
|
20895
21532
|
* The name of the automatic remediation template.
|
|
21533
|
+
*
|
|
21534
|
+
* @example
|
|
21535
|
+
* 开启ALB实例删除保护
|
|
20896
21536
|
*/
|
|
20897
21537
|
templateName?: string;
|
|
20898
21538
|
static names(): {
|
|
@@ -21635,7 +22275,7 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
21635
22275
|
accountId?: number;
|
|
21636
22276
|
/**
|
|
21637
22277
|
* @remarks
|
|
21638
|
-
* The account group
|
|
22278
|
+
* The ID of the account group.
|
|
21639
22279
|
*
|
|
21640
22280
|
* @example
|
|
21641
22281
|
* ca-f632626622af0079****
|
|
@@ -21643,7 +22283,7 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
21643
22283
|
aggregatorId?: string;
|
|
21644
22284
|
/**
|
|
21645
22285
|
* @remarks
|
|
21646
|
-
* The compliance package
|
|
22286
|
+
* The ID of the compliance package.
|
|
21647
22287
|
*
|
|
21648
22288
|
* @example
|
|
21649
22289
|
* cp-fdc8626622af00f9****
|
|
@@ -21652,6 +22292,9 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
21652
22292
|
/**
|
|
21653
22293
|
* @remarks
|
|
21654
22294
|
* The name of the compliance package.
|
|
22295
|
+
*
|
|
22296
|
+
* @example
|
|
22297
|
+
* example-name
|
|
21655
22298
|
*/
|
|
21656
22299
|
compliancePackName?: string;
|
|
21657
22300
|
/**
|
|
@@ -21673,15 +22316,18 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
21673
22316
|
/**
|
|
21674
22317
|
* @remarks
|
|
21675
22318
|
* The description of the compliance package.
|
|
22319
|
+
*
|
|
22320
|
+
* @example
|
|
22321
|
+
* example-description
|
|
21676
22322
|
*/
|
|
21677
22323
|
description?: string;
|
|
21678
22324
|
/**
|
|
21679
22325
|
* @remarks
|
|
21680
|
-
* The risk level of the resources that are not compliant with the rules in the compliance package. Valid values:
|
|
22326
|
+
* The risk level of the resources that are not compliant with the managed rules in the compliance package. Valid values:
|
|
21681
22327
|
*
|
|
21682
|
-
* * 1: high
|
|
21683
|
-
* * 2: medium
|
|
21684
|
-
* * 3: low
|
|
22328
|
+
* * 1: high risk level.
|
|
22329
|
+
* * 2: medium risk level.
|
|
22330
|
+
* * 3: low risk level.
|
|
21685
22331
|
*
|
|
21686
22332
|
* @example
|
|
21687
22333
|
* 1
|
|
@@ -21691,7 +22337,7 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
21691
22337
|
* @remarks
|
|
21692
22338
|
* The status of the compliance package. Valid values:
|
|
21693
22339
|
*
|
|
21694
|
-
* * ACTIVE: The compliance package is
|
|
22340
|
+
* * ACTIVE: The compliance package is available for use.
|
|
21695
22341
|
* * CREATING: The compliance package is being created.
|
|
21696
22342
|
*
|
|
21697
22343
|
* @example
|
|
@@ -21711,7 +22357,7 @@ export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResu
|
|
|
21711
22357
|
export declare class ListAggregateCompliancePacksResponseBodyCompliancePacksResult extends $tea.Model {
|
|
21712
22358
|
/**
|
|
21713
22359
|
* @remarks
|
|
21714
|
-
* The compliance
|
|
22360
|
+
* The details of the compliance package.
|
|
21715
22361
|
*/
|
|
21716
22362
|
compliancePacks?: ListAggregateCompliancePacksResponseBodyCompliancePacksResultCompliancePacks[];
|
|
21717
22363
|
/**
|
|
@@ -21765,6 +22411,16 @@ export declare class ListAggregateConfigDeliveryChannelsResponseBodyDeliveryChan
|
|
|
21765
22411
|
* ca-a4e5626622af0079****
|
|
21766
22412
|
*/
|
|
21767
22413
|
aggregatorId?: string;
|
|
22414
|
+
/**
|
|
22415
|
+
* @remarks
|
|
22416
|
+
* Indicates whether the specified destination receives scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots at `04:00Z` and `16:00Z` to Log Service every day. The time is displayed in UTC. Valid values:
|
|
22417
|
+
*
|
|
22418
|
+
* * true: The specified destination receives scheduled compliant snapshots.
|
|
22419
|
+
* * false: The specified destination does not receive scheduled compliant snapshots.
|
|
22420
|
+
*
|
|
22421
|
+
* @example
|
|
22422
|
+
* false
|
|
22423
|
+
*/
|
|
21768
22424
|
compliantSnapshot?: boolean;
|
|
21769
22425
|
/**
|
|
21770
22426
|
* @remarks
|
|
@@ -23322,6 +23978,9 @@ export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators ext
|
|
|
23322
23978
|
/**
|
|
23323
23979
|
* @remarks
|
|
23324
23980
|
* The description of the account group.
|
|
23981
|
+
*
|
|
23982
|
+
* @example
|
|
23983
|
+
* Example-description
|
|
23325
23984
|
*/
|
|
23326
23985
|
description?: string;
|
|
23327
23986
|
/**
|
|
@@ -23442,6 +24101,9 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
|
|
|
23442
24101
|
/**
|
|
23443
24102
|
* @remarks
|
|
23444
24103
|
* The description of the rule.
|
|
24104
|
+
*
|
|
24105
|
+
* @example
|
|
24106
|
+
* If the expiration time of the SLB certificate is later than the specified number of days after the check time, the configuration is considered compliant. Default value: 90 days.
|
|
23445
24107
|
*/
|
|
23446
24108
|
description?: string;
|
|
23447
24109
|
/**
|
|
@@ -23455,6 +24117,9 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
|
|
|
23455
24117
|
/**
|
|
23456
24118
|
* @remarks
|
|
23457
24119
|
* The name of the managed rule.
|
|
24120
|
+
*
|
|
24121
|
+
* @example
|
|
24122
|
+
* slb-servercertificate-expired-check
|
|
23458
24123
|
*/
|
|
23459
24124
|
managedRuleName?: string;
|
|
23460
24125
|
/**
|
|
@@ -23499,6 +24164,9 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
|
|
|
23499
24164
|
/**
|
|
23500
24165
|
* @remarks
|
|
23501
24166
|
* The name of the compliance package template.
|
|
24167
|
+
*
|
|
24168
|
+
* @example
|
|
24169
|
+
* BestPracticesForResourceStability
|
|
23502
24170
|
*/
|
|
23503
24171
|
compliancePackTemplateName?: string;
|
|
23504
24172
|
/**
|
|
@@ -23509,11 +24177,17 @@ export declare class ListCompliancePackTemplatesResponseBodyCompliancePackTempla
|
|
|
23509
24177
|
/**
|
|
23510
24178
|
* @remarks
|
|
23511
24179
|
* The description of the compliance package.
|
|
24180
|
+
*
|
|
24181
|
+
* @example
|
|
24182
|
+
* example-description
|
|
23512
24183
|
*/
|
|
23513
24184
|
description?: string;
|
|
23514
24185
|
/**
|
|
23515
24186
|
* @remarks
|
|
23516
24187
|
* The tag of the compliance package.
|
|
24188
|
+
*
|
|
24189
|
+
* @example
|
|
24190
|
+
* tagKey-1
|
|
23517
24191
|
*/
|
|
23518
24192
|
labels?: string;
|
|
23519
24193
|
/**
|
|
@@ -23606,6 +24280,9 @@ export declare class ListCompliancePacksResponseBodyCompliancePacksResultComplia
|
|
|
23606
24280
|
/**
|
|
23607
24281
|
* @remarks
|
|
23608
24282
|
* The name of the compliance package.
|
|
24283
|
+
*
|
|
24284
|
+
* @example
|
|
24285
|
+
* ClassifiedProtectionPreCheck
|
|
23609
24286
|
*/
|
|
23610
24287
|
compliancePackName?: string;
|
|
23611
24288
|
/**
|
|
@@ -23627,6 +24304,9 @@ export declare class ListCompliancePacksResponseBodyCompliancePacksResultComplia
|
|
|
23627
24304
|
/**
|
|
23628
24305
|
* @remarks
|
|
23629
24306
|
* The description of the compliance package.
|
|
24307
|
+
*
|
|
24308
|
+
* @example
|
|
24309
|
+
* Based on the Level 3 standards Equal Protection 2.0, this template provides continuous compliance monitoring recommendations to help you perform self-inspections and fix issues in advance, ensuring a quick pass during the official inspection.
|
|
23630
24310
|
*/
|
|
23631
24311
|
description?: string;
|
|
23632
24312
|
/**
|
|
@@ -23711,6 +24391,16 @@ export declare class ListConfigDeliveryChannelsResponseBodyDeliveryChannels exte
|
|
|
23711
24391
|
* 120886317861****
|
|
23712
24392
|
*/
|
|
23713
24393
|
accountId?: number;
|
|
24394
|
+
/**
|
|
24395
|
+
* @remarks
|
|
24396
|
+
* Indicates whether the specified destination receives scheduled compliant snapshots. Cloud Config delivers scheduled compliant snapshots at `04:00Z` and `16:00Z` to Log Service every day. The time is displayed in UTC. Valid values:
|
|
24397
|
+
*
|
|
24398
|
+
* * true: The specified destination receives scheduled compliant snapshots.
|
|
24399
|
+
* * false: The specified destination does not receive scheduled compliant snapshots.
|
|
24400
|
+
*
|
|
24401
|
+
* @example
|
|
24402
|
+
* false
|
|
24403
|
+
*/
|
|
23714
24404
|
compliantSnapshot?: boolean;
|
|
23715
24405
|
/**
|
|
23716
24406
|
* @remarks
|
|
@@ -24562,6 +25252,7 @@ export declare class ListDiscoveredResourcesResponseBodyDiscoveredResourceProfil
|
|
|
24562
25252
|
});
|
|
24563
25253
|
}
|
|
24564
25254
|
export declare class ListIntegratedServiceResponseBodyData extends $tea.Model {
|
|
25255
|
+
aggregatorDeliveryDataType?: string;
|
|
24565
25256
|
/**
|
|
24566
25257
|
* @remarks
|
|
24567
25258
|
* The types of the integrated events. Separate multiple event types with commas (,). Valid values:
|
|
@@ -24778,11 +25469,17 @@ export declare class ListPreManagedRulesResponseBodyManagedRules extends $tea.Mo
|
|
|
24778
25469
|
/**
|
|
24779
25470
|
* @remarks
|
|
24780
25471
|
* The name of the rule.
|
|
25472
|
+
*
|
|
25473
|
+
* @example
|
|
25474
|
+
* ram-user-ak-used-expired-check
|
|
24781
25475
|
*/
|
|
24782
25476
|
configRuleName?: string;
|
|
24783
25477
|
/**
|
|
24784
25478
|
* @remarks
|
|
24785
25479
|
* The description of the rule.
|
|
25480
|
+
*
|
|
25481
|
+
* @example
|
|
25482
|
+
* Example description
|
|
24786
25483
|
*/
|
|
24787
25484
|
description?: string;
|
|
24788
25485
|
/**
|
|
@@ -25509,6 +26206,9 @@ export declare class ListSupportedProductsResponseBodyProductsResourceTypeList e
|
|
|
25509
26206
|
/**
|
|
25510
26207
|
* @remarks
|
|
25511
26208
|
* The Chinese name of the resource type.
|
|
26209
|
+
*
|
|
26210
|
+
* @example
|
|
26211
|
+
* ECS实例
|
|
25512
26212
|
*/
|
|
25513
26213
|
typeNameZh?: string;
|
|
25514
26214
|
/**
|
|
@@ -25541,6 +26241,9 @@ export declare class ListSupportedProductsResponseBodyProducts extends $tea.Mode
|
|
|
25541
26241
|
/**
|
|
25542
26242
|
* @remarks
|
|
25543
26243
|
* The Chinese name of the Alibaba Cloud service.
|
|
26244
|
+
*
|
|
26245
|
+
* @example
|
|
26246
|
+
* 云服务器ECS
|
|
25544
26247
|
*/
|
|
25545
26248
|
productNameZh?: string;
|
|
25546
26249
|
/**
|
|
@@ -25968,7 +26671,21 @@ export declare class UpdateAggregateCompliancePackShrinkRequestTagsScope extends
|
|
|
25968
26671
|
});
|
|
25969
26672
|
}
|
|
25970
26673
|
export declare class UpdateAggregateConfigRuleRequestExcludeTagsScope extends $tea.Model {
|
|
26674
|
+
/**
|
|
26675
|
+
* @remarks
|
|
26676
|
+
* The tag key.
|
|
26677
|
+
*
|
|
26678
|
+
* @example
|
|
26679
|
+
* key-2
|
|
26680
|
+
*/
|
|
25971
26681
|
tagKey?: string;
|
|
26682
|
+
/**
|
|
26683
|
+
* @remarks
|
|
26684
|
+
* The tag value.
|
|
26685
|
+
*
|
|
26686
|
+
* @example
|
|
26687
|
+
* value-2
|
|
26688
|
+
*/
|
|
25972
26689
|
tagValue?: string;
|
|
25973
26690
|
static names(): {
|
|
25974
26691
|
[key: string]: string;
|
|
@@ -25981,7 +26698,21 @@ export declare class UpdateAggregateConfigRuleRequestExcludeTagsScope extends $t
|
|
|
25981
26698
|
});
|
|
25982
26699
|
}
|
|
25983
26700
|
export declare class UpdateAggregateConfigRuleRequestTagsScope extends $tea.Model {
|
|
26701
|
+
/**
|
|
26702
|
+
* @remarks
|
|
26703
|
+
* The tag key.
|
|
26704
|
+
*
|
|
26705
|
+
* @example
|
|
26706
|
+
* key-1
|
|
26707
|
+
*/
|
|
25984
26708
|
tagKey?: string;
|
|
26709
|
+
/**
|
|
26710
|
+
* @remarks
|
|
26711
|
+
* The tag value.
|
|
26712
|
+
*
|
|
26713
|
+
* @example
|
|
26714
|
+
* value-1
|
|
26715
|
+
*/
|
|
25985
26716
|
tagValue?: string;
|
|
25986
26717
|
static names(): {
|
|
25987
26718
|
[key: string]: string;
|
|
@@ -25994,7 +26725,21 @@ export declare class UpdateAggregateConfigRuleRequestTagsScope extends $tea.Mode
|
|
|
25994
26725
|
});
|
|
25995
26726
|
}
|
|
25996
26727
|
export declare class UpdateAggregateConfigRuleShrinkRequestExcludeTagsScope extends $tea.Model {
|
|
26728
|
+
/**
|
|
26729
|
+
* @remarks
|
|
26730
|
+
* The tag key.
|
|
26731
|
+
*
|
|
26732
|
+
* @example
|
|
26733
|
+
* key-2
|
|
26734
|
+
*/
|
|
25997
26735
|
tagKey?: string;
|
|
26736
|
+
/**
|
|
26737
|
+
* @remarks
|
|
26738
|
+
* The tag value.
|
|
26739
|
+
*
|
|
26740
|
+
* @example
|
|
26741
|
+
* value-2
|
|
26742
|
+
*/
|
|
25998
26743
|
tagValue?: string;
|
|
25999
26744
|
static names(): {
|
|
26000
26745
|
[key: string]: string;
|
|
@@ -26007,7 +26752,21 @@ export declare class UpdateAggregateConfigRuleShrinkRequestExcludeTagsScope exte
|
|
|
26007
26752
|
});
|
|
26008
26753
|
}
|
|
26009
26754
|
export declare class UpdateAggregateConfigRuleShrinkRequestTagsScope extends $tea.Model {
|
|
26755
|
+
/**
|
|
26756
|
+
* @remarks
|
|
26757
|
+
* The tag key.
|
|
26758
|
+
*
|
|
26759
|
+
* @example
|
|
26760
|
+
* key-1
|
|
26761
|
+
*/
|
|
26010
26762
|
tagKey?: string;
|
|
26763
|
+
/**
|
|
26764
|
+
* @remarks
|
|
26765
|
+
* The tag value.
|
|
26766
|
+
*
|
|
26767
|
+
* @example
|
|
26768
|
+
* value-1
|
|
26769
|
+
*/
|
|
26011
26770
|
tagValue?: string;
|
|
26012
26771
|
static names(): {
|
|
26013
26772
|
[key: string]: string;
|
|
@@ -28325,7 +29084,7 @@ export default class Client extends OpenApi {
|
|
|
28325
29084
|
* Obtains resources in a specific account group based on the fields in the resource properties by using a SELECT statement.
|
|
28326
29085
|
*
|
|
28327
29086
|
* @remarks
|
|
28328
|
-
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see
|
|
29087
|
+
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see[ Alibaba Cloud Config Resource Schema](https://github.com/aliyun/alibabacloud-config-resource-schema)
|
|
28329
29088
|
* >
|
|
28330
29089
|
* * Each resource type supported by Cloud Config has a property file. Property files are named based on the related resource types. For example, the property file of the `ACS::ECS::Instance` resource type is named `ACS_ECS_Instance.properties.json`. Property files of different resource types are placed under the `config/properties/resource-types` path.
|
|
28331
29090
|
* * For more information about the examples and limits on SQL query statements, see [Examples of SQL query statements](https://help.aliyun.com/document_detail/398718.html) and [Limits on SQL query statements](https://help.aliyun.com/document_detail/398750.html).
|
|
@@ -28340,7 +29099,7 @@ export default class Client extends OpenApi {
|
|
|
28340
29099
|
* Obtains resources in a specific account group based on the fields in the resource properties by using a SELECT statement.
|
|
28341
29100
|
*
|
|
28342
29101
|
* @remarks
|
|
28343
|
-
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see
|
|
29102
|
+
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see[ Alibaba Cloud Config Resource Schema](https://github.com/aliyun/alibabacloud-config-resource-schema)
|
|
28344
29103
|
* >
|
|
28345
29104
|
* * Each resource type supported by Cloud Config has a property file. Property files are named based on the related resource types. For example, the property file of the `ACS::ECS::Instance` resource type is named `ACS_ECS_Instance.properties.json`. Property files of different resource types are placed under the `config/properties/resource-types` path.
|
|
28346
29105
|
* * For more information about the examples and limits on SQL query statements, see [Examples of SQL query statements](https://help.aliyun.com/document_detail/398718.html) and [Limits on SQL query statements](https://help.aliyun.com/document_detail/398750.html).
|
|
@@ -28351,7 +29110,7 @@ export default class Client extends OpenApi {
|
|
|
28351
29110
|
*/
|
|
28352
29111
|
listAggregateResourcesByAdvancedSearch(request: ListAggregateResourcesByAdvancedSearchRequest): Promise<ListAggregateResourcesByAdvancedSearchResponse>;
|
|
28353
29112
|
/**
|
|
28354
|
-
* Queries
|
|
29113
|
+
* Queries all account groups within the current management account or delegated administrator account.
|
|
28355
29114
|
*
|
|
28356
29115
|
* @remarks
|
|
28357
29116
|
* 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.
|
|
@@ -28362,7 +29121,7 @@ export default class Client extends OpenApi {
|
|
|
28362
29121
|
*/
|
|
28363
29122
|
listAggregatorsWithOptions(request: ListAggregatorsRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregatorsResponse>;
|
|
28364
29123
|
/**
|
|
28365
|
-
* Queries
|
|
29124
|
+
* Queries all account groups within the current management account or delegated administrator account.
|
|
28366
29125
|
*
|
|
28367
29126
|
* @remarks
|
|
28368
29127
|
* 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.
|
|
@@ -28375,7 +29134,7 @@ export default class Client extends OpenApi {
|
|
|
28375
29134
|
* Queries all compliance package templates provided by Cloud Config and the details of the compliance package templates.
|
|
28376
29135
|
*
|
|
28377
29136
|
* @remarks
|
|
28378
|
-
*
|
|
29137
|
+
* A compliance package template is a collection of rules that Cloud Config can create based on compliance scenarios.
|
|
28379
29138
|
*
|
|
28380
29139
|
* @param request - ListCompliancePackTemplatesRequest
|
|
28381
29140
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -28386,7 +29145,7 @@ export default class Client extends OpenApi {
|
|
|
28386
29145
|
* Queries all compliance package templates provided by Cloud Config and the details of the compliance package templates.
|
|
28387
29146
|
*
|
|
28388
29147
|
* @remarks
|
|
28389
|
-
*
|
|
29148
|
+
* A compliance package template is a collection of rules that Cloud Config can create based on compliance scenarios.
|
|
28390
29149
|
*
|
|
28391
29150
|
* @param request - ListCompliancePackTemplatesRequest
|
|
28392
29151
|
* @returns ListCompliancePackTemplatesResponse
|
|
@@ -28682,7 +29441,7 @@ export default class Client extends OpenApi {
|
|
|
28682
29441
|
* Obtains resources based on the fields in the resource properties by using a SELECT statement.
|
|
28683
29442
|
*
|
|
28684
29443
|
* @remarks
|
|
28685
|
-
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see [Alibaba Cloud Config Resource Schema].
|
|
29444
|
+
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see [Alibaba Cloud Config Resource Schema](https://github.com/aliyun/alibabacloud-config-resource-schema).
|
|
28686
29445
|
* >
|
|
28687
29446
|
* * Each resource type supported by Cloud Config has a property file. Property files are named based on the related resource types. For example, the property file of the `ACS::ECS::Instance` resource type is named `ACS_ECS_Instance.properties.json`. Property files of different resource types are placed under the `config/properties/resource-types` path.
|
|
28688
29447
|
* * For more information about the examples and limits on SQL query statements, see [Examples of SQL query statements](https://help.aliyun.com/document_detail/398718.html) and [Limits on SQL query statements](https://help.aliyun.com/document_detail/398750.html).
|
|
@@ -28697,7 +29456,7 @@ export default class Client extends OpenApi {
|
|
|
28697
29456
|
* Obtains resources based on the fields in the resource properties by using a SELECT statement.
|
|
28698
29457
|
*
|
|
28699
29458
|
* @remarks
|
|
28700
|
-
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see [Alibaba Cloud Config Resource Schema].
|
|
29459
|
+
* When you write a `SELECT` statement, you must obtain the fields and the data types of the fields from the property file of the resource type. For more information about property files, see [Alibaba Cloud Config Resource Schema](https://github.com/aliyun/alibabacloud-config-resource-schema).
|
|
28701
29460
|
* >
|
|
28702
29461
|
* * Each resource type supported by Cloud Config has a property file. Property files are named based on the related resource types. For example, the property file of the `ACS::ECS::Instance` resource type is named `ACS_ECS_Instance.properties.json`. Property files of different resource types are placed under the `config/properties/resource-types` path.
|
|
28703
29462
|
* * For more information about the examples and limits on SQL query statements, see [Examples of SQL query statements](https://help.aliyun.com/document_detail/398718.html) and [Limits on SQL query statements](https://help.aliyun.com/document_detail/398750.html).
|
|
@@ -29099,7 +29858,7 @@ export default class Client extends OpenApi {
|
|
|
29099
29858
|
*/
|
|
29100
29859
|
updateCompliancePack(request: UpdateCompliancePackRequest): Promise<UpdateCompliancePackResponse>;
|
|
29101
29860
|
/**
|
|
29102
|
-
* Modifies a delivery channel.
|
|
29861
|
+
* Modifies a delivery channel by using the current account.
|
|
29103
29862
|
*
|
|
29104
29863
|
* @remarks
|
|
29105
29864
|
* In this example, a delivery channel is disabled. 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 the delivery of resource data.
|
|
@@ -29110,7 +29869,7 @@ export default class Client extends OpenApi {
|
|
|
29110
29869
|
*/
|
|
29111
29870
|
updateConfigDeliveryChannelWithOptions(request: UpdateConfigDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<UpdateConfigDeliveryChannelResponse>;
|
|
29112
29871
|
/**
|
|
29113
|
-
* Modifies a delivery channel.
|
|
29872
|
+
* Modifies a delivery channel by using the current account.
|
|
29114
29873
|
*
|
|
29115
29874
|
* @remarks
|
|
29116
29875
|
* In this example, a delivery channel is disabled. 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 the delivery of resource data.
|