@alicloud/config20200907 4.2.0 → 4.2.2
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 +612 -876
- package/dist/client.js +642 -876
- package/dist/client.js.map +1 -1
- package/dist/models/ActiveAggregateConfigRulesRequest.d.ts +0 -25
- package/dist/models/ActiveAggregateConfigRulesRequest.js.map +1 -1
- package/dist/models/ActiveAggregateConfigRulesResponseBody.d.ts +0 -39
- package/dist/models/ActiveAggregateConfigRulesResponseBody.js.map +1 -1
- package/dist/models/ActiveConfigRulesRequest.d.ts +0 -14
- package/dist/models/ActiveConfigRulesRequest.js.map +1 -1
- package/dist/models/ActiveConfigRulesResponseBody.d.ts +0 -42
- package/dist/models/ActiveConfigRulesResponseBody.js.map +1 -1
- package/dist/models/AttachAggregateConfigRuleToCompliancePackRequest.d.ts +0 -21
- package/dist/models/AttachAggregateConfigRuleToCompliancePackRequest.js.map +1 -1
- package/dist/models/AttachAggregateConfigRuleToCompliancePackResponseBody.d.ts +0 -42
- package/dist/models/AttachAggregateConfigRuleToCompliancePackResponseBody.js.map +1 -1
- package/dist/models/AttachConfigRuleToCompliancePackRequest.d.ts +0 -14
- package/dist/models/AttachConfigRuleToCompliancePackRequest.js.map +1 -1
- package/dist/models/AttachConfigRuleToCompliancePackResponseBody.d.ts +0 -42
- package/dist/models/AttachConfigRuleToCompliancePackResponseBody.js.map +1 -1
- package/dist/models/CopyCompliancePacksRequest.d.ts +0 -25
- package/dist/models/CopyCompliancePacksRequest.js.map +1 -1
- package/dist/models/CopyCompliancePacksResponseBody.d.ts +0 -17
- package/dist/models/CopyCompliancePacksResponseBody.js.map +1 -1
- package/dist/models/CopyConfigRulesRequest.d.ts +0 -23
- package/dist/models/CopyConfigRulesRequest.js.map +1 -1
- package/dist/models/CopyConfigRulesResponseBody.d.ts +0 -17
- package/dist/models/CopyConfigRulesResponseBody.js.map +1 -1
- package/dist/models/CreateAdvancedSearchFileRequest.d.ts +0 -5
- package/dist/models/CreateAdvancedSearchFileRequest.js.map +1 -1
- package/dist/models/CreateAdvancedSearchFileResponseBody.d.ts +0 -7
- package/dist/models/CreateAdvancedSearchFileResponseBody.js.map +1 -1
- package/dist/models/CreateAggregateAdvancedSearchFileRequest.d.ts +1 -1
- package/dist/models/CreateAggregateCompliancePackRequest.d.ts +111 -57
- package/dist/models/CreateAggregateCompliancePackRequest.js.map +1 -1
- package/dist/models/CreateAggregateCompliancePackResponseBody.d.ts +1 -1
- package/dist/models/CreateAggregateCompliancePackShrinkRequest.d.ts +88 -36
- package/dist/models/CreateAggregateCompliancePackShrinkRequest.js.map +1 -1
- package/dist/models/CreateAggregateConfigDeliveryChannelRequest.d.ts +60 -42
- package/dist/models/CreateAggregateConfigDeliveryChannelRequest.js.map +1 -1
- package/dist/models/CreateAggregateConfigDeliveryChannelResponseBody.d.ts +1 -1
- package/dist/models/CreateAggregateConfigRuleRequest.d.ts +94 -81
- package/dist/models/CreateAggregateConfigRuleRequest.js +2 -0
- package/dist/models/CreateAggregateConfigRuleRequest.js.map +1 -1
- package/dist/models/CreateAggregateConfigRuleResponseBody.d.ts +2 -2
- package/dist/models/CreateAggregateConfigRuleShrinkRequest.d.ts +90 -73
- package/dist/models/CreateAggregateConfigRuleShrinkRequest.js +2 -0
- package/dist/models/CreateAggregateConfigRuleShrinkRequest.js.map +1 -1
- package/dist/models/CreateAggregateRemediationRequest.d.ts +27 -20
- package/dist/models/CreateAggregateRemediationRequest.js.map +1 -1
- package/dist/models/CreateAggregateRemediationResponseBody.d.ts +1 -1
- package/dist/models/CreateAggregatorRequest.d.ts +23 -29
- package/dist/models/CreateAggregatorRequest.js.map +1 -1
- package/dist/models/CreateAggregatorResponseBody.d.ts +1 -1
- package/dist/models/CreateAggregatorShrinkRequest.d.ts +16 -20
- package/dist/models/CreateAggregatorShrinkRequest.js.map +1 -1
- package/dist/models/CreateCompliancePackRequest.d.ts +0 -246
- package/dist/models/CreateCompliancePackRequest.js.map +1 -1
- package/dist/models/CreateCompliancePackResponseBody.d.ts +0 -14
- package/dist/models/CreateCompliancePackResponseBody.js.map +1 -1
- package/dist/models/CreateCompliancePackShrinkRequest.d.ts +0 -159
- package/dist/models/CreateCompliancePackShrinkRequest.js.map +1 -1
- package/dist/models/CreateConfigDeliveryChannelRequest.d.ts +65 -49
- package/dist/models/CreateConfigDeliveryChannelRequest.js.map +1 -1
- package/dist/models/CreateConfigRuleRequest.d.ts +92 -61
- package/dist/models/CreateConfigRuleRequest.js +2 -0
- package/dist/models/CreateConfigRuleRequest.js.map +1 -1
- package/dist/models/CreateConfigRuleShrinkRequest.d.ts +88 -55
- package/dist/models/CreateConfigRuleShrinkRequest.js +2 -0
- package/dist/models/CreateConfigRuleShrinkRequest.js.map +1 -1
- package/dist/models/CreateRemediationRequest.d.ts +25 -18
- package/dist/models/CreateRemediationRequest.js.map +1 -1
- package/dist/models/CreateRemediationResponseBody.d.ts +1 -1
- package/dist/models/CreateReportTemplateRequest.d.ts +71 -1
- package/dist/models/CreateReportTemplateRequest.js.map +1 -1
- package/dist/models/CreateReportTemplateResponseBody.d.ts +6 -0
- package/dist/models/CreateReportTemplateResponseBody.js.map +1 -1
- package/dist/models/CreateReportTemplateShrinkRequest.d.ts +56 -1
- package/dist/models/CreateReportTemplateShrinkRequest.js.map +1 -1
- package/dist/models/DeactiveAggregateConfigRulesRequest.d.ts +0 -25
- package/dist/models/DeactiveAggregateConfigRulesRequest.js.map +1 -1
- package/dist/models/DeactiveAggregateConfigRulesResponseBody.d.ts +0 -42
- package/dist/models/DeactiveAggregateConfigRulesResponseBody.js.map +1 -1
- package/dist/models/DeactiveConfigRulesRequest.d.ts +0 -18
- package/dist/models/DeactiveConfigRulesRequest.js.map +1 -1
- package/dist/models/DeactiveConfigRulesResponseBody.d.ts +0 -42
- package/dist/models/DeactiveConfigRulesResponseBody.js.map +1 -1
- package/dist/models/DeleteAggregateCompliancePacksRequest.d.ts +0 -31
- package/dist/models/DeleteAggregateCompliancePacksRequest.js.map +1 -1
- package/dist/models/DeleteAggregateCompliancePacksResponseBody.d.ts +0 -42
- package/dist/models/DeleteAggregateCompliancePacksResponseBody.js.map +1 -1
- package/dist/models/DeleteAggregateConfigDeliveryChannelRequest.d.ts +0 -12
- package/dist/models/DeleteAggregateConfigDeliveryChannelRequest.js.map +1 -1
- package/dist/models/DeleteAggregateConfigDeliveryChannelResponseBody.d.ts +0 -14
- package/dist/models/DeleteAggregateConfigDeliveryChannelResponseBody.js.map +1 -1
- package/dist/models/DeleteAggregateConfigRulesRequest.d.ts +0 -14
- package/dist/models/DeleteAggregateConfigRulesRequest.js.map +1 -1
- package/dist/models/DeleteAggregateConfigRulesResponseBody.d.ts +0 -42
- package/dist/models/DeleteAggregateConfigRulesResponseBody.js.map +1 -1
- package/dist/models/DeleteAggregateRemediationsRequest.d.ts +3 -3
- package/dist/models/DeleteAggregateRemediationsResponseBody.d.ts +10 -8
- package/dist/models/DeleteAggregateRemediationsResponseBody.js.map +1 -1
- package/dist/models/DeleteAggregatorsRequest.d.ts +0 -12
- package/dist/models/DeleteAggregatorsRequest.js.map +1 -1
- package/dist/models/DeleteAggregatorsResponseBody.d.ts +0 -41
- package/dist/models/DeleteAggregatorsResponseBody.js.map +1 -1
- package/dist/models/DeleteCompliancePacksRequest.d.ts +0 -24
- package/dist/models/DeleteCompliancePacksRequest.js.map +1 -1
- package/dist/models/DeleteCompliancePacksResponseBody.d.ts +0 -42
- package/dist/models/DeleteCompliancePacksResponseBody.js.map +1 -1
- package/dist/models/DeleteConfigDeliveryChannelRequest.d.ts +0 -7
- package/dist/models/DeleteConfigDeliveryChannelRequest.js.map +1 -1
- package/dist/models/DeleteConfigDeliveryChannelResponseBody.d.ts +0 -14
- package/dist/models/DeleteConfigDeliveryChannelResponseBody.js.map +1 -1
- package/dist/models/DeleteConfigRulesRequest.d.ts +0 -7
- package/dist/models/DeleteConfigRulesRequest.js.map +1 -1
- package/dist/models/DeleteConfigRulesResponseBody.d.ts +0 -42
- package/dist/models/DeleteConfigRulesResponseBody.js.map +1 -1
- package/dist/models/DeleteRemediationsRequest.d.ts +2 -2
- package/dist/models/DeleteRemediationsResponseBody.d.ts +10 -8
- package/dist/models/DeleteRemediationsResponseBody.js.map +1 -1
- package/dist/models/DeleteReportTemplateRequest.d.ts +2 -0
- package/dist/models/DeleteReportTemplateRequest.js.map +1 -1
- package/dist/models/DeleteReportTemplateResponseBody.d.ts +6 -0
- package/dist/models/DeleteReportTemplateResponseBody.js.map +1 -1
- package/dist/models/DescribeDiscoveredResourceBatchRequest.d.ts +11 -2
- package/dist/models/DescribeDiscoveredResourceBatchRequest.js.map +1 -1
- package/dist/models/DescribeDiscoveredResourceBatchResponseBody.d.ts +2 -2
- package/dist/models/DescribeIntegratedServiceStatusRequest.d.ts +2 -0
- package/dist/models/DescribeIntegratedServiceStatusRequest.js.map +1 -1
- package/dist/models/DescribeIntegratedServiceStatusResponseBody.d.ts +11 -0
- package/dist/models/DescribeIntegratedServiceStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeRemediationRequest.d.ts +1 -11
- package/dist/models/DescribeRemediationRequest.js.map +1 -1
- package/dist/models/DescribeRemediationResponseBody.d.ts +0 -103
- package/dist/models/DescribeRemediationResponseBody.js.map +1 -1
- package/dist/models/DetachAggregateConfigRuleToCompliancePackRequest.d.ts +0 -21
- package/dist/models/DetachAggregateConfigRuleToCompliancePackRequest.js.map +1 -1
- package/dist/models/DetachAggregateConfigRuleToCompliancePackResponseBody.d.ts +0 -42
- package/dist/models/DetachAggregateConfigRuleToCompliancePackResponseBody.js.map +1 -1
- package/dist/models/DetachConfigRuleToCompliancePackRequest.d.ts +1 -1
- package/dist/models/DetachConfigRuleToCompliancePackResponseBody.d.ts +20 -9
- package/dist/models/DetachConfigRuleToCompliancePackResponseBody.js.map +1 -1
- package/dist/models/DryRunConfigRuleRequest.d.ts +44 -0
- package/dist/models/DryRunConfigRuleRequest.js.map +1 -1
- package/dist/models/DryRunConfigRuleResponseBody.d.ts +30 -17
- package/dist/models/DryRunConfigRuleResponseBody.js.map +1 -1
- package/dist/models/EvaluatePreConfigRulesRequest.d.ts +21 -17
- package/dist/models/EvaluatePreConfigRulesRequest.js.map +1 -1
- package/dist/models/EvaluatePreConfigRulesResponseBody.d.ts +9 -7
- package/dist/models/EvaluatePreConfigRulesResponseBody.js.map +1 -1
- package/dist/models/EvaluatePreConfigRulesShrinkRequest.d.ts +5 -6
- package/dist/models/EvaluatePreConfigRulesShrinkRequest.js.map +1 -1
- package/dist/models/GenerateAggregateCompliancePackReportRequest.d.ts +14 -3
- package/dist/models/GenerateAggregateCompliancePackReportRequest.js.map +1 -1
- package/dist/models/GenerateAggregateCompliancePackReportResponseBody.d.ts +1 -1
- package/dist/models/GenerateAggregateConfigRulesReportRequest.d.ts +0 -23
- package/dist/models/GenerateAggregateConfigRulesReportRequest.js.map +1 -1
- package/dist/models/GenerateAggregateConfigRulesReportResponseBody.d.ts +0 -21
- package/dist/models/GenerateAggregateConfigRulesReportResponseBody.js.map +1 -1
- package/dist/models/GenerateAggregateResourceInventoryRequest.d.ts +0 -36
- package/dist/models/GenerateAggregateResourceInventoryRequest.js.map +1 -1
- package/dist/models/GenerateAggregateResourceInventoryResponseBody.d.ts +0 -7
- package/dist/models/GenerateAggregateResourceInventoryResponseBody.js.map +1 -1
- package/dist/models/GenerateCompliancePackReportRequest.d.ts +0 -14
- package/dist/models/GenerateCompliancePackReportRequest.js.map +1 -1
- package/dist/models/GenerateCompliancePackReportResponseBody.d.ts +0 -14
- package/dist/models/GenerateCompliancePackReportResponseBody.js.map +1 -1
- package/dist/models/GenerateConfigRulesReportRequest.d.ts +0 -16
- package/dist/models/GenerateConfigRulesReportRequest.js.map +1 -1
- package/dist/models/GenerateConfigRulesReportResponseBody.d.ts +0 -14
- package/dist/models/GenerateConfigRulesReportResponseBody.js.map +1 -1
- package/dist/models/GenerateReportFromTemplateRequest.d.ts +2 -0
- package/dist/models/GenerateReportFromTemplateRequest.js.map +1 -1
- package/dist/models/GenerateReportFromTemplateResponseBody.d.ts +3 -0
- package/dist/models/GenerateReportFromTemplateResponseBody.js.map +1 -1
- package/dist/models/GenerateResourceInventoryRequest.d.ts +5 -4
- package/dist/models/GenerateResourceInventoryRequest.js.map +1 -1
- package/dist/models/GetAdvancedSearchFileResponseBody.d.ts +0 -32
- package/dist/models/GetAdvancedSearchFileResponseBody.js.map +1 -1
- package/dist/models/GetAggregateAccountComplianceByPackRequest.d.ts +0 -14
- package/dist/models/GetAggregateAccountComplianceByPackRequest.js.map +1 -1
- package/dist/models/GetAggregateAccountComplianceByPackResponseBody.d.ts +0 -62
- package/dist/models/GetAggregateAccountComplianceByPackResponseBody.js.map +1 -1
- package/dist/models/GetAggregateAdvancedSearchFileRequest.d.ts +0 -7
- package/dist/models/GetAggregateAdvancedSearchFileRequest.js.map +1 -1
- package/dist/models/GetAggregateAdvancedSearchFileResponseBody.d.ts +0 -34
- package/dist/models/GetAggregateAdvancedSearchFileResponseBody.js.map +1 -1
- package/dist/models/GetAggregateCompliancePackReportRequest.d.ts +0 -14
- package/dist/models/GetAggregateCompliancePackReportRequest.js.map +1 -1
- package/dist/models/GetAggregateCompliancePackReportResponseBody.d.ts +0 -47
- package/dist/models/GetAggregateCompliancePackReportResponseBody.js.map +1 -1
- package/dist/models/GetAggregateCompliancePackRequest.d.ts +9 -11
- package/dist/models/GetAggregateCompliancePackRequest.js.map +1 -1
- package/dist/models/GetAggregateCompliancePackResponseBody.d.ts +102 -72
- package/dist/models/GetAggregateCompliancePackResponseBody.js.map +1 -1
- package/dist/models/GetAggregateCompliancePackShrinkRequest.d.ts +5 -5
- package/dist/models/GetAggregateComplianceSummaryResponseBody.d.ts +26 -5
- package/dist/models/GetAggregateComplianceSummaryResponseBody.js.map +1 -1
- package/dist/models/GetAggregateConfigDeliveryChannelRequest.d.ts +0 -14
- package/dist/models/GetAggregateConfigDeliveryChannelRequest.js.map +1 -1
- package/dist/models/GetAggregateConfigDeliveryChannelResponseBody.d.ts +0 -166
- package/dist/models/GetAggregateConfigDeliveryChannelResponseBody.js.map +1 -1
- package/dist/models/GetAggregateConfigRuleComplianceByPackRequest.d.ts +3 -3
- package/dist/models/GetAggregateConfigRuleComplianceByPackResponseBody.d.ts +47 -16
- package/dist/models/GetAggregateConfigRuleComplianceByPackResponseBody.js.map +1 -1
- package/dist/models/GetAggregateConfigRuleRequest.d.ts +9 -12
- package/dist/models/GetAggregateConfigRuleRequest.js.map +1 -1
- package/dist/models/GetAggregateConfigRuleResponseBody.d.ts +135 -119
- package/dist/models/GetAggregateConfigRuleResponseBody.js.map +1 -1
- package/dist/models/GetAggregateConfigRuleShrinkRequest.d.ts +5 -6
- package/dist/models/GetAggregateConfigRuleShrinkRequest.js.map +1 -1
- package/dist/models/GetAggregateConfigRuleSummaryByRiskLevelRequest.d.ts +0 -7
- package/dist/models/GetAggregateConfigRuleSummaryByRiskLevelRequest.js.map +1 -1
- package/dist/models/GetAggregateConfigRuleSummaryByRiskLevelResponseBody.d.ts +0 -36
- package/dist/models/GetAggregateConfigRuleSummaryByRiskLevelResponseBody.js.map +1 -1
- package/dist/models/GetAggregateConfigRulesReportRequest.d.ts +0 -14
- package/dist/models/GetAggregateConfigRulesReportRequest.js.map +1 -1
- package/dist/models/GetAggregateConfigRulesReportResponseBody.d.ts +0 -54
- package/dist/models/GetAggregateConfigRulesReportResponseBody.js.map +1 -1
- package/dist/models/GetAggregateDiscoveredResourceRequest.d.ts +13 -12
- package/dist/models/GetAggregateDiscoveredResourceRequest.js.map +1 -1
- package/dist/models/GetAggregateDiscoveredResourceResponseBody.d.ts +29 -20
- package/dist/models/GetAggregateDiscoveredResourceResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceByConfigRuleRequest.d.ts +0 -35
- package/dist/models/GetAggregateResourceComplianceByConfigRuleRequest.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceByConfigRuleResponseBody.d.ts +0 -41
- package/dist/models/GetAggregateResourceComplianceByConfigRuleResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceByPackRequest.d.ts +2 -2
- package/dist/models/GetAggregateResourceComplianceByPackResponseBody.d.ts +31 -3
- package/dist/models/GetAggregateResourceComplianceByPackResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceGroupByRegionRequest.d.ts +0 -12
- package/dist/models/GetAggregateResourceComplianceGroupByRegionRequest.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceGroupByRegionResponseBody.d.ts +0 -45
- package/dist/models/GetAggregateResourceComplianceGroupByRegionResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceGroupByResourceTypeRequest.d.ts +0 -12
- package/dist/models/GetAggregateResourceComplianceGroupByResourceTypeRequest.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceGroupByResourceTypeResponseBody.d.ts +0 -45
- package/dist/models/GetAggregateResourceComplianceGroupByResourceTypeResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceComplianceTimelineRequest.d.ts +10 -10
- package/dist/models/GetAggregateResourceComplianceTimelineResponseBody.d.ts +20 -51
- package/dist/models/GetAggregateResourceComplianceTimelineResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceConfigurationTimelineRequest.d.ts +11 -11
- package/dist/models/GetAggregateResourceConfigurationTimelineResponseBody.d.ts +24 -20
- package/dist/models/GetAggregateResourceConfigurationTimelineResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceCountsGroupByRegionRequest.d.ts +0 -32
- package/dist/models/GetAggregateResourceCountsGroupByRegionRequest.js.map +1 -1
- package/dist/models/GetAggregateResourceCountsGroupByRegionResponseBody.d.ts +0 -34
- package/dist/models/GetAggregateResourceCountsGroupByRegionResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceCountsGroupByResourceTypeRequest.d.ts +0 -32
- package/dist/models/GetAggregateResourceCountsGroupByResourceTypeRequest.js.map +1 -1
- package/dist/models/GetAggregateResourceCountsGroupByResourceTypeResponseBody.d.ts +0 -32
- package/dist/models/GetAggregateResourceCountsGroupByResourceTypeResponseBody.js.map +1 -1
- package/dist/models/GetAggregateResourceInventoryRequest.d.ts +0 -7
- package/dist/models/GetAggregateResourceInventoryRequest.js.map +1 -1
- package/dist/models/GetAggregateResourceInventoryResponseBody.d.ts +0 -34
- package/dist/models/GetAggregateResourceInventoryResponseBody.js.map +1 -1
- package/dist/models/GetAggregatorRequest.d.ts +6 -10
- package/dist/models/GetAggregatorRequest.js.map +1 -1
- package/dist/models/GetAggregatorResponseBody.d.ts +32 -19
- package/dist/models/GetAggregatorResponseBody.js.map +1 -1
- package/dist/models/GetAggregatorShrinkRequest.d.ts +2 -2
- package/dist/models/GetCompliancePackReportRequest.d.ts +0 -7
- package/dist/models/GetCompliancePackReportRequest.js.map +1 -1
- package/dist/models/GetCompliancePackReportResponseBody.d.ts +0 -47
- package/dist/models/GetCompliancePackReportResponseBody.js.map +1 -1
- package/dist/models/GetCompliancePackRequest.d.ts +12 -8
- package/dist/models/GetCompliancePackRequest.js.map +1 -1
- package/dist/models/GetCompliancePackResponseBody.d.ts +54 -48
- package/dist/models/GetCompliancePackResponseBody.js.map +1 -1
- package/dist/models/GetCompliancePackShrinkRequest.d.ts +4 -4
- package/dist/models/GetComplianceSummaryResponseBody.d.ts +36 -9
- package/dist/models/GetComplianceSummaryResponseBody.js.map +1 -1
- package/dist/models/GetConfigDeliveryChannelRequest.d.ts +1 -1
- package/dist/models/GetConfigDeliveryChannelResponseBody.d.ts +46 -37
- package/dist/models/GetConfigDeliveryChannelResponseBody.js.map +1 -1
- package/dist/models/GetConfigRuleComplianceByPackRequest.d.ts +1 -1
- package/dist/models/GetConfigRuleComplianceByPackResponseBody.d.ts +44 -13
- package/dist/models/GetConfigRuleComplianceByPackResponseBody.js.map +1 -1
- package/dist/models/GetConfigRuleRequest.d.ts +8 -8
- package/dist/models/GetConfigRuleResponseBody.d.ts +137 -114
- package/dist/models/GetConfigRuleResponseBody.js.map +1 -1
- package/dist/models/GetConfigRuleShrinkRequest.d.ts +3 -3
- package/dist/models/GetConfigRuleSummaryByRiskLevelResponseBody.d.ts +5 -3
- package/dist/models/GetConfigRuleSummaryByRiskLevelResponseBody.js.map +1 -1
- package/dist/models/GetConfigRulesReportRequest.d.ts +0 -7
- package/dist/models/GetConfigRulesReportRequest.js.map +1 -1
- package/dist/models/GetConfigRulesReportResponseBody.d.ts +0 -47
- package/dist/models/GetConfigRulesReportResponseBody.js.map +1 -1
- package/dist/models/GetConfigurationRecorderResponseBody.d.ts +10 -7
- package/dist/models/GetConfigurationRecorderResponseBody.js.map +1 -1
- package/dist/models/GetDiscoveredResourceCountsGroupByRegionRequest.d.ts +0 -9
- package/dist/models/GetDiscoveredResourceCountsGroupByRegionRequest.js.map +1 -1
- package/dist/models/GetDiscoveredResourceCountsGroupByRegionResponseBody.d.ts +0 -34
- package/dist/models/GetDiscoveredResourceCountsGroupByRegionResponseBody.js.map +1 -1
- package/dist/models/GetDiscoveredResourceCountsGroupByResourceTypeRequest.d.ts +0 -7
- package/dist/models/GetDiscoveredResourceCountsGroupByResourceTypeRequest.js.map +1 -1
- package/dist/models/GetDiscoveredResourceCountsGroupByResourceTypeResponseBody.d.ts +0 -34
- package/dist/models/GetDiscoveredResourceCountsGroupByResourceTypeResponseBody.js.map +1 -1
- package/dist/models/GetDiscoveredResourceRequest.d.ts +10 -9
- package/dist/models/GetDiscoveredResourceRequest.js.map +1 -1
- package/dist/models/GetDiscoveredResourceResponseBody.d.ts +26 -25
- package/dist/models/GetDiscoveredResourceResponseBody.js.map +1 -1
- package/dist/models/GetIntegratedServiceStatusRequest.d.ts +0 -6
- package/dist/models/GetIntegratedServiceStatusRequest.js.map +1 -1
- package/dist/models/GetIntegratedServiceStatusResponseBody.d.ts +0 -36
- package/dist/models/GetIntegratedServiceStatusResponseBody.js.map +1 -1
- package/dist/models/GetManagedRuleRequest.d.ts +2 -2
- package/dist/models/GetManagedRuleResponseBody.d.ts +33 -26
- package/dist/models/GetManagedRuleResponseBody.js.map +1 -1
- package/dist/models/GetRemediationTemplateRequest.d.ts +2 -2
- package/dist/models/GetRemediationTemplateResponseBody.d.ts +8 -8
- package/dist/models/GetReportFromTemplateRequest.d.ts +2 -0
- package/dist/models/GetReportFromTemplateRequest.js.map +1 -1
- package/dist/models/GetReportFromTemplateResponseBody.d.ts +36 -0
- package/dist/models/GetReportFromTemplateResponseBody.js.map +1 -1
- package/dist/models/GetReportTemplateRequest.d.ts +2 -0
- package/dist/models/GetReportTemplateRequest.js.map +1 -1
- package/dist/models/GetReportTemplateResponseBody.d.ts +75 -0
- package/dist/models/GetReportTemplateResponseBody.js.map +1 -1
- package/dist/models/GetResourceComplianceByConfigRuleRequest.d.ts +0 -17
- package/dist/models/GetResourceComplianceByConfigRuleRequest.js.map +1 -1
- package/dist/models/GetResourceComplianceByConfigRuleResponseBody.d.ts +0 -41
- package/dist/models/GetResourceComplianceByConfigRuleResponseBody.js.map +1 -1
- package/dist/models/GetResourceComplianceByPackRequest.d.ts +1 -1
- package/dist/models/GetResourceComplianceByPackResponseBody.d.ts +33 -1
- package/dist/models/GetResourceComplianceByPackResponseBody.js.map +1 -1
- package/dist/models/GetResourceComplianceGroupByRegionRequest.d.ts +0 -7
- package/dist/models/GetResourceComplianceGroupByRegionRequest.js.map +1 -1
- package/dist/models/GetResourceComplianceGroupByRegionResponseBody.d.ts +0 -45
- package/dist/models/GetResourceComplianceGroupByRegionResponseBody.js.map +1 -1
- package/dist/models/GetResourceComplianceGroupByResourceTypeRequest.d.ts +0 -7
- package/dist/models/GetResourceComplianceGroupByResourceTypeRequest.js.map +1 -1
- package/dist/models/GetResourceComplianceGroupByResourceTypeResponseBody.d.ts +0 -45
- package/dist/models/GetResourceComplianceGroupByResourceTypeResponseBody.js.map +1 -1
- package/dist/models/GetResourceComplianceTimelineRequest.d.ts +9 -9
- package/dist/models/GetResourceComplianceTimelineResponseBody.d.ts +19 -18
- package/dist/models/GetResourceComplianceTimelineResponseBody.js.map +1 -1
- package/dist/models/GetResourceConfigurationSampleRequest.d.ts +13 -1
- package/dist/models/GetResourceConfigurationSampleRequest.js.map +1 -1
- package/dist/models/GetResourceConfigurationSampleResponseBody.d.ts +54 -6
- package/dist/models/GetResourceConfigurationSampleResponseBody.js.map +1 -1
- package/dist/models/GetResourceConfigurationTimelineRequest.d.ts +6 -6
- package/dist/models/GetResourceConfigurationTimelineResponseBody.d.ts +19 -17
- package/dist/models/GetResourceConfigurationTimelineResponseBody.js.map +1 -1
- package/dist/models/GetResourceInventoryResponseBody.d.ts +7 -6
- package/dist/models/GetResourceInventoryResponseBody.js.map +1 -1
- package/dist/models/GetResourceTypePropertiesRequest.d.ts +4 -0
- package/dist/models/GetResourceTypePropertiesRequest.js.map +1 -1
- package/dist/models/GetResourceTypePropertiesResponseBody.d.ts +19 -16
- package/dist/models/GetResourceTypePropertiesResponseBody.js.map +1 -1
- package/dist/models/GetSupportedResourceRelationConfigResponseBody.d.ts +10 -7
- package/dist/models/GetSupportedResourceRelationConfigResponseBody.js.map +1 -1
- package/dist/models/IgnoreAggregateEvaluationResultsRequest.d.ts +0 -60
- package/dist/models/IgnoreAggregateEvaluationResultsRequest.js.map +1 -1
- package/dist/models/IgnoreAggregateEvaluationResultsResponseBody.d.ts +0 -7
- package/dist/models/IgnoreAggregateEvaluationResultsResponseBody.js.map +1 -1
- package/dist/models/IgnoreAggregateEvaluationResultsShrinkRequest.d.ts +0 -32
- package/dist/models/IgnoreAggregateEvaluationResultsShrinkRequest.js.map +1 -1
- package/dist/models/IgnoreEvaluationResultsRequest.d.ts +14 -14
- package/dist/models/IgnoreEvaluationResultsResponseBody.d.ts +1 -1
- package/dist/models/IgnoreEvaluationResultsShrinkRequest.d.ts +7 -7
- package/dist/models/ListAggregateCompliancePacksRequest.d.ts +25 -15
- package/dist/models/ListAggregateCompliancePacksRequest.js.map +1 -1
- package/dist/models/ListAggregateCompliancePacksResponseBody.d.ts +25 -22
- package/dist/models/ListAggregateCompliancePacksResponseBody.js.map +1 -1
- package/dist/models/ListAggregateCompliancePacksShrinkRequest.d.ts +23 -7
- package/dist/models/ListAggregateCompliancePacksShrinkRequest.js.map +1 -1
- package/dist/models/ListAggregateConfigDeliveryChannelsRequest.d.ts +0 -14
- package/dist/models/ListAggregateConfigDeliveryChannelsRequest.js.map +1 -1
- package/dist/models/ListAggregateConfigDeliveryChannelsResponseBody.d.ts +0 -166
- package/dist/models/ListAggregateConfigDeliveryChannelsResponseBody.js.map +1 -1
- package/dist/models/ListAggregateConfigRuleEvaluationResultsRequest.d.ts +19 -13
- package/dist/models/ListAggregateConfigRuleEvaluationResultsRequest.js.map +1 -1
- package/dist/models/ListAggregateConfigRuleEvaluationResultsResponseBody.d.ts +65 -39
- package/dist/models/ListAggregateConfigRuleEvaluationResultsResponseBody.js.map +1 -1
- package/dist/models/ListAggregateConfigRuleEvaluationStatisticsRequest.d.ts +0 -7
- package/dist/models/ListAggregateConfigRuleEvaluationStatisticsRequest.js.map +1 -1
- package/dist/models/ListAggregateConfigRuleEvaluationStatisticsResponseBody.d.ts +0 -53
- package/dist/models/ListAggregateConfigRuleEvaluationStatisticsResponseBody.js.map +1 -1
- package/dist/models/ListAggregateConfigRulesRequest.d.ts +41 -28
- package/dist/models/ListAggregateConfigRulesRequest.js.map +1 -1
- package/dist/models/ListAggregateConfigRulesResponseBody.d.ts +56 -39
- package/dist/models/ListAggregateConfigRulesResponseBody.js.map +1 -1
- package/dist/models/ListAggregateConfigRulesShrinkRequest.d.ts +37 -22
- package/dist/models/ListAggregateConfigRulesShrinkRequest.js.map +1 -1
- package/dist/models/ListAggregateDiscoveredResourcesRequest.d.ts +28 -16
- package/dist/models/ListAggregateDiscoveredResourcesRequest.js.map +1 -1
- package/dist/models/ListAggregateDiscoveredResourcesResponseBody.d.ts +21 -15
- package/dist/models/ListAggregateDiscoveredResourcesResponseBody.js.map +1 -1
- package/dist/models/ListAggregateRecommendManagedRulesRequest.d.ts +37 -1
- package/dist/models/ListAggregateRecommendManagedRulesRequest.js.map +1 -1
- package/dist/models/ListAggregateRecommendManagedRulesResponseBody.d.ts +41 -8
- package/dist/models/ListAggregateRecommendManagedRulesResponseBody.js.map +1 -1
- package/dist/models/ListAggregateRemediationExecutionsRequest.d.ts +0 -45
- package/dist/models/ListAggregateRemediationExecutionsRequest.js.map +1 -1
- package/dist/models/ListAggregateRemediationExecutionsResponseBody.d.ts +0 -74
- package/dist/models/ListAggregateRemediationExecutionsResponseBody.js.map +1 -1
- package/dist/models/ListAggregateRemediationsRequest.d.ts +1 -1
- package/dist/models/ListAggregateRemediationsResponseBody.d.ts +32 -23
- package/dist/models/ListAggregateRemediationsResponseBody.js.map +1 -1
- package/dist/models/ListAggregateResourceEvaluationResultsRequest.d.ts +38 -14
- package/dist/models/ListAggregateResourceEvaluationResultsRequest.js.map +1 -1
- package/dist/models/ListAggregateResourceEvaluationResultsResponseBody.d.ts +57 -36
- package/dist/models/ListAggregateResourceEvaluationResultsResponseBody.js.map +1 -1
- package/dist/models/ListAggregateResourceRelationsRequest.d.ts +0 -67
- package/dist/models/ListAggregateResourceRelationsRequest.js.map +1 -1
- package/dist/models/ListAggregateResourceRelationsResponseBody.d.ts +0 -85
- package/dist/models/ListAggregateResourceRelationsResponseBody.js.map +1 -1
- package/dist/models/ListAggregateResourcesByAdvancedSearchRequest.d.ts +1 -1
- package/dist/models/ListAggregateResourcesByAdvancedSearchResponseBody.d.ts +4 -4
- package/dist/models/ListAggregatorsRequest.d.ts +0 -38
- package/dist/models/ListAggregatorsRequest.js.map +1 -1
- package/dist/models/ListAggregatorsResponseBody.d.ts +0 -110
- package/dist/models/ListAggregatorsResponseBody.js.map +1 -1
- package/dist/models/ListAggregatorsShrinkRequest.d.ts +0 -18
- package/dist/models/ListAggregatorsShrinkRequest.js.map +1 -1
- package/dist/models/ListCompliancePackTemplatesRequest.d.ts +20 -6
- package/dist/models/ListCompliancePackTemplatesRequest.js.map +1 -1
- package/dist/models/ListCompliancePackTemplatesResponseBody.d.ts +45 -45
- package/dist/models/ListCompliancePacksRequest.d.ts +24 -12
- package/dist/models/ListCompliancePacksRequest.js.map +1 -1
- package/dist/models/ListCompliancePacksResponseBody.d.ts +28 -25
- package/dist/models/ListCompliancePacksResponseBody.js.map +1 -1
- package/dist/models/ListCompliancePacksShrinkRequest.d.ts +20 -6
- package/dist/models/ListCompliancePacksShrinkRequest.js.map +1 -1
- package/dist/models/ListConfigDeliveryChannelsRequest.d.ts +1 -1
- package/dist/models/ListConfigDeliveryChannelsResponseBody.d.ts +47 -38
- package/dist/models/ListConfigDeliveryChannelsResponseBody.js.map +1 -1
- package/dist/models/ListConfigRuleEvaluationResultsRequest.d.ts +19 -15
- package/dist/models/ListConfigRuleEvaluationResultsRequest.js.map +1 -1
- package/dist/models/ListConfigRuleEvaluationResultsResponseBody.d.ts +64 -37
- package/dist/models/ListConfigRuleEvaluationResultsResponseBody.js.map +1 -1
- package/dist/models/ListConfigRuleEvaluationStatisticsResponseBody.d.ts +0 -46
- package/dist/models/ListConfigRuleEvaluationStatisticsResponseBody.js.map +1 -1
- package/dist/models/ListConfigRuleOperatorsResponseBody.d.ts +76 -2
- package/dist/models/ListConfigRuleOperatorsResponseBody.js.map +1 -1
- package/dist/models/ListConfigRulesRequest.d.ts +38 -33
- package/dist/models/ListConfigRulesRequest.js.map +1 -1
- package/dist/models/ListConfigRulesResponseBody.d.ts +48 -31
- package/dist/models/ListConfigRulesResponseBody.js.map +1 -1
- package/dist/models/ListConfigRulesShrinkRequest.d.ts +37 -26
- package/dist/models/ListConfigRulesShrinkRequest.js.map +1 -1
- package/dist/models/ListDiscoveredResourcesRequest.d.ts +26 -14
- package/dist/models/ListDiscoveredResourcesRequest.js.map +1 -1
- package/dist/models/ListDiscoveredResourcesResponseBody.d.ts +20 -12
- package/dist/models/ListDiscoveredResourcesResponseBody.js.map +1 -1
- package/dist/models/ListIntegratedServiceResponseBody.d.ts +19 -15
- package/dist/models/ListIntegratedServiceResponseBody.js.map +1 -1
- package/dist/models/ListManagedRulesRequest.d.ts +16 -16
- package/dist/models/ListManagedRulesResponseBody.d.ts +29 -26
- package/dist/models/ListManagedRulesResponseBody.js.map +1 -1
- package/dist/models/ListPreManagedRulesRequest.d.ts +4 -4
- package/dist/models/ListPreManagedRulesResponseBody.d.ts +10 -10
- package/dist/models/ListPreManagedRulesShrinkRequest.d.ts +4 -4
- package/dist/models/ListRecommendManagedRulesRequest.d.ts +29 -1
- package/dist/models/ListRecommendManagedRulesRequest.js.map +1 -1
- package/dist/models/ListRecommendManagedRulesResponseBody.d.ts +45 -6
- package/dist/models/ListRecommendManagedRulesResponseBody.js.map +1 -1
- package/dist/models/ListRemediationExecutionsRequest.d.ts +0 -29
- package/dist/models/ListRemediationExecutionsRequest.js.map +1 -1
- package/dist/models/ListRemediationExecutionsResponseBody.d.ts +0 -74
- package/dist/models/ListRemediationExecutionsResponseBody.js.map +1 -1
- package/dist/models/ListRemediationTemplatesRequest.d.ts +0 -29
- package/dist/models/ListRemediationTemplatesRequest.js.map +1 -1
- package/dist/models/ListRemediationTemplatesResponseBody.d.ts +0 -96
- package/dist/models/ListRemediationTemplatesResponseBody.js.map +1 -1
- package/dist/models/ListRemediationsRequest.d.ts +0 -23
- package/dist/models/ListRemediationsRequest.js.map +1 -1
- package/dist/models/ListRemediationsResponseBody.d.ts +0 -120
- package/dist/models/ListRemediationsResponseBody.js.map +1 -1
- package/dist/models/ListReportTemplatesRequest.d.ts +11 -0
- package/dist/models/ListReportTemplatesRequest.js.map +1 -1
- package/dist/models/ListReportTemplatesResponseBody.d.ts +94 -0
- package/dist/models/ListReportTemplatesResponseBody.js.map +1 -1
- package/dist/models/ListResourceEvaluationResultsRequest.d.ts +38 -14
- package/dist/models/ListResourceEvaluationResultsRequest.js.map +1 -1
- package/dist/models/ListResourceEvaluationResultsResponseBody.d.ts +62 -43
- package/dist/models/ListResourceEvaluationResultsResponseBody.js.map +1 -1
- package/dist/models/ListResourceRelationsRequest.d.ts +0 -57
- package/dist/models/ListResourceRelationsRequest.js.map +1 -1
- package/dist/models/ListResourceRelationsResponseBody.d.ts +0 -85
- package/dist/models/ListResourceRelationsResponseBody.js.map +1 -1
- package/dist/models/ListResourcesByAdvancedSearchRequest.d.ts +0 -5
- package/dist/models/ListResourcesByAdvancedSearchRequest.js.map +1 -1
- package/dist/models/ListResourcesByAdvancedSearchResponseBody.d.ts +0 -23
- package/dist/models/ListResourcesByAdvancedSearchResponseBody.js.map +1 -1
- package/dist/models/ListSupportedProductsRequest.d.ts +1 -1
- package/dist/models/ListSupportedProductsResponseBody.d.ts +3 -3
- package/dist/models/ListTagResourcesRequest.d.ts +19 -15
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +2 -34
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ListTagResourcesShrinkRequest.d.ts +15 -11
- package/dist/models/ListTagResourcesShrinkRequest.js.map +1 -1
- package/dist/models/PutEvaluationsRequest.d.ts +0 -24
- package/dist/models/PutEvaluationsRequest.js.map +1 -1
- package/dist/models/PutEvaluationsResponseBody.d.ts +0 -17
- package/dist/models/PutEvaluationsResponseBody.js.map +1 -1
- package/dist/models/RevertAggregateEvaluationResultsRequest.d.ts +0 -42
- package/dist/models/RevertAggregateEvaluationResultsRequest.js.map +1 -1
- package/dist/models/RevertAggregateEvaluationResultsResponseBody.d.ts +0 -7
- package/dist/models/RevertAggregateEvaluationResultsResponseBody.js.map +1 -1
- package/dist/models/RevertAggregateEvaluationResultsShrinkRequest.d.ts +0 -14
- package/dist/models/RevertAggregateEvaluationResultsShrinkRequest.js.map +1 -1
- package/dist/models/RevertEvaluationResultsRequest.d.ts +0 -35
- package/dist/models/RevertEvaluationResultsRequest.js.map +1 -1
- package/dist/models/RevertEvaluationResultsResponseBody.d.ts +0 -7
- package/dist/models/RevertEvaluationResultsResponseBody.js.map +1 -1
- package/dist/models/RevertEvaluationResultsShrinkRequest.d.ts +0 -9
- package/dist/models/RevertEvaluationResultsShrinkRequest.js.map +1 -1
- package/dist/models/StartAggregateConfigRuleEvaluationRequest.d.ts +0 -39
- package/dist/models/StartAggregateConfigRuleEvaluationRequest.js.map +1 -1
- package/dist/models/StartAggregateConfigRuleEvaluationResponseBody.d.ts +0 -17
- package/dist/models/StartAggregateConfigRuleEvaluationResponseBody.js.map +1 -1
- package/dist/models/StartAggregateRemediationRequest.d.ts +18 -3
- package/dist/models/StartAggregateRemediationRequest.js +6 -0
- package/dist/models/StartAggregateRemediationRequest.js.map +1 -1
- package/dist/models/StartAggregateRemediationResponseBody.d.ts +5 -4
- package/dist/models/StartAggregateRemediationResponseBody.js.map +1 -1
- package/dist/models/StartConfigRuleEvaluationByResourceRequest.d.ts +4 -0
- package/dist/models/StartConfigRuleEvaluationByResourceRequest.js.map +1 -1
- package/dist/models/StartConfigRuleEvaluationByResourceResponseBody.d.ts +8 -0
- package/dist/models/StartConfigRuleEvaluationByResourceResponseBody.js.map +1 -1
- package/dist/models/StartConfigRuleEvaluationRequest.d.ts +10 -9
- package/dist/models/StartConfigRuleEvaluationRequest.js.map +1 -1
- package/dist/models/StartConfigRuleEvaluationResponseBody.d.ts +5 -4
- package/dist/models/StartConfigRuleEvaluationResponseBody.js.map +1 -1
- package/dist/models/StartConfigurationRecorderResponseBody.d.ts +0 -27
- package/dist/models/StartConfigurationRecorderResponseBody.js.map +1 -1
- package/dist/models/StartRemediationRequest.d.ts +16 -1
- package/dist/models/StartRemediationRequest.js +6 -0
- package/dist/models/StartRemediationRequest.js.map +1 -1
- package/dist/models/StartRemediationResponseBody.d.ts +4 -3
- package/dist/models/StartRemediationResponseBody.js.map +1 -1
- package/dist/models/StopConfigurationRecorderResponseBody.d.ts +0 -17
- package/dist/models/StopConfigurationRecorderResponseBody.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +18 -14
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/TagResourcesShrinkRequest.d.ts +14 -10
- package/dist/models/TagResourcesShrinkRequest.js.map +1 -1
- package/dist/models/TriggerReportSendRequest.d.ts +2 -0
- package/dist/models/TriggerReportSendRequest.js.map +1 -1
- package/dist/models/TriggerReportSendResponseBody.d.ts +3 -0
- package/dist/models/TriggerReportSendResponseBody.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +18 -13
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesResponseBody.d.ts +1 -1
- package/dist/models/UpdateAggregateCompliancePackRequest.d.ts +53 -51
- package/dist/models/UpdateAggregateCompliancePackRequest.js.map +1 -1
- package/dist/models/UpdateAggregateCompliancePackResponseBody.d.ts +1 -1
- package/dist/models/UpdateAggregateCompliancePackShrinkRequest.d.ts +30 -28
- package/dist/models/UpdateAggregateCompliancePackShrinkRequest.js.map +1 -1
- package/dist/models/UpdateAggregateConfigDeliveryChannelRequest.d.ts +0 -145
- package/dist/models/UpdateAggregateConfigDeliveryChannelRequest.js.map +1 -1
- package/dist/models/UpdateAggregateConfigDeliveryChannelResponseBody.d.ts +0 -14
- package/dist/models/UpdateAggregateConfigDeliveryChannelResponseBody.js.map +1 -1
- package/dist/models/UpdateAggregateConfigRuleRequest.d.ts +80 -73
- package/dist/models/UpdateAggregateConfigRuleRequest.js +2 -0
- package/dist/models/UpdateAggregateConfigRuleRequest.js.map +1 -1
- package/dist/models/UpdateAggregateConfigRuleResponseBody.d.ts +2 -2
- package/dist/models/UpdateAggregateConfigRuleShrinkRequest.d.ts +76 -65
- package/dist/models/UpdateAggregateConfigRuleShrinkRequest.js +2 -0
- package/dist/models/UpdateAggregateConfigRuleShrinkRequest.js.map +1 -1
- package/dist/models/UpdateAggregateRemediationRequest.d.ts +22 -16
- package/dist/models/UpdateAggregateRemediationRequest.js.map +1 -1
- package/dist/models/UpdateAggregatorRequest.d.ts +14 -18
- package/dist/models/UpdateAggregatorRequest.js.map +1 -1
- package/dist/models/UpdateAggregatorShrinkRequest.d.ts +6 -6
- package/dist/models/UpdateCompliancePackRequest.d.ts +53 -51
- package/dist/models/UpdateCompliancePackRequest.js.map +1 -1
- package/dist/models/UpdateCompliancePackResponseBody.d.ts +1 -1
- package/dist/models/UpdateCompliancePackShrinkRequest.d.ts +29 -27
- package/dist/models/UpdateCompliancePackShrinkRequest.js.map +1 -1
- package/dist/models/UpdateConfigDeliveryChannelRequest.d.ts +47 -40
- package/dist/models/UpdateConfigDeliveryChannelRequest.js.map +1 -1
- package/dist/models/UpdateConfigRuleRequest.d.ts +75 -55
- package/dist/models/UpdateConfigRuleRequest.js +2 -0
- package/dist/models/UpdateConfigRuleRequest.js.map +1 -1
- package/dist/models/UpdateConfigRuleResponseBody.d.ts +2 -2
- package/dist/models/UpdateConfigRuleShrinkRequest.d.ts +73 -53
- package/dist/models/UpdateConfigRuleShrinkRequest.js +2 -0
- package/dist/models/UpdateConfigRuleShrinkRequest.js.map +1 -1
- package/dist/models/UpdateConfigurationRecorderRequest.d.ts +0 -5
- package/dist/models/UpdateConfigurationRecorderRequest.js.map +1 -1
- package/dist/models/UpdateConfigurationRecorderResponseBody.d.ts +0 -27
- package/dist/models/UpdateConfigurationRecorderResponseBody.js.map +1 -1
- package/dist/models/UpdateIntegratedServiceStatusRequest.d.ts +0 -30
- package/dist/models/UpdateIntegratedServiceStatusRequest.js.map +1 -1
- package/dist/models/UpdateIntegratedServiceStatusResponseBody.d.ts +0 -7
- package/dist/models/UpdateIntegratedServiceStatusResponseBody.js.map +1 -1
- package/dist/models/UpdateRemediationRequest.d.ts +22 -16
- package/dist/models/UpdateRemediationRequest.js.map +1 -1
- package/dist/models/UpdateReportTemplateRequest.d.ts +77 -0
- package/dist/models/UpdateReportTemplateRequest.js.map +1 -1
- package/dist/models/UpdateReportTemplateResponseBody.d.ts +6 -0
- package/dist/models/UpdateReportTemplateResponseBody.js.map +1 -1
- package/dist/models/UpdateReportTemplateShrinkRequest.d.ts +62 -0
- package/dist/models/UpdateReportTemplateShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +654 -878
- package/src/models/ActiveAggregateConfigRulesRequest.ts +0 -25
- package/src/models/ActiveAggregateConfigRulesResponseBody.ts +0 -39
- package/src/models/ActiveConfigRulesRequest.ts +0 -14
- package/src/models/ActiveConfigRulesResponseBody.ts +0 -42
- package/src/models/AttachAggregateConfigRuleToCompliancePackRequest.ts +0 -21
- package/src/models/AttachAggregateConfigRuleToCompliancePackResponseBody.ts +0 -42
- package/src/models/AttachConfigRuleToCompliancePackRequest.ts +0 -14
- package/src/models/AttachConfigRuleToCompliancePackResponseBody.ts +0 -42
- package/src/models/CopyCompliancePacksRequest.ts +0 -25
- package/src/models/CopyCompliancePacksResponseBody.ts +0 -17
- package/src/models/CopyConfigRulesRequest.ts +0 -23
- package/src/models/CopyConfigRulesResponseBody.ts +0 -17
- package/src/models/CreateAdvancedSearchFileRequest.ts +0 -5
- package/src/models/CreateAdvancedSearchFileResponseBody.ts +0 -7
- package/src/models/CreateAggregateAdvancedSearchFileRequest.ts +1 -1
- package/src/models/CreateAggregateCompliancePackRequest.ts +111 -57
- package/src/models/CreateAggregateCompliancePackResponseBody.ts +1 -1
- package/src/models/CreateAggregateCompliancePackShrinkRequest.ts +88 -36
- package/src/models/CreateAggregateConfigDeliveryChannelRequest.ts +60 -42
- package/src/models/CreateAggregateConfigDeliveryChannelResponseBody.ts +1 -1
- package/src/models/CreateAggregateConfigRuleRequest.ts +98 -83
- package/src/models/CreateAggregateConfigRuleResponseBody.ts +2 -2
- package/src/models/CreateAggregateConfigRuleShrinkRequest.ts +94 -75
- package/src/models/CreateAggregateRemediationRequest.ts +27 -20
- package/src/models/CreateAggregateRemediationResponseBody.ts +1 -1
- package/src/models/CreateAggregatorRequest.ts +23 -29
- package/src/models/CreateAggregatorResponseBody.ts +1 -1
- package/src/models/CreateAggregatorShrinkRequest.ts +16 -20
- package/src/models/CreateCompliancePackRequest.ts +0 -246
- package/src/models/CreateCompliancePackResponseBody.ts +0 -14
- package/src/models/CreateCompliancePackShrinkRequest.ts +0 -159
- package/src/models/CreateConfigDeliveryChannelRequest.ts +65 -49
- package/src/models/CreateConfigRuleRequest.ts +94 -61
- package/src/models/CreateConfigRuleShrinkRequest.ts +90 -55
- package/src/models/CreateRemediationRequest.ts +25 -18
- package/src/models/CreateRemediationResponseBody.ts +1 -1
- package/src/models/CreateReportTemplateRequest.ts +71 -1
- package/src/models/CreateReportTemplateResponseBody.ts +6 -0
- package/src/models/CreateReportTemplateShrinkRequest.ts +56 -1
- package/src/models/DeactiveAggregateConfigRulesRequest.ts +0 -25
- package/src/models/DeactiveAggregateConfigRulesResponseBody.ts +0 -42
- package/src/models/DeactiveConfigRulesRequest.ts +0 -18
- package/src/models/DeactiveConfigRulesResponseBody.ts +0 -42
- package/src/models/DeleteAggregateCompliancePacksRequest.ts +0 -31
- package/src/models/DeleteAggregateCompliancePacksResponseBody.ts +0 -42
- package/src/models/DeleteAggregateConfigDeliveryChannelRequest.ts +0 -12
- package/src/models/DeleteAggregateConfigDeliveryChannelResponseBody.ts +0 -14
- package/src/models/DeleteAggregateConfigRulesRequest.ts +0 -14
- package/src/models/DeleteAggregateConfigRulesResponseBody.ts +0 -42
- package/src/models/DeleteAggregateRemediationsRequest.ts +3 -3
- package/src/models/DeleteAggregateRemediationsResponseBody.ts +10 -8
- package/src/models/DeleteAggregatorsRequest.ts +0 -12
- package/src/models/DeleteAggregatorsResponseBody.ts +0 -41
- package/src/models/DeleteCompliancePacksRequest.ts +0 -24
- package/src/models/DeleteCompliancePacksResponseBody.ts +0 -42
- package/src/models/DeleteConfigDeliveryChannelRequest.ts +0 -7
- package/src/models/DeleteConfigDeliveryChannelResponseBody.ts +0 -14
- package/src/models/DeleteConfigRulesRequest.ts +0 -7
- package/src/models/DeleteConfigRulesResponseBody.ts +0 -42
- package/src/models/DeleteRemediationsRequest.ts +2 -2
- package/src/models/DeleteRemediationsResponseBody.ts +10 -8
- package/src/models/DeleteReportTemplateRequest.ts +2 -0
- package/src/models/DeleteReportTemplateResponseBody.ts +6 -0
- package/src/models/DescribeDiscoveredResourceBatchRequest.ts +11 -2
- package/src/models/DescribeDiscoveredResourceBatchResponseBody.ts +2 -2
- package/src/models/DescribeIntegratedServiceStatusRequest.ts +2 -0
- package/src/models/DescribeIntegratedServiceStatusResponseBody.ts +11 -0
- package/src/models/DescribeRemediationRequest.ts +1 -11
- package/src/models/DescribeRemediationResponseBody.ts +0 -103
- package/src/models/DetachAggregateConfigRuleToCompliancePackRequest.ts +0 -21
- package/src/models/DetachAggregateConfigRuleToCompliancePackResponseBody.ts +0 -42
- package/src/models/DetachConfigRuleToCompliancePackRequest.ts +1 -1
- package/src/models/DetachConfigRuleToCompliancePackResponseBody.ts +20 -9
- package/src/models/DryRunConfigRuleRequest.ts +44 -0
- package/src/models/DryRunConfigRuleResponseBody.ts +30 -17
- package/src/models/EvaluatePreConfigRulesRequest.ts +21 -17
- package/src/models/EvaluatePreConfigRulesResponseBody.ts +9 -7
- package/src/models/EvaluatePreConfigRulesShrinkRequest.ts +5 -6
- package/src/models/GenerateAggregateCompliancePackReportRequest.ts +14 -3
- package/src/models/GenerateAggregateCompliancePackReportResponseBody.ts +1 -1
- package/src/models/GenerateAggregateConfigRulesReportRequest.ts +0 -23
- package/src/models/GenerateAggregateConfigRulesReportResponseBody.ts +0 -21
- package/src/models/GenerateAggregateResourceInventoryRequest.ts +0 -36
- package/src/models/GenerateAggregateResourceInventoryResponseBody.ts +0 -7
- package/src/models/GenerateCompliancePackReportRequest.ts +0 -14
- package/src/models/GenerateCompliancePackReportResponseBody.ts +0 -14
- package/src/models/GenerateConfigRulesReportRequest.ts +0 -16
- package/src/models/GenerateConfigRulesReportResponseBody.ts +0 -14
- package/src/models/GenerateReportFromTemplateRequest.ts +2 -0
- package/src/models/GenerateReportFromTemplateResponseBody.ts +3 -0
- package/src/models/GenerateResourceInventoryRequest.ts +5 -4
- package/src/models/GetAdvancedSearchFileResponseBody.ts +0 -32
- package/src/models/GetAggregateAccountComplianceByPackRequest.ts +0 -14
- package/src/models/GetAggregateAccountComplianceByPackResponseBody.ts +0 -62
- package/src/models/GetAggregateAdvancedSearchFileRequest.ts +0 -7
- package/src/models/GetAggregateAdvancedSearchFileResponseBody.ts +0 -34
- package/src/models/GetAggregateCompliancePackReportRequest.ts +0 -14
- package/src/models/GetAggregateCompliancePackReportResponseBody.ts +0 -47
- package/src/models/GetAggregateCompliancePackRequest.ts +9 -11
- package/src/models/GetAggregateCompliancePackResponseBody.ts +102 -72
- package/src/models/GetAggregateCompliancePackShrinkRequest.ts +5 -5
- package/src/models/GetAggregateComplianceSummaryResponseBody.ts +26 -5
- package/src/models/GetAggregateConfigDeliveryChannelRequest.ts +0 -14
- package/src/models/GetAggregateConfigDeliveryChannelResponseBody.ts +0 -166
- package/src/models/GetAggregateConfigRuleComplianceByPackRequest.ts +3 -3
- package/src/models/GetAggregateConfigRuleComplianceByPackResponseBody.ts +47 -16
- package/src/models/GetAggregateConfigRuleRequest.ts +9 -12
- package/src/models/GetAggregateConfigRuleResponseBody.ts +135 -119
- package/src/models/GetAggregateConfigRuleShrinkRequest.ts +5 -6
- package/src/models/GetAggregateConfigRuleSummaryByRiskLevelRequest.ts +0 -7
- package/src/models/GetAggregateConfigRuleSummaryByRiskLevelResponseBody.ts +0 -36
- package/src/models/GetAggregateConfigRulesReportRequest.ts +0 -14
- package/src/models/GetAggregateConfigRulesReportResponseBody.ts +0 -54
- package/src/models/GetAggregateDiscoveredResourceRequest.ts +13 -12
- package/src/models/GetAggregateDiscoveredResourceResponseBody.ts +29 -20
- package/src/models/GetAggregateResourceComplianceByConfigRuleRequest.ts +0 -35
- package/src/models/GetAggregateResourceComplianceByConfigRuleResponseBody.ts +0 -41
- package/src/models/GetAggregateResourceComplianceByPackRequest.ts +2 -2
- package/src/models/GetAggregateResourceComplianceByPackResponseBody.ts +31 -3
- package/src/models/GetAggregateResourceComplianceGroupByRegionRequest.ts +0 -12
- package/src/models/GetAggregateResourceComplianceGroupByRegionResponseBody.ts +0 -45
- package/src/models/GetAggregateResourceComplianceGroupByResourceTypeRequest.ts +0 -12
- package/src/models/GetAggregateResourceComplianceGroupByResourceTypeResponseBody.ts +0 -45
- package/src/models/GetAggregateResourceComplianceTimelineRequest.ts +10 -10
- package/src/models/GetAggregateResourceComplianceTimelineResponseBody.ts +20 -51
- package/src/models/GetAggregateResourceConfigurationTimelineRequest.ts +11 -11
- package/src/models/GetAggregateResourceConfigurationTimelineResponseBody.ts +25 -21
- package/src/models/GetAggregateResourceCountsGroupByRegionRequest.ts +0 -32
- package/src/models/GetAggregateResourceCountsGroupByRegionResponseBody.ts +0 -34
- package/src/models/GetAggregateResourceCountsGroupByResourceTypeRequest.ts +0 -32
- package/src/models/GetAggregateResourceCountsGroupByResourceTypeResponseBody.ts +0 -32
- package/src/models/GetAggregateResourceInventoryRequest.ts +0 -7
- package/src/models/GetAggregateResourceInventoryResponseBody.ts +0 -34
- package/src/models/GetAggregatorRequest.ts +6 -10
- package/src/models/GetAggregatorResponseBody.ts +32 -19
- package/src/models/GetAggregatorShrinkRequest.ts +2 -2
- package/src/models/GetCompliancePackReportRequest.ts +0 -7
- package/src/models/GetCompliancePackReportResponseBody.ts +0 -47
- package/src/models/GetCompliancePackRequest.ts +12 -8
- package/src/models/GetCompliancePackResponseBody.ts +54 -48
- package/src/models/GetCompliancePackShrinkRequest.ts +4 -4
- package/src/models/GetComplianceSummaryResponseBody.ts +36 -9
- package/src/models/GetConfigDeliveryChannelRequest.ts +1 -1
- package/src/models/GetConfigDeliveryChannelResponseBody.ts +46 -37
- package/src/models/GetConfigRuleComplianceByPackRequest.ts +1 -1
- package/src/models/GetConfigRuleComplianceByPackResponseBody.ts +44 -13
- package/src/models/GetConfigRuleRequest.ts +8 -8
- package/src/models/GetConfigRuleResponseBody.ts +137 -114
- package/src/models/GetConfigRuleShrinkRequest.ts +3 -3
- package/src/models/GetConfigRuleSummaryByRiskLevelResponseBody.ts +5 -3
- package/src/models/GetConfigRulesReportRequest.ts +0 -7
- package/src/models/GetConfigRulesReportResponseBody.ts +0 -47
- package/src/models/GetConfigurationRecorderResponseBody.ts +10 -7
- package/src/models/GetDiscoveredResourceCountsGroupByRegionRequest.ts +0 -9
- package/src/models/GetDiscoveredResourceCountsGroupByRegionResponseBody.ts +0 -34
- package/src/models/GetDiscoveredResourceCountsGroupByResourceTypeRequest.ts +0 -7
- package/src/models/GetDiscoveredResourceCountsGroupByResourceTypeResponseBody.ts +0 -34
- package/src/models/GetDiscoveredResourceRequest.ts +10 -9
- package/src/models/GetDiscoveredResourceResponseBody.ts +26 -25
- package/src/models/GetIntegratedServiceStatusRequest.ts +0 -6
- package/src/models/GetIntegratedServiceStatusResponseBody.ts +0 -36
- package/src/models/GetManagedRuleRequest.ts +2 -2
- package/src/models/GetManagedRuleResponseBody.ts +33 -26
- package/src/models/GetRemediationTemplateRequest.ts +2 -2
- package/src/models/GetRemediationTemplateResponseBody.ts +8 -8
- package/src/models/GetReportFromTemplateRequest.ts +2 -0
- package/src/models/GetReportFromTemplateResponseBody.ts +36 -0
- package/src/models/GetReportTemplateRequest.ts +2 -0
- package/src/models/GetReportTemplateResponseBody.ts +75 -0
- package/src/models/GetResourceComplianceByConfigRuleRequest.ts +0 -17
- package/src/models/GetResourceComplianceByConfigRuleResponseBody.ts +0 -41
- package/src/models/GetResourceComplianceByPackRequest.ts +1 -1
- package/src/models/GetResourceComplianceByPackResponseBody.ts +33 -1
- package/src/models/GetResourceComplianceGroupByRegionRequest.ts +0 -7
- package/src/models/GetResourceComplianceGroupByRegionResponseBody.ts +0 -45
- package/src/models/GetResourceComplianceGroupByResourceTypeRequest.ts +0 -7
- package/src/models/GetResourceComplianceGroupByResourceTypeResponseBody.ts +0 -45
- package/src/models/GetResourceComplianceTimelineRequest.ts +9 -9
- package/src/models/GetResourceComplianceTimelineResponseBody.ts +19 -18
- package/src/models/GetResourceConfigurationSampleRequest.ts +13 -1
- package/src/models/GetResourceConfigurationSampleResponseBody.ts +54 -6
- package/src/models/GetResourceConfigurationTimelineRequest.ts +6 -6
- package/src/models/GetResourceConfigurationTimelineResponseBody.ts +19 -17
- package/src/models/GetResourceInventoryResponseBody.ts +7 -6
- package/src/models/GetResourceTypePropertiesRequest.ts +4 -0
- package/src/models/GetResourceTypePropertiesResponseBody.ts +19 -16
- package/src/models/GetSupportedResourceRelationConfigResponseBody.ts +10 -7
- package/src/models/IgnoreAggregateEvaluationResultsRequest.ts +0 -60
- package/src/models/IgnoreAggregateEvaluationResultsResponseBody.ts +0 -7
- package/src/models/IgnoreAggregateEvaluationResultsShrinkRequest.ts +0 -32
- package/src/models/IgnoreEvaluationResultsRequest.ts +14 -14
- package/src/models/IgnoreEvaluationResultsResponseBody.ts +1 -1
- package/src/models/IgnoreEvaluationResultsShrinkRequest.ts +7 -7
- package/src/models/ListAggregateCompliancePacksRequest.ts +25 -15
- package/src/models/ListAggregateCompliancePacksResponseBody.ts +25 -22
- package/src/models/ListAggregateCompliancePacksShrinkRequest.ts +23 -7
- package/src/models/ListAggregateConfigDeliveryChannelsRequest.ts +0 -14
- package/src/models/ListAggregateConfigDeliveryChannelsResponseBody.ts +0 -166
- package/src/models/ListAggregateConfigRuleEvaluationResultsRequest.ts +19 -13
- package/src/models/ListAggregateConfigRuleEvaluationResultsResponseBody.ts +65 -39
- package/src/models/ListAggregateConfigRuleEvaluationStatisticsRequest.ts +0 -7
- package/src/models/ListAggregateConfigRuleEvaluationStatisticsResponseBody.ts +0 -53
- package/src/models/ListAggregateConfigRulesRequest.ts +41 -28
- package/src/models/ListAggregateConfigRulesResponseBody.ts +56 -39
- package/src/models/ListAggregateConfigRulesShrinkRequest.ts +37 -22
- package/src/models/ListAggregateDiscoveredResourcesRequest.ts +28 -16
- package/src/models/ListAggregateDiscoveredResourcesResponseBody.ts +21 -15
- package/src/models/ListAggregateRecommendManagedRulesRequest.ts +37 -1
- package/src/models/ListAggregateRecommendManagedRulesResponseBody.ts +41 -8
- package/src/models/ListAggregateRemediationExecutionsRequest.ts +0 -45
- package/src/models/ListAggregateRemediationExecutionsResponseBody.ts +0 -74
- package/src/models/ListAggregateRemediationsRequest.ts +1 -1
- package/src/models/ListAggregateRemediationsResponseBody.ts +32 -23
- package/src/models/ListAggregateResourceEvaluationResultsRequest.ts +38 -14
- package/src/models/ListAggregateResourceEvaluationResultsResponseBody.ts +57 -36
- package/src/models/ListAggregateResourceRelationsRequest.ts +0 -67
- package/src/models/ListAggregateResourceRelationsResponseBody.ts +0 -85
- package/src/models/ListAggregateResourcesByAdvancedSearchRequest.ts +1 -1
- package/src/models/ListAggregateResourcesByAdvancedSearchResponseBody.ts +4 -4
- package/src/models/ListAggregatorsRequest.ts +0 -38
- package/src/models/ListAggregatorsResponseBody.ts +0 -110
- package/src/models/ListAggregatorsShrinkRequest.ts +0 -18
- package/src/models/ListCompliancePackTemplatesRequest.ts +20 -6
- package/src/models/ListCompliancePackTemplatesResponseBody.ts +45 -45
- package/src/models/ListCompliancePacksRequest.ts +24 -12
- package/src/models/ListCompliancePacksResponseBody.ts +28 -25
- package/src/models/ListCompliancePacksShrinkRequest.ts +20 -6
- package/src/models/ListConfigDeliveryChannelsRequest.ts +1 -1
- package/src/models/ListConfigDeliveryChannelsResponseBody.ts +47 -38
- package/src/models/ListConfigRuleEvaluationResultsRequest.ts +19 -15
- package/src/models/ListConfigRuleEvaluationResultsResponseBody.ts +64 -37
- package/src/models/ListConfigRuleEvaluationStatisticsResponseBody.ts +0 -46
- package/src/models/ListConfigRuleOperatorsResponseBody.ts +76 -2
- package/src/models/ListConfigRulesRequest.ts +38 -33
- package/src/models/ListConfigRulesResponseBody.ts +48 -31
- package/src/models/ListConfigRulesShrinkRequest.ts +37 -26
- package/src/models/ListDiscoveredResourcesRequest.ts +26 -14
- package/src/models/ListDiscoveredResourcesResponseBody.ts +20 -12
- package/src/models/ListIntegratedServiceResponseBody.ts +19 -15
- package/src/models/ListManagedRulesRequest.ts +16 -16
- package/src/models/ListManagedRulesResponseBody.ts +29 -26
- package/src/models/ListPreManagedRulesRequest.ts +4 -4
- package/src/models/ListPreManagedRulesResponseBody.ts +10 -10
- package/src/models/ListPreManagedRulesShrinkRequest.ts +4 -4
- package/src/models/ListRecommendManagedRulesRequest.ts +29 -1
- package/src/models/ListRecommendManagedRulesResponseBody.ts +45 -6
- package/src/models/ListRemediationExecutionsRequest.ts +0 -29
- package/src/models/ListRemediationExecutionsResponseBody.ts +0 -74
- package/src/models/ListRemediationTemplatesRequest.ts +0 -29
- package/src/models/ListRemediationTemplatesResponseBody.ts +0 -96
- package/src/models/ListRemediationsRequest.ts +0 -23
- package/src/models/ListRemediationsResponseBody.ts +0 -120
- package/src/models/ListReportTemplatesRequest.ts +11 -0
- package/src/models/ListReportTemplatesResponseBody.ts +94 -0
- package/src/models/ListResourceEvaluationResultsRequest.ts +38 -14
- package/src/models/ListResourceEvaluationResultsResponseBody.ts +62 -43
- package/src/models/ListResourceRelationsRequest.ts +0 -57
- package/src/models/ListResourceRelationsResponseBody.ts +0 -85
- package/src/models/ListResourcesByAdvancedSearchRequest.ts +0 -5
- package/src/models/ListResourcesByAdvancedSearchResponseBody.ts +0 -23
- package/src/models/ListSupportedProductsRequest.ts +1 -1
- package/src/models/ListSupportedProductsResponseBody.ts +3 -3
- package/src/models/ListTagResourcesRequest.ts +19 -15
- package/src/models/ListTagResourcesResponseBody.ts +2 -34
- package/src/models/ListTagResourcesShrinkRequest.ts +15 -11
- package/src/models/PutEvaluationsRequest.ts +0 -24
- package/src/models/PutEvaluationsResponseBody.ts +0 -17
- package/src/models/RevertAggregateEvaluationResultsRequest.ts +0 -42
- package/src/models/RevertAggregateEvaluationResultsResponseBody.ts +0 -7
- package/src/models/RevertAggregateEvaluationResultsShrinkRequest.ts +0 -14
- package/src/models/RevertEvaluationResultsRequest.ts +0 -35
- package/src/models/RevertEvaluationResultsResponseBody.ts +0 -7
- package/src/models/RevertEvaluationResultsShrinkRequest.ts +0 -9
- package/src/models/StartAggregateConfigRuleEvaluationRequest.ts +0 -39
- package/src/models/StartAggregateConfigRuleEvaluationResponseBody.ts +0 -17
- package/src/models/StartAggregateRemediationRequest.ts +24 -3
- package/src/models/StartAggregateRemediationResponseBody.ts +5 -4
- package/src/models/StartConfigRuleEvaluationByResourceRequest.ts +4 -0
- package/src/models/StartConfigRuleEvaluationByResourceResponseBody.ts +8 -0
- package/src/models/StartConfigRuleEvaluationRequest.ts +10 -9
- package/src/models/StartConfigRuleEvaluationResponseBody.ts +5 -4
- package/src/models/StartConfigurationRecorderResponseBody.ts +0 -27
- package/src/models/StartRemediationRequest.ts +22 -1
- package/src/models/StartRemediationResponseBody.ts +4 -3
- package/src/models/StopConfigurationRecorderResponseBody.ts +0 -17
- package/src/models/TagResourcesRequest.ts +18 -14
- package/src/models/TagResourcesShrinkRequest.ts +14 -10
- package/src/models/TriggerReportSendRequest.ts +2 -0
- package/src/models/TriggerReportSendResponseBody.ts +3 -0
- package/src/models/UntagResourcesRequest.ts +18 -13
- package/src/models/UntagResourcesResponseBody.ts +1 -1
- package/src/models/UpdateAggregateCompliancePackRequest.ts +53 -51
- package/src/models/UpdateAggregateCompliancePackResponseBody.ts +1 -1
- package/src/models/UpdateAggregateCompliancePackShrinkRequest.ts +30 -28
- package/src/models/UpdateAggregateConfigDeliveryChannelRequest.ts +0 -145
- package/src/models/UpdateAggregateConfigDeliveryChannelResponseBody.ts +0 -14
- package/src/models/UpdateAggregateConfigRuleRequest.ts +84 -75
- package/src/models/UpdateAggregateConfigRuleResponseBody.ts +2 -2
- package/src/models/UpdateAggregateConfigRuleShrinkRequest.ts +80 -67
- package/src/models/UpdateAggregateRemediationRequest.ts +22 -16
- package/src/models/UpdateAggregatorRequest.ts +14 -18
- package/src/models/UpdateAggregatorShrinkRequest.ts +6 -6
- package/src/models/UpdateCompliancePackRequest.ts +53 -51
- package/src/models/UpdateCompliancePackResponseBody.ts +1 -1
- package/src/models/UpdateCompliancePackShrinkRequest.ts +29 -27
- package/src/models/UpdateConfigDeliveryChannelRequest.ts +47 -40
- package/src/models/UpdateConfigRuleRequest.ts +77 -55
- package/src/models/UpdateConfigRuleResponseBody.ts +2 -2
- package/src/models/UpdateConfigRuleShrinkRequest.ts +75 -53
- package/src/models/UpdateConfigurationRecorderRequest.ts +0 -5
- package/src/models/UpdateConfigurationRecorderResponseBody.ts +0 -27
- package/src/models/UpdateIntegratedServiceStatusRequest.ts +0 -30
- package/src/models/UpdateIntegratedServiceStatusResponseBody.ts +0 -7
- package/src/models/UpdateRemediationRequest.ts +22 -16
- package/src/models/UpdateReportTemplateRequest.ts +77 -0
- package/src/models/UpdateReportTemplateResponseBody.ts +6 -0
- package/src/models/UpdateReportTemplateShrinkRequest.ts +62 -0
package/dist/client.d.ts
CHANGED
|
@@ -9,10 +9,7 @@ export default class Client extends OpenApi {
|
|
|
9
9
|
[key: string]: string;
|
|
10
10
|
}, endpoint: string): string;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* @remarks
|
|
15
|
-
* Enables one or more rules in an account group. After a rule is enabled, the rule continues to automatically evaluate resources based on the trigger mechanism.
|
|
12
|
+
* 启用账号组规则
|
|
16
13
|
*
|
|
17
14
|
* @param request - ActiveAggregateConfigRulesRequest
|
|
18
15
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -20,21 +17,14 @@ export default class Client extends OpenApi {
|
|
|
20
17
|
*/
|
|
21
18
|
activeAggregateConfigRulesWithOptions(request: $_model.ActiveAggregateConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ActiveAggregateConfigRulesResponse>;
|
|
22
19
|
/**
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* @remarks
|
|
26
|
-
* Enables one or more rules in an account group. After a rule is enabled, the rule continues to automatically evaluate resources based on the trigger mechanism.
|
|
20
|
+
* 启用账号组规则
|
|
27
21
|
*
|
|
28
22
|
* @param request - ActiveAggregateConfigRulesRequest
|
|
29
23
|
* @returns ActiveAggregateConfigRulesResponse
|
|
30
24
|
*/
|
|
31
25
|
activeAggregateConfigRules(request: $_model.ActiveAggregateConfigRulesRequest): Promise<$_model.ActiveAggregateConfigRulesResponse>;
|
|
32
26
|
/**
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* @remarks
|
|
36
|
-
* ### [](#)Prerequisites
|
|
37
|
-
* The rule is in the `INACTIVE` state.
|
|
27
|
+
* 启用指定规则
|
|
38
28
|
*
|
|
39
29
|
* @param request - ActiveConfigRulesRequest
|
|
40
30
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -42,21 +32,14 @@ export default class Client extends OpenApi {
|
|
|
42
32
|
*/
|
|
43
33
|
activeConfigRulesWithOptions(request: $_model.ActiveConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ActiveConfigRulesResponse>;
|
|
44
34
|
/**
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
* @remarks
|
|
48
|
-
* ### [](#)Prerequisites
|
|
49
|
-
* The rule is in the `INACTIVE` state.
|
|
35
|
+
* 启用指定规则
|
|
50
36
|
*
|
|
51
37
|
* @param request - ActiveConfigRulesRequest
|
|
52
38
|
* @returns ActiveConfigRulesResponse
|
|
53
39
|
*/
|
|
54
40
|
activeConfigRules(request: $_model.ActiveConfigRulesRequest): Promise<$_model.ActiveConfigRulesResponse>;
|
|
55
41
|
/**
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* @remarks
|
|
59
|
-
* The sample request in this topic shows you how to add the `cr-6cc4626622af00e7****` rule in the `ca-75b4626622af00c3****` account group to the `cp-5bb1626622af00bd****` compliance package.
|
|
42
|
+
* 将指定账号组规则加入指定账号组合规包
|
|
60
43
|
*
|
|
61
44
|
* @param request - AttachAggregateConfigRuleToCompliancePackRequest
|
|
62
45
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -64,20 +47,14 @@ export default class Client extends OpenApi {
|
|
|
64
47
|
*/
|
|
65
48
|
attachAggregateConfigRuleToCompliancePackWithOptions(request: $_model.AttachAggregateConfigRuleToCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AttachAggregateConfigRuleToCompliancePackResponse>;
|
|
66
49
|
/**
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
* @remarks
|
|
70
|
-
* The sample request in this topic shows you how to add the `cr-6cc4626622af00e7****` rule in the `ca-75b4626622af00c3****` account group to the `cp-5bb1626622af00bd****` compliance package.
|
|
50
|
+
* 将指定账号组规则加入指定账号组合规包
|
|
71
51
|
*
|
|
72
52
|
* @param request - AttachAggregateConfigRuleToCompliancePackRequest
|
|
73
53
|
* @returns AttachAggregateConfigRuleToCompliancePackResponse
|
|
74
54
|
*/
|
|
75
55
|
attachAggregateConfigRuleToCompliancePack(request: $_model.AttachAggregateConfigRuleToCompliancePackRequest): Promise<$_model.AttachAggregateConfigRuleToCompliancePackResponse>;
|
|
76
56
|
/**
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
* @remarks
|
|
80
|
-
* This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
|
|
57
|
+
* 将指定规则加入指定合规包
|
|
81
58
|
*
|
|
82
59
|
* @param request - AttachConfigRuleToCompliancePackRequest
|
|
83
60
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -85,17 +62,14 @@ export default class Client extends OpenApi {
|
|
|
85
62
|
*/
|
|
86
63
|
attachConfigRuleToCompliancePackWithOptions(request: $_model.AttachConfigRuleToCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AttachConfigRuleToCompliancePackResponse>;
|
|
87
64
|
/**
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
* @remarks
|
|
91
|
-
* This topic provides an example on how to add the `cr-6cc4626622af00e7****` rule to the `cp-5bb1626622af00bd****` compliance package.
|
|
65
|
+
* 将指定规则加入指定合规包
|
|
92
66
|
*
|
|
93
67
|
* @param request - AttachConfigRuleToCompliancePackRequest
|
|
94
68
|
* @returns AttachConfigRuleToCompliancePackResponse
|
|
95
69
|
*/
|
|
96
70
|
attachConfigRuleToCompliancePack(request: $_model.AttachConfigRuleToCompliancePackRequest): Promise<$_model.AttachConfigRuleToCompliancePackResponse>;
|
|
97
71
|
/**
|
|
98
|
-
*
|
|
72
|
+
* 合规包复制
|
|
99
73
|
*
|
|
100
74
|
* @param request - CopyCompliancePacksRequest
|
|
101
75
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -103,14 +77,14 @@ export default class Client extends OpenApi {
|
|
|
103
77
|
*/
|
|
104
78
|
copyCompliancePacksWithOptions(request: $_model.CopyCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CopyCompliancePacksResponse>;
|
|
105
79
|
/**
|
|
106
|
-
*
|
|
80
|
+
* 合规包复制
|
|
107
81
|
*
|
|
108
82
|
* @param request - CopyCompliancePacksRequest
|
|
109
83
|
* @returns CopyCompliancePacksResponse
|
|
110
84
|
*/
|
|
111
85
|
copyCompliancePacks(request: $_model.CopyCompliancePacksRequest): Promise<$_model.CopyCompliancePacksResponse>;
|
|
112
86
|
/**
|
|
113
|
-
*
|
|
87
|
+
* 规则复制
|
|
114
88
|
*
|
|
115
89
|
* @param request - CopyConfigRulesRequest
|
|
116
90
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -118,14 +92,14 @@ export default class Client extends OpenApi {
|
|
|
118
92
|
*/
|
|
119
93
|
copyConfigRulesWithOptions(request: $_model.CopyConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CopyConfigRulesResponse>;
|
|
120
94
|
/**
|
|
121
|
-
*
|
|
95
|
+
* 规则复制
|
|
122
96
|
*
|
|
123
97
|
* @param request - CopyConfigRulesRequest
|
|
124
98
|
* @returns CopyConfigRulesResponse
|
|
125
99
|
*/
|
|
126
100
|
copyConfigRules(request: $_model.CopyConfigRulesRequest): Promise<$_model.CopyConfigRulesResponse>;
|
|
127
101
|
/**
|
|
128
|
-
*
|
|
102
|
+
* 生成当前账号搜索结果下载文件
|
|
129
103
|
*
|
|
130
104
|
* @param request - CreateAdvancedSearchFileRequest
|
|
131
105
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -133,17 +107,17 @@ export default class Client extends OpenApi {
|
|
|
133
107
|
*/
|
|
134
108
|
createAdvancedSearchFileWithOptions(request: $_model.CreateAdvancedSearchFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAdvancedSearchFileResponse>;
|
|
135
109
|
/**
|
|
136
|
-
*
|
|
110
|
+
* 生成当前账号搜索结果下载文件
|
|
137
111
|
*
|
|
138
112
|
* @param request - CreateAdvancedSearchFileRequest
|
|
139
113
|
* @returns CreateAdvancedSearchFileResponse
|
|
140
114
|
*/
|
|
141
115
|
createAdvancedSearchFile(request: $_model.CreateAdvancedSearchFileRequest): Promise<$_model.CreateAdvancedSearchFileResponse>;
|
|
142
116
|
/**
|
|
143
|
-
* Creates a downloadable
|
|
117
|
+
* Creates a downloadable file of advanced search results for resources in an account group.
|
|
144
118
|
*
|
|
145
119
|
* @remarks
|
|
146
|
-
* This topic provides an example
|
|
120
|
+
* This topic provides an example of how to query for ECS instances in the account group `ca-edd3626622af00b3****` and create a downloadable file of the search results.
|
|
147
121
|
*
|
|
148
122
|
* @param request - CreateAggregateAdvancedSearchFileRequest
|
|
149
123
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -151,20 +125,23 @@ export default class Client extends OpenApi {
|
|
|
151
125
|
*/
|
|
152
126
|
createAggregateAdvancedSearchFileWithOptions(request: $_model.CreateAggregateAdvancedSearchFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAggregateAdvancedSearchFileResponse>;
|
|
153
127
|
/**
|
|
154
|
-
* Creates a downloadable
|
|
128
|
+
* Creates a downloadable file of advanced search results for resources in an account group.
|
|
155
129
|
*
|
|
156
130
|
* @remarks
|
|
157
|
-
* This topic provides an example
|
|
131
|
+
* This topic provides an example of how to query for ECS instances in the account group `ca-edd3626622af00b3****` and create a downloadable file of the search results.
|
|
158
132
|
*
|
|
159
133
|
* @param request - CreateAggregateAdvancedSearchFileRequest
|
|
160
134
|
* @returns CreateAggregateAdvancedSearchFileResponse
|
|
161
135
|
*/
|
|
162
136
|
createAggregateAdvancedSearchFile(request: $_model.CreateAggregateAdvancedSearchFileRequest): Promise<$_model.CreateAggregateAdvancedSearchFileResponse>;
|
|
163
137
|
/**
|
|
164
|
-
* Creates a compliance
|
|
138
|
+
* Creates a compliance pack for a specified account group.
|
|
165
139
|
*
|
|
166
140
|
* @remarks
|
|
167
|
-
*
|
|
141
|
+
* A compliance pack is a collection of rules. When you create a compliance pack, you can select default rules from a compliance pack template. You can also select rules from rule templates and the list of existing rules.
|
|
142
|
+
* After a compliance pack is created, its rules are evaluated once by default. Subsequent evaluations are automatically triggered based on the trigger mechanism of the rules. You can also manually trigger an evaluation.
|
|
143
|
+
* A compliance pack template is a collection of rules created by CloudConfig for a specific compliance scenario.
|
|
144
|
+
* This topic provides an example of how to create a compliance pack for the account group `ca-f632626622af0079****` using the compliance pack template `ClassifiedProtectionPreCheck` (Classified Protection Level 3 Pre-check).
|
|
168
145
|
*
|
|
169
146
|
* @param tmpReq - CreateAggregateCompliancePackRequest
|
|
170
147
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -172,20 +149,33 @@ export default class Client extends OpenApi {
|
|
|
172
149
|
*/
|
|
173
150
|
createAggregateCompliancePackWithOptions(tmpReq: $_model.CreateAggregateCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAggregateCompliancePackResponse>;
|
|
174
151
|
/**
|
|
175
|
-
* Creates a compliance
|
|
152
|
+
* Creates a compliance pack for a specified account group.
|
|
176
153
|
*
|
|
177
154
|
* @remarks
|
|
178
|
-
*
|
|
155
|
+
* A compliance pack is a collection of rules. When you create a compliance pack, you can select default rules from a compliance pack template. You can also select rules from rule templates and the list of existing rules.
|
|
156
|
+
* After a compliance pack is created, its rules are evaluated once by default. Subsequent evaluations are automatically triggered based on the trigger mechanism of the rules. You can also manually trigger an evaluation.
|
|
157
|
+
* A compliance pack template is a collection of rules created by CloudConfig for a specific compliance scenario.
|
|
158
|
+
* This topic provides an example of how to create a compliance pack for the account group `ca-f632626622af0079****` using the compliance pack template `ClassifiedProtectionPreCheck` (Classified Protection Level 3 Pre-check).
|
|
179
159
|
*
|
|
180
160
|
* @param request - CreateAggregateCompliancePackRequest
|
|
181
161
|
* @returns CreateAggregateCompliancePackResponse
|
|
182
162
|
*/
|
|
183
163
|
createAggregateCompliancePack(request: $_model.CreateAggregateCompliancePackRequest): Promise<$_model.CreateAggregateCompliancePackResponse>;
|
|
184
164
|
/**
|
|
185
|
-
* Creates a delivery channel for
|
|
165
|
+
* Creates a delivery channel for a specified account group to deliver resource data to Simple Log Service (SLS), Object Storage Service (OSS), or Simple Message Queue (formerly MNS).
|
|
186
166
|
*
|
|
187
167
|
* @remarks
|
|
188
|
-
*
|
|
168
|
+
* ### Background information
|
|
169
|
+
* - Deliver to Simple Log Service (SLS)
|
|
170
|
+
* To deliver configuration history, non-compliance events, and scheduled resource snapshots to a Logstore in Simple Log Service (SLS), you must first create a log project and a Logstore. This lets you query and analyze logs. For examples of the content in JSON format, see [Example of resource configuration change history](https://help.aliyun.com/document_detail/308347.html), [Example of resource non-compliance event](https://help.aliyun.com/document_detail/307122.html), and [Example of scheduled resource snapshot](https://help.aliyun.com/document_detail/611894.html).
|
|
171
|
+
* - Deliver to Object Storage Service (OSS)
|
|
172
|
+
* To deliver scheduled resource snapshots or configuration history to a specified location in Object Storage Service (OSS), you must first create a bucket. This lets you view or download files in JSON format. For examples of the content in JSON format, see [Example of scheduled resource snapshot](https://help.aliyun.com/document_detail/305669.html) and [Example of resource configuration change history](https://help.aliyun.com/document_detail/189738.html).
|
|
173
|
+
* - Deliver to Simple Message Queue (MNS)
|
|
174
|
+
* To deliver resource configuration change history and resource non-compliance events to a specified topic in Simple Message Queue (formerly MNS), you must first create a topic. This lets you configure the push method and content for the topic. For examples of the content in JSON format, see [Example of resource configuration change history](https://help.aliyun.com/document_detail/309462.html) and [Example of resource non-compliance event](https://help.aliyun.com/document_detail/309463.html).
|
|
175
|
+
* ### Limits
|
|
176
|
+
* You can create a maximum of five delivery channels for each account group.
|
|
177
|
+
* ### Usage notes
|
|
178
|
+
* This example shows how to create a delivery channel of the `OSS` type for the account group `ca-a4e5626622af0079****`. The Amazon Resource Name (ARN) of the delivery destination is `acs:oss:cn-shanghai:100931896542****:new-bucket`. The response shows that the delivery channel is created and its ID is `cdc-8e45ff4e06a3a8****`.
|
|
189
179
|
*
|
|
190
180
|
* @param request - CreateAggregateConfigDeliveryChannelRequest
|
|
191
181
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -193,23 +183,39 @@ export default class Client extends OpenApi {
|
|
|
193
183
|
*/
|
|
194
184
|
createAggregateConfigDeliveryChannelWithOptions(request: $_model.CreateAggregateConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAggregateConfigDeliveryChannelResponse>;
|
|
195
185
|
/**
|
|
196
|
-
* Creates a delivery channel for
|
|
186
|
+
* Creates a delivery channel for a specified account group to deliver resource data to Simple Log Service (SLS), Object Storage Service (OSS), or Simple Message Queue (formerly MNS).
|
|
197
187
|
*
|
|
198
188
|
* @remarks
|
|
199
|
-
*
|
|
189
|
+
* ### Background information
|
|
190
|
+
* - Deliver to Simple Log Service (SLS)
|
|
191
|
+
* To deliver configuration history, non-compliance events, and scheduled resource snapshots to a Logstore in Simple Log Service (SLS), you must first create a log project and a Logstore. This lets you query and analyze logs. For examples of the content in JSON format, see [Example of resource configuration change history](https://help.aliyun.com/document_detail/308347.html), [Example of resource non-compliance event](https://help.aliyun.com/document_detail/307122.html), and [Example of scheduled resource snapshot](https://help.aliyun.com/document_detail/611894.html).
|
|
192
|
+
* - Deliver to Object Storage Service (OSS)
|
|
193
|
+
* To deliver scheduled resource snapshots or configuration history to a specified location in Object Storage Service (OSS), you must first create a bucket. This lets you view or download files in JSON format. For examples of the content in JSON format, see [Example of scheduled resource snapshot](https://help.aliyun.com/document_detail/305669.html) and [Example of resource configuration change history](https://help.aliyun.com/document_detail/189738.html).
|
|
194
|
+
* - Deliver to Simple Message Queue (MNS)
|
|
195
|
+
* To deliver resource configuration change history and resource non-compliance events to a specified topic in Simple Message Queue (formerly MNS), you must first create a topic. This lets you configure the push method and content for the topic. For examples of the content in JSON format, see [Example of resource configuration change history](https://help.aliyun.com/document_detail/309462.html) and [Example of resource non-compliance event](https://help.aliyun.com/document_detail/309463.html).
|
|
196
|
+
* ### Limits
|
|
197
|
+
* You can create a maximum of five delivery channels for each account group.
|
|
198
|
+
* ### Usage notes
|
|
199
|
+
* This example shows how to create a delivery channel of the `OSS` type for the account group `ca-a4e5626622af0079****`. The Amazon Resource Name (ARN) of the delivery destination is `acs:oss:cn-shanghai:100931896542****:new-bucket`. The response shows that the delivery channel is created and its ID is `cdc-8e45ff4e06a3a8****`.
|
|
200
200
|
*
|
|
201
201
|
* @param request - CreateAggregateConfigDeliveryChannelRequest
|
|
202
202
|
* @returns CreateAggregateConfigDeliveryChannelResponse
|
|
203
203
|
*/
|
|
204
204
|
createAggregateConfigDeliveryChannel(request: $_model.CreateAggregateConfigDeliveryChannelRequest): Promise<$_model.CreateAggregateConfigDeliveryChannelResponse>;
|
|
205
205
|
/**
|
|
206
|
-
* Creates a rule for
|
|
206
|
+
* Creates a rule for a specified account group. You can create a rule from a template or create a custom rule using Function Compute. The rule checks your resources for compliance. After a rule is created, it automatically runs once. Cloud Config then runs evaluations based on the rule\\"s trigger. You can also run evaluations manually.
|
|
207
207
|
*
|
|
208
208
|
* @remarks
|
|
209
209
|
* ### Limits
|
|
210
|
-
*
|
|
210
|
+
* Each management account and delegated administrator account can have up to 200 rules.
|
|
211
|
+
* ### Background information
|
|
212
|
+
* Cloud Config supports the following methods for creating rules:
|
|
213
|
+
* - Create rules from templates
|
|
214
|
+
* Rule templates are predefined rule functions that Cloud Config provides in Function Compute (FC). Use rule templates to create rules quickly. For more information about rules, see [the referenced document](https://help.aliyun.com/document_detail/128273.html).
|
|
215
|
+
* - Create rules based on functions in Function Compute
|
|
216
|
+
* Custom function rules are rules whose code is hosted in FC functions. If the predefined rule templates in Cloud Config do not meet your compliance requirements, write function code to check compliance in complex scenarios. For more information about custom function rules, see [the referenced document](https://help.aliyun.com/document_detail/127405.html).
|
|
211
217
|
* ### Usage notes
|
|
212
|
-
* This
|
|
218
|
+
* This example shows how to create a rule for the account group `ca-a4e5626622af0079****` using the \\`required-tags\\` template. The response shows that the rule is created with the ID `cr-4e3d626622af0080****`.
|
|
213
219
|
*
|
|
214
220
|
* @param tmpReq - CreateAggregateConfigRuleRequest
|
|
215
221
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -217,23 +223,35 @@ export default class Client extends OpenApi {
|
|
|
217
223
|
*/
|
|
218
224
|
createAggregateConfigRuleWithOptions(tmpReq: $_model.CreateAggregateConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAggregateConfigRuleResponse>;
|
|
219
225
|
/**
|
|
220
|
-
* Creates a rule for
|
|
226
|
+
* Creates a rule for a specified account group. You can create a rule from a template or create a custom rule using Function Compute. The rule checks your resources for compliance. After a rule is created, it automatically runs once. Cloud Config then runs evaluations based on the rule\\"s trigger. You can also run evaluations manually.
|
|
221
227
|
*
|
|
222
228
|
* @remarks
|
|
223
229
|
* ### Limits
|
|
224
|
-
*
|
|
230
|
+
* Each management account and delegated administrator account can have up to 200 rules.
|
|
231
|
+
* ### Background information
|
|
232
|
+
* Cloud Config supports the following methods for creating rules:
|
|
233
|
+
* - Create rules from templates
|
|
234
|
+
* Rule templates are predefined rule functions that Cloud Config provides in Function Compute (FC). Use rule templates to create rules quickly. For more information about rules, see [the referenced document](https://help.aliyun.com/document_detail/128273.html).
|
|
235
|
+
* - Create rules based on functions in Function Compute
|
|
236
|
+
* Custom function rules are rules whose code is hosted in FC functions. If the predefined rule templates in Cloud Config do not meet your compliance requirements, write function code to check compliance in complex scenarios. For more information about custom function rules, see [the referenced document](https://help.aliyun.com/document_detail/127405.html).
|
|
225
237
|
* ### Usage notes
|
|
226
|
-
* This
|
|
238
|
+
* This example shows how to create a rule for the account group `ca-a4e5626622af0079****` using the \\`required-tags\\` template. The response shows that the rule is created with the ID `cr-4e3d626622af0080****`.
|
|
227
239
|
*
|
|
228
240
|
* @param request - CreateAggregateConfigRuleRequest
|
|
229
241
|
* @returns CreateAggregateConfigRuleResponse
|
|
230
242
|
*/
|
|
231
243
|
createAggregateConfigRule(request: $_model.CreateAggregateConfigRuleRequest): Promise<$_model.CreateAggregateConfigRuleResponse>;
|
|
232
244
|
/**
|
|
233
|
-
* Creates a remediation
|
|
245
|
+
* Creates a remediation for a rule in a specified account group.
|
|
234
246
|
*
|
|
235
247
|
* @remarks
|
|
236
|
-
*
|
|
248
|
+
* ### Background information
|
|
249
|
+
* - Template-based remediation: Uses public templates provided by Operation Orchestration Service (OOS) to quickly remediate non-compliant resources.
|
|
250
|
+
* Only one remediation can be created for a rule. This type of remediation is supported only for rules that are created from specific templates.
|
|
251
|
+
* - Custom remediation: Runs custom code in Function Compute (FC) to quickly remediate non-compliant resources.
|
|
252
|
+
* Only one remediation can be created for a rule. This type of remediation is supported for rules created from templates and for custom rules.
|
|
253
|
+
* ### Usage notes
|
|
254
|
+
* This topic provides an example of how to create a remediation for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`. The response shows that the remediation is created and its ID is `crr-909ba2d4716700eb****`.
|
|
237
255
|
*
|
|
238
256
|
* @param request - CreateAggregateRemediationRequest
|
|
239
257
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -241,26 +259,40 @@ export default class Client extends OpenApi {
|
|
|
241
259
|
*/
|
|
242
260
|
createAggregateRemediationWithOptions(request: $_model.CreateAggregateRemediationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAggregateRemediationResponse>;
|
|
243
261
|
/**
|
|
244
|
-
* Creates a remediation
|
|
262
|
+
* Creates a remediation for a rule in a specified account group.
|
|
245
263
|
*
|
|
246
264
|
* @remarks
|
|
247
|
-
*
|
|
265
|
+
* ### Background information
|
|
266
|
+
* - Template-based remediation: Uses public templates provided by Operation Orchestration Service (OOS) to quickly remediate non-compliant resources.
|
|
267
|
+
* Only one remediation can be created for a rule. This type of remediation is supported only for rules that are created from specific templates.
|
|
268
|
+
* - Custom remediation: Runs custom code in Function Compute (FC) to quickly remediate non-compliant resources.
|
|
269
|
+
* Only one remediation can be created for a rule. This type of remediation is supported for rules created from templates and for custom rules.
|
|
270
|
+
* ### Usage notes
|
|
271
|
+
* This topic provides an example of how to create a remediation for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`. The response shows that the remediation is created and its ID is `crr-909ba2d4716700eb****`.
|
|
248
272
|
*
|
|
249
273
|
* @param request - CreateAggregateRemediationRequest
|
|
250
274
|
* @returns CreateAggregateRemediationResponse
|
|
251
275
|
*/
|
|
252
276
|
createAggregateRemediation(request: $_model.CreateAggregateRemediationRequest): Promise<$_model.CreateAggregateRemediationResponse>;
|
|
253
277
|
/**
|
|
254
|
-
*
|
|
278
|
+
* A management account or a delegated administrator account in a resource directory can create an account group to centrally manage resources, compliance packages, and rules across multiple member accounts.
|
|
255
279
|
*
|
|
256
280
|
* @remarks
|
|
257
|
-
*
|
|
281
|
+
* ### Limits
|
|
282
|
+
* A management account or a delegated administrator account can create a maximum of 5 account groups. Each account group can contain a maximum of 200 member accounts.
|
|
283
|
+
* ### Background information
|
|
284
|
+
* For more information about account groups, including their concepts, use cases, and the impact of member account changes on Cloud Config, see [Overview](https://help.aliyun.com/document_detail/211534.html).
|
|
258
285
|
* Cloud Config supports the following types of account groups:
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
286
|
+
* - Global account group: A global account group contains all members in a resource directory and automatically synchronizes member changes. A management account or a delegated administrator account can create only one global account group.
|
|
287
|
+
* - Custom account group: To create a custom account group, a management account or a delegated administrator account selects some or all member accounts from the resource directory.
|
|
288
|
+
* - If a new member is added to the resource directory, the change is not automatically synchronized. The management account or delegated administrator account must manually add the new member to the account group.
|
|
289
|
+
* - If a member is removed from the resource directory, the management account or delegated administrator account loses the permissions to manage that member\\"s compliance. The custom account group automatically detects this change and removes the member from the group.
|
|
290
|
+
* - Folder account group: When an account group is created from a folder, it automatically detects and synchronizes changes to the members within that folder. The members in a folder account group are always consistent with the members in the selected folder.
|
|
291
|
+
* A management account or a delegated administrator account can select only one non-empty folder to create a folder account group.
|
|
292
|
+
* ### Usage notes
|
|
293
|
+
* This topic provides an example of how to use a management account to create a custom account group of the `CUSTOM` type. The account group is named `Test_Group` and has the description `Test Group`. The member accounts are as follows:
|
|
294
|
+
* - The member account ID is `171322098523****` and the member account name is `Alice`.
|
|
295
|
+
* - The member account ID is `100532098349****` and the member account name is `Tom`.
|
|
264
296
|
*
|
|
265
297
|
* @param tmpReq - CreateAggregatorRequest
|
|
266
298
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -268,27 +300,31 @@ export default class Client extends OpenApi {
|
|
|
268
300
|
*/
|
|
269
301
|
createAggregatorWithOptions(tmpReq: $_model.CreateAggregatorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAggregatorResponse>;
|
|
270
302
|
/**
|
|
271
|
-
*
|
|
303
|
+
* A management account or a delegated administrator account in a resource directory can create an account group to centrally manage resources, compliance packages, and rules across multiple member accounts.
|
|
272
304
|
*
|
|
273
305
|
* @remarks
|
|
274
|
-
*
|
|
306
|
+
* ### Limits
|
|
307
|
+
* A management account or a delegated administrator account can create a maximum of 5 account groups. Each account group can contain a maximum of 200 member accounts.
|
|
308
|
+
* ### Background information
|
|
309
|
+
* For more information about account groups, including their concepts, use cases, and the impact of member account changes on Cloud Config, see [Overview](https://help.aliyun.com/document_detail/211534.html).
|
|
275
310
|
* Cloud Config supports the following types of account groups:
|
|
276
|
-
*
|
|
277
|
-
*
|
|
278
|
-
*
|
|
279
|
-
*
|
|
280
|
-
*
|
|
311
|
+
* - Global account group: A global account group contains all members in a resource directory and automatically synchronizes member changes. A management account or a delegated administrator account can create only one global account group.
|
|
312
|
+
* - Custom account group: To create a custom account group, a management account or a delegated administrator account selects some or all member accounts from the resource directory.
|
|
313
|
+
* - If a new member is added to the resource directory, the change is not automatically synchronized. The management account or delegated administrator account must manually add the new member to the account group.
|
|
314
|
+
* - If a member is removed from the resource directory, the management account or delegated administrator account loses the permissions to manage that member\\"s compliance. The custom account group automatically detects this change and removes the member from the group.
|
|
315
|
+
* - Folder account group: When an account group is created from a folder, it automatically detects and synchronizes changes to the members within that folder. The members in a folder account group are always consistent with the members in the selected folder.
|
|
316
|
+
* A management account or a delegated administrator account can select only one non-empty folder to create a folder account group.
|
|
317
|
+
* ### Usage notes
|
|
318
|
+
* This topic provides an example of how to use a management account to create a custom account group of the `CUSTOM` type. The account group is named `Test_Group` and has the description `Test Group`. The member accounts are as follows:
|
|
319
|
+
* - The member account ID is `171322098523****` and the member account name is `Alice`.
|
|
320
|
+
* - The member account ID is `100532098349****` and the member account name is `Tom`.
|
|
281
321
|
*
|
|
282
322
|
* @param request - CreateAggregatorRequest
|
|
283
323
|
* @returns CreateAggregatorResponse
|
|
284
324
|
*/
|
|
285
325
|
createAggregator(request: $_model.CreateAggregatorRequest): Promise<$_model.CreateAggregatorResponse>;
|
|
286
326
|
/**
|
|
287
|
-
*
|
|
288
|
-
*
|
|
289
|
-
* @remarks
|
|
290
|
-
* Each ordinary account can create up to five compliance packages.
|
|
291
|
-
* This topic provides an example on how to create a compliance package named ClassifiedProtectionPreCheck. The compliance package contains a managed rule named `eip-bandwidth-limit`.
|
|
327
|
+
* 为当前账号创建合规包
|
|
292
328
|
*
|
|
293
329
|
* @param tmpReq - CreateCompliancePackRequest
|
|
294
330
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -296,21 +332,27 @@ export default class Client extends OpenApi {
|
|
|
296
332
|
*/
|
|
297
333
|
createCompliancePackWithOptions(tmpReq: $_model.CreateCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCompliancePackResponse>;
|
|
298
334
|
/**
|
|
299
|
-
*
|
|
300
|
-
*
|
|
301
|
-
* @remarks
|
|
302
|
-
* Each ordinary account can create up to five compliance packages.
|
|
303
|
-
* This topic provides an example on how to create a compliance package named ClassifiedProtectionPreCheck. The compliance package contains a managed rule named `eip-bandwidth-limit`.
|
|
335
|
+
* 为当前账号创建合规包
|
|
304
336
|
*
|
|
305
337
|
* @param request - CreateCompliancePackRequest
|
|
306
338
|
* @returns CreateCompliancePackResponse
|
|
307
339
|
*/
|
|
308
340
|
createCompliancePack(request: $_model.CreateCompliancePackRequest): Promise<$_model.CreateCompliancePackResponse>;
|
|
309
341
|
/**
|
|
310
|
-
* Creates a delivery channel.
|
|
342
|
+
* Creates a delivery channel to deliver resource data to Simple Log Service (SLS), Object Storage Service (OSS), or Simple Message Queue (formerly MNS).
|
|
311
343
|
*
|
|
312
344
|
* @remarks
|
|
313
|
-
*
|
|
345
|
+
* ### Background information
|
|
346
|
+
* - Deliver to Simple Log Service (SLS)
|
|
347
|
+
* When you deliver resource configuration histories, non-compliant events, and scheduled snapshots to a Logstore in SLS, you must first create a project and a Logstore. This lets you query and analyze logs. For examples of the content of the JSON files, see [Resource configuration history examples](https://help.aliyun.com/document_detail/308347.html), [Non-compliant event examples](https://help.aliyun.com/document_detail/307122.html), and [Scheduled resource snapshot examples](https://help.aliyun.com/document_detail/611894.html).
|
|
348
|
+
* - Deliver to Object Storage Service (OSS)
|
|
349
|
+
* When you deliver scheduled resource snapshots or configuration histories to a specified location in OSS, you must first create a bucket. This lets you view or download the JSON files. For examples of the content of the JSON files, see [Scheduled resource snapshot examples](https://help.aliyun.com/document_detail/305669.html) and [Resource configuration history examples](https://help.aliyun.com/document_detail/189738.html).
|
|
350
|
+
* - Deliver to Simple Message Queue (formerly MNS)
|
|
351
|
+
* When you deliver resource configuration histories and non-compliant events to a specified topic in MNS, you must first create a topic. This lets you set the push method and content for the topic. For examples of the content of the JSON files, see [Resource configuration history examples](https://help.aliyun.com/document_detail/309462.html) and [Non-compliant event examples](https://help.aliyun.com/document_detail/309463.html).
|
|
352
|
+
* ### Limits
|
|
353
|
+
* You can create a maximum of 5 delivery channels.
|
|
354
|
+
* ### Usage notes
|
|
355
|
+
* This topic provides an example of how to create a delivery channel. In this example, the channel type is `OSS` and the destination ARN is `acs:oss:cn-shanghai:100931896542****:new-bucket`. The response shows that a delivery channel with the ID `cdc-8e45ff4e06a3a8****` is created.
|
|
314
356
|
*
|
|
315
357
|
* @param request - CreateConfigDeliveryChannelRequest
|
|
316
358
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -318,21 +360,39 @@ export default class Client extends OpenApi {
|
|
|
318
360
|
*/
|
|
319
361
|
createConfigDeliveryChannelWithOptions(request: $_model.CreateConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateConfigDeliveryChannelResponse>;
|
|
320
362
|
/**
|
|
321
|
-
* Creates a delivery channel.
|
|
363
|
+
* Creates a delivery channel to deliver resource data to Simple Log Service (SLS), Object Storage Service (OSS), or Simple Message Queue (formerly MNS).
|
|
322
364
|
*
|
|
323
365
|
* @remarks
|
|
324
|
-
*
|
|
366
|
+
* ### Background information
|
|
367
|
+
* - Deliver to Simple Log Service (SLS)
|
|
368
|
+
* When you deliver resource configuration histories, non-compliant events, and scheduled snapshots to a Logstore in SLS, you must first create a project and a Logstore. This lets you query and analyze logs. For examples of the content of the JSON files, see [Resource configuration history examples](https://help.aliyun.com/document_detail/308347.html), [Non-compliant event examples](https://help.aliyun.com/document_detail/307122.html), and [Scheduled resource snapshot examples](https://help.aliyun.com/document_detail/611894.html).
|
|
369
|
+
* - Deliver to Object Storage Service (OSS)
|
|
370
|
+
* When you deliver scheduled resource snapshots or configuration histories to a specified location in OSS, you must first create a bucket. This lets you view or download the JSON files. For examples of the content of the JSON files, see [Scheduled resource snapshot examples](https://help.aliyun.com/document_detail/305669.html) and [Resource configuration history examples](https://help.aliyun.com/document_detail/189738.html).
|
|
371
|
+
* - Deliver to Simple Message Queue (formerly MNS)
|
|
372
|
+
* When you deliver resource configuration histories and non-compliant events to a specified topic in MNS, you must first create a topic. This lets you set the push method and content for the topic. For examples of the content of the JSON files, see [Resource configuration history examples](https://help.aliyun.com/document_detail/309462.html) and [Non-compliant event examples](https://help.aliyun.com/document_detail/309463.html).
|
|
373
|
+
* ### Limits
|
|
374
|
+
* You can create a maximum of 5 delivery channels.
|
|
375
|
+
* ### Usage notes
|
|
376
|
+
* This topic provides an example of how to create a delivery channel. In this example, the channel type is `OSS` and the destination ARN is `acs:oss:cn-shanghai:100931896542****:new-bucket`. The response shows that a delivery channel with the ID `cdc-8e45ff4e06a3a8****` is created.
|
|
325
377
|
*
|
|
326
378
|
* @param request - CreateConfigDeliveryChannelRequest
|
|
327
379
|
* @returns CreateConfigDeliveryChannelResponse
|
|
328
380
|
*/
|
|
329
381
|
createConfigDeliveryChannel(request: $_model.CreateConfigDeliveryChannelRequest): Promise<$_model.CreateConfigDeliveryChannelResponse>;
|
|
330
382
|
/**
|
|
331
|
-
* Creates a rule
|
|
383
|
+
* Creates a rule from a template or a custom rule using Function Compute to check resource compliance. After you create a rule, Cloud Config runs an initial evaluation and then automatically triggers subsequent evaluations based on the rule\\"s trigger. You can also run evaluations manually.
|
|
332
384
|
*
|
|
333
385
|
* @remarks
|
|
334
|
-
*
|
|
335
|
-
* You can
|
|
386
|
+
* ### Limits
|
|
387
|
+
* You can create up to 200 rules per account.
|
|
388
|
+
* ### Background information
|
|
389
|
+
* You can create rules in Cloud Config in two ways:
|
|
390
|
+
* - Create rules from templates
|
|
391
|
+
* Rule templates are predefined rule functions provided by Cloud Config in Function Compute. You can use rule templates to quickly create rules. For more information, see [Definition and working principles of rules](https://help.aliyun.com/document_detail/128273.html).
|
|
392
|
+
* - Create custom rules using Function Compute
|
|
393
|
+
* Custom rules use Function Compute functions to host your rule code. If Cloud Config\\"s predefined rule templates do not meet your compliance requirements, you can write your own function code to check compliance in complex scenarios. For more information, see [Definition and working principles of custom rules](https://help.aliyun.com/document_detail/127405.html).
|
|
394
|
+
* ### Usage notes
|
|
395
|
+
* This topic demonstrates how to create a rule from the \\`required-tags\\` template. The response confirms that the rule was created successfully. Its ID is `cr-5772ba41209e007b****`.
|
|
336
396
|
*
|
|
337
397
|
* @param tmpReq - CreateConfigRuleRequest
|
|
338
398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -340,21 +400,35 @@ export default class Client extends OpenApi {
|
|
|
340
400
|
*/
|
|
341
401
|
createConfigRuleWithOptions(tmpReq: $_model.CreateConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateConfigRuleResponse>;
|
|
342
402
|
/**
|
|
343
|
-
* Creates a rule
|
|
403
|
+
* Creates a rule from a template or a custom rule using Function Compute to check resource compliance. After you create a rule, Cloud Config runs an initial evaluation and then automatically triggers subsequent evaluations based on the rule\\"s trigger. You can also run evaluations manually.
|
|
344
404
|
*
|
|
345
405
|
* @remarks
|
|
346
|
-
*
|
|
347
|
-
* You can
|
|
406
|
+
* ### Limits
|
|
407
|
+
* You can create up to 200 rules per account.
|
|
408
|
+
* ### Background information
|
|
409
|
+
* You can create rules in Cloud Config in two ways:
|
|
410
|
+
* - Create rules from templates
|
|
411
|
+
* Rule templates are predefined rule functions provided by Cloud Config in Function Compute. You can use rule templates to quickly create rules. For more information, see [Definition and working principles of rules](https://help.aliyun.com/document_detail/128273.html).
|
|
412
|
+
* - Create custom rules using Function Compute
|
|
413
|
+
* Custom rules use Function Compute functions to host your rule code. If Cloud Config\\"s predefined rule templates do not meet your compliance requirements, you can write your own function code to check compliance in complex scenarios. For more information, see [Definition and working principles of custom rules](https://help.aliyun.com/document_detail/127405.html).
|
|
414
|
+
* ### Usage notes
|
|
415
|
+
* This topic demonstrates how to create a rule from the \\`required-tags\\` template. The response confirms that the rule was created successfully. Its ID is `cr-5772ba41209e007b****`.
|
|
348
416
|
*
|
|
349
417
|
* @param request - CreateConfigRuleRequest
|
|
350
418
|
* @returns CreateConfigRuleResponse
|
|
351
419
|
*/
|
|
352
420
|
createConfigRule(request: $_model.CreateConfigRuleRequest): Promise<$_model.CreateConfigRuleResponse>;
|
|
353
421
|
/**
|
|
354
|
-
* Creates a remediation
|
|
422
|
+
* Creates a remediation for an existing rule.
|
|
355
423
|
*
|
|
356
424
|
* @remarks
|
|
357
|
-
*
|
|
425
|
+
* ### Background information
|
|
426
|
+
* - Template-based remediation: Uses public templates from Operation Orchestration Service (OOS) to remediate non-compliant resources.
|
|
427
|
+
* Each rule supports only one remediation. This remediation type is available only for rules created from specific templates.
|
|
428
|
+
* - Custom remediation: Uses custom code in Function Compute (FC) to remediate non-compliant resources.
|
|
429
|
+
* Each rule supports only one remediation. This remediation type is available for rules created from templates and custom rules.
|
|
430
|
+
* ### Usage notes
|
|
431
|
+
* In this example, a remediation is created for the rule `cr-8a973ac2e2be00a2****`. The sample response shows that the remediation is created and has the ID `crr-909ba2d4716700eb****`.
|
|
358
432
|
*
|
|
359
433
|
* @param request - CreateRemediationRequest
|
|
360
434
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -362,17 +436,23 @@ export default class Client extends OpenApi {
|
|
|
362
436
|
*/
|
|
363
437
|
createRemediationWithOptions(request: $_model.CreateRemediationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateRemediationResponse>;
|
|
364
438
|
/**
|
|
365
|
-
* Creates a remediation
|
|
439
|
+
* Creates a remediation for an existing rule.
|
|
366
440
|
*
|
|
367
441
|
* @remarks
|
|
368
|
-
*
|
|
442
|
+
* ### Background information
|
|
443
|
+
* - Template-based remediation: Uses public templates from Operation Orchestration Service (OOS) to remediate non-compliant resources.
|
|
444
|
+
* Each rule supports only one remediation. This remediation type is available only for rules created from specific templates.
|
|
445
|
+
* - Custom remediation: Uses custom code in Function Compute (FC) to remediate non-compliant resources.
|
|
446
|
+
* Each rule supports only one remediation. This remediation type is available for rules created from templates and custom rules.
|
|
447
|
+
* ### Usage notes
|
|
448
|
+
* In this example, a remediation is created for the rule `cr-8a973ac2e2be00a2****`. The sample response shows that the remediation is created and has the ID `crr-909ba2d4716700eb****`.
|
|
369
449
|
*
|
|
370
450
|
* @param request - CreateRemediationRequest
|
|
371
451
|
* @returns CreateRemediationResponse
|
|
372
452
|
*/
|
|
373
453
|
createRemediation(request: $_model.CreateRemediationRequest): Promise<$_model.CreateRemediationResponse>;
|
|
374
454
|
/**
|
|
375
|
-
*
|
|
455
|
+
* Create a compliance report template for the current UID.
|
|
376
456
|
*
|
|
377
457
|
* @param tmpReq - CreateReportTemplateRequest
|
|
378
458
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -380,20 +460,14 @@ export default class Client extends OpenApi {
|
|
|
380
460
|
*/
|
|
381
461
|
createReportTemplateWithOptions(tmpReq: $_model.CreateReportTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateReportTemplateResponse>;
|
|
382
462
|
/**
|
|
383
|
-
*
|
|
463
|
+
* Create a compliance report template for the current UID.
|
|
384
464
|
*
|
|
385
465
|
* @param request - CreateReportTemplateRequest
|
|
386
466
|
* @returns CreateReportTemplateResponse
|
|
387
467
|
*/
|
|
388
468
|
createReportTemplate(request: $_model.CreateReportTemplateRequest): Promise<$_model.CreateReportTemplateResponse>;
|
|
389
469
|
/**
|
|
390
|
-
*
|
|
391
|
-
*
|
|
392
|
-
* @remarks
|
|
393
|
-
* ### [](#)Prerequisites
|
|
394
|
-
* The status of the rule is `ACTIVE`.
|
|
395
|
-
* ### [](#)Description
|
|
396
|
-
* This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
|
|
470
|
+
* 停用账号组规则
|
|
397
471
|
*
|
|
398
472
|
* @param request - DeactiveAggregateConfigRulesRequest
|
|
399
473
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -401,26 +475,14 @@ export default class Client extends OpenApi {
|
|
|
401
475
|
*/
|
|
402
476
|
deactiveAggregateConfigRulesWithOptions(request: $_model.DeactiveAggregateConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeactiveAggregateConfigRulesResponse>;
|
|
403
477
|
/**
|
|
404
|
-
*
|
|
405
|
-
*
|
|
406
|
-
* @remarks
|
|
407
|
-
* ### [](#)Prerequisites
|
|
408
|
-
* The status of the rule is `ACTIVE`.
|
|
409
|
-
* ### [](#)Description
|
|
410
|
-
* This topic provides an example on how to disable the `cr-5772ba41209e007b****` rule in the `ca-04b3fd170e340007****` account group.
|
|
478
|
+
* 停用账号组规则
|
|
411
479
|
*
|
|
412
480
|
* @param request - DeactiveAggregateConfigRulesRequest
|
|
413
481
|
* @returns DeactiveAggregateConfigRulesResponse
|
|
414
482
|
*/
|
|
415
483
|
deactiveAggregateConfigRules(request: $_model.DeactiveAggregateConfigRulesRequest): Promise<$_model.DeactiveAggregateConfigRulesResponse>;
|
|
416
484
|
/**
|
|
417
|
-
*
|
|
418
|
-
*
|
|
419
|
-
* @remarks
|
|
420
|
-
* ### [](#)Prerequisites
|
|
421
|
-
* The status of the rule is `ACTIVE`.
|
|
422
|
-
* ### [](#)Description
|
|
423
|
-
* This topic provides an example on how to disable the `cr-19a56457e0d90058****` rule.
|
|
485
|
+
* 停用指定规则
|
|
424
486
|
*
|
|
425
487
|
* @param request - DeactiveConfigRulesRequest
|
|
426
488
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -428,23 +490,14 @@ export default class Client extends OpenApi {
|
|
|
428
490
|
*/
|
|
429
491
|
deactiveConfigRulesWithOptions(request: $_model.DeactiveConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeactiveConfigRulesResponse>;
|
|
430
492
|
/**
|
|
431
|
-
*
|
|
432
|
-
*
|
|
433
|
-
* @remarks
|
|
434
|
-
* ### [](#)Prerequisites
|
|
435
|
-
* The status of the rule is `ACTIVE`.
|
|
436
|
-
* ### [](#)Description
|
|
437
|
-
* This topic provides an example on how to disable the `cr-19a56457e0d90058****` rule.
|
|
493
|
+
* 停用指定规则
|
|
438
494
|
*
|
|
439
495
|
* @param request - DeactiveConfigRulesRequest
|
|
440
496
|
* @returns DeactiveConfigRulesResponse
|
|
441
497
|
*/
|
|
442
498
|
deactiveConfigRules(request: $_model.DeactiveConfigRulesRequest): Promise<$_model.DeactiveConfigRulesResponse>;
|
|
443
499
|
/**
|
|
444
|
-
*
|
|
445
|
-
*
|
|
446
|
-
* @remarks
|
|
447
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
|
|
500
|
+
* 删除指定账号组内的合规包。删除合规包后,该合规包的检查结果和检查报告也自动被删除
|
|
448
501
|
*
|
|
449
502
|
* @param request - DeleteAggregateCompliancePacksRequest
|
|
450
503
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -452,20 +505,14 @@ export default class Client extends OpenApi {
|
|
|
452
505
|
*/
|
|
453
506
|
deleteAggregateCompliancePacksWithOptions(request: $_model.DeleteAggregateCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAggregateCompliancePacksResponse>;
|
|
454
507
|
/**
|
|
455
|
-
*
|
|
456
|
-
*
|
|
457
|
-
* @remarks
|
|
458
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package from the `ca-04b3fd170e340007****` account group.
|
|
508
|
+
* 删除指定账号组内的合规包。删除合规包后,该合规包的检查结果和检查报告也自动被删除
|
|
459
509
|
*
|
|
460
510
|
* @param request - DeleteAggregateCompliancePacksRequest
|
|
461
511
|
* @returns DeleteAggregateCompliancePacksResponse
|
|
462
512
|
*/
|
|
463
513
|
deleteAggregateCompliancePacks(request: $_model.DeleteAggregateCompliancePacksRequest): Promise<$_model.DeleteAggregateCompliancePacksResponse>;
|
|
464
514
|
/**
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
* @remarks
|
|
468
|
-
* This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel from the `ca-23c6626622af0041****` account group. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
|
|
515
|
+
* 账号组删除投递渠道
|
|
469
516
|
*
|
|
470
517
|
* @param request - DeleteAggregateConfigDeliveryChannelRequest
|
|
471
518
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -473,20 +520,14 @@ export default class Client extends OpenApi {
|
|
|
473
520
|
*/
|
|
474
521
|
deleteAggregateConfigDeliveryChannelWithOptions(request: $_model.DeleteAggregateConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAggregateConfigDeliveryChannelResponse>;
|
|
475
522
|
/**
|
|
476
|
-
*
|
|
477
|
-
*
|
|
478
|
-
* @remarks
|
|
479
|
-
* This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel from the `ca-23c6626622af0041****` account group. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
|
|
523
|
+
* 账号组删除投递渠道
|
|
480
524
|
*
|
|
481
525
|
* @param request - DeleteAggregateConfigDeliveryChannelRequest
|
|
482
526
|
* @returns DeleteAggregateConfigDeliveryChannelResponse
|
|
483
527
|
*/
|
|
484
528
|
deleteAggregateConfigDeliveryChannel(request: $_model.DeleteAggregateConfigDeliveryChannelRequest): Promise<$_model.DeleteAggregateConfigDeliveryChannelResponse>;
|
|
485
529
|
/**
|
|
486
|
-
*
|
|
487
|
-
*
|
|
488
|
-
* @remarks
|
|
489
|
-
* This topic provides an example on how to delete the `cr-4e3d626622af0080****` rule from the `ca-a4e5626622af0079****` account group.
|
|
530
|
+
* 删除指定账号组内的规则。删除规则后,其配置信息不再保留
|
|
490
531
|
*
|
|
491
532
|
* @param request - DeleteAggregateConfigRulesRequest
|
|
492
533
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -494,20 +535,17 @@ export default class Client extends OpenApi {
|
|
|
494
535
|
*/
|
|
495
536
|
deleteAggregateConfigRulesWithOptions(request: $_model.DeleteAggregateConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAggregateConfigRulesResponse>;
|
|
496
537
|
/**
|
|
497
|
-
*
|
|
498
|
-
*
|
|
499
|
-
* @remarks
|
|
500
|
-
* This topic provides an example on how to delete the `cr-4e3d626622af0080****` rule from the `ca-a4e5626622af0079****` account group.
|
|
538
|
+
* 删除指定账号组内的规则。删除规则后,其配置信息不再保留
|
|
501
539
|
*
|
|
502
540
|
* @param request - DeleteAggregateConfigRulesRequest
|
|
503
541
|
* @returns DeleteAggregateConfigRulesResponse
|
|
504
542
|
*/
|
|
505
543
|
deleteAggregateConfigRules(request: $_model.DeleteAggregateConfigRulesRequest): Promise<$_model.DeleteAggregateConfigRulesResponse>;
|
|
506
544
|
/**
|
|
507
|
-
* Deletes
|
|
545
|
+
* Deletes the remediation settings for a rule in a specified account group.
|
|
508
546
|
*
|
|
509
547
|
* @remarks
|
|
510
|
-
* This topic provides an example
|
|
548
|
+
* This topic provides an example of how to delete the remediation setting `crr-909ba2d4716700eb****` for a rule in the account group `ca-6b4a626622af0012****`. The response shows that the remediation setting is deleted.
|
|
511
549
|
*
|
|
512
550
|
* @param request - DeleteAggregateRemediationsRequest
|
|
513
551
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -515,27 +553,17 @@ export default class Client extends OpenApi {
|
|
|
515
553
|
*/
|
|
516
554
|
deleteAggregateRemediationsWithOptions(request: $_model.DeleteAggregateRemediationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAggregateRemediationsResponse>;
|
|
517
555
|
/**
|
|
518
|
-
* Deletes
|
|
556
|
+
* Deletes the remediation settings for a rule in a specified account group.
|
|
519
557
|
*
|
|
520
558
|
* @remarks
|
|
521
|
-
* This topic provides an example
|
|
559
|
+
* This topic provides an example of how to delete the remediation setting `crr-909ba2d4716700eb****` for a rule in the account group `ca-6b4a626622af0012****`. The response shows that the remediation setting is deleted.
|
|
522
560
|
*
|
|
523
561
|
* @param request - DeleteAggregateRemediationsRequest
|
|
524
562
|
* @returns DeleteAggregateRemediationsResponse
|
|
525
563
|
*/
|
|
526
564
|
deleteAggregateRemediations(request: $_model.DeleteAggregateRemediationsRequest): Promise<$_model.DeleteAggregateRemediationsResponse>;
|
|
527
565
|
/**
|
|
528
|
-
*
|
|
529
|
-
*
|
|
530
|
-
* @remarks
|
|
531
|
-
* ### [](#)Background information
|
|
532
|
-
* After you delete an account group, the following changes occur to Cloud Config:
|
|
533
|
-
* * The rules and compliance packages of the account group are deleted and cannot be recovered.
|
|
534
|
-
* * All compliance results generated in the account group are automatically deleted and cannot be recovered.
|
|
535
|
-
* * Service-linked roles for Cloud Config of member accounts in the account group are retained.
|
|
536
|
-
* * If the account groups to which a member belongs are all deleted, the member account uses Cloud Config as an independent Alibaba Cloud account.
|
|
537
|
-
* ### [](#)Description
|
|
538
|
-
* This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
|
|
566
|
+
* 删除账号组
|
|
539
567
|
*
|
|
540
568
|
* @param request - DeleteAggregatorsRequest
|
|
541
569
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -543,27 +571,14 @@ export default class Client extends OpenApi {
|
|
|
543
571
|
*/
|
|
544
572
|
deleteAggregatorsWithOptions(request: $_model.DeleteAggregatorsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAggregatorsResponse>;
|
|
545
573
|
/**
|
|
546
|
-
*
|
|
547
|
-
*
|
|
548
|
-
* @remarks
|
|
549
|
-
* ### [](#)Background information
|
|
550
|
-
* After you delete an account group, the following changes occur to Cloud Config:
|
|
551
|
-
* * The rules and compliance packages of the account group are deleted and cannot be recovered.
|
|
552
|
-
* * All compliance results generated in the account group are automatically deleted and cannot be recovered.
|
|
553
|
-
* * Service-linked roles for Cloud Config of member accounts in the account group are retained.
|
|
554
|
-
* * If the account groups to which a member belongs are all deleted, the member account uses Cloud Config as an independent Alibaba Cloud account.
|
|
555
|
-
* ### [](#)Description
|
|
556
|
-
* This topic provides an example on how to delete the account group whose ID is `ca-9190626622af00a9****`.
|
|
574
|
+
* 删除账号组
|
|
557
575
|
*
|
|
558
576
|
* @param request - DeleteAggregatorsRequest
|
|
559
577
|
* @returns DeleteAggregatorsResponse
|
|
560
578
|
*/
|
|
561
579
|
deleteAggregators(request: $_model.DeleteAggregatorsRequest): Promise<$_model.DeleteAggregatorsResponse>;
|
|
562
580
|
/**
|
|
563
|
-
*
|
|
564
|
-
*
|
|
565
|
-
* @remarks
|
|
566
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
|
|
581
|
+
* 批量删除合规包
|
|
567
582
|
*
|
|
568
583
|
* @param request - DeleteCompliancePacksRequest
|
|
569
584
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -571,20 +586,14 @@ export default class Client extends OpenApi {
|
|
|
571
586
|
*/
|
|
572
587
|
deleteCompliancePacksWithOptions(request: $_model.DeleteCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCompliancePacksResponse>;
|
|
573
588
|
/**
|
|
574
|
-
*
|
|
575
|
-
*
|
|
576
|
-
* @remarks
|
|
577
|
-
* This topic provides an example on how to delete the `cp-541e626622af0087****` compliance package.
|
|
589
|
+
* 批量删除合规包
|
|
578
590
|
*
|
|
579
591
|
* @param request - DeleteCompliancePacksRequest
|
|
580
592
|
* @returns DeleteCompliancePacksResponse
|
|
581
593
|
*/
|
|
582
594
|
deleteCompliancePacks(request: $_model.DeleteCompliancePacksRequest): Promise<$_model.DeleteCompliancePacksResponse>;
|
|
583
595
|
/**
|
|
584
|
-
*
|
|
585
|
-
*
|
|
586
|
-
* @remarks
|
|
587
|
-
* This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
|
|
596
|
+
* 当前账号删除投递渠道
|
|
588
597
|
*
|
|
589
598
|
* @param request - DeleteConfigDeliveryChannelRequest
|
|
590
599
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -592,20 +601,14 @@ export default class Client extends OpenApi {
|
|
|
592
601
|
*/
|
|
593
602
|
deleteConfigDeliveryChannelWithOptions(request: $_model.DeleteConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteConfigDeliveryChannelResponse>;
|
|
594
603
|
/**
|
|
595
|
-
*
|
|
596
|
-
*
|
|
597
|
-
* @remarks
|
|
598
|
-
* This topic provides an example on how to delete the `cdc-38c3013b46c9002c****` delivery channel. The returned result shows that the `cdc-38c3013b46c9002c****` delivery channel is deleted.
|
|
604
|
+
* 当前账号删除投递渠道
|
|
599
605
|
*
|
|
600
606
|
* @param request - DeleteConfigDeliveryChannelRequest
|
|
601
607
|
* @returns DeleteConfigDeliveryChannelResponse
|
|
602
608
|
*/
|
|
603
609
|
deleteConfigDeliveryChannel(request: $_model.DeleteConfigDeliveryChannelRequest): Promise<$_model.DeleteConfigDeliveryChannelResponse>;
|
|
604
610
|
/**
|
|
605
|
-
*
|
|
606
|
-
*
|
|
607
|
-
* @remarks
|
|
608
|
-
* In this example, the rule whose ID is cr-9908626622af0035\\*\\*\\*\\* is deleted.
|
|
611
|
+
* 批量删除规则
|
|
609
612
|
*
|
|
610
613
|
* @param request - DeleteConfigRulesRequest
|
|
611
614
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -613,20 +616,17 @@ export default class Client extends OpenApi {
|
|
|
613
616
|
*/
|
|
614
617
|
deleteConfigRulesWithOptions(request: $_model.DeleteConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteConfigRulesResponse>;
|
|
615
618
|
/**
|
|
616
|
-
*
|
|
617
|
-
*
|
|
618
|
-
* @remarks
|
|
619
|
-
* In this example, the rule whose ID is cr-9908626622af0035\\*\\*\\*\\* is deleted.
|
|
619
|
+
* 批量删除规则
|
|
620
620
|
*
|
|
621
621
|
* @param request - DeleteConfigRulesRequest
|
|
622
622
|
* @returns DeleteConfigRulesResponse
|
|
623
623
|
*/
|
|
624
624
|
deleteConfigRules(request: $_model.DeleteConfigRulesRequest): Promise<$_model.DeleteConfigRulesResponse>;
|
|
625
625
|
/**
|
|
626
|
-
* Deletes
|
|
626
|
+
* Deletes specified remediation settings.
|
|
627
627
|
*
|
|
628
628
|
* @remarks
|
|
629
|
-
* This topic provides an example
|
|
629
|
+
* This topic provides an example of how to delete a remediation setting for a rule. In this example, the remediation setting with the ID `crr-909ba2d4716700eb****` is deleted. The response indicates that the operation is successful.
|
|
630
630
|
*
|
|
631
631
|
* @param request - DeleteRemediationsRequest
|
|
632
632
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -634,17 +634,17 @@ export default class Client extends OpenApi {
|
|
|
634
634
|
*/
|
|
635
635
|
deleteRemediationsWithOptions(request: $_model.DeleteRemediationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteRemediationsResponse>;
|
|
636
636
|
/**
|
|
637
|
-
* Deletes
|
|
637
|
+
* Deletes specified remediation settings.
|
|
638
638
|
*
|
|
639
639
|
* @remarks
|
|
640
|
-
* This topic provides an example
|
|
640
|
+
* This topic provides an example of how to delete a remediation setting for a rule. In this example, the remediation setting with the ID `crr-909ba2d4716700eb****` is deleted. The response indicates that the operation is successful.
|
|
641
641
|
*
|
|
642
642
|
* @param request - DeleteRemediationsRequest
|
|
643
643
|
* @returns DeleteRemediationsResponse
|
|
644
644
|
*/
|
|
645
645
|
deleteRemediations(request: $_model.DeleteRemediationsRequest): Promise<$_model.DeleteRemediationsResponse>;
|
|
646
646
|
/**
|
|
647
|
-
*
|
|
647
|
+
* Deletes a compliance report template.
|
|
648
648
|
*
|
|
649
649
|
* @param request - DeleteReportTemplateRequest
|
|
650
650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -652,14 +652,14 @@ export default class Client extends OpenApi {
|
|
|
652
652
|
*/
|
|
653
653
|
deleteReportTemplateWithOptions(request: $_model.DeleteReportTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteReportTemplateResponse>;
|
|
654
654
|
/**
|
|
655
|
-
*
|
|
655
|
+
* Deletes a compliance report template.
|
|
656
656
|
*
|
|
657
657
|
* @param request - DeleteReportTemplateRequest
|
|
658
658
|
* @returns DeleteReportTemplateResponse
|
|
659
659
|
*/
|
|
660
660
|
deleteReportTemplate(request: $_model.DeleteReportTemplateRequest): Promise<$_model.DeleteReportTemplateResponse>;
|
|
661
661
|
/**
|
|
662
|
-
*
|
|
662
|
+
* This operation retrieves the details of multiple resources in a batch.
|
|
663
663
|
*
|
|
664
664
|
* @param request - DescribeDiscoveredResourceBatchRequest
|
|
665
665
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -667,14 +667,14 @@ export default class Client extends OpenApi {
|
|
|
667
667
|
*/
|
|
668
668
|
describeDiscoveredResourceBatchWithOptions(request: $_model.DescribeDiscoveredResourceBatchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDiscoveredResourceBatchResponse>;
|
|
669
669
|
/**
|
|
670
|
-
*
|
|
670
|
+
* This operation retrieves the details of multiple resources in a batch.
|
|
671
671
|
*
|
|
672
672
|
* @param request - DescribeDiscoveredResourceBatchRequest
|
|
673
673
|
* @returns DescribeDiscoveredResourceBatchResponse
|
|
674
674
|
*/
|
|
675
675
|
describeDiscoveredResourceBatch(request: $_model.DescribeDiscoveredResourceBatchRequest): Promise<$_model.DescribeDiscoveredResourceBatchResponse>;
|
|
676
676
|
/**
|
|
677
|
-
*
|
|
677
|
+
* Queries the authorization status of an integrated cloud service.
|
|
678
678
|
*
|
|
679
679
|
* @param request - DescribeIntegratedServiceStatusRequest
|
|
680
680
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -682,14 +682,14 @@ export default class Client extends OpenApi {
|
|
|
682
682
|
*/
|
|
683
683
|
describeIntegratedServiceStatusWithOptions(request: $_model.DescribeIntegratedServiceStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeIntegratedServiceStatusResponse>;
|
|
684
684
|
/**
|
|
685
|
-
*
|
|
685
|
+
* Queries the authorization status of an integrated cloud service.
|
|
686
686
|
*
|
|
687
687
|
* @param request - DescribeIntegratedServiceStatusRequest
|
|
688
688
|
* @returns DescribeIntegratedServiceStatusResponse
|
|
689
689
|
*/
|
|
690
690
|
describeIntegratedServiceStatus(request: $_model.DescribeIntegratedServiceStatusRequest): Promise<$_model.DescribeIntegratedServiceStatusResponse>;
|
|
691
691
|
/**
|
|
692
|
-
*
|
|
692
|
+
* 获取修正详情
|
|
693
693
|
*
|
|
694
694
|
* @param request - DescribeRemediationRequest
|
|
695
695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -697,20 +697,14 @@ export default class Client extends OpenApi {
|
|
|
697
697
|
*/
|
|
698
698
|
describeRemediationWithOptions(request: $_model.DescribeRemediationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRemediationResponse>;
|
|
699
699
|
/**
|
|
700
|
-
*
|
|
700
|
+
* 获取修正详情
|
|
701
701
|
*
|
|
702
702
|
* @param request - DescribeRemediationRequest
|
|
703
703
|
* @returns DescribeRemediationResponse
|
|
704
704
|
*/
|
|
705
705
|
describeRemediation(request: $_model.DescribeRemediationRequest): Promise<$_model.DescribeRemediationResponse>;
|
|
706
706
|
/**
|
|
707
|
-
*
|
|
708
|
-
*
|
|
709
|
-
* @remarks
|
|
710
|
-
* ### Prerequisites
|
|
711
|
-
* One or more rules are added to a compliance package.
|
|
712
|
-
* ### Usage notes
|
|
713
|
-
* The sample request in this topic shows you how to remove the `cr-6cc4626622af00e7****` rule in the `ca-75b4626622af00c3****` account group from the `cp-5bb1626622af00bd****` compliance package.
|
|
707
|
+
* 将指定账号组规则从指定账号组合规包中移出
|
|
714
708
|
*
|
|
715
709
|
* @param request - DetachAggregateConfigRuleToCompliancePackRequest
|
|
716
710
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -718,26 +712,20 @@ export default class Client extends OpenApi {
|
|
|
718
712
|
*/
|
|
719
713
|
detachAggregateConfigRuleToCompliancePackWithOptions(request: $_model.DetachAggregateConfigRuleToCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetachAggregateConfigRuleToCompliancePackResponse>;
|
|
720
714
|
/**
|
|
721
|
-
*
|
|
722
|
-
*
|
|
723
|
-
* @remarks
|
|
724
|
-
* ### Prerequisites
|
|
725
|
-
* One or more rules are added to a compliance package.
|
|
726
|
-
* ### Usage notes
|
|
727
|
-
* The sample request in this topic shows you how to remove the `cr-6cc4626622af00e7****` rule in the `ca-75b4626622af00c3****` account group from the `cp-5bb1626622af00bd****` compliance package.
|
|
715
|
+
* 将指定账号组规则从指定账号组合规包中移出
|
|
728
716
|
*
|
|
729
717
|
* @param request - DetachAggregateConfigRuleToCompliancePackRequest
|
|
730
718
|
* @returns DetachAggregateConfigRuleToCompliancePackResponse
|
|
731
719
|
*/
|
|
732
720
|
detachAggregateConfigRuleToCompliancePack(request: $_model.DetachAggregateConfigRuleToCompliancePackRequest): Promise<$_model.DetachAggregateConfigRuleToCompliancePackResponse>;
|
|
733
721
|
/**
|
|
734
|
-
*
|
|
722
|
+
* This operation detaches one or more rules from a compliance package.
|
|
735
723
|
*
|
|
736
724
|
* @remarks
|
|
737
725
|
* ### Prerequisites
|
|
738
|
-
*
|
|
726
|
+
* Make sure that the destination compliance package contains rules.
|
|
739
727
|
* ### Usage notes
|
|
740
|
-
* This topic provides an example
|
|
728
|
+
* This topic provides an example of detaching the rule `cr-6cc4626622af00e7****` from the compliance package `cp-5bb1626622af00bd****`.
|
|
741
729
|
*
|
|
742
730
|
* @param request - DetachConfigRuleToCompliancePackRequest
|
|
743
731
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -745,20 +733,20 @@ export default class Client extends OpenApi {
|
|
|
745
733
|
*/
|
|
746
734
|
detachConfigRuleToCompliancePackWithOptions(request: $_model.DetachConfigRuleToCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DetachConfigRuleToCompliancePackResponse>;
|
|
747
735
|
/**
|
|
748
|
-
*
|
|
736
|
+
* This operation detaches one or more rules from a compliance package.
|
|
749
737
|
*
|
|
750
738
|
* @remarks
|
|
751
739
|
* ### Prerequisites
|
|
752
|
-
*
|
|
740
|
+
* Make sure that the destination compliance package contains rules.
|
|
753
741
|
* ### Usage notes
|
|
754
|
-
* This topic provides an example
|
|
742
|
+
* This topic provides an example of detaching the rule `cr-6cc4626622af00e7****` from the compliance package `cp-5bb1626622af00bd****`.
|
|
755
743
|
*
|
|
756
744
|
* @param request - DetachConfigRuleToCompliancePackRequest
|
|
757
745
|
* @returns DetachConfigRuleToCompliancePackResponse
|
|
758
746
|
*/
|
|
759
747
|
detachConfigRuleToCompliancePack(request: $_model.DetachConfigRuleToCompliancePackRequest): Promise<$_model.DetachConfigRuleToCompliancePackResponse>;
|
|
760
748
|
/**
|
|
761
|
-
*
|
|
749
|
+
* This API performs a dry run on rules for proactive compliance pre-checks.
|
|
762
750
|
*
|
|
763
751
|
* @param request - DryRunConfigRuleRequest
|
|
764
752
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -766,14 +754,18 @@ export default class Client extends OpenApi {
|
|
|
766
754
|
*/
|
|
767
755
|
dryRunConfigRuleWithOptions(request: $_model.DryRunConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DryRunConfigRuleResponse>;
|
|
768
756
|
/**
|
|
769
|
-
*
|
|
757
|
+
* This API performs a dry run on rules for proactive compliance pre-checks.
|
|
770
758
|
*
|
|
771
759
|
* @param request - DryRunConfigRuleRequest
|
|
772
760
|
* @returns DryRunConfigRuleResponse
|
|
773
761
|
*/
|
|
774
762
|
dryRunConfigRule(request: $_model.DryRunConfigRuleRequest): Promise<$_model.DryRunConfigRuleResponse>;
|
|
775
763
|
/**
|
|
776
|
-
* Executes evaluation rules to
|
|
764
|
+
* Executes evaluation rules to perform compliance pre-checks on resources.
|
|
765
|
+
*
|
|
766
|
+
* @remarks
|
|
767
|
+
* For more information about the concepts, operating principles, and integration process of evaluation rules, see [Definition and operating principles of evaluation rules](https://help.aliyun.com/document_detail/470802.html).
|
|
768
|
+
* After you create an evaluation rule, a managed rule with the same settings is created. This managed rule can continuously check the compliance of resources after they are created.
|
|
777
769
|
*
|
|
778
770
|
* @param tmpReq - EvaluatePreConfigRulesRequest
|
|
779
771
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -781,18 +773,22 @@ export default class Client extends OpenApi {
|
|
|
781
773
|
*/
|
|
782
774
|
evaluatePreConfigRulesWithOptions(tmpReq: $_model.EvaluatePreConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EvaluatePreConfigRulesResponse>;
|
|
783
775
|
/**
|
|
784
|
-
* Executes evaluation rules to
|
|
776
|
+
* Executes evaluation rules to perform compliance pre-checks on resources.
|
|
777
|
+
*
|
|
778
|
+
* @remarks
|
|
779
|
+
* For more information about the concepts, operating principles, and integration process of evaluation rules, see [Definition and operating principles of evaluation rules](https://help.aliyun.com/document_detail/470802.html).
|
|
780
|
+
* After you create an evaluation rule, a managed rule with the same settings is created. This managed rule can continuously check the compliance of resources after they are created.
|
|
785
781
|
*
|
|
786
782
|
* @param request - EvaluatePreConfigRulesRequest
|
|
787
783
|
* @returns EvaluatePreConfigRulesResponse
|
|
788
784
|
*/
|
|
789
785
|
evaluatePreConfigRules(request: $_model.EvaluatePreConfigRulesRequest): Promise<$_model.EvaluatePreConfigRulesResponse>;
|
|
790
786
|
/**
|
|
791
|
-
* Generates
|
|
787
|
+
* Generates an assessment report for a specified compliance package in a specified account group.
|
|
792
788
|
*
|
|
793
789
|
* @remarks
|
|
794
|
-
* >
|
|
795
|
-
* This topic provides an example
|
|
790
|
+
* > This operation only generates the latest assessment report. You need to call the GetAggregateCompliancePackReport operation to download the assessment report. For more information, see [GetAggregateCompliancePackReport](https://help.aliyun.com/document_detail/262699.html).
|
|
791
|
+
* This topic provides an example that shows how to generate an assessment report for the compliance package `cp-fdc8626622af00f9****` in the account group `ca-f632626622af0079****`.
|
|
796
792
|
*
|
|
797
793
|
* @param request - GenerateAggregateCompliancePackReportRequest
|
|
798
794
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -800,22 +796,18 @@ export default class Client extends OpenApi {
|
|
|
800
796
|
*/
|
|
801
797
|
generateAggregateCompliancePackReportWithOptions(request: $_model.GenerateAggregateCompliancePackReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateAggregateCompliancePackReportResponse>;
|
|
802
798
|
/**
|
|
803
|
-
* Generates
|
|
799
|
+
* Generates an assessment report for a specified compliance package in a specified account group.
|
|
804
800
|
*
|
|
805
801
|
* @remarks
|
|
806
|
-
* >
|
|
807
|
-
* This topic provides an example
|
|
802
|
+
* > This operation only generates the latest assessment report. You need to call the GetAggregateCompliancePackReport operation to download the assessment report. For more information, see [GetAggregateCompliancePackReport](https://help.aliyun.com/document_detail/262699.html).
|
|
803
|
+
* This topic provides an example that shows how to generate an assessment report for the compliance package `cp-fdc8626622af00f9****` in the account group `ca-f632626622af0079****`.
|
|
808
804
|
*
|
|
809
805
|
* @param request - GenerateAggregateCompliancePackReportRequest
|
|
810
806
|
* @returns GenerateAggregateCompliancePackReportResponse
|
|
811
807
|
*/
|
|
812
808
|
generateAggregateCompliancePackReport(request: $_model.GenerateAggregateCompliancePackReportRequest): Promise<$_model.GenerateAggregateCompliancePackReportResponse>;
|
|
813
809
|
/**
|
|
814
|
-
*
|
|
815
|
-
*
|
|
816
|
-
* @remarks
|
|
817
|
-
* > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateConfigRulesReport](https://help.aliyun.com/document_detail/262706.html).
|
|
818
|
-
* The topic provides an example on how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
|
|
810
|
+
* 生成指定账号组的合规报告
|
|
819
811
|
*
|
|
820
812
|
* @param request - GenerateAggregateConfigRulesReportRequest
|
|
821
813
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -823,21 +815,14 @@ export default class Client extends OpenApi {
|
|
|
823
815
|
*/
|
|
824
816
|
generateAggregateConfigRulesReportWithOptions(request: $_model.GenerateAggregateConfigRulesReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateAggregateConfigRulesReportResponse>;
|
|
825
817
|
/**
|
|
826
|
-
*
|
|
827
|
-
*
|
|
828
|
-
* @remarks
|
|
829
|
-
* > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetAggregateConfigRulesReport operation. For more information, see [GetAggregateConfigRulesReport](https://help.aliyun.com/document_detail/262706.html).
|
|
830
|
-
* The topic provides an example on how to generate a compliance evaluation report based on all rules in the `ca-f632626622af0079****` account group.
|
|
818
|
+
* 生成指定账号组的合规报告
|
|
831
819
|
*
|
|
832
820
|
* @param request - GenerateAggregateConfigRulesReportRequest
|
|
833
821
|
* @returns GenerateAggregateConfigRulesReportResponse
|
|
834
822
|
*/
|
|
835
823
|
generateAggregateConfigRulesReport(request: $_model.GenerateAggregateConfigRulesReportRequest): Promise<$_model.GenerateAggregateConfigRulesReportResponse>;
|
|
836
824
|
/**
|
|
837
|
-
*
|
|
838
|
-
*
|
|
839
|
-
* @remarks
|
|
840
|
-
* This topic provides an example to show how to generate a downloadable inventory for global resources in the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
825
|
+
* 账号组资源清单生成
|
|
841
826
|
*
|
|
842
827
|
* @param request - GenerateAggregateResourceInventoryRequest
|
|
843
828
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -845,21 +830,14 @@ export default class Client extends OpenApi {
|
|
|
845
830
|
*/
|
|
846
831
|
generateAggregateResourceInventoryWithOptions(request: $_model.GenerateAggregateResourceInventoryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateAggregateResourceInventoryResponse>;
|
|
847
832
|
/**
|
|
848
|
-
*
|
|
849
|
-
*
|
|
850
|
-
* @remarks
|
|
851
|
-
* This topic provides an example to show how to generate a downloadable inventory for global resources in the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
833
|
+
* 账号组资源清单生成
|
|
852
834
|
*
|
|
853
835
|
* @param request - GenerateAggregateResourceInventoryRequest
|
|
854
836
|
* @returns GenerateAggregateResourceInventoryResponse
|
|
855
837
|
*/
|
|
856
838
|
generateAggregateResourceInventory(request: $_model.GenerateAggregateResourceInventoryRequest): Promise<$_model.GenerateAggregateResourceInventoryResponse>;
|
|
857
839
|
/**
|
|
858
|
-
*
|
|
859
|
-
*
|
|
860
|
-
* @remarks
|
|
861
|
-
* > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetCompliancePackReport operation. For more information, see [GetCompliancePackReport](https://help.aliyun.com/document_detail/263347.html).
|
|
862
|
-
* This topic provides an example on how to generate a compliance evaluation report based on the `cp-a8a8626622af0082****` compliance package.
|
|
840
|
+
* 生成合规包的合规包报告
|
|
863
841
|
*
|
|
864
842
|
* @param request - GenerateCompliancePackReportRequest
|
|
865
843
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -867,22 +845,14 @@ export default class Client extends OpenApi {
|
|
|
867
845
|
*/
|
|
868
846
|
generateCompliancePackReportWithOptions(request: $_model.GenerateCompliancePackReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateCompliancePackReportResponse>;
|
|
869
847
|
/**
|
|
870
|
-
*
|
|
871
|
-
*
|
|
872
|
-
* @remarks
|
|
873
|
-
* > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetCompliancePackReport operation. For more information, see [GetCompliancePackReport](https://help.aliyun.com/document_detail/263347.html).
|
|
874
|
-
* This topic provides an example on how to generate a compliance evaluation report based on the `cp-a8a8626622af0082****` compliance package.
|
|
848
|
+
* 生成合规包的合规包报告
|
|
875
849
|
*
|
|
876
850
|
* @param request - GenerateCompliancePackReportRequest
|
|
877
851
|
* @returns GenerateCompliancePackReportResponse
|
|
878
852
|
*/
|
|
879
853
|
generateCompliancePackReport(request: $_model.GenerateCompliancePackReportRequest): Promise<$_model.GenerateCompliancePackReportResponse>;
|
|
880
854
|
/**
|
|
881
|
-
*
|
|
882
|
-
*
|
|
883
|
-
* @remarks
|
|
884
|
-
* > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetConfigRulesReport operation. For more information, see [GetConfigRulesReport](https://help.aliyun.com/document_detail/263608.html).
|
|
885
|
-
* This topic provides an example of how to generate a compliance evaluation report based on all existing rules.
|
|
855
|
+
* 生成规则的合规评估报告
|
|
886
856
|
*
|
|
887
857
|
* @param request - GenerateConfigRulesReportRequest
|
|
888
858
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -890,18 +860,14 @@ export default class Client extends OpenApi {
|
|
|
890
860
|
*/
|
|
891
861
|
generateConfigRulesReportWithOptions(request: $_model.GenerateConfigRulesReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateConfigRulesReportResponse>;
|
|
892
862
|
/**
|
|
893
|
-
*
|
|
894
|
-
*
|
|
895
|
-
* @remarks
|
|
896
|
-
* > You can call this operation to generate the latest compliance evaluation report. To download the report, call the GetConfigRulesReport operation. For more information, see [GetConfigRulesReport](https://help.aliyun.com/document_detail/263608.html).
|
|
897
|
-
* This topic provides an example of how to generate a compliance evaluation report based on all existing rules.
|
|
863
|
+
* 生成规则的合规评估报告
|
|
898
864
|
*
|
|
899
865
|
* @param request - GenerateConfigRulesReportRequest
|
|
900
866
|
* @returns GenerateConfigRulesReportResponse
|
|
901
867
|
*/
|
|
902
868
|
generateConfigRulesReport(request: $_model.GenerateConfigRulesReportRequest): Promise<$_model.GenerateConfigRulesReportResponse>;
|
|
903
869
|
/**
|
|
904
|
-
*
|
|
870
|
+
* Generate a report ID from a report template.
|
|
905
871
|
*
|
|
906
872
|
* @param request - GenerateReportFromTemplateRequest
|
|
907
873
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -909,17 +875,17 @@ export default class Client extends OpenApi {
|
|
|
909
875
|
*/
|
|
910
876
|
generateReportFromTemplateWithOptions(request: $_model.GenerateReportFromTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateReportFromTemplateResponse>;
|
|
911
877
|
/**
|
|
912
|
-
*
|
|
878
|
+
* Generate a report ID from a report template.
|
|
913
879
|
*
|
|
914
880
|
* @param request - GenerateReportFromTemplateRequest
|
|
915
881
|
* @returns GenerateReportFromTemplateResponse
|
|
916
882
|
*/
|
|
917
883
|
generateReportFromTemplate(request: $_model.GenerateReportFromTemplateRequest): Promise<$_model.GenerateReportFromTemplateResponse>;
|
|
918
884
|
/**
|
|
919
|
-
* Generates a
|
|
885
|
+
* Generates a downloadable inventory of global resources.
|
|
920
886
|
*
|
|
921
887
|
* @remarks
|
|
922
|
-
* This topic provides an example
|
|
888
|
+
* This topic provides an example of how to generate a downloadable inventory of global resources for the current account.
|
|
923
889
|
*
|
|
924
890
|
* @param request - GenerateResourceInventoryRequest
|
|
925
891
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -927,21 +893,17 @@ export default class Client extends OpenApi {
|
|
|
927
893
|
*/
|
|
928
894
|
generateResourceInventoryWithOptions(request: $_model.GenerateResourceInventoryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateResourceInventoryResponse>;
|
|
929
895
|
/**
|
|
930
|
-
* Generates a
|
|
896
|
+
* Generates a downloadable inventory of global resources.
|
|
931
897
|
*
|
|
932
898
|
* @remarks
|
|
933
|
-
* This topic provides an example
|
|
899
|
+
* This topic provides an example of how to generate a downloadable inventory of global resources for the current account.
|
|
934
900
|
*
|
|
935
901
|
* @param request - GenerateResourceInventoryRequest
|
|
936
902
|
* @returns GenerateResourceInventoryResponse
|
|
937
903
|
*/
|
|
938
904
|
generateResourceInventory(request: $_model.GenerateResourceInventoryRequest): Promise<$_model.GenerateResourceInventoryResponse>;
|
|
939
905
|
/**
|
|
940
|
-
*
|
|
941
|
-
*
|
|
942
|
-
* @remarks
|
|
943
|
-
* ### [](#)Prerequisites
|
|
944
|
-
* You must call the [CreateAdvancedSearchFile](https://help.aliyun.com/document_detail/2511967.html) operation to create a resource advanced search file. Then, you can call this operation to obtain the URL of the resource advanced search file.
|
|
906
|
+
* 高级搜索 获取搜索结果下载文件地址
|
|
945
907
|
*
|
|
946
908
|
* @param request - GetAdvancedSearchFileRequest
|
|
947
909
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -949,19 +911,12 @@ export default class Client extends OpenApi {
|
|
|
949
911
|
*/
|
|
950
912
|
getAdvancedSearchFileWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.GetAdvancedSearchFileResponse>;
|
|
951
913
|
/**
|
|
952
|
-
*
|
|
953
|
-
*
|
|
954
|
-
* @remarks
|
|
955
|
-
* ### [](#)Prerequisites
|
|
956
|
-
* You must call the [CreateAdvancedSearchFile](https://help.aliyun.com/document_detail/2511967.html) operation to create a resource advanced search file. Then, you can call this operation to obtain the URL of the resource advanced search file.
|
|
914
|
+
* 高级搜索 获取搜索结果下载文件地址
|
|
957
915
|
* @returns GetAdvancedSearchFileResponse
|
|
958
916
|
*/
|
|
959
917
|
getAdvancedSearchFile(): Promise<$_model.GetAdvancedSearchFileResponse>;
|
|
960
918
|
/**
|
|
961
|
-
*
|
|
962
|
-
*
|
|
963
|
-
* @remarks
|
|
964
|
-
* This topic provides an example on how to query the compliance evaluation results of member accounts for which the `cp-541e626622af0087****` compliance package takes effect in the `ca-04b3fd170e340007****` account group. The returned result shows that two member accounts are monitored by the compliance package and they are both evaluated as compliant.
|
|
919
|
+
* 查询指定账号组内指定合规包中成员账号的合规结果
|
|
965
920
|
*
|
|
966
921
|
* @param request - GetAggregateAccountComplianceByPackRequest
|
|
967
922
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -969,17 +924,14 @@ export default class Client extends OpenApi {
|
|
|
969
924
|
*/
|
|
970
925
|
getAggregateAccountComplianceByPackWithOptions(request: $_model.GetAggregateAccountComplianceByPackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateAccountComplianceByPackResponse>;
|
|
971
926
|
/**
|
|
972
|
-
*
|
|
973
|
-
*
|
|
974
|
-
* @remarks
|
|
975
|
-
* This topic provides an example on how to query the compliance evaluation results of member accounts for which the `cp-541e626622af0087****` compliance package takes effect in the `ca-04b3fd170e340007****` account group. The returned result shows that two member accounts are monitored by the compliance package and they are both evaluated as compliant.
|
|
927
|
+
* 查询指定账号组内指定合规包中成员账号的合规结果
|
|
976
928
|
*
|
|
977
929
|
* @param request - GetAggregateAccountComplianceByPackRequest
|
|
978
930
|
* @returns GetAggregateAccountComplianceByPackResponse
|
|
979
931
|
*/
|
|
980
932
|
getAggregateAccountComplianceByPack(request: $_model.GetAggregateAccountComplianceByPackRequest): Promise<$_model.GetAggregateAccountComplianceByPackResponse>;
|
|
981
933
|
/**
|
|
982
|
-
*
|
|
934
|
+
* 高级搜获取搜索结果下载文件地址
|
|
983
935
|
*
|
|
984
936
|
* @param request - GetAggregateAdvancedSearchFileRequest
|
|
985
937
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -987,17 +939,17 @@ export default class Client extends OpenApi {
|
|
|
987
939
|
*/
|
|
988
940
|
getAggregateAdvancedSearchFileWithOptions(request: $_model.GetAggregateAdvancedSearchFileRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateAdvancedSearchFileResponse>;
|
|
989
941
|
/**
|
|
990
|
-
*
|
|
942
|
+
* 高级搜获取搜索结果下载文件地址
|
|
991
943
|
*
|
|
992
944
|
* @param request - GetAggregateAdvancedSearchFileRequest
|
|
993
945
|
* @returns GetAggregateAdvancedSearchFileResponse
|
|
994
946
|
*/
|
|
995
947
|
getAggregateAdvancedSearchFile(request: $_model.GetAggregateAdvancedSearchFileRequest): Promise<$_model.GetAggregateAdvancedSearchFileResponse>;
|
|
996
948
|
/**
|
|
997
|
-
* Queries the details of a compliance
|
|
949
|
+
* Queries the details of a compliance pack in a specified account group.
|
|
998
950
|
*
|
|
999
951
|
* @remarks
|
|
1000
|
-
*
|
|
952
|
+
* This topic provides an example of how to retrieve the details of the compliance pack `cp-fdc8626622af00f9****` in the account group `ca-f632626622af0079****`.
|
|
1001
953
|
*
|
|
1002
954
|
* @param tmpReq - GetAggregateCompliancePackRequest
|
|
1003
955
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1005,21 +957,17 @@ export default class Client extends OpenApi {
|
|
|
1005
957
|
*/
|
|
1006
958
|
getAggregateCompliancePackWithOptions(tmpReq: $_model.GetAggregateCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateCompliancePackResponse>;
|
|
1007
959
|
/**
|
|
1008
|
-
* Queries the details of a compliance
|
|
960
|
+
* Queries the details of a compliance pack in a specified account group.
|
|
1009
961
|
*
|
|
1010
962
|
* @remarks
|
|
1011
|
-
*
|
|
963
|
+
* This topic provides an example of how to retrieve the details of the compliance pack `cp-fdc8626622af00f9****` in the account group `ca-f632626622af0079****`.
|
|
1012
964
|
*
|
|
1013
965
|
* @param request - GetAggregateCompliancePackRequest
|
|
1014
966
|
* @returns GetAggregateCompliancePackResponse
|
|
1015
967
|
*/
|
|
1016
968
|
getAggregateCompliancePack(request: $_model.GetAggregateCompliancePackRequest): Promise<$_model.GetAggregateCompliancePackResponse>;
|
|
1017
969
|
/**
|
|
1018
|
-
*
|
|
1019
|
-
*
|
|
1020
|
-
* @remarks
|
|
1021
|
-
* > Before you call this operation, you must call the GenerateAggregateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateAggregateCompliancePackReport](https://help.aliyun.com/document_detail/262687.html).
|
|
1022
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
|
|
970
|
+
* 获取指定账号组内指定合规包的评估报告
|
|
1023
971
|
*
|
|
1024
972
|
* @param request - GetAggregateCompliancePackReportRequest
|
|
1025
973
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1027,21 +975,17 @@ export default class Client extends OpenApi {
|
|
|
1027
975
|
*/
|
|
1028
976
|
getAggregateCompliancePackReportWithOptions(request: $_model.GetAggregateCompliancePackReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateCompliancePackReportResponse>;
|
|
1029
977
|
/**
|
|
1030
|
-
*
|
|
1031
|
-
*
|
|
1032
|
-
* @remarks
|
|
1033
|
-
* > Before you call this operation, you must call the GenerateAggregateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateAggregateCompliancePackReport](https://help.aliyun.com/document_detail/262687.html).
|
|
1034
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package in the `ca-f632626622af0079****` account group.
|
|
978
|
+
* 获取指定账号组内指定合规包的评估报告
|
|
1035
979
|
*
|
|
1036
980
|
* @param request - GetAggregateCompliancePackReportRequest
|
|
1037
981
|
* @returns GetAggregateCompliancePackReportResponse
|
|
1038
982
|
*/
|
|
1039
983
|
getAggregateCompliancePackReport(request: $_model.GetAggregateCompliancePackReportRequest): Promise<$_model.GetAggregateCompliancePackReportResponse>;
|
|
1040
984
|
/**
|
|
1041
|
-
* Queries the compliance
|
|
985
|
+
* Queries the compliance summary for a specified account group.
|
|
1042
986
|
*
|
|
1043
987
|
* @remarks
|
|
1044
|
-
* This topic provides an example
|
|
988
|
+
* This topic provides an example of how to query the compliance summary by resource and by rule for the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
1045
989
|
*
|
|
1046
990
|
* @param request - GetAggregateComplianceSummaryRequest
|
|
1047
991
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1049,17 +993,17 @@ export default class Client extends OpenApi {
|
|
|
1049
993
|
*/
|
|
1050
994
|
getAggregateComplianceSummaryWithOptions(request: $_model.GetAggregateComplianceSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateComplianceSummaryResponse>;
|
|
1051
995
|
/**
|
|
1052
|
-
* Queries the compliance
|
|
996
|
+
* Queries the compliance summary for a specified account group.
|
|
1053
997
|
*
|
|
1054
998
|
* @remarks
|
|
1055
|
-
* This topic provides an example
|
|
999
|
+
* This topic provides an example of how to query the compliance summary by resource and by rule for the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
1056
1000
|
*
|
|
1057
1001
|
* @param request - GetAggregateComplianceSummaryRequest
|
|
1058
1002
|
* @returns GetAggregateComplianceSummaryResponse
|
|
1059
1003
|
*/
|
|
1060
1004
|
getAggregateComplianceSummary(request: $_model.GetAggregateComplianceSummaryRequest): Promise<$_model.GetAggregateComplianceSummaryResponse>;
|
|
1061
1005
|
/**
|
|
1062
|
-
*
|
|
1006
|
+
* 账号组查询单个投递渠道
|
|
1063
1007
|
*
|
|
1064
1008
|
* @param request - GetAggregateConfigDeliveryChannelRequest
|
|
1065
1009
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1067,17 +1011,17 @@ export default class Client extends OpenApi {
|
|
|
1067
1011
|
*/
|
|
1068
1012
|
getAggregateConfigDeliveryChannelWithOptions(request: $_model.GetAggregateConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateConfigDeliveryChannelResponse>;
|
|
1069
1013
|
/**
|
|
1070
|
-
*
|
|
1014
|
+
* 账号组查询单个投递渠道
|
|
1071
1015
|
*
|
|
1072
1016
|
* @param request - GetAggregateConfigDeliveryChannelRequest
|
|
1073
1017
|
* @returns GetAggregateConfigDeliveryChannelResponse
|
|
1074
1018
|
*/
|
|
1075
1019
|
getAggregateConfigDeliveryChannel(request: $_model.GetAggregateConfigDeliveryChannelRequest): Promise<$_model.GetAggregateConfigDeliveryChannelResponse>;
|
|
1076
1020
|
/**
|
|
1077
|
-
* Queries the details of a rule in
|
|
1021
|
+
* Queries the details of a specific rule in a specified account group.
|
|
1078
1022
|
*
|
|
1079
1023
|
* @remarks
|
|
1080
|
-
* This example
|
|
1024
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****` in the account group `ca-7f00626622af0041****`.
|
|
1081
1025
|
*
|
|
1082
1026
|
* @param tmpReq - GetAggregateConfigRuleRequest
|
|
1083
1027
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1085,20 +1029,20 @@ export default class Client extends OpenApi {
|
|
|
1085
1029
|
*/
|
|
1086
1030
|
getAggregateConfigRuleWithOptions(tmpReq: $_model.GetAggregateConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateConfigRuleResponse>;
|
|
1087
1031
|
/**
|
|
1088
|
-
* Queries the details of a rule in
|
|
1032
|
+
* Queries the details of a specific rule in a specified account group.
|
|
1089
1033
|
*
|
|
1090
1034
|
* @remarks
|
|
1091
|
-
* This example
|
|
1035
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****` in the account group `ca-7f00626622af0041****`.
|
|
1092
1036
|
*
|
|
1093
1037
|
* @param request - GetAggregateConfigRuleRequest
|
|
1094
1038
|
* @returns GetAggregateConfigRuleResponse
|
|
1095
1039
|
*/
|
|
1096
1040
|
getAggregateConfigRule(request: $_model.GetAggregateConfigRuleRequest): Promise<$_model.GetAggregateConfigRuleResponse>;
|
|
1097
1041
|
/**
|
|
1098
|
-
* Queries compliance
|
|
1042
|
+
* Queries the compliance results of rules in a specified compliance pack within a specified account group.
|
|
1099
1043
|
*
|
|
1100
1044
|
* @remarks
|
|
1101
|
-
*
|
|
1045
|
+
* This topic provides an example of how to query the compliance results of rules in the compliance pack `cp-541e626622af0087****` for the account group `ca-04b3fd170e340007****`. The response returns a total of `1` rule and `0` non-compliant rules.
|
|
1102
1046
|
*
|
|
1103
1047
|
* @param request - GetAggregateConfigRuleComplianceByPackRequest
|
|
1104
1048
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1106,20 +1050,17 @@ export default class Client extends OpenApi {
|
|
|
1106
1050
|
*/
|
|
1107
1051
|
getAggregateConfigRuleComplianceByPackWithOptions(request: $_model.GetAggregateConfigRuleComplianceByPackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateConfigRuleComplianceByPackResponse>;
|
|
1108
1052
|
/**
|
|
1109
|
-
* Queries compliance
|
|
1053
|
+
* Queries the compliance results of rules in a specified compliance pack within a specified account group.
|
|
1110
1054
|
*
|
|
1111
1055
|
* @remarks
|
|
1112
|
-
*
|
|
1056
|
+
* This topic provides an example of how to query the compliance results of rules in the compliance pack `cp-541e626622af0087****` for the account group `ca-04b3fd170e340007****`. The response returns a total of `1` rule and `0` non-compliant rules.
|
|
1113
1057
|
*
|
|
1114
1058
|
* @param request - GetAggregateConfigRuleComplianceByPackRequest
|
|
1115
1059
|
* @returns GetAggregateConfigRuleComplianceByPackResponse
|
|
1116
1060
|
*/
|
|
1117
1061
|
getAggregateConfigRuleComplianceByPack(request: $_model.GetAggregateConfigRuleComplianceByPackRequest): Promise<$_model.GetAggregateConfigRuleComplianceByPackResponse>;
|
|
1118
1062
|
/**
|
|
1119
|
-
*
|
|
1120
|
-
*
|
|
1121
|
-
* @remarks
|
|
1122
|
-
* This topic provides an example on how to query the summary of compliance evaluation results by rule risk level in the `ca-3a58626622af0005****` account group. The returned result shows four rules that are specified with the high risk level. One of the rules detects non-compliant resources, and the resources evaluated by the remaining three are compliant.
|
|
1063
|
+
* 查询指定风险等级的账号组规则合规统计
|
|
1123
1064
|
*
|
|
1124
1065
|
* @param request - GetAggregateConfigRuleSummaryByRiskLevelRequest
|
|
1125
1066
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1127,21 +1068,14 @@ export default class Client extends OpenApi {
|
|
|
1127
1068
|
*/
|
|
1128
1069
|
getAggregateConfigRuleSummaryByRiskLevelWithOptions(request: $_model.GetAggregateConfigRuleSummaryByRiskLevelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateConfigRuleSummaryByRiskLevelResponse>;
|
|
1129
1070
|
/**
|
|
1130
|
-
*
|
|
1131
|
-
*
|
|
1132
|
-
* @remarks
|
|
1133
|
-
* This topic provides an example on how to query the summary of compliance evaluation results by rule risk level in the `ca-3a58626622af0005****` account group. The returned result shows four rules that are specified with the high risk level. One of the rules detects non-compliant resources, and the resources evaluated by the remaining three are compliant.
|
|
1071
|
+
* 查询指定风险等级的账号组规则合规统计
|
|
1134
1072
|
*
|
|
1135
1073
|
* @param request - GetAggregateConfigRuleSummaryByRiskLevelRequest
|
|
1136
1074
|
* @returns GetAggregateConfigRuleSummaryByRiskLevelResponse
|
|
1137
1075
|
*/
|
|
1138
1076
|
getAggregateConfigRuleSummaryByRiskLevel(request: $_model.GetAggregateConfigRuleSummaryByRiskLevelRequest): Promise<$_model.GetAggregateConfigRuleSummaryByRiskLevelResponse>;
|
|
1139
1077
|
/**
|
|
1140
|
-
*
|
|
1141
|
-
*
|
|
1142
|
-
* @remarks
|
|
1143
|
-
* > Before you call this operation, you must call the GenerateAggregateConfigRulesReport operation to generate the latest compliance evaluation report based on all rules in an account group. For more information, see [GenerateAggregateConfigRulesReport](https://help.aliyun.com/document_detail/262701.html).
|
|
1144
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on all rules in the `ca-f632626622af0079****` account group.
|
|
1078
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
1145
1079
|
*
|
|
1146
1080
|
* @param request - GetAggregateConfigRulesReportRequest
|
|
1147
1081
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1149,11 +1083,7 @@ export default class Client extends OpenApi {
|
|
|
1149
1083
|
*/
|
|
1150
1084
|
getAggregateConfigRulesReportWithOptions(request: $_model.GetAggregateConfigRulesReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateConfigRulesReportResponse>;
|
|
1151
1085
|
/**
|
|
1152
|
-
*
|
|
1153
|
-
*
|
|
1154
|
-
* @remarks
|
|
1155
|
-
* > Before you call this operation, you must call the GenerateAggregateConfigRulesReport operation to generate the latest compliance evaluation report based on all rules in an account group. For more information, see [GenerateAggregateConfigRulesReport](https://help.aliyun.com/document_detail/262701.html).
|
|
1156
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on all rules in the `ca-f632626622af0079****` account group.
|
|
1086
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
1157
1087
|
*
|
|
1158
1088
|
* @param request - GetAggregateConfigRulesReportRequest
|
|
1159
1089
|
* @returns GetAggregateConfigRulesReportResponse
|
|
@@ -1163,7 +1093,7 @@ export default class Client extends OpenApi {
|
|
|
1163
1093
|
* Queries the details of a specific resource in an account group.
|
|
1164
1094
|
*
|
|
1165
1095
|
* @remarks
|
|
1166
|
-
* This topic provides an example on how to query the details of an
|
|
1096
|
+
* This topic provides an example on how to query the details of an ECS instance `i-bp12g4xbl4i0brkn****` in the Hangzhou region within the account group `ca-5885626622af0008****`.
|
|
1167
1097
|
*
|
|
1168
1098
|
* @param request - GetAggregateDiscoveredResourceRequest
|
|
1169
1099
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1174,17 +1104,14 @@ export default class Client extends OpenApi {
|
|
|
1174
1104
|
* Queries the details of a specific resource in an account group.
|
|
1175
1105
|
*
|
|
1176
1106
|
* @remarks
|
|
1177
|
-
* This topic provides an example on how to query the details of an
|
|
1107
|
+
* This topic provides an example on how to query the details of an ECS instance `i-bp12g4xbl4i0brkn****` in the Hangzhou region within the account group `ca-5885626622af0008****`.
|
|
1178
1108
|
*
|
|
1179
1109
|
* @param request - GetAggregateDiscoveredResourceRequest
|
|
1180
1110
|
* @returns GetAggregateDiscoveredResourceResponse
|
|
1181
1111
|
*/
|
|
1182
1112
|
getAggregateDiscoveredResource(request: $_model.GetAggregateDiscoveredResourceRequest): Promise<$_model.GetAggregateDiscoveredResourceResponse>;
|
|
1183
1113
|
/**
|
|
1184
|
-
*
|
|
1185
|
-
*
|
|
1186
|
-
* @remarks
|
|
1187
|
-
* This topic provides an example on how to query the compliance evaluation results based on the `cr-d369626622af008e****` rule in the `ca-a4e5626622af0079****` account group. The returned result shows that a total of 10 resources are evaluated by the rule and five of them are evaluated as compliant.
|
|
1114
|
+
* 查询多账号规则合规情况
|
|
1188
1115
|
*
|
|
1189
1116
|
* @param request - GetAggregateResourceComplianceByConfigRuleRequest
|
|
1190
1117
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1192,20 +1119,17 @@ export default class Client extends OpenApi {
|
|
|
1192
1119
|
*/
|
|
1193
1120
|
getAggregateResourceComplianceByConfigRuleWithOptions(request: $_model.GetAggregateResourceComplianceByConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceComplianceByConfigRuleResponse>;
|
|
1194
1121
|
/**
|
|
1195
|
-
*
|
|
1196
|
-
*
|
|
1197
|
-
* @remarks
|
|
1198
|
-
* This topic provides an example on how to query the compliance evaluation results based on the `cr-d369626622af008e****` rule in the `ca-a4e5626622af0079****` account group. The returned result shows that a total of 10 resources are evaluated by the rule and five of them are evaluated as compliant.
|
|
1122
|
+
* 查询多账号规则合规情况
|
|
1199
1123
|
*
|
|
1200
1124
|
* @param request - GetAggregateResourceComplianceByConfigRuleRequest
|
|
1201
1125
|
* @returns GetAggregateResourceComplianceByConfigRuleResponse
|
|
1202
1126
|
*/
|
|
1203
1127
|
getAggregateResourceComplianceByConfigRule(request: $_model.GetAggregateResourceComplianceByConfigRuleRequest): Promise<$_model.GetAggregateResourceComplianceByConfigRuleResponse>;
|
|
1204
1128
|
/**
|
|
1205
|
-
* Queries the compliance
|
|
1129
|
+
* Queries the compliance statistics for resources in a specified compliance package within a specified account group.
|
|
1206
1130
|
*
|
|
1207
1131
|
* @remarks
|
|
1208
|
-
* This topic provides an example
|
|
1132
|
+
* This topic provides an example of how to query the compliance results for resources in the compliance package `cp-fdc8626622af00f9****` within the account group `ca-f632626622af0079****`. The response shows that of a total of `10` resources, `7` are non-compliant.
|
|
1209
1133
|
*
|
|
1210
1134
|
* @param request - GetAggregateResourceComplianceByPackRequest
|
|
1211
1135
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1213,17 +1137,17 @@ export default class Client extends OpenApi {
|
|
|
1213
1137
|
*/
|
|
1214
1138
|
getAggregateResourceComplianceByPackWithOptions(request: $_model.GetAggregateResourceComplianceByPackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceComplianceByPackResponse>;
|
|
1215
1139
|
/**
|
|
1216
|
-
* Queries the compliance
|
|
1140
|
+
* Queries the compliance statistics for resources in a specified compliance package within a specified account group.
|
|
1217
1141
|
*
|
|
1218
1142
|
* @remarks
|
|
1219
|
-
* This topic provides an example
|
|
1143
|
+
* This topic provides an example of how to query the compliance results for resources in the compliance package `cp-fdc8626622af00f9****` within the account group `ca-f632626622af0079****`. The response shows that of a total of `10` resources, `7` are non-compliant.
|
|
1220
1144
|
*
|
|
1221
1145
|
* @param request - GetAggregateResourceComplianceByPackRequest
|
|
1222
1146
|
* @returns GetAggregateResourceComplianceByPackResponse
|
|
1223
1147
|
*/
|
|
1224
1148
|
getAggregateResourceComplianceByPack(request: $_model.GetAggregateResourceComplianceByPackRequest): Promise<$_model.GetAggregateResourceComplianceByPackResponse>;
|
|
1225
1149
|
/**
|
|
1226
|
-
*
|
|
1150
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源所属地域进行分组展示
|
|
1227
1151
|
*
|
|
1228
1152
|
* @param request - GetAggregateResourceComplianceGroupByRegionRequest
|
|
1229
1153
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1231,14 +1155,14 @@ export default class Client extends OpenApi {
|
|
|
1231
1155
|
*/
|
|
1232
1156
|
getAggregateResourceComplianceGroupByRegionWithOptions(request: $_model.GetAggregateResourceComplianceGroupByRegionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceComplianceGroupByRegionResponse>;
|
|
1233
1157
|
/**
|
|
1234
|
-
*
|
|
1158
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源所属地域进行分组展示
|
|
1235
1159
|
*
|
|
1236
1160
|
* @param request - GetAggregateResourceComplianceGroupByRegionRequest
|
|
1237
1161
|
* @returns GetAggregateResourceComplianceGroupByRegionResponse
|
|
1238
1162
|
*/
|
|
1239
1163
|
getAggregateResourceComplianceGroupByRegion(request: $_model.GetAggregateResourceComplianceGroupByRegionRequest): Promise<$_model.GetAggregateResourceComplianceGroupByRegionResponse>;
|
|
1240
1164
|
/**
|
|
1241
|
-
*
|
|
1165
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
1242
1166
|
*
|
|
1243
1167
|
* @param request - GetAggregateResourceComplianceGroupByResourceTypeRequest
|
|
1244
1168
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1246,17 +1170,18 @@ export default class Client extends OpenApi {
|
|
|
1246
1170
|
*/
|
|
1247
1171
|
getAggregateResourceComplianceGroupByResourceTypeWithOptions(request: $_model.GetAggregateResourceComplianceGroupByResourceTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceComplianceGroupByResourceTypeResponse>;
|
|
1248
1172
|
/**
|
|
1249
|
-
*
|
|
1173
|
+
* 查询指定账号组内规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
1250
1174
|
*
|
|
1251
1175
|
* @param request - GetAggregateResourceComplianceGroupByResourceTypeRequest
|
|
1252
1176
|
* @returns GetAggregateResourceComplianceGroupByResourceTypeResponse
|
|
1253
1177
|
*/
|
|
1254
1178
|
getAggregateResourceComplianceGroupByResourceType(request: $_model.GetAggregateResourceComplianceGroupByResourceTypeRequest): Promise<$_model.GetAggregateResourceComplianceGroupByResourceTypeResponse>;
|
|
1255
1179
|
/**
|
|
1256
|
-
* Queries the compliance timeline of a resource in an account group.
|
|
1180
|
+
* Queries the compliance timeline of a specific resource in an account group. A compliance timeline is a set of compliance evaluation records for a resource. Each record includes the time and content of an evaluation.
|
|
1257
1181
|
*
|
|
1258
1182
|
* @remarks
|
|
1259
|
-
*
|
|
1183
|
+
* In Cloud Config, each resource has its own compliance timeline, which is composed of compliance evaluation records. A record is generated each time a rule is triggered to evaluate the resource. Rules can be triggered by configuration changes, periodic executions, or manual executions.
|
|
1184
|
+
* This topic provides an example of how to query the compliance timeline for the resource `new-bucket` (an OSS bucket). The resource is in the `cn-hangzhou` region and belongs to the member account `100931896542****` within the account group `ca-5885626622af0008****`. The response shows that the resource\\"s compliance timeline includes records with the timestamps `1625200295276` (UTC+8: 2021-07-02 12:31:35) and `1625200228510` (UTC+8: 2021-07-02 12:30:28).
|
|
1260
1185
|
*
|
|
1261
1186
|
* @param request - GetAggregateResourceComplianceTimelineRequest
|
|
1262
1187
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1264,20 +1189,24 @@ export default class Client extends OpenApi {
|
|
|
1264
1189
|
*/
|
|
1265
1190
|
getAggregateResourceComplianceTimelineWithOptions(request: $_model.GetAggregateResourceComplianceTimelineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceComplianceTimelineResponse>;
|
|
1266
1191
|
/**
|
|
1267
|
-
* Queries the compliance timeline of a resource in an account group.
|
|
1192
|
+
* Queries the compliance timeline of a specific resource in an account group. A compliance timeline is a set of compliance evaluation records for a resource. Each record includes the time and content of an evaluation.
|
|
1268
1193
|
*
|
|
1269
1194
|
* @remarks
|
|
1270
|
-
*
|
|
1195
|
+
* In Cloud Config, each resource has its own compliance timeline, which is composed of compliance evaluation records. A record is generated each time a rule is triggered to evaluate the resource. Rules can be triggered by configuration changes, periodic executions, or manual executions.
|
|
1196
|
+
* This topic provides an example of how to query the compliance timeline for the resource `new-bucket` (an OSS bucket). The resource is in the `cn-hangzhou` region and belongs to the member account `100931896542****` within the account group `ca-5885626622af0008****`. The response shows that the resource\\"s compliance timeline includes records with the timestamps `1625200295276` (UTC+8: 2021-07-02 12:31:35) and `1625200228510` (UTC+8: 2021-07-02 12:30:28).
|
|
1271
1197
|
*
|
|
1272
1198
|
* @param request - GetAggregateResourceComplianceTimelineRequest
|
|
1273
1199
|
* @returns GetAggregateResourceComplianceTimelineResponse
|
|
1274
1200
|
*/
|
|
1275
1201
|
getAggregateResourceComplianceTimeline(request: $_model.GetAggregateResourceComplianceTimelineRequest): Promise<$_model.GetAggregateResourceComplianceTimelineResponse>;
|
|
1276
1202
|
/**
|
|
1277
|
-
* Queries the configuration
|
|
1203
|
+
* Queries the configuration history of a specific resource in a specified account group. After you enable Cloud Config, the service records all configuration and relationship changes for your resources and organizes them into a configuration history. This history is saved for 10 years by default.
|
|
1278
1204
|
*
|
|
1279
1205
|
* @remarks
|
|
1280
|
-
*
|
|
1206
|
+
* Cloud Config provides a configuration history for each resource within the monitoring scope:
|
|
1207
|
+
* - For resources that already exist when you enable Cloud Config, the configuration history begins when the service is enabled.
|
|
1208
|
+
* - For resources that are created after you enable Cloud Config, the configuration history begins when the resources are created. Cloud Config records resource configuration changes every 10 minutes. When the configuration of a resource changes, a node appears in the configuration history. This node contains the resource configuration details, change details, and the related management event.
|
|
1209
|
+
* This topic provides an example of how to query the configuration history of an OSS bucket named `new-bucket`. The bucket is in the `cn-hangzhou` region, belongs to the member account `100931896542****`, and is part of the account group `ca-5885626622af0008****`. The returned result indicates that a configuration change for the resource was recorded at the UNIX timestamp `1624961112000` (UTC+8: 2021-06-29 18:05:12).
|
|
1281
1210
|
*
|
|
1282
1211
|
* @param request - GetAggregateResourceConfigurationTimelineRequest
|
|
1283
1212
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1285,20 +1214,20 @@ export default class Client extends OpenApi {
|
|
|
1285
1214
|
*/
|
|
1286
1215
|
getAggregateResourceConfigurationTimelineWithOptions(request: $_model.GetAggregateResourceConfigurationTimelineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceConfigurationTimelineResponse>;
|
|
1287
1216
|
/**
|
|
1288
|
-
* Queries the configuration
|
|
1217
|
+
* Queries the configuration history of a specific resource in a specified account group. After you enable Cloud Config, the service records all configuration and relationship changes for your resources and organizes them into a configuration history. This history is saved for 10 years by default.
|
|
1289
1218
|
*
|
|
1290
1219
|
* @remarks
|
|
1291
|
-
*
|
|
1220
|
+
* Cloud Config provides a configuration history for each resource within the monitoring scope:
|
|
1221
|
+
* - For resources that already exist when you enable Cloud Config, the configuration history begins when the service is enabled.
|
|
1222
|
+
* - For resources that are created after you enable Cloud Config, the configuration history begins when the resources are created. Cloud Config records resource configuration changes every 10 minutes. When the configuration of a resource changes, a node appears in the configuration history. This node contains the resource configuration details, change details, and the related management event.
|
|
1223
|
+
* This topic provides an example of how to query the configuration history of an OSS bucket named `new-bucket`. The bucket is in the `cn-hangzhou` region, belongs to the member account `100931896542****`, and is part of the account group `ca-5885626622af0008****`. The returned result indicates that a configuration change for the resource was recorded at the UNIX timestamp `1624961112000` (UTC+8: 2021-06-29 18:05:12).
|
|
1292
1224
|
*
|
|
1293
1225
|
* @param request - GetAggregateResourceConfigurationTimelineRequest
|
|
1294
1226
|
* @returns GetAggregateResourceConfigurationTimelineResponse
|
|
1295
1227
|
*/
|
|
1296
1228
|
getAggregateResourceConfigurationTimeline(request: $_model.GetAggregateResourceConfigurationTimelineRequest): Promise<$_model.GetAggregateResourceConfigurationTimelineResponse>;
|
|
1297
1229
|
/**
|
|
1298
|
-
*
|
|
1299
|
-
*
|
|
1300
|
-
* @remarks
|
|
1301
|
-
* 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.
|
|
1230
|
+
* 从地域维度查询指定账号组内资源的统计结果
|
|
1302
1231
|
*
|
|
1303
1232
|
* @param request - GetAggregateResourceCountsGroupByRegionRequest
|
|
1304
1233
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1306,20 +1235,14 @@ export default class Client extends OpenApi {
|
|
|
1306
1235
|
*/
|
|
1307
1236
|
getAggregateResourceCountsGroupByRegionWithOptions(request: $_model.GetAggregateResourceCountsGroupByRegionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceCountsGroupByRegionResponse>;
|
|
1308
1237
|
/**
|
|
1309
|
-
*
|
|
1310
|
-
*
|
|
1311
|
-
* @remarks
|
|
1312
|
-
* 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.
|
|
1238
|
+
* 从地域维度查询指定账号组内资源的统计结果
|
|
1313
1239
|
*
|
|
1314
1240
|
* @param request - GetAggregateResourceCountsGroupByRegionRequest
|
|
1315
1241
|
* @returns GetAggregateResourceCountsGroupByRegionResponse
|
|
1316
1242
|
*/
|
|
1317
1243
|
getAggregateResourceCountsGroupByRegion(request: $_model.GetAggregateResourceCountsGroupByRegionRequest): Promise<$_model.GetAggregateResourceCountsGroupByRegionResponse>;
|
|
1318
1244
|
/**
|
|
1319
|
-
*
|
|
1320
|
-
*
|
|
1321
|
-
* @remarks
|
|
1322
|
-
* This topic provides an example on how to query the statistics on the resources in an account group whose ID is `ca-a260626622af0005****` by resource type. The returned result shows that the account group has a total of `seven` resources of the `ACS::RAM::Role` resource type.
|
|
1245
|
+
* 从资源类型维度查询指定账号组内资源的统计结果
|
|
1323
1246
|
*
|
|
1324
1247
|
* @param request - GetAggregateResourceCountsGroupByResourceTypeRequest
|
|
1325
1248
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1327,23 +1250,14 @@ export default class Client extends OpenApi {
|
|
|
1327
1250
|
*/
|
|
1328
1251
|
getAggregateResourceCountsGroupByResourceTypeWithOptions(request: $_model.GetAggregateResourceCountsGroupByResourceTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceCountsGroupByResourceTypeResponse>;
|
|
1329
1252
|
/**
|
|
1330
|
-
*
|
|
1331
|
-
*
|
|
1332
|
-
* @remarks
|
|
1333
|
-
* This topic provides an example on how to query the statistics on the resources in an account group whose ID is `ca-a260626622af0005****` by resource type. The returned result shows that the account group has a total of `seven` resources of the `ACS::RAM::Role` resource type.
|
|
1253
|
+
* 从资源类型维度查询指定账号组内资源的统计结果
|
|
1334
1254
|
*
|
|
1335
1255
|
* @param request - GetAggregateResourceCountsGroupByResourceTypeRequest
|
|
1336
1256
|
* @returns GetAggregateResourceCountsGroupByResourceTypeResponse
|
|
1337
1257
|
*/
|
|
1338
1258
|
getAggregateResourceCountsGroupByResourceType(request: $_model.GetAggregateResourceCountsGroupByResourceTypeRequest): Promise<$_model.GetAggregateResourceCountsGroupByResourceTypeResponse>;
|
|
1339
1259
|
/**
|
|
1340
|
-
*
|
|
1341
|
-
*
|
|
1342
|
-
* @remarks
|
|
1343
|
-
* ### [](#)Prerequisites
|
|
1344
|
-
* The [GenerateAggregateResourceInventory](https://help.aliyun.com/document_detail/2398353.html) operation is called to generate a resource inventory. Then, this operation is called to obtain the URL of the resource inventory.
|
|
1345
|
-
* ### [](#)Description
|
|
1346
|
-
* This topic provides an example on how to obtain the last resource inventory that is generated within the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
1260
|
+
* 查询账号组内全局资源下载清单信息。
|
|
1347
1261
|
*
|
|
1348
1262
|
* @param request - GetAggregateResourceInventoryRequest
|
|
1349
1263
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1351,23 +1265,17 @@ export default class Client extends OpenApi {
|
|
|
1351
1265
|
*/
|
|
1352
1266
|
getAggregateResourceInventoryWithOptions(request: $_model.GetAggregateResourceInventoryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregateResourceInventoryResponse>;
|
|
1353
1267
|
/**
|
|
1354
|
-
*
|
|
1355
|
-
*
|
|
1356
|
-
* @remarks
|
|
1357
|
-
* ### [](#)Prerequisites
|
|
1358
|
-
* The [GenerateAggregateResourceInventory](https://help.aliyun.com/document_detail/2398353.html) operation is called to generate a resource inventory. Then, this operation is called to obtain the URL of the resource inventory.
|
|
1359
|
-
* ### [](#)Description
|
|
1360
|
-
* This topic provides an example on how to obtain the last resource inventory that is generated within the account group ca-a91d626622af0035\\*\\*\\*\\*.
|
|
1268
|
+
* 查询账号组内全局资源下载清单信息。
|
|
1361
1269
|
*
|
|
1362
1270
|
* @param request - GetAggregateResourceInventoryRequest
|
|
1363
1271
|
* @returns GetAggregateResourceInventoryResponse
|
|
1364
1272
|
*/
|
|
1365
1273
|
getAggregateResourceInventory(request: $_model.GetAggregateResourceInventoryRequest): Promise<$_model.GetAggregateResourceInventoryResponse>;
|
|
1366
1274
|
/**
|
|
1367
|
-
* Queries the
|
|
1275
|
+
* Queries the name, creation time, members, and type of an account group.
|
|
1368
1276
|
*
|
|
1369
1277
|
* @remarks
|
|
1370
|
-
*
|
|
1278
|
+
* This topic provides an example of how to query the details of the account group `ca-88ea626622af0055****`. The response shows that the account group name is `Test_Group`, the description is `Test Group`, the type is `CUSTOM` (custom account group), and the status is `1` (created).
|
|
1371
1279
|
*
|
|
1372
1280
|
* @param tmpReq - GetAggregatorRequest
|
|
1373
1281
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1375,20 +1283,20 @@ export default class Client extends OpenApi {
|
|
|
1375
1283
|
*/
|
|
1376
1284
|
getAggregatorWithOptions(tmpReq: $_model.GetAggregatorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAggregatorResponse>;
|
|
1377
1285
|
/**
|
|
1378
|
-
* Queries the
|
|
1286
|
+
* Queries the name, creation time, members, and type of an account group.
|
|
1379
1287
|
*
|
|
1380
1288
|
* @remarks
|
|
1381
|
-
*
|
|
1289
|
+
* This topic provides an example of how to query the details of the account group `ca-88ea626622af0055****`. The response shows that the account group name is `Test_Group`, the description is `Test Group`, the type is `CUSTOM` (custom account group), and the status is `1` (created).
|
|
1382
1290
|
*
|
|
1383
1291
|
* @param request - GetAggregatorRequest
|
|
1384
1292
|
* @returns GetAggregatorResponse
|
|
1385
1293
|
*/
|
|
1386
1294
|
getAggregator(request: $_model.GetAggregatorRequest): Promise<$_model.GetAggregatorResponse>;
|
|
1387
1295
|
/**
|
|
1388
|
-
* Queries the details of a compliance package.
|
|
1296
|
+
* Queries the details of a specific compliance package.
|
|
1389
1297
|
*
|
|
1390
1298
|
* @remarks
|
|
1391
|
-
* This topic provides an example
|
|
1299
|
+
* This topic provides an example of how to query the details of the compliance package `cp-fdc8626622af00f9****`. The response indicates that the compliance package is named `MLPS 2.0 Level 3 Pre-check Compliance Package`, its status is `ACTIVE`, and the risk level of its rules is `1` (high risk).
|
|
1392
1300
|
*
|
|
1393
1301
|
* @param tmpReq - GetCompliancePackRequest
|
|
1394
1302
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1396,21 +1304,17 @@ export default class Client extends OpenApi {
|
|
|
1396
1304
|
*/
|
|
1397
1305
|
getCompliancePackWithOptions(tmpReq: $_model.GetCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCompliancePackResponse>;
|
|
1398
1306
|
/**
|
|
1399
|
-
* Queries the details of a compliance package.
|
|
1307
|
+
* Queries the details of a specific compliance package.
|
|
1400
1308
|
*
|
|
1401
1309
|
* @remarks
|
|
1402
|
-
* This topic provides an example
|
|
1310
|
+
* This topic provides an example of how to query the details of the compliance package `cp-fdc8626622af00f9****`. The response indicates that the compliance package is named `MLPS 2.0 Level 3 Pre-check Compliance Package`, its status is `ACTIVE`, and the risk level of its rules is `1` (high risk).
|
|
1403
1311
|
*
|
|
1404
1312
|
* @param request - GetCompliancePackRequest
|
|
1405
1313
|
* @returns GetCompliancePackResponse
|
|
1406
1314
|
*/
|
|
1407
1315
|
getCompliancePack(request: $_model.GetCompliancePackRequest): Promise<$_model.GetCompliancePackResponse>;
|
|
1408
1316
|
/**
|
|
1409
|
-
*
|
|
1410
|
-
*
|
|
1411
|
-
* @remarks
|
|
1412
|
-
* > Before you call this operation, you must call the GenerateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateCompliancePackReport](https://help.aliyun.com/document_detail/263525.html).
|
|
1413
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package.
|
|
1317
|
+
* 获取合规包的评估报告
|
|
1414
1318
|
*
|
|
1415
1319
|
* @param request - GetCompliancePackReportRequest
|
|
1416
1320
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1418,21 +1322,17 @@ export default class Client extends OpenApi {
|
|
|
1418
1322
|
*/
|
|
1419
1323
|
getCompliancePackReportWithOptions(request: $_model.GetCompliancePackReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCompliancePackReportResponse>;
|
|
1420
1324
|
/**
|
|
1421
|
-
*
|
|
1422
|
-
*
|
|
1423
|
-
* @remarks
|
|
1424
|
-
* > Before you call this operation, you must call the GenerateCompliancePackReport operation to generate the latest compliance evaluation report based on a compliance package. For more information, see [GenerateCompliancePackReport](https://help.aliyun.com/document_detail/263525.html).
|
|
1425
|
-
* This topic provides an example on how to query the compliance evaluation report that is generated based on the `cp-fdc8626622af00f9****` compliance package.
|
|
1325
|
+
* 获取合规包的评估报告
|
|
1426
1326
|
*
|
|
1427
1327
|
* @param request - GetCompliancePackReportRequest
|
|
1428
1328
|
* @returns GetCompliancePackReportResponse
|
|
1429
1329
|
*/
|
|
1430
1330
|
getCompliancePackReport(request: $_model.GetCompliancePackReportRequest): Promise<$_model.GetCompliancePackReportResponse>;
|
|
1431
1331
|
/**
|
|
1432
|
-
* Queries the
|
|
1332
|
+
* Queries the compliance summary for the current account.
|
|
1433
1333
|
*
|
|
1434
1334
|
* @remarks
|
|
1435
|
-
* This topic provides an example
|
|
1335
|
+
* This topic provides an example of how to query the compliance summary by resource and rule for an account group.
|
|
1436
1336
|
*
|
|
1437
1337
|
* @param request - GetComplianceSummaryRequest
|
|
1438
1338
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1440,15 +1340,15 @@ export default class Client extends OpenApi {
|
|
|
1440
1340
|
*/
|
|
1441
1341
|
getComplianceSummaryWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.GetComplianceSummaryResponse>;
|
|
1442
1342
|
/**
|
|
1443
|
-
* Queries the
|
|
1343
|
+
* Queries the compliance summary for the current account.
|
|
1444
1344
|
*
|
|
1445
1345
|
* @remarks
|
|
1446
|
-
* This topic provides an example
|
|
1346
|
+
* This topic provides an example of how to query the compliance summary by resource and rule for an account group.
|
|
1447
1347
|
* @returns GetComplianceSummaryResponse
|
|
1448
1348
|
*/
|
|
1449
1349
|
getComplianceSummary(): Promise<$_model.GetComplianceSummaryResponse>;
|
|
1450
1350
|
/**
|
|
1451
|
-
* Queries the
|
|
1351
|
+
* Queries the details of a specified delivery channel.
|
|
1452
1352
|
*
|
|
1453
1353
|
* @param request - GetConfigDeliveryChannelRequest
|
|
1454
1354
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1456,17 +1356,17 @@ export default class Client extends OpenApi {
|
|
|
1456
1356
|
*/
|
|
1457
1357
|
getConfigDeliveryChannelWithOptions(request: $_model.GetConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetConfigDeliveryChannelResponse>;
|
|
1458
1358
|
/**
|
|
1459
|
-
* Queries the
|
|
1359
|
+
* Queries the details of a specified delivery channel.
|
|
1460
1360
|
*
|
|
1461
1361
|
* @param request - GetConfigDeliveryChannelRequest
|
|
1462
1362
|
* @returns GetConfigDeliveryChannelResponse
|
|
1463
1363
|
*/
|
|
1464
1364
|
getConfigDeliveryChannel(request: $_model.GetConfigDeliveryChannelRequest): Promise<$_model.GetConfigDeliveryChannelResponse>;
|
|
1465
1365
|
/**
|
|
1466
|
-
* Queries the details of a rule.
|
|
1366
|
+
* Queries the details of a specified rule.
|
|
1467
1367
|
*
|
|
1468
1368
|
* @remarks
|
|
1469
|
-
* This topic provides an example
|
|
1369
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****`.
|
|
1470
1370
|
*
|
|
1471
1371
|
* @param tmpReq - GetConfigRuleRequest
|
|
1472
1372
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1474,20 +1374,20 @@ export default class Client extends OpenApi {
|
|
|
1474
1374
|
*/
|
|
1475
1375
|
getConfigRuleWithOptions(tmpReq: $_model.GetConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetConfigRuleResponse>;
|
|
1476
1376
|
/**
|
|
1477
|
-
* Queries the details of a rule.
|
|
1377
|
+
* Queries the details of a specified rule.
|
|
1478
1378
|
*
|
|
1479
1379
|
* @remarks
|
|
1480
|
-
* This topic provides an example
|
|
1380
|
+
* This topic provides an example of how to query the details of the rule `cr-7f7d626622af0041****`.
|
|
1481
1381
|
*
|
|
1482
1382
|
* @param request - GetConfigRuleRequest
|
|
1483
1383
|
* @returns GetConfigRuleResponse
|
|
1484
1384
|
*/
|
|
1485
1385
|
getConfigRule(request: $_model.GetConfigRuleRequest): Promise<$_model.GetConfigRuleResponse>;
|
|
1486
1386
|
/**
|
|
1487
|
-
* Queries compliance
|
|
1387
|
+
* Queries the compliance statistics for rules in a specified compliance package.
|
|
1488
1388
|
*
|
|
1489
1389
|
* @remarks
|
|
1490
|
-
*
|
|
1390
|
+
* This example shows how to query the compliance results for rules in the compliance package `cp-541e626622af0087****`. The response shows that the total number of rules is 1 and the number of non-compliant rules is 0.
|
|
1491
1391
|
*
|
|
1492
1392
|
* @param request - GetConfigRuleComplianceByPackRequest
|
|
1493
1393
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1495,10 +1395,10 @@ export default class Client extends OpenApi {
|
|
|
1495
1395
|
*/
|
|
1496
1396
|
getConfigRuleComplianceByPackWithOptions(request: $_model.GetConfigRuleComplianceByPackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetConfigRuleComplianceByPackResponse>;
|
|
1497
1397
|
/**
|
|
1498
|
-
* Queries compliance
|
|
1398
|
+
* Queries the compliance statistics for rules in a specified compliance package.
|
|
1499
1399
|
*
|
|
1500
1400
|
* @remarks
|
|
1501
|
-
*
|
|
1401
|
+
* This example shows how to query the compliance results for rules in the compliance package `cp-541e626622af0087****`. The response shows that the total number of rules is 1 and the number of non-compliant rules is 0.
|
|
1502
1402
|
*
|
|
1503
1403
|
* @param request - GetConfigRuleComplianceByPackRequest
|
|
1504
1404
|
* @returns GetConfigRuleComplianceByPackResponse
|
|
@@ -1524,11 +1424,7 @@ export default class Client extends OpenApi {
|
|
|
1524
1424
|
*/
|
|
1525
1425
|
getConfigRuleSummaryByRiskLevel(): Promise<$_model.GetConfigRuleSummaryByRiskLevelResponse>;
|
|
1526
1426
|
/**
|
|
1527
|
-
*
|
|
1528
|
-
*
|
|
1529
|
-
* @remarks
|
|
1530
|
-
* > Before you call this operation, you must call the GenerateConfigRulesReport operation to generate the latest compliance evaluation report based on all existing rules. For more information, see [GenerateConfigRulesReport](https://help.aliyun.com/document_detail/263601.html).
|
|
1531
|
-
* This topic provides an example of how to query the compliance evaluation report that is generated based on all existing rules.
|
|
1427
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
1532
1428
|
*
|
|
1533
1429
|
* @param request - GetConfigRulesReportRequest
|
|
1534
1430
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1536,21 +1432,17 @@ export default class Client extends OpenApi {
|
|
|
1536
1432
|
*/
|
|
1537
1433
|
getConfigRulesReportWithOptions(request: $_model.GetConfigRulesReportRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetConfigRulesReportResponse>;
|
|
1538
1434
|
/**
|
|
1539
|
-
*
|
|
1540
|
-
*
|
|
1541
|
-
* @remarks
|
|
1542
|
-
* > Before you call this operation, you must call the GenerateConfigRulesReport operation to generate the latest compliance evaluation report based on all existing rules. For more information, see [GenerateConfigRulesReport](https://help.aliyun.com/document_detail/263601.html).
|
|
1543
|
-
* This topic provides an example of how to query the compliance evaluation report that is generated based on all existing rules.
|
|
1435
|
+
* 下载Excel格式的规则合规评估报告到本地,便于您云下分配任务并跟进不合规资源配置的修改
|
|
1544
1436
|
*
|
|
1545
1437
|
* @param request - GetConfigRulesReportRequest
|
|
1546
1438
|
* @returns GetConfigRulesReportResponse
|
|
1547
1439
|
*/
|
|
1548
1440
|
getConfigRulesReport(request: $_model.GetConfigRulesReportRequest): Promise<$_model.GetConfigRulesReportResponse>;
|
|
1549
1441
|
/**
|
|
1550
|
-
* Queries the
|
|
1442
|
+
* Queries the status of the Cloud Config service and the resource monitoring scope for the current account.
|
|
1551
1443
|
*
|
|
1552
1444
|
* @remarks
|
|
1553
|
-
* This topic provides an example
|
|
1445
|
+
* This topic provides an example of how to query the status of the Cloud Config service and the resource monitoring scope for the current account.
|
|
1554
1446
|
*
|
|
1555
1447
|
* @param request - GetConfigurationRecorderRequest
|
|
1556
1448
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1558,10 +1450,10 @@ export default class Client extends OpenApi {
|
|
|
1558
1450
|
*/
|
|
1559
1451
|
getConfigurationRecorderWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.GetConfigurationRecorderResponse>;
|
|
1560
1452
|
/**
|
|
1561
|
-
* Queries the
|
|
1453
|
+
* Queries the status of the Cloud Config service and the resource monitoring scope for the current account.
|
|
1562
1454
|
*
|
|
1563
1455
|
* @remarks
|
|
1564
|
-
* This topic provides an example
|
|
1456
|
+
* This topic provides an example of how to query the status of the Cloud Config service and the resource monitoring scope for the current account.
|
|
1565
1457
|
* @returns GetConfigurationRecorderResponse
|
|
1566
1458
|
*/
|
|
1567
1459
|
getConfigurationRecorder(): Promise<$_model.GetConfigurationRecorderResponse>;
|
|
@@ -1569,7 +1461,7 @@ export default class Client extends OpenApi {
|
|
|
1569
1461
|
* Queries the details of a specific resource.
|
|
1570
1462
|
*
|
|
1571
1463
|
* @remarks
|
|
1572
|
-
* This topic provides an example
|
|
1464
|
+
* This topic provides an example of how to query the details of the ECS instance `i-bp12g4xbl4i0brkn****` in the China (Hangzhou) region.
|
|
1573
1465
|
*
|
|
1574
1466
|
* @param request - GetDiscoveredResourceRequest
|
|
1575
1467
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1580,17 +1472,14 @@ export default class Client extends OpenApi {
|
|
|
1580
1472
|
* Queries the details of a specific resource.
|
|
1581
1473
|
*
|
|
1582
1474
|
* @remarks
|
|
1583
|
-
* This topic provides an example
|
|
1475
|
+
* This topic provides an example of how to query the details of the ECS instance `i-bp12g4xbl4i0brkn****` in the China (Hangzhou) region.
|
|
1584
1476
|
*
|
|
1585
1477
|
* @param request - GetDiscoveredResourceRequest
|
|
1586
1478
|
* @returns GetDiscoveredResourceResponse
|
|
1587
1479
|
*/
|
|
1588
1480
|
getDiscoveredResource(request: $_model.GetDiscoveredResourceRequest): Promise<$_model.GetDiscoveredResourceResponse>;
|
|
1589
1481
|
/**
|
|
1590
|
-
*
|
|
1591
|
-
*
|
|
1592
|
-
* @remarks
|
|
1593
|
-
* This topic provides an example to demonstrate how to query the statistics on resources by region. The returned result shows that a total of 10 resources exist in the `cn-hangzhou` region.
|
|
1482
|
+
* 从地域维度查询资源的统计结果
|
|
1594
1483
|
*
|
|
1595
1484
|
* @param request - GetDiscoveredResourceCountsGroupByRegionRequest
|
|
1596
1485
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1598,20 +1487,14 @@ export default class Client extends OpenApi {
|
|
|
1598
1487
|
*/
|
|
1599
1488
|
getDiscoveredResourceCountsGroupByRegionWithOptions(request: $_model.GetDiscoveredResourceCountsGroupByRegionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetDiscoveredResourceCountsGroupByRegionResponse>;
|
|
1600
1489
|
/**
|
|
1601
|
-
*
|
|
1602
|
-
*
|
|
1603
|
-
* @remarks
|
|
1604
|
-
* This topic provides an example to demonstrate how to query the statistics on resources by region. The returned result shows that a total of 10 resources exist in the `cn-hangzhou` region.
|
|
1490
|
+
* 从地域维度查询资源的统计结果
|
|
1605
1491
|
*
|
|
1606
1492
|
* @param request - GetDiscoveredResourceCountsGroupByRegionRequest
|
|
1607
1493
|
* @returns GetDiscoveredResourceCountsGroupByRegionResponse
|
|
1608
1494
|
*/
|
|
1609
1495
|
getDiscoveredResourceCountsGroupByRegion(request: $_model.GetDiscoveredResourceCountsGroupByRegionRequest): Promise<$_model.GetDiscoveredResourceCountsGroupByRegionResponse>;
|
|
1610
1496
|
/**
|
|
1611
|
-
*
|
|
1612
|
-
*
|
|
1613
|
-
* @remarks
|
|
1614
|
-
* This topic describes how to query the statistics on resources by resource type. The returned result shows that a total of 10 resources of the `ACS::ECS::Instance` resource type exist.
|
|
1497
|
+
* 从资源类型维度查询资源的统计结果
|
|
1615
1498
|
*
|
|
1616
1499
|
* @param request - GetDiscoveredResourceCountsGroupByResourceTypeRequest
|
|
1617
1500
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1619,17 +1502,14 @@ export default class Client extends OpenApi {
|
|
|
1619
1502
|
*/
|
|
1620
1503
|
getDiscoveredResourceCountsGroupByResourceTypeWithOptions(request: $_model.GetDiscoveredResourceCountsGroupByResourceTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetDiscoveredResourceCountsGroupByResourceTypeResponse>;
|
|
1621
1504
|
/**
|
|
1622
|
-
*
|
|
1623
|
-
*
|
|
1624
|
-
* @remarks
|
|
1625
|
-
* This topic describes how to query the statistics on resources by resource type. The returned result shows that a total of 10 resources of the `ACS::ECS::Instance` resource type exist.
|
|
1505
|
+
* 从资源类型维度查询资源的统计结果
|
|
1626
1506
|
*
|
|
1627
1507
|
* @param request - GetDiscoveredResourceCountsGroupByResourceTypeRequest
|
|
1628
1508
|
* @returns GetDiscoveredResourceCountsGroupByResourceTypeResponse
|
|
1629
1509
|
*/
|
|
1630
1510
|
getDiscoveredResourceCountsGroupByResourceType(request: $_model.GetDiscoveredResourceCountsGroupByResourceTypeRequest): Promise<$_model.GetDiscoveredResourceCountsGroupByResourceTypeResponse>;
|
|
1631
1511
|
/**
|
|
1632
|
-
*
|
|
1512
|
+
* 查询用户集成云产品的授权状态
|
|
1633
1513
|
*
|
|
1634
1514
|
* @param request - GetIntegratedServiceStatusRequest
|
|
1635
1515
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1637,17 +1517,17 @@ export default class Client extends OpenApi {
|
|
|
1637
1517
|
*/
|
|
1638
1518
|
getIntegratedServiceStatusWithOptions(request: $_model.GetIntegratedServiceStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetIntegratedServiceStatusResponse>;
|
|
1639
1519
|
/**
|
|
1640
|
-
*
|
|
1520
|
+
* 查询用户集成云产品的授权状态
|
|
1641
1521
|
*
|
|
1642
1522
|
* @param request - GetIntegratedServiceStatusRequest
|
|
1643
1523
|
* @returns GetIntegratedServiceStatusResponse
|
|
1644
1524
|
*/
|
|
1645
1525
|
getIntegratedServiceStatus(request: $_model.GetIntegratedServiceStatusRequest): Promise<$_model.GetIntegratedServiceStatusResponse>;
|
|
1646
1526
|
/**
|
|
1647
|
-
* Queries the details of a
|
|
1527
|
+
* Queries the details of a specified rule template.
|
|
1648
1528
|
*
|
|
1649
1529
|
* @remarks
|
|
1650
|
-
* This topic provides an example
|
|
1530
|
+
* This topic provides an example of how to query the details of the rule template `cdn-domain-https-enabled`.
|
|
1651
1531
|
*
|
|
1652
1532
|
* @param request - GetManagedRuleRequest
|
|
1653
1533
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1655,10 +1535,10 @@ export default class Client extends OpenApi {
|
|
|
1655
1535
|
*/
|
|
1656
1536
|
getManagedRuleWithOptions(request: $_model.GetManagedRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetManagedRuleResponse>;
|
|
1657
1537
|
/**
|
|
1658
|
-
* Queries the details of a
|
|
1538
|
+
* Queries the details of a specified rule template.
|
|
1659
1539
|
*
|
|
1660
1540
|
* @remarks
|
|
1661
|
-
* This topic provides an example
|
|
1541
|
+
* This topic provides an example of how to query the details of the rule template `cdn-domain-https-enabled`.
|
|
1662
1542
|
*
|
|
1663
1543
|
* @param request - GetManagedRuleRequest
|
|
1664
1544
|
* @returns GetManagedRuleResponse
|
|
@@ -1668,7 +1548,7 @@ export default class Client extends OpenApi {
|
|
|
1668
1548
|
* Queries the details of an automatic remediation template.
|
|
1669
1549
|
*
|
|
1670
1550
|
* @remarks
|
|
1671
|
-
* This topic
|
|
1551
|
+
* This topic describes how to query the details of the `ACS-ALB-BulkyEnableDeletionProtection` automatic remediation template.
|
|
1672
1552
|
*
|
|
1673
1553
|
* @param request - GetRemediationTemplateRequest
|
|
1674
1554
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1679,14 +1559,14 @@ export default class Client extends OpenApi {
|
|
|
1679
1559
|
* Queries the details of an automatic remediation template.
|
|
1680
1560
|
*
|
|
1681
1561
|
* @remarks
|
|
1682
|
-
* This topic
|
|
1562
|
+
* This topic describes how to query the details of the `ACS-ALB-BulkyEnableDeletionProtection` automatic remediation template.
|
|
1683
1563
|
*
|
|
1684
1564
|
* @param request - GetRemediationTemplateRequest
|
|
1685
1565
|
* @returns GetRemediationTemplateResponse
|
|
1686
1566
|
*/
|
|
1687
1567
|
getRemediationTemplate(request: $_model.GetRemediationTemplateRequest): Promise<$_model.GetRemediationTemplateResponse>;
|
|
1688
1568
|
/**
|
|
1689
|
-
*
|
|
1569
|
+
* Retrieves a report generated from a report template.
|
|
1690
1570
|
*
|
|
1691
1571
|
* @param request - GetReportFromTemplateRequest
|
|
1692
1572
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1694,14 +1574,14 @@ export default class Client extends OpenApi {
|
|
|
1694
1574
|
*/
|
|
1695
1575
|
getReportFromTemplateWithOptions(request: $_model.GetReportFromTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetReportFromTemplateResponse>;
|
|
1696
1576
|
/**
|
|
1697
|
-
*
|
|
1577
|
+
* Retrieves a report generated from a report template.
|
|
1698
1578
|
*
|
|
1699
1579
|
* @param request - GetReportFromTemplateRequest
|
|
1700
1580
|
* @returns GetReportFromTemplateResponse
|
|
1701
1581
|
*/
|
|
1702
1582
|
getReportFromTemplate(request: $_model.GetReportFromTemplateRequest): Promise<$_model.GetReportFromTemplateResponse>;
|
|
1703
1583
|
/**
|
|
1704
|
-
*
|
|
1584
|
+
* Retrieve details of a compliance report template.
|
|
1705
1585
|
*
|
|
1706
1586
|
* @param request - GetReportTemplateRequest
|
|
1707
1587
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1709,17 +1589,14 @@ export default class Client extends OpenApi {
|
|
|
1709
1589
|
*/
|
|
1710
1590
|
getReportTemplateWithOptions(request: $_model.GetReportTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetReportTemplateResponse>;
|
|
1711
1591
|
/**
|
|
1712
|
-
*
|
|
1592
|
+
* Retrieve details of a compliance report template.
|
|
1713
1593
|
*
|
|
1714
1594
|
* @param request - GetReportTemplateRequest
|
|
1715
1595
|
* @returns GetReportTemplateResponse
|
|
1716
1596
|
*/
|
|
1717
1597
|
getReportTemplate(request: $_model.GetReportTemplateRequest): Promise<$_model.GetReportTemplateResponse>;
|
|
1718
1598
|
/**
|
|
1719
|
-
*
|
|
1720
|
-
*
|
|
1721
|
-
* @remarks
|
|
1722
|
-
* In this topic, the `cr-d369626622af008e****` rule is used as an example. The return result shows that a total of 10 resources are evaluated by the rule and `five` of them are evaluated as compliant.
|
|
1599
|
+
* 从规则的合规评估结果维度查询合规概要
|
|
1723
1600
|
*
|
|
1724
1601
|
* @param request - GetResourceComplianceByConfigRuleRequest
|
|
1725
1602
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1727,20 +1604,17 @@ export default class Client extends OpenApi {
|
|
|
1727
1604
|
*/
|
|
1728
1605
|
getResourceComplianceByConfigRuleWithOptions(request: $_model.GetResourceComplianceByConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceComplianceByConfigRuleResponse>;
|
|
1729
1606
|
/**
|
|
1730
|
-
*
|
|
1731
|
-
*
|
|
1732
|
-
* @remarks
|
|
1733
|
-
* In this topic, the `cr-d369626622af008e****` rule is used as an example. The return result shows that a total of 10 resources are evaluated by the rule and `five` of them are evaluated as compliant.
|
|
1607
|
+
* 从规则的合规评估结果维度查询合规概要
|
|
1734
1608
|
*
|
|
1735
1609
|
* @param request - GetResourceComplianceByConfigRuleRequest
|
|
1736
1610
|
* @returns GetResourceComplianceByConfigRuleResponse
|
|
1737
1611
|
*/
|
|
1738
1612
|
getResourceComplianceByConfigRule(request: $_model.GetResourceComplianceByConfigRuleRequest): Promise<$_model.GetResourceComplianceByConfigRuleResponse>;
|
|
1739
1613
|
/**
|
|
1740
|
-
* Queries the compliance
|
|
1614
|
+
* Queries the compliance results for resources in a compliance package.
|
|
1741
1615
|
*
|
|
1742
1616
|
* @remarks
|
|
1743
|
-
* This topic provides an example
|
|
1617
|
+
* This topic provides an example of how to query the compliance results for resources in the compliance package `cp-541e626622af0087****`. The response shows that 7 of the 10 resources are non-compliant.
|
|
1744
1618
|
*
|
|
1745
1619
|
* @param request - GetResourceComplianceByPackRequest
|
|
1746
1620
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1748,17 +1622,17 @@ export default class Client extends OpenApi {
|
|
|
1748
1622
|
*/
|
|
1749
1623
|
getResourceComplianceByPackWithOptions(request: $_model.GetResourceComplianceByPackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceComplianceByPackResponse>;
|
|
1750
1624
|
/**
|
|
1751
|
-
* Queries the compliance
|
|
1625
|
+
* Queries the compliance results for resources in a compliance package.
|
|
1752
1626
|
*
|
|
1753
1627
|
* @remarks
|
|
1754
|
-
* This topic provides an example
|
|
1628
|
+
* This topic provides an example of how to query the compliance results for resources in the compliance package `cp-541e626622af0087****`. The response shows that 7 of the 10 resources are non-compliant.
|
|
1755
1629
|
*
|
|
1756
1630
|
* @param request - GetResourceComplianceByPackRequest
|
|
1757
1631
|
* @returns GetResourceComplianceByPackResponse
|
|
1758
1632
|
*/
|
|
1759
1633
|
getResourceComplianceByPack(request: $_model.GetResourceComplianceByPackRequest): Promise<$_model.GetResourceComplianceByPackResponse>;
|
|
1760
1634
|
/**
|
|
1761
|
-
*
|
|
1635
|
+
* 查询合规情况按照地域分组统计
|
|
1762
1636
|
*
|
|
1763
1637
|
* @param request - GetResourceComplianceGroupByRegionRequest
|
|
1764
1638
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1766,14 +1640,14 @@ export default class Client extends OpenApi {
|
|
|
1766
1640
|
*/
|
|
1767
1641
|
getResourceComplianceGroupByRegionWithOptions(request: $_model.GetResourceComplianceGroupByRegionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceComplianceGroupByRegionResponse>;
|
|
1768
1642
|
/**
|
|
1769
|
-
*
|
|
1643
|
+
* 查询合规情况按照地域分组统计
|
|
1770
1644
|
*
|
|
1771
1645
|
* @param request - GetResourceComplianceGroupByRegionRequest
|
|
1772
1646
|
* @returns GetResourceComplianceGroupByRegionResponse
|
|
1773
1647
|
*/
|
|
1774
1648
|
getResourceComplianceGroupByRegion(request: $_model.GetResourceComplianceGroupByRegionRequest): Promise<$_model.GetResourceComplianceGroupByRegionResponse>;
|
|
1775
1649
|
/**
|
|
1776
|
-
*
|
|
1650
|
+
* 查询规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
1777
1651
|
*
|
|
1778
1652
|
* @param request - GetResourceComplianceGroupByResourceTypeRequest
|
|
1779
1653
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1781,18 +1655,18 @@ export default class Client extends OpenApi {
|
|
|
1781
1655
|
*/
|
|
1782
1656
|
getResourceComplianceGroupByResourceTypeWithOptions(request: $_model.GetResourceComplianceGroupByResourceTypeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceComplianceGroupByResourceTypeResponse>;
|
|
1783
1657
|
/**
|
|
1784
|
-
*
|
|
1658
|
+
* 查询规则对资源的评估结果,评估结果按资源类型进行分组展示
|
|
1785
1659
|
*
|
|
1786
1660
|
* @param request - GetResourceComplianceGroupByResourceTypeRequest
|
|
1787
1661
|
* @returns GetResourceComplianceGroupByResourceTypeResponse
|
|
1788
1662
|
*/
|
|
1789
1663
|
getResourceComplianceGroupByResourceType(request: $_model.GetResourceComplianceGroupByResourceTypeRequest): Promise<$_model.GetResourceComplianceGroupByResourceTypeResponse>;
|
|
1790
1664
|
/**
|
|
1791
|
-
* Queries the compliance
|
|
1665
|
+
* Queries the compliance evaluation history of a specified resource. The history is a set of compliance evaluation records that contain the timestamp and details of each evaluation.
|
|
1792
1666
|
*
|
|
1793
1667
|
* @remarks
|
|
1794
|
-
* In Cloud Config, each resource has
|
|
1795
|
-
* This topic provides an example
|
|
1668
|
+
* In Cloud Config, each resource has its own compliance evaluation history. A compliance evaluation record is generated when a rule is triggered to evaluate a resource. The collection of these records forms the compliance evaluation history of the resource. Rules can be triggered by configuration changes, periodic execution, or manual execution.
|
|
1669
|
+
* This topic provides an example of how to query the compliance evaluation history of the resource `new-bucket`, which is an Object Storage Service (OSS) bucket in the `cn-hangzhou` region. The returned result shows that the compliance evaluation history of the resource includes records with the timestamps `1625200295276` (UTC+8: 2021-07-02 12:31:35) and `1625200228510` (UTC+8: 2021-07-02 12:30:28).
|
|
1796
1670
|
*
|
|
1797
1671
|
* @param request - GetResourceComplianceTimelineRequest
|
|
1798
1672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1800,18 +1674,18 @@ export default class Client extends OpenApi {
|
|
|
1800
1674
|
*/
|
|
1801
1675
|
getResourceComplianceTimelineWithOptions(request: $_model.GetResourceComplianceTimelineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceComplianceTimelineResponse>;
|
|
1802
1676
|
/**
|
|
1803
|
-
* Queries the compliance
|
|
1677
|
+
* Queries the compliance evaluation history of a specified resource. The history is a set of compliance evaluation records that contain the timestamp and details of each evaluation.
|
|
1804
1678
|
*
|
|
1805
1679
|
* @remarks
|
|
1806
|
-
* In Cloud Config, each resource has
|
|
1807
|
-
* This topic provides an example
|
|
1680
|
+
* In Cloud Config, each resource has its own compliance evaluation history. A compliance evaluation record is generated when a rule is triggered to evaluate a resource. The collection of these records forms the compliance evaluation history of the resource. Rules can be triggered by configuration changes, periodic execution, or manual execution.
|
|
1681
|
+
* This topic provides an example of how to query the compliance evaluation history of the resource `new-bucket`, which is an Object Storage Service (OSS) bucket in the `cn-hangzhou` region. The returned result shows that the compliance evaluation history of the resource includes records with the timestamps `1625200295276` (UTC+8: 2021-07-02 12:31:35) and `1625200228510` (UTC+8: 2021-07-02 12:30:28).
|
|
1808
1682
|
*
|
|
1809
1683
|
* @param request - GetResourceComplianceTimelineRequest
|
|
1810
1684
|
* @returns GetResourceComplianceTimelineResponse
|
|
1811
1685
|
*/
|
|
1812
1686
|
getResourceComplianceTimeline(request: $_model.GetResourceComplianceTimelineRequest): Promise<$_model.GetResourceComplianceTimelineResponse>;
|
|
1813
1687
|
/**
|
|
1814
|
-
*
|
|
1688
|
+
* This operation obtains configuration samples for a specified resource type.
|
|
1815
1689
|
*
|
|
1816
1690
|
* @param request - GetResourceConfigurationSampleRequest
|
|
1817
1691
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1819,17 +1693,20 @@ export default class Client extends OpenApi {
|
|
|
1819
1693
|
*/
|
|
1820
1694
|
getResourceConfigurationSampleWithOptions(request: $_model.GetResourceConfigurationSampleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceConfigurationSampleResponse>;
|
|
1821
1695
|
/**
|
|
1822
|
-
*
|
|
1696
|
+
* This operation obtains configuration samples for a specified resource type.
|
|
1823
1697
|
*
|
|
1824
1698
|
* @param request - GetResourceConfigurationSampleRequest
|
|
1825
1699
|
* @returns GetResourceConfigurationSampleResponse
|
|
1826
1700
|
*/
|
|
1827
1701
|
getResourceConfigurationSample(request: $_model.GetResourceConfigurationSampleRequest): Promise<$_model.GetResourceConfigurationSampleResponse>;
|
|
1828
1702
|
/**
|
|
1829
|
-
* Queries the configuration
|
|
1703
|
+
* Queries the configuration history of a specified resource. Cloud Config records every configuration and relationship change for a resource in a configuration history. Recording starts after you enable the Cloud Config service. By default, the history is retained for 10 years.
|
|
1830
1704
|
*
|
|
1831
1705
|
* @remarks
|
|
1832
|
-
*
|
|
1706
|
+
* Cloud Config provides a configuration history for each resource that it monitors. The details are as follows:
|
|
1707
|
+
* - For existing resources, the configuration history starts when you enable the Cloud Config service.
|
|
1708
|
+
* - For new resources created after you enable the service, the configuration history starts when the resource is created. Cloud Config records configuration changes every 10 minutes. When a configuration changes, a new node appears in the history. This node contains the resource configuration details, change details, and the associated management event.
|
|
1709
|
+
* This topic provides an example of how to query the configuration history for a resource named `new-bucket`. The resource is a bucket in the `cn-hangzhou` region. The response shows that the creation time of the resource is `1624961112000` (18:05:12 on June 29, 2021, UTC+8).
|
|
1833
1710
|
*
|
|
1834
1711
|
* @param request - GetResourceConfigurationTimelineRequest
|
|
1835
1712
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1837,23 +1714,26 @@ export default class Client extends OpenApi {
|
|
|
1837
1714
|
*/
|
|
1838
1715
|
getResourceConfigurationTimelineWithOptions(request: $_model.GetResourceConfigurationTimelineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceConfigurationTimelineResponse>;
|
|
1839
1716
|
/**
|
|
1840
|
-
* Queries the configuration
|
|
1717
|
+
* Queries the configuration history of a specified resource. Cloud Config records every configuration and relationship change for a resource in a configuration history. Recording starts after you enable the Cloud Config service. By default, the history is retained for 10 years.
|
|
1841
1718
|
*
|
|
1842
1719
|
* @remarks
|
|
1843
|
-
*
|
|
1720
|
+
* Cloud Config provides a configuration history for each resource that it monitors. The details are as follows:
|
|
1721
|
+
* - For existing resources, the configuration history starts when you enable the Cloud Config service.
|
|
1722
|
+
* - For new resources created after you enable the service, the configuration history starts when the resource is created. Cloud Config records configuration changes every 10 minutes. When a configuration changes, a new node appears in the history. This node contains the resource configuration details, change details, and the associated management event.
|
|
1723
|
+
* This topic provides an example of how to query the configuration history for a resource named `new-bucket`. The resource is a bucket in the `cn-hangzhou` region. The response shows that the creation time of the resource is `1624961112000` (18:05:12 on June 29, 2021, UTC+8).
|
|
1844
1724
|
*
|
|
1845
1725
|
* @param request - GetResourceConfigurationTimelineRequest
|
|
1846
1726
|
* @returns GetResourceConfigurationTimelineResponse
|
|
1847
1727
|
*/
|
|
1848
1728
|
getResourceConfigurationTimeline(request: $_model.GetResourceConfigurationTimelineRequest): Promise<$_model.GetResourceConfigurationTimelineResponse>;
|
|
1849
1729
|
/**
|
|
1850
|
-
*
|
|
1730
|
+
* Queries information about the most recently generated global resource inventory for the current account.
|
|
1851
1731
|
*
|
|
1852
1732
|
* @remarks
|
|
1853
|
-
* ###
|
|
1854
|
-
* You can call the [GenerateResourceInventory](https://help.aliyun.com/document_detail/2398354.html) operation to generate a resource inventory.
|
|
1855
|
-
* ###
|
|
1856
|
-
* This topic provides an example
|
|
1733
|
+
* ### Prerequisites
|
|
1734
|
+
* You can call the [GenerateResourceInventory](https://help.aliyun.com/document_detail/2398354.html) operation to generate a global resource inventory. You can then call this operation to obtain the URL of the global resource inventory.
|
|
1735
|
+
* ### Usage notes
|
|
1736
|
+
* This topic provides an example of how to query the most recently generated global resource inventory for the current account.
|
|
1857
1737
|
*
|
|
1858
1738
|
* @param request - GetResourceInventoryRequest
|
|
1859
1739
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1861,18 +1741,18 @@ export default class Client extends OpenApi {
|
|
|
1861
1741
|
*/
|
|
1862
1742
|
getResourceInventoryWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceInventoryResponse>;
|
|
1863
1743
|
/**
|
|
1864
|
-
*
|
|
1744
|
+
* Queries information about the most recently generated global resource inventory for the current account.
|
|
1865
1745
|
*
|
|
1866
1746
|
* @remarks
|
|
1867
|
-
* ###
|
|
1868
|
-
* You can call the [GenerateResourceInventory](https://help.aliyun.com/document_detail/2398354.html) operation to generate a resource inventory.
|
|
1869
|
-
* ###
|
|
1870
|
-
* This topic provides an example
|
|
1747
|
+
* ### Prerequisites
|
|
1748
|
+
* You can call the [GenerateResourceInventory](https://help.aliyun.com/document_detail/2398354.html) operation to generate a global resource inventory. You can then call this operation to obtain the URL of the global resource inventory.
|
|
1749
|
+
* ### Usage notes
|
|
1750
|
+
* This topic provides an example of how to query the most recently generated global resource inventory for the current account.
|
|
1871
1751
|
* @returns GetResourceInventoryResponse
|
|
1872
1752
|
*/
|
|
1873
1753
|
getResourceInventory(): Promise<$_model.GetResourceInventoryResponse>;
|
|
1874
1754
|
/**
|
|
1875
|
-
*
|
|
1755
|
+
* This operation retrieves the property descriptions for a specified resource type.
|
|
1876
1756
|
*
|
|
1877
1757
|
* @param request - GetResourceTypePropertiesRequest
|
|
1878
1758
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1880,17 +1760,17 @@ export default class Client extends OpenApi {
|
|
|
1880
1760
|
*/
|
|
1881
1761
|
getResourceTypePropertiesWithOptions(request: $_model.GetResourceTypePropertiesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceTypePropertiesResponse>;
|
|
1882
1762
|
/**
|
|
1883
|
-
*
|
|
1763
|
+
* This operation retrieves the property descriptions for a specified resource type.
|
|
1884
1764
|
*
|
|
1885
1765
|
* @param request - GetResourceTypePropertiesRequest
|
|
1886
1766
|
* @returns GetResourceTypePropertiesResponse
|
|
1887
1767
|
*/
|
|
1888
1768
|
getResourceTypeProperties(request: $_model.GetResourceTypePropertiesRequest): Promise<$_model.GetResourceTypePropertiesResponse>;
|
|
1889
1769
|
/**
|
|
1890
|
-
* Queries the resource
|
|
1770
|
+
* Queries the supported resource relations for a specified resource type.
|
|
1891
1771
|
*
|
|
1892
1772
|
* @remarks
|
|
1893
|
-
* This topic provides an example
|
|
1773
|
+
* This topic provides an example of how to query the resource relations supported by the ACS::ECS::Instance resource type.
|
|
1894
1774
|
*
|
|
1895
1775
|
* @param request - GetSupportedResourceRelationConfigRequest
|
|
1896
1776
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1898,21 +1778,17 @@ export default class Client extends OpenApi {
|
|
|
1898
1778
|
*/
|
|
1899
1779
|
getSupportedResourceRelationConfigWithOptions(request: $_model.GetSupportedResourceRelationConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetSupportedResourceRelationConfigResponse>;
|
|
1900
1780
|
/**
|
|
1901
|
-
* Queries the resource
|
|
1781
|
+
* Queries the supported resource relations for a specified resource type.
|
|
1902
1782
|
*
|
|
1903
1783
|
* @remarks
|
|
1904
|
-
* This topic provides an example
|
|
1784
|
+
* This topic provides an example of how to query the resource relations supported by the ACS::ECS::Instance resource type.
|
|
1905
1785
|
*
|
|
1906
1786
|
* @param request - GetSupportedResourceRelationConfigRequest
|
|
1907
1787
|
* @returns GetSupportedResourceRelationConfigResponse
|
|
1908
1788
|
*/
|
|
1909
1789
|
getSupportedResourceRelationConfig(request: $_model.GetSupportedResourceRelationConfigRequest): Promise<$_model.GetSupportedResourceRelationConfigResponse>;
|
|
1910
1790
|
/**
|
|
1911
|
-
*
|
|
1912
|
-
*
|
|
1913
|
-
* @remarks
|
|
1914
|
-
* After you ignore a resource that is evaluated as incompliant by using a rule, the resource is still evaluated by using the rule, but the compliance result is Ignored.
|
|
1915
|
-
* This example shows how to ignore the `lb-hp3a3b4ztyfm2plgm****` incompliant resource that is evaluated by using the `cr-7e72626622af0051***` rule in the `120886317861****` member account of the `ca-5b6c626622af008f****` account group. The ID of the region where the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
|
|
1791
|
+
* 忽略评估结果增加截止时间
|
|
1916
1792
|
*
|
|
1917
1793
|
* @param tmpReq - IgnoreAggregateEvaluationResultsRequest
|
|
1918
1794
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1920,22 +1796,18 @@ export default class Client extends OpenApi {
|
|
|
1920
1796
|
*/
|
|
1921
1797
|
ignoreAggregateEvaluationResultsWithOptions(tmpReq: $_model.IgnoreAggregateEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.IgnoreAggregateEvaluationResultsResponse>;
|
|
1922
1798
|
/**
|
|
1923
|
-
*
|
|
1924
|
-
*
|
|
1925
|
-
* @remarks
|
|
1926
|
-
* After you ignore a resource that is evaluated as incompliant by using a rule, the resource is still evaluated by using the rule, but the compliance result is Ignored.
|
|
1927
|
-
* This example shows how to ignore the `lb-hp3a3b4ztyfm2plgm****` incompliant resource that is evaluated by using the `cr-7e72626622af0051***` rule in the `120886317861****` member account of the `ca-5b6c626622af008f****` account group. The ID of the region where the resource resides is `cn-beijing`, and the type of the resource is `ACS::SLB::LoadBalancer`.
|
|
1799
|
+
* 忽略评估结果增加截止时间
|
|
1928
1800
|
*
|
|
1929
1801
|
* @param request - IgnoreAggregateEvaluationResultsRequest
|
|
1930
1802
|
* @returns IgnoreAggregateEvaluationResultsResponse
|
|
1931
1803
|
*/
|
|
1932
1804
|
ignoreAggregateEvaluationResults(request: $_model.IgnoreAggregateEvaluationResultsRequest): Promise<$_model.IgnoreAggregateEvaluationResultsResponse>;
|
|
1933
1805
|
/**
|
|
1934
|
-
* Ignores the evaluation results of
|
|
1806
|
+
* Ignores the evaluation results of a rule for specific resources. You can also set a time period to ignore the rule. When the ignore period expires, the system automatically resumes displaying the evaluation results of the rule for the resources.
|
|
1935
1807
|
*
|
|
1936
1808
|
* @remarks
|
|
1937
|
-
* After
|
|
1938
|
-
* This example
|
|
1809
|
+
* After a non-compliant resource is ignored, the rule still evaluates the resource. The evaluation result is Ignored.
|
|
1810
|
+
* This topic provides an example of how to ignore the evaluation results of the rule `cr-7e72626622af0051****` for a specified non-compliant resource in the Alibaba Cloud account `100931896542****`. The region ID of the resource is `cn-beijing`, the resource type is `ACS::SLB::LoadBalancer`, and the resource ID is `lb-hp3a3b4ztyfm2plgm****`.
|
|
1939
1811
|
*
|
|
1940
1812
|
* @param tmpReq - IgnoreEvaluationResultsRequest
|
|
1941
1813
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1943,21 +1815,21 @@ export default class Client extends OpenApi {
|
|
|
1943
1815
|
*/
|
|
1944
1816
|
ignoreEvaluationResultsWithOptions(tmpReq: $_model.IgnoreEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.IgnoreEvaluationResultsResponse>;
|
|
1945
1817
|
/**
|
|
1946
|
-
* Ignores the evaluation results of
|
|
1818
|
+
* Ignores the evaluation results of a rule for specific resources. You can also set a time period to ignore the rule. When the ignore period expires, the system automatically resumes displaying the evaluation results of the rule for the resources.
|
|
1947
1819
|
*
|
|
1948
1820
|
* @remarks
|
|
1949
|
-
* After
|
|
1950
|
-
* This example
|
|
1821
|
+
* After a non-compliant resource is ignored, the rule still evaluates the resource. The evaluation result is Ignored.
|
|
1822
|
+
* This topic provides an example of how to ignore the evaluation results of the rule `cr-7e72626622af0051****` for a specified non-compliant resource in the Alibaba Cloud account `100931896542****`. The region ID of the resource is `cn-beijing`, the resource type is `ACS::SLB::LoadBalancer`, and the resource ID is `lb-hp3a3b4ztyfm2plgm****`.
|
|
1951
1823
|
*
|
|
1952
1824
|
* @param request - IgnoreEvaluationResultsRequest
|
|
1953
1825
|
* @returns IgnoreEvaluationResultsResponse
|
|
1954
1826
|
*/
|
|
1955
1827
|
ignoreEvaluationResults(request: $_model.IgnoreEvaluationResultsRequest): Promise<$_model.IgnoreEvaluationResultsResponse>;
|
|
1956
1828
|
/**
|
|
1957
|
-
* Queries
|
|
1829
|
+
* Queries the compliance packs in a specified account group.
|
|
1958
1830
|
*
|
|
1959
1831
|
* @remarks
|
|
1960
|
-
*
|
|
1832
|
+
* This topic provides an example of how to query the compliance packs in the account group `ca-f632626622af0079****`. The response shows that the account group contains the compliance pack `cp-fdc8626622af00f9****`.
|
|
1961
1833
|
*
|
|
1962
1834
|
* @param tmpReq - ListAggregateCompliancePacksRequest
|
|
1963
1835
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1965,17 +1837,17 @@ export default class Client extends OpenApi {
|
|
|
1965
1837
|
*/
|
|
1966
1838
|
listAggregateCompliancePacksWithOptions(tmpReq: $_model.ListAggregateCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateCompliancePacksResponse>;
|
|
1967
1839
|
/**
|
|
1968
|
-
* Queries
|
|
1840
|
+
* Queries the compliance packs in a specified account group.
|
|
1969
1841
|
*
|
|
1970
1842
|
* @remarks
|
|
1971
|
-
*
|
|
1843
|
+
* This topic provides an example of how to query the compliance packs in the account group `ca-f632626622af0079****`. The response shows that the account group contains the compliance pack `cp-fdc8626622af00f9****`.
|
|
1972
1844
|
*
|
|
1973
1845
|
* @param request - ListAggregateCompliancePacksRequest
|
|
1974
1846
|
* @returns ListAggregateCompliancePacksResponse
|
|
1975
1847
|
*/
|
|
1976
1848
|
listAggregateCompliancePacks(request: $_model.ListAggregateCompliancePacksRequest): Promise<$_model.ListAggregateCompliancePacksResponse>;
|
|
1977
1849
|
/**
|
|
1978
|
-
*
|
|
1850
|
+
* 账号组查询投递渠道列表
|
|
1979
1851
|
*
|
|
1980
1852
|
* @param request - ListAggregateConfigDeliveryChannelsRequest
|
|
1981
1853
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1983,17 +1855,14 @@ export default class Client extends OpenApi {
|
|
|
1983
1855
|
*/
|
|
1984
1856
|
listAggregateConfigDeliveryChannelsWithOptions(request: $_model.ListAggregateConfigDeliveryChannelsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateConfigDeliveryChannelsResponse>;
|
|
1985
1857
|
/**
|
|
1986
|
-
*
|
|
1858
|
+
* 账号组查询投递渠道列表
|
|
1987
1859
|
*
|
|
1988
1860
|
* @param request - ListAggregateConfigDeliveryChannelsRequest
|
|
1989
1861
|
* @returns ListAggregateConfigDeliveryChannelsResponse
|
|
1990
1862
|
*/
|
|
1991
1863
|
listAggregateConfigDeliveryChannels(request: $_model.ListAggregateConfigDeliveryChannelsRequest): Promise<$_model.ListAggregateConfigDeliveryChannelsResponse>;
|
|
1992
1864
|
/**
|
|
1993
|
-
* Queries the
|
|
1994
|
-
*
|
|
1995
|
-
* @remarks
|
|
1996
|
-
* This topic provides an example on how to query the compliance evaluation results of resources based on the `cr-888f626622af00ae****` rule in the `ca-d1e3326622af00cb****` account group. The returned result indicates that the `Bucket-test` resource is evaluated as `NON_COMPLIANT` by using the rule. The resource is an Object Storage Service (OSS) bucket.
|
|
1865
|
+
* Queries the evaluation results of a rule for resources in a specified account group.
|
|
1997
1866
|
*
|
|
1998
1867
|
* @param request - ListAggregateConfigRuleEvaluationResultsRequest
|
|
1999
1868
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2001,20 +1870,14 @@ export default class Client extends OpenApi {
|
|
|
2001
1870
|
*/
|
|
2002
1871
|
listAggregateConfigRuleEvaluationResultsWithOptions(request: $_model.ListAggregateConfigRuleEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateConfigRuleEvaluationResultsResponse>;
|
|
2003
1872
|
/**
|
|
2004
|
-
* Queries the
|
|
2005
|
-
*
|
|
2006
|
-
* @remarks
|
|
2007
|
-
* This topic provides an example on how to query the compliance evaluation results of resources based on the `cr-888f626622af00ae****` rule in the `ca-d1e3326622af00cb****` account group. The returned result indicates that the `Bucket-test` resource is evaluated as `NON_COMPLIANT` by using the rule. The resource is an Object Storage Service (OSS) bucket.
|
|
1873
|
+
* Queries the evaluation results of a rule for resources in a specified account group.
|
|
2008
1874
|
*
|
|
2009
1875
|
* @param request - ListAggregateConfigRuleEvaluationResultsRequest
|
|
2010
1876
|
* @returns ListAggregateConfigRuleEvaluationResultsResponse
|
|
2011
1877
|
*/
|
|
2012
1878
|
listAggregateConfigRuleEvaluationResults(request: $_model.ListAggregateConfigRuleEvaluationResultsRequest): Promise<$_model.ListAggregateConfigRuleEvaluationResultsResponse>;
|
|
2013
1879
|
/**
|
|
2014
|
-
*
|
|
2015
|
-
*
|
|
2016
|
-
* @remarks
|
|
2017
|
-
* This topic provides an example on how to query the statistics of compliance evaluation results of an account group whose ID is ca-edd3626622af00b3\\*\\*\\*\\*.
|
|
1880
|
+
* 透出用户账号组维度的评估结果统计
|
|
2018
1881
|
*
|
|
2019
1882
|
* @param request - ListAggregateConfigRuleEvaluationStatisticsRequest
|
|
2020
1883
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2022,20 +1885,17 @@ export default class Client extends OpenApi {
|
|
|
2022
1885
|
*/
|
|
2023
1886
|
listAggregateConfigRuleEvaluationStatisticsWithOptions(request: $_model.ListAggregateConfigRuleEvaluationStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateConfigRuleEvaluationStatisticsResponse>;
|
|
2024
1887
|
/**
|
|
2025
|
-
*
|
|
2026
|
-
*
|
|
2027
|
-
* @remarks
|
|
2028
|
-
* This topic provides an example on how to query the statistics of compliance evaluation results of an account group whose ID is ca-edd3626622af00b3\\*\\*\\*\\*.
|
|
1888
|
+
* 透出用户账号组维度的评估结果统计
|
|
2029
1889
|
*
|
|
2030
1890
|
* @param request - ListAggregateConfigRuleEvaluationStatisticsRequest
|
|
2031
1891
|
* @returns ListAggregateConfigRuleEvaluationStatisticsResponse
|
|
2032
1892
|
*/
|
|
2033
1893
|
listAggregateConfigRuleEvaluationStatistics(request: $_model.ListAggregateConfigRuleEvaluationStatisticsRequest): Promise<$_model.ListAggregateConfigRuleEvaluationStatisticsResponse>;
|
|
2034
1894
|
/**
|
|
2035
|
-
* Queries
|
|
1895
|
+
* Queries the rules in a specified account group.
|
|
2036
1896
|
*
|
|
2037
1897
|
* @remarks
|
|
2038
|
-
* This topic provides an example
|
|
1898
|
+
* This topic provides an example of how to query the rules in the account group `ca-f632626622af0079****`. The response shows that the account group contains one rule. This rule evaluates two resources, and the compliance result is `COMPLIANT`.
|
|
2039
1899
|
*
|
|
2040
1900
|
* @param tmpReq - ListAggregateConfigRulesRequest
|
|
2041
1901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2043,20 +1903,23 @@ export default class Client extends OpenApi {
|
|
|
2043
1903
|
*/
|
|
2044
1904
|
listAggregateConfigRulesWithOptions(tmpReq: $_model.ListAggregateConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateConfigRulesResponse>;
|
|
2045
1905
|
/**
|
|
2046
|
-
* Queries
|
|
1906
|
+
* Queries the rules in a specified account group.
|
|
2047
1907
|
*
|
|
2048
1908
|
* @remarks
|
|
2049
|
-
* This topic provides an example
|
|
1909
|
+
* This topic provides an example of how to query the rules in the account group `ca-f632626622af0079****`. The response shows that the account group contains one rule. This rule evaluates two resources, and the compliance result is `COMPLIANT`.
|
|
2050
1910
|
*
|
|
2051
1911
|
* @param request - ListAggregateConfigRulesRequest
|
|
2052
1912
|
* @returns ListAggregateConfigRulesResponse
|
|
2053
1913
|
*/
|
|
2054
1914
|
listAggregateConfigRules(request: $_model.ListAggregateConfigRulesRequest): Promise<$_model.ListAggregateConfigRulesResponse>;
|
|
2055
1915
|
/**
|
|
2056
|
-
*
|
|
1916
|
+
* Queries the resources in a specified account group.
|
|
2057
1917
|
*
|
|
2058
1918
|
* @remarks
|
|
2059
|
-
*
|
|
1919
|
+
* ### Limits
|
|
1920
|
+
* The resource checklist displays only some of your resources because Cloud Config supports only specific Alibaba Cloud services and resource types. For more information about the supported services and resource types, see [Supported resource types and resource relationships](https://help.aliyun.com/document_detail/127411.html).
|
|
1921
|
+
* ### Usage notes
|
|
1922
|
+
* This topic provides an example of how to query the resources of a member with the ID `100931896542****` in the account group `ca-c560626622af0005****`. The response indicates that there are eight resources in total.
|
|
2060
1923
|
*
|
|
2061
1924
|
* @param request - ListAggregateDiscoveredResourcesRequest
|
|
2062
1925
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2064,17 +1927,24 @@ export default class Client extends OpenApi {
|
|
|
2064
1927
|
*/
|
|
2065
1928
|
listAggregateDiscoveredResourcesWithOptions(request: $_model.ListAggregateDiscoveredResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateDiscoveredResourcesResponse>;
|
|
2066
1929
|
/**
|
|
2067
|
-
*
|
|
1930
|
+
* Queries the resources in a specified account group.
|
|
2068
1931
|
*
|
|
2069
1932
|
* @remarks
|
|
2070
|
-
*
|
|
1933
|
+
* ### Limits
|
|
1934
|
+
* The resource checklist displays only some of your resources because Cloud Config supports only specific Alibaba Cloud services and resource types. For more information about the supported services and resource types, see [Supported resource types and resource relationships](https://help.aliyun.com/document_detail/127411.html).
|
|
1935
|
+
* ### Usage notes
|
|
1936
|
+
* This topic provides an example of how to query the resources of a member with the ID `100931896542****` in the account group `ca-c560626622af0005****`. The response indicates that there are eight resources in total.
|
|
2071
1937
|
*
|
|
2072
1938
|
* @param request - ListAggregateDiscoveredResourcesRequest
|
|
2073
1939
|
* @returns ListAggregateDiscoveredResourcesResponse
|
|
2074
1940
|
*/
|
|
2075
1941
|
listAggregateDiscoveredResources(request: $_model.ListAggregateDiscoveredResourcesRequest): Promise<$_model.ListAggregateDiscoveredResourcesResponse>;
|
|
2076
1942
|
/**
|
|
2077
|
-
*
|
|
1943
|
+
* This operation retrieves the list of recommended managed rules for an account group.
|
|
1944
|
+
*
|
|
1945
|
+
* @remarks
|
|
1946
|
+
* For more information about the concepts, working principles, and integration process of dry run rules, see [Definition and working principles of dry run rules](https://help.aliyun.com/document_detail/470802.html).
|
|
1947
|
+
* Dry run rules and rule templates are based on the same underlying rule definitions. After you create a resource, a dry run rule continuously checks the resource for compliance.
|
|
2078
1948
|
*
|
|
2079
1949
|
* @param request - ListAggregateRecommendManagedRulesRequest
|
|
2080
1950
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2082,17 +1952,18 @@ export default class Client extends OpenApi {
|
|
|
2082
1952
|
*/
|
|
2083
1953
|
listAggregateRecommendManagedRulesWithOptions(request: $_model.ListAggregateRecommendManagedRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateRecommendManagedRulesResponse>;
|
|
2084
1954
|
/**
|
|
2085
|
-
*
|
|
1955
|
+
* This operation retrieves the list of recommended managed rules for an account group.
|
|
1956
|
+
*
|
|
1957
|
+
* @remarks
|
|
1958
|
+
* For more information about the concepts, working principles, and integration process of dry run rules, see [Definition and working principles of dry run rules](https://help.aliyun.com/document_detail/470802.html).
|
|
1959
|
+
* Dry run rules and rule templates are based on the same underlying rule definitions. After you create a resource, a dry run rule continuously checks the resource for compliance.
|
|
2086
1960
|
*
|
|
2087
1961
|
* @param request - ListAggregateRecommendManagedRulesRequest
|
|
2088
1962
|
* @returns ListAggregateRecommendManagedRulesResponse
|
|
2089
1963
|
*/
|
|
2090
1964
|
listAggregateRecommendManagedRules(request: $_model.ListAggregateRecommendManagedRulesRequest): Promise<$_model.ListAggregateRecommendManagedRulesResponse>;
|
|
2091
1965
|
/**
|
|
2092
|
-
*
|
|
2093
|
-
*
|
|
2094
|
-
* @remarks
|
|
2095
|
-
* This topic provides an example on how to query the remediation records of the `cr-d04a626622af00af****` rule in the `ca-edd3626622af00b3****` account group.
|
|
1966
|
+
* 账号组规则修正执行历史
|
|
2096
1967
|
*
|
|
2097
1968
|
* @param request - ListAggregateRemediationExecutionsRequest
|
|
2098
1969
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2100,20 +1971,17 @@ export default class Client extends OpenApi {
|
|
|
2100
1971
|
*/
|
|
2101
1972
|
listAggregateRemediationExecutionsWithOptions(request: $_model.ListAggregateRemediationExecutionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateRemediationExecutionsResponse>;
|
|
2102
1973
|
/**
|
|
2103
|
-
*
|
|
2104
|
-
*
|
|
2105
|
-
* @remarks
|
|
2106
|
-
* This topic provides an example on how to query the remediation records of the `cr-d04a626622af00af****` rule in the `ca-edd3626622af00b3****` account group.
|
|
1974
|
+
* 账号组规则修正执行历史
|
|
2107
1975
|
*
|
|
2108
1976
|
* @param request - ListAggregateRemediationExecutionsRequest
|
|
2109
1977
|
* @returns ListAggregateRemediationExecutionsResponse
|
|
2110
1978
|
*/
|
|
2111
1979
|
listAggregateRemediationExecutions(request: $_model.ListAggregateRemediationExecutionsRequest): Promise<$_model.ListAggregateRemediationExecutionsResponse>;
|
|
2112
1980
|
/**
|
|
2113
|
-
* Queries
|
|
1981
|
+
* Queries the remediations in a specified account group.
|
|
2114
1982
|
*
|
|
2115
1983
|
* @remarks
|
|
2116
|
-
* This topic provides an example
|
|
1984
|
+
* This topic provides an example of how to query the remediation settings for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`.
|
|
2117
1985
|
*
|
|
2118
1986
|
* @param request - ListAggregateRemediationsRequest
|
|
2119
1987
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2121,20 +1989,17 @@ export default class Client extends OpenApi {
|
|
|
2121
1989
|
*/
|
|
2122
1990
|
listAggregateRemediationsWithOptions(request: $_model.ListAggregateRemediationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateRemediationsResponse>;
|
|
2123
1991
|
/**
|
|
2124
|
-
* Queries
|
|
1992
|
+
* Queries the remediations in a specified account group.
|
|
2125
1993
|
*
|
|
2126
1994
|
* @remarks
|
|
2127
|
-
* This topic provides an example
|
|
1995
|
+
* This topic provides an example of how to query the remediation settings for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`.
|
|
2128
1996
|
*
|
|
2129
1997
|
* @param request - ListAggregateRemediationsRequest
|
|
2130
1998
|
* @returns ListAggregateRemediationsResponse
|
|
2131
1999
|
*/
|
|
2132
2000
|
listAggregateRemediations(request: $_model.ListAggregateRemediationsRequest): Promise<$_model.ListAggregateRemediationsResponse>;
|
|
2133
2001
|
/**
|
|
2134
|
-
* Queries the
|
|
2135
|
-
*
|
|
2136
|
-
* @remarks
|
|
2137
|
-
* This example shows how to query the compliance evaluation result of the `23642660635396****` resource in the `ca-7f00626622af0041****` account group. The resource is a RAM user. The returned result indicates that the resource is evaluated as `NON_COMPLIANT` by using the `cr-7f7d626622af0041****` rule.
|
|
2002
|
+
* Queries the rule evaluation results for resources in a specified account group.
|
|
2138
2003
|
*
|
|
2139
2004
|
* @param request - ListAggregateResourceEvaluationResultsRequest
|
|
2140
2005
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2142,20 +2007,14 @@ export default class Client extends OpenApi {
|
|
|
2142
2007
|
*/
|
|
2143
2008
|
listAggregateResourceEvaluationResultsWithOptions(request: $_model.ListAggregateResourceEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateResourceEvaluationResultsResponse>;
|
|
2144
2009
|
/**
|
|
2145
|
-
* Queries the
|
|
2146
|
-
*
|
|
2147
|
-
* @remarks
|
|
2148
|
-
* This example shows how to query the compliance evaluation result of the `23642660635396****` resource in the `ca-7f00626622af0041****` account group. The resource is a RAM user. The returned result indicates that the resource is evaluated as `NON_COMPLIANT` by using the `cr-7f7d626622af0041****` rule.
|
|
2010
|
+
* Queries the rule evaluation results for resources in a specified account group.
|
|
2149
2011
|
*
|
|
2150
2012
|
* @param request - ListAggregateResourceEvaluationResultsRequest
|
|
2151
2013
|
* @returns ListAggregateResourceEvaluationResultsResponse
|
|
2152
2014
|
*/
|
|
2153
2015
|
listAggregateResourceEvaluationResults(request: $_model.ListAggregateResourceEvaluationResultsRequest): Promise<$_model.ListAggregateResourceEvaluationResultsResponse>;
|
|
2154
2016
|
/**
|
|
2155
|
-
*
|
|
2156
|
-
*
|
|
2157
|
-
* @remarks
|
|
2158
|
-
* This topic provides an example on how to query the disks that are associated with an Elastic Compute Service (ECS) instance in an account group.
|
|
2017
|
+
* 获取资源关系列表
|
|
2159
2018
|
*
|
|
2160
2019
|
* @param request - ListAggregateResourceRelationsRequest
|
|
2161
2020
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2163,24 +2022,21 @@ export default class Client extends OpenApi {
|
|
|
2163
2022
|
*/
|
|
2164
2023
|
listAggregateResourceRelationsWithOptions(request: $_model.ListAggregateResourceRelationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateResourceRelationsResponse>;
|
|
2165
2024
|
/**
|
|
2166
|
-
*
|
|
2167
|
-
*
|
|
2168
|
-
* @remarks
|
|
2169
|
-
* This topic provides an example on how to query the disks that are associated with an Elastic Compute Service (ECS) instance in an account group.
|
|
2025
|
+
* 获取资源关系列表
|
|
2170
2026
|
*
|
|
2171
2027
|
* @param request - ListAggregateResourceRelationsRequest
|
|
2172
2028
|
* @returns ListAggregateResourceRelationsResponse
|
|
2173
2029
|
*/
|
|
2174
2030
|
listAggregateResourceRelations(request: $_model.ListAggregateResourceRelationsRequest): Promise<$_model.ListAggregateResourceRelationsResponse>;
|
|
2175
2031
|
/**
|
|
2176
|
-
*
|
|
2032
|
+
* You can use SQL Select statements to search for resources in a specific account group based on fields in the resource properties.
|
|
2177
2033
|
*
|
|
2178
2034
|
* @remarks
|
|
2179
|
-
* When you write
|
|
2035
|
+
* When you write an SQL `Select` statement, you can retrieve the search fields and their types from the property file of the target resource type. For more information about resource property files, see [alibabacloud-config-resource-schema](https://github.com/aliyun/alibabacloud-config-resource-schema).
|
|
2036
|
+
* > - The resource property files contain all resource types that are supported by Cloud Config. These files are named after their corresponding resource types. For example, the property file for the `ACS::ECS::Instance` resource type is `ACS_ECS_Instance.properties.json`. The path to the property files is `config/properties/resource-types`.
|
|
2180
2037
|
* >
|
|
2181
|
-
*
|
|
2182
|
-
*
|
|
2183
|
-
* This topic provides an example on how to obtain all resources whose tag key is `business` and whose tag value is `online` in the account group `ca-4b05626622af000c****` by using the advanced search feature.
|
|
2038
|
+
* > - For more information about SQL search examples and limits, see [SQL search examples](https://help.aliyun.com/document_detail/398718.html) and [Limits of SQL search](https://help.aliyun.com/document_detail/398750.html).
|
|
2039
|
+
* This topic provides an example of an advanced search query. The query finds all resources in the account group `ca-4b05626622af000c****` that have a tag key of `business` and a tag value of `online`.
|
|
2184
2040
|
*
|
|
2185
2041
|
* @param request - ListAggregateResourcesByAdvancedSearchRequest
|
|
2186
2042
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2188,24 +2044,21 @@ export default class Client extends OpenApi {
|
|
|
2188
2044
|
*/
|
|
2189
2045
|
listAggregateResourcesByAdvancedSearchWithOptions(request: $_model.ListAggregateResourcesByAdvancedSearchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregateResourcesByAdvancedSearchResponse>;
|
|
2190
2046
|
/**
|
|
2191
|
-
*
|
|
2047
|
+
* You can use SQL Select statements to search for resources in a specific account group based on fields in the resource properties.
|
|
2192
2048
|
*
|
|
2193
2049
|
* @remarks
|
|
2194
|
-
* When you write
|
|
2050
|
+
* When you write an SQL `Select` statement, you can retrieve the search fields and their types from the property file of the target resource type. For more information about resource property files, see [alibabacloud-config-resource-schema](https://github.com/aliyun/alibabacloud-config-resource-schema).
|
|
2051
|
+
* > - The resource property files contain all resource types that are supported by Cloud Config. These files are named after their corresponding resource types. For example, the property file for the `ACS::ECS::Instance` resource type is `ACS_ECS_Instance.properties.json`. The path to the property files is `config/properties/resource-types`.
|
|
2195
2052
|
* >
|
|
2196
|
-
*
|
|
2197
|
-
*
|
|
2198
|
-
* This topic provides an example on how to obtain all resources whose tag key is `business` and whose tag value is `online` in the account group `ca-4b05626622af000c****` by using the advanced search feature.
|
|
2053
|
+
* > - For more information about SQL search examples and limits, see [SQL search examples](https://help.aliyun.com/document_detail/398718.html) and [Limits of SQL search](https://help.aliyun.com/document_detail/398750.html).
|
|
2054
|
+
* This topic provides an example of an advanced search query. The query finds all resources in the account group `ca-4b05626622af000c****` that have a tag key of `business` and a tag value of `online`.
|
|
2199
2055
|
*
|
|
2200
2056
|
* @param request - ListAggregateResourcesByAdvancedSearchRequest
|
|
2201
2057
|
* @returns ListAggregateResourcesByAdvancedSearchResponse
|
|
2202
2058
|
*/
|
|
2203
2059
|
listAggregateResourcesByAdvancedSearch(request: $_model.ListAggregateResourcesByAdvancedSearchRequest): Promise<$_model.ListAggregateResourcesByAdvancedSearchResponse>;
|
|
2204
2060
|
/**
|
|
2205
|
-
*
|
|
2206
|
-
*
|
|
2207
|
-
* @remarks
|
|
2208
|
-
* 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.
|
|
2061
|
+
* 获取账号组列表
|
|
2209
2062
|
*
|
|
2210
2063
|
* @param tmpReq - ListAggregatorsRequest
|
|
2211
2064
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2213,20 +2066,17 @@ export default class Client extends OpenApi {
|
|
|
2213
2066
|
*/
|
|
2214
2067
|
listAggregatorsWithOptions(tmpReq: $_model.ListAggregatorsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAggregatorsResponse>;
|
|
2215
2068
|
/**
|
|
2216
|
-
*
|
|
2217
|
-
*
|
|
2218
|
-
* @remarks
|
|
2219
|
-
* 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.
|
|
2069
|
+
* 获取账号组列表
|
|
2220
2070
|
*
|
|
2221
2071
|
* @param request - ListAggregatorsRequest
|
|
2222
2072
|
* @returns ListAggregatorsResponse
|
|
2223
2073
|
*/
|
|
2224
2074
|
listAggregators(request: $_model.ListAggregatorsRequest): Promise<$_model.ListAggregatorsResponse>;
|
|
2225
2075
|
/**
|
|
2226
|
-
* Queries all compliance
|
|
2076
|
+
* Queries the details of all compliance pack templates provided by CloudConfig.
|
|
2227
2077
|
*
|
|
2228
2078
|
* @remarks
|
|
2229
|
-
* A compliance
|
|
2079
|
+
* A compliance pack template is a collection of rules customized by CloudConfig for compliance scenarios.
|
|
2230
2080
|
*
|
|
2231
2081
|
* @param request - ListCompliancePackTemplatesRequest
|
|
2232
2082
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2234,20 +2084,20 @@ export default class Client extends OpenApi {
|
|
|
2234
2084
|
*/
|
|
2235
2085
|
listCompliancePackTemplatesWithOptions(request: $_model.ListCompliancePackTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCompliancePackTemplatesResponse>;
|
|
2236
2086
|
/**
|
|
2237
|
-
* Queries all compliance
|
|
2087
|
+
* Queries the details of all compliance pack templates provided by CloudConfig.
|
|
2238
2088
|
*
|
|
2239
2089
|
* @remarks
|
|
2240
|
-
* A compliance
|
|
2090
|
+
* A compliance pack template is a collection of rules customized by CloudConfig for compliance scenarios.
|
|
2241
2091
|
*
|
|
2242
2092
|
* @param request - ListCompliancePackTemplatesRequest
|
|
2243
2093
|
* @returns ListCompliancePackTemplatesResponse
|
|
2244
2094
|
*/
|
|
2245
2095
|
listCompliancePackTemplates(request: $_model.ListCompliancePackTemplatesRequest): Promise<$_model.ListCompliancePackTemplatesResponse>;
|
|
2246
2096
|
/**
|
|
2247
|
-
*
|
|
2097
|
+
* Lists the compliance packs for the current account.
|
|
2248
2098
|
*
|
|
2249
2099
|
* @remarks
|
|
2250
|
-
* This topic provides an example of how to
|
|
2100
|
+
* This topic provides an example of how to list compliance packs. The response returns one compliance pack record: `cp-fdc8626622af00f9****`.
|
|
2251
2101
|
*
|
|
2252
2102
|
* @param tmpReq - ListCompliancePacksRequest
|
|
2253
2103
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2255,17 +2105,17 @@ export default class Client extends OpenApi {
|
|
|
2255
2105
|
*/
|
|
2256
2106
|
listCompliancePacksWithOptions(tmpReq: $_model.ListCompliancePacksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCompliancePacksResponse>;
|
|
2257
2107
|
/**
|
|
2258
|
-
*
|
|
2108
|
+
* Lists the compliance packs for the current account.
|
|
2259
2109
|
*
|
|
2260
2110
|
* @remarks
|
|
2261
|
-
* This topic provides an example of how to
|
|
2111
|
+
* This topic provides an example of how to list compliance packs. The response returns one compliance pack record: `cp-fdc8626622af00f9****`.
|
|
2262
2112
|
*
|
|
2263
2113
|
* @param request - ListCompliancePacksRequest
|
|
2264
2114
|
* @returns ListCompliancePacksResponse
|
|
2265
2115
|
*/
|
|
2266
2116
|
listCompliancePacks(request: $_model.ListCompliancePacksRequest): Promise<$_model.ListCompliancePacksResponse>;
|
|
2267
2117
|
/**
|
|
2268
|
-
*
|
|
2118
|
+
* Returns a list of delivery channels.
|
|
2269
2119
|
*
|
|
2270
2120
|
* @param request - ListConfigDeliveryChannelsRequest
|
|
2271
2121
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2273,17 +2123,14 @@ export default class Client extends OpenApi {
|
|
|
2273
2123
|
*/
|
|
2274
2124
|
listConfigDeliveryChannelsWithOptions(request: $_model.ListConfigDeliveryChannelsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListConfigDeliveryChannelsResponse>;
|
|
2275
2125
|
/**
|
|
2276
|
-
*
|
|
2126
|
+
* Returns a list of delivery channels.
|
|
2277
2127
|
*
|
|
2278
2128
|
* @param request - ListConfigDeliveryChannelsRequest
|
|
2279
2129
|
* @returns ListConfigDeliveryChannelsResponse
|
|
2280
2130
|
*/
|
|
2281
2131
|
listConfigDeliveryChannels(request: $_model.ListConfigDeliveryChannelsRequest): Promise<$_model.ListConfigDeliveryChannelsResponse>;
|
|
2282
2132
|
/**
|
|
2283
|
-
* Queries the compliance evaluation results of
|
|
2284
|
-
*
|
|
2285
|
-
* @remarks
|
|
2286
|
-
* This topic provides an example on how to query the compliance evaluation result of resources based on a rule whose ID is `cr-cac56457e0d900d3****`. The returned result indicates that the `i-hp3e4kvhzqn2s11t****` resource is evaluated as `NON_COMPLIANT` by using the rule. The resource is an Elastic Compute Service (ECS) instance.
|
|
2133
|
+
* Queries the compliance evaluation results of a rule.
|
|
2287
2134
|
*
|
|
2288
2135
|
* @param request - ListConfigRuleEvaluationResultsRequest
|
|
2289
2136
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2291,17 +2138,14 @@ export default class Client extends OpenApi {
|
|
|
2291
2138
|
*/
|
|
2292
2139
|
listConfigRuleEvaluationResultsWithOptions(request: $_model.ListConfigRuleEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListConfigRuleEvaluationResultsResponse>;
|
|
2293
2140
|
/**
|
|
2294
|
-
* Queries the compliance evaluation results of
|
|
2295
|
-
*
|
|
2296
|
-
* @remarks
|
|
2297
|
-
* This topic provides an example on how to query the compliance evaluation result of resources based on a rule whose ID is `cr-cac56457e0d900d3****`. The returned result indicates that the `i-hp3e4kvhzqn2s11t****` resource is evaluated as `NON_COMPLIANT` by using the rule. The resource is an Elastic Compute Service (ECS) instance.
|
|
2141
|
+
* Queries the compliance evaluation results of a rule.
|
|
2298
2142
|
*
|
|
2299
2143
|
* @param request - ListConfigRuleEvaluationResultsRequest
|
|
2300
2144
|
* @returns ListConfigRuleEvaluationResultsResponse
|
|
2301
2145
|
*/
|
|
2302
2146
|
listConfigRuleEvaluationResults(request: $_model.ListConfigRuleEvaluationResultsRequest): Promise<$_model.ListConfigRuleEvaluationResultsResponse>;
|
|
2303
2147
|
/**
|
|
2304
|
-
*
|
|
2148
|
+
* 透出用户维度的历史评估结果统计
|
|
2305
2149
|
*
|
|
2306
2150
|
* @param request - ListConfigRuleEvaluationStatisticsRequest
|
|
2307
2151
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2309,12 +2153,12 @@ export default class Client extends OpenApi {
|
|
|
2309
2153
|
*/
|
|
2310
2154
|
listConfigRuleEvaluationStatisticsWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.ListConfigRuleEvaluationStatisticsResponse>;
|
|
2311
2155
|
/**
|
|
2312
|
-
*
|
|
2156
|
+
* 透出用户维度的历史评估结果统计
|
|
2313
2157
|
* @returns ListConfigRuleEvaluationStatisticsResponse
|
|
2314
2158
|
*/
|
|
2315
2159
|
listConfigRuleEvaluationStatistics(): Promise<$_model.ListConfigRuleEvaluationStatisticsResponse>;
|
|
2316
2160
|
/**
|
|
2317
|
-
*
|
|
2161
|
+
* Lists the operators available for Cloud Config rules.
|
|
2318
2162
|
*
|
|
2319
2163
|
* @param request - ListConfigRuleOperatorsRequest
|
|
2320
2164
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2322,15 +2166,15 @@ export default class Client extends OpenApi {
|
|
|
2322
2166
|
*/
|
|
2323
2167
|
listConfigRuleOperatorsWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.ListConfigRuleOperatorsResponse>;
|
|
2324
2168
|
/**
|
|
2325
|
-
*
|
|
2169
|
+
* Lists the operators available for Cloud Config rules.
|
|
2326
2170
|
* @returns ListConfigRuleOperatorsResponse
|
|
2327
2171
|
*/
|
|
2328
2172
|
listConfigRuleOperators(): Promise<$_model.ListConfigRuleOperatorsResponse>;
|
|
2329
2173
|
/**
|
|
2330
|
-
* Queries
|
|
2174
|
+
* Queries a list of rules.
|
|
2331
2175
|
*
|
|
2332
2176
|
* @remarks
|
|
2333
|
-
* This topic provides an example
|
|
2177
|
+
* This topic provides an example of how to query the list of rules for the current account. The sample response indicates that the rule list contains one rule, three resources are evaluated, and the compliance result is COMPLIANT.
|
|
2334
2178
|
*
|
|
2335
2179
|
* @param tmpReq - ListConfigRulesRequest
|
|
2336
2180
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2338,20 +2182,23 @@ export default class Client extends OpenApi {
|
|
|
2338
2182
|
*/
|
|
2339
2183
|
listConfigRulesWithOptions(tmpReq: $_model.ListConfigRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListConfigRulesResponse>;
|
|
2340
2184
|
/**
|
|
2341
|
-
* Queries
|
|
2185
|
+
* Queries a list of rules.
|
|
2342
2186
|
*
|
|
2343
2187
|
* @remarks
|
|
2344
|
-
* This topic provides an example
|
|
2188
|
+
* This topic provides an example of how to query the list of rules for the current account. The sample response indicates that the rule list contains one rule, three resources are evaluated, and the compliance result is COMPLIANT.
|
|
2345
2189
|
*
|
|
2346
2190
|
* @param request - ListConfigRulesRequest
|
|
2347
2191
|
* @returns ListConfigRulesResponse
|
|
2348
2192
|
*/
|
|
2349
2193
|
listConfigRules(request: $_model.ListConfigRulesRequest): Promise<$_model.ListConfigRulesResponse>;
|
|
2350
2194
|
/**
|
|
2351
|
-
*
|
|
2195
|
+
* Queries a list of resources that are aggregated across regions in the current Alibaba Cloud account.
|
|
2352
2196
|
*
|
|
2353
2197
|
* @remarks
|
|
2354
|
-
*
|
|
2198
|
+
* ### Limits
|
|
2199
|
+
* Cloud Config supports only specific Alibaba Cloud services and resource types. The returned resource list includes only these supported resources. For more information about supported services and resource types, see [Supported resource types and resource relationships](https://help.aliyun.com/document_detail/127411.html).
|
|
2200
|
+
* ### Usage notes
|
|
2201
|
+
* This topic provides an example of how to query the resources in your account. The sample response shows that eight resources are returned.
|
|
2355
2202
|
*
|
|
2356
2203
|
* @param request - ListDiscoveredResourcesRequest
|
|
2357
2204
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2359,20 +2206,20 @@ export default class Client extends OpenApi {
|
|
|
2359
2206
|
*/
|
|
2360
2207
|
listDiscoveredResourcesWithOptions(request: $_model.ListDiscoveredResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDiscoveredResourcesResponse>;
|
|
2361
2208
|
/**
|
|
2362
|
-
*
|
|
2209
|
+
* Queries a list of resources that are aggregated across regions in the current Alibaba Cloud account.
|
|
2363
2210
|
*
|
|
2364
2211
|
* @remarks
|
|
2365
|
-
*
|
|
2212
|
+
* ### Limits
|
|
2213
|
+
* Cloud Config supports only specific Alibaba Cloud services and resource types. The returned resource list includes only these supported resources. For more information about supported services and resource types, see [Supported resource types and resource relationships](https://help.aliyun.com/document_detail/127411.html).
|
|
2214
|
+
* ### Usage notes
|
|
2215
|
+
* This topic provides an example of how to query the resources in your account. The sample response shows that eight resources are returned.
|
|
2366
2216
|
*
|
|
2367
2217
|
* @param request - ListDiscoveredResourcesRequest
|
|
2368
2218
|
* @returns ListDiscoveredResourcesResponse
|
|
2369
2219
|
*/
|
|
2370
2220
|
listDiscoveredResources(request: $_model.ListDiscoveredResourcesRequest): Promise<$_model.ListDiscoveredResourcesResponse>;
|
|
2371
2221
|
/**
|
|
2372
|
-
* Queries
|
|
2373
|
-
*
|
|
2374
|
-
* @remarks
|
|
2375
|
-
* This topic provides an example on how to query the cloud services that can be integrated by the current Alibaba Cloud account.
|
|
2222
|
+
* Queries the services integrated with CloudConfig and their statuses.
|
|
2376
2223
|
*
|
|
2377
2224
|
* @param request - ListIntegratedServiceRequest
|
|
2378
2225
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2380,21 +2227,18 @@ export default class Client extends OpenApi {
|
|
|
2380
2227
|
*/
|
|
2381
2228
|
listIntegratedServiceWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.ListIntegratedServiceResponse>;
|
|
2382
2229
|
/**
|
|
2383
|
-
* Queries
|
|
2384
|
-
*
|
|
2385
|
-
* @remarks
|
|
2386
|
-
* This topic provides an example on how to query the cloud services that can be integrated by the current Alibaba Cloud account.
|
|
2230
|
+
* Queries the services integrated with CloudConfig and their statuses.
|
|
2387
2231
|
* @returns ListIntegratedServiceResponse
|
|
2388
2232
|
*/
|
|
2389
2233
|
listIntegratedService(): Promise<$_model.ListIntegratedServiceResponse>;
|
|
2390
2234
|
/**
|
|
2391
|
-
* Queries
|
|
2235
|
+
* Queries the rule templates that are supported by Cloud Config.
|
|
2392
2236
|
*
|
|
2393
2237
|
* @remarks
|
|
2394
|
-
* ###
|
|
2395
|
-
* For more information about
|
|
2396
|
-
* ###
|
|
2397
|
-
* This topic provides an example
|
|
2238
|
+
* ### Background information
|
|
2239
|
+
* For more information about rule definitions, working principles, and templates, see [Definition and working principles of rules](https://help.aliyun.com/document_detail/128273.html).
|
|
2240
|
+
* ### Usage notes
|
|
2241
|
+
* This topic provides an example of how to query all rule templates that contain the keyword `CDN`. The sample response shows that a total of 21 rule templates are returned.
|
|
2398
2242
|
*
|
|
2399
2243
|
* @param request - ListManagedRulesRequest
|
|
2400
2244
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2402,24 +2246,24 @@ export default class Client extends OpenApi {
|
|
|
2402
2246
|
*/
|
|
2403
2247
|
listManagedRulesWithOptions(request: $_model.ListManagedRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListManagedRulesResponse>;
|
|
2404
2248
|
/**
|
|
2405
|
-
* Queries
|
|
2249
|
+
* Queries the rule templates that are supported by Cloud Config.
|
|
2406
2250
|
*
|
|
2407
2251
|
* @remarks
|
|
2408
|
-
* ###
|
|
2409
|
-
* For more information about
|
|
2410
|
-
* ###
|
|
2411
|
-
* This topic provides an example
|
|
2252
|
+
* ### Background information
|
|
2253
|
+
* For more information about rule definitions, working principles, and templates, see [Definition and working principles of rules](https://help.aliyun.com/document_detail/128273.html).
|
|
2254
|
+
* ### Usage notes
|
|
2255
|
+
* This topic provides an example of how to query all rule templates that contain the keyword `CDN`. The sample response shows that a total of 21 rule templates are returned.
|
|
2412
2256
|
*
|
|
2413
2257
|
* @param request - ListManagedRulesRequest
|
|
2414
2258
|
* @returns ListManagedRulesResponse
|
|
2415
2259
|
*/
|
|
2416
2260
|
listManagedRules(request: $_model.ListManagedRulesRequest): Promise<$_model.ListManagedRulesResponse>;
|
|
2417
2261
|
/**
|
|
2418
|
-
* Queries
|
|
2262
|
+
* Queries the proactive rules supported by Cloud Config.
|
|
2419
2263
|
*
|
|
2420
2264
|
* @remarks
|
|
2421
|
-
* For more information about
|
|
2422
|
-
*
|
|
2265
|
+
* For more information about the concepts, working principles, and integration procedure of proactive rules, see [Definitions and working principles of proactive rules](https://help.aliyun.com/document_detail/470802.html).
|
|
2266
|
+
* Proactive rules and rule templates originate from the same source rules. After you create resources, proactive rules continuously check your resources for compliance.
|
|
2423
2267
|
*
|
|
2424
2268
|
* @param tmpReq - ListPreManagedRulesRequest
|
|
2425
2269
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2427,18 +2271,18 @@ export default class Client extends OpenApi {
|
|
|
2427
2271
|
*/
|
|
2428
2272
|
listPreManagedRulesWithOptions(tmpReq: $_model.ListPreManagedRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListPreManagedRulesResponse>;
|
|
2429
2273
|
/**
|
|
2430
|
-
* Queries
|
|
2274
|
+
* Queries the proactive rules supported by Cloud Config.
|
|
2431
2275
|
*
|
|
2432
2276
|
* @remarks
|
|
2433
|
-
* For more information about
|
|
2434
|
-
*
|
|
2277
|
+
* For more information about the concepts, working principles, and integration procedure of proactive rules, see [Definitions and working principles of proactive rules](https://help.aliyun.com/document_detail/470802.html).
|
|
2278
|
+
* Proactive rules and rule templates originate from the same source rules. After you create resources, proactive rules continuously check your resources for compliance.
|
|
2435
2279
|
*
|
|
2436
2280
|
* @param request - ListPreManagedRulesRequest
|
|
2437
2281
|
* @returns ListPreManagedRulesResponse
|
|
2438
2282
|
*/
|
|
2439
2283
|
listPreManagedRules(request: $_model.ListPreManagedRulesRequest): Promise<$_model.ListPreManagedRulesResponse>;
|
|
2440
2284
|
/**
|
|
2441
|
-
*
|
|
2285
|
+
* This operation obtains a list of recommended managed rules.
|
|
2442
2286
|
*
|
|
2443
2287
|
* @param request - ListRecommendManagedRulesRequest
|
|
2444
2288
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2446,17 +2290,14 @@ export default class Client extends OpenApi {
|
|
|
2446
2290
|
*/
|
|
2447
2291
|
listRecommendManagedRulesWithOptions(request: $_model.ListRecommendManagedRulesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRecommendManagedRulesResponse>;
|
|
2448
2292
|
/**
|
|
2449
|
-
*
|
|
2293
|
+
* This operation obtains a list of recommended managed rules.
|
|
2450
2294
|
*
|
|
2451
2295
|
* @param request - ListRecommendManagedRulesRequest
|
|
2452
2296
|
* @returns ListRecommendManagedRulesResponse
|
|
2453
2297
|
*/
|
|
2454
2298
|
listRecommendManagedRules(request: $_model.ListRecommendManagedRulesRequest): Promise<$_model.ListRecommendManagedRulesResponse>;
|
|
2455
2299
|
/**
|
|
2456
|
-
*
|
|
2457
|
-
*
|
|
2458
|
-
* @remarks
|
|
2459
|
-
* This topic provides an example on how to query the remediation records of the rule cr-5392626622af0000\\*\\*\\*\\*.
|
|
2300
|
+
* 修正执行历史
|
|
2460
2301
|
*
|
|
2461
2302
|
* @param request - ListRemediationExecutionsRequest
|
|
2462
2303
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2464,20 +2305,14 @@ export default class Client extends OpenApi {
|
|
|
2464
2305
|
*/
|
|
2465
2306
|
listRemediationExecutionsWithOptions(request: $_model.ListRemediationExecutionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRemediationExecutionsResponse>;
|
|
2466
2307
|
/**
|
|
2467
|
-
*
|
|
2468
|
-
*
|
|
2469
|
-
* @remarks
|
|
2470
|
-
* This topic provides an example on how to query the remediation records of the rule cr-5392626622af0000\\*\\*\\*\\*.
|
|
2308
|
+
* 修正执行历史
|
|
2471
2309
|
*
|
|
2472
2310
|
* @param request - ListRemediationExecutionsRequest
|
|
2473
2311
|
* @returns ListRemediationExecutionsResponse
|
|
2474
2312
|
*/
|
|
2475
2313
|
listRemediationExecutions(request: $_model.ListRemediationExecutionsRequest): Promise<$_model.ListRemediationExecutionsResponse>;
|
|
2476
2314
|
/**
|
|
2477
|
-
*
|
|
2478
|
-
*
|
|
2479
|
-
* @remarks
|
|
2480
|
-
* In this topic, the `oss-bucket-public-write-prohibited` managed rule is used as an example. The return result shows the details of the remediation template of the `OOS` type for the managed rule. OOS represents Operation Orchestration Service.
|
|
2315
|
+
* 修正模版列表
|
|
2481
2316
|
*
|
|
2482
2317
|
* @param request - ListRemediationTemplatesRequest
|
|
2483
2318
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2485,20 +2320,14 @@ export default class Client extends OpenApi {
|
|
|
2485
2320
|
*/
|
|
2486
2321
|
listRemediationTemplatesWithOptions(request: $_model.ListRemediationTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRemediationTemplatesResponse>;
|
|
2487
2322
|
/**
|
|
2488
|
-
*
|
|
2489
|
-
*
|
|
2490
|
-
* @remarks
|
|
2491
|
-
* In this topic, the `oss-bucket-public-write-prohibited` managed rule is used as an example. The return result shows the details of the remediation template of the `OOS` type for the managed rule. OOS represents Operation Orchestration Service.
|
|
2323
|
+
* 修正模版列表
|
|
2492
2324
|
*
|
|
2493
2325
|
* @param request - ListRemediationTemplatesRequest
|
|
2494
2326
|
* @returns ListRemediationTemplatesResponse
|
|
2495
2327
|
*/
|
|
2496
2328
|
listRemediationTemplates(request: $_model.ListRemediationTemplatesRequest): Promise<$_model.ListRemediationTemplatesResponse>;
|
|
2497
2329
|
/**
|
|
2498
|
-
*
|
|
2499
|
-
*
|
|
2500
|
-
* @remarks
|
|
2501
|
-
* This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
|
|
2330
|
+
* 查询规则的修正
|
|
2502
2331
|
*
|
|
2503
2332
|
* @param request - ListRemediationsRequest
|
|
2504
2333
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2506,17 +2335,14 @@ export default class Client extends OpenApi {
|
|
|
2506
2335
|
*/
|
|
2507
2336
|
listRemediationsWithOptions(request: $_model.ListRemediationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRemediationsResponse>;
|
|
2508
2337
|
/**
|
|
2509
|
-
*
|
|
2510
|
-
*
|
|
2511
|
-
* @remarks
|
|
2512
|
-
* This topic provides an example on how to query the remediation templates for the rule whose ID is `cr-6b7c626622af00b4****`.
|
|
2338
|
+
* 查询规则的修正
|
|
2513
2339
|
*
|
|
2514
2340
|
* @param request - ListRemediationsRequest
|
|
2515
2341
|
* @returns ListRemediationsResponse
|
|
2516
2342
|
*/
|
|
2517
2343
|
listRemediations(request: $_model.ListRemediationsRequest): Promise<$_model.ListRemediationsResponse>;
|
|
2518
2344
|
/**
|
|
2519
|
-
*
|
|
2345
|
+
* Queries the details of compliance report templates in batches.
|
|
2520
2346
|
*
|
|
2521
2347
|
* @param request - ListReportTemplatesRequest
|
|
2522
2348
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2524,17 +2350,14 @@ export default class Client extends OpenApi {
|
|
|
2524
2350
|
*/
|
|
2525
2351
|
listReportTemplatesWithOptions(request: $_model.ListReportTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListReportTemplatesResponse>;
|
|
2526
2352
|
/**
|
|
2527
|
-
*
|
|
2353
|
+
* Queries the details of compliance report templates in batches.
|
|
2528
2354
|
*
|
|
2529
2355
|
* @param request - ListReportTemplatesRequest
|
|
2530
2356
|
* @returns ListReportTemplatesResponse
|
|
2531
2357
|
*/
|
|
2532
2358
|
listReportTemplates(request: $_model.ListReportTemplatesRequest): Promise<$_model.ListReportTemplatesResponse>;
|
|
2533
2359
|
/**
|
|
2534
|
-
* Queries the
|
|
2535
|
-
*
|
|
2536
|
-
* @remarks
|
|
2537
|
-
* In this example, the compliance evaluation result of the `23642660635396****` resource is queried and the resource is a RAM user. The returned result indicates that the resource is evaluated as `NON_COMPLIANT` by using the `cr-7f7d626622af0041****` rule.
|
|
2360
|
+
* Queries the evaluation results for a resource based on a rule.
|
|
2538
2361
|
*
|
|
2539
2362
|
* @param request - ListResourceEvaluationResultsRequest
|
|
2540
2363
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2542,21 +2365,14 @@ export default class Client extends OpenApi {
|
|
|
2542
2365
|
*/
|
|
2543
2366
|
listResourceEvaluationResultsWithOptions(request: $_model.ListResourceEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourceEvaluationResultsResponse>;
|
|
2544
2367
|
/**
|
|
2545
|
-
* Queries the
|
|
2546
|
-
*
|
|
2547
|
-
* @remarks
|
|
2548
|
-
* In this example, the compliance evaluation result of the `23642660635396****` resource is queried and the resource is a RAM user. The returned result indicates that the resource is evaluated as `NON_COMPLIANT` by using the `cr-7f7d626622af0041****` rule.
|
|
2368
|
+
* Queries the evaluation results for a resource based on a rule.
|
|
2549
2369
|
*
|
|
2550
2370
|
* @param request - ListResourceEvaluationResultsRequest
|
|
2551
2371
|
* @returns ListResourceEvaluationResultsResponse
|
|
2552
2372
|
*/
|
|
2553
2373
|
listResourceEvaluationResults(request: $_model.ListResourceEvaluationResultsRequest): Promise<$_model.ListResourceEvaluationResultsResponse>;
|
|
2554
2374
|
/**
|
|
2555
|
-
*
|
|
2556
|
-
*
|
|
2557
|
-
* @remarks
|
|
2558
|
-
* For information about the Alibaba Cloud services and resource types supported by Cloud Config, see [Alibaba Cloud services and resource types supported by Cloud Config](https://help.aliyun.com/document_detail/127411.html).
|
|
2559
|
-
* This topic provides an example on how to query the information about the disks that are attached to an Elastic Compute Service (ECS) instance named `i-j6cajg9yrfoh4sas****` that is created by the current Alibaba Cloud account in the China (Shanghai) region.
|
|
2375
|
+
* 获取资源关系列表
|
|
2560
2376
|
*
|
|
2561
2377
|
* @param request - ListResourceRelationsRequest
|
|
2562
2378
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2564,25 +2380,14 @@ export default class Client extends OpenApi {
|
|
|
2564
2380
|
*/
|
|
2565
2381
|
listResourceRelationsWithOptions(request: $_model.ListResourceRelationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourceRelationsResponse>;
|
|
2566
2382
|
/**
|
|
2567
|
-
*
|
|
2568
|
-
*
|
|
2569
|
-
* @remarks
|
|
2570
|
-
* For information about the Alibaba Cloud services and resource types supported by Cloud Config, see [Alibaba Cloud services and resource types supported by Cloud Config](https://help.aliyun.com/document_detail/127411.html).
|
|
2571
|
-
* This topic provides an example on how to query the information about the disks that are attached to an Elastic Compute Service (ECS) instance named `i-j6cajg9yrfoh4sas****` that is created by the current Alibaba Cloud account in the China (Shanghai) region.
|
|
2383
|
+
* 获取资源关系列表
|
|
2572
2384
|
*
|
|
2573
2385
|
* @param request - ListResourceRelationsRequest
|
|
2574
2386
|
* @returns ListResourceRelationsResponse
|
|
2575
2387
|
*/
|
|
2576
2388
|
listResourceRelations(request: $_model.ListResourceRelationsRequest): Promise<$_model.ListResourceRelationsResponse>;
|
|
2577
2389
|
/**
|
|
2578
|
-
*
|
|
2579
|
-
*
|
|
2580
|
-
* @remarks
|
|
2581
|
-
* 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).
|
|
2582
|
-
* >
|
|
2583
|
-
* * 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.
|
|
2584
|
-
* * 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).
|
|
2585
|
-
* This topic provides an example on how to obtain all resources whose tag key is `business` and whose tag value is `online` within the current account by using the advanced search feature.
|
|
2390
|
+
* 资源列表高级搜索接口
|
|
2586
2391
|
*
|
|
2587
2392
|
* @param request - ListResourcesByAdvancedSearchRequest
|
|
2588
2393
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2590,14 +2395,7 @@ export default class Client extends OpenApi {
|
|
|
2590
2395
|
*/
|
|
2591
2396
|
listResourcesByAdvancedSearchWithOptions(request: $_model.ListResourcesByAdvancedSearchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourcesByAdvancedSearchResponse>;
|
|
2592
2397
|
/**
|
|
2593
|
-
*
|
|
2594
|
-
*
|
|
2595
|
-
* @remarks
|
|
2596
|
-
* 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).
|
|
2597
|
-
* >
|
|
2598
|
-
* * 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.
|
|
2599
|
-
* * 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).
|
|
2600
|
-
* This topic provides an example on how to obtain all resources whose tag key is `business` and whose tag value is `online` within the current account by using the advanced search feature.
|
|
2398
|
+
* 资源列表高级搜索接口
|
|
2601
2399
|
*
|
|
2602
2400
|
* @param request - ListResourcesByAdvancedSearchRequest
|
|
2603
2401
|
* @returns ListResourcesByAdvancedSearchResponse
|
|
@@ -2625,7 +2423,7 @@ export default class Client extends OpenApi {
|
|
|
2625
2423
|
*/
|
|
2626
2424
|
listSupportedProducts(request: $_model.ListSupportedProductsRequest): Promise<$_model.ListSupportedProductsResponse>;
|
|
2627
2425
|
/**
|
|
2628
|
-
* Queries tags
|
|
2426
|
+
* Queries the tags attached to resources in Cloud Config.
|
|
2629
2427
|
*
|
|
2630
2428
|
* @param tmpReq - ListTagResourcesRequest
|
|
2631
2429
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2633,17 +2431,14 @@ export default class Client extends OpenApi {
|
|
|
2633
2431
|
*/
|
|
2634
2432
|
listTagResourcesWithOptions(tmpReq: $_model.ListTagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTagResourcesResponse>;
|
|
2635
2433
|
/**
|
|
2636
|
-
* Queries tags
|
|
2434
|
+
* Queries the tags attached to resources in Cloud Config.
|
|
2637
2435
|
*
|
|
2638
2436
|
* @param request - ListTagResourcesRequest
|
|
2639
2437
|
* @returns ListTagResourcesResponse
|
|
2640
2438
|
*/
|
|
2641
2439
|
listTagResources(request: $_model.ListTagResourcesRequest): Promise<$_model.ListTagResourcesResponse>;
|
|
2642
2440
|
/**
|
|
2643
|
-
*
|
|
2644
|
-
*
|
|
2645
|
-
* @remarks
|
|
2646
|
-
* For more information about the definition, use scenarios, and execution of custom function rules, see [Definition and execution of custom function rules](https://help.aliyun.com/document_detail/127405.html).
|
|
2441
|
+
* 自定义规则评估结果回调
|
|
2647
2442
|
*
|
|
2648
2443
|
* @param request - PutEvaluationsRequest
|
|
2649
2444
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2651,23 +2446,14 @@ export default class Client extends OpenApi {
|
|
|
2651
2446
|
*/
|
|
2652
2447
|
putEvaluationsWithOptions(request: $_model.PutEvaluationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PutEvaluationsResponse>;
|
|
2653
2448
|
/**
|
|
2654
|
-
*
|
|
2655
|
-
*
|
|
2656
|
-
* @remarks
|
|
2657
|
-
* For more information about the definition, use scenarios, and execution of custom function rules, see [Definition and execution of custom function rules](https://help.aliyun.com/document_detail/127405.html).
|
|
2449
|
+
* 自定义规则评估结果回调
|
|
2658
2450
|
*
|
|
2659
2451
|
* @param request - PutEvaluationsRequest
|
|
2660
2452
|
* @returns PutEvaluationsResponse
|
|
2661
2453
|
*/
|
|
2662
2454
|
putEvaluations(request: $_model.PutEvaluationsRequest): Promise<$_model.PutEvaluationsResponse>;
|
|
2663
2455
|
/**
|
|
2664
|
-
*
|
|
2665
|
-
*
|
|
2666
|
-
* @remarks
|
|
2667
|
-
* ### [](#)Prerequisites
|
|
2668
|
-
* One or more non-compliant resources that are evaluated by a rule are ignored. For more information, see [IgnoreAggregateEvaluationResults](https://help.aliyun.com/document_detail/607054.html).
|
|
2669
|
-
* ### [](#)Description
|
|
2670
|
-
* This topic provides an example on how to re-evaluate the non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule of the `120886317861****` member in the `ca-5b6c626622af008f****` group account. The ID of the region in which the resource resides is `cn-beijing`, the type of the resource is `ACS::SLB::LoadBalancer`, and the ID of the resource is `lb-hp3a3b4ztyfm2plgm****`.
|
|
2456
|
+
* 取消评估结果的忽略状态
|
|
2671
2457
|
*
|
|
2672
2458
|
* @param tmpReq - RevertAggregateEvaluationResultsRequest
|
|
2673
2459
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2675,26 +2461,14 @@ export default class Client extends OpenApi {
|
|
|
2675
2461
|
*/
|
|
2676
2462
|
revertAggregateEvaluationResultsWithOptions(tmpReq: $_model.RevertAggregateEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevertAggregateEvaluationResultsResponse>;
|
|
2677
2463
|
/**
|
|
2678
|
-
*
|
|
2679
|
-
*
|
|
2680
|
-
* @remarks
|
|
2681
|
-
* ### [](#)Prerequisites
|
|
2682
|
-
* One or more non-compliant resources that are evaluated by a rule are ignored. For more information, see [IgnoreAggregateEvaluationResults](https://help.aliyun.com/document_detail/607054.html).
|
|
2683
|
-
* ### [](#)Description
|
|
2684
|
-
* This topic provides an example on how to re-evaluate the non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule of the `120886317861****` member in the `ca-5b6c626622af008f****` group account. The ID of the region in which the resource resides is `cn-beijing`, the type of the resource is `ACS::SLB::LoadBalancer`, and the ID of the resource is `lb-hp3a3b4ztyfm2plgm****`.
|
|
2464
|
+
* 取消评估结果的忽略状态
|
|
2685
2465
|
*
|
|
2686
2466
|
* @param request - RevertAggregateEvaluationResultsRequest
|
|
2687
2467
|
* @returns RevertAggregateEvaluationResultsResponse
|
|
2688
2468
|
*/
|
|
2689
2469
|
revertAggregateEvaluationResults(request: $_model.RevertAggregateEvaluationResultsRequest): Promise<$_model.RevertAggregateEvaluationResultsResponse>;
|
|
2690
2470
|
/**
|
|
2691
|
-
*
|
|
2692
|
-
*
|
|
2693
|
-
* @remarks
|
|
2694
|
-
* ### [](#)Prerequisites
|
|
2695
|
-
* One or more non-compliant resources that are evaluated by a rule are ignored. For more information, see [IgnoreEvaluationResults](https://help.aliyun.com/document_detail/606990.html).
|
|
2696
|
-
* ### [](#)Description
|
|
2697
|
-
* This topic provides an example on how to re-evaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule. The ID of the region in which the resource resides is`cn-beijing`, the type of the resource is `ACS::SLB::LoadBalancer`, and the ID of the resource is `lb-hp3a3b4ztyfm2plgm****`.
|
|
2471
|
+
* 恢复已忽略的某条规则对某些资源的评估结果后,继续显示该规则对资源的评估结果
|
|
2698
2472
|
*
|
|
2699
2473
|
* @param tmpReq - RevertEvaluationResultsRequest
|
|
2700
2474
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2702,24 +2476,14 @@ export default class Client extends OpenApi {
|
|
|
2702
2476
|
*/
|
|
2703
2477
|
revertEvaluationResultsWithOptions(tmpReq: $_model.RevertEvaluationResultsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevertEvaluationResultsResponse>;
|
|
2704
2478
|
/**
|
|
2705
|
-
*
|
|
2706
|
-
*
|
|
2707
|
-
* @remarks
|
|
2708
|
-
* ### [](#)Prerequisites
|
|
2709
|
-
* One or more non-compliant resources that are evaluated by a rule are ignored. For more information, see [IgnoreEvaluationResults](https://help.aliyun.com/document_detail/606990.html).
|
|
2710
|
-
* ### [](#)Description
|
|
2711
|
-
* This topic provides an example on how to re-evaluate the `lb-hp3a3b4ztyfm2plgm****` non-compliant resource that is evaluated by the `cr-7e72626622af0051****` rule. The ID of the region in which the resource resides is`cn-beijing`, the type of the resource is `ACS::SLB::LoadBalancer`, and the ID of the resource is `lb-hp3a3b4ztyfm2plgm****`.
|
|
2479
|
+
* 恢复已忽略的某条规则对某些资源的评估结果后,继续显示该规则对资源的评估结果
|
|
2712
2480
|
*
|
|
2713
2481
|
* @param request - RevertEvaluationResultsRequest
|
|
2714
2482
|
* @returns RevertEvaluationResultsResponse
|
|
2715
2483
|
*/
|
|
2716
2484
|
revertEvaluationResults(request: $_model.RevertEvaluationResultsRequest): Promise<$_model.RevertEvaluationResultsResponse>;
|
|
2717
2485
|
/**
|
|
2718
|
-
*
|
|
2719
|
-
*
|
|
2720
|
-
* @remarks
|
|
2721
|
-
* > After you call this operation, the compliance evaluation is performed only once. To query the compliance evaluation results returned by the rule, call the ListAggregateConfigRuleEvaluationResults operation. For more information, see [ListAggregateConfigRuleEvaluationResults](https://help.aliyun.com/document_detail/265979.html).
|
|
2722
|
-
* The sample request in this topic shows how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
|
|
2486
|
+
* 重新审计指定账号组内的某条规则或某个合规包中的所有规则
|
|
2723
2487
|
*
|
|
2724
2488
|
* @param request - StartAggregateConfigRuleEvaluationRequest
|
|
2725
2489
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2727,21 +2491,17 @@ export default class Client extends OpenApi {
|
|
|
2727
2491
|
*/
|
|
2728
2492
|
startAggregateConfigRuleEvaluationWithOptions(request: $_model.StartAggregateConfigRuleEvaluationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartAggregateConfigRuleEvaluationResponse>;
|
|
2729
2493
|
/**
|
|
2730
|
-
*
|
|
2731
|
-
*
|
|
2732
|
-
* @remarks
|
|
2733
|
-
* > After you call this operation, the compliance evaluation is performed only once. To query the compliance evaluation results returned by the rule, call the ListAggregateConfigRuleEvaluationResults operation. For more information, see [ListAggregateConfigRuleEvaluationResults](https://help.aliyun.com/document_detail/265979.html).
|
|
2734
|
-
* The sample request in this topic shows how to use the `cr-c169626622af009f****` rule in the `ca-3a58626622af0005****` account group to evaluate resources.
|
|
2494
|
+
* 重新审计指定账号组内的某条规则或某个合规包中的所有规则
|
|
2735
2495
|
*
|
|
2736
2496
|
* @param request - StartAggregateConfigRuleEvaluationRequest
|
|
2737
2497
|
* @returns StartAggregateConfigRuleEvaluationResponse
|
|
2738
2498
|
*/
|
|
2739
2499
|
startAggregateConfigRuleEvaluation(request: $_model.StartAggregateConfigRuleEvaluationRequest): Promise<$_model.StartAggregateConfigRuleEvaluationResponse>;
|
|
2740
2500
|
/**
|
|
2741
|
-
*
|
|
2501
|
+
* Manually run remediation for a specified account group rule.
|
|
2742
2502
|
*
|
|
2743
2503
|
* @remarks
|
|
2744
|
-
* This topic
|
|
2504
|
+
* This topic describes how to manually run remediation once for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`. The response indicates that remediation completed successfully.
|
|
2745
2505
|
*
|
|
2746
2506
|
* @param request - StartAggregateRemediationRequest
|
|
2747
2507
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2749,20 +2509,20 @@ export default class Client extends OpenApi {
|
|
|
2749
2509
|
*/
|
|
2750
2510
|
startAggregateRemediationWithOptions(request: $_model.StartAggregateRemediationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartAggregateRemediationResponse>;
|
|
2751
2511
|
/**
|
|
2752
|
-
*
|
|
2512
|
+
* Manually run remediation for a specified account group rule.
|
|
2753
2513
|
*
|
|
2754
2514
|
* @remarks
|
|
2755
|
-
* This topic
|
|
2515
|
+
* This topic describes how to manually run remediation once for the rule `cr-6b7c626622af00b4****` in the account group `ca-6b4a626622af0012****`. The response indicates that remediation completed successfully.
|
|
2756
2516
|
*
|
|
2757
2517
|
* @param request - StartAggregateRemediationRequest
|
|
2758
2518
|
* @returns StartAggregateRemediationResponse
|
|
2759
2519
|
*/
|
|
2760
2520
|
startAggregateRemediation(request: $_model.StartAggregateRemediationRequest): Promise<$_model.StartAggregateRemediationResponse>;
|
|
2761
2521
|
/**
|
|
2762
|
-
* Re-evaluates
|
|
2522
|
+
* Re-evaluates a specific rule or all rules in a compliance package.
|
|
2763
2523
|
*
|
|
2764
2524
|
* @remarks
|
|
2765
|
-
*
|
|
2525
|
+
* This topic provides an example of how to re-evaluate the rule cr-9920626622af0035\\*\\*\\*\\*.
|
|
2766
2526
|
*
|
|
2767
2527
|
* @param request - StartConfigRuleEvaluationRequest
|
|
2768
2528
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2770,17 +2530,17 @@ export default class Client extends OpenApi {
|
|
|
2770
2530
|
*/
|
|
2771
2531
|
startConfigRuleEvaluationWithOptions(request: $_model.StartConfigRuleEvaluationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartConfigRuleEvaluationResponse>;
|
|
2772
2532
|
/**
|
|
2773
|
-
* Re-evaluates
|
|
2533
|
+
* Re-evaluates a specific rule or all rules in a compliance package.
|
|
2774
2534
|
*
|
|
2775
2535
|
* @remarks
|
|
2776
|
-
*
|
|
2536
|
+
* This topic provides an example of how to re-evaluate the rule cr-9920626622af0035\\*\\*\\*\\*.
|
|
2777
2537
|
*
|
|
2778
2538
|
* @param request - StartConfigRuleEvaluationRequest
|
|
2779
2539
|
* @returns StartConfigRuleEvaluationResponse
|
|
2780
2540
|
*/
|
|
2781
2541
|
startConfigRuleEvaluation(request: $_model.StartConfigRuleEvaluationRequest): Promise<$_model.StartConfigRuleEvaluationResponse>;
|
|
2782
2542
|
/**
|
|
2783
|
-
*
|
|
2543
|
+
* Starts a re-evaluation of a single resource.
|
|
2784
2544
|
*
|
|
2785
2545
|
* @param request - StartConfigRuleEvaluationByResourceRequest
|
|
2786
2546
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2788,17 +2548,14 @@ export default class Client extends OpenApi {
|
|
|
2788
2548
|
*/
|
|
2789
2549
|
startConfigRuleEvaluationByResourceWithOptions(request: $_model.StartConfigRuleEvaluationByResourceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartConfigRuleEvaluationByResourceResponse>;
|
|
2790
2550
|
/**
|
|
2791
|
-
*
|
|
2551
|
+
* Starts a re-evaluation of a single resource.
|
|
2792
2552
|
*
|
|
2793
2553
|
* @param request - StartConfigRuleEvaluationByResourceRequest
|
|
2794
2554
|
* @returns StartConfigRuleEvaluationByResourceResponse
|
|
2795
2555
|
*/
|
|
2796
2556
|
startConfigRuleEvaluationByResource(request: $_model.StartConfigRuleEvaluationByResourceRequest): Promise<$_model.StartConfigRuleEvaluationByResourceResponse>;
|
|
2797
2557
|
/**
|
|
2798
|
-
*
|
|
2799
|
-
*
|
|
2800
|
-
* @remarks
|
|
2801
|
-
* This topic provides an example on how to enable Cloud Config to monitor the resources of your Alibaba Cloud account.
|
|
2558
|
+
* 启用配置审计服务
|
|
2802
2559
|
*
|
|
2803
2560
|
* @param request - StartConfigurationRecorderRequest
|
|
2804
2561
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2806,18 +2563,15 @@ export default class Client extends OpenApi {
|
|
|
2806
2563
|
*/
|
|
2807
2564
|
startConfigurationRecorderWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.StartConfigurationRecorderResponse>;
|
|
2808
2565
|
/**
|
|
2809
|
-
*
|
|
2810
|
-
*
|
|
2811
|
-
* @remarks
|
|
2812
|
-
* This topic provides an example on how to enable Cloud Config to monitor the resources of your Alibaba Cloud account.
|
|
2566
|
+
* 启用配置审计服务
|
|
2813
2567
|
* @returns StartConfigurationRecorderResponse
|
|
2814
2568
|
*/
|
|
2815
2569
|
startConfigurationRecorder(): Promise<$_model.StartConfigurationRecorderResponse>;
|
|
2816
2570
|
/**
|
|
2817
|
-
*
|
|
2571
|
+
* Manually execute the specified rule remediation.
|
|
2818
2572
|
*
|
|
2819
2573
|
* @remarks
|
|
2820
|
-
* This topic provides an example
|
|
2574
|
+
* This topic provides an example of a manual remediation for rule `cr-8a973ac2e2be00a2****`. The returned result indicates a successful manual remediation.
|
|
2821
2575
|
*
|
|
2822
2576
|
* @param request - StartRemediationRequest
|
|
2823
2577
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2825,20 +2579,17 @@ export default class Client extends OpenApi {
|
|
|
2825
2579
|
*/
|
|
2826
2580
|
startRemediationWithOptions(request: $_model.StartRemediationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.StartRemediationResponse>;
|
|
2827
2581
|
/**
|
|
2828
|
-
*
|
|
2582
|
+
* Manually execute the specified rule remediation.
|
|
2829
2583
|
*
|
|
2830
2584
|
* @remarks
|
|
2831
|
-
* This topic provides an example
|
|
2585
|
+
* This topic provides an example of a manual remediation for rule `cr-8a973ac2e2be00a2****`. The returned result indicates a successful manual remediation.
|
|
2832
2586
|
*
|
|
2833
2587
|
* @param request - StartRemediationRequest
|
|
2834
2588
|
* @returns StartRemediationResponse
|
|
2835
2589
|
*/
|
|
2836
2590
|
startRemediation(request: $_model.StartRemediationRequest): Promise<$_model.StartRemediationResponse>;
|
|
2837
2591
|
/**
|
|
2838
|
-
*
|
|
2839
|
-
*
|
|
2840
|
-
* @remarks
|
|
2841
|
-
* > After you deactivate Cloud Config, the resource configurations, created rules, and compliance evaluation results that are stored in Cloud Config are automatically cleared and cannot be restored. Proceed with caution.
|
|
2592
|
+
* 停用配置审计服务
|
|
2842
2593
|
*
|
|
2843
2594
|
* @param request - StopConfigurationRecorderRequest
|
|
2844
2595
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2846,15 +2597,12 @@ export default class Client extends OpenApi {
|
|
|
2846
2597
|
*/
|
|
2847
2598
|
stopConfigurationRecorderWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.StopConfigurationRecorderResponse>;
|
|
2848
2599
|
/**
|
|
2849
|
-
*
|
|
2850
|
-
*
|
|
2851
|
-
* @remarks
|
|
2852
|
-
* > After you deactivate Cloud Config, the resource configurations, created rules, and compliance evaluation results that are stored in Cloud Config are automatically cleared and cannot be restored. Proceed with caution.
|
|
2600
|
+
* 停用配置审计服务
|
|
2853
2601
|
* @returns StopConfigurationRecorderResponse
|
|
2854
2602
|
*/
|
|
2855
2603
|
stopConfigurationRecorder(): Promise<$_model.StopConfigurationRecorderResponse>;
|
|
2856
2604
|
/**
|
|
2857
|
-
*
|
|
2605
|
+
* Attaches tags to CloudConfig rules, account groups, and compliance packages.
|
|
2858
2606
|
*
|
|
2859
2607
|
* @param tmpReq - TagResourcesRequest
|
|
2860
2608
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2862,14 +2610,14 @@ export default class Client extends OpenApi {
|
|
|
2862
2610
|
*/
|
|
2863
2611
|
tagResourcesWithOptions(tmpReq: $_model.TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
|
|
2864
2612
|
/**
|
|
2865
|
-
*
|
|
2613
|
+
* Attaches tags to CloudConfig rules, account groups, and compliance packages.
|
|
2866
2614
|
*
|
|
2867
2615
|
* @param request - TagResourcesRequest
|
|
2868
2616
|
* @returns TagResourcesResponse
|
|
2869
2617
|
*/
|
|
2870
2618
|
tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
|
|
2871
2619
|
/**
|
|
2872
|
-
*
|
|
2620
|
+
* Sends a real-time test notification.
|
|
2873
2621
|
*
|
|
2874
2622
|
* @param request - TriggerReportSendRequest
|
|
2875
2623
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2877,14 +2625,14 @@ export default class Client extends OpenApi {
|
|
|
2877
2625
|
*/
|
|
2878
2626
|
triggerReportSendWithOptions(request: $_model.TriggerReportSendRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TriggerReportSendResponse>;
|
|
2879
2627
|
/**
|
|
2880
|
-
*
|
|
2628
|
+
* Sends a real-time test notification.
|
|
2881
2629
|
*
|
|
2882
2630
|
* @param request - TriggerReportSendRequest
|
|
2883
2631
|
* @returns TriggerReportSendResponse
|
|
2884
2632
|
*/
|
|
2885
2633
|
triggerReportSend(request: $_model.TriggerReportSendRequest): Promise<$_model.TriggerReportSendResponse>;
|
|
2886
2634
|
/**
|
|
2887
|
-
*
|
|
2635
|
+
* Detaches tags from resources in Cloud Config.
|
|
2888
2636
|
*
|
|
2889
2637
|
* @param request - UntagResourcesRequest
|
|
2890
2638
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2892,17 +2640,17 @@ export default class Client extends OpenApi {
|
|
|
2892
2640
|
*/
|
|
2893
2641
|
untagResourcesWithOptions(request: $_model.UntagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UntagResourcesResponse>;
|
|
2894
2642
|
/**
|
|
2895
|
-
*
|
|
2643
|
+
* Detaches tags from resources in Cloud Config.
|
|
2896
2644
|
*
|
|
2897
2645
|
* @param request - UntagResourcesRequest
|
|
2898
2646
|
* @returns UntagResourcesResponse
|
|
2899
2647
|
*/
|
|
2900
2648
|
untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
|
|
2901
2649
|
/**
|
|
2902
|
-
*
|
|
2650
|
+
* Updates a compliance pack in a specified account group.
|
|
2903
2651
|
*
|
|
2904
2652
|
* @remarks
|
|
2905
|
-
* This topic provides an example
|
|
2653
|
+
* This topic provides an example of how to change the value of a parameter for the `eip-bandwidth-limit` rule template to `20` in the `cp-fdc8626622af00f9****` compliance pack that belongs to the `ca-f632626622af0079****` account group.
|
|
2906
2654
|
*
|
|
2907
2655
|
* @param tmpReq - UpdateAggregateCompliancePackRequest
|
|
2908
2656
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2910,20 +2658,17 @@ export default class Client extends OpenApi {
|
|
|
2910
2658
|
*/
|
|
2911
2659
|
updateAggregateCompliancePackWithOptions(tmpReq: $_model.UpdateAggregateCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAggregateCompliancePackResponse>;
|
|
2912
2660
|
/**
|
|
2913
|
-
*
|
|
2661
|
+
* Updates a compliance pack in a specified account group.
|
|
2914
2662
|
*
|
|
2915
2663
|
* @remarks
|
|
2916
|
-
* This topic provides an example
|
|
2664
|
+
* This topic provides an example of how to change the value of a parameter for the `eip-bandwidth-limit` rule template to `20` in the `cp-fdc8626622af00f9****` compliance pack that belongs to the `ca-f632626622af0079****` account group.
|
|
2917
2665
|
*
|
|
2918
2666
|
* @param request - UpdateAggregateCompliancePackRequest
|
|
2919
2667
|
* @returns UpdateAggregateCompliancePackResponse
|
|
2920
2668
|
*/
|
|
2921
2669
|
updateAggregateCompliancePack(request: $_model.UpdateAggregateCompliancePackRequest): Promise<$_model.UpdateAggregateCompliancePackResponse>;
|
|
2922
2670
|
/**
|
|
2923
|
-
*
|
|
2924
|
-
*
|
|
2925
|
-
* @remarks
|
|
2926
|
-
* This topic provides an example on how to disable a delivery channel in an account group. The ID of the account group is `ca-a4e5626622af0079****`, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`. The Status parameter is set to `0`. After the delivery channel is disabled, Cloud Config retains the most recent delivery configuration and stops resource data delivery.
|
|
2671
|
+
* 账号组修改投递渠道
|
|
2927
2672
|
*
|
|
2928
2673
|
* @param request - UpdateAggregateConfigDeliveryChannelRequest
|
|
2929
2674
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2931,20 +2676,17 @@ export default class Client extends OpenApi {
|
|
|
2931
2676
|
*/
|
|
2932
2677
|
updateAggregateConfigDeliveryChannelWithOptions(request: $_model.UpdateAggregateConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAggregateConfigDeliveryChannelResponse>;
|
|
2933
2678
|
/**
|
|
2934
|
-
*
|
|
2935
|
-
*
|
|
2936
|
-
* @remarks
|
|
2937
|
-
* This topic provides an example on how to disable a delivery channel in an account group. The ID of the account group is `ca-a4e5626622af0079****`, and the ID of the delivery channel is `cdc-8e45ff4e06a3a8****`. The Status parameter is set to `0`. After the delivery channel is disabled, Cloud Config retains the most recent delivery configuration and stops resource data delivery.
|
|
2679
|
+
* 账号组修改投递渠道
|
|
2938
2680
|
*
|
|
2939
2681
|
* @param request - UpdateAggregateConfigDeliveryChannelRequest
|
|
2940
2682
|
* @returns UpdateAggregateConfigDeliveryChannelResponse
|
|
2941
2683
|
*/
|
|
2942
2684
|
updateAggregateConfigDeliveryChannel(request: $_model.UpdateAggregateConfigDeliveryChannelRequest): Promise<$_model.UpdateAggregateConfigDeliveryChannelResponse>;
|
|
2943
2685
|
/**
|
|
2944
|
-
* Modifies the description, input parameters, and risk level of a rule in a
|
|
2686
|
+
* Modifies the description, input parameters, and risk level of a rule in a specified account group.
|
|
2945
2687
|
*
|
|
2946
2688
|
* @remarks
|
|
2947
|
-
* This topic provides an example
|
|
2689
|
+
* This topic provides an example of how to change the risk level of the rule `cr-4e3d626622af0080****` in the account group `ca-a4e5626622af0079****` to `3` (low risk).
|
|
2948
2690
|
*
|
|
2949
2691
|
* @param tmpReq - UpdateAggregateConfigRuleRequest
|
|
2950
2692
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2952,20 +2694,20 @@ export default class Client extends OpenApi {
|
|
|
2952
2694
|
*/
|
|
2953
2695
|
updateAggregateConfigRuleWithOptions(tmpReq: $_model.UpdateAggregateConfigRuleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAggregateConfigRuleResponse>;
|
|
2954
2696
|
/**
|
|
2955
|
-
* Modifies the description, input parameters, and risk level of a rule in a
|
|
2697
|
+
* Modifies the description, input parameters, and risk level of a rule in a specified account group.
|
|
2956
2698
|
*
|
|
2957
2699
|
* @remarks
|
|
2958
|
-
* This topic provides an example
|
|
2700
|
+
* This topic provides an example of how to change the risk level of the rule `cr-4e3d626622af0080****` in the account group `ca-a4e5626622af0079****` to `3` (low risk).
|
|
2959
2701
|
*
|
|
2960
2702
|
* @param request - UpdateAggregateConfigRuleRequest
|
|
2961
2703
|
* @returns UpdateAggregateConfigRuleResponse
|
|
2962
2704
|
*/
|
|
2963
2705
|
updateAggregateConfigRule(request: $_model.UpdateAggregateConfigRuleRequest): Promise<$_model.UpdateAggregateConfigRuleResponse>;
|
|
2964
2706
|
/**
|
|
2965
|
-
*
|
|
2707
|
+
* Updates a specified rule remediation.
|
|
2966
2708
|
*
|
|
2967
2709
|
* @remarks
|
|
2968
|
-
* This topic
|
|
2710
|
+
* This topic provides an example of how to change the execution mode of the remediation `crr-909ba2d4716700eb****` to `AUTO_EXECUTION` (automatic execution) for a rule in the account group `ca-6b4a626622af0012****`.
|
|
2969
2711
|
*
|
|
2970
2712
|
* @param request - UpdateAggregateRemediationRequest
|
|
2971
2713
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2973,20 +2715,20 @@ export default class Client extends OpenApi {
|
|
|
2973
2715
|
*/
|
|
2974
2716
|
updateAggregateRemediationWithOptions(request: $_model.UpdateAggregateRemediationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAggregateRemediationResponse>;
|
|
2975
2717
|
/**
|
|
2976
|
-
*
|
|
2718
|
+
* Updates a specified rule remediation.
|
|
2977
2719
|
*
|
|
2978
2720
|
* @remarks
|
|
2979
|
-
* This topic
|
|
2721
|
+
* This topic provides an example of how to change the execution mode of the remediation `crr-909ba2d4716700eb****` to `AUTO_EXECUTION` (automatic execution) for a rule in the account group `ca-6b4a626622af0012****`.
|
|
2980
2722
|
*
|
|
2981
2723
|
* @param request - UpdateAggregateRemediationRequest
|
|
2982
2724
|
* @returns UpdateAggregateRemediationResponse
|
|
2983
2725
|
*/
|
|
2984
2726
|
updateAggregateRemediation(request: $_model.UpdateAggregateRemediationRequest): Promise<$_model.UpdateAggregateRemediationResponse>;
|
|
2985
2727
|
/**
|
|
2986
|
-
* The management account or delegated administrator account of a resource directory can
|
|
2728
|
+
* The management account or a delegated administrator account of a resource directory can modify the name and description of an account group, and add or remove members.
|
|
2987
2729
|
*
|
|
2988
2730
|
* @remarks
|
|
2989
|
-
* This topic provides an example
|
|
2731
|
+
* This topic provides an example of how to add a member to the account group `ca-dacf86d8314e00eb****`. The member has an ID of `173808452267****`, a name of `Tony`, and an account type of `ResourceDirectory`.
|
|
2990
2732
|
*
|
|
2991
2733
|
* @param tmpReq - UpdateAggregatorRequest
|
|
2992
2734
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2994,20 +2736,20 @@ export default class Client extends OpenApi {
|
|
|
2994
2736
|
*/
|
|
2995
2737
|
updateAggregatorWithOptions(tmpReq: $_model.UpdateAggregatorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAggregatorResponse>;
|
|
2996
2738
|
/**
|
|
2997
|
-
* The management account or delegated administrator account of a resource directory can
|
|
2739
|
+
* The management account or a delegated administrator account of a resource directory can modify the name and description of an account group, and add or remove members.
|
|
2998
2740
|
*
|
|
2999
2741
|
* @remarks
|
|
3000
|
-
* This topic provides an example
|
|
2742
|
+
* This topic provides an example of how to add a member to the account group `ca-dacf86d8314e00eb****`. The member has an ID of `173808452267****`, a name of `Tony`, and an account type of `ResourceDirectory`.
|
|
3001
2743
|
*
|
|
3002
2744
|
* @param request - UpdateAggregatorRequest
|
|
3003
2745
|
* @returns UpdateAggregatorResponse
|
|
3004
2746
|
*/
|
|
3005
2747
|
updateAggregator(request: $_model.UpdateAggregatorRequest): Promise<$_model.UpdateAggregatorResponse>;
|
|
3006
2748
|
/**
|
|
3007
|
-
*
|
|
2749
|
+
* Updates the configuration of a specified compliance pack in the current account.
|
|
3008
2750
|
*
|
|
3009
2751
|
* @remarks
|
|
3010
|
-
* This topic provides an example
|
|
2752
|
+
* This topic provides an example of how to change the parameter value for the `eip-bandwidth-limit` rule to `20` in the compliance pack `cp-a8a8626622af0082****`.
|
|
3011
2753
|
*
|
|
3012
2754
|
* @param tmpReq - UpdateCompliancePackRequest
|
|
3013
2755
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3015,20 +2757,20 @@ export default class Client extends OpenApi {
|
|
|
3015
2757
|
*/
|
|
3016
2758
|
updateCompliancePackWithOptions(tmpReq: $_model.UpdateCompliancePackRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCompliancePackResponse>;
|
|
3017
2759
|
/**
|
|
3018
|
-
*
|
|
2760
|
+
* Updates the configuration of a specified compliance pack in the current account.
|
|
3019
2761
|
*
|
|
3020
2762
|
* @remarks
|
|
3021
|
-
* This topic provides an example
|
|
2763
|
+
* This topic provides an example of how to change the parameter value for the `eip-bandwidth-limit` rule to `20` in the compliance pack `cp-a8a8626622af0082****`.
|
|
3022
2764
|
*
|
|
3023
2765
|
* @param request - UpdateCompliancePackRequest
|
|
3024
2766
|
* @returns UpdateCompliancePackResponse
|
|
3025
2767
|
*/
|
|
3026
2768
|
updateCompliancePack(request: $_model.UpdateCompliancePackRequest): Promise<$_model.UpdateCompliancePackResponse>;
|
|
3027
2769
|
/**
|
|
3028
|
-
*
|
|
2770
|
+
* This operation modifies a delivery channel for the current account.
|
|
3029
2771
|
*
|
|
3030
2772
|
* @remarks
|
|
3031
|
-
*
|
|
2773
|
+
* This topic provides an example of how to change the status of the delivery channel `cdc-8e45ff4e06a3a8****` to `0` (disabled). After you disable the delivery channel, Cloud Config retains the most recent delivery configuration and stops delivering resource data.
|
|
3032
2774
|
*
|
|
3033
2775
|
* @param request - UpdateConfigDeliveryChannelRequest
|
|
3034
2776
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3036,10 +2778,10 @@ export default class Client extends OpenApi {
|
|
|
3036
2778
|
*/
|
|
3037
2779
|
updateConfigDeliveryChannelWithOptions(request: $_model.UpdateConfigDeliveryChannelRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateConfigDeliveryChannelResponse>;
|
|
3038
2780
|
/**
|
|
3039
|
-
*
|
|
2781
|
+
* This operation modifies a delivery channel for the current account.
|
|
3040
2782
|
*
|
|
3041
2783
|
* @remarks
|
|
3042
|
-
*
|
|
2784
|
+
* This topic provides an example of how to change the status of the delivery channel `cdc-8e45ff4e06a3a8****` to `0` (disabled). After you disable the delivery channel, Cloud Config retains the most recent delivery configuration and stops delivering resource data.
|
|
3043
2785
|
*
|
|
3044
2786
|
* @param request - UpdateConfigDeliveryChannelRequest
|
|
3045
2787
|
* @returns UpdateConfigDeliveryChannelResponse
|
|
@@ -3049,7 +2791,7 @@ export default class Client extends OpenApi {
|
|
|
3049
2791
|
* Modifies the description, input parameters, and risk level of a rule.
|
|
3050
2792
|
*
|
|
3051
2793
|
* @remarks
|
|
3052
|
-
* This topic
|
|
2794
|
+
* This topic shows how to change the risk level of rule `cr-a260626622af0005****` to `3`, which indicates low risk.
|
|
3053
2795
|
*
|
|
3054
2796
|
* @param tmpReq - UpdateConfigRuleRequest
|
|
3055
2797
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3060,17 +2802,14 @@ export default class Client extends OpenApi {
|
|
|
3060
2802
|
* Modifies the description, input parameters, and risk level of a rule.
|
|
3061
2803
|
*
|
|
3062
2804
|
* @remarks
|
|
3063
|
-
* This topic
|
|
2805
|
+
* This topic shows how to change the risk level of rule `cr-a260626622af0005****` to `3`, which indicates low risk.
|
|
3064
2806
|
*
|
|
3065
2807
|
* @param request - UpdateConfigRuleRequest
|
|
3066
2808
|
* @returns UpdateConfigRuleResponse
|
|
3067
2809
|
*/
|
|
3068
2810
|
updateConfigRule(request: $_model.UpdateConfigRuleRequest): Promise<$_model.UpdateConfigRuleResponse>;
|
|
3069
2811
|
/**
|
|
3070
|
-
*
|
|
3071
|
-
*
|
|
3072
|
-
* @remarks
|
|
3073
|
-
* This topic provides an example on how to change the resource monitoring scope of the current account to ACS::ECS::Instance.
|
|
2812
|
+
* 修改配置审计监控资源范围
|
|
3074
2813
|
*
|
|
3075
2814
|
* @param request - UpdateConfigurationRecorderRequest
|
|
3076
2815
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3078,17 +2817,14 @@ export default class Client extends OpenApi {
|
|
|
3078
2817
|
*/
|
|
3079
2818
|
updateConfigurationRecorderWithOptions(request: $_model.UpdateConfigurationRecorderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateConfigurationRecorderResponse>;
|
|
3080
2819
|
/**
|
|
3081
|
-
*
|
|
3082
|
-
*
|
|
3083
|
-
* @remarks
|
|
3084
|
-
* This topic provides an example on how to change the resource monitoring scope of the current account to ACS::ECS::Instance.
|
|
2820
|
+
* 修改配置审计监控资源范围
|
|
3085
2821
|
*
|
|
3086
2822
|
* @param request - UpdateConfigurationRecorderRequest
|
|
3087
2823
|
* @returns UpdateConfigurationRecorderResponse
|
|
3088
2824
|
*/
|
|
3089
2825
|
updateConfigurationRecorder(request: $_model.UpdateConfigurationRecorderRequest): Promise<$_model.UpdateConfigurationRecorderResponse>;
|
|
3090
2826
|
/**
|
|
3091
|
-
*
|
|
2827
|
+
* 修改云产品集成用户状态
|
|
3092
2828
|
*
|
|
3093
2829
|
* @param request - UpdateIntegratedServiceStatusRequest
|
|
3094
2830
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3096,17 +2832,17 @@ export default class Client extends OpenApi {
|
|
|
3096
2832
|
*/
|
|
3097
2833
|
updateIntegratedServiceStatusWithOptions(request: $_model.UpdateIntegratedServiceStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateIntegratedServiceStatusResponse>;
|
|
3098
2834
|
/**
|
|
3099
|
-
*
|
|
2835
|
+
* 修改云产品集成用户状态
|
|
3100
2836
|
*
|
|
3101
2837
|
* @param request - UpdateIntegratedServiceStatusRequest
|
|
3102
2838
|
* @returns UpdateIntegratedServiceStatusResponse
|
|
3103
2839
|
*/
|
|
3104
2840
|
updateIntegratedServiceStatus(request: $_model.UpdateIntegratedServiceStatusRequest): Promise<$_model.UpdateIntegratedServiceStatusResponse>;
|
|
3105
2841
|
/**
|
|
3106
|
-
* Updates
|
|
2842
|
+
* Updates the specified remediation setting.
|
|
3107
2843
|
*
|
|
3108
2844
|
* @remarks
|
|
3109
|
-
* This topic
|
|
2845
|
+
* This topic provides an example of how to change the execution mode for the remediation setting `crr-909ba2d4716700eb****` to `AUTO_EXECUTION` (automatic execution).
|
|
3110
2846
|
*
|
|
3111
2847
|
* @param request - UpdateRemediationRequest
|
|
3112
2848
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3114,17 +2850,17 @@ export default class Client extends OpenApi {
|
|
|
3114
2850
|
*/
|
|
3115
2851
|
updateRemediationWithOptions(request: $_model.UpdateRemediationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRemediationResponse>;
|
|
3116
2852
|
/**
|
|
3117
|
-
* Updates
|
|
2853
|
+
* Updates the specified remediation setting.
|
|
3118
2854
|
*
|
|
3119
2855
|
* @remarks
|
|
3120
|
-
* This topic
|
|
2856
|
+
* This topic provides an example of how to change the execution mode for the remediation setting `crr-909ba2d4716700eb****` to `AUTO_EXECUTION` (automatic execution).
|
|
3121
2857
|
*
|
|
3122
2858
|
* @param request - UpdateRemediationRequest
|
|
3123
2859
|
* @returns UpdateRemediationResponse
|
|
3124
2860
|
*/
|
|
3125
2861
|
updateRemediation(request: $_model.UpdateRemediationRequest): Promise<$_model.UpdateRemediationResponse>;
|
|
3126
2862
|
/**
|
|
3127
|
-
*
|
|
2863
|
+
* Updates a compliance report template.
|
|
3128
2864
|
*
|
|
3129
2865
|
* @param tmpReq - UpdateReportTemplateRequest
|
|
3130
2866
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3132,7 +2868,7 @@ export default class Client extends OpenApi {
|
|
|
3132
2868
|
*/
|
|
3133
2869
|
updateReportTemplateWithOptions(tmpReq: $_model.UpdateReportTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateReportTemplateResponse>;
|
|
3134
2870
|
/**
|
|
3135
|
-
*
|
|
2871
|
+
* Updates a compliance report template.
|
|
3136
2872
|
*
|
|
3137
2873
|
* @param request - UpdateReportTemplateRequest
|
|
3138
2874
|
* @returns UpdateReportTemplateResponse
|