@alicloud/config20200907 2.2.7 → 2.2.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 CHANGED
@@ -3571,6 +3571,56 @@ export declare class ListAggregateResourceEvaluationResultsResponse extends $tea
3571
3571
  [key: string]: any;
3572
3572
  });
3573
3573
  }
3574
+ export declare class ListAggregateResourceRelationsRequest extends $tea.Model {
3575
+ aggregatorId?: string;
3576
+ maxResults?: number;
3577
+ nextToken?: string;
3578
+ region?: string;
3579
+ relationType?: string;
3580
+ resourceAccountId?: number;
3581
+ resourceId?: string;
3582
+ resourceType?: string;
3583
+ targetResourceId?: string;
3584
+ targetResourceType?: string;
3585
+ static names(): {
3586
+ [key: string]: string;
3587
+ };
3588
+ static types(): {
3589
+ [key: string]: any;
3590
+ };
3591
+ constructor(map?: {
3592
+ [key: string]: any;
3593
+ });
3594
+ }
3595
+ export declare class ListAggregateResourceRelationsResponseBody extends $tea.Model {
3596
+ requestId?: string;
3597
+ resourceRelations?: ListAggregateResourceRelationsResponseBodyResourceRelations;
3598
+ static names(): {
3599
+ [key: string]: string;
3600
+ };
3601
+ static types(): {
3602
+ [key: string]: any;
3603
+ };
3604
+ constructor(map?: {
3605
+ [key: string]: any;
3606
+ });
3607
+ }
3608
+ export declare class ListAggregateResourceRelationsResponse extends $tea.Model {
3609
+ headers: {
3610
+ [key: string]: string;
3611
+ };
3612
+ statusCode: number;
3613
+ body: ListAggregateResourceRelationsResponseBody;
3614
+ static names(): {
3615
+ [key: string]: string;
3616
+ };
3617
+ static types(): {
3618
+ [key: string]: any;
3619
+ };
3620
+ constructor(map?: {
3621
+ [key: string]: any;
3622
+ });
3623
+ }
3574
3624
  export declare class ListAggregatorsRequest extends $tea.Model {
3575
3625
  maxResults?: number;
3576
3626
  nextToken?: string;
@@ -3989,6 +4039,8 @@ export declare class ListPreManagedRulesResponse extends $tea.Model {
3989
4039
  }
3990
4040
  export declare class ListRemediationTemplatesRequest extends $tea.Model {
3991
4041
  managedRuleIdentifier?: string;
4042
+ pageNumber?: number;
4043
+ pageSize?: number;
3992
4044
  remediationType?: string;
3993
4045
  static names(): {
3994
4046
  [key: string]: string;
@@ -4001,8 +4053,11 @@ export declare class ListRemediationTemplatesRequest extends $tea.Model {
4001
4053
  });
4002
4054
  }
4003
4055
  export declare class ListRemediationTemplatesResponseBody extends $tea.Model {
4056
+ pageNumber?: number;
4057
+ pageSize?: number;
4004
4058
  remediationTemplates?: ListRemediationTemplatesResponseBodyRemediationTemplates[];
4005
4059
  requestId?: string;
4060
+ totalCount?: string;
4006
4061
  static names(): {
4007
4062
  [key: string]: string;
4008
4063
  };
@@ -4031,6 +4086,8 @@ export declare class ListRemediationTemplatesResponse extends $tea.Model {
4031
4086
  }
4032
4087
  export declare class ListRemediationsRequest extends $tea.Model {
4033
4088
  configRuleIds?: string;
4089
+ pageNumber?: number;
4090
+ pageSize?: number;
4034
4091
  static names(): {
4035
4092
  [key: string]: string;
4036
4093
  };
@@ -4042,8 +4099,11 @@ export declare class ListRemediationsRequest extends $tea.Model {
4042
4099
  });
4043
4100
  }
4044
4101
  export declare class ListRemediationsResponseBody extends $tea.Model {
4102
+ pageNumber?: number;
4103
+ pageSize?: number;
4045
4104
  remediations?: ListRemediationsResponseBodyRemediations[];
4046
4105
  requestId?: string;
4106
+ totalCount?: string;
4047
4107
  static names(): {
4048
4108
  [key: string]: string;
4049
4109
  };
@@ -4116,6 +4176,54 @@ export declare class ListResourceEvaluationResultsResponse extends $tea.Model {
4116
4176
  [key: string]: any;
4117
4177
  });
4118
4178
  }
4179
+ export declare class ListResourceRelationsRequest extends $tea.Model {
4180
+ maxResults?: number;
4181
+ nextToken?: string;
4182
+ region?: string;
4183
+ relationType?: string;
4184
+ resourceId?: string;
4185
+ resourceType?: string;
4186
+ targetResourceId?: string;
4187
+ targetResourceType?: string;
4188
+ static names(): {
4189
+ [key: string]: string;
4190
+ };
4191
+ static types(): {
4192
+ [key: string]: any;
4193
+ };
4194
+ constructor(map?: {
4195
+ [key: string]: any;
4196
+ });
4197
+ }
4198
+ export declare class ListResourceRelationsResponseBody extends $tea.Model {
4199
+ requestId?: string;
4200
+ resourceRelations?: ListResourceRelationsResponseBodyResourceRelations;
4201
+ static names(): {
4202
+ [key: string]: string;
4203
+ };
4204
+ static types(): {
4205
+ [key: string]: any;
4206
+ };
4207
+ constructor(map?: {
4208
+ [key: string]: any;
4209
+ });
4210
+ }
4211
+ export declare class ListResourceRelationsResponse extends $tea.Model {
4212
+ headers: {
4213
+ [key: string]: string;
4214
+ };
4215
+ statusCode: number;
4216
+ body: ListResourceRelationsResponseBody;
4217
+ static names(): {
4218
+ [key: string]: string;
4219
+ };
4220
+ static types(): {
4221
+ [key: string]: any;
4222
+ };
4223
+ constructor(map?: {
4224
+ [key: string]: any;
4225
+ });
4226
+ }
4119
4227
  export declare class ListTagResourcesRequest extends $tea.Model {
4120
4228
  nextToken?: string;
4121
4229
  regionId?: string;
@@ -6486,6 +6594,18 @@ export declare class GetConfigRuleResponseBodyConfigRuleManagedRule extends $tea
6486
6594
  [key: string]: any;
6487
6595
  });
6488
6596
  }
6597
+ export declare class GetConfigRuleResponseBodyConfigRuleScope extends $tea.Model {
6598
+ complianceResourceTypes?: string[];
6599
+ static names(): {
6600
+ [key: string]: string;
6601
+ };
6602
+ static types(): {
6603
+ [key: string]: any;
6604
+ };
6605
+ constructor(map?: {
6606
+ [key: string]: any;
6607
+ });
6608
+ }
6489
6609
  export declare class GetConfigRuleResponseBodyConfigRuleSourceSourceDetails extends $tea.Model {
6490
6610
  eventSource?: string;
6491
6611
  maximumExecutionFrequency?: string;
@@ -6537,6 +6657,7 @@ export declare class GetConfigRuleResponseBodyConfigRule extends $tea.Model {
6537
6657
  resourceGroupIdsScope?: string;
6538
6658
  resourceTypesScope?: string;
6539
6659
  riskLevel?: number;
6660
+ scope?: GetConfigRuleResponseBodyConfigRuleScope;
6540
6661
  source?: GetConfigRuleResponseBodyConfigRuleSource;
6541
6662
  tagKeyLogicScope?: string;
6542
6663
  tagKeyScope?: string;
@@ -7268,6 +7389,38 @@ export declare class ListAggregateResourceEvaluationResultsResponseBodyEvaluatio
7268
7389
  [key: string]: any;
7269
7390
  });
7270
7391
  }
7392
+ export declare class ListAggregateResourceRelationsResponseBodyResourceRelationsResourceRelationList extends $tea.Model {
7393
+ accountId?: number;
7394
+ relationType?: string;
7395
+ sourceResourceId?: string;
7396
+ sourceResourceRegionId?: string;
7397
+ sourceResourceType?: string;
7398
+ targetResourceId?: string;
7399
+ targetResourceType?: string;
7400
+ static names(): {
7401
+ [key: string]: string;
7402
+ };
7403
+ static types(): {
7404
+ [key: string]: any;
7405
+ };
7406
+ constructor(map?: {
7407
+ [key: string]: any;
7408
+ });
7409
+ }
7410
+ export declare class ListAggregateResourceRelationsResponseBodyResourceRelations extends $tea.Model {
7411
+ maxResults?: number;
7412
+ nextToken?: string;
7413
+ resourceRelationList?: ListAggregateResourceRelationsResponseBodyResourceRelationsResourceRelationList[];
7414
+ static names(): {
7415
+ [key: string]: string;
7416
+ };
7417
+ static types(): {
7418
+ [key: string]: any;
7419
+ };
7420
+ constructor(map?: {
7421
+ [key: string]: any;
7422
+ });
7423
+ }
7271
7424
  export declare class ListAggregatorsResponseBodyAggregatorsResultAggregators extends $tea.Model {
7272
7425
  accountId?: number;
7273
7426
  aggregatorAccountCount?: number;
@@ -7625,8 +7778,11 @@ export declare class ListManagedRulesResponseBodyManagedRulesManagedRuleList ext
7625
7778
  helpUrls?: string;
7626
7779
  identifier?: string;
7627
7780
  labels?: string[];
7781
+ remediationTemplateIdentifier?: string;
7782
+ remediationTemplateName?: string;
7628
7783
  riskLevel?: number;
7629
7784
  scope?: ListManagedRulesResponseBodyManagedRulesManagedRuleListScope;
7785
+ supportPreviewManagedRule?: boolean;
7630
7786
  static names(): {
7631
7787
  [key: string]: string;
7632
7788
  };
@@ -7677,6 +7833,7 @@ export declare class ListPreManagedRulesResponseBodyManagedRules extends $tea.Mo
7677
7833
  export declare class ListRemediationTemplatesResponseBodyRemediationTemplates extends $tea.Model {
7678
7834
  remediationType?: string;
7679
7835
  templateDefinition?: string;
7836
+ templateDescription?: string;
7680
7837
  templateIdentifier?: string;
7681
7838
  templateName?: string;
7682
7839
  static names(): {
@@ -7776,6 +7933,38 @@ export declare class ListResourceEvaluationResultsResponseBodyEvaluationResults
7776
7933
  [key: string]: any;
7777
7934
  });
7778
7935
  }
7936
+ export declare class ListResourceRelationsResponseBodyResourceRelationsResourceRelationList extends $tea.Model {
7937
+ accountId?: number;
7938
+ relationType?: string;
7939
+ sourceResourceId?: string;
7940
+ sourceResourceRegionId?: string;
7941
+ sourceResourceType?: string;
7942
+ targetResourceId?: string;
7943
+ targetResourceType?: string;
7944
+ static names(): {
7945
+ [key: string]: string;
7946
+ };
7947
+ static types(): {
7948
+ [key: string]: any;
7949
+ };
7950
+ constructor(map?: {
7951
+ [key: string]: any;
7952
+ });
7953
+ }
7954
+ export declare class ListResourceRelationsResponseBodyResourceRelations extends $tea.Model {
7955
+ maxResults?: number;
7956
+ nextToken?: string;
7957
+ resourceRelationList?: ListResourceRelationsResponseBodyResourceRelationsResourceRelationList[];
7958
+ static names(): {
7959
+ [key: string]: string;
7960
+ };
7961
+ static types(): {
7962
+ [key: string]: any;
7963
+ };
7964
+ constructor(map?: {
7965
+ [key: string]: any;
7966
+ });
7967
+ }
7779
7968
  export declare class ListTagResourcesRequestTag extends $tea.Model {
7780
7969
  key?: string;
7781
7970
  value?: string;
@@ -7939,7 +8128,8 @@ export default class Client extends OpenApi {
7939
8128
  [key: string]: string;
7940
8129
  }, endpoint: string): string;
7941
8130
  /**
7942
- * The sample request in this topic shows you how to enable the `cr-5772ba41209e007b****` rule in the `ca-a4e5626622af0079****` account group.
8131
+ * The ID of the rule. Separate multiple rule IDs with commas (,).
8132
+ * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
7943
8133
  *
7944
8134
  * @param request ActiveAggregateConfigRulesRequest
7945
8135
  * @param runtime runtime options for this request RuntimeOptions
@@ -7947,7 +8137,8 @@ export default class Client extends OpenApi {
7947
8137
  */
7948
8138
  activeAggregateConfigRulesWithOptions(request: ActiveAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<ActiveAggregateConfigRulesResponse>;
7949
8139
  /**
7950
- * The sample request in this topic shows you how to enable the `cr-5772ba41209e007b****` rule in the `ca-a4e5626622af0079****` account group.
8140
+ * The ID of the rule. Separate multiple rule IDs with commas (,).
8141
+ * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
7951
8142
  *
7952
8143
  * @param request ActiveAggregateConfigRulesRequest
7953
8144
  * @return ActiveAggregateConfigRulesResponse
@@ -8020,9 +8211,7 @@ export default class Client extends OpenApi {
8020
8211
  */
8021
8212
  createAggregateConfigDeliveryChannel(request: CreateAggregateConfigDeliveryChannelRequest): Promise<CreateAggregateConfigDeliveryChannelResponse>;
8022
8213
  /**
8023
- * The sample request in this topic shows you how to create a rule based on the required-tags managed rule in the `ca-a4e5626622af0079****` account group. The return result shows that the rule is created and its ID is `cr-4e3d626622af0080****`.
8024
- * ## Limits
8025
- * A management account can contain up to 200 rules.
8214
+ * The description of the rule.
8026
8215
  *
8027
8216
  * @param tmpReq CreateAggregateConfigRuleRequest
8028
8217
  * @param runtime runtime options for this request RuntimeOptions
@@ -8030,9 +8219,7 @@ export default class Client extends OpenApi {
8030
8219
  */
8031
8220
  createAggregateConfigRuleWithOptions(tmpReq: CreateAggregateConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateAggregateConfigRuleResponse>;
8032
8221
  /**
8033
- * The sample request in this topic shows you how to create a rule based on the required-tags managed rule in the `ca-a4e5626622af0079****` account group. The return result shows that the rule is created and its ID is `cr-4e3d626622af0080****`.
8034
- * ## Limits
8035
- * A management account can contain up to 200 rules.
8222
+ * The description of the rule.
8036
8223
  *
8037
8224
  * @param request CreateAggregateConfigRuleRequest
8038
8225
  * @return CreateAggregateConfigRuleResponse
@@ -8164,7 +8351,8 @@ export default class Client extends OpenApi {
8164
8351
  */
8165
8352
  createRemediation(request: CreateRemediationRequest): Promise<CreateRemediationResponse>;
8166
8353
  /**
8167
- * The sample request in this topic shows you how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
8354
+ * The ID of the rule. Separate multiple rule IDs with commas (,).
8355
+ * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
8168
8356
  *
8169
8357
  * @param request DeactiveAggregateConfigRulesRequest
8170
8358
  * @param runtime runtime options for this request RuntimeOptions
@@ -8172,7 +8360,8 @@ export default class Client extends OpenApi {
8172
8360
  */
8173
8361
  deactiveAggregateConfigRulesWithOptions(request: DeactiveAggregateConfigRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeactiveAggregateConfigRulesResponse>;
8174
8362
  /**
8175
- * The sample request in this topic shows you how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
8363
+ * The ID of the rule. Separate multiple rule IDs with commas (,).
8364
+ * For more information about how to obtain the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
8176
8365
  *
8177
8366
  * @param request DeactiveAggregateConfigRulesRequest
8178
8367
  * @return DeactiveAggregateConfigRulesResponse
@@ -8258,7 +8447,7 @@ export default class Client extends OpenApi {
8258
8447
  */
8259
8448
  deleteAggregateRemediations(request: DeleteAggregateRemediationsRequest): Promise<DeleteAggregateRemediationsResponse>;
8260
8449
  /**
8261
- * In the example of this topic, a request is sent to delete the account group whose ID is `ca-9190626622af00a9****`.
8450
+ * The operation that you want to perform. Set the value to **DeleteAggregators**.
8262
8451
  *
8263
8452
  * @param request DeleteAggregatorsRequest
8264
8453
  * @param runtime runtime options for this request RuntimeOptions
@@ -8266,7 +8455,7 @@ export default class Client extends OpenApi {
8266
8455
  */
8267
8456
  deleteAggregatorsWithOptions(request: DeleteAggregatorsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAggregatorsResponse>;
8268
8457
  /**
8269
- * In the example of this topic, a request is sent to delete the account group whose ID is `ca-9190626622af00a9****`.
8458
+ * The operation that you want to perform. Set the value to **DeleteAggregators**.
8270
8459
  *
8271
8460
  * @param request DeleteAggregatorsRequest
8272
8461
  * @return DeleteAggregatorsResponse
@@ -8537,7 +8726,8 @@ export default class Client extends OpenApi {
8537
8726
  */
8538
8727
  getAggregateConfigRulesReport(request: GetAggregateConfigRulesReportRequest): Promise<GetAggregateConfigRulesReportResponse>;
8539
8728
  /**
8540
- * The sample request in this topic shows you how to query the `new-bucket` resource in the `ca-5885626622af0008****` account group.
8729
+ * The type of the resource.
8730
+ * For more information about how to query the type of a resource, see [ListAggregateDiscoveredResources](~~411691~~).
8541
8731
  *
8542
8732
  * @param request GetAggregateDiscoveredResourceRequest
8543
8733
  * @param runtime runtime options for this request RuntimeOptions
@@ -8545,14 +8735,16 @@ export default class Client extends OpenApi {
8545
8735
  */
8546
8736
  getAggregateDiscoveredResourceWithOptions(request: GetAggregateDiscoveredResourceRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateDiscoveredResourceResponse>;
8547
8737
  /**
8548
- * The sample request in this topic shows you how to query the `new-bucket` resource in the `ca-5885626622af0008****` account group.
8738
+ * The type of the resource.
8739
+ * For more information about how to query the type of a resource, see [ListAggregateDiscoveredResources](~~411691~~).
8549
8740
  *
8550
8741
  * @param request GetAggregateDiscoveredResourceRequest
8551
8742
  * @return GetAggregateDiscoveredResourceResponse
8552
8743
  */
8553
8744
  getAggregateDiscoveredResource(request: GetAggregateDiscoveredResourceRequest): Promise<GetAggregateDiscoveredResourceResponse>;
8554
8745
  /**
8555
- * The sample request in this topic shows you how to query the compliance evaluation results based on the `cr-d369626622af008e****` rule in the `ca-a4e5626622af0079****` account group. The return result shows that a total of 10 resources are evaluated by the rule and five of them are evaluated as compliant.
8746
+ * The ID of the rule.
8747
+ * For more information about how to query the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
8556
8748
  *
8557
8749
  * @param request GetAggregateResourceComplianceByConfigRuleRequest
8558
8750
  * @param runtime runtime options for this request RuntimeOptions
@@ -8560,7 +8752,8 @@ export default class Client extends OpenApi {
8560
8752
  */
8561
8753
  getAggregateResourceComplianceByConfigRuleWithOptions(request: GetAggregateResourceComplianceByConfigRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceByConfigRuleResponse>;
8562
8754
  /**
8563
- * The sample request in this topic shows you how to query the compliance evaluation results based on the `cr-d369626622af008e****` rule in the `ca-a4e5626622af0079****` account group. The return result shows that a total of 10 resources are evaluated by the rule and five of them are evaluated as compliant.
8755
+ * The ID of the rule.
8756
+ * For more information about how to query the ID of a rule, see [ListAggregateConfigRules](~~264148~~).
8564
8757
  *
8565
8758
  * @param request GetAggregateResourceComplianceByConfigRuleRequest
8566
8759
  * @return GetAggregateResourceComplianceByConfigRuleResponse
@@ -8586,7 +8779,7 @@ export default class Client extends OpenApi {
8586
8779
  getAggregateResourceComplianceGroupByResourceTypeWithOptions(request: GetAggregateResourceComplianceGroupByResourceTypeRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceGroupByResourceTypeResponse>;
8587
8780
  getAggregateResourceComplianceGroupByResourceType(request: GetAggregateResourceComplianceGroupByResourceTypeRequest): Promise<GetAggregateResourceComplianceGroupByResourceTypeResponse>;
8588
8781
  /**
8589
- * The sample request in this topic shows you how to query the compliance timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows the following two timestamps on the compliance timeline: `1625200295276` and `1625200228510`. The first timestamp indicates 12:31:35 on July 2, 2021 (UTC+8), and the second timestamp indicates 12:30:28 on July 2, 2021 (UTC+8).
8782
+ * The operation that you want to perform. Set the value to **GetAggregateResourceComplianceTimeline**.
8590
8783
  *
8591
8784
  * @param request GetAggregateResourceComplianceTimelineRequest
8592
8785
  * @param runtime runtime options for this request RuntimeOptions
@@ -8594,14 +8787,15 @@ export default class Client extends OpenApi {
8594
8787
  */
8595
8788
  getAggregateResourceComplianceTimelineWithOptions(request: GetAggregateResourceComplianceTimelineRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceComplianceTimelineResponse>;
8596
8789
  /**
8597
- * The sample request in this topic shows you how to query the compliance timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows the following two timestamps on the compliance timeline: `1625200295276` and `1625200228510`. The first timestamp indicates 12:31:35 on July 2, 2021 (UTC+8), and the second timestamp indicates 12:30:28 on July 2, 2021 (UTC+8).
8790
+ * The operation that you want to perform. Set the value to **GetAggregateResourceComplianceTimeline**.
8598
8791
  *
8599
8792
  * @param request GetAggregateResourceComplianceTimelineRequest
8600
8793
  * @return GetAggregateResourceComplianceTimelineResponse
8601
8794
  */
8602
8795
  getAggregateResourceComplianceTimeline(request: GetAggregateResourceComplianceTimelineRequest): Promise<GetAggregateResourceComplianceTimelineResponse>;
8603
8796
  /**
8604
- * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
8797
+ * The ID of the resource.
8798
+ * For more information about how to obtain the ID of a resource, see [ListAggregateDiscoveredResources](~~265983~~).
8605
8799
  *
8606
8800
  * @param request GetAggregateResourceConfigurationTimelineRequest
8607
8801
  * @param runtime runtime options for this request RuntimeOptions
@@ -8609,14 +8803,16 @@ export default class Client extends OpenApi {
8609
8803
  */
8610
8804
  getAggregateResourceConfigurationTimelineWithOptions(request: GetAggregateResourceConfigurationTimelineRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceConfigurationTimelineResponse>;
8611
8805
  /**
8612
- * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region within the `100931896542****` member account of the `ca-5885626622af0008****` account group. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
8806
+ * The ID of the resource.
8807
+ * For more information about how to obtain the ID of a resource, see [ListAggregateDiscoveredResources](~~265983~~).
8613
8808
  *
8614
8809
  * @param request GetAggregateResourceConfigurationTimelineRequest
8615
8810
  * @return GetAggregateResourceConfigurationTimelineResponse
8616
8811
  */
8617
8812
  getAggregateResourceConfigurationTimeline(request: GetAggregateResourceConfigurationTimelineRequest): Promise<GetAggregateResourceConfigurationTimelineResponse>;
8618
8813
  /**
8619
- * This topic provides an example on how to query the statistics on the resources in an account group named `ca-a260626622af0005****` by region. The returned result shows that a total of `10` resources exist in the `cn-hangzhou` region.
8814
+ * The ID of the account group.
8815
+ * For more information about how to obtain the ID of an account group, see [ListAggregators](~~255797~~).
8620
8816
  *
8621
8817
  * @param request GetAggregateResourceCountsGroupByRegionRequest
8622
8818
  * @param runtime runtime options for this request RuntimeOptions
@@ -8624,7 +8820,8 @@ export default class Client extends OpenApi {
8624
8820
  */
8625
8821
  getAggregateResourceCountsGroupByRegionWithOptions(request: GetAggregateResourceCountsGroupByRegionRequest, runtime: $Util.RuntimeOptions): Promise<GetAggregateResourceCountsGroupByRegionResponse>;
8626
8822
  /**
8627
- * This topic provides an example on how to query the statistics on the resources in an account group named `ca-a260626622af0005****` by region. The returned result shows that a total of `10` resources exist in the `cn-hangzhou` region.
8823
+ * The ID of the account group.
8824
+ * For more information about how to obtain the ID of an account group, see [ListAggregators](~~255797~~).
8628
8825
  *
8629
8826
  * @param request GetAggregateResourceCountsGroupByRegionRequest
8630
8827
  * @return GetAggregateResourceCountsGroupByRegionResponse
@@ -8867,7 +9064,7 @@ export default class Client extends OpenApi {
8867
9064
  */
8868
9065
  getResourceComplianceTimeline(request: GetResourceComplianceTimelineRequest): Promise<GetResourceComplianceTimelineResponse>;
8869
9066
  /**
8870
- * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
9067
+ * The timestamp that specifies the beginning of the time range to query. By default, Cloud Config retrieves the configuration changes in the last 30 days for the specified resource. Unit: milliseconds.
8871
9068
  *
8872
9069
  * @param request GetResourceConfigurationTimelineRequest
8873
9070
  * @param runtime runtime options for this request RuntimeOptions
@@ -8875,7 +9072,7 @@ export default class Client extends OpenApi {
8875
9072
  */
8876
9073
  getResourceConfigurationTimelineWithOptions(request: GetResourceConfigurationTimelineRequest, runtime: $Util.RuntimeOptions): Promise<GetResourceConfigurationTimelineResponse>;
8877
9074
  /**
8878
- * The sample request in this topic shows you how to query the configuration timeline of the `new-bucket` resource that resides in the `cn-hangzhou` region. The new-bucket resource is an Object Storage Service (OSS) bucket. The return result shows that the timestamp when the resource configuration changes is `1624961112000`. The timestamp indicates 18:05:12 on June 29, 2021 (UTC+8).
9075
+ * The timestamp that specifies the beginning of the time range to query. By default, Cloud Config retrieves the configuration changes in the last 30 days for the specified resource. Unit: milliseconds.
8879
9076
  *
8880
9077
  * @param request GetResourceConfigurationTimelineRequest
8881
9078
  * @return GetResourceConfigurationTimelineResponse
@@ -8963,7 +9160,7 @@ export default class Client extends OpenApi {
8963
9160
  */
8964
9161
  listAggregateConfigRules(request: ListAggregateConfigRulesRequest): Promise<ListAggregateConfigRulesResponse>;
8965
9162
  /**
8966
- * This example shows how to query the resources in the `ca-c560626622af0005****` account group. The response shows that the account group contains eight resources.
9163
+ * The token that you want to use to initiate the current request. If the response of the previous request is truncated, you can use this token to initiate another request and obtain the remaining entries.``
8967
9164
  *
8968
9165
  * @param request ListAggregateDiscoveredResourcesRequest
8969
9166
  * @param runtime runtime options for this request RuntimeOptions
@@ -8971,7 +9168,7 @@ export default class Client extends OpenApi {
8971
9168
  */
8972
9169
  listAggregateDiscoveredResourcesWithOptions(request: ListAggregateDiscoveredResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateDiscoveredResourcesResponse>;
8973
9170
  /**
8974
- * This example shows how to query the resources in the `ca-c560626622af0005****` account group. The response shows that the account group contains eight resources.
9171
+ * The token that you want to use to initiate the current request. If the response of the previous request is truncated, you can use this token to initiate another request and obtain the remaining entries.``
8975
9172
  *
8976
9173
  * @param request ListAggregateDiscoveredResourcesRequest
8977
9174
  * @return ListAggregateDiscoveredResourcesResponse
@@ -9007,6 +9204,8 @@ export default class Client extends OpenApi {
9007
9204
  * @return ListAggregateResourceEvaluationResultsResponse
9008
9205
  */
9009
9206
  listAggregateResourceEvaluationResults(request: ListAggregateResourceEvaluationResultsRequest): Promise<ListAggregateResourceEvaluationResultsResponse>;
9207
+ listAggregateResourceRelationsWithOptions(request: ListAggregateResourceRelationsRequest, runtime: $Util.RuntimeOptions): Promise<ListAggregateResourceRelationsResponse>;
9208
+ listAggregateResourceRelations(request: ListAggregateResourceRelationsRequest): Promise<ListAggregateResourceRelationsResponse>;
9010
9209
  /**
9011
9210
  * The sample request in this topic shows you how to query account groups. A maximum of 10 entries can be returned for the request. As shown in the responses, the account group returned is named as `Test_Group`, its description is `Test account group`, and it is of the `CUSTOM` type, which indicates a custom account group. The account group contains two member accounts.
9012
9211
  *
@@ -9148,6 +9347,8 @@ export default class Client extends OpenApi {
9148
9347
  * @return ListResourceEvaluationResultsResponse
9149
9348
  */
9150
9349
  listResourceEvaluationResults(request: ListResourceEvaluationResultsRequest): Promise<ListResourceEvaluationResultsResponse>;
9350
+ listResourceRelationsWithOptions(request: ListResourceRelationsRequest, runtime: $Util.RuntimeOptions): Promise<ListResourceRelationsResponse>;
9351
+ listResourceRelations(request: ListResourceRelationsRequest): Promise<ListResourceRelationsResponse>;
9151
9352
  listTagResourcesWithOptions(tmpReq: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
9152
9353
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
9153
9354
  /**
@@ -9363,7 +9564,7 @@ export default class Client extends OpenApi {
9363
9564
  updateConfigRule(request: UpdateConfigRuleRequest): Promise<UpdateConfigRuleResponse>;
9364
9565
  /**
9365
9566
  * @deprecated : UpdateDeliveryChannel is deprecated, please use Config::2020-09-07::UpdateConfigDeliveryChannel,Config::2020-09-07::UpdateAggregateConfigDeliveryChannel instead.
9366
- * In this example, the status of the delivery channel whose ID is `cdc-8e45ff4e06a3a8****` is changed to 0, which indicates that the delivery channel is disabled. After the delivery channel is disabled, Cloud Config retains the last delivery configuration and stops resource data delivery.
9567
+ * The operation that you want to perform. Set the value to **UpdateDeliveryChannel**.
9367
9568
  *
9368
9569
  * @param request UpdateDeliveryChannelRequest
9369
9570
  * @param runtime runtime options for this request RuntimeOptions
@@ -9372,7 +9573,7 @@ export default class Client extends OpenApi {
9372
9573
  updateDeliveryChannelWithOptions(request: UpdateDeliveryChannelRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDeliveryChannelResponse>;
9373
9574
  /**
9374
9575
  * @deprecated : UpdateDeliveryChannel is deprecated, please use Config::2020-09-07::UpdateConfigDeliveryChannel,Config::2020-09-07::UpdateAggregateConfigDeliveryChannel instead.
9375
- * In this example, the status of the delivery channel whose ID is `cdc-8e45ff4e06a3a8****` is changed to 0, which indicates that the delivery channel is disabled. After the delivery channel is disabled, Cloud Config retains the last delivery configuration and stops resource data delivery.
9576
+ * The operation that you want to perform. Set the value to **UpdateDeliveryChannel**.
9376
9577
  *
9377
9578
  * @param request UpdateDeliveryChannelRequest
9378
9579
  * @return UpdateDeliveryChannelResponse