@alicloud/config20200907 3.0.12 → 3.0.13
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 +270 -64
- package/dist/client.js +155 -834
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +425 -898
package/dist/client.d.ts
CHANGED
|
@@ -3658,7 +3658,7 @@ export declare class GetAggregateConfigRuleResponseBodyConfigRule extends $dara.
|
|
|
3658
3658
|
resourceIdsScope?: string;
|
|
3659
3659
|
/**
|
|
3660
3660
|
* @remarks
|
|
3661
|
-
* The names of the resource
|
|
3661
|
+
* The names of the resource to which the rule applies.
|
|
3662
3662
|
*
|
|
3663
3663
|
* @example
|
|
3664
3664
|
* i-xxx
|
|
@@ -3694,17 +3694,18 @@ export declare class GetAggregateConfigRuleResponseBodyConfigRule extends $dara.
|
|
|
3694
3694
|
source?: GetAggregateConfigRuleResponseBodyConfigRuleSource;
|
|
3695
3695
|
/**
|
|
3696
3696
|
* @remarks
|
|
3697
|
-
*
|
|
3697
|
+
* When retrieving details of rules created using the parameter `TagsScope`, this field will not be returned.
|
|
3698
|
+
*
|
|
3699
|
+
* To retrieve rules created using the deprecated field `TagKeyScope` (not recommended): for example, when the parameter `TagKeyScope` has a value of ECS,OSS, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels ECS and OSS.
|
|
3700
|
+
*
|
|
3701
|
+
* Values:
|
|
3698
3702
|
*
|
|
3699
|
-
*
|
|
3703
|
+
* - AND: And.
|
|
3700
3704
|
*
|
|
3701
|
-
*
|
|
3702
|
-
* * OR
|
|
3705
|
+
* - OR: Or.
|
|
3703
3706
|
*
|
|
3704
3707
|
* @example
|
|
3705
3708
|
* AND
|
|
3706
|
-
*
|
|
3707
|
-
* @deprecated
|
|
3708
3709
|
*/
|
|
3709
3710
|
tagKeyLogicScope?: string;
|
|
3710
3711
|
/**
|
|
@@ -6437,6 +6438,12 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $dara.Model {
|
|
|
6437
6438
|
*/
|
|
6438
6439
|
resourceIdsScope?: string;
|
|
6439
6440
|
/**
|
|
6441
|
+
* @remarks
|
|
6442
|
+
* The names of the resource to which the rule applies.
|
|
6443
|
+
*
|
|
6444
|
+
* @example
|
|
6445
|
+
* i-xxx
|
|
6446
|
+
*
|
|
6440
6447
|
* **if can be null:**
|
|
6441
6448
|
* true
|
|
6442
6449
|
*/
|
|
@@ -6473,21 +6480,27 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $dara.Model {
|
|
|
6473
6480
|
source?: GetConfigRuleResponseBodyConfigRuleSource;
|
|
6474
6481
|
/**
|
|
6475
6482
|
* @remarks
|
|
6476
|
-
*
|
|
6483
|
+
* When retrieving details of rules created using the parameter `TagsScope`, this field will not be returned.
|
|
6477
6484
|
*
|
|
6478
|
-
*
|
|
6485
|
+
* To retrieve rules created using the deprecated field `TagKeyScope` (not recommended): for example, when the parameter `TagKeyScope` has a value of ECS,OSS, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels ECS and OSS.
|
|
6486
|
+
*
|
|
6487
|
+
* Values:
|
|
6488
|
+
*
|
|
6489
|
+
* - AND: And.
|
|
6490
|
+
*
|
|
6491
|
+
* - OR: Or.
|
|
6479
6492
|
*
|
|
6480
6493
|
* @example
|
|
6481
6494
|
* 120886317861****
|
|
6482
|
-
*
|
|
6483
|
-
* @deprecated
|
|
6484
6495
|
*/
|
|
6485
6496
|
tagKeyLogicScope?: string;
|
|
6486
6497
|
/**
|
|
6487
6498
|
* @remarks
|
|
6499
|
+
* This parameter is deprecated. We recommend that you use the `TagsScope` parameter.
|
|
6500
|
+
*
|
|
6488
6501
|
* The tag key used to filter resources. The rule applies only to the resources with the specified tag key.
|
|
6489
6502
|
*
|
|
6490
|
-
* >
|
|
6503
|
+
* > The TagKeyScope and `TagValueScope` parameters are returned at the same time.``
|
|
6491
6504
|
*
|
|
6492
6505
|
* @example
|
|
6493
6506
|
* RAM
|
|
@@ -6497,9 +6510,11 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $dara.Model {
|
|
|
6497
6510
|
tagKeyScope?: string;
|
|
6498
6511
|
/**
|
|
6499
6512
|
* @remarks
|
|
6500
|
-
*
|
|
6513
|
+
* This parameter is deprecated. We recommend that you use the `TagsScope` parameter.
|
|
6501
6514
|
*
|
|
6502
|
-
*
|
|
6515
|
+
* The tag value used to filter resources. The rule applies only to the resources that use the specified tag value.
|
|
6516
|
+
*
|
|
6517
|
+
* > The TagKeyScope and `TagValueScope` parameters are returned at the same time.``
|
|
6503
6518
|
*
|
|
6504
6519
|
* @example
|
|
6505
6520
|
* MFA
|
|
@@ -8413,6 +8428,11 @@ export declare class ListAggregateConfigRuleEvaluationResultsResponseBodyEvaluat
|
|
|
8413
8428
|
* 1624869012713
|
|
8414
8429
|
*/
|
|
8415
8430
|
configRuleInvokedTimestamp?: number;
|
|
8431
|
+
/**
|
|
8432
|
+
* @example
|
|
8433
|
+
* 00000089-4e0d-58b5-a96a-8e54112110f3
|
|
8434
|
+
*/
|
|
8435
|
+
evaluationId?: string;
|
|
8416
8436
|
/**
|
|
8417
8437
|
* @remarks
|
|
8418
8438
|
* The identifying information about the compliance evaluation result.
|
|
@@ -8429,6 +8449,11 @@ export declare class ListAggregateConfigRuleEvaluationResultsResponseBodyEvaluat
|
|
|
8429
8449
|
* ScheduledNotification
|
|
8430
8450
|
*/
|
|
8431
8451
|
invokingEventMessageType?: string;
|
|
8452
|
+
/**
|
|
8453
|
+
* @example
|
|
8454
|
+
* 1744696393000
|
|
8455
|
+
*/
|
|
8456
|
+
lastNonCompliantRecordTimestamp?: number;
|
|
8432
8457
|
/**
|
|
8433
8458
|
* @remarks
|
|
8434
8459
|
* Indicates whether the remediation template is enabled. Valid values:
|
|
@@ -8993,6 +9018,13 @@ export declare class ListAggregateDiscoveredResourcesResponseBodyDiscoveredResou
|
|
|
8993
9018
|
* {\\"key1\\":[\\"value2\\"]}
|
|
8994
9019
|
*/
|
|
8995
9020
|
tags?: string;
|
|
9021
|
+
/**
|
|
9022
|
+
* @remarks
|
|
9023
|
+
* The time when the resource was last updated. The value must be a timestamp in milliseconds.
|
|
9024
|
+
*
|
|
9025
|
+
* @example
|
|
9026
|
+
* 1722441600000
|
|
9027
|
+
*/
|
|
8996
9028
|
updateTime?: number;
|
|
8997
9029
|
/**
|
|
8998
9030
|
* @remarks
|
|
@@ -9016,7 +9048,7 @@ export declare class ListAggregateDiscoveredResourcesResponseBodyDiscoveredResou
|
|
|
9016
9048
|
export declare class ListAggregateDiscoveredResourcesResponseBodyDiscoveredResourceProfiles extends $dara.Model {
|
|
9017
9049
|
/**
|
|
9018
9050
|
* @remarks
|
|
9019
|
-
* The
|
|
9051
|
+
* The details of the resources.
|
|
9020
9052
|
*/
|
|
9021
9053
|
discoveredResourceProfileList?: ListAggregateDiscoveredResourcesResponseBodyDiscoveredResourceProfilesDiscoveredResourceProfileList[];
|
|
9022
9054
|
/**
|
|
@@ -9409,6 +9441,11 @@ export declare class ListAggregateResourceEvaluationResultsResponseBodyEvaluatio
|
|
|
9409
9441
|
* 1624932227157
|
|
9410
9442
|
*/
|
|
9411
9443
|
configRuleInvokedTimestamp?: number;
|
|
9444
|
+
/**
|
|
9445
|
+
* @example
|
|
9446
|
+
* 00000089-4e0d-58b5-a96a-8e54112110f3
|
|
9447
|
+
*/
|
|
9448
|
+
evaluationId?: string;
|
|
9412
9449
|
/**
|
|
9413
9450
|
* @remarks
|
|
9414
9451
|
* The identifying information about the compliance evaluation result.
|
|
@@ -9425,6 +9462,11 @@ export declare class ListAggregateResourceEvaluationResultsResponseBodyEvaluatio
|
|
|
9425
9462
|
* ScheduledNotification
|
|
9426
9463
|
*/
|
|
9427
9464
|
invokingEventMessageType?: string;
|
|
9465
|
+
/**
|
|
9466
|
+
* @example
|
|
9467
|
+
* 1744696665000
|
|
9468
|
+
*/
|
|
9469
|
+
lastNonCompliantRecordTimestamp?: number;
|
|
9428
9470
|
/**
|
|
9429
9471
|
* @remarks
|
|
9430
9472
|
* Indicates whether the remediation template is enabled. Valid values:
|
|
@@ -10591,6 +10633,11 @@ export declare class ListConfigRuleEvaluationResultsResponseBodyEvaluationResult
|
|
|
10591
10633
|
* 1622802307081
|
|
10592
10634
|
*/
|
|
10593
10635
|
configRuleInvokedTimestamp?: number;
|
|
10636
|
+
/**
|
|
10637
|
+
* @example
|
|
10638
|
+
* 00000089-4e0d-58b5-a96a-8e54112110f3
|
|
10639
|
+
*/
|
|
10640
|
+
evaluationId?: string;
|
|
10594
10641
|
/**
|
|
10595
10642
|
* @remarks
|
|
10596
10643
|
* The identifying information about the compliance evaluation result.
|
|
@@ -10608,6 +10655,11 @@ export declare class ListConfigRuleEvaluationResultsResponseBodyEvaluationResult
|
|
|
10608
10655
|
* ConfigurationItemChangeNotification
|
|
10609
10656
|
*/
|
|
10610
10657
|
invokingEventMessageType?: string;
|
|
10658
|
+
/**
|
|
10659
|
+
* @example
|
|
10660
|
+
* 1744696665000
|
|
10661
|
+
*/
|
|
10662
|
+
lastNonCompliantRecordTimestamp?: number;
|
|
10611
10663
|
/**
|
|
10612
10664
|
* @remarks
|
|
10613
10665
|
* Indicates whether the remediation template is enabled. Valid values:
|
|
@@ -11116,6 +11168,13 @@ export declare class ListDiscoveredResourcesResponseBodyDiscoveredResourceProfil
|
|
|
11116
11168
|
* {\\"key1\\":[\\"value2\\"]}
|
|
11117
11169
|
*/
|
|
11118
11170
|
tags?: string;
|
|
11171
|
+
/**
|
|
11172
|
+
* @remarks
|
|
11173
|
+
* The time when the resource was last updated. The value must be a timestamp in milliseconds.
|
|
11174
|
+
*
|
|
11175
|
+
* @example
|
|
11176
|
+
* 1722441600000
|
|
11177
|
+
*/
|
|
11119
11178
|
updateTime?: number;
|
|
11120
11179
|
/**
|
|
11121
11180
|
* @remarks
|
|
@@ -11900,6 +11959,11 @@ export declare class ListResourceEvaluationResultsResponseBodyEvaluationResultsE
|
|
|
11900
11959
|
* 1624932227157
|
|
11901
11960
|
*/
|
|
11902
11961
|
configRuleInvokedTimestamp?: number;
|
|
11962
|
+
/**
|
|
11963
|
+
* @example
|
|
11964
|
+
* 00000089-4e0d-58b5-a96a-8e54112110f3
|
|
11965
|
+
*/
|
|
11966
|
+
evaluationId?: string;
|
|
11903
11967
|
/**
|
|
11904
11968
|
* @remarks
|
|
11905
11969
|
* The identifying information about the compliance evaluation result.
|
|
@@ -11917,6 +11981,11 @@ export declare class ListResourceEvaluationResultsResponseBodyEvaluationResultsE
|
|
|
11917
11981
|
* ScheduledNotification
|
|
11918
11982
|
*/
|
|
11919
11983
|
invokingEventMessageType?: string;
|
|
11984
|
+
/**
|
|
11985
|
+
* @example
|
|
11986
|
+
* 1744696393000
|
|
11987
|
+
*/
|
|
11988
|
+
lastNonCompliantRecordTimestamp?: number;
|
|
11920
11989
|
/**
|
|
11921
11990
|
* @remarks
|
|
11922
11991
|
* Indicates whether the remediation template is enabled. Valid values:
|
|
@@ -14849,6 +14918,9 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
14849
14918
|
*/
|
|
14850
14919
|
resourceIdsScope?: string;
|
|
14851
14920
|
/**
|
|
14921
|
+
* @remarks
|
|
14922
|
+
* The names of the resource to which the rule applies.
|
|
14923
|
+
*
|
|
14852
14924
|
* @example
|
|
14853
14925
|
* i-xxx
|
|
14854
14926
|
*
|
|
@@ -14915,17 +14987,18 @@ export declare class CreateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
14915
14987
|
tag?: CreateAggregateConfigRuleRequestTag[];
|
|
14916
14988
|
/**
|
|
14917
14989
|
* @remarks
|
|
14918
|
-
*
|
|
14990
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
14991
|
+
*
|
|
14992
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
14919
14993
|
*
|
|
14920
|
-
*
|
|
14994
|
+
* Values:
|
|
14921
14995
|
*
|
|
14922
|
-
*
|
|
14923
|
-
*
|
|
14996
|
+
* - AND: And.
|
|
14997
|
+
*
|
|
14998
|
+
* - OR: Or.
|
|
14924
14999
|
*
|
|
14925
15000
|
* @example
|
|
14926
15001
|
* AND
|
|
14927
|
-
*
|
|
14928
|
-
* @deprecated
|
|
14929
15002
|
*/
|
|
14930
15003
|
tagKeyLogicScope?: string;
|
|
14931
15004
|
/**
|
|
@@ -15162,6 +15235,9 @@ export declare class CreateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
15162
15235
|
*/
|
|
15163
15236
|
resourceIdsScope?: string;
|
|
15164
15237
|
/**
|
|
15238
|
+
* @remarks
|
|
15239
|
+
* The names of the resource to which the rule applies.
|
|
15240
|
+
*
|
|
15165
15241
|
* @example
|
|
15166
15242
|
* i-xxx
|
|
15167
15243
|
*
|
|
@@ -15228,17 +15304,18 @@ export declare class CreateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
15228
15304
|
tagShrink?: string;
|
|
15229
15305
|
/**
|
|
15230
15306
|
* @remarks
|
|
15231
|
-
*
|
|
15307
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
15308
|
+
*
|
|
15309
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
15310
|
+
*
|
|
15311
|
+
* Values:
|
|
15232
15312
|
*
|
|
15233
|
-
*
|
|
15313
|
+
* - AND: And.
|
|
15234
15314
|
*
|
|
15235
|
-
*
|
|
15236
|
-
* * OR
|
|
15315
|
+
* - OR: Or.
|
|
15237
15316
|
*
|
|
15238
15317
|
* @example
|
|
15239
15318
|
* AND
|
|
15240
|
-
*
|
|
15241
|
-
* @deprecated
|
|
15242
15319
|
*/
|
|
15243
15320
|
tagKeyLogicScope?: string;
|
|
15244
15321
|
/**
|
|
@@ -16444,6 +16521,12 @@ export declare class CreateConfigRuleRequest extends $dara.Model {
|
|
|
16444
16521
|
*/
|
|
16445
16522
|
resourceIdsScope?: string;
|
|
16446
16523
|
/**
|
|
16524
|
+
* @remarks
|
|
16525
|
+
* The names of the resource to which the rule applies.
|
|
16526
|
+
*
|
|
16527
|
+
* @example
|
|
16528
|
+
* i-xxx
|
|
16529
|
+
*
|
|
16447
16530
|
* **if can be null:**
|
|
16448
16531
|
* true
|
|
16449
16532
|
*/
|
|
@@ -16507,15 +16590,18 @@ export declare class CreateConfigRuleRequest extends $dara.Model {
|
|
|
16507
16590
|
tag?: CreateConfigRuleRequestTag[];
|
|
16508
16591
|
/**
|
|
16509
16592
|
* @remarks
|
|
16510
|
-
* The logical relationship
|
|
16593
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
16594
|
+
*
|
|
16595
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
16596
|
+
*
|
|
16597
|
+
* Values:
|
|
16511
16598
|
*
|
|
16512
|
-
*
|
|
16513
|
-
*
|
|
16599
|
+
* - AND: And.
|
|
16600
|
+
*
|
|
16601
|
+
* - OR: Or.
|
|
16514
16602
|
*
|
|
16515
16603
|
* @example
|
|
16516
16604
|
* AND
|
|
16517
|
-
*
|
|
16518
|
-
* @deprecated
|
|
16519
16605
|
*/
|
|
16520
16606
|
tagKeyLogicScope?: string;
|
|
16521
16607
|
/**
|
|
@@ -16692,6 +16778,12 @@ export declare class CreateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
16692
16778
|
*/
|
|
16693
16779
|
resourceIdsScope?: string;
|
|
16694
16780
|
/**
|
|
16781
|
+
* @remarks
|
|
16782
|
+
* The names of the resource to which the rule applies.
|
|
16783
|
+
*
|
|
16784
|
+
* @example
|
|
16785
|
+
* i-xxx
|
|
16786
|
+
*
|
|
16695
16787
|
* **if can be null:**
|
|
16696
16788
|
* true
|
|
16697
16789
|
*/
|
|
@@ -16755,15 +16847,18 @@ export declare class CreateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
16755
16847
|
tagShrink?: string;
|
|
16756
16848
|
/**
|
|
16757
16849
|
* @remarks
|
|
16758
|
-
* The logical relationship
|
|
16850
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
16851
|
+
*
|
|
16852
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
16759
16853
|
*
|
|
16760
|
-
*
|
|
16761
|
-
*
|
|
16854
|
+
* Values:
|
|
16855
|
+
*
|
|
16856
|
+
* - AND: And.
|
|
16857
|
+
*
|
|
16858
|
+
* - OR: Or.
|
|
16762
16859
|
*
|
|
16763
16860
|
* @example
|
|
16764
16861
|
* AND
|
|
16765
|
-
*
|
|
16766
|
-
* @deprecated
|
|
16767
16862
|
*/
|
|
16768
16863
|
tagKeyLogicScope?: string;
|
|
16769
16864
|
/**
|
|
@@ -19827,7 +19922,7 @@ export declare class GetAggregateDiscoveredResourceRequest extends $dara.Model {
|
|
|
19827
19922
|
region?: string;
|
|
19828
19923
|
/**
|
|
19829
19924
|
* @remarks
|
|
19830
|
-
* The ID of the Alibaba Cloud account to which the specified resource belongs in the account group.
|
|
19925
|
+
* Required. The ID of the Alibaba Cloud account to which the specified resource belongs in the account group.
|
|
19831
19926
|
*
|
|
19832
19927
|
* @example
|
|
19833
19928
|
* 100931896542****
|
|
@@ -20440,7 +20535,7 @@ export declare class GetAggregateResourceConfigurationTimelineRequest extends $d
|
|
|
20440
20535
|
region?: string;
|
|
20441
20536
|
/**
|
|
20442
20537
|
* @remarks
|
|
20443
|
-
* The ID of the Alibaba Cloud account to which the resource in the account group
|
|
20538
|
+
* Required. The ID of the Alibaba Cloud account to which the specified resource belongs in the account group.
|
|
20444
20539
|
*
|
|
20445
20540
|
* @example
|
|
20446
20541
|
* 100931896542****
|
|
@@ -23606,7 +23701,25 @@ export declare class ListAggregateDiscoveredResourcesRequest extends $dara.Model
|
|
|
23606
23701
|
* ca-c560626622af0005****
|
|
23607
23702
|
*/
|
|
23608
23703
|
aggregatorId?: string;
|
|
23704
|
+
/**
|
|
23705
|
+
* @remarks
|
|
23706
|
+
* The end time of the time range for querying resources. The value is a timestamp in the UTC format. When you specify this parameter, take note of the following limits:
|
|
23707
|
+
*
|
|
23708
|
+
* * The value must be a timestamp in milliseconds.
|
|
23709
|
+
* * The value cannot be less than the value of the StartUpdateTimestamp parameter. The interval between the value and the value of the StartUpdateTimestamp parameter must be less than or equal to 30 days.
|
|
23710
|
+
* * The StartUpdateTimestamp and EndUpdateTimestamp parameters must be specified at the same time or left empty at the same time.
|
|
23711
|
+
*
|
|
23712
|
+
* @example
|
|
23713
|
+
* 1724947200000
|
|
23714
|
+
*/
|
|
23609
23715
|
endUpdateTimestamp?: number;
|
|
23716
|
+
/**
|
|
23717
|
+
* @remarks
|
|
23718
|
+
* The types of resources that are excluded. Separate multiple values with commas (,). If this parameter conflicts with the ResourceTypes parameter, this parameter prevails.
|
|
23719
|
+
*
|
|
23720
|
+
* @example
|
|
23721
|
+
* ACS::ECS::Instance,ACS::ECS::NetworkInterface
|
|
23722
|
+
*/
|
|
23610
23723
|
excludeResourceTypes?: string;
|
|
23611
23724
|
/**
|
|
23612
23725
|
* @remarks
|
|
@@ -23676,6 +23789,17 @@ export declare class ListAggregateDiscoveredResourcesRequest extends $dara.Model
|
|
|
23676
23789
|
* ACS::ECS::NetworkInterface
|
|
23677
23790
|
*/
|
|
23678
23791
|
resourceTypes?: string;
|
|
23792
|
+
/**
|
|
23793
|
+
* @remarks
|
|
23794
|
+
* The start time of the time range for querying resources. The value is a timestamp in the Coordinated Universal Time (UTC) format. When you specify this parameter, take note of the following limits:
|
|
23795
|
+
*
|
|
23796
|
+
* * The value must be a timestamp in milliseconds.
|
|
23797
|
+
* * The value cannot be greater than the value of the EndUpdateTimestamp parameter. The interval between the value and the value of the EndUpdateTimestamp parameter must be less than or equal to 30 days.
|
|
23798
|
+
* * The StartUpdateTimestamp and EndUpdateTimestamp parameters must be specified at the same time or left empty at the same time.
|
|
23799
|
+
*
|
|
23800
|
+
* @example
|
|
23801
|
+
* 1722441600000
|
|
23802
|
+
*/
|
|
23679
23803
|
startUpdateTimestamp?: number;
|
|
23680
23804
|
static names(): {
|
|
23681
23805
|
[key: string]: string;
|
|
@@ -23691,7 +23815,7 @@ export declare class ListAggregateDiscoveredResourcesRequest extends $dara.Model
|
|
|
23691
23815
|
export declare class ListAggregateDiscoveredResourcesResponseBody extends $dara.Model {
|
|
23692
23816
|
/**
|
|
23693
23817
|
* @remarks
|
|
23694
|
-
* The
|
|
23818
|
+
* The information about the resources.
|
|
23695
23819
|
*/
|
|
23696
23820
|
discoveredResourceProfiles?: ListAggregateDiscoveredResourcesResponseBodyDiscoveredResourceProfiles;
|
|
23697
23821
|
/**
|
|
@@ -25128,7 +25252,25 @@ export declare class ListConfigRulesResponse extends $dara.Model {
|
|
|
25128
25252
|
});
|
|
25129
25253
|
}
|
|
25130
25254
|
export declare class ListDiscoveredResourcesRequest extends $dara.Model {
|
|
25255
|
+
/**
|
|
25256
|
+
* @remarks
|
|
25257
|
+
* The end time of the time range for querying resources. The value is a timestamp in the UTC format. When you specify this parameter, take note of the following limits:
|
|
25258
|
+
*
|
|
25259
|
+
* * The value must be a timestamp in milliseconds.
|
|
25260
|
+
* * The value cannot be less than the value of the StartUpdateTimestamp parameter. The interval between the value and the value of the StartUpdateTimestamp parameter must be less than or equal to 30 days.
|
|
25261
|
+
* * The StartUpdateTimestamp and EndUpdateTimestamp parameters must be specified at the same time or left empty at the same time.
|
|
25262
|
+
*
|
|
25263
|
+
* @example
|
|
25264
|
+
* 1724947200000
|
|
25265
|
+
*/
|
|
25131
25266
|
endUpdateTimestamp?: number;
|
|
25267
|
+
/**
|
|
25268
|
+
* @remarks
|
|
25269
|
+
* The types of resources that are excluded. Separate multiple values with commas (,). If this parameter conflicts with the ResourceTypes parameter, this parameter prevails.
|
|
25270
|
+
*
|
|
25271
|
+
* @example
|
|
25272
|
+
* ACS::ECS::Instance,ACS::ECS::NetworkInterface
|
|
25273
|
+
*/
|
|
25132
25274
|
excludeResourceTypes?: string;
|
|
25133
25275
|
/**
|
|
25134
25276
|
* @remarks
|
|
@@ -25186,6 +25328,17 @@ export declare class ListDiscoveredResourcesRequest extends $dara.Model {
|
|
|
25186
25328
|
* ACS::ECS::NetworkInterface
|
|
25187
25329
|
*/
|
|
25188
25330
|
resourceTypes?: string;
|
|
25331
|
+
/**
|
|
25332
|
+
* @remarks
|
|
25333
|
+
* The start time of the time range for querying resources. The value is a timestamp in the UTC format. When you specify this parameter, take note of the following limits:
|
|
25334
|
+
*
|
|
25335
|
+
* * The value must be a timestamp in milliseconds.
|
|
25336
|
+
* * The value cannot be greater than the value of the EndUpdateTimestamp parameter. The interval between the value and the value of the EndUpdateTimestamp parameter must be less than or equal to 30 days.
|
|
25337
|
+
* * The StartUpdateTimestamp and EndUpdateTimestamp parameters must be specified at the same time or left blank at the same time.
|
|
25338
|
+
*
|
|
25339
|
+
* @example
|
|
25340
|
+
* 1722441600000
|
|
25341
|
+
*/
|
|
25189
25342
|
startUpdateTimestamp?: number;
|
|
25190
25343
|
static names(): {
|
|
25191
25344
|
[key: string]: string;
|
|
@@ -25283,6 +25436,17 @@ export declare class ListIntegratedServiceResponse extends $dara.Model {
|
|
|
25283
25436
|
});
|
|
25284
25437
|
}
|
|
25285
25438
|
export declare class ListManagedRulesRequest extends $dara.Model {
|
|
25439
|
+
/**
|
|
25440
|
+
* @remarks
|
|
25441
|
+
* The scope for filtering managed rules allows you to filter out managed rules without resource coverage. The possible values are:
|
|
25442
|
+
*
|
|
25443
|
+
* - ALL: All rules.
|
|
25444
|
+
*
|
|
25445
|
+
* - UNCOVERED_RESOURCE: Filters managed rules where some resources are not covered.
|
|
25446
|
+
*
|
|
25447
|
+
* @example
|
|
25448
|
+
* ALL
|
|
25449
|
+
*/
|
|
25286
25450
|
filterType?: string;
|
|
25287
25451
|
/**
|
|
25288
25452
|
* @remarks
|
|
@@ -28224,7 +28388,7 @@ export declare class UpdateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
28224
28388
|
resourceIdsScope?: string;
|
|
28225
28389
|
/**
|
|
28226
28390
|
* @remarks
|
|
28227
|
-
* The names of the resource
|
|
28391
|
+
* The names of the resource to which the rule applies.
|
|
28228
28392
|
*
|
|
28229
28393
|
* @example
|
|
28230
28394
|
* i-xxx
|
|
@@ -28262,17 +28426,18 @@ export declare class UpdateAggregateConfigRuleRequest extends $dara.Model {
|
|
|
28262
28426
|
tag?: UpdateAggregateConfigRuleRequestTag[];
|
|
28263
28427
|
/**
|
|
28264
28428
|
* @remarks
|
|
28265
|
-
*
|
|
28429
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
28430
|
+
*
|
|
28431
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
28266
28432
|
*
|
|
28267
|
-
*
|
|
28433
|
+
* Values:
|
|
28268
28434
|
*
|
|
28269
|
-
*
|
|
28270
|
-
*
|
|
28435
|
+
* - AND: And.
|
|
28436
|
+
*
|
|
28437
|
+
* - OR: Or.
|
|
28271
28438
|
*
|
|
28272
28439
|
* @example
|
|
28273
28440
|
* AND
|
|
28274
|
-
*
|
|
28275
|
-
* @deprecated
|
|
28276
28441
|
*/
|
|
28277
28442
|
tagKeyLogicScope?: string;
|
|
28278
28443
|
/**
|
|
@@ -28514,7 +28679,7 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
28514
28679
|
resourceIdsScope?: string;
|
|
28515
28680
|
/**
|
|
28516
28681
|
* @remarks
|
|
28517
|
-
* The names of the resource
|
|
28682
|
+
* The names of the resource to which the rule applies.
|
|
28518
28683
|
*
|
|
28519
28684
|
* @example
|
|
28520
28685
|
* i-xxx
|
|
@@ -28552,17 +28717,18 @@ export declare class UpdateAggregateConfigRuleShrinkRequest extends $dara.Model
|
|
|
28552
28717
|
tagShrink?: string;
|
|
28553
28718
|
/**
|
|
28554
28719
|
* @remarks
|
|
28555
|
-
*
|
|
28720
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
28721
|
+
*
|
|
28722
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
28556
28723
|
*
|
|
28557
|
-
*
|
|
28724
|
+
* Values:
|
|
28558
28725
|
*
|
|
28559
|
-
*
|
|
28560
|
-
*
|
|
28726
|
+
* - AND: And.
|
|
28727
|
+
*
|
|
28728
|
+
* - OR: Or.
|
|
28561
28729
|
*
|
|
28562
28730
|
* @example
|
|
28563
28731
|
* AND
|
|
28564
|
-
*
|
|
28565
|
-
* @deprecated
|
|
28566
28732
|
*/
|
|
28567
28733
|
tagKeyLogicScope?: string;
|
|
28568
28734
|
/**
|
|
@@ -28840,6 +29006,13 @@ export declare class UpdateAggregatorRequest extends $dara.Model {
|
|
|
28840
29006
|
* Test_Aggregator_Description
|
|
28841
29007
|
*/
|
|
28842
29008
|
description?: string;
|
|
29009
|
+
/**
|
|
29010
|
+
* @remarks
|
|
29011
|
+
* The folder ID. Separate multiple folder IDs with commas (,).
|
|
29012
|
+
*
|
|
29013
|
+
* @example
|
|
29014
|
+
* fd-brHdgv****,fd-brHdgk****
|
|
29015
|
+
*/
|
|
28843
29016
|
folderId?: string;
|
|
28844
29017
|
/**
|
|
28845
29018
|
* @remarks
|
|
@@ -28910,6 +29083,13 @@ export declare class UpdateAggregatorShrinkRequest extends $dara.Model {
|
|
|
28910
29083
|
* Test_Aggregator_Description
|
|
28911
29084
|
*/
|
|
28912
29085
|
description?: string;
|
|
29086
|
+
/**
|
|
29087
|
+
* @remarks
|
|
29088
|
+
* The folder ID. Separate multiple folder IDs with commas (,).
|
|
29089
|
+
*
|
|
29090
|
+
* @example
|
|
29091
|
+
* fd-brHdgv****,fd-brHdgk****
|
|
29092
|
+
*/
|
|
28913
29093
|
folderId?: string;
|
|
28914
29094
|
/**
|
|
28915
29095
|
* @remarks
|
|
@@ -29700,6 +29880,12 @@ export declare class UpdateConfigRuleRequest extends $dara.Model {
|
|
|
29700
29880
|
*/
|
|
29701
29881
|
resourceIdsScope?: string;
|
|
29702
29882
|
/**
|
|
29883
|
+
* @remarks
|
|
29884
|
+
* The names of the resource to which the rule applies.
|
|
29885
|
+
*
|
|
29886
|
+
* @example
|
|
29887
|
+
* i-xxx
|
|
29888
|
+
*
|
|
29703
29889
|
* **if can be null:**
|
|
29704
29890
|
* true
|
|
29705
29891
|
*/
|
|
@@ -29733,19 +29919,24 @@ export declare class UpdateConfigRuleRequest extends $dara.Model {
|
|
|
29733
29919
|
tag?: UpdateConfigRuleRequestTag[];
|
|
29734
29920
|
/**
|
|
29735
29921
|
* @remarks
|
|
29736
|
-
* The logical relationship
|
|
29922
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
29737
29923
|
*
|
|
29738
|
-
*
|
|
29739
|
-
*
|
|
29924
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
29925
|
+
*
|
|
29926
|
+
* Values:
|
|
29927
|
+
*
|
|
29928
|
+
* - AND: And.
|
|
29929
|
+
*
|
|
29930
|
+
* - OR: Or.
|
|
29740
29931
|
*
|
|
29741
29932
|
* @example
|
|
29742
29933
|
* AND
|
|
29743
|
-
*
|
|
29744
|
-
* @deprecated
|
|
29745
29934
|
*/
|
|
29746
29935
|
tagKeyLogicScope?: string;
|
|
29747
29936
|
/**
|
|
29748
29937
|
* @remarks
|
|
29938
|
+
* This parameter is deprecated. We recommend that you use the `TagsScope` parameter.
|
|
29939
|
+
*
|
|
29749
29940
|
* The tag key used to filter resources. The rule applies only to the resources with the specified tag key.
|
|
29750
29941
|
*
|
|
29751
29942
|
* > This parameter applies only to a managed rule. You must configure the `TagKeyScope` and `TagValueScope` parameters at the same time.
|
|
@@ -29758,6 +29949,8 @@ export declare class UpdateConfigRuleRequest extends $dara.Model {
|
|
|
29758
29949
|
tagKeyScope?: string;
|
|
29759
29950
|
/**
|
|
29760
29951
|
* @remarks
|
|
29952
|
+
* This parameter is deprecated. We recommend that you use the `TagsScope` parameter.
|
|
29953
|
+
*
|
|
29761
29954
|
* The tag value used to filter resources. The rule applies only to the resources that use the specified tag value.
|
|
29762
29955
|
*
|
|
29763
29956
|
* > This parameter applies only to a managed rule. You must configure the `TagKeyScope` and `TagValueScope` parameters at the same time.
|
|
@@ -29931,6 +30124,12 @@ export declare class UpdateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
29931
30124
|
*/
|
|
29932
30125
|
resourceIdsScope?: string;
|
|
29933
30126
|
/**
|
|
30127
|
+
* @remarks
|
|
30128
|
+
* The names of the resource to which the rule applies.
|
|
30129
|
+
*
|
|
30130
|
+
* @example
|
|
30131
|
+
* i-xxx
|
|
30132
|
+
*
|
|
29934
30133
|
* **if can be null:**
|
|
29935
30134
|
* true
|
|
29936
30135
|
*/
|
|
@@ -29964,19 +30163,24 @@ export declare class UpdateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
29964
30163
|
tagShrink?: string;
|
|
29965
30164
|
/**
|
|
29966
30165
|
* @remarks
|
|
29967
|
-
* The logical relationship
|
|
30166
|
+
* The logical relationship when parameter `TagsScope` takes multiple values, for example: When the parameter `TagsScope` is `"TagsScope.1.TagKey":"a", "TagsScope.1.TagValue":"a", "TagsScope.2.TagKey":"b", "TagsScope.2.TagValue":"b"`, if this parameter is set to` AND`, it means that the rule only applies to resources bound with both tags `a:a` and `b:b`. If not specified, the default logic is `OR`.
|
|
30167
|
+
*
|
|
30168
|
+
* It can also be used for the deprecated field `TagKeyScope` (not recommended), for example: When the parameter `TagKeyScope` has a value of `ECS`,`OSS`, if this parameter is set to `AND`, it means that the rule only applies to resources bound with both labels `ECS` and `OSS`.
|
|
29968
30169
|
*
|
|
29969
|
-
*
|
|
29970
|
-
*
|
|
30170
|
+
* Values:
|
|
30171
|
+
*
|
|
30172
|
+
* - AND: And.
|
|
30173
|
+
*
|
|
30174
|
+
* - OR: Or.
|
|
29971
30175
|
*
|
|
29972
30176
|
* @example
|
|
29973
30177
|
* AND
|
|
29974
|
-
*
|
|
29975
|
-
* @deprecated
|
|
29976
30178
|
*/
|
|
29977
30179
|
tagKeyLogicScope?: string;
|
|
29978
30180
|
/**
|
|
29979
30181
|
* @remarks
|
|
30182
|
+
* This parameter is deprecated. We recommend that you use the `TagsScope` parameter.
|
|
30183
|
+
*
|
|
29980
30184
|
* The tag key used to filter resources. The rule applies only to the resources with the specified tag key.
|
|
29981
30185
|
*
|
|
29982
30186
|
* > This parameter applies only to a managed rule. You must configure the `TagKeyScope` and `TagValueScope` parameters at the same time.
|
|
@@ -29989,6 +30193,8 @@ export declare class UpdateConfigRuleShrinkRequest extends $dara.Model {
|
|
|
29989
30193
|
tagKeyScope?: string;
|
|
29990
30194
|
/**
|
|
29991
30195
|
* @remarks
|
|
30196
|
+
* This parameter is deprecated. We recommend that you use the `TagsScope` parameter.
|
|
30197
|
+
*
|
|
29992
30198
|
* The tag value used to filter resources. The rule applies only to the resources that use the specified tag value.
|
|
29993
30199
|
*
|
|
29994
30200
|
* > This parameter applies only to a managed rule. You must configure the `TagKeyScope` and `TagValueScope` parameters at the same time.
|